2024-10-01 01:25:09.454 | + stack.sh:main:496 : exec 2024-10-01 01:25:09.454 | + stack.sh:main:504 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2024-10-01-012509' 2024-10-01 01:25:09.454 | ++ stack.sh:main:496 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2024-10-01-012509.summary.2024-10-01-012509 2024-10-01 01:25:09.454 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 01:25:09.454 | + stack.sh:echo_summary:455 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2024-10-01-012509 2024-10-01 01:25:09.454 | + stack.sh:main:506 : ln -sf /opt/stack//logs/stack.sh.log.2024-10-01-012509 /opt/stack//logs/stack.sh.log 2024-10-01 01:25:09.454 | + stack.sh:main:507 : ln -sf /opt/stack//logs/stack.sh.log.2024-10-01-012509.summary.2024-10-01-012509 /opt/stack//logs/stack.sh.log.summary 2024-10-01 01:25:09.454 | + stack.sh:main:522 : check_path_perm_sanity /opt/stack/ 2024-10-01 01:25:09.454 | + functions:check_path_perm_sanity:607 : local real_path 2024-10-01 01:25:09.454 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2024-10-01 01:25:09.454 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2024-10-01 01:25:09.454 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2024-10-01 01:25:09.454 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2024-10-01 01:25:09.454 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2024-10-01 01:25:09.454 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-10-01 01:25:09.454 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2024-10-01 01:25:09.454 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2024-10-01 01:25:09.456 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-10-01 01:25:09.457 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-10-01 01:25:09.459 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2024-10-01 01:25:09.461 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2024-10-01 01:25:09.463 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-10-01 01:25:09.465 | + stack.sh:main:528 : trap exit_trap EXIT 2024-10-01 01:25:09.466 | + stack.sh:main:569 : trap err_trap ERR 2024-10-01 01:25:09.468 | + stack.sh:main:582 : set -o errexit 2024-10-01 01:25:09.469 | + stack.sh:main:585 : uname -a 2024-10-01 01:25:09.470 | Linux devstack 6.8.0-40-generic #40~22.04.3-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 30 17:30:19 UTC 2 x86_64 x86_64 x86_64 GNU/Linux 2024-10-01 01:25:09.471 | + stack.sh:main:588 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2024-10-01 01:25:09.473 | + stack.sh:main:589 : rm -f /opt/stack/data/ca-bundle.pem 2024-10-01 01:25:09.475 | + stack.sh:main:592 : source /opt/stack/devstack/lib/database 2024-10-01 01:25:09.500 | + stack.sh:main:593 : source /opt/stack/devstack/lib/rpc_backend 2024-10-01 01:25:09.510 | + stack.sh:main:599 : fetch_plugins 2024-10-01 01:25:09.512 | + functions-common:fetch_plugins:1781 : local plugins=,networking-nsx-t 2024-10-01 01:25:09.513 | + functions-common:fetch_plugins:1782 : local plugin 2024-10-01 01:25:09.515 | + functions-common:fetch_plugins:1785 : [[ -z ,networking-nsx-t ]] 2024-10-01 01:25:09.516 | + functions-common:fetch_plugins:1789 : echo 'Fetching DevStack plugins' 2024-10-01 01:25:09.516 | Fetching DevStack plugins 2024-10-01 01:25:09.517 | + functions-common:fetch_plugins:1790 : for plugin in ${plugins//,/ } 2024-10-01 01:25:09.519 | + functions-common:fetch_plugins:1791 : git_clone_by_name networking-nsx-t 2024-10-01 01:25:09.520 | + functions-common:git_clone_by_name:704 : local name=networking-nsx-t 2024-10-01 01:25:09.521 | + functions-common:git_clone_by_name:705 : local repo=https://github.com/sapcc/networking-nsx-t 2024-10-01 01:25:09.523 | + functions-common:git_clone_by_name:706 : local dir=/opt/stack/networking-nsx-t 2024-10-01 01:25:09.524 | + functions-common:git_clone_by_name:707 : local branch=devstack 2024-10-01 01:25:09.526 | + functions-common:git_clone_by_name:708 : git_clone https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t devstack 2024-10-01 01:25:09.527 | + functions-common:git_clone:612 : local git_remote=https://github.com/sapcc/networking-nsx-t 2024-10-01 01:25:09.528 | + functions-common:git_clone:613 : local git_dest=/opt/stack/networking-nsx-t 2024-10-01 01:25:09.530 | + functions-common:git_clone:614 : local git_ref=devstack 2024-10-01 01:25:09.531 | + functions-common:git_clone:615 : local orig_dir 2024-10-01 01:25:09.533 | ++ functions-common:git_clone:616 : pwd 2024-10-01 01:25:09.534 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-10-01 01:25:09.536 | + functions-common:git_clone:617 : local git_clone_flags= 2024-10-01 01:25:09.538 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-10-01 01:25:09.547 | + functions-common:git_clone:619 : RECLONE=False 2024-10-01 01:25:09.548 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-10-01 01:25:09.550 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-10-01 01:25:09.551 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-10-01 01:25:09.553 | + functions-common:git_clone:633 : echo devstack 2024-10-01 01:25:09.553 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-10-01 01:25:09.556 | + functions-common:git_clone:647 : [[ ! -d /opt/stack/networking-nsx-t ]] 2024-10-01 01:25:09.557 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-10-01 01:25:09.559 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2024-10-01 01:25:09.560 | + functions-common:git_timed:720 : local count=0 2024-10-01 01:25:09.562 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 01:25:09.563 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 01:25:09.564 | + functions-common:git_timed:724 : timeout=0 2024-10-01 01:25:09.566 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 01:25:09.567 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 01:25:09.568 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:25:09.570 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:25:09.572 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:25:09.574 | + functions-common:time_start:2426 : _TIME_START[$name]=1727745909572 2024-10-01 01:25:09.575 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2024-10-01 01:25:09.578 | Cloning into '/opt/stack/networking-nsx-t'... 2024-10-01 01:25:10.097 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 01:25:10.098 | + functions-common:time_stop:2435 : local name 2024-10-01 01:25:10.100 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:25:10.101 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:25:10.103 | + functions-common:time_stop:2438 : local total 2024-10-01 01:25:10.104 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:25:10.105 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 01:25:10.107 | + functions-common:time_stop:2442 : start_time=1727745909572 2024-10-01 01:25:10.108 | + functions-common:time_stop:2444 : [[ -z 1727745909572 ]] 2024-10-01 01:25:10.110 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:25:10.112 | + functions-common:time_stop:2447 : end_time=1727745910111 2024-10-01 01:25:10.114 | + functions-common:time_stop:2448 : elapsed_time=539 2024-10-01 01:25:10.115 | + functions-common:time_stop:2449 : total=0 2024-10-01 01:25:10.116 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:25:10.118 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=539 2024-10-01 01:25:10.119 | + functions-common:git_clone:654 : cd /opt/stack/networking-nsx-t 2024-10-01 01:25:10.121 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin devstack 2024-10-01 01:25:10.122 | + functions-common:git_timed:720 : local count=0 2024-10-01 01:25:10.123 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 01:25:10.125 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 01:25:10.126 | + functions-common:git_timed:724 : timeout=0 2024-10-01 01:25:10.127 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 01:25:10.129 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 01:25:10.130 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:25:10.131 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:25:10.133 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:25:10.135 | + functions-common:time_start:2426 : _TIME_START[$name]=1727745910134 2024-10-01 01:25:10.137 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2024-10-01 01:25:10.710 | From https://github.com/sapcc/networking-nsx-t 2024-10-01 01:25:10.710 | * branch devstack -> FETCH_HEAD 2024-10-01 01:25:10.714 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 01:25:10.715 | + functions-common:time_stop:2435 : local name 2024-10-01 01:25:10.717 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:25:10.718 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:25:10.720 | + functions-common:time_stop:2438 : local total 2024-10-01 01:25:10.721 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:25:10.723 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 01:25:10.724 | + functions-common:time_stop:2442 : start_time=1727745910134 2024-10-01 01:25:10.725 | + functions-common:time_stop:2444 : [[ -z 1727745910134 ]] 2024-10-01 01:25:10.727 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:25:10.729 | + functions-common:time_stop:2447 : end_time=1727745910728 2024-10-01 01:25:10.731 | + functions-common:time_stop:2448 : elapsed_time=594 2024-10-01 01:25:10.732 | + functions-common:time_stop:2449 : total=539 2024-10-01 01:25:10.733 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:25:10.735 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1133 2024-10-01 01:25:10.736 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-10-01 01:25:10.738 | + functions-common:git_timed:720 : local count=0 2024-10-01 01:25:10.739 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 01:25:10.741 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 01:25:10.742 | + functions-common:git_timed:724 : timeout=0 2024-10-01 01:25:10.743 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 01:25:10.745 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 01:25:10.746 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:25:10.747 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:25:10.749 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:25:10.752 | + functions-common:time_start:2426 : _TIME_START[$name]=1727745910750 2024-10-01 01:25:10.753 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-10-01 01:25:10.763 | Note: switching to 'FETCH_HEAD'. 2024-10-01 01:25:10.763 | 2024-10-01 01:25:10.763 | You are in 'detached HEAD' state. You can look around, make experimental 2024-10-01 01:25:10.763 | changes and commit them, and you can discard any commits you make in this 2024-10-01 01:25:10.763 | state without impacting any branches by switching back to a branch. 2024-10-01 01:25:10.763 | 2024-10-01 01:25:10.763 | If you want to create a new branch to retain commits you create, you may 2024-10-01 01:25:10.763 | do so (now or later) by using -c with the switch command. Example: 2024-10-01 01:25:10.763 | 2024-10-01 01:25:10.763 | git switch -c 2024-10-01 01:25:10.763 | 2024-10-01 01:25:10.763 | Or undo this operation with: 2024-10-01 01:25:10.763 | 2024-10-01 01:25:10.763 | git switch - 2024-10-01 01:25:10.763 | 2024-10-01 01:25:10.763 | Turn off this advice by setting config variable advice.detachedHead to false 2024-10-01 01:25:10.763 | 2024-10-01 01:25:10.763 | HEAD is now at dfae701 Split join statements 2024-10-01 01:25:10.765 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 01:25:10.767 | + functions-common:time_stop:2435 : local name 2024-10-01 01:25:10.768 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:25:10.770 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:25:10.771 | + functions-common:time_stop:2438 : local total 2024-10-01 01:25:10.773 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:25:10.774 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 01:25:10.775 | + functions-common:time_stop:2442 : start_time=1727745910750 2024-10-01 01:25:10.777 | + functions-common:time_stop:2444 : [[ -z 1727745910750 ]] 2024-10-01 01:25:10.779 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:25:10.781 | + functions-common:time_stop:2447 : end_time=1727745910779 2024-10-01 01:25:10.782 | + functions-common:time_stop:2448 : elapsed_time=29 2024-10-01 01:25:10.784 | + functions-common:time_stop:2449 : total=1133 2024-10-01 01:25:10.785 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:25:10.786 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1162 2024-10-01 01:25:10.788 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2024-10-01 01:25:10.797 | + functions-common:git_clone:695 : cd /opt/stack/networking-nsx-t 2024-10-01 01:25:10.799 | + functions-common:git_clone:696 : git show --oneline 2024-10-01 01:25:10.799 | + functions-common:git_clone:696 : head -1 2024-10-01 01:25:10.801 | dfae701 Split join statements 2024-10-01 01:25:10.803 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-10-01 01:25:10.804 | + stack.sh:main:603 : run_phase override_defaults 2024-10-01 01:25:10.806 | + functions-common:run_phase:1863 : local mode=override_defaults 2024-10-01 01:25:10.807 | + functions-common:run_phase:1864 : local phase= 2024-10-01 01:25:10.809 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-10-01 01:25:10.810 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-10-01 01:25:10.811 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-10-01 01:25:10.813 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-10-01 01:25:10.814 | + functions-common:run_phase:1873 : local extra 2024-10-01 01:25:10.816 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-10-01 01:25:10.819 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-10-01 01:25:10.820 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-10-01 01:25:10.821 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-10-01 01:25:10.823 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2024-10-01 01:25:10.824 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-10-01 01:25:10.834 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:25:10.835 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-10-01 01:25:10.837 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2024-10-01 01:25:10.838 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2024-10-01 01:25:10.839 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2024-10-01 01:25:10.841 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2024-10-01 01:25:10.842 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2024-10-01 01:25:10.844 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2024-10-01 01:25:10.845 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2024-10-01 01:25:10.847 | + functions-common:run_phase:1884 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-10-01 01:25:10.848 | + functions-common:run_phase:1887 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-10-01 01:25:10.850 | + functions-common:run_phase:1888 : plugin_override_defaults 2024-10-01 01:25:10.851 | + functions-common:plugin_override_defaults:1822 : local plugins=,networking-nsx-t 2024-10-01 01:25:10.852 | + functions-common:plugin_override_defaults:1823 : local plugin 2024-10-01 01:25:10.854 | + functions-common:plugin_override_defaults:1826 : [[ -z ,networking-nsx-t ]] 2024-10-01 01:25:10.855 | + functions-common:plugin_override_defaults:1830 : echo 'Overriding Configuration Defaults' 2024-10-01 01:25:10.855 | Overriding Configuration Defaults 2024-10-01 01:25:10.857 | + functions-common:plugin_override_defaults:1831 : for plugin in ${plugins//,/ } 2024-10-01 01:25:10.858 | + functions-common:plugin_override_defaults:1832 : local dir=/opt/stack/networking-nsx-t 2024-10-01 01:25:10.860 | + functions-common:plugin_override_defaults:1834 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2024-10-01 01:25:10.861 | + stack.sh:main:606 : source /opt/stack/devstack/lib/apache 2024-10-01 01:25:10.873 | + stack.sh:main:609 : source /opt/stack/devstack/lib/tls 2024-10-01 01:25:10.875 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2024-10-01 01:25:10.884 | ++ functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:25:10.886 | +++ lib/tls:source:43 : hostname -f 2024-10-01 01:25:10.888 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2024-10-01 01:25:10.890 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2024-10-01 01:25:10.891 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2024-10-01 01:25:10.893 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2024-10-01 01:25:10.894 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2024-10-01 01:25:10.896 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2024-10-01 01:25:10.897 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2024-10-01 01:25:10.898 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2024-10-01 01:25:10.900 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2024-10-01 01:25:10.901 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2024-10-01 01:25:10.904 | + stack.sh:main:612 : source /opt/stack/devstack/lib/infra 2024-10-01 01:25:10.913 | + stack.sh:main:613 : source /opt/stack/devstack/lib/libraries 2024-10-01 01:25:10.925 | + stack.sh:main:614 : source /opt/stack/devstack/lib/lvm 2024-10-01 01:25:10.934 | + stack.sh:main:615 : source /opt/stack/devstack/lib/horizon 2024-10-01 01:25:10.943 | + stack.sh:main:616 : source /opt/stack/devstack/lib/keystone 2024-10-01 01:25:10.967 | + stack.sh:main:617 : source /opt/stack/devstack/lib/glance 2024-10-01 01:25:11.007 | + stack.sh:main:618 : source /opt/stack/devstack/lib/nova 2024-10-01 01:25:11.053 | + stack.sh:main:619 : source /opt/stack/devstack/lib/placement 2024-10-01 01:25:11.072 | + stack.sh:main:620 : source /opt/stack/devstack/lib/cinder 2024-10-01 01:25:11.107 | + stack.sh:main:621 : source /opt/stack/devstack/lib/swift 2024-10-01 01:25:11.141 | + stack.sh:main:622 : source /opt/stack/devstack/lib/neutron 2024-10-01 01:25:11.143 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2024-10-01 01:25:11.153 | ++ functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:25:11.155 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2024-10-01 01:25:11.156 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2024-10-01 01:25:11.158 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2024-10-01 01:25:11.160 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2024-10-01 01:25:11.162 | +++ lib/neutron:source:77 : get_python_exec_prefix 2024-10-01 01:25:11.172 | +++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2024-10-01 01:25:11.174 | +++ inc/python:get_python_exec_prefix:65 : is_suse 2024-10-01 01:25:11.175 | +++ functions-common:is_suse:544 : is_opensuse 2024-10-01 01:25:11.177 | +++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-10-01 01:25:11.179 | +++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-10-01 01:25:11.180 | +++ functions-common:is_suse:544 : is_suse_linux_enterprise 2024-10-01 01:25:11.182 | +++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-10-01 01:25:11.183 | +++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-10-01 01:25:11.185 | +++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2024-10-01 01:25:11.187 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/usr/local/bin 2024-10-01 01:25:11.189 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2024-10-01 01:25:11.191 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2024-10-01 01:25:11.192 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-10-01 01:25:11.194 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-10-01 01:25:11.196 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2024-10-01 01:25:11.207 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2024-10-01 01:25:11.209 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2024-10-01 01:25:11.211 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2024-10-01 01:25:11.223 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2024-10-01 01:25:11.224 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/usr/local/bin/neutron-dhcp-agent 2024-10-01 01:25:11.226 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/usr/local/bin/neutron-l3-agent 2024-10-01 01:25:11.227 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/usr/local/bin/neutron-metadata-agent 2024-10-01 01:25:11.229 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2024-10-01 01:25:11.231 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2024-10-01 01:25:11.233 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2024-10-01 01:25:11.235 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2024-10-01 01:25:11.236 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2024-10-01 01:25:11.238 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2024-10-01 01:25:11.239 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2024-10-01 01:25:11.241 | ++ lib/neutron:source:121 : Q_PORT=9696 2024-10-01 01:25:11.242 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2024-10-01 01:25:11.244 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2024-10-01 01:25:11.246 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2024-10-01 01:25:11.247 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2024-10-01 01:25:11.249 | +++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2024-10-01 01:25:11.250 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-10-01 01:25:11.253 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2024-10-01 01:25:11.255 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2024-10-01 01:25:11.256 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2024-10-01 01:25:11.258 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2024-10-01 01:25:11.259 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2024-10-01 01:25:11.261 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2024-10-01 01:25:11.272 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2024-10-01 01:25:11.274 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2024-10-01 01:25:11.276 | +++ functions-common:ipv6_unquote:2233 : echo 10.180.1.21 2024-10-01 01:25:11.276 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-10-01 01:25:11.279 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2024-10-01 01:25:11.281 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2024-10-01 01:25:11.282 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2024-10-01 01:25:11.284 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2024-10-01 01:25:11.286 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2024-10-01 01:25:11.287 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2024-10-01 01:25:11.289 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2024-10-01 01:25:11.291 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2024-10-01 01:25:11.292 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2024-10-01 01:25:11.294 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2024-10-01 01:25:11.295 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2024-10-01 01:25:11.307 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2024-10-01 01:25:11.308 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2024-10-01 01:25:11.310 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2024-10-01 01:25:11.312 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2024-10-01 01:25:11.314 | +++ functions:get_rootwrap_location:593 : local module=neutron 2024-10-01 01:25:11.316 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2024-10-01 01:25:11.327 | ++++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2024-10-01 01:25:11.329 | ++++ inc/python:get_python_exec_prefix:65 : is_suse 2024-10-01 01:25:11.330 | ++++ functions-common:is_suse:544 : is_opensuse 2024-10-01 01:25:11.332 | ++++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-10-01 01:25:11.333 | ++++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-10-01 01:25:11.335 | ++++ functions-common:is_suse:544 : is_suse_linux_enterprise 2024-10-01 01:25:11.336 | ++++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-10-01 01:25:11.338 | ++++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-10-01 01:25:11.339 | ++++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2024-10-01 01:25:11.341 | +++ functions:get_rootwrap_location:595 : echo /usr/local/bin/neutron-rootwrap 2024-10-01 01:25:11.343 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/usr/local/bin/neutron-rootwrap 2024-10-01 01:25:11.345 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-10-01 01:25:11.346 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2024-10-01 01:25:11.348 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-10-01 01:25:11.349 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2024-10-01 01:25:11.351 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2024-10-01 01:25:11.352 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2024-10-01 01:25:11.354 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2024-10-01 01:25:11.356 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2024-10-01 01:25:11.357 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2024-10-01 01:25:11.359 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2024-10-01 01:25:11.361 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2024-10-01 01:25:11.362 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2024-10-01 01:25:11.364 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2024-10-01 01:25:11.366 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2024-10-01 01:25:11.367 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2024-10-01 01:25:11.369 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2024-10-01 01:25:11.370 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2024-10-01 01:25:11.391 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2024-10-01 01:25:11.401 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2024-10-01 01:25:11.402 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2024-10-01 01:25:11.404 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2024-10-01 01:25:11.406 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2024-10-01 01:25:11.407 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2024-10-01 01:25:11.409 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2024-10-01 01:25:11.411 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2024-10-01 01:25:11.413 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2024-10-01 01:25:11.414 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2024-10-01 01:25:11.416 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2024-10-01 01:25:11.418 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2024-10-01 01:25:11.419 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2024-10-01 01:25:11.421 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2024-10-01 01:25:11.423 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2024-10-01 01:25:11.424 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2024-10-01 01:25:11.426 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2024-10-01 01:25:11.428 | +++ lib/neutron_plugins/services/l3:source:66 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2024-10-01 01:25:11.429 | +++ lib/neutron_plugins/services/l3:source:67 : PUBLIC_PHYSICAL_NETWORK=default 2024-10-01 01:25:11.432 | ++++ lib/neutron_plugins/services/l3:source:70 : sed s/-//g 2024-10-01 01:25:11.432 | ++++ lib/neutron_plugins/services/l3:source:70 : uuidgen 2024-10-01 01:25:11.433 | ++++ lib/neutron_plugins/services/l3:source:70 : cut -c 23- 2024-10-01 01:25:11.433 | ++++ lib/neutron_plugins/services/l3:source:70 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2024-10-01 01:25:11.437 | +++ lib/neutron_plugins/services/l3:source:70 : IPV6_GLOBAL_ID=ef:177d:936d 2024-10-01 01:25:11.438 | +++ lib/neutron_plugins/services/l3:source:73 : IPV6_RA_MODE=slaac 2024-10-01 01:25:11.440 | +++ lib/neutron_plugins/services/l3:source:74 : IPV6_ADDRESS_MODE=slaac 2024-10-01 01:25:11.442 | +++ lib/neutron_plugins/services/l3:source:75 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2024-10-01 01:25:11.443 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2024-10-01 01:25:11.445 | +++ lib/neutron_plugins/services/l3:source:77 : IPV6_ADDRS_SAFE_TO_USE=fdef:177d:936d::/56 2024-10-01 01:25:11.448 | ++++ lib/neutron_plugins/services/l3:source:80 : echo fdef:177d:936d::/56 2024-10-01 01:25:11.448 | ++++ lib/neutron_plugins/services/l3:source:80 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2024-10-01 01:25:11.452 | +++ lib/neutron_plugins/services/l3:source:80 : FIXED_RANGE_V6=fdef:177d:936d::/64 2024-10-01 01:25:11.453 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PRIVATE_NETWORK_GATEWAY= 2024-10-01 01:25:11.455 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PUBLIC_RANGE=2001:db8::/64 2024-10-01 01:25:11.457 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2024-10-01 01:25:11.458 | +++ lib/neutron_plugins/services/l3:source:84 : IPV6_ROUTER_GW_IP=2001:db8::1 2024-10-01 01:25:11.460 | +++ lib/neutron_plugins/services/l3:source:87 : NETWORK_GATEWAY= 2024-10-01 01:25:11.462 | +++ lib/neutron_plugins/services/l3:source:88 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2024-10-01 01:25:11.463 | +++ lib/neutron_plugins/services/l3:source:89 : PRIVATE_SUBNET_NAME=private-subnet 2024-10-01 01:25:11.465 | +++ lib/neutron_plugins/services/l3:source:90 : PUBLIC_SUBNET_NAME=public-subnet 2024-10-01 01:25:11.467 | +++ lib/neutron_plugins/services/l3:source:93 : USE_SUBNETPOOL=True 2024-10-01 01:25:11.468 | +++ lib/neutron_plugins/services/l3:source:94 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2024-10-01 01:25:11.470 | +++ lib/neutron_plugins/services/l3:source:95 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2024-10-01 01:25:11.472 | +++ lib/neutron_plugins/services/l3:source:97 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2024-10-01 01:25:11.473 | +++ lib/neutron_plugins/services/l3:source:98 : SUBNETPOOL_PREFIX_V6=fdef:177d:936d::/56 2024-10-01 01:25:11.475 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_SIZE_V4=26 2024-10-01 01:25:11.476 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_SIZE_V6=64 2024-10-01 01:25:11.479 | ++++ lib/neutron_plugins/services/l3:source:103 : ip -4 route 2024-10-01 01:25:11.479 | ++++ lib/neutron_plugins/services/l3:source:103 : grep '^default' 2024-10-01 01:25:11.480 | ++++ lib/neutron_plugins/services/l3:source:103 : awk '{print $5}' 2024-10-01 01:25:11.484 | +++ lib/neutron_plugins/services/l3:source:103 : default_v4_route_devs=ens192 2024-10-01 01:25:11.486 | ++++ lib/neutron_plugins/services/l3:source:105 : ip -6 route list match default table all 2024-10-01 01:25:11.486 | ++++ lib/neutron_plugins/services/l3:source:105 : grep via 2024-10-01 01:25:11.487 | ++++ lib/neutron_plugins/services/l3:source:105 : awk '{print $5}' 2024-10-01 01:25:11.490 | +++ lib/neutron_plugins/services/l3:source:105 : default_v6_route_devs= 2024-10-01 01:25:11.493 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2024-10-01 01:25:11.495 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2024-10-01 01:25:11.497 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2024-10-01 01:25:11.499 | ++ lib/neutron:source:299 : has_neutron_plugin_security_group 2024-10-01 01:25:11.501 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2024-10-01 01:25:11.502 | ++ lib/neutron:source:300 : Q_USE_SECGROUP=True 2024-10-01 01:25:11.515 | + stack.sh:main:623 : source /opt/stack/devstack/lib/ldap 2024-10-01 01:25:11.525 | + stack.sh:main:624 : source /opt/stack/devstack/lib/dstat 2024-10-01 01:25:11.536 | + stack.sh:main:625 : source /opt/stack/devstack/lib/tcpdump 2024-10-01 01:25:11.546 | + stack.sh:main:626 : source /opt/stack/devstack/lib/etcd3 2024-10-01 01:25:11.594 | + stack.sh:main:627 : source /opt/stack/devstack/lib/os-vif 2024-10-01 01:25:11.597 | +++ lib/os-vif:source:12 : is_ml2_ovs 2024-10-01 01:25:11.599 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2024-10-01 01:25:11.600 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2024-10-01 01:25:11.602 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2024-10-01 01:25:11.604 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2024-10-01 01:25:11.604 | False' 2024-10-01 01:25:11.606 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2024-10-01 01:25:11.618 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2024-10-01 01:25:11.620 | + stack.sh:main:633 : run_phase source 2024-10-01 01:25:11.621 | + functions-common:run_phase:1863 : local mode=source 2024-10-01 01:25:11.623 | + functions-common:run_phase:1864 : local phase= 2024-10-01 01:25:11.625 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-10-01 01:25:11.626 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-10-01 01:25:11.628 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-10-01 01:25:11.629 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-10-01 01:25:11.631 | + functions-common:run_phase:1873 : local extra 2024-10-01 01:25:11.633 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-10-01 01:25:11.636 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-10-01 01:25:11.638 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-10-01 01:25:11.639 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-10-01 01:25:11.641 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2024-10-01 01:25:11.642 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-10-01 01:25:11.654 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:25:11.656 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2024-10-01 01:25:11.657 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2024-10-01 01:25:11.685 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2024-10-01 01:25:11.687 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2024-10-01 01:25:11.689 | + functions-common:run_phase:1884 : [[ source == \s\o\u\r\c\e ]] 2024-10-01 01:25:11.691 | + functions-common:run_phase:1885 : load_plugin_settings 2024-10-01 01:25:11.692 | + functions-common:load_plugin_settings:1799 : local plugins=,networking-nsx-t 2024-10-01 01:25:11.694 | + functions-common:load_plugin_settings:1800 : local plugin 2024-10-01 01:25:11.696 | + functions-common:load_plugin_settings:1803 : [[ -z ,networking-nsx-t ]] 2024-10-01 01:25:11.697 | + functions-common:load_plugin_settings:1807 : echo 'Loading plugin settings' 2024-10-01 01:25:11.697 | Loading plugin settings 2024-10-01 01:25:11.699 | + functions-common:load_plugin_settings:1808 : for plugin in ${plugins//,/ } 2024-10-01 01:25:11.701 | + functions-common:load_plugin_settings:1809 : local dir=/opt/stack/networking-nsx-t 2024-10-01 01:25:11.702 | + functions-common:load_plugin_settings:1811 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2024-10-01 01:25:11.704 | + functions-common:load_plugin_settings:1812 : source /opt/stack/networking-nsx-t/devstack/settings 2024-10-01 01:25:11.706 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2024-10-01 01:25:11.708 | ++ functions-common:define_plugin:1907 : : 2024-10-01 01:25:11.710 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2024-10-01 01:25:11.711 | + functions-common:run_phase:1886 : verify_disabled_services 2024-10-01 01:25:11.713 | + functions-common:verify_disabled_services:2146 : local service 2024-10-01 01:25:11.715 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:25:11.716 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,key, ]] 2024-10-01 01:25:11.719 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:25:11.720 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api, ]] 2024-10-01 01:25:11.722 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:25:11.724 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-cond, ]] 2024-10-01 01:25:11.726 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:25:11.727 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-sch, ]] 2024-10-01 01:25:11.729 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:25:11.731 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api-meta, ]] 2024-10-01 01:25:11.733 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:25:11.735 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-api, ]] 2024-10-01 01:25:11.736 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:25:11.738 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-client, ]] 2024-10-01 01:25:11.740 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:25:11.742 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,g-api, ]] 2024-10-01 01:25:11.743 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:25:11.745 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-sch, ]] 2024-10-01 01:25:11.747 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:25:11.749 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-api, ]] 2024-10-01 01:25:11.751 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:25:11.753 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-vol, ]] 2024-10-01 01:25:11.754 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:25:11.756 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovs-vswitchd, ]] 2024-10-01 01:25:11.758 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:25:11.760 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovsdb-server, ]] 2024-10-01 01:25:11.762 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:25:11.763 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-svc, ]] 2024-10-01 01:25:11.765 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:25:11.767 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,rabbit, ]] 2024-10-01 01:25:11.769 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:25:11.771 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,tempest, ]] 2024-10-01 01:25:11.773 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:25:11.774 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,mysql, ]] 2024-10-01 01:25:11.776 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:25:11.778 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,etcd3, ]] 2024-10-01 01:25:11.780 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:25:11.782 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-agt, ]] 2024-10-01 01:25:11.784 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:25:11.786 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-dhcp, ]] 2024-10-01 01:25:11.787 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:25:11.789 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-l3, ]] 2024-10-01 01:25:11.791 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:25:11.793 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-meta, ]] 2024-10-01 01:25:11.795 | + stack.sh:main:704 : initialize_database_backends 2024-10-01 01:25:11.797 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-10-01 01:25:11.799 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2024-10-01 01:25:11.811 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:25:11.813 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2024-10-01 01:25:11.815 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-10-01 01:25:11.817 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2024-10-01 01:25:11.829 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:25:11.831 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2024-10-01 01:25:11.833 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2024-10-01 01:25:11.835 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2024-10-01 01:25:11.837 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2024-10-01 01:25:11.839 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2024-10-01 01:25:11.841 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2024-10-01 01:25:11.843 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2024-10-01 01:25:11.845 | + lib/database:initialize_database_backends:92 : return 0 2024-10-01 01:25:11.847 | + stack.sh:main:705 : echo 'Using mysql database backend' 2024-10-01 01:25:11.847 | Using mysql database backend 2024-10-01 01:25:11.849 | + stack.sh:main:708 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2024-10-01 01:25:11.861 | + stack.sh:main:710 : define_database_baseurl 2024-10-01 01:25:11.864 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2024-10-01 01:25:11.866 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-10-01 01:25:11.868 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2024-10-01 01:25:11.870 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-10-01 01:25:11.872 | + stack.sh:main:722 : is_service_enabled rabbit 2024-10-01 01:25:11.884 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:25:11.886 | + stack.sh:main:723 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2024-10-01 01:25:11.899 | + stack.sh:main:730 : is_service_enabled keystone 2024-10-01 01:25:11.912 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:25:11.914 | + stack.sh:main:732 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2024-10-01 01:25:11.927 | + stack.sh:main:734 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2024-10-01 01:25:11.939 | + stack.sh:main:745 : is_service_enabled ldap 2024-10-01 01:25:11.952 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:25:11.954 | + stack.sh:main:754 : is_service_enabled s-proxy 2024-10-01 01:25:11.966 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:25:11.968 | + stack.sh:main:766 : save_stackenv 766 2024-10-01 01:25:11.970 | + functions-common:save_stackenv:60 : local tag=766 2024-10-01 01:25:11.973 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-10-01 01:25:11.976 | + functions-common:save_stackenv:62 : time_stamp=2024-10-01-012511 2024-10-01 01:25:11.978 | + functions-common:save_stackenv:63 : echo '# 2024-10-01-012511 766' 2024-10-01 01:25:11.980 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:25:11.982 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-10-01 01:25:11.984 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:25:11.986 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-10-01 01:25:11.987 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:25:11.989 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-10-01 01:25:11.991 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:25:11.993 | + 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,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2024-10-01 01:25:11.995 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:25:11.997 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-10-01 01:25:11.999 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:25:12.001 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-10-01 01:25:12.002 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:25:12.004 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-10-01-012509 2024-10-01 01:25:12.006 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:25:12.008 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-10-01 01:25:12.010 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:25:12.012 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-10-01 01:25:12.014 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:25:12.016 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-10-01 01:25:12.018 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:25:12.020 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-10-01 01:25:12.022 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:25:12.023 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-10-01 01:25:12.025 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:25:12.027 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-10-01 01:25:12.029 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:25:12.031 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-10-01 01:25:12.033 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:25:12.035 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-10-01 01:25:12.037 | + stack.sh:main:779 : GIT_DEPTH=0 2024-10-01 01:25:12.039 | + stack.sh:main:779 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements stable/2023.1 2024-10-01 01:25:12.041 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/requirements.git 2024-10-01 01:25:12.042 | + functions-common:git_clone:613 : local git_dest=/opt/stack//requirements 2024-10-01 01:25:12.044 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-10-01 01:25:12.046 | + functions-common:git_clone:615 : local orig_dir 2024-10-01 01:25:12.048 | ++ functions-common:git_clone:616 : pwd 2024-10-01 01:25:12.050 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-10-01 01:25:12.052 | + functions-common:git_clone:617 : local git_clone_flags= 2024-10-01 01:25:12.054 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-10-01 01:25:12.066 | + functions-common:git_clone:619 : RECLONE=False 2024-10-01 01:25:12.068 | + functions-common:git_clone:620 : [[ 0 -gt 0 ]] 2024-10-01 01:25:12.070 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-10-01 01:25:12.073 | + functions-common:git_clone:633 : echo stable/2023.1 2024-10-01 01:25:12.073 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-10-01 01:25:12.076 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//requirements ]] 2024-10-01 01:25:12.078 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-10-01 01:25:12.080 | + functions-common:git_clone:653 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-10-01 01:25:12.081 | + functions-common:git_timed:720 : local count=0 2024-10-01 01:25:12.084 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 01:25:12.085 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 01:25:12.087 | + functions-common:git_timed:724 : timeout=0 2024-10-01 01:25:12.089 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 01:25:12.090 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 01:25:12.092 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:25:12.094 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:25:12.096 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:25:12.099 | + functions-common:time_start:2426 : _TIME_START[$name]=1727745912097 2024-10-01 01:25:12.101 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-10-01 01:25:12.103 | Cloning into '/opt/stack//requirements'... 2024-10-01 01:25:15.403 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 01:25:15.404 | + functions-common:time_stop:2435 : local name 2024-10-01 01:25:15.406 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:25:15.408 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:25:15.410 | + functions-common:time_stop:2438 : local total 2024-10-01 01:25:15.412 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:25:15.414 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 01:25:15.416 | + functions-common:time_stop:2442 : start_time=1727745912097 2024-10-01 01:25:15.417 | + functions-common:time_stop:2444 : [[ -z 1727745912097 ]] 2024-10-01 01:25:15.420 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:25:15.423 | + functions-common:time_stop:2447 : end_time=1727745915421 2024-10-01 01:25:15.425 | + functions-common:time_stop:2448 : elapsed_time=3324 2024-10-01 01:25:15.426 | + functions-common:time_stop:2449 : total=1162 2024-10-01 01:25:15.428 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:25:15.430 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4486 2024-10-01 01:25:15.432 | + functions-common:git_clone:654 : cd /opt/stack//requirements 2024-10-01 01:25:15.434 | + functions-common:git_clone:655 : git_timed fetch origin stable/2023.1 2024-10-01 01:25:15.435 | + functions-common:git_timed:720 : local count=0 2024-10-01 01:25:15.437 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 01:25:15.439 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 01:25:15.441 | + functions-common:git_timed:724 : timeout=0 2024-10-01 01:25:15.443 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 01:25:15.445 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 01:25:15.446 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:25:15.448 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:25:15.450 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:25:15.454 | + functions-common:time_start:2426 : _TIME_START[$name]=1727745915452 2024-10-01 01:25:15.455 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch origin stable/2023.1 2024-10-01 01:25:16.141 | From https://opendev.org/openstack/requirements 2024-10-01 01:25:16.141 | * branch stable/2023.1 -> FETCH_HEAD 2024-10-01 01:25:16.150 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 01:25:16.152 | + functions-common:time_stop:2435 : local name 2024-10-01 01:25:16.154 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:25:16.156 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:25:16.158 | + functions-common:time_stop:2438 : local total 2024-10-01 01:25:16.160 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:25:16.161 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 01:25:16.163 | + functions-common:time_stop:2442 : start_time=1727745915452 2024-10-01 01:25:16.165 | + functions-common:time_stop:2444 : [[ -z 1727745915452 ]] 2024-10-01 01:25:16.167 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:25:16.170 | + functions-common:time_stop:2447 : end_time=1727745916168 2024-10-01 01:25:16.172 | + functions-common:time_stop:2448 : elapsed_time=716 2024-10-01 01:25:16.174 | + functions-common:time_stop:2449 : total=4486 2024-10-01 01:25:16.176 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:25:16.178 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5202 2024-10-01 01:25:16.179 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-10-01 01:25:16.181 | + functions-common:git_timed:720 : local count=0 2024-10-01 01:25:16.183 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 01:25:16.185 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 01:25:16.187 | + functions-common:git_timed:724 : timeout=0 2024-10-01 01:25:16.188 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 01:25:16.190 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 01:25:16.192 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:25:16.194 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:25:16.196 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:25:16.199 | + functions-common:time_start:2426 : _TIME_START[$name]=1727745916197 2024-10-01 01:25:16.201 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-10-01 01:25:16.210 | Note: switching to 'FETCH_HEAD'. 2024-10-01 01:25:16.210 | 2024-10-01 01:25:16.210 | You are in 'detached HEAD' state. You can look around, make experimental 2024-10-01 01:25:16.210 | changes and commit them, and you can discard any commits you make in this 2024-10-01 01:25:16.210 | state without impacting any branches by switching back to a branch. 2024-10-01 01:25:16.210 | 2024-10-01 01:25:16.210 | If you want to create a new branch to retain commits you create, you may 2024-10-01 01:25:16.210 | do so (now or later) by using -c with the switch command. Example: 2024-10-01 01:25:16.210 | 2024-10-01 01:25:16.210 | git switch -c 2024-10-01 01:25:16.210 | 2024-10-01 01:25:16.210 | Or undo this operation with: 2024-10-01 01:25:16.210 | 2024-10-01 01:25:16.210 | git switch - 2024-10-01 01:25:16.210 | 2024-10-01 01:25:16.210 | Turn off this advice by setting config variable advice.detachedHead to false 2024-10-01 01:25:16.210 | 2024-10-01 01:25:16.210 | HEAD is now at 72e02e2a Merge "update constraint for keystoneauth1 to new release 5.1.3" into stable/2023.1 2024-10-01 01:25:16.213 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 01:25:16.215 | + functions-common:time_stop:2435 : local name 2024-10-01 01:25:16.216 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:25:16.218 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:25:16.220 | + functions-common:time_stop:2438 : local total 2024-10-01 01:25:16.222 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:25:16.224 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 01:25:16.225 | + functions-common:time_stop:2442 : start_time=1727745916197 2024-10-01 01:25:16.227 | + functions-common:time_stop:2444 : [[ -z 1727745916197 ]] 2024-10-01 01:25:16.230 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:25:16.232 | + functions-common:time_stop:2447 : end_time=1727745916231 2024-10-01 01:25:16.234 | + functions-common:time_stop:2448 : elapsed_time=34 2024-10-01 01:25:16.236 | + functions-common:time_stop:2449 : total=5202 2024-10-01 01:25:16.238 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:25:16.239 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5236 2024-10-01 01:25:16.241 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//requirements 2024-10-01 01:25:16.252 | + functions-common:git_clone:695 : cd /opt/stack//requirements 2024-10-01 01:25:16.254 | + functions-common:git_clone:696 : git show --oneline 2024-10-01 01:25:16.254 | + functions-common:git_clone:696 : head -1 2024-10-01 01:25:16.257 | 72e02e2a Merge "update constraint for keystoneauth1 to new release 5.1.3" into stable/2023.1 2024-10-01 01:25:16.259 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-10-01 01:25:16.261 | + stack.sh:main:783 : echo_summary 'Installing package prerequisites' 2024-10-01 01:25:16.263 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 01:25:16.265 | + stack.sh:echo_summary:455 : echo -e Installing package prerequisites 2024-10-01 01:25:16.268 | + stack.sh:main:784 : source /opt/stack/devstack/tools/install_prereqs.sh 2024-10-01 01:25:16.270 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2024-10-01 01:25:16.272 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2024-10-01 01:25:16.274 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2024-10-01 01:25:16.276 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2024-10-01 01:25:16.278 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2024-10-01 01:25:16.279 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2024-10-01 01:25:16.282 | +++ tools/install_prereqs.sh:source:47 : date +%s 2024-10-01 01:25:16.285 | ++ tools/install_prereqs.sh:source:47 : NOW=1727745916 2024-10-01 01:25:16.288 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2024-10-01 01:25:16.291 | +++ tools/install_prereqs.sh:source:48 : echo 0 2024-10-01 01:25:16.293 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2024-10-01 01:25:16.295 | ++ tools/install_prereqs.sh:source:49 : DELTA=1727745916 2024-10-01 01:25:16.297 | ++ tools/install_prereqs.sh:source:50 : [[ 1727745916 -lt 7200 ]] 2024-10-01 01:25:16.299 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2024-10-01 01:25:16.301 | ++ functions-common:export_proxy_variables:2253 : isset http_proxy 2024-10-01 01:25:16.303 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2024-10-01 01:25:16.305 | ++ functions-common:export_proxy_variables:2256 : isset https_proxy 2024-10-01 01:25:16.307 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2024-10-01 01:25:16.309 | ++ functions-common:export_proxy_variables:2259 : isset no_proxy 2024-10-01 01:25:16.311 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2024-10-01 01:25:16.313 | +++ 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,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2024-10-01 01:25:16.341 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2024-10-01 01:25:16.341 | apache2-dev 2024-10-01 01:25:16.341 | bc 2024-10-01 01:25:16.341 | bsdmainutils 2024-10-01 01:25:16.341 | curl 2024-10-01 01:25:16.341 | g++ 2024-10-01 01:25:16.341 | gawk 2024-10-01 01:25:16.341 | gcc 2024-10-01 01:25:16.341 | gettext 2024-10-01 01:25:16.341 | git 2024-10-01 01:25:16.341 | graphviz 2024-10-01 01:25:16.341 | iputils-ping 2024-10-01 01:25:16.341 | libapache2-mod-proxy-uwsgi 2024-10-01 01:25:16.341 | libffi-dev 2024-10-01 01:25:16.341 | libjpeg-dev 2024-10-01 01:25:16.341 | libpcre3-dev 2024-10-01 01:25:16.342 | libpq-dev 2024-10-01 01:25:16.342 | libssl-dev 2024-10-01 01:25:16.342 | libsystemd-dev 2024-10-01 01:25:16.342 | libxml2-dev 2024-10-01 01:25:16.342 | libxslt1-dev 2024-10-01 01:25:16.342 | libyaml-dev 2024-10-01 01:25:16.342 | lsof 2024-10-01 01:25:16.342 | openssh-server 2024-10-01 01:25:16.342 | openssl 2024-10-01 01:25:16.342 | pkg-config 2024-10-01 01:25:16.342 | psmisc 2024-10-01 01:25:16.342 | python3-dev 2024-10-01 01:25:16.342 | python3-pip 2024-10-01 01:25:16.342 | python3-systemd 2024-10-01 01:25:16.342 | python3-venv 2024-10-01 01:25:16.342 | tar 2024-10-01 01:25:16.342 | tcpdump 2024-10-01 01:25:16.342 | unzip 2024-10-01 01:25:16.342 | uuid-runtime 2024-10-01 01:25:16.342 | wget 2024-10-01 01:25:16.342 | wget 2024-10-01 01:25:16.342 | zlib1g-dev 2024-10-01 01:25:16.342 | libkrb5-dev 2024-10-01 01:25:16.342 | libldap2-dev 2024-10-01 01:25:16.342 | libsasl2-dev 2024-10-01 01:25:16.342 | memcached 2024-10-01 01:25:16.342 | python3-mysqldb 2024-10-01 01:25:16.342 | sqlite3 2024-10-01 01:25:16.342 | conntrack 2024-10-01 01:25:16.342 | curl 2024-10-01 01:25:16.342 | ebtables 2024-10-01 01:25:16.342 | genisoimage 2024-10-01 01:25:16.342 | iptables 2024-10-01 01:25:16.342 | iputils-arping 2024-10-01 01:25:16.342 | kpartx 2024-10-01 01:25:16.342 | libjs-jquery-tablesorter 2024-10-01 01:25:16.342 | parted 2024-10-01 01:25:16.342 | pm-utils 2024-10-01 01:25:16.342 | python3-mysqldb 2024-10-01 01:25:16.342 | socat 2024-10-01 01:25:16.342 | sqlite3 2024-10-01 01:25:16.342 | sudo 2024-10-01 01:25:16.342 | vlan 2024-10-01 01:25:16.342 | lsscsi 2024-10-01 01:25:16.342 | open-iscsi 2024-10-01 01:25:16.342 | lvm2 2024-10-01 01:25:16.342 | qemu-utils 2024-10-01 01:25:16.342 | thin-provisioning-tools 2024-10-01 01:25:16.342 | acl 2024-10-01 01:25:16.342 | dnsmasq-base 2024-10-01 01:25:16.342 | dnsmasq-utils 2024-10-01 01:25:16.342 | ebtables 2024-10-01 01:25:16.342 | haproxy 2024-10-01 01:25:16.342 | iptables 2024-10-01 01:25:16.342 | iputils-arping 2024-10-01 01:25:16.342 | iputils-ping 2024-10-01 01:25:16.342 | postgresql-server-dev-all 2024-10-01 01:25:16.342 | python3-mysqldb 2024-10-01 01:25:16.342 | sqlite3 2024-10-01 01:25:16.342 | sudo 2024-10-01 01:25:16.342 | vlan 2024-10-01 01:25:16.342 | ipset 2024-10-01 01:25:16.342 | conntrack 2024-10-01 01:25:16.342 | conntrackd 2024-10-01 01:25:16.342 | keepalived' 2024-10-01 01:25:16.344 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2024-10-01 01:25:16.359 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2024-10-01 01:25:16.359 | apache2-dev 2024-10-01 01:25:16.359 | bc 2024-10-01 01:25:16.359 | bsdmainutils 2024-10-01 01:25:16.359 | curl 2024-10-01 01:25:16.359 | g++ 2024-10-01 01:25:16.359 | gawk 2024-10-01 01:25:16.359 | gcc 2024-10-01 01:25:16.359 | gettext 2024-10-01 01:25:16.359 | git 2024-10-01 01:25:16.359 | graphviz 2024-10-01 01:25:16.359 | iputils-ping 2024-10-01 01:25:16.359 | libapache2-mod-proxy-uwsgi 2024-10-01 01:25:16.359 | libffi-dev 2024-10-01 01:25:16.359 | libjpeg-dev 2024-10-01 01:25:16.359 | libpcre3-dev 2024-10-01 01:25:16.359 | libpq-dev 2024-10-01 01:25:16.359 | libssl-dev 2024-10-01 01:25:16.359 | libsystemd-dev 2024-10-01 01:25:16.359 | libxml2-dev 2024-10-01 01:25:16.359 | libxslt1-dev 2024-10-01 01:25:16.359 | libyaml-dev 2024-10-01 01:25:16.359 | lsof 2024-10-01 01:25:16.359 | openssh-server 2024-10-01 01:25:16.359 | openssl 2024-10-01 01:25:16.359 | pkg-config 2024-10-01 01:25:16.359 | psmisc 2024-10-01 01:25:16.360 | python3-dev 2024-10-01 01:25:16.360 | python3-pip 2024-10-01 01:25:16.360 | python3-systemd 2024-10-01 01:25:16.360 | python3-venv 2024-10-01 01:25:16.360 | tar 2024-10-01 01:25:16.360 | tcpdump 2024-10-01 01:25:16.360 | unzip 2024-10-01 01:25:16.360 | uuid-runtime 2024-10-01 01:25:16.360 | wget 2024-10-01 01:25:16.360 | wget 2024-10-01 01:25:16.360 | zlib1g-dev 2024-10-01 01:25:16.360 | libkrb5-dev 2024-10-01 01:25:16.360 | libldap2-dev 2024-10-01 01:25:16.360 | libsasl2-dev 2024-10-01 01:25:16.360 | memcached 2024-10-01 01:25:16.360 | python3-mysqldb 2024-10-01 01:25:16.360 | sqlite3 2024-10-01 01:25:16.360 | conntrack 2024-10-01 01:25:16.360 | curl 2024-10-01 01:25:16.360 | ebtables 2024-10-01 01:25:16.360 | genisoimage 2024-10-01 01:25:16.360 | iptables 2024-10-01 01:25:16.360 | iputils-arping 2024-10-01 01:25:16.360 | kpartx 2024-10-01 01:25:16.360 | libjs-jquery-tablesorter 2024-10-01 01:25:16.360 | parted 2024-10-01 01:25:16.360 | pm-utils 2024-10-01 01:25:16.360 | python3-mysqldb 2024-10-01 01:25:16.360 | socat 2024-10-01 01:25:16.360 | sqlite3 2024-10-01 01:25:16.360 | sudo 2024-10-01 01:25:16.360 | vlan 2024-10-01 01:25:16.360 | lsscsi 2024-10-01 01:25:16.360 | open-iscsi 2024-10-01 01:25:16.360 | lvm2 2024-10-01 01:25:16.360 | qemu-utils 2024-10-01 01:25:16.360 | thin-provisioning-tools 2024-10-01 01:25:16.360 | acl 2024-10-01 01:25:16.360 | dnsmasq-base 2024-10-01 01:25:16.360 | dnsmasq-utils 2024-10-01 01:25:16.360 | ebtables 2024-10-01 01:25:16.360 | haproxy 2024-10-01 01:25:16.360 | iptables 2024-10-01 01:25:16.360 | iputils-arping 2024-10-01 01:25:16.360 | iputils-ping 2024-10-01 01:25:16.360 | postgresql-server-dev-all 2024-10-01 01:25:16.360 | python3-mysqldb 2024-10-01 01:25:16.360 | sqlite3 2024-10-01 01:25:16.360 | sudo 2024-10-01 01:25:16.360 | vlan 2024-10-01 01:25:16.360 | ipset 2024-10-01 01:25:16.360 | conntrack 2024-10-01 01:25:16.360 | conntrackd 2024-10-01 01:25:16.360 | keepalived ' 2024-10-01 01:25:16.361 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2024-10-01 01:25:16.364 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:25:16.365 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:25:16.368 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-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 ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter 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 postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2024-10-01 01:25:16.369 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2024-10-01 01:25:16.372 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-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 ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter 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 postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2024-10-01 01:25:16.374 | ++ functions-common:install_package:1459 : update_package_repo 2024-10-01 01:25:16.376 | ++ functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-10-01 01:25:16.378 | ++ functions-common:update_package_repo:1432 : REPOS_UPDATED=False 2024-10-01 01:25:16.379 | ++ functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-10-01 01:25:16.381 | ++ functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-10-01 01:25:16.383 | ++ functions-common:update_package_repo:1439 : is_ubuntu 2024-10-01 01:25:16.385 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:25:16.387 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:25:16.388 | ++ functions-common:update_package_repo:1440 : apt_get_update 2024-10-01 01:25:16.390 | ++ functions-common:apt_get_update:1185 : [[ False == \T\r\u\e ]] 2024-10-01 01:25:16.392 | ++ functions-common:apt_get_update:1190 : [[ False = \T\r\u\e ]] 2024-10-01 01:25:16.394 | ++ functions-common:apt_get_update:1192 : local sudo=sudo 2024-10-01 01:25:16.396 | +++ functions-common:apt_get_update:1193 : id -u 2024-10-01 01:25:16.399 | ++ functions-common:apt_get_update:1193 : [[ 1001 = \0 ]] 2024-10-01 01:25:16.401 | ++ functions-common:apt_get_update:1196 : time_start apt-get-update 2024-10-01 01:25:16.403 | ++ functions-common:time_start:2421 : local name=apt-get-update 2024-10-01 01:25:16.404 | ++ functions-common:time_start:2422 : local start_time= 2024-10-01 01:25:16.406 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:25:16.409 | +++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:25:16.412 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1727745916409 2024-10-01 01:25:16.413 | ++ functions-common:apt_get_update:1198 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2024-10-01 01:25:16.415 | ++ functions-common:apt_get_update:1199 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2024-10-01 01:25:16.417 | ++ functions-common:apt_get_update:1200 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2024-10-01 01:25:16.597 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2024-10-01 01:25:16.598 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [128 kB] 2024-10-01 01:25:16.611 | Get:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease [127 kB] 2024-10-01 01:25:16.784 | Get:4 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [2,066 kB] 2024-10-01 01:25:16.795 | Get:5 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-10-01 01:25:16.829 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main Translation-en [358 kB] 2024-10-01 01:25:16.844 | Get:7 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.9 kB] 2024-10-01 01:25:16.855 | Get:8 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 Packages [2,504 kB] 2024-10-01 01:25:16.881 | Get:9 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted Translation-en [432 kB] 2024-10-01 01:25:16.886 | Get:10 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-10-01 01:25:16.893 | Get:11 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 Packages [1,130 kB] 2024-10-01 01:25:16.907 | Get:12 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe Translation-en [264 kB] 2024-10-01 01:25:16.918 | Get:13 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.3 kB] 2024-10-01 01:25:16.928 | Get:14 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-10-01 01:25:16.937 | Get:15 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-10-01 01:25:16.945 | Get:16 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main amd64 Packages [67.7 kB] 2024-10-01 01:25:16.963 | Get:17 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-10-01 01:25:16.976 | Get:18 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-10-01 01:25:16.986 | Get:19 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-10-01 01:25:17.287 | Get:20 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,848 kB] 2024-10-01 01:25:17.887 | Get:21 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [299 kB] 2024-10-01 01:25:17.897 | Get:22 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-10-01 01:25:17.898 | Get:23 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,444 kB] 2024-10-01 01:25:18.010 | Get:24 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [421 kB] 2024-10-01 01:25:18.017 | Get:25 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-10-01 01:25:18.017 | Get:26 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [909 kB] 2024-10-01 01:25:18.044 | Get:27 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [179 kB] 2024-10-01 01:25:18.049 | Get:28 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.4 kB] 2024-10-01 01:25:18.049 | Get:29 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-10-01 01:25:18.050 | Get:30 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-10-01 01:25:23.798 | Fetched 13.5 MB in 2s (5,770 kB/s) 2024-10-01 01:25:24.881 | Reading package lists... 2024-10-01 01:25:24.907 | ++ functions-common:apt_get_update:1204 : REPOS_UPDATED=True 2024-10-01 01:25:24.909 | ++ functions-common:apt_get_update:1206 : time_stop apt-get-update 2024-10-01 01:25:24.910 | ++ functions-common:time_stop:2435 : local name 2024-10-01 01:25:24.912 | ++ functions-common:time_stop:2436 : local end_time 2024-10-01 01:25:24.914 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:25:24.916 | ++ functions-common:time_stop:2438 : local total 2024-10-01 01:25:24.918 | ++ functions-common:time_stop:2439 : local start_time 2024-10-01 01:25:24.920 | ++ functions-common:time_stop:2441 : name=apt-get-update 2024-10-01 01:25:24.921 | ++ functions-common:time_stop:2442 : start_time=1727745916409 2024-10-01 01:25:24.923 | ++ functions-common:time_stop:2444 : [[ -z 1727745916409 ]] 2024-10-01 01:25:24.925 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:25:24.928 | ++ functions-common:time_stop:2447 : end_time=1727745924926 2024-10-01 01:25:24.930 | ++ functions-common:time_stop:2448 : elapsed_time=8517 2024-10-01 01:25:24.932 | ++ functions-common:time_stop:2449 : total=0 2024-10-01 01:25:24.933 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:25:24.935 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8517 2024-10-01 01:25:24.937 | ++ functions-common:install_package:1460 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-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 ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter 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 postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2024-10-01 01:25:24.939 | ++ functions-common:real_install_package:1445 : is_ubuntu 2024-10-01 01:25:24.941 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:25:24.943 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:25:24.945 | ++ functions-common:real_install_package:1446 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-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 ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter 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 postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2024-10-01 01:25:24.960 | ++ functions-common:apt_get:1226 : 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++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-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 ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter 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 postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2024-10-01 01:25:25.020 | Reading package lists... 2024-10-01 01:25:25.241 | Building dependency tree... 2024-10-01 01:25:25.242 | Reading state information... 2024-10-01 01:25:25.260 | acl is already the newest version (2.3.1-1). 2024-10-01 01:25:25.260 | bc is already the newest version (1.07.1-3build1). 2024-10-01 01:25:25.260 | bc set to manually installed. 2024-10-01 01:25:25.260 | conntrack is already the newest version (1:1.4.6-2build2). 2024-10-01 01:25:25.260 | ebtables is already the newest version (2.0.11-4build2). 2024-10-01 01:25:25.260 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2024-10-01 01:25:25.260 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2024-10-01 01:25:25.260 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2024-10-01 01:25:25.260 | gettext is already the newest version (0.21-4ubuntu4). 2024-10-01 01:25:25.260 | ipset is already the newest version (7.15-1build1). 2024-10-01 01:25:25.260 | iputils-arping is already the newest version (3:20211215-1). 2024-10-01 01:25:25.260 | iputils-ping is already the newest version (3:20211215-1). 2024-10-01 01:25:25.260 | iputils-ping set to manually installed. 2024-10-01 01:25:25.260 | keepalived is already the newest version (1:2.2.4-0.2build1). 2024-10-01 01:25:25.260 | libffi-dev is already the newest version (3.4.2-4). 2024-10-01 01:25:25.260 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2024-10-01 01:25:25.260 | libyaml-dev is already the newest version (0.2.2-1build2). 2024-10-01 01:25:25.260 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2024-10-01 01:25:25.260 | lsof set to manually installed. 2024-10-01 01:25:25.260 | lsscsi is already the newest version (0.31-1build2). 2024-10-01 01:25:25.260 | lvm2 is already the newest version (2.03.11-2.1ubuntu4). 2024-10-01 01:25:25.260 | lvm2 set to manually installed. 2024-10-01 01:25:25.260 | open-iscsi is already the newest version (2.1.5-1ubuntu1). 2024-10-01 01:25:25.260 | open-iscsi set to manually installed. 2024-10-01 01:25:25.260 | parted is already the newest version (3.4-2build1). 2024-10-01 01:25:25.260 | parted set to manually installed. 2024-10-01 01:25:25.260 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2024-10-01 01:25:25.260 | psmisc is already the newest version (23.4-2build3). 2024-10-01 01:25:25.260 | psmisc set to manually installed. 2024-10-01 01:25:25.260 | python3-mysqldb is already the newest version (1.4.6-1build1). 2024-10-01 01:25:25.261 | python3-systemd is already the newest version (234-3ubuntu2). 2024-10-01 01:25:25.261 | python3-systemd set to manually installed. 2024-10-01 01:25:25.261 | socat is already the newest version (1.7.4.1-3ubuntu4). 2024-10-01 01:25:25.261 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2024-10-01 01:25:25.261 | thin-provisioning-tools set to manually installed. 2024-10-01 01:25:25.261 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2024-10-01 01:25:25.261 | conntrackd is already the newest version (1:1.4.6-2build2). 2024-10-01 01:25:25.261 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2024-10-01 01:25:25.261 | pm-utils is already the newest version (1.4.1-19). 2024-10-01 01:25:25.261 | postgresql-server-dev-all is already the newest version (238). 2024-10-01 01:25:25.261 | vlan is already the newest version (2.0.5ubuntu5). 2024-10-01 01:25:25.261 | apache2 is already the newest version (2.4.52-1ubuntu4.12). 2024-10-01 01:25:25.261 | apache2-dev is already the newest version (2.4.52-1ubuntu4.12). 2024-10-01 01:25:25.261 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2024-10-01 01:25:25.261 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2024-10-01 01:25:25.261 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2024-10-01 01:25:25.261 | gawk set to manually installed. 2024-10-01 01:25:25.261 | git is already the newest version (1:2.34.1-1ubuntu1.11). 2024-10-01 01:25:25.261 | git set to manually installed. 2024-10-01 01:25:25.261 | haproxy is already the newest version (2.4.24-0ubuntu0.22.04.1). 2024-10-01 01:25:25.261 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2024-10-01 01:25:25.261 | iptables set to manually installed. 2024-10-01 01:25:25.261 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2024-10-01 01:25:25.261 | kpartx set to manually installed. 2024-10-01 01:25:25.261 | libkrb5-dev is already the newest version (1.19.2-2ubuntu0.4). 2024-10-01 01:25:25.261 | libldap2-dev is already the newest version (2.5.18+dfsg-0ubuntu0.22.04.2). 2024-10-01 01:25:25.261 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2024-10-01 01:25:25.261 | libpq-dev is already the newest version (14.13-0ubuntu0.22.04.1). 2024-10-01 01:25:25.261 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2024-10-01 01:25:25.261 | libsystemd-dev is already the newest version (249.11-0ubuntu3.12). 2024-10-01 01:25:25.261 | libxml2-dev is already the newest version (2.9.13+dfsg-1ubuntu0.4). 2024-10-01 01:25:25.261 | libxslt1-dev is already the newest version (1.1.34-4ubuntu0.22.04.1). 2024-10-01 01:25:25.261 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2024-10-01 01:25:25.261 | openssh-server is already the newest version (1:8.9p1-3ubuntu0.10). 2024-10-01 01:25:25.261 | python3-dev is already the newest version (3.10.6-1~22.04.1). 2024-10-01 01:25:25.261 | qemu-utils is already the newest version (1:6.2+dfsg-2ubuntu6.22). 2024-10-01 01:25:25.261 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2024-10-01 01:25:25.261 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2024-10-01 01:25:25.261 | sudo set to manually installed. 2024-10-01 01:25:25.261 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2024-10-01 01:25:25.261 | tar set to manually installed. 2024-10-01 01:25:25.261 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2024-10-01 01:25:25.261 | tcpdump set to manually installed. 2024-10-01 01:25:25.261 | unzip is already the newest version (6.0-26ubuntu3.2). 2024-10-01 01:25:25.438 | uuid-runtime is already the newest version (2.37.2-4ubuntu3.4). 2024-10-01 01:25:25.438 | uuid-runtime set to manually installed. 2024-10-01 01:25:25.438 | wget is already the newest version (1.21.2-2ubuntu1.1). 2024-10-01 01:25:25.438 | wget set to manually installed. 2024-10-01 01:25:25.438 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2024-10-01 01:25:25.438 | graphviz is already the newest version (2.42.2-6ubuntu0.1). 2024-10-01 01:25:25.438 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.12). 2024-10-01 01:25:25.438 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.4). 2024-10-01 01:25:25.438 | python3-venv is already the newest version (3.10.6-1~22.04.1). 2024-10-01 01:25:25.438 | The following additional packages will be installed: 2024-10-01 01:25:25.439 | libcurl4 libssl3 2024-10-01 01:25:25.440 | Suggested packages: 2024-10-01 01:25:25.440 | libssl-doc 2024-10-01 01:25:25.458 | The following packages will be upgraded: 2024-10-01 01:25:25.458 | curl libcurl4 libssl-dev libssl3 openssl 2024-10-01 01:25:25.832 | Preconfiguring packages ... 2024-10-01 01:25:25.897 | 5 upgraded, 0 newly installed, 0 to remove and 63 not upgraded. 2024-10-01 01:25:25.897 | Need to get 0 B/5,948 kB of archives. 2024-10-01 01:25:25.897 | After this operation, 2,048 B of additional disk space will be used. 2024-10-01 01:25:26.348 | (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 ... 165862 files and directories currently installed.) 2024-10-01 01:25:26.354 | Preparing to unpack .../libssl-dev_3.0.2-0ubuntu1.18_amd64.deb ... 2024-10-01 01:25:26.370 | Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.18) over (3.0.2-0ubuntu1.17) ... 2024-10-01 01:25:26.540 | Preparing to unpack .../libssl3_3.0.2-0ubuntu1.18_amd64.deb ... 2024-10-01 01:25:26.554 | Unpacking libssl3:amd64 (3.0.2-0ubuntu1.18) over (3.0.2-0ubuntu1.17) ... 2024-10-01 01:25:26.652 | Setting up libssl3:amd64 (3.0.2-0ubuntu1.18) ... 2024-10-01 01:25:26.881 | (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 ... 165862 files and directories currently installed.) 2024-10-01 01:25:26.888 | Preparing to unpack .../openssl_3.0.2-0ubuntu1.18_amd64.deb ... 2024-10-01 01:25:26.900 | Unpacking openssl (3.0.2-0ubuntu1.18) over (3.0.2-0ubuntu1.17) ... 2024-10-01 01:25:27.033 | Preparing to unpack .../curl_7.81.0-1ubuntu1.18_amd64.deb ... 2024-10-01 01:25:27.045 | Unpacking curl (7.81.0-1ubuntu1.18) over (7.81.0-1ubuntu1.17) ... 2024-10-01 01:25:27.107 | Preparing to unpack .../libcurl4_7.81.0-1ubuntu1.18_amd64.deb ... 2024-10-01 01:25:27.118 | Unpacking libcurl4:amd64 (7.81.0-1ubuntu1.18) over (7.81.0-1ubuntu1.17) ... 2024-10-01 01:25:27.181 | Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.18) ... 2024-10-01 01:25:27.191 | Setting up libcurl4:amd64 (7.81.0-1ubuntu1.18) ... 2024-10-01 01:25:27.202 | Setting up curl (7.81.0-1ubuntu1.18) ... 2024-10-01 01:25:27.212 | Setting up openssl (3.0.2-0ubuntu1.18) ... 2024-10-01 01:25:27.227 | Processing triggers for man-db (2.10.2-1) ... 2024-10-01 01:25:27.423 | Processing triggers for libc-bin (2.35-0ubuntu3.8) ... 2024-10-01 01:25:27.786 | NEEDRESTART-VER: 3.5 2024-10-01 01:25:28.445 | NEEDRESTART-KCUR: 6.8.0-40-generic 2024-10-01 01:25:28.445 | NEEDRESTART-KEXP: 6.8.0-40-generic 2024-10-01 01:25:28.445 | NEEDRESTART-KSTA: 1 2024-10-01 01:25:28.445 | NEEDRESTART-SVC: haproxy.service 2024-10-01 01:25:28.445 | NEEDRESTART-SVC: mariadb.service 2024-10-01 01:25:28.445 | NEEDRESTART-SVC: memcached.service 2024-10-01 01:25:28.445 | NEEDRESTART-SVC: open-vm-tools.service 2024-10-01 01:25:28.445 | NEEDRESTART-SVC: ovs-vswitchd.service 2024-10-01 01:25:28.445 | NEEDRESTART-SVC: ovsdb-server.service 2024-10-01 01:25:28.445 | NEEDRESTART-SVC: packagekit.service 2024-10-01 01:25:28.445 | NEEDRESTART-SVC: pmproxy.service 2024-10-01 01:25:28.445 | NEEDRESTART-SVC: rabbitmq-server.service 2024-10-01 01:25:28.445 | NEEDRESTART-SVC: ssh.service 2024-10-01 01:25:28.445 | NEEDRESTART-SVC: systemd-journald.service 2024-10-01 01:25:28.445 | NEEDRESTART-SVC: systemd-logind.service 2024-10-01 01:25:28.445 | NEEDRESTART-SVC: systemd-manager 2024-10-01 01:25:28.445 | NEEDRESTART-SVC: systemd-networkd.service 2024-10-01 01:25:28.445 | NEEDRESTART-SVC: systemd-resolved.service 2024-10-01 01:25:28.445 | NEEDRESTART-SVC: systemd-timesyncd.service 2024-10-01 01:25:28.445 | NEEDRESTART-SVC: systemd-udevd.service 2024-10-01 01:25:28.445 | NEEDRESTART-SVC: udisks2.service 2024-10-01 01:25:28.445 | NEEDRESTART-SVC: user@1001.service 2024-10-01 01:25:28.445 | NEEDRESTART-SVC: vgauth.service 2024-10-01 01:25:30.418 | ++ functions-common:apt_get:1230 : result=0 2024-10-01 01:25:30.420 | ++ functions-common:apt_get:1233 : time_stop apt-get 2024-10-01 01:25:30.422 | ++ functions-common:time_stop:2435 : local name 2024-10-01 01:25:30.424 | ++ functions-common:time_stop:2436 : local end_time 2024-10-01 01:25:30.426 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:25:30.428 | ++ functions-common:time_stop:2438 : local total 2024-10-01 01:25:30.429 | ++ functions-common:time_stop:2439 : local start_time 2024-10-01 01:25:30.431 | ++ functions-common:time_stop:2441 : name=apt-get 2024-10-01 01:25:30.433 | ++ functions-common:time_stop:2442 : start_time=1727745924958 2024-10-01 01:25:30.435 | ++ functions-common:time_stop:2444 : [[ -z 1727745924958 ]] 2024-10-01 01:25:30.437 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:25:30.440 | ++ functions-common:time_stop:2447 : end_time=1727745930438 2024-10-01 01:25:30.442 | ++ functions-common:time_stop:2448 : elapsed_time=5480 2024-10-01 01:25:30.444 | ++ functions-common:time_stop:2449 : total=508 2024-10-01 01:25:30.445 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:25:30.447 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5988 2024-10-01 01:25:30.449 | ++ functions-common:apt_get:1234 : return 0 2024-10-01 01:25:30.451 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2024-10-01 01:25:30.453 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2024-10-01 01:25:30.455 | ++ tools/install_prereqs.sh:source:88 : date +%s 2024-10-01 01:25:30.458 | ++ tools/install_prereqs.sh:source:89 : date 2024-10-01 01:25:30.461 | + stack.sh:main:799 : [[ False != \T\r\u\e ]] 2024-10-01 01:25:30.464 | + stack.sh:main:800 : PYPI_ALTERNATIVE_URL= 2024-10-01 01:25:30.466 | + stack.sh:main:800 : /opt/stack/devstack/tools/install_pip.sh 2024-10-01 01:25:30.782 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2024-10-01 01:25:30.783 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2024-10-01 01:25:30.785 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2024-10-01 01:25:30.786 | + tools/install_pip.sh:main:43 : GetDistro 2024-10-01 01:25:30.788 | + functions-common:GetDistro:449 : GetOSVersion 2024-10-01 01:25:30.789 | + functions-common:GetOSVersion:416 : source /etc/os-release 2024-10-01 01:25:30.790 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.4 LTS' 2024-10-01 01:25:30.791 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2024-10-01 01:25:30.793 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2024-10-01 01:25:30.794 | ++ /etc/os-release:source:4 : VERSION='22.04.4 LTS (Jammy Jellyfish)' 2024-10-01 01:25:30.795 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2024-10-01 01:25:30.796 | ++ /etc/os-release:source:6 : ID=ubuntu 2024-10-01 01:25:30.798 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2024-10-01 01:25:30.799 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2024-10-01 01:25:30.800 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2024-10-01 01:25:30.801 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2024-10-01 01:25:30.803 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2024-10-01 01:25:30.804 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2024-10-01 01:25:30.805 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2024-10-01 01:25:30.806 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) =~ rocky9 ]] 2024-10-01 01:25:30.808 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2024-10-01 01:25:30.809 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2024-10-01 01:25:30.811 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2024-10-01 01:25:30.812 | + functions-common:_ensure_lsb_release:394 : return 2024-10-01 01:25:30.814 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2024-10-01 01:25:30.848 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2024-10-01 01:25:30.850 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2024-10-01 01:25:30.884 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2024-10-01 01:25:30.886 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2024-10-01 01:25:30.920 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2024-10-01 01:25:30.921 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2024-10-01 01:25:30.922 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2024-10-01 01:25:30.924 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2024-10-01 01:25:30.925 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2024-10-01 01:25:30.927 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2024-10-01 01:25:30.928 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2024-10-01 01:25:30.930 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2024-10-01 01:25:30.931 | + functions-common:GetDistro:453 : DISTRO=jammy 2024-10-01 01:25:30.932 | + functions-common:GetDistro:501 : typeset -xr DISTRO 2024-10-01 01:25:30.934 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2024-10-01 01:25:30.934 | Distro: jammy 2024-10-01 01:25:30.935 | + tools/install_pip.sh:main:124 : get_versions 2024-10-01 01:25:30.937 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-10-01 01:25:30.940 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-10-01 01:25:30.941 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-10-01 01:25:30.943 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-10-01 01:25:30.944 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-10-01 01:25:31.002 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-10-01 01:25:31.004 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-10-01 01:25:31.004 | pip: 0.1.15 2024-10-01 01:25:31.005 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2024-10-01 01:25:31.007 | + tools/install_pip.sh:main:130 : is_fedora 2024-10-01 01:25:31.008 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-10-01 01:25:31.009 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-10-01 01:25:31.011 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-10-01 01:25:31.012 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-10-01 01:25:31.013 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-10-01 01:25:31.014 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-10-01 01:25:31.015 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-10-01 01:25:31.017 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-10-01 01:25:31.018 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-10-01 01:25:31.019 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-10-01 01:25:31.021 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-10-01 01:25:31.022 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-10-01 01:25:31.023 | + tools/install_pip.sh:main:141 : is_ubuntu 2024-10-01 01:25:31.025 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:25:31.026 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:25:31.027 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2024-10-01 01:25:31.030 | + tools/install_pip.sh:main:153 : set -x 2024-10-01 01:25:31.032 | + tools/install_pip.sh:main:156 : get_versions 2024-10-01 01:25:31.033 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-10-01 01:25:31.036 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-10-01 01:25:31.037 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-10-01 01:25:31.039 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-10-01 01:25:31.040 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-10-01 01:25:31.048 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-10-01 01:25:31.050 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-10-01 01:25:31.050 | pip: 0.1.15 2024-10-01 01:25:31.052 | + stack.sh:main:804 : source /opt/stack/devstack/tools/fixup_stuff.sh 2024-10-01 01:25:31.055 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2024-10-01 01:25:31.056 | + stack.sh:main:805 : fixup_all 2024-10-01 01:25:31.058 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2024-10-01 01:25:31.060 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2024-10-01 01:25:31.062 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:25:31.064 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:25:31.065 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2024-10-01 01:25:31.075 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info 2024-10-01 01:25:31.084 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2024-10-01 01:25:31.092 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2024-10-01 01:25:31.094 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2024-10-01 01:25:31.096 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-10-01 01:25:31.097 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-10-01 01:25:31.099 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-10-01 01:25:31.101 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-10-01 01:25:31.103 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-10-01 01:25:31.104 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-10-01 01:25:31.106 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-10-01 01:25:31.108 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-10-01 01:25:31.109 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-10-01 01:25:31.111 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-10-01 01:25:31.113 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-10-01 01:25:31.115 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-10-01 01:25:31.116 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2024-10-01 01:25:31.118 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2024-10-01 01:25:31.120 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2024-10-01 01:25:31.122 | + functions-common:is_suse:544 : is_opensuse 2024-10-01 01:25:31.123 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-10-01 01:25:31.125 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-10-01 01:25:31.127 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-10-01 01:25:31.129 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-10-01 01:25:31.130 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-10-01 01:25:31.132 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2024-10-01 01:25:31.134 | + stack.sh:main:808 : pip_install -U os-testr 2024-10-01 01:25:31.150 | Using python 3.10 to install os-testr 2024-10-01 01:25:31.152 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -U os-testr 2024-10-01 01:25:32.294 | Collecting os-testr 2024-10-01 01:25:32.297 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2024-10-01 01:25:32.302 | Requirement already satisfied: testtools>=2.2.0 in /usr/lib/python3/dist-packages (from os-testr) (2.5.0) 2024-10-01 01:25:32.322 | Collecting python-subunit>=1.0.0 2024-10-01 01:25:32.325 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2024-10-01 01:25:32.364 | Collecting pbr!=2.1.0,>=2.0.0 2024-10-01 01:25:32.368 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-10-01 01:25:32.375 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2024-10-01 01:25:32.568 | Installing collected packages: python-subunit, pbr, os-testr 2024-10-01 01:25:32.568 | Attempting uninstall: python-subunit 2024-10-01 01:25:32.571 | Found existing installation: python-subunit 1.4.0 2024-10-01 01:25:32.572 | Not uninstalling python-subunit at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 01:25:32.573 | Can't uninstall 'python-subunit'. No files were found to uninstall. 2024-10-01 01:25:32.655 | Attempting uninstall: pbr 2024-10-01 01:25:32.656 | Found existing installation: pbr 5.8.0 2024-10-01 01:25:32.657 | Not uninstalling pbr at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 01:25:32.658 | Can't uninstall 'pbr'. No files were found to uninstall. 2024-10-01 01:25:32.716 | Attempting uninstall: os-testr 2024-10-01 01:25:32.717 | Found existing installation: os-testr 2.0.1 2024-10-01 01:25:32.718 | Not uninstalling os-testr at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 01:25:32.719 | Can't uninstall 'os-testr'. No files were found to uninstall. 2024-10-01 01:25:32.740 | Successfully installed os-testr-3.0.0 pbr-5.11.1 python-subunit-1.4.2 2024-10-01 01:25:32.741 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 01:25:32.829 | + inc/python:pip_install:196 : result=0 2024-10-01 01:25:32.831 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-01 01:25:32.833 | + functions-common:time_stop:2435 : local name 2024-10-01 01:25:32.835 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:25:32.837 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:25:32.839 | + functions-common:time_stop:2438 : local total 2024-10-01 01:25:32.841 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:25:32.843 | + functions-common:time_stop:2441 : name=pip_install 2024-10-01 01:25:32.844 | + functions-common:time_stop:2442 : start_time=1727745931146 2024-10-01 01:25:32.846 | + functions-common:time_stop:2444 : [[ -z 1727745931146 ]] 2024-10-01 01:25:32.849 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:25:32.852 | + functions-common:time_stop:2447 : end_time=1727745932850 2024-10-01 01:25:32.854 | + functions-common:time_stop:2448 : elapsed_time=1704 2024-10-01 01:25:32.856 | + functions-common:time_stop:2449 : total=0 2024-10-01 01:25:32.857 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:25:32.859 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1704 2024-10-01 01:25:32.861 | + inc/python:pip_install:199 : return 0 2024-10-01 01:25:32.862 | + stack.sh:main:812 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2024-10-01 01:25:32.904 | + stack.sh:main:813 : sudo systemctl restart systemd-journald 2024-10-01 01:25:32.954 | + stack.sh:main:819 : install_infra 2024-10-01 01:25:32.956 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-10-01 01:25:32.958 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2024-10-01 01:25:32.959 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2024-10-01 01:25:36.120 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-10-01 01:25:36.122 | + lib/infra:install_infra:34 : pip_install -U pbr 2024-10-01 01:25:36.140 | + inc/python:pip_install:190 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack//requirements/.venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U pbr 2024-10-01 01:25:37.099 | Collecting pbr 2024-10-01 01:25:37.102 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-10-01 01:25:37.129 | Installing collected packages: pbr 2024-10-01 01:25:37.193 | Successfully installed pbr-5.11.1 2024-10-01 01:25:37.267 | + inc/python:pip_install:196 : result=0 2024-10-01 01:25:37.269 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-01 01:25:37.271 | + functions-common:time_stop:2435 : local name 2024-10-01 01:25:37.272 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:25:37.274 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:25:37.276 | + functions-common:time_stop:2438 : local total 2024-10-01 01:25:37.277 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:25:37.279 | + functions-common:time_stop:2441 : name=pip_install 2024-10-01 01:25:37.280 | + functions-common:time_stop:2442 : start_time=1727745936134 2024-10-01 01:25:37.282 | + functions-common:time_stop:2444 : [[ -z 1727745936134 ]] 2024-10-01 01:25:37.284 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:25:37.287 | + functions-common:time_stop:2447 : end_time=1727745937285 2024-10-01 01:25:37.289 | + functions-common:time_stop:2448 : elapsed_time=1151 2024-10-01 01:25:37.290 | + functions-common:time_stop:2449 : total=1704 2024-10-01 01:25:37.292 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:25:37.293 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2855 2024-10-01 01:25:37.295 | + inc/python:pip_install:199 : return 0 2024-10-01 01:25:37.297 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-10-01 01:25:37.299 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2024-10-01 01:25:37.316 | + inc/python:pip_install:190 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack//requirements/.venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt /opt/stack//requirements 2024-10-01 01:25:38.162 | Processing /opt/stack/requirements 2024-10-01 01:25:38.163 | Preparing metadata (setup.py): started 2024-10-01 01:25:38.846 | Preparing metadata (setup.py): finished with status 'done' 2024-10-01 01:25:39.023 | Collecting Parsley>=1.2 2024-10-01 01:25:39.026 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-10-01 01:25:39.118 | Collecting PyYAML>=3.12 2024-10-01 01:25:39.125 | Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (682 kB) 2024-10-01 01:25:39.237 | Collecting beagle>=0.2.1 2024-10-01 01:25:39.239 | Using cached beagle-0.4.0-py3-none-any.whl (11 kB) 2024-10-01 01:25:39.260 | Collecting fixtures>=3.0.0 2024-10-01 01:25:39.261 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-10-01 01:25:39.307 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2024-10-01 01:25:39.309 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2024-10-01 01:25:39.361 | Collecting requests>=2.14.2 2024-10-01 01:25:39.364 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2024-10-01 01:25:39.388 | Collecting six>=1.10.0 2024-10-01 01:25:39.390 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-10-01 01:25:39.431 | Collecting cliff>=2.11.0 2024-10-01 01:25:39.435 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2024-10-01 01:25:39.444 | Requirement already satisfied: pbr>=2.0 in /opt/stack/requirements/.venv/lib/python3.10/site-packages (from beagle>=0.2.1->openstack-requirements==1.2.1.dev6102) (5.11.1) 2024-10-01 01:25:39.493 | Collecting certifi>=2017.4.17 2024-10-01 01:25:39.495 | Using cached certifi-2024.8.30-py3-none-any.whl (167 kB) 2024-10-01 01:25:39.557 | Collecting urllib3<1.27,>=1.21.1 2024-10-01 01:25:39.560 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2024-10-01 01:25:39.587 | Collecting idna<4,>=2.5 2024-10-01 01:25:39.590 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-10-01 01:25:39.750 | Collecting charset-normalizer<3,>=2 2024-10-01 01:25:39.753 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2024-10-01 01:25:39.845 | Collecting cmd2>=1.0.0 2024-10-01 01:25:39.849 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2024-10-01 01:25:39.877 | Collecting PrettyTable>=0.7.2 2024-10-01 01:25:39.880 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2024-10-01 01:25:39.899 | Collecting autopage>=0.4.0 2024-10-01 01:25:39.901 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-10-01 01:25:39.941 | Collecting stevedore>=2.0.1 2024-10-01 01:25:39.944 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2024-10-01 01:25:40.034 | Collecting importlib-metadata>=4.4 2024-10-01 01:25:40.037 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2024-10-01 01:25:40.101 | Collecting pyperclip>=1.6 2024-10-01 01:25:40.102 | Using cached pyperclip-1.8.2-py3-none-any.whl 2024-10-01 01:25:40.131 | Collecting attrs>=16.3.0 2024-10-01 01:25:40.134 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2024-10-01 01:25:40.155 | Collecting wcwidth>=0.1.7 2024-10-01 01:25:40.158 | Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2024-10-01 01:25:40.214 | Collecting zipp>=0.5 2024-10-01 01:25:40.217 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2024-10-01 01:25:40.275 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2024-10-01 01:25:40.419 | Installing collected packages: wcwidth, pyperclip, Parsley, zipp, urllib3, stevedore, six, PyYAML, PrettyTable, packaging, idna, fixtures, charset-normalizer, certifi, autopage, attrs, requests, importlib-metadata, cmd2, cliff, beagle, openstack-requirements 2024-10-01 01:25:41.223 | Running setup.py install for openstack-requirements: started 2024-10-01 01:25:42.620 | Running setup.py install for openstack-requirements: finished with status 'done' 2024-10-01 01:25:42.629 | Successfully installed Parsley-1.3 PrettyTable-3.4.1 PyYAML-6.0 attrs-22.1.0 autopage-0.5.1 beagle-0.4.0 certifi-2024.8.30 charset-normalizer-2.1.1 cliff-4.2.0 cmd2-2.4.2 fixtures-4.0.1 idna-3.4 importlib-metadata-5.0.0 openstack-requirements-1.2.1.dev6102 packaging-23.1 pyperclip-1.8.2 requests-2.28.1 six-1.16.0 stevedore-5.0.0 urllib3-1.26.12 wcwidth-0.2.5 zipp-3.8.1 2024-10-01 01:25:42.730 | + inc/python:pip_install:196 : result=0 2024-10-01 01:25:42.732 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-01 01:25:42.734 | + functions-common:time_stop:2435 : local name 2024-10-01 01:25:42.735 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:25:42.737 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:25:42.739 | + functions-common:time_stop:2438 : local total 2024-10-01 01:25:42.740 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:25:42.742 | + functions-common:time_stop:2441 : name=pip_install 2024-10-01 01:25:42.744 | + functions-common:time_stop:2442 : start_time=1727745937310 2024-10-01 01:25:42.745 | + functions-common:time_stop:2444 : [[ -z 1727745937310 ]] 2024-10-01 01:25:42.748 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:25:42.751 | + functions-common:time_stop:2447 : end_time=1727745942749 2024-10-01 01:25:42.752 | + functions-common:time_stop:2448 : elapsed_time=5439 2024-10-01 01:25:42.754 | + functions-common:time_stop:2449 : total=2855 2024-10-01 01:25:42.755 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:25:42.757 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8294 2024-10-01 01:25:42.759 | + inc/python:pip_install:199 : return 0 2024-10-01 01:25:42.760 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2024-10-01 01:25:42.762 | + lib/infra:install_infra:42 : use_library_from_git pbr 2024-10-01 01:25:42.764 | + inc/python:use_library_from_git:246 : local name=pbr 2024-10-01 01:25:42.766 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:42.768 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:42.770 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pbr, ]] 2024-10-01 01:25:42.771 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:42.773 | + lib/infra:install_infra:48 : pip_install -U pbr 2024-10-01 01:25:42.788 | Using python 3.10 to install pbr 2024-10-01 01:25:42.790 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -U pbr 2024-10-01 01:25:43.687 | Requirement already satisfied: pbr in /usr/local/lib/python3.10/dist-packages (5.11.1) 2024-10-01 01:25:43.947 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 01:25:44.021 | + inc/python:pip_install:196 : result=0 2024-10-01 01:25:44.023 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-01 01:25:44.025 | + functions-common:time_stop:2435 : local name 2024-10-01 01:25:44.027 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:25:44.029 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:25:44.030 | + functions-common:time_stop:2438 : local total 2024-10-01 01:25:44.032 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:25:44.033 | + functions-common:time_stop:2441 : name=pip_install 2024-10-01 01:25:44.035 | + functions-common:time_stop:2442 : start_time=1727745942784 2024-10-01 01:25:44.037 | + functions-common:time_stop:2444 : [[ -z 1727745942784 ]] 2024-10-01 01:25:44.039 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:25:44.042 | + functions-common:time_stop:2447 : end_time=1727745944040 2024-10-01 01:25:44.043 | + functions-common:time_stop:2448 : elapsed_time=1256 2024-10-01 01:25:44.045 | + functions-common:time_stop:2449 : total=8294 2024-10-01 01:25:44.046 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:25:44.048 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9550 2024-10-01 01:25:44.049 | + inc/python:pip_install:199 : return 0 2024-10-01 01:25:44.051 | + stack.sh:main:822 : python3 -m venv /opt/stack//bindep-venv 2024-10-01 01:25:47.191 | + stack.sh:main:824 : /opt/stack//bindep-venv/bin/pip install bindep 2024-10-01 01:25:47.785 | Collecting bindep 2024-10-01 01:25:47.787 | Using cached bindep-2.11.0-py2.py3-none-any.whl (34 kB) 2024-10-01 01:25:47.834 | Collecting packaging 2024-10-01 01:25:47.837 | Using cached packaging-24.1-py3-none-any.whl (53 kB) 2024-10-01 01:25:47.881 | Collecting pbr>=2.0.0 2024-10-01 01:25:47.884 | Using cached pbr-6.1.0-py2.py3-none-any.whl (108 kB) 2024-10-01 01:25:47.905 | Collecting distro>=1.7.0 2024-10-01 01:25:47.906 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2024-10-01 01:25:47.922 | Collecting Parsley 2024-10-01 01:25:47.923 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-10-01 01:25:47.958 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2024-10-01 01:25:48.192 | Successfully installed Parsley-1.3 bindep-2.11.0 distro-1.9.0 packaging-24.1 pbr-6.1.0 2024-10-01 01:25:48.260 | + stack.sh:main:825 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-10-01 01:25:48.263 | + stack.sh:main:825 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-10-01 01:25:48.266 | ++ stack.sh:main:828 : _get_plugin_bindep_packages 2024-10-01 01:25:48.279 | + stack.sh:main:828 : pkgs= 2024-10-01 01:25:48.281 | + stack.sh:main:829 : [[ -n '' ]] 2024-10-01 01:25:48.283 | + stack.sh:main:836 : run_phase stack pre-install 2024-10-01 01:25:48.285 | + functions-common:run_phase:1863 : local mode=stack 2024-10-01 01:25:48.287 | + functions-common:run_phase:1864 : local phase=pre-install 2024-10-01 01:25:48.288 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-10-01 01:25:48.290 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-10-01 01:25:48.292 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-10-01 01:25:48.294 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-10-01 01:25:48.295 | + functions-common:run_phase:1873 : local extra 2024-10-01 01:25:48.298 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-10-01 01:25:48.300 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-10-01 01:25:48.302 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-10-01 01:25:48.304 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-10-01 01:25:48.306 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2024-10-01 01:25:48.307 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-10-01 01:25:48.319 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:25:48.321 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-10-01 01:25:48.322 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-10-01 01:25:48.324 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-10-01 01:25:48.326 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-10-01 01:25:48.328 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-10-01 01:25:48.329 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-10-01 01:25:48.331 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2024-10-01 01:25:48.333 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-10-01 01:25:48.334 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2024-10-01 01:25:48.336 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-10-01 01:25:48.338 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-10-01 01:25:48.339 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-10-01 01:25:48.341 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-10-01 01:25:48.343 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-10-01 01:25:48.345 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-10-01 01:25:48.347 | + functions-common:run_phase:1890 : run_plugins stack pre-install 2024-10-01 01:25:48.348 | + functions-common:run_plugins:1849 : local mode=stack 2024-10-01 01:25:48.350 | + functions-common:run_plugins:1850 : local phase=pre-install 2024-10-01 01:25:48.352 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-10-01 01:25:48.354 | + functions-common:run_plugins:1853 : local plugin 2024-10-01 01:25:48.356 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-10-01 01:25:48.357 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-10-01 01:25:48.359 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-10-01 01:25:48.361 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2024-10-01 01:25:48.363 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-10-01 01:25:48.365 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-10-01 01:25:48.367 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-10-01 01:25:48.368 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-10-01 01:25:48.370 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-10-01 01:25:48.372 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-10-01 01:25:48.374 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2024-10-01 01:25:48.376 | + stack.sh:main:839 : set_systemd_override DefaultLimitNOFILE 2048 2024-10-01 01:25:48.378 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2024-10-01 01:25:48.379 | + functions:set_systemd_override:832 : local value=2048 2024-10-01 01:25:48.381 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2024-10-01 01:25:48.383 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2024-10-01 01:25:48.425 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2024-10-01 01:25:48.425 | Set systemd system override for DefaultLimitNOFILE=2048 2024-10-01 01:25:48.427 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2024-10-01 01:25:48.678 | + stack.sh:main:841 : install_rpc_backend 2024-10-01 01:25:48.680 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2024-10-01 01:25:48.693 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:25:48.695 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2024-10-01 01:25:48.697 | + functions-common:install_package:1459 : update_package_repo 2024-10-01 01:25:48.699 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-10-01 01:25:48.701 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-10-01 01:25:48.703 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-10-01 01:25:48.705 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-10-01 01:25:48.707 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-10-01 01:25:48.709 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:25:48.711 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:25:48.713 | + functions-common:update_package_repo:1440 : apt_get_update 2024-10-01 01:25:48.714 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-10-01 01:25:48.717 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-10-01 01:25:48.718 | + functions-common:apt_get_update:1186 : return 2024-10-01 01:25:48.720 | + functions-common:install_package:1460 : real_install_package rabbitmq-server 2024-10-01 01:25:48.722 | + functions-common:real_install_package:1445 : is_ubuntu 2024-10-01 01:25:48.724 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:25:48.726 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:25:48.728 | + functions-common:real_install_package:1446 : apt_get install rabbitmq-server 2024-10-01 01:25:48.745 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2024-10-01 01:25:48.805 | Reading package lists... 2024-10-01 01:25:49.008 | Building dependency tree... 2024-10-01 01:25:49.009 | Reading state information... 2024-10-01 01:25:49.213 | rabbitmq-server is already the newest version (3.9.13-1ubuntu0.22.04.2). 2024-10-01 01:25:49.213 | 0 upgraded, 0 newly installed, 0 to remove and 63 not upgraded. 2024-10-01 01:25:49.217 | + functions-common:apt_get:1230 : result=0 2024-10-01 01:25:49.219 | + functions-common:apt_get:1233 : time_stop apt-get 2024-10-01 01:25:49.221 | + functions-common:time_stop:2435 : local name 2024-10-01 01:25:49.223 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:25:49.225 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:25:49.227 | + functions-common:time_stop:2438 : local total 2024-10-01 01:25:49.229 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:25:49.231 | + functions-common:time_stop:2441 : name=apt-get 2024-10-01 01:25:49.233 | + functions-common:time_stop:2442 : start_time=1727745948742 2024-10-01 01:25:49.235 | + functions-common:time_stop:2444 : [[ -z 1727745948742 ]] 2024-10-01 01:25:49.237 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:25:49.240 | + functions-common:time_stop:2447 : end_time=1727745949238 2024-10-01 01:25:49.242 | + functions-common:time_stop:2448 : elapsed_time=496 2024-10-01 01:25:49.244 | + functions-common:time_stop:2449 : total=5988 2024-10-01 01:25:49.246 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:25:49.248 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6484 2024-10-01 01:25:49.249 | + functions-common:apt_get:1234 : return 0 2024-10-01 01:25:49.252 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2024-10-01 01:25:49.253 | + functions-common:is_suse:544 : is_opensuse 2024-10-01 01:25:49.255 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-10-01 01:25:49.257 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-10-01 01:25:49.259 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-10-01 01:25:49.261 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-10-01 01:25:49.263 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-10-01 01:25:49.265 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2024-10-01 01:25:49.267 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-10-01 01:25:49.269 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-10-01 01:25:49.271 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-10-01 01:25:49.272 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-10-01 01:25:49.274 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-10-01 01:25:49.276 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-10-01 01:25:49.278 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-10-01 01:25:49.280 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-10-01 01:25:49.282 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-10-01 01:25:49.284 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-10-01 01:25:49.285 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-10-01 01:25:49.287 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-10-01 01:25:49.289 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2024-10-01 01:25:49.291 | + functions-common:is_suse:544 : is_opensuse 2024-10-01 01:25:49.293 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-10-01 01:25:49.294 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-10-01 01:25:49.296 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-10-01 01:25:49.298 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-10-01 01:25:49.300 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-10-01 01:25:49.302 | + stack.sh:main:842 : restart_rpc_backend 2024-10-01 01:25:49.303 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2024-10-01 01:25:49.316 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:25:49.317 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2024-10-01 01:25:49.319 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 01:25:49.321 | + stack.sh:echo_summary:455 : echo -e Starting RabbitMQ 2024-10-01 01:25:49.323 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2024-10-01 01:25:49.325 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2024-10-01 01:25:49.328 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2024-10-01 01:25:49.330 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2024-10-01 01:25:49.332 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2024-10-01 01:25:49.334 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2024-10-01 01:25:49.335 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit stackdb 2024-10-01 01:25:49.337 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=stackdb found= out= 2024-10-01 01:25:49.340 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2024-10-01 01:25:49.807 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2024-10-01 01:25:49.807 | user tags 2024-10-01 01:25:49.807 | guest [administrator]' 2024-10-01 01:25:49.810 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2024-10-01 01:25:49.810 | user tags 2024-10-01 01:25:49.810 | guest [administrator]' 2024-10-01 01:25:49.810 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2024-10-01 01:25:49.815 | + lib/rpc_backend:rabbit_setuser:176 : found= 2024-10-01 01:25:49.817 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2024-10-01 01:25:49.819 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit stackdb 2024-10-01 01:25:50.268 | Adding user "stackrabbit" ... 2024-10-01 01:25:50.293 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2024-10-01 01:25:50.310 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2024-10-01 01:25:50.783 | Setting permissions for user "stackrabbit" in vhost "/" ... 2024-10-01 01:25:50.802 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2024-10-01 01:25:50.804 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit stackdb 2024-10-01 01:25:51.228 | Changing password for user "stackrabbit" ... 2024-10-01 01:25:51.245 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2024-10-01 01:25:51.247 | + lib/rpc_backend:restart_rpc_backend:116 : break 2024-10-01 01:25:51.249 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2024-10-01 01:25:51.676 | Deleting user "guest" ... 2024-10-01 01:25:51.694 | + stack.sh:main:844 : is_service_enabled mysql postgresql 2024-10-01 01:25:51.707 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:25:51.709 | + stack.sh:main:845 : install_database 2024-10-01 01:25:51.711 | + lib/database:install_database:118 : install_database_mysql 2024-10-01 01:25:51.713 | + lib/databases/mysql:install_database_mysql:193 : is_ubuntu 2024-10-01 01:25:51.714 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:25:51.716 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:25:51.718 | + lib/databases/mysql:install_database_mysql:196 : sudo debconf-set-selections 2024-10-01 01:25:52.202 | + lib/databases/mysql:install_database_mysql:206 : [[ ! -e /opt/stack/.my.cnf ]] 2024-10-01 01:25:52.204 | + lib/databases/mysql:install_database_mysql:207 : cat 2024-10-01 01:25:52.208 | + lib/databases/mysql:install_database_mysql:213 : is_ubuntu 2024-10-01 01:25:52.210 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:25:52.212 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:25:52.213 | + lib/databases/mysql:install_database_mysql:213 : '[' mariadb '!=' mariadb ']' 2024-10-01 01:25:52.215 | + lib/databases/mysql:install_database_mysql:216 : chmod 0600 /opt/stack/.my.cnf 2024-10-01 01:25:52.218 | + lib/databases/mysql:install_database_mysql:219 : [[ False == \T\r\u\e ]] 2024-10-01 01:25:52.220 | + stack.sh:main:847 : '[' -n mysql ']' 2024-10-01 01:25:52.222 | + stack.sh:main:848 : install_database_python 2024-10-01 01:25:52.224 | + lib/database:install_database_python:123 : install_database_python_mysql 2024-10-01 01:25:52.226 | + lib/databases/mysql:install_database_python_mysql:238 : pip_install_gr PyMySQL 2024-10-01 01:25:52.228 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2024-10-01 01:25:52.230 | + inc/python:pip_install_gr:77 : local clean_name 2024-10-01 01:25:52.233 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2024-10-01 01:25:52.235 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2024-10-01 01:25:52.237 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-10-01 01:25:52.240 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2024-10-01 01:25:52.241 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-10-01 01:25:52.244 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2024-10-01 01:25:52.246 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2024-10-01 01:25:52.248 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2024-10-01 01:25:52.250 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2024-10-01 01:25:52.252 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2024-10-01 01:25:52.268 | Using python 3.10 to install PyMySQL 2024-10-01 01:25:52.270 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt PyMySQL 2024-10-01 01:25:53.256 | Collecting PyMySQL 2024-10-01 01:25:53.259 | Using cached PyMySQL-1.0.2-py3-none-any.whl (43 kB) 2024-10-01 01:25:53.433 | Installing collected packages: PyMySQL 2024-10-01 01:25:53.470 | Successfully installed PyMySQL-1.0.2 2024-10-01 01:25:53.470 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 01:25:53.548 | + inc/python:pip_install:196 : result=0 2024-10-01 01:25:53.550 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-01 01:25:53.552 | + functions-common:time_stop:2435 : local name 2024-10-01 01:25:53.554 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:25:53.556 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:25:53.558 | + functions-common:time_stop:2438 : local total 2024-10-01 01:25:53.560 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:25:53.562 | + functions-common:time_stop:2441 : name=pip_install 2024-10-01 01:25:53.564 | + functions-common:time_stop:2442 : start_time=1727745952264 2024-10-01 01:25:53.566 | + functions-common:time_stop:2444 : [[ -z 1727745952264 ]] 2024-10-01 01:25:53.568 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:25:53.571 | + functions-common:time_stop:2447 : end_time=1727745953569 2024-10-01 01:25:53.573 | + functions-common:time_stop:2448 : elapsed_time=1305 2024-10-01 01:25:53.575 | + functions-common:time_stop:2449 : total=9550 2024-10-01 01:25:53.577 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:25:53.579 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10855 2024-10-01 01:25:53.581 | + inc/python:pip_install:199 : return 0 2024-10-01 01:25:53.582 | + lib/databases/mysql:install_database_python_mysql:239 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2024-10-01 01:25:53.584 | + lib/databases/mysql:install_database_python_mysql:241 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-10-01 01:25:53.586 | + lib/databases/mysql:install_database_python_mysql:242 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2024-10-01 01:25:53.588 | + stack.sh:main:851 : is_service_enabled neutron 2024-10-01 01:25:53.601 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:25:53.603 | + stack.sh:main:852 : install_neutron_agent_packages 2024-10-01 01:25:53.605 | + lib/neutron:install_neutron_agent_packages:536 : is_service_enabled q-l3 neutron-l3 2024-10-01 01:25:53.617 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:25:53.619 | + lib/neutron:install_neutron_agent_packages:537 : install_package radvd 2024-10-01 01:25:53.621 | + functions-common:install_package:1459 : update_package_repo 2024-10-01 01:25:53.622 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-10-01 01:25:53.624 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-10-01 01:25:53.626 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-10-01 01:25:53.628 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-10-01 01:25:53.630 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-10-01 01:25:53.632 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:25:53.638 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:25:53.640 | + functions-common:update_package_repo:1440 : apt_get_update 2024-10-01 01:25:53.642 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-10-01 01:25:53.644 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-10-01 01:25:53.646 | + functions-common:apt_get_update:1186 : return 2024-10-01 01:25:53.648 | + functions-common:install_package:1460 : real_install_package radvd 2024-10-01 01:25:53.649 | + functions-common:real_install_package:1445 : is_ubuntu 2024-10-01 01:25:53.651 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:25:53.653 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:25:53.655 | + functions-common:real_install_package:1446 : apt_get install radvd 2024-10-01 01:25:53.671 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2024-10-01 01:25:53.729 | Reading package lists... 2024-10-01 01:25:53.930 | Building dependency tree... 2024-10-01 01:25:53.933 | Reading state information... 2024-10-01 01:25:54.128 | radvd is already the newest version (1:2.18-3build2). 2024-10-01 01:25:54.128 | 0 upgraded, 0 newly installed, 0 to remove and 63 not upgraded. 2024-10-01 01:25:54.132 | + functions-common:apt_get:1230 : result=0 2024-10-01 01:25:54.135 | + functions-common:apt_get:1233 : time_stop apt-get 2024-10-01 01:25:54.137 | + functions-common:time_stop:2435 : local name 2024-10-01 01:25:54.139 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:25:54.141 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:25:54.143 | + functions-common:time_stop:2438 : local total 2024-10-01 01:25:54.145 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:25:54.147 | + functions-common:time_stop:2441 : name=apt-get 2024-10-01 01:25:54.148 | + functions-common:time_stop:2442 : start_time=1727745953669 2024-10-01 01:25:54.150 | + functions-common:time_stop:2444 : [[ -z 1727745953669 ]] 2024-10-01 01:25:54.153 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:25:54.156 | + functions-common:time_stop:2447 : end_time=1727745954154 2024-10-01 01:25:54.158 | + functions-common:time_stop:2448 : elapsed_time=485 2024-10-01 01:25:54.160 | + functions-common:time_stop:2449 : total=6484 2024-10-01 01:25:54.162 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:25:54.164 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6969 2024-10-01 01:25:54.166 | + functions-common:apt_get:1234 : return 0 2024-10-01 01:25:54.168 | + lib/neutron:install_neutron_agent_packages:540 : is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 2024-10-01 01:25:54.181 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:25:54.183 | + lib/neutron:install_neutron_agent_packages:541 : neutron_plugin_install_agent_packages 2024-10-01 01:25:54.185 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2024-10-01 01:25:54.187 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2024-10-01 01:25:54.190 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2024-10-01 01:25:54.206 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2024-10-01 01:25:54.208 | + functions-common:install_package:1459 : update_package_repo 2024-10-01 01:25:54.210 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-10-01 01:25:54.212 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-10-01 01:25:54.214 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-10-01 01:25:54.216 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-10-01 01:25:54.218 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-10-01 01:25:54.220 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:25:54.222 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:25:54.224 | + functions-common:update_package_repo:1440 : apt_get_update 2024-10-01 01:25:54.225 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-10-01 01:25:54.227 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-10-01 01:25:54.229 | + functions-common:apt_get_update:1186 : return 2024-10-01 01:25:54.231 | + functions-common:install_package:1460 : real_install_package fakeroot make openvswitch-switch 2024-10-01 01:25:54.233 | + functions-common:real_install_package:1445 : is_ubuntu 2024-10-01 01:25:54.235 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:25:54.237 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:25:54.239 | + functions-common:real_install_package:1446 : apt_get install fakeroot make openvswitch-switch 2024-10-01 01:25:54.255 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2024-10-01 01:25:54.314 | Reading package lists... 2024-10-01 01:25:54.514 | Building dependency tree... 2024-10-01 01:25:54.517 | Reading state information... 2024-10-01 01:25:54.726 | fakeroot is already the newest version (1.28-1ubuntu1). 2024-10-01 01:25:54.726 | fakeroot set to manually installed. 2024-10-01 01:25:54.726 | make is already the newest version (4.3-4.1build1). 2024-10-01 01:25:54.726 | make set to manually installed. 2024-10-01 01:25:54.726 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2024-10-01 01:25:54.726 | 0 upgraded, 0 newly installed, 0 to remove and 63 not upgraded. 2024-10-01 01:25:54.731 | + functions-common:apt_get:1230 : result=0 2024-10-01 01:25:54.732 | + functions-common:apt_get:1233 : time_stop apt-get 2024-10-01 01:25:54.734 | + functions-common:time_stop:2435 : local name 2024-10-01 01:25:54.736 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:25:54.738 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:25:54.740 | + functions-common:time_stop:2438 : local total 2024-10-01 01:25:54.742 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:25:54.744 | + functions-common:time_stop:2441 : name=apt-get 2024-10-01 01:25:54.745 | + functions-common:time_stop:2442 : start_time=1727745954253 2024-10-01 01:25:54.747 | + functions-common:time_stop:2444 : [[ -z 1727745954253 ]] 2024-10-01 01:25:54.749 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:25:54.752 | + functions-common:time_stop:2447 : end_time=1727745954751 2024-10-01 01:25:54.754 | + functions-common:time_stop:2448 : elapsed_time=498 2024-10-01 01:25:54.756 | + functions-common:time_stop:2449 : total=6969 2024-10-01 01:25:54.758 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:25:54.760 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7467 2024-10-01 01:25:54.761 | + functions-common:apt_get:1234 : return 0 2024-10-01 01:25:54.763 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2024-10-01 01:25:54.765 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:25:54.767 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:25:54.769 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2024-10-01 01:25:54.771 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2024-10-01 01:25:54.773 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2024-10-01 01:25:54.776 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.8.0-40-generic 2024-10-01 01:25:54.778 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2024-10-01 01:25:54.781 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.8.0-40-generic 2024-10-01 01:25:54.781 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2024-10-01 01:25:54.785 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.8 2024-10-01 01:25:54.786 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.8 '<' 3.13 2024-10-01 01:25:54.788 | + functions:vercmp:639 : local v1=6.8 2024-10-01 01:25:54.790 | + functions:vercmp:640 : local 'op=<' 2024-10-01 01:25:54.792 | + functions:vercmp:641 : local v2=3.13 2024-10-01 01:25:54.794 | + functions:vercmp:642 : local result 2024-10-01 01:25:54.797 | ++ functions:vercmp:646 : echo -e '6.8\n3.13' 2024-10-01 01:25:54.797 | ++ functions:vercmp:646 : sort -V 2024-10-01 01:25:54.797 | ++ functions:vercmp:646 : head -1 2024-10-01 01:25:54.801 | + functions:vercmp:646 : result=3.13 2024-10-01 01:25:54.803 | + functions:vercmp:648 : case $op in 2024-10-01 01:25:54.804 | + functions:vercmp:658 : '[' 6.8 '!=' 3.13 ']' 2024-10-01 01:25:54.806 | + functions:vercmp:658 : '[' 3.13 = 6.8 ']' 2024-10-01 01:25:54.808 | + functions:vercmp:659 : return 2024-10-01 01:25:54.810 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2024-10-01 01:25:54.812 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-10-01 01:25:54.814 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart openvswitch-switch 2024-10-01 01:25:55.268 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2024-10-01 01:25:55.270 | + inc/python:use_library_from_git:246 : local name=os-ken 2024-10-01 01:25:55.273 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:55.274 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:55.276 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-ken, ]] 2024-10-01 01:25:55.278 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:55.280 | + stack.sh:main:855 : is_service_enabled etcd3 2024-10-01 01:25:55.292 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:25:55.294 | + stack.sh:main:856 : install_etcd3 2024-10-01 01:25:55.296 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2024-10-01 01:25:55.296 | Installing etcd 2024-10-01 01:25:55.298 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2024-10-01 01:25:55.307 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2024-10-01 01:25:55.316 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2024-10-01 01:25:55.318 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2024-10-01 01:25:55.329 | + lib/etcd3:install_etcd3:113 : local etcd_file 2024-10-01 01:25:55.332 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-10-01 01:25:55.334 | ++ functions:get_extra_file:62 : local file_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-10-01 01:25:55.337 | +++ functions:get_extra_file:64 : basename https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-10-01 01:25:55.340 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2024-10-01 01:25:55.342 | ++ functions:get_extra_file:65 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz != file* ]] 2024-10-01 01:25:55.344 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2024-10-01 01:25:55.346 | ++ functions:get_extra_file:68 : wget --progress=dot:giga -t 2 -c https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz -O /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-10-01 01:25:55.419 | --2024-10-01 01:25:55-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-10-01 01:25:55.424 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-10-01 01:25:55.425 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-10-01 01:25:55.453 | HTTP request sent, awaiting response... 200 OK 2024-10-01 01:25:55.453 | Length: 11350736 (11M) [application/gzip] 2024-10-01 01:25:55.453 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2024-10-01 01:25:55.460 | 2024-10-01 01:25:55.515 | 0K ........ .. 100% 175M=0.06s 2024-10-01 01:25:55.515 | 2024-10-01 01:25:55.515 | 2024-10-01 01:25:55 (175 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2024-10-01 01:25:55.515 | 2024-10-01 01:25:55.519 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2024-10-01 01:25:55.521 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-10-01 01:25:55.523 | ++ functions:get_extra_file:74 : return 2024-10-01 01:25:55.526 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-10-01 01:25:55.528 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2024-10-01 01:25:55.530 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2024-10-01 01:25:55.532 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2024-10-01 01:25:55.596 | /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2024-10-01 01:25:55.599 | + lib/etcd3:install_etcd3:120 : tar xzvf /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz -C /opt/stack/devstack/files 2024-10-01 01:25:55.604 | etcd-v3.3.12-linux-amd64/ 2024-10-01 01:25:55.604 | etcd-v3.3.12-linux-amd64/README.md 2024-10-01 01:25:55.604 | etcd-v3.3.12-linux-amd64/Documentation/ 2024-10-01 01:25:55.604 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2024-10-01 01:25:55.604 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2024-10-01 01:25:55.604 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2024-10-01 01:25:55.604 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2024-10-01 01:25:55.604 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2024-10-01 01:25:55.604 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2024-10-01 01:25:55.605 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2024-10-01 01:25:55.605 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2024-10-01 01:25:55.605 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2024-10-01 01:25:55.605 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2024-10-01 01:25:55.605 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2024-10-01 01:25:55.605 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2024-10-01 01:25:55.605 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2024-10-01 01:25:55.605 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2024-10-01 01:25:55.605 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2024-10-01 01:25:55.605 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2024-10-01 01:25:55.605 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2024-10-01 01:25:55.605 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-10-01 01:25:55.605 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2024-10-01 01:25:55.605 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2024-10-01 01:25:55.605 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-10-01 01:25:55.605 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-10-01 01:25:55.605 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2024-10-01 01:25:55.605 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2024-10-01 01:25:55.605 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2024-10-01 01:25:55.605 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2024-10-01 01:25:55.605 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2024-10-01 01:25:55.605 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2024-10-01 01:25:55.605 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2024-10-01 01:25:55.605 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2024-10-01 01:25:55.605 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2024-10-01 01:25:55.605 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2024-10-01 01:25:55.605 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2024-10-01 01:25:55.605 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2024-10-01 01:25:55.605 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2024-10-01 01:25:55.605 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2024-10-01 01:25:55.605 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2024-10-01 01:25:55.606 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2024-10-01 01:25:55.606 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-10-01 01:25:55.606 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2024-10-01 01:25:55.606 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2024-10-01 01:25:55.606 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-10-01 01:25:55.606 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-10-01 01:25:55.606 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2024-10-01 01:25:55.606 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2024-10-01 01:25:55.606 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2024-10-01 01:25:55.606 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2024-10-01 01:25:55.606 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2024-10-01 01:25:55.606 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2024-10-01 01:25:55.606 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2024-10-01 01:25:55.606 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2024-10-01 01:25:55.606 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2024-10-01 01:25:55.606 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2024-10-01 01:25:55.606 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2024-10-01 01:25:55.606 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2024-10-01 01:25:55.606 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2024-10-01 01:25:55.606 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2024-10-01 01:25:55.606 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2024-10-01 01:25:55.606 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2024-10-01 01:25:55.606 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2024-10-01 01:25:55.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2024-10-01 01:25:55.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2024-10-01 01:25:55.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2024-10-01 01:25:55.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2024-10-01 01:25:55.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2024-10-01 01:25:55.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2024-10-01 01:25:55.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2024-10-01 01:25:55.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2024-10-01 01:25:55.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2024-10-01 01:25:55.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2024-10-01 01:25:55.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2024-10-01 01:25:55.607 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2024-10-01 01:25:55.608 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2024-10-01 01:25:55.608 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2024-10-01 01:25:55.608 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2024-10-01 01:25:55.608 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2024-10-01 01:25:55.608 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2024-10-01 01:25:55.608 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2024-10-01 01:25:55.608 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2024-10-01 01:25:55.608 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2024-10-01 01:25:55.608 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2024-10-01 01:25:55.608 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2024-10-01 01:25:55.608 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2024-10-01 01:25:55.608 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2024-10-01 01:25:55.608 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2024-10-01 01:25:55.608 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2024-10-01 01:25:55.608 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2024-10-01 01:25:55.608 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2024-10-01 01:25:55.608 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2024-10-01 01:25:55.608 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2024-10-01 01:25:55.608 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2024-10-01 01:25:55.608 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2024-10-01 01:25:55.608 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2024-10-01 01:25:55.608 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2024-10-01 01:25:55.608 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2024-10-01 01:25:55.608 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2024-10-01 01:25:55.608 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2024-10-01 01:25:55.608 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2024-10-01 01:25:55.608 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2024-10-01 01:25:55.608 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2024-10-01 01:25:55.609 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2024-10-01 01:25:55.609 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2024-10-01 01:25:55.609 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2024-10-01 01:25:55.609 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2024-10-01 01:25:55.609 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2024-10-01 01:25:55.609 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2024-10-01 01:25:55.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2024-10-01 01:25:55.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2024-10-01 01:25:55.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2024-10-01 01:25:55.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2024-10-01 01:25:55.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2024-10-01 01:25:55.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2024-10-01 01:25:55.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2024-10-01 01:25:55.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2024-10-01 01:25:55.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2024-10-01 01:25:55.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2024-10-01 01:25:55.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2024-10-01 01:25:55.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2024-10-01 01:25:55.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2024-10-01 01:25:55.609 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2024-10-01 01:25:55.610 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2024-10-01 01:25:55.610 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2024-10-01 01:25:55.610 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2024-10-01 01:25:55.610 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2024-10-01 01:25:55.611 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2024-10-01 01:25:55.611 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2024-10-01 01:25:55.611 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2024-10-01 01:25:55.611 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2024-10-01 01:25:55.611 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2024-10-01 01:25:55.611 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2024-10-01 01:25:55.611 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2024-10-01 01:25:55.611 | etcd-v3.3.12-linux-amd64/etcdctl 2024-10-01 01:25:55.736 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2024-10-01 01:25:55.736 | etcd-v3.3.12-linux-amd64/etcd 2024-10-01 01:25:55.886 | + lib/etcd3:install_etcd3:121 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack//bin/etcd 2024-10-01 01:25:55.908 | + lib/etcd3:install_etcd3:122 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack//bin/etcdctl 2024-10-01 01:25:55.928 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2024-10-01 01:25:55.930 | + stack.sh:main:865 : is_service_enabled tls-proxy 2024-10-01 01:25:55.943 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:25:55.944 | + stack.sh:main:875 : install_dstat 2024-10-01 01:25:55.946 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2024-10-01 01:25:55.959 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:25:55.960 | + stack.sh:main:881 : echo_summary 'Installing OpenStack project source' 2024-10-01 01:25:55.962 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 01:25:55.964 | + stack.sh:echo_summary:455 : echo -e Installing OpenStack project source 2024-10-01 01:25:55.965 | + stack.sh:main:884 : install_libs 2024-10-01 01:25:55.967 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2024-10-01 01:25:55.969 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2024-10-01 01:25:55.971 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2024-10-01 01:25:55.973 | + inc/python:use_library_from_git:246 : local name=automaton 2024-10-01 01:25:55.975 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:55.976 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:55.978 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,automaton, ]] 2024-10-01 01:25:55.980 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:55.982 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2024-10-01 01:25:55.984 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2024-10-01 01:25:55.985 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2024-10-01 01:25:55.987 | + inc/python:use_library_from_git:246 : local name=castellan 2024-10-01 01:25:55.989 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:55.991 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:55.993 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,castellan, ]] 2024-10-01 01:25:55.995 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:55.997 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2024-10-01 01:25:55.998 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2024-10-01 01:25:56.000 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2024-10-01 01:25:56.002 | + inc/python:use_library_from_git:246 : local name=cliff 2024-10-01 01:25:56.004 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:56.006 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:56.007 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cliff, ]] 2024-10-01 01:25:56.009 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:56.011 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2024-10-01 01:25:56.013 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2024-10-01 01:25:56.015 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2024-10-01 01:25:56.017 | + inc/python:use_library_from_git:246 : local name=cursive 2024-10-01 01:25:56.018 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:56.020 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:56.022 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cursive, ]] 2024-10-01 01:25:56.024 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:56.026 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2024-10-01 01:25:56.027 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2024-10-01 01:25:56.029 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2024-10-01 01:25:56.031 | + inc/python:use_library_from_git:246 : local name=debtcollector 2024-10-01 01:25:56.033 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:56.035 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:56.036 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,debtcollector, ]] 2024-10-01 01:25:56.038 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:56.040 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2024-10-01 01:25:56.042 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2024-10-01 01:25:56.043 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2024-10-01 01:25:56.045 | + inc/python:use_library_from_git:246 : local name=futurist 2024-10-01 01:25:56.047 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:56.049 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:56.051 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,futurist, ]] 2024-10-01 01:25:56.052 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:56.054 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2024-10-01 01:25:56.056 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2024-10-01 01:25:56.058 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2024-10-01 01:25:56.060 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2024-10-01 01:25:56.061 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:56.063 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:56.065 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,openstacksdk, ]] 2024-10-01 01:25:56.067 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:56.069 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2024-10-01 01:25:56.071 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2024-10-01 01:25:56.073 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2024-10-01 01:25:56.074 | + inc/python:use_library_from_git:246 : local name=osc-lib 2024-10-01 01:25:56.076 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:56.078 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:56.080 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-lib, ]] 2024-10-01 01:25:56.082 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:56.083 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2024-10-01 01:25:56.085 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2024-10-01 01:25:56.087 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2024-10-01 01:25:56.089 | + inc/python:use_library_from_git:246 : local name=osc-placement 2024-10-01 01:25:56.091 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:56.093 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:56.095 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-placement, ]] 2024-10-01 01:25:56.097 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:56.098 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2024-10-01 01:25:56.100 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2024-10-01 01:25:56.102 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2024-10-01 01:25:56.104 | + inc/python:use_library_from_git:246 : local name=os-client-config 2024-10-01 01:25:56.106 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:56.108 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:56.109 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-client-config, ]] 2024-10-01 01:25:56.111 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:56.113 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2024-10-01 01:25:56.115 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2024-10-01 01:25:56.117 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2024-10-01 01:25:56.119 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2024-10-01 01:25:56.121 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:56.122 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:56.124 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.cache, ]] 2024-10-01 01:25:56.126 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:56.128 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2024-10-01 01:25:56.130 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2024-10-01 01:25:56.132 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2024-10-01 01:25:56.133 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2024-10-01 01:25:56.135 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:56.137 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:56.139 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.concurrency, ]] 2024-10-01 01:25:56.141 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:56.142 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2024-10-01 01:25:56.144 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2024-10-01 01:25:56.146 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2024-10-01 01:25:56.148 | + inc/python:use_library_from_git:246 : local name=oslo.config 2024-10-01 01:25:56.150 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:56.152 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:56.153 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.config, ]] 2024-10-01 01:25:56.155 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:56.157 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2024-10-01 01:25:56.159 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2024-10-01 01:25:56.161 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2024-10-01 01:25:56.163 | + inc/python:use_library_from_git:246 : local name=oslo.context 2024-10-01 01:25:56.164 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:56.166 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:56.168 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.context, ]] 2024-10-01 01:25:56.170 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:56.172 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2024-10-01 01:25:56.173 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2024-10-01 01:25:56.175 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2024-10-01 01:25:56.177 | + inc/python:use_library_from_git:246 : local name=oslo.db 2024-10-01 01:25:56.179 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:56.181 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:56.182 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.db, ]] 2024-10-01 01:25:56.184 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:56.186 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2024-10-01 01:25:56.188 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2024-10-01 01:25:56.190 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2024-10-01 01:25:56.191 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2024-10-01 01:25:56.193 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:56.195 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:56.197 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.i18n, ]] 2024-10-01 01:25:56.199 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:56.201 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2024-10-01 01:25:56.203 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2024-10-01 01:25:56.204 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2024-10-01 01:25:56.206 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2024-10-01 01:25:56.208 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:56.210 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:56.212 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.limit, ]] 2024-10-01 01:25:56.214 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:56.216 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2024-10-01 01:25:56.218 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2024-10-01 01:25:56.220 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2024-10-01 01:25:56.221 | + inc/python:use_library_from_git:246 : local name=oslo.log 2024-10-01 01:25:56.223 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:56.225 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:56.227 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.log, ]] 2024-10-01 01:25:56.229 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:56.231 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2024-10-01 01:25:56.233 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2024-10-01 01:25:56.234 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2024-10-01 01:25:56.236 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2024-10-01 01:25:56.238 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:56.240 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:56.242 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.messaging, ]] 2024-10-01 01:25:56.244 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:56.246 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2024-10-01 01:25:56.248 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2024-10-01 01:25:56.250 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2024-10-01 01:25:56.251 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2024-10-01 01:25:56.253 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:56.255 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:56.257 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.middleware, ]] 2024-10-01 01:25:56.259 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:56.261 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2024-10-01 01:25:56.263 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2024-10-01 01:25:56.264 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2024-10-01 01:25:56.266 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2024-10-01 01:25:56.268 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:56.270 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:56.272 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.policy, ]] 2024-10-01 01:25:56.274 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:56.276 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2024-10-01 01:25:56.277 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2024-10-01 01:25:56.279 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2024-10-01 01:25:56.281 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2024-10-01 01:25:56.283 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:56.285 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:56.286 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.privsep, ]] 2024-10-01 01:25:56.288 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:56.290 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2024-10-01 01:25:56.292 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2024-10-01 01:25:56.294 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2024-10-01 01:25:56.296 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2024-10-01 01:25:56.298 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:56.299 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:56.301 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.reports, ]] 2024-10-01 01:25:56.303 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:56.305 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2024-10-01 01:25:56.307 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2024-10-01 01:25:56.309 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2024-10-01 01:25:56.310 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2024-10-01 01:25:56.312 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:56.314 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:56.316 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.rootwrap, ]] 2024-10-01 01:25:56.318 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:56.320 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2024-10-01 01:25:56.322 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2024-10-01 01:25:56.323 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2024-10-01 01:25:56.325 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2024-10-01 01:25:56.327 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:56.329 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:56.331 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.serialization, ]] 2024-10-01 01:25:56.332 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:56.334 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2024-10-01 01:25:56.336 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2024-10-01 01:25:56.338 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2024-10-01 01:25:56.340 | + inc/python:use_library_from_git:246 : local name=oslo.service 2024-10-01 01:25:56.342 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:56.343 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:56.345 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.service, ]] 2024-10-01 01:25:56.347 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:56.349 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2024-10-01 01:25:56.351 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2024-10-01 01:25:56.352 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2024-10-01 01:25:56.354 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2024-10-01 01:25:56.356 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:56.358 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:56.360 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.utils, ]] 2024-10-01 01:25:56.362 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:56.363 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2024-10-01 01:25:56.365 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2024-10-01 01:25:56.367 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2024-10-01 01:25:56.369 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2024-10-01 01:25:56.371 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:56.373 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:56.374 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.versionedobjects, ]] 2024-10-01 01:25:56.377 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:56.378 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2024-10-01 01:25:56.380 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2024-10-01 01:25:56.382 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2024-10-01 01:25:56.384 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2024-10-01 01:25:56.386 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:56.388 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:56.390 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.vmware, ]] 2024-10-01 01:25:56.391 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:56.393 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2024-10-01 01:25:56.395 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2024-10-01 01:25:56.397 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2024-10-01 01:25:56.399 | + inc/python:use_library_from_git:246 : local name=osprofiler 2024-10-01 01:25:56.401 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:56.403 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:56.405 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osprofiler, ]] 2024-10-01 01:25:56.407 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:56.409 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2024-10-01 01:25:56.410 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2024-10-01 01:25:56.412 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2024-10-01 01:25:56.415 | + inc/python:use_library_from_git:246 : local name=pycadf 2024-10-01 01:25:56.416 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:56.418 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:56.420 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pycadf, ]] 2024-10-01 01:25:56.422 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:56.424 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2024-10-01 01:25:56.426 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2024-10-01 01:25:56.428 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2024-10-01 01:25:56.430 | + inc/python:use_library_from_git:246 : local name=stevedore 2024-10-01 01:25:56.431 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:56.433 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:56.435 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,stevedore, ]] 2024-10-01 01:25:56.437 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:56.439 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2024-10-01 01:25:56.441 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2024-10-01 01:25:56.443 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2024-10-01 01:25:56.445 | + inc/python:use_library_from_git:246 : local name=taskflow 2024-10-01 01:25:56.447 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:56.448 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:56.450 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,taskflow, ]] 2024-10-01 01:25:56.452 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:56.454 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2024-10-01 01:25:56.456 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2024-10-01 01:25:56.458 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2024-10-01 01:25:56.460 | + inc/python:use_library_from_git:246 : local name=tooz 2024-10-01 01:25:56.462 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:56.463 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:56.465 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,tooz, ]] 2024-10-01 01:25:56.467 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:56.469 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2024-10-01 01:25:56.471 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2024-10-01 01:25:56.473 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2024-10-01 01:25:56.475 | + inc/python:use_library_from_git:246 : local name=os-brick 2024-10-01 01:25:56.477 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:56.478 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:56.480 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-brick, ]] 2024-10-01 01:25:56.482 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:56.484 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2024-10-01 01:25:56.486 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2024-10-01 01:25:56.488 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2024-10-01 01:25:56.490 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2024-10-01 01:25:56.491 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:56.493 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:56.495 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-resource-classes, ]] 2024-10-01 01:25:56.497 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:56.499 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2024-10-01 01:25:56.501 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2024-10-01 01:25:56.503 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2024-10-01 01:25:56.504 | + inc/python:use_library_from_git:246 : local name=os-traits 2024-10-01 01:25:56.506 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:56.508 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:56.510 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-traits, ]] 2024-10-01 01:25:56.512 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:56.514 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2024-10-01 01:25:56.516 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2024-10-01 01:25:56.518 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2024-10-01 01:25:56.520 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2024-10-01 01:25:56.522 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:25:56.524 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:25:56.526 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-barbicanclient, ]] 2024-10-01 01:25:56.527 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:25:56.529 | + lib/libraries:install_libs:139 : pip_install etcd3 2024-10-01 01:25:56.545 | Using python 3.10 to install etcd3 2024-10-01 01:25:56.547 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt etcd3 2024-10-01 01:25:57.614 | Collecting etcd3 2024-10-01 01:25:57.615 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2024-10-01 01:25:57.658 | Collecting tenacity>=6.1.0 2024-10-01 01:25:57.661 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2024-10-01 01:25:57.663 | Requirement already satisfied: six>=1.12.0 in /usr/lib/python3/dist-packages (from etcd3) (1.16.0) 2024-10-01 01:25:58.110 | Collecting protobuf>=3.6.1 2024-10-01 01:25:58.116 | Using cached protobuf-4.21.7-cp37-abi3-manylinux2014_x86_64.whl (408 kB) 2024-10-01 01:25:59.465 | Collecting grpcio>=1.27.1 2024-10-01 01:25:59.499 | Using cached grpcio-1.49.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB) 2024-10-01 01:25:59.689 | Installing collected packages: tenacity, protobuf, grpcio, etcd3 2024-10-01 01:26:00.096 | Successfully installed etcd3-0.12.0 grpcio-1.49.1 protobuf-4.21.7 tenacity-6.3.1 2024-10-01 01:26:00.096 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 01:26:00.253 | + inc/python:pip_install:196 : result=0 2024-10-01 01:26:00.255 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-01 01:26:00.257 | + functions-common:time_stop:2435 : local name 2024-10-01 01:26:00.259 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:26:00.260 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:26:00.262 | + functions-common:time_stop:2438 : local total 2024-10-01 01:26:00.264 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:26:00.265 | + functions-common:time_stop:2441 : name=pip_install 2024-10-01 01:26:00.267 | + functions-common:time_stop:2442 : start_time=1727745956541 2024-10-01 01:26:00.269 | + functions-common:time_stop:2444 : [[ -z 1727745956541 ]] 2024-10-01 01:26:00.271 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:26:00.274 | + functions-common:time_stop:2447 : end_time=1727745960272 2024-10-01 01:26:00.276 | + functions-common:time_stop:2448 : elapsed_time=3731 2024-10-01 01:26:00.278 | + functions-common:time_stop:2449 : total=10855 2024-10-01 01:26:00.280 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:26:00.281 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14586 2024-10-01 01:26:00.283 | + inc/python:pip_install:199 : return 0 2024-10-01 01:26:00.285 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2024-10-01 01:26:00.302 | Using python 3.10 to install etcd3gw 2024-10-01 01:26:00.304 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt etcd3gw 2024-10-01 01:26:01.383 | Collecting etcd3gw 2024-10-01 01:26:01.387 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2024-10-01 01:26:01.391 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.10/dist-packages (from etcd3gw) (5.11.1) 2024-10-01 01:26:01.441 | Collecting requests>=2.20.0 2024-10-01 01:26:01.444 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2024-10-01 01:26:01.562 | Collecting futurist>=0.16.0 2024-10-01 01:26:01.564 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2024-10-01 01:26:01.633 | Collecting urllib3<1.27,>=1.21.1 2024-10-01 01:26:01.640 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2024-10-01 01:26:01.796 | Collecting charset-normalizer<3,>=2 2024-10-01 01:26:01.798 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2024-10-01 01:26:01.801 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.20.0->etcd3gw) (2020.6.20) 2024-10-01 01:26:01.826 | Collecting idna<4,>=2.5 2024-10-01 01:26:01.829 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-10-01 01:26:02.049 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, requests, etcd3gw 2024-10-01 01:26:02.049 | Attempting uninstall: urllib3 2024-10-01 01:26:02.050 | Found existing installation: urllib3 1.26.5 2024-10-01 01:26:02.054 | Not uninstalling urllib3 at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 01:26:02.054 | Can't uninstall 'urllib3'. No files were found to uninstall. 2024-10-01 01:26:02.121 | Attempting uninstall: idna 2024-10-01 01:26:02.122 | Found existing installation: idna 3.3 2024-10-01 01:26:02.124 | Not uninstalling idna at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 01:26:02.124 | Can't uninstall 'idna'. No files were found to uninstall. 2024-10-01 01:26:02.259 | Attempting uninstall: requests 2024-10-01 01:26:02.260 | Found existing installation: requests 2.25.1 2024-10-01 01:26:02.261 | Not uninstalling requests at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 01:26:02.261 | Can't uninstall 'requests'. No files were found to uninstall. 2024-10-01 01:26:02.316 | Successfully installed charset-normalizer-2.1.1 etcd3gw-2.1.0 futurist-2.4.1 idna-3.4 requests-2.28.1 urllib3-1.26.12 2024-10-01 01:26:02.317 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 01:26:02.401 | + inc/python:pip_install:196 : result=0 2024-10-01 01:26:02.404 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-01 01:26:02.406 | + functions-common:time_stop:2435 : local name 2024-10-01 01:26:02.408 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:26:02.410 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:26:02.411 | + functions-common:time_stop:2438 : local total 2024-10-01 01:26:02.413 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:26:02.415 | + functions-common:time_stop:2441 : name=pip_install 2024-10-01 01:26:02.417 | + functions-common:time_stop:2442 : start_time=1727745960298 2024-10-01 01:26:02.418 | + functions-common:time_stop:2444 : [[ -z 1727745960298 ]] 2024-10-01 01:26:02.421 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:26:02.424 | + functions-common:time_stop:2447 : end_time=1727745962422 2024-10-01 01:26:02.426 | + functions-common:time_stop:2448 : elapsed_time=2124 2024-10-01 01:26:02.427 | + functions-common:time_stop:2449 : total=14586 2024-10-01 01:26:02.429 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:26:02.431 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=16710 2024-10-01 01:26:02.433 | + inc/python:pip_install:199 : return 0 2024-10-01 01:26:02.435 | + stack.sh:main:887 : install_apache_uwsgi 2024-10-01 01:26:02.436 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2024-10-01 01:26:02.438 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2024-10-01 01:26:02.440 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-10-01 01:26:02.442 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-10-01 01:26:02.444 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-10-01 01:26:02.446 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-10-01 01:26:02.448 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-10-01 01:26:02.450 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-10-01 01:26:02.451 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-10-01 01:26:02.453 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-10-01 01:26:02.455 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-10-01 01:26:02.457 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-10-01 01:26:02.458 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-10-01 01:26:02.460 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-10-01 01:26:02.462 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2024-10-01 01:26:02.464 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:26:02.466 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:26:02.468 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2024-10-01 01:26:02.470 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-10-01 01:26:02.472 | + functions-common:install_package:1459 : update_package_repo 2024-10-01 01:26:02.474 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-10-01 01:26:02.475 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-10-01 01:26:02.477 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-10-01 01:26:02.479 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-10-01 01:26:02.481 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-10-01 01:26:02.483 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:26:02.485 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:26:02.487 | + functions-common:update_package_repo:1440 : apt_get_update 2024-10-01 01:26:02.489 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-10-01 01:26:02.490 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-10-01 01:26:02.492 | + functions-common:apt_get_update:1186 : return 2024-10-01 01:26:02.494 | + functions-common:install_package:1460 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-10-01 01:26:02.496 | + functions-common:real_install_package:1445 : is_ubuntu 2024-10-01 01:26:02.498 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:26:02.500 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:26:02.501 | + functions-common:real_install_package:1446 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-10-01 01:26:02.517 | + functions-common:apt_get:1226 : 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 2024-10-01 01:26:02.578 | Reading package lists... 2024-10-01 01:26:02.791 | Building dependency tree... 2024-10-01 01:26:02.792 | Reading state information... 2024-10-01 01:26:03.001 | uwsgi is already the newest version (2.0.20-4). 2024-10-01 01:26:03.002 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2024-10-01 01:26:03.002 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.12). 2024-10-01 01:26:03.002 | 0 upgraded, 0 newly installed, 0 to remove and 63 not upgraded. 2024-10-01 01:26:03.006 | + functions-common:apt_get:1230 : result=0 2024-10-01 01:26:03.008 | + functions-common:apt_get:1233 : time_stop apt-get 2024-10-01 01:26:03.010 | + functions-common:time_stop:2435 : local name 2024-10-01 01:26:03.012 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:26:03.014 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:26:03.016 | + functions-common:time_stop:2438 : local total 2024-10-01 01:26:03.017 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:26:03.019 | + functions-common:time_stop:2441 : name=apt-get 2024-10-01 01:26:03.021 | + functions-common:time_stop:2442 : start_time=1727745962515 2024-10-01 01:26:03.023 | + functions-common:time_stop:2444 : [[ -z 1727745962515 ]] 2024-10-01 01:26:03.025 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:26:03.028 | + functions-common:time_stop:2447 : end_time=1727745963026 2024-10-01 01:26:03.030 | + functions-common:time_stop:2448 : elapsed_time=511 2024-10-01 01:26:03.032 | + functions-common:time_stop:2449 : total=7467 2024-10-01 01:26:03.034 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:26:03.036 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7978 2024-10-01 01:26:03.038 | + functions-common:apt_get:1234 : return 0 2024-10-01 01:26:03.040 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2024-10-01 01:26:03.042 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:26:03.043 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:26:03.045 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2024-10-01 01:26:03.081 | Enabling module proxy. 2024-10-01 01:26:03.085 | To activate the new configuration, you need to run: 2024-10-01 01:26:03.085 | systemctl restart apache2 2024-10-01 01:26:03.088 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2024-10-01 01:26:03.122 | Considering dependency proxy for proxy_uwsgi: 2024-10-01 01:26:03.122 | Module proxy already enabled 2024-10-01 01:26:03.122 | Enabling module proxy_uwsgi. 2024-10-01 01:26:03.125 | To activate the new configuration, you need to run: 2024-10-01 01:26:03.125 | systemctl restart apache2 2024-10-01 01:26:03.129 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2024-10-01 01:26:03.131 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-10-01 01:26:03.133 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-10-01 01:26:03.135 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-10-01 01:26:03.241 | + stack.sh:main:890 : install_keystoneauth 2024-10-01 01:26:03.243 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2024-10-01 01:26:03.245 | + inc/python:use_library_from_git:246 : local name=keystoneauth 2024-10-01 01:26:03.248 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:26:03.250 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:26:03.252 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystoneauth, ]] 2024-10-01 01:26:03.254 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:26:03.256 | + stack.sh:main:891 : install_keystoneclient 2024-10-01 01:26:03.257 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2024-10-01 01:26:03.259 | + inc/python:use_library_from_git:246 : local name=python-keystoneclient 2024-10-01 01:26:03.261 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:26:03.263 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:26:03.266 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-keystoneclient, ]] 2024-10-01 01:26:03.268 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:26:03.270 | + stack.sh:main:892 : install_glanceclient 2024-10-01 01:26:03.272 | + lib/glance:install_glanceclient:502 : use_library_from_git python-glanceclient 2024-10-01 01:26:03.274 | + inc/python:use_library_from_git:246 : local name=python-glanceclient 2024-10-01 01:26:03.276 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:26:03.278 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:26:03.280 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-glanceclient, ]] 2024-10-01 01:26:03.282 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:26:03.284 | + stack.sh:main:893 : install_cinderclient 2024-10-01 01:26:03.287 | + lib/cinder:install_cinderclient:561 : use_library_from_git python-brick-cinderclient-ext 2024-10-01 01:26:03.289 | + inc/python:use_library_from_git:246 : local name=python-brick-cinderclient-ext 2024-10-01 01:26:03.291 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:26:03.293 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:26:03.295 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2024-10-01 01:26:03.298 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:26:03.300 | + lib/cinder:install_cinderclient:566 : use_library_from_git python-cinderclient 2024-10-01 01:26:03.302 | + inc/python:use_library_from_git:246 : local name=python-cinderclient 2024-10-01 01:26:03.305 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:26:03.307 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:26:03.309 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-cinderclient, ]] 2024-10-01 01:26:03.312 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:26:03.314 | + stack.sh:main:894 : install_novaclient 2024-10-01 01:26:03.316 | + lib/nova:install_novaclient:903 : use_library_from_git python-novaclient 2024-10-01 01:26:03.319 | + inc/python:use_library_from_git:246 : local name=python-novaclient 2024-10-01 01:26:03.321 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:26:03.323 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:26:03.325 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-novaclient, ]] 2024-10-01 01:26:03.327 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:26:03.329 | + stack.sh:main:895 : is_service_enabled swift glance horizon 2024-10-01 01:26:03.343 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:26:03.345 | + stack.sh:main:896 : install_swiftclient 2024-10-01 01:26:03.347 | + lib/swift:install_swiftclient:733 : use_library_from_git python-swiftclient 2024-10-01 01:26:03.350 | + inc/python:use_library_from_git:246 : local name=python-swiftclient 2024-10-01 01:26:03.352 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:26:03.354 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:26:03.356 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-swiftclient, ]] 2024-10-01 01:26:03.358 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:26:03.360 | + stack.sh:main:898 : is_service_enabled neutron nova horizon 2024-10-01 01:26:03.376 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:26:03.378 | + stack.sh:main:899 : install_neutronclient 2024-10-01 01:26:03.380 | + lib/neutron:install_neutronclient:527 : use_library_from_git python-neutronclient 2024-10-01 01:26:03.382 | + inc/python:use_library_from_git:246 : local name=python-neutronclient 2024-10-01 01:26:03.385 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:26:03.386 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:26:03.388 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-neutronclient, ]] 2024-10-01 01:26:03.391 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:26:03.393 | + stack.sh:main:903 : install_keystonemiddleware 2024-10-01 01:26:03.395 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2024-10-01 01:26:03.396 | + inc/python:use_library_from_git:246 : local name=keystonemiddleware 2024-10-01 01:26:03.398 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:26:03.400 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:26:03.402 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystonemiddleware, ]] 2024-10-01 01:26:03.404 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:26:03.406 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2024-10-01 01:26:03.408 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2024-10-01 01:26:03.411 | + inc/python:pip_install_gr:77 : local clean_name 2024-10-01 01:26:03.413 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2024-10-01 01:26:03.415 | ++ inc/python:get_from_global_requirements:221 : local package=keystonemiddleware 2024-10-01 01:26:03.417 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-10-01 01:26:03.421 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2024-10-01 01:26:03.422 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-10-01 01:26:03.425 | ++ inc/python:get_from_global_requirements:223 : required_pkg='keystonemiddleware ' 2024-10-01 01:26:03.427 | ++ inc/python:get_from_global_requirements:224 : [[ keystonemiddleware == '' ]] 2024-10-01 01:26:03.429 | ++ inc/python:get_from_global_requirements:227 : echo keystonemiddleware 2024-10-01 01:26:03.432 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2024-10-01 01:26:03.434 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2024-10-01 01:26:03.451 | Using python 3.10 to install keystonemiddleware 2024-10-01 01:26:03.453 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt keystonemiddleware 2024-10-01 01:26:04.544 | Collecting keystonemiddleware 2024-10-01 01:26:04.548 | Using cached keystonemiddleware-10.2.0-py3-none-any.whl (124 kB) 2024-10-01 01:26:04.574 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (5.11.1) 2024-10-01 01:26:04.610 | Collecting oslo.i18n>=3.15.3 2024-10-01 01:26:04.613 | Using cached oslo.i18n-6.0.0-py3-none-any.whl (46 kB) 2024-10-01 01:26:04.615 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (2.28.1) 2024-10-01 01:26:04.663 | Collecting oslo.serialization!=2.19.1,>=2.18.0 2024-10-01 01:26:04.665 | Using cached oslo.serialization-5.1.2-py3-none-any.whl (25 kB) 2024-10-01 01:26:04.708 | Collecting keystoneauth1>=3.12.0 2024-10-01 01:26:04.716 | Using cached keystoneauth1-5.1.3-py3-none-any.whl (318 kB) 2024-10-01 01:26:04.721 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystonemiddleware) (1.16.0) 2024-10-01 01:26:04.784 | Collecting oslo.utils>=3.33.0 2024-10-01 01:26:04.787 | Using cached oslo.utils-6.1.0-py3-none-any.whl (100 kB) 2024-10-01 01:26:04.839 | Collecting oslo.log>=3.36.0 2024-10-01 01:26:04.843 | Using cached oslo.log-5.2.0-py3-none-any.whl (71 kB) 2024-10-01 01:26:04.975 | Collecting oslo.cache>=1.26.0 2024-10-01 01:26:04.979 | Using cached oslo.cache-3.3.1-py3-none-any.whl (70 kB) 2024-10-01 01:26:05.092 | Collecting pycadf!=2.0.0,>=1.1.0 2024-10-01 01:26:05.095 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2024-10-01 01:26:05.134 | Collecting python-keystoneclient>=3.20.0 2024-10-01 01:26:05.140 | Using cached python_keystoneclient-5.1.0-py3-none-any.whl (398 kB) 2024-10-01 01:26:05.200 | Collecting WebOb>=1.7.1 2024-10-01 01:26:05.204 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2024-10-01 01:26:05.261 | Collecting oslo.config>=5.2.0 2024-10-01 01:26:05.264 | Using cached oslo.config-9.1.1-py3-none-any.whl (128 kB) 2024-10-01 01:26:05.305 | Collecting oslo.context>=2.19.2 2024-10-01 01:26:05.307 | Using cached oslo.context-5.1.1-py3-none-any.whl (20 kB) 2024-10-01 01:26:05.361 | Collecting iso8601>=0.1.11 2024-10-01 01:26:05.364 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2024-10-01 01:26:05.390 | Collecting os-service-types>=1.2.0 2024-10-01 01:26:05.393 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2024-10-01 01:26:05.435 | Collecting stevedore>=1.20.0 2024-10-01 01:26:05.438 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2024-10-01 01:26:05.517 | Collecting dogpile.cache>=1.1.5 2024-10-01 01:26:05.520 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2024-10-01 01:26:05.646 | Collecting PyYAML>=5.1 2024-10-01 01:26:05.653 | Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (682 kB) 2024-10-01 01:26:05.680 | Collecting rfc3986>=1.2.0 2024-10-01 01:26:05.683 | Using cached rfc3986-1.5.0-py2.py3-none-any.whl (31 kB) 2024-10-01 01:26:05.711 | Collecting debtcollector>=1.2.0 2024-10-01 01:26:05.713 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2024-10-01 01:26:05.743 | Collecting netaddr>=0.7.18 2024-10-01 01:26:05.756 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2024-10-01 01:26:05.816 | Collecting python-dateutil>=2.7.0 2024-10-01 01:26:05.819 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2024-10-01 01:26:05.843 | Collecting pyinotify>=0.9.6 2024-10-01 01:26:05.843 | Using cached pyinotify-0.9.6-py3-none-any.whl 2024-10-01 01:26:06.031 | Collecting msgpack>=0.5.2 2024-10-01 01:26:06.036 | Using cached msgpack-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2024-10-01 01:26:06.113 | Collecting pytz>=2013.6 2024-10-01 01:26:06.124 | Using cached pytz-2022.4-py2.py3-none-any.whl (500 kB) 2024-10-01 01:26:06.139 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (0.11.0) 2024-10-01 01:26:06.195 | Collecting pyparsing>=2.1.0 2024-10-01 01:26:06.198 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2024-10-01 01:26:06.232 | Collecting packaging>=20.4 2024-10-01 01:26:06.234 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2024-10-01 01:26:06.262 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (1.26.12) 2024-10-01 01:26:06.262 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware) (2020.6.20) 2024-10-01 01:26:06.263 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (2.1.1) 2024-10-01 01:26:06.264 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.4) 2024-10-01 01:26:06.459 | Collecting wrapt>=1.7.0 2024-10-01 01:26:06.462 | Using cached wrapt-1.14.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (77 kB) 2024-10-01 01:26:06.495 | Collecting decorator>=4.0.0 2024-10-01 01:26:06.497 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2024-10-01 01:26:06.913 | Installing collected packages: rfc3986, pytz, pyinotify, netaddr, msgpack, wrapt, WebOb, stevedore, PyYAML, python-dateutil, pyparsing, packaging, oslo.i18n, os-service-types, iso8601, decorator, keystoneauth1, dogpile.cache, debtcollector, oslo.utils, oslo.context, oslo.config, oslo.serialization, python-keystoneclient, pycadf, oslo.log, oslo.cache, keystonemiddleware 2024-10-01 01:26:06.940 | Attempting uninstall: pytz 2024-10-01 01:26:06.941 | Found existing installation: pytz 2022.1 2024-10-01 01:26:06.943 | Not uninstalling pytz at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 01:26:06.944 | Can't uninstall 'pytz'. No files were found to uninstall. 2024-10-01 01:26:07.254 | Attempting uninstall: stevedore 2024-10-01 01:26:07.255 | Found existing installation: stevedore 3.5.0 2024-10-01 01:26:07.256 | Not uninstalling stevedore at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 01:26:07.256 | Can't uninstall 'stevedore'. No files were found to uninstall. 2024-10-01 01:26:07.390 | Attempting uninstall: pyparsing 2024-10-01 01:26:07.391 | Found existing installation: pyparsing 2.4.7 2024-10-01 01:26:07.392 | Not uninstalling pyparsing at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 01:26:07.392 | Can't uninstall 'pyparsing'. No files were found to uninstall. 2024-10-01 01:26:08.430 | Successfully installed PyYAML-6.0 WebOb-1.8.7 debtcollector-2.5.0 decorator-5.1.1 dogpile.cache-1.1.8 iso8601-1.1.0 keystoneauth1-5.1.3 keystonemiddleware-10.2.0 msgpack-1.0.4 netaddr-0.8.0 os-service-types-1.7.0 oslo.cache-3.3.1 oslo.config-9.1.1 oslo.context-5.1.1 oslo.i18n-6.0.0 oslo.log-5.2.0 oslo.serialization-5.1.2 oslo.utils-6.1.0 packaging-23.1 pycadf-3.1.1 pyinotify-0.9.6 pyparsing-3.0.9 python-dateutil-2.8.2 python-keystoneclient-5.1.0 pytz-2022.4 rfc3986-1.5.0 stevedore-5.0.0 wrapt-1.14.1 2024-10-01 01:26:08.431 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 01:26:08.560 | + inc/python:pip_install:196 : result=0 2024-10-01 01:26:08.562 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-01 01:26:08.564 | + functions-common:time_stop:2435 : local name 2024-10-01 01:26:08.566 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:26:08.567 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:26:08.569 | + functions-common:time_stop:2438 : local total 2024-10-01 01:26:08.571 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:26:08.573 | + functions-common:time_stop:2441 : name=pip_install 2024-10-01 01:26:08.574 | + functions-common:time_stop:2442 : start_time=1727745963447 2024-10-01 01:26:08.576 | + functions-common:time_stop:2444 : [[ -z 1727745963447 ]] 2024-10-01 01:26:08.579 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:26:08.582 | + functions-common:time_stop:2447 : end_time=1727745968580 2024-10-01 01:26:08.584 | + functions-common:time_stop:2448 : elapsed_time=5133 2024-10-01 01:26:08.585 | + functions-common:time_stop:2449 : total=16710 2024-10-01 01:26:08.587 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:26:08.589 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=21843 2024-10-01 01:26:08.591 | + inc/python:pip_install:199 : return 0 2024-10-01 01:26:08.593 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2024-10-01 01:26:08.595 | + inc/python:pip_install_gr:76 : local name=python-memcached 2024-10-01 01:26:08.596 | + inc/python:pip_install_gr:77 : local clean_name 2024-10-01 01:26:08.599 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2024-10-01 01:26:08.601 | ++ inc/python:get_from_global_requirements:221 : local package=python-memcached 2024-10-01 01:26:08.603 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-10-01 01:26:08.606 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2024-10-01 01:26:08.606 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-10-01 01:26:08.610 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-memcached ' 2024-10-01 01:26:08.612 | ++ inc/python:get_from_global_requirements:224 : [[ python-memcached == '' ]] 2024-10-01 01:26:08.613 | ++ inc/python:get_from_global_requirements:227 : echo python-memcached 2024-10-01 01:26:08.615 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2024-10-01 01:26:08.617 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2024-10-01 01:26:08.638 | Using python 3.10 to install python-memcached 2024-10-01 01:26:08.640 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt python-memcached 2024-10-01 01:26:09.607 | Collecting python-memcached 2024-10-01 01:26:09.610 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2024-10-01 01:26:09.613 | Requirement already satisfied: six>=1.4.0 in /usr/lib/python3/dist-packages (from python-memcached) (1.16.0) 2024-10-01 01:26:09.913 | Installing collected packages: python-memcached 2024-10-01 01:26:09.939 | Successfully installed python-memcached-1.59 2024-10-01 01:26:09.939 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 01:26:10.018 | + inc/python:pip_install:196 : result=0 2024-10-01 01:26:10.021 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-01 01:26:10.022 | + functions-common:time_stop:2435 : local name 2024-10-01 01:26:10.025 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:26:10.026 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:26:10.028 | + functions-common:time_stop:2438 : local total 2024-10-01 01:26:10.030 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:26:10.032 | + functions-common:time_stop:2441 : name=pip_install 2024-10-01 01:26:10.034 | + functions-common:time_stop:2442 : start_time=1727745968630 2024-10-01 01:26:10.036 | + functions-common:time_stop:2444 : [[ -z 1727745968630 ]] 2024-10-01 01:26:10.038 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:26:10.041 | + functions-common:time_stop:2447 : end_time=1727745970039 2024-10-01 01:26:10.043 | + functions-common:time_stop:2448 : elapsed_time=1409 2024-10-01 01:26:10.045 | + functions-common:time_stop:2449 : total=21843 2024-10-01 01:26:10.046 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:26:10.048 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=23252 2024-10-01 01:26:10.050 | + inc/python:pip_install:199 : return 0 2024-10-01 01:26:10.052 | + stack.sh:main:905 : is_service_enabled keystone 2024-10-01 01:26:10.065 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:26:10.067 | + stack.sh:main:906 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-10-01 01:26:10.069 | + stack.sh:main:907 : stack_install_service keystone 2024-10-01 01:26:10.071 | + lib/stack:stack_install_service:20 : local service=keystone 2024-10-01 01:26:10.073 | + lib/stack:stack_install_service:21 : type install_keystone 2024-10-01 01:26:10.075 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-10-01 01:26:10.077 | + lib/stack:stack_install_service:32 : install_keystone 2024-10-01 01:26:10.079 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2024-10-01 01:26:10.091 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:26:10.093 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone stable/2023.1 2024-10-01 01:26:10.094 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/keystone.git 2024-10-01 01:26:10.096 | + functions-common:git_clone:613 : local git_dest=/opt/stack//keystone 2024-10-01 01:26:10.098 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-10-01 01:26:10.100 | + functions-common:git_clone:615 : local orig_dir 2024-10-01 01:26:10.102 | ++ functions-common:git_clone:616 : pwd 2024-10-01 01:26:10.104 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-10-01 01:26:10.106 | + functions-common:git_clone:617 : local git_clone_flags= 2024-10-01 01:26:10.108 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-10-01 01:26:10.120 | + functions-common:git_clone:619 : RECLONE=False 2024-10-01 01:26:10.122 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-10-01 01:26:10.123 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-10-01 01:26:10.125 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-10-01 01:26:10.127 | + functions-common:git_clone:633 : echo stable/2023.1 2024-10-01 01:26:10.127 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-10-01 01:26:10.131 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//keystone ]] 2024-10-01 01:26:10.133 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-10-01 01:26:10.135 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2024-10-01 01:26:10.136 | + functions-common:git_timed:720 : local count=0 2024-10-01 01:26:10.138 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 01:26:10.140 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 01:26:10.141 | + functions-common:git_timed:724 : timeout=0 2024-10-01 01:26:10.143 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 01:26:10.145 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 01:26:10.146 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:26:10.148 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:26:10.150 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:26:10.153 | + functions-common:time_start:2426 : _TIME_START[$name]=1727745970151 2024-10-01 01:26:10.155 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2024-10-01 01:26:10.158 | Cloning into '/opt/stack//keystone'... 2024-10-01 01:26:12.806 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 01:26:12.807 | + functions-common:time_stop:2435 : local name 2024-10-01 01:26:12.809 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:26:12.811 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:26:12.813 | + functions-common:time_stop:2438 : local total 2024-10-01 01:26:12.814 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:26:12.816 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 01:26:12.818 | + functions-common:time_stop:2442 : start_time=1727745970151 2024-10-01 01:26:12.819 | + functions-common:time_stop:2444 : [[ -z 1727745970151 ]] 2024-10-01 01:26:12.822 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:26:12.825 | + functions-common:time_stop:2447 : end_time=1727745972823 2024-10-01 01:26:12.826 | + functions-common:time_stop:2448 : elapsed_time=2672 2024-10-01 01:26:12.828 | + functions-common:time_stop:2449 : total=5236 2024-10-01 01:26:12.830 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:26:12.832 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7908 2024-10-01 01:26:12.833 | + functions-common:git_clone:654 : cd /opt/stack//keystone 2024-10-01 01:26:12.835 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-10-01 01:26:12.837 | + functions-common:git_timed:720 : local count=0 2024-10-01 01:26:12.839 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 01:26:12.841 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 01:26:12.842 | + functions-common:git_timed:724 : timeout=0 2024-10-01 01:26:12.844 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 01:26:12.846 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 01:26:12.847 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:26:12.849 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:26:12.851 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:26:12.855 | + functions-common:time_start:2426 : _TIME_START[$name]=1727745972852 2024-10-01 01:26:12.856 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-10-01 01:26:15.032 | From https://opendev.org/openstack/keystone 2024-10-01 01:26:15.032 | * branch stable/2023.1 -> FETCH_HEAD 2024-10-01 01:26:15.036 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 01:26:15.038 | + functions-common:time_stop:2435 : local name 2024-10-01 01:26:15.040 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:26:15.042 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:26:15.044 | + functions-common:time_stop:2438 : local total 2024-10-01 01:26:15.045 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:26:15.047 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 01:26:15.049 | + functions-common:time_stop:2442 : start_time=1727745972852 2024-10-01 01:26:15.051 | + functions-common:time_stop:2444 : [[ -z 1727745972852 ]] 2024-10-01 01:26:15.053 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:26:15.056 | + functions-common:time_stop:2447 : end_time=1727745975054 2024-10-01 01:26:15.058 | + functions-common:time_stop:2448 : elapsed_time=2202 2024-10-01 01:26:15.059 | + functions-common:time_stop:2449 : total=7908 2024-10-01 01:26:15.061 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:26:15.063 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10110 2024-10-01 01:26:15.065 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-10-01 01:26:15.067 | + functions-common:git_timed:720 : local count=0 2024-10-01 01:26:15.068 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 01:26:15.070 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 01:26:15.072 | + functions-common:git_timed:724 : timeout=0 2024-10-01 01:26:15.074 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 01:26:15.076 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 01:26:15.077 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:26:15.079 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:26:15.082 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:26:15.084 | + functions-common:time_start:2426 : _TIME_START[$name]=1727745975083 2024-10-01 01:26:15.086 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-10-01 01:26:15.178 | Note: switching to 'FETCH_HEAD'. 2024-10-01 01:26:15.178 | 2024-10-01 01:26:15.178 | You are in 'detached HEAD' state. You can look around, make experimental 2024-10-01 01:26:15.178 | changes and commit them, and you can discard any commits you make in this 2024-10-01 01:26:15.178 | state without impacting any branches by switching back to a branch. 2024-10-01 01:26:15.178 | 2024-10-01 01:26:15.178 | If you want to create a new branch to retain commits you create, you may 2024-10-01 01:26:15.178 | do so (now or later) by using -c with the switch command. Example: 2024-10-01 01:26:15.178 | 2024-10-01 01:26:15.178 | git switch -c 2024-10-01 01:26:15.178 | 2024-10-01 01:26:15.178 | Or undo this operation with: 2024-10-01 01:26:15.178 | 2024-10-01 01:26:15.178 | git switch - 2024-10-01 01:26:15.178 | 2024-10-01 01:26:15.178 | Turn off this advice by setting config variable advice.detachedHead to false 2024-10-01 01:26:15.178 | 2024-10-01 01:26:15.178 | HEAD is now at ea5b0b0 Add keystone-manage reset_last_active command 2024-10-01 01:26:15.181 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 01:26:15.183 | + functions-common:time_stop:2435 : local name 2024-10-01 01:26:15.185 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:26:15.187 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:26:15.189 | + functions-common:time_stop:2438 : local total 2024-10-01 01:26:15.191 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:26:15.192 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 01:26:15.194 | + functions-common:time_stop:2442 : start_time=1727745975083 2024-10-01 01:26:15.196 | + functions-common:time_stop:2444 : [[ -z 1727745975083 ]] 2024-10-01 01:26:15.198 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:26:15.201 | + functions-common:time_stop:2447 : end_time=1727745975199 2024-10-01 01:26:15.203 | + functions-common:time_stop:2448 : elapsed_time=116 2024-10-01 01:26:15.204 | + functions-common:time_stop:2449 : total=10110 2024-10-01 01:26:15.206 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:26:15.208 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10226 2024-10-01 01:26:15.210 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//keystone 2024-10-01 01:26:15.220 | + functions-common:git_clone:695 : cd /opt/stack//keystone 2024-10-01 01:26:15.222 | + functions-common:git_clone:696 : git show --oneline 2024-10-01 01:26:15.222 | + functions-common:git_clone:696 : head -1 2024-10-01 01:26:15.226 | ea5b0b0 Add keystone-manage reset_last_active command 2024-10-01 01:26:15.228 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-10-01 01:26:15.230 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2024-10-01 01:26:15.232 | + inc/python:setup_develop:334 : local bindep 2024-10-01 01:26:15.234 | + inc/python:setup_develop:335 : [[ /opt/stack//keystone == -bindep* ]] 2024-10-01 01:26:15.236 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//keystone 2024-10-01 01:26:15.238 | + inc/python:setup_develop:340 : local extras= 2024-10-01 01:26:15.240 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2024-10-01 01:26:15.242 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-10-01 01:26:15.243 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//keystone == -bindep* ]] 2024-10-01 01:26:15.245 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//keystone 2024-10-01 01:26:15.247 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-10-01 01:26:15.249 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-10-01 01:26:15.251 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//keystone 2024-10-01 01:26:15.253 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-10-01 01:26:15.255 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/keystone 2024-10-01 01:26:15.257 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-10-01 01:26:15.259 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-10-01 01:26:15.262 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2024-10-01 01:26:15.265 | + inc/python:_setup_package_with_constraints_edit:381 : name=keystone 2024-10-01 01:26:15.267 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- keystone 2024-10-01 01:26:15.591 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/keystone -e 2024-10-01 01:26:15.593 | + inc/python:setup_package:414 : local bindep=0 2024-10-01 01:26:15.595 | + inc/python:setup_package:415 : local bindep_flag= 2024-10-01 01:26:15.597 | + inc/python:setup_package:416 : local bindep_profiles= 2024-10-01 01:26:15.599 | + inc/python:setup_package:417 : [[ /opt/stack/keystone == -bindep* ]] 2024-10-01 01:26:15.601 | + inc/python:setup_package:422 : local project_dir=/opt/stack/keystone 2024-10-01 01:26:15.603 | + inc/python:setup_package:423 : local flags=-e 2024-10-01 01:26:15.605 | + inc/python:setup_package:424 : local extras= 2024-10-01 01:26:15.606 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-10-01 01:26:15.608 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-10-01 01:26:15.610 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-10-01 01:26:15.612 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-10-01 01:26:15.614 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-10-01 01:26:15.616 | + inc/python:setup_package:442 : pip_install -e /opt/stack/keystone 2024-10-01 01:26:15.631 | Using python 3.10 to install /opt/stack/keystone 2024-10-01 01:26:15.633 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/keystone 2024-10-01 01:26:16.522 | Obtaining file:///opt/stack/keystone 2024-10-01 01:26:16.523 | Preparing metadata (setup.py): started 2024-10-01 01:26:17.026 | Preparing metadata (setup.py): finished with status 'done' 2024-10-01 01:26:17.180 | Collecting Flask!=0.11,>=1.0.2 2024-10-01 01:26:17.183 | Using cached Flask-2.2.2-py3-none-any.whl (101 kB) 2024-10-01 01:26:17.207 | Collecting Flask-RESTful>=0.3.5 2024-10-01 01:26:17.209 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2024-10-01 01:26:17.240 | Collecting PyJWT>=1.6.1 2024-10-01 01:26:17.242 | Using cached PyJWT-2.5.0-py3-none-any.whl (20 kB) 2024-10-01 01:26:17.988 | Collecting SQLAlchemy>=1.3.0 2024-10-01 01:26:18.002 | Using cached SQLAlchemy-1.4.41-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2024-10-01 01:26:18.013 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (1.8.7) 2024-10-01 01:26:18.102 | Collecting bcrypt>=3.1.3 2024-10-01 01:26:18.110 | Using cached bcrypt-4.0.0-cp36-abi3-manylinux_2_28_x86_64.whl (594 kB) 2024-10-01 01:26:18.520 | Collecting cryptography>=2.7 2024-10-01 01:26:18.547 | Using cached cryptography-38.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (4.2 MB) 2024-10-01 01:26:18.568 | Requirement already satisfied: dogpile.cache>=1.0.2 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (1.1.8) 2024-10-01 01:26:18.618 | Collecting jsonschema>=3.2.0 2024-10-01 01:26:18.620 | Using cached jsonschema-4.16.0-py3-none-any.whl (83 kB) 2024-10-01 01:26:18.623 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (10.2.0) 2024-10-01 01:26:18.624 | Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (1.0.4) 2024-10-01 01:26:18.649 | Collecting oauthlib>=0.6.2 2024-10-01 01:26:18.652 | Using cached oauthlib-3.2.1-py3-none-any.whl (151 kB) 2024-10-01 01:26:18.655 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (3.3.1) 2024-10-01 01:26:18.656 | Requirement already satisfied: oslo.config>=6.8.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (9.1.1) 2024-10-01 01:26:18.656 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.1.1) 2024-10-01 01:26:18.809 | Collecting oslo.db>=6.0.0 2024-10-01 01:26:18.812 | Using cached oslo.db-12.3.2-py3-none-any.whl (177 kB) 2024-10-01 01:26:18.815 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (6.0.0) 2024-10-01 01:26:18.817 | Requirement already satisfied: oslo.log>=3.44.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.2.0) 2024-10-01 01:26:18.989 | Collecting oslo.messaging>=5.29.0 2024-10-01 01:26:18.994 | Using cached oslo.messaging-14.2.5-py3-none-any.whl (257 kB) 2024-10-01 01:26:19.134 | Collecting oslo.middleware>=3.31.0 2024-10-01 01:26:19.136 | Using cached oslo.middleware-5.1.1-py3-none-any.whl (65 kB) 2024-10-01 01:26:19.286 | Collecting oslo.policy>=3.10.0 2024-10-01 01:26:19.289 | Using cached oslo.policy-4.1.1-py3-none-any.whl (88 kB) 2024-10-01 01:26:19.291 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.1.2) 2024-10-01 01:26:19.404 | Collecting oslo.upgradecheck>=1.3.0 2024-10-01 01:26:19.406 | Using cached oslo.upgradecheck-2.1.1-py3-none-any.whl (14 kB) 2024-10-01 01:26:19.408 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (6.1.0) 2024-10-01 01:26:19.526 | Collecting osprofiler>=1.4.0 2024-10-01 01:26:19.529 | Using cached osprofiler-3.4.3-py3-none-any.whl (89 kB) 2024-10-01 01:26:19.550 | Collecting passlib>=1.7.0 2024-10-01 01:26:19.555 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2024-10-01 01:26:19.559 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.11.1) 2024-10-01 01:26:19.560 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (3.1.1) 2024-10-01 01:26:19.591 | Collecting pysaml2>=5.0.0 2024-10-01 01:26:19.596 | Using cached pysaml2-7.2.1-py2.py3-none-any.whl (412 kB) 2024-10-01 01:26:19.601 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.1.0) 2024-10-01 01:26:19.602 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (2022.4) 2024-10-01 01:26:19.786 | Collecting scrypt>=0.8.0 2024-10-01 01:26:19.796 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2024-10-01 01:26:19.912 | Collecting sqlalchemy-migrate>=0.13.0 2024-10-01 01:26:19.915 | Using cached sqlalchemy_migrate-0.13.0-py2.py3-none-any.whl (109 kB) 2024-10-01 01:26:19.917 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.0.0) 2024-10-01 01:26:20.207 | Collecting cffi>=1.12 2024-10-01 01:26:20.213 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2024-10-01 01:26:20.225 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.10/dist-packages (from dogpile.cache>=1.0.2->keystone==0.0.1.dev12) (5.1.1) 2024-10-01 01:26:20.253 | Collecting itsdangerous>=2.0 2024-10-01 01:26:20.257 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2024-10-01 01:26:20.302 | Collecting Werkzeug>=2.2.2 2024-10-01 01:26:20.305 | Using cached Werkzeug-2.2.2-py3-none-any.whl (232 kB) 2024-10-01 01:26:20.340 | Collecting click>=8.0 2024-10-01 01:26:20.342 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2024-10-01 01:26:20.371 | Collecting Jinja2>=3.0 2024-10-01 01:26:20.373 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2024-10-01 01:26:20.401 | Collecting aniso8601>=0.82 2024-10-01 01:26:20.404 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2024-10-01 01:26:20.406 | Requirement already satisfied: six>=1.3.0 in /usr/lib/python3/dist-packages (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev12) (1.16.0) 2024-10-01 01:26:20.428 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->keystone==0.0.1.dev12) (0.18.1) 2024-10-01 01:26:20.455 | Collecting attrs>=17.4.0 2024-10-01 01:26:20.458 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2024-10-01 01:26:20.481 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (2.28.1) 2024-10-01 01:26:20.482 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (5.1.3) 2024-10-01 01:26:20.559 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev12) (6.0) 2024-10-01 01:26:20.560 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev12) (0.8.0) 2024-10-01 01:26:20.561 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev12) (1.5.0) 2024-10-01 01:26:20.562 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev12) (2.5.0) 2024-10-01 01:26:20.640 | Collecting alembic>=0.9.6 2024-10-01 01:26:20.643 | Using cached alembic-1.8.1-py3-none-any.whl (209 kB) 2024-10-01 01:26:20.662 | Collecting testresources>=2.0.0 2024-10-01 01:26:20.664 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2024-10-01 01:26:20.680 | Collecting testscenarios>=0.4 2024-10-01 01:26:20.682 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2024-10-01 01:26:20.716 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev12) (0.9.6) 2024-10-01 01:26:20.718 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev12) (2.8.2) 2024-10-01 01:26:20.740 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=5.29.0->keystone==0.0.1.dev12) (2.4.1) 2024-10-01 01:26:20.797 | Collecting kombu>=4.6.6 2024-10-01 01:26:20.801 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2024-10-01 01:26:20.835 | Collecting cachetools>=2.0.0 2024-10-01 01:26:20.837 | Using cached cachetools-5.2.0-py3-none-any.whl (9.3 kB) 2024-10-01 01:26:20.875 | Collecting amqp>=2.5.2 2024-10-01 01:26:20.877 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2024-10-01 01:26:20.987 | Collecting oslo.metrics>=0.2.1 2024-10-01 01:26:20.989 | Using cached oslo.metrics-0.6.0-py3-none-any.whl (13 kB) 2024-10-01 01:26:21.138 | Collecting oslo.service!=1.28.1,>=1.24.0 2024-10-01 01:26:21.142 | Using cached oslo.service-3.1.2-py3-none-any.whl (77 kB) 2024-10-01 01:26:21.176 | Collecting statsd>=3.2.1 2024-10-01 01:26:21.178 | Using cached statsd-3.3.0-py2.py3-none-any.whl (11 kB) 2024-10-01 01:26:21.234 | Collecting PrettyTable>=0.7.1 2024-10-01 01:26:21.237 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2024-10-01 01:26:21.256 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev12) (0.11.0) 2024-10-01 01:26:21.258 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev12) (3.0.9) 2024-10-01 01:26:21.258 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev12) (1.1.0) 2024-10-01 01:26:21.258 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev12) (23.1) 2024-10-01 01:26:21.408 | Collecting oslo.concurrency>=3.26.0 2024-10-01 01:26:21.411 | Using cached oslo.concurrency-5.1.1-py3-none-any.whl (48 kB) 2024-10-01 01:26:21.521 | Collecting xmlschema>=1.2.1 2024-10-01 01:26:21.525 | Using cached xmlschema-2.1.1-py3-none-any.whl (354 kB) 2024-10-01 01:26:21.556 | Collecting pyOpenSSL 2024-10-01 01:26:21.558 | Using cached pyOpenSSL-22.1.0-py3-none-any.whl (57 kB) 2024-10-01 01:26:21.579 | Collecting defusedxml 2024-10-01 01:26:21.581 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2024-10-01 01:26:21.584 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pysaml2>=5.0.0->keystone==0.0.1.dev12) (59.6.0) 2024-10-01 01:26:22.011 | Collecting greenlet!=0.4.17 2024-10-01 01:26:22.014 | Using cached greenlet-1.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (155 kB) 2024-10-01 01:26:22.059 | Collecting Tempita>=0.4 2024-10-01 01:26:22.061 | Using cached Tempita-0.5.2-py3-none-any.whl (12 kB) 2024-10-01 01:26:22.084 | Collecting sqlparse 2024-10-01 01:26:22.086 | Using cached sqlparse-0.4.3-py3-none-any.whl (42 kB) 2024-10-01 01:26:22.140 | Collecting Mako 2024-10-01 01:26:22.143 | Using cached Mako-1.2.3-py3-none-any.whl (78 kB) 2024-10-01 01:26:22.172 | Collecting vine>=5.0.0 2024-10-01 01:26:22.175 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2024-10-01 01:26:22.298 | Collecting pycparser 2024-10-01 01:26:22.301 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2024-10-01 01:26:22.319 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.8.0->keystone==0.0.1.dev12) (1.14.1) 2024-10-01 01:26:22.466 | Collecting MarkupSafe>=2.0 2024-10-01 01:26:22.469 | Using cached MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2024-10-01 01:26:22.503 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (1.7.0) 2024-10-01 01:26:22.580 | Collecting fasteners>=0.7.0 2024-10-01 01:26:22.583 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2024-10-01 01:26:22.625 | Collecting prometheus-client>=0.6.0 2024-10-01 01:26:22.628 | Using cached prometheus_client-0.14.1-py3-none-any.whl (59 kB) 2024-10-01 01:26:22.671 | Collecting fixtures>=3.0.0 2024-10-01 01:26:22.674 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-10-01 01:26:22.699 | Collecting Routes>=2.3.1 2024-10-01 01:26:22.702 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2024-10-01 01:26:22.844 | Collecting Yappi>=1.0 2024-10-01 01:26:22.847 | Using cached yappi-1.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78 kB) 2024-10-01 01:26:22.881 | Collecting Paste>=2.0.2 2024-10-01 01:26:22.887 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2024-10-01 01:26:22.912 | Collecting PasteDeploy>=1.5.0 2024-10-01 01:26:22.915 | Using cached PasteDeploy-2.1.1-py2.py3-none-any.whl (17 kB) 2024-10-01 01:26:22.949 | Collecting eventlet>=0.25.2 2024-10-01 01:26:22.953 | Using cached eventlet-0.33.1-py2.py3-none-any.whl (226 kB) 2024-10-01 01:26:22.976 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev12) (0.2.5) 2024-10-01 01:26:23.028 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (3.4) 2024-10-01 01:26:23.029 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (1.26.12) 2024-10-01 01:26:23.029 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (2020.6.20) 2024-10-01 01:26:23.030 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (2.1.1) 2024-10-01 01:26:23.082 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==0.0.1.dev12) (2.5.0) 2024-10-01 01:26:23.159 | Collecting elementpath<4.0.0,>=3.0.0 2024-10-01 01:26:23.163 | Using cached elementpath-3.0.2-py3-none-any.whl (189 kB) 2024-10-01 01:26:23.293 | Collecting dnspython>=1.15.0 2024-10-01 01:26:23.298 | Using cached dnspython-2.2.1-py3-none-any.whl (269 kB) 2024-10-01 01:26:23.426 | Collecting repoze.lru>=0.3 2024-10-01 01:26:23.428 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2024-10-01 01:26:23.587 | WARNING: The candidate selected for download or install is a yanked version: 'cryptography' candidate (version 38.0.2 at https://files.pythonhosted.org/packages/56/1e/2ffbbdddfe17308511cb2e06ac8c5aced9391dd5eea339e330a204edac34/cryptography-38.0.2-cp36-abi3-manylinux_2_28_x86_64.whl#sha256=55974e634712f7d054886a754a10c67b58e6a9d1c6c3d0d1181919e7fb336d0e (from https://pypi.org/simple/cryptography/) (requires-python:>=3.6)) 2024-10-01 01:26:23.588 | Reason for being yanked: Regression in OpenSSL. 2024-10-01 01:26:24.099 | Installing collected packages: Yappi, Tempita, statsd, scrypt, repoze.lru, passlib, aniso8601, vine, testscenarios, testresources, sqlparse, Routes, PyJWT, pycparser, prometheus-client, PrettyTable, PasteDeploy, Paste, oauthlib, MarkupSafe, itsdangerous, greenlet, fixtures, fasteners, elementpath, dnspython, defusedxml, click, cachetools, bcrypt, attrs, xmlschema, Werkzeug, SQLAlchemy, Mako, jsonschema, Jinja2, eventlet, cffi, amqp, sqlalchemy-migrate, oslo.middleware, oslo.concurrency, kombu, Flask, cryptography, alembic, pyOpenSSL, osprofiler, oslo.policy, oslo.db, Flask-RESTful, pysaml2, oslo.upgradecheck, oslo.service, oslo.metrics, oslo.messaging, keystone 2024-10-01 01:26:24.582 | Attempting uninstall: PyJWT 2024-10-01 01:26:24.583 | Found existing installation: PyJWT 2.3.0 2024-10-01 01:26:24.584 | Not uninstalling pyjwt at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 01:26:24.584 | Can't uninstall 'PyJWT'. No files were found to uninstall. 2024-10-01 01:26:24.768 | Attempting uninstall: PrettyTable 2024-10-01 01:26:24.769 | Found existing installation: prettytable 2.5.0 2024-10-01 01:26:24.771 | Not uninstalling prettytable at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 01:26:24.772 | Can't uninstall 'prettytable'. No files were found to uninstall. 2024-10-01 01:26:24.965 | Attempting uninstall: oauthlib 2024-10-01 01:26:24.966 | Found existing installation: oauthlib 3.2.0 2024-10-01 01:26:24.968 | Not uninstalling oauthlib at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 01:26:24.968 | Can't uninstall 'oauthlib'. No files were found to uninstall. 2024-10-01 01:26:25.037 | Attempting uninstall: MarkupSafe 2024-10-01 01:26:25.038 | Found existing installation: MarkupSafe 2.0.1 2024-10-01 01:26:25.039 | Not uninstalling markupsafe at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 01:26:25.039 | Can't uninstall 'MarkupSafe'. No files were found to uninstall. 2024-10-01 01:26:25.096 | Attempting uninstall: fixtures 2024-10-01 01:26:25.097 | Found existing installation: fixtures 3.0.0 2024-10-01 01:26:25.099 | Not uninstalling fixtures at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 01:26:25.100 | Can't uninstall 'fixtures'. No files were found to uninstall. 2024-10-01 01:26:25.475 | Attempting uninstall: click 2024-10-01 01:26:25.477 | Found existing installation: click 8.0.3 2024-10-01 01:26:25.478 | Not uninstalling click at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 01:26:25.478 | Can't uninstall 'click'. No files were found to uninstall. 2024-10-01 01:26:25.548 | Attempting uninstall: bcrypt 2024-10-01 01:26:25.550 | Found existing installation: bcrypt 3.2.0 2024-10-01 01:26:25.550 | Not uninstalling bcrypt at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 01:26:25.550 | Can't uninstall 'bcrypt'. No files were found to uninstall. 2024-10-01 01:26:25.571 | Attempting uninstall: attrs 2024-10-01 01:26:25.572 | Found existing installation: attrs 21.2.0 2024-10-01 01:26:25.573 | Not uninstalling attrs at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 01:26:25.574 | Can't uninstall 'attrs'. No files were found to uninstall. 2024-10-01 01:26:26.713 | Attempting uninstall: jsonschema 2024-10-01 01:26:26.715 | Found existing installation: jsonschema 3.2.0 2024-10-01 01:26:26.716 | Not uninstalling jsonschema at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 01:26:26.717 | Can't uninstall 'jsonschema'. No files were found to uninstall. 2024-10-01 01:26:26.799 | Attempting uninstall: Jinja2 2024-10-01 01:26:26.801 | Found existing installation: Jinja2 3.0.3 2024-10-01 01:26:26.802 | Not uninstalling jinja2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 01:26:26.802 | Can't uninstall 'Jinja2'. No files were found to uninstall. 2024-10-01 01:26:27.417 | Attempting uninstall: cryptography 2024-10-01 01:26:27.418 | Found existing installation: cryptography 3.4.8 2024-10-01 01:26:27.419 | Not uninstalling cryptography at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 01:26:27.420 | Can't uninstall 'cryptography'. No files were found to uninstall. 2024-10-01 01:26:27.738 | Attempting uninstall: pyOpenSSL 2024-10-01 01:26:27.739 | Found existing installation: pyOpenSSL 21.0.0 2024-10-01 01:26:27.740 | Not uninstalling pyopenssl at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 01:26:27.741 | Can't uninstall 'pyOpenSSL'. No files were found to uninstall. 2024-10-01 01:26:28.529 | Running setup.py develop for keystone 2024-10-01 01:26:29.499 | Successfully installed Flask-2.2.2 Flask-RESTful-0.3.9 Jinja2-3.1.2 Mako-1.2.3 MarkupSafe-2.1.1 Paste-3.5.2 PasteDeploy-2.1.1 PrettyTable-3.4.1 PyJWT-2.5.0 Routes-2.5.1 SQLAlchemy-1.4.41 Tempita-0.5.2 Werkzeug-2.2.2 Yappi-1.4.0 alembic-1.8.1 amqp-5.1.1 aniso8601-9.0.1 attrs-22.1.0 bcrypt-4.0.0 cachetools-5.2.0 cffi-1.15.1 click-8.1.3 cryptography-38.0.2 defusedxml-0.7.1 dnspython-2.2.1 elementpath-3.0.2 eventlet-0.33.1 fasteners-0.18 fixtures-4.0.1 greenlet-1.1.3 itsdangerous-2.1.2 jsonschema-4.16.0 keystone kombu-5.2.4 oauthlib-3.2.1 oslo.concurrency-5.1.1 oslo.db-12.3.2 oslo.messaging-14.2.5 oslo.metrics-0.6.0 oslo.middleware-5.1.1 oslo.policy-4.1.1 oslo.service-3.1.2 oslo.upgradecheck-2.1.1 osprofiler-3.4.3 passlib-1.7.4 prometheus-client-0.14.1 pyOpenSSL-22.1.0 pycparser-2.21 pysaml2-7.2.1 repoze.lru-0.7 scrypt-0.8.20 sqlalchemy-migrate-0.13.0 sqlparse-0.4.3 statsd-3.3.0 testresources-2.0.1 testscenarios-0.5.0 vine-5.0.0 xmlschema-2.1.1 2024-10-01 01:26:29.500 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 01:26:29.719 | + inc/python:pip_install:196 : result=0 2024-10-01 01:26:29.721 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-01 01:26:29.723 | + functions-common:time_stop:2435 : local name 2024-10-01 01:26:29.725 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:26:29.727 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:26:29.728 | + functions-common:time_stop:2438 : local total 2024-10-01 01:26:29.730 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:26:29.732 | + functions-common:time_stop:2441 : name=pip_install 2024-10-01 01:26:29.734 | + functions-common:time_stop:2442 : start_time=1727745975627 2024-10-01 01:26:29.735 | + functions-common:time_stop:2444 : [[ -z 1727745975627 ]] 2024-10-01 01:26:29.738 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:26:29.741 | + functions-common:time_stop:2447 : end_time=1727745989739 2024-10-01 01:26:29.743 | + functions-common:time_stop:2448 : elapsed_time=14112 2024-10-01 01:26:29.744 | + functions-common:time_stop:2449 : total=23252 2024-10-01 01:26:29.746 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:26:29.748 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=37364 2024-10-01 01:26:29.750 | + inc/python:pip_install:199 : return 0 2024-10-01 01:26:29.752 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-10-01 01:26:29.754 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/keystone/keystone.egg-info 2024-10-01 01:26:29.756 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/keystone/keystone.egg-info 2024-10-01 01:26:29.770 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/keystone/keystone.egg-info 2024-10-01 01:26:29.779 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/keystone 2024-10-01 01:26:29.781 | + inc/python:use_library_from_git:246 : local name=/opt/stack/keystone 2024-10-01 01:26:29.783 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:26:29.785 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:26:29.787 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/keystone, ]] 2024-10-01 01:26:29.789 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:26:29.791 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2024-10-01 01:26:29.804 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:26:29.806 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2024-10-01 01:26:29.808 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-10-01 01:26:29.810 | + stack.sh:main:908 : configure_keystone 2024-10-01 01:26:29.812 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2024-10-01 01:26:29.821 | + lib/keystone:configure_keystone:194 : [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\/\k\e\y\s\t\o\n\e\/\e\t\c ]] 2024-10-01 01:26:29.823 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2024-10-01 01:26:29.826 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2024-10-01 01:26:29.839 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:26:29.840 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2024-10-01 01:26:29.865 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2024-10-01 01:26:29.887 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2024-10-01 01:26:29.912 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2024-10-01 01:26:29.936 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2024-10-01 01:26:29.963 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2024-10-01 01:26:29.987 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2024-10-01 01:26:30.009 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2024-10-01 01:26:30.032 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2024-10-01 01:26:30.034 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2024-10-01 01:26:30.035 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2024-10-01 01:26:30.037 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2024-10-01 01:26:30.039 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-10-01 01:26:30.041 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-10-01 01:26:30.052 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:26:30.055 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-10-01 01:26:30.057 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-10-01 01:26:30.059 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-10-01 01:26:30.070 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:26:30.072 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-01 01:26:30.074 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-01 01:26:30.099 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-10-01 01:26:30.101 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-10-01 01:26:30.102 | + lib/keystone:configure_keystone:215 : local service_port=5000 2024-10-01 01:26:30.104 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2024-10-01 01:26:30.116 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:26:30.118 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2024-10-01 01:26:30.143 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2024-10-01 01:26:30.145 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2024-10-01 01:26:30.170 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2024-10-01 01:26:30.172 | ++ lib/database:database_connection_url:134 : local db=keystone 2024-10-01 01:26:30.173 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2024-10-01 01:26:30.175 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=keystone 2024-10-01 01:26:30.177 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-10-01 01:26:30.179 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-10-01 01:26:30.181 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8' 2024-10-01 01:26:30.183 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8' 2024-10-01 01:26:30.208 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2024-10-01 01:26:30.210 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2024-10-01 01:26:30.212 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2024-10-01 01:26:30.214 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2024-10-01 01:26:30.216 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-10-01 01:26:30.229 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-10-01 01:26:30.231 | + functions:setup_systemd_logging:706 : local pidstr= 2024-10-01 01:26:30.233 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-10-01 01:26:30.235 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-10-01 01:26:30.237 | + functions:setup_systemd_logging:713 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-10-01 01:26:30.259 | + functions:setup_systemd_logging:715 : 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' 2024-10-01 01:26:30.282 | + functions:setup_systemd_logging:716 : iniset /etc/keystone/keystone.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-10-01 01:26:30.304 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-10-01 01:26:30.327 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2024-10-01 01:26:30.349 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2024-10-01 01:26:30.351 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2024-10-01 01:26:30.353 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2024-10-01 01:26:30.355 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2024-10-01 01:26:30.357 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2024-10-01 01:26:30.359 | + lib/apache:write_uwsgi_config:257 : local http= 2024-10-01 01:26:30.360 | + lib/apache:write_uwsgi_config:258 : local name= 2024-10-01 01:26:30.363 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2024-10-01 01:26:30.366 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2024-10-01 01:26:30.367 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-10-01 01:26:30.369 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-10-01 01:26:30.379 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-10-01 01:26:30.379 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-10-01 01:26:30.385 | d /var/run/uwsgi 0755 stack root 2024-10-01 01:26:30.388 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-10-01 01:26:30.396 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2024-10-01 01:26:30.399 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2024-10-01 01:26:30.401 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2024-10-01 01:26:30.404 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2024-10-01 01:26:30.427 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2024-10-01 01:26:30.449 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2024-10-01 01:26:30.471 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2024-10-01 01:26:30.493 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2024-10-01 01:26:30.515 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2024-10-01 01:26:30.537 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2024-10-01 01:26:30.560 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2024-10-01 01:26:30.582 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2024-10-01 01:26:30.604 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-10-01 01:26:30.626 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2024-10-01 01:26:30.651 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2024-10-01 01:26:30.673 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2024-10-01 01:26:30.695 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-10-01 01:26:30.697 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-10-01 01:26:30.700 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2024-10-01 01:26:30.701 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2024-10-01 01:26:30.703 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-10-01 01:26:30.705 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:26:30.707 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:26:30.709 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-10-01 01:26:30.711 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2024-10-01 01:26:30.713 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2024-10-01 01:26:30.735 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2024-10-01 01:26:30.758 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 ' 2024-10-01 01:26:30.759 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-10-01 01:26:30.765 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2024-10-01 01:26:30.768 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2024-10-01 01:26:30.770 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2024-10-01 01:26:30.772 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-10-01 01:26:30.774 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-10-01 01:26:30.776 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-10-01 01:26:30.778 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:26:30.781 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:26:30.783 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-10-01 01:26:30.785 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-10-01 01:26:30.787 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:26:30.789 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:26:30.791 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2024-10-01 01:26:30.824 | Enabling site keystone-wsgi-public. 2024-10-01 01:26:30.828 | To activate the new configuration, you need to run: 2024-10-01 01:26:30.828 | systemctl reload apache2 2024-10-01 01:26:30.832 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-10-01 01:26:30.834 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-10-01 01:26:30.836 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-10-01 01:26:30.838 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-10-01 01:26:30.931 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2024-10-01 01:26:30.955 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2024-10-01 01:26:30.980 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2024-10-01 01:26:31.004 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2024-10-01 01:26:31.006 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2024-10-01 01:26:31.031 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2024-10-01 01:26:31.054 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2024-10-01 01:26:31.077 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2024-10-01 01:26:31.102 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-10-01 01:26:31.104 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-10-01 01:26:31.106 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2024-10-01 01:26:31.129 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2024-10-01 01:26:31.152 | + stack.sh:main:912 : is_service_enabled swift 2024-10-01 01:26:31.165 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:26:31.167 | + stack.sh:main:926 : is_service_enabled g-api n-api 2024-10-01 01:26:31.180 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:26:31.182 | + stack.sh:main:928 : stack_install_service glance 2024-10-01 01:26:31.184 | + lib/stack:stack_install_service:20 : local service=glance 2024-10-01 01:26:31.186 | + lib/stack:stack_install_service:21 : type install_glance 2024-10-01 01:26:31.188 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-10-01 01:26:31.190 | + lib/stack:stack_install_service:32 : install_glance 2024-10-01 01:26:31.192 | + lib/glance:install_glance:511 : glance_store_extras=() 2024-10-01 01:26:31.194 | + lib/glance:install_glance:511 : local glance_store_extras 2024-10-01 01:26:31.196 | + lib/glance:install_glance:513 : is_service_enabled cinder 2024-10-01 01:26:31.209 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:26:31.211 | + lib/glance:install_glance:514 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2024-10-01 01:26:31.213 | + lib/glance:install_glance:517 : is_service_enabled swift 2024-10-01 01:26:31.226 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:26:31.228 | + lib/glance:install_glance:523 : use_library_from_git glance_store 2024-10-01 01:26:31.230 | + inc/python:use_library_from_git:246 : local name=glance_store 2024-10-01 01:26:31.231 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:26:31.233 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:26:31.235 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,glance_store, ]] 2024-10-01 01:26:31.237 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:26:31.240 | ++ lib/glance:install_glance:529 : join_extras cinder 2024-10-01 01:26:31.242 | ++ inc/python:join_extras:29 : local IFS=, 2024-10-01 01:26:31.244 | ++ inc/python:join_extras:30 : echo cinder 2024-10-01 01:26:31.246 | + lib/glance:install_glance:529 : pip_install_gr_extras glance-store cinder 2024-10-01 01:26:31.248 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2024-10-01 01:26:31.250 | + inc/python:pip_install_gr_extras:90 : local extras=cinder 2024-10-01 01:26:31.252 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2024-10-01 01:26:31.254 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2024-10-01 01:26:31.256 | ++ inc/python:get_version_constraints_from_global_requirements:233 : local package=glance-store 2024-10-01 01:26:31.258 | ++ inc/python:get_version_constraints_from_global_requirements:234 : local required_pkg_version_constraint 2024-10-01 01:26:31.261 | +++ inc/python:get_version_constraints_from_global_requirements:236 : grep -i -h -o -P '^glance-store\K.*' /opt/stack//requirements/global-requirements.txt 2024-10-01 01:26:31.262 | +++ inc/python:get_version_constraints_from_global_requirements:236 : cut -d# -f1 2024-10-01 01:26:31.265 | ++ inc/python:get_version_constraints_from_global_requirements:236 : required_pkg_version_constraint='!=0.29.0 ' 2024-10-01 01:26:31.267 | ++ inc/python:get_version_constraints_from_global_requirements:237 : [[ !=0.29.0 == '' ]] 2024-10-01 01:26:31.269 | ++ inc/python:get_version_constraints_from_global_requirements:240 : echo '!=0.29.0' 2024-10-01 01:26:31.271 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2024-10-01 01:26:31.273 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[cinder]!=0.29.0' 2024-10-01 01:26:31.289 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2024-10-01 01:26:31.291 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt 'glance-store[cinder]!=0.29.0' 2024-10-01 01:26:32.409 | Collecting glance-store[cinder]!=0.29.0 2024-10-01 01:26:32.414 | Using cached glance_store-4.3.3-py3-none-any.whl (241 kB) 2024-10-01 01:26:32.451 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (6.1.0) 2024-10-01 01:26:32.452 | Requirement already satisfied: eventlet!=0.18.3,!=0.20.1,>=0.18.2 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (0.33.1) 2024-10-01 01:26:32.452 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (4.16.0) 2024-10-01 01:26:32.453 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.0) 2024-10-01 01:26:32.454 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (2.28.1) 2024-10-01 01:26:32.455 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.2) 2024-10-01 01:26:32.455 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.0.0) 2024-10-01 01:26:32.456 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (9.1.1) 2024-10-01 01:26:32.458 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.3) 2024-10-01 01:26:32.458 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (6.0.0) 2024-10-01 01:26:32.459 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.1) 2024-10-01 01:26:32.586 | Collecting oslo.rootwrap>=5.8.0 2024-10-01 01:26:32.589 | Using cached oslo.rootwrap-7.0.1-py3-none-any.whl (38 kB) 2024-10-01 01:26:32.717 | Collecting oslo.privsep>=1.23.0 2024-10-01 01:26:32.720 | Using cached oslo.privsep-3.1.0-py3-none-any.whl (38 kB) 2024-10-01 01:26:32.758 | Collecting python-cinderclient>=4.1.0 2024-10-01 01:26:32.762 | Using cached python_cinderclient-9.3.0-py3-none-any.whl (255 kB) 2024-10-01 01:26:32.915 | Collecting os-brick>=6.2.2 2024-10-01 01:26:32.919 | Using cached os_brick-6.2.3-py3-none-any.whl (296 kB) 2024-10-01 01:26:32.927 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder]!=0.29.0) (1.16.0) 2024-10-01 01:26:32.928 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder]!=0.29.0) (1.1.3) 2024-10-01 01:26:32.929 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder]!=0.29.0) (2.2.1) 2024-10-01 01:26:32.968 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->glance-store[cinder]!=0.29.0) (22.1.0) 2024-10-01 01:26:32.968 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->glance-store[cinder]!=0.29.0) (0.18.1) 2024-10-01 01:26:32.992 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder]!=0.29.0) (1.7.0) 2024-10-01 01:26:32.994 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder]!=0.29.0) (5.11.1) 2024-10-01 01:26:32.994 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder]!=0.29.0) (1.1.0) 2024-10-01 01:26:33.010 | Requirement already satisfied: oslo.context>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (5.1.1) 2024-10-01 01:26:33.010 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (3.1.2) 2024-10-01 01:26:33.011 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (6.3.1) 2024-10-01 01:26:33.133 | Collecting os-win>=5.7.0 2024-10-01 01:26:33.136 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2024-10-01 01:26:33.141 | Requirement already satisfied: oslo.log>=4.8.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (5.2.0) 2024-10-01 01:26:33.146 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=3.26.0->glance-store[cinder]!=0.29.0) (0.18) 2024-10-01 01:26:33.164 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (0.8.0) 2024-10-01 01:26:33.166 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (1.5.0) 2024-10-01 01:26:33.166 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (6.0) 2024-10-01 01:26:33.166 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (2.5.0) 2024-10-01 01:26:33.175 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.15.1) 2024-10-01 01:26:33.176 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.0.4) 2024-10-01 01:26:33.182 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store[cinder]!=0.29.0) (2022.4) 2024-10-01 01:26:33.188 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder]!=0.29.0) (0.11.0) 2024-10-01 01:26:33.189 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder]!=0.29.0) (23.1) 2024-10-01 01:26:33.190 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder]!=0.29.0) (3.0.9) 2024-10-01 01:26:33.197 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (3.4.1) 2024-10-01 01:26:33.213 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (2020.6.20) 2024-10-01 01:26:33.215 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (3.4) 2024-10-01 01:26:33.215 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (1.26.12) 2024-10-01 01:26:33.216 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (2.1.1) 2024-10-01 01:26:33.255 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.14.0->oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (2.21) 2024-10-01 01:26:33.264 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (1.14.1) 2024-10-01 01:26:33.341 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (2.8.2) 2024-10-01 01:26:33.343 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (0.9.6) 2024-10-01 01:26:33.355 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (2.5.1) 2024-10-01 01:26:33.356 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (3.5.2) 2024-10-01 01:26:33.358 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (4.0.1) 2024-10-01 01:26:33.359 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (1.8.7) 2024-10-01 01:26:33.360 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (2.1.1) 2024-10-01 01:26:33.361 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (1.4.0) 2024-10-01 01:26:33.377 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.2->python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (0.2.5) 2024-10-01 01:26:33.451 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (59.6.0) 2024-10-01 01:26:33.479 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (0.7) 2024-10-01 01:26:34.010 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2024-10-01 01:26:34.783 | Successfully installed glance-store-4.3.3 os-brick-6.2.3 os-win-5.9.0 oslo.privsep-3.1.0 oslo.rootwrap-7.0.1 python-cinderclient-9.3.0 2024-10-01 01:26:34.783 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 01:26:34.890 | + inc/python:pip_install:196 : result=0 2024-10-01 01:26:34.892 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-01 01:26:34.894 | + functions-common:time_stop:2435 : local name 2024-10-01 01:26:34.896 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:26:34.897 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:26:34.899 | + functions-common:time_stop:2438 : local total 2024-10-01 01:26:34.901 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:26:34.903 | + functions-common:time_stop:2441 : name=pip_install 2024-10-01 01:26:34.905 | + functions-common:time_stop:2442 : start_time=1727745991285 2024-10-01 01:26:34.907 | + functions-common:time_stop:2444 : [[ -z 1727745991285 ]] 2024-10-01 01:26:34.909 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:26:34.912 | + functions-common:time_stop:2447 : end_time=1727745994910 2024-10-01 01:26:34.914 | + functions-common:time_stop:2448 : elapsed_time=3625 2024-10-01 01:26:34.916 | + functions-common:time_stop:2449 : total=37364 2024-10-01 01:26:34.917 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:26:34.919 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=40989 2024-10-01 01:26:34.921 | + inc/python:pip_install:199 : return 0 2024-10-01 01:26:34.923 | + lib/glance:install_glance:530 : copy_rootwrap /usr/local/etc/glance 2024-10-01 01:26:34.925 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2024-10-01 01:26:34.927 | + lib/glance:copy_rootwrap:241 : sudo install -d -o stack /etc/glance 2024-10-01 01:26:34.937 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2024-10-01 01:26:34.940 | + lib/glance:install_glance:533 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance stable/2023.1 2024-10-01 01:26:34.942 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/glance.git 2024-10-01 01:26:34.944 | + functions-common:git_clone:613 : local git_dest=/opt/stack//glance 2024-10-01 01:26:34.946 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-10-01 01:26:34.947 | + functions-common:git_clone:615 : local orig_dir 2024-10-01 01:26:34.949 | ++ functions-common:git_clone:616 : pwd 2024-10-01 01:26:34.952 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-10-01 01:26:34.953 | + functions-common:git_clone:617 : local git_clone_flags= 2024-10-01 01:26:34.956 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-10-01 01:26:34.968 | + functions-common:git_clone:619 : RECLONE=False 2024-10-01 01:26:34.970 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-10-01 01:26:34.971 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-10-01 01:26:34.973 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-10-01 01:26:34.975 | + functions-common:git_clone:633 : echo stable/2023.1 2024-10-01 01:26:34.976 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-10-01 01:26:34.979 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//glance ]] 2024-10-01 01:26:34.981 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-10-01 01:26:34.983 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2024-10-01 01:26:34.985 | + functions-common:git_timed:720 : local count=0 2024-10-01 01:26:34.986 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 01:26:34.988 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 01:26:34.990 | + functions-common:git_timed:724 : timeout=0 2024-10-01 01:26:34.991 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 01:26:34.993 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 01:26:34.995 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:26:34.997 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:26:34.999 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:26:35.002 | + functions-common:time_start:2426 : _TIME_START[$name]=1727745995000 2024-10-01 01:26:35.003 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2024-10-01 01:26:35.006 | Cloning into '/opt/stack//glance'... 2024-10-01 01:26:37.250 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 01:26:37.252 | + functions-common:time_stop:2435 : local name 2024-10-01 01:26:37.254 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:26:37.255 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:26:37.257 | + functions-common:time_stop:2438 : local total 2024-10-01 01:26:37.259 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:26:37.261 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 01:26:37.263 | + functions-common:time_stop:2442 : start_time=1727745995000 2024-10-01 01:26:37.264 | + functions-common:time_stop:2444 : [[ -z 1727745995000 ]] 2024-10-01 01:26:37.267 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:26:37.270 | + functions-common:time_stop:2447 : end_time=1727745997268 2024-10-01 01:26:37.272 | + functions-common:time_stop:2448 : elapsed_time=2268 2024-10-01 01:26:37.273 | + functions-common:time_stop:2449 : total=10226 2024-10-01 01:26:37.275 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:26:37.277 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12494 2024-10-01 01:26:37.279 | + functions-common:git_clone:654 : cd /opt/stack//glance 2024-10-01 01:26:37.281 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-10-01 01:26:37.282 | + functions-common:git_timed:720 : local count=0 2024-10-01 01:26:37.284 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 01:26:37.286 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 01:26:37.288 | + functions-common:git_timed:724 : timeout=0 2024-10-01 01:26:37.290 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 01:26:37.291 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 01:26:37.293 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:26:37.295 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:26:37.297 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:26:37.302 | + functions-common:time_start:2426 : _TIME_START[$name]=1727745997298 2024-10-01 01:26:37.304 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-10-01 01:26:38.821 | From https://opendev.org/openstack/glance 2024-10-01 01:26:38.821 | * branch stable/2023.1 -> FETCH_HEAD 2024-10-01 01:26:38.825 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 01:26:38.827 | + functions-common:time_stop:2435 : local name 2024-10-01 01:26:38.829 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:26:38.831 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:26:38.832 | + functions-common:time_stop:2438 : local total 2024-10-01 01:26:38.834 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:26:38.836 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 01:26:38.838 | + functions-common:time_stop:2442 : start_time=1727745997298 2024-10-01 01:26:38.839 | + functions-common:time_stop:2444 : [[ -z 1727745997298 ]] 2024-10-01 01:26:38.842 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:26:38.845 | + functions-common:time_stop:2447 : end_time=1727745998843 2024-10-01 01:26:38.846 | + functions-common:time_stop:2448 : elapsed_time=1545 2024-10-01 01:26:38.848 | + functions-common:time_stop:2449 : total=12494 2024-10-01 01:26:38.850 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:26:38.852 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14039 2024-10-01 01:26:38.853 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-10-01 01:26:38.855 | + functions-common:git_timed:720 : local count=0 2024-10-01 01:26:38.857 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 01:26:38.859 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 01:26:38.861 | + functions-common:git_timed:724 : timeout=0 2024-10-01 01:26:38.862 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 01:26:38.864 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 01:26:38.866 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:26:38.868 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:26:38.871 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:26:38.873 | + functions-common:time_start:2426 : _TIME_START[$name]=1727745998872 2024-10-01 01:26:38.875 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-10-01 01:26:38.942 | Note: switching to 'FETCH_HEAD'. 2024-10-01 01:26:38.942 | 2024-10-01 01:26:38.942 | You are in 'detached HEAD' state. You can look around, make experimental 2024-10-01 01:26:38.942 | changes and commit them, and you can discard any commits you make in this 2024-10-01 01:26:38.942 | state without impacting any branches by switching back to a branch. 2024-10-01 01:26:38.942 | 2024-10-01 01:26:38.942 | If you want to create a new branch to retain commits you create, you may 2024-10-01 01:26:38.942 | do so (now or later) by using -c with the switch command. Example: 2024-10-01 01:26:38.942 | 2024-10-01 01:26:38.942 | git switch -c 2024-10-01 01:26:38.942 | 2024-10-01 01:26:38.942 | Or undo this operation with: 2024-10-01 01:26:38.942 | 2024-10-01 01:26:38.942 | git switch - 2024-10-01 01:26:38.942 | 2024-10-01 01:26:38.942 | Turn off this advice by setting config variable advice.detachedHead to false 2024-10-01 01:26:38.942 | 2024-10-01 01:26:38.942 | HEAD is now at c2ac316 Fixed typo in discovery.py 2024-10-01 01:26:38.945 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 01:26:38.947 | + functions-common:time_stop:2435 : local name 2024-10-01 01:26:38.949 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:26:38.951 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:26:38.953 | + functions-common:time_stop:2438 : local total 2024-10-01 01:26:38.955 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:26:38.956 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 01:26:38.958 | + functions-common:time_stop:2442 : start_time=1727745998872 2024-10-01 01:26:38.960 | + functions-common:time_stop:2444 : [[ -z 1727745998872 ]] 2024-10-01 01:26:38.962 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:26:38.965 | + functions-common:time_stop:2447 : end_time=1727745998964 2024-10-01 01:26:38.967 | + functions-common:time_stop:2448 : elapsed_time=92 2024-10-01 01:26:38.969 | + functions-common:time_stop:2449 : total=14039 2024-10-01 01:26:38.971 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:26:38.973 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14131 2024-10-01 01:26:38.974 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//glance 2024-10-01 01:26:38.984 | + functions-common:git_clone:695 : cd /opt/stack//glance 2024-10-01 01:26:38.987 | + functions-common:git_clone:696 : git show --oneline 2024-10-01 01:26:38.987 | + functions-common:git_clone:696 : head -1 2024-10-01 01:26:38.989 | c2ac316 Fixed typo in discovery.py 2024-10-01 01:26:38.991 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-10-01 01:26:38.993 | + lib/glance:install_glance:535 : setup_develop /opt/stack//glance 2024-10-01 01:26:38.995 | + inc/python:setup_develop:334 : local bindep 2024-10-01 01:26:38.997 | + inc/python:setup_develop:335 : [[ /opt/stack//glance == -bindep* ]] 2024-10-01 01:26:38.999 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//glance 2024-10-01 01:26:39.001 | + inc/python:setup_develop:340 : local extras= 2024-10-01 01:26:39.003 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//glance -e 2024-10-01 01:26:39.005 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-10-01 01:26:39.006 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//glance == -bindep* ]] 2024-10-01 01:26:39.008 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//glance 2024-10-01 01:26:39.010 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-10-01 01:26:39.012 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-10-01 01:26:39.014 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//glance 2024-10-01 01:26:39.016 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-10-01 01:26:39.019 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/glance 2024-10-01 01:26:39.020 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-10-01 01:26:39.022 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-10-01 01:26:39.025 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2024-10-01 01:26:39.029 | + inc/python:_setup_package_with_constraints_edit:381 : name=glance 2024-10-01 01:26:39.031 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- glance 2024-10-01 01:26:39.350 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/glance -e 2024-10-01 01:26:39.352 | + inc/python:setup_package:414 : local bindep=0 2024-10-01 01:26:39.354 | + inc/python:setup_package:415 : local bindep_flag= 2024-10-01 01:26:39.356 | + inc/python:setup_package:416 : local bindep_profiles= 2024-10-01 01:26:39.358 | + inc/python:setup_package:417 : [[ /opt/stack/glance == -bindep* ]] 2024-10-01 01:26:39.360 | + inc/python:setup_package:422 : local project_dir=/opt/stack/glance 2024-10-01 01:26:39.362 | + inc/python:setup_package:423 : local flags=-e 2024-10-01 01:26:39.363 | + inc/python:setup_package:424 : local extras= 2024-10-01 01:26:39.365 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-10-01 01:26:39.367 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-10-01 01:26:39.369 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-10-01 01:26:39.371 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-10-01 01:26:39.373 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-10-01 01:26:39.375 | + inc/python:setup_package:442 : pip_install -e /opt/stack/glance 2024-10-01 01:26:39.391 | Using python 3.10 to install /opt/stack/glance 2024-10-01 01:26:39.393 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/glance 2024-10-01 01:26:40.366 | Obtaining file:///opt/stack/glance 2024-10-01 01:26:40.367 | Preparing metadata (setup.py): started 2024-10-01 01:26:40.774 | Preparing metadata (setup.py): finished with status 'done' 2024-10-01 01:26:40.833 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (3.5.2) 2024-10-01 01:26:40.833 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (2.1.1) 2024-10-01 01:26:40.834 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (3.4.1) 2024-10-01 01:26:40.835 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (2.5.1) 2024-10-01 01:26:40.835 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (1.4.41) 2024-10-01 01:26:41.011 | Collecting WSME>=0.8.0 2024-10-01 01:26:41.014 | Using cached WSME-0.11.0-py3-none-any.whl (59 kB) 2024-10-01 01:26:41.016 | Requirement already satisfied: WebOb>=1.8.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (1.8.7) 2024-10-01 01:26:41.017 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (1.8.1) 2024-10-01 01:26:41.150 | Collecting castellan>=0.17.0 2024-10-01 01:26:41.153 | Using cached castellan-4.1.0-py3-none-any.whl (97 kB) 2024-10-01 01:26:41.156 | Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (38.0.2) 2024-10-01 01:26:41.264 | Collecting cursive>=0.2.1 2024-10-01 01:26:41.267 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2024-10-01 01:26:41.269 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (2.5.0) 2024-10-01 01:26:41.270 | Requirement already satisfied: defusedxml>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (0.7.1) 2024-10-01 01:26:41.270 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (0.33.1) 2024-10-01 01:26:41.271 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (2.4.1) 2024-10-01 01:26:41.272 | Requirement already satisfied: glance-store>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (4.3.3) 2024-10-01 01:26:41.296 | Collecting httplib2>=0.9.1 2024-10-01 01:26:41.299 | Using cached httplib2-0.20.4-py3-none-any.whl (96 kB) 2024-10-01 01:26:41.301 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (1.1.0) 2024-10-01 01:26:41.302 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (4.16.0) 2024-10-01 01:26:41.302 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.1.3) 2024-10-01 01:26:41.303 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (10.2.0) 2024-10-01 01:26:41.304 | Requirement already satisfied: os-win>=4.0.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.9.0) 2024-10-01 01:26:41.304 | Requirement already satisfied: oslo.concurrency>=4.5.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.1.1) 2024-10-01 01:26:41.305 | Requirement already satisfied: oslo.config>=8.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (9.1.1) 2024-10-01 01:26:41.306 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.1.1) 2024-10-01 01:26:41.306 | Requirement already satisfied: oslo.db>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (12.3.2) 2024-10-01 01:26:41.307 | Requirement already satisfied: oslo.i18n>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (6.0.0) 2024-10-01 01:26:41.418 | Collecting oslo.limit>=1.6.0 2024-10-01 01:26:41.421 | Using cached oslo.limit-2.1.0-py3-none-any.whl (20 kB) 2024-10-01 01:26:41.423 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.2.0) 2024-10-01 01:26:41.423 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (14.2.5) 2024-10-01 01:26:41.424 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.1.1) 2024-10-01 01:26:41.424 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (4.1.1) 2024-10-01 01:26:41.546 | Collecting oslo.reports>=1.18.0 2024-10-01 01:26:41.549 | Using cached oslo.reports-3.0.0-py3-none-any.whl (53 kB) 2024-10-01 01:26:41.551 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (2.1.1) 2024-10-01 01:26:41.552 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (6.1.0) 2024-10-01 01:26:41.553 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (3.4.3) 2024-10-01 01:26:41.554 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.11.1) 2024-10-01 01:26:41.554 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (22.1.0) 2024-10-01 01:26:41.555 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.1.0) 2024-10-01 01:26:41.572 | Collecting retrying!=1.3.0,>=1.2.3 2024-10-01 01:26:41.572 | Using cached retrying-1.3.3-py3-none-any.whl 2024-10-01 01:26:41.577 | Requirement already satisfied: sqlparse>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (0.4.3) 2024-10-01 01:26:41.578 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.0.0) 2024-10-01 01:26:41.737 | Collecting taskflow>=4.0.0 2024-10-01 01:26:41.744 | Using cached taskflow-5.1.1-py3-none-any.whl (492 kB) 2024-10-01 01:26:41.755 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->glance==0.0.1.dev14) (1.2.3) 2024-10-01 01:26:41.879 | Collecting python-barbicanclient>=4.5.2 2024-10-01 01:26:41.882 | Using cached python_barbicanclient-5.5.0-py3-none-any.whl (89 kB) 2024-10-01 01:26:41.884 | Requirement already satisfied: requests!=2.20.0,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from castellan>=0.17.0->glance==0.0.1.dev14) (2.28.1) 2024-10-01 01:26:41.912 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.6.1->glance==0.0.1.dev14) (1.15.1) 2024-10-01 01:26:41.921 | Requirement already satisfied: oslo.serialization>=1.10.0 in /usr/local/lib/python3.10/dist-packages (from cursive>=0.2.1->glance==0.0.1.dev14) (5.1.2) 2024-10-01 01:26:41.941 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->glance==0.0.1.dev14) (1.14.1) 2024-10-01 01:26:41.949 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev14) (1.1.3) 2024-10-01 01:26:41.950 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev14) (2.2.1) 2024-10-01 01:26:41.951 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev14) (1.16.0) 2024-10-01 01:26:41.989 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.10/dist-packages (from httplib2>=0.9.1->glance==0.0.1.dev14) (3.0.9) 2024-10-01 01:26:42.009 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->glance==0.0.1.dev14) (0.18.1) 2024-10-01 01:26:42.010 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->glance==0.0.1.dev14) (22.1.0) 2024-10-01 01:26:42.035 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance==0.0.1.dev14) (1.7.0) 2024-10-01 01:26:42.058 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev14) (3.3.1) 2024-10-01 01:26:42.060 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev14) (3.1.1) 2024-10-01 01:26:42.072 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=4.5.1->glance==0.0.1.dev14) (0.18) 2024-10-01 01:26:42.091 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev14) (6.0) 2024-10-01 01:26:42.092 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev14) (0.8.0) 2024-10-01 01:26:42.093 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev14) (1.5.0) 2024-10-01 01:26:42.117 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev14) (0.13.0) 2024-10-01 01:26:42.118 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev14) (2.0.1) 2024-10-01 01:26:42.120 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev14) (0.5.0) 2024-10-01 01:26:42.188 | Collecting openstacksdk>=0.31.1 2024-10-01 01:26:42.202 | Using cached openstacksdk-1.0.1-py3-none-any.whl (1.6 MB) 2024-10-01 01:26:42.237 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->glance==0.0.1.dev14) (2.8.2) 2024-10-01 01:26:42.239 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->glance==0.0.1.dev14) (0.9.6) 2024-10-01 01:26:42.264 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev14) (5.1.1) 2024-10-01 01:26:42.265 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev14) (5.2.0) 2024-10-01 01:26:42.266 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev14) (3.1.2) 2024-10-01 01:26:42.267 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev14) (0.6.0) 2024-10-01 01:26:42.268 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev14) (5.2.4) 2024-10-01 01:26:42.278 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev14) (4.0.0) 2024-10-01 01:26:42.278 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev14) (3.1.2) 2024-10-01 01:26:42.280 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev14) (3.3.0) 2024-10-01 01:26:42.471 | Collecting psutil>=3.2.2 2024-10-01 01:26:42.474 | Using cached psutil-5.9.2-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (282 kB) 2024-10-01 01:26:42.494 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev14) (23.1) 2024-10-01 01:26:42.496 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev14) (2022.4) 2024-10-01 01:26:42.496 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev14) (0.11.0) 2024-10-01 01:26:42.526 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->glance==0.0.1.dev14) (59.6.0) 2024-10-01 01:26:42.546 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->glance==0.0.1.dev14) (0.2.5) 2024-10-01 01:26:42.615 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->glance==0.0.1.dev14) (0.7) 2024-10-01 01:26:42.765 | Collecting networkx>=2.1.0 2024-10-01 01:26:42.778 | Using cached networkx-2.8.7-py3-none-any.whl (2.0 MB) 2024-10-01 01:26:42.795 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.0.0->glance==0.0.1.dev14) (6.3.1) 2024-10-01 01:26:42.916 | Collecting automaton>=1.9.0 2024-10-01 01:26:42.918 | Using cached automaton-3.1.0-py3-none-any.whl (22 kB) 2024-10-01 01:26:42.941 | Collecting pydot>=1.2.4 2024-10-01 01:26:42.943 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2024-10-01 01:26:42.979 | Collecting simplegeneric 2024-10-01 01:26:42.979 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2024-10-01 01:26:42.989 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev14) (5.0.0) 2024-10-01 01:26:43.049 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==0.0.1.dev14) (2.21) 2024-10-01 01:26:43.088 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->glance==0.0.1.dev14) (2.1.1) 2024-10-01 01:26:43.166 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev14) (5.1.1) 2024-10-01 01:26:43.167 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev14) (1.1.8) 2024-10-01 01:26:43.169 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev14) (1.32) 2024-10-01 01:26:43.185 | Collecting requestsexceptions>=1.2.0 2024-10-01 01:26:43.188 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2024-10-01 01:26:43.207 | Collecting jmespath>=0.9.0 2024-10-01 01:26:43.210 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2024-10-01 01:26:43.227 | Collecting appdirs>=1.3.0 2024-10-01 01:26:43.229 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2024-10-01 01:26:43.273 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev14) (0.14.1) 2024-10-01 01:26:43.284 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=1.10.0->cursive>=0.2.1->glance==0.0.1.dev14) (1.0.4) 2024-10-01 01:26:43.301 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev14) (1.4.0) 2024-10-01 01:26:43.303 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev14) (4.0.1) 2024-10-01 01:26:43.453 | Collecting cliff!=2.9.0,>=2.8.0 2024-10-01 01:26:43.456 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2024-10-01 01:26:43.514 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev14) (2020.6.20) 2024-10-01 01:26:43.515 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev14) (1.26.12) 2024-10-01 01:26:43.516 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev14) (3.4) 2024-10-01 01:26:43.518 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev14) (2.1.1) 2024-10-01 01:26:43.551 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=5.0.0->glance==0.0.1.dev14) (0.5.2) 2024-10-01 01:26:43.601 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==0.0.1.dev14) (2.5.0) 2024-10-01 01:26:43.750 | Collecting cmd2>=1.0.0 2024-10-01 01:26:43.754 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2024-10-01 01:26:43.775 | Collecting autopage>=0.4.0 2024-10-01 01:26:43.777 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-10-01 01:26:43.855 | Collecting importlib-metadata>=4.4 2024-10-01 01:26:43.868 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2024-10-01 01:26:44.111 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev14) (1.8.2) 2024-10-01 01:26:44.181 | Collecting zipp>=0.5 2024-10-01 01:26:44.183 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2024-10-01 01:26:44.642 | Installing collected packages: simplegeneric, requestsexceptions, appdirs, zipp, WSME, retrying, pydot, psutil, networkx, jmespath, httplib2, cmd2, autopage, importlib-metadata, automaton, openstacksdk, cliff, taskflow, python-barbicanclient, oslo.reports, oslo.limit, castellan, cursive, glance 2024-10-01 01:26:44.668 | Attempting uninstall: zipp 2024-10-01 01:26:44.669 | Found existing installation: zipp 1.0.0 2024-10-01 01:26:44.670 | Not uninstalling zipp at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 01:26:44.671 | Can't uninstall 'zipp'. No files were found to uninstall. 2024-10-01 01:26:45.841 | Attempting uninstall: httplib2 2024-10-01 01:26:45.842 | Found existing installation: httplib2 0.20.2 2024-10-01 01:26:45.844 | Not uninstalling httplib2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 01:26:45.844 | Can't uninstall 'httplib2'. No files were found to uninstall. 2024-10-01 01:26:45.868 | Attempting uninstall: cmd2 2024-10-01 01:26:45.869 | Found existing installation: cmd2 0.0.0 2024-10-01 01:26:45.871 | Not uninstalling cmd2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 01:26:45.871 | Can't uninstall 'cmd2'. No files were found to uninstall. 2024-10-01 01:26:45.941 | Attempting uninstall: autopage 2024-10-01 01:26:45.943 | Found existing installation: autopage 0.4.0 2024-10-01 01:26:45.944 | Not uninstalling autopage at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 01:26:45.945 | Can't uninstall 'autopage'. No files were found to uninstall. 2024-10-01 01:26:45.970 | Attempting uninstall: importlib-metadata 2024-10-01 01:26:45.971 | Found existing installation: importlib-metadata 4.6.4 2024-10-01 01:26:45.972 | Not uninstalling importlib-metadata at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 01:26:45.972 | Can't uninstall 'importlib-metadata'. No files were found to uninstall. 2024-10-01 01:26:47.011 | Attempting uninstall: cliff 2024-10-01 01:26:47.013 | Found existing installation: cliff 3.10.0 2024-10-01 01:26:47.014 | Not uninstalling cliff at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 01:26:47.014 | Can't uninstall 'cliff'. No files were found to uninstall. 2024-10-01 01:26:47.566 | Running setup.py develop for glance 2024-10-01 01:26:48.530 | Successfully installed WSME-0.11.0 appdirs-1.4.4 automaton-3.1.0 autopage-0.5.1 castellan-4.1.0 cliff-4.2.0 cmd2-2.4.2 cursive-0.2.3 glance httplib2-0.20.4 importlib-metadata-5.0.0 jmespath-1.0.1 networkx-2.8.7 openstacksdk-1.0.1 oslo.limit-2.1.0 oslo.reports-3.0.0 psutil-5.9.2 pydot-1.4.2 python-barbicanclient-5.5.0 requestsexceptions-1.4.0 retrying-1.3.3 simplegeneric-0.8.1 taskflow-5.1.1 zipp-3.8.1 2024-10-01 01:26:48.530 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 01:26:48.675 | + inc/python:pip_install:196 : result=0 2024-10-01 01:26:48.677 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-01 01:26:48.680 | + functions-common:time_stop:2435 : local name 2024-10-01 01:26:48.682 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:26:48.684 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:26:48.685 | + functions-common:time_stop:2438 : local total 2024-10-01 01:26:48.687 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:26:48.689 | + functions-common:time_stop:2441 : name=pip_install 2024-10-01 01:26:48.691 | + functions-common:time_stop:2442 : start_time=1727745999387 2024-10-01 01:26:48.693 | + functions-common:time_stop:2444 : [[ -z 1727745999387 ]] 2024-10-01 01:26:48.696 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:26:48.698 | + functions-common:time_stop:2447 : end_time=1727746008696 2024-10-01 01:26:48.700 | + functions-common:time_stop:2448 : elapsed_time=9309 2024-10-01 01:26:48.702 | + functions-common:time_stop:2449 : total=40989 2024-10-01 01:26:48.704 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:26:48.705 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=50298 2024-10-01 01:26:48.707 | + inc/python:pip_install:199 : return 0 2024-10-01 01:26:48.709 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-10-01 01:26:48.711 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/glance/glance.egg-info 2024-10-01 01:26:48.713 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/glance/glance.egg-info 2024-10-01 01:26:48.727 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/glance/glance.egg-info 2024-10-01 01:26:48.737 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/glance 2024-10-01 01:26:48.739 | + inc/python:use_library_from_git:246 : local name=/opt/stack/glance 2024-10-01 01:26:48.740 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:26:48.742 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:26:48.744 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/glance, ]] 2024-10-01 01:26:48.746 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:26:48.748 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-10-01 01:26:48.750 | + stack.sh:main:929 : configure_glance 2024-10-01 01:26:48.752 | + lib/glance:configure_glance:323 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2024-10-01 01:26:48.762 | + lib/glance:configure_glance:326 : local dburl 2024-10-01 01:26:48.764 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2024-10-01 01:26:48.766 | ++ lib/database:database_connection_url:134 : local db=glance 2024-10-01 01:26:48.768 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2024-10-01 01:26:48.770 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=glance 2024-10-01 01:26:48.772 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-10-01 01:26:48.774 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-10-01 01:26:48.775 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2024-10-01 01:26:48.778 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2024-10-01 01:26:48.780 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2024-10-01 01:26:48.804 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2024-10-01 01:26:48.828 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2024-10-01 01:26:48.850 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-10-01 01:26:48.873 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2024-10-01 01:26:48.897 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2024-10-01 01:26:48.922 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2024-10-01 01:26:48.924 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2024-10-01 01:26:48.926 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2024-10-01 01:26:48.927 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-10-01 01:26:48.929 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2024-10-01 01:26:48.953 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2024-10-01 01:26:48.975 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-10-01 01:26:48.998 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2024-10-01 01:26:49.022 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2024-10-01 01:26:49.045 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2024-10-01 01:26:49.068 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2024-10-01 01:26:49.092 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2024-10-01 01:26:49.114 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-10-01 01:26:49.137 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2024-10-01 01:26:49.159 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2024-10-01 01:26:49.184 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2024-10-01 01:26:49.186 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2024-10-01 01:26:49.188 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2024-10-01 01:26:49.190 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-10-01 01:26:49.191 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-10-01 01:26:49.193 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-10-01 01:26:49.206 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:26:49.208 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-10-01 01:26:49.210 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-10-01 01:26:49.212 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-10-01 01:26:49.225 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:26:49.227 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-01 01:26:49.229 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-01 01:26:49.252 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-10-01 01:26:49.254 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-10-01 01:26:49.256 | + lib/glance:configure_glance:338 : '[' vsphere = libvirt ']' 2024-10-01 01:26:49.258 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2024-10-01 01:26:49.281 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2024-10-01 01:26:49.304 | + lib/glance:configure_glance:346 : configure_glance_store False False 2024-10-01 01:26:49.306 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2024-10-01 01:26:49.308 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2024-10-01 01:26:49.310 | + lib/glance:configure_glance_store:254 : local be 2024-10-01 01:26:49.312 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2024-10-01 01:26:49.314 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2024-10-01 01:26:49.316 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-10-01 01:26:49.341 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2024-10-01 01:26:49.343 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2024-10-01 01:26:49.368 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2024-10-01 01:26:49.370 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2024-10-01 01:26:49.382 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:26:49.384 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2024-10-01 01:26:49.407 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2024-10-01 01:26:49.420 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:26:49.422 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2024-10-01 01:26:49.424 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2024-10-01 01:26:49.425 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2024-10-01 01:26:49.428 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-10-01 01:26:49.441 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-10-01 01:26:49.443 | + functions:setup_systemd_logging:706 : local pidstr= 2024-10-01 01:26:49.444 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-10-01 01:26:49.446 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-10-01 01:26:49.448 | + functions:setup_systemd_logging:713 : iniset /etc/glance/glance-api.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-10-01 01:26:49.471 | + functions:setup_systemd_logging:715 : 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' 2024-10-01 01:26:49.494 | + functions:setup_systemd_logging:716 : 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' 2024-10-01 01:26:49.517 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-10-01 01:26:49.539 | + lib/glance:configure_glance:390 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2024-10-01 01:26:49.542 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2024-10-01 01:26:49.567 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2024-10-01 01:26:49.589 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-10-01 01:26:49.612 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2024-10-01 01:26:49.634 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2024-10-01 01:26:49.657 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2024-10-01 01:26:49.679 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2024-10-01 01:26:49.702 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-10-01 01:26:49.726 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2024-10-01 01:26:49.751 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2024-10-01 01:26:49.775 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2024-10-01 01:26:49.798 | + lib/glance:configure_glance:409 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2024-10-01 01:26:49.802 | + lib/glance:configure_glance:411 : 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-mode.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-vtpm-hw.json /opt/stack//glance/etc/metadefs/compute-vtpm.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 2024-10-01 01:26:49.806 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2024-10-01 01:26:49.819 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:26:49.821 | + lib/glance:configure_glance:421 : [[ False == False ]] 2024-10-01 01:26:49.823 | + lib/glance:configure_glance:422 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2024-10-01 01:26:49.825 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2024-10-01 01:26:49.827 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2024-10-01 01:26:49.829 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2024-10-01 01:26:49.831 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2024-10-01 01:26:49.834 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2024-10-01 01:26:49.836 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2024-10-01 01:26:49.838 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2024-10-01 01:26:49.862 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2024-10-01 01:26:49.864 | ++ functions:get_random_port:847 : read lower_port upper_port 2024-10-01 01:26:49.866 | ++ functions:get_random_port:848 : true 2024-10-01 01:26:49.868 | ++ functions:get_random_port:849 : (( port = upper_port )) 2024-10-01 01:26:49.870 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2024-10-01 01:26:49.871 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2024-10-01 01:26:49.918 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2024-10-01 01:26:49.920 | ++ functions:get_random_port:852 : break 2 2024-10-01 01:26:49.922 | ++ functions:get_random_port:856 : echo 60999 2024-10-01 01:26:49.924 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2024-10-01 01:26:49.926 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2024-10-01 01:26:49.948 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2024-10-01 01:26:49.970 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2024-10-01 01:26:49.992 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2024-10-01 01:26:50.014 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2024-10-01 01:26:50.036 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2024-10-01 01:26:50.058 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2024-10-01 01:26:50.081 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2024-10-01 01:26:50.103 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-10-01 01:26:50.126 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2024-10-01 01:26:50.147 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2024-10-01 01:26:50.169 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2024-10-01 01:26:50.191 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2024-10-01 01:26:50.214 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2024-10-01 01:26:50.236 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2024-10-01 01:26:50.259 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2024-10-01 01:26:50.282 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2024-10-01 01:26:50.304 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2024-10-01 01:26:50.327 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2024-10-01 01:26:50.350 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2024-10-01 01:26:50.352 | + lib/apache:enable_apache_mod:59 : local mod=proxy 2024-10-01 01:26:50.354 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-10-01 01:26:50.356 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:26:50.357 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:26:50.359 | + lib/apache:enable_apache_mod:64 : [[ proxy != \v\e\r\s\i\o\n ]] 2024-10-01 01:26:50.361 | + lib/apache:enable_apache_mod:64 : a2query -m proxy 2024-10-01 01:26:50.390 | proxy (enabled by site administrator) 2024-10-01 01:26:50.393 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2024-10-01 01:26:50.395 | + lib/apache:enable_apache_mod:59 : local mod=proxy_http 2024-10-01 01:26:50.397 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-10-01 01:26:50.398 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:26:50.400 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:26:50.402 | + lib/apache:enable_apache_mod:64 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2024-10-01 01:26:50.404 | + lib/apache:enable_apache_mod:64 : a2query -m proxy_http 2024-10-01 01:26:50.432 | No module matches proxy_http 2024-10-01 01:26:50.434 | + lib/apache:enable_apache_mod:65 : sudo a2enmod proxy_http 2024-10-01 01:26:50.469 | Considering dependency proxy for proxy_http: 2024-10-01 01:26:50.469 | Module proxy already enabled 2024-10-01 01:26:50.469 | Enabling module proxy_http. 2024-10-01 01:26:50.472 | To activate the new configuration, you need to run: 2024-10-01 01:26:50.472 | systemctl restart apache2 2024-10-01 01:26:50.475 | + lib/apache:enable_apache_mod:66 : restart_apache_server 2024-10-01 01:26:50.477 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-10-01 01:26:50.479 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-10-01 01:26:50.481 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-10-01 01:26:50.572 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2024-10-01 01:26:50.575 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2024-10-01 01:26:50.577 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2024-10-01 01:26:50.579 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-10-01 01:26:50.581 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:26:50.583 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:26:50.584 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2024-10-01 01:26:50.587 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2024-10-01 01:26:50.589 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2024-10-01 01:26:50.589 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2024-10-01 01:26:50.596 | KeepAlive Off 2024-10-01 01:26:50.600 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-10-01 01:26:50.600 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2024-10-01 01:26:50.606 | SetEnv proxy-sendchunked 1 2024-10-01 01:26:50.609 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2024-10-01 01:26:50.609 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-10-01 01:26:50.615 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2024-10-01 01:26:50.618 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2024-10-01 01:26:50.620 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2024-10-01 01:26:50.621 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-10-01 01:26:50.623 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-10-01 01:26:50.625 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-10-01 01:26:50.627 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:26:50.628 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:26:50.630 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-10-01 01:26:50.632 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-10-01 01:26:50.634 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:26:50.636 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:26:50.638 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2024-10-01 01:26:50.670 | Enabling site glance-wsgi-api. 2024-10-01 01:26:50.674 | To activate the new configuration, you need to run: 2024-10-01 01:26:50.674 | systemctl reload apache2 2024-10-01 01:26:50.677 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2024-10-01 01:26:50.679 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-10-01 01:26:50.681 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-10-01 01:26:50.683 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-10-01 01:26:50.780 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2024-10-01 01:26:50.783 | + lib/glance:configure_glance:425 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2024-10-01 01:26:50.808 | + lib/glance:configure_glance:435 : [[ False == True ]] 2024-10-01 01:26:50.810 | + lib/glance:configure_glance:435 : [[ False == True ]] 2024-10-01 01:26:50.812 | + lib/glance:configure_glance:440 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope false 2024-10-01 01:26:50.838 | + lib/glance:configure_glance:441 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults false 2024-10-01 01:26:50.861 | + lib/glance:configure_glance:442 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac false 2024-10-01 01:26:50.885 | + stack.sh:main:932 : is_service_enabled cinder 2024-10-01 01:26:50.898 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:26:50.900 | + stack.sh:main:934 : stack_install_service cinder 2024-10-01 01:26:50.902 | + lib/stack:stack_install_service:20 : local service=cinder 2024-10-01 01:26:50.904 | + lib/stack:stack_install_service:21 : type install_cinder 2024-10-01 01:26:50.906 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-10-01 01:26:50.908 | + lib/stack:stack_install_service:32 : install_cinder 2024-10-01 01:26:50.910 | + lib/cinder:install_cinder:506 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder stable/2023.1 2024-10-01 01:26:50.912 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/cinder.git 2024-10-01 01:26:50.914 | + functions-common:git_clone:613 : local git_dest=/opt/stack//cinder 2024-10-01 01:26:50.916 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-10-01 01:26:50.917 | + functions-common:git_clone:615 : local orig_dir 2024-10-01 01:26:50.920 | ++ functions-common:git_clone:616 : pwd 2024-10-01 01:26:50.922 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-10-01 01:26:50.924 | + functions-common:git_clone:617 : local git_clone_flags= 2024-10-01 01:26:50.926 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-10-01 01:26:50.939 | + functions-common:git_clone:619 : RECLONE=False 2024-10-01 01:26:50.941 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-10-01 01:26:50.942 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-10-01 01:26:50.944 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-10-01 01:26:50.946 | + functions-common:git_clone:633 : echo stable/2023.1 2024-10-01 01:26:50.947 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-10-01 01:26:50.950 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//cinder ]] 2024-10-01 01:26:50.952 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-10-01 01:26:50.954 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2024-10-01 01:26:50.955 | + functions-common:git_timed:720 : local count=0 2024-10-01 01:26:50.957 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 01:26:50.959 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 01:26:50.960 | + functions-common:git_timed:724 : timeout=0 2024-10-01 01:26:50.962 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 01:26:50.964 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 01:26:50.966 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:26:50.967 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:26:50.970 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:26:50.972 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746010971 2024-10-01 01:26:50.974 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2024-10-01 01:26:50.976 | Cloning into '/opt/stack//cinder'... 2024-10-01 01:26:54.415 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 01:26:54.417 | + functions-common:time_stop:2435 : local name 2024-10-01 01:26:54.419 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:26:54.421 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:26:54.423 | + functions-common:time_stop:2438 : local total 2024-10-01 01:26:54.424 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:26:54.426 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 01:26:54.428 | + functions-common:time_stop:2442 : start_time=1727746010971 2024-10-01 01:26:54.430 | + functions-common:time_stop:2444 : [[ -z 1727746010971 ]] 2024-10-01 01:26:54.432 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:26:54.435 | + functions-common:time_stop:2447 : end_time=1727746014433 2024-10-01 01:26:54.437 | + functions-common:time_stop:2448 : elapsed_time=3462 2024-10-01 01:26:54.439 | + functions-common:time_stop:2449 : total=14131 2024-10-01 01:26:54.441 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:26:54.442 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=17593 2024-10-01 01:26:54.445 | + functions-common:git_clone:654 : cd /opt/stack//cinder 2024-10-01 01:26:54.446 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-10-01 01:26:54.448 | + functions-common:git_timed:720 : local count=0 2024-10-01 01:26:54.450 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 01:26:54.452 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 01:26:54.454 | + functions-common:git_timed:724 : timeout=0 2024-10-01 01:26:54.456 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 01:26:54.457 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 01:26:54.459 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:26:54.461 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:26:54.463 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:26:54.466 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746014464 2024-10-01 01:26:54.468 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-10-01 01:26:57.402 | From https://opendev.org/openstack/cinder 2024-10-01 01:26:57.402 | * branch stable/2023.1 -> FETCH_HEAD 2024-10-01 01:26:57.407 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 01:26:57.409 | + functions-common:time_stop:2435 : local name 2024-10-01 01:26:57.411 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:26:57.413 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:26:57.414 | + functions-common:time_stop:2438 : local total 2024-10-01 01:26:57.416 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:26:57.418 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 01:26:57.420 | + functions-common:time_stop:2442 : start_time=1727746014464 2024-10-01 01:26:57.422 | + functions-common:time_stop:2444 : [[ -z 1727746014464 ]] 2024-10-01 01:26:57.424 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:26:57.427 | + functions-common:time_stop:2447 : end_time=1727746017425 2024-10-01 01:26:57.429 | + functions-common:time_stop:2448 : elapsed_time=2961 2024-10-01 01:26:57.431 | + functions-common:time_stop:2449 : total=17593 2024-10-01 01:26:57.433 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:26:57.434 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=20554 2024-10-01 01:26:57.436 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-10-01 01:26:57.438 | + functions-common:git_timed:720 : local count=0 2024-10-01 01:26:57.440 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 01:26:57.442 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 01:26:57.443 | + functions-common:git_timed:724 : timeout=0 2024-10-01 01:26:57.445 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 01:26:57.447 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 01:26:57.449 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:26:57.451 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:26:57.453 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:26:57.456 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746017454 2024-10-01 01:26:57.458 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-10-01 01:26:57.698 | Note: switching to 'FETCH_HEAD'. 2024-10-01 01:26:57.698 | 2024-10-01 01:26:57.698 | You are in 'detached HEAD' state. You can look around, make experimental 2024-10-01 01:26:57.698 | changes and commit them, and you can discard any commits you make in this 2024-10-01 01:26:57.698 | state without impacting any branches by switching back to a branch. 2024-10-01 01:26:57.698 | 2024-10-01 01:26:57.698 | If you want to create a new branch to retain commits you create, you may 2024-10-01 01:26:57.698 | do so (now or later) by using -c with the switch command. Example: 2024-10-01 01:26:57.698 | 2024-10-01 01:26:57.698 | git switch -c 2024-10-01 01:26:57.698 | 2024-10-01 01:26:57.698 | Or undo this operation with: 2024-10-01 01:26:57.698 | 2024-10-01 01:26:57.698 | git switch - 2024-10-01 01:26:57.698 | 2024-10-01 01:26:57.698 | Turn off this advice by setting config variable advice.detachedHead to false 2024-10-01 01:26:57.698 | 2024-10-01 01:26:57.698 | HEAD is now at 48d827b Make default-types APIs compatible with V3.67 2024-10-01 01:26:57.702 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 01:26:57.705 | + functions-common:time_stop:2435 : local name 2024-10-01 01:26:57.707 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:26:57.709 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:26:57.710 | + functions-common:time_stop:2438 : local total 2024-10-01 01:26:57.712 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:26:57.714 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 01:26:57.716 | + functions-common:time_stop:2442 : start_time=1727746017454 2024-10-01 01:26:57.717 | + functions-common:time_stop:2444 : [[ -z 1727746017454 ]] 2024-10-01 01:26:57.720 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:26:57.723 | + functions-common:time_stop:2447 : end_time=1727746017721 2024-10-01 01:26:57.725 | + functions-common:time_stop:2448 : elapsed_time=267 2024-10-01 01:26:57.726 | + functions-common:time_stop:2449 : total=20554 2024-10-01 01:26:57.728 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:26:57.730 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=20821 2024-10-01 01:26:57.732 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//cinder 2024-10-01 01:26:57.742 | + functions-common:git_clone:695 : cd /opt/stack//cinder 2024-10-01 01:26:57.744 | + functions-common:git_clone:696 : git show --oneline 2024-10-01 01:26:57.744 | + functions-common:git_clone:696 : head -1 2024-10-01 01:26:57.747 | 48d827b Make default-types APIs compatible with V3.67 2024-10-01 01:26:57.749 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-10-01 01:26:57.751 | + lib/cinder:install_cinder:507 : setup_develop /opt/stack//cinder 2024-10-01 01:26:57.753 | + inc/python:setup_develop:334 : local bindep 2024-10-01 01:26:57.754 | + inc/python:setup_develop:335 : [[ /opt/stack//cinder == -bindep* ]] 2024-10-01 01:26:57.756 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//cinder 2024-10-01 01:26:57.758 | + inc/python:setup_develop:340 : local extras= 2024-10-01 01:26:57.760 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2024-10-01 01:26:57.762 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-10-01 01:26:57.764 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//cinder == -bindep* ]] 2024-10-01 01:26:57.766 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//cinder 2024-10-01 01:26:57.768 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-10-01 01:26:57.770 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-10-01 01:26:57.772 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//cinder 2024-10-01 01:26:57.774 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-10-01 01:26:57.776 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/cinder 2024-10-01 01:26:57.778 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-10-01 01:26:57.780 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-10-01 01:26:57.783 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2024-10-01 01:26:57.787 | + inc/python:_setup_package_with_constraints_edit:381 : name=cinder 2024-10-01 01:26:57.789 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- cinder 2024-10-01 01:26:58.123 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/cinder -e 2024-10-01 01:26:58.125 | + inc/python:setup_package:414 : local bindep=0 2024-10-01 01:26:58.127 | + inc/python:setup_package:415 : local bindep_flag= 2024-10-01 01:26:58.129 | + inc/python:setup_package:416 : local bindep_profiles= 2024-10-01 01:26:58.131 | + inc/python:setup_package:417 : [[ /opt/stack/cinder == -bindep* ]] 2024-10-01 01:26:58.133 | + inc/python:setup_package:422 : local project_dir=/opt/stack/cinder 2024-10-01 01:26:58.135 | + inc/python:setup_package:423 : local flags=-e 2024-10-01 01:26:58.137 | + inc/python:setup_package:424 : local extras= 2024-10-01 01:26:58.139 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-10-01 01:26:58.141 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-10-01 01:26:58.143 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-10-01 01:26:58.145 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-10-01 01:26:58.147 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-10-01 01:26:58.149 | + inc/python:setup_package:442 : pip_install -e /opt/stack/cinder 2024-10-01 01:26:58.166 | Using python 3.10 to install /opt/stack/cinder 2024-10-01 01:26:58.168 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/cinder 2024-10-01 01:26:59.080 | Obtaining file:///opt/stack/cinder 2024-10-01 01:26:59.080 | Preparing metadata (setup.py): started 2024-10-01 01:26:59.690 | Preparing metadata (setup.py): finished with status 'done' 2024-10-01 01:26:59.777 | Requirement already satisfied: Paste>=3.4.3 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (3.5.2) 2024-10-01 01:26:59.777 | Requirement already satisfied: PasteDeploy>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (2.1.1) 2024-10-01 01:26:59.779 | Requirement already satisfied: Routes>=2.4.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (2.5.1) 2024-10-01 01:26:59.779 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (1.4.41) 2024-10-01 01:26:59.779 | Requirement already satisfied: WebOb>=1.8.6 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (1.8.7) 2024-10-01 01:27:00.539 | Collecting boto3>=1.18.49 2024-10-01 01:27:00.542 | Using cached boto3-1.24.89-py3-none-any.whl (132 kB) 2024-10-01 01:27:00.545 | Requirement already satisfied: castellan>=3.7.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (4.1.0) 2024-10-01 01:27:00.546 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (38.0.2) 2024-10-01 01:27:00.547 | Requirement already satisfied: cursive>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (0.2.3) 2024-10-01 01:27:00.548 | Requirement already satisfied: decorator>=4.4.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.1.1) 2024-10-01 01:27:00.549 | Requirement already satisfied: eventlet!=0.32.0,>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (0.33.1) 2024-10-01 01:27:00.667 | Collecting google-api-python-client>=1.11.0 2024-10-01 01:27:00.726 | Using cached google_api_python_client-2.64.0-py2.py3-none-any.whl (10.4 MB) 2024-10-01 01:27:00.774 | Requirement already satisfied: greenlet>=0.4.16 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (1.1.3) 2024-10-01 01:27:00.775 | Requirement already satisfied: httplib2>=0.18.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (0.20.4) 2024-10-01 01:27:00.776 | Requirement already satisfied: importlib_metadata>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.0.0) 2024-10-01 01:27:00.776 | Requirement already satisfied: iso8601>=0.1.12 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (1.1.0) 2024-10-01 01:27:00.777 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (4.16.0) 2024-10-01 01:27:00.778 | Requirement already satisfied: keystoneauth1>=4.2.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.1.3) 2024-10-01 01:27:00.779 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (10.2.0) 2024-10-01 01:27:01.215 | Collecting lxml>=4.5.2 2024-10-01 01:27:01.254 | Using cached lxml-4.9.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (6.9 MB) 2024-10-01 01:27:01.313 | Collecting oauth2client>=4.1.3 2024-10-01 01:27:01.316 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2024-10-01 01:27:01.321 | Requirement already satisfied: os-brick>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (6.2.3) 2024-10-01 01:27:01.321 | Requirement already satisfied: os-win>=5.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.9.0) 2024-10-01 01:27:01.321 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.1.1) 2024-10-01 01:27:01.323 | Requirement already satisfied: oslo.config>=8.3.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (9.1.1) 2024-10-01 01:27:01.323 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.1.1) 2024-10-01 01:27:01.323 | Requirement already satisfied: oslo.db>=11.0.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (12.3.2) 2024-10-01 01:27:01.324 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (6.0.0) 2024-10-01 01:27:01.324 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.2.0) 2024-10-01 01:27:01.327 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (14.2.5) 2024-10-01 01:27:01.327 | Requirement already satisfied: oslo.middleware>=4.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.1.1) 2024-10-01 01:27:01.327 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (4.1.1) 2024-10-01 01:27:01.327 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (3.1.0) 2024-10-01 01:27:01.328 | Requirement already satisfied: oslo.reports>=2.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (3.0.0) 2024-10-01 01:27:01.331 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (7.0.1) 2024-10-01 01:27:01.331 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.1.2) 2024-10-01 01:27:01.331 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (3.1.2) 2024-10-01 01:27:01.331 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (2.1.1) 2024-10-01 01:27:01.332 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (6.1.0) 2024-10-01 01:27:01.461 | Collecting oslo.versionedobjects>=2.4.0 2024-10-01 01:27:01.463 | Using cached oslo.versionedobjects-3.1.0-py3-none-any.whl (86 kB) 2024-10-01 01:27:01.598 | Collecting oslo.vmware>=3.10.0 2024-10-01 01:27:01.604 | Using cached oslo.vmware-4.1.1-py3-none-any.whl (491 kB) 2024-10-01 01:27:01.608 | Requirement already satisfied: osprofiler>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (3.4.3) 2024-10-01 01:27:01.609 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (23.1) 2024-10-01 01:27:01.657 | Collecting paramiko>=2.7.2 2024-10-01 01:27:01.661 | Using cached paramiko-2.11.0-py2.py3-none-any.whl (212 kB) 2024-10-01 01:27:01.664 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.11.1) 2024-10-01 01:27:01.665 | Requirement already satisfied: psutil>=5.7.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.9.2) 2024-10-01 01:27:01.665 | Requirement already satisfied: pyparsing>=2.4.7 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (3.0.9) 2024-10-01 01:27:01.666 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.5.0) 2024-10-01 01:27:01.705 | Collecting python-glanceclient>=3.2.2 2024-10-01 01:27:01.708 | Using cached python_glanceclient-4.3.2-py3-none-any.whl (205 kB) 2024-10-01 01:27:01.712 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.1.0) 2024-10-01 01:27:01.758 | Collecting python-novaclient>=17.2.1 2024-10-01 01:27:01.761 | Using cached python_novaclient-18.3.0-py3-none-any.whl (335 kB) 2024-10-01 01:27:01.795 | Collecting python-swiftclient>=3.10.1 2024-10-01 01:27:01.797 | Using cached python_swiftclient-4.2.0-py3-none-any.whl (88 kB) 2024-10-01 01:27:01.800 | Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (2022.4) 2024-10-01 01:27:01.801 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (2.28.1) 2024-10-01 01:27:01.819 | Collecting rtslib-fb>=2.1.74 2024-10-01 01:27:01.820 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2024-10-01 01:27:01.826 | Requirement already satisfied: six>=1.15.0 in /usr/lib/python3/dist-packages (from cinder==0.0.1.dev33) (1.16.0) 2024-10-01 01:27:01.827 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (0.13.0) 2024-10-01 01:27:01.828 | Requirement already satisfied: stevedore>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.0.0) 2024-10-01 01:27:01.848 | Collecting tabulate>=0.8.7 2024-10-01 01:27:01.850 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-10-01 01:27:01.852 | Requirement already satisfied: taskflow>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.1.1) 2024-10-01 01:27:01.854 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (6.3.1) 2024-10-01 01:27:01.993 | Collecting tooz>=2.8.0 2024-10-01 01:27:01.995 | Using cached tooz-3.2.0-py3-none-any.whl (94 kB) 2024-10-01 01:27:02.085 | Collecting zstd>=1.4.5.1 2024-10-01 01:27:02.099 | Using cached zstd-1.5.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB) 2024-10-01 01:27:02.113 | Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from boto3>=1.18.49->cinder==0.0.1.dev33) (1.0.1) 2024-10-01 01:27:02.141 | Collecting s3transfer<0.7.0,>=0.6.0 2024-10-01 01:27:02.143 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2024-10-01 01:27:02.948 | Collecting botocore<1.28.0,>=1.27.89 2024-10-01 01:27:02.998 | Using cached botocore-1.27.89-py3-none-any.whl (9.2 MB) 2024-10-01 01:27:03.073 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=3.1->cinder==0.0.1.dev33) (1.15.1) 2024-10-01 01:27:03.086 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet!=0.32.0,>=0.30.1->cinder==0.0.1.dev33) (2.2.1) 2024-10-01 01:27:03.209 | Collecting google-auth<3.0.0dev,>=1.19.0 2024-10-01 01:27:03.212 | Using cached google_auth-2.12.0-py2.py3-none-any.whl (169 kB) 2024-10-01 01:27:03.234 | Collecting uritemplate<5,>=3.0.1 2024-10-01 01:27:03.236 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2024-10-01 01:27:03.255 | Collecting google-auth-httplib2>=0.1.0 2024-10-01 01:27:03.257 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2024-10-01 01:27:03.356 | Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 2024-10-01 01:27:03.358 | Using cached google_api_core-2.10.2-py3-none-any.whl (115 kB) 2024-10-01 01:27:03.387 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib_metadata>=3.1.1->cinder==0.0.1.dev33) (3.8.1) 2024-10-01 01:27:03.406 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev33) (22.1.0) 2024-10-01 01:27:03.406 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev33) (0.18.1) 2024-10-01 01:27:03.432 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=4.2.1->cinder==0.0.1.dev33) (1.7.0) 2024-10-01 01:27:03.455 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev33) (3.3.1) 2024-10-01 01:27:03.457 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev33) (3.1.1) 2024-10-01 01:27:03.550 | Collecting pyasn1-modules>=0.0.5 2024-10-01 01:27:03.554 | Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2024-10-01 01:27:03.558 | Requirement already satisfied: pyasn1>=0.1.7 in /usr/lib/python3/dist-packages (from oauth2client>=4.1.3->cinder==0.0.1.dev33) (0.4.8) 2024-10-01 01:27:03.583 | Collecting rsa>=3.1.4 2024-10-01 01:27:03.585 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2024-10-01 01:27:03.611 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=4.5.0->cinder==0.0.1.dev33) (0.18) 2024-10-01 01:27:03.630 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev33) (1.5.0) 2024-10-01 01:27:03.630 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev33) (6.0) 2024-10-01 01:27:03.631 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev33) (0.8.0) 2024-10-01 01:27:03.635 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev33) (2.5.0) 2024-10-01 01:27:03.658 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev33) (0.5.0) 2024-10-01 01:27:03.658 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev33) (2.0.1) 2024-10-01 01:27:03.660 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev33) (1.8.1) 2024-10-01 01:27:03.684 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev33) (0.9.6) 2024-10-01 01:27:03.685 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev33) (2.8.2) 2024-10-01 01:27:03.710 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev33) (0.6.0) 2024-10-01 01:27:03.711 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev33) (5.1.1) 2024-10-01 01:27:03.712 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev33) (2.4.1) 2024-10-01 01:27:03.713 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev33) (5.2.4) 2024-10-01 01:27:03.715 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev33) (5.2.0) 2024-10-01 01:27:03.724 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev33) (4.0.0) 2024-10-01 01:27:03.725 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev33) (3.1.2) 2024-10-01 01:27:03.726 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev33) (3.3.0) 2024-10-01 01:27:03.744 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=2.6.2->cinder==0.0.1.dev33) (1.0.4) 2024-10-01 01:27:03.776 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev33) (1.4.0) 2024-10-01 01:27:03.777 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev33) (4.0.1) 2024-10-01 01:27:03.786 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev33) (3.4.1) 2024-10-01 01:27:03.795 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.12.1->cinder==0.0.1.dev33) (0.11.0) 2024-10-01 01:27:03.843 | Collecting suds-community>=0.6 2024-10-01 01:27:03.845 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2024-10-01 01:27:03.848 | Requirement already satisfied: urllib3>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from oslo.vmware>=3.10.0->cinder==0.0.1.dev33) (1.26.12) 2024-10-01 01:27:03.943 | Collecting pynacl>=1.0.1 2024-10-01 01:27:03.953 | Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) 2024-10-01 01:27:03.967 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=3.4.3->cinder==0.0.1.dev33) (59.6.0) 2024-10-01 01:27:04.016 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from python-barbicanclient>=5.0.1->cinder==0.0.1.dev33) (4.2.0) 2024-10-01 01:27:04.029 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev33) (1.14.1) 2024-10-01 01:27:04.030 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev33) (22.1.0) 2024-10-01 01:27:04.050 | Collecting warlock>=1.2.0 2024-10-01 01:27:04.052 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2024-10-01 01:27:04.116 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev33) (2.1.1) 2024-10-01 01:27:04.117 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev33) (2020.6.20) 2024-10-01 01:27:04.118 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev33) (3.4) 2024-10-01 01:27:04.130 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.4.1->cinder==0.0.1.dev33) (0.7) 2024-10-01 01:27:04.162 | Collecting pyudev>=0.16.1 2024-10-01 01:27:04.165 | Using cached pyudev-0.24.0-py3-none-any.whl (61 kB) 2024-10-01 01:27:04.256 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==0.0.1.dev33) (0.4.3) 2024-10-01 01:27:04.257 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==0.0.1.dev33) (0.5.2) 2024-10-01 01:27:04.312 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev33) (2.8.7) 2024-10-01 01:27:04.314 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev33) (1.4.2) 2024-10-01 01:27:04.315 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev33) (3.1.0) 2024-10-01 01:27:04.392 | Collecting voluptuous>=0.8.9 2024-10-01 01:27:04.395 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2024-10-01 01:27:04.437 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==0.0.1.dev33) (1.2.3) 2024-10-01 01:27:04.450 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->cinder==0.0.1.dev33) (5.0.0) 2024-10-01 01:27:04.552 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=3.1->cinder==0.0.1.dev33) (2.21) 2024-10-01 01:27:04.577 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev33) (2.4.2) 2024-10-01 01:27:04.578 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev33) (0.5.1) 2024-10-01 01:27:04.703 | Collecting googleapis-common-protos<2.0dev,>=1.56.2 2024-10-01 01:27:04.707 | Using cached googleapis_common_protos-1.56.4-py2.py3-none-any.whl (211 kB) 2024-10-01 01:27:04.722 | Requirement already satisfied: protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5 in /usr/local/lib/python3.10/dist-packages (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-api-python-client>=1.11.0->cinder==0.0.1.dev33) (4.21.7) 2024-10-01 01:27:04.788 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->oslo.middleware>=4.1.1->cinder==0.0.1.dev33) (2.1.1) 2024-10-01 01:27:04.934 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.10/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=9.1.0->cinder==0.0.1.dev33) (1.1.8) 2024-10-01 01:27:04.952 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->cinder==0.0.1.dev33) (0.14.1) 2024-10-01 01:27:04.969 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev33) (0.2.5) 2024-10-01 01:27:05.384 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=11.0.0->cinder==0.0.1.dev33) (2.5.0) 2024-10-01 01:27:05.457 | Requirement already satisfied: jsonpatch<2,>=1 in /usr/lib/python3/dist-packages (from warlock>=1.2.0->python-glanceclient>=3.2.2->cinder==0.0.1.dev33) (1.32) 2024-10-01 01:27:05.573 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev33) (1.8.2) 2024-10-01 01:27:06.176 | Installing collected packages: zstd, voluptuous, uritemplate, tabulate, suds-community, rsa, pyudev, pyasn1-modules, lxml, googleapis-common-protos, warlock, rtslib-fb, python-swiftclient, pynacl, oauth2client, google-auth, botocore, s3transfer, paramiko, google-auth-httplib2, google-api-core, tooz, python-novaclient, python-glanceclient, oslo.vmware, google-api-python-client, boto3, oslo.versionedobjects, cinder 2024-10-01 01:27:06.220 | Attempting uninstall: voluptuous 2024-10-01 01:27:06.222 | Found existing installation: voluptuous 0.12.2 2024-10-01 01:27:06.224 | Not uninstalling voluptuous at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 01:27:06.225 | Can't uninstall 'voluptuous'. No files were found to uninstall. 2024-10-01 01:27:06.381 | Attempting uninstall: pyudev 2024-10-01 01:27:06.383 | Found existing installation: pyudev 0.22.0 2024-10-01 01:27:06.385 | Not uninstalling pyudev at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 01:27:06.385 | Can't uninstall 'pyudev'. No files were found to uninstall. 2024-10-01 01:27:08.990 | Running setup.py develop for cinder 2024-10-01 01:27:09.899 | Successfully installed boto3-1.24.89 botocore-1.27.89 cinder google-api-core-2.10.2 google-api-python-client-2.64.0 google-auth-2.12.0 google-auth-httplib2-0.1.0 googleapis-common-protos-1.56.4 lxml-4.9.1 oauth2client-4.1.3 oslo.versionedobjects-3.1.0 oslo.vmware-4.1.1 paramiko-2.11.0 pyasn1-modules-0.2.8 pynacl-1.5.0 python-glanceclient-4.3.2 python-novaclient-18.3.0 python-swiftclient-4.2.0 pyudev-0.24.0 rsa-4.9 rtslib-fb-2.1.75 s3transfer-0.6.0 suds-community-1.1.2 tabulate-0.9.0 tooz-3.2.0 uritemplate-4.1.1 voluptuous-0.13.1 warlock-2.0.1 zstd-1.5.2.6 2024-10-01 01:27:09.900 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 01:27:10.125 | + inc/python:pip_install:196 : result=0 2024-10-01 01:27:10.127 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-01 01:27:10.129 | + functions-common:time_stop:2435 : local name 2024-10-01 01:27:10.131 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:27:10.133 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:27:10.135 | + functions-common:time_stop:2438 : local total 2024-10-01 01:27:10.136 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:27:10.138 | + functions-common:time_stop:2441 : name=pip_install 2024-10-01 01:27:10.140 | + functions-common:time_stop:2442 : start_time=1727746018161 2024-10-01 01:27:10.142 | + functions-common:time_stop:2444 : [[ -z 1727746018161 ]] 2024-10-01 01:27:10.145 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:27:10.148 | + functions-common:time_stop:2447 : end_time=1727746030145 2024-10-01 01:27:10.149 | + functions-common:time_stop:2448 : elapsed_time=11984 2024-10-01 01:27:10.151 | + functions-common:time_stop:2449 : total=50298 2024-10-01 01:27:10.153 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:27:10.155 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=62282 2024-10-01 01:27:10.156 | + inc/python:pip_install:199 : return 0 2024-10-01 01:27:10.159 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-10-01 01:27:10.160 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/cinder/cinder.egg-info 2024-10-01 01:27:10.162 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/cinder/cinder.egg-info 2024-10-01 01:27:10.177 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/cinder/cinder.egg-info 2024-10-01 01:27:10.187 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/cinder 2024-10-01 01:27:10.188 | + inc/python:use_library_from_git:246 : local name=/opt/stack/cinder 2024-10-01 01:27:10.190 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:27:10.192 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:27:10.194 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/cinder, ]] 2024-10-01 01:27:10.196 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:27:10.198 | + lib/cinder:install_cinder:508 : [[ lioadm == \t\g\t\a\d\m ]] 2024-10-01 01:27:10.200 | + lib/cinder:install_cinder:510 : [[ lioadm == \l\i\o\a\d\m ]] 2024-10-01 01:27:10.202 | + lib/cinder:install_cinder:511 : is_ubuntu 2024-10-01 01:27:10.204 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:27:10.206 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:27:10.208 | + lib/cinder:install_cinder:513 : sudo mkdir -p /etc/target 2024-10-01 01:27:10.217 | + lib/cinder:install_cinder:515 : install_package targetcli-fb 2024-10-01 01:27:10.219 | + functions-common:install_package:1459 : update_package_repo 2024-10-01 01:27:10.220 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-10-01 01:27:10.222 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-10-01 01:27:10.224 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-10-01 01:27:10.226 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-10-01 01:27:10.228 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-10-01 01:27:10.230 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:27:10.232 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:27:10.233 | + functions-common:update_package_repo:1440 : apt_get_update 2024-10-01 01:27:10.235 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-10-01 01:27:10.237 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-10-01 01:27:10.239 | + functions-common:apt_get_update:1186 : return 2024-10-01 01:27:10.241 | + functions-common:install_package:1460 : real_install_package targetcli-fb 2024-10-01 01:27:10.243 | + functions-common:real_install_package:1445 : is_ubuntu 2024-10-01 01:27:10.245 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:27:10.247 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:27:10.248 | + functions-common:real_install_package:1446 : apt_get install targetcli-fb 2024-10-01 01:27:10.265 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2024-10-01 01:27:10.325 | Reading package lists... 2024-10-01 01:27:10.524 | Building dependency tree... 2024-10-01 01:27:10.527 | Reading state information... 2024-10-01 01:27:10.727 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2024-10-01 01:27:10.727 | 0 upgraded, 0 newly installed, 0 to remove and 63 not upgraded. 2024-10-01 01:27:10.731 | + functions-common:apt_get:1230 : result=0 2024-10-01 01:27:10.733 | + functions-common:apt_get:1233 : time_stop apt-get 2024-10-01 01:27:10.735 | + functions-common:time_stop:2435 : local name 2024-10-01 01:27:10.737 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:27:10.739 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:27:10.742 | + functions-common:time_stop:2438 : local total 2024-10-01 01:27:10.744 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:27:10.746 | + functions-common:time_stop:2441 : name=apt-get 2024-10-01 01:27:10.748 | + functions-common:time_stop:2442 : start_time=1727746030262 2024-10-01 01:27:10.750 | + functions-common:time_stop:2444 : [[ -z 1727746030262 ]] 2024-10-01 01:27:10.752 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:27:10.755 | + functions-common:time_stop:2447 : end_time=1727746030753 2024-10-01 01:27:10.757 | + functions-common:time_stop:2448 : elapsed_time=491 2024-10-01 01:27:10.759 | + functions-common:time_stop:2449 : total=7978 2024-10-01 01:27:10.761 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:27:10.763 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8469 2024-10-01 01:27:10.765 | + functions-common:apt_get:1234 : return 0 2024-10-01 01:27:10.768 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-10-01 01:27:10.770 | + stack.sh:main:935 : configure_cinder 2024-10-01 01:27:10.772 | + lib/cinder:configure_cinder:278 : sudo install -d -o stack -m 755 /etc/cinder 2024-10-01 01:27:10.781 | + lib/cinder:configure_cinder:280 : rm -f /etc/cinder/cinder.conf 2024-10-01 01:27:10.784 | + lib/cinder:configure_cinder:282 : configure_rootwrap cinder 2024-10-01 01:27:10.786 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2024-10-01 01:27:10.788 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-10-01 01:27:10.791 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-10-01 01:27:10.795 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2024-10-01 01:27:10.804 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2024-10-01 01:27:10.806 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2024-10-01 01:27:10.808 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2024-10-01 01:27:10.810 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2024-10-01 01:27:10.811 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2024-10-01 01:27:10.813 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2024-10-01 01:27:10.815 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2024-10-01 01:27:10.817 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2024-10-01 01:27:10.826 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2024-10-01 01:27:10.834 | + 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 2024-10-01 01:27:10.844 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack//cinder/etc/cinder/rootwrap.conf /etc/cinder/rootwrap.conf 2024-10-01 01:27:10.853 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2024-10-01 01:27:10.863 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2024-10-01 01:27:10.866 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2024-10-01 01:27:10.869 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.1zBBLDEQ3d 2024-10-01 01:27:10.871 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-10-01 01:27:10.873 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-10-01 01:27:10.875 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2024-10-01 01:27:10.877 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.1zBBLDEQ3d 2024-10-01 01:27:10.879 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.1zBBLDEQ3d 2024-10-01 01:27:10.888 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.1zBBLDEQ3d /etc/sudoers.d/cinder-rootwrap 2024-10-01 01:27:10.898 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2024-10-01 01:27:10.901 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2024-10-01 01:27:10.903 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2024-10-01 01:27:10.904 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-10-01 01:27:10.906 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-10-01 01:27:10.908 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2024-10-01 01:27:10.910 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2024-10-01 01:27:10.912 | + lib/cinder:configure_cinder:284 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2024-10-01 01:27:10.914 | + lib/cinder:configure_cinder:285 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2024-10-01 01:27:10.917 | + lib/cinder:configure_cinder:288 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2024-10-01 01:27:10.920 | + lib/cinder:configure_cinder:290 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2024-10-01 01:27:10.934 | + lib/cinder:configure_cinder:291 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2024-10-01 01:27:10.949 | + lib/cinder:configure_cinder:292 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2024-10-01 01:27:10.963 | + lib/cinder:configure_cinder:293 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2024-10-01 01:27:10.978 | + lib/cinder:configure_cinder:294 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2024-10-01 01:27:10.992 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2024-10-01 01:27:11.006 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2024-10-01 01:27:11.019 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2024-10-01 01:27:11.033 | + lib/cinder:configure_cinder:299 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2024-10-01 01:27:11.035 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-10-01 01:27:11.037 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2024-10-01 01:27:11.039 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-10-01 01:27:11.041 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2024-10-01 01:27:11.064 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2024-10-01 01:27:11.087 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-10-01 01:27:11.109 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2024-10-01 01:27:11.132 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2024-10-01 01:27:11.154 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2024-10-01 01:27:11.177 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2024-10-01 01:27:11.199 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2024-10-01 01:27:11.222 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-10-01 01:27:11.245 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2024-10-01 01:27:11.267 | + lib/cinder:configure_cinder:301 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2024-10-01 01:27:11.293 | + lib/cinder:configure_cinder:303 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2024-10-01 01:27:11.318 | ++ lib/cinder:configure_cinder:304 : database_connection_url cinder 2024-10-01 01:27:11.320 | ++ lib/database:database_connection_url:134 : local db=cinder 2024-10-01 01:27:11.322 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2024-10-01 01:27:11.323 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=cinder 2024-10-01 01:27:11.325 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-10-01 01:27:11.327 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-10-01 01:27:11.329 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8' 2024-10-01 01:27:11.331 | + lib/cinder:configure_cinder:304 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8' 2024-10-01 01:27:11.356 | + lib/cinder:configure_cinder:305 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2024-10-01 01:27:11.379 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2024-10-01 01:27:11.402 | + lib/cinder:configure_cinder:307 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2024-10-01 01:27:11.425 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2024-10-01 01:27:11.447 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2024-10-01 01:27:11.470 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2024-10-01 01:27:11.495 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2024-10-01 01:27:11.517 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2024-10-01 01:27:11.542 | ++ lib/cinder:configure_cinder:313 : openssl rand -hex 16 2024-10-01 01:27:11.549 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf key_manager fixed_key c064ecd0a9de286a1609baae9b5d6fd2 2024-10-01 01:27:11.572 | + lib/cinder:configure_cinder:314 : [[ -n '' ]] 2024-10-01 01:27:11.574 | + lib/cinder:configure_cinder:319 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2024-10-01 01:27:11.597 | + lib/cinder:configure_cinder:320 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2024-10-01 01:27:11.619 | + lib/cinder:configure_cinder:321 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2024-10-01 01:27:11.644 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2024-10-01 01:27:11.666 | + lib/cinder:configure_cinder:328 : is_service_enabled c-vol 2024-10-01 01:27:11.679 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:27:11.681 | + lib/cinder:configure_cinder:328 : [[ -n vmdk:vsphere ]] 2024-10-01 01:27:11.683 | + lib/cinder:configure_cinder:329 : local enabled_backends= 2024-10-01 01:27:11.684 | + lib/cinder:configure_cinder:330 : local default_name= 2024-10-01 01:27:11.686 | + lib/cinder:configure_cinder:331 : local be be_name be_type 2024-10-01 01:27:11.688 | + lib/cinder:configure_cinder:332 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-10-01 01:27:11.690 | + lib/cinder:configure_cinder:333 : be_type=vmdk 2024-10-01 01:27:11.692 | + lib/cinder:configure_cinder:334 : be_name=vsphere 2024-10-01 01:27:11.694 | + lib/cinder:configure_cinder:335 : type configure_cinder_backend_vmdk 2024-10-01 01:27:11.695 | + lib/cinder:configure_cinder:336 : configure_cinder_backend_vmdk vsphere 2024-10-01 01:27:11.697 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2024-10-01 01:27:11.699 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2024-10-01 01:27:11.724 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:35 : iniset /etc/cinder/cinder.conf vsphere volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-10-01 01:27:11.746 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:36 : iniset /etc/cinder/cinder.conf vsphere vmware_host_ip vc1.osci.c.eu-de-1.cloud.sap 2024-10-01 01:27:11.770 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2024-10-01 01:27:11.792 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2024-10-01 01:27:11.815 | + lib/cinder:configure_cinder:338 : [[ -z '' ]] 2024-10-01 01:27:11.817 | + lib/cinder:configure_cinder:339 : default_name=vsphere 2024-10-01 01:27:11.819 | + lib/cinder:configure_cinder:341 : enabled_backends+=vsphere, 2024-10-01 01:27:11.821 | + lib/cinder:configure_cinder:343 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2024-10-01 01:27:11.844 | + lib/cinder:configure_cinder:344 : [[ -n vsphere ]] 2024-10-01 01:27:11.845 | + lib/cinder:configure_cinder:345 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2024-10-01 01:27:11.868 | + lib/cinder:configure_cinder:347 : configure_cinder_image_volume_cache 2024-10-01 01:27:11.870 | + lib/cinder:configure_cinder_image_volume_cache:712 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2024-10-01 01:27:11.872 | + lib/cinder:configure_cinder_image_volume_cache:713 : local be_name=vsphere 2024-10-01 01:27:11.874 | + lib/cinder:configure_cinder_image_volume_cache:715 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2024-10-01 01:27:11.896 | + lib/cinder:configure_cinder_image_volume_cache:717 : [[ -n '' ]] 2024-10-01 01:27:11.898 | + lib/cinder:configure_cinder_image_volume_cache:721 : [[ -n '' ]] 2024-10-01 01:27:11.900 | + lib/cinder:configure_cinder:350 : is_service_enabled c-bak 2024-10-01 01:27:11.912 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:27:11.915 | + lib/cinder:configure_cinder:358 : is_service_enabled ceilometer 2024-10-01 01:27:11.927 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:27:11.929 | + lib/cinder:configure_cinder:362 : is_service_enabled tls-proxy 2024-10-01 01:27:11.941 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:27:11.943 | + lib/cinder:configure_cinder:376 : '[' False '!=' False ']' 2024-10-01 01:27:11.945 | + lib/cinder:configure_cinder:380 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2024-10-01 01:27:11.947 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2024-10-01 01:27:11.948 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2024-10-01 01:27:11.950 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-10-01 01:27:11.952 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-10-01 01:27:11.954 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-10-01 01:27:11.966 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:27:11.968 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-10-01 01:27:11.970 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-10-01 01:27:11.972 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-10-01 01:27:11.985 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:27:11.986 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-01 01:27:11.989 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-01 01:27:12.011 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-10-01 01:27:12.013 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-10-01 01:27:12.015 | + lib/cinder:configure_cinder:383 : setup_logging /etc/cinder/cinder.conf True 2024-10-01 01:27:12.017 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2024-10-01 01:27:12.018 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2024-10-01 01:27:12.021 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-10-01 01:27:12.033 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-10-01 01:27:12.035 | + functions:setup_systemd_logging:706 : local pidstr= 2024-10-01 01:27:12.037 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-10-01 01:27:12.039 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-10-01 01:27:12.041 | + functions:setup_systemd_logging:713 : iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-10-01 01:27:12.063 | + functions:setup_systemd_logging:715 : 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' 2024-10-01 01:27:12.086 | + functions:setup_systemd_logging:716 : iniset /etc/cinder/cinder.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-10-01 01:27:12.109 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-10-01 01:27:12.132 | + lib/cinder:configure_cinder:385 : is_service_enabled c-api 2024-10-01 01:27:12.145 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:27:12.147 | + lib/cinder:configure_cinder:386 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2024-10-01 01:27:12.148 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2024-10-01 01:27:12.150 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2024-10-01 01:27:12.152 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2024-10-01 01:27:12.154 | + lib/apache:write_uwsgi_config:257 : local http= 2024-10-01 01:27:12.156 | + lib/apache:write_uwsgi_config:258 : local name= 2024-10-01 01:27:12.158 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2024-10-01 01:27:12.161 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2024-10-01 01:27:12.163 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-10-01 01:27:12.164 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-10-01 01:27:12.174 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-10-01 01:27:12.174 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-10-01 01:27:12.180 | d /var/run/uwsgi 0755 stack root 2024-10-01 01:27:12.183 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-10-01 01:27:12.191 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2024-10-01 01:27:12.194 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2024-10-01 01:27:12.196 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2024-10-01 01:27:12.198 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2024-10-01 01:27:12.221 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2024-10-01 01:27:12.244 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2024-10-01 01:27:12.267 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2024-10-01 01:27:12.290 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2024-10-01 01:27:12.314 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-10-01 01:27:12.338 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2024-10-01 01:27:12.361 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2024-10-01 01:27:12.383 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2024-10-01 01:27:12.406 | + lib/apache:write_uwsgi_config:290 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-10-01 01:27:12.428 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2024-10-01 01:27:12.451 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-10-01 01:27:12.473 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2024-10-01 01:27:12.496 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-10-01 01:27:12.498 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-10-01 01:27:12.500 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2024-10-01 01:27:12.502 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2024-10-01 01:27:12.504 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-10-01 01:27:12.506 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:27:12.508 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:27:12.509 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2024-10-01 01:27:12.512 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2024-10-01 01:27:12.513 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2024-10-01 01:27:12.536 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2024-10-01 01:27:12.559 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2024-10-01 01:27:12.559 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2024-10-01 01:27:12.566 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2024-10-01 01:27:12.569 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2024-10-01 01:27:12.571 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2024-10-01 01:27:12.573 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-10-01 01:27:12.575 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-10-01 01:27:12.577 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-10-01 01:27:12.578 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:27:12.580 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:27:12.582 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-10-01 01:27:12.584 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-10-01 01:27:12.586 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:27:12.588 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:27:12.590 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2024-10-01 01:27:12.622 | Enabling site cinder-wsgi. 2024-10-01 01:27:12.625 | To activate the new configuration, you need to run: 2024-10-01 01:27:12.625 | systemctl reload apache2 2024-10-01 01:27:12.629 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-10-01 01:27:12.631 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-10-01 01:27:12.633 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-10-01 01:27:12.635 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-10-01 01:27:12.723 | + lib/cinder:configure_cinder:389 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2024-10-01 01:27:12.725 | + lib/cinder:configure_cinder:390 : configure_cinder_driver 2024-10-01 01:27:12.727 | + lib/cinder_plugins/vsphere:configure_cinder_driver:33 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_ip vc1.osci.c.eu-de-1.cloud.sap 2024-10-01 01:27:12.750 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2024-10-01 01:27:12.773 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2024-10-01 01:27:12.797 | + lib/cinder_plugins/vsphere:configure_cinder_driver:36 : iniset /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-10-01 01:27:12.820 | + lib/cinder:configure_cinder:393 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2024-10-01 01:27:12.843 | + lib/cinder:configure_cinder:395 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2024-10-01 01:27:12.866 | + lib/cinder:configure_cinder:396 : is_service_enabled tls-proxy 2024-10-01 01:27:12.878 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:27:12.881 | + lib/cinder:configure_cinder:402 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2024-10-01 01:27:12.882 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-10-01 01:27:12.885 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-10-01 01:27:12.887 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-10-01 01:27:12.888 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2024-10-01 01:27:12.913 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2024-10-01 01:27:12.935 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2024-10-01 01:27:12.958 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2024-10-01 01:27:12.981 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2024-10-01 01:27:13.004 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2024-10-01 01:27:13.027 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2024-10-01 01:27:13.050 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2024-10-01 01:27:13.073 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-10-01 01:27:13.096 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2024-10-01 01:27:13.119 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2024-10-01 01:27:13.147 | + lib/cinder:configure_cinder:404 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2024-10-01 01:27:13.172 | + lib/cinder:configure_cinder:406 : [[ ! -z '' ]] 2024-10-01 01:27:13.174 | + lib/cinder:configure_cinder:408 : is_service_enabled etcd3 2024-10-01 01:27:13.187 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:27:13.189 | + lib/cinder:configure_cinder:409 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.180.1.21:2379 2024-10-01 01:27:13.214 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2024-10-01 01:27:13.216 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2024-10-01 01:27:13.218 | + lib/cinder:configure_cinder:416 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2024-10-01 01:27:13.244 | + lib/cinder:configure_cinder:417 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2024-10-01 01:27:13.267 | + stack.sh:main:938 : is_service_enabled neutron 2024-10-01 01:27:13.281 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:27:13.283 | + stack.sh:main:940 : stack_install_service neutron 2024-10-01 01:27:13.285 | + lib/stack:stack_install_service:20 : local service=neutron 2024-10-01 01:27:13.287 | + lib/stack:stack_install_service:21 : type install_neutron 2024-10-01 01:27:13.288 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-10-01 01:27:13.290 | + lib/stack:stack_install_service:32 : install_neutron 2024-10-01 01:27:13.292 | + lib/neutron:install_neutron:512 : use_library_from_git neutron-lib 2024-10-01 01:27:13.295 | + inc/python:use_library_from_git:246 : local name=neutron-lib 2024-10-01 01:27:13.297 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:27:13.299 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:27:13.301 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,neutron-lib, ]] 2024-10-01 01:27:13.303 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:27:13.305 | + lib/neutron:install_neutron:517 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron stable/2023.1 2024-10-01 01:27:13.307 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/neutron.git 2024-10-01 01:27:13.309 | + functions-common:git_clone:613 : local git_dest=/opt/stack//neutron 2024-10-01 01:27:13.311 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-10-01 01:27:13.312 | + functions-common:git_clone:615 : local orig_dir 2024-10-01 01:27:13.315 | ++ functions-common:git_clone:616 : pwd 2024-10-01 01:27:13.317 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-10-01 01:27:13.319 | + functions-common:git_clone:617 : local git_clone_flags= 2024-10-01 01:27:13.321 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-10-01 01:27:13.334 | + functions-common:git_clone:619 : RECLONE=False 2024-10-01 01:27:13.336 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-10-01 01:27:13.338 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-10-01 01:27:13.340 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-10-01 01:27:13.342 | + functions-common:git_clone:633 : echo stable/2023.1 2024-10-01 01:27:13.342 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-10-01 01:27:13.346 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//neutron ]] 2024-10-01 01:27:13.348 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-10-01 01:27:13.350 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2024-10-01 01:27:13.352 | + functions-common:git_timed:720 : local count=0 2024-10-01 01:27:13.354 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 01:27:13.356 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 01:27:13.357 | + functions-common:git_timed:724 : timeout=0 2024-10-01 01:27:13.359 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 01:27:13.361 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 01:27:13.363 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:27:13.365 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:27:13.367 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:27:13.370 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746033368 2024-10-01 01:27:13.372 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2024-10-01 01:27:13.374 | Cloning into '/opt/stack//neutron'... 2024-10-01 01:27:17.072 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 01:27:17.074 | + functions-common:time_stop:2435 : local name 2024-10-01 01:27:17.075 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:27:17.077 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:27:17.079 | + functions-common:time_stop:2438 : local total 2024-10-01 01:27:17.081 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:27:17.082 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 01:27:17.084 | + functions-common:time_stop:2442 : start_time=1727746033368 2024-10-01 01:27:17.086 | + functions-common:time_stop:2444 : [[ -z 1727746033368 ]] 2024-10-01 01:27:17.088 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:27:17.091 | + functions-common:time_stop:2447 : end_time=1727746037089 2024-10-01 01:27:17.093 | + functions-common:time_stop:2448 : elapsed_time=3721 2024-10-01 01:27:17.095 | + functions-common:time_stop:2449 : total=20821 2024-10-01 01:27:17.097 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:27:17.098 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=24542 2024-10-01 01:27:17.100 | + functions-common:git_clone:654 : cd /opt/stack//neutron 2024-10-01 01:27:17.102 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-10-01 01:27:17.104 | + functions-common:git_timed:720 : local count=0 2024-10-01 01:27:17.106 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 01:27:17.107 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 01:27:17.109 | + functions-common:git_timed:724 : timeout=0 2024-10-01 01:27:17.111 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 01:27:17.113 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 01:27:17.115 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:27:17.116 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:27:17.119 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:27:17.122 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746037120 2024-10-01 01:27:17.124 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-10-01 01:27:19.899 | From https://opendev.org/openstack/neutron 2024-10-01 01:27:19.899 | * branch stable/2023.1 -> FETCH_HEAD 2024-10-01 01:27:19.904 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 01:27:19.906 | + functions-common:time_stop:2435 : local name 2024-10-01 01:27:19.908 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:27:19.910 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:27:19.912 | + functions-common:time_stop:2438 : local total 2024-10-01 01:27:19.914 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:27:19.916 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 01:27:19.918 | + functions-common:time_stop:2442 : start_time=1727746037120 2024-10-01 01:27:19.920 | + functions-common:time_stop:2444 : [[ -z 1727746037120 ]] 2024-10-01 01:27:19.922 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:27:19.925 | + functions-common:time_stop:2447 : end_time=1727746039923 2024-10-01 01:27:19.927 | + functions-common:time_stop:2448 : elapsed_time=2803 2024-10-01 01:27:19.929 | + functions-common:time_stop:2449 : total=24542 2024-10-01 01:27:19.931 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:27:19.933 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=27345 2024-10-01 01:27:19.935 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-10-01 01:27:19.937 | + functions-common:git_timed:720 : local count=0 2024-10-01 01:27:19.939 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 01:27:19.941 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 01:27:19.943 | + functions-common:git_timed:724 : timeout=0 2024-10-01 01:27:19.944 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 01:27:19.946 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 01:27:19.948 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:27:19.950 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:27:19.953 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:27:19.956 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746039954 2024-10-01 01:27:19.958 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-10-01 01:27:20.286 | Note: switching to 'FETCH_HEAD'. 2024-10-01 01:27:20.286 | 2024-10-01 01:27:20.286 | You are in 'detached HEAD' state. You can look around, make experimental 2024-10-01 01:27:20.286 | changes and commit them, and you can discard any commits you make in this 2024-10-01 01:27:20.286 | state without impacting any branches by switching back to a branch. 2024-10-01 01:27:20.286 | 2024-10-01 01:27:20.286 | If you want to create a new branch to retain commits you create, you may 2024-10-01 01:27:20.286 | do so (now or later) by using -c with the switch command. Example: 2024-10-01 01:27:20.286 | 2024-10-01 01:27:20.286 | git switch -c 2024-10-01 01:27:20.286 | 2024-10-01 01:27:20.286 | Or undo this operation with: 2024-10-01 01:27:20.286 | 2024-10-01 01:27:20.286 | git switch - 2024-10-01 01:27:20.286 | 2024-10-01 01:27:20.286 | Turn off this advice by setting config variable advice.detachedHead to false 2024-10-01 01:27:20.286 | 2024-10-01 01:27:20.286 | HEAD is now at 199ab4e Merge "Correct logic error when associating FIP with OVN LB" into stable/2023.1 2024-10-01 01:27:20.290 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 01:27:20.292 | + functions-common:time_stop:2435 : local name 2024-10-01 01:27:20.294 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:27:20.296 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:27:20.298 | + functions-common:time_stop:2438 : local total 2024-10-01 01:27:20.300 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:27:20.302 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 01:27:20.304 | + functions-common:time_stop:2442 : start_time=1727746039954 2024-10-01 01:27:20.306 | + functions-common:time_stop:2444 : [[ -z 1727746039954 ]] 2024-10-01 01:27:20.308 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:27:20.311 | + functions-common:time_stop:2447 : end_time=1727746040309 2024-10-01 01:27:20.313 | + functions-common:time_stop:2448 : elapsed_time=355 2024-10-01 01:27:20.315 | + functions-common:time_stop:2449 : total=27345 2024-10-01 01:27:20.316 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:27:20.318 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=27700 2024-10-01 01:27:20.320 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//neutron 2024-10-01 01:27:20.331 | + functions-common:git_clone:695 : cd /opt/stack//neutron 2024-10-01 01:27:20.333 | + functions-common:git_clone:696 : git show --oneline 2024-10-01 01:27:20.333 | + functions-common:git_clone:696 : head -1 2024-10-01 01:27:20.335 | 199ab4e Merge "Correct logic error when associating FIP with OVN LB" into stable/2023.1 2024-10-01 01:27:20.338 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-10-01 01:27:20.340 | + lib/neutron:install_neutron:518 : setup_develop /opt/stack//neutron 2024-10-01 01:27:20.341 | + inc/python:setup_develop:334 : local bindep 2024-10-01 01:27:20.343 | + inc/python:setup_develop:335 : [[ /opt/stack//neutron == -bindep* ]] 2024-10-01 01:27:20.345 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//neutron 2024-10-01 01:27:20.347 | + inc/python:setup_develop:340 : local extras= 2024-10-01 01:27:20.349 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2024-10-01 01:27:20.351 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-10-01 01:27:20.353 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//neutron == -bindep* ]] 2024-10-01 01:27:20.355 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//neutron 2024-10-01 01:27:20.357 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-10-01 01:27:20.359 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-10-01 01:27:20.362 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//neutron 2024-10-01 01:27:20.363 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-10-01 01:27:20.366 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/neutron 2024-10-01 01:27:20.368 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-10-01 01:27:20.370 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-10-01 01:27:20.372 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2024-10-01 01:27:20.377 | + inc/python:_setup_package_with_constraints_edit:381 : name=neutron 2024-10-01 01:27:20.378 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- neutron 2024-10-01 01:27:20.697 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/neutron -e 2024-10-01 01:27:20.700 | + inc/python:setup_package:414 : local bindep=0 2024-10-01 01:27:20.702 | + inc/python:setup_package:415 : local bindep_flag= 2024-10-01 01:27:20.704 | + inc/python:setup_package:416 : local bindep_profiles= 2024-10-01 01:27:20.705 | + inc/python:setup_package:417 : [[ /opt/stack/neutron == -bindep* ]] 2024-10-01 01:27:20.707 | + inc/python:setup_package:422 : local project_dir=/opt/stack/neutron 2024-10-01 01:27:20.709 | + inc/python:setup_package:423 : local flags=-e 2024-10-01 01:27:20.711 | + inc/python:setup_package:424 : local extras= 2024-10-01 01:27:20.713 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-10-01 01:27:20.715 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-10-01 01:27:20.718 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-10-01 01:27:20.719 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-10-01 01:27:20.721 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-10-01 01:27:20.723 | + inc/python:setup_package:442 : pip_install -e /opt/stack/neutron 2024-10-01 01:27:20.740 | Using python 3.10 to install /opt/stack/neutron 2024-10-01 01:27:20.741 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/neutron 2024-10-01 01:27:21.674 | Obtaining file:///opt/stack/neutron 2024-10-01 01:27:21.674 | Preparing metadata (setup.py): started 2024-10-01 01:27:22.267 | Preparing metadata (setup.py): finished with status 'done' 2024-10-01 01:27:22.340 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (3.1.2) 2024-10-01 01:27:22.340 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (3.5.2) 2024-10-01 01:27:22.342 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (2.1.1) 2024-10-01 01:27:22.342 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (2.5.1) 2024-10-01 01:27:22.343 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (1.4.41) 2024-10-01 01:27:22.344 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (1.8.7) 2024-10-01 01:27:22.345 | Requirement already satisfied: alembic>=1.6.5 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (1.8.1) 2024-10-01 01:27:22.346 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (2.5.0) 2024-10-01 01:27:22.346 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (5.1.1) 2024-10-01 01:27:22.347 | Requirement already satisfied: eventlet>=0.26.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (0.33.1) 2024-10-01 01:27:22.348 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (2.4.1) 2024-10-01 01:27:22.349 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (0.20.4) 2024-10-01 01:27:22.350 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (5.1.3) 2024-10-01 01:27:22.350 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (10.2.0) 2024-10-01 01:27:22.351 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (0.8.0) 2024-10-01 01:27:22.352 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from neutron==0.0.1.dev21) (0.11.0) 2024-10-01 01:27:22.559 | Collecting neutron-lib>=3.4.2 2024-10-01 01:27:22.568 | Using cached neutron_lib-3.4.3-py3-none-any.whl (584 kB) 2024-10-01 01:27:22.576 | Requirement already satisfied: openstacksdk>=0.31.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (1.0.1) 2024-10-01 01:27:22.696 | Collecting os-ken>=2.2.0 2024-10-01 01:27:22.714 | Using cached os_ken-2.6.1-py3-none-any.whl (2.0 MB) 2024-10-01 01:27:22.848 | Collecting os-resource-classes>=1.1.0 2024-10-01 01:27:22.850 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2024-10-01 01:27:23.001 | Collecting os-vif>=3.1.0 2024-10-01 01:27:23.006 | Using cached os_vif-3.1.1-py3-none-any.whl (109 kB) 2024-10-01 01:27:23.009 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (3.3.1) 2024-10-01 01:27:23.009 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (5.1.1) 2024-10-01 01:27:23.009 | Requirement already satisfied: oslo.config>=9.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (9.1.1) 2024-10-01 01:27:23.010 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (5.1.1) 2024-10-01 01:27:23.014 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (12.3.2) 2024-10-01 01:27:23.014 | Requirement already satisfied: oslo.i18n>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (6.0.0) 2024-10-01 01:27:23.014 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (5.2.0) 2024-10-01 01:27:23.014 | Requirement already satisfied: oslo.messaging>=7.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (14.2.5) 2024-10-01 01:27:23.014 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (5.1.1) 2024-10-01 01:27:23.014 | Requirement already satisfied: oslo.policy>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (4.1.1) 2024-10-01 01:27:23.015 | Requirement already satisfied: oslo.privsep>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (3.1.0) 2024-10-01 01:27:23.016 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (3.0.0) 2024-10-01 01:27:23.016 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (7.0.1) 2024-10-01 01:27:23.017 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (5.1.2) 2024-10-01 01:27:23.018 | Requirement already satisfied: oslo.service>=3.1.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (3.1.2) 2024-10-01 01:27:23.019 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (2.1.1) 2024-10-01 01:27:23.019 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (6.1.0) 2024-10-01 01:27:23.020 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (3.1.0) 2024-10-01 01:27:23.021 | Requirement already satisfied: osprofiler>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (3.4.3) 2024-10-01 01:27:23.044 | Collecting ovs>=2.10.0 2024-10-01 01:27:23.044 | Using cached ovs-2.17.7-py3-none-any.whl 2024-10-01 01:27:23.187 | Collecting ovsdbapp>=2.2.1 2024-10-01 01:27:23.191 | Using cached ovsdbapp-2.2.2-py3-none-any.whl (135 kB) 2024-10-01 01:27:23.194 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (23.1) 2024-10-01 01:27:23.195 | Requirement already satisfied: pbr>=4.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (5.11.1) 2024-10-01 01:27:23.312 | Collecting pecan>=1.4.0 2024-10-01 01:27:23.312 | Using cached pecan-1.4.2-py3-none-any.whl 2024-10-01 01:27:23.317 | Requirement already satisfied: psutil>=5.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (5.9.2) 2024-10-01 01:27:23.318 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (22.1.0) 2024-10-01 01:27:23.348 | Collecting pyroute2>=0.7.3 2024-10-01 01:27:23.353 | Using cached pyroute2-0.7.3-py3-none-any.whl (445 kB) 2024-10-01 01:27:23.390 | Collecting python-designateclient>=2.7.0 2024-10-01 01:27:23.394 | Using cached python_designateclient-5.2.0-py3-none-any.whl (95 kB) 2024-10-01 01:27:23.436 | Collecting python-neutronclient>=7.8.0 2024-10-01 01:27:23.441 | Using cached python_neutronclient-9.0.0-py3-none-any.whl (429 kB) 2024-10-01 01:27:23.447 | Requirement already satisfied: python-novaclient>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (18.3.0) 2024-10-01 01:27:23.448 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (2.28.1) 2024-10-01 01:27:23.449 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (5.0.0) 2024-10-01 01:27:23.450 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (6.3.1) 2024-10-01 01:27:23.450 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (3.2.0) 2024-10-01 01:27:23.456 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.6.5->neutron==0.0.1.dev21) (1.2.3) 2024-10-01 01:27:23.459 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->neutron==0.0.1.dev21) (1.14.1) 2024-10-01 01:27:23.465 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev21) (2.2.1) 2024-10-01 01:27:23.466 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev21) (1.1.3) 2024-10-01 01:27:23.466 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev21) (1.16.0) 2024-10-01 01:27:23.473 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.10/dist-packages (from httplib2>=0.9.1->neutron==0.0.1.dev21) (3.0.9) 2024-10-01 01:27:23.477 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->neutron==0.0.1.dev21) (2.1.1) 2024-10-01 01:27:23.503 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev21) (1.1.0) 2024-10-01 01:27:23.503 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev21) (1.7.0) 2024-10-01 01:27:23.527 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev21) (5.1.0) 2024-10-01 01:27:23.528 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev21) (3.1.1) 2024-10-01 01:27:23.630 | Collecting setproctitle>=1.1.10 2024-10-01 01:27:23.634 | Using cached setproctitle-1.3.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (30 kB) 2024-10-01 01:27:23.761 | Collecting os-traits>=0.9.0 2024-10-01 01:27:23.763 | Using cached os_traits-2.10.0-py3-none-any.whl (41 kB) 2024-10-01 01:27:23.777 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev21) (1.4.0) 2024-10-01 01:27:23.779 | Requirement already satisfied: PyYAML>=3.13 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev21) (6.0) 2024-10-01 01:27:23.779 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev21) (1.0.1) 2024-10-01 01:27:23.780 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev21) (1.4.4) 2024-10-01 01:27:23.780 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev21) (1.32) 2024-10-01 01:27:23.781 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev21) (38.0.2) 2024-10-01 01:27:23.782 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev21) (1.1.8) 2024-10-01 01:27:23.813 | Collecting ncclient>=0.6.13 2024-10-01 01:27:23.813 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2024-10-01 01:27:23.817 | Requirement already satisfied: msgpack>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from os-ken>=2.2.0->neutron==0.0.1.dev21) (1.0.4) 2024-10-01 01:27:23.863 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=3.26.0->neutron==0.0.1.dev21) (0.18) 2024-10-01 01:27:23.882 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=9.0.0->neutron==0.0.1.dev21) (1.5.0) 2024-10-01 01:27:23.906 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev21) (0.13.0) 2024-10-01 01:27:23.908 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev21) (2.0.1) 2024-10-01 01:27:23.908 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev21) (0.5.0) 2024-10-01 01:27:23.931 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->neutron==0.0.1.dev21) (0.9.6) 2024-10-01 01:27:23.933 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->neutron==0.0.1.dev21) (2.8.2) 2024-10-01 01:27:23.957 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev21) (0.6.0) 2024-10-01 01:27:23.958 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev21) (5.2.4) 2024-10-01 01:27:23.959 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev21) (5.2.0) 2024-10-01 01:27:23.960 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev21) (5.1.1) 2024-10-01 01:27:23.969 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev21) (4.0.0) 2024-10-01 01:27:23.975 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev21) (3.3.0) 2024-10-01 01:27:24.017 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=2.3.0->neutron==0.0.1.dev21) (1.15.1) 2024-10-01 01:27:24.037 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev21) (2022.4) 2024-10-01 01:27:24.049 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=3.1.2->neutron==0.0.1.dev21) (4.0.1) 2024-10-01 01:27:24.051 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=3.1.2->neutron==0.0.1.dev21) (1.4.0) 2024-10-01 01:27:24.059 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev21) (3.4.1) 2024-10-01 01:27:24.133 | Collecting sortedcontainers 2024-10-01 01:27:24.136 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2024-10-01 01:27:24.161 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->neutron==0.0.1.dev21) (59.6.0) 2024-10-01 01:27:24.295 | Collecting logutils>=0.3 2024-10-01 01:27:24.295 | Using cached logutils-0.3.5-py3-none-any.whl 2024-10-01 01:27:24.344 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev21) (4.2.0) 2024-10-01 01:27:24.346 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev21) (4.16.0) 2024-10-01 01:27:24.380 | Collecting osc-lib>=1.8.0 2024-10-01 01:27:24.383 | Using cached osc_lib-2.7.0-py3-none-any.whl (88 kB) 2024-10-01 01:27:24.440 | Collecting os-client-config>=1.28.0 2024-10-01 01:27:24.442 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2024-10-01 01:27:24.633 | Collecting simplejson>=3.5.1 2024-10-01 01:27:24.635 | Using cached simplejson-3.17.6-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (137 kB) 2024-10-01 01:27:24.665 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev21) (3.4) 2024-10-01 01:27:24.666 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev21) (2.1.1) 2024-10-01 01:27:24.667 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev21) (1.26.12) 2024-10-01 01:27:24.668 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev21) (2020.6.20) 2024-10-01 01:27:24.680 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->neutron==0.0.1.dev21) (0.7) 2024-10-01 01:27:24.801 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->neutron==0.0.1.dev21) (0.13.1) 2024-10-01 01:27:24.825 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron==0.0.1.dev21) (5.0.0) 2024-10-01 01:27:24.871 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==0.0.1.dev21) (2.21) 2024-10-01 01:27:24.894 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev21) (5.0.0) 2024-10-01 01:27:24.895 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev21) (2.4.2) 2024-10-01 01:27:24.896 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev21) (0.5.1) 2024-10-01 01:27:25.049 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev21) (0.18.1) 2024-10-01 01:27:25.051 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev21) (22.1.0) 2024-10-01 01:27:25.136 | Requirement already satisfied: paramiko>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev21) (2.11.0) 2024-10-01 01:27:25.137 | Requirement already satisfied: lxml>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev21) (4.9.1) 2024-10-01 01:27:25.204 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=7.0.0->neutron==0.0.1.dev21) (0.14.1) 2024-10-01 01:27:25.219 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev21) (0.2.5) 2024-10-01 01:27:25.404 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==0.0.1.dev21) (0.4.3) 2024-10-01 01:27:25.405 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==0.0.1.dev21) (0.5.2) 2024-10-01 01:27:25.451 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron==0.0.1.dev21) (2.5.0) 2024-10-01 01:27:25.609 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev21) (1.8.2) 2024-10-01 01:27:25.641 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev21) (3.8.1) 2024-10-01 01:27:25.684 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev21) (1.5.0) 2024-10-01 01:27:26.351 | Installing collected packages: sortedcontainers, pyroute2, logutils, simplejson, setproctitle, ovs, os-traits, os-resource-classes, pecan, ovsdbapp, osc-lib, os-client-config, ncclient, python-neutronclient, python-designateclient, os-ken, os-vif, neutron-lib, neutron 2024-10-01 01:27:26.352 | Attempting uninstall: sortedcontainers 2024-10-01 01:27:26.353 | Found existing installation: sortedcontainers 2.1.0 2024-10-01 01:27:26.354 | Not uninstalling sortedcontainers at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 01:27:26.355 | Can't uninstall 'sortedcontainers'. No files were found to uninstall. 2024-10-01 01:27:26.748 | Attempting uninstall: ovs 2024-10-01 01:27:26.750 | Found existing installation: ovs 2.17.9 2024-10-01 01:27:26.751 | Not uninstalling ovs at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 01:27:26.751 | Can't uninstall 'ovs'. No files were found to uninstall. 2024-10-01 01:27:29.035 | Running setup.py develop for neutron 2024-10-01 01:27:30.136 | Successfully installed logutils-0.3.5 ncclient-0.6.13 neutron neutron-lib-3.4.3 os-client-config-2.1.0 os-ken-2.6.1 os-resource-classes-1.1.0 os-traits-2.10.0 os-vif-3.1.1 osc-lib-2.7.0 ovs-2.17.7 ovsdbapp-2.2.2 pecan-1.4.2 pyroute2-0.7.3 python-designateclient-5.2.0 python-neutronclient-9.0.0 setproctitle-1.3.2 simplejson-3.17.6 sortedcontainers-2.4.0 2024-10-01 01:27:30.136 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 01:27:30.268 | + inc/python:pip_install:196 : result=0 2024-10-01 01:27:30.271 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-01 01:27:30.272 | + functions-common:time_stop:2435 : local name 2024-10-01 01:27:30.274 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:27:30.276 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:27:30.278 | + functions-common:time_stop:2438 : local total 2024-10-01 01:27:30.280 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:27:30.281 | + functions-common:time_stop:2441 : name=pip_install 2024-10-01 01:27:30.283 | + functions-common:time_stop:2442 : start_time=1727746040735 2024-10-01 01:27:30.285 | + functions-common:time_stop:2444 : [[ -z 1727746040735 ]] 2024-10-01 01:27:30.288 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:27:30.291 | + functions-common:time_stop:2447 : end_time=1727746050288 2024-10-01 01:27:30.292 | + functions-common:time_stop:2448 : elapsed_time=9553 2024-10-01 01:27:30.294 | + functions-common:time_stop:2449 : total=62282 2024-10-01 01:27:30.296 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:27:30.298 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=71835 2024-10-01 01:27:30.299 | + inc/python:pip_install:199 : return 0 2024-10-01 01:27:30.301 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-10-01 01:27:30.303 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/neutron/neutron.egg-info 2024-10-01 01:27:30.305 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/neutron/neutron.egg-info 2024-10-01 01:27:30.320 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/neutron/neutron.egg-info 2024-10-01 01:27:30.329 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/neutron 2024-10-01 01:27:30.331 | + inc/python:use_library_from_git:246 : local name=/opt/stack/neutron 2024-10-01 01:27:30.333 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:27:30.335 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:27:30.337 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/neutron, ]] 2024-10-01 01:27:30.338 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:27:30.341 | + lib/neutron:install_neutron:520 : [[ openvswitch == \o\v\n ]] 2024-10-01 01:27:30.343 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-10-01 01:27:30.344 | + stack.sh:main:943 : is_service_enabled nova 2024-10-01 01:27:30.358 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:27:30.360 | + stack.sh:main:945 : stack_install_service nova 2024-10-01 01:27:30.361 | + lib/stack:stack_install_service:20 : local service=nova 2024-10-01 01:27:30.363 | + lib/stack:stack_install_service:21 : type install_nova 2024-10-01 01:27:30.365 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-10-01 01:27:30.367 | + lib/stack:stack_install_service:32 : install_nova 2024-10-01 01:27:30.369 | + lib/nova:install_nova:914 : use_library_from_git os-vif 2024-10-01 01:27:30.371 | + inc/python:use_library_from_git:246 : local name=os-vif 2024-10-01 01:27:30.373 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:27:30.375 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:27:30.376 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-vif, ]] 2024-10-01 01:27:30.378 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:27:30.380 | + lib/nova:install_nova:919 : is_service_enabled n-cpu 2024-10-01 01:27:30.392 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:27:30.394 | + lib/nova:install_nova:923 : is_service_enabled n-novnc 2024-10-01 01:27:30.407 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:27:30.408 | + lib/nova:install_nova:950 : is_service_enabled n-spice 2024-10-01 01:27:30.421 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:27:30.423 | + lib/nova:install_nova:962 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova refs/changes/88/922988/1 2024-10-01 01:27:30.425 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/nova.git 2024-10-01 01:27:30.426 | + functions-common:git_clone:613 : local git_dest=/opt/stack//nova 2024-10-01 01:27:30.428 | + functions-common:git_clone:614 : local git_ref=refs/changes/88/922988/1 2024-10-01 01:27:30.430 | + functions-common:git_clone:615 : local orig_dir 2024-10-01 01:27:30.432 | ++ functions-common:git_clone:616 : pwd 2024-10-01 01:27:30.434 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-10-01 01:27:30.436 | + functions-common:git_clone:617 : local git_clone_flags= 2024-10-01 01:27:30.438 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-10-01 01:27:30.451 | + functions-common:git_clone:619 : RECLONE=False 2024-10-01 01:27:30.453 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-10-01 01:27:30.454 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-10-01 01:27:30.456 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-10-01 01:27:30.458 | + functions-common:git_clone:633 : echo refs/changes/88/922988/1 2024-10-01 01:27:30.459 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-10-01 01:27:30.462 | + functions-common:git_clone:635 : [[ ! -d /opt/stack//nova ]] 2024-10-01 01:27:30.464 | + functions-common:git_clone:636 : [[ False = \T\r\u\e ]] 2024-10-01 01:27:30.466 | + functions-common:git_clone:641 : git_timed clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-10-01 01:27:30.468 | + functions-common:git_timed:720 : local count=0 2024-10-01 01:27:30.469 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 01:27:30.471 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 01:27:30.473 | + functions-common:git_timed:724 : timeout=0 2024-10-01 01:27:30.475 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 01:27:30.476 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 01:27:30.478 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:27:30.481 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:27:30.483 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:27:30.486 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746050484 2024-10-01 01:27:30.488 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-10-01 01:27:30.491 | Cloning into '/opt/stack//nova'... 2024-10-01 01:27:35.113 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 01:27:35.115 | + functions-common:time_stop:2435 : local name 2024-10-01 01:27:35.117 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:27:35.119 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:27:35.121 | + functions-common:time_stop:2438 : local total 2024-10-01 01:27:35.122 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:27:35.124 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 01:27:35.126 | + functions-common:time_stop:2442 : start_time=1727746050484 2024-10-01 01:27:35.128 | + functions-common:time_stop:2444 : [[ -z 1727746050484 ]] 2024-10-01 01:27:35.130 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:27:35.133 | + functions-common:time_stop:2447 : end_time=1727746055131 2024-10-01 01:27:35.135 | + functions-common:time_stop:2448 : elapsed_time=4647 2024-10-01 01:27:35.137 | + functions-common:time_stop:2449 : total=27700 2024-10-01 01:27:35.138 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:27:35.140 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=32347 2024-10-01 01:27:35.142 | + functions-common:git_clone:643 : cd /opt/stack//nova 2024-10-01 01:27:35.144 | + functions-common:git_clone:644 : git_timed fetch https://opendev.org/openstack/nova.git refs/changes/88/922988/1 2024-10-01 01:27:35.145 | + functions-common:git_timed:720 : local count=0 2024-10-01 01:27:35.147 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 01:27:35.149 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 01:27:35.151 | + functions-common:git_timed:724 : timeout=0 2024-10-01 01:27:35.152 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 01:27:35.154 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 01:27:35.156 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:27:35.158 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:27:35.160 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:27:35.164 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746055161 2024-10-01 01:27:35.165 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch https://opendev.org/openstack/nova.git refs/changes/88/922988/1 2024-10-01 01:28:36.447 | From https://opendev.org/openstack/nova 2024-10-01 01:28:36.447 | * branch refs/changes/88/922988/1 -> FETCH_HEAD 2024-10-01 01:28:36.451 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 01:28:36.453 | + functions-common:time_stop:2435 : local name 2024-10-01 01:28:36.455 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:28:36.458 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:28:36.459 | + functions-common:time_stop:2438 : local total 2024-10-01 01:28:36.461 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:28:36.463 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 01:28:36.465 | + functions-common:time_stop:2442 : start_time=1727746055161 2024-10-01 01:28:36.467 | + functions-common:time_stop:2444 : [[ -z 1727746055161 ]] 2024-10-01 01:28:36.469 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:28:36.473 | + functions-common:time_stop:2447 : end_time=1727746116471 2024-10-01 01:28:36.475 | + functions-common:time_stop:2448 : elapsed_time=61310 2024-10-01 01:28:36.476 | + functions-common:time_stop:2449 : total=32347 2024-10-01 01:28:36.478 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:28:36.480 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=93657 2024-10-01 01:28:36.482 | + functions-common:git_clone:644 : git checkout FETCH_HEAD 2024-10-01 01:28:36.735 | Note: switching to 'FETCH_HEAD'. 2024-10-01 01:28:36.735 | 2024-10-01 01:28:36.735 | You are in 'detached HEAD' state. You can look around, make experimental 2024-10-01 01:28:36.735 | changes and commit them, and you can discard any commits you make in this 2024-10-01 01:28:36.735 | state without impacting any branches by switching back to a branch. 2024-10-01 01:28:36.735 | 2024-10-01 01:28:36.735 | If you want to create a new branch to retain commits you create, you may 2024-10-01 01:28:36.735 | do so (now or later) by using -c with the switch command. Example: 2024-10-01 01:28:36.735 | 2024-10-01 01:28:36.735 | git switch -c 2024-10-01 01:28:36.735 | 2024-10-01 01:28:36.735 | Or undo this operation with: 2024-10-01 01:28:36.735 | 2024-10-01 01:28:36.735 | git switch - 2024-10-01 01:28:36.735 | 2024-10-01 01:28:36.735 | Turn off this advice by setting config variable advice.detachedHead to false 2024-10-01 01:28:36.735 | 2024-10-01 01:28:36.735 | HEAD is now at 4c02c2d7b3 retry write_sys call on device busy 2024-10-01 01:28:36.741 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//nova 2024-10-01 01:28:36.752 | + functions-common:git_clone:695 : cd /opt/stack//nova 2024-10-01 01:28:36.754 | + functions-common:git_clone:696 : git show --oneline 2024-10-01 01:28:36.754 | + functions-common:git_clone:696 : head -1 2024-10-01 01:28:36.758 | 4c02c2d7b3 retry write_sys call on device busy 2024-10-01 01:28:36.761 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-10-01 01:28:36.763 | + lib/nova:install_nova:963 : setup_develop /opt/stack//nova 2024-10-01 01:28:36.764 | + inc/python:setup_develop:334 : local bindep 2024-10-01 01:28:36.766 | + inc/python:setup_develop:335 : [[ /opt/stack//nova == -bindep* ]] 2024-10-01 01:28:36.768 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//nova 2024-10-01 01:28:36.770 | + inc/python:setup_develop:340 : local extras= 2024-10-01 01:28:36.772 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//nova -e 2024-10-01 01:28:36.774 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-10-01 01:28:36.776 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//nova == -bindep* ]] 2024-10-01 01:28:36.778 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//nova 2024-10-01 01:28:36.781 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-10-01 01:28:36.783 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-10-01 01:28:36.785 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//nova 2024-10-01 01:28:36.787 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-10-01 01:28:36.789 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/nova 2024-10-01 01:28:36.791 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-10-01 01:28:36.793 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-10-01 01:28:36.795 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2024-10-01 01:28:36.800 | + inc/python:_setup_package_with_constraints_edit:381 : name=nova 2024-10-01 01:28:36.802 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- nova 2024-10-01 01:28:37.119 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/nova -e 2024-10-01 01:28:37.121 | + inc/python:setup_package:414 : local bindep=0 2024-10-01 01:28:37.123 | + inc/python:setup_package:415 : local bindep_flag= 2024-10-01 01:28:37.125 | + inc/python:setup_package:416 : local bindep_profiles= 2024-10-01 01:28:37.127 | + inc/python:setup_package:417 : [[ /opt/stack/nova == -bindep* ]] 2024-10-01 01:28:37.129 | + inc/python:setup_package:422 : local project_dir=/opt/stack/nova 2024-10-01 01:28:37.131 | + inc/python:setup_package:423 : local flags=-e 2024-10-01 01:28:37.133 | + inc/python:setup_package:424 : local extras= 2024-10-01 01:28:37.135 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-10-01 01:28:37.137 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-10-01 01:28:37.139 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-10-01 01:28:37.141 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-10-01 01:28:37.143 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-10-01 01:28:37.145 | + inc/python:setup_package:442 : pip_install -e /opt/stack/nova 2024-10-01 01:28:37.161 | Using python 3.10 to install /opt/stack/nova 2024-10-01 01:28:37.163 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/nova 2024-10-01 01:28:38.109 | Obtaining file:///opt/stack/nova 2024-10-01 01:28:38.110 | Preparing metadata (setup.py): started 2024-10-01 01:28:41.075 | Preparing metadata (setup.py): finished with status 'done' 2024-10-01 01:28:41.164 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (3.1.2) 2024-10-01 01:28:41.166 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (3.5.2) 2024-10-01 01:28:41.166 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (2.1.1) 2024-10-01 01:28:41.170 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (3.4.1) 2024-10-01 01:28:41.170 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (6.0) 2024-10-01 01:28:41.170 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (2.5.1) 2024-10-01 01:28:41.170 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (1.4.41) 2024-10-01 01:28:41.170 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (1.8.7) 2024-10-01 01:28:41.170 | Requirement already satisfied: alembic>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (1.8.1) 2024-10-01 01:28:41.171 | Requirement already satisfied: castellan>=0.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (4.1.0) 2024-10-01 01:28:41.172 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (38.0.2) 2024-10-01 01:28:41.172 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (0.2.3) 2024-10-01 01:28:41.173 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (5.1.1) 2024-10-01 01:28:41.174 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (0.33.1) 2024-10-01 01:28:41.174 | Requirement already satisfied: futurist>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (2.4.1) 2024-10-01 01:28:41.175 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (1.1.3) 2024-10-01 01:28:41.176 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (1.1.0) 2024-10-01 01:28:41.177 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (4.16.0) 2024-10-01 01:28:41.178 | Requirement already satisfied: keystoneauth1>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (5.1.3) 2024-10-01 01:28:41.179 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (10.2.0) 2024-10-01 01:28:41.179 | Requirement already satisfied: lxml>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (4.9.1) 2024-10-01 01:28:41.356 | Collecting microversion-parse>=0.2.1 2024-10-01 01:28:41.359 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2024-10-01 01:28:41.361 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (0.8.0) 2024-10-01 01:28:41.362 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from nova==0.1.0.dev60262) (0.11.0) 2024-10-01 01:28:41.363 | Requirement already satisfied: openstacksdk>=0.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (1.0.1) 2024-10-01 01:28:41.364 | Requirement already satisfied: os-brick>=5.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (6.2.3) 2024-10-01 01:28:41.365 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (1.1.0) 2024-10-01 01:28:41.365 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (1.7.0) 2024-10-01 01:28:41.366 | Requirement already satisfied: os-traits>=2.9.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (2.10.0) 2024-10-01 01:28:41.367 | Requirement already satisfied: os-vif>=3.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (3.1.1) 2024-10-01 01:28:41.369 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (3.3.1) 2024-10-01 01:28:41.369 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (5.1.1) 2024-10-01 01:28:41.371 | Requirement already satisfied: oslo.config>=8.6.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (9.1.1) 2024-10-01 01:28:41.371 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (5.1.1) 2024-10-01 01:28:41.371 | Requirement already satisfied: oslo.db>=10.0.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (12.3.2) 2024-10-01 01:28:41.372 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (6.0.0) 2024-10-01 01:28:41.373 | Requirement already satisfied: oslo.limit>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (2.1.0) 2024-10-01 01:28:41.374 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (5.2.0) 2024-10-01 01:28:41.374 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (14.2.5) 2024-10-01 01:28:41.375 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (5.1.1) 2024-10-01 01:28:41.376 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (4.1.1) 2024-10-01 01:28:41.398 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (3.1.0) 2024-10-01 01:28:41.399 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (3.0.0) 2024-10-01 01:28:41.400 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (7.0.1) 2024-10-01 01:28:41.400 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (5.1.2) 2024-10-01 01:28:41.401 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (3.1.2) 2024-10-01 01:28:41.402 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (2.1.1) 2024-10-01 01:28:41.403 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (6.1.0) 2024-10-01 01:28:41.404 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (3.1.0) 2024-10-01 01:28:41.404 | Requirement already satisfied: packaging>=21.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (23.1) 2024-10-01 01:28:41.405 | Requirement already satisfied: paramiko>=2.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (2.11.0) 2024-10-01 01:28:41.406 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (5.11.1) 2024-10-01 01:28:41.407 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (5.9.2) 2024-10-01 01:28:41.407 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (9.3.0) 2024-10-01 01:28:41.408 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (2.8.2) 2024-10-01 01:28:41.409 | Requirement already satisfied: python-glanceclient>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (4.3.2) 2024-10-01 01:28:41.410 | Requirement already satisfied: python-neutronclient>=7.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (9.0.0) 2024-10-01 01:28:41.411 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (2.28.1) 2024-10-01 01:28:41.411 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (1.3.3) 2024-10-01 01:28:41.412 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (1.5.0) 2024-10-01 01:28:41.413 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (0.13.0) 2024-10-01 01:28:41.414 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (5.0.0) 2024-10-01 01:28:41.414 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60262) (3.2.0) 2024-10-01 01:28:41.434 | Collecting websockify>=0.9.0 2024-10-01 01:28:41.434 | Using cached websockify-0.10.0-py3-none-any.whl 2024-10-01 01:28:41.445 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.5.0->nova==0.1.0.dev60262) (1.2.3) 2024-10-01 01:28:41.454 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /usr/local/lib/python3.10/dist-packages (from castellan>=0.16.0->nova==0.1.0.dev60262) (5.5.0) 2024-10-01 01:28:41.471 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->nova==0.1.0.dev60262) (1.15.1) 2024-10-01 01:28:41.484 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.30.1->nova==0.1.0.dev60262) (1.16.0) 2024-10-01 01:28:41.485 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.30.1->nova==0.1.0.dev60262) (2.2.1) 2024-10-01 01:28:41.493 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->nova==0.1.0.dev60262) (2.1.1) 2024-10-01 01:28:41.510 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->nova==0.1.0.dev60262) (22.1.0) 2024-10-01 01:28:41.511 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->nova==0.1.0.dev60262) (0.18.1) 2024-10-01 01:28:41.558 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.20.0->nova==0.1.0.dev60262) (3.1.1) 2024-10-01 01:28:41.559 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.20.0->nova==0.1.0.dev60262) (5.1.0) 2024-10-01 01:28:41.581 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60262) (1.32) 2024-10-01 01:28:41.582 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60262) (1.4.0) 2024-10-01 01:28:41.584 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60262) (1.0.1) 2024-10-01 01:28:41.584 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60262) (1.4.4) 2024-10-01 01:28:41.585 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60262) (1.1.8) 2024-10-01 01:28:41.596 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from os-brick>=5.2->nova==0.1.0.dev60262) (6.3.1) 2024-10-01 01:28:41.598 | Requirement already satisfied: os-win>=5.7.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=5.2->nova==0.1.0.dev60262) (5.9.0) 2024-10-01 01:28:41.617 | Requirement already satisfied: ovsdbapp>=0.12.1 in /usr/local/lib/python3.10/dist-packages (from os-vif>=3.1.0->nova==0.1.0.dev60262) (2.2.2) 2024-10-01 01:28:41.619 | Requirement already satisfied: pyroute2>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from os-vif>=3.1.0->nova==0.1.0.dev60262) (0.7.3) 2024-10-01 01:28:41.620 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from os-vif>=3.1.0->nova==0.1.0.dev60262) (2.5.0) 2024-10-01 01:28:41.645 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=5.0.1->nova==0.1.0.dev60262) (0.18) 2024-10-01 01:28:41.689 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=10.0.0->nova==0.1.0.dev60262) (2.0.1) 2024-10-01 01:28:41.690 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=10.0.0->nova==0.1.0.dev60262) (0.5.0) 2024-10-01 01:28:41.722 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.6.1->nova==0.1.0.dev60262) (0.9.6) 2024-10-01 01:28:41.747 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60262) (5.2.4) 2024-10-01 01:28:41.748 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60262) (5.1.1) 2024-10-01 01:28:41.749 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60262) (5.2.0) 2024-10-01 01:28:41.752 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60262) (0.6.0) 2024-10-01 01:28:41.762 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->nova==0.1.0.dev60262) (3.3.0) 2024-10-01 01:28:41.763 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->nova==0.1.0.dev60262) (4.0.0) 2024-10-01 01:28:41.783 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=2.6.2->nova==0.1.0.dev60262) (1.0.4) 2024-10-01 01:28:41.803 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=4.2.0->nova==0.1.0.dev60262) (2022.4) 2024-10-01 01:28:41.819 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->nova==0.1.0.dev60262) (4.0.1) 2024-10-01 01:28:41.819 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->nova==0.1.0.dev60262) (1.4.0) 2024-10-01 01:28:41.836 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.12.1->nova==0.1.0.dev60262) (3.0.9) 2024-10-01 01:28:41.874 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=2.7.1->nova==0.1.0.dev60262) (1.5.0) 2024-10-01 01:28:41.884 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->nova==0.1.0.dev60262) (59.6.0) 2024-10-01 01:28:41.937 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->nova==0.1.0.dev60262) (0.2.5) 2024-10-01 01:28:41.985 | Requirement already satisfied: warlock>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=2.8.0->nova==0.1.0.dev60262) (2.0.1) 2024-10-01 01:28:41.987 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=2.8.0->nova==0.1.0.dev60262) (22.1.0) 2024-10-01 01:28:41.988 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=2.8.0->nova==0.1.0.dev60262) (1.14.1) 2024-10-01 01:28:42.004 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.1.0.dev60262) (4.2.0) 2024-10-01 01:28:42.005 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.1.0.dev60262) (2.7.0) 2024-10-01 01:28:42.007 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.1.0.dev60262) (3.17.6) 2024-10-01 01:28:42.008 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.1.0.dev60262) (2.1.0) 2024-10-01 01:28:42.030 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60262) (2020.6.20) 2024-10-01 01:28:42.030 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60262) (1.26.12) 2024-10-01 01:28:42.032 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60262) (2.1.1) 2024-10-01 01:28:42.032 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60262) (3.4) 2024-10-01 01:28:42.063 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->nova==0.1.0.dev60262) (0.7) 2024-10-01 01:28:42.141 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.1.0.dev60262) (0.4.3) 2024-10-01 01:28:42.142 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.1.0.dev60262) (0.5.2) 2024-10-01 01:28:42.185 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->nova==0.1.0.dev60262) (0.13.1) 2024-10-01 01:28:42.623 | Collecting numpy 2024-10-01 01:28:42.711 | Using cached numpy-1.23.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB) 2024-10-01 01:28:42.802 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->nova==0.1.0.dev60262) (5.0.0) 2024-10-01 01:28:42.886 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==0.1.0.dev60262) (2.21) 2024-10-01 01:28:42.911 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60262) (0.5.1) 2024-10-01 01:28:42.913 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60262) (5.0.0) 2024-10-01 01:28:42.913 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60262) (2.4.2) 2024-10-01 01:28:43.122 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->nova==0.1.0.dev60262) (0.14.1) 2024-10-01 01:28:43.137 | Requirement already satisfied: ovs>=2.10.0 in /usr/local/lib/python3.10/dist-packages (from ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==0.1.0.dev60262) (2.17.7) 2024-10-01 01:28:43.407 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=10.0.0->nova==0.1.0.dev60262) (2.5.0) 2024-10-01 01:28:43.592 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60262) (1.8.2) 2024-10-01 01:28:43.623 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60262) (3.8.1) 2024-10-01 01:28:43.639 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.10/dist-packages (from ovs>=2.10.0->ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==0.1.0.dev60262) (2.4.0) 2024-10-01 01:28:44.236 | Installing collected packages: numpy, microversion-parse, websockify, nova 2024-10-01 01:28:46.048 | Running setup.py develop for nova 2024-10-01 01:28:49.492 | Successfully installed microversion-parse-1.0.1 nova numpy-1.23.3 websockify-0.10.0 2024-10-01 01:28:49.493 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 01:28:49.625 | + inc/python:pip_install:196 : result=0 2024-10-01 01:28:49.627 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-01 01:28:49.629 | + functions-common:time_stop:2435 : local name 2024-10-01 01:28:49.632 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:28:49.634 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:28:49.635 | + functions-common:time_stop:2438 : local total 2024-10-01 01:28:49.637 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:28:49.639 | + functions-common:time_stop:2441 : name=pip_install 2024-10-01 01:28:49.641 | + functions-common:time_stop:2442 : start_time=1727746117157 2024-10-01 01:28:49.643 | + functions-common:time_stop:2444 : [[ -z 1727746117157 ]] 2024-10-01 01:28:49.645 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:28:49.648 | + functions-common:time_stop:2447 : end_time=1727746129646 2024-10-01 01:28:49.650 | + functions-common:time_stop:2448 : elapsed_time=12489 2024-10-01 01:28:49.652 | + functions-common:time_stop:2449 : total=71835 2024-10-01 01:28:49.653 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:28:49.655 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=84324 2024-10-01 01:28:49.657 | + inc/python:pip_install:199 : return 0 2024-10-01 01:28:49.659 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-10-01 01:28:49.661 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/nova/nova.egg-info 2024-10-01 01:28:49.662 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/nova/nova.egg-info 2024-10-01 01:28:49.676 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/nova/nova.egg-info 2024-10-01 01:28:49.686 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/nova 2024-10-01 01:28:49.688 | + inc/python:use_library_from_git:246 : local name=/opt/stack/nova 2024-10-01 01:28:49.690 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:28:49.692 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:28:49.693 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/nova, ]] 2024-10-01 01:28:49.695 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:28:49.697 | + lib/nova:install_nova:964 : sudo install -D -m 0644 -o stack /opt/stack//nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2024-10-01 01:28:49.707 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-10-01 01:28:49.709 | + stack.sh:main:946 : configure_nova 2024-10-01 01:28:49.712 | + lib/nova:configure_nova:249 : sudo install -d -o stack /etc/nova 2024-10-01 01:28:49.720 | + lib/nova:configure_nova:251 : configure_rootwrap nova 2024-10-01 01:28:49.722 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2024-10-01 01:28:49.724 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-10-01 01:28:49.727 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2024-10-01 01:28:49.727 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-10-01 01:28:49.731 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2024-10-01 01:28:49.733 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2024-10-01 01:28:49.735 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2024-10-01 01:28:49.737 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2024-10-01 01:28:49.738 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2024-10-01 01:28:49.740 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2024-10-01 01:28:49.742 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2024-10-01 01:28:49.744 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2024-10-01 01:28:49.753 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2024-10-01 01:28:49.762 | + 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 2024-10-01 01:28:49.771 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack//nova/etc/nova/rootwrap.conf /etc/nova/rootwrap.conf 2024-10-01 01:28:49.779 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2024-10-01 01:28:49.788 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2024-10-01 01:28:49.791 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2024-10-01 01:28:49.794 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.EpfD5AooB2 2024-10-01 01:28:49.796 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-10-01 01:28:49.799 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-10-01 01:28:49.801 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2024-10-01 01:28:49.803 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-10-01 01:28:49.805 | + inc/rootwrap:configure_rootwrap:72 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-10-01 01:28:49.807 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.EpfD5AooB2 2024-10-01 01:28:49.810 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.EpfD5AooB2 2024-10-01 01:28:49.819 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.EpfD5AooB2 /etc/sudoers.d/nova-rootwrap 2024-10-01 01:28:49.829 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2024-10-01 01:28:49.832 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2024-10-01 01:28:49.834 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2024-10-01 01:28:49.835 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-10-01 01:28:49.837 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-10-01 01:28:49.839 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2024-10-01 01:28:49.841 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2024-10-01 01:28:49.843 | + lib/nova:configure_nova:253 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ n-api ]] 2024-10-01 01:28:49.845 | + lib/nova:configure_nova:255 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2024-10-01 01:28:49.849 | + lib/nova:configure_nova:258 : is_service_enabled n-cpu 2024-10-01 01:28:49.862 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:28:49.864 | + lib/nova:configure_nova:356 : create_nova_conf 2024-10-01 01:28:49.865 | + lib/nova:create_nova_conf:430 : rm -f /opt/stack//nova/bin/nova.conf 2024-10-01 01:28:49.868 | + lib/nova:create_nova_conf:433 : rm -f /etc/nova/nova.conf 2024-10-01 01:28:49.871 | + lib/nova:create_nova_conf:434 : iniset /etc/nova/nova.conf DEFAULT debug True 2024-10-01 01:28:49.894 | + lib/nova:create_nova_conf:435 : '[' True == True ']' 2024-10-01 01:28:49.896 | + lib/nova:create_nova_conf:436 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2024-10-01 01:28:49.918 | + lib/nova:create_nova_conf:438 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2024-10-01 01:28:49.941 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2024-10-01 01:28:49.963 | + lib/nova:create_nova_conf:440 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2024-10-01 01:28:49.987 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf scheduler workers 2 2024-10-01 01:28:50.012 | + lib/nova:create_nova_conf:442 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2024-10-01 01:28:50.035 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2024-10-01 01:28:50.057 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2024-10-01 01:28:50.079 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2024-10-01 01:28:50.101 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2024-10-01 01:28:50.123 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2024-10-01 01:28:50.145 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2024-10-01 01:28:50.169 | + lib/nova:create_nova_conf:451 : is_fedora 2024-10-01 01:28:50.170 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-10-01 01:28:50.172 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-10-01 01:28:50.174 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-10-01 01:28:50.176 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-10-01 01:28:50.177 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-10-01 01:28:50.179 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-10-01 01:28:50.181 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-10-01 01:28:50.183 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-10-01 01:28:50.184 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-10-01 01:28:50.186 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-10-01 01:28:50.188 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-10-01 01:28:50.190 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-10-01 01:28:50.191 | + lib/nova:create_nova_conf:451 : is_suse 2024-10-01 01:28:50.193 | + functions-common:is_suse:544 : is_opensuse 2024-10-01 01:28:50.195 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-10-01 01:28:50.196 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-10-01 01:28:50.198 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-10-01 01:28:50.200 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-10-01 01:28:50.202 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-10-01 01:28:50.204 | + lib/nova:create_nova_conf:460 : is_service_enabled n-api n-cond n-sched 2024-10-01 01:28:50.216 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:28:50.218 | + lib/nova:create_nova_conf:464 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-10-01 01:28:50.219 | + lib/nova:create_nova_conf:465 : local db=nova_cell1 2024-10-01 01:28:50.222 | ++ lib/nova:create_nova_conf:473 : database_connection_url nova_cell1 2024-10-01 01:28:50.223 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-10-01 01:28:50.225 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-10-01 01:28:50.227 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2024-10-01 01:28:50.229 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-10-01 01:28:50.231 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-10-01 01:28:50.232 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2024-10-01 01:28:50.234 | + lib/nova:create_nova_conf:473 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2024-10-01 01:28:50.259 | ++ lib/nova:create_nova_conf:474 : database_connection_url nova_api 2024-10-01 01:28:50.261 | ++ lib/database:database_connection_url:134 : local db=nova_api 2024-10-01 01:28:50.263 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2024-10-01 01:28:50.265 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_api 2024-10-01 01:28:50.266 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-10-01 01:28:50.268 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-10-01 01:28:50.270 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8' 2024-10-01 01:28:50.272 | + lib/nova:create_nova_conf:474 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8' 2024-10-01 01:28:50.297 | + lib/nova:create_nova_conf:479 : iniset /etc/nova/nova.conf cache enabled True 2024-10-01 01:28:50.321 | + lib/nova:create_nova_conf:480 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2024-10-01 01:28:50.344 | + lib/nova:create_nova_conf:481 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2024-10-01 01:28:50.367 | + lib/nova:create_nova_conf:484 : is_service_enabled n-api 2024-10-01 01:28:50.380 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:28:50.381 | + lib/nova:create_nova_conf:485 : is_service_enabled n-api-meta 2024-10-01 01:28:50.395 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:28:50.397 | ++ lib/nova:create_nova_conf:487 : echo osapi_compute,metadata 2024-10-01 01:28:50.397 | ++ lib/nova:create_nova_conf:487 : sed s/,metadata// 2024-10-01 01:28:50.401 | + lib/nova:create_nova_conf:487 : NOVA_ENABLED_APIS=osapi_compute 2024-10-01 01:28:50.403 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2024-10-01 01:28:50.427 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2024-10-01 01:28:50.429 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2024-10-01 01:28:50.431 | + lib/nova:create_nova_conf:494 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults False 2024-10-01 01:28:50.456 | + lib/nova:create_nova_conf:495 : iniset /etc/nova/nova.conf oslo_policy enforce_scope False 2024-10-01 01:28:50.479 | + lib/nova:create_nova_conf:497 : is_service_enabled tls-proxy 2024-10-01 01:28:50.491 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:28:50.493 | + lib/nova:create_nova_conf:503 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2024-10-01 01:28:50.495 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2024-10-01 01:28:50.496 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-10-01 01:28:50.498 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-10-01 01:28:50.500 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2024-10-01 01:28:50.524 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2024-10-01 01:28:50.548 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-10-01 01:28:50.570 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2024-10-01 01:28:50.592 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2024-10-01 01:28:50.614 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2024-10-01 01:28:50.637 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2024-10-01 01:28:50.660 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2024-10-01 01:28:50.682 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-10-01 01:28:50.704 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2024-10-01 01:28:50.727 | + lib/nova:create_nova_conf:506 : is_service_enabled cinder 2024-10-01 01:28:50.739 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:28:50.741 | + lib/nova:create_nova_conf:507 : configure_cinder_access 2024-10-01 01:28:50.742 | + lib/nova:configure_cinder_access:634 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2024-10-01 01:28:50.766 | + lib/nova:configure_cinder_access:635 : iniset /etc/nova/nova.conf cinder auth_type password 2024-10-01 01:28:50.788 | + lib/nova:configure_cinder_access:636 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2024-10-01 01:28:50.812 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder username nova 2024-10-01 01:28:50.835 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder password nomoresecret 2024-10-01 01:28:50.856 | + lib/nova:configure_cinder_access:645 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2024-10-01 01:28:50.879 | + lib/nova:configure_cinder_access:646 : iniset /etc/nova/nova.conf cinder project_name service 2024-10-01 01:28:50.901 | + lib/nova:configure_cinder_access:647 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2024-10-01 01:28:50.923 | + lib/nova:configure_cinder_access:648 : is_service_enabled tls-proxy 2024-10-01 01:28:50.935 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:28:50.937 | + lib/nova:create_nova_conf:510 : '[' -n /opt/stack/data/nova ']' 2024-10-01 01:28:50.939 | + lib/nova:create_nova_conf:511 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2024-10-01 01:28:50.961 | + lib/nova:create_nova_conf:512 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2024-10-01 01:28:50.985 | + lib/nova:create_nova_conf:514 : '[' -n /opt/stack/data/nova/instances ']' 2024-10-01 01:28:50.987 | + lib/nova:create_nova_conf:515 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2024-10-01 01:28:51.010 | + lib/nova:create_nova_conf:517 : '[' False '!=' False ']' 2024-10-01 01:28:51.011 | + lib/nova:create_nova_conf:520 : '[' False '!=' False ']' 2024-10-01 01:28:51.013 | + lib/nova:create_nova_conf:526 : is_suse 2024-10-01 01:28:51.015 | + functions-common:is_suse:544 : is_opensuse 2024-10-01 01:28:51.017 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-10-01 01:28:51.019 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-10-01 01:28:51.020 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-10-01 01:28:51.022 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-10-01 01:28:51.024 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-10-01 01:28:51.026 | + lib/nova:create_nova_conf:526 : is_fedora 2024-10-01 01:28:51.028 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-10-01 01:28:51.030 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-10-01 01:28:51.032 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-10-01 01:28:51.033 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-10-01 01:28:51.035 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-10-01 01:28:51.037 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-10-01 01:28:51.039 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-10-01 01:28:51.040 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-10-01 01:28:51.042 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-10-01 01:28:51.044 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-10-01 01:28:51.046 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-10-01 01:28:51.047 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-10-01 01:28:51.049 | + lib/nova:create_nova_conf:531 : setup_logging /etc/nova/nova.conf 2024-10-01 01:28:51.051 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2024-10-01 01:28:51.053 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2024-10-01 01:28:51.055 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-10-01 01:28:51.068 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-10-01 01:28:51.070 | + functions:setup_systemd_logging:706 : local pidstr= 2024-10-01 01:28:51.072 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-10-01 01:28:51.074 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-10-01 01:28:51.076 | + functions:setup_systemd_logging:713 : iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-10-01 01:28:51.100 | + functions:setup_systemd_logging:715 : 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' 2024-10-01 01:28:51.123 | + functions:setup_systemd_logging:716 : iniset /etc/nova/nova.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-10-01 01:28:51.145 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-10-01 01:28:51.167 | + lib/nova:create_nova_conf:533 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2024-10-01 01:28:51.192 | + lib/nova:create_nova_conf:535 : is_service_enabled n-api 2024-10-01 01:28:51.204 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:28:51.206 | + lib/nova:create_nova_conf:536 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2024-10-01 01:28:51.208 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2024-10-01 01:28:51.210 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2024-10-01 01:28:51.212 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2024-10-01 01:28:51.213 | + lib/apache:write_uwsgi_config:257 : local http= 2024-10-01 01:28:51.215 | + lib/apache:write_uwsgi_config:258 : local name= 2024-10-01 01:28:51.217 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2024-10-01 01:28:51.220 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2024-10-01 01:28:51.222 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-10-01 01:28:51.224 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-10-01 01:28:51.233 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-10-01 01:28:51.234 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-10-01 01:28:51.240 | d /var/run/uwsgi 0755 stack root 2024-10-01 01:28:51.242 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-10-01 01:28:51.250 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2024-10-01 01:28:51.253 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2024-10-01 01:28:51.255 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2024-10-01 01:28:51.258 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2024-10-01 01:28:51.281 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2024-10-01 01:28:51.303 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2024-10-01 01:28:51.326 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2024-10-01 01:28:51.350 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2024-10-01 01:28:51.372 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-10-01 01:28:51.395 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2024-10-01 01:28:51.418 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2024-10-01 01:28:51.441 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2024-10-01 01:28:51.465 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-10-01 01:28:51.487 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2024-10-01 01:28:51.512 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-10-01 01:28:51.534 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2024-10-01 01:28:51.558 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-10-01 01:28:51.560 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-10-01 01:28:51.562 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2024-10-01 01:28:51.564 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2024-10-01 01:28:51.566 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-10-01 01:28:51.568 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:28:51.570 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:28:51.572 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2024-10-01 01:28:51.574 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2024-10-01 01:28:51.576 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2024-10-01 01:28:51.598 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2024-10-01 01:28:51.622 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 ' 2024-10-01 01:28:51.622 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2024-10-01 01:28:51.629 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2024-10-01 01:28:51.632 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2024-10-01 01:28:51.634 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2024-10-01 01:28:51.636 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-10-01 01:28:51.638 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-10-01 01:28:51.640 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-10-01 01:28:51.642 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:28:51.644 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:28:51.645 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-10-01 01:28:51.647 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-10-01 01:28:51.649 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:28:51.651 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:28:51.653 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2024-10-01 01:28:51.685 | Enabling site nova-api-wsgi. 2024-10-01 01:28:51.689 | To activate the new configuration, you need to run: 2024-10-01 01:28:51.689 | systemctl reload apache2 2024-10-01 01:28:51.693 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-10-01 01:28:51.695 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-10-01 01:28:51.697 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-10-01 01:28:51.698 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-10-01 01:28:51.794 | + lib/nova:create_nova_conf:539 : is_service_enabled n-api-meta 2024-10-01 01:28:51.808 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:28:51.810 | + lib/nova:create_nova_conf:540 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2024-10-01 01:28:51.812 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2024-10-01 01:28:51.814 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2024-10-01 01:28:51.816 | + lib/apache:write_uwsgi_config:256 : local url= 2024-10-01 01:28:51.817 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2024-10-01 01:28:51.819 | + lib/apache:write_uwsgi_config:258 : local name= 2024-10-01 01:28:51.822 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2024-10-01 01:28:51.824 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2024-10-01 01:28:51.826 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-10-01 01:28:51.828 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-10-01 01:28:51.838 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-10-01 01:28:51.838 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-10-01 01:28:51.844 | d /var/run/uwsgi 0755 stack root 2024-10-01 01:28:51.847 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-10-01 01:28:51.855 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2024-10-01 01:28:51.858 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2024-10-01 01:28:51.860 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2024-10-01 01:28:51.863 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2024-10-01 01:28:51.888 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2024-10-01 01:28:51.911 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2024-10-01 01:28:51.934 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2024-10-01 01:28:51.956 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2024-10-01 01:28:51.979 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2024-10-01 01:28:52.001 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2024-10-01 01:28:52.023 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2024-10-01 01:28:52.046 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2024-10-01 01:28:52.068 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-10-01 01:28:52.090 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2024-10-01 01:28:52.113 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2024-10-01 01:28:52.135 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2024-10-01 01:28:52.158 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2024-10-01 01:28:52.159 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2024-10-01 01:28:52.182 | + lib/nova:create_nova_conf:543 : is_service_enabled ceilometer 2024-10-01 01:28:52.194 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:28:52.196 | + lib/nova:create_nova_conf:551 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2024-10-01 01:28:52.221 | ++ lib/nova:create_nova_conf:552 : get_notification_url 2024-10-01 01:28:52.223 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2024-10-01 01:28:52.224 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2024-10-01 01:28:52.237 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:28:52.239 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-01 01:28:52.241 | + lib/nova:create_nova_conf:552 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-01 01:28:52.264 | + lib/nova:create_nova_conf:553 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2024-10-01 01:28:52.288 | + lib/nova:create_nova_conf:554 : iniset_rpc_backend nova /etc/nova/nova.conf 2024-10-01 01:28:52.290 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2024-10-01 01:28:52.292 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2024-10-01 01:28:52.294 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-10-01 01:28:52.296 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-10-01 01:28:52.298 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-10-01 01:28:52.310 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:28:52.312 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-10-01 01:28:52.314 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-10-01 01:28:52.316 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-10-01 01:28:52.329 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:28:52.330 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-01 01:28:52.333 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-01 01:28:52.356 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-10-01 01:28:52.358 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-10-01 01:28:52.360 | + lib/nova:create_nova_conf:556 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2024-10-01 01:28:52.383 | + lib/nova:create_nova_conf:557 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2024-10-01 01:28:52.406 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf conductor workers 2 2024-10-01 01:28:52.430 | + lib/nova:create_nova_conf:561 : is_service_enabled tls-proxy 2024-10-01 01:28:52.443 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:28:52.445 | + lib/nova:create_nova_conf:566 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2024-10-01 01:28:52.467 | + lib/nova:create_nova_conf:568 : '[' True == True ']' 2024-10-01 01:28:52.469 | + lib/nova:create_nova_conf:569 : init_nova_service_user_conf 2024-10-01 01:28:52.471 | + lib/nova:init_nova_service_user_conf:817 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2024-10-01 01:28:52.496 | + lib/nova:init_nova_service_user_conf:818 : iniset /etc/nova/nova.conf service_user auth_type password 2024-10-01 01:28:52.519 | + lib/nova:init_nova_service_user_conf:819 : iniset /etc/nova/nova.conf service_user auth_url http://10.180.1.21/identity 2024-10-01 01:28:52.542 | + lib/nova:init_nova_service_user_conf:820 : iniset /etc/nova/nova.conf service_user username nova 2024-10-01 01:28:52.566 | + lib/nova:init_nova_service_user_conf:821 : iniset /etc/nova/nova.conf service_user password nomoresecret 2024-10-01 01:28:52.589 | + lib/nova:init_nova_service_user_conf:822 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2024-10-01 01:28:52.612 | + lib/nova:init_nova_service_user_conf:823 : iniset /etc/nova/nova.conf service_user project_name service 2024-10-01 01:28:52.635 | + lib/nova:init_nova_service_user_conf:824 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2024-10-01 01:28:52.657 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2024-10-01 01:28:52.680 | + lib/nova:create_nova_conf:572 : is_service_enabled n-cond 2024-10-01 01:28:52.692 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:28:52.695 | ++ lib/nova:create_nova_conf:573 : seq 1 1 2024-10-01 01:28:52.698 | + lib/nova:create_nova_conf:573 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-10-01 01:28:52.700 | + lib/nova:create_nova_conf:574 : local conf 2024-10-01 01:28:52.701 | + lib/nova:create_nova_conf:575 : local vhost 2024-10-01 01:28:52.704 | ++ lib/nova:create_nova_conf:576 : conductor_conf 1 2024-10-01 01:28:52.706 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-10-01 01:28:52.707 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-10-01 01:28:52.710 | + lib/nova:create_nova_conf:576 : conf=/etc/nova/nova_cell1.conf 2024-10-01 01:28:52.711 | + lib/nova:create_nova_conf:577 : vhost=nova_cell1 2024-10-01 01:28:52.713 | + lib/nova:create_nova_conf:579 : rm -f /etc/nova/nova_cell1.conf 2024-10-01 01:28:52.717 | ++ lib/nova:create_nova_conf:580 : database_connection_url nova_cell1 2024-10-01 01:28:52.719 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-10-01 01:28:52.720 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-10-01 01:28:52.722 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2024-10-01 01:28:52.724 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-10-01 01:28:52.726 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-10-01 01:28:52.727 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2024-10-01 01:28:52.730 | + lib/nova:create_nova_conf:580 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2024-10-01 01:28:52.754 | + lib/nova:create_nova_conf:581 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2024-10-01 01:28:52.779 | + lib/nova:create_nova_conf:582 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2024-10-01 01:28:52.803 | + lib/nova:create_nova_conf:584 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-10-01 01:28:52.805 | + lib/nova:create_nova_conf:585 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2024-10-01 01:28:52.807 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2024-10-01 01:28:52.809 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2024-10-01 01:28:52.811 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-10-01 01:28:52.813 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-10-01 01:28:52.815 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-10-01 01:28:52.827 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:28:52.830 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-10-01 01:28:52.832 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-10-01 01:28:52.833 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-10-01 01:28:52.846 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:28:52.847 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-01 01:28:52.850 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-01 01:28:52.872 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-10-01 01:28:52.873 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-10-01 01:28:52.875 | + lib/nova:create_nova_conf:597 : setup_logging /etc/nova/nova_cell1.conf 2024-10-01 01:28:52.877 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2024-10-01 01:28:52.879 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2024-10-01 01:28:52.881 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-10-01 01:28:52.894 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-10-01 01:28:52.896 | + functions:setup_systemd_logging:706 : local pidstr= 2024-10-01 01:28:52.898 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-10-01 01:28:52.900 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-10-01 01:28:52.902 | + functions:setup_systemd_logging:713 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-10-01 01:28:52.925 | + functions:setup_systemd_logging:715 : 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' 2024-10-01 01:28:52.948 | + functions:setup_systemd_logging:716 : 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' 2024-10-01 01:28:52.971 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-10-01 01:28:52.994 | + lib/nova:create_nova_conf:604 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-10-01 01:28:52.996 | + lib/nova:create_nova_conf:605 : configure_console_proxies 2024-10-01 01:28:52.997 | + lib/nova:configure_console_proxies:719 : local conf=/etc/nova/nova.conf 2024-10-01 01:28:52.999 | + lib/nova:configure_console_proxies:720 : local offset=0 2024-10-01 01:28:53.001 | + lib/nova:configure_console_proxies:724 : offset=0 2024-10-01 01:28:53.003 | + lib/nova:configure_console_proxies:726 : is_service_enabled n-novnc 2024-10-01 01:28:53.015 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:28:53.017 | + lib/nova:configure_console_proxies:726 : '[' False '!=' False ']' 2024-10-01 01:28:53.019 | + lib/nova:configure_console_proxies:758 : is_service_enabled n-spice 2024-10-01 01:28:53.031 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:28:53.033 | + lib/nova:configure_console_proxies:763 : is_service_enabled n-sproxy 2024-10-01 01:28:53.045 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:28:53.047 | + lib/nova:configure_nova:358 : is_service_enabled n-cpu 2024-10-01 01:28:53.060 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:28:53.062 | + stack.sh:main:949 : is_service_enabled placement 2024-10-01 01:28:53.075 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:28:53.077 | + stack.sh:main:951 : stack_install_service placement 2024-10-01 01:28:53.079 | + lib/stack:stack_install_service:20 : local service=placement 2024-10-01 01:28:53.081 | + lib/stack:stack_install_service:21 : type install_placement 2024-10-01 01:28:53.083 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-10-01 01:28:53.085 | + lib/stack:stack_install_service:32 : install_placement 2024-10-01 01:28:53.087 | + lib/placement:install_placement:150 : install_apache_wsgi 2024-10-01 01:28:53.089 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2024-10-01 01:28:53.090 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:28:53.092 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:28:53.094 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2024-10-01 01:28:53.096 | + functions-common:install_package:1459 : update_package_repo 2024-10-01 01:28:53.098 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-10-01 01:28:53.100 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-10-01 01:28:53.102 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-10-01 01:28:53.104 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-10-01 01:28:53.106 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-10-01 01:28:53.108 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:28:53.110 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:28:53.113 | + functions-common:update_package_repo:1440 : apt_get_update 2024-10-01 01:28:53.114 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-10-01 01:28:53.117 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-10-01 01:28:53.119 | + functions-common:apt_get_update:1186 : return 2024-10-01 01:28:53.121 | + functions-common:install_package:1460 : real_install_package apache2 2024-10-01 01:28:53.122 | + functions-common:real_install_package:1445 : is_ubuntu 2024-10-01 01:28:53.125 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:28:53.127 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:28:53.129 | + functions-common:real_install_package:1446 : apt_get install apache2 2024-10-01 01:28:53.145 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2024-10-01 01:28:53.206 | Reading package lists... 2024-10-01 01:28:53.408 | Building dependency tree... 2024-10-01 01:28:53.411 | Reading state information... 2024-10-01 01:28:53.612 | apache2 is already the newest version (2.4.52-1ubuntu4.12). 2024-10-01 01:28:53.612 | 0 upgraded, 0 newly installed, 0 to remove and 63 not upgraded. 2024-10-01 01:28:53.616 | + functions-common:apt_get:1230 : result=0 2024-10-01 01:28:53.618 | + functions-common:apt_get:1233 : time_stop apt-get 2024-10-01 01:28:53.620 | + functions-common:time_stop:2435 : local name 2024-10-01 01:28:53.622 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:28:53.624 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:28:53.626 | + functions-common:time_stop:2438 : local total 2024-10-01 01:28:53.628 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:28:53.630 | + functions-common:time_stop:2441 : name=apt-get 2024-10-01 01:28:53.632 | + functions-common:time_stop:2442 : start_time=1727746133143 2024-10-01 01:28:53.634 | + functions-common:time_stop:2444 : [[ -z 1727746133143 ]] 2024-10-01 01:28:53.636 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:28:53.640 | + functions-common:time_stop:2447 : end_time=1727746133638 2024-10-01 01:28:53.642 | + functions-common:time_stop:2448 : elapsed_time=495 2024-10-01 01:28:53.644 | + functions-common:time_stop:2449 : total=8469 2024-10-01 01:28:53.646 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:28:53.648 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8964 2024-10-01 01:28:53.650 | + functions-common:apt_get:1234 : return 0 2024-10-01 01:28:53.652 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2024-10-01 01:28:53.654 | + functions-common:is_package_installed:1468 : [[ -z libapache2-mod-wsgi ]] 2024-10-01 01:28:53.656 | + functions-common:is_package_installed:1472 : [[ -z deb ]] 2024-10-01 01:28:53.658 | + functions-common:is_package_installed:1476 : [[ deb = \d\e\b ]] 2024-10-01 01:28:53.660 | + functions-common:is_package_installed:1477 : dpkg -s libapache2-mod-wsgi 2024-10-01 01:28:53.674 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2024-10-01 01:28:53.676 | + functions-common:install_package:1459 : update_package_repo 2024-10-01 01:28:53.678 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-10-01 01:28:53.680 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-10-01 01:28:53.682 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-10-01 01:28:53.684 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-10-01 01:28:53.686 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-10-01 01:28:53.688 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:28:53.690 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:28:53.693 | + functions-common:update_package_repo:1440 : apt_get_update 2024-10-01 01:28:53.695 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-10-01 01:28:53.697 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-10-01 01:28:53.699 | + functions-common:apt_get_update:1186 : return 2024-10-01 01:28:53.701 | + functions-common:install_package:1460 : real_install_package libapache2-mod-wsgi-py3 2024-10-01 01:28:53.703 | + functions-common:real_install_package:1445 : is_ubuntu 2024-10-01 01:28:53.705 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:28:53.707 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:28:53.709 | + functions-common:real_install_package:1446 : apt_get install libapache2-mod-wsgi-py3 2024-10-01 01:28:53.726 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libapache2-mod-wsgi-py3 2024-10-01 01:28:53.785 | Reading package lists... 2024-10-01 01:28:53.996 | Building dependency tree... 2024-10-01 01:28:53.997 | Reading state information... 2024-10-01 01:28:54.206 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2024-10-01 01:28:54.206 | 0 upgraded, 0 newly installed, 0 to remove and 63 not upgraded. 2024-10-01 01:28:54.211 | + functions-common:apt_get:1230 : result=0 2024-10-01 01:28:54.213 | + functions-common:apt_get:1233 : time_stop apt-get 2024-10-01 01:28:54.215 | + functions-common:time_stop:2435 : local name 2024-10-01 01:28:54.217 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:28:54.219 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:28:54.221 | + functions-common:time_stop:2438 : local total 2024-10-01 01:28:54.223 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:28:54.224 | + functions-common:time_stop:2441 : name=apt-get 2024-10-01 01:28:54.226 | + functions-common:time_stop:2442 : start_time=1727746133724 2024-10-01 01:28:54.228 | + functions-common:time_stop:2444 : [[ -z 1727746133724 ]] 2024-10-01 01:28:54.231 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:28:54.234 | + functions-common:time_stop:2447 : end_time=1727746134232 2024-10-01 01:28:54.236 | + functions-common:time_stop:2448 : elapsed_time=508 2024-10-01 01:28:54.238 | + functions-common:time_stop:2449 : total=8964 2024-10-01 01:28:54.240 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:28:54.241 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9472 2024-10-01 01:28:54.244 | + functions-common:apt_get:1234 : return 0 2024-10-01 01:28:54.245 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2024-10-01 01:28:54.247 | + lib/apache:enable_apache_mod:59 : local mod=wsgi 2024-10-01 01:28:54.249 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-10-01 01:28:54.251 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:28:54.253 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:28:54.255 | + lib/apache:enable_apache_mod:64 : [[ wsgi != \v\e\r\s\i\o\n ]] 2024-10-01 01:28:54.257 | + lib/apache:enable_apache_mod:64 : a2query -m wsgi 2024-10-01 01:28:54.285 | wsgi (enabled by maintainer script) 2024-10-01 01:28:54.288 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2024-10-01 01:28:54.290 | + inc/python:pip_install_gr:76 : local name=osc-placement 2024-10-01 01:28:54.292 | + inc/python:pip_install_gr:77 : local clean_name 2024-10-01 01:28:54.294 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2024-10-01 01:28:54.296 | ++ inc/python:get_from_global_requirements:221 : local package=osc-placement 2024-10-01 01:28:54.298 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-10-01 01:28:54.301 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2024-10-01 01:28:54.301 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-10-01 01:28:54.305 | ++ inc/python:get_from_global_requirements:223 : required_pkg='osc-placement ' 2024-10-01 01:28:54.307 | ++ inc/python:get_from_global_requirements:224 : [[ osc-placement == '' ]] 2024-10-01 01:28:54.309 | ++ inc/python:get_from_global_requirements:227 : echo osc-placement 2024-10-01 01:28:54.312 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2024-10-01 01:28:54.314 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2024-10-01 01:28:54.330 | Using python 3.10 to install osc-placement 2024-10-01 01:28:54.332 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt osc-placement 2024-10-01 01:28:55.449 | Collecting osc-placement 2024-10-01 01:28:55.452 | Using cached osc_placement-4.1.0-py3-none-any.whl (64 kB) 2024-10-01 01:28:55.459 | Requirement already satisfied: keystoneauth1>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.1.3) 2024-10-01 01:28:55.459 | Requirement already satisfied: osc-lib>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (2.7.0) 2024-10-01 01:28:55.460 | Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.11.1) 2024-10-01 01:28:55.461 | Requirement already satisfied: oslo.utils>=3.37.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (6.1.0) 2024-10-01 01:28:55.461 | Requirement already satisfied: simplejson>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (3.17.6) 2024-10-01 01:28:55.486 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.16.0) 2024-10-01 01:28:55.487 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (2.28.1) 2024-10-01 01:28:55.487 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.1.0) 2024-10-01 01:28:55.488 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (5.0.0) 2024-10-01 01:28:55.489 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.7.0) 2024-10-01 01:28:55.495 | Requirement already satisfied: cliff>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=1.2.0->osc-placement) (4.2.0) 2024-10-01 01:28:55.497 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=1.2.0->osc-placement) (6.0.0) 2024-10-01 01:28:55.497 | Requirement already satisfied: openstacksdk>=0.15.0 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=1.2.0->osc-placement) (1.0.1) 2024-10-01 01:28:55.503 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2022.4) 2024-10-01 01:28:55.503 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2.5.0) 2024-10-01 01:28:55.504 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.8.0) 2024-10-01 01:28:55.505 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (23.1) 2024-10-01 01:28:55.506 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (3.0.9) 2024-10-01 01:28:55.507 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.11.0) 2024-10-01 01:28:55.514 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (5.0.0) 2024-10-01 01:28:55.514 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.5.1) 2024-10-01 01:28:55.515 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.4.1) 2024-10-01 01:28:55.516 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0) 2024-10-01 01:28:55.517 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (2.4.2) 2024-10-01 01:28:55.520 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.37.0->osc-placement) (1.14.1) 2024-10-01 01:28:55.534 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (38.0.2) 2024-10-01 01:28:55.536 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.4) 2024-10-01 01:28:55.536 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.1.8) 2024-10-01 01:28:55.537 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.0) 2024-10-01 01:28:55.538 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.0.1) 2024-10-01 01:28:55.539 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.32) 2024-10-01 01:28:55.540 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (5.1.1) 2024-10-01 01:28:55.558 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.4) 2024-10-01 01:28:55.560 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2.1.1) 2024-10-01 01:28:55.560 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (1.26.12) 2024-10-01 01:28:55.561 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2020.6.20) 2024-10-01 01:28:55.616 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.10/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (22.1.0) 2024-10-01 01:28:55.617 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (1.8.2) 2024-10-01 01:28:55.617 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.2.5) 2024-10-01 01:28:55.636 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.15.1) 2024-10-01 01:28:55.663 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.8.1) 2024-10-01 01:28:55.724 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.21) 2024-10-01 01:28:56.548 | Installing collected packages: osc-placement 2024-10-01 01:28:56.625 | Successfully installed osc-placement-4.1.0 2024-10-01 01:28:56.626 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 01:28:56.728 | + inc/python:pip_install:196 : result=0 2024-10-01 01:28:56.731 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-01 01:28:56.733 | + functions-common:time_stop:2435 : local name 2024-10-01 01:28:56.735 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:28:56.737 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:28:56.739 | + functions-common:time_stop:2438 : local total 2024-10-01 01:28:56.741 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:28:56.743 | + functions-common:time_stop:2441 : name=pip_install 2024-10-01 01:28:56.745 | + functions-common:time_stop:2442 : start_time=1727746134326 2024-10-01 01:28:56.747 | + functions-common:time_stop:2444 : [[ -z 1727746134326 ]] 2024-10-01 01:28:56.749 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:28:56.753 | + functions-common:time_stop:2447 : end_time=1727746136750 2024-10-01 01:28:56.755 | + functions-common:time_stop:2448 : elapsed_time=2424 2024-10-01 01:28:56.757 | + functions-common:time_stop:2449 : total=84324 2024-10-01 01:28:56.759 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:28:56.761 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=86748 2024-10-01 01:28:56.762 | + inc/python:pip_install:199 : return 0 2024-10-01 01:28:56.765 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement stable/2023.1 2024-10-01 01:28:56.767 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/placement.git 2024-10-01 01:28:56.769 | + functions-common:git_clone:613 : local git_dest=/opt/stack//placement 2024-10-01 01:28:56.771 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-10-01 01:28:56.773 | + functions-common:git_clone:615 : local orig_dir 2024-10-01 01:28:56.775 | ++ functions-common:git_clone:616 : pwd 2024-10-01 01:28:56.777 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-10-01 01:28:56.779 | + functions-common:git_clone:617 : local git_clone_flags= 2024-10-01 01:28:56.782 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-10-01 01:28:56.795 | + functions-common:git_clone:619 : RECLONE=False 2024-10-01 01:28:56.797 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-10-01 01:28:56.799 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-10-01 01:28:56.801 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-10-01 01:28:56.803 | + functions-common:git_clone:633 : echo stable/2023.1 2024-10-01 01:28:56.803 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-10-01 01:28:56.808 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//placement ]] 2024-10-01 01:28:56.809 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-10-01 01:28:56.811 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2024-10-01 01:28:56.813 | + functions-common:git_timed:720 : local count=0 2024-10-01 01:28:56.815 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 01:28:56.817 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 01:28:56.819 | + functions-common:git_timed:724 : timeout=0 2024-10-01 01:28:56.821 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 01:28:56.823 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 01:28:56.824 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:28:56.826 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:28:56.829 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:28:56.832 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746136830 2024-10-01 01:28:56.834 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2024-10-01 01:28:56.836 | Cloning into '/opt/stack//placement'... 2024-10-01 01:28:59.528 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 01:28:59.530 | + functions-common:time_stop:2435 : local name 2024-10-01 01:28:59.532 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:28:59.534 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:28:59.535 | + functions-common:time_stop:2438 : local total 2024-10-01 01:28:59.537 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:28:59.539 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 01:28:59.541 | + functions-common:time_stop:2442 : start_time=1727746136830 2024-10-01 01:28:59.543 | + functions-common:time_stop:2444 : [[ -z 1727746136830 ]] 2024-10-01 01:28:59.545 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:28:59.549 | + functions-common:time_stop:2447 : end_time=1727746139546 2024-10-01 01:28:59.550 | + functions-common:time_stop:2448 : elapsed_time=2716 2024-10-01 01:28:59.552 | + functions-common:time_stop:2449 : total=93657 2024-10-01 01:28:59.554 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:28:59.556 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=96373 2024-10-01 01:28:59.558 | + functions-common:git_clone:654 : cd /opt/stack//placement 2024-10-01 01:28:59.560 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-10-01 01:28:59.562 | + functions-common:git_timed:720 : local count=0 2024-10-01 01:28:59.564 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 01:28:59.565 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 01:28:59.567 | + functions-common:git_timed:724 : timeout=0 2024-10-01 01:28:59.569 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 01:28:59.571 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 01:28:59.573 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:28:59.575 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:28:59.577 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:28:59.580 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746139578 2024-10-01 01:28:59.582 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-10-01 01:29:00.760 | From https://opendev.org/openstack/placement 2024-10-01 01:29:00.761 | * branch stable/2023.1 -> FETCH_HEAD 2024-10-01 01:29:00.765 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 01:29:00.767 | + functions-common:time_stop:2435 : local name 2024-10-01 01:29:00.769 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:29:00.771 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:29:00.773 | + functions-common:time_stop:2438 : local total 2024-10-01 01:29:00.774 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:29:00.776 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 01:29:00.778 | + functions-common:time_stop:2442 : start_time=1727746139578 2024-10-01 01:29:00.780 | + functions-common:time_stop:2444 : [[ -z 1727746139578 ]] 2024-10-01 01:29:00.783 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:29:00.786 | + functions-common:time_stop:2447 : end_time=1727746140783 2024-10-01 01:29:00.787 | + functions-common:time_stop:2448 : elapsed_time=1205 2024-10-01 01:29:00.789 | + functions-common:time_stop:2449 : total=96373 2024-10-01 01:29:00.791 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:29:00.793 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=97578 2024-10-01 01:29:00.795 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-10-01 01:29:00.797 | + functions-common:git_timed:720 : local count=0 2024-10-01 01:29:00.799 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 01:29:00.801 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 01:29:00.803 | + functions-common:git_timed:724 : timeout=0 2024-10-01 01:29:00.805 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 01:29:00.807 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 01:29:00.809 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:29:00.811 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:29:00.813 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:29:00.816 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746140814 2024-10-01 01:29:00.818 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-10-01 01:29:00.843 | Note: switching to 'FETCH_HEAD'. 2024-10-01 01:29:00.843 | 2024-10-01 01:29:00.843 | You are in 'detached HEAD' state. You can look around, make experimental 2024-10-01 01:29:00.843 | changes and commit them, and you can discard any commits you make in this 2024-10-01 01:29:00.843 | state without impacting any branches by switching back to a branch. 2024-10-01 01:29:00.843 | 2024-10-01 01:29:00.843 | If you want to create a new branch to retain commits you create, you may 2024-10-01 01:29:00.843 | do so (now or later) by using -c with the switch command. Example: 2024-10-01 01:29:00.843 | 2024-10-01 01:29:00.843 | git switch -c 2024-10-01 01:29:00.843 | 2024-10-01 01:29:00.843 | Or undo this operation with: 2024-10-01 01:29:00.843 | 2024-10-01 01:29:00.843 | git switch - 2024-10-01 01:29:00.843 | 2024-10-01 01:29:00.843 | Turn off this advice by setting config variable advice.detachedHead to false 2024-10-01 01:29:00.843 | 2024-10-01 01:29:00.843 | HEAD is now at b3652fe Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-10-01 01:29:00.846 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 01:29:00.848 | + functions-common:time_stop:2435 : local name 2024-10-01 01:29:00.850 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:29:00.852 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:29:00.854 | + functions-common:time_stop:2438 : local total 2024-10-01 01:29:00.856 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:29:00.858 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 01:29:00.860 | + functions-common:time_stop:2442 : start_time=1727746140814 2024-10-01 01:29:00.861 | + functions-common:time_stop:2444 : [[ -z 1727746140814 ]] 2024-10-01 01:29:00.864 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:29:00.867 | + functions-common:time_stop:2447 : end_time=1727746140865 2024-10-01 01:29:00.869 | + functions-common:time_stop:2448 : elapsed_time=51 2024-10-01 01:29:00.871 | + functions-common:time_stop:2449 : total=97578 2024-10-01 01:29:00.872 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:29:00.875 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=97629 2024-10-01 01:29:00.876 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//placement 2024-10-01 01:29:00.886 | + functions-common:git_clone:695 : cd /opt/stack//placement 2024-10-01 01:29:00.889 | + functions-common:git_clone:696 : git show --oneline 2024-10-01 01:29:00.889 | + functions-common:git_clone:696 : head -1 2024-10-01 01:29:00.891 | b3652fe Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-10-01 01:29:00.893 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-10-01 01:29:00.895 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2024-10-01 01:29:00.897 | + inc/python:setup_develop:334 : local bindep 2024-10-01 01:29:00.899 | + inc/python:setup_develop:335 : [[ /opt/stack//placement == -bindep* ]] 2024-10-01 01:29:00.901 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//placement 2024-10-01 01:29:00.903 | + inc/python:setup_develop:340 : local extras= 2024-10-01 01:29:00.905 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//placement -e 2024-10-01 01:29:00.907 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-10-01 01:29:00.909 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//placement == -bindep* ]] 2024-10-01 01:29:00.911 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//placement 2024-10-01 01:29:00.913 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-10-01 01:29:00.914 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-10-01 01:29:00.917 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//placement 2024-10-01 01:29:00.919 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-10-01 01:29:00.921 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/placement 2024-10-01 01:29:00.923 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-10-01 01:29:00.925 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-10-01 01:29:00.928 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2024-10-01 01:29:00.932 | + inc/python:_setup_package_with_constraints_edit:381 : name=openstack-placement 2024-10-01 01:29:00.934 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- openstack-placement 2024-10-01 01:29:01.256 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/placement -e 2024-10-01 01:29:01.258 | + inc/python:setup_package:414 : local bindep=0 2024-10-01 01:29:01.260 | + inc/python:setup_package:415 : local bindep_flag= 2024-10-01 01:29:01.262 | + inc/python:setup_package:416 : local bindep_profiles= 2024-10-01 01:29:01.264 | + inc/python:setup_package:417 : [[ /opt/stack/placement == -bindep* ]] 2024-10-01 01:29:01.266 | + inc/python:setup_package:422 : local project_dir=/opt/stack/placement 2024-10-01 01:29:01.268 | + inc/python:setup_package:423 : local flags=-e 2024-10-01 01:29:01.270 | + inc/python:setup_package:424 : local extras= 2024-10-01 01:29:01.272 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-10-01 01:29:01.274 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-10-01 01:29:01.276 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-10-01 01:29:01.278 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-10-01 01:29:01.280 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-10-01 01:29:01.282 | + inc/python:setup_package:442 : pip_install -e /opt/stack/placement 2024-10-01 01:29:01.298 | Using python 3.10 to install /opt/stack/placement 2024-10-01 01:29:01.300 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/placement 2024-10-01 01:29:02.244 | Obtaining file:///opt/stack/placement 2024-10-01 01:29:02.244 | Preparing metadata (setup.py): started 2024-10-01 01:29:02.624 | Preparing metadata (setup.py): finished with status 'done' 2024-10-01 01:29:02.681 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.5.1) 2024-10-01 01:29:02.682 | Requirement already satisfied: SQLAlchemy>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.4.41) 2024-10-01 01:29:02.683 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.8.7) 2024-10-01 01:29:02.684 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (4.16.0) 2024-10-01 01:29:02.684 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (10.2.0) 2024-10-01 01:29:02.686 | Requirement already satisfied: microversion-parse>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.0.1) 2024-10-01 01:29:02.686 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.1.0) 2024-10-01 01:29:02.686 | Requirement already satisfied: os-traits>=2.10.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.10.0) 2024-10-01 01:29:02.687 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.1) 2024-10-01 01:29:02.688 | Requirement already satisfied: oslo.config>=6.7.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (9.1.1) 2024-10-01 01:29:02.689 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.1) 2024-10-01 01:29:02.690 | Requirement already satisfied: oslo.db>=8.6.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (12.3.2) 2024-10-01 01:29:02.690 | Requirement already satisfied: oslo.log>=4.3.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.2.0) 2024-10-01 01:29:02.691 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.1) 2024-10-01 01:29:02.692 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (4.1.1) 2024-10-01 01:29:02.693 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.2) 2024-10-01 01:29:02.694 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.1.1) 2024-10-01 01:29:02.694 | Requirement already satisfied: oslo.utils>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (6.1.0) 2024-10-01 01:29:02.695 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.11.1) 2024-10-01 01:29:02.696 | Requirement already satisfied: requests>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.28.1) 2024-10-01 01:29:02.697 | Requirement already satisfied: 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,>=21.0.0 in /usr/lib/python3/dist-packages (from openstack-placement==0.0.1.dev9) (59.6.0) 2024-10-01 01:29:02.715 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->openstack-placement==0.0.1.dev9) (22.1.0) 2024-10-01 01:29:02.716 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->openstack-placement==0.0.1.dev9) (0.18.1) 2024-10-01 01:29:02.741 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (6.0.0) 2024-10-01 01:29:02.742 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (5.1.0) 2024-10-01 01:29:02.743 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (1.16.0) 2024-10-01 01:29:02.744 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (3.1.1) 2024-10-01 01:29:02.745 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (5.1.3) 2024-10-01 01:29:02.746 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (3.3.1) 2024-10-01 01:29:02.756 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=3.26.0->openstack-placement==0.0.1.dev9) (0.18) 2024-10-01 01:29:02.774 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (1.5.0) 2024-10-01 01:29:02.774 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (0.8.0) 2024-10-01 01:29:02.775 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (2.5.0) 2024-10-01 01:29:02.776 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (6.0) 2024-10-01 01:29:02.777 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (5.0.0) 2024-10-01 01:29:02.820 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (2.0.1) 2024-10-01 01:29:02.821 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.13.0) 2024-10-01 01:29:02.822 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.5.0) 2024-10-01 01:29:02.823 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (1.8.1) 2024-10-01 01:29:02.841 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.3.0->openstack-placement==0.0.1.dev9) (2.8.2) 2024-10-01 01:29:02.843 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.3.0->openstack-placement==0.0.1.dev9) (0.9.6) 2024-10-01 01:29:02.851 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (4.0.0) 2024-10-01 01:29:02.852 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (3.1.2) 2024-10-01 01:29:02.853 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (3.3.0) 2024-10-01 01:29:02.864 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==0.0.1.dev9) (1.0.4) 2024-10-01 01:29:02.864 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==0.0.1.dev9) (2022.4) 2024-10-01 01:29:02.870 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.upgradecheck>=1.3.0->openstack-placement==0.0.1.dev9) (3.4.1) 2024-10-01 01:29:02.877 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (23.1) 2024-10-01 01:29:02.878 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (0.11.0) 2024-10-01 01:29:02.878 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (3.0.9) 2024-10-01 01:29:02.879 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (1.1.0) 2024-10-01 01:29:02.891 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (3.4) 2024-10-01 01:29:02.892 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (2.1.1) 2024-10-01 01:29:02.893 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (2020.6.20) 2024-10-01 01:29:02.893 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (1.26.12) 2024-10-01 01:29:02.900 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->openstack-placement==0.0.1.dev9) (0.7) 2024-10-01 01:29:02.963 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.10/dist-packages (from SQLAlchemy>=1.4.0->openstack-placement==0.0.1.dev9) (1.1.3) 2024-10-01 01:29:02.978 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (1.2.3) 2024-10-01 01:29:03.021 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (1.14.1) 2024-10-01 01:29:03.040 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (2.1.1) 2024-10-01 01:29:03.067 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (1.7.0) 2024-10-01 01:29:03.099 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.10/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (1.1.8) 2024-10-01 01:29:03.115 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->openstack-placement==0.0.1.dev9) (0.2.5) 2024-10-01 01:29:03.187 | Requirement already satisfied: decorator in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (5.1.1) 2024-10-01 01:29:03.188 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.4.3) 2024-10-01 01:29:03.189 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.5.2) 2024-10-01 01:29:03.214 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (2.5.0) 2024-10-01 01:29:04.002 | Installing collected packages: openstack-placement 2024-10-01 01:29:04.003 | Running setup.py develop for openstack-placement 2024-10-01 01:29:04.629 | Successfully installed openstack-placement 2024-10-01 01:29:04.630 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 01:29:04.734 | + inc/python:pip_install:196 : result=0 2024-10-01 01:29:04.736 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-01 01:29:04.738 | + functions-common:time_stop:2435 : local name 2024-10-01 01:29:04.740 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:29:04.742 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:29:04.743 | + functions-common:time_stop:2438 : local total 2024-10-01 01:29:04.745 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:29:04.747 | + functions-common:time_stop:2441 : name=pip_install 2024-10-01 01:29:04.749 | + functions-common:time_stop:2442 : start_time=1727746141294 2024-10-01 01:29:04.750 | + functions-common:time_stop:2444 : [[ -z 1727746141294 ]] 2024-10-01 01:29:04.753 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:29:04.756 | + functions-common:time_stop:2447 : end_time=1727746144754 2024-10-01 01:29:04.758 | + functions-common:time_stop:2448 : elapsed_time=3460 2024-10-01 01:29:04.760 | + functions-common:time_stop:2449 : total=86748 2024-10-01 01:29:04.762 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:29:04.764 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=90208 2024-10-01 01:29:04.766 | + inc/python:pip_install:199 : return 0 2024-10-01 01:29:04.768 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-10-01 01:29:04.770 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-10-01 01:29:04.772 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-10-01 01:29:04.787 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-10-01 01:29:04.797 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/placement 2024-10-01 01:29:04.800 | + inc/python:use_library_from_git:246 : local name=/opt/stack/placement 2024-10-01 01:29:04.802 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:29:04.804 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:29:04.806 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/placement, ]] 2024-10-01 01:29:04.808 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:29:04.810 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-10-01 01:29:04.812 | + stack.sh:main:952 : configure_placement 2024-10-01 01:29:04.814 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2024-10-01 01:29:04.825 | + lib/placement:configure_placement:113 : create_placement_conf 2024-10-01 01:29:04.827 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2024-10-01 01:29:04.831 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2024-10-01 01:29:04.833 | ++ lib/database:database_connection_url:134 : local db=placement 2024-10-01 01:29:04.835 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2024-10-01 01:29:04.837 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=placement 2024-10-01 01:29:04.839 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-10-01 01:29:04.841 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-10-01 01:29:04.842 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8' 2024-10-01 01:29:04.845 | + lib/placement:create_placement_conf:103 : iniset /etc/placement/placement.conf placement_database connection 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8' 2024-10-01 01:29:04.872 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2024-10-01 01:29:04.898 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2024-10-01 01:29:04.923 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2024-10-01 01:29:04.925 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2024-10-01 01:29:04.927 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-10-01 01:29:04.929 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-10-01 01:29:04.932 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2024-10-01 01:29:04.958 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2024-10-01 01:29:04.983 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-10-01 01:29:05.009 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2024-10-01 01:29:05.034 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2024-10-01 01:29:05.058 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2024-10-01 01:29:05.082 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2024-10-01 01:29:05.106 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2024-10-01 01:29:05.131 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-10-01 01:29:05.155 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2024-10-01 01:29:05.179 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2024-10-01 01:29:05.181 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2024-10-01 01:29:05.183 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2024-10-01 01:29:05.185 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-10-01 01:29:05.199 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-10-01 01:29:05.201 | + functions:setup_systemd_logging:706 : local pidstr= 2024-10-01 01:29:05.202 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-10-01 01:29:05.204 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-10-01 01:29:05.206 | + functions:setup_systemd_logging:713 : iniset /etc/placement/placement.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-10-01 01:29:05.230 | + functions:setup_systemd_logging:715 : 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' 2024-10-01 01:29:05.255 | + functions:setup_systemd_logging:716 : iniset /etc/placement/placement.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-10-01 01:29:05.278 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-10-01 01:29:05.302 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2024-10-01 01:29:05.304 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2024-10-01 01:29:05.306 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2024-10-01 01:29:05.308 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2024-10-01 01:29:05.310 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2024-10-01 01:29:05.312 | + lib/apache:write_uwsgi_config:257 : local http= 2024-10-01 01:29:05.314 | + lib/apache:write_uwsgi_config:258 : local name= 2024-10-01 01:29:05.317 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2024-10-01 01:29:05.320 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2024-10-01 01:29:05.322 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-10-01 01:29:05.323 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-10-01 01:29:05.333 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-10-01 01:29:05.333 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-10-01 01:29:05.340 | d /var/run/uwsgi 0755 stack root 2024-10-01 01:29:05.343 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-10-01 01:29:05.351 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2024-10-01 01:29:05.353 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2024-10-01 01:29:05.355 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2024-10-01 01:29:05.358 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2024-10-01 01:29:05.384 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2024-10-01 01:29:05.407 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2024-10-01 01:29:05.430 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2024-10-01 01:29:05.454 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2024-10-01 01:29:05.477 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2024-10-01 01:29:05.501 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2024-10-01 01:29:05.525 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2024-10-01 01:29:05.549 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2024-10-01 01:29:05.572 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-10-01 01:29:05.597 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2024-10-01 01:29:05.621 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2024-10-01 01:29:05.645 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2024-10-01 01:29:05.669 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-10-01 01:29:05.671 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-10-01 01:29:05.674 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2024-10-01 01:29:05.676 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2024-10-01 01:29:05.678 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-10-01 01:29:05.680 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:29:05.682 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:29:05.684 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2024-10-01 01:29:05.687 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2024-10-01 01:29:05.689 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2024-10-01 01:29:05.712 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2024-10-01 01:29:05.736 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2024-10-01 01:29:05.737 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2024-10-01 01:29:05.743 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2024-10-01 01:29:05.746 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2024-10-01 01:29:05.748 | + lib/apache:enable_apache_site:203 : local site=placement-api 2024-10-01 01:29:05.751 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-10-01 01:29:05.752 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-10-01 01:29:05.755 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-10-01 01:29:05.756 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:29:05.758 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:29:05.761 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-10-01 01:29:05.763 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-10-01 01:29:05.765 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:29:05.767 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:29:05.768 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2024-10-01 01:29:05.801 | Enabling site placement-api. 2024-10-01 01:29:05.804 | To activate the new configuration, you need to run: 2024-10-01 01:29:05.804 | systemctl reload apache2 2024-10-01 01:29:05.809 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-10-01 01:29:05.811 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-10-01 01:29:05.813 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-10-01 01:29:05.815 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-10-01 01:29:05.905 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-10-01 01:29:05.907 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-10-01 01:29:05.910 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2024-10-01 01:29:05.938 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2024-10-01 01:29:05.962 | + stack.sh:main:959 : is_service_enabled placement placement-client 2024-10-01 01:29:05.976 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:29:05.978 | + stack.sh:main:960 : is_service_enabled n-cpu 2024-10-01 01:29:05.991 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:29:05.993 | + stack.sh:main:960 : is_service_enabled n-sch 2024-10-01 01:29:06.007 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:29:06.009 | + stack.sh:main:961 : configure_placement_nova_compute 2024-10-01 01:29:06.011 | + lib/nova:configure_placement_nova_compute:621 : local conf=/etc/nova/nova.conf 2024-10-01 01:29:06.013 | + lib/nova:configure_placement_nova_compute:622 : iniset /etc/nova/nova.conf placement auth_type password 2024-10-01 01:29:06.039 | + lib/nova:configure_placement_nova_compute:623 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2024-10-01 01:29:06.063 | + lib/nova:configure_placement_nova_compute:624 : iniset /etc/nova/nova.conf placement username placement 2024-10-01 01:29:06.088 | + lib/nova:configure_placement_nova_compute:625 : iniset /etc/nova/nova.conf placement password nomoresecret 2024-10-01 01:29:06.114 | + lib/nova:configure_placement_nova_compute:626 : iniset /etc/nova/nova.conf placement user_domain_name Default 2024-10-01 01:29:06.138 | + lib/nova:configure_placement_nova_compute:627 : iniset /etc/nova/nova.conf placement project_name service 2024-10-01 01:29:06.163 | + lib/nova:configure_placement_nova_compute:628 : iniset /etc/nova/nova.conf placement project_domain_name Default 2024-10-01 01:29:06.189 | + lib/nova:configure_placement_nova_compute:629 : iniset /etc/nova/nova.conf placement region_name RegionOne 2024-10-01 01:29:06.215 | + stack.sh:main:965 : is_service_enabled horizon 2024-10-01 01:29:06.230 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:29:06.232 | + stack.sh:main:970 : is_service_enabled tls-proxy 2024-10-01 01:29:06.247 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:29:06.249 | + stack.sh:main:978 : run_phase stack install 2024-10-01 01:29:06.252 | + functions-common:run_phase:1863 : local mode=stack 2024-10-01 01:29:06.254 | + functions-common:run_phase:1864 : local phase=install 2024-10-01 01:29:06.256 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-10-01 01:29:06.259 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-10-01 01:29:06.261 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-10-01 01:29:06.263 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-10-01 01:29:06.265 | + functions-common:run_phase:1873 : local extra 2024-10-01 01:29:06.268 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-10-01 01:29:06.272 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-10-01 01:29:06.274 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-10-01 01:29:06.277 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-10-01 01:29:06.279 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2024-10-01 01:29:06.281 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-10-01 01:29:06.296 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:29:06.298 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-10-01 01:29:06.300 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-10-01 01:29:06.302 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-10-01 01:29:06.304 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2024-10-01 01:29:06.306 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 01:29:06.308 | ++ stack.sh:echo_summary:455 : echo -e Installing Tempest 2024-10-01 01:29:06.310 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2024-10-01 01:29:06.312 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2024-10-01 01:29:06.363 | ++ inc/async:async_inner:63 : install_tempest 2024-10-01 01:29:06.394 | [3953 Async install_tempest:27811]: running: install_tempest 2024-10-01 01:29:06.397 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-10-01 01:29:06.399 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-10-01 01:29:06.402 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-10-01 01:29:06.404 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-10-01 01:29:06.406 | + functions-common:run_phase:1890 : run_plugins stack install 2024-10-01 01:29:06.408 | + functions-common:run_plugins:1849 : local mode=stack 2024-10-01 01:29:06.410 | + functions-common:run_plugins:1850 : local phase=install 2024-10-01 01:29:06.413 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-10-01 01:29:06.415 | + functions-common:run_plugins:1853 : local plugin 2024-10-01 01:29:06.417 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-10-01 01:29:06.420 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-10-01 01:29:06.422 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-10-01 01:29:06.425 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2024-10-01 01:29:06.427 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-10-01 01:29:06.429 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-10-01 01:29:06.431 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-10-01 01:29:06.433 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2024-10-01 01:29:06.435 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 01:29:06.438 | ++ stack.sh:echo_summary:455 : echo -e Installing Networking-NSX-T 2024-10-01 01:29:06.440 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2024-10-01 01:29:06.442 | ++ inc/python:setup_develop:334 : local bindep 2024-10-01 01:29:06.444 | ++ inc/python:setup_develop:335 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-10-01 01:29:06.446 | ++ inc/python:setup_develop:339 : local project_dir=/opt/stack//networking-nsx-t 2024-10-01 01:29:06.448 | ++ inc/python:setup_develop:340 : local extras= 2024-10-01 01:29:06.450 | ++ inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2024-10-01 01:29:06.452 | ++ inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-10-01 01:29:06.454 | ++ inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-10-01 01:29:06.456 | ++ inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//networking-nsx-t 2024-10-01 01:29:06.458 | ++ inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-10-01 01:29:06.460 | ++ inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-10-01 01:29:06.462 | +++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//networking-nsx-t 2024-10-01 01:29:06.464 | +++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-10-01 01:29:06.466 | ++ inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/networking-nsx-t 2024-10-01 01:29:06.468 | ++ inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-10-01 01:29:06.470 | ++ inc/python:_setup_package_with_constraints_edit:380 : local name 2024-10-01 01:29:06.473 | +++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2024-10-01 01:29:06.477 | ++ inc/python:_setup_package_with_constraints_edit:381 : name=networking_nsxv3 2024-10-01 01:29:06.479 | ++ inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- networking_nsxv3 2024-10-01 01:29:06.797 | ++ inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/networking-nsx-t -e 2024-10-01 01:29:06.799 | ++ inc/python:setup_package:414 : local bindep=0 2024-10-01 01:29:06.801 | ++ inc/python:setup_package:415 : local bindep_flag= 2024-10-01 01:29:06.803 | ++ inc/python:setup_package:416 : local bindep_profiles= 2024-10-01 01:29:06.806 | ++ inc/python:setup_package:417 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2024-10-01 01:29:06.808 | ++ inc/python:setup_package:422 : local project_dir=/opt/stack/networking-nsx-t 2024-10-01 01:29:06.810 | ++ inc/python:setup_package:423 : local flags=-e 2024-10-01 01:29:06.812 | ++ inc/python:setup_package:424 : local extras= 2024-10-01 01:29:06.814 | ++ inc/python:setup_package:428 : [[ -n -e ]] 2024-10-01 01:29:06.815 | ++ inc/python:setup_package:428 : [[ -z '' ]] 2024-10-01 01:29:06.817 | ++ inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-10-01 01:29:06.819 | ++ inc/python:setup_package:433 : [[ ! -z '' ]] 2024-10-01 01:29:06.821 | ++ inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-10-01 01:29:06.823 | ++ inc/python:setup_package:442 : pip_install -e /opt/stack/networking-nsx-t 2024-10-01 01:29:06.840 | Using python 3.10 to install /opt/stack/networking-nsx-t 2024-10-01 01:29:06.842 | ++ inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/networking-nsx-t 2024-10-01 01:29:07.790 | Obtaining file:///opt/stack/networking-nsx-t 2024-10-01 01:29:07.790 | Preparing metadata (setup.py): started 2024-10-01 01:29:08.164 | Preparing metadata (setup.py): finished with status 'done' 2024-10-01 01:29:08.312 | Collecting Babel>=1.3 2024-10-01 01:29:08.363 | Using cached Babel-2.10.3-py3-none-any.whl (9.5 MB) 2024-10-01 01:29:08.410 | Requirement already satisfied: attrs in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (22.1.0) 2024-10-01 01:29:08.433 | Collecting ipaddress 2024-10-01 01:29:08.436 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2024-10-01 01:29:08.437 | Requirement already satisfied: netaddr in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (0.8.0) 2024-10-01 01:29:08.438 | Requirement already satisfied: neutron-lib>=1.13.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (3.4.3) 2024-10-01 01:29:08.439 | Requirement already satisfied: oslo.config>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (9.1.1) 2024-10-01 01:29:08.439 | Requirement already satisfied: oslo.i18n>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (6.0.0) 2024-10-01 01:29:08.440 | Requirement already satisfied: oslo.log>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (5.2.0) 2024-10-01 01:29:08.441 | Requirement already satisfied: oslo.serialization>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (5.1.2) 2024-10-01 01:29:08.442 | Requirement already satisfied: oslo.service>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (3.1.2) 2024-10-01 01:29:08.442 | Requirement already satisfied: oslo.utils>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (6.1.0) 2024-10-01 01:29:08.443 | Requirement already satisfied: pbr>=1.6 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (5.11.1) 2024-10-01 01:29:08.444 | Requirement already satisfied: prometheus_client in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (0.14.1) 2024-10-01 01:29:08.445 | Requirement already satisfied: python-neutronclient in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (9.0.0) 2024-10-01 01:29:08.554 | Collecting ratelimiter 2024-10-01 01:29:08.556 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2024-10-01 01:29:08.557 | Requirement already satisfied: tooz in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (3.2.0) 2024-10-01 01:29:08.559 | Requirement already satisfied: pytz>=2015.7 in /usr/local/lib/python3.10/dist-packages (from Babel>=1.3->networking-nsxv3==0.0.1.dev15) (2022.4) 2024-10-01 01:29:08.577 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (5.0.0) 2024-10-01 01:29:08.578 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (5.1.3) 2024-10-01 01:29:08.578 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (12.3.2) 2024-10-01 01:29:08.579 | Requirement already satisfied: SQLAlchemy>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (1.4.41) 2024-10-01 01:29:08.580 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (1.8.7) 2024-10-01 01:29:08.581 | Requirement already satisfied: oslo.policy>=3.6.2 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (4.1.1) 2024-10-01 01:29:08.581 | Requirement already satisfied: setproctitle>=1.1.10 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (1.3.2) 2024-10-01 01:29:08.582 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (3.4.3) 2024-10-01 01:29:08.583 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (5.1.1) 2024-10-01 01:29:08.584 | Requirement already satisfied: oslo.versionedobjects>=1.31.2 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (3.1.0) 2024-10-01 01:29:08.585 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (5.1.1) 2024-10-01 01:29:08.586 | Requirement already satisfied: oslo.messaging>=14.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (14.2.5) 2024-10-01 01:29:08.586 | Requirement already satisfied: os-ken>=0.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (2.6.1) 2024-10-01 01:29:08.587 | Requirement already satisfied: pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (1.4.2) 2024-10-01 01:29:08.588 | Requirement already satisfied: os-traits>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (2.10.0) 2024-10-01 01:29:08.607 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev15) (2.5.0) 2024-10-01 01:29:08.608 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev15) (2.28.1) 2024-10-01 01:29:08.609 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev15) (6.0) 2024-10-01 01:29:08.610 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev15) (1.5.0) 2024-10-01 01:29:08.650 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=1.8.0->networking-nsxv3==0.0.1.dev15) (2.8.2) 2024-10-01 01:29:08.652 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=1.8.0->networking-nsxv3==0.0.1.dev15) (0.9.6) 2024-10-01 01:29:08.657 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=1.4.0->networking-nsxv3==0.0.1.dev15) (1.0.4) 2024-10-01 01:29:08.668 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev15) (2.5.1) 2024-10-01 01:29:08.669 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev15) (1.1.3) 2024-10-01 01:29:08.670 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev15) (1.4.0) 2024-10-01 01:29:08.671 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev15) (3.5.2) 2024-10-01 01:29:08.671 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev15) (4.0.1) 2024-10-01 01:29:08.672 | Requirement already satisfied: eventlet>=0.25.2 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev15) (0.33.1) 2024-10-01 01:29:08.673 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev15) (2.1.1) 2024-10-01 01:29:08.680 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev15) (23.1) 2024-10-01 01:29:08.680 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev15) (3.0.9) 2024-10-01 01:29:08.681 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev15) (1.1.0) 2024-10-01 01:29:08.682 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev15) (0.11.0) 2024-10-01 01:29:08.725 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev15) (2.7.0) 2024-10-01 01:29:08.726 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev15) (4.2.0) 2024-10-01 01:29:08.727 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev15) (2.1.0) 2024-10-01 01:29:08.728 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev15) (3.17.6) 2024-10-01 01:29:08.729 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev15) (5.1.0) 2024-10-01 01:29:08.761 | Requirement already satisfied: fasteners>=0.7 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev15) (0.18) 2024-10-01 01:29:08.762 | Requirement already satisfied: tenacity>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev15) (6.3.1) 2024-10-01 01:29:08.762 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev15) (2.4.1) 2024-10-01 01:29:08.763 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev15) (0.13.1) 2024-10-01 01:29:08.770 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev15) (5.0.0) 2024-10-01 01:29:08.771 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev15) (3.4.1) 2024-10-01 01:29:08.772 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev15) (2.4.2) 2024-10-01 01:29:08.772 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev15) (0.5.1) 2024-10-01 01:29:08.777 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev15) (1.14.1) 2024-10-01 01:29:08.783 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev15) (2.2.1) 2024-10-01 01:29:08.784 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev15) (1.16.0) 2024-10-01 01:29:08.829 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (1.7.0) 2024-10-01 01:29:08.839 | Requirement already satisfied: openstacksdk>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev15) (1.0.1) 2024-10-01 01:29:08.848 | Requirement already satisfied: ovs>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (2.17.7) 2024-10-01 01:29:08.849 | Requirement already satisfied: ncclient>=0.6.13 in /usr/local/lib/python3.10/dist-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (0.6.13) 2024-10-01 01:29:08.895 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (1.8.1) 2024-10-01 01:29:08.895 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (2.0.1) 2024-10-01 01:29:08.897 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (0.5.0) 2024-10-01 01:29:08.898 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (0.13.0) 2024-10-01 01:29:08.922 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (5.2.4) 2024-10-01 01:29:08.924 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (0.6.0) 2024-10-01 01:29:08.924 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (5.1.1) 2024-10-01 01:29:08.926 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (5.2.0) 2024-10-01 01:29:08.926 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (5.1.1) 2024-10-01 01:29:08.981 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev15) (59.6.0) 2024-10-01 01:29:08.997 | Requirement already satisfied: logutils>=0.3 in /usr/local/lib/python3.10/dist-packages (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (0.3.5) 2024-10-01 01:29:08.997 | Requirement already satisfied: Mako>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (1.2.3) 2024-10-01 01:29:09.050 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev15) (1.26.12) 2024-10-01 01:29:09.051 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev15) (2020.6.20) 2024-10-01 01:29:09.052 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev15) (2.1.1) 2024-10-01 01:29:09.053 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev15) (3.4) 2024-10-01 01:29:09.070 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev15) (0.7) 2024-10-01 01:29:09.208 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (5.0.0) 2024-10-01 01:29:09.263 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev15) (1.8.2) 2024-10-01 01:29:09.263 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev15) (0.2.5) 2024-10-01 01:29:09.313 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev15) (3.8.1) 2024-10-01 01:29:09.356 | Requirement already satisfied: MarkupSafe>=0.9.2 in /usr/local/lib/python3.10/dist-packages (from Mako>=0.4.0->pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (2.1.1) 2024-10-01 01:29:09.367 | Requirement already satisfied: lxml>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (4.9.1) 2024-10-01 01:29:09.368 | Requirement already satisfied: paramiko>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (2.11.0) 2024-10-01 01:29:09.385 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev15) (1.4.4) 2024-10-01 01:29:09.386 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev15) (1.4.0) 2024-10-01 01:29:09.387 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev15) (1.0.1) 2024-10-01 01:29:09.388 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev15) (1.1.8) 2024-10-01 01:29:09.389 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev15) (38.0.2) 2024-10-01 01:29:09.390 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev15) (5.1.1) 2024-10-01 01:29:09.391 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev15) (1.32) 2024-10-01 01:29:09.458 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (4.0.0) 2024-10-01 01:29:09.459 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (3.3.0) 2024-10-01 01:29:09.461 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (3.1.2) 2024-10-01 01:29:09.471 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.10/dist-packages (from ovs>=2.8.0->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (2.4.0) 2024-10-01 01:29:09.514 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (0.4.3) 2024-10-01 01:29:09.515 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (0.5.2) 2024-10-01 01:29:09.536 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (2.5.0) 2024-10-01 01:29:09.611 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev15) (1.15.1) 2024-10-01 01:29:09.701 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (1.5.0) 2024-10-01 01:29:09.813 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev15) (2.21) 2024-10-01 01:29:10.369 | Installing collected packages: ratelimiter, ipaddress, Babel, networking-nsxv3 2024-10-01 01:29:10.407 | Attempting uninstall: Babel 2024-10-01 01:29:10.410 | Found existing installation: Babel 2.8.0 2024-10-01 01:29:10.410 | Not uninstalling babel at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 01:29:10.410 | Can't uninstall 'Babel'. No files were found to uninstall. 2024-10-01 01:29:10.772 | Running setup.py develop for networking-nsxv3 2024-10-01 01:29:11.589 | Successfully installed Babel-2.10.3 ipaddress-1.0.23 networking-nsxv3 ratelimiter-1.2.0.post0 2024-10-01 01:29:11.590 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 01:29:11.708 | ++ inc/python:pip_install:196 : result=0 2024-10-01 01:29:11.710 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-10-01 01:29:11.712 | ++ functions-common:time_stop:2435 : local name 2024-10-01 01:29:11.714 | ++ functions-common:time_stop:2436 : local end_time 2024-10-01 01:29:11.716 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:29:11.718 | ++ functions-common:time_stop:2438 : local total 2024-10-01 01:29:11.720 | ++ functions-common:time_stop:2439 : local start_time 2024-10-01 01:29:11.722 | ++ functions-common:time_stop:2441 : name=pip_install 2024-10-01 01:29:11.724 | ++ functions-common:time_stop:2442 : start_time=1727746146836 2024-10-01 01:29:11.726 | ++ functions-common:time_stop:2444 : [[ -z 1727746146836 ]] 2024-10-01 01:29:11.728 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:29:11.731 | ++ functions-common:time_stop:2447 : end_time=1727746151729 2024-10-01 01:29:11.733 | ++ functions-common:time_stop:2448 : elapsed_time=4893 2024-10-01 01:29:11.735 | ++ functions-common:time_stop:2449 : total=90208 2024-10-01 01:29:11.737 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:29:11.738 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=95101 2024-10-01 01:29:11.740 | ++ inc/python:pip_install:199 : return 0 2024-10-01 01:29:11.743 | ++ inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-10-01 01:29:11.745 | ++ inc/python:setup_package:445 : safe_chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-10-01 01:29:11.747 | ++ functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-10-01 01:29:11.762 | ++ functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-10-01 01:29:11.772 | ++ inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/networking-nsx-t 2024-10-01 01:29:11.774 | ++ inc/python:use_library_from_git:246 : local name=/opt/stack/networking-nsx-t 2024-10-01 01:29:11.775 | ++ inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:29:11.777 | ++ inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:29:11.779 | ++ inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2024-10-01 01:29:11.781 | ++ inc/python:use_library_from_git:249 : return 1 2024-10-01 01:29:11.783 | + stack.sh:main:981 : use_library_from_git python-openstackclient 2024-10-01 01:29:11.785 | + inc/python:use_library_from_git:246 : local name=python-openstackclient 2024-10-01 01:29:11.787 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 01:29:11.789 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 01:29:11.791 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-openstackclient, ]] 2024-10-01 01:29:11.793 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 01:29:11.795 | + stack.sh:main:985 : pip_install_gr python-openstackclient 2024-10-01 01:29:11.798 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2024-10-01 01:29:11.800 | + inc/python:pip_install_gr:77 : local clean_name 2024-10-01 01:29:11.803 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2024-10-01 01:29:11.805 | ++ inc/python:get_from_global_requirements:221 : local package=python-openstackclient 2024-10-01 01:29:11.807 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-10-01 01:29:11.810 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2024-10-01 01:29:11.810 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-10-01 01:29:11.814 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-openstackclient ' 2024-10-01 01:29:11.816 | ++ inc/python:get_from_global_requirements:224 : [[ python-openstackclient == '' ]] 2024-10-01 01:29:11.818 | ++ inc/python:get_from_global_requirements:227 : echo python-openstackclient 2024-10-01 01:29:11.820 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2024-10-01 01:29:11.823 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2024-10-01 01:29:11.840 | Using python 3.10 to install python-openstackclient 2024-10-01 01:29:11.842 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt python-openstackclient 2024-10-01 01:29:12.926 | Collecting python-openstackclient 2024-10-01 01:29:12.937 | Using cached python_openstackclient-6.2.1-py3-none-any.whl (1.1 MB) 2024-10-01 01:29:12.956 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.0.0) 2024-10-01 01:29:12.956 | Requirement already satisfied: cliff>=3.5.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (4.2.0) 2024-10-01 01:29:12.957 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.1.0) 2024-10-01 01:29:12.959 | Requirement already satisfied: openstacksdk>=0.103.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.0.1) 2024-10-01 01:29:12.959 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.0.0) 2024-10-01 01:29:12.959 | Requirement already satisfied: python-novaclient>=18.1.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (18.3.0) 2024-10-01 01:29:12.961 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.11.1) 2024-10-01 01:29:12.961 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.1.0) 2024-10-01 01:29:12.961 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.1.0) 2024-10-01 01:29:12.962 | Requirement already satisfied: osc-lib>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (2.7.0) 2024-10-01 01:29:12.963 | Requirement already satisfied: python-cinderclient>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (9.3.0) 2024-10-01 01:29:12.968 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (2.4.2) 2024-10-01 01:29:12.969 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2024-10-01 01:29:12.969 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (5.0.0) 2024-10-01 01:29:12.970 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (3.4.1) 2024-10-01 01:29:12.971 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (0.5.1) 2024-10-01 01:29:12.982 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (38.0.2) 2024-10-01 01:29:12.982 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.4.4) 2024-10-01 01:29:12.984 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.32) 2024-10-01 01:29:12.984 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.4.0) 2024-10-01 01:29:12.985 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (0.11.0) 2024-10-01 01:29:12.986 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.1.8) 2024-10-01 01:29:12.987 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.0.1) 2024-10-01 01:29:12.988 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.7.0) 2024-10-01 01:29:12.988 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (5.1.1) 2024-10-01 01:29:12.989 | Requirement already satisfied: keystoneauth1>=3.18.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (5.1.3) 2024-10-01 01:29:12.995 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=2.3.0->python-openstackclient) (3.17.6) 2024-10-01 01:29:13.003 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (23.1) 2024-10-01 01:29:13.004 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (3.0.9) 2024-10-01 01:29:13.005 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (0.8.0) 2024-10-01 01:29:13.006 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2.5.0) 2024-10-01 01:29:13.006 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2022.4) 2024-10-01 01:29:13.014 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from python-cinderclient>=3.3.0->python-openstackclient) (2.28.1) 2024-10-01 01:29:13.023 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (5.1.2) 2024-10-01 01:29:13.024 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.10/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (9.1.1) 2024-10-01 01:29:13.027 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (1.16.0) 2024-10-01 01:29:13.082 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.10/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (22.1.0) 2024-10-01 01:29:13.083 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (1.8.2) 2024-10-01 01:29:13.084 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (0.2.5) 2024-10-01 01:29:13.102 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->openstacksdk>=0.103.0->python-openstackclient) (1.15.1) 2024-10-01 01:29:13.107 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.33.0->python-openstackclient) (1.14.1) 2024-10-01 01:29:13.132 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.5.0->python-openstackclient) (3.8.1) 2024-10-01 01:29:13.190 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.5.0) 2024-10-01 01:29:13.196 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.0.4) 2024-10-01 01:29:13.226 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (1.26.12) 2024-10-01 01:29:13.227 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2.1.1) 2024-10-01 01:29:13.228 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2020.6.20) 2024-10-01 01:29:13.228 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.4) 2024-10-01 01:29:13.272 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.103.0->python-openstackclient) (2.21) 2024-10-01 01:29:14.165 | Installing collected packages: python-openstackclient 2024-10-01 01:29:15.120 | Successfully installed python-openstackclient-6.2.1 2024-10-01 01:29:15.120 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 01:29:15.261 | + inc/python:pip_install:196 : result=0 2024-10-01 01:29:15.263 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-01 01:29:15.266 | + functions-common:time_stop:2435 : local name 2024-10-01 01:29:15.268 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:29:15.270 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:29:15.272 | + functions-common:time_stop:2438 : local total 2024-10-01 01:29:15.274 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:29:15.277 | + functions-common:time_stop:2441 : name=pip_install 2024-10-01 01:29:15.279 | + functions-common:time_stop:2442 : start_time=1727746151835 2024-10-01 01:29:15.281 | + functions-common:time_stop:2444 : [[ -z 1727746151835 ]] 2024-10-01 01:29:15.284 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:29:15.288 | + functions-common:time_stop:2447 : end_time=1727746155285 2024-10-01 01:29:15.290 | + functions-common:time_stop:2448 : elapsed_time=3450 2024-10-01 01:29:15.291 | + functions-common:time_stop:2449 : total=95101 2024-10-01 01:29:15.293 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:29:15.296 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=98551 2024-10-01 01:29:15.298 | + inc/python:pip_install:199 : return 0 2024-10-01 01:29:15.300 | + stack.sh:main:990 : install_oscwrap 2024-10-01 01:29:15.303 | ++ functions-common:install_oscwrap:2480 : mktemp 2024-10-01 01:29:15.306 | + functions-common:install_oscwrap:2480 : OSCWRAP_TIMER_FILE=/tmp/tmp.I3aBaeadyk 2024-10-01 01:29:15.308 | + functions-common:install_oscwrap:2483 : shopt -s expand_aliases 2024-10-01 01:29:15.310 | + functions-common:install_oscwrap:2486 : unalias -a 2024-10-01 01:29:15.312 | + functions-common:install_oscwrap:2488 : alias openstack=oscwrap 2024-10-01 01:29:15.315 | + stack.sh:main:995 : [[ False != \F\a\l\s\e ]] 2024-10-01 01:29:15.316 | + stack.sh:main:1035 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-10-01 01:29:15.318 | + stack.sh:main:1043 : is_service_enabled mysql postgresql 2024-10-01 01:29:15.333 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:29:15.335 | + stack.sh:main:1044 : configure_database 2024-10-01 01:29:15.337 | + lib/database:configure_database:128 : configure_database_mysql 2024-10-01 01:29:15.339 | + lib/databases/mysql:configure_database_mysql:72 : local my_conf mysql slow_log 2024-10-01 01:29:15.341 | + lib/databases/mysql:configure_database_mysql:73 : echo_summary 'Configuring and starting MySQL' 2024-10-01 01:29:15.342 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 01:29:15.344 | + stack.sh:echo_summary:455 : echo -e Configuring and starting MySQL 2024-10-01 01:29:15.346 | + lib/databases/mysql:configure_database_mysql:75 : is_ubuntu 2024-10-01 01:29:15.348 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:29:15.350 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:29:15.352 | + lib/databases/mysql:configure_database_mysql:76 : my_conf=/etc/mysql/my.cnf 2024-10-01 01:29:15.354 | ++ lib/databases/mysql:configure_database_mysql:90 : ipv6_unquote 0.0.0.0 2024-10-01 01:29:15.357 | ++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-10-01 01:29:15.357 | ++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2024-10-01 01:29:15.361 | + lib/databases/mysql:configure_database_mysql:90 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2024-10-01 01:29:15.411 | + lib/databases/mysql:configure_database_mysql:93 : is_fedora 2024-10-01 01:29:15.413 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-10-01 01:29:15.415 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-10-01 01:29:15.417 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-10-01 01:29:15.419 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-10-01 01:29:15.421 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-10-01 01:29:15.423 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-10-01 01:29:15.425 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-10-01 01:29:15.427 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-10-01 01:29:15.429 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-10-01 01:29:15.434 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-10-01 01:29:15.435 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-10-01 01:29:15.437 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-10-01 01:29:15.442 | + lib/databases/mysql:configure_database_mysql:93 : is_suse 2024-10-01 01:29:15.444 | + functions-common:is_suse:544 : is_opensuse 2024-10-01 01:29:15.446 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-10-01 01:29:15.451 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-10-01 01:29:15.452 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-10-01 01:29:15.454 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-10-01 01:29:15.456 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-10-01 01:29:15.458 | + lib/databases/mysql:configure_database_mysql:96 : is_ubuntu 2024-10-01 01:29:15.462 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:29:15.464 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:29:15.466 | + lib/databases/mysql:configure_database_mysql:98 : restart_service mariadb 2024-10-01 01:29:15.468 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-10-01 01:29:15.470 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2024-10-01 01:29:16.008 | + lib/databases/mysql:configure_database_mysql:107 : is_ubuntu 2024-10-01 01:29:16.010 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:29:16.012 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:29:16.014 | + lib/databases/mysql:configure_database_mysql:107 : [[ jammy == \j\a\m\m\y ]] 2024-10-01 01:29:16.016 | + lib/databases/mysql:configure_database_mysql:107 : '[' mariadb == mariadb ']' 2024-10-01 01:29:16.019 | + lib/databases/mysql:configure_database_mysql:113 : is_ubuntu 2024-10-01 01:29:16.021 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:29:16.024 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:29:16.027 | + lib/databases/mysql:configure_database_mysql:113 : '[' mariadb == mariadb ']' 2024-10-01 01:29:16.029 | + lib/databases/mysql:configure_database_mysql:114 : local 'cmd_args=-uroot -pstackdb ' 2024-10-01 01:29:16.031 | + lib/databases/mysql:configure_database_mysql:122 : is_ubuntu 2024-10-01 01:29:16.034 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:29:16.036 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:29:16.038 | + lib/databases/mysql:configure_database_mysql:122 : [[ jammy != \b\u\l\l\s\e\y\e ]] 2024-10-01 01:29:16.040 | + lib/databases/mysql:configure_database_mysql:122 : '[' mariadb == mariadb ']' 2024-10-01 01:29:16.042 | + lib/databases/mysql:configure_database_mysql:123 : [[ jammy == \j\a\m\m\y ]] 2024-10-01 01:29:16.044 | + lib/databases/mysql:configure_database_mysql:126 : sudo mysql -e 'ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('\''stackdb'\'');' 2024-10-01 01:29:16.060 | + lib/databases/mysql:configure_database_mysql:132 : is_ubuntu 2024-10-01 01:29:16.062 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:29:16.064 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:29:16.066 | + lib/databases/mysql:configure_database_mysql:132 : [[ jammy == \j\a\m\m\y ]] 2024-10-01 01:29:16.068 | + lib/databases/mysql:configure_database_mysql:132 : '[' mariadb == mariadb ']' 2024-10-01 01:29:16.070 | + lib/databases/mysql:configure_database_mysql:142 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2024-10-01 01:29:16.116 | + lib/databases/mysql:configure_database_mysql:143 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2024-10-01 01:29:16.161 | + lib/databases/mysql:configure_database_mysql:144 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2024-10-01 01:29:16.203 | + lib/databases/mysql:configure_database_mysql:146 : [[ False == \T\r\u\e ]] 2024-10-01 01:29:16.205 | + lib/databases/mysql:configure_database_mysql:166 : [[ False == \T\r\u\e ]] 2024-10-01 01:29:16.206 | + lib/databases/mysql:configure_database_mysql:179 : [[ False == \T\r\u\e ]] 2024-10-01 01:29:16.208 | + lib/databases/mysql:configure_database_mysql:189 : restart_service mariadb 2024-10-01 01:29:16.210 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-10-01 01:29:16.212 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2024-10-01 01:29:16.747 | + stack.sh:main:1048 : save_stackenv 1048 2024-10-01 01:29:16.749 | + functions-common:save_stackenv:60 : local tag=1048 2024-10-01 01:29:16.751 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-10-01 01:29:16.754 | + functions-common:save_stackenv:62 : time_stamp=2024-10-01-012916 2024-10-01 01:29:16.757 | + functions-common:save_stackenv:63 : echo '# 2024-10-01-012916 1048' 2024-10-01 01:29:16.759 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:29:16.761 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-10-01 01:29:16.763 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:29:16.764 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-10-01 01:29:16.766 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:29:16.768 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-10-01 01:29:16.770 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:29:16.772 | + 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,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2024-10-01 01:29:16.774 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:29:16.776 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-10-01 01:29:16.778 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:29:16.780 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-10-01 01:29:16.782 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:29:16.784 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-10-01-012509 2024-10-01 01:29:16.786 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:29:16.788 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-10-01 01:29:16.790 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:29:16.792 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-10-01 01:29:16.794 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:29:16.796 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-10-01 01:29:16.798 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:29:16.800 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-10-01 01:29:16.802 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:29:16.804 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-10-01 01:29:16.806 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:29:16.808 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-10-01 01:29:16.809 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:29:16.812 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-10-01 01:29:16.813 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:29:16.815 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-10-01 01:29:16.817 | + stack.sh:main:1060 : [[ False == \T\r\u\e ]] 2024-10-01 01:29:16.819 | + stack.sh:main:1074 : start_dstat 2024-10-01 01:29:16.821 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-10-01 01:29:16.823 | + functions-common:run_process:1689 : local service=dstat 2024-10-01 01:29:16.825 | + functions-common:run_process:1690 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-10-01 01:29:16.827 | + functions-common:run_process:1691 : local group= 2024-10-01 01:29:16.829 | + functions-common:run_process:1692 : local user= 2024-10-01 01:29:16.831 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 01:29:16.834 | + functions-common:run_process:1695 : local name=dstat 2024-10-01 01:29:16.836 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 01:29:16.838 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 01:29:16.840 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:29:16.842 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:29:16.845 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:29:16.848 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746156846 2024-10-01 01:29:16.850 | + functions-common:run_process:1698 : is_service_enabled dstat 2024-10-01 01:29:16.864 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:29:16.866 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 01:29:16.868 | + functions-common:time_stop:2435 : local name 2024-10-01 01:29:16.870 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:29:16.872 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:29:16.874 | + functions-common:time_stop:2438 : local total 2024-10-01 01:29:16.876 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:29:16.878 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 01:29:16.880 | + functions-common:time_stop:2442 : start_time=1727746156846 2024-10-01 01:29:16.882 | + functions-common:time_stop:2444 : [[ -z 1727746156846 ]] 2024-10-01 01:29:16.885 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:29:16.888 | + functions-common:time_stop:2447 : end_time=1727746156885 2024-10-01 01:29:16.890 | + functions-common:time_stop:2448 : elapsed_time=39 2024-10-01 01:29:16.892 | + functions-common:time_stop:2449 : total=0 2024-10-01 01:29:16.894 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:29:16.896 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=39 2024-10-01 01:29:16.898 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2024-10-01 01:29:16.899 | + functions-common:run_process:1689 : local service=memory_tracker 2024-10-01 01:29:16.901 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2024-10-01 01:29:16.904 | + functions-common:run_process:1691 : local group= 2024-10-01 01:29:16.906 | + functions-common:run_process:1692 : local user=root 2024-10-01 01:29:16.908 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 01:29:16.911 | + functions-common:run_process:1695 : local name=memory_tracker 2024-10-01 01:29:16.912 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 01:29:16.914 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 01:29:16.916 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:29:16.918 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:29:16.920 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:29:16.923 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746156921 2024-10-01 01:29:16.925 | + functions-common:run_process:1698 : is_service_enabled memory_tracker 2024-10-01 01:29:16.939 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:29:16.941 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 01:29:16.943 | + functions-common:time_stop:2435 : local name 2024-10-01 01:29:16.945 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:29:16.947 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:29:16.949 | + functions-common:time_stop:2438 : local total 2024-10-01 01:29:16.951 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:29:16.953 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 01:29:16.955 | + functions-common:time_stop:2442 : start_time=1727746156921 2024-10-01 01:29:16.957 | + functions-common:time_stop:2444 : [[ -z 1727746156921 ]] 2024-10-01 01:29:16.959 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:29:16.963 | + functions-common:time_stop:2447 : end_time=1727746156961 2024-10-01 01:29:16.965 | + functions-common:time_stop:2448 : elapsed_time=40 2024-10-01 01:29:16.967 | + functions-common:time_stop:2449 : total=39 2024-10-01 01:29:16.969 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:29:16.971 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=79 2024-10-01 01:29:16.973 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2024-10-01 01:29:16.987 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:29:16.989 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2024-10-01 01:29:16.991 | + functions-common:run_process:1689 : local service=file_tracker 2024-10-01 01:29:16.993 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/file_tracker.sh 2024-10-01 01:29:16.995 | + functions-common:run_process:1691 : local group= 2024-10-01 01:29:16.997 | + functions-common:run_process:1692 : local user= 2024-10-01 01:29:16.999 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 01:29:17.001 | + functions-common:run_process:1695 : local name=file_tracker 2024-10-01 01:29:17.003 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 01:29:17.005 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 01:29:17.007 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:29:17.009 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:29:17.012 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:29:17.015 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746157013 2024-10-01 01:29:17.017 | + functions-common:run_process:1698 : is_service_enabled file_tracker 2024-10-01 01:29:17.031 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:29:17.033 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 01:29:17.035 | + functions-common:time_stop:2435 : local name 2024-10-01 01:29:17.037 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:29:17.039 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:29:17.041 | + functions-common:time_stop:2438 : local total 2024-10-01 01:29:17.044 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:29:17.046 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 01:29:17.048 | + functions-common:time_stop:2442 : start_time=1727746157013 2024-10-01 01:29:17.050 | + functions-common:time_stop:2444 : [[ -z 1727746157013 ]] 2024-10-01 01:29:17.053 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:29:17.056 | + functions-common:time_stop:2447 : end_time=1727746157054 2024-10-01 01:29:17.058 | + functions-common:time_stop:2448 : elapsed_time=41 2024-10-01 01:29:17.060 | + functions-common:time_stop:2449 : total=79 2024-10-01 01:29:17.062 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:29:17.064 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=120 2024-10-01 01:29:17.066 | + stack.sh:main:1078 : is_service_enabled tcpdump 2024-10-01 01:29:17.080 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:29:17.082 | + stack.sh:main:1086 : is_service_enabled etcd3 2024-10-01 01:29:17.095 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:29:17.097 | + stack.sh:main:1087 : start_etcd3 2024-10-01 01:29:17.100 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2024-10-01 01:29:17.102 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2024-10-01 01:29:17.108 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2024-10-01 01:29:17.110 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2024-10-01 01:29:17.112 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2024-10-01 01:29:17.114 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2024-10-01 01:29:17.118 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2024-10-01 01:29:17.118 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2024-10-01 01:29:17.120 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2024-10-01 01:29:17.122 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2024-10-01 01:29:17.124 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2024-10-01 01:29:17.126 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-10-01 01:29:17.128 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' '' root 2024-10-01 01:29:17.130 | + functions-common:write_user_unit_file:1558 : local service=devstack@etcd.service 2024-10-01 01:29:17.132 | + functions-common:write_user_unit_file:1559 : local 'command=/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' 2024-10-01 01:29:17.134 | + functions-common:write_user_unit_file:1560 : local group= 2024-10-01 01:29:17.136 | + functions-common:write_user_unit_file:1561 : local user=root 2024-10-01 01:29:17.138 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-10-01 01:29:17.140 | + functions-common:write_user_unit_file:1563 : local extra= 2024-10-01 01:29:17.142 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-10-01 01:29:17.144 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-10-01 01:29:17.146 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-10-01 01:29:17.149 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2024-10-01 01:29:17.198 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2024-10-01 01:29:17.245 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' 2024-10-01 01:29:17.285 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2024-10-01 01:29:17.327 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2024-10-01 01:29:17.369 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-01 01:29:17.412 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-10-01 01:29:17.414 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-10-01 01:29:17.416 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2024-10-01 01:29:17.465 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-10-01 01:29:17.708 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2024-10-01 01:29:17.760 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2024-10-01 01:29:17.805 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2024-10-01 01:29:17.849 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2024-10-01 01:29:17.892 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2024-10-01 01:29:17.895 | ++ functions-common:is_arch:507 : uname -m 2024-10-01 01:29:17.898 | + functions-common:is_arch:507 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2024-10-01 01:29:17.900 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2024-10-01 01:29:18.152 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2024-10-01 01:29:18.164 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2024-10-01 01:29:18.405 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2024-10-01 01:29:18.668 | + stack.sh:main:1093 : is_service_enabled tls-proxy 2024-10-01 01:29:18.683 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:29:18.685 | + stack.sh:main:1098 : write_clouds_yaml 2024-10-01 01:29:18.687 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2024-10-01 01:29:18.689 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2024-10-01 01:29:18.693 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2024-10-01 01:29:18.703 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2024-10-01 01:29:18.713 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2024-10-01 01:29:18.714 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-10-01 01:29:18.717 | + functions-common:write_clouds_yaml:89 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username demo --os-password nomoresecret --os-project-name demo 2024-10-01 01:29:18.763 | The user clouds.yaml file didn't exist. 2024-10-01 01:29:18.776 | + functions-common:write_clouds_yaml:100 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-project-name admin 2024-10-01 01:29:18.827 | + functions-common:write_clouds_yaml:111 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin-demo --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-project-name demo 2024-10-01 01:29:18.883 | + functions-common:write_clouds_yaml:122 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo --os-password nomoresecret --os-project-name alt_demo 2024-10-01 01:29:18.939 | + functions-common:write_clouds_yaml:133 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-member --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo_member --os-password nomoresecret --os-project-name alt_demo 2024-10-01 01:29:19.001 | + functions-common:write_clouds_yaml:144 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo_reader --os-password nomoresecret --os-project-name alt_demo 2024-10-01 01:29:19.062 | + functions-common:write_clouds_yaml:155 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username demo_reader --os-password nomoresecret --os-project-name demo 2024-10-01 01:29:19.123 | + functions-common:write_clouds_yaml:166 : /usr/bin/python3.10 /opt/stack/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.180.1.21/identity --os-username admin --os-password nomoresecret --os-system-scope all 2024-10-01 01:29:19.186 | + functions-common:write_clouds_yaml:177 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-member --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username system_member --os-password nomoresecret --os-system-scope all 2024-10-01 01:29:19.252 | + functions-common:write_clouds_yaml:188 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username system_reader --os-password nomoresecret --os-system-scope all 2024-10-01 01:29:19.322 | + functions-common:write_clouds_yaml:198 : cat 2024-10-01 01:29:19.326 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2024-10-01 01:29:19.329 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2024-10-01 01:29:19.332 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2024-10-01 01:29:19.335 | + stack.sh:main:1099 : export OS_CLOUD=devstack-admin 2024-10-01 01:29:19.337 | + stack.sh:main:1099 : OS_CLOUD=devstack-admin 2024-10-01 01:29:19.340 | + stack.sh:main:1101 : is_service_enabled keystone 2024-10-01 01:29:19.354 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:29:19.356 | + stack.sh:main:1102 : echo_summary 'Starting Keystone' 2024-10-01 01:29:19.358 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 01:29:19.361 | + stack.sh:echo_summary:455 : echo -e Starting Keystone 2024-10-01 01:29:19.363 | + stack.sh:main:1104 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-10-01 01:29:19.365 | + stack.sh:main:1105 : init_keystone 2024-10-01 01:29:19.367 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2024-10-01 01:29:19.380 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:29:19.382 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2024-10-01 01:29:19.384 | + lib/keystone:init_keystone:484 : recreate_database keystone 2024-10-01 01:29:19.386 | + lib/database:recreate_database:112 : local db=keystone 2024-10-01 01:29:19.388 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2024-10-01 01:29:19.390 | + lib/databases/mysql:recreate_database_mysql:66 : local db=keystone 2024-10-01 01:29:19.392 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2024-10-01 01:29:19.401 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2024-10-01 01:29:19.409 | + lib/keystone:init_keystone:487 : time_start dbsync 2024-10-01 01:29:19.411 | + functions-common:time_start:2421 : local name=dbsync 2024-10-01 01:29:19.414 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:29:19.416 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:29:19.418 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:29:19.421 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746159419 2024-10-01 01:29:19.423 | + lib/keystone:init_keystone:489 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2024-10-01 01:29:21.318 | 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=30146) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-10-01 01:29:21.323 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-10-01 01:29:21.323 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-10-01 01:29:21.325 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=30146) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-10-01 01:29:21.325 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=30146) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:29:21.325 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=30146) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:29:21.325 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=30146) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:29:21.325 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py loaded successfully {{(pid=30146) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:29:21.325 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=30146) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:29:21.325 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py loaded successfully {{(pid=30146) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:29:21.325 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=30146) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:29:21.325 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=30146) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:29:21.325 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=30146) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:29:21.325 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=30146) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:29:21.325 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=30146) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:29:21.325 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=30146) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:29:21.325 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=30146) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:29:21.325 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=30146) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:29:21.325 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=30146) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-10-01 01:29:21.325 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=30146) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-10-01 01:29:21.337 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-10-01 01:29:21.337 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-10-01 01:29:21.367 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2024-10-01 01:29:22.034 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=30146) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-10-01 01:29:22.035 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2024-10-01 01:29:22.035 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=30146) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-10-01 01:29:22.037 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2024-10-01 01:29:22.037 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=30146) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-10-01 01:29:22.377 | + lib/keystone:init_keystone:490 : time_stop dbsync 2024-10-01 01:29:22.380 | + functions-common:time_stop:2435 : local name 2024-10-01 01:29:22.382 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:29:22.384 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:29:22.386 | + functions-common:time_stop:2438 : local total 2024-10-01 01:29:22.388 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:29:22.390 | + functions-common:time_stop:2441 : name=dbsync 2024-10-01 01:29:22.392 | + functions-common:time_stop:2442 : start_time=1727746159419 2024-10-01 01:29:22.395 | + functions-common:time_stop:2444 : [[ -z 1727746159419 ]] 2024-10-01 01:29:22.398 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:29:22.401 | + functions-common:time_stop:2447 : end_time=1727746162398 2024-10-01 01:29:22.403 | + functions-common:time_stop:2448 : elapsed_time=2979 2024-10-01 01:29:22.405 | + functions-common:time_stop:2449 : total=0 2024-10-01 01:29:22.407 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:29:22.409 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2979 2024-10-01 01:29:22.411 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2024-10-01 01:29:22.413 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2024-10-01 01:29:22.416 | + lib/keystone:init_keystone:494 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2024-10-01 01:29:24.148 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2024-10-01 01:29:24.148 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-10-01 01:29:24.148 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-10-01 01:29:24.148 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2024-10-01 01:29:24.149 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-10-01 01:29:24.149 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-10-01 01:29:24.149 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-10-01 01:29:24.149 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-10-01 01:29:24.149 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-10-01 01:29:24.464 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2024-10-01 01:29:24.468 | + lib/keystone:init_keystone:497 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2024-10-01 01:29:26.113 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2024-10-01 01:29:26.114 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-10-01 01:29:26.114 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-10-01 01:29:26.114 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2024-10-01 01:29:26.114 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-10-01 01:29:26.114 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-10-01 01:29:26.114 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-10-01 01:29:26.114 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-10-01 01:29:26.115 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-10-01 01:29:26.381 | + stack.sh:main:1106 : start_keystone 2024-10-01 01:29:26.383 | + lib/keystone:start_keystone:555 : local service_port=5000 2024-10-01 01:29:26.385 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2024-10-01 01:29:26.387 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2024-10-01 01:29:26.400 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:29:26.402 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2024-10-01 01:29:26.405 | ++ lib/keystone:start_keystone:566 : which uwsgi 2024-10-01 01:29:26.408 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2024-10-01 01:29:26.410 | + functions-common:run_process:1689 : local service=keystone 2024-10-01 01:29:26.412 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-10-01 01:29:26.414 | + functions-common:run_process:1691 : local group= 2024-10-01 01:29:26.415 | + functions-common:run_process:1692 : local user= 2024-10-01 01:29:26.417 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 01:29:26.419 | + functions-common:run_process:1695 : local name=keystone 2024-10-01 01:29:26.421 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 01:29:26.423 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 01:29:26.425 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:29:26.427 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:29:26.430 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:29:26.433 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746166431 2024-10-01 01:29:26.435 | + functions-common:run_process:1698 : is_service_enabled keystone 2024-10-01 01:29:26.448 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:29:26.450 | + functions-common:run_process:1699 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2024-10-01 01:29:26.452 | + functions-common:_run_under_systemd:1649 : local service=keystone 2024-10-01 01:29:26.453 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-10-01 01:29:26.455 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-10-01 01:29:26.457 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-10-01 01:29:26.459 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-10-01 01:29:26.461 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2024-10-01 01:29:26.463 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2024-10-01 01:29:26.465 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@keystone.service 2024-10-01 01:29:26.467 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-01 01:29:26.468 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-01 01:29:26.470 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-01 01:29:26.472 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-01 01:29:26.474 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2024-10-01 01:29:26.476 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' stack '' 2024-10-01 01:29:26.478 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@keystone.service 2024-10-01 01:29:26.480 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-10-01 01:29:26.481 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-10-01 01:29:26.483 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-10-01 01:29:26.484 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-10-01 01:29:26.487 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@keystone.service 2024-10-01 01:29:26.488 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-10-01 01:29:26.491 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2024-10-01 01:29:26.539 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2024-10-01 01:29:26.585 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2024-10-01 01:29:26.625 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-10-01 01:29:26.666 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-01 01:29:26.708 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2024-10-01 01:29:26.747 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2024-10-01 01:29:26.787 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2024-10-01 01:29:26.828 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2024-10-01 01:29:26.869 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2024-10-01 01:29:26.909 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-10-01 01:29:26.911 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-10-01 01:29:26.913 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2024-10-01 01:29:26.961 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-10-01 01:29:27.195 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@keystone.service 2024-10-01 01:29:27.204 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2024-10-01 01:29:27.427 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@keystone.service 2024-10-01 01:29:27.493 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 01:29:27.496 | + functions-common:time_stop:2435 : local name 2024-10-01 01:29:27.498 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:29:27.500 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:29:27.501 | + functions-common:time_stop:2438 : local total 2024-10-01 01:29:27.503 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:29:27.505 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 01:29:27.507 | + functions-common:time_stop:2442 : start_time=1727746166431 2024-10-01 01:29:27.509 | + functions-common:time_stop:2444 : [[ -z 1727746166431 ]] 2024-10-01 01:29:27.512 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:29:27.515 | + functions-common:time_stop:2447 : end_time=1727746167513 2024-10-01 01:29:27.518 | + functions-common:time_stop:2448 : elapsed_time=1082 2024-10-01 01:29:27.520 | + functions-common:time_stop:2449 : total=120 2024-10-01 01:29:27.522 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:29:27.524 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1202 2024-10-01 01:29:27.530 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2024-10-01 01:29:27.530 | Waiting for keystone to start... 2024-10-01 01:29:27.532 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2024-10-01 01:29:27.534 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2024-10-01 01:29:27.536 | + functions:wait_for_service:468 : local timeout=60 2024-10-01 01:29:27.538 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2024-10-01 01:29:27.540 | + functions:wait_for_service:470 : local rval=0 2024-10-01 01:29:27.545 | + functions:wait_for_service:471 : time_start wait_for_service 2024-10-01 01:29:27.547 | + functions-common:time_start:2421 : local name=wait_for_service 2024-10-01 01:29:27.549 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:29:27.551 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:29:27.554 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:29:27.557 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746167554 2024-10-01 01:29:27.559 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-10-01 01:29:27.562 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2024-10-01 01:29:28.099 | ++ inc/async:async_inner:64 : rc=0 2024-10-01 01:29:28.117 | [27811 Async install_tempest:27811]: finished successfully 2024-10-01 01:29:29.916 | + :: : [[ 200 == 503 ]] 2024-10-01 01:29:29.917 | + :: : [[ 0 -eq 7 ]] 2024-10-01 01:29:29.920 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-10-01 01:29:29.922 | + functions-common:time_stop:2435 : local name 2024-10-01 01:29:29.924 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:29:29.926 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:29:29.928 | + functions-common:time_stop:2438 : local total 2024-10-01 01:29:29.930 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:29:29.932 | + functions-common:time_stop:2441 : name=wait_for_service 2024-10-01 01:29:29.934 | + functions-common:time_stop:2442 : start_time=1727746167554 2024-10-01 01:29:29.935 | + functions-common:time_stop:2444 : [[ -z 1727746167554 ]] 2024-10-01 01:29:29.938 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:29:29.941 | + functions-common:time_stop:2447 : end_time=1727746169939 2024-10-01 01:29:29.943 | + functions-common:time_stop:2448 : elapsed_time=2385 2024-10-01 01:29:29.945 | + functions-common:time_stop:2449 : total=0 2024-10-01 01:29:29.947 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:29:29.948 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2385 2024-10-01 01:29:29.950 | + functions:wait_for_service:478 : return 0 2024-10-01 01:29:29.953 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2024-10-01 01:29:29.966 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:29:29.968 | + lib/keystone:start_keystone:587 : restart_service memcached 2024-10-01 01:29:29.970 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-10-01 01:29:29.972 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart memcached 2024-10-01 01:29:30.729 | + stack.sh:main:1107 : bootstrap_keystone 2024-10-01 01:29:30.732 | + lib/keystone:bootstrap_keystone:607 : /usr/local/bin/keystone-manage bootstrap --bootstrap-username admin --bootstrap-password nomoresecret --bootstrap-project-name admin --bootstrap-role-name admin --bootstrap-service-name keystone --bootstrap-region-id RegionOne --bootstrap-public-url http://10.180.1.21/identity 2024-10-01 01:29:32.402 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=30940) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 01:29:32.402 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=30940) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 01:29:32.402 | 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=30940) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 01:29:32.406 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=30940) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 01:29:32.414 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=30940) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 01:29:32.414 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=30940) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 01:29:32.430 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=30940) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 01:29:32.446 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=30940) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 01:29:32.447 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=30940) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 01:29:32.554 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30940) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 01:29:32.554 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=30940) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 01:29:32.554 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=30940) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 01:29:32.554 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=30940) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 01:29:32.554 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=30940) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 01:29:32.555 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=30940) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 01:29:32.561 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30940) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 01:29:32.561 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=30940) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 01:29:32.561 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=30940) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 01:29:32.561 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=30940) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 01:29:32.561 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=30940) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 01:29:32.561 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=30940) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 01:29:32.562 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=30940) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 01:29:32.565 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=30940) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 01:29:32.566 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30940) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 01:29:32.567 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=30940) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 01:29:32.567 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=30940) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 01:29:32.567 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=30940) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 01:29:32.567 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=30940) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 01:29:32.567 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=30940) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 01:29:32.567 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=30940) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 01:29:32.583 | 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=30940) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-10-01 01:29:32.678 | INFO keystone.cmd.bootstrap [None req-d5f3b809-5a64-402f-a873-cd9e344ae68c None None] Created domain default 2024-10-01 01:29:32.725 | INFO keystone.cmd.bootstrap [None req-d5f3b809-5a64-402f-a873-cd9e344ae68c None None] Created project admin 2024-10-01 01:29:32.739 | WARNING keystone.common.password_hashing [None req-d5f3b809-5a64-402f-a873-cd9e344ae68c None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2024-10-01 01:29:32.740 | DEBUG passlib.handlers.bcrypt [None req-d5f3b809-5a64-402f-a873-cd9e344ae68c None None] detected 'bcrypt' backend, version '4.0.0' {{(pid=30940) _load_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:625}} 2024-10-01 01:29:32.740 | DEBUG passlib.handlers.bcrypt [None req-d5f3b809-5a64-402f-a873-cd9e344ae68c None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=30940) _finalize_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:406}} 2024-10-01 01:29:32.774 | INFO keystone.cmd.bootstrap [None req-d5f3b809-5a64-402f-a873-cd9e344ae68c None None] Created user admin 2024-10-01 01:29:32.780 | INFO keystone.cmd.bootstrap [None req-d5f3b809-5a64-402f-a873-cd9e344ae68c None None] Created role reader 2024-10-01 01:29:32.785 | INFO keystone.cmd.bootstrap [None req-d5f3b809-5a64-402f-a873-cd9e344ae68c None None] Created role member 2024-10-01 01:29:32.797 | INFO keystone.cmd.bootstrap [None req-d5f3b809-5a64-402f-a873-cd9e344ae68c None None] Created implied role where c652061fc92f4824b60045a24bdf98d0 implies 0d35a7918c084a15ad5757eec6589d64 2024-10-01 01:29:32.801 | INFO keystone.cmd.bootstrap [None req-d5f3b809-5a64-402f-a873-cd9e344ae68c None None] Created role admin 2024-10-01 01:29:32.813 | INFO keystone.cmd.bootstrap [None req-d5f3b809-5a64-402f-a873-cd9e344ae68c None None] Created implied role where d2f973f165644e4eb650292b82d0badd implies c652061fc92f4824b60045a24bdf98d0 2024-10-01 01:29:32.818 | INFO keystone.cmd.bootstrap [None req-d5f3b809-5a64-402f-a873-cd9e344ae68c None None] Granted role admin on project admin to user admin. 2024-10-01 01:29:32.821 | INFO keystone.cmd.bootstrap [None req-d5f3b809-5a64-402f-a873-cd9e344ae68c None None] Granted role admin on the system to user admin. 2024-10-01 01:29:32.826 | WARNING py.warnings [None req-d5f3b809-5a64-402f-a873-cd9e344ae68c None None] /usr/local/lib/python3.10/dist-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: RegionOne. To ensure interoperability, identifiers should be a valid uuid. 2024-10-01 01:29:32.826 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2024-10-01 01:29:32.826 |  2024-10-01 01:29:32.829 | INFO keystone.cmd.bootstrap [None req-d5f3b809-5a64-402f-a873-cd9e344ae68c None None] Created region RegionOne 2024-10-01 01:29:32.844 | INFO keystone.cmd.bootstrap [None req-d5f3b809-5a64-402f-a873-cd9e344ae68c None None] Created public endpoint http://10.180.1.21/identity 2024-10-01 01:29:33.158 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2024-10-01 01:29:33.160 | + stack.sh:main:1110 : create_keystone_accounts 2024-10-01 01:29:33.162 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2024-10-01 01:29:33.165 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2024-10-01 01:29:34.766 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:29:34.769 | + lib/keystone:create_keystone_accounts:315 : admin_project=b21a994413b74523b28e8a77a6159a5d 2024-10-01 01:29:34.771 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2024-10-01 01:29:34.773 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2024-10-01 01:29:36.010 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:29:36.012 | + lib/keystone:create_keystone_accounts:317 : admin_user=2a5e756e1e3549a681ff9f0dda4e82d7 2024-10-01 01:29:36.014 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2024-10-01 01:29:36.016 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2024-10-01 01:29:36.018 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2024-10-01 01:29:36.020 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin 2a5e756e1e3549a681ff9f0dda4e82d7 default 2024-10-01 01:29:36.064 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 2a5e756e1e3549a681ff9f0dda4e82d7 default 2024-10-01 01:29:36.090 | [3953 Async ks-domain-role:31059]: running: get_or_add_user_domain_role admin 2a5e756e1e3549a681ff9f0dda4e82d7 default 2024-10-01 01:29:36.092 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2024-10-01 01:29:36.094 | + functions-common:get_or_create_domain:895 : local domain_id 2024-10-01 01:29:36.097 | ++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-10-01 01:29:37.606 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:29:37.608 | + functions-common:get_or_create_domain:900 : domain_id=default 2024-10-01 01:29:37.610 | + functions-common:get_or_create_domain:901 : echo default 2024-10-01 01:29:37.610 | default 2024-10-01 01:29:37.612 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2024-10-01 01:29:37.661 | + inc/async:async_inner:63 : get_or_create_project service Default 2024-10-01 01:29:37.690 | [3953 Async ks-project:31171]: running: get_or_create_project service Default 2024-10-01 01:29:37.692 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2024-10-01 01:29:37.740 | + inc/async:async_inner:63 : get_or_create_role service 2024-10-01 01:29:37.769 | [3953 Async ks-service:31283]: running: get_or_create_role service 2024-10-01 01:29:37.771 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2024-10-01 01:29:37.819 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2024-10-01 01:29:37.848 | [3953 Async ks-reseller:31378]: running: get_or_create_role ResellerAdmin 2024-10-01 01:29:37.850 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2024-10-01 01:29:37.852 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2024-10-01 01:29:37.899 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2024-10-01 01:29:37.929 | [3953 Async ks-anotherrole:31476]: running: get_or_create_role anotherrole 2024-10-01 01:29:37.931 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2024-10-01 01:29:37.933 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2024-10-01 01:29:37.935 | ++ functions-common:get_or_create_project:945 : local project_id 2024-10-01 01:29:37.938 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create invisible_to_admin --domain=default --or-show -f value -c id 2024-10-01 01:29:39.264 | + inc/async:async_inner:64 : rc=0 2024-10-01 01:29:39.283 | [31378 Async ks-reseller:31378]: finished successfully 2024-10-01 01:29:39.378 | + inc/async:async_inner:64 : rc=0 2024-10-01 01:29:39.394 | + inc/async:async_inner:64 : rc=0 2024-10-01 01:29:39.399 | [31171 Async ks-project:31171]: finished successfully 2024-10-01 01:29:39.416 | [31283 Async ks-service:31283]: finished successfully 2024-10-01 01:29:39.471 | + inc/async:async_inner:64 : rc=0 2024-10-01 01:29:39.490 | [31476 Async ks-anotherrole:31476]: finished successfully 2024-10-01 01:29:39.589 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:29:39.592 | ++ functions-common:get_or_create_project:951 : project_id=32c6370166a64cf095f8e645dfa97e0a 2024-10-01 01:29:39.594 | ++ functions-common:get_or_create_project:952 : echo 32c6370166a64cf095f8e645dfa97e0a 2024-10-01 01:29:39.596 | + lib/keystone:create_keystone_accounts:345 : invis_project=32c6370166a64cf095f8e645dfa97e0a 2024-10-01 01:29:39.599 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2024-10-01 01:29:39.601 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2024-10-01 01:29:39.603 | ++ functions-common:get_or_create_project:945 : local project_id 2024-10-01 01:29:39.605 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create demo --domain=default --or-show -f value -c id 2024-10-01 01:29:39.701 | + inc/async:async_inner:64 : rc=0 2024-10-01 01:29:39.718 | [31059 Async ks-domain-role:31059]: finished successfully 2024-10-01 01:29:40.981 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:29:40.983 | ++ functions-common:get_or_create_project:951 : project_id=55a9610bfcd1487f8c2c8d54fdf43f24 2024-10-01 01:29:40.985 | ++ functions-common:get_or_create_project:952 : echo 55a9610bfcd1487f8c2c8d54fdf43f24 2024-10-01 01:29:40.987 | + lib/keystone:create_keystone_accounts:349 : demo_project=55a9610bfcd1487f8c2c8d54fdf43f24 2024-10-01 01:29:40.989 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2024-10-01 01:29:40.992 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2024-10-01 01:29:40.994 | ++ functions-common:get_or_create_user:922 : local user_id 2024-10-01 01:29:40.996 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo@example.com ]] 2024-10-01 01:29:40.998 | ++ functions-common:get_or_create_user:924 : local email=--email=demo@example.com 2024-10-01 01:29:41.000 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create demo --password nomoresecret --domain=default --email=demo@example.com --or-show -f value -c id 2024-10-01 01:29:42.357 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:29:42.359 | ++ functions-common:get_or_create_user:938 : user_id=e900b62eb72e4dccbaf047f5b5affe97 2024-10-01 01:29:42.361 | ++ functions-common:get_or_create_user:939 : echo e900b62eb72e4dccbaf047f5b5affe97 2024-10-01 01:29:42.363 | + lib/keystone:create_keystone_accounts:352 : demo_user=e900b62eb72e4dccbaf047f5b5affe97 2024-10-01 01:29:42.365 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2024-10-01 01:29:42.401 | [3953 Async ks-domain-role:31059]: Waiting for completion of get_or_add_user_domain_role admin 2a5e756e1e3549a681ff9f0dda4e82d7 default running on PID 31059 (6 other jobs running) 2024-10-01 01:29:42.419 | [3953 Async ks-domain-role:31059]: Signaling child to exit 2024-10-01 01:29:42.419 | WAKEUP 2024-10-01 01:29:42.435 | [3953 Async ks-domain-role:31059]: Signaled 2024-10-01 01:29:42.436 | + functions-common:get_or_add_user_domain_role:1009 : local user_role_id 2024-10-01 01:29:42.436 | + functions-common:get_or_add_user_domain_role:1013 : openstack --os-cloud devstack-system-admin role add admin --user 2a5e756e1e3549a681ff9f0dda4e82d7 --domain default 2024-10-01 01:29:42.436 | ++ functions-common:get_or_add_user_domain_role:1020 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 2a5e756e1e3549a681ff9f0dda4e82d7 --domain default -c Role -f value 2024-10-01 01:29:42.436 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:29:42.436 | + functions-common:get_or_add_user_domain_role:1020 : user_role_id=d2f973f165644e4eb650292b82d0badd 2024-10-01 01:29:42.436 | + functions-common:get_or_add_user_domain_role:1022 : echo d2f973f165644e4eb650292b82d0badd 2024-10-01 01:29:42.436 | d2f973f165644e4eb650292b82d0badd 2024-10-01 01:29:42.466 | [3953 Async ks-domain-role:31059]: finished get_or_add_user_domain_role admin 2a5e756e1e3549a681ff9f0dda4e82d7 default with result 0 in 3 seconds 2024-10-01 01:29:42.471 | Not waiting for async task ks-domain that we never started or has already been waited for 2024-10-01 01:29:42.495 | [3953 Async ks-project:31171]: Waiting for completion of get_or_create_project service Default running on PID 31171 (5 other jobs running) 2024-10-01 01:29:42.513 | [3953 Async ks-project:31171]: Signaling child to exit 2024-10-01 01:29:42.513 | WAKEUP 2024-10-01 01:29:42.528 | [3953 Async ks-project:31171]: Signaled 2024-10-01 01:29:42.529 | + functions-common:get_or_create_project:945 : local project_id 2024-10-01 01:29:42.529 | ++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create service --domain=Default --or-show -f value -c id 2024-10-01 01:29:42.529 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:29:42.529 | + functions-common:get_or_create_project:951 : project_id=34d6d32c6f7640ac8b56c80693999ee1 2024-10-01 01:29:42.529 | + functions-common:get_or_create_project:952 : echo 34d6d32c6f7640ac8b56c80693999ee1 2024-10-01 01:29:42.529 | 34d6d32c6f7640ac8b56c80693999ee1 2024-10-01 01:29:42.559 | [3953 Async ks-project:31171]: finished get_or_create_project service Default with result 0 in 1 seconds 2024-10-01 01:29:42.584 | [3953 Async ks-service:31283]: Waiting for completion of get_or_create_role service running on PID 31283 (4 other jobs running) 2024-10-01 01:29:42.601 | [3953 Async ks-service:31283]: Signaling child to exit 2024-10-01 01:29:42.601 | WAKEUP 2024-10-01 01:29:42.616 | [3953 Async ks-service:31283]: Signaled 2024-10-01 01:29:42.617 | + functions-common:get_or_create_role:958 : local role_id 2024-10-01 01:29:42.617 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2024-10-01 01:29:42.617 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:29:42.617 | + functions-common:get_or_create_role:963 : role_id=58bf1471f966467684f515a192509688 2024-10-01 01:29:42.617 | + functions-common:get_or_create_role:964 : echo 58bf1471f966467684f515a192509688 2024-10-01 01:29:42.617 | 58bf1471f966467684f515a192509688 2024-10-01 01:29:42.648 | [3953 Async ks-service:31283]: finished get_or_create_role service with result 0 in 1 seconds 2024-10-01 01:29:42.673 | [3953 Async ks-reseller:31378]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 31378 (3 other jobs running) 2024-10-01 01:29:42.690 | [3953 Async ks-reseller:31378]: Signaling child to exit 2024-10-01 01:29:42.690 | WAKEUP 2024-10-01 01:29:42.706 | [3953 Async ks-reseller:31378]: Signaled 2024-10-01 01:29:42.707 | + functions-common:get_or_create_role:958 : local role_id 2024-10-01 01:29:42.707 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2024-10-01 01:29:42.707 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:29:42.707 | + functions-common:get_or_create_role:963 : role_id=875e4b55cc3147bea96b613f95f09e7f 2024-10-01 01:29:42.707 | + functions-common:get_or_create_role:964 : echo 875e4b55cc3147bea96b613f95f09e7f 2024-10-01 01:29:42.707 | 875e4b55cc3147bea96b613f95f09e7f 2024-10-01 01:29:42.737 | [3953 Async ks-reseller:31378]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2024-10-01 01:29:42.762 | [3953 Async ks-anotherrole:31476]: Waiting for completion of get_or_create_role anotherrole running on PID 31476 (2 other jobs running) 2024-10-01 01:29:42.780 | [3953 Async ks-anotherrole:31476]: Signaling child to exit 2024-10-01 01:29:42.780 | WAKEUP 2024-10-01 01:29:42.795 | [3953 Async ks-anotherrole:31476]: Signaled 2024-10-01 01:29:42.797 | + functions-common:get_or_create_role:958 : local role_id 2024-10-01 01:29:42.797 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2024-10-01 01:29:42.797 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:29:42.797 | + functions-common:get_or_create_role:963 : role_id=7fdcee0d1d0c4f29920876c035be56f2 2024-10-01 01:29:42.797 | + functions-common:get_or_create_role:964 : echo 7fdcee0d1d0c4f29920876c035be56f2 2024-10-01 01:29:42.797 | 7fdcee0d1d0c4f29920876c035be56f2 2024-10-01 01:29:42.827 | [3953 Async ks-anotherrole:31476]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2024-10-01 01:29:42.830 | + inc/async:async_wait:197 : return 0 2024-10-01 01:29:42.832 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member e900b62eb72e4dccbaf047f5b5affe97 55a9610bfcd1487f8c2c8d54fdf43f24 2024-10-01 01:29:42.880 | + inc/async:async_inner:63 : get_or_add_user_project_role member e900b62eb72e4dccbaf047f5b5affe97 55a9610bfcd1487f8c2c8d54fdf43f24 2024-10-01 01:29:42.910 | [3953 Async ks-demo-member:32317]: running: get_or_add_user_project_role member e900b62eb72e4dccbaf047f5b5affe97 55a9610bfcd1487f8c2c8d54fdf43f24 2024-10-01 01:29:42.912 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin 2a5e756e1e3549a681ff9f0dda4e82d7 55a9610bfcd1487f8c2c8d54fdf43f24 2024-10-01 01:29:42.961 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 2a5e756e1e3549a681ff9f0dda4e82d7 55a9610bfcd1487f8c2c8d54fdf43f24 2024-10-01 01:29:42.994 | [3953 Async ks-demo-admin:32413]: running: get_or_add_user_project_role admin 2a5e756e1e3549a681ff9f0dda4e82d7 55a9610bfcd1487f8c2c8d54fdf43f24 2024-10-01 01:29:42.996 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole e900b62eb72e4dccbaf047f5b5affe97 55a9610bfcd1487f8c2c8d54fdf43f24 2024-10-01 01:29:43.044 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole e900b62eb72e4dccbaf047f5b5affe97 55a9610bfcd1487f8c2c8d54fdf43f24 2024-10-01 01:29:43.075 | [3953 Async ks-demo-another:32510]: running: get_or_add_user_project_role anotherrole e900b62eb72e4dccbaf047f5b5affe97 55a9610bfcd1487f8c2c8d54fdf43f24 2024-10-01 01:29:43.077 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member e900b62eb72e4dccbaf047f5b5affe97 32c6370166a64cf095f8e645dfa97e0a 2024-10-01 01:29:43.125 | + inc/async:async_inner:63 : get_or_add_user_project_role member e900b62eb72e4dccbaf047f5b5affe97 32c6370166a64cf095f8e645dfa97e0a 2024-10-01 01:29:43.158 | [3953 Async ks-demo-invis:32607]: running: get_or_add_user_project_role member e900b62eb72e4dccbaf047f5b5affe97 32c6370166a64cf095f8e645dfa97e0a 2024-10-01 01:29:43.160 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2024-10-01 01:29:43.162 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2024-10-01 01:29:43.165 | ++ functions-common:get_or_create_user:922 : local user_id 2024-10-01 01:29:43.167 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo_reader@example.com ]] 2024-10-01 01:29:43.168 | ++ functions-common:get_or_create_user:924 : local email=--email=demo_reader@example.com 2024-10-01 01:29:43.172 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create demo_reader --password nomoresecret --domain=default --email=demo_reader@example.com --or-show -f value -c id 2024-10-01 01:29:44.876 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:29:44.879 | ++ functions-common:get_or_create_user:938 : user_id=f667ea9622754400a5625c809c6a9b13 2024-10-01 01:29:44.881 | ++ functions-common:get_or_create_user:939 : echo f667ea9622754400a5625c809c6a9b13 2024-10-01 01:29:44.884 | + lib/keystone:create_keystone_accounts:365 : demo_reader=f667ea9622754400a5625c809c6a9b13 2024-10-01 01:29:44.886 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader f667ea9622754400a5625c809c6a9b13 55a9610bfcd1487f8c2c8d54fdf43f24 2024-10-01 01:29:44.942 | + inc/async:async_inner:63 : get_or_add_user_project_role reader f667ea9622754400a5625c809c6a9b13 55a9610bfcd1487f8c2c8d54fdf43f24 2024-10-01 01:29:44.976 | [3953 Async ks-demo-reader:32763]: running: get_or_add_user_project_role reader f667ea9622754400a5625c809c6a9b13 55a9610bfcd1487f8c2c8d54fdf43f24 2024-10-01 01:29:44.982 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2024-10-01 01:29:44.982 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2024-10-01 01:29:44.983 | ++ functions-common:get_or_create_project:945 : local project_id 2024-10-01 01:29:44.986 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create alt_demo --domain=default --or-show -f value -c id 2024-10-01 01:29:46.735 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:29:46.738 | ++ functions-common:get_or_create_project:951 : project_id=84424db510914d4b90d026da714fc5be 2024-10-01 01:29:46.740 | ++ functions-common:get_or_create_project:952 : echo 84424db510914d4b90d026da714fc5be 2024-10-01 01:29:46.742 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=84424db510914d4b90d026da714fc5be 2024-10-01 01:29:46.744 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2024-10-01 01:29:46.747 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2024-10-01 01:29:46.749 | ++ functions-common:get_or_create_user:922 : local user_id 2024-10-01 01:29:46.751 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo@example.com ]] 2024-10-01 01:29:46.753 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo@example.com 2024-10-01 01:29:46.756 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create alt_demo --password nomoresecret --domain=default --email=alt_demo@example.com --or-show -f value -c id 2024-10-01 01:29:47.154 | + inc/async:async_inner:64 : rc=0 2024-10-01 01:29:47.175 | [32317 Async ks-demo-member:32317]: finished successfully 2024-10-01 01:29:47.483 | + inc/async:async_inner:64 : rc=0 2024-10-01 01:29:47.501 | [32413 Async ks-demo-admin:32413]: finished successfully 2024-10-01 01:29:47.555 | + inc/async:async_inner:64 : rc=0 2024-10-01 01:29:47.575 | [32510 Async ks-demo-another:32510]: finished successfully 2024-10-01 01:29:47.624 | + inc/async:async_inner:64 : rc=0 2024-10-01 01:29:47.642 | [32607 Async ks-demo-invis:32607]: finished successfully 2024-10-01 01:29:48.174 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:29:48.177 | ++ functions-common:get_or_create_user:938 : user_id=d10e9d2ba545476f94355f02e32e90ec 2024-10-01 01:29:48.179 | ++ functions-common:get_or_create_user:939 : echo d10e9d2ba545476f94355f02e32e90ec 2024-10-01 01:29:48.181 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=d10e9d2ba545476f94355f02e32e90ec 2024-10-01 01:29:48.183 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin d10e9d2ba545476f94355f02e32e90ec 84424db510914d4b90d026da714fc5be 2024-10-01 01:29:48.231 | + inc/async:async_inner:63 : get_or_add_user_project_role admin d10e9d2ba545476f94355f02e32e90ec 84424db510914d4b90d026da714fc5be 2024-10-01 01:29:48.262 | [3953 Async ks-alt-admin:33215]: running: get_or_add_user_project_role admin d10e9d2ba545476f94355f02e32e90ec 84424db510914d4b90d026da714fc5be 2024-10-01 01:29:48.264 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole d10e9d2ba545476f94355f02e32e90ec 84424db510914d4b90d026da714fc5be 2024-10-01 01:29:48.313 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole d10e9d2ba545476f94355f02e32e90ec 84424db510914d4b90d026da714fc5be 2024-10-01 01:29:48.344 | [3953 Async ks-alt-another:33311]: running: get_or_add_user_project_role anotherrole d10e9d2ba545476f94355f02e32e90ec 84424db510914d4b90d026da714fc5be 2024-10-01 01:29:48.346 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2024-10-01 01:29:48.348 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2024-10-01 01:29:48.350 | ++ functions-common:get_or_create_user:922 : local user_id 2024-10-01 01:29:48.352 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_member@example.com ]] 2024-10-01 01:29:48.354 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_member@example.com 2024-10-01 01:29:48.357 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create alt_demo_member --password nomoresecret --domain=default --email=alt_demo_member@example.com --or-show -f value -c id 2024-10-01 01:29:49.168 | + inc/async:async_inner:64 : rc=0 2024-10-01 01:29:49.186 | [32763 Async ks-demo-reader:32763]: finished successfully 2024-10-01 01:29:49.778 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:29:49.780 | ++ functions-common:get_or_create_user:938 : user_id=694e054e47b74e8699f0daa8f5eba0e1 2024-10-01 01:29:49.783 | ++ functions-common:get_or_create_user:939 : echo 694e054e47b74e8699f0daa8f5eba0e1 2024-10-01 01:29:49.785 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=694e054e47b74e8699f0daa8f5eba0e1 2024-10-01 01:29:49.787 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member 694e054e47b74e8699f0daa8f5eba0e1 84424db510914d4b90d026da714fc5be 2024-10-01 01:29:49.848 | + inc/async:async_inner:63 : get_or_add_user_project_role member 694e054e47b74e8699f0daa8f5eba0e1 84424db510914d4b90d026da714fc5be 2024-10-01 01:29:49.880 | [3953 Async ks-alt-member-user:33488]: running: get_or_add_user_project_role member 694e054e47b74e8699f0daa8f5eba0e1 84424db510914d4b90d026da714fc5be 2024-10-01 01:29:49.882 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2024-10-01 01:29:49.885 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2024-10-01 01:29:49.887 | ++ functions-common:get_or_create_user:922 : local user_id 2024-10-01 01:29:49.888 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_reader@example.com ]] 2024-10-01 01:29:49.891 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_reader@example.com 2024-10-01 01:29:49.894 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create alt_demo_reader --password nomoresecret --domain=default --email=alt_demo_reader@example.com --or-show -f value -c id 2024-10-01 01:29:51.328 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:29:51.331 | ++ functions-common:get_or_create_user:938 : user_id=73290049968e4c29a329c9ed779a6ffa 2024-10-01 01:29:51.333 | ++ functions-common:get_or_create_user:939 : echo 73290049968e4c29a329c9ed779a6ffa 2024-10-01 01:29:51.335 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=73290049968e4c29a329c9ed779a6ffa 2024-10-01 01:29:51.337 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader 73290049968e4c29a329c9ed779a6ffa 84424db510914d4b90d026da714fc5be 2024-10-01 01:29:51.386 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 73290049968e4c29a329c9ed779a6ffa 84424db510914d4b90d026da714fc5be 2024-10-01 01:29:51.418 | [3953 Async ks-alt-reader-user:33662]: running: get_or_add_user_project_role reader 73290049968e4c29a329c9ed779a6ffa 84424db510914d4b90d026da714fc5be 2024-10-01 01:29:51.421 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2024-10-01 01:29:51.423 | ++ functions-common:get_or_create_user:922 : local user_id 2024-10-01 01:29:51.425 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_member@example.com ]] 2024-10-01 01:29:51.427 | ++ functions-common:get_or_create_user:924 : local email=--email=system_member@example.com 2024-10-01 01:29:51.430 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create system_member --password nomoresecret --domain=default --email=system_member@example.com --or-show -f value -c id 2024-10-01 01:29:51.859 | + inc/async:async_inner:64 : rc=0 2024-10-01 01:29:51.879 | [33215 Async ks-alt-admin:33215]: finished successfully 2024-10-01 01:29:51.991 | + inc/async:async_inner:64 : rc=0 2024-10-01 01:29:52.010 | [33311 Async ks-alt-another:33311]: finished successfully 2024-10-01 01:29:52.858 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:29:52.861 | ++ functions-common:get_or_create_user:938 : user_id=fa30cda53e3b4e078e88dd87d65c9b1e 2024-10-01 01:29:52.863 | ++ functions-common:get_or_create_user:939 : echo fa30cda53e3b4e078e88dd87d65c9b1e 2024-10-01 01:29:52.865 | + lib/keystone:create_keystone_accounts:397 : system_member_user=fa30cda53e3b4e078e88dd87d65c9b1e 2024-10-01 01:29:52.867 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member fa30cda53e3b4e078e88dd87d65c9b1e all 2024-10-01 01:29:52.915 | + inc/async:async_inner:63 : get_or_add_user_system_role member fa30cda53e3b4e078e88dd87d65c9b1e all 2024-10-01 01:29:52.947 | [3953 Async ks-system-member:33895]: running: get_or_add_user_system_role member fa30cda53e3b4e078e88dd87d65c9b1e all 2024-10-01 01:29:52.950 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2024-10-01 01:29:52.952 | ++ functions-common:get_or_create_user:922 : local user_id 2024-10-01 01:29:52.954 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_reader@example.com ]] 2024-10-01 01:29:52.956 | ++ functions-common:get_or_create_user:924 : local email=--email=system_reader@example.com 2024-10-01 01:29:52.959 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create system_reader --password nomoresecret --domain=default --email=system_reader@example.com --or-show -f value -c id 2024-10-01 01:29:53.568 | + inc/async:async_inner:64 : rc=0 2024-10-01 01:29:53.587 | [33488 Async ks-alt-member-user:33488]: finished successfully 2024-10-01 01:29:54.366 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:29:54.368 | ++ functions-common:get_or_create_user:938 : user_id=55571208e7bf413e9279bfd7c221a613 2024-10-01 01:29:54.370 | ++ functions-common:get_or_create_user:939 : echo 55571208e7bf413e9279bfd7c221a613 2024-10-01 01:29:54.373 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=55571208e7bf413e9279bfd7c221a613 2024-10-01 01:29:54.375 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader 55571208e7bf413e9279bfd7c221a613 all 2024-10-01 01:29:54.426 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 55571208e7bf413e9279bfd7c221a613 all 2024-10-01 01:29:54.459 | [3953 Async ks-system-reader:34103]: running: get_or_add_user_system_role reader 55571208e7bf413e9279bfd7c221a613 all 2024-10-01 01:29:54.461 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2024-10-01 01:29:54.464 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2024-10-01 01:29:54.465 | ++ functions-common:get_or_create_group:907 : local 'desc=openstack admin group' 2024-10-01 01:29:54.467 | ++ functions-common:get_or_create_group:908 : local group_id 2024-10-01 01:29:54.470 | +++ functions-common:get_or_create_group:917 : oscwrap --os-cloud devstack-system-admin group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2024-10-01 01:29:54.898 | + inc/async:async_inner:64 : rc=0 2024-10-01 01:29:54.916 | [33662 Async ks-alt-reader-user:33662]: finished successfully 2024-10-01 01:29:55.920 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:29:55.922 | ++ functions-common:get_or_create_group:915 : group_id=3bc32f3e39e1406aa9e7af7c5bf8995b 2024-10-01 01:29:55.925 | ++ functions-common:get_or_create_group:916 : echo 3bc32f3e39e1406aa9e7af7c5bf8995b 2024-10-01 01:29:55.927 | + lib/keystone:create_keystone_accounts:407 : admin_group=3bc32f3e39e1406aa9e7af7c5bf8995b 2024-10-01 01:29:55.929 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2024-10-01 01:29:55.932 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2024-10-01 01:29:55.934 | ++ functions-common:get_or_create_group:907 : local 'desc=non-admin group' 2024-10-01 01:29:55.936 | ++ functions-common:get_or_create_group:908 : local group_id 2024-10-01 01:29:55.938 | +++ functions-common:get_or_create_group:917 : oscwrap --os-cloud devstack-system-admin group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2024-10-01 01:29:57.346 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:29:57.349 | ++ functions-common:get_or_create_group:915 : group_id=7c6ea463fee94e7f99de1e249f84a087 2024-10-01 01:29:57.351 | ++ functions-common:get_or_create_group:916 : echo 7c6ea463fee94e7f99de1e249f84a087 2024-10-01 01:29:57.354 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=7c6ea463fee94e7f99de1e249f84a087 2024-10-01 01:29:57.356 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member 7c6ea463fee94e7f99de1e249f84a087 55a9610bfcd1487f8c2c8d54fdf43f24 2024-10-01 01:29:57.406 | + inc/async:async_inner:63 : get_or_add_group_project_role member 7c6ea463fee94e7f99de1e249f84a087 55a9610bfcd1487f8c2c8d54fdf43f24 2024-10-01 01:29:57.435 | [3953 Async ks-group-memberdemo:34372]: running: get_or_add_group_project_role member 7c6ea463fee94e7f99de1e249f84a087 55a9610bfcd1487f8c2c8d54fdf43f24 2024-10-01 01:29:57.437 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 7c6ea463fee94e7f99de1e249f84a087 55a9610bfcd1487f8c2c8d54fdf43f24 2024-10-01 01:29:57.486 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 7c6ea463fee94e7f99de1e249f84a087 55a9610bfcd1487f8c2c8d54fdf43f24 2024-10-01 01:29:57.515 | [3953 Async ks-group-anotherdemo:34451]: running: get_or_add_group_project_role anotherrole 7c6ea463fee94e7f99de1e249f84a087 55a9610bfcd1487f8c2c8d54fdf43f24 2024-10-01 01:29:57.517 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member 7c6ea463fee94e7f99de1e249f84a087 84424db510914d4b90d026da714fc5be 2024-10-01 01:29:57.565 | + inc/async:async_inner:63 : get_or_add_group_project_role member 7c6ea463fee94e7f99de1e249f84a087 84424db510914d4b90d026da714fc5be 2024-10-01 01:29:57.596 | [3953 Async ks-group-memberalt:34531]: running: get_or_add_group_project_role member 7c6ea463fee94e7f99de1e249f84a087 84424db510914d4b90d026da714fc5be 2024-10-01 01:29:57.598 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 7c6ea463fee94e7f99de1e249f84a087 84424db510914d4b90d026da714fc5be 2024-10-01 01:29:57.649 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 7c6ea463fee94e7f99de1e249f84a087 84424db510914d4b90d026da714fc5be 2024-10-01 01:29:57.682 | [3953 Async ks-group-anotheralt:34611]: running: get_or_add_group_project_role anotherrole 7c6ea463fee94e7f99de1e249f84a087 84424db510914d4b90d026da714fc5be 2024-10-01 01:29:57.684 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin 3bc32f3e39e1406aa9e7af7c5bf8995b b21a994413b74523b28e8a77a6159a5d 2024-10-01 01:29:57.733 | + inc/async:async_inner:63 : get_or_add_group_project_role admin 3bc32f3e39e1406aa9e7af7c5bf8995b b21a994413b74523b28e8a77a6159a5d 2024-10-01 01:29:57.750 | + inc/async:async_inner:64 : rc=0 2024-10-01 01:29:57.770 | [3953 Async ks-group-admin:34709]: running: get_or_add_group_project_role admin 3bc32f3e39e1406aa9e7af7c5bf8995b b21a994413b74523b28e8a77a6159a5d 2024-10-01 01:29:57.772 | + lib/keystone:create_keystone_accounts:418 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2024-10-01 01:29:57.773 | [33895 Async ks-system-member:33895]: finished successfully 2024-10-01 01:29:57.814 | [3953 Async ks-demo-member:32317]: Waiting for completion of get_or_add_user_project_role member e900b62eb72e4dccbaf047f5b5affe97 55a9610bfcd1487f8c2c8d54fdf43f24 running on PID 32317 (17 other jobs running) 2024-10-01 01:29:57.832 | [3953 Async ks-demo-member:32317]: Signaling child to exit 2024-10-01 01:29:57.832 | WAKEUP 2024-10-01 01:29:57.848 | [3953 Async ks-demo-member:32317]: Signaled 2024-10-01 01:29:57.849 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-01 01:29:57.849 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-01 01:29:57.849 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-10-01 01:29:57.849 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-01 01:29:57.849 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-01 01:29:57.849 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-10-01 01:29:57.849 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-10-01 01:29:57.849 | ++ functions-common:_get_domain_args:980 : echo 2024-10-01 01:29:57.849 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-10-01 01:29:57.849 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user e900b62eb72e4dccbaf047f5b5affe97 --project 55a9610bfcd1487f8c2c8d54fdf43f24 2024-10-01 01:29:57.849 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user e900b62eb72e4dccbaf047f5b5affe97 --project 55a9610bfcd1487f8c2c8d54fdf43f24 -c Role -f value 2024-10-01 01:29:57.849 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:29:57.849 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=c652061fc92f4824b60045a24bdf98d0 2024-10-01 01:29:57.849 | + functions-common:get_or_add_user_project_role:1003 : echo c652061fc92f4824b60045a24bdf98d0 2024-10-01 01:29:57.849 | c652061fc92f4824b60045a24bdf98d0 2024-10-01 01:29:57.880 | [3953 Async ks-demo-member:32317]: finished get_or_add_user_project_role member e900b62eb72e4dccbaf047f5b5affe97 55a9610bfcd1487f8c2c8d54fdf43f24 with result 0 in 4 seconds 2024-10-01 01:29:57.906 | [3953 Async ks-demo-admin:32413]: Waiting for completion of get_or_add_user_project_role admin 2a5e756e1e3549a681ff9f0dda4e82d7 55a9610bfcd1487f8c2c8d54fdf43f24 running on PID 32413 (16 other jobs running) 2024-10-01 01:29:57.924 | [3953 Async ks-demo-admin:32413]: Signaling child to exit 2024-10-01 01:29:57.924 | WAKEUP 2024-10-01 01:29:57.939 | [3953 Async ks-demo-admin:32413]: Signaled 2024-10-01 01:29:57.941 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-01 01:29:57.941 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-01 01:29:57.941 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-10-01 01:29:57.941 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-01 01:29:57.941 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-01 01:29:57.941 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-10-01 01:29:57.941 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-10-01 01:29:57.941 | ++ functions-common:_get_domain_args:980 : echo 2024-10-01 01:29:57.941 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-10-01 01:29:57.941 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user 2a5e756e1e3549a681ff9f0dda4e82d7 --project 55a9610bfcd1487f8c2c8d54fdf43f24 2024-10-01 01:29:57.941 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 2a5e756e1e3549a681ff9f0dda4e82d7 --project 55a9610bfcd1487f8c2c8d54fdf43f24 -c Role -f value 2024-10-01 01:29:57.941 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:29:57.941 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=d2f973f165644e4eb650292b82d0badd 2024-10-01 01:29:57.941 | + functions-common:get_or_add_user_project_role:1003 : echo d2f973f165644e4eb650292b82d0badd 2024-10-01 01:29:57.941 | d2f973f165644e4eb650292b82d0badd 2024-10-01 01:29:57.971 | [3953 Async ks-demo-admin:32413]: finished get_or_add_user_project_role admin 2a5e756e1e3549a681ff9f0dda4e82d7 55a9610bfcd1487f8c2c8d54fdf43f24 with result 0 in 4 seconds 2024-10-01 01:29:57.998 | [3953 Async ks-demo-another:32510]: Waiting for completion of get_or_add_user_project_role anotherrole e900b62eb72e4dccbaf047f5b5affe97 55a9610bfcd1487f8c2c8d54fdf43f24 running on PID 32510 (15 other jobs running) 2024-10-01 01:29:58.015 | [3953 Async ks-demo-another:32510]: Signaling child to exit 2024-10-01 01:29:58.016 | WAKEUP 2024-10-01 01:29:58.031 | [3953 Async ks-demo-another:32510]: Signaled 2024-10-01 01:29:58.033 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-01 01:29:58.033 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-01 01:29:58.033 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-10-01 01:29:58.033 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-01 01:29:58.033 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-01 01:29:58.033 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-10-01 01:29:58.033 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-10-01 01:29:58.033 | ++ functions-common:_get_domain_args:980 : echo 2024-10-01 01:29:58.033 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-10-01 01:29:58.033 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user e900b62eb72e4dccbaf047f5b5affe97 --project 55a9610bfcd1487f8c2c8d54fdf43f24 2024-10-01 01:29:58.033 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user e900b62eb72e4dccbaf047f5b5affe97 --project 55a9610bfcd1487f8c2c8d54fdf43f24 -c Role -f value 2024-10-01 01:29:58.033 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:29:58.033 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=7fdcee0d1d0c4f29920876c035be56f2 2024-10-01 01:29:58.033 | + functions-common:get_or_add_user_project_role:1003 : echo 7fdcee0d1d0c4f29920876c035be56f2 2024-10-01 01:29:58.033 | 7fdcee0d1d0c4f29920876c035be56f2 2024-10-01 01:29:58.064 | [3953 Async ks-demo-another:32510]: finished get_or_add_user_project_role anotherrole e900b62eb72e4dccbaf047f5b5affe97 55a9610bfcd1487f8c2c8d54fdf43f24 with result 0 in 4 seconds 2024-10-01 01:29:58.090 | [3953 Async ks-demo-invis:32607]: Waiting for completion of get_or_add_user_project_role member e900b62eb72e4dccbaf047f5b5affe97 32c6370166a64cf095f8e645dfa97e0a running on PID 32607 (14 other jobs running) 2024-10-01 01:29:58.108 | [3953 Async ks-demo-invis:32607]: Signaling child to exit 2024-10-01 01:29:58.108 | WAKEUP 2024-10-01 01:29:58.124 | [3953 Async ks-demo-invis:32607]: Signaled 2024-10-01 01:29:58.124 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-01 01:29:58.124 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-01 01:29:58.124 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-10-01 01:29:58.124 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-01 01:29:58.124 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-01 01:29:58.124 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-10-01 01:29:58.124 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-10-01 01:29:58.124 | ++ functions-common:_get_domain_args:980 : echo 2024-10-01 01:29:58.124 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-10-01 01:29:58.124 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user e900b62eb72e4dccbaf047f5b5affe97 --project 32c6370166a64cf095f8e645dfa97e0a 2024-10-01 01:29:58.124 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user e900b62eb72e4dccbaf047f5b5affe97 --project 32c6370166a64cf095f8e645dfa97e0a -c Role -f value 2024-10-01 01:29:58.124 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:29:58.124 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=c652061fc92f4824b60045a24bdf98d0 2024-10-01 01:29:58.124 | + functions-common:get_or_add_user_project_role:1003 : echo c652061fc92f4824b60045a24bdf98d0 2024-10-01 01:29:58.124 | c652061fc92f4824b60045a24bdf98d0 2024-10-01 01:29:58.154 | [3953 Async ks-demo-invis:32607]: finished get_or_add_user_project_role member e900b62eb72e4dccbaf047f5b5affe97 32c6370166a64cf095f8e645dfa97e0a with result 0 in 4 seconds 2024-10-01 01:29:58.180 | [3953 Async ks-demo-reader:32763]: Waiting for completion of get_or_add_user_project_role reader f667ea9622754400a5625c809c6a9b13 55a9610bfcd1487f8c2c8d54fdf43f24 running on PID 32763 (13 other jobs running) 2024-10-01 01:29:58.197 | [3953 Async ks-demo-reader:32763]: Signaling child to exit 2024-10-01 01:29:58.198 | WAKEUP 2024-10-01 01:29:58.213 | [3953 Async ks-demo-reader:32763]: Signaled 2024-10-01 01:29:58.213 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-01 01:29:58.214 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-01 01:29:58.214 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-10-01 01:29:58.214 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-01 01:29:58.214 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-01 01:29:58.214 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-10-01 01:29:58.214 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-10-01 01:29:58.214 | ++ functions-common:_get_domain_args:980 : echo 2024-10-01 01:29:58.214 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-10-01 01:29:58.214 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user f667ea9622754400a5625c809c6a9b13 --project 55a9610bfcd1487f8c2c8d54fdf43f24 2024-10-01 01:29:58.214 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user f667ea9622754400a5625c809c6a9b13 --project 55a9610bfcd1487f8c2c8d54fdf43f24 -c Role -f value 2024-10-01 01:29:58.214 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:29:58.214 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=0d35a7918c084a15ad5757eec6589d64 2024-10-01 01:29:58.214 | + functions-common:get_or_add_user_project_role:1003 : echo 0d35a7918c084a15ad5757eec6589d64 2024-10-01 01:29:58.214 | 0d35a7918c084a15ad5757eec6589d64 2024-10-01 01:29:58.244 | [3953 Async ks-demo-reader:32763]: finished get_or_add_user_project_role reader f667ea9622754400a5625c809c6a9b13 55a9610bfcd1487f8c2c8d54fdf43f24 with result 0 in 4 seconds 2024-10-01 01:29:58.248 | + inc/async:async_wait:197 : return 0 2024-10-01 01:29:58.250 | + lib/keystone:create_keystone_accounts:419 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2024-10-01 01:29:58.285 | [3953 Async ks-alt-admin:33215]: Waiting for completion of get_or_add_user_project_role admin d10e9d2ba545476f94355f02e32e90ec 84424db510914d4b90d026da714fc5be running on PID 33215 (12 other jobs running) 2024-10-01 01:29:58.303 | [3953 Async ks-alt-admin:33215]: Signaling child to exit 2024-10-01 01:29:58.304 | WAKEUP 2024-10-01 01:29:58.319 | [3953 Async ks-alt-admin:33215]: Signaled 2024-10-01 01:29:58.320 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-01 01:29:58.320 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-01 01:29:58.320 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-10-01 01:29:58.320 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-01 01:29:58.320 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-01 01:29:58.320 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-10-01 01:29:58.320 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-10-01 01:29:58.320 | ++ functions-common:_get_domain_args:980 : echo 2024-10-01 01:29:58.320 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-10-01 01:29:58.320 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user d10e9d2ba545476f94355f02e32e90ec --project 84424db510914d4b90d026da714fc5be 2024-10-01 01:29:58.320 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user d10e9d2ba545476f94355f02e32e90ec --project 84424db510914d4b90d026da714fc5be -c Role -f value 2024-10-01 01:29:58.320 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:29:58.320 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=d2f973f165644e4eb650292b82d0badd 2024-10-01 01:29:58.320 | + functions-common:get_or_add_user_project_role:1003 : echo d2f973f165644e4eb650292b82d0badd 2024-10-01 01:29:58.320 | d2f973f165644e4eb650292b82d0badd 2024-10-01 01:29:58.351 | [3953 Async ks-alt-admin:33215]: finished get_or_add_user_project_role admin d10e9d2ba545476f94355f02e32e90ec 84424db510914d4b90d026da714fc5be with result 0 in 3 seconds 2024-10-01 01:29:58.377 | [3953 Async ks-alt-another:33311]: Waiting for completion of get_or_add_user_project_role anotherrole d10e9d2ba545476f94355f02e32e90ec 84424db510914d4b90d026da714fc5be running on PID 33311 (11 other jobs running) 2024-10-01 01:29:58.396 | [3953 Async ks-alt-another:33311]: Signaling child to exit 2024-10-01 01:29:58.397 | WAKEUP 2024-10-01 01:29:58.412 | [3953 Async ks-alt-another:33311]: Signaled 2024-10-01 01:29:58.413 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-01 01:29:58.413 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-01 01:29:58.413 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-10-01 01:29:58.413 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-01 01:29:58.413 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-01 01:29:58.413 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-10-01 01:29:58.413 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-10-01 01:29:58.413 | ++ functions-common:_get_domain_args:980 : echo 2024-10-01 01:29:58.413 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-10-01 01:29:58.413 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user d10e9d2ba545476f94355f02e32e90ec --project 84424db510914d4b90d026da714fc5be 2024-10-01 01:29:58.413 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user d10e9d2ba545476f94355f02e32e90ec --project 84424db510914d4b90d026da714fc5be -c Role -f value 2024-10-01 01:29:58.413 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:29:58.413 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=7fdcee0d1d0c4f29920876c035be56f2 2024-10-01 01:29:58.413 | + functions-common:get_or_add_user_project_role:1003 : echo 7fdcee0d1d0c4f29920876c035be56f2 2024-10-01 01:29:58.413 | 7fdcee0d1d0c4f29920876c035be56f2 2024-10-01 01:29:58.445 | [3953 Async ks-alt-another:33311]: finished get_or_add_user_project_role anotherrole d10e9d2ba545476f94355f02e32e90ec 84424db510914d4b90d026da714fc5be with result 0 in 3 seconds 2024-10-01 01:29:58.474 | [3953 Async ks-alt-member-user:33488]: Waiting for completion of get_or_add_user_project_role member 694e054e47b74e8699f0daa8f5eba0e1 84424db510914d4b90d026da714fc5be running on PID 33488 (10 other jobs running) 2024-10-01 01:29:58.496 | [3953 Async ks-alt-member-user:33488]: Signaling child to exit 2024-10-01 01:29:58.498 | WAKEUP 2024-10-01 01:29:58.512 | [3953 Async ks-alt-member-user:33488]: Signaled 2024-10-01 01:29:58.513 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-01 01:29:58.513 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-01 01:29:58.513 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-10-01 01:29:58.513 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-01 01:29:58.513 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-01 01:29:58.513 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-10-01 01:29:58.513 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-10-01 01:29:58.513 | ++ functions-common:_get_domain_args:980 : echo 2024-10-01 01:29:58.513 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-10-01 01:29:58.513 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 694e054e47b74e8699f0daa8f5eba0e1 --project 84424db510914d4b90d026da714fc5be 2024-10-01 01:29:58.513 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 694e054e47b74e8699f0daa8f5eba0e1 --project 84424db510914d4b90d026da714fc5be -c Role -f value 2024-10-01 01:29:58.513 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:29:58.513 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=c652061fc92f4824b60045a24bdf98d0 2024-10-01 01:29:58.513 | + functions-common:get_or_add_user_project_role:1003 : echo c652061fc92f4824b60045a24bdf98d0 2024-10-01 01:29:58.513 | c652061fc92f4824b60045a24bdf98d0 2024-10-01 01:29:58.556 | [3953 Async ks-alt-member-user:33488]: finished get_or_add_user_project_role member 694e054e47b74e8699f0daa8f5eba0e1 84424db510914d4b90d026da714fc5be with result 0 in 3 seconds 2024-10-01 01:29:58.595 | [3953 Async ks-alt-reader-user:33662]: Waiting for completion of get_or_add_user_project_role reader 73290049968e4c29a329c9ed779a6ffa 84424db510914d4b90d026da714fc5be running on PID 33662 (9 other jobs running) 2024-10-01 01:29:58.615 | [3953 Async ks-alt-reader-user:33662]: Signaling child to exit 2024-10-01 01:29:58.616 | WAKEUP 2024-10-01 01:29:58.637 | [3953 Async ks-alt-reader-user:33662]: Signaled 2024-10-01 01:29:58.638 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-01 01:29:58.638 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-01 01:29:58.638 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-10-01 01:29:58.638 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-01 01:29:58.638 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-01 01:29:58.638 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-10-01 01:29:58.638 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-10-01 01:29:58.638 | ++ functions-common:_get_domain_args:980 : echo 2024-10-01 01:29:58.638 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-10-01 01:29:58.638 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user 73290049968e4c29a329c9ed779a6ffa --project 84424db510914d4b90d026da714fc5be 2024-10-01 01:29:58.638 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 73290049968e4c29a329c9ed779a6ffa --project 84424db510914d4b90d026da714fc5be -c Role -f value 2024-10-01 01:29:58.638 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:29:58.638 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=0d35a7918c084a15ad5757eec6589d64 2024-10-01 01:29:58.638 | + functions-common:get_or_add_user_project_role:1003 : echo 0d35a7918c084a15ad5757eec6589d64 2024-10-01 01:29:58.638 | 0d35a7918c084a15ad5757eec6589d64 2024-10-01 01:29:58.684 | [3953 Async ks-alt-reader-user:33662]: finished get_or_add_user_project_role reader 73290049968e4c29a329c9ed779a6ffa 84424db510914d4b90d026da714fc5be with result 0 in 3 seconds 2024-10-01 01:29:58.686 | + inc/async:async_wait:197 : return 0 2024-10-01 01:29:58.688 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2024-10-01 01:29:58.728 | [3953 Async ks-system-member:33895]: Waiting for completion of get_or_add_user_system_role member fa30cda53e3b4e078e88dd87d65c9b1e all running on PID 33895 (8 other jobs running) 2024-10-01 01:29:58.748 | [3953 Async ks-system-member:33895]: Signaling child to exit 2024-10-01 01:29:58.748 | WAKEUP 2024-10-01 01:29:58.765 | [3953 Async ks-system-member:33895]: Signaled 2024-10-01 01:29:58.766 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2024-10-01 01:29:58.767 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2024-10-01 01:29:58.767 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2024-10-01 01:29:58.767 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-01 01:29:58.767 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-01 01:29:58.767 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-10-01 01:29:58.767 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-10-01 01:29:58.767 | ++ functions-common:_get_domain_args:980 : echo 2024-10-01 01:29:58.767 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2024-10-01 01:29:58.767 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user fa30cda53e3b4e078e88dd87d65c9b1e --system all -f value -c Role 2024-10-01 01:29:58.767 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:29:58.767 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2024-10-01 01:29:58.767 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2024-10-01 01:29:58.767 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add member --user fa30cda53e3b4e078e88dd87d65c9b1e --system all 2024-10-01 01:29:58.767 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user fa30cda53e3b4e078e88dd87d65c9b1e --system all -f value -c Role 2024-10-01 01:29:58.767 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:29:58.767 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=c652061fc92f4824b60045a24bdf98d0 2024-10-01 01:29:58.767 | + functions-common:get_or_add_user_system_role:1053 : echo c652061fc92f4824b60045a24bdf98d0 2024-10-01 01:29:58.767 | c652061fc92f4824b60045a24bdf98d0 2024-10-01 01:29:58.805 | [3953 Async ks-system-member:33895]: finished get_or_add_user_system_role member fa30cda53e3b4e078e88dd87d65c9b1e all with result 0 in 4 seconds 2024-10-01 01:29:58.835 | [3953 Async ks-system-reader:34103]: Waiting for completion of get_or_add_user_system_role reader 55571208e7bf413e9279bfd7c221a613 all running on PID 34103 (7 other jobs running) 2024-10-01 01:29:58.855 | [3953 Async ks-system-reader:34103]: Signaling child to exit 2024-10-01 01:29:59.320 | + inc/async:async_inner:64 : rc=0 2024-10-01 01:29:59.338 | [34103 Async ks-system-reader:34103]: finished successfully 2024-10-01 01:29:59.354 | WAKEUP 2024-10-01 01:29:59.370 | [3953 Async ks-system-reader:34103]: Signaled 2024-10-01 01:29:59.371 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2024-10-01 01:29:59.371 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2024-10-01 01:29:59.371 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2024-10-01 01:29:59.371 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-01 01:29:59.371 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-01 01:29:59.371 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-10-01 01:29:59.371 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-10-01 01:29:59.371 | ++ functions-common:_get_domain_args:980 : echo 2024-10-01 01:29:59.371 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2024-10-01 01:29:59.371 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 55571208e7bf413e9279bfd7c221a613 --system all -f value -c Role 2024-10-01 01:29:59.372 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:29:59.372 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2024-10-01 01:29:59.372 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2024-10-01 01:29:59.372 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add reader --user 55571208e7bf413e9279bfd7c221a613 --system all 2024-10-01 01:29:59.372 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 55571208e7bf413e9279bfd7c221a613 --system all -f value -c Role 2024-10-01 01:29:59.372 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:29:59.372 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=0d35a7918c084a15ad5757eec6589d64 2024-10-01 01:29:59.372 | + functions-common:get_or_add_user_system_role:1053 : echo 0d35a7918c084a15ad5757eec6589d64 2024-10-01 01:29:59.372 | 0d35a7918c084a15ad5757eec6589d64 2024-10-01 01:29:59.403 | [3953 Async ks-system-reader:34103]: finished get_or_add_user_system_role reader 55571208e7bf413e9279bfd7c221a613 all with result 0 in 4 seconds 2024-10-01 01:29:59.406 | + inc/async:async_wait:197 : return 0 2024-10-01 01:29:59.408 | + lib/keystone:create_keystone_accounts:421 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2024-10-01 01:29:59.444 | [3953 Async ks-group-memberdemo:34372]: Waiting for completion of get_or_add_group_project_role member 7c6ea463fee94e7f99de1e249f84a087 55a9610bfcd1487f8c2c8d54fdf43f24 running on PID 34372 (6 other jobs running) 2024-10-01 01:29:59.462 | [3953 Async ks-group-memberdemo:34372]: Signaling child to exit 2024-10-01 01:30:00.911 | + inc/async:async_inner:64 : rc=0 2024-10-01 01:30:00.930 | [34372 Async ks-group-memberdemo:34372]: finished successfully 2024-10-01 01:30:00.946 | WAKEUP 2024-10-01 01:30:00.963 | [3953 Async ks-group-memberdemo:34372]: Signaled 2024-10-01 01:30:00.964 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-10-01 01:30:00.964 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group 7c6ea463fee94e7f99de1e249f84a087 --project 55a9610bfcd1487f8c2c8d54fdf43f24 2024-10-01 01:30:00.964 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 7c6ea463fee94e7f99de1e249f84a087 --project 55a9610bfcd1487f8c2c8d54fdf43f24 -f value -c Role 2024-10-01 01:30:00.964 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:30:00.964 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=c652061fc92f4824b60045a24bdf98d0 2024-10-01 01:30:00.964 | + functions-common:get_or_add_group_project_role:1072 : echo c652061fc92f4824b60045a24bdf98d0 2024-10-01 01:30:00.964 | c652061fc92f4824b60045a24bdf98d0 2024-10-01 01:30:00.997 | [3953 Async ks-group-memberdemo:34372]: finished get_or_add_group_project_role member 7c6ea463fee94e7f99de1e249f84a087 55a9610bfcd1487f8c2c8d54fdf43f24 with result 0 in 3 seconds 2024-10-01 01:30:01.026 | [3953 Async ks-group-anotherdemo:34451]: Waiting for completion of get_or_add_group_project_role anotherrole 7c6ea463fee94e7f99de1e249f84a087 55a9610bfcd1487f8c2c8d54fdf43f24 running on PID 34451 (5 other jobs running) 2024-10-01 01:30:01.044 | [3953 Async ks-group-anotherdemo:34451]: Signaling child to exit 2024-10-01 01:30:01.201 | + inc/async:async_inner:64 : rc=0 2024-10-01 01:30:01.220 | [34451 Async ks-group-anotherdemo:34451]: finished successfully 2024-10-01 01:30:01.238 | WAKEUP 2024-10-01 01:30:01.257 | [3953 Async ks-group-anotherdemo:34451]: Signaled 2024-10-01 01:30:01.258 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-10-01 01:30:01.258 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group 7c6ea463fee94e7f99de1e249f84a087 --project 55a9610bfcd1487f8c2c8d54fdf43f24 2024-10-01 01:30:01.258 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 7c6ea463fee94e7f99de1e249f84a087 --project 55a9610bfcd1487f8c2c8d54fdf43f24 -f value -c Role 2024-10-01 01:30:01.258 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:30:01.258 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=7fdcee0d1d0c4f29920876c035be56f2 2024-10-01 01:30:01.258 | + functions-common:get_or_add_group_project_role:1072 : echo 7fdcee0d1d0c4f29920876c035be56f2 2024-10-01 01:30:01.258 | 7fdcee0d1d0c4f29920876c035be56f2 2024-10-01 01:30:01.294 | [3953 Async ks-group-anotherdemo:34451]: finished get_or_add_group_project_role anotherrole 7c6ea463fee94e7f99de1e249f84a087 55a9610bfcd1487f8c2c8d54fdf43f24 with result 0 in 3 seconds 2024-10-01 01:30:01.322 | + inc/async:async_inner:64 : rc=0 2024-10-01 01:30:01.322 | [3953 Async ks-group-memberalt:34531]: Waiting for completion of get_or_add_group_project_role member 7c6ea463fee94e7f99de1e249f84a087 84424db510914d4b90d026da714fc5be running on PID 34531 (4 other jobs running) 2024-10-01 01:30:01.341 | [34531 Async ks-group-memberalt:34531]: finished successfully 2024-10-01 01:30:01.341 | [3953 Async ks-group-memberalt:34531]: Signaling child to exit 2024-10-01 01:30:01.357 | WAKEUP 2024-10-01 01:30:01.374 | [3953 Async ks-group-memberalt:34531]: Signaled 2024-10-01 01:30:01.375 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-10-01 01:30:01.375 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group 7c6ea463fee94e7f99de1e249f84a087 --project 84424db510914d4b90d026da714fc5be 2024-10-01 01:30:01.375 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 7c6ea463fee94e7f99de1e249f84a087 --project 84424db510914d4b90d026da714fc5be -f value -c Role 2024-10-01 01:30:01.375 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:30:01.375 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=c652061fc92f4824b60045a24bdf98d0 2024-10-01 01:30:01.375 | + functions-common:get_or_add_group_project_role:1072 : echo c652061fc92f4824b60045a24bdf98d0 2024-10-01 01:30:01.375 | c652061fc92f4824b60045a24bdf98d0 2024-10-01 01:30:01.408 | [3953 Async ks-group-memberalt:34531]: finished get_or_add_group_project_role member 7c6ea463fee94e7f99de1e249f84a087 84424db510914d4b90d026da714fc5be with result 0 in 3 seconds 2024-10-01 01:30:01.436 | [3953 Async ks-group-anotheralt:34611]: Waiting for completion of get_or_add_group_project_role anotherrole 7c6ea463fee94e7f99de1e249f84a087 84424db510914d4b90d026da714fc5be running on PID 34611 (3 other jobs running) 2024-10-01 01:30:01.455 | [3953 Async ks-group-anotheralt:34611]: Signaling child to exit 2024-10-01 01:30:01.470 | + inc/async:async_inner:64 : rc=0 2024-10-01 01:30:01.488 | [34611 Async ks-group-anotheralt:34611]: finished successfully 2024-10-01 01:30:01.505 | WAKEUP 2024-10-01 01:30:01.506 | + inc/async:async_inner:64 : rc=0 2024-10-01 01:30:01.523 | [3953 Async ks-group-anotheralt:34611]: Signaled 2024-10-01 01:30:01.523 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-10-01 01:30:01.523 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group 7c6ea463fee94e7f99de1e249f84a087 --project 84424db510914d4b90d026da714fc5be 2024-10-01 01:30:01.524 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 7c6ea463fee94e7f99de1e249f84a087 --project 84424db510914d4b90d026da714fc5be -f value -c Role 2024-10-01 01:30:01.524 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:30:01.524 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=7fdcee0d1d0c4f29920876c035be56f2 2024-10-01 01:30:01.524 | + functions-common:get_or_add_group_project_role:1072 : echo 7fdcee0d1d0c4f29920876c035be56f2 2024-10-01 01:30:01.524 | 7fdcee0d1d0c4f29920876c035be56f2 2024-10-01 01:30:01.524 | [34709 Async ks-group-admin:34709]: finished successfully 2024-10-01 01:30:01.555 | [3953 Async ks-group-anotheralt:34611]: finished get_or_add_group_project_role anotherrole 7c6ea463fee94e7f99de1e249f84a087 84424db510914d4b90d026da714fc5be with result 0 in 3 seconds 2024-10-01 01:30:01.581 | [3953 Async ks-group-admin:34709]: Waiting for completion of get_or_add_group_project_role admin 3bc32f3e39e1406aa9e7af7c5bf8995b b21a994413b74523b28e8a77a6159a5d running on PID 34709 (2 other jobs running) 2024-10-01 01:30:01.598 | [3953 Async ks-group-admin:34709]: Signaling child to exit 2024-10-01 01:30:01.598 | WAKEUP 2024-10-01 01:30:01.615 | [3953 Async ks-group-admin:34709]: Signaled 2024-10-01 01:30:01.615 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-10-01 01:30:01.615 | + functions-common:get_or_add_group_project_role:1063 : openstack role add admin --group 3bc32f3e39e1406aa9e7af7c5bf8995b --project b21a994413b74523b28e8a77a6159a5d 2024-10-01 01:30:01.615 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 3bc32f3e39e1406aa9e7af7c5bf8995b --project b21a994413b74523b28e8a77a6159a5d -f value -c Role 2024-10-01 01:30:01.615 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:30:01.615 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=d2f973f165644e4eb650292b82d0badd 2024-10-01 01:30:01.615 | + functions-common:get_or_add_group_project_role:1072 : echo d2f973f165644e4eb650292b82d0badd 2024-10-01 01:30:01.615 | d2f973f165644e4eb650292b82d0badd 2024-10-01 01:30:01.647 | [3953 Async ks-group-admin:34709]: finished get_or_add_group_project_role admin 3bc32f3e39e1406aa9e7af7c5bf8995b b21a994413b74523b28e8a77a6159a5d with result 0 in 3 seconds 2024-10-01 01:30:01.650 | + inc/async:async_wait:197 : return 0 2024-10-01 01:30:01.652 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2024-10-01 01:30:01.665 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:30:01.667 | + stack.sh:main:1111 : is_service_enabled nova 2024-10-01 01:30:01.681 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:30:01.683 | + stack.sh:main:1112 : async_runfunc create_nova_accounts 2024-10-01 01:30:01.685 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2024-10-01 01:30:01.732 | + inc/async:async_inner:63 : create_nova_accounts 2024-10-01 01:30:01.762 | [3953 Async create_nova_accounts:36599]: running: create_nova_accounts 2024-10-01 01:30:01.764 | + stack.sh:main:1114 : is_service_enabled glance 2024-10-01 01:30:01.779 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:30:01.781 | + stack.sh:main:1115 : async_runfunc create_glance_accounts 2024-10-01 01:30:01.783 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2024-10-01 01:30:01.832 | + inc/async:async_inner:63 : create_glance_accounts 2024-10-01 01:30:01.863 | [3953 Async create_glance_accounts:36722]: running: create_glance_accounts 2024-10-01 01:30:01.866 | + stack.sh:main:1117 : is_service_enabled cinder 2024-10-01 01:30:01.880 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:30:01.882 | + stack.sh:main:1118 : async_runfunc create_cinder_accounts 2024-10-01 01:30:01.884 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2024-10-01 01:30:01.935 | + inc/async:async_inner:63 : create_cinder_accounts 2024-10-01 01:30:01.966 | [3953 Async create_cinder_accounts:36861]: running: create_cinder_accounts 2024-10-01 01:30:01.969 | + stack.sh:main:1120 : is_service_enabled neutron 2024-10-01 01:30:01.984 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:30:01.988 | + stack.sh:main:1121 : async_runfunc create_neutron_accounts 2024-10-01 01:30:01.989 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2024-10-01 01:30:02.036 | + inc/async:async_inner:63 : create_neutron_accounts 2024-10-01 01:30:02.066 | [3953 Async create_neutron_accounts:37004]: running: create_neutron_accounts 2024-10-01 01:30:02.069 | + stack.sh:main:1123 : is_service_enabled swift 2024-10-01 01:30:02.085 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:30:02.087 | + stack.sh:main:1132 : is_service_enabled horizon 2024-10-01 01:30:02.101 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:30:02.103 | + stack.sh:main:1137 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2024-10-01 01:30:02.141 | [3953 Async create_nova_accounts:36599]: Waiting for completion of create_nova_accounts running on PID 36599 (5 other jobs running) 2024-10-01 01:30:02.159 | [3953 Async create_nova_accounts:36599]: Signaling child to exit 2024-10-01 01:30:15.642 | + inc/async:async_inner:64 : rc=0 2024-10-01 01:30:15.662 | [37004 Async create_neutron_accounts:37004]: finished successfully 2024-10-01 01:30:24.765 | + inc/async:async_inner:64 : rc=0 2024-10-01 01:30:24.788 | [36861 Async create_cinder_accounts:36861]: finished successfully 2024-10-01 01:30:25.796 | + inc/async:async_inner:64 : rc=0 2024-10-01 01:30:25.815 | [36599 Async create_nova_accounts:36599]: finished successfully 2024-10-01 01:30:25.832 | WAKEUP 2024-10-01 01:30:25.849 | [3953 Async create_nova_accounts:36599]: Signaled 2024-10-01 01:30:25.849 | + lib/nova:create_nova_accounts:373 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ n-api ]] 2024-10-01 01:30:25.849 | + lib/nova:create_nova_accounts:377 : create_service_user nova admin 2024-10-01 01:30:25.849 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2024-10-01 01:30:25.849 | + functions-common:get_or_create_user:922 : local user_id 2024-10-01 01:30:25.849 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-10-01 01:30:25.849 | + functions-common:get_or_create_user:926 : local email= 2024-10-01 01:30:25.849 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create nova --password nomoresecret --domain=Default --or-show -f value -c id 2024-10-01 01:30:25.849 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:30:25.850 | + functions-common:get_or_create_user:938 : user_id=39427942e86945caa76ada65ca4f3374 2024-10-01 01:30:25.850 | + functions-common:get_or_create_user:939 : echo 39427942e86945caa76ada65ca4f3374 2024-10-01 01:30:25.850 | 39427942e86945caa76ada65ca4f3374 2024-10-01 01:30:25.850 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2024-10-01 01:30:25.850 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-01 01:30:25.850 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-01 01:30:25.850 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-10-01 01:30:25.850 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-01 01:30:25.850 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-01 01:30:25.850 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-10-01 01:30:25.850 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-10-01 01:30:25.850 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-10-01 01:30:25.850 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-10-01 01:30:25.850 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-10-01 01:30:25.850 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-10-01 01:30:25.850 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user nova --project service --user-domain Default --project-domain Default 2024-10-01 01:30:25.850 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user nova --project service --user-domain Default --project-domain Default -c Role -f value 2024-10-01 01:30:25.850 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:30:25.850 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=58bf1471f966467684f515a192509688 2024-10-01 01:30:25.850 | + functions-common:get_or_add_user_project_role:1003 : echo 58bf1471f966467684f515a192509688 2024-10-01 01:30:25.850 | 58bf1471f966467684f515a192509688 2024-10-01 01:30:25.850 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-10-01 01:30:25.850 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2024-10-01 01:30:25.850 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-01 01:30:25.850 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-01 01:30:25.850 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-10-01 01:30:25.850 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-01 01:30:25.850 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-01 01:30:25.850 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-10-01 01:30:25.850 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-10-01 01:30:25.850 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-10-01 01:30:25.850 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-10-01 01:30:25.850 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-10-01 01:30:25.850 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-10-01 01:30:25.850 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user nova --project service --user-domain Default --project-domain Default 2024-10-01 01:30:25.850 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default -c Role -f value 2024-10-01 01:30:25.850 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:30:25.850 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=d2f973f165644e4eb650292b82d0badd 2024-10-01 01:30:25.850 | + functions-common:get_or_add_user_project_role:1003 : echo d2f973f165644e4eb650292b82d0badd 2024-10-01 01:30:25.850 | d2f973f165644e4eb650292b82d0badd 2024-10-01 01:30:25.850 | + lib/nova:create_nova_accounts:379 : local nova_api_url 2024-10-01 01:30:25.850 | + lib/nova:create_nova_accounts:380 : [[ True == \F\a\l\s\e ]] 2024-10-01 01:30:25.850 | + lib/nova:create_nova_accounts:383 : nova_api_url=http://10.180.1.21/compute 2024-10-01 01:30:25.850 | + lib/nova:create_nova_accounts:386 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2024-10-01 01:30:25.850 | + functions-common:get_or_create_service:1078 : local service_id 2024-10-01 01:30:25.850 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2024-10-01 01:30:25.850 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create compute_legacy --name nova_legacy '--description=Nova Compute Service (Legacy 2.0)' -f value -c id 2024-10-01 01:30:25.850 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:30:25.850 | + functions-common:get_or_create_service:1089 : service_id=' 2024-10-01 01:30:25.850 | c71b0035cb824be7b1056d1ccd659716' 2024-10-01 01:30:25.850 | + functions-common:get_or_create_service:1090 : echo c71b0035cb824be7b1056d1ccd659716 2024-10-01 01:30:25.850 | c71b0035cb824be7b1056d1ccd659716 2024-10-01 01:30:25.850 | + lib/nova:create_nova_accounts:388 : get_or_create_endpoint compute_legacy RegionOne 'http://10.180.1.21/compute/v2/$(project_id)s' 2024-10-01 01:30:25.850 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-10-01 01:30:25.850 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.180.1.21/compute/v2/$(project_id)s' RegionOne 2024-10-01 01:30:25.850 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-10-01 01:30:25.850 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2024-10-01 01:30:25.850 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:30:25.850 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-10-01 01:30:25.850 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-10-01 01:30:25.850 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create compute_legacy public 'http://10.180.1.21/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2024-10-01 01:30:25.850 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:30:25.850 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=dfae43d2c6184566996c683b676f142a 2024-10-01 01:30:25.850 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo dfae43d2c6184566996c683b676f142a 2024-10-01 01:30:25.850 | + functions-common:get_or_create_endpoint:1123 : public_id=dfae43d2c6184566996c683b676f142a 2024-10-01 01:30:25.850 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-10-01 01:30:25.850 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-10-01 01:30:25.850 | + functions-common:get_or_create_endpoint:1132 : echo dfae43d2c6184566996c683b676f142a 2024-10-01 01:30:25.850 | dfae43d2c6184566996c683b676f142a 2024-10-01 01:30:25.850 | + lib/nova:create_nova_accounts:392 : get_or_create_service nova compute 'Nova Compute Service' 2024-10-01 01:30:25.850 | + functions-common:get_or_create_service:1078 : local service_id 2024-10-01 01:30:25.850 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2024-10-01 01:30:25.850 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create compute --name nova '--description=Nova Compute Service' -f value -c id 2024-10-01 01:30:25.850 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:30:25.850 | + functions-common:get_or_create_service:1089 : service_id=' 2024-10-01 01:30:25.850 | 496a24d768d04edbb51ba7fafdbd7556' 2024-10-01 01:30:25.850 | + functions-common:get_or_create_service:1090 : echo 496a24d768d04edbb51ba7fafdbd7556 2024-10-01 01:30:25.850 | 496a24d768d04edbb51ba7fafdbd7556 2024-10-01 01:30:25.850 | + lib/nova:create_nova_accounts:394 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2024-10-01 01:30:25.850 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-10-01 01:30:25.850 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface compute public http://10.180.1.21/compute/v2.1 RegionOne 2024-10-01 01:30:25.850 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-10-01 01:30:25.850 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute --interface public --region RegionOne -c ID -f value 2024-10-01 01:30:25.850 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:30:25.850 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-10-01 01:30:25.850 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-10-01 01:30:25.850 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create compute public http://10.180.1.21/compute/v2.1 --region RegionOne -f value -c id 2024-10-01 01:30:25.850 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:30:25.850 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=5fb85ee3811f40ef8acd5fee16c1dc84 2024-10-01 01:30:25.850 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 5fb85ee3811f40ef8acd5fee16c1dc84 2024-10-01 01:30:25.850 | + functions-common:get_or_create_endpoint:1123 : public_id=5fb85ee3811f40ef8acd5fee16c1dc84 2024-10-01 01:30:25.850 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-10-01 01:30:25.850 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-10-01 01:30:25.850 | + functions-common:get_or_create_endpoint:1132 : echo 5fb85ee3811f40ef8acd5fee16c1dc84 2024-10-01 01:30:25.850 | 5fb85ee3811f40ef8acd5fee16c1dc84 2024-10-01 01:30:25.850 | + lib/nova:create_nova_accounts:399 : is_service_enabled n-api 2024-10-01 01:30:25.850 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:30:25.850 | + lib/nova:create_nova_accounts:401 : is_service_enabled swift 2024-10-01 01:30:25.850 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:30:25.850 | + lib/nova:create_nova_accounts:409 : is_service_enabled s3api 2024-10-01 01:30:25.850 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:30:25.850 | + lib/nova:create_nova_accounts:420 : is_service_enabled n-api 2024-10-01 01:30:25.850 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:30:25.850 | + lib/nova:create_nova_accounts:421 : [[ False = True ]] 2024-10-01 01:30:25.881 | [3953 Async create_nova_accounts:36599]: finished create_nova_accounts with result 0 in 24 seconds 2024-10-01 01:30:25.907 | [3953 Async create_glance_accounts:36722]: Waiting for completion of create_glance_accounts running on PID 36722 (4 other jobs running) 2024-10-01 01:30:25.924 | [3953 Async create_glance_accounts:36722]: Signaling child to exit 2024-10-01 01:30:26.823 | + inc/async:async_inner:64 : rc=0 2024-10-01 01:30:26.843 | [36722 Async create_glance_accounts:36722]: finished successfully 2024-10-01 01:30:26.860 | WAKEUP 2024-10-01 01:30:26.876 | [3953 Async create_glance_accounts:36722]: Signaled 2024-10-01 01:30:26.876 | + lib/glance:create_glance_accounts:455 : is_service_enabled g-api 2024-10-01 01:30:26.876 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:30:26.876 | + lib/glance:create_glance_accounts:457 : create_service_user glance 2024-10-01 01:30:26.876 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2024-10-01 01:30:26.876 | + functions-common:get_or_create_user:922 : local user_id 2024-10-01 01:30:26.876 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-10-01 01:30:26.876 | + functions-common:get_or_create_user:926 : local email= 2024-10-01 01:30:26.876 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create glance --password nomoresecret --domain=Default --or-show -f value -c id 2024-10-01 01:30:26.876 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:30:26.876 | + functions-common:get_or_create_user:938 : user_id=a810a8a24da74781b7b084395606cca2 2024-10-01 01:30:26.876 | + functions-common:get_or_create_user:939 : echo a810a8a24da74781b7b084395606cca2 2024-10-01 01:30:26.876 | a810a8a24da74781b7b084395606cca2 2024-10-01 01:30:26.877 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2024-10-01 01:30:26.877 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-01 01:30:26.877 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-01 01:30:26.877 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-10-01 01:30:26.877 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-01 01:30:26.877 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-01 01:30:26.877 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-10-01 01:30:26.877 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-10-01 01:30:26.877 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-10-01 01:30:26.877 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-10-01 01:30:26.877 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-10-01 01:30:26.877 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-10-01 01:30:26.877 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user glance --project service --user-domain Default --project-domain Default 2024-10-01 01:30:26.877 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance --project service --user-domain Default --project-domain Default -c Role -f value 2024-10-01 01:30:26.877 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:30:26.877 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=58bf1471f966467684f515a192509688 2024-10-01 01:30:26.877 | + functions-common:get_or_add_user_project_role:1003 : echo 58bf1471f966467684f515a192509688 2024-10-01 01:30:26.877 | 58bf1471f966467684f515a192509688 2024-10-01 01:30:26.877 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-10-01 01:30:26.877 | + lib/glance:create_glance_accounts:460 : is_service_enabled s-proxy 2024-10-01 01:30:26.877 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:30:26.877 | + lib/glance:create_glance_accounts:464 : get_or_create_service glance image 'Glance Image Service' 2024-10-01 01:30:26.877 | + functions-common:get_or_create_service:1078 : local service_id 2024-10-01 01:30:26.877 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2024-10-01 01:30:26.877 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create image --name glance '--description=Glance Image Service' -f value -c id 2024-10-01 01:30:26.877 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:30:26.877 | + functions-common:get_or_create_service:1089 : service_id=' 2024-10-01 01:30:26.877 | 8dc4153a64804b03bfd6aa9a6138ff5c' 2024-10-01 01:30:26.877 | + functions-common:get_or_create_service:1090 : echo 8dc4153a64804b03bfd6aa9a6138ff5c 2024-10-01 01:30:26.877 | 8dc4153a64804b03bfd6aa9a6138ff5c 2024-10-01 01:30:26.877 | + lib/glance:create_glance_accounts:466 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2024-10-01 01:30:26.877 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-10-01 01:30:26.877 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface image public http://10.180.1.21/image RegionOne 2024-10-01 01:30:26.877 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-10-01 01:30:26.877 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service image --interface public --region RegionOne -c ID -f value 2024-10-01 01:30:26.877 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:30:26.878 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-10-01 01:30:26.878 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-10-01 01:30:26.878 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create image public http://10.180.1.21/image --region RegionOne -f value -c id 2024-10-01 01:30:26.878 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:30:26.878 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=66deb3ed45794ca686efe430970e334f 2024-10-01 01:30:26.878 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 66deb3ed45794ca686efe430970e334f 2024-10-01 01:30:26.878 | + functions-common:get_or_create_endpoint:1123 : public_id=66deb3ed45794ca686efe430970e334f 2024-10-01 01:30:26.878 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-10-01 01:30:26.878 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-10-01 01:30:26.878 | + functions-common:get_or_create_endpoint:1132 : echo 66deb3ed45794ca686efe430970e334f 2024-10-01 01:30:26.878 | 66deb3ed45794ca686efe430970e334f 2024-10-01 01:30:26.878 | ++ lib/glance:create_glance_accounts:471 : get_or_create_domain Default 2024-10-01 01:30:26.878 | ++ functions-common:get_or_create_domain:895 : local domain_id 2024-10-01 01:30:26.878 | +++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-10-01 01:30:26.878 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:30:26.878 | ++ functions-common:get_or_create_domain:900 : domain_id=default 2024-10-01 01:30:26.878 | ++ functions-common:get_or_create_domain:901 : echo default 2024-10-01 01:30:26.878 | + lib/glance:create_glance_accounts:471 : service_domain_id=default 2024-10-01 01:30:26.878 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2024-10-01 01:30:26.878 | + lib/glance:create_glance_accounts:473 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2024-10-01 01:30:26.878 | + lib/glance:create_glance_accounts:475 : [[ True = True ]] 2024-10-01 01:30:26.878 | + lib/glance:create_glance_accounts:476 : configure_glance_quotas 2024-10-01 01:30:26.878 | + lib/glance:configure_glance_quotas:294 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 1000 --region RegionOne image_size_total 2024-10-01 01:30:26.878 | +---------------+----------------------------------+ 2024-10-01 01:30:26.878 | | Field | Value | 2024-10-01 01:30:26.878 | +---------------+----------------------------------+ 2024-10-01 01:30:26.878 | | default_limit | 1000 | 2024-10-01 01:30:26.878 | | description | None | 2024-10-01 01:30:26.878 | | id | 4ff38883c9e244acb4f93346b011eaf7 | 2024-10-01 01:30:26.878 | | region_id | RegionOne | 2024-10-01 01:30:26.878 | | resource_name | image_size_total | 2024-10-01 01:30:26.878 | | service_id | 8dc4153a64804b03bfd6aa9a6138ff5c | 2024-10-01 01:30:26.878 | +---------------+----------------------------------+ 2024-10-01 01:30:26.878 | + lib/glance:configure_glance_quotas:296 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 1000 --region RegionOne image_stage_total 2024-10-01 01:30:26.878 | +---------------+----------------------------------+ 2024-10-01 01:30:26.878 | | Field | Value | 2024-10-01 01:30:26.878 | +---------------+----------------------------------+ 2024-10-01 01:30:26.878 | | default_limit | 1000 | 2024-10-01 01:30:26.878 | | description | None | 2024-10-01 01:30:26.878 | | id | ee73acd75a454d1085e899c7cb1b65d2 | 2024-10-01 01:30:26.878 | | region_id | RegionOne | 2024-10-01 01:30:26.878 | | resource_name | image_stage_total | 2024-10-01 01:30:26.879 | | service_id | 8dc4153a64804b03bfd6aa9a6138ff5c | 2024-10-01 01:30:26.879 | +---------------+----------------------------------+ 2024-10-01 01:30:26.879 | + lib/glance:configure_glance_quotas:298 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_total 2024-10-01 01:30:26.879 | +---------------+----------------------------------+ 2024-10-01 01:30:26.879 | | Field | Value | 2024-10-01 01:30:26.879 | +---------------+----------------------------------+ 2024-10-01 01:30:26.879 | | default_limit | 100 | 2024-10-01 01:30:26.879 | | description | None | 2024-10-01 01:30:26.879 | | id | 3d64ab4e54d2442fb9dd4a39a3199e1f | 2024-10-01 01:30:26.879 | | region_id | RegionOne | 2024-10-01 01:30:26.879 | | resource_name | image_count_total | 2024-10-01 01:30:26.879 | | service_id | 8dc4153a64804b03bfd6aa9a6138ff5c | 2024-10-01 01:30:26.879 | +---------------+----------------------------------+ 2024-10-01 01:30:26.879 | + lib/glance:configure_glance_quotas:300 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_uploading 2024-10-01 01:30:26.879 | +---------------+----------------------------------+ 2024-10-01 01:30:26.879 | | Field | Value | 2024-10-01 01:30:26.879 | +---------------+----------------------------------+ 2024-10-01 01:30:26.879 | | default_limit | 100 | 2024-10-01 01:30:26.879 | | description | None | 2024-10-01 01:30:26.879 | | id | e717a40daf5f4ae081a6395554a560dc | 2024-10-01 01:30:26.879 | | region_id | RegionOne | 2024-10-01 01:30:26.879 | | resource_name | image_count_uploading | 2024-10-01 01:30:26.879 | | service_id | 8dc4153a64804b03bfd6aa9a6138ff5c | 2024-10-01 01:30:26.879 | +---------------+----------------------------------+ 2024-10-01 01:30:26.879 | + lib/glance:configure_glance_quotas:304 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2024-10-01 01:30:26.879 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2024-10-01 01:30:26.879 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2024-10-01 01:30:26.879 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2024-10-01 01:30:26.879 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2024-10-01 01:30:26.879 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.180.1.21/identity 2024-10-01 01:30:26.879 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2024-10-01 01:30:26.879 | ++ lib/glance:configure_glance_quotas:313 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2024-10-01 01:30:26.879 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:30:26.879 | + lib/glance:configure_glance_quotas:313 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id 66deb3ed45794ca686efe430970e334f 2024-10-01 01:30:26.879 | + lib/glance:configure_glance_quotas:317 : openstack --os-cloud devstack-system-admin role add --user glance --user-domain Default --system all reader 2024-10-01 01:30:26.909 | [3953 Async create_glance_accounts:36722]: finished create_glance_accounts with result 0 in 25 seconds 2024-10-01 01:30:26.935 | [3953 Async create_cinder_accounts:36861]: Waiting for completion of create_cinder_accounts running on PID 36861 (3 other jobs running) 2024-10-01 01:30:26.952 | [3953 Async create_cinder_accounts:36861]: Signaling child to exit 2024-10-01 01:30:26.952 | WAKEUP 2024-10-01 01:30:26.968 | [3953 Async create_cinder_accounts:36861]: Signaled 2024-10-01 01:30:26.969 | + lib/cinder:create_cinder_accounts:431 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ c-api ]] 2024-10-01 01:30:26.969 | + lib/cinder:create_cinder_accounts:433 : local extra_role= 2024-10-01 01:30:26.969 | + lib/cinder:create_cinder_accounts:436 : is_service_enabled barbican 2024-10-01 01:30:26.969 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:30:26.969 | + lib/cinder:create_cinder_accounts:440 : create_service_user cinder 2024-10-01 01:30:26.969 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2024-10-01 01:30:26.969 | + functions-common:get_or_create_user:922 : local user_id 2024-10-01 01:30:26.969 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-10-01 01:30:26.969 | + functions-common:get_or_create_user:926 : local email= 2024-10-01 01:30:26.969 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create cinder --password nomoresecret --domain=Default --or-show -f value -c id 2024-10-01 01:30:26.969 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:30:26.969 | + functions-common:get_or_create_user:938 : user_id=9e66764990a849f3af255c5918a4be33 2024-10-01 01:30:26.969 | + functions-common:get_or_create_user:939 : echo 9e66764990a849f3af255c5918a4be33 2024-10-01 01:30:26.969 | 9e66764990a849f3af255c5918a4be33 2024-10-01 01:30:26.969 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2024-10-01 01:30:26.969 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-01 01:30:26.969 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-01 01:30:26.969 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-10-01 01:30:26.969 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-01 01:30:26.969 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-01 01:30:26.969 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-10-01 01:30:26.969 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-10-01 01:30:26.969 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-10-01 01:30:26.969 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-10-01 01:30:26.969 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-10-01 01:30:26.969 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-10-01 01:30:26.969 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user cinder --project service --user-domain Default --project-domain Default 2024-10-01 01:30:26.969 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default -c Role -f value 2024-10-01 01:30:26.969 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:30:26.969 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=58bf1471f966467684f515a192509688 2024-10-01 01:30:26.969 | + functions-common:get_or_add_user_project_role:1003 : echo 58bf1471f966467684f515a192509688 2024-10-01 01:30:26.969 | 58bf1471f966467684f515a192509688 2024-10-01 01:30:26.969 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-10-01 01:30:26.969 | + lib/cinder:create_cinder_accounts:443 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2024-10-01 01:30:26.969 | + functions-common:get_or_create_service:1078 : local service_id 2024-10-01 01:30:26.969 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2024-10-01 01:30:26.969 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2024-10-01 01:30:26.969 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:30:26.969 | + functions-common:get_or_create_service:1089 : service_id=' 2024-10-01 01:30:26.969 | 062049aed37d43e89f1bd4f6a674238d' 2024-10-01 01:30:26.969 | + functions-common:get_or_create_service:1090 : echo 062049aed37d43e89f1bd4f6a674238d 2024-10-01 01:30:26.969 | 062049aed37d43e89f1bd4f6a674238d 2024-10-01 01:30:26.969 | + lib/cinder:create_cinder_accounts:444 : '[' True == False ']' 2024-10-01 01:30:26.969 | + lib/cinder:create_cinder_accounts:457 : get_or_create_endpoint block-storage RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-10-01 01:30:26.969 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-10-01 01:30:26.969 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface block-storage public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2024-10-01 01:30:26.970 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-10-01 01:30:26.970 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2024-10-01 01:30:26.970 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:30:26.970 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-10-01 01:30:26.970 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-10-01 01:30:26.970 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create block-storage public 'http://10.180.1.21/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2024-10-01 01:30:26.970 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:30:26.970 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=b5c8abb4f33247cb9930b09e42c8b1f3 2024-10-01 01:30:26.970 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo b5c8abb4f33247cb9930b09e42c8b1f3 2024-10-01 01:30:26.970 | + functions-common:get_or_create_endpoint:1123 : public_id=b5c8abb4f33247cb9930b09e42c8b1f3 2024-10-01 01:30:26.970 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-10-01 01:30:26.970 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-10-01 01:30:26.970 | + functions-common:get_or_create_endpoint:1132 : echo b5c8abb4f33247cb9930b09e42c8b1f3 2024-10-01 01:30:26.970 | b5c8abb4f33247cb9930b09e42c8b1f3 2024-10-01 01:30:26.970 | + lib/cinder:create_cinder_accounts:461 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2024-10-01 01:30:26.970 | + functions-common:get_or_create_service:1078 : local service_id 2024-10-01 01:30:26.970 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2024-10-01 01:30:26.970 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2024-10-01 01:30:26.970 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:30:26.970 | + functions-common:get_or_create_service:1089 : service_id=' 2024-10-01 01:30:26.970 | 5357205e170d481d9d76f26f8a0a2c1d' 2024-10-01 01:30:26.970 | + functions-common:get_or_create_service:1090 : echo 5357205e170d481d9d76f26f8a0a2c1d 2024-10-01 01:30:26.970 | 5357205e170d481d9d76f26f8a0a2c1d 2024-10-01 01:30:26.970 | + lib/cinder:create_cinder_accounts:463 : get_or_create_endpoint volumev3 RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-10-01 01:30:26.970 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-10-01 01:30:26.970 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2024-10-01 01:30:26.970 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-10-01 01:30:26.970 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2024-10-01 01:30:26.970 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:30:26.970 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-10-01 01:30:26.970 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-10-01 01:30:26.970 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create volumev3 public 'http://10.180.1.21/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2024-10-01 01:30:26.970 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:30:26.970 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=3bdf60da2ca14027a25e9c5b7c1e495b 2024-10-01 01:30:26.970 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 3bdf60da2ca14027a25e9c5b7c1e495b 2024-10-01 01:30:26.970 | + functions-common:get_or_create_endpoint:1123 : public_id=3bdf60da2ca14027a25e9c5b7c1e495b 2024-10-01 01:30:26.970 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-10-01 01:30:26.970 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-10-01 01:30:26.970 | + functions-common:get_or_create_endpoint:1132 : echo 3bdf60da2ca14027a25e9c5b7c1e495b 2024-10-01 01:30:26.970 | 3bdf60da2ca14027a25e9c5b7c1e495b 2024-10-01 01:30:26.970 | + lib/cinder:create_cinder_accounts:468 : configure_cinder_internal_tenant 2024-10-01 01:30:26.970 | ++ lib/cinder:configure_cinder_internal_tenant:704 : get_or_create_project service 2024-10-01 01:30:26.970 | ++ functions-common:get_or_create_project:945 : local project_id 2024-10-01 01:30:26.970 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2024-10-01 01:30:26.970 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:30:26.970 | ++ functions-common:get_or_create_project:951 : project_id=34d6d32c6f7640ac8b56c80693999ee1 2024-10-01 01:30:26.970 | ++ functions-common:get_or_create_project:952 : echo 34d6d32c6f7640ac8b56c80693999ee1 2024-10-01 01:30:26.970 | + lib/cinder:configure_cinder_internal_tenant:704 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 34d6d32c6f7640ac8b56c80693999ee1 2024-10-01 01:30:26.970 | ++ lib/cinder:configure_cinder_internal_tenant:705 : get_or_create_user cinder 2024-10-01 01:30:26.970 | ++ functions-common:get_or_create_user:922 : local user_id 2024-10-01 01:30:26.970 | ++ functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-10-01 01:30:26.970 | ++ functions-common:get_or_create_user:926 : local email= 2024-10-01 01:30:26.970 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create cinder --password '' --domain= --or-show -f value -c id 2024-10-01 01:30:26.970 | No password was supplied, authentication will fail when a user does not have a password. 2024-10-01 01:30:26.970 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:30:26.970 | ++ functions-common:get_or_create_user:938 : user_id=9e66764990a849f3af255c5918a4be33 2024-10-01 01:30:26.970 | ++ functions-common:get_or_create_user:939 : echo 9e66764990a849f3af255c5918a4be33 2024-10-01 01:30:26.970 | + lib/cinder:configure_cinder_internal_tenant:705 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 9e66764990a849f3af255c5918a4be33 2024-10-01 01:30:27.000 | [3953 Async create_cinder_accounts:36861]: finished create_cinder_accounts with result 0 in 22 seconds 2024-10-01 01:30:27.003 | + inc/async:async_wait:197 : return 0 2024-10-01 01:30:27.005 | + stack.sh:main:1138 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2024-10-01 01:30:27.041 | [3953 Async create_neutron_accounts:37004]: Waiting for completion of create_neutron_accounts running on PID 37004 (2 other jobs running) 2024-10-01 01:30:27.059 | [3953 Async create_neutron_accounts:37004]: Signaling child to exit 2024-10-01 01:30:27.059 | WAKEUP 2024-10-01 01:30:27.075 | [3953 Async create_neutron_accounts:37004]: Signaled 2024-10-01 01:30:27.076 | + lib/neutron:create_neutron_accounts:478 : local neutron_url 2024-10-01 01:30:27.076 | + lib/neutron:create_neutron_accounts:479 : '[' False == True ']' 2024-10-01 01:30:27.076 | + lib/neutron:create_neutron_accounts:482 : neutron_url=http://10.180.1.21:9696/ 2024-10-01 01:30:27.076 | + lib/neutron:create_neutron_accounts:484 : '[' '!' -z networking ']' 2024-10-01 01:30:27.076 | + lib/neutron:create_neutron_accounts:485 : neutron_url=http://10.180.1.21:9696/networking 2024-10-01 01:30:27.076 | + lib/neutron:create_neutron_accounts:488 : is_service_enabled q-svc neutron-api 2024-10-01 01:30:27.076 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:30:27.076 | + lib/neutron:create_neutron_accounts:490 : create_service_user neutron 2024-10-01 01:30:27.076 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2024-10-01 01:30:27.077 | + functions-common:get_or_create_user:922 : local user_id 2024-10-01 01:30:27.077 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-10-01 01:30:27.077 | + functions-common:get_or_create_user:926 : local email= 2024-10-01 01:30:27.077 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create neutron --password nomoresecret --domain=Default --or-show -f value -c id 2024-10-01 01:30:27.077 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:30:27.077 | + functions-common:get_or_create_user:938 : user_id=65cb2691b79a458bbe759e25c9f8a1d9 2024-10-01 01:30:27.077 | + functions-common:get_or_create_user:939 : echo 65cb2691b79a458bbe759e25c9f8a1d9 2024-10-01 01:30:27.077 | 65cb2691b79a458bbe759e25c9f8a1d9 2024-10-01 01:30:27.077 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2024-10-01 01:30:27.077 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-01 01:30:27.077 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-01 01:30:27.077 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-10-01 01:30:27.077 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-01 01:30:27.077 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-01 01:30:27.077 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-10-01 01:30:27.077 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-10-01 01:30:27.077 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-10-01 01:30:27.077 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-10-01 01:30:27.077 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-10-01 01:30:27.077 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-10-01 01:30:27.077 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user neutron --project service --user-domain Default --project-domain Default 2024-10-01 01:30:27.077 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default -c Role -f value 2024-10-01 01:30:27.077 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:30:27.077 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=58bf1471f966467684f515a192509688 2024-10-01 01:30:27.077 | + functions-common:get_or_add_user_project_role:1003 : echo 58bf1471f966467684f515a192509688 2024-10-01 01:30:27.077 | 58bf1471f966467684f515a192509688 2024-10-01 01:30:27.077 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-10-01 01:30:27.077 | + lib/neutron:create_neutron_accounts:492 : get_or_create_service neutron network 'Neutron Service' 2024-10-01 01:30:27.077 | + functions-common:get_or_create_service:1078 : local service_id 2024-10-01 01:30:27.077 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2024-10-01 01:30:27.077 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create network --name neutron '--description=Neutron Service' -f value -c id 2024-10-01 01:30:27.077 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:30:27.077 | + functions-common:get_or_create_service:1089 : service_id=' 2024-10-01 01:30:27.077 | 22895ede849d463889c56b5c7e37b5fb' 2024-10-01 01:30:27.077 | + functions-common:get_or_create_service:1090 : echo 22895ede849d463889c56b5c7e37b5fb 2024-10-01 01:30:27.077 | 22895ede849d463889c56b5c7e37b5fb 2024-10-01 01:30:27.077 | + lib/neutron:create_neutron_accounts:494 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2024-10-01 01:30:27.077 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-10-01 01:30:27.077 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface network public http://10.180.1.21:9696/networking RegionOne 2024-10-01 01:30:27.077 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-10-01 01:30:27.077 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service network --interface public --region RegionOne -c ID -f value 2024-10-01 01:30:27.077 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:30:27.077 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-10-01 01:30:27.077 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-10-01 01:30:27.077 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create network public http://10.180.1.21:9696/networking --region RegionOne -f value -c id 2024-10-01 01:30:27.077 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:30:27.077 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=e17b9efb8d5f473eb3bdf20fb8b45a4e 2024-10-01 01:30:27.077 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo e17b9efb8d5f473eb3bdf20fb8b45a4e 2024-10-01 01:30:27.077 | + functions-common:get_or_create_endpoint:1123 : public_id=e17b9efb8d5f473eb3bdf20fb8b45a4e 2024-10-01 01:30:27.077 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-10-01 01:30:27.077 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-10-01 01:30:27.077 | + functions-common:get_or_create_endpoint:1132 : echo e17b9efb8d5f473eb3bdf20fb8b45a4e 2024-10-01 01:30:27.077 | e17b9efb8d5f473eb3bdf20fb8b45a4e 2024-10-01 01:30:27.109 | [3953 Async create_neutron_accounts:37004]: finished create_neutron_accounts with result 0 in 13 seconds 2024-10-01 01:30:27.114 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2024-10-01 01:30:27.118 | Not waiting for async task configure_horizon that we never started or has already been waited for 2024-10-01 01:30:27.120 | + inc/async:async_wait:197 : return 0 2024-10-01 01:30:27.122 | + stack.sh:main:1144 : is_service_enabled mysql postgresql 2024-10-01 01:30:27.136 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:30:27.138 | + stack.sh:main:1144 : is_service_enabled glance 2024-10-01 01:30:27.152 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:30:27.154 | + stack.sh:main:1145 : echo_summary 'Configuring Glance' 2024-10-01 01:30:27.156 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 01:30:27.158 | + stack.sh:echo_summary:455 : echo -e Configuring Glance 2024-10-01 01:30:27.160 | + stack.sh:main:1146 : async_runfunc init_glance 2024-10-01 01:30:27.162 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2024-10-01 01:30:27.210 | + inc/async:async_inner:63 : init_glance 2024-10-01 01:30:27.239 | [3953 Async init_glance:39289]: running: init_glance 2024-10-01 01:30:27.242 | + stack.sh:main:1153 : is_service_enabled neutron 2024-10-01 01:30:27.257 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:30:27.260 | + stack.sh:main:1154 : echo_summary 'Configuring Neutron' 2024-10-01 01:30:27.262 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 01:30:27.264 | + stack.sh:echo_summary:455 : echo -e Configuring Neutron 2024-10-01 01:30:27.266 | + stack.sh:main:1156 : configure_neutron 2024-10-01 01:30:27.268 | + lib/neutron:configure_neutron:374 : _configure_neutron_common 2024-10-01 01:30:27.270 | + lib/neutron:_configure_neutron_common:841 : _create_neutron_conf_dir 2024-10-01 01:30:27.272 | + lib/neutron:_create_neutron_conf_dir:834 : sudo install -d -o stack /etc/neutron 2024-10-01 01:30:27.283 | + lib/neutron:_configure_neutron_common:844 : cd /opt/stack//neutron 2024-10-01 01:30:27.285 | + lib/neutron:_configure_neutron_common:844 : exec ./tools/generate_config_file_samples.sh 2024-10-01 01:30:31.390 | + inc/async:async_inner:64 : rc=0 2024-10-01 01:30:31.408 | [39289 Async init_glance:39289]: finished successfully 2024-10-01 01:30:46.887 | + lib/neutron:_configure_neutron_common:846 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2024-10-01 01:30:46.891 | + lib/neutron:_configure_neutron_common:848 : Q_POLICY_FILE=/etc/neutron/policy.json 2024-10-01 01:30:46.893 | + lib/neutron:_configure_neutron_common:852 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2024-10-01 01:30:46.895 | + lib/neutron:_configure_neutron_common:856 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2024-10-01 01:30:46.897 | + lib/neutron:_configure_neutron_common:861 : neutron_plugin_configure_common 2024-10-01 01:30:46.898 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2024-10-01 01:30:46.900 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2024-10-01 01:30:46.902 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2024-10-01 01:30:46.904 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2024-10-01 01:30:46.906 | + lib/neutron:neutron_service_plugin_class_add:1019 : local service_plugin_class=router 2024-10-01 01:30:46.908 | + lib/neutron:neutron_service_plugin_class_add:1020 : [[ '' == '' ]] 2024-10-01 01:30:46.910 | + lib/neutron:neutron_service_plugin_class_add:1021 : Q_SERVICE_PLUGIN_CLASSES=router 2024-10-01 01:30:46.911 | + lib/neutron:_configure_neutron_common:863 : [[ etc/neutron/plugins/ml2 == '' ]] 2024-10-01 01:30:46.913 | + lib/neutron:_configure_neutron_common:863 : [[ ml2_conf.ini == '' ]] 2024-10-01 01:30:46.915 | + lib/neutron:_configure_neutron_common:863 : [[ ml2 == '' ]] 2024-10-01 01:30:46.917 | + lib/neutron:_configure_neutron_common:868 : mkdir -p /etc/neutron/plugins/ml2 2024-10-01 01:30:46.920 | + lib/neutron:_configure_neutron_common:869 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 01:30:46.922 | + lib/neutron:_configure_neutron_common:872 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 01:30:46.924 | + lib/neutron:_configure_neutron_common:875 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2024-10-01 01:30:46.926 | + lib/neutron:_configure_neutron_common:876 : cp /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 01:30:46.930 | ++ lib/neutron:_configure_neutron_common:881 : database_connection_url neutron 2024-10-01 01:30:46.932 | ++ lib/database:database_connection_url:134 : local db=neutron 2024-10-01 01:30:46.934 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2024-10-01 01:30:46.935 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=neutron 2024-10-01 01:30:46.937 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-10-01 01:30:46.939 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-10-01 01:30:46.941 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8' 2024-10-01 01:30:46.943 | + lib/neutron:_configure_neutron_common:881 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8' 2024-10-01 01:30:46.968 | + lib/neutron:_configure_neutron_common:882 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2024-10-01 01:30:46.993 | + lib/neutron:_configure_neutron_common:883 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2024-10-01 01:30:47.016 | + lib/neutron:_configure_neutron_common:884 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2024-10-01 01:30:47.039 | + lib/neutron:_configure_neutron_common:885 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2024-10-01 01:30:47.063 | + lib/neutron:_configure_neutron_common:888 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2024-10-01 01:30:47.088 | + lib/neutron:_configure_neutron_common:890 : '[' vsphere = fake ']' 2024-10-01 01:30:47.090 | + lib/neutron:_configure_neutron_common:900 : setup_logging /etc/neutron/neutron.conf 2024-10-01 01:30:47.092 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2024-10-01 01:30:47.094 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2024-10-01 01:30:47.096 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-10-01 01:30:47.109 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-10-01 01:30:47.111 | + functions:setup_systemd_logging:706 : local pidstr= 2024-10-01 01:30:47.113 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-10-01 01:30:47.115 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-10-01 01:30:47.117 | + functions:setup_systemd_logging:713 : iniset /etc/neutron/neutron.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-10-01 01:30:47.140 | + functions:setup_systemd_logging:715 : 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' 2024-10-01 01:30:47.164 | + functions:setup_systemd_logging:716 : iniset /etc/neutron/neutron.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-10-01 01:30:47.189 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-10-01 01:30:47.213 | + lib/neutron:_configure_neutron_common:902 : is_service_enabled tls-proxy 2024-10-01 01:30:47.225 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:30:47.227 | + lib/neutron:_configure_neutron_common:908 : _neutron_setup_rootwrap 2024-10-01 01:30:47.229 | + lib/neutron:_neutron_setup_rootwrap:1054 : [[ True == \F\a\l\s\e ]] 2024-10-01 01:30:47.231 | + lib/neutron:_neutron_setup_rootwrap:1058 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2024-10-01 01:30:47.233 | + lib/neutron:_neutron_setup_rootwrap:1059 : [[ -d /etc/neutron/rootwrap.d ]] 2024-10-01 01:30:47.235 | + lib/neutron:_neutron_setup_rootwrap:1063 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2024-10-01 01:30:47.237 | + lib/neutron:neutron_deploy_rootwrap_filters:1044 : [[ True == \F\a\l\s\e ]] 2024-10-01 01:30:47.239 | + lib/neutron:neutron_deploy_rootwrap_filters:1047 : local srcdir=/opt/stack//neutron 2024-10-01 01:30:47.241 | + lib/neutron:neutron_deploy_rootwrap_filters:1048 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2024-10-01 01:30:47.250 | + lib/neutron:neutron_deploy_rootwrap_filters:1049 : sudo install -o root -m 644 /opt/stack//neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/ 2024-10-01 01:30:47.259 | + lib/neutron:_neutron_setup_rootwrap:1067 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2024-10-01 01:30:47.261 | + lib/neutron:_neutron_setup_rootwrap:1070 : sudo install -o root -g root -m 644 /opt/stack//neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2024-10-01 01:30:47.270 | + lib/neutron:_neutron_setup_rootwrap:1072 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2024-10-01 01:30:47.280 | + lib/neutron:_neutron_setup_rootwrap:1073 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2024-10-01 01:30:47.290 | + lib/neutron:_neutron_setup_rootwrap:1076 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-10-01 01:30:47.292 | + lib/neutron:_neutron_setup_rootwrap:1077 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-10-01 01:30:47.295 | ++ lib/neutron:_neutron_setup_rootwrap:1080 : mktemp 2024-10-01 01:30:47.298 | + lib/neutron:_neutron_setup_rootwrap:1080 : TEMPFILE=/tmp/tmp.NzBvCowysD 2024-10-01 01:30:47.301 | + lib/neutron:_neutron_setup_rootwrap:1081 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-10-01 01:30:47.303 | + lib/neutron:_neutron_setup_rootwrap:1082 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-10-01 01:30:47.305 | + lib/neutron:_neutron_setup_rootwrap:1083 : chmod 0440 /tmp/tmp.NzBvCowysD 2024-10-01 01:30:47.308 | + lib/neutron:_neutron_setup_rootwrap:1084 : sudo chown root:root /tmp/tmp.NzBvCowysD 2024-10-01 01:30:47.318 | + lib/neutron:_neutron_setup_rootwrap:1085 : sudo mv /tmp/tmp.NzBvCowysD /etc/sudoers.d/neutron-rootwrap 2024-10-01 01:30:47.327 | + lib/neutron:_neutron_setup_rootwrap:1088 : configure_root_helper_options /etc/neutron/neutron.conf 2024-10-01 01:30:47.329 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/neutron.conf 2024-10-01 01:30:47.331 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-10-01 01:30:47.354 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-10-01 01:30:47.356 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-10-01 01:30:47.380 | + lib/neutron:configure_neutron:375 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2024-10-01 01:30:47.383 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2024-10-01 01:30:47.385 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2024-10-01 01:30:47.387 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-10-01 01:30:47.389 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-10-01 01:30:47.391 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-10-01 01:30:47.405 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:30:47.408 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-10-01 01:30:47.410 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-10-01 01:30:47.412 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-10-01 01:30:47.425 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:30:47.427 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-01 01:30:47.430 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-01 01:30:47.455 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-10-01 01:30:47.457 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-10-01 01:30:47.459 | + lib/neutron:configure_neutron:377 : is_service_enabled q-metering neutron-metering 2024-10-01 01:30:47.473 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:30:47.475 | + lib/neutron:configure_neutron:380 : is_service_enabled q-agt neutron-agent 2024-10-01 01:30:47.489 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:30:47.491 | + lib/neutron:configure_neutron:381 : _configure_neutron_plugin_agent 2024-10-01 01:30:47.493 | + lib/neutron:_configure_neutron_plugin_agent:966 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 01:30:47.495 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 01:30:47.497 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-10-01 01:30:47.523 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-10-01 01:30:47.525 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-10-01 01:30:47.549 | + lib/neutron:_configure_neutron_plugin_agent:967 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-10-01 01:30:47.574 | + lib/neutron:_configure_neutron_plugin_agent:970 : neutron_plugin_configure_plugin_agent 2024-10-01 01:30:47.576 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2024-10-01 01:30:47.578 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2024-10-01 01:30:47.581 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-10-01 01:30:48.929 | INFO neutron.common.config [-] Logging enabled! 2024-10-01 01:30:48.929 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev21 2024-10-01 01:30:48.929 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=40225) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-10-01 01:30:48.930 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2024-10-01 01:30:48.931 | INFO oslo.privsep.daemon [-] Running privsep helper: ['sudo', '/usr/local/bin/neutron-rootwrap', '/etc/neutron/rootwrap.conf', 'privsep-helper', '--config-file', '/etc/neutron/neutron.conf', '--privsep_context', 'neutron.privileged.ovs_vsctl_cmd', '--privsep_sock_path', '/tmp/tmpgdburwx0/privsep.sock'] 2024-10-01 01:30:49.647 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2024-10-01 01:30:49.647 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmpgdburwx0/privsep.sock {{(pid=40225) __init__ /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:362}} 2024-10-01 01:30:49.648 | INFO oslo.privsep.daemon [-] privsep daemon starting 2024-10-01 01:30:49.648 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2024-10-01 01:30:49.648 | 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 2024-10-01 01:30:49.648 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 40235 2024-10-01 01:30:49.649 | DEBUG oslo.privsep.daemon [-] privsep: reply[e25e174d-9362-4e93-bf9e-e0c88a214761]: (2,) {{(pid=40235) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-10-01 01:30:49.736 | 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=40235) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:384}} 2024-10-01 01:30:49.745 | 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.010s {{(pid=40235) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:422}} 2024-10-01 01:30:49.745 | DEBUG oslo.privsep.daemon [-] privsep: reply[adab59be-6b0b-4c34-b779-f4c4f8b5c324]: (4, ('4c808b06-3a5e-4a12-81d1-30ea6313bc05\n', '')) {{(pid=40235) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-10-01 01:30:49.829 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=40225) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-10-01 01:30:49.829 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=40225) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-10-01 01:30:49.829 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=40225) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-10-01 01:30:49.829 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=40225) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-10-01 01:30:49.829 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=40225) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-10-01 01:30:49.829 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=40225) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-10-01 01:30:49.863 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-10-01 01:30:49.864 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=40225) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-10-01 01:30:49.864 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=40225) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-10-01 01:30:49.864 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-10-01 01:30:50.130 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2024-10-01 01:30:50.132 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2024-10-01 01:30:50.135 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2024-10-01 01:30:50.137 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-10-01 01:30:50.139 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2024-10-01 01:30:50.152 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:41 : sudo ovs-vsctl --no-wait br-set-external-id br-int bridge-id br-int 2024-10-01 01:30:50.165 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2024-10-01 01:30:50.167 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:101 : [[ True == \T\r\u\e ]] 2024-10-01 01:30:50.169 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:102 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver openvswitch 2024-10-01 01:30:50.195 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:103 : running_in_container 2024-10-01 01:30:50.198 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2024-10-01 01:30:50.205 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2024-10-01 01:30:50.207 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:104 : enable_kernel_bridge_firewall 2024-10-01 01:30:50.209 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2024-10-01 01:30:50.244 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2024-10-01 01:30:50.256 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-10-01 01:30:50.259 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2024-10-01 01:30:50.265 | net.bridge.bridge-nf-call-iptables = 1 2024-10-01 01:30:50.268 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-10-01 01:30:50.271 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2024-10-01 01:30:50.276 | net.bridge.bridge-nf-call-ip6tables = 1 2024-10-01 01:30:50.279 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2024-10-01 01:30:50.281 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2024-10-01 01:30:50.283 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2024-10-01 01:30:50.285 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2024-10-01 01:30:50.287 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2024-10-01 01:30:50.289 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2024-10-01 01:30:50.291 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-10-01 01:30:50.293 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2024-10-01 01:30:50.295 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-10-01 01:30:50.297 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-10-01 01:30:50.309 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2024-10-01 01:30:50.311 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:57 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs bridge_mappings default:br-ex 2024-10-01 01:30:50.338 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2024-10-01 01:30:50.340 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2024-10-01 01:30:50.364 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2024-10-01 01:30:50.389 | + lib/neutron:configure_neutron:383 : is_service_enabled q-dhcp neutron-dhcp 2024-10-01 01:30:50.403 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:30:50.405 | + lib/neutron:configure_neutron:384 : _configure_neutron_dhcp_agent 2024-10-01 01:30:50.407 | + lib/neutron:_configure_neutron_dhcp_agent:913 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2024-10-01 01:30:50.410 | + lib/neutron:_configure_neutron_dhcp_agent:915 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2024-10-01 01:30:50.434 | + lib/neutron:_configure_neutron_dhcp_agent:917 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2024-10-01 01:30:50.458 | + lib/neutron:_configure_neutron_dhcp_agent:918 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2024-10-01 01:30:50.460 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/dhcp_agent.ini 2024-10-01 01:30:50.462 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/dhcp_agent.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-10-01 01:30:50.486 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-10-01 01:30:50.488 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/dhcp_agent.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-10-01 01:30:50.512 | + lib/neutron:_configure_neutron_dhcp_agent:920 : is_service_enabled q-l3 neutron-l3 2024-10-01 01:30:50.525 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:30:50.527 | + lib/neutron:_configure_neutron_dhcp_agent:931 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-10-01 01:30:50.529 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2024-10-01 01:30:50.554 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-10-01 01:30:50.556 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-10-01 01:30:50.558 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-10-01 01:30:50.582 | + lib/neutron:_configure_neutron_dhcp_agent:933 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2024-10-01 01:30:50.584 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-10-01 01:30:50.587 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2024-10-01 01:30:50.589 | + lib/neutron:configure_neutron:386 : is_service_enabled q-l3 neutron-l3 2024-10-01 01:30:50.603 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:30:50.605 | + lib/neutron:configure_neutron:387 : _configure_neutron_l3_agent 2024-10-01 01:30:50.607 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:114 : cp /opt/stack//neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini 2024-10-01 01:30:50.610 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2024-10-01 01:30:50.634 | + 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' 2024-10-01 01:30:50.661 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2024-10-01 01:30:50.663 | + 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' 2024-10-01 01:30:50.688 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2024-10-01 01:30:50.690 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2024-10-01 01:30:50.715 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2024-10-01 01:30:50.717 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2024-10-01 01:30:50.719 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2024-10-01 01:30:50.743 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2024-10-01 01:30:50.745 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2024-10-01 01:30:50.747 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2024-10-01 01:30:50.749 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:112 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-10-01 01:30:52.067 | INFO neutron.common.config [-] Logging enabled! 2024-10-01 01:30:52.067 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev21 2024-10-01 01:30:52.068 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=40780) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-10-01 01:30:52.093 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=40780) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-10-01 01:30:52.093 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=40780) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-10-01 01:30:52.093 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=40780) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-10-01 01:30:52.093 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=40780) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-10-01 01:30:52.093 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=40780) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-10-01 01:30:52.093 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=40780) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-10-01 01:30:52.127 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-10-01 01:30:52.127 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=40780) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-10-01 01:30:52.127 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=40780) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-10-01 01:30:52.127 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-10-01 01:30:52.389 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:113 : [[ False = \T\r\u\e ]] 2024-10-01 01:30:52.391 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:121 : _neutron_ovs_base_add_public_bridge 2024-10-01 01:30:52.393 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:127 : _neutron_ovs_base_add_bridge br-ex 2024-10-01 01:30:52.395 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-10-01 01:30:52.398 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2024-10-01 01:30:52.400 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-10-01 01:30:52.402 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-10-01 01:30:52.415 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:128 : set_mtu br-ex 8950 2024-10-01 01:30:52.417 | + functions:set_mtu:796 : local dev=br-ex 2024-10-01 01:30:52.419 | + functions:set_mtu:797 : local mtu=8950 2024-10-01 01:30:52.421 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2024-10-01 01:30:52.431 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:122 : sudo ovs-vsctl br-set-external-id br-ex bridge-id br-ex 2024-10-01 01:30:52.444 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 : _configure_public_network_connectivity 2024-10-01 01:30:52.446 | + lib/neutron:_configure_public_network_connectivity:770 : [[ -n ens224 ]] 2024-10-01 01:30:52.448 | + lib/neutron:_configure_public_network_connectivity:771 : _move_neutron_addresses_route ens224 br-ex True False inet 2024-10-01 01:30:52.450 | + lib/neutron:_move_neutron_addresses_route:711 : local from_intf=ens224 2024-10-01 01:30:52.452 | + lib/neutron:_move_neutron_addresses_route:712 : local to_intf=br-ex 2024-10-01 01:30:52.454 | + lib/neutron:_move_neutron_addresses_route:713 : local add_ovs_port=True 2024-10-01 01:30:52.456 | + lib/neutron:_move_neutron_addresses_route:714 : local del_ovs_port=False 2024-10-01 01:30:52.458 | + lib/neutron:_move_neutron_addresses_route:715 : local af=inet 2024-10-01 01:30:52.461 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n ens224 ]] 2024-10-01 01:30:52.463 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n br-ex ]] 2024-10-01 01:30:52.465 | + lib/neutron:_move_neutron_addresses_route:723 : local IP_REPLACE= 2024-10-01 01:30:52.467 | + lib/neutron:_move_neutron_addresses_route:724 : local IP_DEL= 2024-10-01 01:30:52.469 | + lib/neutron:_move_neutron_addresses_route:725 : local IP_UP= 2024-10-01 01:30:52.471 | + lib/neutron:_move_neutron_addresses_route:726 : local DEFAULT_ROUTE_GW 2024-10-01 01:30:52.474 | ++ lib/neutron:_move_neutron_addresses_route:727 : ip -f inet r 2024-10-01 01:30:52.475 | ++ lib/neutron:_move_neutron_addresses_route:727 : awk '/default.+ens224\s/ { print $3; exit }' 2024-10-01 01:30:52.480 | + lib/neutron:_move_neutron_addresses_route:727 : DEFAULT_ROUTE_GW= 2024-10-01 01:30:52.482 | + lib/neutron:_move_neutron_addresses_route:728 : local ADD_OVS_PORT= 2024-10-01 01:30:52.484 | + lib/neutron:_move_neutron_addresses_route:729 : local DEL_OVS_PORT= 2024-10-01 01:30:52.486 | + lib/neutron:_move_neutron_addresses_route:730 : local ARP_CMD= 2024-10-01 01:30:52.489 | ++ lib/neutron:_move_neutron_addresses_route:732 : ip -f inet a s dev ens224 scope global primary 2024-10-01 01:30:52.490 | ++ lib/neutron:_move_neutron_addresses_route:732 : awk '{ print $2, $3, $4; exit }' 2024-10-01 01:30:52.490 | ++ lib/neutron:_move_neutron_addresses_route:732 : grep inet 2024-10-01 01:30:52.495 | + lib/neutron:_move_neutron_addresses_route:732 : IP_BRD= 2024-10-01 01:30:52.497 | + lib/neutron:_move_neutron_addresses_route:734 : '[' '' '!=' '' ']' 2024-10-01 01:30:52.499 | + lib/neutron:_move_neutron_addresses_route:738 : [[ True == \T\r\u\e ]] 2024-10-01 01:30:52.501 | + lib/neutron:_move_neutron_addresses_route:739 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2024-10-01 01:30:52.503 | + lib/neutron:_move_neutron_addresses_route:742 : [[ False == \T\r\u\e ]] 2024-10-01 01:30:52.505 | + lib/neutron:_move_neutron_addresses_route:746 : [[ '' != '' ]] 2024-10-01 01:30:52.507 | + lib/neutron:_move_neutron_addresses_route:758 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2024-10-01 01:30:52.521 | ++ lib/neutron:_configure_public_network_connectivity:773 : ip -f inet6 a s dev ens224 2024-10-01 01:30:52.521 | ++ lib/neutron:_configure_public_network_connectivity:773 : grep -c global 2024-10-01 01:30:52.525 | + lib/neutron:_configure_public_network_connectivity:773 : [[ 0 != 0 ]] 2024-10-01 01:30:52.527 | + lib/neutron:configure_neutron:389 : is_service_enabled q-meta neutron-metadata-agent 2024-10-01 01:30:52.542 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:30:52.544 | + lib/neutron:configure_neutron:390 : _configure_neutron_metadata_agent 2024-10-01 01:30:52.546 | + lib/neutron:_configure_neutron_metadata_agent:938 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2024-10-01 01:30:52.551 | + lib/neutron:_configure_neutron_metadata_agent:940 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2024-10-01 01:30:52.578 | + lib/neutron:_configure_neutron_metadata_agent:941 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2024-10-01 01:30:52.604 | + lib/neutron:_configure_neutron_metadata_agent:942 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2024-10-01 01:30:52.629 | + lib/neutron:_configure_neutron_metadata_agent:943 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2024-10-01 01:30:52.632 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/metadata_agent.ini 2024-10-01 01:30:52.634 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/metadata_agent.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-10-01 01:30:52.659 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-10-01 01:30:52.662 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/metadata_agent.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-10-01 01:30:52.687 | + lib/neutron:configure_neutron:393 : [[ legacy != \l\e\g\a\c\y ]] 2024-10-01 01:30:52.690 | + lib/neutron:configure_neutron:396 : is_service_enabled ceilometer 2024-10-01 01:30:52.704 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:30:52.706 | + lib/neutron:configure_neutron:400 : [[ openvswitch == \o\v\n ]] 2024-10-01 01:30:52.708 | + lib/neutron:configure_neutron:406 : is_service_enabled q-placement neutron-placement 2024-10-01 01:30:52.722 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:30:52.725 | + lib/neutron:configure_neutron:409 : is_service_enabled q-trunk neutron-trunk 2024-10-01 01:30:52.738 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:30:52.741 | + lib/neutron:configure_neutron:412 : is_service_enabled q-qos neutron-qos 2024-10-01 01:30:52.754 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:30:52.756 | + lib/neutron:configure_neutron:421 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2024-10-01 01:30:52.771 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:30:52.773 | + lib/neutron:configure_neutron:422 : _configure_neutron_service 2024-10-01 01:30:52.775 | + lib/neutron:_configure_neutron_service:985 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2024-10-01 01:30:52.777 | + lib/neutron:_configure_neutron_service:986 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2024-10-01 01:30:52.781 | + lib/neutron:_configure_neutron_service:988 : [[ -n networking ]] 2024-10-01 01:30:52.783 | + lib/neutron:_configure_neutron_service:989 : _replace_api_paste_composite 2024-10-01 01:30:52.785 | + lib/neutron:_replace_api_paste_composite:974 : local sep 2024-10-01 01:30:52.788 | ++ lib/neutron:_replace_api_paste_composite:975 : echo -ne '\x01' 2024-10-01 01:30:52.790 | + lib/neutron:_replace_api_paste_composite:975 : sep=$'\001' 2024-10-01 01:30:52.792 | + lib/neutron:_replace_api_paste_composite:977 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2024-10-01 01:30:52.796 | + lib/neutron:_replace_api_paste_composite:978 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2024-10-01 01:30:52.800 | + lib/neutron:_replace_api_paste_composite:979 : sed -i -e 's/\/v2.0\: neutronapi_v2_0/\/networking\/v2.0\: neutronapi_v2_0/' /etc/neutron/api-paste.ini 2024-10-01 01:30:52.804 | + lib/neutron:_configure_neutron_service:993 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2024-10-01 01:30:52.831 | + lib/neutron:_configure_neutron_service:995 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-10-01 01:30:52.859 | + lib/neutron:_configure_neutron_service:996 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2024-10-01 01:30:52.885 | + lib/neutron:_configure_neutron_service:998 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2024-10-01 01:30:52.912 | + lib/neutron:_configure_neutron_service:999 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2024-10-01 01:30:52.914 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-10-01 01:30:52.916 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2024-10-01 01:30:52.918 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-10-01 01:30:52.921 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2024-10-01 01:30:52.946 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2024-10-01 01:30:52.971 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-10-01 01:30:52.996 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2024-10-01 01:30:53.020 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2024-10-01 01:30:53.046 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2024-10-01 01:30:53.071 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2024-10-01 01:30:53.098 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2024-10-01 01:30:53.124 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-10-01 01:30:53.149 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2024-10-01 01:30:53.173 | + lib/neutron:_configure_neutron_service:1002 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2024-10-01 01:30:53.199 | + lib/neutron:_configure_neutron_service:1003 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2024-10-01 01:30:53.224 | + lib/neutron:_configure_neutron_service:1005 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2024-10-01 01:30:53.227 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-10-01 01:30:53.229 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-10-01 01:30:53.231 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-10-01 01:30:53.233 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2024-10-01 01:30:53.258 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2024-10-01 01:30:53.283 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2024-10-01 01:30:53.309 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2024-10-01 01:30:53.334 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2024-10-01 01:30:53.361 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2024-10-01 01:30:53.388 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2024-10-01 01:30:53.414 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2024-10-01 01:30:53.439 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-10-01 01:30:53.465 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2024-10-01 01:30:53.491 | + lib/neutron:_configure_neutron_service:1008 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2024-10-01 01:30:53.493 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-10-01 01:30:53.495 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-10-01 01:30:53.497 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2024-10-01 01:30:53.499 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2024-10-01 01:30:53.524 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2024-10-01 01:30:53.549 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2024-10-01 01:30:53.574 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2024-10-01 01:30:53.600 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2024-10-01 01:30:53.626 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2024-10-01 01:30:53.651 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2024-10-01 01:30:53.676 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2024-10-01 01:30:53.703 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2024-10-01 01:30:53.729 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2024-10-01 01:30:53.754 | + lib/neutron:_configure_neutron_service:1011 : neutron_plugin_configure_service 2024-10-01 01:30:53.756 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2024-10-01 01:30:53.758 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2024-10-01 01:30:53.760 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2024-10-01 01:30:53.763 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2024-10-01 01:30:53.765 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2024-10-01 01:30:53.767 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2024-10-01 01:30:53.769 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2024-10-01 01:30:53.771 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2024-10-01 01:30:53.773 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2024-10-01 01:30:53.775 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2024-10-01 01:30:53.777 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2024-10-01 01:30:53.779 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2024-10-01 01:30:53.781 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2024-10-01 01:30:53.783 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2024-10-01 01:30:53.785 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2024-10-01 01:30:53.787 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2024-10-01 01:30:53.789 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2024-10-01 01:30:53.791 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:114 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group=True 2024-10-01 01:30:53.793 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 01:30:53.795 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2024-10-01 01:30:53.797 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2024-10-01 01:30:53.799 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2024-10-01 01:30:53.801 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-10-01 01:30:53.803 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-10-01 01:30:53.827 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:116 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=ovn 2024-10-01 01:30:53.829 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 01:30:53.831 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-10-01 01:30:53.833 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2024-10-01 01:30:53.835 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2024-10-01 01:30:53.837 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-10-01 01:30:53.839 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2024-10-01 01:30:53.862 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2024-10-01 01:30:53.864 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:120 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version=4 2024-10-01 01:30:53.866 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 01:30:53.868 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-10-01 01:30:53.870 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2024-10-01 01:30:53.872 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2024-10-01 01:30:53.875 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-10-01 01:30:53.877 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-10-01 01:30:53.901 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2024-10-01 01:30:53.903 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:126 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security 2024-10-01 01:30:53.905 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 01:30:53.907 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-10-01 01:30:53.909 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2024-10-01 01:30:53.911 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2024-10-01 01:30:53.913 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-10-01 01:30:53.915 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-10-01 01:30:53.939 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:128 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=geneve 2024-10-01 01:30:53.941 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 01:30:53.943 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-10-01 01:30:53.946 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2024-10-01 01:30:53.947 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2024-10-01 01:30:53.950 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-10-01 01:30:53.952 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2024-10-01 01:30:53.976 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:130 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges=1:1000 2024-10-01 01:30:53.978 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 01:30:53.980 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2024-10-01 01:30:53.982 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2024-10-01 01:30:53.984 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2024-10-01 01:30:53.986 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-10-01 01:30:53.988 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges 1:1000 2024-10-01 01:30:54.012 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:132 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges=1:1000 2024-10-01 01:30:54.014 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 01:30:54.015 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2024-10-01 01:30:54.018 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-10-01 01:30:54.019 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-10-01 01:30:54.021 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-10-01 01:30:54.023 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2024-10-01 01:30:54.048 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:134 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks=default, 2024-10-01 01:30:54.049 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 01:30:54.052 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2024-10-01 01:30:54.054 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2024-10-01 01:30:54.056 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2024-10-01 01:30:54.057 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-10-01 01:30:54.059 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks default, 2024-10-01 01:30:54.083 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:136 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges=default:2:999 2024-10-01 01:30:54.085 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 01:30:54.087 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2024-10-01 01:30:54.089 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2024-10-01 01:30:54.091 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2024-10-01 01:30:54.093 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-10-01 01:30:54.095 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges default:2:999 2024-10-01 01:30:54.120 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:138 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges=1:1000 2024-10-01 01:30:54.122 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 01:30:54.124 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2024-10-01 01:30:54.126 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-10-01 01:30:54.128 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-10-01 01:30:54.130 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-10-01 01:30:54.132 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2024-10-01 01:30:54.156 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2024-10-01 01:30:54.158 | + lib/neutron:configure_neutron:425 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2024-10-01 01:30:54.184 | + lib/neutron:configure_neutron:429 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2024-10-01 01:30:54.209 | + lib/neutron:configure_neutron:431 : '[' False == True ']' 2024-10-01 01:30:54.211 | + stack.sh:main:1159 : is_service_enabled mysql postgresql 2024-10-01 01:30:54.225 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:30:54.227 | + stack.sh:main:1159 : is_service_enabled neutron 2024-10-01 01:30:54.241 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:30:54.243 | + stack.sh:main:1160 : async_runfunc init_neutron 2024-10-01 01:30:54.245 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2024-10-01 01:30:54.293 | + inc/async:async_inner:63 : init_neutron 2024-10-01 01:30:54.322 | [3953 Async init_neutron:42579]: running: init_neutron 2024-10-01 01:30:54.325 | + stack.sh:main:1168 : is_service_enabled q-dhcp 2024-10-01 01:30:54.339 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:30:54.342 | ++ stack.sh:main:1172 : pidof NetworkManager 2024-10-01 01:30:54.352 | ++ stack.sh:main:1172 : true 2024-10-01 01:30:54.355 | + stack.sh:main:1172 : netman_pid= 2024-10-01 01:30:54.357 | + stack.sh:main:1173 : '[' -z '' ']' 2024-10-01 01:30:54.359 | + stack.sh:main:1174 : sudo killall dnsmasq 2024-10-01 01:30:54.370 | dnsmasq: no process found 2024-10-01 01:30:54.373 | + stack.sh:main:1174 : true 2024-10-01 01:30:54.375 | + stack.sh:main:1179 : clean_iptables 2024-10-01 01:30:54.380 | + lib/nova:clean_iptables:184 : sudo iptables -S -v 2024-10-01 01:30:54.380 | + lib/nova:clean_iptables:184 : sed 's/-c [0-9]* [0-9]* //g' 2024-10-01 01:30:54.380 | + lib/nova:clean_iptables:184 : grep nova 2024-10-01 01:30:54.380 | + lib/nova:clean_iptables:184 : grep '\-A' 2024-10-01 01:30:54.380 | + lib/nova:clean_iptables:184 : awk '{print "sudo iptables",$0}' 2024-10-01 01:30:54.380 | + lib/nova:clean_iptables:184 : sed s/-A/-D/g 2024-10-01 01:30:54.381 | + lib/nova:clean_iptables:184 : bash 2024-10-01 01:30:54.409 | + lib/nova:clean_iptables:186 : sudo iptables -S -v -t nat 2024-10-01 01:30:54.409 | + lib/nova:clean_iptables:186 : grep nova 2024-10-01 01:30:54.409 | + lib/nova:clean_iptables:186 : sed 's/-c [0-9]* [0-9]* //g' 2024-10-01 01:30:54.410 | + lib/nova:clean_iptables:186 : grep '\-A' 2024-10-01 01:30:54.411 | + lib/nova:clean_iptables:186 : sed s/-A/-D/g 2024-10-01 01:30:54.411 | + lib/nova:clean_iptables:186 : bash 2024-10-01 01:30:54.412 | + lib/nova:clean_iptables:186 : awk '{print "sudo iptables -t nat",$0}' 2024-10-01 01:30:54.421 | + lib/nova:clean_iptables:188 : sudo iptables -S -v 2024-10-01 01:30:54.421 | + lib/nova:clean_iptables:188 : sed 's/-c [0-9]* [0-9]* //g' 2024-10-01 01:30:54.422 | + lib/nova:clean_iptables:188 : grep nova 2024-10-01 01:30:54.422 | + lib/nova:clean_iptables:188 : sed s/-N/-X/g 2024-10-01 01:30:54.422 | + lib/nova:clean_iptables:188 : grep '\-N' 2024-10-01 01:30:54.423 | + lib/nova:clean_iptables:188 : awk '{print "sudo iptables",$0}' 2024-10-01 01:30:54.425 | + lib/nova:clean_iptables:188 : bash 2024-10-01 01:30:54.432 | + lib/nova:clean_iptables:190 : sudo iptables -S -v -t nat 2024-10-01 01:30:54.432 | + lib/nova:clean_iptables:190 : sed 's/-c [0-9]* [0-9]* //g' 2024-10-01 01:30:54.432 | + lib/nova:clean_iptables:190 : grep nova 2024-10-01 01:30:54.432 | + lib/nova:clean_iptables:190 : grep '\-N' 2024-10-01 01:30:54.433 | + lib/nova:clean_iptables:190 : sed s/-N/-X/g 2024-10-01 01:30:54.433 | + lib/nova:clean_iptables:190 : awk '{print "sudo iptables -t nat",$0}' 2024-10-01 01:30:54.434 | + lib/nova:clean_iptables:190 : bash 2024-10-01 01:30:54.443 | + stack.sh:main:1182 : sudo sysctl -w net.ipv4.ip_forward=1 2024-10-01 01:30:54.449 | net.ipv4.ip_forward = 1 2024-10-01 01:30:54.452 | + stack.sh:main:1187 : is_service_enabled nova neutron 2024-10-01 01:30:54.466 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:30:54.468 | + stack.sh:main:1188 : configure_os_vif 2024-10-01 01:30:54.470 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2024-10-01 01:30:54.472 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2024-10-01 01:30:54.499 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2024-10-01 01:30:54.502 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2024-10-01 01:30:54.529 | + stack.sh:main:1194 : is_service_enabled swift 2024-10-01 01:30:54.544 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:30:54.546 | + stack.sh:main:1203 : is_service_enabled cinder 2024-10-01 01:30:54.560 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:30:54.562 | + stack.sh:main:1204 : echo_summary 'Configuring Cinder' 2024-10-01 01:30:54.565 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 01:30:54.567 | + stack.sh:echo_summary:455 : echo -e Configuring Cinder 2024-10-01 01:30:54.569 | + stack.sh:main:1205 : async_runfunc init_cinder 2024-10-01 01:30:54.571 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2024-10-01 01:30:54.620 | + inc/async:async_inner:63 : init_cinder 2024-10-01 01:30:54.651 | [3953 Async init_cinder:42929]: running: init_cinder 2024-10-01 01:30:54.653 | + stack.sh:main:1211 : is_service_enabled placement 2024-10-01 01:30:54.667 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:30:54.669 | + stack.sh:main:1212 : echo_summary 'Configuring placement' 2024-10-01 01:30:54.672 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 01:30:54.674 | + stack.sh:echo_summary:455 : echo -e Configuring placement 2024-10-01 01:30:54.676 | + stack.sh:main:1213 : async_runfunc init_placement 2024-10-01 01:30:54.678 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2024-10-01 01:30:54.733 | + inc/async:async_inner:63 : init_placement 2024-10-01 01:30:54.765 | [3953 Async init_placement:43076]: running: init_placement 2024-10-01 01:30:54.767 | + stack.sh:main:1217 : async_wait init_neutron 2024-10-01 01:30:54.806 | [3953 Async init_neutron:42579]: Waiting for completion of init_neutron running on PID 42579 (5 other jobs running) 2024-10-01 01:30:54.824 | [3953 Async init_neutron:42579]: Signaling child to exit 2024-10-01 01:30:57.868 | + inc/async:async_inner:64 : rc=0 2024-10-01 01:30:57.889 | [42929 Async init_cinder:42929]: finished successfully 2024-10-01 01:31:02.063 | + inc/async:async_inner:64 : rc=0 2024-10-01 01:31:02.082 | [42579 Async init_neutron:42579]: finished successfully 2024-10-01 01:31:02.099 | WAKEUP 2024-10-01 01:31:02.117 | [3953 Async init_neutron:42579]: Signaled 2024-10-01 01:31:02.118 | + lib/neutron:init_neutron:501 : recreate_database neutron 2024-10-01 01:31:02.118 | + lib/database:recreate_database:112 : local db=neutron 2024-10-01 01:31:02.118 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2024-10-01 01:31:02.118 | + lib/databases/mysql:recreate_database_mysql:66 : local db=neutron 2024-10-01 01:31:02.118 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2024-10-01 01:31:02.118 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2024-10-01 01:31:02.118 | + lib/neutron:init_neutron:502 : time_start dbsync 2024-10-01 01:31:02.118 | + functions-common:time_start:2421 : local name=dbsync 2024-10-01 01:31:02.118 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:31:02.118 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:31:02.118 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:31:02.118 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746254332 2024-10-01 01:31:02.118 | + lib/neutron:init_neutron:504 : /usr/local/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2024-10-01 01:31:02.118 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-10-01 01:31:02.118 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-10-01 01:31:02.118 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2024-10-01 01:31:02.119 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2024-10-01 01:31:02.120 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2024-10-01 01:31:02.120 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2024-10-01 01:31:02.120 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2024-10-01 01:31:02.120 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2024-10-01 01:31:02.120 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2024-10-01 01:31:02.120 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2024-10-01 01:31:02.120 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2024-10-01 01:31:02.120 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2024-10-01 01:31:02.120 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2024-10-01 01:31:02.120 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2024-10-01 01:31:02.120 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2024-10-01 01:31:02.120 | Running upgrade for neutron ... 2024-10-01 01:31:02.120 | OK 2024-10-01 01:31:02.120 | + lib/neutron:init_neutron:505 : time_stop dbsync 2024-10-01 01:31:02.120 | + functions-common:time_stop:2435 : local name 2024-10-01 01:31:02.120 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:31:02.120 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:31:02.120 | + functions-common:time_stop:2438 : local total 2024-10-01 01:31:02.120 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:31:02.120 | + functions-common:time_stop:2441 : name=dbsync 2024-10-01 01:31:02.120 | + functions-common:time_stop:2442 : start_time=1727746254332 2024-10-01 01:31:02.120 | + functions-common:time_stop:2444 : [[ -z 1727746254332 ]] 2024-10-01 01:31:02.120 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:31:02.120 | + functions-common:time_stop:2447 : end_time=1727746262051 2024-10-01 01:31:02.120 | + functions-common:time_stop:2448 : elapsed_time=7719 2024-10-01 01:31:02.120 | + functions-common:time_stop:2449 : total=2979 2024-10-01 01:31:02.120 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:31:02.120 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10698 2024-10-01 01:31:02.152 | [3953 Async init_neutron:42579]: finished init_neutron with result 0 in 7 seconds 2024-10-01 01:31:02.156 | + inc/async:async_wait:197 : return 0 2024-10-01 01:31:02.158 | + stack.sh:main:1218 : async_wait init_placement 2024-10-01 01:31:02.195 | [3953 Async init_placement:43076]: Waiting for completion of init_placement running on PID 43076 (4 other jobs running) 2024-10-01 01:31:02.213 | [3953 Async init_placement:43076]: Signaling child to exit 2024-10-01 01:31:12.194 | + inc/async:async_inner:64 : rc=0 2024-10-01 01:31:12.213 | [43076 Async init_placement:43076]: finished successfully 2024-10-01 01:31:12.231 | WAKEUP 2024-10-01 01:31:12.247 | [3953 Async init_placement:43076]: Signaled 2024-10-01 01:31:12.248 | + lib/placement:init_placement:143 : recreate_database placement 2024-10-01 01:31:12.248 | + lib/database:recreate_database:112 : local db=placement 2024-10-01 01:31:12.248 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2024-10-01 01:31:12.248 | + lib/databases/mysql:recreate_database_mysql:66 : local db=placement 2024-10-01 01:31:12.248 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2024-10-01 01:31:12.248 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2024-10-01 01:31:12.248 | + lib/placement:init_placement:144 : /usr/local/bin/placement-manage db sync 2024-10-01 01:31:12.248 | + lib/placement:init_placement:145 : create_placement_accounts 2024-10-01 01:31:12.248 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2024-10-01 01:31:12.248 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2024-10-01 01:31:12.248 | + functions-common:get_or_create_user:922 : local user_id 2024-10-01 01:31:12.248 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-10-01 01:31:12.248 | + functions-common:get_or_create_user:926 : local email= 2024-10-01 01:31:12.248 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create placement --password nomoresecret --domain=Default --or-show -f value -c id 2024-10-01 01:31:12.248 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:31:12.248 | + functions-common:get_or_create_user:938 : user_id=d5768d737690445d85bf9001a6972942 2024-10-01 01:31:12.248 | + functions-common:get_or_create_user:939 : echo d5768d737690445d85bf9001a6972942 2024-10-01 01:31:12.248 | d5768d737690445d85bf9001a6972942 2024-10-01 01:31:12.248 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2024-10-01 01:31:12.248 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-01 01:31:12.248 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-01 01:31:12.248 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-10-01 01:31:12.248 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-01 01:31:12.248 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-01 01:31:12.248 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-10-01 01:31:12.248 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-10-01 01:31:12.248 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-10-01 01:31:12.248 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-10-01 01:31:12.248 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-10-01 01:31:12.248 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-10-01 01:31:12.248 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user placement --project service --user-domain Default --project-domain Default 2024-10-01 01:31:12.248 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user placement --project service --user-domain Default --project-domain Default -c Role -f value 2024-10-01 01:31:12.248 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:31:12.248 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=58bf1471f966467684f515a192509688 2024-10-01 01:31:12.248 | + functions-common:get_or_add_user_project_role:1003 : echo 58bf1471f966467684f515a192509688 2024-10-01 01:31:12.248 | 58bf1471f966467684f515a192509688 2024-10-01 01:31:12.248 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-10-01 01:31:12.249 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2024-10-01 01:31:12.249 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-01 01:31:12.249 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-01 01:31:12.249 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-10-01 01:31:12.249 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-01 01:31:12.249 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-01 01:31:12.249 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-10-01 01:31:12.249 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-10-01 01:31:12.249 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-10-01 01:31:12.249 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-10-01 01:31:12.249 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-10-01 01:31:12.249 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-10-01 01:31:12.249 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user placement --project service --user-domain Default --project-domain Default 2024-10-01 01:31:12.249 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default -c Role -f value 2024-10-01 01:31:12.249 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:31:12.249 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=d2f973f165644e4eb650292b82d0badd 2024-10-01 01:31:12.249 | + functions-common:get_or_add_user_project_role:1003 : echo d2f973f165644e4eb650292b82d0badd 2024-10-01 01:31:12.249 | d2f973f165644e4eb650292b82d0badd 2024-10-01 01:31:12.249 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2024-10-01 01:31:12.249 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2024-10-01 01:31:12.249 | + functions-common:get_or_create_service:1078 : local service_id 2024-10-01 01:31:12.249 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2024-10-01 01:31:12.249 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create placement --name placement '--description=Placement Service' -f value -c id 2024-10-01 01:31:12.249 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:31:12.249 | + functions-common:get_or_create_service:1089 : service_id=' 2024-10-01 01:31:12.249 | 1700ef06e59845e09161418b5d2589fa' 2024-10-01 01:31:12.249 | + functions-common:get_or_create_service:1090 : echo 1700ef06e59845e09161418b5d2589fa 2024-10-01 01:31:12.249 | 1700ef06e59845e09161418b5d2589fa 2024-10-01 01:31:12.249 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2024-10-01 01:31:12.249 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-10-01 01:31:12.249 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface placement public http://10.180.1.21/placement RegionOne 2024-10-01 01:31:12.250 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-10-01 01:31:12.250 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service placement --interface public --region RegionOne -c ID -f value 2024-10-01 01:31:12.250 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:31:12.250 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-10-01 01:31:12.250 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-10-01 01:31:12.250 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create placement public http://10.180.1.21/placement --region RegionOne -f value -c id 2024-10-01 01:31:12.250 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:31:12.250 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=550900937132456795f57846f5678576 2024-10-01 01:31:12.250 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 550900937132456795f57846f5678576 2024-10-01 01:31:12.250 | + functions-common:get_or_create_endpoint:1123 : public_id=550900937132456795f57846f5678576 2024-10-01 01:31:12.250 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-10-01 01:31:12.250 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-10-01 01:31:12.250 | + functions-common:get_or_create_endpoint:1132 : echo 550900937132456795f57846f5678576 2024-10-01 01:31:12.250 | 550900937132456795f57846f5678576 2024-10-01 01:31:12.280 | [3953 Async init_placement:43076]: finished init_placement with result 0 in 17 seconds 2024-10-01 01:31:12.283 | + inc/async:async_wait:197 : return 0 2024-10-01 01:31:12.285 | + stack.sh:main:1219 : async_wait init_glance 2024-10-01 01:31:12.322 | [3953 Async init_glance:39289]: Waiting for completion of init_glance running on PID 39289 (3 other jobs running) 2024-10-01 01:31:12.340 | [3953 Async init_glance:39289]: Signaling child to exit 2024-10-01 01:31:12.340 | WAKEUP 2024-10-01 01:31:12.356 | [3953 Async init_glance:39289]: Signaled 2024-10-01 01:31:12.357 | + lib/glance:init_glance:485 : rm -rf /opt/stack/data/glance/images 2024-10-01 01:31:12.357 | + lib/glance:init_glance:486 : mkdir -p /opt/stack/data/glance/images 2024-10-01 01:31:12.357 | + lib/glance:init_glance:489 : recreate_database glance 2024-10-01 01:31:12.357 | + lib/database:recreate_database:112 : local db=glance 2024-10-01 01:31:12.357 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2024-10-01 01:31:12.357 | + lib/databases/mysql:recreate_database_mysql:66 : local db=glance 2024-10-01 01:31:12.357 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2024-10-01 01:31:12.357 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2024-10-01 01:31:12.357 | + lib/glance:init_glance:491 : time_start dbsync 2024-10-01 01:31:12.357 | + functions-common:time_start:2421 : local name=dbsync 2024-10-01 01:31:12.357 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:31:12.357 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:31:12.357 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:31:12.357 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746227254 2024-10-01 01:31:12.357 | + lib/glance:init_glance:493 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2024-10-01 01:31:12.357 | 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=39374) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-10-01 01:31:12.357 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-10-01 01:31:12.357 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-10-01 01:31:12.357 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-10-01 01:31:12.357 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-10-01 01:31:12.357 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-10-01 01:31:12.357 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-10-01 01:31:12.357 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2024-10-01 01:31:12.357 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2024-10-01 01:31:12.357 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2024-10-01 01:31:12.357 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2024-10-01 01:31:12.357 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2024-10-01 01:31:12.357 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2024-10-01 01:31:12.357 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2024-10-01 01:31:12.357 | INFO [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2024-10-01 01:31:12.357 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2024-10-01 01:31:12.357 | INFO [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2024-10-01 01:31:12.357 | INFO [alembic.runtime.migration] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2024-10-01 01:31:12.357 | INFO [alembic.runtime.migration] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2024-10-01 01:31:12.358 | INFO [alembic.runtime.migration] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2024-10-01 01:31:12.358 | INFO [alembic.runtime.migration] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2024-10-01 01:31:12.358 | INFO [alembic.runtime.migration] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2024-10-01 01:31:12.358 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-10-01 01:31:12.358 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-10-01 01:31:12.358 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-10-01 01:31:12.358 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-10-01 01:31:12.358 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-10-01 01:31:12.358 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-10-01 01:31:12.358 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-10-01 01:31:12.358 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-10-01 01:31:12.358 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-10-01 01:31:12.358 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-10-01 01:31:12.358 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2024-10-01 01:31:12.358 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2024-10-01 01:31:12.358 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2024-10-01 01:31:12.358 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2024-10-01 01:31:12.358 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2024-10-01 01:31:12.358 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2024-10-01 01:31:12.358 | INFO [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01 2024-10-01 01:31:12.358 | INFO [alembic.runtime.migration] Running upgrade ussuri_contract01 -> wallaby_contract01 2024-10-01 01:31:12.358 | INFO [alembic.runtime.migration] Running upgrade wallaby_contract01 -> xena_contract01 2024-10-01 01:31:12.358 | INFO [alembic.runtime.migration] Running upgrade xena_contract01 -> yoga_contract01 2024-10-01 01:31:12.358 | INFO [alembic.runtime.migration] Running upgrade yoga_contract01 -> zed_contract01 2024-10-01 01:31:12.358 | INFO [alembic.runtime.migration] Running upgrade zed_contract01 -> 2023_1_contract01 2024-10-01 01:31:12.358 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-10-01 01:31:12.358 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-10-01 01:31:12.358 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-10-01 01:31:12.358 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-10-01 01:31:12.358 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2024-10-01 01:31:12.358 | Database migration is up to date. No migration needed. 2024-10-01 01:31:12.358 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2024-10-01 01:31:12.358 | Database is synced successfully. 2024-10-01 01:31:12.358 | + lib/glance:init_glance:496 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2024-10-01 01:31:12.358 | 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=39405) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-10-01 01:31:12.358 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2024-10-01 01:31:12.358 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2024-10-01 01:31:12.358 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2024-10-01 01:31:12.358 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2024-10-01 01:31:12.358 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2024-10-01 01:31:12.358 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2024-10-01 01:31:12.358 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2024-10-01 01:31:12.358 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2024-10-01 01:31:12.358 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2024-10-01 01:31:12.358 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2024-10-01 01:31:12.358 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2024-10-01 01:31:12.358 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2024-10-01 01:31:12.358 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2024-10-01 01:31:12.358 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2024-10-01 01:31:12.358 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2024-10-01 01:31:12.358 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2024-10-01 01:31:12.358 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2024-10-01 01:31:12.358 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2024-10-01 01:31:12.358 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2024-10-01 01:31:12.358 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2024-10-01 01:31:12.358 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2024-10-01 01:31:12.358 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2024-10-01 01:31:12.358 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2024-10-01 01:31:12.358 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2024-10-01 01:31:12.358 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2024-10-01 01:31:12.358 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2024-10-01 01:31:12.358 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2024-10-01 01:31:12.358 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2024-10-01 01:31:12.358 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2024-10-01 01:31:12.358 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2024-10-01 01:31:12.358 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2024-10-01 01:31:12.358 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2024-10-01 01:31:12.358 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2024-10-01 01:31:12.358 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2024-10-01 01:31:12.358 | + lib/glance:init_glance:497 : time_stop dbsync 2024-10-01 01:31:12.358 | + functions-common:time_stop:2435 : local name 2024-10-01 01:31:12.358 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:31:12.358 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:31:12.358 | + functions-common:time_stop:2438 : local total 2024-10-01 01:31:12.358 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:31:12.358 | + functions-common:time_stop:2441 : name=dbsync 2024-10-01 01:31:12.358 | + functions-common:time_stop:2442 : start_time=1727746227254 2024-10-01 01:31:12.358 | + functions-common:time_stop:2444 : [[ -z 1727746227254 ]] 2024-10-01 01:31:12.358 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:31:12.358 | + functions-common:time_stop:2447 : end_time=1727746231378 2024-10-01 01:31:12.358 | + functions-common:time_stop:2448 : elapsed_time=4124 2024-10-01 01:31:12.358 | + functions-common:time_stop:2449 : total=2979 2024-10-01 01:31:12.358 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:31:12.358 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7103 2024-10-01 01:31:12.389 | [3953 Async init_glance:39289]: finished init_glance with result 0 in 4 seconds 2024-10-01 01:31:12.393 | + inc/async:async_wait:197 : return 0 2024-10-01 01:31:12.395 | + stack.sh:main:1220 : async_wait init_swift 2024-10-01 01:31:12.410 | Not waiting for async task init_swift that we never started or has already been waited for 2024-10-01 01:31:12.412 | + inc/async:async_wait:197 : return 0 2024-10-01 01:31:12.414 | + stack.sh:main:1221 : async_wait init_cinder 2024-10-01 01:31:12.451 | [3953 Async init_cinder:42929]: Waiting for completion of init_cinder running on PID 42929 (2 other jobs running) 2024-10-01 01:31:12.470 | [3953 Async init_cinder:42929]: Signaling child to exit 2024-10-01 01:31:12.470 | WAKEUP 2024-10-01 01:31:12.486 | [3953 Async init_cinder:42929]: Signaled 2024-10-01 01:31:12.487 | + lib/cinder:init_cinder:474 : is_service_enabled mysql postgresql 2024-10-01 01:31:12.487 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:31:12.487 | + lib/cinder:init_cinder:476 : recreate_database cinder 2024-10-01 01:31:12.487 | + lib/database:recreate_database:112 : local db=cinder 2024-10-01 01:31:12.487 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2024-10-01 01:31:12.487 | + lib/databases/mysql:recreate_database_mysql:66 : local db=cinder 2024-10-01 01:31:12.487 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2024-10-01 01:31:12.487 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2024-10-01 01:31:12.487 | + lib/cinder:init_cinder:478 : time_start dbsync 2024-10-01 01:31:12.487 | + functions-common:time_start:2421 : local name=dbsync 2024-10-01 01:31:12.487 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:31:12.487 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:31:12.487 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:31:12.487 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746254675 2024-10-01 01:31:12.487 | + lib/cinder:init_cinder:480 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2024-10-01 01:31:12.487 | 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=43035) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-10-01 01:31:12.487 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/legacy_migrations... {{(pid=43035) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-10-01 01:31:12.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py... {{(pid=43035) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:12.487 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py loaded successfully {{(pid=43035) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:12.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py... {{(pid=43035) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:12.487 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py loaded successfully {{(pid=43035) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:12.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py... {{(pid=43035) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:12.487 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py loaded successfully {{(pid=43035) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:12.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py... {{(pid=43035) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:12.487 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py loaded successfully {{(pid=43035) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:12.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py... {{(pid=43035) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:12.487 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py loaded successfully {{(pid=43035) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:12.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py... {{(pid=43035) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:12.487 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py loaded successfully {{(pid=43035) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:12.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py... {{(pid=43035) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:12.487 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=43035) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:12.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py... {{(pid=43035) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:12.487 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py loaded successfully {{(pid=43035) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:12.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py... {{(pid=43035) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:12.487 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=43035) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:12.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py... {{(pid=43035) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:12.487 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py loaded successfully {{(pid=43035) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:12.487 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py... {{(pid=43035) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:12.488 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py loaded successfully {{(pid=43035) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:12.488 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/legacy_migrations loaded successfully {{(pid=43035) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-10-01 01:31:12.488 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43035) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-10-01 01:31:12.488 | INFO cinder.db.migration [-] Applying migration(s) 2024-10-01 01:31:12.488 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-10-01 01:31:12.488 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-10-01 01:31:12.488 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2024-10-01 01:31:12.488 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=43035) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-10-01 01:31:12.488 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2024-10-01 01:31:12.488 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=43035) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-10-01 01:31:12.488 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2024-10-01 01:31:12.488 | 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=43035) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-10-01 01:31:12.488 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=43035) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-10-01 01:31:12.488 | INFO cinder.db.migration [-] Migration(s) applied 2024-10-01 01:31:12.488 | + lib/cinder:init_cinder:481 : time_stop dbsync 2024-10-01 01:31:12.488 | + functions-common:time_stop:2435 : local name 2024-10-01 01:31:12.488 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:31:12.488 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:31:12.488 | + functions-common:time_stop:2438 : local total 2024-10-01 01:31:12.488 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:31:12.488 | + functions-common:time_stop:2441 : name=dbsync 2024-10-01 01:31:12.488 | + functions-common:time_stop:2442 : start_time=1727746254675 2024-10-01 01:31:12.488 | + functions-common:time_stop:2444 : [[ -z 1727746254675 ]] 2024-10-01 01:31:12.488 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:31:12.488 | + functions-common:time_stop:2447 : end_time=1727746257805 2024-10-01 01:31:12.488 | + functions-common:time_stop:2448 : elapsed_time=3130 2024-10-01 01:31:12.488 | + functions-common:time_stop:2449 : total=2979 2024-10-01 01:31:12.488 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:31:12.488 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6109 2024-10-01 01:31:12.488 | + lib/cinder:init_cinder:484 : is_service_enabled c-vol 2024-10-01 01:31:12.488 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:31:12.489 | + lib/cinder:init_cinder:484 : [[ -n vmdk:vsphere ]] 2024-10-01 01:31:12.489 | + lib/cinder:init_cinder:485 : local be be_name be_type 2024-10-01 01:31:12.489 | + lib/cinder:init_cinder:486 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-10-01 01:31:12.489 | + lib/cinder:init_cinder:487 : be_type=vmdk 2024-10-01 01:31:12.489 | + lib/cinder:init_cinder:488 : be_name=vsphere 2024-10-01 01:31:12.489 | + lib/cinder:init_cinder:489 : type init_cinder_backend_vmdk 2024-10-01 01:31:12.489 | + lib/cinder:init_cinder:495 : is_service_enabled c-bak 2024-10-01 01:31:12.489 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:31:12.489 | + lib/cinder:init_cinder:501 : mkdir -p /opt/stack/data/cinder/volumes 2024-10-01 01:31:12.518 | [3953 Async init_cinder:42929]: finished init_cinder with result 0 in 3 seconds 2024-10-01 01:31:12.522 | + inc/async:async_wait:197 : return 0 2024-10-01 01:31:12.524 | + stack.sh:main:1226 : is_service_enabled nova 2024-10-01 01:31:12.538 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:31:12.540 | + stack.sh:main:1227 : echo_summary 'Configuring Nova' 2024-10-01 01:31:12.542 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 01:31:12.544 | + stack.sh:echo_summary:455 : echo -e Configuring Nova 2024-10-01 01:31:12.546 | + stack.sh:main:1228 : init_nova 2024-10-01 01:31:12.549 | + lib/nova:init_nova:850 : is_service_enabled mysql postgresql 2024-10-01 01:31:12.562 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:31:12.564 | + lib/nova:init_nova:850 : is_service_enabled n-api 2024-10-01 01:31:12.578 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:31:12.580 | + lib/nova:init_nova:852 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-10-01 01:31:12.582 | + lib/nova:init_nova:858 : recreate_database nova_cell0 2024-10-01 01:31:12.584 | + lib/database:recreate_database:112 : local db=nova_cell0 2024-10-01 01:31:12.586 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2024-10-01 01:31:12.588 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell0 2024-10-01 01:31:12.590 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2024-10-01 01:31:12.599 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2024-10-01 01:31:12.608 | ++ lib/nova:init_nova:863 : seq 1 1 2024-10-01 01:31:12.611 | + lib/nova:init_nova:863 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-10-01 01:31:12.614 | ++ lib/nova:init_nova:864 : conductor_conf 1 2024-10-01 01:31:12.616 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-10-01 01:31:12.618 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-10-01 01:31:12.621 | + lib/nova:init_nova:864 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-10-01 01:31:12.668 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-10-01 01:31:12.700 | [3953 Async nova-cell-1:44170]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-10-01 01:31:12.702 | + lib/nova:init_nova:867 : recreate_database nova_api 2024-10-01 01:31:12.704 | + lib/database:recreate_database:112 : local db=nova_api 2024-10-01 01:31:12.706 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2024-10-01 01:31:12.708 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_api 2024-10-01 01:31:12.710 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2024-10-01 01:31:12.720 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2024-10-01 01:31:12.729 | + lib/nova:init_nova:868 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2024-10-01 01:31:13.112 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-10-01 01:31:14.889 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/api/legacy_migrations... {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-10-01 01:31:14.889 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py... {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:14.889 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py loaded successfully {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:14.890 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py... {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:14.890 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py loaded successfully {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:14.890 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py... {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:14.890 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py loaded successfully {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:14.890 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py... {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:14.890 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py loaded successfully {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:14.890 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py... {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:14.890 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py loaded successfully {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:14.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py... {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:14.891 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py loaded successfully {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:14.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py... {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:14.891 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py loaded successfully {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:14.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py... {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:14.891 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py loaded successfully {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:14.891 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py... {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:14.891 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py loaded successfully {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:14.892 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py... {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:14.892 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py loaded successfully {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:14.892 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py... {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:14.892 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py loaded successfully {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:14.892 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py... {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:14.892 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py loaded successfully {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:14.892 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py... {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:14.892 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py loaded successfully {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:14.892 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py... {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:14.893 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py loaded successfully {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:14.893 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py... {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:14.893 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py loaded successfully {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:14.893 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py... {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:14.893 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py loaded successfully {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:14.893 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py... {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:14.893 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py loaded successfully {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:14.893 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py... {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:14.894 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py loaded successfully {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:14.894 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py... {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:14.894 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py loaded successfully {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:14.894 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py... {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:14.894 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py loaded successfully {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:14.894 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py... {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:14.894 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py loaded successfully {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:14.894 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/api/legacy_migrations loaded successfully {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-10-01 01:31:14.894 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova_api', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=44237) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-10-01 01:31:14.907 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-10-01 01:31:14.907 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-10-01 01:31:14.924 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2024-10-01 01:31:15.804 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=44237) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-10-01 01:31:15.806 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2024-10-01 01:31:16.021 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=44237) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-10-01 01:31:16.408 | ++ lib/nova:init_nova:872 : database_connection_url nova_cell0 2024-10-01 01:31:16.411 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2024-10-01 01:31:16.413 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2024-10-01 01:31:16.415 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell0 2024-10-01 01:31:16.417 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-10-01 01:31:16.420 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-10-01 01:31:16.422 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8' 2024-10-01 01:31:16.424 | + lib/nova:init_nova:872 : /usr/local/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8' 2024-10-01 01:31:16.810 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-10-01 01:31:17.878 | + inc/async:async_inner:64 : rc=0 2024-10-01 01:31:17.897 | [44170 Async nova-cell-1:44170]: finished successfully 2024-10-01 01:31:18.482 | ++ lib/nova:init_nova:875 : seq 0 1 2024-10-01 01:31:18.485 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-10-01 01:31:18.488 | + lib/nova:init_nova:876 : async_wait nova-cell-0 2024-10-01 01:31:18.504 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2024-10-01 01:31:18.506 | + inc/async:async_wait:197 : return 0 2024-10-01 01:31:18.508 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-10-01 01:31:18.509 | + lib/nova:init_nova:876 : async_wait nova-cell-1 2024-10-01 01:31:18.546 | [3953 Async nova-cell-1:44170]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 44170 (2 other jobs running) 2024-10-01 01:31:18.563 | [3953 Async nova-cell-1:44170]: Signaling child to exit 2024-10-01 01:31:18.563 | WAKEUP 2024-10-01 01:31:18.579 | [3953 Async nova-cell-1:44170]: Signaled 2024-10-01 01:31:18.580 | + lib/nova:init_nova_db:840 : local dbname=nova_cell1 2024-10-01 01:31:18.580 | + lib/nova:init_nova_db:841 : local conffile=/etc/nova/nova_cell1.conf 2024-10-01 01:31:18.580 | + lib/nova:init_nova_db:842 : recreate_database nova_cell1 2024-10-01 01:31:18.580 | + lib/database:recreate_database:112 : local db=nova_cell1 2024-10-01 01:31:18.580 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2024-10-01 01:31:18.580 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell1 2024-10-01 01:31:18.580 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2024-10-01 01:31:18.580 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2024-10-01 01:31:18.580 | + lib/nova:init_nova_db:843 : /usr/local/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2024-10-01 01:31:18.580 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-10-01 01:31:18.580 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-10-01 01:31:18.580 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:18.580 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:18.580 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:18.580 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:18.580 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:18.580 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:18.580 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:18.580 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:18.580 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:18.580 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:18.580 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:18.580 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:18.580 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:18.580 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:18.580 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:18.580 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:18.580 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:18.581 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:18.581 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:18.581 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:18.581 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:18.581 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:18.581 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:18.581 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:18.581 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:18.581 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:18.581 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:18.581 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:18.581 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:18.581 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:18.581 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:18.581 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:18.581 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:18.581 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:18.581 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:18.581 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:18.581 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:18.581 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:18.581 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:18.581 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:18.581 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:18.581 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:18.582 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-10-01 01:31:18.582 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=44221) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-10-01 01:31:18.582 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-10-01 01:31:18.582 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-10-01 01:31:18.582 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2024-10-01 01:31:18.582 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=44221) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-10-01 01:31:18.582 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-10-01 01:31:18.582 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=44221) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-10-01 01:31:18.582 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-10-01 01:31:18.582 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=44221) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-10-01 01:31:18.582 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-10-01 01:31:18.582 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=44221) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-10-01 01:31:18.611 | [3953 Async nova-cell-1:44170]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 5 seconds 2024-10-01 01:31:18.614 | + inc/async:async_wait:197 : return 0 2024-10-01 01:31:18.616 | + lib/nova:init_nova:879 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-10-01 01:31:18.618 | + lib/nova:init_nova:881 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2024-10-01 01:31:19.000 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-10-01 01:31:20.366 | DEBUG migrate.versioning.repository [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-10-01 01:31:20.366 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:20.366 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:20.366 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:20.366 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:20.366 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:20.366 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:20.366 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:20.366 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:20.366 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:20.366 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:20.366 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:20.366 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:20.366 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:20.366 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:20.367 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:20.367 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:20.368 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:20.368 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:20.368 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:20.368 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:20.368 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:20.368 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:20.368 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:20.368 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:20.368 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:20.368 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:20.368 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:20.368 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:20.368 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:20.370 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:20.370 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:20.370 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:20.370 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:20.370 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:20.370 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:20.370 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:20.370 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:20.370 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:20.370 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:20.370 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:20.370 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:20.370 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:20.370 | DEBUG migrate.versioning.repository [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-10-01 01:31:20.371 | DEBUG migrate.versioning.repository [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-10-01 01:31:20.383 | INFO alembic.runtime.migration [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Context impl MySQLImpl. 2024-10-01 01:31:20.383 | INFO alembic.runtime.migration [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Will assume non-transactional DDL. 2024-10-01 01:31:20.393 | INFO alembic.runtime.migration [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Running upgrade -> 8f2f1571d55b, Initial version 2024-10-01 01:31:22.319 | DEBUG alembic.runtime.migration [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] new branch insert 8f2f1571d55b {{(pid=44429) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-10-01 01:31:22.321 | INFO alembic.runtime.migration [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-10-01 01:31:22.348 | DEBUG alembic.runtime.migration [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=44429) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-10-01 01:31:22.350 | INFO alembic.runtime.migration [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-10-01 01:31:22.407 | DEBUG alembic.runtime.migration [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=44429) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-10-01 01:31:22.408 | INFO alembic.runtime.migration [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-10-01 01:31:22.423 | DEBUG alembic.runtime.migration [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=44429) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-10-01 01:31:22.431 | DEBUG migrate.versioning.repository [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-10-01 01:31:22.431 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:22.432 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:22.432 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:22.432 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:22.432 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:22.433 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:22.434 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:22.434 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:22.434 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:22.434 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:22.434 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:22.434 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:22.434 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:22.434 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:22.434 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:22.434 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:22.434 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:22.435 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:22.435 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:22.435 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:22.435 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:22.435 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:22.436 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:22.436 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:22.436 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:22.436 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:22.437 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:22.437 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:22.437 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:22.437 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:22.438 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:22.438 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:22.438 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:22.438 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:22.438 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:22.439 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:22.439 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:22.439 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:22.439 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:22.440 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:22.440 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 01:31:22.440 | DEBUG migrate.versioning.script.base [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 01:31:22.440 | DEBUG migrate.versioning.repository [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-10-01 01:31:22.440 | DEBUG migrate.versioning.repository [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=44429) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-10-01 01:31:22.445 | INFO alembic.runtime.migration [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Context impl MySQLImpl. 2024-10-01 01:31:22.445 | INFO alembic.runtime.migration [None req-466cb9da-5770-4015-b630-c64f41d24051 None None] Will assume non-transactional DDL. 2024-10-01 01:31:22.913 | + lib/nova:init_nova:886 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2024-10-01 01:31:23.310 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-10-01 01:31:24.792 | Running batches of 50 until complete 2024-10-01 01:31:24.792 | +-------------------------------------+--------------+-----------+ 2024-10-01 01:31:24.792 | | Migration | Total Needed | Completed | 2024-10-01 01:31:24.792 | +-------------------------------------+--------------+-----------+ 2024-10-01 01:31:24.792 | | fill_virtual_interface_list | 0 | 0 | 2024-10-01 01:31:24.792 | | migrate_empty_ratio | 0 | 0 | 2024-10-01 01:31:24.792 | | migrate_quota_classes_to_api_db | 0 | 0 | 2024-10-01 01:31:24.792 | | migrate_quota_limits_to_api_db | 0 | 0 | 2024-10-01 01:31:24.792 | | migration_migrate_to_uuid | 0 | 0 | 2024-10-01 01:31:24.792 | | populate_dev_uuids | 0 | 0 | 2024-10-01 01:31:24.792 | | populate_missing_availability_zones | 0 | 0 | 2024-10-01 01:31:24.792 | | populate_queued_for_delete | 0 | 0 | 2024-10-01 01:31:24.792 | | populate_user_id | 0 | 0 | 2024-10-01 01:31:24.792 | | populate_uuids | 0 | 0 | 2024-10-01 01:31:24.792 | +-------------------------------------+--------------+-----------+ 2024-10-01 01:31:25.166 | ++ lib/nova:init_nova:889 : seq 1 1 2024-10-01 01:31:25.170 | + lib/nova:init_nova:889 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-10-01 01:31:25.173 | ++ lib/nova:init_nova:890 : conductor_conf 1 2024-10-01 01:31:25.175 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-10-01 01:31:25.178 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-10-01 01:31:25.180 | + lib/nova:init_nova:890 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf --config-file /etc/nova/nova_cell1.conf cell_v2 create_cell --name cell1 2024-10-01 01:31:25.556 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-10-01 01:31:26.861 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2024-10-01 01:31:26.861 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2024-10-01 01:31:27.198 | + lib/nova:init_nova:894 : create_nova_keys_dir 2024-10-01 01:31:27.200 | + lib/nova:create_nova_keys_dir:836 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2024-10-01 01:31:27.211 | + lib/nova:init_nova:896 : [[ '' == \L\V\M ]] 2024-10-01 01:31:27.213 | + stack.sh:main:1230 : async_runfunc configure_neutron_nova 2024-10-01 01:31:27.215 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2024-10-01 01:31:27.264 | + inc/async:async_inner:63 : configure_neutron_nova 2024-10-01 01:31:27.295 | [3953 Async configure_neutron_nova:44510]: running: configure_neutron_nova 2024-10-01 01:31:27.297 | + stack.sh:main:1238 : run_phase stack post-config 2024-10-01 01:31:27.299 | + functions-common:run_phase:1863 : local mode=stack 2024-10-01 01:31:27.302 | + functions-common:run_phase:1864 : local phase=post-config 2024-10-01 01:31:27.304 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-10-01 01:31:27.306 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-10-01 01:31:27.309 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-10-01 01:31:27.311 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-10-01 01:31:27.313 | + functions-common:run_phase:1873 : local extra 2024-10-01 01:31:27.316 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-10-01 01:31:27.319 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-10-01 01:31:27.321 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-10-01 01:31:27.324 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-10-01 01:31:27.326 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2024-10-01 01:31:27.328 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-10-01 01:31:27.342 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:31:27.344 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-10-01 01:31:27.346 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-10-01 01:31:27.348 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-10-01 01:31:27.350 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-10-01 01:31:27.352 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-10-01 01:31:27.354 | ++ extras.d/80-tempest.sh:source:12 : : 2024-10-01 01:31:27.357 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-10-01 01:31:27.359 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-10-01 01:31:27.361 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-10-01 01:31:27.363 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-10-01 01:31:27.366 | + functions-common:run_phase:1890 : run_plugins stack post-config 2024-10-01 01:31:27.368 | + functions-common:run_plugins:1849 : local mode=stack 2024-10-01 01:31:27.370 | + functions-common:run_plugins:1850 : local phase=post-config 2024-10-01 01:31:27.372 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-10-01 01:31:27.374 | + functions-common:run_plugins:1853 : local plugin 2024-10-01 01:31:27.376 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-10-01 01:31:27.378 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-10-01 01:31:27.381 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-10-01 01:31:27.383 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2024-10-01 01:31:27.385 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-10-01 01:31:27.387 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-10-01 01:31:27.390 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-10-01 01:31:27.392 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-10-01 01:31:27.394 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-10-01 01:31:27.396 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2024-10-01 01:31:27.398 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 01:31:27.400 | ++ stack.sh:echo_summary:455 : echo -e Configuring Networking-NSX-T 2024-10-01 01:31:27.402 | + stack.sh:main:1246 : merge_config_group /opt/stack/devstack/local.conf post-config 2024-10-01 01:31:27.404 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-10-01 01:31:27.407 | + inc/meta-config:merge_config_group:171 : shift 2024-10-01 01:31:27.409 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2024-10-01 01:31:27.411 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-01 01:31:27.413 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-10-01 01:31:27.415 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-10-01 01:31:27.418 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2024-10-01 01:31:27.420 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-10-01 01:31:27.423 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2024-10-01 01:31:27.425 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-01 01:31:27.427 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2024-10-01 01:31:27.427 | /^\[\[.+\|.*\]\]/ { 2024-10-01 01:31:27.427 | gsub("[][]", "", $1); 2024-10-01 01:31:27.427 | split($1, a, "|"); 2024-10-01 01:31:27.427 | if (a[1] == matchgroup) 2024-10-01 01:31:27.427 | print a[2] 2024-10-01 01:31:27.427 | } 2024-10-01 01:31:27.427 | ' /opt/stack/devstack/local.conf 2024-10-01 01:31:27.432 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-10-01 01:31:27.434 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-10-01 01:31:27.436 | + inc/meta-config:merge_config_group:180 : local dir 2024-10-01 01:31:27.439 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2024-10-01 01:31:27.442 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2024-10-01 01:31:27.445 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2024-10-01 01:31:27.447 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2024-10-01 01:31:27.449 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2024-10-01 01:31:27.453 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2024-10-01 01:31:27.455 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2024-10-01 01:31:27.457 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-10-01 01:31:27.460 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-10-01 01:31:27.462 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-10-01 01:31:27.464 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2024-10-01 01:31:27.466 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-10-01 01:31:27.469 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2024-10-01 01:31:27.471 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2024-10-01 01:31:27.474 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2024-10-01 01:31:27.476 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2024-10-01 01:31:27.479 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-10-01 01:31:27.480 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 01:31:27.480 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2024-10-01 01:31:27.480 | BEGIN { 2024-10-01 01:31:27.480 | section = "" 2024-10-01 01:31:27.480 | last_section = "" 2024-10-01 01:31:27.480 | section_count = 0 2024-10-01 01:31:27.480 | } 2024-10-01 01:31:27.480 | /^\[.+\]/ { 2024-10-01 01:31:27.480 | gsub("[][]", "", $1); 2024-10-01 01:31:27.480 | section=$1 2024-10-01 01:31:27.480 | next 2024-10-01 01:31:27.480 | } 2024-10-01 01:31:27.480 | /^ *\#/ { 2024-10-01 01:31:27.480 | next 2024-10-01 01:31:27.480 | } 2024-10-01 01:31:27.480 | /^[^ \t]+/ { 2024-10-01 01:31:27.480 | # get offset of first = in $0 2024-10-01 01:31:27.481 | eq_idx = index($0, "=") 2024-10-01 01:31:27.481 | # extract attr & value from $0 2024-10-01 01:31:27.481 | attr = substr($0, 1, eq_idx - 1) 2024-10-01 01:31:27.481 | value = substr($0, eq_idx + 1) 2024-10-01 01:31:27.481 | # only need to strip trailing whitespace from attr 2024-10-01 01:31:27.481 | sub(/[ \t]*$/, "", attr) 2024-10-01 01:31:27.481 | # need to strip leading & trailing whitespace from value 2024-10-01 01:31:27.481 | sub(/^[ \t]*/, "", value) 2024-10-01 01:31:27.481 | sub(/[ \t]*$/, "", value) 2024-10-01 01:31:27.481 | 2024-10-01 01:31:27.481 | # cfg_attr_count: number of config lines per [section, attr] 2024-10-01 01:31:27.481 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-10-01 01:31:27.481 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-10-01 01:31:27.481 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-10-01 01:31:27.481 | if (! (section, attr) in cfg_attr_count) { 2024-10-01 01:31:27.481 | if (section != last_section) { 2024-10-01 01:31:27.481 | cfg_section[section_count++] = section 2024-10-01 01:31:27.481 | last_section = section 2024-10-01 01:31:27.481 | } 2024-10-01 01:31:27.481 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-10-01 01:31:27.481 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-10-01 01:31:27.481 | 2024-10-01 01:31:27.481 | cfg_attr[section, attr, 0] = value 2024-10-01 01:31:27.481 | cfg_attr_count[section, attr] = 1 2024-10-01 01:31:27.481 | } else { 2024-10-01 01:31:27.481 | lno = cfg_attr_count[section, attr]++ 2024-10-01 01:31:27.481 | cfg_attr[section, attr, lno] = value 2024-10-01 01:31:27.481 | } 2024-10-01 01:31:27.481 | } 2024-10-01 01:31:27.481 | END { 2024-10-01 01:31:27.481 | # Process each section in order 2024-10-01 01:31:27.481 | for (sno = 0; sno < section_count; sno++) { 2024-10-01 01:31:27.481 | section = cfg_section[sno] 2024-10-01 01:31:27.481 | # The ini routines simply append a config item immediately 2024-10-01 01:31:27.481 | # after the section header. To keep the same order as defined 2024-10-01 01:31:27.481 | # in local.conf, invoke the ini routines in the reverse order 2024-10-01 01:31:27.481 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-10-01 01:31:27.481 | attr = cfg_sec_attr_name[sno, attr_no] 2024-10-01 01:31:27.481 | if (cfg_attr_count[section, attr] == 1) 2024-10-01 01:31:27.481 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-10-01 01:31:27.481 | else { 2024-10-01 01:31:27.481 | # For multiline, invoke the ini routines in the reverse order 2024-10-01 01:31:27.481 | count = cfg_attr_count[section, attr] 2024-10-01 01:31:27.481 | print "inidelete " configfile " " section " " attr 2024-10-01 01:31:27.481 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-10-01 01:31:27.481 | for (l = count -2; l >= 0; l--) 2024-10-01 01:31:27.481 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-10-01 01:31:27.481 | } 2024-10-01 01:31:27.481 | } 2024-10-01 01:31:27.481 | } 2024-10-01 01:31:27.481 | } 2024-10-01 01:31:27.481 | ' 2024-10-01 01:31:27.482 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-10-01 01:31:27.482 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-10-01 01:31:27.484 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-10-01 01:31:27.486 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2024-10-01 01:31:27.489 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-01 01:31:27.491 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2024-10-01 01:31:27.493 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2024-10-01 01:31:27.493 | BEGIN { group = "" } 2024-10-01 01:31:27.493 | /^\[\[.+\|.*\]\]/ { 2024-10-01 01:31:27.493 | gsub("[][]", "", $1); 2024-10-01 01:31:27.493 | split($1, a, "|"); 2024-10-01 01:31:27.493 | if (a[1] == matchgroup && a[2] == configfile) { 2024-10-01 01:31:27.493 | group=a[1] 2024-10-01 01:31:27.493 | } else { 2024-10-01 01:31:27.493 | group="" 2024-10-01 01:31:27.493 | } 2024-10-01 01:31:27.493 | next 2024-10-01 01:31:27.493 | } 2024-10-01 01:31:27.493 | { 2024-10-01 01:31:27.493 | if (group != "") 2024-10-01 01:31:27.493 | print $0 2024-10-01 01:31:27.493 | } 2024-10-01 01:31:27.493 | ' /opt/stack/devstack/local.conf 2024-10-01 01:31:27.498 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2024-10-01 01:31:27.500 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2024-10-01 01:31:27.525 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 01:31:27.528 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-10-01 01:31:27.530 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-10-01 01:31:27.533 | + inc/meta-config:merge_config_group:180 : local dir 2024-10-01 01:31:27.536 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2024-10-01 01:31:27.538 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2024-10-01 01:31:27.540 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2024-10-01 01:31:27.543 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2024-10-01 01:31:27.545 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2024-10-01 01:31:27.548 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2024-10-01 01:31:27.551 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2024-10-01 01:31:27.553 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-10-01 01:31:27.556 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-10-01 01:31:27.558 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-10-01 01:31:27.560 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2024-10-01 01:31:27.562 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-10-01 01:31:27.565 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2024-10-01 01:31:27.567 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2024-10-01 01:31:27.569 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2024-10-01 01:31:27.572 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2024-10-01 01:31:27.575 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-10-01 01:31:27.575 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2024-10-01 01:31:27.575 | BEGIN { 2024-10-01 01:31:27.575 | section = "" 2024-10-01 01:31:27.575 | last_section = "" 2024-10-01 01:31:27.575 | section_count = 0 2024-10-01 01:31:27.575 | } 2024-10-01 01:31:27.575 | /^\[.+\]/ { 2024-10-01 01:31:27.575 | gsub("[][]", "", $1); 2024-10-01 01:31:27.575 | section=$1 2024-10-01 01:31:27.575 | next 2024-10-01 01:31:27.575 | } 2024-10-01 01:31:27.575 | /^ *\#/ { 2024-10-01 01:31:27.575 | next 2024-10-01 01:31:27.575 | } 2024-10-01 01:31:27.575 | /^[^ \t]+/ { 2024-10-01 01:31:27.575 | # get offset of first = in $0 2024-10-01 01:31:27.575 | eq_idx = index($0, "=") 2024-10-01 01:31:27.575 | # extract attr & value from $0 2024-10-01 01:31:27.575 | attr = substr($0, 1, eq_idx - 1) 2024-10-01 01:31:27.575 | value = substr($0, eq_idx + 1) 2024-10-01 01:31:27.575 | # only need to strip trailing whitespace from attr 2024-10-01 01:31:27.575 | sub(/[ \t]*$/, "", attr) 2024-10-01 01:31:27.575 | # need to strip leading & trailing whitespace from value 2024-10-01 01:31:27.575 | sub(/^[ \t]*/, "", value) 2024-10-01 01:31:27.575 | sub(/[ \t]*$/, "", value) 2024-10-01 01:31:27.575 | 2024-10-01 01:31:27.575 | # cfg_attr_count: number of config lines per [section, attr] 2024-10-01 01:31:27.575 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-10-01 01:31:27.575 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-10-01 01:31:27.575 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-10-01 01:31:27.575 | if (! (section, attr) in cfg_attr_count) { 2024-10-01 01:31:27.575 | if (section != last_section) { 2024-10-01 01:31:27.575 | cfg_section[section_count++] = section 2024-10-01 01:31:27.575 | last_section = section 2024-10-01 01:31:27.575 | } 2024-10-01 01:31:27.575 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-10-01 01:31:27.575 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-10-01 01:31:27.575 | 2024-10-01 01:31:27.575 | cfg_attr[section, attr, 0] = value 2024-10-01 01:31:27.575 | cfg_attr_count[section, attr] = 1 2024-10-01 01:31:27.575 | } else { 2024-10-01 01:31:27.575 | lno = cfg_attr_count[section, attr]++ 2024-10-01 01:31:27.576 | cfg_attr[section, attr, lno] = value 2024-10-01 01:31:27.576 | } 2024-10-01 01:31:27.576 | } 2024-10-01 01:31:27.576 | END { 2024-10-01 01:31:27.576 | # Process each section in order 2024-10-01 01:31:27.576 | for (sno = 0; sno < section_count; sno++) { 2024-10-01 01:31:27.576 | section = cfg_section[sno] 2024-10-01 01:31:27.576 | # The ini routines simply append a config item immediately 2024-10-01 01:31:27.576 | # after the section header. To keep the same order as defined 2024-10-01 01:31:27.576 | # in local.conf, invoke the ini routines in the reverse order 2024-10-01 01:31:27.576 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-10-01 01:31:27.576 | attr = cfg_sec_attr_name[sno, attr_no] 2024-10-01 01:31:27.576 | if (cfg_attr_count[section, attr] == 1) 2024-10-01 01:31:27.576 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-10-01 01:31:27.576 | else { 2024-10-01 01:31:27.576 | # For multiline, invoke the ini routines in the reverse order 2024-10-01 01:31:27.576 | count = cfg_attr_count[section, attr] 2024-10-01 01:31:27.576 | print "inidelete " configfile " " section " " attr 2024-10-01 01:31:27.576 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-10-01 01:31:27.576 | for (l = count -2; l >= 0; l--) 2024-10-01 01:31:27.576 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-10-01 01:31:27.576 | } 2024-10-01 01:31:27.576 | } 2024-10-01 01:31:27.576 | } 2024-10-01 01:31:27.576 | } 2024-10-01 01:31:27.576 | ' 2024-10-01 01:31:27.576 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 01:31:27.577 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-10-01 01:31:27.577 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-10-01 01:31:27.579 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-10-01 01:31:27.582 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2024-10-01 01:31:27.584 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-01 01:31:27.587 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2024-10-01 01:31:27.590 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2024-10-01 01:31:27.590 | BEGIN { group = "" } 2024-10-01 01:31:27.590 | /^\[\[.+\|.*\]\]/ { 2024-10-01 01:31:27.590 | gsub("[][]", "", $1); 2024-10-01 01:31:27.590 | split($1, a, "|"); 2024-10-01 01:31:27.590 | if (a[1] == matchgroup && a[2] == configfile) { 2024-10-01 01:31:27.590 | group=a[1] 2024-10-01 01:31:27.590 | } else { 2024-10-01 01:31:27.590 | group="" 2024-10-01 01:31:27.590 | } 2024-10-01 01:31:27.590 | next 2024-10-01 01:31:27.590 | } 2024-10-01 01:31:27.590 | { 2024-10-01 01:31:27.590 | if (group != "") 2024-10-01 01:31:27.590 | print $0 2024-10-01 01:31:27.590 | } 2024-10-01 01:31:27.590 | ' /opt/stack/devstack/local.conf 2024-10-01 01:31:27.595 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2024-10-01 01:31:27.597 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2024-10-01 01:31:27.605 | + inc/async:async_inner:64 : rc=0 2024-10-01 01:31:27.622 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 01:31:27.625 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-10-01 01:31:27.625 | [44510 Async configure_neutron_nova:44510]: finished successfully 2024-10-01 01:31:27.626 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-10-01 01:31:27.629 | + inc/meta-config:merge_config_group:180 : local dir 2024-10-01 01:31:27.632 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2024-10-01 01:31:27.634 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2024-10-01 01:31:27.637 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2024-10-01 01:31:27.639 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2024-10-01 01:31:27.641 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2024-10-01 01:31:27.644 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-10-01 01:31:27.646 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-10-01 01:31:27.649 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-10-01 01:31:27.651 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-10-01 01:31:27.653 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-10-01 01:31:27.655 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2024-10-01 01:31:27.657 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-10-01 01:31:27.660 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2024-10-01 01:31:27.662 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2024-10-01 01:31:27.664 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2024-10-01 01:31:27.666 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2024-10-01 01:31:27.669 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-10-01 01:31:27.670 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2024-10-01 01:31:27.670 | BEGIN { 2024-10-01 01:31:27.670 | section = "" 2024-10-01 01:31:27.670 | last_section = "" 2024-10-01 01:31:27.670 | section_count = 0 2024-10-01 01:31:27.670 | } 2024-10-01 01:31:27.670 | /^\[.+\]/ { 2024-10-01 01:31:27.670 | gsub("[][]", "", $1); 2024-10-01 01:31:27.670 | section=$1 2024-10-01 01:31:27.670 | next 2024-10-01 01:31:27.670 | } 2024-10-01 01:31:27.670 | /^ *\#/ { 2024-10-01 01:31:27.670 | next 2024-10-01 01:31:27.670 | } 2024-10-01 01:31:27.670 | /^[^ \t]+/ { 2024-10-01 01:31:27.670 | # get offset of first = in $0 2024-10-01 01:31:27.670 | eq_idx = index($0, "=") 2024-10-01 01:31:27.670 | # extract attr & value from $0 2024-10-01 01:31:27.670 | attr = substr($0, 1, eq_idx - 1) 2024-10-01 01:31:27.670 | value = substr($0, eq_idx + 1) 2024-10-01 01:31:27.670 | # only need to strip trailing whitespace from attr 2024-10-01 01:31:27.670 | sub(/[ \t]*$/, "", attr) 2024-10-01 01:31:27.670 | # need to strip leading & trailing whitespace from value 2024-10-01 01:31:27.670 | sub(/^[ \t]*/, "", value) 2024-10-01 01:31:27.670 | sub(/[ \t]*$/, "", value) 2024-10-01 01:31:27.670 | 2024-10-01 01:31:27.670 | # cfg_attr_count: number of config lines per [section, attr] 2024-10-01 01:31:27.670 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-10-01 01:31:27.670 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-10-01 01:31:27.670 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-10-01 01:31:27.670 | if (! (section, attr) in cfg_attr_count) { 2024-10-01 01:31:27.670 | if (section != last_section) { 2024-10-01 01:31:27.670 | cfg_section[section_count++] = section 2024-10-01 01:31:27.670 | last_section = section 2024-10-01 01:31:27.670 | } 2024-10-01 01:31:27.670 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-10-01 01:31:27.670 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-10-01 01:31:27.670 | 2024-10-01 01:31:27.670 | cfg_attr[section, attr, 0] = value 2024-10-01 01:31:27.670 | cfg_attr_count[section, attr] = 1 2024-10-01 01:31:27.670 | } else { 2024-10-01 01:31:27.670 | lno = cfg_attr_count[section, attr]++ 2024-10-01 01:31:27.670 | cfg_attr[section, attr, lno] = value 2024-10-01 01:31:27.670 | } 2024-10-01 01:31:27.670 | } 2024-10-01 01:31:27.670 | END { 2024-10-01 01:31:27.670 | # Process each section in order 2024-10-01 01:31:27.670 | for (sno = 0; sno < section_count; sno++) { 2024-10-01 01:31:27.670 | section = cfg_section[sno] 2024-10-01 01:31:27.670 | # The ini routines simply append a config item immediately 2024-10-01 01:31:27.670 | # after the section header. To keep the same order as defined 2024-10-01 01:31:27.670 | # in local.conf, invoke the ini routines in the reverse order 2024-10-01 01:31:27.670 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-10-01 01:31:27.670 | attr = cfg_sec_attr_name[sno, attr_no] 2024-10-01 01:31:27.670 | if (cfg_attr_count[section, attr] == 1) 2024-10-01 01:31:27.670 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-10-01 01:31:27.670 | else { 2024-10-01 01:31:27.670 | # For multiline, invoke the ini routines in the reverse order 2024-10-01 01:31:27.670 | count = cfg_attr_count[section, attr] 2024-10-01 01:31:27.670 | print "inidelete " configfile " " section " " attr 2024-10-01 01:31:27.670 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-10-01 01:31:27.670 | for (l = count -2; l >= 0; l--) 2024-10-01 01:31:27.670 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-10-01 01:31:27.670 | } 2024-10-01 01:31:27.670 | } 2024-10-01 01:31:27.670 | } 2024-10-01 01:31:27.670 | } 2024-10-01 01:31:27.670 | ' 2024-10-01 01:31:27.670 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 01:31:27.671 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-10-01 01:31:27.672 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-10-01 01:31:27.673 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-10-01 01:31:27.675 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2024-10-01 01:31:27.677 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-01 01:31:27.679 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2024-10-01 01:31:27.681 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2024-10-01 01:31:27.682 | BEGIN { group = "" } 2024-10-01 01:31:27.682 | /^\[\[.+\|.*\]\]/ { 2024-10-01 01:31:27.682 | gsub("[][]", "", $1); 2024-10-01 01:31:27.682 | split($1, a, "|"); 2024-10-01 01:31:27.682 | if (a[1] == matchgroup && a[2] == configfile) { 2024-10-01 01:31:27.682 | group=a[1] 2024-10-01 01:31:27.682 | } else { 2024-10-01 01:31:27.682 | group="" 2024-10-01 01:31:27.682 | } 2024-10-01 01:31:27.682 | next 2024-10-01 01:31:27.682 | } 2024-10-01 01:31:27.682 | { 2024-10-01 01:31:27.682 | if (group != "") 2024-10-01 01:31:27.682 | print $0 2024-10-01 01:31:27.682 | } 2024-10-01 01:31:27.682 | ' /opt/stack/devstack/local.conf 2024-10-01 01:31:27.686 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2024-10-01 01:31:27.688 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2024-10-01 01:31:27.712 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 01:31:27.714 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2024-10-01 01:31:27.716 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2024-10-01 01:31:27.742 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 01:31:27.744 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-10-01 01:31:27.746 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-10-01 01:31:27.748 | + inc/meta-config:merge_config_group:180 : local dir 2024-10-01 01:31:27.751 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2024-10-01 01:31:27.753 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 01:31:27.756 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 01:31:27.758 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2024-10-01 01:31:27.761 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 01:31:27.764 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2024-10-01 01:31:27.766 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2024-10-01 01:31:27.768 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-10-01 01:31:27.770 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-10-01 01:31:27.772 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-10-01 01:31:27.774 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-10-01 01:31:27.776 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-10-01 01:31:27.779 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2024-10-01 01:31:27.781 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 01:31:27.784 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 01:31:27.786 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2024-10-01 01:31:27.789 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-10-01 01:31:27.790 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-10-01 01:31:27.790 | BEGIN { 2024-10-01 01:31:27.790 | section = "" 2024-10-01 01:31:27.790 | last_section = "" 2024-10-01 01:31:27.790 | section_count = 0 2024-10-01 01:31:27.790 | } 2024-10-01 01:31:27.790 | /^\[.+\]/ { 2024-10-01 01:31:27.790 | gsub("[][]", "", $1); 2024-10-01 01:31:27.790 | section=$1 2024-10-01 01:31:27.790 | next 2024-10-01 01:31:27.790 | } 2024-10-01 01:31:27.790 | /^ *\#/ { 2024-10-01 01:31:27.790 | next 2024-10-01 01:31:27.790 | } 2024-10-01 01:31:27.790 | /^[^ \t]+/ { 2024-10-01 01:31:27.790 | # get offset of first = in $0 2024-10-01 01:31:27.790 | eq_idx = index($0, "=") 2024-10-01 01:31:27.790 | # extract attr & value from $0 2024-10-01 01:31:27.790 | attr = substr($0, 1, eq_idx - 1) 2024-10-01 01:31:27.790 | value = substr($0, eq_idx + 1) 2024-10-01 01:31:27.790 | # only need to strip trailing whitespace from attr 2024-10-01 01:31:27.790 | sub(/[ \t]*$/, "", attr) 2024-10-01 01:31:27.790 | # need to strip leading & trailing whitespace from value 2024-10-01 01:31:27.790 | sub(/^[ \t]*/, "", value) 2024-10-01 01:31:27.790 | sub(/[ \t]*$/, "", value) 2024-10-01 01:31:27.790 | 2024-10-01 01:31:27.790 | # cfg_attr_count: number of config lines per [section, attr] 2024-10-01 01:31:27.790 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-10-01 01:31:27.790 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-10-01 01:31:27.790 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-10-01 01:31:27.790 | if (! (section, attr) in cfg_attr_count) { 2024-10-01 01:31:27.790 | if (section != last_section) { 2024-10-01 01:31:27.790 | cfg_section[section_count++] = section 2024-10-01 01:31:27.790 | last_section = section 2024-10-01 01:31:27.790 | } 2024-10-01 01:31:27.790 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-10-01 01:31:27.790 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-10-01 01:31:27.790 | 2024-10-01 01:31:27.790 | cfg_attr[section, attr, 0] = value 2024-10-01 01:31:27.790 | cfg_attr_count[section, attr] = 1 2024-10-01 01:31:27.790 | } else { 2024-10-01 01:31:27.790 | lno = cfg_attr_count[section, attr]++ 2024-10-01 01:31:27.790 | cfg_attr[section, attr, lno] = value 2024-10-01 01:31:27.790 | } 2024-10-01 01:31:27.790 | } 2024-10-01 01:31:27.790 | END { 2024-10-01 01:31:27.790 | # Process each section in order 2024-10-01 01:31:27.790 | for (sno = 0; sno < section_count; sno++) { 2024-10-01 01:31:27.790 | section = cfg_section[sno] 2024-10-01 01:31:27.790 | # The ini routines simply append a config item immediately 2024-10-01 01:31:27.790 | # after the section header. To keep the same order as defined 2024-10-01 01:31:27.790 | # in local.conf, invoke the ini routines in the reverse order 2024-10-01 01:31:27.790 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-10-01 01:31:27.790 | attr = cfg_sec_attr_name[sno, attr_no] 2024-10-01 01:31:27.790 | if (cfg_attr_count[section, attr] == 1) 2024-10-01 01:31:27.790 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-10-01 01:31:27.790 | else { 2024-10-01 01:31:27.790 | # For multiline, invoke the ini routines in the reverse order 2024-10-01 01:31:27.790 | count = cfg_attr_count[section, attr] 2024-10-01 01:31:27.790 | print "inidelete " configfile " " section " " attr 2024-10-01 01:31:27.790 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-10-01 01:31:27.790 | for (l = count -2; l >= 0; l--) 2024-10-01 01:31:27.790 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-10-01 01:31:27.790 | } 2024-10-01 01:31:27.790 | } 2024-10-01 01:31:27.790 | } 2024-10-01 01:31:27.790 | } 2024-10-01 01:31:27.790 | ' 2024-10-01 01:31:27.790 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 01:31:27.791 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-10-01 01:31:27.791 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-10-01 01:31:27.793 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-10-01 01:31:27.796 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-10-01 01:31:27.798 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-01 01:31:27.800 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2024-10-01 01:31:27.802 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-10-01 01:31:27.802 | BEGIN { group = "" } 2024-10-01 01:31:27.802 | /^\[\[.+\|.*\]\]/ { 2024-10-01 01:31:27.802 | gsub("[][]", "", $1); 2024-10-01 01:31:27.802 | split($1, a, "|"); 2024-10-01 01:31:27.802 | if (a[1] == matchgroup && a[2] == configfile) { 2024-10-01 01:31:27.802 | group=a[1] 2024-10-01 01:31:27.802 | } else { 2024-10-01 01:31:27.802 | group="" 2024-10-01 01:31:27.802 | } 2024-10-01 01:31:27.802 | next 2024-10-01 01:31:27.802 | } 2024-10-01 01:31:27.802 | { 2024-10-01 01:31:27.802 | if (group != "") 2024-10-01 01:31:27.802 | print $0 2024-10-01 01:31:27.802 | } 2024-10-01 01:31:27.802 | ' /opt/stack/devstack/local.conf 2024-10-01 01:31:27.807 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2024-10-01 01:31:27.809 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2024-10-01 01:31:27.833 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 01:31:27.835 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2024-10-01 01:31:27.837 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-10-01 01:31:27.861 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 01:31:27.863 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2024-10-01 01:31:27.865 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-10-01 01:31:27.890 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 01:31:27.892 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2024-10-01 01:31:27.894 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2024-10-01 01:31:27.919 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 01:31:27.921 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2024-10-01 01:31:27.923 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2024-10-01 01:31:27.947 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 01:31:27.949 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2024-10-01 01:31:27.951 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2024-10-01 01:31:27.975 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 01:31:27.977 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2_type_vlan network_vlan_ranges "default:2:999,public:1000:2000"' 2024-10-01 01:31:27.979 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges default:2:999,public:1000:2000 2024-10-01 01:31:28.004 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 01:31:28.006 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2024-10-01 01:31:28.009 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2024-10-01 01:31:28.034 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 01:31:28.036 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2024-10-01 01:31:28.038 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-10-01 01:31:28.063 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 01:31:28.066 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-10-01 01:31:28.069 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-10-01 01:31:28.071 | + inc/meta-config:merge_config_group:180 : local dir 2024-10-01 01:31:28.073 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2024-10-01 01:31:28.076 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2024-10-01 01:31:28.078 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2024-10-01 01:31:28.080 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-10-01 01:31:28.083 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2024-10-01 01:31:28.086 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-10-01 01:31:28.088 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-10-01 01:31:28.090 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2024-10-01 01:31:28.093 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-10-01 01:31:28.095 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-10-01 01:31:28.097 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2024-10-01 01:31:28.099 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-10-01 01:31:28.102 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2024-10-01 01:31:28.104 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2024-10-01 01:31:28.106 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2024-10-01 01:31:28.108 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2024-10-01 01:31:28.111 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2024-10-01 01:31:28.112 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 01:31:28.112 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-10-01 01:31:28.112 | BEGIN { 2024-10-01 01:31:28.112 | section = "" 2024-10-01 01:31:28.112 | last_section = "" 2024-10-01 01:31:28.112 | section_count = 0 2024-10-01 01:31:28.112 | } 2024-10-01 01:31:28.112 | /^\[.+\]/ { 2024-10-01 01:31:28.112 | gsub("[][]", "", $1); 2024-10-01 01:31:28.112 | section=$1 2024-10-01 01:31:28.112 | next 2024-10-01 01:31:28.112 | } 2024-10-01 01:31:28.112 | /^ *\#/ { 2024-10-01 01:31:28.112 | next 2024-10-01 01:31:28.112 | } 2024-10-01 01:31:28.112 | /^[^ \t]+/ { 2024-10-01 01:31:28.112 | # get offset of first = in $0 2024-10-01 01:31:28.112 | eq_idx = index($0, "=") 2024-10-01 01:31:28.112 | # extract attr & value from $0 2024-10-01 01:31:28.112 | attr = substr($0, 1, eq_idx - 1) 2024-10-01 01:31:28.112 | value = substr($0, eq_idx + 1) 2024-10-01 01:31:28.112 | # only need to strip trailing whitespace from attr 2024-10-01 01:31:28.112 | sub(/[ \t]*$/, "", attr) 2024-10-01 01:31:28.112 | # need to strip leading & trailing whitespace from value 2024-10-01 01:31:28.112 | sub(/^[ \t]*/, "", value) 2024-10-01 01:31:28.112 | sub(/[ \t]*$/, "", value) 2024-10-01 01:31:28.112 | 2024-10-01 01:31:28.112 | # cfg_attr_count: number of config lines per [section, attr] 2024-10-01 01:31:28.112 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-10-01 01:31:28.112 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-10-01 01:31:28.112 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-10-01 01:31:28.112 | if (! (section, attr) in cfg_attr_count) { 2024-10-01 01:31:28.112 | if (section != last_section) { 2024-10-01 01:31:28.112 | cfg_section[section_count++] = section 2024-10-01 01:31:28.112 | last_section = section 2024-10-01 01:31:28.112 | } 2024-10-01 01:31:28.112 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-10-01 01:31:28.112 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-10-01 01:31:28.112 | 2024-10-01 01:31:28.112 | cfg_attr[section, attr, 0] = value 2024-10-01 01:31:28.112 | cfg_attr_count[section, attr] = 1 2024-10-01 01:31:28.112 | } else { 2024-10-01 01:31:28.112 | lno = cfg_attr_count[section, attr]++ 2024-10-01 01:31:28.112 | cfg_attr[section, attr, lno] = value 2024-10-01 01:31:28.112 | } 2024-10-01 01:31:28.112 | } 2024-10-01 01:31:28.112 | END { 2024-10-01 01:31:28.112 | # Process each section in order 2024-10-01 01:31:28.112 | for (sno = 0; sno < section_count; sno++) { 2024-10-01 01:31:28.112 | section = cfg_section[sno] 2024-10-01 01:31:28.112 | # The ini routines simply append a config item immediately 2024-10-01 01:31:28.112 | # after the section header. To keep the same order as defined 2024-10-01 01:31:28.112 | # in local.conf, invoke the ini routines in the reverse order 2024-10-01 01:31:28.112 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-10-01 01:31:28.112 | attr = cfg_sec_attr_name[sno, attr_no] 2024-10-01 01:31:28.112 | if (cfg_attr_count[section, attr] == 1) 2024-10-01 01:31:28.112 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-10-01 01:31:28.112 | else { 2024-10-01 01:31:28.112 | # For multiline, invoke the ini routines in the reverse order 2024-10-01 01:31:28.112 | count = cfg_attr_count[section, attr] 2024-10-01 01:31:28.112 | print "inidelete " configfile " " section " " attr 2024-10-01 01:31:28.112 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-10-01 01:31:28.112 | for (l = count -2; l >= 0; l--) 2024-10-01 01:31:28.112 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-10-01 01:31:28.112 | } 2024-10-01 01:31:28.112 | } 2024-10-01 01:31:28.112 | } 2024-10-01 01:31:28.112 | } 2024-10-01 01:31:28.112 | ' 2024-10-01 01:31:28.113 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-10-01 01:31:28.114 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-10-01 01:31:28.115 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-10-01 01:31:28.117 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2024-10-01 01:31:28.119 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-01 01:31:28.121 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-10-01 01:31:28.124 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-10-01 01:31:28.124 | BEGIN { group = "" } 2024-10-01 01:31:28.124 | /^\[\[.+\|.*\]\]/ { 2024-10-01 01:31:28.124 | gsub("[][]", "", $1); 2024-10-01 01:31:28.124 | split($1, a, "|"); 2024-10-01 01:31:28.124 | if (a[1] == matchgroup && a[2] == configfile) { 2024-10-01 01:31:28.124 | group=a[1] 2024-10-01 01:31:28.124 | } else { 2024-10-01 01:31:28.124 | group="" 2024-10-01 01:31:28.124 | } 2024-10-01 01:31:28.124 | next 2024-10-01 01:31:28.124 | } 2024-10-01 01:31:28.124 | { 2024-10-01 01:31:28.124 | if (group != "") 2024-10-01 01:31:28.124 | print $0 2024-10-01 01:31:28.124 | } 2024-10-01 01:31:28.124 | ' /opt/stack/devstack/local.conf 2024-10-01 01:31:28.128 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_dns_servers "147.204.9.200, 147.204.9.201"' 2024-10-01 01:31:28.130 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_dns_servers '147.204.9.200, 147.204.9.201' 2024-10-01 01:31:28.154 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 01:31:28.156 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2024-10-01 01:31:28.158 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-10-01 01:31:28.183 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 01:31:28.185 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2024-10-01 01:31:28.187 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2024-10-01 01:31:28.211 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 01:31:28.213 | + stack.sh:main:1255 : is_service_enabled swift 2024-10-01 01:31:28.227 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:31:28.229 | + stack.sh:main:1263 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-10-01 01:31:28.232 | + stack.sh:main:1264 : is_service_enabled cinder 2024-10-01 01:31:28.245 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:31:28.247 | + stack.sh:main:1265 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-10-01 01:31:28.273 | + stack.sh:main:1268 : async_wait configure_neutron_nova 2024-10-01 01:31:28.309 | [3953 Async configure_neutron_nova:44510]: Waiting for completion of configure_neutron_nova running on PID 44510 (2 other jobs running) 2024-10-01 01:31:28.326 | [3953 Async configure_neutron_nova:44510]: Signaling child to exit 2024-10-01 01:31:28.326 | WAKEUP 2024-10-01 01:31:28.341 | [3953 Async configure_neutron_nova:44510]: Signaled 2024-10-01 01:31:28.342 | + lib/neutron:configure_neutron_nova:437 : create_nova_conf_neutron /etc/nova/nova.conf 2024-10-01 01:31:28.342 | + lib/neutron:create_nova_conf_neutron:448 : local conf=/etc/nova/nova.conf 2024-10-01 01:31:28.342 | + lib/neutron:create_nova_conf_neutron:449 : iniset /etc/nova/nova.conf neutron auth_type password 2024-10-01 01:31:28.342 | + lib/neutron:create_nova_conf_neutron:450 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2024-10-01 01:31:28.342 | + lib/neutron:create_nova_conf_neutron:451 : iniset /etc/nova/nova.conf neutron username neutron 2024-10-01 01:31:28.342 | + lib/neutron:create_nova_conf_neutron:452 : iniset /etc/nova/nova.conf neutron password nomoresecret 2024-10-01 01:31:28.343 | + lib/neutron:create_nova_conf_neutron:453 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2024-10-01 01:31:28.343 | + lib/neutron:create_nova_conf_neutron:454 : iniset /etc/nova/nova.conf neutron project_name service 2024-10-01 01:31:28.343 | + lib/neutron:create_nova_conf_neutron:455 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2024-10-01 01:31:28.343 | + lib/neutron:create_nova_conf_neutron:456 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2024-10-01 01:31:28.343 | + lib/neutron:create_nova_conf_neutron:457 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2024-10-01 01:31:28.343 | + lib/neutron:create_nova_conf_neutron:460 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2024-10-01 01:31:28.343 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2024-10-01 01:31:28.343 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:132 : : 2024-10-01 01:31:28.343 | + lib/neutron:create_nova_conf_neutron:462 : is_service_enabled q-meta neutron-metadata-agent 2024-10-01 01:31:28.343 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:31:28.343 | + lib/neutron:create_nova_conf_neutron:463 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2024-10-01 01:31:28.343 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2024-10-01 01:31:28.343 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2024-10-01 01:31:28.343 | + lib/neutron:configure_neutron_nova:438 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2024-10-01 01:31:28.373 | [3953 Async configure_neutron_nova:44510]: finished configure_neutron_nova with result 0 in 0 seconds 2024-10-01 01:31:28.377 | + inc/async:async_wait:197 : return 0 2024-10-01 01:31:28.379 | + stack.sh:main:1274 : is_service_enabled nova 2024-10-01 01:31:28.392 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:31:28.395 | + stack.sh:main:1275 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-10-01 01:31:28.419 | + stack.sh:main:1276 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-10-01 01:31:28.446 | + stack.sh:main:1280 : is_service_enabled n-api 2024-10-01 01:31:28.459 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:31:28.462 | + stack.sh:main:1281 : echo_summary 'Starting Nova API' 2024-10-01 01:31:28.464 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 01:31:28.466 | + stack.sh:echo_summary:455 : echo -e Starting Nova API 2024-10-01 01:31:28.468 | + stack.sh:main:1282 : start_nova_api 2024-10-01 01:31:28.470 | + lib/nova:start_nova_api:970 : local service_port=8774 2024-10-01 01:31:28.472 | + lib/nova:start_nova_api:971 : local service_protocol=http 2024-10-01 01:31:28.474 | + lib/nova:start_nova_api:972 : local nova_url 2024-10-01 01:31:28.476 | + lib/nova:start_nova_api:973 : is_service_enabled tls-proxy 2024-10-01 01:31:28.490 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:31:28.492 | + lib/nova:start_nova_api:979 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 01:31:28.494 | + lib/nova:start_nova_api:980 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 01:31:28.496 | + lib/nova:start_nova_api:980 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 01:31:28.498 | + lib/nova:start_nova_api:982 : '[' True == False ']' 2024-10-01 01:31:28.501 | ++ lib/nova:start_nova_api:990 : which uwsgi 2024-10-01 01:31:28.504 | + lib/nova:start_nova_api:990 : run_process n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-10-01 01:31:28.506 | + functions-common:run_process:1689 : local service=n-api 2024-10-01 01:31:28.508 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-10-01 01:31:28.510 | + functions-common:run_process:1691 : local group= 2024-10-01 01:31:28.512 | + functions-common:run_process:1692 : local user= 2024-10-01 01:31:28.514 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 01:31:28.516 | + functions-common:run_process:1695 : local name=n-api 2024-10-01 01:31:28.518 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 01:31:28.521 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 01:31:28.523 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:31:28.525 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:31:28.528 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:31:28.531 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746288529 2024-10-01 01:31:28.533 | + functions-common:run_process:1698 : is_service_enabled n-api 2024-10-01 01:31:28.546 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:31:28.548 | + functions-common:run_process:1699 : _run_under_systemd n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' '' 2024-10-01 01:31:28.550 | + functions-common:_run_under_systemd:1649 : local service=n-api 2024-10-01 01:31:28.552 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-10-01 01:31:28.554 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-10-01 01:31:28.556 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-10-01 01:31:28.558 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-10-01 01:31:28.560 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2024-10-01 01:31:28.562 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2024-10-01 01:31:28.564 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api.service 2024-10-01 01:31:28.566 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-01 01:31:28.568 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-01 01:31:28.570 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-01 01:31:28.573 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-01 01:31:28.574 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2024-10-01 01:31:28.577 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@n-api.service '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' stack '' 2024-10-01 01:31:28.579 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api.service 2024-10-01 01:31:28.580 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-10-01 01:31:28.582 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-10-01 01:31:28.584 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-10-01 01:31:28.586 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-10-01 01:31:28.588 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api.service 2024-10-01 01:31:28.590 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-10-01 01:31:28.593 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' 2024-10-01 01:31:28.641 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2024-10-01 01:31:28.688 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2024-10-01 01:31:28.728 | + functions-common:write_uwsgi_user_unit_file:1600 : 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' 2024-10-01 01:31:28.772 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-01 01:31:28.812 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2024-10-01 01:31:28.854 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2024-10-01 01:31:28.894 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2024-10-01 01:31:28.936 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2024-10-01 01:31:28.977 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2024-10-01 01:31:29.017 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-10-01 01:31:29.019 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-10-01 01:31:29.021 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2024-10-01 01:31:29.071 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-10-01 01:31:29.316 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api.service 2024-10-01 01:31:29.336 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2024-10-01 01:31:29.571 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api.service 2024-10-01 01:31:29.617 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 01:31:29.619 | + functions-common:time_stop:2435 : local name 2024-10-01 01:31:29.622 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:31:29.624 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:31:29.626 | + functions-common:time_stop:2438 : local total 2024-10-01 01:31:29.628 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:31:29.631 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 01:31:29.633 | + functions-common:time_stop:2442 : start_time=1727746288529 2024-10-01 01:31:29.635 | + functions-common:time_stop:2444 : [[ -z 1727746288529 ]] 2024-10-01 01:31:29.638 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:31:29.641 | + functions-common:time_stop:2447 : end_time=1727746289638 2024-10-01 01:31:29.643 | + functions-common:time_stop:2448 : elapsed_time=1109 2024-10-01 01:31:29.645 | + functions-common:time_stop:2449 : total=1202 2024-10-01 01:31:29.647 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:31:29.649 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2311 2024-10-01 01:31:29.652 | + lib/nova:start_nova_api:991 : nova_url=http://10.180.1.21/compute/v2.1/ 2024-10-01 01:31:29.654 | + lib/nova:start_nova_api:994 : echo 'Waiting for nova-api to start...' 2024-10-01 01:31:29.654 | Waiting for nova-api to start... 2024-10-01 01:31:29.656 | + lib/nova:start_nova_api:995 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2024-10-01 01:31:29.659 | + functions:wait_for_service:468 : local timeout=60 2024-10-01 01:31:29.661 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2024-10-01 01:31:29.664 | + functions:wait_for_service:470 : local rval=0 2024-10-01 01:31:29.666 | + functions:wait_for_service:471 : time_start wait_for_service 2024-10-01 01:31:29.668 | + functions-common:time_start:2421 : local name=wait_for_service 2024-10-01 01:31:29.670 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:31:29.672 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:31:29.675 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:31:29.678 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746289676 2024-10-01 01:31:29.680 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-10-01 01:31:29.683 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2024-10-01 01:31:32.356 | + :: : [[ 200 == 503 ]] 2024-10-01 01:31:32.357 | + :: : [[ 0 -eq 7 ]] 2024-10-01 01:31:32.360 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-10-01 01:31:32.362 | + functions-common:time_stop:2435 : local name 2024-10-01 01:31:32.364 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:31:32.366 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:31:32.368 | + functions-common:time_stop:2438 : local total 2024-10-01 01:31:32.370 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:31:32.372 | + functions-common:time_stop:2441 : name=wait_for_service 2024-10-01 01:31:32.374 | + functions-common:time_stop:2442 : start_time=1727746289676 2024-10-01 01:31:32.377 | + functions-common:time_stop:2444 : [[ -z 1727746289676 ]] 2024-10-01 01:31:32.380 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:31:32.383 | + functions-common:time_stop:2447 : end_time=1727746292380 2024-10-01 01:31:32.385 | + functions-common:time_stop:2448 : elapsed_time=2704 2024-10-01 01:31:32.387 | + functions-common:time_stop:2449 : total=2385 2024-10-01 01:31:32.389 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:31:32.391 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5089 2024-10-01 01:31:32.393 | + functions:wait_for_service:478 : return 0 2024-10-01 01:31:32.395 | + lib/nova:start_nova_api:999 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 01:31:32.397 | + lib/nova:start_nova_api:999 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 01:31:32.400 | + stack.sh:main:1285 : is_service_enabled ovn-controller ovn-controller-vtep 2024-10-01 01:31:32.414 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:31:32.416 | + stack.sh:main:1290 : is_service_enabled neutron-api 2024-10-01 01:31:32.429 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:31:32.432 | + stack.sh:main:1293 : is_service_enabled q-svc 2024-10-01 01:31:32.445 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:31:32.447 | + stack.sh:main:1294 : echo_summary 'Starting Neutron' 2024-10-01 01:31:32.449 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 01:31:32.451 | + stack.sh:echo_summary:455 : echo -e Starting Neutron 2024-10-01 01:31:32.453 | + stack.sh:main:1295 : configure_neutron_after_post_config 2024-10-01 01:31:32.456 | + lib/neutron:configure_neutron_after_post_config:547 : [[ router != '' ]] 2024-10-01 01:31:32.458 | + lib/neutron:configure_neutron_after_post_config:548 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2024-10-01 01:31:32.483 | + lib/neutron:configure_neutron_after_post_config:550 : configure_rbac_policies 2024-10-01 01:31:32.485 | + lib/neutron:configure_rbac_policies:556 : [[ False == \T\r\u\e ]] 2024-10-01 01:31:32.487 | + lib/neutron:configure_rbac_policies:556 : [[ False == True ]] 2024-10-01 01:31:32.489 | + lib/neutron:configure_rbac_policies:560 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2024-10-01 01:31:32.514 | + lib/neutron:configure_rbac_policies:561 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2024-10-01 01:31:32.538 | + stack.sh:main:1296 : start_neutron_service_and_check 2024-10-01 01:31:32.541 | + lib/neutron:start_neutron_service_and_check:583 : local service_port=9696 2024-10-01 01:31:32.543 | + lib/neutron:start_neutron_service_and_check:584 : local service_protocol=http 2024-10-01 01:31:32.545 | + lib/neutron:start_neutron_service_and_check:585 : local cfg_file_options 2024-10-01 01:31:32.547 | + lib/neutron:start_neutron_service_and_check:586 : local neutron_url 2024-10-01 01:31:32.550 | ++ lib/neutron:start_neutron_service_and_check:588 : determine_config_files neutron-server 2024-10-01 01:31:32.552 | ++ lib/neutron:determine_config_files:360 : local opts= 2024-10-01 01:31:32.554 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2024-10-01 01:31:32.557 | +++ lib/neutron:determine_config_files:362 : _determine_config_server 2024-10-01 01:31:32.559 | +++ lib/neutron:_determine_config_server:330 : [[ '' != '' ]] 2024-10-01 01:31:32.560 | +++ lib/neutron:_determine_config_server:337 : [[ 0 > 0 ]] 2024-10-01 01:31:32.562 | +++ lib/neutron:_determine_config_server:344 : local cfg_file 2024-10-01 01:31:32.565 | +++ lib/neutron:_determine_config_server:345 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 01:31:32.566 | +++ lib/neutron:_determine_config_server:349 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 01:31:32.569 | ++ lib/neutron:determine_config_files:362 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 01:31:32.571 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2024-10-01 01:31:32.573 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 01:31:32.576 | + lib/neutron:start_neutron_service_and_check:588 : cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 01:31:32.578 | + lib/neutron:start_neutron_service_and_check:590 : is_service_enabled tls-proxy 2024-10-01 01:31:32.591 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:31:32.593 | + lib/neutron:start_neutron_service_and_check:595 : '[' False == True ']' 2024-10-01 01:31:32.595 | + lib/neutron:start_neutron_service_and_check:602 : run_process q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 01:31:32.598 | + functions-common:run_process:1689 : local service=q-svc 2024-10-01 01:31:32.600 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 01:31:32.602 | + functions-common:run_process:1691 : local group= 2024-10-01 01:31:32.604 | + functions-common:run_process:1692 : local user= 2024-10-01 01:31:32.606 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 01:31:32.608 | + functions-common:run_process:1695 : local name=q-svc 2024-10-01 01:31:32.610 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 01:31:32.612 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 01:31:32.614 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:31:32.616 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:31:32.619 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:31:32.622 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746292620 2024-10-01 01:31:32.625 | + functions-common:run_process:1698 : is_service_enabled q-svc 2024-10-01 01:31:32.637 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:31:32.640 | + functions-common:run_process:1699 : _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' '' '' '' 2024-10-01 01:31:32.642 | + functions-common:_run_under_systemd:1649 : local service=q-svc 2024-10-01 01:31:32.644 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 01:31:32.646 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 01:31:32.648 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 01:31:32.650 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 01:31:32.652 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2024-10-01 01:31:32.653 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2024-10-01 01:31:32.656 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-svc.service 2024-10-01 01:31:32.658 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-01 01:31:32.660 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-01 01:31:32.662 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-01 01:31:32.664 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-01 01:31:32.666 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2024-10-01 01:31:32.668 | + functions-common:_run_under_systemd:1665 : 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' '' stack '' 2024-10-01 01:31:32.670 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-svc.service 2024-10-01 01:31:32.672 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 01:31:32.673 | + functions-common:write_user_unit_file:1560 : local group= 2024-10-01 01:31:32.675 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-10-01 01:31:32.677 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-10-01 01:31:32.679 | + functions-common:write_user_unit_file:1563 : local extra= 2024-10-01 01:31:32.681 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-10-01 01:31:32.682 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2024-10-01 01:31:32.684 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-10-01 01:31:32.687 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2024-10-01 01:31:32.737 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2024-10-01 01:31:32.785 | + functions-common:write_user_unit_file:1572 : 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' 2024-10-01 01:31:32.827 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2024-10-01 01:31:32.869 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2024-10-01 01:31:32.910 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-01 01:31:32.952 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-10-01 01:31:32.954 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-10-01 01:31:32.956 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2024-10-01 01:31:33.005 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-10-01 01:31:33.259 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-svc.service 2024-10-01 01:31:33.268 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2024-10-01 01:31:33.503 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-svc.service 2024-10-01 01:31:33.528 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 01:31:33.530 | + functions-common:time_stop:2435 : local name 2024-10-01 01:31:33.532 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:31:33.535 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:31:33.536 | + functions-common:time_stop:2438 : local total 2024-10-01 01:31:33.538 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:31:33.540 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 01:31:33.542 | + functions-common:time_stop:2442 : start_time=1727746292620 2024-10-01 01:31:33.544 | + functions-common:time_stop:2444 : [[ -z 1727746292620 ]] 2024-10-01 01:31:33.547 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:31:33.550 | + functions-common:time_stop:2447 : end_time=1727746293548 2024-10-01 01:31:33.552 | + functions-common:time_stop:2448 : elapsed_time=928 2024-10-01 01:31:33.554 | + functions-common:time_stop:2449 : total=2311 2024-10-01 01:31:33.556 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:31:33.558 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3239 2024-10-01 01:31:33.561 | + lib/neutron:start_neutron_service_and_check:603 : neutron_url=http://10.180.1.21:9696/ 2024-10-01 01:31:33.563 | + lib/neutron:start_neutron_service_and_check:605 : is_service_enabled tls-proxy 2024-10-01 01:31:33.577 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:31:33.579 | + lib/neutron:start_neutron_service_and_check:609 : '[' '!' -z networking ']' 2024-10-01 01:31:33.581 | + lib/neutron:start_neutron_service_and_check:610 : neutron_url=http://10.180.1.21:9696/networking 2024-10-01 01:31:33.583 | + lib/neutron:start_neutron_service_and_check:612 : echo 'Waiting for Neutron to start...' 2024-10-01 01:31:33.583 | Waiting for Neutron to start... 2024-10-01 01:31:33.585 | + lib/neutron:start_neutron_service_and_check:614 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2024-10-01 01:31:33.587 | + lib/neutron:start_neutron_service_and_check:615 : test_with_retry 'wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 'Neutron did not start' 60 2024-10-01 01:31:33.589 | + functions-common:test_with_retry:2373 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2024-10-01 01:31:33.591 | + functions-common:test_with_retry:2374 : local 'failmsg=Neutron did not start' 2024-10-01 01:31:33.593 | + functions-common:test_with_retry:2375 : local until=60 2024-10-01 01:31:33.595 | + functions-common:test_with_retry:2376 : local sleep=0.5 2024-10-01 01:31:33.597 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2024-10-01 01:31:33.599 | + functions-common:time_start:2421 : local name=test_with_retry 2024-10-01 01:31:33.601 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:31:33.603 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:31:33.606 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:31:33.609 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746293607 2024-10-01 01:31:33.611 | + functions-common:test_with_retry:2379 : timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.180.1.21:9696/networking; do sleep 0.5; done' 2024-10-01 01:31:36.650 | {"versions": [{"id": "v2.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://10.180.1.21:9696/networking/v2.0/"}]}]}+ functions-common:test_with_retry:2382 : time_stop test_with_retry 2024-10-01 01:31:36.652 | + functions-common:time_stop:2435 : local name 2024-10-01 01:31:36.655 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:31:36.657 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:31:36.659 | + functions-common:time_stop:2438 : local total 2024-10-01 01:31:36.662 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:31:36.664 | + functions-common:time_stop:2441 : name=test_with_retry 2024-10-01 01:31:36.666 | + functions-common:time_stop:2442 : start_time=1727746293607 2024-10-01 01:31:36.668 | + functions-common:time_stop:2444 : [[ -z 1727746293607 ]] 2024-10-01 01:31:36.671 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:31:36.674 | + functions-common:time_stop:2447 : end_time=1727746296672 2024-10-01 01:31:36.676 | + functions-common:time_stop:2448 : elapsed_time=3065 2024-10-01 01:31:36.678 | + functions-common:time_stop:2449 : total=0 2024-10-01 01:31:36.680 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:31:36.682 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3065 2024-10-01 01:31:36.684 | + stack.sh:main:1301 : is_service_enabled placement 2024-10-01 01:31:36.699 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:31:36.701 | + stack.sh:main:1302 : echo_summary 'Starting Placement' 2024-10-01 01:31:36.703 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 01:31:36.705 | + stack.sh:echo_summary:455 : echo -e Starting Placement 2024-10-01 01:31:36.707 | + stack.sh:main:1303 : start_placement 2024-10-01 01:31:36.709 | + lib/placement:start_placement:173 : start_placement_api 2024-10-01 01:31:36.711 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2024-10-01 01:31:36.713 | ++ lib/placement:start_placement_api:160 : which uwsgi 2024-10-01 01:31:36.717 | + lib/placement:start_placement_api:160 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-10-01 01:31:36.719 | + functions-common:run_process:1689 : local service=placement-api 2024-10-01 01:31:36.721 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-10-01 01:31:36.723 | + functions-common:run_process:1691 : local group= 2024-10-01 01:31:36.725 | + functions-common:run_process:1692 : local user= 2024-10-01 01:31:36.727 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 01:31:36.729 | + functions-common:run_process:1695 : local name=placement-api 2024-10-01 01:31:36.732 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 01:31:36.734 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 01:31:36.736 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:31:36.738 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:31:36.740 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:31:36.744 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746296742 2024-10-01 01:31:36.746 | + functions-common:run_process:1698 : is_service_enabled placement-api 2024-10-01 01:31:36.760 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:31:36.762 | + functions-common:run_process:1699 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' 2024-10-01 01:31:36.764 | + functions-common:_run_under_systemd:1649 : local service=placement-api 2024-10-01 01:31:36.766 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-10-01 01:31:36.768 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-10-01 01:31:36.770 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-10-01 01:31:36.772 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-10-01 01:31:36.774 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2024-10-01 01:31:36.776 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2024-10-01 01:31:36.778 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@placement-api.service 2024-10-01 01:31:36.781 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-01 01:31:36.783 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-01 01:31:36.785 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-01 01:31:36.787 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-01 01:31:36.789 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2024-10-01 01:31:36.792 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@placement-api.service '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' stack '' 2024-10-01 01:31:36.794 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@placement-api.service 2024-10-01 01:31:36.796 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-10-01 01:31:36.798 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-10-01 01:31:36.800 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-10-01 01:31:36.802 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-10-01 01:31:36.804 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2024-10-01 01:31:36.806 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-10-01 01:31:36.809 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service' 2024-10-01 01:31:36.857 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2024-10-01 01:31:36.905 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2024-10-01 01:31:36.948 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-10-01 01:31:36.989 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-01 01:31:37.031 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2024-10-01 01:31:37.072 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2024-10-01 01:31:37.113 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2024-10-01 01:31:37.153 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2024-10-01 01:31:37.195 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2024-10-01 01:31:37.237 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-10-01 01:31:37.239 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-10-01 01:31:37.241 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2024-10-01 01:31:37.290 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-10-01 01:31:37.533 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@placement-api.service 2024-10-01 01:31:37.542 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2024-10-01 01:31:37.771 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@placement-api.service 2024-10-01 01:31:37.820 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 01:31:37.822 | + functions-common:time_stop:2435 : local name 2024-10-01 01:31:37.824 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:31:37.826 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:31:37.828 | + functions-common:time_stop:2438 : local total 2024-10-01 01:31:37.830 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:31:37.832 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 01:31:37.834 | + functions-common:time_stop:2442 : start_time=1727746296742 2024-10-01 01:31:37.836 | + functions-common:time_stop:2444 : [[ -z 1727746296742 ]] 2024-10-01 01:31:37.839 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:31:37.843 | + functions-common:time_stop:2447 : end_time=1727746297840 2024-10-01 01:31:37.845 | + functions-common:time_stop:2448 : elapsed_time=1098 2024-10-01 01:31:37.847 | + functions-common:time_stop:2449 : total=3239 2024-10-01 01:31:37.849 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:31:37.851 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4337 2024-10-01 01:31:37.853 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2024-10-01 01:31:37.853 | Waiting for placement-api to start... 2024-10-01 01:31:37.856 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2024-10-01 01:31:37.858 | + functions:wait_for_service:468 : local timeout=60 2024-10-01 01:31:37.860 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2024-10-01 01:31:37.861 | + functions:wait_for_service:470 : local rval=0 2024-10-01 01:31:37.864 | + functions:wait_for_service:471 : time_start wait_for_service 2024-10-01 01:31:37.866 | + functions-common:time_start:2421 : local name=wait_for_service 2024-10-01 01:31:37.868 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:31:37.870 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:31:37.872 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:31:37.876 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746297874 2024-10-01 01:31:37.878 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-10-01 01:31:37.881 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2024-10-01 01:31:39.106 | + :: : [[ 200 == 503 ]] 2024-10-01 01:31:39.107 | + :: : [[ 0 -eq 7 ]] 2024-10-01 01:31:39.110 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-10-01 01:31:39.112 | + functions-common:time_stop:2435 : local name 2024-10-01 01:31:39.114 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:31:39.116 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:31:39.118 | + functions-common:time_stop:2438 : local total 2024-10-01 01:31:39.121 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:31:39.123 | + functions-common:time_stop:2441 : name=wait_for_service 2024-10-01 01:31:39.125 | + functions-common:time_stop:2442 : start_time=1727746297874 2024-10-01 01:31:39.127 | + functions-common:time_stop:2444 : [[ -z 1727746297874 ]] 2024-10-01 01:31:39.129 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:31:39.133 | + functions-common:time_stop:2447 : end_time=1727746299131 2024-10-01 01:31:39.135 | + functions-common:time_stop:2448 : elapsed_time=1257 2024-10-01 01:31:39.137 | + functions-common:time_stop:2449 : total=5089 2024-10-01 01:31:39.140 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:31:39.142 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6346 2024-10-01 01:31:39.144 | + functions:wait_for_service:478 : return 0 2024-10-01 01:31:39.146 | + stack.sh:main:1306 : is_service_enabled neutron 2024-10-01 01:31:39.161 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:31:39.163 | + stack.sh:main:1307 : start_neutron 2024-10-01 01:31:39.165 | + lib/neutron:start_neutron:619 : start_l2_agent 2024-10-01 01:31:39.167 | + lib/neutron:start_l2_agent:626 : 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' 2024-10-01 01:31:39.169 | + functions-common:run_process:1689 : local service=q-agt 2024-10-01 01:31:39.172 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 01:31:39.174 | + functions-common:run_process:1691 : local group= 2024-10-01 01:31:39.176 | + functions-common:run_process:1692 : local user= 2024-10-01 01:31:39.178 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 01:31:39.180 | + functions-common:run_process:1695 : local name=q-agt 2024-10-01 01:31:39.182 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 01:31:39.184 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 01:31:39.187 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:31:39.189 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:31:39.192 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:31:39.195 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746299193 2024-10-01 01:31:39.197 | + functions-common:run_process:1698 : is_service_enabled q-agt 2024-10-01 01:31:39.211 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:31:39.213 | + functions-common:run_process:1699 : _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' '' '' '' 2024-10-01 01:31:39.215 | + functions-common:_run_under_systemd:1649 : local service=q-agt 2024-10-01 01:31:39.217 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 01:31:39.219 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 01:31:39.222 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 01:31:39.224 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 01:31:39.226 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2024-10-01 01:31:39.228 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2024-10-01 01:31:39.230 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-agt.service 2024-10-01 01:31:39.232 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-01 01:31:39.234 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-01 01:31:39.236 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-01 01:31:39.238 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-01 01:31:39.240 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2024-10-01 01:31:39.242 | + functions-common:_run_under_systemd:1665 : 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' '' stack '' 2024-10-01 01:31:39.244 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-agt.service 2024-10-01 01:31:39.246 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 01:31:39.248 | + functions-common:write_user_unit_file:1560 : local group= 2024-10-01 01:31:39.250 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-10-01 01:31:39.252 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-10-01 01:31:39.254 | + functions-common:write_user_unit_file:1563 : local extra= 2024-10-01 01:31:39.256 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-10-01 01:31:39.258 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2024-10-01 01:31:39.260 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-10-01 01:31:39.263 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2024-10-01 01:31:39.313 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User stack 2024-10-01 01:31:39.361 | + functions-common:write_user_unit_file:1572 : 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' 2024-10-01 01:31:39.402 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2024-10-01 01:31:39.443 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2024-10-01 01:31:39.485 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-01 01:31:39.526 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-10-01 01:31:39.528 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-10-01 01:31:39.530 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2024-10-01 01:31:39.578 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-10-01 01:31:39.820 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-agt.service 2024-10-01 01:31:39.830 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2024-10-01 01:31:40.071 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-agt.service 2024-10-01 01:31:40.099 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 01:31:40.101 | + functions-common:time_stop:2435 : local name 2024-10-01 01:31:40.103 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:31:40.106 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:31:40.108 | + functions-common:time_stop:2438 : local total 2024-10-01 01:31:40.110 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:31:40.112 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 01:31:40.114 | + functions-common:time_stop:2442 : start_time=1727746299193 2024-10-01 01:31:40.116 | + functions-common:time_stop:2444 : [[ -z 1727746299193 ]] 2024-10-01 01:31:40.119 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:31:40.122 | + functions-common:time_stop:2447 : end_time=1727746300120 2024-10-01 01:31:40.124 | + functions-common:time_stop:2448 : elapsed_time=927 2024-10-01 01:31:40.126 | + functions-common:time_stop:2449 : total=4337 2024-10-01 01:31:40.128 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:31:40.130 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5264 2024-10-01 01:31:40.132 | + lib/neutron:start_l2_agent:628 : is_provider_network 2024-10-01 01:31:40.134 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-10-01 01:31:40.137 | + functions-common:is_provider_network:2287 : return 1 2024-10-01 01:31:40.139 | + lib/neutron:start_neutron:620 : start_other_agents 2024-10-01 01:31:40.141 | + lib/neutron:start_other_agents:644 : run_process q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-10-01 01:31:40.143 | + functions-common:run_process:1689 : local service=q-dhcp 2024-10-01 01:31:40.145 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-10-01 01:31:40.147 | + functions-common:run_process:1691 : local group= 2024-10-01 01:31:40.149 | + functions-common:run_process:1692 : local user= 2024-10-01 01:31:40.151 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 01:31:40.153 | + functions-common:run_process:1695 : local name=q-dhcp 2024-10-01 01:31:40.155 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 01:31:40.157 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 01:31:40.159 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:31:40.161 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:31:40.164 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:31:40.167 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746300165 2024-10-01 01:31:40.169 | + functions-common:run_process:1698 : is_service_enabled q-dhcp 2024-10-01 01:31:40.183 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:31:40.185 | + functions-common:run_process:1699 : _run_under_systemd q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' '' '' 2024-10-01 01:31:40.187 | + functions-common:_run_under_systemd:1649 : local service=q-dhcp 2024-10-01 01:31:40.189 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-10-01 01:31:40.192 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-10-01 01:31:40.194 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-10-01 01:31:40.196 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-10-01 01:31:40.198 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ sudo ]] 2024-10-01 01:31:40.200 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ ^/ ]] 2024-10-01 01:31:40.202 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-dhcp.service 2024-10-01 01:31:40.204 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-01 01:31:40.207 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-01 01:31:40.209 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-01 01:31:40.211 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-01 01:31:40.213 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ uwsgi ]] 2024-10-01 01:31:40.215 | + functions-common:_run_under_systemd:1665 : 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' '' stack '' 2024-10-01 01:31:40.217 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-dhcp.service 2024-10-01 01:31:40.219 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-10-01 01:31:40.221 | + functions-common:write_user_unit_file:1560 : local group= 2024-10-01 01:31:40.223 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-10-01 01:31:40.225 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-10-01 01:31:40.227 | + functions-common:write_user_unit_file:1563 : local extra= 2024-10-01 01:31:40.229 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-10-01 01:31:40.231 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2024-10-01 01:31:40.233 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-10-01 01:31:40.237 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2024-10-01 01:31:40.288 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User stack 2024-10-01 01:31:40.338 | + functions-common:write_user_unit_file:1572 : 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' 2024-10-01 01:31:40.380 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2024-10-01 01:31:40.422 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2024-10-01 01:31:40.467 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-01 01:31:40.512 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-10-01 01:31:40.514 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-10-01 01:31:40.516 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2024-10-01 01:31:40.567 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-10-01 01:31:40.819 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-dhcp.service 2024-10-01 01:31:40.829 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2024-10-01 01:31:41.054 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-dhcp.service 2024-10-01 01:31:41.078 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 01:31:41.081 | + functions-common:time_stop:2435 : local name 2024-10-01 01:31:41.083 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:31:41.085 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:31:41.087 | + functions-common:time_stop:2438 : local total 2024-10-01 01:31:41.089 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:31:41.091 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 01:31:41.094 | + functions-common:time_stop:2442 : start_time=1727746300165 2024-10-01 01:31:41.096 | + functions-common:time_stop:2444 : [[ -z 1727746300165 ]] 2024-10-01 01:31:41.099 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:31:41.102 | + functions-common:time_stop:2447 : end_time=1727746301100 2024-10-01 01:31:41.104 | + functions-common:time_stop:2448 : elapsed_time=935 2024-10-01 01:31:41.106 | + functions-common:time_stop:2449 : total=5264 2024-10-01 01:31:41.108 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:31:41.110 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6199 2024-10-01 01:31:41.115 | ++ lib/neutron:start_other_agents:646 : determine_config_files neutron-l3-agent 2024-10-01 01:31:41.116 | ++ lib/neutron:determine_config_files:360 : local opts= 2024-10-01 01:31:41.119 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2024-10-01 01:31:41.121 | +++ lib/neutron:determine_config_files:363 : _determine_config_l3 2024-10-01 01:31:41.123 | +++ lib/neutron:_determine_config_l3:353 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-10-01 01:31:41.125 | +++ lib/neutron:_determine_config_l3:354 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-10-01 01:31:41.128 | ++ lib/neutron:determine_config_files:363 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-10-01 01:31:41.130 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2024-10-01 01:31:41.132 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-10-01 01:31:41.134 | + lib/neutron:start_other_agents:646 : run_process q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-10-01 01:31:41.136 | + functions-common:run_process:1689 : local service=q-l3 2024-10-01 01:31:41.138 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-10-01 01:31:41.140 | + functions-common:run_process:1691 : local group= 2024-10-01 01:31:41.142 | + functions-common:run_process:1692 : local user= 2024-10-01 01:31:41.144 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 01:31:41.146 | + functions-common:run_process:1695 : local name=q-l3 2024-10-01 01:31:41.148 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 01:31:41.150 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 01:31:41.152 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:31:41.154 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:31:41.157 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:31:41.160 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746301158 2024-10-01 01:31:41.162 | + functions-common:run_process:1698 : is_service_enabled q-l3 2024-10-01 01:31:41.176 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:31:41.178 | + functions-common:run_process:1699 : _run_under_systemd q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' '' '' 2024-10-01 01:31:41.180 | + functions-common:_run_under_systemd:1649 : local service=q-l3 2024-10-01 01:31:41.182 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-10-01 01:31:41.184 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-10-01 01:31:41.186 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-10-01 01:31:41.188 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-10-01 01:31:41.190 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ sudo ]] 2024-10-01 01:31:41.193 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ ^/ ]] 2024-10-01 01:31:41.195 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-l3.service 2024-10-01 01:31:41.197 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-01 01:31:41.199 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-01 01:31:41.201 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-01 01:31:41.203 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-01 01:31:41.205 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ uwsgi ]] 2024-10-01 01:31:41.207 | + functions-common:_run_under_systemd:1665 : 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' '' stack '' 2024-10-01 01:31:41.209 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-l3.service 2024-10-01 01:31:41.211 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-10-01 01:31:41.213 | + functions-common:write_user_unit_file:1560 : local group= 2024-10-01 01:31:41.215 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-10-01 01:31:41.217 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-10-01 01:31:41.219 | + functions-common:write_user_unit_file:1563 : local extra= 2024-10-01 01:31:41.221 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-10-01 01:31:41.223 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2024-10-01 01:31:41.225 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-10-01 01:31:41.228 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2024-10-01 01:31:41.280 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User stack 2024-10-01 01:31:41.330 | + functions-common:write_user_unit_file:1572 : 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' 2024-10-01 01:31:41.372 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2024-10-01 01:31:41.414 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2024-10-01 01:31:41.459 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-01 01:31:41.504 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-10-01 01:31:41.506 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-10-01 01:31:41.508 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2024-10-01 01:31:41.561 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-10-01 01:31:41.815 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-l3.service 2024-10-01 01:31:41.825 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2024-10-01 01:31:42.068 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-l3.service 2024-10-01 01:31:42.094 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 01:31:42.097 | + functions-common:time_stop:2435 : local name 2024-10-01 01:31:42.099 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:31:42.101 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:31:42.103 | + functions-common:time_stop:2438 : local total 2024-10-01 01:31:42.105 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:31:42.107 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 01:31:42.109 | + functions-common:time_stop:2442 : start_time=1727746301158 2024-10-01 01:31:42.112 | + functions-common:time_stop:2444 : [[ -z 1727746301158 ]] 2024-10-01 01:31:42.115 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:31:42.118 | + functions-common:time_stop:2447 : end_time=1727746302116 2024-10-01 01:31:42.120 | + functions-common:time_stop:2448 : elapsed_time=958 2024-10-01 01:31:42.122 | + functions-common:time_stop:2449 : total=6199 2024-10-01 01:31:42.124 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:31:42.126 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7157 2024-10-01 01:31:42.128 | + lib/neutron:start_other_agents:648 : run_process q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-10-01 01:31:42.130 | + functions-common:run_process:1689 : local service=q-meta 2024-10-01 01:31:42.132 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-10-01 01:31:42.134 | + functions-common:run_process:1691 : local group= 2024-10-01 01:31:42.136 | + functions-common:run_process:1692 : local user= 2024-10-01 01:31:42.137 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 01:31:42.139 | + functions-common:run_process:1695 : local name=q-meta 2024-10-01 01:31:42.142 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 01:31:42.143 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 01:31:42.145 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:31:42.147 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:31:42.150 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:31:42.154 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746302151 2024-10-01 01:31:42.156 | + functions-common:run_process:1698 : is_service_enabled q-meta 2024-10-01 01:31:42.170 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:31:42.172 | + functions-common:run_process:1699 : _run_under_systemd q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' '' '' 2024-10-01 01:31:42.174 | + functions-common:_run_under_systemd:1649 : local service=q-meta 2024-10-01 01:31:42.176 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-10-01 01:31:42.178 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-10-01 01:31:42.180 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-10-01 01:31:42.182 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-10-01 01:31:42.184 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ sudo ]] 2024-10-01 01:31:42.186 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ ^/ ]] 2024-10-01 01:31:42.188 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-meta.service 2024-10-01 01:31:42.190 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-01 01:31:42.193 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-01 01:31:42.195 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-01 01:31:42.196 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-01 01:31:42.199 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ uwsgi ]] 2024-10-01 01:31:42.201 | + functions-common:_run_under_systemd:1665 : 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' '' stack '' 2024-10-01 01:31:42.203 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-meta.service 2024-10-01 01:31:42.206 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-10-01 01:31:42.208 | + functions-common:write_user_unit_file:1560 : local group= 2024-10-01 01:31:42.210 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-10-01 01:31:42.212 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-10-01 01:31:42.214 | + functions-common:write_user_unit_file:1563 : local extra= 2024-10-01 01:31:42.216 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-10-01 01:31:42.218 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2024-10-01 01:31:42.220 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-10-01 01:31:42.224 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2024-10-01 01:31:42.276 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User stack 2024-10-01 01:31:42.327 | + functions-common:write_user_unit_file:1572 : 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' 2024-10-01 01:31:42.370 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2024-10-01 01:31:42.413 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2024-10-01 01:31:42.457 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-01 01:31:42.503 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-10-01 01:31:42.505 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-10-01 01:31:42.507 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2024-10-01 01:31:42.562 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-10-01 01:31:42.815 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-meta.service 2024-10-01 01:31:42.825 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2024-10-01 01:31:43.053 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-meta.service 2024-10-01 01:31:43.081 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 01:31:43.083 | + functions-common:time_stop:2435 : local name 2024-10-01 01:31:43.085 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:31:43.087 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:31:43.089 | + functions-common:time_stop:2438 : local total 2024-10-01 01:31:43.091 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:31:43.093 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 01:31:43.095 | + functions-common:time_stop:2442 : start_time=1727746302151 2024-10-01 01:31:43.097 | + functions-common:time_stop:2444 : [[ -z 1727746302151 ]] 2024-10-01 01:31:43.099 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:31:43.104 | + functions-common:time_stop:2447 : end_time=1727746303101 2024-10-01 01:31:43.106 | + functions-common:time_stop:2448 : elapsed_time=950 2024-10-01 01:31:43.108 | + functions-common:time_stop:2449 : total=7157 2024-10-01 01:31:43.110 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:31:43.112 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8107 2024-10-01 01:31:43.114 | + lib/neutron:start_other_agents:649 : run_process q-metering '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2024-10-01 01:31:43.118 | + functions-common:run_process:1689 : local service=q-metering 2024-10-01 01:31:43.120 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2024-10-01 01:31:43.122 | + functions-common:run_process:1691 : local group= 2024-10-01 01:31:43.123 | + functions-common:run_process:1692 : local user= 2024-10-01 01:31:43.126 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 01:31:43.128 | + functions-common:run_process:1695 : local name=q-metering 2024-10-01 01:31:43.130 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 01:31:43.132 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 01:31:43.134 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:31:43.136 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:31:43.139 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:31:43.142 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746303140 2024-10-01 01:31:43.144 | + functions-common:run_process:1698 : is_service_enabled q-metering 2024-10-01 01:31:43.159 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:31:43.161 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 01:31:43.163 | + functions-common:time_stop:2435 : local name 2024-10-01 01:31:43.165 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:31:43.167 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:31:43.169 | + functions-common:time_stop:2438 : local total 2024-10-01 01:31:43.171 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:31:43.173 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 01:31:43.175 | + functions-common:time_stop:2442 : start_time=1727746303140 2024-10-01 01:31:43.177 | + functions-common:time_stop:2444 : [[ -z 1727746303140 ]] 2024-10-01 01:31:43.179 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:31:43.183 | + functions-common:time_stop:2447 : end_time=1727746303181 2024-10-01 01:31:43.185 | + functions-common:time_stop:2448 : elapsed_time=41 2024-10-01 01:31:43.187 | + functions-common:time_stop:2449 : total=8107 2024-10-01 01:31:43.189 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:31:43.191 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8148 2024-10-01 01:31:43.193 | + stack.sh:main:1310 : is_service_enabled q-svc 2024-10-01 01:31:43.207 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:31:43.209 | + stack.sh:main:1310 : [[ True == \T\r\u\e ]] 2024-10-01 01:31:43.211 | + stack.sh:main:1311 : echo_summary 'Creating initial neutron network elements' 2024-10-01 01:31:43.213 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 01:31:43.215 | + stack.sh:echo_summary:455 : echo -e Creating initial neutron network elements 2024-10-01 01:31:43.217 | + stack.sh:main:1314 : type -p neutron_plugin_create_initial_networks 2024-10-01 01:31:43.219 | + stack.sh:main:1317 : create_neutron_initial_network 2024-10-01 01:31:43.221 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : type -p neutron_plugin_create_initial_network_profile 2024-10-01 01:31:43.224 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:155 : is_networking_extension_supported auto-allocated-topology 2024-10-01 01:31:43.226 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2024-10-01 01:31:43.228 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-10-01 01:31:44.788 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:31:44.791 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-10-01 01:31:44.791 | address-scope 2024-10-01 01:31:44.791 | router-admin-state-down-before-update 2024-10-01 01:31:44.791 | agent 2024-10-01 01:31:44.791 | agent-resources-synced 2024-10-01 01:31:44.791 | allowed-address-pairs 2024-10-01 01:31:44.792 | auto-allocated-topology 2024-10-01 01:31:44.792 | availability_zone 2024-10-01 01:31:44.792 | availability_zone_filter 2024-10-01 01:31:44.792 | default-subnetpools 2024-10-01 01:31:44.792 | dhcp_agent_scheduler 2024-10-01 01:31:44.792 | dvr 2024-10-01 01:31:44.792 | empty-string-filtering 2024-10-01 01:31:44.792 | external-net 2024-10-01 01:31:44.792 | extra_dhcp_opt 2024-10-01 01:31:44.792 | extraroute 2024-10-01 01:31:44.792 | extraroute-atomic 2024-10-01 01:31:44.792 | filter-validation 2024-10-01 01:31:44.792 | floating-ip-port-forwarding-detail 2024-10-01 01:31:44.792 | fip-port-details 2024-10-01 01:31:44.792 | flavors 2024-10-01 01:31:44.792 | floatingip-pools 2024-10-01 01:31:44.792 | ip-substring-filtering 2024-10-01 01:31:44.792 | router 2024-10-01 01:31:44.792 | ext-gw-mode 2024-10-01 01:31:44.792 | l3-ha 2024-10-01 01:31:44.792 | l3-flavors 2024-10-01 01:31:44.792 | l3-port-ip-change-not-allowed 2024-10-01 01:31:44.792 | l3_agent_scheduler 2024-10-01 01:31:44.792 | multi-provider 2024-10-01 01:31:44.792 | net-mtu 2024-10-01 01:31:44.792 | net-mtu-writable 2024-10-01 01:31:44.792 | network_availability_zone 2024-10-01 01:31:44.792 | network-ip-availability 2024-10-01 01:31:44.792 | pagination 2024-10-01 01:31:44.792 | port-device-profile 2024-10-01 01:31:44.792 | port-mac-override 2024-10-01 01:31:44.792 | port-mac-address-regenerate 2024-10-01 01:31:44.792 | port-numa-affinity-policy 2024-10-01 01:31:44.792 | binding 2024-10-01 01:31:44.792 | binding-extended 2024-10-01 01:31:44.792 | port-security 2024-10-01 01:31:44.792 | project-id 2024-10-01 01:31:44.792 | provider 2024-10-01 01:31:44.792 | quota-check-limit 2024-10-01 01:31:44.792 | quotas 2024-10-01 01:31:44.792 | quota_details 2024-10-01 01:31:44.792 | rbac-policies 2024-10-01 01:31:44.792 | rbac-address-group 2024-10-01 01:31:44.792 | rbac-address-scope 2024-10-01 01:31:44.792 | rbac-security-groups 2024-10-01 01:31:44.792 | rbac-subnetpool 2024-10-01 01:31:44.792 | revision-if-match 2024-10-01 01:31:44.792 | standard-attr-revisions 2024-10-01 01:31:44.792 | router_availability_zone 2024-10-01 01:31:44.792 | security-groups-normalized-cidr 2024-10-01 01:31:44.792 | port-security-groups-filtering 2024-10-01 01:31:44.792 | security-groups-remote-address-group 2024-10-01 01:31:44.792 | security-groups-shared-filtering 2024-10-01 01:31:44.792 | security-group 2024-10-01 01:31:44.792 | service-type 2024-10-01 01:31:44.792 | sorting 2024-10-01 01:31:44.792 | standard-attr-description 2024-10-01 01:31:44.792 | stateful-security-group 2024-10-01 01:31:44.792 | subnet_onboard 2024-10-01 01:31:44.792 | subnet-service-types 2024-10-01 01:31:44.792 | subnet_allocation 2024-10-01 01:31:44.792 | subnetpool-prefix-ops 2024-10-01 01:31:44.792 | standard-attr-tag 2024-10-01 01:31:44.792 | standard-attr-timestamp 2024-10-01 01:31:44.792 | nsxt-ops' 2024-10-01 01:31:44.793 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-10-01 01:31:44.793 | address-scope 2024-10-01 01:31:44.793 | router-admin-state-down-before-update 2024-10-01 01:31:44.793 | agent 2024-10-01 01:31:44.793 | agent-resources-synced 2024-10-01 01:31:44.793 | allowed-address-pairs 2024-10-01 01:31:44.793 | auto-allocated-topology 2024-10-01 01:31:44.793 | availability_zone 2024-10-01 01:31:44.793 | availability_zone_filter 2024-10-01 01:31:44.793 | default-subnetpools 2024-10-01 01:31:44.793 | dhcp_agent_scheduler 2024-10-01 01:31:44.793 | dvr 2024-10-01 01:31:44.793 | empty-string-filtering 2024-10-01 01:31:44.793 | external-net 2024-10-01 01:31:44.793 | extra_dhcp_opt 2024-10-01 01:31:44.793 | extraroute 2024-10-01 01:31:44.793 | extraroute-atomic 2024-10-01 01:31:44.793 | filter-validation 2024-10-01 01:31:44.793 | floating-ip-port-forwarding-detail 2024-10-01 01:31:44.794 | fip-port-details 2024-10-01 01:31:44.794 | flavors 2024-10-01 01:31:44.794 | floatingip-pools 2024-10-01 01:31:44.794 | ip-substring-filtering 2024-10-01 01:31:44.794 | router 2024-10-01 01:31:44.794 | ext-gw-mode 2024-10-01 01:31:44.794 | l3-ha 2024-10-01 01:31:44.794 | l3-flavors 2024-10-01 01:31:44.794 | l3-port-ip-change-not-allowed 2024-10-01 01:31:44.794 | l3_agent_scheduler 2024-10-01 01:31:44.794 | multi-provider 2024-10-01 01:31:44.794 | net-mtu 2024-10-01 01:31:44.794 | net-mtu-writable 2024-10-01 01:31:44.794 | network_availability_zone 2024-10-01 01:31:44.794 | network-ip-availability 2024-10-01 01:31:44.794 | pagination 2024-10-01 01:31:44.794 | port-device-profile 2024-10-01 01:31:44.794 | port-mac-override 2024-10-01 01:31:44.794 | port-mac-address-regenerate 2024-10-01 01:31:44.794 | port-numa-affinity-policy 2024-10-01 01:31:44.794 | binding 2024-10-01 01:31:44.794 | binding-extended 2024-10-01 01:31:44.794 | port-security 2024-10-01 01:31:44.794 | project-id 2024-10-01 01:31:44.794 | provider 2024-10-01 01:31:44.794 | quota-check-limit 2024-10-01 01:31:44.794 | quotas 2024-10-01 01:31:44.794 | quota_details 2024-10-01 01:31:44.794 | rbac-policies 2024-10-01 01:31:44.794 | rbac-address-group 2024-10-01 01:31:44.794 | rbac-address-scope 2024-10-01 01:31:44.794 | rbac-security-groups 2024-10-01 01:31:44.794 | rbac-subnetpool 2024-10-01 01:31:44.794 | revision-if-match 2024-10-01 01:31:44.794 | standard-attr-revisions 2024-10-01 01:31:44.794 | router_availability_zone 2024-10-01 01:31:44.794 | security-groups-normalized-cidr 2024-10-01 01:31:44.794 | port-security-groups-filtering 2024-10-01 01:31:44.794 | security-groups-remote-address-group 2024-10-01 01:31:44.794 | security-groups-shared-filtering 2024-10-01 01:31:44.794 | security-group 2024-10-01 01:31:44.794 | service-type 2024-10-01 01:31:44.794 | sorting 2024-10-01 01:31:44.794 | standard-attr-description 2024-10-01 01:31:44.794 | stateful-security-group 2024-10-01 01:31:44.794 | subnet_onboard 2024-10-01 01:31:44.794 | subnet-service-types 2024-10-01 01:31:44.794 | subnet_allocation 2024-10-01 01:31:44.794 | subnetpool-prefix-ops 2024-10-01 01:31:44.794 | standard-attr-tag 2024-10-01 01:31:44.794 | standard-attr-timestamp 2024-10-01 01:31:44.794 | nsxt-ops =~ auto-allocated-topology ]] 2024-10-01 01:31:44.796 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-10-01 01:31:44.798 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:156 : [[ True == \T\r\u\e ]] 2024-10-01 01:31:44.800 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : [[ 4 =~ 4.* ]] 2024-10-01 01:31:44.804 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:158 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet pool create shared-default-subnetpool-v4 --default-prefix-length 26 --pool-prefix 192.168.128.0/17 --share --default -f value -c id 2024-10-01 01:31:46.343 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:31:46.346 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:158 : SUBNETPOOL_V4_ID=997b20bc-1a91-43db-a49d-c965977d633d 2024-10-01 01:31:46.349 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:160 : [[ 4 =~ .*6 ]] 2024-10-01 01:31:46.351 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : is_provider_network 2024-10-01 01:31:46.353 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-10-01 01:31:46.355 | + functions-common:is_provider_network:2287 : return 1 2024-10-01 01:31:46.358 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : oscwrap --os-cloud devstack --os-region RegionOne network create private -f value -c id 2024-10-01 01:31:47.946 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:31:47.949 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : NET_ID=fa2d9889-3bdc-4018-b093-aa10318bfff4 2024-10-01 01:31:47.951 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:197 : die_if_not_set 197 NET_ID 'Failure creating NET_ID for private' 2024-10-01 01:31:47.953 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-10-01 01:31:47.967 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:199 : [[ 4 =~ 4.* ]] 2024-10-01 01:31:47.970 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : _neutron_create_private_subnet_v4 2024-10-01 01:31:47.972 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:248 : '[' -z 997b20bc-1a91-43db-a49d-c965977d633d ']' 2024-10-01 01:31:47.974 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:251 : local 'subnet_params=--ip-version 4 ' 2024-10-01 01:31:47.976 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:252 : [[ -n '' ]] 2024-10-01 01:31:47.978 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:256 : subnet_params+='--subnet-pool 997b20bc-1a91-43db-a49d-c965977d633d ' 2024-10-01 01:31:47.980 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : subnet_params+=' ' 2024-10-01 01:31:47.982 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : subnet_params+='--network fa2d9889-3bdc-4018-b093-aa10318bfff4 private-subnet' 2024-10-01 01:31:47.984 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:259 : local subnet_id 2024-10-01 01:31:47.986 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:260 : oscwrap --os-cloud devstack-admin-demo --os-region RegionOne subnet create --ip-version 4 --subnet-pool 997b20bc-1a91-43db-a49d-c965977d633d --network fa2d9889-3bdc-4018-b093-aa10318bfff4 private-subnet -f value -c id 2024-10-01 01:31:49.516 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:31:49.518 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:260 : subnet_id=8950e9ba-abd2-4eb7-97bc-f8cbb8180be9 2024-10-01 01:31:49.521 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:261 : die_if_not_set 261 subnet_id 'Failure creating private IPv4 subnet' 2024-10-01 01:31:49.523 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2024-10-01 01:31:49.536 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : echo 8950e9ba-abd2-4eb7-97bc-f8cbb8180be9 2024-10-01 01:31:49.539 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : SUBNET_ID=8950e9ba-abd2-4eb7-97bc-f8cbb8180be9 2024-10-01 01:31:49.541 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:204 : [[ 4 =~ .*6 ]] 2024-10-01 01:31:49.543 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported router 2024-10-01 01:31:49.545 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=router 2024-10-01 01:31:49.548 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-10-01 01:31:50.812 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:31:50.814 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-10-01 01:31:50.814 | address-scope 2024-10-01 01:31:50.814 | router-admin-state-down-before-update 2024-10-01 01:31:50.814 | agent 2024-10-01 01:31:50.814 | agent-resources-synced 2024-10-01 01:31:50.814 | allowed-address-pairs 2024-10-01 01:31:50.814 | auto-allocated-topology 2024-10-01 01:31:50.814 | availability_zone 2024-10-01 01:31:50.814 | availability_zone_filter 2024-10-01 01:31:50.814 | default-subnetpools 2024-10-01 01:31:50.814 | dhcp_agent_scheduler 2024-10-01 01:31:50.814 | dvr 2024-10-01 01:31:50.814 | empty-string-filtering 2024-10-01 01:31:50.814 | external-net 2024-10-01 01:31:50.814 | extra_dhcp_opt 2024-10-01 01:31:50.814 | extraroute 2024-10-01 01:31:50.814 | extraroute-atomic 2024-10-01 01:31:50.814 | filter-validation 2024-10-01 01:31:50.814 | floating-ip-port-forwarding-detail 2024-10-01 01:31:50.814 | fip-port-details 2024-10-01 01:31:50.814 | flavors 2024-10-01 01:31:50.814 | floatingip-pools 2024-10-01 01:31:50.814 | ip-substring-filtering 2024-10-01 01:31:50.814 | router 2024-10-01 01:31:50.814 | ext-gw-mode 2024-10-01 01:31:50.814 | l3-ha 2024-10-01 01:31:50.814 | l3-flavors 2024-10-01 01:31:50.814 | l3-port-ip-change-not-allowed 2024-10-01 01:31:50.814 | l3_agent_scheduler 2024-10-01 01:31:50.814 | multi-provider 2024-10-01 01:31:50.814 | net-mtu 2024-10-01 01:31:50.814 | net-mtu-writable 2024-10-01 01:31:50.814 | network_availability_zone 2024-10-01 01:31:50.814 | network-ip-availability 2024-10-01 01:31:50.814 | pagination 2024-10-01 01:31:50.814 | port-device-profile 2024-10-01 01:31:50.814 | port-mac-override 2024-10-01 01:31:50.814 | port-mac-address-regenerate 2024-10-01 01:31:50.814 | port-numa-affinity-policy 2024-10-01 01:31:50.814 | binding 2024-10-01 01:31:50.814 | binding-extended 2024-10-01 01:31:50.814 | port-security 2024-10-01 01:31:50.814 | project-id 2024-10-01 01:31:50.814 | provider 2024-10-01 01:31:50.814 | quota-check-limit 2024-10-01 01:31:50.814 | quotas 2024-10-01 01:31:50.814 | quota_details 2024-10-01 01:31:50.814 | rbac-policies 2024-10-01 01:31:50.814 | rbac-address-group 2024-10-01 01:31:50.814 | rbac-address-scope 2024-10-01 01:31:50.814 | rbac-security-groups 2024-10-01 01:31:50.814 | rbac-subnetpool 2024-10-01 01:31:50.814 | revision-if-match 2024-10-01 01:31:50.814 | standard-attr-revisions 2024-10-01 01:31:50.814 | router_availability_zone 2024-10-01 01:31:50.814 | security-groups-normalized-cidr 2024-10-01 01:31:50.814 | port-security-groups-filtering 2024-10-01 01:31:50.814 | security-groups-remote-address-group 2024-10-01 01:31:50.814 | security-groups-shared-filtering 2024-10-01 01:31:50.814 | security-group 2024-10-01 01:31:50.814 | service-type 2024-10-01 01:31:50.814 | sorting 2024-10-01 01:31:50.815 | standard-attr-description 2024-10-01 01:31:50.815 | stateful-security-group 2024-10-01 01:31:50.815 | subnet_onboard 2024-10-01 01:31:50.815 | subnet-service-types 2024-10-01 01:31:50.815 | subnet_allocation 2024-10-01 01:31:50.815 | subnetpool-prefix-ops 2024-10-01 01:31:50.815 | standard-attr-tag 2024-10-01 01:31:50.815 | standard-attr-timestamp 2024-10-01 01:31:50.815 | nsxt-ops' 2024-10-01 01:31:50.817 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-10-01 01:31:50.817 | address-scope 2024-10-01 01:31:50.817 | router-admin-state-down-before-update 2024-10-01 01:31:50.817 | agent 2024-10-01 01:31:50.817 | agent-resources-synced 2024-10-01 01:31:50.817 | allowed-address-pairs 2024-10-01 01:31:50.817 | auto-allocated-topology 2024-10-01 01:31:50.817 | availability_zone 2024-10-01 01:31:50.817 | availability_zone_filter 2024-10-01 01:31:50.817 | default-subnetpools 2024-10-01 01:31:50.817 | dhcp_agent_scheduler 2024-10-01 01:31:50.817 | dvr 2024-10-01 01:31:50.817 | empty-string-filtering 2024-10-01 01:31:50.817 | external-net 2024-10-01 01:31:50.817 | extra_dhcp_opt 2024-10-01 01:31:50.817 | extraroute 2024-10-01 01:31:50.817 | extraroute-atomic 2024-10-01 01:31:50.817 | filter-validation 2024-10-01 01:31:50.817 | floating-ip-port-forwarding-detail 2024-10-01 01:31:50.817 | fip-port-details 2024-10-01 01:31:50.817 | flavors 2024-10-01 01:31:50.817 | floatingip-pools 2024-10-01 01:31:50.817 | ip-substring-filtering 2024-10-01 01:31:50.817 | router 2024-10-01 01:31:50.817 | ext-gw-mode 2024-10-01 01:31:50.817 | l3-ha 2024-10-01 01:31:50.817 | l3-flavors 2024-10-01 01:31:50.817 | l3-port-ip-change-not-allowed 2024-10-01 01:31:50.817 | l3_agent_scheduler 2024-10-01 01:31:50.817 | multi-provider 2024-10-01 01:31:50.817 | net-mtu 2024-10-01 01:31:50.817 | net-mtu-writable 2024-10-01 01:31:50.817 | network_availability_zone 2024-10-01 01:31:50.817 | network-ip-availability 2024-10-01 01:31:50.817 | pagination 2024-10-01 01:31:50.817 | port-device-profile 2024-10-01 01:31:50.817 | port-mac-override 2024-10-01 01:31:50.817 | port-mac-address-regenerate 2024-10-01 01:31:50.817 | port-numa-affinity-policy 2024-10-01 01:31:50.817 | binding 2024-10-01 01:31:50.817 | binding-extended 2024-10-01 01:31:50.817 | port-security 2024-10-01 01:31:50.817 | project-id 2024-10-01 01:31:50.817 | provider 2024-10-01 01:31:50.817 | quota-check-limit 2024-10-01 01:31:50.817 | quotas 2024-10-01 01:31:50.817 | quota_details 2024-10-01 01:31:50.817 | rbac-policies 2024-10-01 01:31:50.817 | rbac-address-group 2024-10-01 01:31:50.818 | rbac-address-scope 2024-10-01 01:31:50.818 | rbac-security-groups 2024-10-01 01:31:50.818 | rbac-subnetpool 2024-10-01 01:31:50.818 | revision-if-match 2024-10-01 01:31:50.818 | standard-attr-revisions 2024-10-01 01:31:50.818 | router_availability_zone 2024-10-01 01:31:50.818 | security-groups-normalized-cidr 2024-10-01 01:31:50.818 | port-security-groups-filtering 2024-10-01 01:31:50.818 | security-groups-remote-address-group 2024-10-01 01:31:50.818 | security-groups-shared-filtering 2024-10-01 01:31:50.818 | security-group 2024-10-01 01:31:50.818 | service-type 2024-10-01 01:31:50.818 | sorting 2024-10-01 01:31:50.818 | standard-attr-description 2024-10-01 01:31:50.818 | stateful-security-group 2024-10-01 01:31:50.818 | subnet_onboard 2024-10-01 01:31:50.818 | subnet-service-types 2024-10-01 01:31:50.818 | subnet_allocation 2024-10-01 01:31:50.818 | subnetpool-prefix-ops 2024-10-01 01:31:50.818 | standard-attr-tag 2024-10-01 01:31:50.818 | standard-attr-timestamp 2024-10-01 01:31:50.818 | nsxt-ops =~ router ]] 2024-10-01 01:31:50.819 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-10-01 01:31:50.821 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported external-net 2024-10-01 01:31:50.823 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2024-10-01 01:31:50.826 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-10-01 01:31:52.097 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:31:52.099 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-10-01 01:31:52.099 | address-scope 2024-10-01 01:31:52.099 | router-admin-state-down-before-update 2024-10-01 01:31:52.099 | agent 2024-10-01 01:31:52.099 | agent-resources-synced 2024-10-01 01:31:52.099 | allowed-address-pairs 2024-10-01 01:31:52.099 | auto-allocated-topology 2024-10-01 01:31:52.099 | availability_zone 2024-10-01 01:31:52.099 | availability_zone_filter 2024-10-01 01:31:52.099 | default-subnetpools 2024-10-01 01:31:52.099 | dhcp_agent_scheduler 2024-10-01 01:31:52.099 | dvr 2024-10-01 01:31:52.099 | empty-string-filtering 2024-10-01 01:31:52.099 | external-net 2024-10-01 01:31:52.099 | extra_dhcp_opt 2024-10-01 01:31:52.099 | extraroute 2024-10-01 01:31:52.099 | extraroute-atomic 2024-10-01 01:31:52.099 | filter-validation 2024-10-01 01:31:52.099 | floating-ip-port-forwarding-detail 2024-10-01 01:31:52.099 | fip-port-details 2024-10-01 01:31:52.099 | flavors 2024-10-01 01:31:52.099 | floatingip-pools 2024-10-01 01:31:52.099 | ip-substring-filtering 2024-10-01 01:31:52.099 | router 2024-10-01 01:31:52.099 | ext-gw-mode 2024-10-01 01:31:52.099 | l3-ha 2024-10-01 01:31:52.100 | l3-flavors 2024-10-01 01:31:52.100 | l3-port-ip-change-not-allowed 2024-10-01 01:31:52.100 | l3_agent_scheduler 2024-10-01 01:31:52.100 | multi-provider 2024-10-01 01:31:52.100 | net-mtu 2024-10-01 01:31:52.100 | net-mtu-writable 2024-10-01 01:31:52.100 | network_availability_zone 2024-10-01 01:31:52.100 | network-ip-availability 2024-10-01 01:31:52.100 | pagination 2024-10-01 01:31:52.100 | port-device-profile 2024-10-01 01:31:52.100 | port-mac-override 2024-10-01 01:31:52.100 | port-mac-address-regenerate 2024-10-01 01:31:52.100 | port-numa-affinity-policy 2024-10-01 01:31:52.100 | binding 2024-10-01 01:31:52.100 | binding-extended 2024-10-01 01:31:52.100 | port-security 2024-10-01 01:31:52.100 | project-id 2024-10-01 01:31:52.100 | provider 2024-10-01 01:31:52.100 | quota-check-limit 2024-10-01 01:31:52.100 | quotas 2024-10-01 01:31:52.100 | quota_details 2024-10-01 01:31:52.100 | rbac-policies 2024-10-01 01:31:52.100 | rbac-address-group 2024-10-01 01:31:52.100 | rbac-address-scope 2024-10-01 01:31:52.100 | rbac-security-groups 2024-10-01 01:31:52.100 | rbac-subnetpool 2024-10-01 01:31:52.100 | revision-if-match 2024-10-01 01:31:52.100 | standard-attr-revisions 2024-10-01 01:31:52.100 | router_availability_zone 2024-10-01 01:31:52.100 | security-groups-normalized-cidr 2024-10-01 01:31:52.100 | port-security-groups-filtering 2024-10-01 01:31:52.100 | security-groups-remote-address-group 2024-10-01 01:31:52.100 | security-groups-shared-filtering 2024-10-01 01:31:52.100 | security-group 2024-10-01 01:31:52.100 | service-type 2024-10-01 01:31:52.100 | sorting 2024-10-01 01:31:52.100 | standard-attr-description 2024-10-01 01:31:52.100 | stateful-security-group 2024-10-01 01:31:52.100 | subnet_onboard 2024-10-01 01:31:52.100 | subnet-service-types 2024-10-01 01:31:52.100 | subnet_allocation 2024-10-01 01:31:52.100 | subnetpool-prefix-ops 2024-10-01 01:31:52.100 | standard-attr-tag 2024-10-01 01:31:52.100 | standard-attr-timestamp 2024-10-01 01:31:52.100 | nsxt-ops' 2024-10-01 01:31:52.102 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-10-01 01:31:52.102 | address-scope 2024-10-01 01:31:52.102 | router-admin-state-down-before-update 2024-10-01 01:31:52.102 | agent 2024-10-01 01:31:52.102 | agent-resources-synced 2024-10-01 01:31:52.102 | allowed-address-pairs 2024-10-01 01:31:52.102 | auto-allocated-topology 2024-10-01 01:31:52.102 | availability_zone 2024-10-01 01:31:52.102 | availability_zone_filter 2024-10-01 01:31:52.102 | default-subnetpools 2024-10-01 01:31:52.102 | dhcp_agent_scheduler 2024-10-01 01:31:52.102 | dvr 2024-10-01 01:31:52.102 | empty-string-filtering 2024-10-01 01:31:52.102 | external-net 2024-10-01 01:31:52.102 | extra_dhcp_opt 2024-10-01 01:31:52.102 | extraroute 2024-10-01 01:31:52.102 | extraroute-atomic 2024-10-01 01:31:52.102 | filter-validation 2024-10-01 01:31:52.102 | floating-ip-port-forwarding-detail 2024-10-01 01:31:52.102 | fip-port-details 2024-10-01 01:31:52.102 | flavors 2024-10-01 01:31:52.102 | floatingip-pools 2024-10-01 01:31:52.102 | ip-substring-filtering 2024-10-01 01:31:52.102 | router 2024-10-01 01:31:52.102 | ext-gw-mode 2024-10-01 01:31:52.102 | l3-ha 2024-10-01 01:31:52.102 | l3-flavors 2024-10-01 01:31:52.102 | l3-port-ip-change-not-allowed 2024-10-01 01:31:52.102 | l3_agent_scheduler 2024-10-01 01:31:52.102 | multi-provider 2024-10-01 01:31:52.102 | net-mtu 2024-10-01 01:31:52.102 | net-mtu-writable 2024-10-01 01:31:52.102 | network_availability_zone 2024-10-01 01:31:52.102 | network-ip-availability 2024-10-01 01:31:52.102 | pagination 2024-10-01 01:31:52.102 | port-device-profile 2024-10-01 01:31:52.102 | port-mac-override 2024-10-01 01:31:52.102 | port-mac-address-regenerate 2024-10-01 01:31:52.102 | port-numa-affinity-policy 2024-10-01 01:31:52.102 | binding 2024-10-01 01:31:52.102 | binding-extended 2024-10-01 01:31:52.102 | port-security 2024-10-01 01:31:52.102 | project-id 2024-10-01 01:31:52.102 | provider 2024-10-01 01:31:52.103 | quota-check-limit 2024-10-01 01:31:52.103 | quotas 2024-10-01 01:31:52.103 | quota_details 2024-10-01 01:31:52.103 | rbac-policies 2024-10-01 01:31:52.103 | rbac-address-group 2024-10-01 01:31:52.103 | rbac-address-scope 2024-10-01 01:31:52.103 | rbac-security-groups 2024-10-01 01:31:52.103 | rbac-subnetpool 2024-10-01 01:31:52.103 | revision-if-match 2024-10-01 01:31:52.103 | standard-attr-revisions 2024-10-01 01:31:52.103 | router_availability_zone 2024-10-01 01:31:52.103 | security-groups-normalized-cidr 2024-10-01 01:31:52.103 | port-security-groups-filtering 2024-10-01 01:31:52.103 | security-groups-remote-address-group 2024-10-01 01:31:52.103 | security-groups-shared-filtering 2024-10-01 01:31:52.103 | security-group 2024-10-01 01:31:52.103 | service-type 2024-10-01 01:31:52.103 | sorting 2024-10-01 01:31:52.103 | standard-attr-description 2024-10-01 01:31:52.103 | stateful-security-group 2024-10-01 01:31:52.103 | subnet_onboard 2024-10-01 01:31:52.103 | subnet-service-types 2024-10-01 01:31:52.103 | subnet_allocation 2024-10-01 01:31:52.103 | subnetpool-prefix-ops 2024-10-01 01:31:52.103 | standard-attr-tag 2024-10-01 01:31:52.103 | standard-attr-timestamp 2024-10-01 01:31:52.103 | nsxt-ops =~ external-net ]] 2024-10-01 01:31:52.105 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-10-01 01:31:52.107 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:212 : [[ True == \T\r\u\e ]] 2024-10-01 01:31:52.110 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : oscwrap --os-cloud devstack --os-region RegionOne router create router1 -f value -c id 2024-10-01 01:31:53.446 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:31:53.449 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : ROUTER_ID=1b75db90-b7a5-45c3-ace0-1f166bdd0260 2024-10-01 01:31:53.452 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : die_if_not_set 215 ROUTER_ID 'Failure creating router router1' 2024-10-01 01:31:53.454 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-10-01 01:31:53.468 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:222 : EXTERNAL_NETWORK_FLAGS=--external 2024-10-01 01:31:53.471 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:223 : is_networking_extension_supported auto-allocated-topology 2024-10-01 01:31:53.473 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2024-10-01 01:31:53.476 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-10-01 01:31:54.736 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:31:54.739 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-10-01 01:31:54.739 | address-scope 2024-10-01 01:31:54.739 | router-admin-state-down-before-update 2024-10-01 01:31:54.739 | agent 2024-10-01 01:31:54.739 | agent-resources-synced 2024-10-01 01:31:54.739 | allowed-address-pairs 2024-10-01 01:31:54.739 | auto-allocated-topology 2024-10-01 01:31:54.739 | availability_zone 2024-10-01 01:31:54.739 | availability_zone_filter 2024-10-01 01:31:54.739 | default-subnetpools 2024-10-01 01:31:54.739 | dhcp_agent_scheduler 2024-10-01 01:31:54.739 | dvr 2024-10-01 01:31:54.739 | empty-string-filtering 2024-10-01 01:31:54.739 | external-net 2024-10-01 01:31:54.739 | extra_dhcp_opt 2024-10-01 01:31:54.739 | extraroute 2024-10-01 01:31:54.739 | extraroute-atomic 2024-10-01 01:31:54.739 | filter-validation 2024-10-01 01:31:54.739 | floating-ip-port-forwarding-detail 2024-10-01 01:31:54.739 | fip-port-details 2024-10-01 01:31:54.739 | flavors 2024-10-01 01:31:54.739 | floatingip-pools 2024-10-01 01:31:54.739 | ip-substring-filtering 2024-10-01 01:31:54.739 | router 2024-10-01 01:31:54.739 | ext-gw-mode 2024-10-01 01:31:54.739 | l3-ha 2024-10-01 01:31:54.739 | l3-flavors 2024-10-01 01:31:54.739 | l3-port-ip-change-not-allowed 2024-10-01 01:31:54.739 | l3_agent_scheduler 2024-10-01 01:31:54.739 | multi-provider 2024-10-01 01:31:54.739 | net-mtu 2024-10-01 01:31:54.739 | net-mtu-writable 2024-10-01 01:31:54.739 | network_availability_zone 2024-10-01 01:31:54.739 | network-ip-availability 2024-10-01 01:31:54.739 | pagination 2024-10-01 01:31:54.739 | port-device-profile 2024-10-01 01:31:54.739 | port-mac-override 2024-10-01 01:31:54.739 | port-mac-address-regenerate 2024-10-01 01:31:54.739 | port-numa-affinity-policy 2024-10-01 01:31:54.739 | binding 2024-10-01 01:31:54.739 | binding-extended 2024-10-01 01:31:54.739 | port-security 2024-10-01 01:31:54.739 | project-id 2024-10-01 01:31:54.739 | provider 2024-10-01 01:31:54.739 | quota-check-limit 2024-10-01 01:31:54.739 | quotas 2024-10-01 01:31:54.739 | quota_details 2024-10-01 01:31:54.739 | rbac-policies 2024-10-01 01:31:54.739 | rbac-address-group 2024-10-01 01:31:54.739 | rbac-address-scope 2024-10-01 01:31:54.739 | rbac-security-groups 2024-10-01 01:31:54.739 | rbac-subnetpool 2024-10-01 01:31:54.739 | revision-if-match 2024-10-01 01:31:54.739 | standard-attr-revisions 2024-10-01 01:31:54.739 | router_availability_zone 2024-10-01 01:31:54.739 | security-groups-normalized-cidr 2024-10-01 01:31:54.739 | port-security-groups-filtering 2024-10-01 01:31:54.739 | security-groups-remote-address-group 2024-10-01 01:31:54.739 | security-groups-shared-filtering 2024-10-01 01:31:54.739 | security-group 2024-10-01 01:31:54.739 | service-type 2024-10-01 01:31:54.739 | sorting 2024-10-01 01:31:54.739 | standard-attr-description 2024-10-01 01:31:54.740 | stateful-security-group 2024-10-01 01:31:54.740 | subnet_onboard 2024-10-01 01:31:54.740 | subnet-service-types 2024-10-01 01:31:54.740 | subnet_allocation 2024-10-01 01:31:54.740 | subnetpool-prefix-ops 2024-10-01 01:31:54.740 | standard-attr-tag 2024-10-01 01:31:54.740 | standard-attr-timestamp 2024-10-01 01:31:54.740 | nsxt-ops' 2024-10-01 01:31:54.741 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-10-01 01:31:54.741 | address-scope 2024-10-01 01:31:54.741 | router-admin-state-down-before-update 2024-10-01 01:31:54.741 | agent 2024-10-01 01:31:54.741 | agent-resources-synced 2024-10-01 01:31:54.741 | allowed-address-pairs 2024-10-01 01:31:54.741 | auto-allocated-topology 2024-10-01 01:31:54.741 | availability_zone 2024-10-01 01:31:54.741 | availability_zone_filter 2024-10-01 01:31:54.741 | default-subnetpools 2024-10-01 01:31:54.741 | dhcp_agent_scheduler 2024-10-01 01:31:54.741 | dvr 2024-10-01 01:31:54.741 | empty-string-filtering 2024-10-01 01:31:54.741 | external-net 2024-10-01 01:31:54.741 | extra_dhcp_opt 2024-10-01 01:31:54.741 | extraroute 2024-10-01 01:31:54.741 | extraroute-atomic 2024-10-01 01:31:54.741 | filter-validation 2024-10-01 01:31:54.741 | floating-ip-port-forwarding-detail 2024-10-01 01:31:54.741 | fip-port-details 2024-10-01 01:31:54.741 | flavors 2024-10-01 01:31:54.741 | floatingip-pools 2024-10-01 01:31:54.741 | ip-substring-filtering 2024-10-01 01:31:54.741 | router 2024-10-01 01:31:54.741 | ext-gw-mode 2024-10-01 01:31:54.741 | l3-ha 2024-10-01 01:31:54.741 | l3-flavors 2024-10-01 01:31:54.741 | l3-port-ip-change-not-allowed 2024-10-01 01:31:54.741 | l3_agent_scheduler 2024-10-01 01:31:54.742 | multi-provider 2024-10-01 01:31:54.742 | net-mtu 2024-10-01 01:31:54.742 | net-mtu-writable 2024-10-01 01:31:54.742 | network_availability_zone 2024-10-01 01:31:54.742 | network-ip-availability 2024-10-01 01:31:54.742 | pagination 2024-10-01 01:31:54.742 | port-device-profile 2024-10-01 01:31:54.742 | port-mac-override 2024-10-01 01:31:54.742 | port-mac-address-regenerate 2024-10-01 01:31:54.742 | port-numa-affinity-policy 2024-10-01 01:31:54.742 | binding 2024-10-01 01:31:54.742 | binding-extended 2024-10-01 01:31:54.742 | port-security 2024-10-01 01:31:54.742 | project-id 2024-10-01 01:31:54.742 | provider 2024-10-01 01:31:54.742 | quota-check-limit 2024-10-01 01:31:54.742 | quotas 2024-10-01 01:31:54.742 | quota_details 2024-10-01 01:31:54.742 | rbac-policies 2024-10-01 01:31:54.742 | rbac-address-group 2024-10-01 01:31:54.742 | rbac-address-scope 2024-10-01 01:31:54.742 | rbac-security-groups 2024-10-01 01:31:54.742 | rbac-subnetpool 2024-10-01 01:31:54.742 | revision-if-match 2024-10-01 01:31:54.742 | standard-attr-revisions 2024-10-01 01:31:54.742 | router_availability_zone 2024-10-01 01:31:54.742 | security-groups-normalized-cidr 2024-10-01 01:31:54.742 | port-security-groups-filtering 2024-10-01 01:31:54.742 | security-groups-remote-address-group 2024-10-01 01:31:54.742 | security-groups-shared-filtering 2024-10-01 01:31:54.742 | security-group 2024-10-01 01:31:54.742 | service-type 2024-10-01 01:31:54.742 | sorting 2024-10-01 01:31:54.742 | standard-attr-description 2024-10-01 01:31:54.742 | stateful-security-group 2024-10-01 01:31:54.742 | subnet_onboard 2024-10-01 01:31:54.742 | subnet-service-types 2024-10-01 01:31:54.742 | subnet_allocation 2024-10-01 01:31:54.742 | subnetpool-prefix-ops 2024-10-01 01:31:54.742 | standard-attr-tag 2024-10-01 01:31:54.742 | standard-attr-timestamp 2024-10-01 01:31:54.742 | nsxt-ops =~ auto-allocated-topology ]] 2024-10-01 01:31:54.743 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-10-01 01:31:54.745 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:224 : EXTERNAL_NETWORK_FLAGS='--external --default' 2024-10-01 01:31:54.747 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:227 : '[' True = True ']' 2024-10-01 01:31:54.751 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : oscwrap --os-cloud devstack-admin --os-region RegionOne network create public --external --default --provider-network-type vlan --provider-segment 1001 --provider-physical-network default -f value -c id 2024-10-01 01:31:56.234 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:31:56.237 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXT_NET_ID=4a9f7a81-6fb7-4fd0-8614-ad0271e8f626 2024-10-01 01:31:56.239 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:232 : die_if_not_set 232 EXT_NET_ID 'Failure creating EXT_NET_ID for public' 2024-10-01 01:31:56.241 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-10-01 01:31:56.256 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : [[ 4 =~ 4.* ]] 2024-10-01 01:31:56.258 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:236 : _neutron_configure_router_v4 2024-10-01 01:31:56.260 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:315 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet 1b75db90-b7a5-45c3-ace0-1f166bdd0260 8950e9ba-abd2-4eb7-97bc-f8cbb8180be9 2024-10-01 01:31:58.398 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:317 : local id_and_ext_gw_ip 2024-10-01 01:31:58.401 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : _neutron_create_public_subnet_v4 4a9f7a81-6fb7-4fd0-8614-ad0271e8f626 2024-10-01 01:31:58.403 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:288 : local 'subnet_params=--ip-version 4 ' 2024-10-01 01:31:58.405 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:289 : subnet_params+='--allocation-pool start=10.180.180.128,end=10.180.180.254 ' 2024-10-01 01:31:58.407 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:290 : [[ -n 10.180.180.1 ]] 2024-10-01 01:31:58.408 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:291 : subnet_params+='--gateway 10.180.180.1 ' 2024-10-01 01:31:58.410 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:293 : subnet_params+='--network 4a9f7a81-6fb7-4fd0-8614-ad0271e8f626 --subnet-range 10.180.180.0/24 --no-dhcp ' 2024-10-01 01:31:58.412 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : subnet_params+=public-subnet 2024-10-01 01:31:58.414 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:295 : local id_and_ext_gw_ip 2024-10-01 01:31:58.417 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : grep -e gateway_ip -e ' id ' 2024-10-01 01:31:58.417 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet create --ip-version 4 --allocation-pool start=10.180.180.128,end=10.180.180.254 --gateway 10.180.180.1 --network 4a9f7a81-6fb7-4fd0-8614-ad0271e8f626 --subnet-range 10.180.180.0/24 --no-dhcp public-subnet 2024-10-01 01:31:59.959 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:31:59.962 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | 2024-10-01 01:31:59.962 | | id | ec650c7d-8e9e-48b1-b9c2-13fda7b96e8f |' 2024-10-01 01:31:59.964 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:297 : die_if_not_set 297 id_and_ext_gw_ip 'Failure creating public IPv4 subnet' 2024-10-01 01:31:59.966 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2024-10-01 01:31:59.979 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:298 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' ec650c7d-8e9e-48b1-b9c2-13fda7b96e8f '|' 2024-10-01 01:31:59.981 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | | id | ec650c7d-8e9e-48b1-b9c2-13fda7b96e8f |' 2024-10-01 01:31:59.983 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:319 : local ext_gw_ip 2024-10-01 01:31:59.986 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' ec650c7d-8e9e-48b1-b9c2-13fda7b96e8f '|' 2024-10-01 01:31:59.986 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : get_field 2 2024-10-01 01:31:59.989 | ++ functions-common:get_field:829 : local data field 2024-10-01 01:31:59.991 | ++ functions-common:get_field:830 : read data 2024-10-01 01:31:59.992 | ++ functions-common:get_field:831 : '[' 2 -lt 0 ']' 2024-10-01 01:31:59.994 | ++ functions-common:get_field:834 : field='$3' 2024-10-01 01:31:59.997 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | ec650c7d-8e9e-48b1-b9c2-13fda7b96e8f |' 2024-10-01 01:31:59.997 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2024-10-01 01:32:00.001 | ++ functions-common:get_field:830 : read data 2024-10-01 01:32:00.004 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : ext_gw_ip=10.180.180.1 2024-10-01 01:32:00.007 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' ec650c7d-8e9e-48b1-b9c2-13fda7b96e8f '|' 2024-10-01 01:32:00.007 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : get_field 5 2024-10-01 01:32:00.009 | ++ functions-common:get_field:829 : local data field 2024-10-01 01:32:00.011 | ++ functions-common:get_field:830 : read data 2024-10-01 01:32:00.013 | ++ functions-common:get_field:831 : '[' 5 -lt 0 ']' 2024-10-01 01:32:00.015 | ++ functions-common:get_field:834 : field='$6' 2024-10-01 01:32:00.017 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | ec650c7d-8e9e-48b1-b9c2-13fda7b96e8f |' 2024-10-01 01:32:00.018 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2024-10-01 01:32:00.022 | ++ functions-common:get_field:830 : read data 2024-10-01 01:32:00.025 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : PUB_SUBNET_ID=ec650c7d-8e9e-48b1-b9c2-13fda7b96e8f 2024-10-01 01:32:00.027 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway 4a9f7a81-6fb7-4fd0-8614-ad0271e8f626 1b75db90-b7a5-45c3-ace0-1f166bdd0260 2024-10-01 01:32:02.146 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : [[ openvswitch == \o\v\n ]] 2024-10-01 01:32:02.148 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : is_service_enabled q-l3 neutron-l3 2024-10-01 01:32:02.161 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:32:02.163 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:328 : local ext_gw_interface=none 2024-10-01 01:32:02.165 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : is_neutron_ovs_base_plugin 2024-10-01 01:32:02.167 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2024-10-01 01:32:02.170 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : _neutron_get_ext_gw_interface 2024-10-01 01:32:02.172 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:138 : [[ False == \T\r\u\e ]] 2024-10-01 01:32:02.174 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:143 : sudo ovs-vsctl set Bridge br-ex other_config:disable-in-band=true 2024-10-01 01:32:02.190 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:145 : echo br-ex 2024-10-01 01:32:02.192 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : ext_gw_interface=br-ex 2024-10-01 01:32:02.194 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : [[ br-ex != \n\o\n\e ]] 2024-10-01 01:32:02.196 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:343 : local cidr_len=24 2024-10-01 01:32:02.198 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:344 : local 'testcmd=ip -o link | grep -q br-ex' 2024-10-01 01:32:02.200 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:345 : test_with_retry 'ip -o link | grep -q br-ex' 'br-ex creation failed' 2024-10-01 01:32:02.202 | + functions-common:test_with_retry:2373 : local 'testcmd=ip -o link | grep -q br-ex' 2024-10-01 01:32:02.204 | + functions-common:test_with_retry:2374 : local 'failmsg=br-ex creation failed' 2024-10-01 01:32:02.206 | + functions-common:test_with_retry:2375 : local until=10 2024-10-01 01:32:02.208 | + functions-common:test_with_retry:2376 : local sleep=0.5 2024-10-01 01:32:02.210 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2024-10-01 01:32:02.212 | + functions-common:time_start:2421 : local name=test_with_retry 2024-10-01 01:32:02.213 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:32:02.215 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:32:02.218 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:32:02.221 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746322219 2024-10-01 01:32:02.223 | + functions-common:test_with_retry:2379 : timeout 10 sh -c 'while ! ip -o link | grep -q br-ex; do sleep 0.5; done' 2024-10-01 01:32:02.228 | + functions-common:test_with_retry:2382 : time_stop test_with_retry 2024-10-01 01:32:02.230 | + functions-common:time_stop:2435 : local name 2024-10-01 01:32:02.232 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:32:02.234 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:32:02.235 | + functions-common:time_stop:2438 : local total 2024-10-01 01:32:02.237 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:32:02.239 | + functions-common:time_stop:2441 : name=test_with_retry 2024-10-01 01:32:02.241 | + functions-common:time_stop:2442 : start_time=1727746322219 2024-10-01 01:32:02.243 | + functions-common:time_stop:2444 : [[ -z 1727746322219 ]] 2024-10-01 01:32:02.245 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:32:02.248 | + functions-common:time_stop:2447 : end_time=1727746322246 2024-10-01 01:32:02.250 | + functions-common:time_stop:2448 : elapsed_time=27 2024-10-01 01:32:02.252 | + functions-common:time_stop:2449 : total=3065 2024-10-01 01:32:02.254 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:32:02.256 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3092 2024-10-01 01:32:02.259 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : grep -c 10.180.180.1 2024-10-01 01:32:02.259 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : ip addr show dev br-ex 2024-10-01 01:32:02.263 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ 0 == 0 ]] 2024-10-01 01:32:02.265 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ True == \F\a\l\s\e ]] 2024-10-01 01:32:02.267 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2024-10-01 01:32:02.269 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2024-10-01 01:32:02.273 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : oscwrap --os-cloud devstack-admin --os-region RegionOne port list -c 'Fixed IP Addresses' --device-owner network:router_gateway 2024-10-01 01:32:02.273 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : awk -Fip_address '{ print $2 }' 2024-10-01 01:32:02.273 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : cut -f2 '-d'\''' 2024-10-01 01:32:02.273 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : tr '\n' ' ' 2024-10-01 01:32:03.559 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:32:03.563 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : ROUTER_GW_IP=' 10.180.180.203 ' 2024-10-01 01:32:03.565 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : die_if_not_set 351 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2024-10-01 01:32:03.566 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-10-01 01:32:03.579 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : _neutron_set_router_id 2024-10-01 01:32:03.581 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:131 : [[ True == \F\a\l\s\e ]] 2024-10-01 01:32:03.583 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:239 : [[ 4 =~ .*6 ]] 2024-10-01 01:32:03.585 | + stack.sh:main:1322 : is_service_enabled nova 2024-10-01 01:32:03.599 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:32:03.600 | + stack.sh:main:1323 : echo_summary 'Starting Nova' 2024-10-01 01:32:03.602 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 01:32:03.605 | + stack.sh:echo_summary:455 : echo -e Starting Nova 2024-10-01 01:32:03.607 | + stack.sh:main:1324 : start_nova 2024-10-01 01:32:03.609 | + lib/nova:start_nova:1176 : start_nova_rest 2024-10-01 01:32:03.611 | + lib/nova:start_nova_rest:1085 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 01:32:03.613 | + lib/nova:start_nova_rest:1086 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 01:32:03.616 | + lib/nova:start_nova_rest:1086 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 01:32:03.618 | + lib/nova:start_nova_rest:1088 : local compute_cell_conf=/etc/nova/nova.conf 2024-10-01 01:32:03.620 | + lib/nova:start_nova_rest:1090 : run_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-10-01 01:32:03.622 | + functions-common:run_process:1689 : local service=n-sch 2024-10-01 01:32:03.624 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-10-01 01:32:03.626 | + functions-common:run_process:1691 : local group= 2024-10-01 01:32:03.628 | + functions-common:run_process:1692 : local user= 2024-10-01 01:32:03.630 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 01:32:03.632 | + functions-common:run_process:1695 : local name=n-sch 2024-10-01 01:32:03.635 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 01:32:03.637 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 01:32:03.639 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:32:03.641 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:32:03.644 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:32:03.647 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746323645 2024-10-01 01:32:03.649 | + functions-common:run_process:1698 : is_service_enabled n-sch 2024-10-01 01:32:03.663 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:32:03.665 | + functions-common:run_process:1699 : _run_under_systemd n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' '' 2024-10-01 01:32:03.667 | + functions-common:_run_under_systemd:1649 : local service=n-sch 2024-10-01 01:32:03.669 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-10-01 01:32:03.671 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-10-01 01:32:03.674 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-10-01 01:32:03.675 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-10-01 01:32:03.677 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2024-10-01 01:32:03.679 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-10-01 01:32:03.681 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-sch.service 2024-10-01 01:32:03.684 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-01 01:32:03.686 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-01 01:32:03.688 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-01 01:32:03.690 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-01 01:32:03.692 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-10-01 01:32:03.694 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@n-sch.service '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' stack '' 2024-10-01 01:32:03.696 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-sch.service 2024-10-01 01:32:03.698 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-10-01 01:32:03.700 | + functions-common:write_user_unit_file:1560 : local group= 2024-10-01 01:32:03.702 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-10-01 01:32:03.704 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-10-01 01:32:03.706 | + functions-common:write_user_unit_file:1563 : local extra= 2024-10-01 01:32:03.708 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-10-01 01:32:03.709 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2024-10-01 01:32:03.711 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-10-01 01:32:03.715 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2024-10-01 01:32:03.764 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2024-10-01 01:32:03.815 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecStart '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-10-01 01:32:03.857 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2024-10-01 01:32:03.897 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2024-10-01 01:32:03.938 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-01 01:32:03.982 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-10-01 01:32:03.984 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-10-01 01:32:03.986 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2024-10-01 01:32:04.035 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-10-01 01:32:04.298 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-sch.service 2024-10-01 01:32:04.308 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2024-10-01 01:32:04.553 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-sch.service 2024-10-01 01:32:04.578 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 01:32:04.581 | + functions-common:time_stop:2435 : local name 2024-10-01 01:32:04.583 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:32:04.585 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:32:04.587 | + functions-common:time_stop:2438 : local total 2024-10-01 01:32:04.589 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:32:04.591 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 01:32:04.594 | + functions-common:time_stop:2442 : start_time=1727746323645 2024-10-01 01:32:04.596 | + functions-common:time_stop:2444 : [[ -z 1727746323645 ]] 2024-10-01 01:32:04.599 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:32:04.602 | + functions-common:time_stop:2447 : end_time=1727746324600 2024-10-01 01:32:04.604 | + functions-common:time_stop:2448 : elapsed_time=955 2024-10-01 01:32:04.606 | + functions-common:time_stop:2449 : total=8148 2024-10-01 01:32:04.608 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:32:04.610 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9103 2024-10-01 01:32:04.612 | + lib/nova:start_nova_rest:1091 : '[' True == False ']' 2024-10-01 01:32:04.616 | ++ lib/nova:start_nova_rest:1094 : which uwsgi 2024-10-01 01:32:04.619 | + lib/nova:start_nova_rest:1094 : run_process n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-10-01 01:32:04.621 | + functions-common:run_process:1689 : local service=n-api-meta 2024-10-01 01:32:04.623 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-10-01 01:32:04.625 | + functions-common:run_process:1691 : local group= 2024-10-01 01:32:04.627 | + functions-common:run_process:1692 : local user= 2024-10-01 01:32:04.629 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 01:32:04.631 | + functions-common:run_process:1695 : local name=n-api-meta 2024-10-01 01:32:04.633 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 01:32:04.635 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 01:32:04.638 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:32:04.640 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:32:04.643 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:32:04.646 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746324644 2024-10-01 01:32:04.648 | + functions-common:run_process:1698 : is_service_enabled n-api-meta 2024-10-01 01:32:04.666 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:32:04.669 | + functions-common:run_process:1699 : _run_under_systemd n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' '' '' 2024-10-01 01:32:04.671 | + functions-common:_run_under_systemd:1649 : local service=n-api-meta 2024-10-01 01:32:04.674 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-10-01 01:32:04.676 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-10-01 01:32:04.678 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-10-01 01:32:04.680 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-10-01 01:32:04.682 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2024-10-01 01:32:04.684 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2024-10-01 01:32:04.686 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api-meta.service 2024-10-01 01:32:04.688 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-01 01:32:04.691 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-01 01:32:04.692 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-01 01:32:04.694 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-01 01:32:04.696 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2024-10-01 01:32:04.699 | + functions-common:_run_under_systemd:1663 : 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' '' stack '' 2024-10-01 01:32:04.701 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api-meta.service 2024-10-01 01:32:04.703 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-10-01 01:32:04.705 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-10-01 01:32:04.707 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-10-01 01:32:04.709 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-10-01 01:32:04.711 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2024-10-01 01:32:04.716 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-10-01 01:32:04.719 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Unit Description 'Devstack devstack@n-api-meta.service' 2024-10-01 01:32:04.773 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service SyslogIdentifier devstack@n-api-meta.service 2024-10-01 01:32:04.825 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2024-10-01 01:32:04.868 | + functions-common:write_uwsgi_user_unit_file:1600 : 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' 2024-10-01 01:32:04.910 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-01 01:32:04.951 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2024-10-01 01:32:04.993 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2024-10-01 01:32:05.034 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2024-10-01 01:32:05.076 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2024-10-01 01:32:05.119 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2024-10-01 01:32:05.160 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-10-01 01:32:05.162 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-10-01 01:32:05.164 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2024-10-01 01:32:05.213 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-10-01 01:32:05.456 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api-meta.service 2024-10-01 01:32:05.466 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2024-10-01 01:32:05.695 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api-meta.service 2024-10-01 01:32:05.751 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 01:32:05.754 | + functions-common:time_stop:2435 : local name 2024-10-01 01:32:05.756 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:32:05.758 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:32:05.760 | + functions-common:time_stop:2438 : local total 2024-10-01 01:32:05.762 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:32:05.765 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 01:32:05.767 | + functions-common:time_stop:2442 : start_time=1727746324644 2024-10-01 01:32:05.769 | + functions-common:time_stop:2444 : [[ -z 1727746324644 ]] 2024-10-01 01:32:05.772 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:32:05.776 | + functions-common:time_stop:2447 : end_time=1727746325773 2024-10-01 01:32:05.778 | + functions-common:time_stop:2448 : elapsed_time=1129 2024-10-01 01:32:05.779 | + functions-common:time_stop:2449 : total=9103 2024-10-01 01:32:05.782 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:32:05.784 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10232 2024-10-01 01:32:05.786 | + lib/nova:start_nova_rest:1097 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 01:32:05.788 | + lib/nova:start_nova_rest:1097 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 01:32:05.790 | + lib/nova:start_nova:1177 : start_nova_console_proxies 2024-10-01 01:32:05.793 | + lib/nova:start_nova_console_proxies:1112 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 01:32:05.795 | + lib/nova:start_nova_console_proxies:1114 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 01:32:05.797 | + lib/nova:start_nova_console_proxies:1114 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 01:32:05.799 | + lib/nova:start_nova_console_proxies:1116 : local api_cell_conf=/etc/nova/nova.conf 2024-10-01 01:32:05.802 | + lib/nova:start_nova_console_proxies:1118 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-10-01 01:32:05.804 | + lib/nova:start_nova_console_proxies:1119 : run_process n-novnc '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2024-10-01 01:32:05.806 | + functions-common:run_process:1689 : local service=n-novnc 2024-10-01 01:32:05.807 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2024-10-01 01:32:05.809 | + functions-common:run_process:1691 : local group= 2024-10-01 01:32:05.811 | + functions-common:run_process:1692 : local user= 2024-10-01 01:32:05.813 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 01:32:05.816 | + functions-common:run_process:1695 : local name=n-novnc 2024-10-01 01:32:05.818 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 01:32:05.820 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 01:32:05.822 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:32:05.824 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:32:05.826 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:32:05.830 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746325828 2024-10-01 01:32:05.832 | + functions-common:run_process:1698 : is_service_enabled n-novnc 2024-10-01 01:32:05.846 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:32:05.848 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 01:32:05.850 | + functions-common:time_stop:2435 : local name 2024-10-01 01:32:05.852 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:32:05.853 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:32:05.855 | + functions-common:time_stop:2438 : local total 2024-10-01 01:32:05.857 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:32:05.859 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 01:32:05.861 | + functions-common:time_stop:2442 : start_time=1727746325828 2024-10-01 01:32:05.863 | + functions-common:time_stop:2444 : [[ -z 1727746325828 ]] 2024-10-01 01:32:05.866 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:32:05.869 | + functions-common:time_stop:2447 : end_time=1727746325867 2024-10-01 01:32:05.871 | + functions-common:time_stop:2448 : elapsed_time=39 2024-10-01 01:32:05.873 | + functions-common:time_stop:2449 : total=10232 2024-10-01 01:32:05.875 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:32:05.879 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10271 2024-10-01 01:32:05.882 | + lib/nova:start_nova_console_proxies:1120 : run_process n-spice '/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2024-10-01 01:32:05.884 | + functions-common:run_process:1689 : local service=n-spice 2024-10-01 01:32:05.886 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2024-10-01 01:32:05.888 | + functions-common:run_process:1691 : local group= 2024-10-01 01:32:05.890 | + functions-common:run_process:1692 : local user= 2024-10-01 01:32:05.892 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 01:32:05.894 | + functions-common:run_process:1695 : local name=n-spice 2024-10-01 01:32:05.896 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 01:32:05.898 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 01:32:05.900 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:32:05.902 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:32:05.904 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:32:05.908 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746325905 2024-10-01 01:32:05.910 | + functions-common:run_process:1698 : is_service_enabled n-spice 2024-10-01 01:32:05.924 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:32:05.926 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 01:32:05.928 | + functions-common:time_stop:2435 : local name 2024-10-01 01:32:05.930 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:32:05.932 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:32:05.934 | + functions-common:time_stop:2438 : local total 2024-10-01 01:32:05.936 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:32:05.938 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 01:32:05.940 | + functions-common:time_stop:2442 : start_time=1727746325905 2024-10-01 01:32:05.942 | + functions-common:time_stop:2444 : [[ -z 1727746325905 ]] 2024-10-01 01:32:05.945 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:32:05.948 | + functions-common:time_stop:2447 : end_time=1727746325946 2024-10-01 01:32:05.950 | + functions-common:time_stop:2448 : elapsed_time=41 2024-10-01 01:32:05.952 | + functions-common:time_stop:2449 : total=10271 2024-10-01 01:32:05.954 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:32:05.956 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10312 2024-10-01 01:32:05.959 | + lib/nova:start_nova_console_proxies:1121 : run_process n-sproxy '/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2024-10-01 01:32:05.960 | + functions-common:run_process:1689 : local service=n-sproxy 2024-10-01 01:32:05.962 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2024-10-01 01:32:05.964 | + functions-common:run_process:1691 : local group= 2024-10-01 01:32:05.966 | + functions-common:run_process:1692 : local user= 2024-10-01 01:32:05.969 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 01:32:05.971 | + functions-common:run_process:1695 : local name=n-sproxy 2024-10-01 01:32:05.973 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 01:32:05.975 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 01:32:05.977 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:32:05.979 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:32:05.981 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:32:05.985 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746325982 2024-10-01 01:32:05.987 | + functions-common:run_process:1698 : is_service_enabled n-sproxy 2024-10-01 01:32:06.000 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:32:06.003 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 01:32:06.005 | + functions-common:time_stop:2435 : local name 2024-10-01 01:32:06.007 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:32:06.009 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:32:06.011 | + functions-common:time_stop:2438 : local total 2024-10-01 01:32:06.014 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:32:06.016 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 01:32:06.018 | + functions-common:time_stop:2442 : start_time=1727746325982 2024-10-01 01:32:06.020 | + functions-common:time_stop:2444 : [[ -z 1727746325982 ]] 2024-10-01 01:32:06.023 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:32:06.027 | + functions-common:time_stop:2447 : end_time=1727746326024 2024-10-01 01:32:06.030 | + functions-common:time_stop:2448 : elapsed_time=42 2024-10-01 01:32:06.032 | + functions-common:time_stop:2449 : total=10312 2024-10-01 01:32:06.034 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:32:06.037 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10354 2024-10-01 01:32:06.039 | + lib/nova:start_nova_console_proxies:1133 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 01:32:06.042 | + lib/nova:start_nova_console_proxies:1133 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 01:32:06.044 | + lib/nova:start_nova:1178 : start_nova_conductor 2024-10-01 01:32:06.046 | + lib/nova:start_nova_conductor:1146 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-10-01 01:32:06.048 | + lib/nova:start_nova_conductor:1147 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2024-10-01 01:32:06.049 | Starting nova-conductor in a cellsv1-compatible way 2024-10-01 01:32:06.051 | + lib/nova:start_nova_conductor:1148 : run_process n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-10-01 01:32:06.053 | + functions-common:run_process:1689 : local service=n-cond 2024-10-01 01:32:06.056 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-10-01 01:32:06.058 | + functions-common:run_process:1691 : local group= 2024-10-01 01:32:06.060 | + functions-common:run_process:1692 : local user= 2024-10-01 01:32:06.062 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 01:32:06.064 | + functions-common:run_process:1695 : local name=n-cond 2024-10-01 01:32:06.067 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 01:32:06.069 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 01:32:06.071 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:32:06.073 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:32:06.076 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:32:06.079 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746326077 2024-10-01 01:32:06.082 | + functions-common:run_process:1698 : is_service_enabled n-cond 2024-10-01 01:32:06.096 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:32:06.098 | + functions-common:run_process:1699 : _run_under_systemd n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' '' 2024-10-01 01:32:06.101 | + functions-common:_run_under_systemd:1649 : local service=n-cond 2024-10-01 01:32:06.103 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-10-01 01:32:06.106 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-10-01 01:32:06.108 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-10-01 01:32:06.110 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-10-01 01:32:06.112 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2024-10-01 01:32:06.114 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-10-01 01:32:06.116 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-cond.service 2024-10-01 01:32:06.118 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-01 01:32:06.121 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-01 01:32:06.123 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-01 01:32:06.125 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-01 01:32:06.127 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-10-01 01:32:06.129 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@n-cond.service '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' stack '' 2024-10-01 01:32:06.131 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-cond.service 2024-10-01 01:32:06.133 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-10-01 01:32:06.135 | + functions-common:write_user_unit_file:1560 : local group= 2024-10-01 01:32:06.136 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-10-01 01:32:06.139 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-10-01 01:32:06.140 | + functions-common:write_user_unit_file:1563 : local extra= 2024-10-01 01:32:06.142 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-10-01 01:32:06.144 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2024-10-01 01:32:06.146 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-10-01 01:32:06.149 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Unit Description 'Devstack devstack@n-cond.service' 2024-10-01 01:32:06.206 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2024-10-01 01:32:06.257 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecStart '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-10-01 01:32:06.300 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2024-10-01 01:32:06.346 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2024-10-01 01:32:06.390 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-01 01:32:06.434 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-10-01 01:32:06.436 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-10-01 01:32:06.438 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2024-10-01 01:32:06.488 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-10-01 01:32:06.743 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-cond.service 2024-10-01 01:32:06.754 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2024-10-01 01:32:06.998 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-cond.service 2024-10-01 01:32:07.028 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 01:32:07.030 | + functions-common:time_stop:2435 : local name 2024-10-01 01:32:07.032 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:32:07.034 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:32:07.036 | + functions-common:time_stop:2438 : local total 2024-10-01 01:32:07.038 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:32:07.040 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 01:32:07.042 | + functions-common:time_stop:2442 : start_time=1727746326077 2024-10-01 01:32:07.044 | + functions-common:time_stop:2444 : [[ -z 1727746326077 ]] 2024-10-01 01:32:07.047 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:32:07.050 | + functions-common:time_stop:2447 : end_time=1727746327048 2024-10-01 01:32:07.052 | + functions-common:time_stop:2448 : elapsed_time=971 2024-10-01 01:32:07.054 | + functions-common:time_stop:2449 : total=10354 2024-10-01 01:32:07.056 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:32:07.058 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11325 2024-10-01 01:32:07.060 | + lib/nova:start_nova_conductor:1149 : return 2024-10-01 01:32:07.063 | + lib/nova:start_nova:1179 : start_nova_compute 2024-10-01 01:32:07.065 | + lib/nova:start_nova_compute:1006 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 01:32:07.067 | + lib/nova:start_nova_compute:1007 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 01:32:07.070 | + lib/nova:start_nova_compute:1007 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 01:32:07.072 | + lib/nova:start_nova_compute:1009 : local compute_cell_conf=/etc/nova/nova.conf 2024-10-01 01:32:07.074 | + lib/nova:start_nova_compute:1012 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2024-10-01 01:32:07.079 | + lib/nova:start_nova_compute:1014 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-10-01 01:32:07.081 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-10-01 01:32:07.083 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-10-01 01:32:07.085 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2024-10-01 01:32:07.087 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-10-01 01:32:07.091 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2024-10-01 01:32:07.093 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2024-10-01 01:32:07.095 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2024-10-01 01:32:07.097 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2024-10-01 01:32:07.101 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-10-01 01:32:07.101 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2024-10-01 01:32:07.101 | BEGIN { 2024-10-01 01:32:07.101 | section = "" 2024-10-01 01:32:07.101 | last_section = "" 2024-10-01 01:32:07.101 | section_count = 0 2024-10-01 01:32:07.101 | } 2024-10-01 01:32:07.101 | /^\[.+\]/ { 2024-10-01 01:32:07.101 | gsub("[][]", "", $1); 2024-10-01 01:32:07.101 | section=$1 2024-10-01 01:32:07.101 | next 2024-10-01 01:32:07.101 | } 2024-10-01 01:32:07.101 | /^ *\#/ { 2024-10-01 01:32:07.101 | next 2024-10-01 01:32:07.101 | } 2024-10-01 01:32:07.101 | /^[^ \t]+/ { 2024-10-01 01:32:07.101 | # get offset of first = in $0 2024-10-01 01:32:07.101 | eq_idx = index($0, "=") 2024-10-01 01:32:07.101 | # extract attr & value from $0 2024-10-01 01:32:07.101 | attr = substr($0, 1, eq_idx - 1) 2024-10-01 01:32:07.101 | value = substr($0, eq_idx + 1) 2024-10-01 01:32:07.101 | # only need to strip trailing whitespace from attr 2024-10-01 01:32:07.101 | sub(/[ \t]*$/, "", attr) 2024-10-01 01:32:07.101 | # need to strip leading & trailing whitespace from value 2024-10-01 01:32:07.101 | sub(/^[ \t]*/, "", value) 2024-10-01 01:32:07.101 | sub(/[ \t]*$/, "", value) 2024-10-01 01:32:07.101 | 2024-10-01 01:32:07.101 | # cfg_attr_count: number of config lines per [section, attr] 2024-10-01 01:32:07.101 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-10-01 01:32:07.101 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-10-01 01:32:07.101 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-10-01 01:32:07.101 | if (! (section, attr) in cfg_attr_count) { 2024-10-01 01:32:07.101 | if (section != last_section) { 2024-10-01 01:32:07.101 | cfg_section[section_count++] = section 2024-10-01 01:32:07.101 | last_section = section 2024-10-01 01:32:07.101 | } 2024-10-01 01:32:07.101 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-10-01 01:32:07.101 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-10-01 01:32:07.101 | 2024-10-01 01:32:07.101 | cfg_attr[section, attr, 0] = value 2024-10-01 01:32:07.101 | cfg_attr_count[section, attr] = 1 2024-10-01 01:32:07.101 | } else { 2024-10-01 01:32:07.101 | lno = cfg_attr_count[section, attr]++ 2024-10-01 01:32:07.101 | cfg_attr[section, attr, lno] = value 2024-10-01 01:32:07.101 | } 2024-10-01 01:32:07.101 | } 2024-10-01 01:32:07.101 | END { 2024-10-01 01:32:07.101 | # Process each section in order 2024-10-01 01:32:07.101 | for (sno = 0; sno < section_count; sno++) { 2024-10-01 01:32:07.101 | section = cfg_section[sno] 2024-10-01 01:32:07.101 | # The ini routines simply append a config item immediately 2024-10-01 01:32:07.101 | # after the section header. To keep the same order as defined 2024-10-01 01:32:07.101 | # in local.conf, invoke the ini routines in the reverse order 2024-10-01 01:32:07.101 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-10-01 01:32:07.101 | attr = cfg_sec_attr_name[sno, attr_no] 2024-10-01 01:32:07.101 | if (cfg_attr_count[section, attr] == 1) 2024-10-01 01:32:07.101 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-10-01 01:32:07.101 | else { 2024-10-01 01:32:07.101 | # For multiline, invoke the ini routines in the reverse order 2024-10-01 01:32:07.101 | count = cfg_attr_count[section, attr] 2024-10-01 01:32:07.101 | print "inidelete " configfile " " section " " attr 2024-10-01 01:32:07.101 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-10-01 01:32:07.101 | for (l = count -2; l >= 0; l--) 2024-10-01 01:32:07.101 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-10-01 01:32:07.101 | } 2024-10-01 01:32:07.101 | } 2024-10-01 01:32:07.101 | } 2024-10-01 01:32:07.101 | } 2024-10-01 01:32:07.101 | ' 2024-10-01 01:32:07.102 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 01:32:07.103 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-10-01 01:32:07.103 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-10-01 01:32:07.105 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-10-01 01:32:07.107 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2024-10-01 01:32:07.109 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-01 01:32:07.111 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2024-10-01 01:32:07.113 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2024-10-01 01:32:07.113 | BEGIN { group = "" } 2024-10-01 01:32:07.113 | /^\[\[.+\|.*\]\]/ { 2024-10-01 01:32:07.113 | gsub("[][]", "", $1); 2024-10-01 01:32:07.113 | split($1, a, "|"); 2024-10-01 01:32:07.113 | if (a[1] == matchgroup && a[2] == configfile) { 2024-10-01 01:32:07.113 | group=a[1] 2024-10-01 01:32:07.113 | } else { 2024-10-01 01:32:07.113 | group="" 2024-10-01 01:32:07.113 | } 2024-10-01 01:32:07.113 | next 2024-10-01 01:32:07.113 | } 2024-10-01 01:32:07.113 | { 2024-10-01 01:32:07.113 | if (group != "") 2024-10-01 01:32:07.113 | print $0 2024-10-01 01:32:07.113 | } 2024-10-01 01:32:07.113 | ' /opt/stack/devstack/local.conf 2024-10-01 01:32:07.118 | + lib/nova:start_nova_compute:1016 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-10-01 01:32:07.120 | + lib/nova:start_nova_compute:1019 : echo 'Skipping multi-cell conductor fleet setup' 2024-10-01 01:32:07.120 | Skipping multi-cell conductor fleet setup 2024-10-01 01:32:07.122 | + lib/nova:start_nova_compute:1031 : inidelete /etc/nova/nova-cpu.conf database connection 2024-10-01 01:32:07.138 | + lib/nova:start_nova_compute:1032 : inidelete /etc/nova/nova-cpu.conf api_database connection 2024-10-01 01:32:07.153 | + lib/nova:start_nova_compute:1037 : configure_console_compute 2024-10-01 01:32:07.156 | + lib/nova:configure_console_compute:664 : local offset 2024-10-01 01:32:07.159 | + lib/nova:configure_console_compute:665 : offset=0 2024-10-01 01:32:07.161 | + lib/nova:configure_console_compute:669 : local default_proxyclient_addr 2024-10-01 01:32:07.164 | ++ lib/nova:configure_console_compute:670 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2024-10-01 01:32:07.179 | + lib/nova:configure_console_compute:670 : default_proxyclient_addr=10.180.1.21 2024-10-01 01:32:07.181 | + lib/nova:configure_console_compute:674 : is_service_enabled n-cpu 2024-10-01 01:32:07.193 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:32:07.195 | + lib/nova:configure_console_compute:690 : is_service_enabled n-novnc 2024-10-01 01:32:07.208 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:32:07.210 | + lib/nova:configure_console_compute:690 : '[' False '!=' False ']' 2024-10-01 01:32:07.212 | + lib/nova:configure_console_compute:698 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2024-10-01 01:32:07.238 | + lib/nova:configure_console_compute:701 : is_service_enabled n-spice 2024-10-01 01:32:07.251 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:32:07.253 | + lib/nova:configure_console_compute:711 : is_service_enabled n-sproxy 2024-10-01 01:32:07.266 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:32:07.268 | + lib/nova:start_nova_compute:1041 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2024-10-01 01:32:07.294 | + lib/nova:start_nova_compute:1044 : '[' -n '' ']' 2024-10-01 01:32:07.296 | + lib/nova:start_nova_compute:1049 : [[ vsphere == \l\i\b\v\i\r\t ]] 2024-10-01 01:32:07.298 | + lib/nova:start_nova_compute:1053 : [[ vsphere = \l\i\b\v\i\r\t ]] 2024-10-01 01:32:07.300 | + lib/nova:start_nova_compute:1058 : [[ vsphere = \l\x\d ]] 2024-10-01 01:32:07.302 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \d\o\c\k\e\r ]] 2024-10-01 01:32:07.304 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \z\u\n ]] 2024-10-01 01:32:07.307 | + lib/nova:start_nova_compute:1062 : [[ vsphere = \f\a\k\e ]] 2024-10-01 01:32:07.309 | + lib/nova:start_nova_compute:1073 : is_service_enabled n-cpu 2024-10-01 01:32:07.323 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:32:07.325 | + lib/nova:start_nova_compute:1076 : run_process n-cpu '/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2024-10-01 01:32:07.328 | + functions-common:run_process:1689 : local service=n-cpu 2024-10-01 01:32:07.330 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2024-10-01 01:32:07.332 | + functions-common:run_process:1691 : local group= 2024-10-01 01:32:07.334 | + functions-common:run_process:1692 : local user= 2024-10-01 01:32:07.336 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 01:32:07.338 | + functions-common:run_process:1695 : local name=n-cpu 2024-10-01 01:32:07.340 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 01:32:07.343 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 01:32:07.345 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:32:07.347 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:32:07.349 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:32:07.353 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746327351 2024-10-01 01:32:07.355 | + functions-common:run_process:1698 : is_service_enabled n-cpu 2024-10-01 01:32:07.370 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:32:07.372 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 01:32:07.374 | + functions-common:time_stop:2435 : local name 2024-10-01 01:32:07.375 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:32:07.377 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:32:07.380 | + functions-common:time_stop:2438 : local total 2024-10-01 01:32:07.382 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:32:07.384 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 01:32:07.386 | + functions-common:time_stop:2442 : start_time=1727746327351 2024-10-01 01:32:07.388 | + functions-common:time_stop:2444 : [[ -z 1727746327351 ]] 2024-10-01 01:32:07.391 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:32:07.394 | + functions-common:time_stop:2447 : end_time=1727746327392 2024-10-01 01:32:07.396 | + functions-common:time_stop:2448 : elapsed_time=41 2024-10-01 01:32:07.398 | + functions-common:time_stop:2449 : total=11325 2024-10-01 01:32:07.400 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:32:07.402 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11366 2024-10-01 01:32:07.405 | + lib/nova:start_nova_compute:1079 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 01:32:07.407 | + lib/nova:start_nova_compute:1079 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 01:32:07.409 | + lib/nova:start_nova:1180 : is_service_enabled n-api 2024-10-01 01:32:07.423 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:32:07.426 | + lib/nova:start_nova:1182 : echo 'Dumping cells_v2 mapping' 2024-10-01 01:32:07.426 | Dumping cells_v2 mapping 2024-10-01 01:32:07.428 | + lib/nova:start_nova:1183 : /usr/local/bin/nova-manage cell_v2 list_cells --verbose 2024-10-01 01:32:07.821 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-10-01 01:32:09.173 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2024-10-01 01:32:09.173 | | Name | UUID | Transport URL | Database Connection | Disabled | 2024-10-01 01:32:09.173 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2024-10-01 01:32:09.173 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8 | False | 2024-10-01 01:32:09.173 | | cell1 | eda29c5e-d677-4f39-8986-24cb223d4df0 | rabbit://stackrabbit:stackdb@10.180.1.21:5672/ | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8 | False | 2024-10-01 01:32:09.173 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2024-10-01 01:32:09.583 | + stack.sh:main:1325 : async_runfunc create_flavors 2024-10-01 01:32:09.585 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2024-10-01 01:32:09.636 | + inc/async:async_inner:63 : create_flavors 2024-10-01 01:32:09.667 | [3953 Async create_flavors:52986]: running: create_flavors 2024-10-01 01:32:09.670 | + stack.sh:main:1327 : is_service_enabled cinder 2024-10-01 01:32:09.684 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:32:09.687 | + stack.sh:main:1328 : echo_summary 'Starting Cinder' 2024-10-01 01:32:09.689 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 01:32:09.691 | + stack.sh:echo_summary:455 : echo -e Starting Cinder 2024-10-01 01:32:09.693 | + stack.sh:main:1329 : start_cinder 2024-10-01 01:32:09.695 | + lib/cinder:start_cinder:585 : local service_port=8776 2024-10-01 01:32:09.697 | + lib/cinder:start_cinder:586 : local service_protocol=http 2024-10-01 01:32:09.699 | + lib/cinder:start_cinder:587 : local cinder_url 2024-10-01 01:32:09.701 | + lib/cinder:start_cinder:588 : is_service_enabled tls-proxy 2024-10-01 01:32:09.715 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:32:09.717 | + lib/cinder:start_cinder:592 : '[' lioadm = tgtadm ']' 2024-10-01 01:32:09.719 | + lib/cinder:start_cinder:612 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ c-api ]] 2024-10-01 01:32:09.721 | + lib/cinder:start_cinder:613 : '[' True == False ']' 2024-10-01 01:32:09.724 | ++ lib/cinder:start_cinder:621 : which uwsgi 2024-10-01 01:32:09.728 | + lib/cinder:start_cinder:621 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-10-01 01:32:09.730 | + functions-common:run_process:1689 : local service=c-api 2024-10-01 01:32:09.732 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-10-01 01:32:09.735 | + functions-common:run_process:1691 : local group= 2024-10-01 01:32:09.737 | + functions-common:run_process:1692 : local user= 2024-10-01 01:32:09.739 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 01:32:09.741 | + functions-common:run_process:1695 : local name=c-api 2024-10-01 01:32:09.743 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 01:32:09.745 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 01:32:09.747 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:32:09.749 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:32:09.752 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:32:09.755 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746329753 2024-10-01 01:32:09.757 | + functions-common:run_process:1698 : is_service_enabled c-api 2024-10-01 01:32:09.771 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:32:09.773 | + functions-common:run_process:1699 : _run_under_systemd c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' '' '' 2024-10-01 01:32:09.776 | + functions-common:_run_under_systemd:1649 : local service=c-api 2024-10-01 01:32:09.778 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-10-01 01:32:09.780 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-10-01 01:32:09.782 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-10-01 01:32:09.784 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-10-01 01:32:09.786 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2024-10-01 01:32:09.788 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2024-10-01 01:32:09.790 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-api.service 2024-10-01 01:32:09.792 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-01 01:32:09.794 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-01 01:32:09.796 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-01 01:32:09.798 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-01 01:32:09.801 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2024-10-01 01:32:09.803 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@c-api.service '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' stack '' 2024-10-01 01:32:09.805 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@c-api.service 2024-10-01 01:32:09.807 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-10-01 01:32:09.808 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-10-01 01:32:09.810 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-10-01 01:32:09.812 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-10-01 01:32:09.814 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@c-api.service 2024-10-01 01:32:09.816 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-10-01 01:32:09.819 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@c-api.service Unit Description 'Devstack devstack@c-api.service' 2024-10-01 01:32:09.868 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2024-10-01 01:32:09.916 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2024-10-01 01:32:09.957 | + functions-common:write_uwsgi_user_unit_file:1600 : 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' 2024-10-01 01:32:09.999 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-01 01:32:10.041 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2024-10-01 01:32:10.083 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2024-10-01 01:32:10.125 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2024-10-01 01:32:10.166 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2024-10-01 01:32:10.209 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2024-10-01 01:32:10.254 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-10-01 01:32:10.256 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-10-01 01:32:10.258 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2024-10-01 01:32:10.308 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-10-01 01:32:10.549 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-api.service 2024-10-01 01:32:10.559 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2024-10-01 01:32:10.812 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-api.service 2024-10-01 01:32:10.869 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 01:32:10.871 | + functions-common:time_stop:2435 : local name 2024-10-01 01:32:10.873 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:32:10.875 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:32:10.877 | + functions-common:time_stop:2438 : local total 2024-10-01 01:32:10.879 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:32:10.881 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 01:32:10.883 | + functions-common:time_stop:2442 : start_time=1727746329753 2024-10-01 01:32:10.885 | + functions-common:time_stop:2444 : [[ -z 1727746329753 ]] 2024-10-01 01:32:10.888 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:32:10.891 | + functions-common:time_stop:2447 : end_time=1727746330889 2024-10-01 01:32:10.893 | + functions-common:time_stop:2448 : elapsed_time=1136 2024-10-01 01:32:10.895 | + functions-common:time_stop:2449 : total=11366 2024-10-01 01:32:10.897 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:32:10.899 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12502 2024-10-01 01:32:10.902 | + lib/cinder:start_cinder:622 : cinder_url=http://10.180.1.21/volume/v3 2024-10-01 01:32:10.904 | + lib/cinder:start_cinder:626 : echo 'Waiting for Cinder API to start...' 2024-10-01 01:32:10.904 | Waiting for Cinder API to start... 2024-10-01 01:32:10.906 | + lib/cinder:start_cinder:627 : wait_for_service 60 http://10.180.1.21/volume/v3 2024-10-01 01:32:10.908 | + functions:wait_for_service:468 : local timeout=60 2024-10-01 01:32:10.910 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2024-10-01 01:32:10.912 | + functions:wait_for_service:470 : local rval=0 2024-10-01 01:32:10.914 | + functions:wait_for_service:471 : time_start wait_for_service 2024-10-01 01:32:10.917 | + functions-common:time_start:2421 : local name=wait_for_service 2024-10-01 01:32:10.919 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:32:10.921 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:32:10.924 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:32:10.927 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746330925 2024-10-01 01:32:10.930 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-10-01 01:32:10.933 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2024-10-01 01:32:12.986 | + :: : [[ 401 == 503 ]] 2024-10-01 01:32:12.987 | + :: : [[ 0 -eq 7 ]] 2024-10-01 01:32:12.990 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-10-01 01:32:12.992 | + functions-common:time_stop:2435 : local name 2024-10-01 01:32:12.994 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:32:12.996 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:32:12.998 | + functions-common:time_stop:2438 : local total 2024-10-01 01:32:13.000 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:32:13.002 | + functions-common:time_stop:2441 : name=wait_for_service 2024-10-01 01:32:13.004 | + functions-common:time_stop:2442 : start_time=1727746330925 2024-10-01 01:32:13.006 | + functions-common:time_stop:2444 : [[ -z 1727746330925 ]] 2024-10-01 01:32:13.009 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:32:13.012 | + functions-common:time_stop:2447 : end_time=1727746333010 2024-10-01 01:32:13.014 | + functions-common:time_stop:2448 : elapsed_time=2085 2024-10-01 01:32:13.016 | + functions-common:time_stop:2449 : total=6346 2024-10-01 01:32:13.018 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:32:13.021 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8431 2024-10-01 01:32:13.023 | + functions:wait_for_service:478 : return 0 2024-10-01 01:32:13.025 | + lib/cinder:start_cinder:631 : run_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-10-01 01:32:13.027 | + functions-common:run_process:1689 : local service=c-sch 2024-10-01 01:32:13.029 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-10-01 01:32:13.031 | + functions-common:run_process:1691 : local group= 2024-10-01 01:32:13.033 | + functions-common:run_process:1692 : local user= 2024-10-01 01:32:13.035 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 01:32:13.037 | + functions-common:run_process:1695 : local name=c-sch 2024-10-01 01:32:13.040 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 01:32:13.042 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 01:32:13.044 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:32:13.046 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:32:13.049 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:32:13.052 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746333050 2024-10-01 01:32:13.054 | + functions-common:run_process:1698 : is_service_enabled c-sch 2024-10-01 01:32:13.068 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:32:13.070 | + functions-common:run_process:1699 : _run_under_systemd c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' '' 2024-10-01 01:32:13.072 | + functions-common:_run_under_systemd:1649 : local service=c-sch 2024-10-01 01:32:13.074 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-10-01 01:32:13.076 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-10-01 01:32:13.078 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-10-01 01:32:13.080 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-10-01 01:32:13.082 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-10-01 01:32:13.084 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-10-01 01:32:13.086 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-sch.service 2024-10-01 01:32:13.088 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-01 01:32:13.090 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-01 01:32:13.092 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-01 01:32:13.094 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-01 01:32:13.096 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-10-01 01:32:13.098 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@c-sch.service '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' stack '' 2024-10-01 01:32:13.100 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-sch.service 2024-10-01 01:32:13.102 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-10-01 01:32:13.104 | + functions-common:write_user_unit_file:1560 : local group= 2024-10-01 01:32:13.106 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-10-01 01:32:13.108 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-10-01 01:32:13.110 | + functions-common:write_user_unit_file:1563 : local extra= 2024-10-01 01:32:13.112 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-10-01 01:32:13.114 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2024-10-01 01:32:13.116 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-10-01 01:32:13.119 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2024-10-01 01:32:13.169 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2024-10-01 01:32:13.217 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecStart '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-10-01 01:32:13.258 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2024-10-01 01:32:13.300 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2024-10-01 01:32:13.341 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-01 01:32:13.384 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-10-01 01:32:13.386 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-10-01 01:32:13.388 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2024-10-01 01:32:13.438 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-10-01 01:32:13.686 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-sch.service 2024-10-01 01:32:13.696 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2024-10-01 01:32:13.933 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-sch.service 2024-10-01 01:32:13.955 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 01:32:13.958 | + functions-common:time_stop:2435 : local name 2024-10-01 01:32:13.960 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:32:13.962 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:32:13.964 | + functions-common:time_stop:2438 : local total 2024-10-01 01:32:13.966 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:32:13.968 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 01:32:13.970 | + functions-common:time_stop:2442 : start_time=1727746333050 2024-10-01 01:32:13.972 | + functions-common:time_stop:2444 : [[ -z 1727746333050 ]] 2024-10-01 01:32:13.975 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:32:13.979 | + functions-common:time_stop:2447 : end_time=1727746333976 2024-10-01 01:32:13.981 | + functions-common:time_stop:2448 : elapsed_time=926 2024-10-01 01:32:13.983 | + functions-common:time_stop:2449 : total=12502 2024-10-01 01:32:13.985 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:32:13.987 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13428 2024-10-01 01:32:13.989 | + lib/cinder:start_cinder:636 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-10-01 01:32:13.991 | + lib/cinder:start_cinder:637 : run_process c-bak '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-10-01 01:32:13.993 | + functions-common:run_process:1689 : local service=c-bak 2024-10-01 01:32:13.995 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2024-10-01 01:32:13.997 | + functions-common:run_process:1691 : local group= 2024-10-01 01:32:13.999 | + functions-common:run_process:1692 : local user= 2024-10-01 01:32:14.001 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-10-01 01:32:14.003 | + functions-common:run_process:1695 : local name=c-bak 2024-10-01 01:32:14.006 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 01:32:14.007 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 01:32:14.009 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:32:14.011 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:32:14.014 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:32:14.017 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746334015 2024-10-01 01:32:14.019 | + functions-common:run_process:1698 : is_service_enabled c-bak 2024-10-01 01:32:14.033 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:32:14.036 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 01:32:14.038 | + functions-common:time_stop:2435 : local name 2024-10-01 01:32:14.040 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:32:14.042 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:32:14.044 | + functions-common:time_stop:2438 : local total 2024-10-01 01:32:14.046 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:32:14.048 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 01:32:14.050 | + functions-common:time_stop:2442 : start_time=1727746334015 2024-10-01 01:32:14.052 | + functions-common:time_stop:2444 : [[ -z 1727746334015 ]] 2024-10-01 01:32:14.055 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:32:14.058 | + functions-common:time_stop:2447 : end_time=1727746334056 2024-10-01 01:32:14.060 | + functions-common:time_stop:2448 : elapsed_time=41 2024-10-01 01:32:14.062 | + functions-common:time_stop:2449 : total=13428 2024-10-01 01:32:14.064 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:32:14.067 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13469 2024-10-01 01:32:14.069 | + lib/cinder:start_cinder:638 : run_process c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-10-01 01:32:14.071 | + functions-common:run_process:1689 : local service=c-vol 2024-10-01 01:32:14.073 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-10-01 01:32:14.075 | + functions-common:run_process:1691 : local group= 2024-10-01 01:32:14.077 | + functions-common:run_process:1692 : local user= 2024-10-01 01:32:14.080 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-10-01 01:32:14.082 | + functions-common:run_process:1695 : local name=c-vol 2024-10-01 01:32:14.084 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 01:32:14.086 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 01:32:14.088 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:32:14.090 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:32:14.093 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:32:14.096 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746334093 2024-10-01 01:32:14.098 | + functions-common:run_process:1698 : is_service_enabled c-vol 2024-10-01 01:32:14.111 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:32:14.113 | + functions-common:run_process:1699 : _run_under_systemd c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-10-01 01:32:14.115 | + functions-common:_run_under_systemd:1649 : local service=c-vol 2024-10-01 01:32:14.117 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-10-01 01:32:14.119 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-10-01 01:32:14.121 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-10-01 01:32:14.123 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-10-01 01:32:14.125 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-10-01 01:32:14.127 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-10-01 01:32:14.129 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-vol.service 2024-10-01 01:32:14.131 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-01 01:32:14.133 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-01 01:32:14.135 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-01 01:32:14.137 | + functions-common:_run_under_systemd:1661 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-10-01 01:32:14.139 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-10-01 01:32:14.142 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@c-vol.service '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' stack 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-10-01 01:32:14.144 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-vol.service 2024-10-01 01:32:14.146 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-10-01 01:32:14.148 | + functions-common:write_user_unit_file:1560 : local group= 2024-10-01 01:32:14.150 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-10-01 01:32:14.152 | + functions-common:write_user_unit_file:1562 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-10-01 01:32:14.154 | + functions-common:write_user_unit_file:1563 : local extra= 2024-10-01 01:32:14.156 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-10-01 01:32:14.158 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2024-10-01 01:32:14.160 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-10-01 01:32:14.163 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2024-10-01 01:32:14.215 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2024-10-01 01:32:14.273 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecStart '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-10-01 01:32:14.315 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2024-10-01 01:32:14.356 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2024-10-01 01:32:14.399 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-01 01:32:14.441 | + functions-common:write_user_unit_file:1576 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2024-10-01 01:32:14.443 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service Environment 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-10-01 01:32:14.485 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-10-01 01:32:14.487 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2024-10-01 01:32:14.539 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-10-01 01:32:14.800 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-vol.service 2024-10-01 01:32:14.809 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2024-10-01 01:32:15.056 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-vol.service 2024-10-01 01:32:15.083 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 01:32:15.085 | + functions-common:time_stop:2435 : local name 2024-10-01 01:32:15.087 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:32:15.090 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:32:15.092 | + functions-common:time_stop:2438 : local total 2024-10-01 01:32:15.094 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:32:15.096 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 01:32:15.098 | + functions-common:time_stop:2442 : start_time=1727746334093 2024-10-01 01:32:15.100 | + functions-common:time_stop:2444 : [[ -z 1727746334093 ]] 2024-10-01 01:32:15.102 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:32:15.106 | + functions-common:time_stop:2447 : end_time=1727746335104 2024-10-01 01:32:15.108 | + functions-common:time_stop:2448 : elapsed_time=1011 2024-10-01 01:32:15.110 | + functions-common:time_stop:2449 : total=13469 2024-10-01 01:32:15.112 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:32:15.115 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14480 2024-10-01 01:32:15.117 | + stack.sh:main:1330 : create_volume_types 2024-10-01 01:32:15.119 | + lib/cinder:create_volume_types:673 : is_service_enabled c-api 2024-10-01 01:32:15.133 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:32:15.135 | + lib/cinder:create_volume_types:673 : [[ -n vmdk:vsphere ]] 2024-10-01 01:32:15.137 | + lib/cinder:create_volume_types:674 : local be be_name 2024-10-01 01:32:15.139 | + lib/cinder:create_volume_types:675 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-10-01 01:32:15.141 | + lib/cinder:create_volume_types:676 : be_name=vsphere 2024-10-01 01:32:15.143 | + lib/cinder:create_volume_types:677 : create_one_type vsphere volume_backend_name vsphere 2024-10-01 01:32:15.145 | + lib/cinder:create_one_type:654 : type_name=vsphere 2024-10-01 01:32:15.147 | + lib/cinder:create_one_type:655 : property_key=volume_backend_name 2024-10-01 01:32:15.149 | + lib/cinder:create_one_type:656 : property_value=vsphere 2024-10-01 01:32:15.151 | + lib/cinder:create_one_type:658 : is_service_enabled keystone 2024-10-01 01:32:15.165 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:32:15.168 | + lib/cinder:create_one_type:659 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2024-10-01 01:32:16.997 | +-------------+--------------------------------------+ 2024-10-01 01:32:16.997 | | Field | Value | 2024-10-01 01:32:16.997 | +-------------+--------------------------------------+ 2024-10-01 01:32:16.997 | | description | None | 2024-10-01 01:32:16.997 | | id | bd7abb84-1b3a-44e2-b98f-c533edaa94ee | 2024-10-01 01:32:16.997 | | is_public | True | 2024-10-01 01:32:16.997 | | name | vsphere | 2024-10-01 01:32:16.997 | | properties | volume_backend_name='vsphere' | 2024-10-01 01:32:16.997 | +-------------+--------------------------------------+ 2024-10-01 01:32:17.135 | + lib/cinder:create_volume_types:680 : [[ False == \T\r\u\e ]] 2024-10-01 01:32:17.138 | + lib/cinder:create_volume_types:687 : [[ False == \T\r\u\e ]] 2024-10-01 01:32:17.140 | + stack.sh:main:1335 : [[ False == \T\r\u\e ]] 2024-10-01 01:32:17.142 | + stack.sh:main:1343 : is_service_enabled glance 2024-10-01 01:32:17.156 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:32:17.159 | + stack.sh:main:1344 : echo_summary 'Starting Glance' 2024-10-01 01:32:17.161 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 01:32:17.163 | + stack.sh:echo_summary:455 : echo -e Starting Glance 2024-10-01 01:32:17.165 | + stack.sh:main:1345 : start_glance 2024-10-01 01:32:17.167 | + lib/glance:start_glance:606 : local service_protocol=http 2024-10-01 01:32:17.169 | + lib/glance:start_glance:607 : is_service_enabled tls-proxy 2024-10-01 01:32:17.183 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:32:17.185 | + lib/glance:start_glance:613 : [[ False == False ]] 2024-10-01 01:32:17.188 | ++ lib/glance:start_glance:614 : which uwsgi 2024-10-01 01:32:17.191 | + lib/glance:start_glance:614 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-10-01 01:32:17.194 | + functions-common:run_process:1689 : local service=g-api 2024-10-01 01:32:17.195 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-10-01 01:32:17.197 | + functions-common:run_process:1691 : local group= 2024-10-01 01:32:17.199 | + functions-common:run_process:1692 : local user= 2024-10-01 01:32:17.201 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 01:32:17.203 | + functions-common:run_process:1695 : local name=g-api 2024-10-01 01:32:17.205 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 01:32:17.207 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 01:32:17.210 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:32:17.212 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:32:17.214 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:32:17.218 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746337215 2024-10-01 01:32:17.220 | + functions-common:run_process:1698 : is_service_enabled g-api 2024-10-01 01:32:17.234 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:32:17.236 | + functions-common:run_process:1699 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' '' 2024-10-01 01:32:17.238 | + functions-common:_run_under_systemd:1649 : local service=g-api 2024-10-01 01:32:17.240 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-10-01 01:32:17.242 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-10-01 01:32:17.244 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-10-01 01:32:17.246 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-10-01 01:32:17.248 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2024-10-01 01:32:17.251 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2024-10-01 01:32:17.253 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@g-api.service 2024-10-01 01:32:17.255 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-01 01:32:17.257 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-01 01:32:17.259 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-01 01:32:17.261 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-01 01:32:17.263 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2024-10-01 01:32:17.266 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@g-api.service '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' stack '' 2024-10-01 01:32:17.268 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@g-api.service 2024-10-01 01:32:17.269 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-10-01 01:32:17.272 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-10-01 01:32:17.274 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-10-01 01:32:17.276 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-10-01 01:32:17.278 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@g-api.service 2024-10-01 01:32:17.280 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-10-01 01:32:17.284 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@g-api.service Unit Description 'Devstack devstack@g-api.service' 2024-10-01 01:32:17.336 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2024-10-01 01:32:17.387 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2024-10-01 01:32:17.432 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-10-01 01:32:17.476 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-01 01:32:17.518 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2024-10-01 01:32:17.561 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2024-10-01 01:32:17.606 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2024-10-01 01:32:17.650 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2024-10-01 01:32:17.696 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2024-10-01 01:32:17.741 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-10-01 01:32:17.743 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-10-01 01:32:17.745 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2024-10-01 01:32:17.801 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-10-01 01:32:18.058 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@g-api.service 2024-10-01 01:32:18.068 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2024-10-01 01:32:18.313 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@g-api.service 2024-10-01 01:32:18.375 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 01:32:18.375 | + functions-common:time_stop:2435 : local name 2024-10-01 01:32:18.376 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:32:18.378 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:32:18.380 | + functions-common:time_stop:2438 : local total 2024-10-01 01:32:18.385 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:32:18.390 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 01:32:18.390 | + functions-common:time_stop:2442 : start_time=1727746337215 2024-10-01 01:32:18.391 | + functions-common:time_stop:2444 : [[ -z 1727746337215 ]] 2024-10-01 01:32:18.394 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:32:18.397 | + functions-common:time_stop:2447 : end_time=1727746338395 2024-10-01 01:32:18.399 | + functions-common:time_stop:2448 : elapsed_time=1180 2024-10-01 01:32:18.401 | + functions-common:time_stop:2449 : total=14480 2024-10-01 01:32:18.403 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:32:18.405 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=15660 2024-10-01 01:32:18.409 | + lib/glance:start_glance:619 : is_service_enabled g-api-r 2024-10-01 01:32:18.423 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:32:18.426 | + lib/glance:start_glance:624 : echo 'Waiting for g-api (10.180.1.21) to start...' 2024-10-01 01:32:18.426 | Waiting for g-api (10.180.1.21) to start... 2024-10-01 01:32:18.428 | + lib/glance:start_glance:625 : wait_for_service 60 http://10.180.1.21/image 2024-10-01 01:32:18.430 | + functions:wait_for_service:468 : local timeout=60 2024-10-01 01:32:18.432 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2024-10-01 01:32:18.434 | + functions:wait_for_service:470 : local rval=0 2024-10-01 01:32:18.436 | + functions:wait_for_service:471 : time_start wait_for_service 2024-10-01 01:32:18.438 | + functions-common:time_start:2421 : local name=wait_for_service 2024-10-01 01:32:18.440 | + functions-common:time_start:2422 : local start_time= 2024-10-01 01:32:18.442 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:32:18.445 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:32:18.448 | + functions-common:time_start:2426 : _TIME_START[$name]=1727746338446 2024-10-01 01:32:18.450 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-10-01 01:32:18.454 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2024-10-01 01:32:20.483 | + :: : [[ 300 == 503 ]] 2024-10-01 01:32:20.485 | + :: : [[ 0 -eq 7 ]] 2024-10-01 01:32:20.488 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-10-01 01:32:20.490 | + functions-common:time_stop:2435 : local name 2024-10-01 01:32:20.492 | + functions-common:time_stop:2436 : local end_time 2024-10-01 01:32:20.495 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:32:20.497 | + functions-common:time_stop:2438 : local total 2024-10-01 01:32:20.499 | + functions-common:time_stop:2439 : local start_time 2024-10-01 01:32:20.501 | + functions-common:time_stop:2441 : name=wait_for_service 2024-10-01 01:32:20.503 | + functions-common:time_stop:2442 : start_time=1727746338446 2024-10-01 01:32:20.505 | + functions-common:time_stop:2444 : [[ -z 1727746338446 ]] 2024-10-01 01:32:20.508 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:32:20.511 | + functions-common:time_stop:2447 : end_time=1727746340509 2024-10-01 01:32:20.515 | + functions-common:time_stop:2448 : elapsed_time=2063 2024-10-01 01:32:20.516 | + functions-common:time_stop:2449 : total=8431 2024-10-01 01:32:20.518 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:32:20.520 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10494 2024-10-01 01:32:20.522 | + functions:wait_for_service:478 : return 0 2024-10-01 01:32:20.524 | + stack.sh:main:1359 : is_service_enabled mysql postgresql 2024-10-01 01:32:20.538 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:32:20.540 | + stack.sh:main:1359 : is_service_enabled glance 2024-10-01 01:32:20.555 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:32:20.557 | + stack.sh:main:1360 : echo_summary 'Uploading images' 2024-10-01 01:32:20.559 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 01:32:20.561 | + stack.sh:echo_summary:455 : echo -e Uploading images 2024-10-01 01:32:20.563 | + stack.sh:main:1362 : for image_url in ${IMAGE_URLS//,/ } 2024-10-01 01:32:20.565 | + stack.sh:main:1363 : upload_image 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-10-01 01:32:20.567 | + functions:upload_image:132 : local 'image_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-10-01 01:32:20.569 | + functions:upload_image:134 : local image image_fname image_name 2024-10-01 01:32:20.571 | + functions:upload_image:136 : local max_attempts=5 2024-10-01 01:32:20.572 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2024-10-01 01:32:20.576 | ++ functions:upload_image:140 : basename 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-10-01 01:32:20.579 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-10-01 01:32:20.581 | + functions:upload_image:141 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk != file* ]] 2024-10-01 01:32:20.582 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2024-10-01 01:32:20.585 | ++ functions:upload_image:144 : seq 5 2024-10-01 01:32:20.588 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2024-10-01 01:32:20.590 | + functions:upload_image:145 : local rc=0 2024-10-01 01:32:20.592 | + functions:upload_image:146 : wget --progress=dot:giga -c 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' -O '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-10-01 01:32:20.594 | --2024-10-01 01:32:20-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2024-10-01 01:32:20.599 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-10-01 01:32:20.600 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-10-01 01:32:20.635 | HTTP request sent, awaiting response... 200 OK 2024-10-01 01:32:20.635 | Length: 21318656 (20M) [application/octet-stream] 2024-10-01 01:32:20.635 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2024-10-01 01:32:20.655 | 2024-10-01 01:32:20.773 | 0K ........ ........ .... 100% 148M=0.1s 2024-10-01 01:32:20.773 | 2024-10-01 01:32:20.773 | 2024-10-01 01:32:20 (148 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2024-10-01 01:32:20.773 | 2024-10-01 01:32:20.777 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2024-10-01 01:32:20.779 | + functions:upload_image:155 : break 2024-10-01 01:32:20.780 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-10-01 01:32:20.782 | + functions:upload_image:173 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ openvz ]] 2024-10-01 01:32:20.784 | + functions:upload_image:180 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ \.vmdk ]] 2024-10-01 01:32:20.786 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-10-01 01:32:20.788 | + functions:upload_image:194 : local vmdk_disktype= 2024-10-01 01:32:20.790 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2024-10-01 01:32:20.792 | + functions:upload_image:196 : local path_len 2024-10-01 01:32:20.793 | + functions:upload_image:199 : local vmdk_adapter_type 2024-10-01 01:32:20.796 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-10-01 01:32:20.797 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-10-01 01:32:20.801 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2024-10-01 01:32:20.803 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2024-10-01 01:32:20.805 | + functions:upload_image:202 : vmdk_adapter_type=ide 2024-10-01 01:32:20.806 | + functions:upload_image:205 : local vmdk_create_type 2024-10-01 01:32:20.809 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-10-01 01:32:20.809 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-10-01 01:32:20.813 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2024-10-01 01:32:20.815 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2024-10-01 01:32:20.817 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2024-10-01 01:32:20.819 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2024-10-01 01:32:20.821 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2024-10-01 01:32:20.823 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2024-10-01 01:32:20.824 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2024-10-01 01:32:20.826 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2024-10-01 01:32:20.828 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2024-10-01 01:32:20.830 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-10-01 01:32:20.831 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2024-10-01 01:32:20.835 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2024-10-01 01:32:20.837 | + functions:upload_image:284 : IFS=':;' 2024-10-01 01:32:20.839 | + functions:upload_image:284 : read -a props 2024-10-01 01:32:20.841 | + functions:upload_image:285 : vmdk_disktype=sparse 2024-10-01 01:32:20.843 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2024-10-01 01:32:20.845 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2024-10-01 01:32:20.847 | + functions:upload_image:289 : _upload_image 'cirros-d240228-sparse;paraVirtual;vmxnet3' bare vmdk '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2024-10-01 01:32:20.849 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-10-01 01:32:20.850 | + functions:_upload_image:105 : shift 2024-10-01 01:32:20.852 | + functions:_upload_image:106 : local container=bare 2024-10-01 01:32:20.854 | + functions:_upload_image:107 : shift 2024-10-01 01:32:20.856 | + functions:_upload_image:108 : local disk=vmdk 2024-10-01 01:32:20.857 | + functions:_upload_image:109 : shift 2024-10-01 01:32:20.859 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-10-01 01:32:20.861 | + functions:_upload_image:111 : shift 2024-10-01 01:32:20.862 | + functions:_upload_image:112 : local properties 2024-10-01 01:32:20.865 | + functions:_upload_image:113 : local useimport 2024-10-01 01:32:20.867 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2024-10-01 01:32:20.868 | ++ functions:_image_properties_to_arg:87 : local result= 2024-10-01 01:32:20.870 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-10-01 01:32:20.872 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2024-10-01 01:32:20.874 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-10-01 01:32:20.876 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2024-10-01 01:32:20.877 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-10-01 01:32:20.879 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2024-10-01 01:32:20.881 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2024-10-01 01:32:20.883 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2024-10-01 01:32:20.885 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2024-10-01 01:32:20.887 | + functions:_upload_image:121 : openstack --os-cloud=devstack-admin --os-region-name=RegionOne image create 'cirros-d240228-sparse;paraVirtual;vmxnet3' --public --container-format bare --disk-format vmdk --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2024-10-01 01:32:23.483 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-10-01 01:32:23.483 | | Field | Value | 2024-10-01 01:32:23.483 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-10-01 01:32:23.483 | | container_format | bare | 2024-10-01 01:32:23.483 | | created_at | 2024-10-01T01:32:22Z | 2024-10-01 01:32:23.483 | | disk_format | vmdk | 2024-10-01 01:32:23.483 | | file | /v2/images/e468815b-be9c-44ea-b7d2-c8abbddbf3e7/file | 2024-10-01 01:32:23.483 | | id | e468815b-be9c-44ea-b7d2-c8abbddbf3e7 | 2024-10-01 01:32:23.483 | | min_disk | 0 | 2024-10-01 01:32:23.483 | | min_ram | 0 | 2024-10-01 01:32:23.483 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2024-10-01 01:32:23.483 | | owner | b21a994413b74523b28e8a77a6159a5d | 2024-10-01 01:32:23.483 | | properties | hw_vif_model='vmxnet3', os_hidden='False', owner_specified.openstack.md5='', owner_specified.openstack.object='images/cirros-d240228-sparse;paraVirtual;vmxnet3', owner_specified.openstack.sha256='', vmware_adaptertype='paraVirtual', vmware_disktype='sparse' | 2024-10-01 01:32:23.483 | | protected | False | 2024-10-01 01:32:23.483 | | schema | /v2/schemas/image | 2024-10-01 01:32:23.483 | | status | queued | 2024-10-01 01:32:23.483 | | tags | | 2024-10-01 01:32:23.483 | | updated_at | 2024-10-01T01:32:22Z | 2024-10-01 01:32:23.483 | | visibility | public | 2024-10-01 01:32:23.483 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-10-01 01:32:23.634 | + functions:upload_image:291 : return 2024-10-01 01:32:23.636 | + stack.sh:main:1367 : async_wait create_flavors 2024-10-01 01:32:23.679 | [3953 Async create_flavors:52986]: Waiting for completion of create_flavors running on PID 52986 (2 other jobs running) 2024-10-01 01:32:23.699 | [3953 Async create_flavors:52986]: Signaling child to exit 2024-10-01 01:32:25.493 | + inc/async:async_inner:64 : rc=0 2024-10-01 01:32:25.513 | [52986 Async create_flavors:52986]: finished successfully 2024-10-01 01:32:25.530 | WAKEUP 2024-10-01 01:32:25.548 | [3953 Async create_flavors:52986]: Signaled 2024-10-01 01:32:25.549 | + lib/nova:create_flavors:1247 : is_service_enabled n-api 2024-10-01 01:32:25.549 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:32:25.549 | + lib/nova:create_flavors:1248 : openstack --os-region-name=RegionOne flavor list 2024-10-01 01:32:25.549 | + lib/nova:create_flavors:1248 : grep -q ds512M 2024-10-01 01:32:25.549 | + lib/nova:create_flavors:1250 : openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 1 --vcpus 1 --property hw_rng:allowed=True cirros256 2024-10-01 01:32:25.549 | +----------------------------+-----------------------+ 2024-10-01 01:32:25.549 | | Field | Value | 2024-10-01 01:32:25.549 | +----------------------------+-----------------------+ 2024-10-01 01:32:25.549 | | OS-FLV-DISABLED:disabled | False | 2024-10-01 01:32:25.549 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-10-01 01:32:25.549 | | description | None | 2024-10-01 01:32:25.549 | | disk | 1 | 2024-10-01 01:32:25.549 | | id | c1 | 2024-10-01 01:32:25.549 | | name | cirros256 | 2024-10-01 01:32:25.549 | | os-flavor-access:is_public | True | 2024-10-01 01:32:25.549 | | properties | hw_rng:allowed='True' | 2024-10-01 01:32:25.549 | | ram | 256 | 2024-10-01 01:32:25.549 | | rxtx_factor | 1.0 | 2024-10-01 01:32:25.549 | | swap | | 2024-10-01 01:32:25.549 | | vcpus | 1 | 2024-10-01 01:32:25.549 | +----------------------------+-----------------------+ 2024-10-01 01:32:25.549 | + lib/nova:create_flavors:1251 : openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 --property hw_rng:allowed=True ds512M 2024-10-01 01:32:25.549 | +----------------------------+-----------------------+ 2024-10-01 01:32:25.549 | | Field | Value | 2024-10-01 01:32:25.549 | +----------------------------+-----------------------+ 2024-10-01 01:32:25.549 | | OS-FLV-DISABLED:disabled | False | 2024-10-01 01:32:25.549 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-10-01 01:32:25.549 | | description | None | 2024-10-01 01:32:25.549 | | disk | 5 | 2024-10-01 01:32:25.549 | | id | d1 | 2024-10-01 01:32:25.549 | | name | ds512M | 2024-10-01 01:32:25.549 | | os-flavor-access:is_public | True | 2024-10-01 01:32:25.549 | | properties | hw_rng:allowed='True' | 2024-10-01 01:32:25.549 | | ram | 512 | 2024-10-01 01:32:25.549 | | rxtx_factor | 1.0 | 2024-10-01 01:32:25.549 | | swap | | 2024-10-01 01:32:25.549 | | vcpus | 1 | 2024-10-01 01:32:25.549 | +----------------------------+-----------------------+ 2024-10-01 01:32:25.549 | + lib/nova:create_flavors:1252 : openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 --property hw_rng:allowed=True ds1G 2024-10-01 01:32:25.549 | +----------------------------+-----------------------+ 2024-10-01 01:32:25.549 | | Field | Value | 2024-10-01 01:32:25.549 | +----------------------------+-----------------------+ 2024-10-01 01:32:25.549 | | OS-FLV-DISABLED:disabled | False | 2024-10-01 01:32:25.549 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-10-01 01:32:25.549 | | description | None | 2024-10-01 01:32:25.549 | | disk | 10 | 2024-10-01 01:32:25.549 | | id | d2 | 2024-10-01 01:32:25.549 | | name | ds1G | 2024-10-01 01:32:25.549 | | os-flavor-access:is_public | True | 2024-10-01 01:32:25.549 | | properties | hw_rng:allowed='True' | 2024-10-01 01:32:25.549 | | ram | 1024 | 2024-10-01 01:32:25.549 | | rxtx_factor | 1.0 | 2024-10-01 01:32:25.549 | | swap | | 2024-10-01 01:32:25.549 | | vcpus | 1 | 2024-10-01 01:32:25.549 | +----------------------------+-----------------------+ 2024-10-01 01:32:25.549 | + lib/nova:create_flavors:1253 : openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 --property hw_rng:allowed=True ds2G 2024-10-01 01:32:25.549 | +----------------------------+-----------------------+ 2024-10-01 01:32:25.549 | | Field | Value | 2024-10-01 01:32:25.549 | +----------------------------+-----------------------+ 2024-10-01 01:32:25.549 | | OS-FLV-DISABLED:disabled | False | 2024-10-01 01:32:25.550 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-10-01 01:32:25.550 | | description | None | 2024-10-01 01:32:25.550 | | disk | 10 | 2024-10-01 01:32:25.550 | | id | d3 | 2024-10-01 01:32:25.550 | | name | ds2G | 2024-10-01 01:32:25.550 | | os-flavor-access:is_public | True | 2024-10-01 01:32:25.550 | | properties | hw_rng:allowed='True' | 2024-10-01 01:32:25.550 | | ram | 2048 | 2024-10-01 01:32:25.550 | | rxtx_factor | 1.0 | 2024-10-01 01:32:25.550 | | swap | | 2024-10-01 01:32:25.550 | | vcpus | 2 | 2024-10-01 01:32:25.550 | +----------------------------+-----------------------+ 2024-10-01 01:32:25.550 | + lib/nova:create_flavors:1254 : openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 --property hw_rng:allowed=True ds4G 2024-10-01 01:32:25.550 | +----------------------------+-----------------------+ 2024-10-01 01:32:25.550 | | Field | Value | 2024-10-01 01:32:25.550 | +----------------------------+-----------------------+ 2024-10-01 01:32:25.550 | | OS-FLV-DISABLED:disabled | False | 2024-10-01 01:32:25.550 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-10-01 01:32:25.550 | | description | None | 2024-10-01 01:32:25.550 | | disk | 20 | 2024-10-01 01:32:25.550 | | id | d4 | 2024-10-01 01:32:25.550 | | name | ds4G | 2024-10-01 01:32:25.550 | | os-flavor-access:is_public | True | 2024-10-01 01:32:25.550 | | properties | hw_rng:allowed='True' | 2024-10-01 01:32:25.550 | | ram | 4096 | 2024-10-01 01:32:25.550 | | rxtx_factor | 1.0 | 2024-10-01 01:32:25.550 | | swap | | 2024-10-01 01:32:25.550 | | vcpus | 4 | 2024-10-01 01:32:25.550 | +----------------------------+-----------------------+ 2024-10-01 01:32:25.550 | + lib/nova:create_flavors:1257 : openstack --os-region-name=RegionOne flavor list 2024-10-01 01:32:25.550 | + lib/nova:create_flavors:1257 : grep -q m1.tiny 2024-10-01 01:32:25.550 | + lib/nova:create_flavors:1258 : openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.tiny 2024-10-01 01:32:25.550 | +----------------------------+-----------------------+ 2024-10-01 01:32:25.550 | | Field | Value | 2024-10-01 01:32:25.550 | +----------------------------+-----------------------+ 2024-10-01 01:32:25.550 | | OS-FLV-DISABLED:disabled | False | 2024-10-01 01:32:25.550 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-10-01 01:32:25.550 | | description | None | 2024-10-01 01:32:25.550 | | disk | 1 | 2024-10-01 01:32:25.550 | | id | 1 | 2024-10-01 01:32:25.550 | | name | m1.tiny | 2024-10-01 01:32:25.550 | | os-flavor-access:is_public | True | 2024-10-01 01:32:25.550 | | properties | hw_rng:allowed='True' | 2024-10-01 01:32:25.550 | | ram | 512 | 2024-10-01 01:32:25.550 | | rxtx_factor | 1.0 | 2024-10-01 01:32:25.550 | | swap | | 2024-10-01 01:32:25.550 | | vcpus | 1 | 2024-10-01 01:32:25.550 | +----------------------------+-----------------------+ 2024-10-01 01:32:25.550 | + lib/nova:create_flavors:1259 : openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 --property hw_rng:allowed=True m1.small 2024-10-01 01:32:25.550 | +----------------------------+-----------------------+ 2024-10-01 01:32:25.550 | | Field | Value | 2024-10-01 01:32:25.550 | +----------------------------+-----------------------+ 2024-10-01 01:32:25.550 | | OS-FLV-DISABLED:disabled | False | 2024-10-01 01:32:25.550 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-10-01 01:32:25.550 | | description | None | 2024-10-01 01:32:25.550 | | disk | 20 | 2024-10-01 01:32:25.550 | | id | 2 | 2024-10-01 01:32:25.550 | | name | m1.small | 2024-10-01 01:32:25.550 | | os-flavor-access:is_public | True | 2024-10-01 01:32:25.550 | | properties | hw_rng:allowed='True' | 2024-10-01 01:32:25.550 | | ram | 2048 | 2024-10-01 01:32:25.550 | | rxtx_factor | 1.0 | 2024-10-01 01:32:25.550 | | swap | | 2024-10-01 01:32:25.550 | | vcpus | 1 | 2024-10-01 01:32:25.550 | +----------------------------+-----------------------+ 2024-10-01 01:32:25.550 | + lib/nova:create_flavors:1260 : openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 --property hw_rng:allowed=True m1.medium 2024-10-01 01:32:25.550 | +----------------------------+-----------------------+ 2024-10-01 01:32:25.550 | | Field | Value | 2024-10-01 01:32:25.550 | +----------------------------+-----------------------+ 2024-10-01 01:32:25.550 | | OS-FLV-DISABLED:disabled | False | 2024-10-01 01:32:25.550 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-10-01 01:32:25.550 | | description | None | 2024-10-01 01:32:25.550 | | disk | 40 | 2024-10-01 01:32:25.550 | | id | 3 | 2024-10-01 01:32:25.550 | | name | m1.medium | 2024-10-01 01:32:25.550 | | os-flavor-access:is_public | True | 2024-10-01 01:32:25.550 | | properties | hw_rng:allowed='True' | 2024-10-01 01:32:25.551 | | ram | 4096 | 2024-10-01 01:32:25.551 | | rxtx_factor | 1.0 | 2024-10-01 01:32:25.551 | | swap | | 2024-10-01 01:32:25.551 | | vcpus | 2 | 2024-10-01 01:32:25.551 | +----------------------------+-----------------------+ 2024-10-01 01:32:25.551 | + lib/nova:create_flavors:1261 : openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 --property hw_rng:allowed=True m1.large 2024-10-01 01:32:25.551 | +----------------------------+-----------------------+ 2024-10-01 01:32:25.551 | | Field | Value | 2024-10-01 01:32:25.551 | +----------------------------+-----------------------+ 2024-10-01 01:32:25.551 | | OS-FLV-DISABLED:disabled | False | 2024-10-01 01:32:25.551 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-10-01 01:32:25.551 | | description | None | 2024-10-01 01:32:25.551 | | disk | 80 | 2024-10-01 01:32:25.551 | | id | 4 | 2024-10-01 01:32:25.551 | | name | m1.large | 2024-10-01 01:32:25.551 | | os-flavor-access:is_public | True | 2024-10-01 01:32:25.551 | | properties | hw_rng:allowed='True' | 2024-10-01 01:32:25.551 | | ram | 8192 | 2024-10-01 01:32:25.551 | | rxtx_factor | 1.0 | 2024-10-01 01:32:25.551 | | swap | | 2024-10-01 01:32:25.551 | | vcpus | 4 | 2024-10-01 01:32:25.551 | +----------------------------+-----------------------+ 2024-10-01 01:32:25.551 | + lib/nova:create_flavors:1262 : openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 --property hw_rng:allowed=True m1.xlarge 2024-10-01 01:32:25.551 | +----------------------------+-----------------------+ 2024-10-01 01:32:25.551 | | Field | Value | 2024-10-01 01:32:25.551 | +----------------------------+-----------------------+ 2024-10-01 01:32:25.551 | | OS-FLV-DISABLED:disabled | False | 2024-10-01 01:32:25.551 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-10-01 01:32:25.551 | | description | None | 2024-10-01 01:32:25.551 | | disk | 160 | 2024-10-01 01:32:25.551 | | id | 5 | 2024-10-01 01:32:25.551 | | name | m1.xlarge | 2024-10-01 01:32:25.551 | | os-flavor-access:is_public | True | 2024-10-01 01:32:25.551 | | properties | hw_rng:allowed='True' | 2024-10-01 01:32:25.551 | | ram | 16384 | 2024-10-01 01:32:25.551 | | rxtx_factor | 1.0 | 2024-10-01 01:32:25.551 | | swap | | 2024-10-01 01:32:25.551 | | vcpus | 8 | 2024-10-01 01:32:25.551 | +----------------------------+-----------------------+ 2024-10-01 01:32:25.582 | [3953 Async create_flavors:52986]: finished create_flavors with result 0 in 15 seconds 2024-10-01 01:32:25.585 | + inc/async:async_wait:197 : return 0 2024-10-01 01:32:25.587 | + stack.sh:main:1369 : is_service_enabled horizon 2024-10-01 01:32:25.600 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:32:25.603 | + stack.sh:main:1383 : is_service_enabled nova 2024-10-01 01:32:25.616 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:32:25.618 | + stack.sh:main:1383 : is_service_enabled keystone 2024-10-01 01:32:25.632 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:32:25.634 | + stack.sh:main:1384 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2024-10-01 01:32:25.636 | + stack.sh:main:1386 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-10-01 01:32:25.638 | + stack.sh:main:1390 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2024-10-01 01:32:25.641 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2024-10-01 01:32:25.643 | ++ opt/stack/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 /opt/stack/devstack/accrc --os-password nomoresecret 2024-10-01 01:32:25.645 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2024-10-01 01:32:25.646 | + opt/stack/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/opt/stack/devstack/accrc'\''' --os-password ''\''nomoresecret'\''' -- 2024-10-01 01:32:25.647 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2024-10-01 01:32:25.648 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2024-10-01 01:32:25.649 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2024-10-01 01:32:25.650 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2024-10-01 01:32:25.652 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2024-10-01 01:32:25.653 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2024-10-01 01:32:25.654 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2024-10-01 01:32:25.655 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2024-10-01 01:32:25.656 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2024-10-01 01:32:25.657 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-10-01 01:32:25.658 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2024-10-01 01:32:25.659 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-10-01 01:32:25.660 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2024-10-01 01:32:25.661 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-10-01 01:32:25.662 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2024-10-01 01:32:25.663 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-10-01 01:32:25.664 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2024-10-01 01:32:25.665 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-10-01 01:32:25.666 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2024-10-01 01:32:25.667 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2024-10-01 01:32:25.668 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-10-01 01:32:25.669 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2024-10-01 01:32:25.670 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-10-01 01:32:25.671 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2024-10-01 01:32:25.672 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2024-10-01 01:32:25.673 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2024-10-01 01:32:25.674 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-10-01 01:32:25.675 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2024-10-01 01:32:25.676 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-10-01 01:32:25.677 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2024-10-01 01:32:25.678 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2024-10-01 01:32:25.679 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2024-10-01 01:32:25.680 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2024-10-01 01:32:25.681 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2024-10-01 01:32:25.683 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2024-10-01 01:32:25.684 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2024-10-01 01:32:25.685 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2024-10-01 01:32:25.686 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2024-10-01 01:32:25.687 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2024-10-01 01:32:25.688 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2024-10-01 01:32:25.689 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2024-10-01 01:32:25.690 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2024-10-01 01:32:25.691 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2024-10-01 01:32:25.692 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2024-10-01 01:32:25.693 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2024-10-01 01:32:25.694 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2024-10-01 01:32:25.695 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2024-10-01 01:32:25.696 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2024-10-01 01:32:25.697 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2024-10-01 01:32:25.698 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2024-10-01 01:32:25.700 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2024-10-01 01:32:25.701 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2024-10-01 01:32:25.702 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2024-10-01 01:32:25.702 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2024-10-01 01:32:25.702 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2024-10-01 01:32:25.703 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2024-10-01 01:32:26.620 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2024-10-01 01:32:26.621 | Unable to establish connection to http://localhost:5000/v3/auth/tokens: HTTPConnectionPool(host='localhost', port=5000): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2024-10-01 01:32:26.734 | + stack.sh:main:1395 : save_stackenv 2024-10-01 01:32:26.736 | + functions-common:save_stackenv:60 : local tag= 2024-10-01 01:32:26.739 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-10-01 01:32:26.742 | + functions-common:save_stackenv:62 : time_stamp=2024-10-01-013226 2024-10-01 01:32:26.744 | + functions-common:save_stackenv:63 : echo '# 2024-10-01-013226 ' 2024-10-01 01:32:26.746 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:32:26.748 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-10-01 01:32:26.750 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:32:26.752 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-10-01 01:32:26.754 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:32:26.756 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-10-01 01:32:26.758 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:32:26.760 | + 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,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2024-10-01 01:32:26.762 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:32:26.764 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-10-01 01:32:26.766 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:32:26.768 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-10-01 01:32:26.770 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:32:26.772 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-10-01-012509 2024-10-01 01:32:26.774 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:32:26.776 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-10-01 01:32:26.778 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:32:26.780 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-10-01 01:32:26.782 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:32:26.784 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-10-01 01:32:26.786 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:32:26.788 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-10-01 01:32:26.790 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:32:26.792 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-10-01 01:32:26.794 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:32:26.796 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-10-01 01:32:26.798 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:32:26.800 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-10-01 01:32:26.802 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 01:32:26.804 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-10-01 01:32:26.806 | + stack.sh:main:1406 : merge_config_group /opt/stack/devstack/local.conf extra 2024-10-01 01:32:26.808 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-10-01 01:32:26.810 | + inc/meta-config:merge_config_group:171 : shift 2024-10-01 01:32:26.812 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2024-10-01 01:32:26.814 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-01 01:32:26.816 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-10-01 01:32:26.818 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-10-01 01:32:26.821 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2024-10-01 01:32:26.823 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-10-01 01:32:26.825 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2024-10-01 01:32:26.827 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-01 01:32:26.829 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2024-10-01 01:32:26.829 | /^\[\[.+\|.*\]\]/ { 2024-10-01 01:32:26.829 | gsub("[][]", "", $1); 2024-10-01 01:32:26.829 | split($1, a, "|"); 2024-10-01 01:32:26.829 | if (a[1] == matchgroup) 2024-10-01 01:32:26.829 | print a[2] 2024-10-01 01:32:26.829 | } 2024-10-01 01:32:26.829 | ' /opt/stack/devstack/local.conf 2024-10-01 01:32:26.833 | + stack.sh:main:1413 : run_phase stack extra 2024-10-01 01:32:26.835 | + functions-common:run_phase:1863 : local mode=stack 2024-10-01 01:32:26.837 | + functions-common:run_phase:1864 : local phase=extra 2024-10-01 01:32:26.839 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-10-01 01:32:26.842 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-10-01 01:32:26.844 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-10-01 01:32:26.846 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-10-01 01:32:26.848 | + functions-common:run_phase:1873 : local extra 2024-10-01 01:32:26.851 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-10-01 01:32:26.854 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-10-01 01:32:26.856 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-10-01 01:32:26.858 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-10-01 01:32:26.860 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2024-10-01 01:32:26.863 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-10-01 01:32:26.876 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:32:26.878 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-10-01 01:32:26.880 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-10-01 01:32:26.882 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-10-01 01:32:26.884 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-10-01 01:32:26.886 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-10-01 01:32:26.888 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-10-01 01:32:26.890 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2024-10-01 01:32:26.892 | ++ extras.d/80-tempest.sh:source:15 : : 2024-10-01 01:32:26.894 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-10-01 01:32:26.896 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-10-01 01:32:26.898 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-10-01 01:32:26.900 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-10-01 01:32:26.902 | + functions-common:run_phase:1890 : run_plugins stack extra 2024-10-01 01:32:26.904 | + functions-common:run_plugins:1849 : local mode=stack 2024-10-01 01:32:26.907 | + functions-common:run_plugins:1850 : local phase=extra 2024-10-01 01:32:26.909 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-10-01 01:32:26.911 | + functions-common:run_plugins:1853 : local plugin 2024-10-01 01:32:26.913 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-10-01 01:32:26.915 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-10-01 01:32:26.917 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-10-01 01:32:26.919 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2024-10-01 01:32:26.921 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-10-01 01:32:26.923 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-10-01 01:32:26.925 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-10-01 01:32:26.927 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-10-01 01:32:26.930 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-10-01 01:32:26.932 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-10-01 01:32:26.934 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2024-10-01 01:32:26.936 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2024-10-01 01:32:26.938 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 01:32:26.940 | ++ stack.sh:echo_summary:455 : echo -e Initializing Networking-NSX-T 2024-10-01 01:32:26.942 | + stack.sh:main:1421 : merge_config_group /opt/stack/devstack/local.conf post-extra 2024-10-01 01:32:26.944 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-10-01 01:32:26.946 | + inc/meta-config:merge_config_group:171 : shift 2024-10-01 01:32:26.948 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2024-10-01 01:32:26.950 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-01 01:32:26.952 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-10-01 01:32:26.954 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-10-01 01:32:26.957 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2024-10-01 01:32:26.959 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-10-01 01:32:26.961 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2024-10-01 01:32:26.963 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-01 01:32:26.965 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2024-10-01 01:32:26.965 | /^\[\[.+\|.*\]\]/ { 2024-10-01 01:32:26.965 | gsub("[][]", "", $1); 2024-10-01 01:32:26.965 | split($1, a, "|"); 2024-10-01 01:32:26.965 | if (a[1] == matchgroup) 2024-10-01 01:32:26.965 | print a[2] 2024-10-01 01:32:26.965 | } 2024-10-01 01:32:26.965 | ' /opt/stack/devstack/local.conf 2024-10-01 01:32:26.970 | + stack.sh:main:1430 : is_service_enabled n-cpu 2024-10-01 01:32:26.984 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:32:26.986 | + stack.sh:main:1435 : service_check 2024-10-01 01:32:26.989 | + functions-common:service_check:1728 : local service 2024-10-01 01:32:26.991 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:32:26.993 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@key.service 2024-10-01 01:32:27.002 | Failed to get unit file state for devstack@key.service: No such file or directory 2024-10-01 01:32:27.005 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:32:27.007 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api.service 2024-10-01 01:32:27.017 | enabled 2024-10-01 01:32:27.019 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api.service --no-pager 2024-10-01 01:32:27.042 | ● devstack@n-api.service - Devstack devstack@n-api.service 2024-10-01 01:32:27.042 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2024-10-01 01:32:27.042 | Active: active (running) since Tue 2024-10-01 01:31:29 UTC; 57s ago 2024-10-01 01:32:27.042 | Main PID: 46552 (uwsgi) 2024-10-01 01:32:27.042 | Status: "uWSGI is ready" 2024-10-01 01:32:27.042 | Tasks: 3 (limit: 19126) 2024-10-01 01:32:27.042 | Memory: 238.7M 2024-10-01 01:32:27.042 | CPU: 6.103s 2024-10-01 01:32:27.042 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2024-10-01 01:32:27.042 | ├─46552 "nova-apiuWSGI master" 2024-10-01 01:32:27.042 | ├─46558 "nova-apiuWSGI worker 1" 2024-10-01 01:32:27.042 | └─46559 "nova-apiuWSGI worker 2" 2024-10-01 01:32:27.042 | 2024-10-01 01:32:27.042 | Oct 01 01:32:24 devstack devstack@n-api.service[46559]: [pid: 46559|app: 0|req: 16/32] 10.180.1.21 () {64 vars in 1332 bytes} [Tue Oct 1 01:32:24 2024] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 16 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2024-10-01 01:32:27.042 | Oct 01 01:32:25 devstack devstack@n-api.service[46558]: DEBUG nova.api.openstack.wsgi [None req-8324f48c-5d0c-4a30-916d-3f4bc504c118 admin admin] Calling method '>' {{(pid=46558) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2024-10-01 01:32:27.042 | Oct 01 01:32:25 devstack devstack@n-api.service[46558]: INFO nova.api.openstack.requestlog [None req-8324f48c-5d0c-4a30-916d-3f4bc504c118 admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.000927 2024-10-01 01:32:27.042 | Oct 01 01:32:25 devstack devstack@n-api.service[46558]: [pid: 46558|app: 0|req: 17/33] 10.180.1.21 () {54 vars in 930 bytes} [Tue Oct 1 01:32:25 2024] GET /compute/v2.1 => generated 388 bytes in 1 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2024-10-01 01:32:27.042 | Oct 01 01:32:25 devstack devstack@n-api.service[46559]: DEBUG nova.api.openstack.wsgi [None req-4909a859-5afa-4642-946b-f325d1392433 admin admin] Action: 'create', calling method: >, body: {"flavor": {"vcpus": 8, "disk": 160, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "os-flavor-access:is_public": true, "ram": 16384, "id": "5", "name": "m1.xlarge", "swap": 0}} {{(pid=46559) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-10-01 01:32:27.042 | Oct 01 01:32:25 devstack devstack@n-api.service[46559]: INFO nova.api.openstack.requestlog [None req-4909a859-5afa-4642-946b-f325d1392433 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.035802 2024-10-01 01:32:27.042 | Oct 01 01:32:25 devstack devstack@n-api.service[46559]: [pid: 46559|app: 0|req: 17/34] 10.180.1.21 () {64 vars in 1282 bytes} [Tue Oct 1 01:32:25 2024] POST /compute/v2.1/flavors => generated 408 bytes in 36 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) 2024-10-01 01:32:27.042 | Oct 01 01:32:25 devstack devstack@n-api.service[46558]: DEBUG nova.api.openstack.wsgi [None req-ab76c84e-e8e0-49c9-bccb-0af12ad6353a admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=46558) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-10-01 01:32:27.042 | Oct 01 01:32:25 devstack devstack@n-api.service[46558]: INFO nova.api.openstack.requestlog [None req-ab76c84e-e8e0-49c9-bccb-0af12ad6353a admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.015829 2024-10-01 01:32:27.042 | Oct 01 01:32:25 devstack devstack@n-api.service[46558]: [pid: 46558|app: 0|req: 18/35] 10.180.1.21 () {64 vars in 1332 bytes} [Tue Oct 1 01:32:25 2024] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 17 msecs (HTTP/1.1 200) 9 headers in 358 bytes (2 switches on core 0) 2024-10-01 01:32:27.045 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:32:27.047 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-cond.service 2024-10-01 01:32:27.056 | enabled 2024-10-01 01:32:27.059 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-cond.service --no-pager 2024-10-01 01:32:27.070 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2024-10-01 01:32:27.070 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2024-10-01 01:32:27.070 | Active: active (running) since Tue 2024-10-01 01:32:07 UTC; 20s ago 2024-10-01 01:32:27.070 | Main PID: 52504 (nova-conductor) 2024-10-01 01:32:27.070 | Tasks: 3 (limit: 19126) 2024-10-01 01:32:27.070 | Memory: 148.3M 2024-10-01 01:32:27.070 | CPU: 2.100s 2024-10-01 01:32:27.070 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2024-10-01 01:32:27.070 | ├─52504 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-10-01 01:32:27.071 | ├─52934 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-10-01 01:32:27.071 | └─52935 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-10-01 01:32:27.071 | 2024-10-01 01:32:27.071 | Oct 01 01:32:08 devstack nova-conductor[52504]: DEBUG oslo_service.service [None req-f5d8a037-fc5b-41ed-8a5e-765b87c922f4 None None] oslo_limit.split_loggers = False {{(pid=52504) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 01:32:27.071 | Oct 01 01:32:08 devstack nova-conductor[52504]: DEBUG oslo_service.service [None req-f5d8a037-fc5b-41ed-8a5e-765b87c922f4 None None] oslo_limit.status_code_retries = None {{(pid=52504) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 01:32:27.071 | Oct 01 01:32:08 devstack nova-conductor[52504]: DEBUG oslo_service.service [None req-f5d8a037-fc5b-41ed-8a5e-765b87c922f4 None None] oslo_limit.status_code_retry_delay = None {{(pid=52504) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 01:32:27.071 | Oct 01 01:32:08 devstack nova-conductor[52504]: DEBUG oslo_service.service [None req-f5d8a037-fc5b-41ed-8a5e-765b87c922f4 None None] oslo_limit.timeout = None {{(pid=52504) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 01:32:27.071 | Oct 01 01:32:08 devstack nova-conductor[52504]: DEBUG oslo_service.service [None req-f5d8a037-fc5b-41ed-8a5e-765b87c922f4 None None] oslo_limit.valid_interfaces = None {{(pid=52504) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 01:32:27.071 | Oct 01 01:32:08 devstack nova-conductor[52504]: DEBUG oslo_service.service [None req-f5d8a037-fc5b-41ed-8a5e-765b87c922f4 None None] oslo_limit.version = None {{(pid=52504) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 01:32:27.071 | Oct 01 01:32:08 devstack nova-conductor[52504]: DEBUG oslo_service.service [None req-f5d8a037-fc5b-41ed-8a5e-765b87c922f4 None None] oslo_reports.file_event_handler = None {{(pid=52504) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 01:32:27.071 | Oct 01 01:32:08 devstack nova-conductor[52504]: DEBUG oslo_service.service [None req-f5d8a037-fc5b-41ed-8a5e-765b87c922f4 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=52504) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 01:32:27.071 | Oct 01 01:32:08 devstack nova-conductor[52504]: DEBUG oslo_service.service [None req-f5d8a037-fc5b-41ed-8a5e-765b87c922f4 None None] oslo_reports.log_dir = None {{(pid=52504) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 01:32:27.071 | Oct 01 01:32:08 devstack nova-conductor[52504]: DEBUG oslo_service.service [None req-f5d8a037-fc5b-41ed-8a5e-765b87c922f4 None None] ******************************************************************************** {{(pid=52504) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-10-01 01:32:27.073 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:32:27.075 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-sch.service 2024-10-01 01:32:27.084 | enabled 2024-10-01 01:32:27.087 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-sch.service --no-pager 2024-10-01 01:32:27.098 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2024-10-01 01:32:27.098 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2024-10-01 01:32:27.098 | Active: active (running) since Tue 2024-10-01 01:32:04 UTC; 22s ago 2024-10-01 01:32:27.098 | Main PID: 51271 (nova-scheduler) 2024-10-01 01:32:27.098 | Tasks: 3 (limit: 19126) 2024-10-01 01:32:27.098 | Memory: 147.2M 2024-10-01 01:32:27.099 | CPU: 2.134s 2024-10-01 01:32:27.099 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2024-10-01 01:32:27.099 | ├─51271 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-10-01 01:32:27.099 | ├─52284 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-10-01 01:32:27.099 | └─52286 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-10-01 01:32:27.099 | 2024-10-01 01:32:27.099 | Oct 01 01:32:06 devstack nova-scheduler[51271]: DEBUG oslo_service.service [None req-96484d62-8138-43e2-bbb4-384295ad5196 None None] oslo_limit.split_loggers = False {{(pid=51271) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 01:32:27.099 | Oct 01 01:32:06 devstack nova-scheduler[51271]: DEBUG oslo_service.service [None req-96484d62-8138-43e2-bbb4-384295ad5196 None None] oslo_limit.status_code_retries = None {{(pid=51271) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 01:32:27.099 | Oct 01 01:32:06 devstack nova-scheduler[51271]: DEBUG oslo_service.service [None req-96484d62-8138-43e2-bbb4-384295ad5196 None None] oslo_limit.status_code_retry_delay = None {{(pid=51271) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 01:32:27.099 | Oct 01 01:32:06 devstack nova-scheduler[51271]: DEBUG oslo_service.service [None req-96484d62-8138-43e2-bbb4-384295ad5196 None None] oslo_limit.timeout = None {{(pid=51271) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 01:32:27.099 | Oct 01 01:32:06 devstack nova-scheduler[51271]: DEBUG oslo_service.service [None req-96484d62-8138-43e2-bbb4-384295ad5196 None None] oslo_limit.valid_interfaces = None {{(pid=51271) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 01:32:27.099 | Oct 01 01:32:06 devstack nova-scheduler[51271]: DEBUG oslo_service.service [None req-96484d62-8138-43e2-bbb4-384295ad5196 None None] oslo_limit.version = None {{(pid=51271) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 01:32:27.099 | Oct 01 01:32:06 devstack nova-scheduler[51271]: DEBUG oslo_service.service [None req-96484d62-8138-43e2-bbb4-384295ad5196 None None] oslo_reports.file_event_handler = None {{(pid=51271) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 01:32:27.099 | Oct 01 01:32:06 devstack nova-scheduler[51271]: DEBUG oslo_service.service [None req-96484d62-8138-43e2-bbb4-384295ad5196 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=51271) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 01:32:27.099 | Oct 01 01:32:06 devstack nova-scheduler[51271]: DEBUG oslo_service.service [None req-96484d62-8138-43e2-bbb4-384295ad5196 None None] oslo_reports.log_dir = None {{(pid=51271) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 01:32:27.099 | Oct 01 01:32:06 devstack nova-scheduler[51271]: DEBUG oslo_service.service [None req-96484d62-8138-43e2-bbb4-384295ad5196 None None] ******************************************************************************** {{(pid=51271) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-10-01 01:32:27.101 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:32:27.103 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api-meta.service 2024-10-01 01:32:27.113 | enabled 2024-10-01 01:32:27.116 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api-meta.service --no-pager 2024-10-01 01:32:27.127 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2024-10-01 01:32:27.127 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2024-10-01 01:32:27.127 | Active: active (running) since Tue 2024-10-01 01:32:05 UTC; 21s ago 2024-10-01 01:32:27.127 | Main PID: 51813 (uwsgi) 2024-10-01 01:32:27.127 | Status: "uWSGI is ready" 2024-10-01 01:32:27.128 | Tasks: 4 (limit: 19126) 2024-10-01 01:32:27.128 | Memory: 201.6M 2024-10-01 01:32:27.128 | CPU: 4.095s 2024-10-01 01:32:27.128 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2024-10-01 01:32:27.128 | ├─51813 "nova-api-metauWSGI master" 2024-10-01 01:32:27.128 | ├─51815 "nova-api-metauWSGI worker 1" 2024-10-01 01:32:27.128 | ├─51816 "nova-api-metauWSGI worker 2" 2024-10-01 01:32:27.128 | └─51817 "nova-api-metauWSGI http 1" 2024-10-01 01:32:27.128 | 2024-10-01 01:32:27.128 | Oct 01 01:32:07 devstack devstack@n-api-meta.service[51815]: DEBUG oslo_concurrency.lockutils [None req-513f0ec4-db78-4c14-9e9a-c3e34f7e5df6 None None] Lock "eda29c5e-d677-4f39-8986-24cb223d4df0" acquired by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: waited 0.000s {{(pid=51815) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-10-01 01:32:27.128 | Oct 01 01:32:07 devstack devstack@n-api-meta.service[51815]: DEBUG oslo_concurrency.lockutils [None req-513f0ec4-db78-4c14-9e9a-c3e34f7e5df6 None None] Lock "eda29c5e-d677-4f39-8986-24cb223d4df0" "released" by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: held 0.001s {{(pid=51815) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-10-01 01:32:27.128 | Oct 01 01:32:07 devstack devstack@n-api-meta.service[51815]: DEBUG oslo_db.sqlalchemy.engines [None req-513f0ec4-db78-4c14-9e9a-c3e34f7e5df6 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=51815) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-10-01 01:32:27.128 | Oct 01 01:32:07 devstack devstack@n-api-meta.service[51815]: DEBUG oslo_db.sqlalchemy.engines [None req-513f0ec4-db78-4c14-9e9a-c3e34f7e5df6 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=51815) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-10-01 01:32:27.128 | Oct 01 01:32:07 devstack devstack@n-api-meta.service[51816]: DEBUG oslo_db.sqlalchemy.engines [None req-59bcfacd-0a4b-4815-a819-5adeceb21f0b 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=51816) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-10-01 01:32:27.128 | Oct 01 01:32:07 devstack devstack@n-api-meta.service[51816]: WARNING nova.api.metadata.handler [None req-59bcfacd-0a4b-4815-a819-5adeceb21f0b None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-10-01 01:32:27.128 | Oct 01 01:32:07 devstack devstack@n-api-meta.service[51816]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x636a91bdcf10 pid: 51816 (default app) 2024-10-01 01:32:27.128 | Oct 01 01:32:07 devstack devstack@n-api-meta.service[51815]: DEBUG oslo_db.sqlalchemy.engines [None req-513f0ec4-db78-4c14-9e9a-c3e34f7e5df6 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=51815) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-10-01 01:32:27.128 | Oct 01 01:32:07 devstack devstack@n-api-meta.service[51815]: WARNING nova.api.metadata.handler [None req-513f0ec4-db78-4c14-9e9a-c3e34f7e5df6 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-10-01 01:32:27.128 | Oct 01 01:32:07 devstack devstack@n-api-meta.service[51815]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x636a91bdcf10 pid: 51815 (default app) 2024-10-01 01:32:27.131 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:32:27.133 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-api.service 2024-10-01 01:32:27.141 | enabled 2024-10-01 01:32:27.144 | + functions-common:service_check:1735 : sudo systemctl status devstack@placement-api.service --no-pager 2024-10-01 01:32:27.155 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2024-10-01 01:32:27.155 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2024-10-01 01:32:27.155 | Active: active (running) since Tue 2024-10-01 01:31:37 UTC; 49s ago 2024-10-01 01:32:27.155 | Main PID: 47955 (uwsgi) 2024-10-01 01:32:27.156 | Status: "uWSGI is ready" 2024-10-01 01:32:27.156 | Tasks: 3 (limit: 19126) 2024-10-01 01:32:27.156 | Memory: 147.0M 2024-10-01 01:32:27.156 | CPU: 2.580s 2024-10-01 01:32:27.156 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2024-10-01 01:32:27.156 | ├─47955 "placementuWSGI master" 2024-10-01 01:32:27.156 | ├─47956 "placementuWSGI worker 1" 2024-10-01 01:32:27.156 | └─47957 "placementuWSGI worker 2" 2024-10-01 01:32:27.156 | 2024-10-01 01:32:27.156 | Oct 01 01:31:40 devstack devstack@placement-api.service[47957]: DEBUG oslo_concurrency.lockutils [-] Acquired lock "resource_classes_sync" {{(pid=47957) lock /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:315}} 2024-10-01 01:32:27.156 | Oct 01 01:31:40 devstack devstack@placement-api.service[47957]: DEBUG placement.objects.resource_class [-] Found existing resource classes in db: ['DISK_GB', 'FPGA', 'IPV4_ADDRESS', 'MEMORY_MB', 'MEM_ENCRYPTION_CONTEXT', 'NET_BW_EGR_KILOBIT_PER_SEC', 'NET_BW_IGR_KILOBIT_PER_SEC', 'NET_PACKET_RATE_EGR_KILOPACKET_PER_SEC', 'NET_PACKET_RATE_IGR_KILOPACKET_PER_SEC', 'NET_PACKET_RATE_KILOPACKET_PER_SEC', 'NUMA_CORE', 'NUMA_MEMORY_MB', 'NUMA_SOCKET', 'NUMA_THREAD', 'PCI_DEVICE', 'PCPU', 'PGPU', 'SRIOV_NET_VF', 'VCPU', 'VGPU', 'VGPU_DISPLAY_HEAD'] {{(pid=47957) _resource_classes_sync /opt/stack/placement/placement/objects/resource_class.py:233}} 2024-10-01 01:32:27.156 | Oct 01 01:31:40 devstack devstack@placement-api.service[47957]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "resource_classes_sync" {{(pid=47957) lock /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:333}} 2024-10-01 01:32:27.156 | Oct 01 01:31:40 devstack devstack@placement-api.service[47957]: WSGI app 0 (mountpoint='') ready in 3 seconds on interpreter 0x5ee9ed9bc990 pid: 47957 (default app) 2024-10-01 01:32:27.156 | Oct 01 01:32:06 devstack devstack@placement-api.service[47956]: DEBUG placement.requestlog [None req-2dc46265-0511-4bc7-889a-25f08a1ae2c0 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=47956) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-10-01 01:32:27.156 | Oct 01 01:32:06 devstack devstack@placement-api.service[47956]: INFO placement.requestlog [None req-2dc46265-0511-4bc7-889a-25f08a1ae2c0 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-10-01 01:32:27.156 | Oct 01 01:32:06 devstack devstack@placement-api.service[47956]: [pid: 47956|app: 0|req: 2/2] 10.180.1.21 () {54 vars in 917 bytes} [Tue Oct 1 01:32:06 2024] GET /placement => generated 136 bytes in 1 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-10-01 01:32:27.156 | Oct 01 01:32:08 devstack devstack@placement-api.service[47957]: DEBUG placement.requestlog [None req-acd88368-f1df-4144-8af5-2ab306976e61 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=47957) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-10-01 01:32:27.156 | Oct 01 01:32:08 devstack devstack@placement-api.service[47957]: INFO placement.requestlog [None req-acd88368-f1df-4144-8af5-2ab306976e61 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-10-01 01:32:27.156 | Oct 01 01:32:08 devstack devstack@placement-api.service[47957]: [pid: 47957|app: 0|req: 1/3] 10.180.1.21 () {54 vars in 917 bytes} [Tue Oct 1 01:32:08 2024] GET /placement => generated 136 bytes in 8 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-10-01 01:32:27.158 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:32:27.160 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-client.service 2024-10-01 01:32:27.168 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2024-10-01 01:32:27.171 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:32:27.173 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@g-api.service 2024-10-01 01:32:27.182 | enabled 2024-10-01 01:32:27.184 | + functions-common:service_check:1735 : sudo systemctl status devstack@g-api.service --no-pager 2024-10-01 01:32:27.195 | ● devstack@g-api.service - Devstack devstack@g-api.service 2024-10-01 01:32:27.195 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2024-10-01 01:32:27.195 | Active: active (running) since Tue 2024-10-01 01:32:18 UTC; 8s ago 2024-10-01 01:32:27.195 | Main PID: 55237 (uwsgi) 2024-10-01 01:32:27.195 | Status: "uWSGI is ready" 2024-10-01 01:32:27.195 | Tasks: 7 (limit: 19126) 2024-10-01 01:32:27.195 | Memory: 237.4M 2024-10-01 01:32:27.195 | CPU: 4.657s 2024-10-01 01:32:27.195 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2024-10-01 01:32:27.195 | ├─55237 "glance-apiuWSGI master" 2024-10-01 01:32:27.195 | ├─55238 "glance-apiuWSGI worker 1" 2024-10-01 01:32:27.195 | └─55239 "glance-apiuWSGI worker 2" 2024-10-01 01:32:27.195 | 2024-10-01 01:32:27.195 | Oct 01 01:32:22 devstack devstack@g-api.service[55239]: DEBUG glance.api.middleware.version_negotiation [None req-b547cd7f-e6a9-41c7-b120-489a863c4a7f None None] Using url versioning {{(pid=55239) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} 2024-10-01 01:32:27.195 | Oct 01 01:32:22 devstack devstack@g-api.service[55239]: DEBUG glance.api.middleware.version_negotiation [None req-b547cd7f-e6a9-41c7-b120-489a863c4a7f None None] Matched version: v2 {{(pid=55239) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} 2024-10-01 01:32:27.195 | Oct 01 01:32:22 devstack devstack@g-api.service[55239]: DEBUG glance.api.middleware.version_negotiation [None req-b547cd7f-e6a9-41c7-b120-489a863c4a7f None None] new path /v2/images/e468815b-be9c-44ea-b7d2-c8abbddbf3e7/file {{(pid=55239) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} 2024-10-01 01:32:27.196 | Oct 01 01:32:22 devstack devstack@g-api.service[55239]: DEBUG oslo_db.sqlalchemy.engines [None req-049f3c62-55a6-4069-83ef-eb8b98e1af0c 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=55239) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-10-01 01:32:27.196 | Oct 01 01:32:22 devstack devstack@g-api.service[55239]: INFO glance.api.v2.image_data [None req-049f3c62-55a6-4069-83ef-eb8b98e1af0c admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2024-10-01 01:32:27.196 | Oct 01 01:32:23 devstack devstack@g-api.service[55239]: DEBUG glance.location [None req-049f3c62-55a6-4069-83ef-eb8b98e1af0c admin admin] Enabling in-flight format inspection for vmdk {{(pid=55239) set_data /opt/stack/glance/glance/location.py:592}} 2024-10-01 01:32:27.196 | Oct 01 01:32:23 devstack devstack@g-api.service[55239]: DEBUG glance_store._drivers.filesystem [None req-049f3c62-55a6-4069-83ef-eb8b98e1af0c admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/e468815b-be9c-44ea-b7d2-c8abbddbf3e7 with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=55239) add /usr/local/lib/python3.10/dist-packages/glance_store/_drivers/filesystem.py:773}} 2024-10-01 01:32:27.196 | Oct 01 01:32:23 devstack devstack@g-api.service[55239]: INFO glance.location [None req-049f3c62-55a6-4069-83ef-eb8b98e1af0c admin admin] Image format matched and virtual size computed: 117440512 2024-10-01 01:32:27.196 | Oct 01 01:32:23 devstack devstack@g-api.service[55239]: DEBUG glance_store.backend [None req-049f3c62-55a6-4069-83ef-eb8b98e1af0c admin admin] Skipping store.set_acls... not implemented. {{(pid=55239) set_acls /usr/local/lib/python3.10/dist-packages/glance_store/backend.py:508}} 2024-10-01 01:32:27.196 | Oct 01 01:32:23 devstack devstack@g-api.service[55239]: [pid: 55239|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 860 bytes} [Tue Oct 1 01:32:22 2024] PUT /v2/images/e468815b-be9c-44ea-b7d2-c8abbddbf3e7/file => generated 0 bytes in 947 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2024-10-01 01:32:27.198 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:32:27.200 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-sch.service 2024-10-01 01:32:27.209 | enabled 2024-10-01 01:32:27.212 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-sch.service --no-pager 2024-10-01 01:32:27.223 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2024-10-01 01:32:27.223 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2024-10-01 01:32:27.223 | Active: active (running) since Tue 2024-10-01 01:32:13 UTC; 13s ago 2024-10-01 01:32:27.223 | Main PID: 54084 (cinder-schedule) 2024-10-01 01:32:27.223 | Tasks: 1 (limit: 19126) 2024-10-01 01:32:27.223 | Memory: 102.0M 2024-10-01 01:32:27.223 | CPU: 1.789s 2024-10-01 01:32:27.223 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2024-10-01 01:32:27.223 | └─54084 /usr/bin/python3.10 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2024-10-01 01:32:27.223 | 2024-10-01 01:32:27.223 | Oct 01 01:32:15 devstack cinder-scheduler[54084]: DEBUG oslo_service.service [None req-be9dbc3e-c1f3-4480-8c07-508af632fb27 None None] nova.token_auth_url = None {{(pid=54084) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 01:32:27.223 | Oct 01 01:32:15 devstack cinder-scheduler[54084]: DEBUG oslo_service.service [None req-be9dbc3e-c1f3-4480-8c07-508af632fb27 None None] ******************************************************************************** {{(pid=54084) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-10-01 01:32:27.223 | Oct 01 01:32:15 devstack cinder-scheduler[54084]: INFO cinder.service [-] Starting cinder-scheduler node (version 0.0.1) 2024-10-01 01:32:27.223 | Oct 01 01:32:15 devstack cinder-scheduler[54084]: INFO cinder.manager [None req-b84dbad5-5583-402e-9c0e-9abd4a0b8e71 None None] Initiating service 1 cleanup 2024-10-01 01:32:27.223 | Oct 01 01:32:15 devstack cinder-scheduler[54084]: INFO cinder.manager [None req-b84dbad5-5583-402e-9c0e-9abd4a0b8e71 None None] Service 1 cleanup completed. 2024-10-01 01:32:27.223 | Oct 01 01:32:15 devstack cinder-scheduler[54084]: DEBUG cinder.service [None req-b84dbad5-5583-402e-9c0e-9abd4a0b8e71 None None] Creating RPC server for service cinder-scheduler {{(pid=54084) start /opt/stack/cinder/cinder/service.py:239}} 2024-10-01 01:32:27.223 | Oct 01 01:32:15 devstack cinder-scheduler[54084]: DEBUG cinder.service [None req-b84dbad5-5583-402e-9c0e-9abd4a0b8e71 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=54084) start /opt/stack/cinder/cinder/service.py:245}} 2024-10-01 01:32:27.223 | Oct 01 01:32:19 devstack cinder-scheduler[54084]: DEBUG cinder.scheduler.host_manager [None req-09274d40-4c1a-419b-8271-e70d3805a4e2 None None] Received volume service update from devstack@vsphere: {'volume_backend_name': 'vsphere', 'vendor_name': 'VMware', 'driver_version': '3.4.4', 'storage_protocol': 'vmdk', 'reserved_percentage': 0, 'total_capacity_gb': 'unknown', 'free_capacity_gb': 'unknown', 'shared_targets': False, 'allocated_capacity_gb': 0, 'filter_function': None, 'goodness_function': None} {{(pid=54084) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2024-10-01 01:32:27.223 | Oct 01 01:32:19 devstack cinder-scheduler[54084]: DEBUG cinder.scheduler.host_manager [None req-09274d40-4c1a-419b-8271-e70d3805a4e2 None None] Updating capabilities for devstack@vsphere#vsphere: {'volume_backend_name': 'vsphere', 'vendor_name': 'VMware', 'driver_version': '3.4.4', 'storage_protocol': 'vmdk', 'reserved_percentage': 0, 'total_capacity_gb': 'unknown', 'free_capacity_gb': 'unknown', 'shared_targets': False, 'allocated_capacity_gb': 0, 'filter_function': None, 'goodness_function': None, 'timestamp': datetime.datetime(2024, 10, 1, 1, 32, 19, 348118)} {{(pid=54084) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2024-10-01 01:32:27.223 | Oct 01 01:32:19 devstack cinder-scheduler[54084]: DEBUG cinder.utils [None req-09274d40-4c1a-419b-8271-e70d3805a4e2 None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=54084) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2024-10-01 01:32:27.226 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:32:27.228 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-api.service 2024-10-01 01:32:27.237 | enabled 2024-10-01 01:32:27.240 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-api.service --no-pager 2024-10-01 01:32:27.251 | ● devstack@c-api.service - Devstack devstack@c-api.service 2024-10-01 01:32:27.251 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2024-10-01 01:32:27.251 | Active: active (running) since Tue 2024-10-01 01:32:10 UTC; 16s ago 2024-10-01 01:32:27.251 | Main PID: 53575 (uwsgi) 2024-10-01 01:32:27.251 | Status: "uWSGI is ready" 2024-10-01 01:32:27.251 | Tasks: 5 (limit: 19126) 2024-10-01 01:32:27.251 | Memory: 229.5M 2024-10-01 01:32:27.251 | CPU: 4.889s 2024-10-01 01:32:27.251 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2024-10-01 01:32:27.251 | ├─53575 "cinder-apiuWSGI master" 2024-10-01 01:32:27.251 | ├─53576 "cinder-apiuWSGI worker 1" 2024-10-01 01:32:27.251 | └─53577 "cinder-apiuWSGI worker 2" 2024-10-01 01:32:27.251 | 2024-10-01 01:32:27.251 | Oct 01 01:32:16 devstack devstack@c-api.service[53577]: /usr/local/lib/python3.10/dist-packages/oslo_policy/policy.py:809: UserWarning: Policy "volume_extension:default_unset":"rule:system_or_domain_or_project_admin" was deprecated in X in favor of "volume_extension:default_unset":"rule:admin_api". Reason: Default policies now support the three Keystone default roles, namely 'admin', 'member', and 'reader' to implement three Cinder "personas". See "Policy Personas and Permissions" in the "Cinder Service Configuration" documentation (Xena release) for details.. Either ensure your deployment is ready for the new default or copy/paste the deprecated policy into your policy file and maintain it manually. 2024-10-01 01:32:27.251 | Oct 01 01:32:16 devstack devstack@c-api.service[53577]: warnings.warn(deprecated_msg) 2024-10-01 01:32:27.251 | Oct 01 01:32:16 devstack devstack@c-api.service[53577]: DEBUG cinder.api.middleware.request_id [req-ed4c98fe-f301-46c3-a410-9e26dc696d41 req-185d3644-1988-469b-a253-d503a9f5e676 None None] RequestId filter calling following filter/app {{(pid=53577) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2024-10-01 01:32:27.251 | Oct 01 01:32:16 devstack devstack@c-api.service[53577]: INFO cinder.api.openstack.wsgi [req-ed4c98fe-f301-46c3-a410-9e26dc696d41 req-185d3644-1988-469b-a253-d503a9f5e676 admin admin] POST http://10.180.1.21/volume/v3/b21a994413b74523b28e8a77a6159a5d/types/bd7abb84-1b3a-44e2-b98f-c533edaa94ee/extra_specs 2024-10-01 01:32:27.251 | Oct 01 01:32:16 devstack devstack@c-api.service[53577]: DEBUG cinder.api.openstack.wsgi [req-ed4c98fe-f301-46c3-a410-9e26dc696d41 req-185d3644-1988-469b-a253-d503a9f5e676 admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=53577) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2024-10-01 01:32:27.252 | Oct 01 01:32:16 devstack devstack@c-api.service[53577]: /usr/local/lib/python3.10/dist-packages/oslo_context/context.py:100: 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. 2024-10-01 01:32:27.252 | Oct 01 01:32:16 devstack devstack@c-api.service[53577]: warnings.warn('Policy enforcement is depending on the value of ' 2024-10-01 01:32:27.252 | Oct 01 01:32:16 devstack devstack@c-api.service[53577]: DEBUG oslo_db.sqlalchemy.engines [req-ed4c98fe-f301-46c3-a410-9e26dc696d41 req-185d3644-1988-469b-a253-d503a9f5e676 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=53577) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-10-01 01:32:27.252 | Oct 01 01:32:16 devstack devstack@c-api.service[53577]: INFO cinder.api.openstack.wsgi [req-ed4c98fe-f301-46c3-a410-9e26dc696d41 req-185d3644-1988-469b-a253-d503a9f5e676 admin admin] http://10.180.1.21/volume/v3/b21a994413b74523b28e8a77a6159a5d/types/bd7abb84-1b3a-44e2-b98f-c533edaa94ee/extra_specs returned with HTTP 200 2024-10-01 01:32:27.252 | Oct 01 01:32:16 devstack devstack@c-api.service[53577]: [pid: 53577|app: 0|req: 1/3] 10.180.1.21 () {62 vars in 1454 bytes} [Tue Oct 1 01:32:16 2024] POST /volume/v3/b21a994413b74523b28e8a77a6159a5d/types/bd7abb84-1b3a-44e2-b98f-c533edaa94ee/extra_specs => generated 51 bytes in 347 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2024-10-01 01:32:27.254 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:32:27.256 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-vol.service 2024-10-01 01:32:27.265 | enabled 2024-10-01 01:32:27.268 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-vol.service --no-pager 2024-10-01 01:32:27.278 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2024-10-01 01:32:27.278 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2024-10-01 01:32:27.278 | Active: active (running) since Tue 2024-10-01 01:32:15 UTC; 12s ago 2024-10-01 01:32:27.278 | Main PID: 54595 (cinder-volume) 2024-10-01 01:32:27.278 | Tasks: 3 (limit: 19126) 2024-10-01 01:32:27.278 | Memory: 251.2M 2024-10-01 01:32:27.278 | CPU: 4.319s 2024-10-01 01:32:27.278 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2024-10-01 01:32:27.278 | ├─54595 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-10-01 01:32:27.278 | └─54697 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-10-01 01:32:27.278 | 2024-10-01 01:32:27.278 | Oct 01 01:32:19 devstack cinder-volume[54697]: DEBUG cinder.image.image_utils [None req-09274d40-4c1a-419b-8271-e70d3805a4e2 None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=54697) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1239}} 2024-10-01 01:32:27.278 | Oct 01 01:32:19 devstack cinder-volume[54697]: INFO cinder.keymgr.migration [None req-ea8353f8-5c70-4903-8d1e-e2f6a1dedd2b None None] Not migrating encryption keys because the ConfKeyManager is still in use. 2024-10-01 01:32:27.278 | Oct 01 01:32:19 devstack cinder-volume[54697]: DEBUG cinder.manager [None req-09274d40-4c1a-419b-8271-e70d3805a4e2 None None] Notifying Schedulers of capabilities ... {{(pid=54697) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} 2024-10-01 01:32:27.278 | Oct 01 01:32:19 devstack cinder-volume[54697]: INFO cinder.volume.manager [None req-09274d40-4c1a-419b-8271-e70d3805a4e2 None None] Driver initialization completed successfully. 2024-10-01 01:32:27.279 | Oct 01 01:32:19 devstack cinder-volume[54697]: INFO cinder.manager [None req-09274d40-4c1a-419b-8271-e70d3805a4e2 None None] Initiating service 2 cleanup 2024-10-01 01:32:27.279 | Oct 01 01:32:19 devstack cinder-volume[54697]: INFO cinder.manager [None req-09274d40-4c1a-419b-8271-e70d3805a4e2 None None] Service 2 cleanup completed. 2024-10-01 01:32:27.279 | Oct 01 01:32:19 devstack cinder-volume[54697]: DEBUG cinder.service [None req-09274d40-4c1a-419b-8271-e70d3805a4e2 None None] Creating RPC server for service cinder-volume {{(pid=54697) start /opt/stack/cinder/cinder/service.py:239}} 2024-10-01 01:32:27.279 | Oct 01 01:32:19 devstack cinder-volume[54697]: DEBUG cinder.service [None req-09274d40-4c1a-419b-8271-e70d3805a4e2 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=54697) start /opt/stack/cinder/cinder/service.py:245}} 2024-10-01 01:32:27.279 | Oct 01 01:32:19 devstack cinder-volume[54697]: INFO cinder.volume.manager [None req-09274d40-4c1a-419b-8271-e70d3805a4e2 None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2024-10-01 01:32:27.279 | Oct 01 01:32:19 devstack cinder-volume[54697]: INFO cinder.volume.manager [None req-09274d40-4c1a-419b-8271-e70d3805a4e2 None None] Driver post RPC initialization completed successfully. 2024-10-01 01:32:27.281 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:32:27.283 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2024-10-01 01:32:27.291 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2024-10-01 01:32:27.294 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:32:27.296 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovsdb-server.service 2024-10-01 01:32:27.304 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2024-10-01 01:32:27.307 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:32:27.309 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-svc.service 2024-10-01 01:32:27.318 | enabled 2024-10-01 01:32:27.321 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-svc.service --no-pager 2024-10-01 01:32:27.332 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2024-10-01 01:32:27.332 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2024-10-01 01:32:27.332 | Active: active (running) since Tue 2024-10-01 01:31:33 UTC; 53s ago 2024-10-01 01:32:27.332 | Main PID: 47305 (/usr/bin/python) 2024-10-01 01:32:27.332 | Tasks: 5 (limit: 19126) 2024-10-01 01:32:27.332 | Memory: 384.2M 2024-10-01 01:32:27.332 | CPU: 9.836s 2024-10-01 01:32:27.332 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2024-10-01 01:32:27.332 | ├─47305 "/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini" 2024-10-01 01:32:27.332 | ├─47407 "neutron-server: api worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-10-01 01:32:27.332 | ├─47408 "neutron-server: api worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-10-01 01:32:27.332 | ├─47409 "neutron-server: rpc worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-10-01 01:32:27.332 | └─47410 "neutron-server: periodic worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-10-01 01:32:27.332 | 2024-10-01 01:32:27.332 | Oct 01 01:32:04 devstack neutron-server[47409]: DEBUG neutron.plugins.ml2.plugin [None req-17fd596a-7d1b-4828-af5d-040f8568773f None None] Current status of the port ea492392-6666-484d-950f-b9b79ef08984 is: ACTIVE; New status is: ACTIVE {{(pid=47409) _update_individual_port_db_status /opt/stack/neutron/neutron/plugins/ml2/plugin.py:2355}} 2024-10-01 01:32:27.332 | Oct 01 01:32:04 devstack neutron-server[47409]: DEBUG neutron.plugins.ml2.rpc [None req-17fd596a-7d1b-4828-af5d-040f8568773f None None] Device 01d9525a-1f3d-4d13-8dcd-f0b832065ae0 up at agent ovs-agent-devstack {{(pid=47409) update_device_up /opt/stack/neutron/neutron/plugins/ml2/rpc.py:297}} 2024-10-01 01:32:27.332 | Oct 01 01:32:04 devstack neutron-server[47409]: DEBUG neutron.db.provisioning_blocks [None req-17fd596a-7d1b-4828-af5d-040f8568773f None None] Provisioning complete for port 01d9525a-1f3d-4d13-8dcd-f0b832065ae0 triggered by entity L2. {{(pid=47409) provisioning_complete /opt/stack/neutron/neutron/db/provisioning_blocks.py:144}} 2024-10-01 01:32:27.332 | Oct 01 01:32:04 devstack neutron-server[47409]: DEBUG neutron_lib.callbacks.manager [None req-17fd596a-7d1b-4828-af5d-040f8568773f None None] Publish callbacks ['neutron.plugins.ml2.plugin.Ml2Plugin._port_provisioned-1963096'] for port (01d9525a-1f3d-4d13-8dcd-f0b832065ae0), provisioning_complete {{(pid=47409) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-10-01 01:32:27.332 | Oct 01 01:32:04 devstack neutron-server[47409]: INFO neutron.plugins.ml2.plugin [None req-17fd596a-7d1b-4828-af5d-040f8568773f None None] Attempt 1 to provision port 01d9525a-1f3d-4d13-8dcd-f0b832065ae0 2024-10-01 01:32:27.332 | Oct 01 01:32:04 devstack neutron-server[47409]: DEBUG neutron.plugins.ml2.plugin [None req-17fd596a-7d1b-4828-af5d-040f8568773f None None] Current status of the port 01d9525a-1f3d-4d13-8dcd-f0b832065ae0 is: ACTIVE; New status is: ACTIVE {{(pid=47409) _update_individual_port_db_status /opt/stack/neutron/neutron/plugins/ml2/plugin.py:2355}} 2024-10-01 01:32:27.332 | Oct 01 01:32:13 devstack neutron-server[47409]: DEBUG neutron_lib.callbacks.manager [None req-23f3ba3a-28f8-4e8c-a694-b9bfb47f035e None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7930712401764', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1963058'] for agent (5ba2fc93-ecdf-4977-abec-7f71d6fec3a1), after_update {{(pid=47409) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-10-01 01:32:27.332 | Oct 01 01:32:14 devstack neutron-server[47409]: DEBUG neutron_lib.callbacks.manager [None req-5996e3a4-722b-4472-ac24-0eaed8d8ae4d None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7930712401764', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1963058'] for agent (0932867d-ffc4-4d95-b414-5bd90f738b97), after_update {{(pid=47409) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-10-01 01:32:27.332 | Oct 01 01:32:14 devstack neutron-server[47409]: DEBUG neutron_lib.callbacks.manager [None req-17fd596a-7d1b-4828-af5d-040f8568773f None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7930712401764', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1963058'] for agent (94257161-3ff4-4d38-8a55-e8ef30ed9283), after_update {{(pid=47409) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-10-01 01:32:27.332 | Oct 01 01:32:15 devstack neutron-server[47409]: DEBUG neutron_lib.callbacks.manager [None req-5b383b30-66ac-43ed-8ba9-d693391177c3 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7930712401764', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1963058'] for agent (8fb5a25f-4569-419a-816f-e96d94ddc560), after_update {{(pid=47409) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-10-01 01:32:27.335 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:32:27.337 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@rabbit.service 2024-10-01 01:32:27.345 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2024-10-01 01:32:27.348 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:32:27.350 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@tempest.service 2024-10-01 01:32:27.358 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2024-10-01 01:32:27.361 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:32:27.363 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@mysql.service 2024-10-01 01:32:27.371 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2024-10-01 01:32:27.374 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:32:27.376 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@etcd3.service 2024-10-01 01:32:27.384 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2024-10-01 01:32:27.387 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:32:27.389 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-agt.service 2024-10-01 01:32:27.398 | enabled 2024-10-01 01:32:27.401 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-agt.service --no-pager 2024-10-01 01:32:27.412 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2024-10-01 01:32:27.412 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2024-10-01 01:32:27.412 | Active: active (running) since Tue 2024-10-01 01:31:40 UTC; 47s ago 2024-10-01 01:32:27.412 | Main PID: 48454 (neutron-openvsw) 2024-10-01 01:32:27.412 | Tasks: 4 (limit: 19126) 2024-10-01 01:32:27.412 | Memory: 159.3M 2024-10-01 01:32:27.412 | CPU: 3.694s 2024-10-01 01:32:27.412 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2024-10-01 01:32:27.412 | ├─48454 "neutron-openvswitch-agent (/usr/bin/python3.10 /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-10-01 01:32:27.412 | ├─49927 /usr/bin/python3.10 /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/tmpy5soa39h/privsep.sock 2024-10-01 01:32:27.412 | └─49930 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2024-10-01 01:32:27.412 | 2024-10-01 01:32:27.412 | Oct 01 01:32:22 devstack neutron-openvswitch-agent[48454]: DEBUG neutron.agent.linux.utils [None req-ae1026dc-d7e7-40a4-8225-619b53912435 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49930. {{(pid=48454) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-10-01 01:32:27.412 | Oct 01 01:32:22 devstack neutron-openvswitch-agent[48454]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-ae1026dc-d7e7-40a4-8225-619b53912435 None None] Agent rpc_loop - iteration:18 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2024-10-01 01:32:27.412 | Oct 01 01:32:24 devstack neutron-openvswitch-agent[48454]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-ae1026dc-d7e7-40a4-8225-619b53912435 None None] Agent rpc_loop - iteration:19 started 2024-10-01 01:32:27.412 | Oct 01 01:32:24 devstack neutron-openvswitch-agent[48454]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-ae1026dc-d7e7-40a4-8225-619b53912435 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x4868ab20,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=16912202978318298954,duration_nsec=202000000,duration_sec=41,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=48454) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2024-10-01 01:32:27.412 | Oct 01 01:32:24 devstack neutron-openvswitch-agent[48454]: DEBUG neutron.agent.linux.utils [None req-ae1026dc-d7e7-40a4-8225-619b53912435 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49930. {{(pid=48454) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-10-01 01:32:27.412 | Oct 01 01:32:24 devstack neutron-openvswitch-agent[48454]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-ae1026dc-d7e7-40a4-8225-619b53912435 None None] Agent rpc_loop - iteration:19 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2024-10-01 01:32:27.412 | Oct 01 01:32:26 devstack neutron-openvswitch-agent[48454]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-ae1026dc-d7e7-40a4-8225-619b53912435 None None] Agent rpc_loop - iteration:20 started 2024-10-01 01:32:27.412 | Oct 01 01:32:26 devstack neutron-openvswitch-agent[48454]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-ae1026dc-d7e7-40a4-8225-619b53912435 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x4868ab22,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=16912202978318298954,duration_nsec=203000000,duration_sec=43,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=48454) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2024-10-01 01:32:27.412 | Oct 01 01:32:26 devstack neutron-openvswitch-agent[48454]: DEBUG neutron.agent.linux.utils [None req-ae1026dc-d7e7-40a4-8225-619b53912435 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49930. {{(pid=48454) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-10-01 01:32:27.412 | Oct 01 01:32:26 devstack neutron-openvswitch-agent[48454]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-ae1026dc-d7e7-40a4-8225-619b53912435 None None] Agent rpc_loop - iteration:20 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2024-10-01 01:32:27.415 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:32:27.417 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-dhcp.service 2024-10-01 01:32:27.426 | enabled 2024-10-01 01:32:27.429 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-dhcp.service --no-pager 2024-10-01 01:32:27.440 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2024-10-01 01:32:27.440 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2024-10-01 01:32:27.440 | Active: active (running) since Tue 2024-10-01 01:31:41 UTC; 46s ago 2024-10-01 01:32:27.440 | Main PID: 48870 (neutron-dhcp-ag) 2024-10-01 01:32:27.440 | Tasks: 14 (limit: 19126) 2024-10-01 01:32:27.440 | Memory: 423.6M 2024-10-01 01:32:27.440 | CPU: 8.523s 2024-10-01 01:32:27.440 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2024-10-01 01:32:27.440 | ├─48870 "neutron-dhcp-agent (/usr/bin/python3.10 /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini)" 2024-10-01 01:32:27.440 | ├─50127 /usr/bin/python3.10 /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/tmpib838lld/privsep.sock 2024-10-01 01:32:27.440 | ├─50168 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmpvym5e57x/privsep.sock 2024-10-01 01:32:27.440 | ├─50258 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.link_cmd --privsep_sock_path /tmp/tmp5qhbwwvz/privsep.sock 2024-10-01 01:32:27.440 | ├─50346 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-10-01 01:32:27.440 | ├─50347 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-10-01 01:32:27.440 | └─50358 dnsmasq --no-hosts --no-resolv --pid-file=/opt/stack/data/neutron/dhcp/fa2d9889-3bdc-4018-b093-aa10318bfff4/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/fa2d9889-3bdc-4018-b093-aa10318bfff4/host --addn-hosts=/opt/stack/data/neutron/dhcp/fa2d9889-3bdc-4018-b093-aa10318bfff4/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/fa2d9889-3bdc-4018-b093-aa10318bfff4/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/fa2d9889-3bdc-4018-b093-aa10318bfff4/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-8950e9ba-abd2-4eb7-97bc-f8cbb8180be9,192.168.128.0,static,255.255.255.192,86400s --dhcp-option-force=option:mtu,8950 --dhcp-lease-max=64 --conf-file=/dev/null --server=147.204.9.200 --server=147.204.9.201 --domain=openstacklocal 2024-10-01 01:32:27.440 | 2024-10-01 01:32:27.440 | Oct 01 01:31:58 devstack neutron-dhcp-agent[48870]: INFO neutron.agent.dhcp.agent [None req-eb18d9f7-6e69-4a99-bfda-cdcab17e41ed None None] DHCP configuration for ports {'ea492392-6666-484d-950f-b9b79ef08984'} is completed 2024-10-01 01:32:27.440 | Oct 01 01:31:59 devstack neutron-dhcp-agent[48870]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _network_create called with arguments ({'network': {'id': '4a9f7a81-6fb7-4fd0-8614-ad0271e8f626'}, 'priority': 0},) {} {{(pid=48870) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-10-01 01:32:27.440 | Oct 01 01:31:59 devstack neutron-dhcp-agent[48870]: DEBUG oslo_concurrency.lockutils [None req-5a9fff83-397b-4e09-acda-6ae880deecc5 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=48870) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2024-10-01 01:32:27.440 | Oct 01 01:31:59 devstack neutron-dhcp-agent[48870]: DEBUG oslo_concurrency.lockutils [None req-5a9fff83-397b-4e09-acda-6ae880deecc5 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=48870) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-10-01 01:32:27.440 | Oct 01 01:31:59 devstack neutron-dhcp-agent[48870]: DEBUG oslo_concurrency.lockutils [None req-5a9fff83-397b-4e09-acda-6ae880deecc5 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=48870) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-10-01 01:32:27.440 | Oct 01 01:31:59 devstack neutron-dhcp-agent[48870]: DEBUG neutron.agent.dhcp.agent [None req-5a9fff83-397b-4e09-acda-6ae880deecc5 None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': 'ec650c7d-8e9e-48b1-b9c2-13fda7b96e8f', 'name': 'public-subnet', 'tenant_id': 'b21a994413b74523b28e8a77a6159a5d', 'network_id': '4a9f7a81-6fb7-4fd0-8614-ad0271e8f626', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': False, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 20, 'gateway_ip': '10.180.180.1', 'cidr': '10.180.180.0/24', 'allocation_pools': [{'start': '10.180.180.128', 'end': '10.180.180.254'}], 'host_routes': [], 'dns_nameservers': [], 'shared': False, 'description': '', 'service_types': [], 'tags': [], 'created_at': '2024-10-01T01:31:59Z', 'updated_at': '2024-10-01T01:31:59Z', 'revision_number': 0, 'project_id': 'b21a994413b74523b28e8a77a6159a5d', 'network': {'id': '4a9f7a81-6fb7-4fd0-8614-ad0271e8f626', 'name': 'public', 'tenant_id': 'b21a994413b74523b28e8a77a6159a5d', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['ec650c7d-8e9e-48b1-b9c2-13fda7b96e8f'], 'standard_attr_id': 17, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2024-10-01T01:31:55Z', 'updated_at': '2024-10-01T01:31:59Z', 'revision_number': 2, 'project_id': 'b21a994413b74523b28e8a77a6159a5d', 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 1001}}, 'priority': 3},) {} {{(pid=48870) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-10-01 01:32:27.440 | Oct 01 01:31:59 devstack neutron-dhcp-agent[48870]: DEBUG oslo_concurrency.lockutils [None req-e752a4fc-0e5a-4fc5-8566-1c3f4b0e714e None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=48870) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2024-10-01 01:32:27.440 | Oct 01 01:31:59 devstack neutron-dhcp-agent[48870]: DEBUG oslo_concurrency.lockutils [None req-e752a4fc-0e5a-4fc5-8566-1c3f4b0e714e None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=48870) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-10-01 01:32:27.440 | Oct 01 01:31:59 devstack neutron-dhcp-agent[48870]: DEBUG oslo_concurrency.lockutils [None req-e752a4fc-0e5a-4fc5-8566-1c3f4b0e714e None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=48870) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-10-01 01:32:27.440 | Oct 01 01:32:01 devstack neutron-dhcp-agent[48870]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=48870) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-10-01 01:32:27.443 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:32:27.445 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-l3.service 2024-10-01 01:32:27.454 | enabled 2024-10-01 01:32:27.457 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-l3.service --no-pager 2024-10-01 01:32:27.467 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2024-10-01 01:32:27.467 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2024-10-01 01:32:27.468 | Active: active (running) since Tue 2024-10-01 01:31:42 UTC; 45s ago 2024-10-01 01:32:27.468 | Main PID: 49298 (neutron-l3-agen) 2024-10-01 01:32:27.468 | Tasks: 22 (limit: 19126) 2024-10-01 01:32:27.468 | Memory: 428.4M 2024-10-01 01:32:27.468 | CPU: 8.563s 2024-10-01 01:32:27.468 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2024-10-01 01:32:27.468 | ├─49298 "neutron-l3-agent (/usr/bin/python3.10 /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini)" 2024-10-01 01:32:27.468 | ├─49917 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmppiz2esiz/privsep.sock 2024-10-01 01:32:27.468 | ├─50497 /usr/bin/python3.10 /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/tmpvtxvmrxc/privsep.sock 2024-10-01 01:32:27.468 | ├─50581 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.link_cmd --privsep_sock_path /tmp/tmpmqqmayxi/privsep.sock 2024-10-01 01:32:27.468 | ├─50787 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-10-01 01:32:27.468 | ├─50788 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-10-01 01:32:27.468 | └─50800 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/1b75db90-b7a5-45c3-ace0-1f166bdd0260.conf 2024-10-01 01:32:27.468 | 2024-10-01 01:32:27.468 | Oct 01 01:32:06 devstack neutron-l3-agent[49298]: DEBUG oslo.privsep.daemon [-] privsep: reply[6b8eb9d7-c76d-4c17-b401-6f9d59382f81]: (4, ('ARPING 10.180.180.203 from 10.180.180.203 qg-01d9525a-1f\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50497) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-10-01 01:32:27.468 | Oct 01 01:32:08 devstack neutron-l3-agent[49298]: DEBUG oslo.privsep.daemon [-] privsep: reply[a3900a39-be8f-4ab7-9f76-52ab4e5cfed7]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-ea492392-66\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50497) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-10-01 01:32:27.468 | Oct 01 01:32:09 devstack neutron-l3-agent[49298]: DEBUG oslo.privsep.daemon [-] privsep: reply[b430005a-5104-4bbd-a4b9-fbf1b2d88f9c]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-ea492392-66\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50497) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-10-01 01:32:27.468 | Oct 01 01:32:09 devstack neutron-l3-agent[49298]: DEBUG oslo.privsep.daemon [-] privsep: reply[ab38f6f9-7dc2-406f-94dd-57fbb60e507e]: (4, ('ARPING 10.180.180.203 from 10.180.180.203 qg-01d9525a-1f\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50497) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-10-01 01:32:27.468 | Oct 01 01:32:10 devstack neutron-l3-agent[49298]: DEBUG oslo.privsep.daemon [-] privsep: reply[0cac8d55-8e3f-448a-b461-74c94e6120ea]: (4, ('ARPING 10.180.180.203 from 10.180.180.203 qg-01d9525a-1f\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50497) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-10-01 01:32:27.468 | Oct 01 01:32:12 devstack neutron-l3-agent[49298]: DEBUG oslo.privsep.daemon [-] privsep: reply[616fdcc7-69b1-4b8c-9711-927446acc958]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-ea492392-66\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50497) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-10-01 01:32:27.468 | Oct 01 01:32:13 devstack neutron-l3-agent[49298]: DEBUG oslo.privsep.daemon [-] privsep: reply[0effe630-c8f6-4ed7-801a-72b19c8a02c0]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-ea492392-66\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50497) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-10-01 01:32:27.468 | Oct 01 01:32:13 devstack neutron-l3-agent[49298]: DEBUG oslo.privsep.daemon [-] privsep: reply[63ce5e89-82be-465d-bf32-34953b57370a]: (4, ('ARPING 10.180.180.203 from 10.180.180.203 qg-01d9525a-1f\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50497) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-10-01 01:32:27.468 | Oct 01 01:32:14 devstack neutron-l3-agent[49298]: DEBUG oslo.privsep.daemon [-] privsep: reply[d21d2a24-f7f3-4a78-94b6-f14edec13310]: (4, ('ARPING 10.180.180.203 from 10.180.180.203 qg-01d9525a-1f\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50497) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-10-01 01:32:27.468 | Oct 01 01:32:24 devstack neutron-l3-agent[49298]: DEBUG oslo_service.periodic_task [None req-d7f3d83d-a5e7-4f28-b946-1b55dd206749 None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=49298) run_periodic_tasks /usr/local/lib/python3.10/dist-packages/oslo_service/periodic_task.py:210}} 2024-10-01 01:32:27.471 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 01:32:27.473 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-meta.service 2024-10-01 01:32:27.482 | enabled 2024-10-01 01:32:27.484 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-meta.service --no-pager 2024-10-01 01:32:27.495 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2024-10-01 01:32:27.495 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2024-10-01 01:32:27.495 | Active: active (running) since Tue 2024-10-01 01:31:43 UTC; 44s ago 2024-10-01 01:32:27.495 | Main PID: 49710 (neutron-metadat) 2024-10-01 01:32:27.495 | Tasks: 3 (limit: 19126) 2024-10-01 01:32:27.495 | Memory: 124.0M 2024-10-01 01:32:27.495 | CPU: 1.988s 2024-10-01 01:32:27.495 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2024-10-01 01:32:27.495 | ├─49710 "neutron-metadata-agent (/usr/bin/python3.10 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2024-10-01 01:32:27.495 | ├─49923 "neutron-metadata-agent (/usr/bin/python3.10 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2024-10-01 01:32:27.495 | └─49924 "neutron-metadata-agent (/usr/bin/python3.10 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2024-10-01 01:32:27.495 | 2024-10-01 01:32:27.495 | Oct 01 01:31:45 devstack neutron-metadata-agent[49710]: DEBUG oslo_service.service [None req-5b383b30-66ac-43ed-8ba9-d693391177c3 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=49710) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 01:32:27.495 | Oct 01 01:31:45 devstack neutron-metadata-agent[49710]: DEBUG oslo_service.service [None req-5b383b30-66ac-43ed-8ba9-d693391177c3 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=49710) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 01:32:27.495 | Oct 01 01:31:45 devstack neutron-metadata-agent[49710]: DEBUG oslo_service.service [None req-5b383b30-66ac-43ed-8ba9-d693391177c3 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=49710) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 01:32:27.495 | Oct 01 01:31:45 devstack neutron-metadata-agent[49710]: DEBUG oslo_service.service [None req-5b383b30-66ac-43ed-8ba9-d693391177c3 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=49710) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 01:32:27.495 | Oct 01 01:31:45 devstack neutron-metadata-agent[49710]: DEBUG oslo_service.service [None req-5b383b30-66ac-43ed-8ba9-d693391177c3 None None] oslo_messaging_rabbit.ssl_version = {{(pid=49710) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 01:32:27.496 | Oct 01 01:31:45 devstack neutron-metadata-agent[49710]: DEBUG oslo_service.service [None req-5b383b30-66ac-43ed-8ba9-d693391177c3 None None] oslo_messaging_notifications.driver = [] {{(pid=49710) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 01:32:27.496 | Oct 01 01:31:45 devstack neutron-metadata-agent[49710]: DEBUG oslo_service.service [None req-5b383b30-66ac-43ed-8ba9-d693391177c3 None None] oslo_messaging_notifications.retry = -1 {{(pid=49710) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 01:32:27.496 | Oct 01 01:31:45 devstack neutron-metadata-agent[49710]: DEBUG oslo_service.service [None req-5b383b30-66ac-43ed-8ba9-d693391177c3 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=49710) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 01:32:27.496 | Oct 01 01:31:45 devstack neutron-metadata-agent[49710]: DEBUG oslo_service.service [None req-5b383b30-66ac-43ed-8ba9-d693391177c3 None None] oslo_messaging_notifications.transport_url = **** {{(pid=49710) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 01:32:27.496 | Oct 01 01:31:45 devstack neutron-metadata-agent[49710]: DEBUG oslo_service.service [None req-5b383b30-66ac-43ed-8ba9-d693391177c3 None None] ******************************************************************************** {{(pid=49710) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-10-01 01:32:27.498 | + stack.sh:main:1441 : is_service_enabled n-api 2024-10-01 01:32:27.524 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:32:27.526 | + stack.sh:main:1442 : is_service_enabled n-cpu 2024-10-01 01:32:27.544 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:32:27.548 | + stack.sh:main:1449 : echo_summary 'SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment.' 2024-10-01 01:32:27.550 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 01:32:27.552 | + stack.sh:echo_summary:455 : echo -e SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment. 2024-10-01 01:32:27.554 | + stack.sh:main:1456 : /usr/local/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2024-10-01 01:32:27.934 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-10-01 01:32:29.367 | +--------------------------------------------------------------------+ 2024-10-01 01:32:29.367 | | Upgrade Check Results | 2024-10-01 01:32:29.367 | +--------------------------------------------------------------------+ 2024-10-01 01:32:29.367 | | Check: Cells v2 | 2024-10-01 01:32:29.367 | | Result: Success | 2024-10-01 01:32:29.367 | | Details: No host mappings or compute nodes were found. Remember to | 2024-10-01 01:32:29.367 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2024-10-01 01:32:29.367 | | compute hosts are deployed. | 2024-10-01 01:32:29.367 | +--------------------------------------------------------------------+ 2024-10-01 01:32:29.367 | | Check: Placement API | 2024-10-01 01:32:29.367 | | Result: Success | 2024-10-01 01:32:29.367 | | Details: None | 2024-10-01 01:32:29.367 | +--------------------------------------------------------------------+ 2024-10-01 01:32:29.367 | | Check: Cinder API | 2024-10-01 01:32:29.367 | | Result: Success | 2024-10-01 01:32:29.367 | | Details: None | 2024-10-01 01:32:29.367 | +--------------------------------------------------------------------+ 2024-10-01 01:32:29.367 | | Check: Policy File JSON to YAML Migration | 2024-10-01 01:32:29.367 | | Result: Success | 2024-10-01 01:32:29.367 | | Details: None | 2024-10-01 01:32:29.367 | +--------------------------------------------------------------------+ 2024-10-01 01:32:29.367 | | Check: Older than N-1 computes | 2024-10-01 01:32:29.367 | | Result: Success | 2024-10-01 01:32:29.367 | | Details: None | 2024-10-01 01:32:29.367 | +--------------------------------------------------------------------+ 2024-10-01 01:32:29.367 | | Check: hw_machine_type unset | 2024-10-01 01:32:29.367 | | Result: Success | 2024-10-01 01:32:29.367 | | Details: None | 2024-10-01 01:32:29.367 | +--------------------------------------------------------------------+ 2024-10-01 01:32:29.367 | | Check: Service User Token Configuration | 2024-10-01 01:32:29.367 | | Result: Success | 2024-10-01 01:32:29.367 | | Details: None | 2024-10-01 01:32:29.367 | +--------------------------------------------------------------------+ 2024-10-01 01:32:29.700 | + stack.sh:main:1463 : [[ -x /opt/stack/devstack/local.sh ]] 2024-10-01 01:32:29.704 | + stack.sh:main:1474 : command openstack complete 2024-10-01 01:32:29.704 | + stack.sh:main:1475 : sudo tee /etc/bash_completion.d/osc.bash_completion 2024-10-01 01:32:30.968 | The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. 2024-10-01 01:32:31.178 | + stack.sh:main:1478 : is_service_enabled cinder 2024-10-01 01:32:31.192 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:32:31.194 | + stack.sh:main:1479 : is_ubuntu 2024-10-01 01:32:31.196 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 01:32:31.198 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 01:32:31.201 | + stack.sh:main:1480 : echo_summary 'Configuring lvm.conf global device filter' 2024-10-01 01:32:31.203 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 01:32:31.204 | + stack.sh:echo_summary:455 : echo -e Configuring lvm.conf global device filter 2024-10-01 01:32:31.206 | + stack.sh:main:1481 : set_lvm_filter 2024-10-01 01:32:31.209 | + lib/lvm:set_lvm_filter:187 : local 'filter_suffix="r|.*|" ] # from devstack' 2024-10-01 01:32:31.211 | + lib/lvm:set_lvm_filter:188 : local 'filter_string=global_filter = [ ' 2024-10-01 01:32:31.213 | + lib/lvm:set_lvm_filter:189 : local pv 2024-10-01 01:32:31.215 | + lib/lvm:set_lvm_filter:190 : local vg 2024-10-01 01:32:31.217 | + lib/lvm:set_lvm_filter:191 : local line 2024-10-01 01:32:31.219 | ++ lib/lvm:set_lvm_filter:193 : sudo pvs --noheadings -o name 2024-10-01 01:32:31.262 | + lib/lvm:set_lvm_filter:198 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2024-10-01 01:32:31.264 | + lib/lvm:set_lvm_filter:200 : clean_lvm_filter 2024-10-01 01:32:31.267 | + lib/lvm:clean_lvm_filter:175 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2024-10-01 01:32:31.278 | + lib/lvm:set_lvm_filter:201 : sudo sed -i '/# global_filter = \[*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2024-10-01 01:32:31.288 | + lib/lvm:set_lvm_filter:202 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2024-10-01 01:32:31.290 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 01:32:31.293 | + stack.sh:echo_summary:455 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2024-10-01 01:32:31.295 | + stack.sh:main:1491 : run_phase stack test-config 2024-10-01 01:32:31.297 | + functions-common:run_phase:1863 : local mode=stack 2024-10-01 01:32:31.299 | + functions-common:run_phase:1864 : local phase=test-config 2024-10-01 01:32:31.301 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-10-01 01:32:31.303 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-10-01 01:32:31.305 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-10-01 01:32:31.307 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-10-01 01:32:31.310 | + functions-common:run_phase:1873 : local extra 2024-10-01 01:32:31.312 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-10-01 01:32:31.315 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-10-01 01:32:31.318 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-10-01 01:32:31.320 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-10-01 01:32:31.322 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2024-10-01 01:32:31.324 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-10-01 01:32:31.338 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:32:31.340 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-10-01 01:32:31.342 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-10-01 01:32:31.344 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-10-01 01:32:31.346 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-10-01 01:32:31.348 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-10-01 01:32:31.350 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-10-01 01:32:31.352 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2024-10-01 01:32:31.354 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-10-01 01:32:31.356 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2024-10-01 01:32:31.358 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-10-01 01:32:31.360 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-10-01 01:32:31.362 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2024-10-01 01:32:31.398 | [3953 Async install_tempest:27811]: Waiting for completion of install_tempest running on PID 27811 (1 other jobs running) 2024-10-01 01:32:31.415 | [3953 Async install_tempest:27811]: Signaling child to exit 2024-10-01 01:32:31.415 | WAKEUP 2024-10-01 01:32:31.431 | [3953 Async install_tempest:27811]: Signaled 2024-10-01 01:32:31.432 | ++ lib/tempest:install_tempest:835 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest master 2024-10-01 01:32:31.432 | ++ functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/tempest.git 2024-10-01 01:32:31.432 | ++ functions-common:git_clone:613 : local git_dest=/opt/stack//tempest 2024-10-01 01:32:31.432 | ++ functions-common:git_clone:614 : local git_ref=master 2024-10-01 01:32:31.432 | ++ functions-common:git_clone:615 : local orig_dir 2024-10-01 01:32:31.432 | +++ functions-common:git_clone:616 : pwd 2024-10-01 01:32:31.432 | ++ functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-10-01 01:32:31.432 | ++ functions-common:git_clone:617 : local git_clone_flags= 2024-10-01 01:32:31.432 | +++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-10-01 01:32:31.433 | ++ functions-common:git_clone:619 : RECLONE=False 2024-10-01 01:32:31.433 | ++ functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-10-01 01:32:31.433 | ++ functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-10-01 01:32:31.433 | ++ functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-10-01 01:32:31.433 | ++ functions-common:git_clone:633 : egrep -q '^refs' 2024-10-01 01:32:31.433 | ++ functions-common:git_clone:633 : echo master 2024-10-01 01:32:31.433 | ++ functions-common:git_clone:647 : [[ ! -d /opt/stack//tempest ]] 2024-10-01 01:32:31.433 | ++ functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-10-01 01:32:31.433 | ++ functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2024-10-01 01:32:31.433 | ++ functions-common:git_timed:720 : local count=0 2024-10-01 01:32:31.433 | ++ functions-common:git_timed:721 : local timeout=0 2024-10-01 01:32:31.433 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 01:32:31.433 | ++ functions-common:git_timed:724 : timeout=0 2024-10-01 01:32:31.433 | ++ functions-common:git_timed:727 : time_start git_timed 2024-10-01 01:32:31.433 | ++ functions-common:time_start:2421 : local name=git_timed 2024-10-01 01:32:31.433 | ++ functions-common:time_start:2422 : local start_time= 2024-10-01 01:32:31.433 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:32:31.433 | +++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:32:31.433 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1727746146435 2024-10-01 01:32:31.433 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2024-10-01 01:32:31.433 | Cloning into '/opt/stack//tempest'... 2024-10-01 01:32:31.433 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-10-01 01:32:31.433 | ++ functions-common:time_stop:2435 : local name 2024-10-01 01:32:31.433 | ++ functions-common:time_stop:2436 : local end_time 2024-10-01 01:32:31.433 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:32:31.433 | ++ functions-common:time_stop:2438 : local total 2024-10-01 01:32:31.433 | ++ functions-common:time_stop:2439 : local start_time 2024-10-01 01:32:31.433 | ++ functions-common:time_stop:2441 : name=git_timed 2024-10-01 01:32:31.433 | ++ functions-common:time_stop:2442 : start_time=1727746146435 2024-10-01 01:32:31.433 | ++ functions-common:time_stop:2444 : [[ -z 1727746146435 ]] 2024-10-01 01:32:31.433 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:32:31.433 | ++ functions-common:time_stop:2447 : end_time=1727746148390 2024-10-01 01:32:31.433 | ++ functions-common:time_stop:2448 : elapsed_time=1955 2024-10-01 01:32:31.433 | ++ functions-common:time_stop:2449 : total=97629 2024-10-01 01:32:31.433 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:32:31.433 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=99584 2024-10-01 01:32:31.433 | ++ functions-common:git_clone:654 : cd /opt/stack//tempest 2024-10-01 01:32:31.433 | ++ functions-common:git_clone:655 : git_timed fetch --depth 10 origin master 2024-10-01 01:32:31.433 | ++ functions-common:git_timed:720 : local count=0 2024-10-01 01:32:31.433 | ++ functions-common:git_timed:721 : local timeout=0 2024-10-01 01:32:31.433 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 01:32:31.433 | ++ functions-common:git_timed:724 : timeout=0 2024-10-01 01:32:31.433 | ++ functions-common:git_timed:727 : time_start git_timed 2024-10-01 01:32:31.433 | ++ functions-common:time_start:2421 : local name=git_timed 2024-10-01 01:32:31.433 | ++ functions-common:time_start:2422 : local start_time= 2024-10-01 01:32:31.433 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:32:31.433 | +++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:32:31.433 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1727746148422 2024-10-01 01:32:31.433 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin master 2024-10-01 01:32:31.433 | From https://opendev.org/openstack/tempest 2024-10-01 01:32:31.433 | * branch master -> FETCH_HEAD 2024-10-01 01:32:31.433 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-10-01 01:32:31.433 | ++ functions-common:time_stop:2435 : local name 2024-10-01 01:32:31.433 | ++ functions-common:time_stop:2436 : local end_time 2024-10-01 01:32:31.433 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:32:31.433 | ++ functions-common:time_stop:2438 : local total 2024-10-01 01:32:31.433 | ++ functions-common:time_stop:2439 : local start_time 2024-10-01 01:32:31.433 | ++ functions-common:time_stop:2441 : name=git_timed 2024-10-01 01:32:31.433 | ++ functions-common:time_stop:2442 : start_time=1727746148422 2024-10-01 01:32:31.433 | ++ functions-common:time_stop:2444 : [[ -z 1727746148422 ]] 2024-10-01 01:32:31.433 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:32:31.433 | ++ functions-common:time_stop:2447 : end_time=1727746149288 2024-10-01 01:32:31.433 | ++ functions-common:time_stop:2448 : elapsed_time=866 2024-10-01 01:32:31.433 | ++ functions-common:time_stop:2449 : total=99584 2024-10-01 01:32:31.433 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:32:31.433 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=100450 2024-10-01 01:32:31.433 | ++ functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-10-01 01:32:31.433 | ++ functions-common:git_timed:720 : local count=0 2024-10-01 01:32:31.433 | ++ functions-common:git_timed:721 : local timeout=0 2024-10-01 01:32:31.433 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 01:32:31.433 | ++ functions-common:git_timed:724 : timeout=0 2024-10-01 01:32:31.433 | ++ functions-common:git_timed:727 : time_start git_timed 2024-10-01 01:32:31.433 | ++ functions-common:time_start:2421 : local name=git_timed 2024-10-01 01:32:31.433 | ++ functions-common:time_start:2422 : local start_time= 2024-10-01 01:32:31.433 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 01:32:31.433 | +++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 01:32:31.433 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1727746149317 2024-10-01 01:32:31.433 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-10-01 01:32:31.433 | Note: switching to 'FETCH_HEAD'. 2024-10-01 01:32:31.433 | 2024-10-01 01:32:31.433 | You are in 'detached HEAD' state. You can look around, make experimental 2024-10-01 01:32:31.433 | changes and commit them, and you can discard any commits you make in this 2024-10-01 01:32:31.433 | state without impacting any branches by switching back to a branch. 2024-10-01 01:32:31.433 | 2024-10-01 01:32:31.433 | If you want to create a new branch to retain commits you create, you may 2024-10-01 01:32:31.433 | do so (now or later) by using -c with the switch command. Example: 2024-10-01 01:32:31.433 | 2024-10-01 01:32:31.433 | git switch -c 2024-10-01 01:32:31.433 | 2024-10-01 01:32:31.433 | Or undo this operation with: 2024-10-01 01:32:31.433 | 2024-10-01 01:32:31.433 | git switch - 2024-10-01 01:32:31.433 | 2024-10-01 01:32:31.433 | Turn off this advice by setting config variable advice.detachedHead to false 2024-10-01 01:32:31.433 | 2024-10-01 01:32:31.433 | HEAD is now at 82b37d1 Merge "Update integrated template for grenade-skip-level-always job" 2024-10-01 01:32:31.433 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-10-01 01:32:31.433 | ++ functions-common:time_stop:2435 : local name 2024-10-01 01:32:31.433 | ++ functions-common:time_stop:2436 : local end_time 2024-10-01 01:32:31.433 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:32:31.433 | ++ functions-common:time_stop:2438 : local total 2024-10-01 01:32:31.433 | ++ functions-common:time_stop:2439 : local start_time 2024-10-01 01:32:31.433 | ++ functions-common:time_stop:2441 : name=git_timed 2024-10-01 01:32:31.433 | ++ functions-common:time_stop:2442 : start_time=1727746149317 2024-10-01 01:32:31.433 | ++ functions-common:time_stop:2444 : [[ -z 1727746149317 ]] 2024-10-01 01:32:31.433 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:32:31.434 | ++ functions-common:time_stop:2447 : end_time=1727746149430 2024-10-01 01:32:31.434 | ++ functions-common:time_stop:2448 : elapsed_time=113 2024-10-01 01:32:31.434 | ++ functions-common:time_stop:2449 : total=100450 2024-10-01 01:32:31.434 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:32:31.434 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=100563 2024-10-01 01:32:31.434 | ++ functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//tempest 2024-10-01 01:32:31.434 | ++ functions-common:git_clone:695 : cd /opt/stack//tempest 2024-10-01 01:32:31.434 | ++ functions-common:git_clone:696 : git show --oneline 2024-10-01 01:32:31.434 | ++ functions-common:git_clone:696 : head -1 2024-10-01 01:32:31.434 | 82b37d1 Merge "Update integrated template for grenade-skip-level-always job" 2024-10-01 01:32:31.434 | ++ functions-common:git_clone:697 : cd /opt/stack/devstack 2024-10-01 01:32:31.434 | ++ lib/tempest:install_tempest:841 : pip_install 'tox!=2.8.0,<4.0.0' 2024-10-01 01:32:31.434 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2024-10-01 01:32:31.434 | ++ inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt 'tox!=2.8.0,<4.0.0' 2024-10-01 01:32:31.434 | Collecting tox!=2.8.0,<4.0.0 2024-10-01 01:32:31.434 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2024-10-01 01:32:31.434 | Collecting virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0 2024-10-01 01:32:31.434 | Using cached virtualenv-20.16.5-py3-none-any.whl (8.8 MB) 2024-10-01 01:32:31.434 | Requirement already satisfied: six>=1.14.0 in /usr/lib/python3/dist-packages (from tox!=2.8.0,<4.0.0) (1.16.0) 2024-10-01 01:32:31.434 | Requirement already satisfied: packaging>=14 in /usr/local/lib/python3.10/dist-packages (from tox!=2.8.0,<4.0.0) (23.1) 2024-10-01 01:32:31.434 | Collecting tomli>=2.0.1 2024-10-01 01:32:31.434 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2024-10-01 01:32:31.434 | Collecting py>=1.4.17 2024-10-01 01:32:31.434 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2024-10-01 01:32:31.434 | Collecting pluggy>=0.12.0 2024-10-01 01:32:31.434 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2024-10-01 01:32:31.434 | Collecting filelock>=3.0.0 2024-10-01 01:32:31.434 | Using cached filelock-3.8.0-py3-none-any.whl (10 kB) 2024-10-01 01:32:31.434 | Collecting platformdirs<3,>=2.4 2024-10-01 01:32:31.434 | Using cached platformdirs-2.5.2-py3-none-any.whl (14 kB) 2024-10-01 01:32:31.434 | Collecting distlib<1,>=0.3.5 2024-10-01 01:32:31.434 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2024-10-01 01:32:31.434 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2024-10-01 01:32:31.434 | Successfully installed distlib-0.3.6 filelock-3.8.0 platformdirs-2.5.2 pluggy-1.0.0 py-1.11.0 tomli-2.0.1 tox-3.28.0 virtualenv-20.16.5 2024-10-01 01:32:31.434 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 01:32:31.434 | ++ inc/python:pip_install:196 : result=0 2024-10-01 01:32:31.434 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-10-01 01:32:31.434 | ++ functions-common:time_stop:2435 : local name 2024-10-01 01:32:31.434 | ++ functions-common:time_stop:2436 : local end_time 2024-10-01 01:32:31.434 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:32:31.434 | ++ functions-common:time_stop:2438 : local total 2024-10-01 01:32:31.434 | ++ functions-common:time_stop:2439 : local start_time 2024-10-01 01:32:31.434 | ++ functions-common:time_stop:2441 : name=pip_install 2024-10-01 01:32:31.434 | ++ functions-common:time_stop:2442 : start_time=1727746149473 2024-10-01 01:32:31.434 | ++ functions-common:time_stop:2444 : [[ -z 1727746149473 ]] 2024-10-01 01:32:31.434 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:32:31.434 | ++ functions-common:time_stop:2447 : end_time=1727746152836 2024-10-01 01:32:31.434 | ++ functions-common:time_stop:2448 : elapsed_time=3363 2024-10-01 01:32:31.434 | ++ functions-common:time_stop:2449 : total=90208 2024-10-01 01:32:31.434 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:32:31.434 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=93571 2024-10-01 01:32:31.434 | ++ inc/python:pip_install:199 : return 0 2024-10-01 01:32:31.434 | ++ lib/tempest:install_tempest:842 : pushd /opt/stack//tempest 2024-10-01 01:32:31.434 | ~/tempest ~/devstack 2024-10-01 01:32:31.434 | ++ lib/tempest:install_tempest:846 : git checkout master 2024-10-01 01:32:31.434 | Switched to branch 'master' 2024-10-01 01:32:31.434 | Your branch is up to date with 'origin/master'. 2024-10-01 01:32:31.434 | ++ lib/tempest:install_tempest:848 : local tmp_u_c_m 2024-10-01 01:32:31.434 | +++ lib/tempest:install_tempest:849 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-10-01 01:32:31.434 | ++ lib/tempest:install_tempest:849 : tmp_u_c_m=/tmp/tempest_u_c_m.uCoHHFDZ8v 2024-10-01 01:32:31.434 | ++ lib/tempest:install_tempest:850 : set_tempest_venv_constraints /tmp/tempest_u_c_m.uCoHHFDZ8v 2024-10-01 01:32:31.434 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-10-01 01:32:31.434 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.uCoHHFDZ8v 2024-10-01 01:32:31.434 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-10-01 01:32:31.434 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-10-01 01:32:31.434 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-10-01 01:32:31.434 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-10-01 01:32:31.434 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-10-01 01:32:31.434 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-10-01 01:32:31.434 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-10-01 01:32:31.434 | ++ lib/tempest:install_tempest:852 : tox -r --notest -efull 2024-10-01 01:32:31.434 | full create: /opt/stack/tempest/.tox/tempest 2024-10-01 01:32:31.434 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-10-01 01:32:31.434 | full develop-inst: /opt/stack/tempest 2024-10-01 01:32:31.434 | full installed: attrs==24.2.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.8.30,cffi==1.17.0,charset-normalizer==3.3.2,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.8,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.8,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.8,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.1.0,oslo.config==9.6.0,oslo.context==5.6.0,oslo.i18n==6.4.0,oslo.log==6.1.2,oslo.serialization==5.5.0,oslo.utils==7.3.0,packaging==24.1,paramiko==3.4.1,pbr==6.1.0,prettytable==3.11.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.1.2,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.20.0,six==1.16.0,stestr==4.1.0,stevedore==5.3.0,-e git+https://opendev.org/openstack/tempest.git@82b37d1406fe93b20335369c3d685beaf2c9c11f#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,tzdata==2024.1,urllib3==1.26.19,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.16.0 2024-10-01 01:32:31.434 | ___________________________________ summary ____________________________________ 2024-10-01 01:32:31.434 | full: skipped tests 2024-10-01 01:32:31.434 | congratulations :) 2024-10-01 01:32:31.434 | ++ lib/tempest:install_tempest:856 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.uCoHHFDZ8v -r requirements.txt 2024-10-01 01:32:31.434 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (6.1.0) 2024-10-01 01:32:31.434 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (4.7.0) 2024-10-01 01:32:31.434 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (4.19.2) 2024-10-01 01:32:31.435 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (2.7.2) 2024-10-01 01:32:31.435 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (3.4.1) 2024-10-01 01:32:31.435 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (42.0.8) 2024-10-01 01:32:31.435 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (0.10.1) 2024-10-01 01:32:31.435 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (6.1.0) 2024-10-01 01:32:31.435 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (9.6.0) 2024-10-01 01:32:31.435 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (6.1.2) 2024-10-01 01:32:31.435 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.1.0) 2024-10-01 01:32:31.435 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (5.5.0) 2024-10-01 01:32:31.435 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (7.3.0) 2024-10-01 01:32:31.435 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (4.1.0) 2024-10-01 01:32:31.435 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0.2) 2024-10-01 01:32:31.435 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.4.4) 2024-10-01 01:32:31.435 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (5.3.0) 2024-10-01 01:32:31.435 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.11.0) 2024-10-01 01:32:31.435 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (1.26.19) 2024-10-01 01:32:31.435 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (3.0.0) 2024-10-01 01:32:31.435 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 24)) (0.7.1) 2024-10-01 01:32:31.435 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.19) 2024-10-01 01:32:31.435 | Requirement already satisfied: testscenarios>=0.5.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 26)) (0.5.0) 2024-10-01 01:32:31.435 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (0.5.2) 2024-10-01 01:32:31.435 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (2.4.3) 2024-10-01 01:32:31.435 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.35.1) 2024-10-01 01:32:31.435 | Requirement already satisfied: jsonschema-specifications>=2023.03.6 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (2023.12.1) 2024-10-01 01:32:31.435 | Requirement already satisfied: attrs>=22.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (24.2.0) 2024-10-01 01:32:31.435 | Requirement already satisfied: rpds-py>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.20.0) 2024-10-01 01:32:31.435 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (4.0.1) 2024-10-01 01:32:31.435 | Requirement already satisfied: pynacl>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.5.0) 2024-10-01 01:32:31.435 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.17.0) 2024-10-01 01:32:31.435 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 11)) (6.4.0) 2024-10-01 01:32:31.435 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.0.0) 2024-10-01 01:32:31.435 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.32.3) 2024-10-01 01:32:31.435 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (2.9.0.post0) 2024-10-01 01:32:31.435 | Requirement already satisfied: oslo.context>=2.21.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (5.6.0) 2024-10-01 01:32:31.435 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (1.0.0) 2024-10-01 01:32:31.435 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.13.2) 2024-10-01 01:32:31.435 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.15.2) 2024-10-01 01:32:31.435 | Requirement already satisfied: tzdata>=2022.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (2024.1) 2024-10-01 01:32:31.435 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (1.0.8) 2024-10-01 01:32:31.435 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (3.1.2) 2024-10-01 01:32:31.435 | Requirement already satisfied: netifaces>=0.10.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (0.11.0) 2024-10-01 01:32:31.435 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (24.1) 2024-10-01 01:32:31.435 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (2.1.0) 2024-10-01 01:32:31.435 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 21)) (0.2.13) 2024-10-01 01:32:31.435 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 23)) (1.16.0) 2024-10-01 01:32:31.435 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 9)) (2.22) 2024-10-01 01:32:31.435 | Requirement already satisfied: pyperclip>=1.6 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (1.9.0) 2024-10-01 01:32:31.435 | Requirement already satisfied: six>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from python-dateutil>=2.7.0->oslo.log>=3.36.0->-r requirements.txt (line 13)) (1.16.0) 2024-10-01 01:32:31.435 | Requirement already satisfied: charset-normalizer<4,>=2 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.3.2) 2024-10-01 01:32:31.435 | Requirement already satisfied: idna<4,>=2.5 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.8) 2024-10-01 01:32:31.435 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2024.8.30) 2024-10-01 01:32:31.435 | WARNING: There was an error checking the latest version of pip. 2024-10-01 01:32:31.435 | ++ lib/tempest:install_tempest:857 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2024-10-01 01:32:31.435 | ++ lib/tempest:install_tempest:858 : rm -f /tmp/tempest_u_c_m.uCoHHFDZ8v 2024-10-01 01:32:31.435 | ++ lib/tempest:install_tempest:859 : popd 2024-10-01 01:32:31.435 | ~/devstack 2024-10-01 01:32:31.463 | [3953 Async install_tempest:27811]: finished install_tempest with result 0 in 21 seconds 2024-10-01 01:32:31.466 | ++ inc/async:async_wait:197 : return 0 2024-10-01 01:32:31.468 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2024-10-01 01:32:31.470 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 01:32:31.472 | ++ stack.sh:echo_summary:455 : echo -e Initializing Tempest 2024-10-01 01:32:31.474 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2024-10-01 01:32:31.476 | ++ lib/tempest:configure_tempest:192 : [[ False == \T\r\u\e ]] 2024-10-01 01:32:31.479 | ++ lib/tempest:configure_tempest:196 : pip_install_gr testrepository 2024-10-01 01:32:31.480 | ++ inc/python:pip_install_gr:76 : local name=testrepository 2024-10-01 01:32:31.482 | ++ inc/python:pip_install_gr:77 : local clean_name 2024-10-01 01:32:31.484 | +++ inc/python:pip_install_gr:78 : get_from_global_requirements testrepository 2024-10-01 01:32:31.486 | +++ inc/python:get_from_global_requirements:221 : local package=testrepository 2024-10-01 01:32:31.488 | +++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-10-01 01:32:31.491 | ++++ inc/python:get_from_global_requirements:223 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2024-10-01 01:32:31.491 | ++++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-10-01 01:32:31.495 | +++ inc/python:get_from_global_requirements:223 : required_pkg='testrepository ' 2024-10-01 01:32:31.497 | +++ inc/python:get_from_global_requirements:224 : [[ testrepository == '' ]] 2024-10-01 01:32:31.499 | +++ inc/python:get_from_global_requirements:227 : echo testrepository 2024-10-01 01:32:31.501 | ++ inc/python:pip_install_gr:78 : clean_name=testrepository 2024-10-01 01:32:31.503 | ++ inc/python:pip_install_gr:79 : pip_install testrepository 2024-10-01 01:32:31.519 | Using python 3.10 to install testrepository 2024-10-01 01:32:31.521 | ++ inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt testrepository 2024-10-01 01:32:32.644 | Collecting testrepository 2024-10-01 01:32:32.644 | Using cached testrepository-0.0.20-py3-none-any.whl 2024-10-01 01:32:32.656 | Requirement already satisfied: fixtures in /usr/local/lib/python3.10/dist-packages (from testrepository) (4.0.1) 2024-10-01 01:32:32.657 | Requirement already satisfied: python-subunit>=0.0.18 in /usr/local/lib/python3.10/dist-packages (from testrepository) (1.4.2) 2024-10-01 01:32:32.657 | Requirement already satisfied: testtools>=0.9.30 in /usr/lib/python3/dist-packages (from testrepository) (2.5.0) 2024-10-01 01:32:32.663 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=0.0.18->testrepository) (1.0.0) 2024-10-01 01:32:32.669 | Requirement already satisfied: pbr>=5.7.0 in /usr/local/lib/python3.10/dist-packages (from fixtures->testrepository) (5.11.1) 2024-10-01 01:32:33.717 | Installing collected packages: testrepository 2024-10-01 01:32:33.828 | Successfully installed testrepository-0.0.20 2024-10-01 01:32:33.828 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 01:32:33.934 | ++ inc/python:pip_install:196 : result=0 2024-10-01 01:32:33.936 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-10-01 01:32:33.937 | ++ functions-common:time_stop:2435 : local name 2024-10-01 01:32:33.939 | ++ functions-common:time_stop:2436 : local end_time 2024-10-01 01:32:33.941 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-10-01 01:32:33.943 | ++ functions-common:time_stop:2438 : local total 2024-10-01 01:32:33.945 | ++ functions-common:time_stop:2439 : local start_time 2024-10-01 01:32:33.947 | ++ functions-common:time_stop:2441 : name=pip_install 2024-10-01 01:32:33.948 | ++ functions-common:time_stop:2442 : start_time=1727746351515 2024-10-01 01:32:33.950 | ++ functions-common:time_stop:2444 : [[ -z 1727746351515 ]] 2024-10-01 01:32:33.952 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 01:32:33.955 | ++ functions-common:time_stop:2447 : end_time=1727746353954 2024-10-01 01:32:33.957 | ++ functions-common:time_stop:2448 : elapsed_time=2439 2024-10-01 01:32:33.959 | ++ functions-common:time_stop:2449 : total=98551 2024-10-01 01:32:33.961 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 01:32:33.963 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=100990 2024-10-01 01:32:33.964 | ++ inc/python:pip_install:199 : return 0 2024-10-01 01:32:33.966 | ++ lib/tempest:configure_tempest:199 : local image_lines 2024-10-01 01:32:33.968 | ++ lib/tempest:configure_tempest:200 : local images 2024-10-01 01:32:33.970 | ++ lib/tempest:configure_tempest:201 : local num_images 2024-10-01 01:32:33.971 | ++ lib/tempest:configure_tempest:202 : local image_uuid 2024-10-01 01:32:33.973 | ++ lib/tempest:configure_tempest:203 : local image_uuid_alt 2024-10-01 01:32:33.975 | ++ lib/tempest:configure_tempest:204 : local password 2024-10-01 01:32:33.977 | ++ lib/tempest:configure_tempest:205 : local line 2024-10-01 01:32:33.979 | ++ lib/tempest:configure_tempest:206 : local flavors 2024-10-01 01:32:33.980 | ++ lib/tempest:configure_tempest:207 : local available_flavors 2024-10-01 01:32:33.982 | ++ lib/tempest:configure_tempest:208 : local flavors_ref 2024-10-01 01:32:33.984 | ++ lib/tempest:configure_tempest:209 : local flavor_lines 2024-10-01 01:32:33.986 | ++ lib/tempest:configure_tempest:210 : local flavor_ref_size 2024-10-01 01:32:33.987 | ++ lib/tempest:configure_tempest:211 : local flavor_ref_alt_size 2024-10-01 01:32:33.989 | ++ lib/tempest:configure_tempest:212 : local public_network_id 2024-10-01 01:32:33.991 | ++ lib/tempest:configure_tempest:213 : local public_router_id 2024-10-01 01:32:33.993 | ++ lib/tempest:configure_tempest:214 : local ssh_connect_method=floating 2024-10-01 01:32:33.994 | ++ lib/tempest:configure_tempest:215 : local disk 2024-10-01 01:32:33.996 | ++ lib/tempest:configure_tempest:218 : ifs=' 2024-10-01 01:32:33.996 | ' 2024-10-01 01:32:33.998 | ++ lib/tempest:configure_tempest:228 : declare -a images 2024-10-01 01:32:34.000 | ++ lib/tempest:configure_tempest:230 : is_service_enabled glance 2024-10-01 01:32:34.012 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:32:34.014 | ++ lib/tempest:configure_tempest:231 : get_active_images images image_uuid image_uuid_alt 2024-10-01 01:32:34.016 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2024-10-01 01:32:34.017 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2024-10-01 01:32:34.019 | ++ lib/tempest:get_active_images:156 : declare -n img_id_alt=image_uuid_alt 2024-10-01 01:32:34.021 | ++ lib/tempest:get_active_images:159 : img_array=() 2024-10-01 01:32:34.023 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2024-10-01 01:32:34.024 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2024-10-01 01:32:34.024 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2024-10-01 01:32:35.325 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:32:35.327 | ++ lib/tempest:get_active_images:162 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2024-10-01 01:32:35.329 | ++ lib/tempest:get_active_images:166 : img_array+=($IMAGE_UUID) 2024-10-01 01:32:35.331 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2024-10-01 01:32:35.333 | ++ lib/tempest:configure_tempest:233 : (( 1 < 1 )) 2024-10-01 01:32:35.335 | ++ lib/tempest:configure_tempest:247 : case "${#images[*]}" in 2024-10-01 01:32:35.336 | ++ lib/tempest:configure_tempest:253 : '[' -z '' ']' 2024-10-01 01:32:35.338 | ++ lib/tempest:configure_tempest:254 : image_uuid=e468815b-be9c-44ea-b7d2-c8abbddbf3e7 2024-10-01 01:32:35.340 | ++ lib/tempest:configure_tempest:255 : image_uuid_alt=e468815b-be9c-44ea-b7d2-c8abbddbf3e7 2024-10-01 01:32:35.342 | ++ lib/tempest:configure_tempest:269 : sudo install -d -o stack /opt/stack//tempest/etc 2024-10-01 01:32:35.352 | ++ lib/tempest:configure_tempest:270 : rm -f /opt/stack//tempest/etc/tempest.conf 2024-10-01 01:32:35.354 | ++ lib/tempest:configure_tempest:272 : local password=nomoresecret 2024-10-01 01:32:35.356 | ++ lib/tempest:configure_tempest:275 : local admin_username=admin 2024-10-01 01:32:35.358 | ++ lib/tempest:configure_tempest:276 : local admin_project_name=admin 2024-10-01 01:32:35.360 | ++ lib/tempest:configure_tempest:277 : local admin_domain_name=Default 2024-10-01 01:32:35.362 | ++ lib/tempest:configure_tempest:278 : local alt_username=alt_demo 2024-10-01 01:32:35.363 | ++ lib/tempest:configure_tempest:279 : local alt_project_name=alt_demo 2024-10-01 01:32:35.365 | ++ lib/tempest:configure_tempest:280 : local admin_project_id 2024-10-01 01:32:35.368 | +++ lib/tempest:configure_tempest:281 : oscwrap --os-cloud devstack-admin project list 2024-10-01 01:32:35.368 | +++ lib/tempest:configure_tempest:281 : awk '/ admin / { print $2 }' 2024-10-01 01:32:36.626 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:32:36.629 | ++ lib/tempest:configure_tempest:281 : admin_project_id=b21a994413b74523b28e8a77a6159a5d 2024-10-01 01:32:36.631 | ++ lib/tempest:configure_tempest:283 : is_service_enabled nova 2024-10-01 01:32:36.644 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:32:36.646 | +++ lib/tempest:configure_tempest:286 : oscwrap --os-cloud devstack-admin flavor list 2024-10-01 01:32:37.888 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:32:37.890 | ++ lib/tempest:configure_tempest:286 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2024-10-01 01:32:37.890 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-10-01 01:32:37.890 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-10-01 01:32:37.890 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-10-01 01:32:37.890 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-10-01 01:32:37.890 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-10-01 01:32:37.890 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-10-01 01:32:37.890 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-10-01 01:32:37.890 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-10-01 01:32:37.890 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-10-01 01:32:37.890 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-10-01 01:32:37.890 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-10-01 01:32:37.890 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-10-01 01:32:37.890 | +----+-----------+-------+------+-----------+-------+-----------+' 2024-10-01 01:32:37.892 | ++ lib/tempest:configure_tempest:287 : [[ -z '' ]] 2024-10-01 01:32:37.894 | ++ lib/tempest:configure_tempest:288 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-10-01 01:32:37.894 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-10-01 01:32:37.894 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-10-01 01:32:37.894 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-10-01 01:32:37.894 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-10-01 01:32:37.894 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-10-01 01:32:37.894 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-10-01 01:32:37.894 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-10-01 01:32:37.894 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-10-01 01:32:37.894 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-10-01 01:32:37.894 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-10-01 01:32:37.894 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-10-01 01:32:37.894 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-10-01 01:32:37.894 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2024-10-01 01:32:37.896 | +++ lib/tempest:configure_tempest:290 : image_size_in_gib e468815b-be9c-44ea-b7d2-c8abbddbf3e7 2024-10-01 01:32:37.898 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-10-01 01:32:37.900 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show e468815b-be9c-44ea-b7d2-c8abbddbf3e7 -c size -f value 2024-10-01 01:32:39.127 | ++++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:32:39.129 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-10-01 01:32:39.132 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-10-01 01:32:39.132 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-10-01 01:32:39.156 | ++ lib/tempest:configure_tempest:290 : disk=1 2024-10-01 01:32:39.158 | ++ lib/tempest:configure_tempest:291 : openstack --os-cloud devstack-admin flavor create --id 42 --ram 128 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.nano 2024-10-01 01:32:40.285 | +----------------------------+-----------------------+ 2024-10-01 01:32:40.285 | | Field | Value | 2024-10-01 01:32:40.285 | +----------------------------+-----------------------+ 2024-10-01 01:32:40.285 | | OS-FLV-DISABLED:disabled | False | 2024-10-01 01:32:40.285 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-10-01 01:32:40.285 | | description | None | 2024-10-01 01:32:40.285 | | disk | 1 | 2024-10-01 01:32:40.285 | | id | 42 | 2024-10-01 01:32:40.285 | | name | m1.nano | 2024-10-01 01:32:40.285 | | os-flavor-access:is_public | True | 2024-10-01 01:32:40.285 | | properties | hw_rng:allowed='True' | 2024-10-01 01:32:40.285 | | ram | 128 | 2024-10-01 01:32:40.285 | | rxtx_factor | 1.0 | 2024-10-01 01:32:40.285 | | swap | | 2024-10-01 01:32:40.285 | | vcpus | 1 | 2024-10-01 01:32:40.285 | +----------------------------+-----------------------+ 2024-10-01 01:32:40.407 | ++ lib/tempest:configure_tempest:293 : flavor_ref=42 2024-10-01 01:32:40.409 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-10-01 01:32:40.409 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-10-01 01:32:40.409 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-10-01 01:32:40.409 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-10-01 01:32:40.409 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-10-01 01:32:40.409 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-10-01 01:32:40.409 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-10-01 01:32:40.409 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-10-01 01:32:40.409 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-10-01 01:32:40.409 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-10-01 01:32:40.409 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-10-01 01:32:40.409 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-10-01 01:32:40.409 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-10-01 01:32:40.409 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2024-10-01 01:32:40.412 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib e468815b-be9c-44ea-b7d2-c8abbddbf3e7 2024-10-01 01:32:40.414 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-10-01 01:32:40.416 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show e468815b-be9c-44ea-b7d2-c8abbddbf3e7 -c size -f value 2024-10-01 01:32:41.650 | ++++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:32:41.653 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-10-01 01:32:41.655 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-10-01 01:32:41.656 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-10-01 01:32:41.680 | ++ lib/tempest:configure_tempest:296 : disk=1 2024-10-01 01:32:41.682 | ++ lib/tempest:configure_tempest:297 : openstack --os-cloud devstack-admin flavor create --id 84 --ram 192 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.micro 2024-10-01 01:32:42.803 | +----------------------------+-----------------------+ 2024-10-01 01:32:42.803 | | Field | Value | 2024-10-01 01:32:42.803 | +----------------------------+-----------------------+ 2024-10-01 01:32:42.803 | | OS-FLV-DISABLED:disabled | False | 2024-10-01 01:32:42.803 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-10-01 01:32:42.803 | | description | None | 2024-10-01 01:32:42.803 | | disk | 1 | 2024-10-01 01:32:42.803 | | id | 84 | 2024-10-01 01:32:42.803 | | name | m1.micro | 2024-10-01 01:32:42.803 | | os-flavor-access:is_public | True | 2024-10-01 01:32:42.803 | | properties | hw_rng:allowed='True' | 2024-10-01 01:32:42.803 | | ram | 192 | 2024-10-01 01:32:42.803 | | rxtx_factor | 1.0 | 2024-10-01 01:32:42.804 | | swap | | 2024-10-01 01:32:42.804 | | vcpus | 1 | 2024-10-01 01:32:42.804 | +----------------------------+-----------------------+ 2024-10-01 01:32:42.921 | ++ lib/tempest:configure_tempest:299 : flavor_ref_alt=84 2024-10-01 01:32:42.923 | ++ lib/tempest:configure_tempest:348 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2024-10-01 01:32:42.949 | ++ lib/tempest:configure_tempest:350 : ssh_connect_method=floating 2024-10-01 01:32:42.951 | ++ lib/tempest:configure_tempest:356 : [[ True == \T\r\u\e ]] 2024-10-01 01:32:42.953 | ++ lib/tempest:configure_tempest:356 : is_networking_extension_supported external-net 2024-10-01 01:32:42.955 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2024-10-01 01:32:42.957 | +++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-10-01 01:32:44.196 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:32:44.199 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-10-01 01:32:44.199 | address-scope 2024-10-01 01:32:44.199 | router-admin-state-down-before-update 2024-10-01 01:32:44.199 | agent 2024-10-01 01:32:44.199 | agent-resources-synced 2024-10-01 01:32:44.199 | allowed-address-pairs 2024-10-01 01:32:44.199 | auto-allocated-topology 2024-10-01 01:32:44.199 | availability_zone 2024-10-01 01:32:44.199 | availability_zone_filter 2024-10-01 01:32:44.199 | default-subnetpools 2024-10-01 01:32:44.199 | dhcp_agent_scheduler 2024-10-01 01:32:44.199 | dvr 2024-10-01 01:32:44.199 | empty-string-filtering 2024-10-01 01:32:44.199 | external-net 2024-10-01 01:32:44.199 | extra_dhcp_opt 2024-10-01 01:32:44.199 | extraroute 2024-10-01 01:32:44.199 | extraroute-atomic 2024-10-01 01:32:44.199 | filter-validation 2024-10-01 01:32:44.199 | floating-ip-port-forwarding-detail 2024-10-01 01:32:44.199 | fip-port-details 2024-10-01 01:32:44.199 | flavors 2024-10-01 01:32:44.199 | floatingip-pools 2024-10-01 01:32:44.199 | ip-substring-filtering 2024-10-01 01:32:44.199 | router 2024-10-01 01:32:44.199 | ext-gw-mode 2024-10-01 01:32:44.199 | l3-ha 2024-10-01 01:32:44.199 | l3-flavors 2024-10-01 01:32:44.199 | l3-port-ip-change-not-allowed 2024-10-01 01:32:44.199 | l3_agent_scheduler 2024-10-01 01:32:44.199 | multi-provider 2024-10-01 01:32:44.199 | net-mtu 2024-10-01 01:32:44.199 | net-mtu-writable 2024-10-01 01:32:44.199 | network_availability_zone 2024-10-01 01:32:44.199 | network-ip-availability 2024-10-01 01:32:44.199 | pagination 2024-10-01 01:32:44.199 | port-device-profile 2024-10-01 01:32:44.199 | port-mac-override 2024-10-01 01:32:44.199 | port-mac-address-regenerate 2024-10-01 01:32:44.199 | port-numa-affinity-policy 2024-10-01 01:32:44.199 | binding 2024-10-01 01:32:44.199 | binding-extended 2024-10-01 01:32:44.199 | port-security 2024-10-01 01:32:44.199 | project-id 2024-10-01 01:32:44.199 | provider 2024-10-01 01:32:44.199 | quota-check-limit 2024-10-01 01:32:44.199 | quotas 2024-10-01 01:32:44.199 | quota_details 2024-10-01 01:32:44.199 | rbac-policies 2024-10-01 01:32:44.199 | rbac-address-group 2024-10-01 01:32:44.199 | rbac-address-scope 2024-10-01 01:32:44.199 | rbac-security-groups 2024-10-01 01:32:44.199 | rbac-subnetpool 2024-10-01 01:32:44.199 | revision-if-match 2024-10-01 01:32:44.199 | standard-attr-revisions 2024-10-01 01:32:44.199 | router_availability_zone 2024-10-01 01:32:44.199 | security-groups-normalized-cidr 2024-10-01 01:32:44.199 | port-security-groups-filtering 2024-10-01 01:32:44.199 | security-groups-remote-address-group 2024-10-01 01:32:44.199 | security-groups-shared-filtering 2024-10-01 01:32:44.199 | security-group 2024-10-01 01:32:44.199 | service-type 2024-10-01 01:32:44.199 | sorting 2024-10-01 01:32:44.199 | standard-attr-description 2024-10-01 01:32:44.199 | stateful-security-group 2024-10-01 01:32:44.199 | subnet_onboard 2024-10-01 01:32:44.199 | subnet-service-types 2024-10-01 01:32:44.199 | subnet_allocation 2024-10-01 01:32:44.199 | subnetpool-prefix-ops 2024-10-01 01:32:44.199 | standard-attr-tag 2024-10-01 01:32:44.199 | standard-attr-timestamp 2024-10-01 01:32:44.199 | nsxt-ops' 2024-10-01 01:32:44.201 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-10-01 01:32:44.201 | address-scope 2024-10-01 01:32:44.201 | router-admin-state-down-before-update 2024-10-01 01:32:44.201 | agent 2024-10-01 01:32:44.201 | agent-resources-synced 2024-10-01 01:32:44.201 | allowed-address-pairs 2024-10-01 01:32:44.201 | auto-allocated-topology 2024-10-01 01:32:44.201 | availability_zone 2024-10-01 01:32:44.201 | availability_zone_filter 2024-10-01 01:32:44.201 | default-subnetpools 2024-10-01 01:32:44.201 | dhcp_agent_scheduler 2024-10-01 01:32:44.201 | dvr 2024-10-01 01:32:44.201 | empty-string-filtering 2024-10-01 01:32:44.201 | external-net 2024-10-01 01:32:44.201 | extra_dhcp_opt 2024-10-01 01:32:44.201 | extraroute 2024-10-01 01:32:44.201 | extraroute-atomic 2024-10-01 01:32:44.201 | filter-validation 2024-10-01 01:32:44.201 | floating-ip-port-forwarding-detail 2024-10-01 01:32:44.201 | fip-port-details 2024-10-01 01:32:44.201 | flavors 2024-10-01 01:32:44.201 | floatingip-pools 2024-10-01 01:32:44.201 | ip-substring-filtering 2024-10-01 01:32:44.201 | router 2024-10-01 01:32:44.201 | ext-gw-mode 2024-10-01 01:32:44.201 | l3-ha 2024-10-01 01:32:44.201 | l3-flavors 2024-10-01 01:32:44.201 | l3-port-ip-change-not-allowed 2024-10-01 01:32:44.201 | l3_agent_scheduler 2024-10-01 01:32:44.201 | multi-provider 2024-10-01 01:32:44.201 | net-mtu 2024-10-01 01:32:44.201 | net-mtu-writable 2024-10-01 01:32:44.201 | network_availability_zone 2024-10-01 01:32:44.201 | network-ip-availability 2024-10-01 01:32:44.201 | pagination 2024-10-01 01:32:44.201 | port-device-profile 2024-10-01 01:32:44.201 | port-mac-override 2024-10-01 01:32:44.201 | port-mac-address-regenerate 2024-10-01 01:32:44.201 | port-numa-affinity-policy 2024-10-01 01:32:44.201 | binding 2024-10-01 01:32:44.201 | binding-extended 2024-10-01 01:32:44.201 | port-security 2024-10-01 01:32:44.201 | project-id 2024-10-01 01:32:44.201 | provider 2024-10-01 01:32:44.201 | quota-check-limit 2024-10-01 01:32:44.201 | quotas 2024-10-01 01:32:44.201 | quota_details 2024-10-01 01:32:44.201 | rbac-policies 2024-10-01 01:32:44.201 | rbac-address-group 2024-10-01 01:32:44.201 | rbac-address-scope 2024-10-01 01:32:44.201 | rbac-security-groups 2024-10-01 01:32:44.201 | rbac-subnetpool 2024-10-01 01:32:44.201 | revision-if-match 2024-10-01 01:32:44.201 | standard-attr-revisions 2024-10-01 01:32:44.201 | router_availability_zone 2024-10-01 01:32:44.201 | security-groups-normalized-cidr 2024-10-01 01:32:44.201 | port-security-groups-filtering 2024-10-01 01:32:44.201 | security-groups-remote-address-group 2024-10-01 01:32:44.201 | security-groups-shared-filtering 2024-10-01 01:32:44.201 | security-group 2024-10-01 01:32:44.201 | service-type 2024-10-01 01:32:44.201 | sorting 2024-10-01 01:32:44.201 | standard-attr-description 2024-10-01 01:32:44.201 | stateful-security-group 2024-10-01 01:32:44.201 | subnet_onboard 2024-10-01 01:32:44.201 | subnet-service-types 2024-10-01 01:32:44.201 | subnet_allocation 2024-10-01 01:32:44.201 | subnetpool-prefix-ops 2024-10-01 01:32:44.201 | standard-attr-tag 2024-10-01 01:32:44.201 | standard-attr-timestamp 2024-10-01 01:32:44.201 | nsxt-ops =~ external-net ]] 2024-10-01 01:32:44.203 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-10-01 01:32:44.205 | +++ lib/tempest:configure_tempest:357 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2024-10-01 01:32:45.507 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 01:32:45.510 | ++ lib/tempest:configure_tempest:357 : public_network_id=4a9f7a81-6fb7-4fd0-8614-ad0271e8f626 2024-10-01 01:32:45.512 | ++ lib/tempest:configure_tempest:359 : openstack --os-cloud devstack-admin --os-region RegionOne network create --share shared 2024-10-01 01:32:46.705 | +---------------------------+--------------------------------------+ 2024-10-01 01:32:46.705 | | Field | Value | 2024-10-01 01:32:46.705 | +---------------------------+--------------------------------------+ 2024-10-01 01:32:46.705 | | admin_state_up | UP | 2024-10-01 01:32:46.705 | | availability_zone_hints | | 2024-10-01 01:32:46.705 | | availability_zones | | 2024-10-01 01:32:46.705 | | created_at | 2024-10-01T01:32:46Z | 2024-10-01 01:32:46.705 | | description | | 2024-10-01 01:32:46.705 | | dns_domain | None | 2024-10-01 01:32:46.705 | | id | 3f62080b-8385-4110-8bbc-ec78a82c46f6 | 2024-10-01 01:32:46.705 | | ipv4_address_scope | None | 2024-10-01 01:32:46.705 | | ipv6_address_scope | None | 2024-10-01 01:32:46.705 | | is_default | False | 2024-10-01 01:32:46.705 | | is_vlan_transparent | None | 2024-10-01 01:32:46.705 | | mtu | 8950 | 2024-10-01 01:32:46.705 | | name | shared | 2024-10-01 01:32:46.705 | | port_security_enabled | True | 2024-10-01 01:32:46.705 | | project_id | b21a994413b74523b28e8a77a6159a5d | 2024-10-01 01:32:46.705 | | provider:network_type | vlan | 2024-10-01 01:32:46.705 | | provider:physical_network | default | 2024-10-01 01:32:46.705 | | provider:segmentation_id | 991 | 2024-10-01 01:32:46.705 | | qos_policy_id | None | 2024-10-01 01:32:46.705 | | revision_number | 1 | 2024-10-01 01:32:46.705 | | router:external | Internal | 2024-10-01 01:32:46.705 | | segments | None | 2024-10-01 01:32:46.705 | | shared | True | 2024-10-01 01:32:46.705 | | status | ACTIVE | 2024-10-01 01:32:46.705 | | subnets | | 2024-10-01 01:32:46.705 | | tags | | 2024-10-01 01:32:46.705 | | tenant_id | b21a994413b74523b28e8a77a6159a5d | 2024-10-01 01:32:46.705 | | updated_at | 2024-10-01T01:32:46Z | 2024-10-01 01:32:46.705 | +---------------------------+--------------------------------------+ 2024-10-01 01:32:46.831 | ++ lib/tempest:configure_tempest:360 : openstack --os-cloud devstack-admin --os-region RegionOne subnet create --description shared-subnet --subnet-range 192.168.233.0/24 --network shared shared-subnet 2024-10-01 01:32:48.112 | +----------------------+--------------------------------------+ 2024-10-01 01:32:48.112 | | Field | Value | 2024-10-01 01:32:48.112 | +----------------------+--------------------------------------+ 2024-10-01 01:32:48.112 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2024-10-01 01:32:48.112 | | cidr | 192.168.233.0/24 | 2024-10-01 01:32:48.112 | | created_at | 2024-10-01T01:32:47Z | 2024-10-01 01:32:48.112 | | description | shared-subnet | 2024-10-01 01:32:48.112 | | dns_nameservers | | 2024-10-01 01:32:48.112 | | dns_publish_fixed_ip | None | 2024-10-01 01:32:48.112 | | enable_dhcp | True | 2024-10-01 01:32:48.112 | | gateway_ip | 192.168.233.1 | 2024-10-01 01:32:48.112 | | host_routes | | 2024-10-01 01:32:48.113 | | id | 7f44da8e-d598-4519-beea-dc5b7968d559 | 2024-10-01 01:32:48.113 | | ip_version | 4 | 2024-10-01 01:32:48.113 | | ipv6_address_mode | None | 2024-10-01 01:32:48.113 | | ipv6_ra_mode | None | 2024-10-01 01:32:48.113 | | name | shared-subnet | 2024-10-01 01:32:48.113 | | network_id | 3f62080b-8385-4110-8bbc-ec78a82c46f6 | 2024-10-01 01:32:48.113 | | project_id | b21a994413b74523b28e8a77a6159a5d | 2024-10-01 01:32:48.113 | | revision_number | 0 | 2024-10-01 01:32:48.113 | | segment_id | None | 2024-10-01 01:32:48.113 | | service_types | | 2024-10-01 01:32:48.113 | | subnetpool_id | None | 2024-10-01 01:32:48.113 | | tags | | 2024-10-01 01:32:48.113 | | updated_at | 2024-10-01T01:32:47Z | 2024-10-01 01:32:48.113 | +----------------------+--------------------------------------+ 2024-10-01 01:32:48.242 | ++ lib/tempest:configure_tempest:363 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2024-10-01 01:32:48.268 | ++ lib/tempest:configure_tempest:366 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2024-10-01 01:32:48.295 | ++ lib/tempest:configure_tempest:367 : mkdir -p /opt/stack/data/tempest 2024-10-01 01:32:48.298 | ++ lib/tempest:configure_tempest:368 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2024-10-01 01:32:48.321 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2024-10-01 01:32:48.344 | ++ lib/tempest:configure_tempest:370 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2024-10-01 01:32:48.368 | ++ lib/tempest:configure_tempest:373 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2024-10-01 01:32:48.393 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2024-10-01 01:32:48.418 | ++ lib/tempest:configure_tempest:377 : iniset /opt/stack//tempest/etc/tempest.conf identity uri http://10.180.1.21/identity/v2.0/ 2024-10-01 01:32:48.443 | ++ lib/tempest:configure_tempest:378 : iniset /opt/stack//tempest/etc/tempest.conf identity uri_v3 http://10.180.1.21/identity/v3 2024-10-01 01:32:48.466 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2024-10-01 01:32:48.490 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2024-10-01 01:32:48.514 | ++ lib/tempest:configure_tempest:381 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2024-10-01 01:32:48.538 | ++ lib/tempest:configure_tempest:382 : [[ True == \T\r\u\e ]] 2024-10-01 01:32:48.539 | ++ lib/tempest:configure_tempest:383 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2024-10-01 01:32:48.564 | ++ lib/tempest:configure_tempest:384 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2024-10-01 01:32:48.588 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2024-10-01 01:32:48.611 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2024-10-01 01:32:48.635 | ++ lib/tempest:configure_tempest:388 : '[' '' == True ']' 2024-10-01 01:32:48.638 | ++ lib/tempest:configure_tempest:393 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2024-10-01 01:32:48.665 | ++ lib/tempest:configure_tempest:395 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2024-10-01 01:32:48.689 | ++ lib/tempest:configure_tempest:396 : [[ '' != \v\2 ]] 2024-10-01 01:32:48.691 | ++ lib/tempest:configure_tempest:398 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2024-10-01 01:32:48.714 | ++ lib/tempest:configure_tempest:401 : is_service_enabled tls-proxy 2024-10-01 01:32:48.727 | ++ functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:32:48.729 | ++ lib/tempest:configure_tempest:406 : [[ True = True ]] 2024-10-01 01:32:48.731 | ++ lib/tempest:configure_tempest:407 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2024-10-01 01:32:48.755 | ++ lib/tempest:configure_tempest:412 : is_service_enabled ldap 2024-10-01 01:32:48.767 | ++ functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:32:48.769 | ++ lib/tempest:configure_tempest:418 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2024-10-01 01:32:48.793 | ++ lib/tempest:configure_tempest:422 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2024-10-01 01:32:48.817 | ++ lib/tempest:configure_tempest:426 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2024-10-01 01:32:48.840 | ++ lib/tempest:configure_tempest:431 : [[ ! -z '' ]] 2024-10-01 01:32:48.842 | ++ lib/tempest:configure_tempest:434 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2024-10-01 01:32:48.868 | ++ lib/tempest:configure_tempest:435 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2024-10-01 01:32:48.891 | ++ lib/tempest:configure_tempest:436 : is_service_enabled g-api-r 2024-10-01 01:32:48.904 | ++ functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:32:48.905 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref e468815b-be9c-44ea-b7d2-c8abbddbf3e7 2024-10-01 01:32:48.930 | ++ lib/tempest:configure_tempest:442 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt e468815b-be9c-44ea-b7d2-c8abbddbf3e7 2024-10-01 01:32:48.953 | ++ lib/tempest:configure_tempest:443 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2024-10-01 01:32:48.976 | ++ lib/tempest:configure_tempest:444 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2024-10-01 01:32:48.999 | ++ lib/tempest:configure_tempest:445 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2024-10-01 01:32:49.024 | ++ lib/tempest:configure_tempest:446 : is_service_enabled neutron 2024-10-01 01:32:49.036 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:32:49.038 | ++ lib/tempest:configure_tempest:454 : [[ -n '' ]] 2024-10-01 01:32:49.040 | ++ lib/tempest:configure_tempest:464 : local tempest_compute_min_microversion=None 2024-10-01 01:32:49.042 | ++ lib/tempest:configure_tempest:465 : local tempest_compute_max_microversion=2.95 2024-10-01 01:32:49.043 | ++ lib/tempest:configure_tempest:468 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2024-10-01 01:32:49.045 | ++ lib/tempest:configure_tempest:472 : '[' None == None ']' 2024-10-01 01:32:49.047 | ++ lib/tempest:configure_tempest:473 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2024-10-01 01:32:49.061 | ++ lib/tempest:configure_tempest:477 : '[' 2.95 == None ']' 2024-10-01 01:32:49.063 | ++ lib/tempest:configure_tempest:480 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2024-10-01 01:32:49.089 | ++ lib/tempest:configure_tempest:483 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2024-10-01 01:32:49.115 | ++ lib/tempest:configure_tempest:484 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2024-10-01 01:32:49.139 | ++ lib/tempest:configure_tempest:485 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2024-10-01 01:32:49.162 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2024-10-01 01:32:49.186 | ++ lib/tempest:configure_tempest:487 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2024-10-01 01:32:49.209 | ++ lib/tempest:configure_tempest:488 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2024-10-01 01:32:49.232 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2024-10-01 01:32:49.254 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2024-10-01 01:32:49.277 | ++ lib/tempest:configure_tempest:494 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2024-10-01 01:32:49.279 | ++ lib/tempest:configure_tempest:495 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled scheduler_enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2024-10-01 01:32:49.302 | ++ lib/tempest:configure_tempest:498 : [[ False == \T\r\u\e ]] 2024-10-01 01:32:49.304 | ++ lib/tempest:configure_tempest:502 : is_service_enabled n-novnc 2024-10-01 01:32:49.317 | ++ functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:32:49.319 | ++ lib/tempest:configure_tempest:507 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2024-10-01 01:32:49.342 | ++ lib/tempest:configure_tempest:508 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id 4a9f7a81-6fb7-4fd0-8614-ad0271e8f626 2024-10-01 01:32:49.364 | ++ lib/tempest:configure_tempest:509 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2024-10-01 01:32:49.387 | ++ lib/tempest:configure_tempest:510 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2024-10-01 01:32:49.410 | ++ lib/tempest:configure_tempest:511 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2024-10-01 01:32:49.434 | ++ lib/tempest:configure_tempest:512 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2024-10-01 01:32:49.457 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2024-10-01 01:32:49.480 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2024-10-01 01:32:49.504 | ++ lib/tempest:configure_tempest:518 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2024-10-01 01:32:49.506 | ++ lib/tempest:configure_tempest:519 : SCENARIO_IMAGE_FILE= 2024-10-01 01:32:49.507 | ++ lib/tempest:configure_tempest:520 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2024-10-01 01:32:49.532 | ++ lib/tempest:configure_tempest:523 : TEMPEST_SSH_NETWORK_NAME=private 2024-10-01 01:32:49.534 | ++ lib/tempest:configure_tempest:524 : is_provider_network 2024-10-01 01:32:49.536 | ++ functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-10-01 01:32:49.538 | ++ functions-common:is_provider_network:2287 : return 1 2024-10-01 01:32:49.539 | ++ lib/tempest:configure_tempest:528 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2024-10-01 01:32:49.562 | ++ lib/tempest:configure_tempest:529 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2024-10-01 01:32:49.585 | ++ lib/tempest:configure_tempest:530 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2024-10-01 01:32:49.608 | ++ lib/tempest:configure_tempest:531 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2024-10-01 01:32:49.631 | ++ lib/tempest:configure_tempest:532 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2024-10-01 01:32:49.653 | ++ lib/tempest:configure_tempest:533 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2024-10-01 01:32:49.675 | ++ lib/tempest:configure_tempest:537 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-10-01 01:32:49.677 | +++ lib/tempest:configure_tempest:540 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2024-10-01 01:32:49.690 | ++ lib/tempest:configure_tempest:540 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2024-10-01 01:32:49.715 | ++ lib/tempest:configure_tempest:542 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-10-01 01:32:49.718 | +++ lib/tempest:configure_tempest:545 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2024-10-01 01:32:49.730 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2024-10-01 01:32:49.754 | ++ lib/tempest:configure_tempest:548 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-10-01 01:32:49.756 | +++ lib/tempest:configure_tempest:551 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2024-10-01 01:32:49.769 | ++ lib/tempest:configure_tempest:551 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2024-10-01 01:32:49.792 | ++ lib/tempest:configure_tempest:553 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-10-01 01:32:49.794 | +++ lib/tempest:configure_tempest:556 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2024-10-01 01:32:49.808 | ++ lib/tempest:configure_tempest:556 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2024-10-01 01:32:49.831 | ++ lib/tempest:configure_tempest:557 : local tempest_volume_min_microversion=None 2024-10-01 01:32:49.833 | ++ lib/tempest:configure_tempest:558 : local tempest_volume_max_microversion=3.70 2024-10-01 01:32:49.834 | ++ lib/tempest:configure_tempest:559 : '[' None == None ']' 2024-10-01 01:32:49.836 | ++ lib/tempest:configure_tempest:560 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2024-10-01 01:32:49.850 | ++ lib/tempest:configure_tempest:565 : '[' 3.70 == None ']' 2024-10-01 01:32:49.852 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2024-10-01 01:32:49.875 | ++ lib/tempest:configure_tempest:571 : is_service_enabled c-bak 2024-10-01 01:32:49.888 | ++ functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:32:49.890 | ++ lib/tempest:configure_tempest:572 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2024-10-01 01:32:49.913 | ++ lib/tempest:configure_tempest:578 : [[ -n vmdk:vsphere ]] 2024-10-01 01:32:49.915 | ++ lib/tempest:configure_tempest:578 : [[ vmdk:vsphere =~ .*,.* ]] 2024-10-01 01:32:49.916 | ++ lib/tempest:configure_tempest:598 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2024-10-01 01:32:49.918 | ++ lib/tempest:configure_tempest:602 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2024-10-01 01:32:49.920 | ++ lib/tempest:configure_tempest:607 : [[ False == \T\r\u\e ]] 2024-10-01 01:32:49.922 | ++ lib/tempest:configure_tempest:616 : local tempest_placement_min_microversion=None 2024-10-01 01:32:49.924 | ++ lib/tempest:configure_tempest:617 : local tempest_placement_max_microversion=1.39 2024-10-01 01:32:49.926 | ++ lib/tempest:configure_tempest:618 : '[' None == None ']' 2024-10-01 01:32:49.928 | ++ lib/tempest:configure_tempest:619 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2024-10-01 01:32:49.942 | ++ lib/tempest:configure_tempest:623 : '[' 1.39 == None ']' 2024-10-01 01:32:49.944 | ++ lib/tempest:configure_tempest:626 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2024-10-01 01:32:49.969 | ++ lib/tempest:configure_tempest:630 : '[' vsphere = ironic ']' 2024-10-01 01:32:49.971 | ++ lib/tempest:configure_tempest:644 : '[' vsphere = libvirt ']' 2024-10-01 01:32:49.973 | ++ lib/tempest:configure_tempest:668 : local service 2024-10-01 01:32:49.974 | ++ lib/tempest:configure_tempest:669 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2024-10-01 01:32:49.976 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-10-01 01:32:49.978 | ++ lib/tempest:configure_tempest:671 : is_service_enabled key 2024-10-01 01:32:49.991 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:32:49.993 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2024-10-01 01:32:50.017 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-10-01 01:32:50.019 | ++ lib/tempest:configure_tempest:671 : is_service_enabled glance 2024-10-01 01:32:50.032 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:32:50.034 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2024-10-01 01:32:50.058 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-10-01 01:32:50.060 | ++ lib/tempest:configure_tempest:671 : is_service_enabled nova 2024-10-01 01:32:50.073 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:32:50.075 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2024-10-01 01:32:50.099 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-10-01 01:32:50.100 | ++ lib/tempest:configure_tempest:671 : is_service_enabled neutron 2024-10-01 01:32:50.113 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:32:50.115 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2024-10-01 01:32:50.138 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-10-01 01:32:50.140 | ++ lib/tempest:configure_tempest:671 : is_service_enabled cinder 2024-10-01 01:32:50.153 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:32:50.155 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2024-10-01 01:32:50.178 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-10-01 01:32:50.180 | ++ lib/tempest:configure_tempest:671 : is_service_enabled swift 2024-10-01 01:32:50.192 | ++ functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:32:50.194 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2024-10-01 01:32:50.217 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-10-01 01:32:50.218 | ++ lib/tempest:configure_tempest:671 : is_service_enabled horizon 2024-10-01 01:32:50.231 | ++ functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:32:50.233 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon False 2024-10-01 01:32:50.256 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2024-10-01 01:32:50.258 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2024-10-01 01:32:50.260 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2024-10-01 01:32:50.262 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2024-10-01 01:32:50.263 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2024-10-01 01:32:50.265 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2024-10-01 01:32:50.267 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2024-10-01 01:32:50.269 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2024-10-01 01:32:50.271 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2024-10-01 01:32:50.273 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2024-10-01 01:32:50.274 | ++ lib/tempest:configure_tempest:704 : '[' vsphere = libvirt ']' 2024-10-01 01:32:50.276 | ++ lib/tempest:configure_tempest:714 : local tmp_cfg_file 2024-10-01 01:32:50.279 | +++ lib/tempest:configure_tempest:715 : mktemp 2024-10-01 01:32:50.282 | ++ lib/tempest:configure_tempest:715 : tmp_cfg_file=/tmp/tmp.Q5VWvQLumC 2024-10-01 01:32:50.284 | ++ lib/tempest:configure_tempest:716 : cd /opt/stack//tempest 2024-10-01 01:32:50.286 | ++ lib/tempest:configure_tempest:718 : local tmp_u_c_m 2024-10-01 01:32:50.288 | +++ lib/tempest:configure_tempest:719 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-10-01 01:32:50.291 | ++ lib/tempest:configure_tempest:719 : tmp_u_c_m=/tmp/tempest_u_c_m.VUHmvktqJQ 2024-10-01 01:32:50.293 | ++ lib/tempest:configure_tempest:720 : set_tempest_venv_constraints /tmp/tempest_u_c_m.VUHmvktqJQ 2024-10-01 01:32:50.295 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-10-01 01:32:50.297 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.VUHmvktqJQ 2024-10-01 01:32:50.299 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-10-01 01:32:50.301 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-10-01 01:32:50.303 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-10-01 01:32:50.308 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-10-01 01:32:50.310 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-10-01 01:32:50.312 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-10-01 01:32:50.314 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-10-01 01:32:50.316 | ++ lib/tempest:configure_tempest:721 : [[ False != \T\r\u\e ]] 2024-10-01 01:32:50.317 | ++ lib/tempest:configure_tempest:722 : tox -revenv-tempest --notest 2024-10-01 01:32:50.539 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2024-10-01 01:32:50.921 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-10-01 01:32:59.912 | venv-tempest develop-inst: /opt/stack/tempest 2024-10-01 01:33:02.879 | venv-tempest installed: attrs==24.2.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.8.30,cffi==1.17.0,charset-normalizer==3.3.2,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.8,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.8,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.8,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.1.0,oslo.config==9.6.0,oslo.context==5.6.0,oslo.i18n==6.4.0,oslo.log==6.1.2,oslo.serialization==5.5.0,oslo.utils==7.3.0,packaging==24.1,paramiko==3.4.1,pbr==6.1.0,prettytable==3.11.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.1.2,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.20.0,six==1.16.0,stestr==4.1.0,stevedore==5.3.0,-e git+https://opendev.org/openstack/tempest.git@82b37d1406fe93b20335369c3d685beaf2c9c11f#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,tzdata==2024.1,urllib3==1.26.19,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.16.0 2024-10-01 01:33:02.879 | ___________________________________ summary ____________________________________ 2024-10-01 01:33:02.879 | venv-tempest: skipped tests 2024-10-01 01:33:02.879 | congratulations :) 2024-10-01 01:33:02.900 | ++ lib/tempest:configure_tempest:724 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.VUHmvktqJQ -r requirements.txt 2024-10-01 01:33:03.431 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. 2024-10-01 01:33:03.431 | warnings.warn( 2024-10-01 01:33:03.435 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2024-10-01 01:33:03.435 | warnings.warn( 2024-10-01 01:33:03.516 | venv-tempest develop-inst-noop: /opt/stack/tempest 2024-10-01 01:33:03.899 | venv-tempest installed: attrs==24.2.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.8.30,cffi==1.17.0,charset-normalizer==3.3.2,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.8,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.8,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.8,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.1.0,oslo.config==9.6.0,oslo.context==5.6.0,oslo.i18n==6.4.0,oslo.log==6.1.2,oslo.serialization==5.5.0,oslo.utils==7.3.0,packaging==24.1,paramiko==3.4.1,pbr==6.1.0,prettytable==3.11.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.1.2,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.20.0,six==1.16.0,stestr==4.1.0,stevedore==5.3.0,-e git+https://opendev.org/openstack/tempest.git@82b37d1406fe93b20335369c3d685beaf2c9c11f#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,tzdata==2024.1,urllib3==1.26.19,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.16.0 2024-10-01 01:33:03.899 | venv-tempest run-test-pre: PYTHONHASHSEED='2750043250' 2024-10-01 01:33:03.900 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.VUHmvktqJQ -r requirements.txt 2024-10-01 01:33:04.747 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (6.1.0) 2024-10-01 01:33:04.748 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (4.7.0) 2024-10-01 01:33:04.749 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (4.19.2) 2024-10-01 01:33:04.755 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (2.7.2) 2024-10-01 01:33:04.755 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (3.4.1) 2024-10-01 01:33:04.755 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (42.0.8) 2024-10-01 01:33:04.755 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (0.10.1) 2024-10-01 01:33:04.755 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (6.1.0) 2024-10-01 01:33:04.755 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (9.6.0) 2024-10-01 01:33:04.755 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (6.1.2) 2024-10-01 01:33:04.755 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.1.0) 2024-10-01 01:33:04.756 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (5.5.0) 2024-10-01 01:33:04.756 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (7.3.0) 2024-10-01 01:33:04.757 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (4.1.0) 2024-10-01 01:33:04.758 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0.2) 2024-10-01 01:33:04.759 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.4.4) 2024-10-01 01:33:04.759 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (5.3.0) 2024-10-01 01:33:04.760 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.11.0) 2024-10-01 01:33:04.761 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (1.26.19) 2024-10-01 01:33:04.761 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (3.0.0) 2024-10-01 01:33:04.762 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 24)) (0.7.1) 2024-10-01 01:33:04.763 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.19) 2024-10-01 01:33:04.763 | Requirement already satisfied: testscenarios>=0.5.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 26)) (0.5.0) 2024-10-01 01:33:04.769 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (2.4.3) 2024-10-01 01:33:04.770 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (0.5.2) 2024-10-01 01:33:04.787 | Requirement already satisfied: rpds-py>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.20.0) 2024-10-01 01:33:04.788 | Requirement already satisfied: jsonschema-specifications>=2023.03.6 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (2023.12.1) 2024-10-01 01:33:04.789 | Requirement already satisfied: attrs>=22.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (24.2.0) 2024-10-01 01:33:04.789 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.35.1) 2024-10-01 01:33:04.805 | Requirement already satisfied: pynacl>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.5.0) 2024-10-01 01:33:04.806 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (4.0.1) 2024-10-01 01:33:04.823 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.17.0) 2024-10-01 01:33:04.829 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 11)) (6.4.0) 2024-10-01 01:33:04.845 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.32.3) 2024-10-01 01:33:04.846 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.0.0) 2024-10-01 01:33:04.858 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (2.9.0.post0) 2024-10-01 01:33:04.859 | Requirement already satisfied: oslo.context>=2.21.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (5.6.0) 2024-10-01 01:33:04.873 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (1.0.0) 2024-10-01 01:33:04.874 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.15.2) 2024-10-01 01:33:04.875 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.13.2) 2024-10-01 01:33:04.882 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (1.0.8) 2024-10-01 01:33:04.883 | Requirement already satisfied: tzdata>=2022.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (2024.1) 2024-10-01 01:33:04.892 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (2.1.0) 2024-10-01 01:33:04.893 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (3.1.2) 2024-10-01 01:33:04.894 | Requirement already satisfied: netifaces>=0.10.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (0.11.0) 2024-10-01 01:33:04.894 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (24.1) 2024-10-01 01:33:04.916 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 21)) (0.2.13) 2024-10-01 01:33:04.936 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 23)) (1.16.0) 2024-10-01 01:33:05.002 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 9)) (2.22) 2024-10-01 01:33:05.024 | Requirement already satisfied: pyperclip>=1.6 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (1.9.0) 2024-10-01 01:33:05.065 | Requirement already satisfied: six>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from python-dateutil>=2.7.0->oslo.log>=3.36.0->-r requirements.txt (line 13)) (1.16.0) 2024-10-01 01:33:05.078 | Requirement already satisfied: idna<4,>=2.5 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.8) 2024-10-01 01:33:05.079 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2024.8.30) 2024-10-01 01:33:05.080 | Requirement already satisfied: charset-normalizer<4,>=2 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.3.2) 2024-10-01 01:33:05.207 | WARNING: There was an error checking the latest version of pip. 2024-10-01 01:33:05.277 | ___________________________________ summary ____________________________________ 2024-10-01 01:33:05.277 | venv-tempest: commands succeeded 2024-10-01 01:33:05.277 | congratulations :) 2024-10-01 01:33:05.297 | ++ lib/tempest:configure_tempest:725 : rm -f /tmp/tempest_u_c_m.VUHmvktqJQ 2024-10-01 01:33:05.301 | ++ lib/tempest:configure_tempest:728 : [[ False == \T\r\u\e ]] 2024-10-01 01:33:05.303 | ++ lib/tempest:configure_tempest:736 : [[ True == \F\a\l\s\e ]] 2024-10-01 01:33:05.305 | ++ lib/tempest:configure_tempest:740 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2024-10-01 01:33:05.329 | ++ lib/tempest:configure_tempest:746 : tox -evenv -- tempest verify-config -uro /tmp/tmp.Q5VWvQLumC 2024-10-01 01:33:05.557 | venv create: /opt/stack/tempest/.tox/venv 2024-10-01 01:33:05.836 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2024-10-01 01:33:19.315 | venv develop-inst: /opt/stack/tempest 2024-10-01 01:33:22.890 | venv installed: alabaster==1.0.0,attrs==24.2.0,autopage==0.5.2,babel==2.16.0,bcrypt==4.0.1,certifi==2024.8.30,cffi==1.17.0,charset-normalizer==3.3.2,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.8,debtcollector==3.0.0,defusedxml==0.7.1,docutils==0.20.1,dulwich==0.22.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.8,imagesize==1.4.1,iso8601==2.1.0,Jinja2==3.1.4,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,MarkupSafe==2.1.5,msgpack==1.0.8,netaddr==0.10.1,netifaces==0.11.0,openstackdocstheme==3.3.0,oslo.concurrency==6.1.0,oslo.config==9.6.0,oslo.context==5.6.0,oslo.i18n==6.4.0,oslo.log==6.1.2,oslo.serialization==5.5.0,oslo.utils==7.3.0,packaging==24.1,paramiko==3.4.1,pbr==6.1.0,prettytable==3.11.0,pycparser==2.22,Pygments==2.18.0,PyNaCl==1.5.0,pyparsing==3.1.2,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,reno==4.1.0,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.20.0,six==1.16.0,snowballstemmer==2.2.0,Sphinx==8.0.2,sphinxcontrib-applehelp==2.0.0,sphinxcontrib-devhelp==2.0.0,sphinxcontrib-htmlhelp==2.1.0,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==2.0.0,sphinxcontrib-serializinghtml==2.0.0,sphinxcontrib-svg2pdfconverter==1.2.2,stestr==4.1.0,stevedore==5.3.0,-e git+https://opendev.org/openstack/tempest.git@82b37d1406fe93b20335369c3d685beaf2c9c11f#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomli==2.0.1,tomlkit==0.13.2,tzdata==2024.1,urllib3==1.26.19,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.16.0 2024-10-01 01:33:22.890 | venv run-test-pre: PYTHONHASHSEED='1541077355' 2024-10-01 01:33:22.890 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.Q5VWvQLumC 2024-10-01 01:33:23.208 | /opt/stack/tempest/tempest/lib/common/jsonschema_validator.py:21: DeprecationWarning: Accessing jsonschema.draft4_format_checker is deprecated and will be removed in a future release. Instead, use the FORMAT_CHECKER attribute on the corresponding Validator. 2024-10-01 01:33:23.208 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2024-10-01 01:33:23.208 | /opt/stack/tempest/tempest/lib/common/jsonschema_validator.py:42: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. 2024-10-01 01:33:23.208 | @jsonschema.FormatChecker.cls_checks('base64') 2024-10-01 01:33:23.461 | /opt/stack/tempest/tempest/lib/services/volume/v2/__init__.py:50: DeprecationWarning: The tempest.lib.services.volume.v2 module (volume v2 APIs service clients) is deprecated in favor of tempest.lib.services.volume.v3 (volume v3 APIs service clients) and will be removed once Tempest stop supporting stable wallaby. 2024-10-01 01:33:23.461 | warnings.warn( 2024-10-01 01:33:23.638 | /opt/stack/tempest/tempest/lib/common/http.py:93: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2024-10-01 01:33:23.638 | for key, value in info.getheaders().items(): 2024-10-01 01:33:23.667 | /opt/stack/tempest/tempest/lib/common/http.py:93: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2024-10-01 01:33:23.667 | for key, value in info.getheaders().items(): 2024-10-01 01:33:23.886 | /opt/stack/tempest/tempest/lib/common/http.py:93: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2024-10-01 01:33:23.886 | for key, value in info.getheaders().items(): 2024-10-01 01:33:23.887 | /opt/stack/tempest/tempest/lib/services/clients.py:209: 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 2024-10-01 01:33:23.887 | _client = klass(auth_provider=auth_provider, **kwargs) 2024-10-01 01:33:24.447 | ___________________________________ summary ____________________________________ 2024-10-01 01:33:24.447 | venv: commands succeeded 2024-10-01 01:33:24.447 | congratulations :) 2024-10-01 01:33:24.468 | ++ lib/tempest:configure_tempest:751 : is_service_enabled q-metering neutron-metering 2024-10-01 01:33:24.481 | ++ functions-common:is_service_enabled:2091 : return 1 2024-10-01 01:33:24.484 | ++ lib/tempest:configure_tempest:752 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2024-10-01 01:33:24.486 | ++ lib/tempest:configure_tempest:756 : is_service_enabled q-l3 neutron-l3 2024-10-01 01:33:24.498 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 01:33:24.500 | ++ lib/tempest:configure_tempest:760 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2024-10-01 01:33:24.502 | ++ lib/tempest:configure_tempest:761 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2024-10-01 01:33:24.504 | ++ lib/tempest:configure_tempest:762 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2024-10-01 01:33:24.506 | ++ lib/tempest:configure_tempest:763 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2024-10-01 01:33:24.507 | ++ lib/tempest:configure_tempest:764 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2024-10-01 01:33:24.509 | ++ lib/tempest:configure_tempest:765 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2024-10-01 01:33:24.511 | ++ lib/tempest:configure_tempest:766 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2024-10-01 01:33:24.513 | ++ lib/tempest:configure_tempest:767 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2024-10-01 01:33:24.515 | ++ lib/tempest:configure_tempest:768 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2024-10-01 01:33:24.517 | ++ lib/tempest:configure_tempest:769 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2024-10-01 01:33:24.518 | ++ lib/tempest:configure_tempest:770 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2024-10-01 01:33:24.520 | ++ lib/tempest:configure_tempest:771 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2024-10-01 01:33:24.522 | ++ lib/tempest:configure_tempest:772 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2024-10-01 01:33:24.524 | ++ lib/tempest:configure_tempest:773 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2024-10-01 01:33:24.526 | ++ lib/tempest:configure_tempest:774 : DEFAULT_NET_EXT+=,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details 2024-10-01 01:33:24.528 | ++ lib/tempest:configure_tempest:775 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2024-10-01 01:33:24.530 | ++ lib/tempest:configure_tempest:776 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2024-10-01 01:33:24.532 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2024-10-01 01:33:24.534 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2024-10-01 01:33:24.536 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,port-resource-request-groups 2024-10-01 01:33:24.538 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2024-10-01 01:33:24.540 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2024-10-01 01:33:24.542 | ++ lib/tempest:configure_tempest:785 : local network_api_extensions=address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu,network-ip-availability,network_availability_zone,pagination,port-security,project-id,provider,quotas,quota_details,rbac-policies,revision-if-match,router,router_availability_zone,security-group,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate,port-security-groups-filtering,fip-port-details,binding-extended,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details,rbac-address-group,port-device-profile,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit,port-resource-request-groups,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete,port-hints,floating-ip-distributed 2024-10-01 01:33:24.544 | ++ lib/tempest:configure_tempest:786 : [[ ! -z , metering ]] 2024-10-01 01:33:24.547 | +++ lib/tempest:configure_tempest:788 : iniget /tmp/tmp.Q5VWvQLumC network-feature-enabled api_extensions 2024-10-01 01:33:24.548 | +++ lib/tempest:configure_tempest:788 : tr -d ' ' 2024-10-01 01:33:24.563 | ++ lib/tempest:configure_tempest:788 : network_api_extensions=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-10-01 01:33:24.566 | +++ lib/tempest:configure_tempest:790 : remove_disabled_extensions address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops , metering 2024-10-01 01:33:24.568 | +++ lib/tempest:remove_disabled_extensions:110 : local extensions_list=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-10-01 01:33:24.570 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2024-10-01 01:33:24.572 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering' 2024-10-01 01:33:24.574 | +++ lib/tempest:remove_disabled_extensions:113 : remove_disabled_services address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops ', metering' 2024-10-01 01:33:24.588 | +++ functions-common:remove_disabled_services:2122 : _cleanup_service_list ,address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-10-01 01:33:24.604 | ++ lib/tempest:configure_tempest:790 : network_api_extensions=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-10-01 01:33:24.606 | ++ lib/tempest:configure_tempest:792 : [[ -n '' ]] 2024-10-01 01:33:24.608 | ++ lib/tempest:configure_tempest:795 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled api_extensions address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-10-01 01:33:24.631 | ++ lib/tempest:configure_tempest:797 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2024-10-01 01:33:24.633 | ++ lib/tempest:configure_tempest:798 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2024-10-01 01:33:24.635 | ++ lib/tempest:configure_tempest:799 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2024-10-01 01:33:24.637 | ++ lib/tempest:configure_tempest:800 : local object_storage_api_extensions=account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2024-10-01 01:33:24.639 | ++ lib/tempest:configure_tempest:801 : [[ ! -z '' ]] 2024-10-01 01:33:24.641 | ++ lib/tempest:configure_tempest:807 : iniset /opt/stack//tempest/etc/tempest.conf object-storage-feature-enabled discoverable_apis account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2024-10-01 01:33:24.668 | ++ lib/tempest:configure_tempest:809 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2024-10-01 01:33:24.670 | ++ lib/tempest:configure_tempest:810 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2024-10-01 01:33:24.672 | ++ lib/tempest:configure_tempest:811 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2024-10-01 01:33:24.674 | ++ lib/tempest:configure_tempest:812 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2024-10-01 01:33:24.676 | ++ lib/tempest:configure_tempest:813 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2024-10-01 01:33:24.678 | ++ lib/tempest:configure_tempest:814 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2024-10-01 01:33:24.680 | ++ lib/tempest:configure_tempest:815 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2024-10-01 01:33:24.682 | ++ lib/tempest:configure_tempest:816 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2024-10-01 01:33:24.683 | ++ lib/tempest:configure_tempest:817 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2024-10-01 01:33:24.686 | ++ lib/tempest:configure_tempest:818 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2024-10-01 01:33:24.688 | ++ lib/tempest:configure_tempest:819 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2024-10-01 01:33:24.690 | ++ lib/tempest:configure_tempest:820 : local volume_api_extensions=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2024-10-01 01:33:24.691 | ++ lib/tempest:configure_tempest:821 : [[ ! -z '' ]] 2024-10-01 01:33:24.694 | ++ lib/tempest:configure_tempest:827 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled api_extensions OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2024-10-01 01:33:24.718 | ++ lib/tempest:configure_tempest:830 : IFS=' 2024-10-01 01:33:24.718 | ' 2024-10-01 01:33:24.720 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2024-10-01 01:33:24.722 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 01:33:24.724 | ++ stack.sh:echo_summary:455 : echo -e Installing Tempest Plugins 2024-10-01 01:33:24.726 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2024-10-01 01:33:24.728 | ++ lib/tempest:install_tempest_plugins:864 : pushd /opt/stack//tempest 2024-10-01 01:33:24.728 | ~/tempest ~/tempest 2024-10-01 01:33:24.730 | ++ lib/tempest:install_tempest_plugins:865 : [[ 0 != 0 ]] 2024-10-01 01:33:24.732 | ++ lib/tempest:install_tempest_plugins:874 : popd 2024-10-01 01:33:24.732 | ~/tempest 2024-10-01 01:33:24.734 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-10-01 01:33:24.736 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-10-01 01:33:24.738 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-10-01 01:33:24.740 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-10-01 01:33:24.743 | + functions-common:run_phase:1890 : run_plugins stack test-config 2024-10-01 01:33:24.745 | + functions-common:run_plugins:1849 : local mode=stack 2024-10-01 01:33:24.746 | + functions-common:run_plugins:1850 : local phase=test-config 2024-10-01 01:33:24.749 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-10-01 01:33:24.751 | + functions-common:run_plugins:1853 : local plugin 2024-10-01 01:33:24.753 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-10-01 01:33:24.756 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-10-01 01:33:24.758 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-10-01 01:33:24.760 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2024-10-01 01:33:24.762 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-10-01 01:33:24.765 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-10-01 01:33:24.767 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-10-01 01:33:24.769 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-10-01 01:33:24.771 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-10-01 01:33:24.773 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-10-01 01:33:24.775 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2024-10-01 01:33:24.778 | + stack.sh:main:1495 : merge_config_group /opt/stack/devstack/local.conf test-config 2024-10-01 01:33:24.780 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-10-01 01:33:24.782 | + inc/meta-config:merge_config_group:171 : shift 2024-10-01 01:33:24.784 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2024-10-01 01:33:24.786 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-01 01:33:24.788 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-10-01 01:33:24.791 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-10-01 01:33:24.793 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2024-10-01 01:33:24.796 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-10-01 01:33:24.798 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2024-10-01 01:33:24.801 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-01 01:33:24.803 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2024-10-01 01:33:24.803 | /^\[\[.+\|.*\]\]/ { 2024-10-01 01:33:24.803 | gsub("[][]", "", $1); 2024-10-01 01:33:24.803 | split($1, a, "|"); 2024-10-01 01:33:24.803 | if (a[1] == matchgroup) 2024-10-01 01:33:24.803 | print a[2] 2024-10-01 01:33:24.803 | } 2024-10-01 01:33:24.803 | ' /opt/stack/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 10 async_wait 47 osc 165 apt-get 9 test_with_retry 3 dbsync 2 pip_install 100 apt-get-update 8 run_process 15 git_timed 97 ------------------------- Unaccounted time 41 ========================= Total runtime 497 ================= Async summary ================= Time spent in the background minus waits: 190 sec Elapsed time: 497 sec Time if we did everything serially: 687 sec Speedup: 1.38229 This is your host IP address: 10.180.1.21 Keystone is serving at http://10.180.1.21/identity/ The default users are: admin and demo The password: nomoresecret Services are running under systemd unit files. For more information see: https://docs.openstack.org/devstack/latest/systemd.html DevStack Version: 2023.1 Change: c52f50ee8c07462813fd22452084b889741f7ab1 Handle_tags and branches for unmaintained also 2024-09-04 08:05:47 +0000 OS Version: Ubuntu 22.04 jammy