2024-09-12 14:03:06.123 | + stack.sh:main:496 : exec 2024-09-12 14:03:06.123 | + stack.sh:main:504 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2024-09-12-140306' 2024-09-12 14:03:06.123 | ++ stack.sh:main:496 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2024-09-12-140306.summary.2024-09-12-140306 2024-09-12 14:03:06.123 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-09-12 14:03:06.123 | + stack.sh:echo_summary:455 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2024-09-12-140306 2024-09-12 14:03:06.123 | + stack.sh:main:506 : ln -sf /opt/stack//logs/stack.sh.log.2024-09-12-140306 /opt/stack//logs/stack.sh.log 2024-09-12 14:03:06.123 | + stack.sh:main:507 : ln -sf /opt/stack//logs/stack.sh.log.2024-09-12-140306.summary.2024-09-12-140306 /opt/stack//logs/stack.sh.log.summary 2024-09-12 14:03:06.123 | + stack.sh:main:522 : check_path_perm_sanity /opt/stack/ 2024-09-12 14:03:06.123 | + functions:check_path_perm_sanity:607 : local real_path 2024-09-12 14:03:06.123 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2024-09-12 14:03:06.123 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2024-09-12 14:03:06.123 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2024-09-12 14:03:06.123 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2024-09-12 14:03:06.123 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2024-09-12 14:03:06.123 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-09-12 14:03:06.123 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2024-09-12 14:03:06.123 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2024-09-12 14:03:06.124 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-09-12 14:03:06.126 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-09-12 14:03:06.127 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2024-09-12 14:03:06.129 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2024-09-12 14:03:06.131 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-09-12 14:03:06.132 | + stack.sh:main:528 : trap exit_trap EXIT 2024-09-12 14:03:06.134 | + stack.sh:main:569 : trap err_trap ERR 2024-09-12 14:03:06.135 | + stack.sh:main:582 : set -o errexit 2024-09-12 14:03:06.136 | + stack.sh:main:585 : uname -a 2024-09-12 14:03:06.137 | 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-09-12 14:03:06.138 | + stack.sh:main:588 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2024-09-12 14:03:06.140 | + stack.sh:main:589 : rm -f /opt/stack/data/ca-bundle.pem 2024-09-12 14:03:06.142 | + stack.sh:main:592 : source /opt/stack/devstack/lib/database 2024-09-12 14:03:06.164 | + stack.sh:main:593 : source /opt/stack/devstack/lib/rpc_backend 2024-09-12 14:03:06.175 | + stack.sh:main:599 : fetch_plugins 2024-09-12 14:03:06.176 | + functions-common:fetch_plugins:1781 : local plugins=,networking-nsx-t 2024-09-12 14:03:06.178 | + functions-common:fetch_plugins:1782 : local plugin 2024-09-12 14:03:06.179 | + functions-common:fetch_plugins:1785 : [[ -z ,networking-nsx-t ]] 2024-09-12 14:03:06.180 | + functions-common:fetch_plugins:1789 : echo 'Fetching DevStack plugins' 2024-09-12 14:03:06.180 | Fetching DevStack plugins 2024-09-12 14:03:06.182 | + functions-common:fetch_plugins:1790 : for plugin in ${plugins//,/ } 2024-09-12 14:03:06.183 | + functions-common:fetch_plugins:1791 : git_clone_by_name networking-nsx-t 2024-09-12 14:03:06.184 | + functions-common:git_clone_by_name:704 : local name=networking-nsx-t 2024-09-12 14:03:06.185 | + functions-common:git_clone_by_name:705 : local repo=https://github.com/sapcc/networking-nsx-t 2024-09-12 14:03:06.187 | + functions-common:git_clone_by_name:706 : local dir=/opt/stack/networking-nsx-t 2024-09-12 14:03:06.188 | + functions-common:git_clone_by_name:707 : local branch=devstack 2024-09-12 14:03:06.189 | + functions-common:git_clone_by_name:708 : git_clone https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t devstack 2024-09-12 14:03:06.190 | + functions-common:git_clone:612 : local git_remote=https://github.com/sapcc/networking-nsx-t 2024-09-12 14:03:06.192 | + functions-common:git_clone:613 : local git_dest=/opt/stack/networking-nsx-t 2024-09-12 14:03:06.193 | + functions-common:git_clone:614 : local git_ref=devstack 2024-09-12 14:03:06.194 | + functions-common:git_clone:615 : local orig_dir 2024-09-12 14:03:06.196 | ++ functions-common:git_clone:616 : pwd 2024-09-12 14:03:06.198 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-09-12 14:03:06.199 | + functions-common:git_clone:617 : local git_clone_flags= 2024-09-12 14:03:06.200 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-09-12 14:03:06.209 | + functions-common:git_clone:619 : RECLONE=False 2024-09-12 14:03:06.211 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-09-12 14:03:06.212 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-09-12 14:03:06.213 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-09-12 14:03:06.215 | + functions-common:git_clone:633 : echo devstack 2024-09-12 14:03:06.215 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-09-12 14:03:06.218 | + functions-common:git_clone:647 : [[ ! -d /opt/stack/networking-nsx-t ]] 2024-09-12 14:03:06.219 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-09-12 14:03:06.221 | + 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-09-12 14:03:06.222 | + functions-common:git_timed:720 : local count=0 2024-09-12 14:03:06.223 | + functions-common:git_timed:721 : local timeout=0 2024-09-12 14:03:06.225 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-09-12 14:03:06.226 | + functions-common:git_timed:724 : timeout=0 2024-09-12 14:03:06.227 | + functions-common:git_timed:727 : time_start git_timed 2024-09-12 14:03:06.228 | + functions-common:time_start:2421 : local name=git_timed 2024-09-12 14:03:06.230 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:03:06.231 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:03:06.232 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:03:06.235 | + functions-common:time_start:2426 : _TIME_START[$name]=1726149786233 2024-09-12 14:03:06.236 | + 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-09-12 14:03:06.239 | Cloning into '/opt/stack/networking-nsx-t'... 2024-09-12 14:03:06.741 | + functions-common:git_timed:742 : time_stop git_timed 2024-09-12 14:03:06.742 | + functions-common:time_stop:2435 : local name 2024-09-12 14:03:06.744 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:03:06.745 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:03:06.746 | + functions-common:time_stop:2438 : local total 2024-09-12 14:03:06.748 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:03:06.749 | + functions-common:time_stop:2441 : name=git_timed 2024-09-12 14:03:06.750 | + functions-common:time_stop:2442 : start_time=1726149786233 2024-09-12 14:03:06.752 | + functions-common:time_stop:2444 : [[ -z 1726149786233 ]] 2024-09-12 14:03:06.753 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:03:06.756 | + functions-common:time_stop:2447 : end_time=1726149786754 2024-09-12 14:03:06.757 | + functions-common:time_stop:2448 : elapsed_time=521 2024-09-12 14:03:06.758 | + functions-common:time_stop:2449 : total=0 2024-09-12 14:03:06.760 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:03:06.761 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=521 2024-09-12 14:03:06.762 | + functions-common:git_clone:654 : cd /opt/stack/networking-nsx-t 2024-09-12 14:03:06.764 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin devstack 2024-09-12 14:03:06.765 | + functions-common:git_timed:720 : local count=0 2024-09-12 14:03:06.766 | + functions-common:git_timed:721 : local timeout=0 2024-09-12 14:03:06.768 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-09-12 14:03:06.769 | + functions-common:git_timed:724 : timeout=0 2024-09-12 14:03:06.770 | + functions-common:git_timed:727 : time_start git_timed 2024-09-12 14:03:06.772 | + functions-common:time_start:2421 : local name=git_timed 2024-09-12 14:03:06.773 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:03:06.774 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:03:06.776 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:03:06.778 | + functions-common:time_start:2426 : _TIME_START[$name]=1726149786777 2024-09-12 14:03:06.780 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2024-09-12 14:03:07.450 | From https://github.com/sapcc/networking-nsx-t 2024-09-12 14:03:07.451 | * branch devstack -> FETCH_HEAD 2024-09-12 14:03:07.454 | + functions-common:git_timed:742 : time_stop git_timed 2024-09-12 14:03:07.456 | + functions-common:time_stop:2435 : local name 2024-09-12 14:03:07.457 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:03:07.458 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:03:07.460 | + functions-common:time_stop:2438 : local total 2024-09-12 14:03:07.461 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:03:07.463 | + functions-common:time_stop:2441 : name=git_timed 2024-09-12 14:03:07.464 | + functions-common:time_stop:2442 : start_time=1726149786777 2024-09-12 14:03:07.465 | + functions-common:time_stop:2444 : [[ -z 1726149786777 ]] 2024-09-12 14:03:07.467 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:03:07.469 | + functions-common:time_stop:2447 : end_time=1726149787468 2024-09-12 14:03:07.471 | + functions-common:time_stop:2448 : elapsed_time=691 2024-09-12 14:03:07.472 | + functions-common:time_stop:2449 : total=521 2024-09-12 14:03:07.474 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:03:07.475 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1212 2024-09-12 14:03:07.476 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-09-12 14:03:07.478 | + functions-common:git_timed:720 : local count=0 2024-09-12 14:03:07.479 | + functions-common:git_timed:721 : local timeout=0 2024-09-12 14:03:07.480 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-09-12 14:03:07.482 | + functions-common:git_timed:724 : timeout=0 2024-09-12 14:03:07.483 | + functions-common:git_timed:727 : time_start git_timed 2024-09-12 14:03:07.484 | + functions-common:time_start:2421 : local name=git_timed 2024-09-12 14:03:07.486 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:03:07.487 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:03:07.489 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:03:07.491 | + functions-common:time_start:2426 : _TIME_START[$name]=1726149787490 2024-09-12 14:03:07.493 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-09-12 14:03:07.503 | Note: switching to 'FETCH_HEAD'. 2024-09-12 14:03:07.503 | 2024-09-12 14:03:07.503 | You are in 'detached HEAD' state. You can look around, make experimental 2024-09-12 14:03:07.503 | changes and commit them, and you can discard any commits you make in this 2024-09-12 14:03:07.503 | state without impacting any branches by switching back to a branch. 2024-09-12 14:03:07.503 | 2024-09-12 14:03:07.503 | If you want to create a new branch to retain commits you create, you may 2024-09-12 14:03:07.503 | do so (now or later) by using -c with the switch command. Example: 2024-09-12 14:03:07.503 | 2024-09-12 14:03:07.503 | git switch -c 2024-09-12 14:03:07.503 | 2024-09-12 14:03:07.503 | Or undo this operation with: 2024-09-12 14:03:07.503 | 2024-09-12 14:03:07.503 | git switch - 2024-09-12 14:03:07.503 | 2024-09-12 14:03:07.503 | Turn off this advice by setting config variable advice.detachedHead to false 2024-09-12 14:03:07.503 | 2024-09-12 14:03:07.503 | HEAD is now at dfae701 Split join statements 2024-09-12 14:03:07.505 | + functions-common:git_timed:742 : time_stop git_timed 2024-09-12 14:03:07.506 | + functions-common:time_stop:2435 : local name 2024-09-12 14:03:07.508 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:03:07.509 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:03:07.511 | + functions-common:time_stop:2438 : local total 2024-09-12 14:03:07.512 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:03:07.513 | + functions-common:time_stop:2441 : name=git_timed 2024-09-12 14:03:07.514 | + functions-common:time_stop:2442 : start_time=1726149787490 2024-09-12 14:03:07.516 | + functions-common:time_stop:2444 : [[ -z 1726149787490 ]] 2024-09-12 14:03:07.518 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:03:07.520 | + functions-common:time_stop:2447 : end_time=1726149787519 2024-09-12 14:03:07.521 | + functions-common:time_stop:2448 : elapsed_time=29 2024-09-12 14:03:07.523 | + functions-common:time_stop:2449 : total=1212 2024-09-12 14:03:07.524 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:03:07.525 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1241 2024-09-12 14:03:07.527 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2024-09-12 14:03:07.536 | + functions-common:git_clone:695 : cd /opt/stack/networking-nsx-t 2024-09-12 14:03:07.538 | + functions-common:git_clone:696 : git show --oneline 2024-09-12 14:03:07.539 | + functions-common:git_clone:696 : head -1 2024-09-12 14:03:07.540 | dfae701 Split join statements 2024-09-12 14:03:07.542 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-09-12 14:03:07.543 | + stack.sh:main:603 : run_phase override_defaults 2024-09-12 14:03:07.545 | + functions-common:run_phase:1863 : local mode=override_defaults 2024-09-12 14:03:07.546 | + functions-common:run_phase:1864 : local phase= 2024-09-12 14:03:07.548 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-09-12 14:03:07.549 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-09-12 14:03:07.551 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-09-12 14:03:07.552 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-09-12 14:03:07.554 | + functions-common:run_phase:1873 : local extra 2024-09-12 14:03:07.556 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-09-12 14:03:07.558 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-09-12 14:03:07.559 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-09-12 14:03:07.561 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-09-12 14:03:07.562 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2024-09-12 14:03:07.564 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-09-12 14:03:07.573 | ++ functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:03:07.574 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-09-12 14:03:07.576 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2024-09-12 14:03:07.578 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2024-09-12 14:03:07.579 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2024-09-12 14:03:07.580 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2024-09-12 14:03:07.582 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2024-09-12 14:03:07.583 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2024-09-12 14:03:07.584 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2024-09-12 14:03:07.586 | + functions-common:run_phase:1884 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-09-12 14:03:07.587 | + functions-common:run_phase:1887 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-09-12 14:03:07.589 | + functions-common:run_phase:1888 : plugin_override_defaults 2024-09-12 14:03:07.590 | + functions-common:plugin_override_defaults:1822 : local plugins=,networking-nsx-t 2024-09-12 14:03:07.591 | + functions-common:plugin_override_defaults:1823 : local plugin 2024-09-12 14:03:07.593 | + functions-common:plugin_override_defaults:1826 : [[ -z ,networking-nsx-t ]] 2024-09-12 14:03:07.594 | + functions-common:plugin_override_defaults:1830 : echo 'Overriding Configuration Defaults' 2024-09-12 14:03:07.594 | Overriding Configuration Defaults 2024-09-12 14:03:07.595 | + functions-common:plugin_override_defaults:1831 : for plugin in ${plugins//,/ } 2024-09-12 14:03:07.597 | + functions-common:plugin_override_defaults:1832 : local dir=/opt/stack/networking-nsx-t 2024-09-12 14:03:07.598 | + functions-common:plugin_override_defaults:1834 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2024-09-12 14:03:07.600 | + stack.sh:main:606 : source /opt/stack/devstack/lib/apache 2024-09-12 14:03:07.611 | + stack.sh:main:609 : source /opt/stack/devstack/lib/tls 2024-09-12 14:03:07.613 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2024-09-12 14:03:07.622 | ++ functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:03:07.624 | +++ lib/tls:source:43 : hostname -f 2024-09-12 14:03:07.626 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2024-09-12 14:03:07.627 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2024-09-12 14:03:07.629 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2024-09-12 14:03:07.630 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2024-09-12 14:03:07.632 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2024-09-12 14:03:07.633 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2024-09-12 14:03:07.634 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2024-09-12 14:03:07.636 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2024-09-12 14:03:07.637 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2024-09-12 14:03:07.638 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2024-09-12 14:03:07.641 | + stack.sh:main:612 : source /opt/stack/devstack/lib/infra 2024-09-12 14:03:07.649 | + stack.sh:main:613 : source /opt/stack/devstack/lib/libraries 2024-09-12 14:03:07.661 | + stack.sh:main:614 : source /opt/stack/devstack/lib/lvm 2024-09-12 14:03:07.670 | + stack.sh:main:615 : source /opt/stack/devstack/lib/horizon 2024-09-12 14:03:07.678 | + stack.sh:main:616 : source /opt/stack/devstack/lib/keystone 2024-09-12 14:03:07.701 | + stack.sh:main:617 : source /opt/stack/devstack/lib/glance 2024-09-12 14:03:07.740 | + stack.sh:main:618 : source /opt/stack/devstack/lib/nova 2024-09-12 14:03:07.786 | + stack.sh:main:619 : source /opt/stack/devstack/lib/placement 2024-09-12 14:03:07.805 | + stack.sh:main:620 : source /opt/stack/devstack/lib/cinder 2024-09-12 14:03:07.839 | + stack.sh:main:621 : source /opt/stack/devstack/lib/swift 2024-09-12 14:03:07.870 | + stack.sh:main:622 : source /opt/stack/devstack/lib/neutron 2024-09-12 14:03:07.872 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2024-09-12 14:03:07.882 | ++ functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:03:07.884 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2024-09-12 14:03:07.885 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2024-09-12 14:03:07.887 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2024-09-12 14:03:07.889 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2024-09-12 14:03:07.891 | +++ lib/neutron:source:77 : get_python_exec_prefix 2024-09-12 14:03:07.901 | +++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2024-09-12 14:03:07.902 | +++ inc/python:get_python_exec_prefix:65 : is_suse 2024-09-12 14:03:07.904 | +++ functions-common:is_suse:544 : is_opensuse 2024-09-12 14:03:07.906 | +++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-09-12 14:03:07.907 | +++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-09-12 14:03:07.909 | +++ functions-common:is_suse:544 : is_suse_linux_enterprise 2024-09-12 14:03:07.910 | +++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-09-12 14:03:07.912 | +++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-09-12 14:03:07.913 | +++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2024-09-12 14:03:07.915 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/usr/local/bin 2024-09-12 14:03:07.916 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2024-09-12 14:03:07.918 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2024-09-12 14:03:07.920 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-09-12 14:03:07.921 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-09-12 14:03:07.923 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2024-09-12 14:03:07.934 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2024-09-12 14:03:07.936 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2024-09-12 14:03:07.938 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2024-09-12 14:03:07.948 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2024-09-12 14:03:07.950 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/usr/local/bin/neutron-dhcp-agent 2024-09-12 14:03:07.951 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/usr/local/bin/neutron-l3-agent 2024-09-12 14:03:07.953 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/usr/local/bin/neutron-metadata-agent 2024-09-12 14:03:07.954 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2024-09-12 14:03:07.956 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2024-09-12 14:03:07.958 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2024-09-12 14:03:07.959 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2024-09-12 14:03:07.961 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2024-09-12 14:03:07.962 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2024-09-12 14:03:07.964 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2024-09-12 14:03:07.965 | ++ lib/neutron:source:121 : Q_PORT=9696 2024-09-12 14:03:07.967 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2024-09-12 14:03:07.968 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2024-09-12 14:03:07.970 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2024-09-12 14:03:07.972 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2024-09-12 14:03:07.974 | +++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2024-09-12 14:03:07.974 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-09-12 14:03:07.977 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2024-09-12 14:03:07.979 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2024-09-12 14:03:07.980 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2024-09-12 14:03:07.982 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2024-09-12 14:03:07.983 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2024-09-12 14:03:07.985 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2024-09-12 14:03:07.995 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2024-09-12 14:03:07.997 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2024-09-12 14:03:07.999 | +++ functions-common:ipv6_unquote:2233 : echo 10.180.1.21 2024-09-12 14:03:08.000 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-09-12 14:03:08.003 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2024-09-12 14:03:08.004 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2024-09-12 14:03:08.006 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2024-09-12 14:03:08.007 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2024-09-12 14:03:08.009 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2024-09-12 14:03:08.010 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2024-09-12 14:03:08.012 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2024-09-12 14:03:08.013 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2024-09-12 14:03:08.015 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2024-09-12 14:03:08.016 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2024-09-12 14:03:08.018 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2024-09-12 14:03:08.019 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2024-09-12 14:03:08.021 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2024-09-12 14:03:08.022 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2024-09-12 14:03:08.024 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2024-09-12 14:03:08.025 | +++ functions:get_rootwrap_location:593 : local module=neutron 2024-09-12 14:03:08.027 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2024-09-12 14:03:08.038 | ++++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2024-09-12 14:03:08.039 | ++++ inc/python:get_python_exec_prefix:65 : is_suse 2024-09-12 14:03:08.040 | ++++ functions-common:is_suse:544 : is_opensuse 2024-09-12 14:03:08.042 | ++++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-09-12 14:03:08.044 | ++++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-09-12 14:03:08.045 | ++++ functions-common:is_suse:544 : is_suse_linux_enterprise 2024-09-12 14:03:08.047 | ++++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-09-12 14:03:08.048 | ++++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-09-12 14:03:08.050 | ++++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2024-09-12 14:03:08.051 | +++ functions:get_rootwrap_location:595 : echo /usr/local/bin/neutron-rootwrap 2024-09-12 14:03:08.053 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/usr/local/bin/neutron-rootwrap 2024-09-12 14:03:08.055 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-09-12 14:03:08.056 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2024-09-12 14:03:08.058 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-09-12 14:03:08.059 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2024-09-12 14:03:08.061 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2024-09-12 14:03:08.062 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2024-09-12 14:03:08.064 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2024-09-12 14:03:08.066 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2024-09-12 14:03:08.067 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2024-09-12 14:03:08.068 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2024-09-12 14:03:08.070 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2024-09-12 14:03:08.072 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2024-09-12 14:03:08.073 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2024-09-12 14:03:08.075 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2024-09-12 14:03:08.076 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2024-09-12 14:03:08.078 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2024-09-12 14:03:08.079 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2024-09-12 14:03:08.099 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2024-09-12 14:03:08.108 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2024-09-12 14:03:08.110 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2024-09-12 14:03:08.112 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2024-09-12 14:03:08.113 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2024-09-12 14:03:08.115 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2024-09-12 14:03:08.116 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2024-09-12 14:03:08.118 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2024-09-12 14:03:08.119 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2024-09-12 14:03:08.121 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2024-09-12 14:03:08.123 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2024-09-12 14:03:08.124 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2024-09-12 14:03:08.126 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2024-09-12 14:03:08.127 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2024-09-12 14:03:08.129 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2024-09-12 14:03:08.130 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2024-09-12 14:03:08.132 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2024-09-12 14:03:08.134 | +++ lib/neutron_plugins/services/l3:source:66 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2024-09-12 14:03:08.135 | +++ lib/neutron_plugins/services/l3:source:67 : PUBLIC_PHYSICAL_NETWORK=default 2024-09-12 14:03:08.138 | ++++ lib/neutron_plugins/services/l3:source:70 : uuidgen 2024-09-12 14:03:08.139 | ++++ lib/neutron_plugins/services/l3:source:70 : cut -c 23- 2024-09-12 14:03:08.139 | ++++ lib/neutron_plugins/services/l3:source:70 : sed s/-//g 2024-09-12 14:03:08.139 | ++++ lib/neutron_plugins/services/l3:source:70 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2024-09-12 14:03:08.142 | +++ lib/neutron_plugins/services/l3:source:70 : IPV6_GLOBAL_ID=e2:0ee9:38f2 2024-09-12 14:03:08.144 | +++ lib/neutron_plugins/services/l3:source:73 : IPV6_RA_MODE=slaac 2024-09-12 14:03:08.146 | +++ lib/neutron_plugins/services/l3:source:74 : IPV6_ADDRESS_MODE=slaac 2024-09-12 14:03:08.147 | +++ lib/neutron_plugins/services/l3:source:75 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2024-09-12 14:03:08.149 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2024-09-12 14:03:08.150 | +++ lib/neutron_plugins/services/l3:source:77 : IPV6_ADDRS_SAFE_TO_USE=fde2:0ee9:38f2::/56 2024-09-12 14:03:08.152 | ++++ lib/neutron_plugins/services/l3:source:80 : echo fde2:0ee9:38f2::/56 2024-09-12 14:03:08.153 | ++++ lib/neutron_plugins/services/l3:source:80 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2024-09-12 14:03:08.157 | +++ lib/neutron_plugins/services/l3:source:80 : FIXED_RANGE_V6=fde2:0ee9:38f2::/64 2024-09-12 14:03:08.158 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PRIVATE_NETWORK_GATEWAY= 2024-09-12 14:03:08.160 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PUBLIC_RANGE=2001:db8::/64 2024-09-12 14:03:08.161 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2024-09-12 14:03:08.163 | +++ lib/neutron_plugins/services/l3:source:84 : IPV6_ROUTER_GW_IP=2001:db8::1 2024-09-12 14:03:08.164 | +++ lib/neutron_plugins/services/l3:source:87 : NETWORK_GATEWAY= 2024-09-12 14:03:08.166 | +++ lib/neutron_plugins/services/l3:source:88 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2024-09-12 14:03:08.167 | +++ lib/neutron_plugins/services/l3:source:89 : PRIVATE_SUBNET_NAME=private-subnet 2024-09-12 14:03:08.169 | +++ lib/neutron_plugins/services/l3:source:90 : PUBLIC_SUBNET_NAME=public-subnet 2024-09-12 14:03:08.171 | +++ lib/neutron_plugins/services/l3:source:93 : USE_SUBNETPOOL=True 2024-09-12 14:03:08.172 | +++ lib/neutron_plugins/services/l3:source:94 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2024-09-12 14:03:08.174 | +++ lib/neutron_plugins/services/l3:source:95 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2024-09-12 14:03:08.175 | +++ lib/neutron_plugins/services/l3:source:97 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2024-09-12 14:03:08.177 | +++ lib/neutron_plugins/services/l3:source:98 : SUBNETPOOL_PREFIX_V6=fde2:0ee9:38f2::/56 2024-09-12 14:03:08.178 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_SIZE_V4=26 2024-09-12 14:03:08.180 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_SIZE_V6=64 2024-09-12 14:03:08.183 | ++++ lib/neutron_plugins/services/l3:source:103 : grep '^default' 2024-09-12 14:03:08.183 | ++++ lib/neutron_plugins/services/l3:source:103 : ip -4 route 2024-09-12 14:03:08.183 | ++++ lib/neutron_plugins/services/l3:source:103 : awk '{print $5}' 2024-09-12 14:03:08.186 | +++ lib/neutron_plugins/services/l3:source:103 : default_v4_route_devs=ens192 2024-09-12 14:03:08.189 | ++++ lib/neutron_plugins/services/l3:source:105 : ip -6 route list match default table all 2024-09-12 14:03:08.189 | ++++ lib/neutron_plugins/services/l3:source:105 : grep via 2024-09-12 14:03:08.190 | ++++ lib/neutron_plugins/services/l3:source:105 : awk '{print $5}' 2024-09-12 14:03:08.193 | +++ lib/neutron_plugins/services/l3:source:105 : default_v6_route_devs= 2024-09-12 14:03:08.196 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2024-09-12 14:03:08.197 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2024-09-12 14:03:08.199 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2024-09-12 14:03:08.201 | ++ lib/neutron:source:299 : has_neutron_plugin_security_group 2024-09-12 14:03:08.203 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2024-09-12 14:03:08.204 | ++ lib/neutron:source:300 : Q_USE_SECGROUP=True 2024-09-12 14:03:08.216 | + stack.sh:main:623 : source /opt/stack/devstack/lib/ldap 2024-09-12 14:03:08.226 | + stack.sh:main:624 : source /opt/stack/devstack/lib/dstat 2024-09-12 14:03:08.236 | + stack.sh:main:625 : source /opt/stack/devstack/lib/tcpdump 2024-09-12 14:03:08.245 | + stack.sh:main:626 : source /opt/stack/devstack/lib/etcd3 2024-09-12 14:03:08.297 | + stack.sh:main:627 : source /opt/stack/devstack/lib/os-vif 2024-09-12 14:03:08.299 | +++ lib/os-vif:source:12 : is_ml2_ovs 2024-09-12 14:03:08.301 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2024-09-12 14:03:08.302 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2024-09-12 14:03:08.304 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2024-09-12 14:03:08.306 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2024-09-12 14:03:08.306 | False' 2024-09-12 14:03:08.309 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2024-09-12 14:03:08.319 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2024-09-12 14:03:08.321 | + stack.sh:main:633 : run_phase source 2024-09-12 14:03:08.323 | + functions-common:run_phase:1863 : local mode=source 2024-09-12 14:03:08.324 | + functions-common:run_phase:1864 : local phase= 2024-09-12 14:03:08.326 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-09-12 14:03:08.328 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-09-12 14:03:08.329 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-09-12 14:03:08.331 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-09-12 14:03:08.332 | + functions-common:run_phase:1873 : local extra 2024-09-12 14:03:08.334 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-09-12 14:03:08.337 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-09-12 14:03:08.338 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-09-12 14:03:08.340 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-09-12 14:03:08.342 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2024-09-12 14:03:08.343 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-09-12 14:03:08.354 | ++ functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:03:08.356 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2024-09-12 14:03:08.357 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2024-09-12 14:03:08.384 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2024-09-12 14:03:08.386 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2024-09-12 14:03:08.387 | + functions-common:run_phase:1884 : [[ source == \s\o\u\r\c\e ]] 2024-09-12 14:03:08.389 | + functions-common:run_phase:1885 : load_plugin_settings 2024-09-12 14:03:08.391 | + functions-common:load_plugin_settings:1799 : local plugins=,networking-nsx-t 2024-09-12 14:03:08.392 | + functions-common:load_plugin_settings:1800 : local plugin 2024-09-12 14:03:08.394 | + functions-common:load_plugin_settings:1803 : [[ -z ,networking-nsx-t ]] 2024-09-12 14:03:08.396 | + functions-common:load_plugin_settings:1807 : echo 'Loading plugin settings' 2024-09-12 14:03:08.396 | Loading plugin settings 2024-09-12 14:03:08.397 | + functions-common:load_plugin_settings:1808 : for plugin in ${plugins//,/ } 2024-09-12 14:03:08.399 | + functions-common:load_plugin_settings:1809 : local dir=/opt/stack/networking-nsx-t 2024-09-12 14:03:08.401 | + functions-common:load_plugin_settings:1811 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2024-09-12 14:03:08.402 | + functions-common:load_plugin_settings:1812 : source /opt/stack/networking-nsx-t/devstack/settings 2024-09-12 14:03:08.404 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2024-09-12 14:03:08.406 | ++ functions-common:define_plugin:1907 : : 2024-09-12 14:03:08.408 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2024-09-12 14:03:08.409 | + functions-common:run_phase:1886 : verify_disabled_services 2024-09-12 14:03:08.411 | + functions-common:verify_disabled_services:2146 : local service 2024-09-12 14:03:08.412 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:03:08.414 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,key, ]] 2024-09-12 14:03:08.416 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:03:08.418 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api, ]] 2024-09-12 14:03:08.420 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:03:08.421 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-cond, ]] 2024-09-12 14:03:08.423 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:03:08.425 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-sch, ]] 2024-09-12 14:03:08.427 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:03:08.429 | + 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-09-12 14:03:08.431 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:03:08.432 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-api, ]] 2024-09-12 14:03:08.434 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:03:08.436 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-client, ]] 2024-09-12 14:03:08.437 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:03:08.439 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,g-api, ]] 2024-09-12 14:03:08.441 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:03:08.443 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-sch, ]] 2024-09-12 14:03:08.445 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:03:08.446 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-api, ]] 2024-09-12 14:03:08.448 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:03:08.450 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-vol, ]] 2024-09-12 14:03:08.452 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:03:08.454 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovs-vswitchd, ]] 2024-09-12 14:03:08.455 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:03:08.457 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovsdb-server, ]] 2024-09-12 14:03:08.459 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:03:08.461 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-svc, ]] 2024-09-12 14:03:08.463 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:03:08.465 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,rabbit, ]] 2024-09-12 14:03:08.466 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:03:08.468 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,tempest, ]] 2024-09-12 14:03:08.470 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:03:08.472 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,mysql, ]] 2024-09-12 14:03:08.474 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:03:08.475 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,etcd3, ]] 2024-09-12 14:03:08.477 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:03:08.479 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-agt, ]] 2024-09-12 14:03:08.481 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:03:08.483 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-dhcp, ]] 2024-09-12 14:03:08.484 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:03:08.486 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-l3, ]] 2024-09-12 14:03:08.488 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:03:08.490 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-meta, ]] 2024-09-12 14:03:08.492 | + stack.sh:main:704 : initialize_database_backends 2024-09-12 14:03:08.493 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-09-12 14:03:08.495 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2024-09-12 14:03:08.507 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:03:08.508 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2024-09-12 14:03:08.510 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-09-12 14:03:08.512 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2024-09-12 14:03:08.524 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:03:08.526 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2024-09-12 14:03:08.528 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2024-09-12 14:03:08.530 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2024-09-12 14:03:08.532 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2024-09-12 14:03:08.534 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2024-09-12 14:03:08.536 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2024-09-12 14:03:08.538 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2024-09-12 14:03:08.540 | + lib/database:initialize_database_backends:92 : return 0 2024-09-12 14:03:08.542 | + stack.sh:main:705 : echo 'Using mysql database backend' 2024-09-12 14:03:08.542 | Using mysql database backend 2024-09-12 14:03:08.544 | + stack.sh:main:708 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2024-09-12 14:03:08.557 | + stack.sh:main:710 : define_database_baseurl 2024-09-12 14:03:08.559 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2024-09-12 14:03:08.561 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-09-12 14:03:08.563 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2024-09-12 14:03:08.565 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-09-12 14:03:08.567 | + stack.sh:main:722 : is_service_enabled rabbit 2024-09-12 14:03:08.579 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:03:08.581 | + stack.sh:main:723 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2024-09-12 14:03:08.594 | + stack.sh:main:730 : is_service_enabled keystone 2024-09-12 14:03:08.606 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:03:08.608 | + stack.sh:main:732 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2024-09-12 14:03:08.620 | + stack.sh:main:734 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2024-09-12 14:03:08.632 | + stack.sh:main:745 : is_service_enabled ldap 2024-09-12 14:03:08.645 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:03:08.647 | + stack.sh:main:754 : is_service_enabled s-proxy 2024-09-12 14:03:08.659 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:03:08.661 | + stack.sh:main:766 : save_stackenv 766 2024-09-12 14:03:08.663 | + functions-common:save_stackenv:60 : local tag=766 2024-09-12 14:03:08.666 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-09-12 14:03:08.669 | + functions-common:save_stackenv:62 : time_stamp=2024-09-12-140308 2024-09-12 14:03:08.671 | + functions-common:save_stackenv:63 : echo '# 2024-09-12-140308 766' 2024-09-12 14:03:08.673 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:03:08.675 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-09-12 14:03:08.676 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:03:08.678 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-09-12 14:03:08.680 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:03:08.682 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-09-12 14:03:08.684 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:03:08.685 | + 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-09-12 14:03:08.687 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:03:08.689 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-09-12 14:03:08.691 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:03:08.693 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-09-12 14:03:08.695 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:03:08.697 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-09-12-140306 2024-09-12 14:03:08.698 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:03:08.700 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-09-12 14:03:08.702 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:03:08.704 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-09-12 14:03:08.706 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:03:08.708 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-09-12 14:03:08.710 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:03:08.712 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-09-12 14:03:08.713 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:03:08.715 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-09-12 14:03:08.717 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:03:08.719 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-09-12 14:03:08.721 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:03:08.722 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-09-12 14:03:08.724 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:03:08.726 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-09-12 14:03:08.728 | + stack.sh:main:779 : GIT_DEPTH=0 2024-09-12 14:03:08.730 | + stack.sh:main:779 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements stable/2023.1 2024-09-12 14:03:08.732 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/requirements.git 2024-09-12 14:03:08.733 | + functions-common:git_clone:613 : local git_dest=/opt/stack//requirements 2024-09-12 14:03:08.735 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-09-12 14:03:08.736 | + functions-common:git_clone:615 : local orig_dir 2024-09-12 14:03:08.739 | ++ functions-common:git_clone:616 : pwd 2024-09-12 14:03:08.740 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-09-12 14:03:08.742 | + functions-common:git_clone:617 : local git_clone_flags= 2024-09-12 14:03:08.744 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-09-12 14:03:08.756 | + functions-common:git_clone:619 : RECLONE=False 2024-09-12 14:03:08.757 | + functions-common:git_clone:620 : [[ 0 -gt 0 ]] 2024-09-12 14:03:08.759 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-09-12 14:03:08.761 | + functions-common:git_clone:633 : echo stable/2023.1 2024-09-12 14:03:08.762 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-09-12 14:03:08.765 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//requirements ]] 2024-09-12 14:03:08.767 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-09-12 14:03:08.769 | + functions-common:git_clone:653 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-09-12 14:03:08.770 | + functions-common:git_timed:720 : local count=0 2024-09-12 14:03:08.772 | + functions-common:git_timed:721 : local timeout=0 2024-09-12 14:03:08.774 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-09-12 14:03:08.775 | + functions-common:git_timed:724 : timeout=0 2024-09-12 14:03:08.777 | + functions-common:git_timed:727 : time_start git_timed 2024-09-12 14:03:08.779 | + functions-common:time_start:2421 : local name=git_timed 2024-09-12 14:03:08.780 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:03:08.782 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:03:08.784 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:03:08.787 | + functions-common:time_start:2426 : _TIME_START[$name]=1726149788785 2024-09-12 14:03:08.789 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-09-12 14:03:08.792 | Cloning into '/opt/stack//requirements'... 2024-09-12 14:03:12.062 | + functions-common:git_timed:742 : time_stop git_timed 2024-09-12 14:03:12.064 | + functions-common:time_stop:2435 : local name 2024-09-12 14:03:12.066 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:03:12.067 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:03:12.069 | + functions-common:time_stop:2438 : local total 2024-09-12 14:03:12.071 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:03:12.072 | + functions-common:time_stop:2441 : name=git_timed 2024-09-12 14:03:12.074 | + functions-common:time_stop:2442 : start_time=1726149788785 2024-09-12 14:03:12.076 | + functions-common:time_stop:2444 : [[ -z 1726149788785 ]] 2024-09-12 14:03:12.078 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:03:12.081 | + functions-common:time_stop:2447 : end_time=1726149792079 2024-09-12 14:03:12.083 | + functions-common:time_stop:2448 : elapsed_time=3294 2024-09-12 14:03:12.085 | + functions-common:time_stop:2449 : total=1241 2024-09-12 14:03:12.086 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:03:12.088 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4535 2024-09-12 14:03:12.090 | + functions-common:git_clone:654 : cd /opt/stack//requirements 2024-09-12 14:03:12.092 | + functions-common:git_clone:655 : git_timed fetch origin stable/2023.1 2024-09-12 14:03:12.093 | + functions-common:git_timed:720 : local count=0 2024-09-12 14:03:12.095 | + functions-common:git_timed:721 : local timeout=0 2024-09-12 14:03:12.097 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-09-12 14:03:12.098 | + functions-common:git_timed:724 : timeout=0 2024-09-12 14:03:12.100 | + functions-common:git_timed:727 : time_start git_timed 2024-09-12 14:03:12.102 | + functions-common:time_start:2421 : local name=git_timed 2024-09-12 14:03:12.103 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:03:12.105 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:03:12.107 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:03:12.110 | + functions-common:time_start:2426 : _TIME_START[$name]=1726149792108 2024-09-12 14:03:12.112 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch origin stable/2023.1 2024-09-12 14:03:12.790 | From https://opendev.org/openstack/requirements 2024-09-12 14:03:12.790 | * branch stable/2023.1 -> FETCH_HEAD 2024-09-12 14:03:12.798 | + functions-common:git_timed:742 : time_stop git_timed 2024-09-12 14:03:12.800 | + functions-common:time_stop:2435 : local name 2024-09-12 14:03:12.801 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:03:12.803 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:03:12.805 | + functions-common:time_stop:2438 : local total 2024-09-12 14:03:12.806 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:03:12.808 | + functions-common:time_stop:2441 : name=git_timed 2024-09-12 14:03:12.810 | + functions-common:time_stop:2442 : start_time=1726149792108 2024-09-12 14:03:12.811 | + functions-common:time_stop:2444 : [[ -z 1726149792108 ]] 2024-09-12 14:03:12.814 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:03:12.816 | + functions-common:time_stop:2447 : end_time=1726149792814 2024-09-12 14:03:12.818 | + functions-common:time_stop:2448 : elapsed_time=706 2024-09-12 14:03:12.820 | + functions-common:time_stop:2449 : total=4535 2024-09-12 14:03:12.821 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:03:12.823 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5241 2024-09-12 14:03:12.824 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-09-12 14:03:12.826 | + functions-common:git_timed:720 : local count=0 2024-09-12 14:03:12.828 | + functions-common:git_timed:721 : local timeout=0 2024-09-12 14:03:12.829 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-09-12 14:03:12.831 | + functions-common:git_timed:724 : timeout=0 2024-09-12 14:03:12.833 | + functions-common:git_timed:727 : time_start git_timed 2024-09-12 14:03:12.834 | + functions-common:time_start:2421 : local name=git_timed 2024-09-12 14:03:12.836 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:03:12.838 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:03:12.840 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:03:12.842 | + functions-common:time_start:2426 : _TIME_START[$name]=1726149792840 2024-09-12 14:03:12.844 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-09-12 14:03:12.852 | Note: switching to 'FETCH_HEAD'. 2024-09-12 14:03:12.852 | 2024-09-12 14:03:12.852 | You are in 'detached HEAD' state. You can look around, make experimental 2024-09-12 14:03:12.852 | changes and commit them, and you can discard any commits you make in this 2024-09-12 14:03:12.852 | state without impacting any branches by switching back to a branch. 2024-09-12 14:03:12.852 | 2024-09-12 14:03:12.852 | If you want to create a new branch to retain commits you create, you may 2024-09-12 14:03:12.852 | do so (now or later) by using -c with the switch command. Example: 2024-09-12 14:03:12.852 | 2024-09-12 14:03:12.853 | git switch -c 2024-09-12 14:03:12.853 | 2024-09-12 14:03:12.853 | Or undo this operation with: 2024-09-12 14:03:12.853 | 2024-09-12 14:03:12.853 | git switch - 2024-09-12 14:03:12.853 | 2024-09-12 14:03:12.853 | Turn off this advice by setting config variable advice.detachedHead to false 2024-09-12 14:03:12.853 | 2024-09-12 14:03:12.853 | HEAD is now at 72e02e2a Merge "update constraint for keystoneauth1 to new release 5.1.3" into stable/2023.1 2024-09-12 14:03:12.855 | + functions-common:git_timed:742 : time_stop git_timed 2024-09-12 14:03:12.857 | + functions-common:time_stop:2435 : local name 2024-09-12 14:03:12.858 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:03:12.860 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:03:12.862 | + functions-common:time_stop:2438 : local total 2024-09-12 14:03:12.863 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:03:12.865 | + functions-common:time_stop:2441 : name=git_timed 2024-09-12 14:03:12.867 | + functions-common:time_stop:2442 : start_time=1726149792840 2024-09-12 14:03:12.868 | + functions-common:time_stop:2444 : [[ -z 1726149792840 ]] 2024-09-12 14:03:12.870 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:03:12.873 | + functions-common:time_stop:2447 : end_time=1726149792871 2024-09-12 14:03:12.875 | + functions-common:time_stop:2448 : elapsed_time=31 2024-09-12 14:03:12.876 | + functions-common:time_stop:2449 : total=5241 2024-09-12 14:03:12.878 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:03:12.880 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5272 2024-09-12 14:03:12.881 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//requirements 2024-09-12 14:03:12.891 | + functions-common:git_clone:695 : cd /opt/stack//requirements 2024-09-12 14:03:12.893 | + functions-common:git_clone:696 : git show --oneline 2024-09-12 14:03:12.893 | + functions-common:git_clone:696 : head -1 2024-09-12 14:03:12.896 | 72e02e2a Merge "update constraint for keystoneauth1 to new release 5.1.3" into stable/2023.1 2024-09-12 14:03:12.898 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-09-12 14:03:12.900 | + stack.sh:main:783 : echo_summary 'Installing package prerequisites' 2024-09-12 14:03:12.902 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-09-12 14:03:12.904 | + stack.sh:echo_summary:455 : echo -e Installing package prerequisites 2024-09-12 14:03:12.906 | + stack.sh:main:784 : source /opt/stack/devstack/tools/install_prereqs.sh 2024-09-12 14:03:12.908 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2024-09-12 14:03:12.910 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2024-09-12 14:03:12.912 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2024-09-12 14:03:12.914 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2024-09-12 14:03:12.915 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2024-09-12 14:03:12.917 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2024-09-12 14:03:12.920 | +++ tools/install_prereqs.sh:source:47 : date +%s 2024-09-12 14:03:12.923 | ++ tools/install_prereqs.sh:source:47 : NOW=1726149792 2024-09-12 14:03:12.925 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2024-09-12 14:03:12.928 | +++ tools/install_prereqs.sh:source:48 : echo 0 2024-09-12 14:03:12.930 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2024-09-12 14:03:12.932 | ++ tools/install_prereqs.sh:source:49 : DELTA=1726149792 2024-09-12 14:03:12.934 | ++ tools/install_prereqs.sh:source:50 : [[ 1726149792 -lt 7200 ]] 2024-09-12 14:03:12.936 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2024-09-12 14:03:12.937 | ++ functions-common:export_proxy_variables:2253 : isset http_proxy 2024-09-12 14:03:12.939 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2024-09-12 14:03:12.941 | ++ functions-common:export_proxy_variables:2256 : isset https_proxy 2024-09-12 14:03:12.943 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2024-09-12 14:03:12.945 | ++ functions-common:export_proxy_variables:2259 : isset no_proxy 2024-09-12 14:03:12.947 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2024-09-12 14:03:12.949 | +++ 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-09-12 14:03:12.976 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2024-09-12 14:03:12.976 | apache2-dev 2024-09-12 14:03:12.976 | bc 2024-09-12 14:03:12.976 | bsdmainutils 2024-09-12 14:03:12.976 | curl 2024-09-12 14:03:12.976 | g++ 2024-09-12 14:03:12.976 | gawk 2024-09-12 14:03:12.976 | gcc 2024-09-12 14:03:12.976 | gettext 2024-09-12 14:03:12.976 | git 2024-09-12 14:03:12.976 | graphviz 2024-09-12 14:03:12.976 | iputils-ping 2024-09-12 14:03:12.976 | libapache2-mod-proxy-uwsgi 2024-09-12 14:03:12.976 | libffi-dev 2024-09-12 14:03:12.976 | libjpeg-dev 2024-09-12 14:03:12.976 | libpcre3-dev 2024-09-12 14:03:12.976 | libpq-dev 2024-09-12 14:03:12.976 | libssl-dev 2024-09-12 14:03:12.976 | libsystemd-dev 2024-09-12 14:03:12.976 | libxml2-dev 2024-09-12 14:03:12.976 | libxslt1-dev 2024-09-12 14:03:12.976 | libyaml-dev 2024-09-12 14:03:12.976 | lsof 2024-09-12 14:03:12.976 | openssh-server 2024-09-12 14:03:12.976 | openssl 2024-09-12 14:03:12.976 | pkg-config 2024-09-12 14:03:12.976 | psmisc 2024-09-12 14:03:12.976 | python3-dev 2024-09-12 14:03:12.976 | python3-pip 2024-09-12 14:03:12.976 | python3-systemd 2024-09-12 14:03:12.976 | python3-venv 2024-09-12 14:03:12.976 | tar 2024-09-12 14:03:12.976 | tcpdump 2024-09-12 14:03:12.976 | unzip 2024-09-12 14:03:12.976 | uuid-runtime 2024-09-12 14:03:12.976 | wget 2024-09-12 14:03:12.976 | wget 2024-09-12 14:03:12.976 | zlib1g-dev 2024-09-12 14:03:12.976 | libkrb5-dev 2024-09-12 14:03:12.976 | libldap2-dev 2024-09-12 14:03:12.976 | libsasl2-dev 2024-09-12 14:03:12.976 | memcached 2024-09-12 14:03:12.976 | python3-mysqldb 2024-09-12 14:03:12.976 | sqlite3 2024-09-12 14:03:12.976 | conntrack 2024-09-12 14:03:12.976 | curl 2024-09-12 14:03:12.976 | ebtables 2024-09-12 14:03:12.976 | genisoimage 2024-09-12 14:03:12.976 | iptables 2024-09-12 14:03:12.976 | iputils-arping 2024-09-12 14:03:12.976 | kpartx 2024-09-12 14:03:12.976 | libjs-jquery-tablesorter 2024-09-12 14:03:12.976 | parted 2024-09-12 14:03:12.976 | pm-utils 2024-09-12 14:03:12.976 | python3-mysqldb 2024-09-12 14:03:12.976 | socat 2024-09-12 14:03:12.976 | sqlite3 2024-09-12 14:03:12.976 | sudo 2024-09-12 14:03:12.976 | vlan 2024-09-12 14:03:12.976 | lsscsi 2024-09-12 14:03:12.976 | open-iscsi 2024-09-12 14:03:12.976 | lvm2 2024-09-12 14:03:12.976 | qemu-utils 2024-09-12 14:03:12.976 | thin-provisioning-tools 2024-09-12 14:03:12.976 | acl 2024-09-12 14:03:12.976 | dnsmasq-base 2024-09-12 14:03:12.976 | dnsmasq-utils 2024-09-12 14:03:12.976 | ebtables 2024-09-12 14:03:12.976 | haproxy 2024-09-12 14:03:12.976 | iptables 2024-09-12 14:03:12.976 | iputils-arping 2024-09-12 14:03:12.976 | iputils-ping 2024-09-12 14:03:12.976 | postgresql-server-dev-all 2024-09-12 14:03:12.977 | python3-mysqldb 2024-09-12 14:03:12.977 | sqlite3 2024-09-12 14:03:12.977 | sudo 2024-09-12 14:03:12.977 | vlan 2024-09-12 14:03:12.977 | ipset 2024-09-12 14:03:12.977 | conntrack 2024-09-12 14:03:12.977 | conntrackd 2024-09-12 14:03:12.977 | keepalived' 2024-09-12 14:03:12.978 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2024-09-12 14:03:12.993 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2024-09-12 14:03:12.993 | apache2-dev 2024-09-12 14:03:12.993 | bc 2024-09-12 14:03:12.993 | bsdmainutils 2024-09-12 14:03:12.993 | curl 2024-09-12 14:03:12.993 | g++ 2024-09-12 14:03:12.993 | gawk 2024-09-12 14:03:12.993 | gcc 2024-09-12 14:03:12.993 | gettext 2024-09-12 14:03:12.993 | git 2024-09-12 14:03:12.993 | graphviz 2024-09-12 14:03:12.993 | iputils-ping 2024-09-12 14:03:12.993 | libapache2-mod-proxy-uwsgi 2024-09-12 14:03:12.993 | libffi-dev 2024-09-12 14:03:12.993 | libjpeg-dev 2024-09-12 14:03:12.993 | libpcre3-dev 2024-09-12 14:03:12.993 | libpq-dev 2024-09-12 14:03:12.993 | libssl-dev 2024-09-12 14:03:12.993 | libsystemd-dev 2024-09-12 14:03:12.993 | libxml2-dev 2024-09-12 14:03:12.993 | libxslt1-dev 2024-09-12 14:03:12.993 | libyaml-dev 2024-09-12 14:03:12.993 | lsof 2024-09-12 14:03:12.993 | openssh-server 2024-09-12 14:03:12.993 | openssl 2024-09-12 14:03:12.993 | pkg-config 2024-09-12 14:03:12.993 | psmisc 2024-09-12 14:03:12.993 | python3-dev 2024-09-12 14:03:12.993 | python3-pip 2024-09-12 14:03:12.993 | python3-systemd 2024-09-12 14:03:12.993 | python3-venv 2024-09-12 14:03:12.993 | tar 2024-09-12 14:03:12.993 | tcpdump 2024-09-12 14:03:12.993 | unzip 2024-09-12 14:03:12.993 | uuid-runtime 2024-09-12 14:03:12.993 | wget 2024-09-12 14:03:12.993 | wget 2024-09-12 14:03:12.993 | zlib1g-dev 2024-09-12 14:03:12.993 | libkrb5-dev 2024-09-12 14:03:12.993 | libldap2-dev 2024-09-12 14:03:12.993 | libsasl2-dev 2024-09-12 14:03:12.993 | memcached 2024-09-12 14:03:12.993 | python3-mysqldb 2024-09-12 14:03:12.993 | sqlite3 2024-09-12 14:03:12.993 | conntrack 2024-09-12 14:03:12.993 | curl 2024-09-12 14:03:12.994 | ebtables 2024-09-12 14:03:12.994 | genisoimage 2024-09-12 14:03:12.994 | iptables 2024-09-12 14:03:12.994 | iputils-arping 2024-09-12 14:03:12.994 | kpartx 2024-09-12 14:03:12.994 | libjs-jquery-tablesorter 2024-09-12 14:03:12.994 | parted 2024-09-12 14:03:12.994 | pm-utils 2024-09-12 14:03:12.994 | python3-mysqldb 2024-09-12 14:03:12.994 | socat 2024-09-12 14:03:12.994 | sqlite3 2024-09-12 14:03:12.994 | sudo 2024-09-12 14:03:12.994 | vlan 2024-09-12 14:03:12.994 | lsscsi 2024-09-12 14:03:12.994 | open-iscsi 2024-09-12 14:03:12.994 | lvm2 2024-09-12 14:03:12.994 | qemu-utils 2024-09-12 14:03:12.994 | thin-provisioning-tools 2024-09-12 14:03:12.994 | acl 2024-09-12 14:03:12.994 | dnsmasq-base 2024-09-12 14:03:12.994 | dnsmasq-utils 2024-09-12 14:03:12.994 | ebtables 2024-09-12 14:03:12.994 | haproxy 2024-09-12 14:03:12.994 | iptables 2024-09-12 14:03:12.994 | iputils-arping 2024-09-12 14:03:12.994 | iputils-ping 2024-09-12 14:03:12.994 | postgresql-server-dev-all 2024-09-12 14:03:12.994 | python3-mysqldb 2024-09-12 14:03:12.994 | sqlite3 2024-09-12 14:03:12.994 | sudo 2024-09-12 14:03:12.994 | vlan 2024-09-12 14:03:12.994 | ipset 2024-09-12 14:03:12.994 | conntrack 2024-09-12 14:03:12.994 | conntrackd 2024-09-12 14:03:12.994 | keepalived ' 2024-09-12 14:03:12.995 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2024-09-12 14:03:12.997 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:03:12.999 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:03:13.002 | ++ 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-09-12 14:03:13.002 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2024-09-12 14:03:13.005 | ++ 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-09-12 14:03:13.007 | ++ functions-common:install_package:1459 : update_package_repo 2024-09-12 14:03:13.009 | ++ functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-09-12 14:03:13.010 | ++ functions-common:update_package_repo:1432 : REPOS_UPDATED=False 2024-09-12 14:03:13.012 | ++ functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-09-12 14:03:13.014 | ++ functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-09-12 14:03:13.016 | ++ functions-common:update_package_repo:1439 : is_ubuntu 2024-09-12 14:03:13.017 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:03:13.019 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:03:13.021 | ++ functions-common:update_package_repo:1440 : apt_get_update 2024-09-12 14:03:13.023 | ++ functions-common:apt_get_update:1185 : [[ False == \T\r\u\e ]] 2024-09-12 14:03:13.024 | ++ functions-common:apt_get_update:1190 : [[ False = \T\r\u\e ]] 2024-09-12 14:03:13.026 | ++ functions-common:apt_get_update:1192 : local sudo=sudo 2024-09-12 14:03:13.029 | +++ functions-common:apt_get_update:1193 : id -u 2024-09-12 14:03:13.031 | ++ functions-common:apt_get_update:1193 : [[ 1001 = \0 ]] 2024-09-12 14:03:13.033 | ++ functions-common:apt_get_update:1196 : time_start apt-get-update 2024-09-12 14:03:13.035 | ++ functions-common:time_start:2421 : local name=apt-get-update 2024-09-12 14:03:13.036 | ++ functions-common:time_start:2422 : local start_time= 2024-09-12 14:03:13.038 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:03:13.040 | +++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:03:13.043 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1726149793041 2024-09-12 14:03:13.044 | ++ functions-common:apt_get_update:1198 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2024-09-12 14:03:13.046 | ++ functions-common:apt_get_update:1199 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2024-09-12 14:03:13.048 | ++ 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-09-12 14:03:13.223 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2024-09-12 14:03:13.235 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [128 kB] 2024-09-12 14:03:13.257 | Hit:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease 2024-09-12 14:03:13.398 | Get:4 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [1,988 kB] 2024-09-12 14:03:13.439 | Get:5 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main Translation-en [349 kB] 2024-09-12 14:03:13.454 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-12 14:03:13.470 | Get:7 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 Packages [2,386 kB] 2024-09-12 14:03:13.496 | Get:8 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted Translation-en [410 kB] 2024-09-12 14:03:13.499 | Get:9 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-12 14:03:13.504 | Get:10 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 Packages [1,123 kB] 2024-09-12 14:03:13.515 | Get:11 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-12 14:03:13.525 | Get:12 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.2 kB] 2024-09-12 14:03:13.542 | Get:13 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-12 14:03:13.561 | Get:14 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-12 14:03:13.609 | Get:15 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-12 14:03:14.085 | Get:16 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,771 kB] 2024-09-12 14:03:14.663 | Get:17 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [291 kB] 2024-09-12 14:03:14.674 | Get:18 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-12 14:03:14.674 | Get:19 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,327 kB] 2024-09-12 14:03:14.785 | Get:20 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [400 kB] 2024-09-12 14:03:14.789 | Get:21 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-12 14:03:14.790 | Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [901 kB] 2024-09-12 14:03:14.817 | Get:23 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-12 14:03:14.821 | Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-09-12 14:03:14.821 | Get:25 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-12 14:03:14.822 | Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-12 14:03:19.389 | Fetched 12.8 MB in 2s (5,462 kB/s) 2024-09-12 14:03:20.390 | Reading package lists... 2024-09-12 14:03:20.413 | ++ functions-common:apt_get_update:1204 : REPOS_UPDATED=True 2024-09-12 14:03:20.415 | ++ functions-common:apt_get_update:1206 : time_stop apt-get-update 2024-09-12 14:03:20.417 | ++ functions-common:time_stop:2435 : local name 2024-09-12 14:03:20.419 | ++ functions-common:time_stop:2436 : local end_time 2024-09-12 14:03:20.420 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:03:20.422 | ++ functions-common:time_stop:2438 : local total 2024-09-12 14:03:20.424 | ++ functions-common:time_stop:2439 : local start_time 2024-09-12 14:03:20.425 | ++ functions-common:time_stop:2441 : name=apt-get-update 2024-09-12 14:03:20.427 | ++ functions-common:time_stop:2442 : start_time=1726149793041 2024-09-12 14:03:20.429 | ++ functions-common:time_stop:2444 : [[ -z 1726149793041 ]] 2024-09-12 14:03:20.431 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:03:20.434 | ++ functions-common:time_stop:2447 : end_time=1726149800432 2024-09-12 14:03:20.436 | ++ functions-common:time_stop:2448 : elapsed_time=7391 2024-09-12 14:03:20.437 | ++ functions-common:time_stop:2449 : total=0 2024-09-12 14:03:20.439 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:03:20.441 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7391 2024-09-12 14:03:20.443 | ++ 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-09-12 14:03:20.445 | ++ functions-common:real_install_package:1445 : is_ubuntu 2024-09-12 14:03:20.446 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:03:20.448 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:03:20.450 | ++ 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-09-12 14:03:20.467 | ++ 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-09-12 14:03:20.528 | Reading package lists... 2024-09-12 14:03:20.729 | Building dependency tree... 2024-09-12 14:03:20.731 | Reading state information... 2024-09-12 14:03:20.748 | acl is already the newest version (2.3.1-1). 2024-09-12 14:03:20.748 | bc is already the newest version (1.07.1-3build1). 2024-09-12 14:03:20.748 | bc set to manually installed. 2024-09-12 14:03:20.748 | conntrack is already the newest version (1:1.4.6-2build2). 2024-09-12 14:03:20.748 | ebtables is already the newest version (2.0.11-4build2). 2024-09-12 14:03:20.748 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2024-09-12 14:03:20.748 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2024-09-12 14:03:20.748 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2024-09-12 14:03:20.748 | gettext is already the newest version (0.21-4ubuntu4). 2024-09-12 14:03:20.748 | ipset is already the newest version (7.15-1build1). 2024-09-12 14:03:20.748 | iputils-arping is already the newest version (3:20211215-1). 2024-09-12 14:03:20.748 | iputils-ping is already the newest version (3:20211215-1). 2024-09-12 14:03:20.748 | iputils-ping set to manually installed. 2024-09-12 14:03:20.748 | keepalived is already the newest version (1:2.2.4-0.2build1). 2024-09-12 14:03:20.748 | libffi-dev is already the newest version (3.4.2-4). 2024-09-12 14:03:20.748 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2024-09-12 14:03:20.748 | libyaml-dev is already the newest version (0.2.2-1build2). 2024-09-12 14:03:20.748 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2024-09-12 14:03:20.748 | lsof set to manually installed. 2024-09-12 14:03:20.748 | lsscsi is already the newest version (0.31-1build2). 2024-09-12 14:03:20.748 | lvm2 is already the newest version (2.03.11-2.1ubuntu4). 2024-09-12 14:03:20.748 | lvm2 set to manually installed. 2024-09-12 14:03:20.748 | open-iscsi is already the newest version (2.1.5-1ubuntu1). 2024-09-12 14:03:20.748 | open-iscsi set to manually installed. 2024-09-12 14:03:20.748 | parted is already the newest version (3.4-2build1). 2024-09-12 14:03:20.748 | parted set to manually installed. 2024-09-12 14:03:20.748 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2024-09-12 14:03:20.748 | psmisc is already the newest version (23.4-2build3). 2024-09-12 14:03:20.748 | psmisc set to manually installed. 2024-09-12 14:03:20.748 | python3-mysqldb is already the newest version (1.4.6-1build1). 2024-09-12 14:03:20.748 | python3-systemd is already the newest version (234-3ubuntu2). 2024-09-12 14:03:20.748 | python3-systemd set to manually installed. 2024-09-12 14:03:20.748 | socat is already the newest version (1.7.4.1-3ubuntu4). 2024-09-12 14:03:20.748 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2024-09-12 14:03:20.748 | thin-provisioning-tools set to manually installed. 2024-09-12 14:03:20.748 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2024-09-12 14:03:20.748 | conntrackd is already the newest version (1:1.4.6-2build2). 2024-09-12 14:03:20.748 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2024-09-12 14:03:20.748 | pm-utils is already the newest version (1.4.1-19). 2024-09-12 14:03:20.748 | postgresql-server-dev-all is already the newest version (238). 2024-09-12 14:03:20.748 | vlan is already the newest version (2.0.5ubuntu5). 2024-09-12 14:03:20.748 | apache2 is already the newest version (2.4.52-1ubuntu4.12). 2024-09-12 14:03:20.748 | apache2-dev is already the newest version (2.4.52-1ubuntu4.12). 2024-09-12 14:03:20.748 | curl is already the newest version (7.81.0-1ubuntu1.17). 2024-09-12 14:03:20.748 | curl set to manually installed. 2024-09-12 14:03:20.748 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2024-09-12 14:03:20.748 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2024-09-12 14:03:20.748 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2024-09-12 14:03:20.748 | gawk set to manually installed. 2024-09-12 14:03:20.748 | git is already the newest version (1:2.34.1-1ubuntu1.11). 2024-09-12 14:03:20.748 | git set to manually installed. 2024-09-12 14:03:20.748 | haproxy is already the newest version (2.4.24-0ubuntu0.22.04.1). 2024-09-12 14:03:20.748 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2024-09-12 14:03:20.748 | iptables set to manually installed. 2024-09-12 14:03:20.748 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2024-09-12 14:03:20.748 | kpartx set to manually installed. 2024-09-12 14:03:20.748 | libkrb5-dev is already the newest version (1.19.2-2ubuntu0.4). 2024-09-12 14:03:20.748 | libldap2-dev is already the newest version (2.5.18+dfsg-0ubuntu0.22.04.2). 2024-09-12 14:03:20.748 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2024-09-12 14:03:20.748 | libpq-dev is already the newest version (14.13-0ubuntu0.22.04.1). 2024-09-12 14:03:20.748 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2024-09-12 14:03:20.748 | libsystemd-dev is already the newest version (249.11-0ubuntu3.12). 2024-09-12 14:03:20.748 | libxml2-dev is already the newest version (2.9.13+dfsg-1ubuntu0.4). 2024-09-12 14:03:20.748 | libxslt1-dev is already the newest version (1.1.34-4ubuntu0.22.04.1). 2024-09-12 14:03:20.748 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2024-09-12 14:03:20.748 | openssh-server is already the newest version (1:8.9p1-3ubuntu0.10). 2024-09-12 14:03:20.748 | python3-dev is already the newest version (3.10.6-1~22.04.1). 2024-09-12 14:03:20.748 | qemu-utils is already the newest version (1:6.2+dfsg-2ubuntu6.22). 2024-09-12 14:03:20.748 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2024-09-12 14:03:20.748 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2024-09-12 14:03:20.748 | sudo set to manually installed. 2024-09-12 14:03:20.748 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2024-09-12 14:03:20.748 | tar set to manually installed. 2024-09-12 14:03:20.748 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2024-09-12 14:03:20.916 | tcpdump set to manually installed. 2024-09-12 14:03:20.916 | unzip is already the newest version (6.0-26ubuntu3.2). 2024-09-12 14:03:20.916 | uuid-runtime is already the newest version (2.37.2-4ubuntu3.4). 2024-09-12 14:03:20.916 | uuid-runtime set to manually installed. 2024-09-12 14:03:20.916 | wget is already the newest version (1.21.2-2ubuntu1.1). 2024-09-12 14:03:20.916 | wget set to manually installed. 2024-09-12 14:03:20.916 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2024-09-12 14:03:20.916 | graphviz is already the newest version (2.42.2-6ubuntu0.1). 2024-09-12 14:03:20.916 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.12). 2024-09-12 14:03:20.916 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.4). 2024-09-12 14:03:20.916 | python3-venv is already the newest version (3.10.6-1~22.04.1). 2024-09-12 14:03:20.916 | The following additional packages will be installed: 2024-09-12 14:03:20.917 | libssl3 2024-09-12 14:03:20.918 | Suggested packages: 2024-09-12 14:03:20.918 | libssl-doc 2024-09-12 14:03:20.934 | The following packages will be upgraded: 2024-09-12 14:03:20.934 | libssl-dev libssl3 openssl 2024-09-12 14:03:21.337 | Preconfiguring packages ... 2024-09-12 14:03:21.402 | 3 upgraded, 0 newly installed, 0 to remove and 29 not upgraded. 2024-09-12 14:03:21.402 | Need to get 0 B/5,464 kB of archives. 2024-09-12 14:03:21.402 | After this operation, 0 B of additional disk space will be used. 2024-09-12 14:03:22.008 | (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-09-12 14:03:22.015 | Preparing to unpack .../libssl-dev_3.0.2-0ubuntu1.18_amd64.deb ... 2024-09-12 14:03:22.030 | Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.18) over (3.0.2-0ubuntu1.17) ... 2024-09-12 14:03:22.237 | Preparing to unpack .../libssl3_3.0.2-0ubuntu1.18_amd64.deb ... 2024-09-12 14:03:22.251 | Unpacking libssl3:amd64 (3.0.2-0ubuntu1.18) over (3.0.2-0ubuntu1.17) ... 2024-09-12 14:03:22.386 | Setting up libssl3:amd64 (3.0.2-0ubuntu1.18) ... 2024-09-12 14:03:22.606 | (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-09-12 14:03:22.611 | Preparing to unpack .../openssl_3.0.2-0ubuntu1.18_amd64.deb ... 2024-09-12 14:03:22.622 | Unpacking openssl (3.0.2-0ubuntu1.18) over (3.0.2-0ubuntu1.17) ... 2024-09-12 14:03:22.763 | Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.18) ... 2024-09-12 14:03:22.773 | Setting up openssl (3.0.2-0ubuntu1.18) ... 2024-09-12 14:03:22.788 | Processing triggers for man-db (2.10.2-1) ... 2024-09-12 14:03:22.998 | Processing triggers for libc-bin (2.35-0ubuntu3.8) ... 2024-09-12 14:03:23.362 | NEEDRESTART-VER: 3.5 2024-09-12 14:03:24.015 | NEEDRESTART-KCUR: 6.8.0-40-generic 2024-09-12 14:03:24.015 | NEEDRESTART-KEXP: 6.8.0-40-generic 2024-09-12 14:03:24.015 | NEEDRESTART-KSTA: 1 2024-09-12 14:03:24.015 | NEEDRESTART-SVC: esm-cache.service 2024-09-12 14:03:24.015 | NEEDRESTART-SVC: haproxy.service 2024-09-12 14:03:24.015 | NEEDRESTART-SVC: mariadb.service 2024-09-12 14:03:24.015 | NEEDRESTART-SVC: memcached.service 2024-09-12 14:03:24.015 | NEEDRESTART-SVC: open-vm-tools.service 2024-09-12 14:03:24.015 | NEEDRESTART-SVC: ovs-vswitchd.service 2024-09-12 14:03:24.015 | NEEDRESTART-SVC: ovsdb-server.service 2024-09-12 14:03:24.015 | NEEDRESTART-SVC: packagekit.service 2024-09-12 14:03:24.015 | NEEDRESTART-SVC: pmproxy.service 2024-09-12 14:03:24.015 | NEEDRESTART-SVC: rabbitmq-server.service 2024-09-12 14:03:24.015 | NEEDRESTART-SVC: ssh.service 2024-09-12 14:03:24.015 | NEEDRESTART-SVC: systemd-journald.service 2024-09-12 14:03:24.015 | NEEDRESTART-SVC: systemd-logind.service 2024-09-12 14:03:24.015 | NEEDRESTART-SVC: systemd-manager 2024-09-12 14:03:24.015 | NEEDRESTART-SVC: systemd-networkd.service 2024-09-12 14:03:24.015 | NEEDRESTART-SVC: systemd-resolved.service 2024-09-12 14:03:24.015 | NEEDRESTART-SVC: systemd-timesyncd.service 2024-09-12 14:03:24.015 | NEEDRESTART-SVC: systemd-udevd.service 2024-09-12 14:03:24.015 | NEEDRESTART-SVC: udisks2.service 2024-09-12 14:03:24.015 | NEEDRESTART-SVC: user@1001.service 2024-09-12 14:03:24.015 | NEEDRESTART-SVC: vgauth.service 2024-09-12 14:03:25.493 | ++ functions-common:apt_get:1230 : result=0 2024-09-12 14:03:25.495 | ++ functions-common:apt_get:1233 : time_stop apt-get 2024-09-12 14:03:25.497 | ++ functions-common:time_stop:2435 : local name 2024-09-12 14:03:25.499 | ++ functions-common:time_stop:2436 : local end_time 2024-09-12 14:03:25.501 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:03:25.502 | ++ functions-common:time_stop:2438 : local total 2024-09-12 14:03:25.504 | ++ functions-common:time_stop:2439 : local start_time 2024-09-12 14:03:25.506 | ++ functions-common:time_stop:2441 : name=apt-get 2024-09-12 14:03:25.507 | ++ functions-common:time_stop:2442 : start_time=1726149800464 2024-09-12 14:03:25.509 | ++ functions-common:time_stop:2444 : [[ -z 1726149800464 ]] 2024-09-12 14:03:25.512 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:03:25.514 | ++ functions-common:time_stop:2447 : end_time=1726149805512 2024-09-12 14:03:25.516 | ++ functions-common:time_stop:2448 : elapsed_time=5048 2024-09-12 14:03:25.518 | ++ functions-common:time_stop:2449 : total=482 2024-09-12 14:03:25.520 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:03:25.521 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5530 2024-09-12 14:03:25.523 | ++ functions-common:apt_get:1234 : return 0 2024-09-12 14:03:25.525 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2024-09-12 14:03:25.527 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2024-09-12 14:03:25.529 | ++ tools/install_prereqs.sh:source:88 : date +%s 2024-09-12 14:03:25.532 | ++ tools/install_prereqs.sh:source:89 : date 2024-09-12 14:03:25.535 | + stack.sh:main:799 : [[ False != \T\r\u\e ]] 2024-09-12 14:03:25.537 | + stack.sh:main:800 : PYPI_ALTERNATIVE_URL= 2024-09-12 14:03:25.539 | + stack.sh:main:800 : /opt/stack/devstack/tools/install_pip.sh 2024-09-12 14:03:25.839 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2024-09-12 14:03:25.841 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2024-09-12 14:03:25.842 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2024-09-12 14:03:25.843 | + tools/install_pip.sh:main:43 : GetDistro 2024-09-12 14:03:25.845 | + functions-common:GetDistro:449 : GetOSVersion 2024-09-12 14:03:25.846 | + functions-common:GetOSVersion:416 : source /etc/os-release 2024-09-12 14:03:25.847 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.4 LTS' 2024-09-12 14:03:25.848 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2024-09-12 14:03:25.849 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2024-09-12 14:03:25.851 | ++ /etc/os-release:source:4 : VERSION='22.04.4 LTS (Jammy Jellyfish)' 2024-09-12 14:03:25.852 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2024-09-12 14:03:25.853 | ++ /etc/os-release:source:6 : ID=ubuntu 2024-09-12 14:03:25.854 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2024-09-12 14:03:25.855 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2024-09-12 14:03:25.857 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2024-09-12 14:03:25.858 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2024-09-12 14:03:25.859 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2024-09-12 14:03:25.860 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2024-09-12 14:03:25.862 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2024-09-12 14:03:25.863 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) =~ rocky9 ]] 2024-09-12 14:03:25.864 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2024-09-12 14:03:25.865 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2024-09-12 14:03:25.867 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2024-09-12 14:03:25.868 | + functions-common:_ensure_lsb_release:394 : return 2024-09-12 14:03:25.870 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2024-09-12 14:03:25.903 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2024-09-12 14:03:25.905 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2024-09-12 14:03:25.937 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2024-09-12 14:03:25.939 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2024-09-12 14:03:25.971 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2024-09-12 14:03:25.972 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2024-09-12 14:03:25.973 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2024-09-12 14:03:25.975 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2024-09-12 14:03:25.976 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2024-09-12 14:03:25.977 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2024-09-12 14:03:25.979 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2024-09-12 14:03:25.980 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2024-09-12 14:03:25.981 | + functions-common:GetDistro:453 : DISTRO=jammy 2024-09-12 14:03:25.983 | + functions-common:GetDistro:501 : typeset -xr DISTRO 2024-09-12 14:03:25.984 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2024-09-12 14:03:25.984 | Distro: jammy 2024-09-12 14:03:25.985 | + tools/install_pip.sh:main:124 : get_versions 2024-09-12 14:03:25.987 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-09-12 14:03:25.990 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-09-12 14:03:25.991 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-09-12 14:03:25.993 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-09-12 14:03:25.993 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-09-12 14:03:26.055 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-09-12 14:03:26.057 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-09-12 14:03:26.057 | pip: 0.1.15 2024-09-12 14:03:26.058 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2024-09-12 14:03:26.059 | + tools/install_pip.sh:main:130 : is_fedora 2024-09-12 14:03:26.061 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-09-12 14:03:26.062 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-09-12 14:03:26.063 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-09-12 14:03:26.065 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-09-12 14:03:26.066 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-09-12 14:03:26.067 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-09-12 14:03:26.068 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-09-12 14:03:26.070 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-09-12 14:03:26.071 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-09-12 14:03:26.072 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-09-12 14:03:26.073 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-09-12 14:03:26.074 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-09-12 14:03:26.076 | + tools/install_pip.sh:main:141 : is_ubuntu 2024-09-12 14:03:26.077 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:03:26.078 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:03:26.079 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2024-09-12 14:03:26.082 | + tools/install_pip.sh:main:153 : set -x 2024-09-12 14:03:26.084 | + tools/install_pip.sh:main:156 : get_versions 2024-09-12 14:03:26.085 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-09-12 14:03:26.088 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-09-12 14:03:26.089 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-09-12 14:03:26.091 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-09-12 14:03:26.091 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-09-12 14:03:26.099 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-09-12 14:03:26.100 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-09-12 14:03:26.100 | pip: 0.1.15 2024-09-12 14:03:26.103 | + stack.sh:main:804 : source /opt/stack/devstack/tools/fixup_stuff.sh 2024-09-12 14:03:26.105 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2024-09-12 14:03:26.107 | + stack.sh:main:805 : fixup_all 2024-09-12 14:03:26.109 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2024-09-12 14:03:26.111 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2024-09-12 14:03:26.112 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:03:26.114 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:03:26.116 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2024-09-12 14:03:26.125 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info 2024-09-12 14:03:26.134 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2024-09-12 14:03:26.142 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2024-09-12 14:03:26.143 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2024-09-12 14:03:26.145 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-09-12 14:03:26.147 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-09-12 14:03:26.148 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-09-12 14:03:26.150 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-09-12 14:03:26.152 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-09-12 14:03:26.153 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-09-12 14:03:26.155 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-09-12 14:03:26.157 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-09-12 14:03:26.159 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-09-12 14:03:26.160 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-09-12 14:03:26.162 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-09-12 14:03:26.164 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-09-12 14:03:26.166 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2024-09-12 14:03:26.168 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2024-09-12 14:03:26.170 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2024-09-12 14:03:26.172 | + functions-common:is_suse:544 : is_opensuse 2024-09-12 14:03:26.173 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-09-12 14:03:26.175 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-09-12 14:03:26.177 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-09-12 14:03:26.179 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-09-12 14:03:26.181 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-09-12 14:03:26.183 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2024-09-12 14:03:26.185 | + stack.sh:main:808 : pip_install -U os-testr 2024-09-12 14:03:26.201 | Using python 3.10 to install os-testr 2024-09-12 14:03:26.202 | + 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-09-12 14:03:27.307 | Collecting os-testr 2024-09-12 14:03:27.309 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2024-09-12 14:03:27.335 | Collecting python-subunit>=1.0.0 2024-09-12 14:03:27.339 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2024-09-12 14:03:27.339 | Requirement already satisfied: testtools>=2.2.0 in /usr/lib/python3/dist-packages (from os-testr) (2.5.0) 2024-09-12 14:03:27.381 | Collecting pbr!=2.1.0,>=2.0.0 2024-09-12 14:03:27.385 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-09-12 14:03:27.393 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2024-09-12 14:03:27.582 | Installing collected packages: python-subunit, pbr, os-testr 2024-09-12 14:03:27.582 | Attempting uninstall: python-subunit 2024-09-12 14:03:27.582 | Found existing installation: python-subunit 1.4.0 2024-09-12 14:03:27.586 | Not uninstalling python-subunit at /usr/lib/python3/dist-packages, outside environment /usr 2024-09-12 14:03:27.587 | Can't uninstall 'python-subunit'. No files were found to uninstall. 2024-09-12 14:03:27.667 | Attempting uninstall: pbr 2024-09-12 14:03:27.668 | Found existing installation: pbr 5.8.0 2024-09-12 14:03:27.669 | Not uninstalling pbr at /usr/lib/python3/dist-packages, outside environment /usr 2024-09-12 14:03:27.669 | Can't uninstall 'pbr'. No files were found to uninstall. 2024-09-12 14:03:27.728 | Attempting uninstall: os-testr 2024-09-12 14:03:27.729 | Found existing installation: os-testr 2.0.1 2024-09-12 14:03:27.730 | Not uninstalling os-testr at /usr/lib/python3/dist-packages, outside environment /usr 2024-09-12 14:03:27.730 | Can't uninstall 'os-testr'. No files were found to uninstall. 2024-09-12 14:03:27.752 | Successfully installed os-testr-3.0.0 pbr-5.11.1 python-subunit-1.4.2 2024-09-12 14:03:27.752 | 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-09-12 14:03:27.839 | + inc/python:pip_install:196 : result=0 2024-09-12 14:03:27.841 | + inc/python:pip_install:198 : time_stop pip_install 2024-09-12 14:03:27.843 | + functions-common:time_stop:2435 : local name 2024-09-12 14:03:27.844 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:03:27.846 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:03:27.848 | + functions-common:time_stop:2438 : local total 2024-09-12 14:03:27.850 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:03:27.851 | + functions-common:time_stop:2441 : name=pip_install 2024-09-12 14:03:27.853 | + functions-common:time_stop:2442 : start_time=1726149806196 2024-09-12 14:03:27.855 | + functions-common:time_stop:2444 : [[ -z 1726149806196 ]] 2024-09-12 14:03:27.857 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:03:27.859 | + functions-common:time_stop:2447 : end_time=1726149807857 2024-09-12 14:03:27.861 | + functions-common:time_stop:2448 : elapsed_time=1661 2024-09-12 14:03:27.862 | + functions-common:time_stop:2449 : total=0 2024-09-12 14:03:27.864 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:03:27.865 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1661 2024-09-12 14:03:27.867 | + inc/python:pip_install:199 : return 0 2024-09-12 14:03:27.869 | + stack.sh:main:812 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2024-09-12 14:03:27.909 | + stack.sh:main:813 : sudo systemctl restart systemd-journald 2024-09-12 14:03:27.963 | + stack.sh:main:819 : install_infra 2024-09-12 14:03:27.964 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-09-12 14:03:27.966 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2024-09-12 14:03:27.968 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2024-09-12 14:03:31.096 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-09-12 14:03:31.098 | + lib/infra:install_infra:34 : pip_install -U pbr 2024-09-12 14:03:31.115 | + 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-09-12 14:03:32.047 | Collecting pbr 2024-09-12 14:03:32.051 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-09-12 14:03:32.076 | Installing collected packages: pbr 2024-09-12 14:03:32.141 | Successfully installed pbr-5.11.1 2024-09-12 14:03:32.215 | + inc/python:pip_install:196 : result=0 2024-09-12 14:03:32.217 | + inc/python:pip_install:198 : time_stop pip_install 2024-09-12 14:03:32.218 | + functions-common:time_stop:2435 : local name 2024-09-12 14:03:32.220 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:03:32.222 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:03:32.223 | + functions-common:time_stop:2438 : local total 2024-09-12 14:03:32.225 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:03:32.227 | + functions-common:time_stop:2441 : name=pip_install 2024-09-12 14:03:32.228 | + functions-common:time_stop:2442 : start_time=1726149811109 2024-09-12 14:03:32.230 | + functions-common:time_stop:2444 : [[ -z 1726149811109 ]] 2024-09-12 14:03:32.232 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:03:32.235 | + functions-common:time_stop:2447 : end_time=1726149812233 2024-09-12 14:03:32.237 | + functions-common:time_stop:2448 : elapsed_time=1124 2024-09-12 14:03:32.238 | + functions-common:time_stop:2449 : total=1661 2024-09-12 14:03:32.240 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:03:32.241 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2785 2024-09-12 14:03:32.243 | + inc/python:pip_install:199 : return 0 2024-09-12 14:03:32.245 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-09-12 14:03:32.247 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2024-09-12 14:03:32.264 | + 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-09-12 14:03:33.102 | Processing /opt/stack/requirements 2024-09-12 14:03:33.102 | Preparing metadata (setup.py): started 2024-09-12 14:03:33.791 | Preparing metadata (setup.py): finished with status 'done' 2024-09-12 14:03:33.966 | Collecting Parsley>=1.2 2024-09-12 14:03:33.969 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-09-12 14:03:34.061 | Collecting PyYAML>=3.12 2024-09-12 14:03:34.069 | 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-09-12 14:03:34.181 | Collecting beagle>=0.2.1 2024-09-12 14:03:34.183 | Using cached beagle-0.4.0-py3-none-any.whl (11 kB) 2024-09-12 14:03:34.206 | Collecting fixtures>=3.0.0 2024-09-12 14:03:34.207 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-09-12 14:03:34.250 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2024-09-12 14:03:34.252 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2024-09-12 14:03:34.305 | Collecting requests>=2.14.2 2024-09-12 14:03:34.307 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2024-09-12 14:03:34.332 | Collecting six>=1.10.0 2024-09-12 14:03:34.335 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-09-12 14:03:34.351 | 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-09-12 14:03:34.388 | Collecting cliff>=2.11.0 2024-09-12 14:03:34.390 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2024-09-12 14:03:34.461 | Collecting urllib3<1.27,>=1.21.1 2024-09-12 14:03:34.465 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2024-09-12 14:03:34.621 | Collecting charset-normalizer<3,>=2 2024-09-12 14:03:34.623 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2024-09-12 14:03:34.659 | Collecting certifi>=2017.4.17 2024-09-12 14:03:34.662 | Using cached certifi-2024.8.30-py3-none-any.whl (167 kB) 2024-09-12 14:03:34.685 | Collecting idna<4,>=2.5 2024-09-12 14:03:34.689 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-09-12 14:03:34.727 | Collecting PrettyTable>=0.7.2 2024-09-12 14:03:34.729 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2024-09-12 14:03:34.826 | Collecting importlib-metadata>=4.4 2024-09-12 14:03:34.829 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2024-09-12 14:03:34.849 | Collecting autopage>=0.4.0 2024-09-12 14:03:34.852 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-09-12 14:03:34.891 | Collecting stevedore>=2.0.1 2024-09-12 14:03:34.894 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2024-09-12 14:03:34.951 | Collecting cmd2>=1.0.0 2024-09-12 14:03:34.955 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2024-09-12 14:03:35.020 | Collecting wcwidth>=0.1.7 2024-09-12 14:03:35.022 | Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2024-09-12 14:03:35.050 | Collecting attrs>=16.3.0 2024-09-12 14:03:35.054 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2024-09-12 14:03:35.075 | Collecting pyperclip>=1.6 2024-09-12 14:03:35.075 | Using cached pyperclip-1.8.2-py3-none-any.whl 2024-09-12 14:03:35.136 | Collecting zipp>=0.5 2024-09-12 14:03:35.138 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2024-09-12 14:03:35.196 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2024-09-12 14:03:35.394 | 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-09-12 14:03:36.194 | Running setup.py install for openstack-requirements: started 2024-09-12 14:03:37.603 | Running setup.py install for openstack-requirements: finished with status 'done' 2024-09-12 14:03:37.612 | 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-09-12 14:03:37.747 | + inc/python:pip_install:196 : result=0 2024-09-12 14:03:37.749 | + inc/python:pip_install:198 : time_stop pip_install 2024-09-12 14:03:37.750 | + functions-common:time_stop:2435 : local name 2024-09-12 14:03:37.752 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:03:37.754 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:03:37.756 | + functions-common:time_stop:2438 : local total 2024-09-12 14:03:37.758 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:03:37.760 | + functions-common:time_stop:2441 : name=pip_install 2024-09-12 14:03:37.762 | + functions-common:time_stop:2442 : start_time=1726149812258 2024-09-12 14:03:37.764 | + functions-common:time_stop:2444 : [[ -z 1726149812258 ]] 2024-09-12 14:03:37.766 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:03:37.769 | + functions-common:time_stop:2447 : end_time=1726149817767 2024-09-12 14:03:37.771 | + functions-common:time_stop:2448 : elapsed_time=5509 2024-09-12 14:03:37.773 | + functions-common:time_stop:2449 : total=2785 2024-09-12 14:03:37.775 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:03:37.776 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8294 2024-09-12 14:03:37.779 | + inc/python:pip_install:199 : return 0 2024-09-12 14:03:37.781 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2024-09-12 14:03:37.783 | + lib/infra:install_infra:42 : use_library_from_git pbr 2024-09-12 14:03:37.785 | + inc/python:use_library_from_git:246 : local name=pbr 2024-09-12 14:03:37.787 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:37.789 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:37.791 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pbr, ]] 2024-09-12 14:03:37.793 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:37.795 | + lib/infra:install_infra:48 : pip_install -U pbr 2024-09-12 14:03:37.813 | Using python 3.10 to install pbr 2024-09-12 14:03:37.814 | + 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-09-12 14:03:38.731 | Requirement already satisfied: pbr in /usr/local/lib/python3.10/dist-packages (5.11.1) 2024-09-12 14:03:38.994 | 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-09-12 14:03:39.069 | + inc/python:pip_install:196 : result=0 2024-09-12 14:03:39.070 | + inc/python:pip_install:198 : time_stop pip_install 2024-09-12 14:03:39.072 | + functions-common:time_stop:2435 : local name 2024-09-12 14:03:39.074 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:03:39.075 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:03:39.077 | + functions-common:time_stop:2438 : local total 2024-09-12 14:03:39.078 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:03:39.080 | + functions-common:time_stop:2441 : name=pip_install 2024-09-12 14:03:39.082 | + functions-common:time_stop:2442 : start_time=1726149817808 2024-09-12 14:03:39.083 | + functions-common:time_stop:2444 : [[ -z 1726149817808 ]] 2024-09-12 14:03:39.085 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:03:39.088 | + functions-common:time_stop:2447 : end_time=1726149819086 2024-09-12 14:03:39.090 | + functions-common:time_stop:2448 : elapsed_time=1278 2024-09-12 14:03:39.091 | + functions-common:time_stop:2449 : total=8294 2024-09-12 14:03:39.093 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:03:39.095 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9572 2024-09-12 14:03:39.097 | + inc/python:pip_install:199 : return 0 2024-09-12 14:03:39.098 | + stack.sh:main:822 : python3 -m venv /opt/stack//bindep-venv 2024-09-12 14:03:42.212 | + stack.sh:main:824 : /opt/stack//bindep-venv/bin/pip install bindep 2024-09-12 14:03:42.806 | Collecting bindep 2024-09-12 14:03:42.808 | Using cached bindep-2.11.0-py2.py3-none-any.whl (34 kB) 2024-09-12 14:03:42.834 | Collecting Parsley 2024-09-12 14:03:42.837 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-09-12 14:03:42.874 | Collecting packaging 2024-09-12 14:03:42.876 | Using cached packaging-24.1-py3-none-any.whl (53 kB) 2024-09-12 14:03:42.897 | Collecting distro>=1.7.0 2024-09-12 14:03:42.899 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2024-09-12 14:03:42.943 | Collecting pbr>=2.0.0 2024-09-12 14:03:42.945 | Using cached pbr-6.1.0-py2.py3-none-any.whl (108 kB) 2024-09-12 14:03:42.981 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2024-09-12 14:03:43.215 | Successfully installed Parsley-1.3 bindep-2.11.0 distro-1.9.0 packaging-24.1 pbr-6.1.0 2024-09-12 14:03:43.282 | + stack.sh:main:825 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-09-12 14:03:43.286 | + stack.sh:main:825 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-09-12 14:03:43.289 | ++ stack.sh:main:828 : _get_plugin_bindep_packages 2024-09-12 14:03:43.302 | + stack.sh:main:828 : pkgs= 2024-09-12 14:03:43.304 | + stack.sh:main:829 : [[ -n '' ]] 2024-09-12 14:03:43.306 | + stack.sh:main:836 : run_phase stack pre-install 2024-09-12 14:03:43.308 | + functions-common:run_phase:1863 : local mode=stack 2024-09-12 14:03:43.310 | + functions-common:run_phase:1864 : local phase=pre-install 2024-09-12 14:03:43.311 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-09-12 14:03:43.313 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-09-12 14:03:43.315 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-09-12 14:03:43.317 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-09-12 14:03:43.319 | + functions-common:run_phase:1873 : local extra 2024-09-12 14:03:43.321 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-09-12 14:03:43.324 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-09-12 14:03:43.325 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-09-12 14:03:43.327 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-09-12 14:03:43.329 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2024-09-12 14:03:43.330 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-09-12 14:03:43.341 | ++ functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:03:43.343 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-09-12 14:03:43.344 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-09-12 14:03:43.346 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-09-12 14:03:43.347 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-09-12 14:03:43.349 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-09-12 14:03:43.350 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-09-12 14:03:43.352 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2024-09-12 14:03:43.353 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-09-12 14:03:43.355 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2024-09-12 14:03:43.356 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-09-12 14:03:43.358 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-09-12 14:03:43.359 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-09-12 14:03:43.361 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-09-12 14:03:43.363 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-09-12 14:03:43.364 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-09-12 14:03:43.366 | + functions-common:run_phase:1890 : run_plugins stack pre-install 2024-09-12 14:03:43.368 | + functions-common:run_plugins:1849 : local mode=stack 2024-09-12 14:03:43.370 | + functions-common:run_plugins:1850 : local phase=pre-install 2024-09-12 14:03:43.372 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-09-12 14:03:43.374 | + functions-common:run_plugins:1853 : local plugin 2024-09-12 14:03:43.375 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-09-12 14:03:43.377 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-09-12 14:03:43.379 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-09-12 14:03:43.381 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2024-09-12 14:03:43.383 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-09-12 14:03:43.384 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-09-12 14:03:43.386 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-09-12 14:03:43.388 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-09-12 14:03:43.389 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-09-12 14:03:43.391 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-09-12 14:03:43.393 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2024-09-12 14:03:43.395 | + stack.sh:main:839 : set_systemd_override DefaultLimitNOFILE 2048 2024-09-12 14:03:43.396 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2024-09-12 14:03:43.398 | + functions:set_systemd_override:832 : local value=2048 2024-09-12 14:03:43.400 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2024-09-12 14:03:43.402 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2024-09-12 14:03:43.442 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2024-09-12 14:03:43.442 | Set systemd system override for DefaultLimitNOFILE=2048 2024-09-12 14:03:43.444 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2024-09-12 14:03:43.678 | + stack.sh:main:841 : install_rpc_backend 2024-09-12 14:03:43.680 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2024-09-12 14:03:43.693 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:03:43.695 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2024-09-12 14:03:43.697 | + functions-common:install_package:1459 : update_package_repo 2024-09-12 14:03:43.699 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-09-12 14:03:43.700 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-09-12 14:03:43.702 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-09-12 14:03:43.704 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-09-12 14:03:43.706 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-09-12 14:03:43.708 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:03:43.709 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:03:43.711 | + functions-common:update_package_repo:1440 : apt_get_update 2024-09-12 14:03:43.713 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-09-12 14:03:43.715 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-09-12 14:03:43.717 | + functions-common:apt_get_update:1186 : return 2024-09-12 14:03:43.718 | + functions-common:install_package:1460 : real_install_package rabbitmq-server 2024-09-12 14:03:43.720 | + functions-common:real_install_package:1445 : is_ubuntu 2024-09-12 14:03:43.722 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:03:43.724 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:03:43.726 | + functions-common:real_install_package:1446 : apt_get install rabbitmq-server 2024-09-12 14:03:43.742 | + 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-09-12 14:03:43.800 | Reading package lists... 2024-09-12 14:03:44.004 | Building dependency tree... 2024-09-12 14:03:44.004 | Reading state information... 2024-09-12 14:03:44.207 | rabbitmq-server is already the newest version (3.9.13-1ubuntu0.22.04.2). 2024-09-12 14:03:44.207 | 0 upgraded, 0 newly installed, 0 to remove and 29 not upgraded. 2024-09-12 14:03:44.212 | + functions-common:apt_get:1230 : result=0 2024-09-12 14:03:44.214 | + functions-common:apt_get:1233 : time_stop apt-get 2024-09-12 14:03:44.216 | + functions-common:time_stop:2435 : local name 2024-09-12 14:03:44.218 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:03:44.220 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:03:44.222 | + functions-common:time_stop:2438 : local total 2024-09-12 14:03:44.224 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:03:44.225 | + functions-common:time_stop:2441 : name=apt-get 2024-09-12 14:03:44.227 | + functions-common:time_stop:2442 : start_time=1726149823739 2024-09-12 14:03:44.229 | + functions-common:time_stop:2444 : [[ -z 1726149823739 ]] 2024-09-12 14:03:44.232 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:03:44.235 | + functions-common:time_stop:2447 : end_time=1726149824232 2024-09-12 14:03:44.236 | + functions-common:time_stop:2448 : elapsed_time=493 2024-09-12 14:03:44.238 | + functions-common:time_stop:2449 : total=5530 2024-09-12 14:03:44.240 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:03:44.241 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6023 2024-09-12 14:03:44.243 | + functions-common:apt_get:1234 : return 0 2024-09-12 14:03:44.245 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2024-09-12 14:03:44.247 | + functions-common:is_suse:544 : is_opensuse 2024-09-12 14:03:44.249 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-09-12 14:03:44.251 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-09-12 14:03:44.252 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-09-12 14:03:44.254 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-09-12 14:03:44.256 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-09-12 14:03:44.258 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2024-09-12 14:03:44.260 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-09-12 14:03:44.261 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-09-12 14:03:44.263 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-09-12 14:03:44.265 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-09-12 14:03:44.267 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-09-12 14:03:44.269 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-09-12 14:03:44.270 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-09-12 14:03:44.272 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-09-12 14:03:44.274 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-09-12 14:03:44.276 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-09-12 14:03:44.278 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-09-12 14:03:44.279 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-09-12 14:03:44.281 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2024-09-12 14:03:44.283 | + functions-common:is_suse:544 : is_opensuse 2024-09-12 14:03:44.286 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-09-12 14:03:44.286 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-09-12 14:03:44.288 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-09-12 14:03:44.290 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-09-12 14:03:44.292 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-09-12 14:03:44.294 | + stack.sh:main:842 : restart_rpc_backend 2024-09-12 14:03:44.296 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2024-09-12 14:03:44.308 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:03:44.310 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2024-09-12 14:03:44.312 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-09-12 14:03:44.314 | + stack.sh:echo_summary:455 : echo -e Starting RabbitMQ 2024-09-12 14:03:44.316 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2024-09-12 14:03:44.318 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2024-09-12 14:03:44.321 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2024-09-12 14:03:44.323 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2024-09-12 14:03:44.325 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2024-09-12 14:03:44.327 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2024-09-12 14:03:44.329 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit stackdb 2024-09-12 14:03:44.330 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=stackdb found= out= 2024-09-12 14:03:44.333 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2024-09-12 14:03:44.793 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2024-09-12 14:03:44.793 | user tags 2024-09-12 14:03:44.793 | guest [administrator]' 2024-09-12 14:03:44.796 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2024-09-12 14:03:44.796 | user tags 2024-09-12 14:03:44.796 | guest [administrator]' 2024-09-12 14:03:44.796 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2024-09-12 14:03:44.800 | + lib/rpc_backend:rabbit_setuser:176 : found= 2024-09-12 14:03:44.802 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2024-09-12 14:03:44.804 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit stackdb 2024-09-12 14:03:45.220 | Adding user "stackrabbit" ... 2024-09-12 14:03:45.227 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2024-09-12 14:03:45.240 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2024-09-12 14:03:45.661 | Setting permissions for user "stackrabbit" in vhost "/" ... 2024-09-12 14:03:45.678 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2024-09-12 14:03:45.680 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit stackdb 2024-09-12 14:03:46.104 | Changing password for user "stackrabbit" ... 2024-09-12 14:03:46.121 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2024-09-12 14:03:46.123 | + lib/rpc_backend:restart_rpc_backend:116 : break 2024-09-12 14:03:46.125 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2024-09-12 14:03:46.558 | Deleting user "guest" ... 2024-09-12 14:03:46.576 | + stack.sh:main:844 : is_service_enabled mysql postgresql 2024-09-12 14:03:46.589 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:03:46.591 | + stack.sh:main:845 : install_database 2024-09-12 14:03:46.592 | + lib/database:install_database:118 : install_database_mysql 2024-09-12 14:03:46.594 | + lib/databases/mysql:install_database_mysql:193 : is_ubuntu 2024-09-12 14:03:46.596 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:03:46.598 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:03:46.599 | + lib/databases/mysql:install_database_mysql:196 : sudo debconf-set-selections 2024-09-12 14:03:46.717 | + lib/databases/mysql:install_database_mysql:206 : [[ ! -e /opt/stack/.my.cnf ]] 2024-09-12 14:03:46.719 | + lib/databases/mysql:install_database_mysql:207 : cat 2024-09-12 14:03:46.722 | + lib/databases/mysql:install_database_mysql:213 : is_ubuntu 2024-09-12 14:03:46.724 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:03:46.726 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:03:46.728 | + lib/databases/mysql:install_database_mysql:213 : '[' mariadb '!=' mariadb ']' 2024-09-12 14:03:46.730 | + lib/databases/mysql:install_database_mysql:216 : chmod 0600 /opt/stack/.my.cnf 2024-09-12 14:03:46.735 | + lib/databases/mysql:install_database_mysql:219 : [[ False == \T\r\u\e ]] 2024-09-12 14:03:46.736 | + stack.sh:main:847 : '[' -n mysql ']' 2024-09-12 14:03:46.740 | + stack.sh:main:848 : install_database_python 2024-09-12 14:03:46.742 | + lib/database:install_database_python:123 : install_database_python_mysql 2024-09-12 14:03:46.744 | + lib/databases/mysql:install_database_python_mysql:238 : pip_install_gr PyMySQL 2024-09-12 14:03:46.747 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2024-09-12 14:03:46.749 | + inc/python:pip_install_gr:77 : local clean_name 2024-09-12 14:03:46.755 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2024-09-12 14:03:46.757 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2024-09-12 14:03:46.759 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-09-12 14:03:46.762 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2024-09-12 14:03:46.762 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-09-12 14:03:46.768 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2024-09-12 14:03:46.769 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2024-09-12 14:03:46.771 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2024-09-12 14:03:46.774 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2024-09-12 14:03:46.776 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2024-09-12 14:03:46.800 | Using python 3.10 to install PyMySQL 2024-09-12 14:03:46.802 | + 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-09-12 14:03:47.806 | Collecting PyMySQL 2024-09-12 14:03:47.808 | Using cached PyMySQL-1.0.2-py3-none-any.whl (43 kB) 2024-09-12 14:03:47.980 | Installing collected packages: PyMySQL 2024-09-12 14:03:48.017 | Successfully installed PyMySQL-1.0.2 2024-09-12 14:03:48.017 | 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-09-12 14:03:48.091 | + inc/python:pip_install:196 : result=0 2024-09-12 14:03:48.093 | + inc/python:pip_install:198 : time_stop pip_install 2024-09-12 14:03:48.095 | + functions-common:time_stop:2435 : local name 2024-09-12 14:03:48.097 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:03:48.099 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:03:48.100 | + functions-common:time_stop:2438 : local total 2024-09-12 14:03:48.102 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:03:48.104 | + functions-common:time_stop:2441 : name=pip_install 2024-09-12 14:03:48.105 | + functions-common:time_stop:2442 : start_time=1726149826790 2024-09-12 14:03:48.107 | + functions-common:time_stop:2444 : [[ -z 1726149826790 ]] 2024-09-12 14:03:48.110 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:03:48.112 | + functions-common:time_stop:2447 : end_time=1726149828110 2024-09-12 14:03:48.114 | + functions-common:time_stop:2448 : elapsed_time=1320 2024-09-12 14:03:48.116 | + functions-common:time_stop:2449 : total=9572 2024-09-12 14:03:48.117 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:03:48.119 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10892 2024-09-12 14:03:48.121 | + inc/python:pip_install:199 : return 0 2024-09-12 14:03:48.122 | + lib/databases/mysql:install_database_python_mysql:239 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2024-09-12 14:03:48.124 | + lib/databases/mysql:install_database_python_mysql:241 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-09-12 14:03:48.126 | + lib/databases/mysql:install_database_python_mysql:242 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2024-09-12 14:03:48.127 | + stack.sh:main:851 : is_service_enabled neutron 2024-09-12 14:03:48.139 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:03:48.141 | + stack.sh:main:852 : install_neutron_agent_packages 2024-09-12 14:03:48.143 | + lib/neutron:install_neutron_agent_packages:536 : is_service_enabled q-l3 neutron-l3 2024-09-12 14:03:48.154 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:03:48.156 | + lib/neutron:install_neutron_agent_packages:537 : install_package radvd 2024-09-12 14:03:48.158 | + functions-common:install_package:1459 : update_package_repo 2024-09-12 14:03:48.159 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-09-12 14:03:48.161 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-09-12 14:03:48.163 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-09-12 14:03:48.164 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-09-12 14:03:48.166 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-09-12 14:03:48.168 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:03:48.169 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:03:48.171 | + functions-common:update_package_repo:1440 : apt_get_update 2024-09-12 14:03:48.173 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-09-12 14:03:48.174 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-09-12 14:03:48.176 | + functions-common:apt_get_update:1186 : return 2024-09-12 14:03:48.178 | + functions-common:install_package:1460 : real_install_package radvd 2024-09-12 14:03:48.180 | + functions-common:real_install_package:1445 : is_ubuntu 2024-09-12 14:03:48.182 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:03:48.183 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:03:48.185 | + functions-common:real_install_package:1446 : apt_get install radvd 2024-09-12 14:03:48.200 | + 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-09-12 14:03:48.259 | Reading package lists... 2024-09-12 14:03:48.467 | Building dependency tree... 2024-09-12 14:03:48.468 | Reading state information... 2024-09-12 14:03:48.669 | radvd is already the newest version (1:2.18-3build2). 2024-09-12 14:03:48.670 | 0 upgraded, 0 newly installed, 0 to remove and 29 not upgraded. 2024-09-12 14:03:48.673 | + functions-common:apt_get:1230 : result=0 2024-09-12 14:03:48.675 | + functions-common:apt_get:1233 : time_stop apt-get 2024-09-12 14:03:48.677 | + functions-common:time_stop:2435 : local name 2024-09-12 14:03:48.679 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:03:48.681 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:03:48.682 | + functions-common:time_stop:2438 : local total 2024-09-12 14:03:48.684 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:03:48.686 | + functions-common:time_stop:2441 : name=apt-get 2024-09-12 14:03:48.687 | + functions-common:time_stop:2442 : start_time=1726149828198 2024-09-12 14:03:48.689 | + functions-common:time_stop:2444 : [[ -z 1726149828198 ]] 2024-09-12 14:03:48.692 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:03:48.695 | + functions-common:time_stop:2447 : end_time=1726149828692 2024-09-12 14:03:48.696 | + functions-common:time_stop:2448 : elapsed_time=494 2024-09-12 14:03:48.698 | + functions-common:time_stop:2449 : total=6023 2024-09-12 14:03:48.700 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:03:48.701 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6517 2024-09-12 14:03:48.703 | + functions-common:apt_get:1234 : return 0 2024-09-12 14:03:48.705 | + lib/neutron:install_neutron_agent_packages:540 : is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 2024-09-12 14:03:48.718 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:03:48.720 | + lib/neutron:install_neutron_agent_packages:541 : neutron_plugin_install_agent_packages 2024-09-12 14:03:48.721 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2024-09-12 14:03:48.723 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2024-09-12 14:03:48.726 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2024-09-12 14:03:48.741 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2024-09-12 14:03:48.743 | + functions-common:install_package:1459 : update_package_repo 2024-09-12 14:03:48.744 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-09-12 14:03:48.746 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-09-12 14:03:48.748 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-09-12 14:03:48.750 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-09-12 14:03:48.751 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-09-12 14:03:48.753 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:03:48.755 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:03:48.757 | + functions-common:update_package_repo:1440 : apt_get_update 2024-09-12 14:03:48.758 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-09-12 14:03:48.760 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-09-12 14:03:48.762 | + functions-common:apt_get_update:1186 : return 2024-09-12 14:03:48.763 | + functions-common:install_package:1460 : real_install_package fakeroot make openvswitch-switch 2024-09-12 14:03:48.765 | + functions-common:real_install_package:1445 : is_ubuntu 2024-09-12 14:03:48.767 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:03:48.769 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:03:48.771 | + functions-common:real_install_package:1446 : apt_get install fakeroot make openvswitch-switch 2024-09-12 14:03:48.790 | + 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-09-12 14:03:48.848 | Reading package lists... 2024-09-12 14:03:49.046 | Building dependency tree... 2024-09-12 14:03:49.048 | Reading state information... 2024-09-12 14:03:49.261 | fakeroot is already the newest version (1.28-1ubuntu1). 2024-09-12 14:03:49.261 | fakeroot set to manually installed. 2024-09-12 14:03:49.261 | make is already the newest version (4.3-4.1build1). 2024-09-12 14:03:49.261 | make set to manually installed. 2024-09-12 14:03:49.261 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2024-09-12 14:03:49.261 | 0 upgraded, 0 newly installed, 0 to remove and 29 not upgraded. 2024-09-12 14:03:49.265 | + functions-common:apt_get:1230 : result=0 2024-09-12 14:03:49.267 | + functions-common:apt_get:1233 : time_stop apt-get 2024-09-12 14:03:49.269 | + functions-common:time_stop:2435 : local name 2024-09-12 14:03:49.271 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:03:49.273 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:03:49.275 | + functions-common:time_stop:2438 : local total 2024-09-12 14:03:49.277 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:03:49.279 | + functions-common:time_stop:2441 : name=apt-get 2024-09-12 14:03:49.281 | + functions-common:time_stop:2442 : start_time=1726149828788 2024-09-12 14:03:49.282 | + functions-common:time_stop:2444 : [[ -z 1726149828788 ]] 2024-09-12 14:03:49.286 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:03:49.289 | + functions-common:time_stop:2447 : end_time=1726149829287 2024-09-12 14:03:49.291 | + functions-common:time_stop:2448 : elapsed_time=499 2024-09-12 14:03:49.293 | + functions-common:time_stop:2449 : total=6517 2024-09-12 14:03:49.295 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:03:49.297 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7016 2024-09-12 14:03:49.298 | + functions-common:apt_get:1234 : return 0 2024-09-12 14:03:49.300 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2024-09-12 14:03:49.302 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:03:49.304 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:03:49.306 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2024-09-12 14:03:49.308 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2024-09-12 14:03:49.310 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2024-09-12 14:03:49.313 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.8.0-40-generic 2024-09-12 14:03:49.315 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2024-09-12 14:03:49.318 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.8.0-40-generic 2024-09-12 14:03:49.318 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2024-09-12 14:03:49.321 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.8 2024-09-12 14:03:49.323 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.8 '<' 3.13 2024-09-12 14:03:49.325 | + functions:vercmp:639 : local v1=6.8 2024-09-12 14:03:49.327 | + functions:vercmp:640 : local 'op=<' 2024-09-12 14:03:49.329 | + functions:vercmp:641 : local v2=3.13 2024-09-12 14:03:49.330 | + functions:vercmp:642 : local result 2024-09-12 14:03:49.333 | ++ functions:vercmp:646 : echo -e '6.8\n3.13' 2024-09-12 14:03:49.334 | ++ functions:vercmp:646 : sort -V 2024-09-12 14:03:49.334 | ++ functions:vercmp:646 : head -1 2024-09-12 14:03:49.338 | + functions:vercmp:646 : result=3.13 2024-09-12 14:03:49.339 | + functions:vercmp:648 : case $op in 2024-09-12 14:03:49.341 | + functions:vercmp:658 : '[' 6.8 '!=' 3.13 ']' 2024-09-12 14:03:49.343 | + functions:vercmp:658 : '[' 3.13 = 6.8 ']' 2024-09-12 14:03:49.345 | + functions:vercmp:659 : return 2024-09-12 14:03:49.346 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2024-09-12 14:03:49.348 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-09-12 14:03:49.350 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart openvswitch-switch 2024-09-12 14:03:49.814 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2024-09-12 14:03:49.816 | + inc/python:use_library_from_git:246 : local name=os-ken 2024-09-12 14:03:49.818 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:49.820 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:49.822 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-ken, ]] 2024-09-12 14:03:49.823 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:49.825 | + stack.sh:main:855 : is_service_enabled etcd3 2024-09-12 14:03:49.838 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:03:49.840 | + stack.sh:main:856 : install_etcd3 2024-09-12 14:03:49.842 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2024-09-12 14:03:49.842 | Installing etcd 2024-09-12 14:03:49.844 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2024-09-12 14:03:49.853 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2024-09-12 14:03:49.862 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2024-09-12 14:03:49.864 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2024-09-12 14:03:49.874 | + lib/etcd3:install_etcd3:113 : local etcd_file 2024-09-12 14:03:49.876 | ++ 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-09-12 14:03:49.878 | ++ 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-09-12 14:03:49.881 | +++ 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-09-12 14:03:49.884 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2024-09-12 14:03:49.885 | ++ 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-09-12 14:03:49.887 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2024-09-12 14:03:49.889 | ++ 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-09-12 14:03:49.899 | --2024-09-12 14:03:49-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-09-12 14:03:49.903 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-09-12 14:03:49.904 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-09-12 14:03:49.932 | HTTP request sent, awaiting response... 200 OK 2024-09-12 14:03:49.932 | Length: 11350736 (11M) [application/gzip] 2024-09-12 14:03:49.932 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2024-09-12 14:03:49.940 | 2024-09-12 14:03:49.985 | 0K ........ .. 100% 205M=0.05s 2024-09-12 14:03:49.985 | 2024-09-12 14:03:49.985 | 2024-09-12 14:03:49 (205 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2024-09-12 14:03:49.985 | 2024-09-12 14:03:49.989 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2024-09-12 14:03:49.991 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-09-12 14:03:49.993 | ++ functions:get_extra_file:74 : return 2024-09-12 14:03:49.995 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-09-12 14:03:49.997 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2024-09-12 14:03:49.999 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2024-09-12 14:03:50.001 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2024-09-12 14:03:50.065 | /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2024-09-12 14:03:50.068 | + 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-09-12 14:03:50.071 | etcd-v3.3.12-linux-amd64/ 2024-09-12 14:03:50.071 | etcd-v3.3.12-linux-amd64/README.md 2024-09-12 14:03:50.071 | etcd-v3.3.12-linux-amd64/Documentation/ 2024-09-12 14:03:50.072 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2024-09-12 14:03:50.072 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2024-09-12 14:03:50.072 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2024-09-12 14:03:50.072 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2024-09-12 14:03:50.072 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2024-09-12 14:03:50.072 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2024-09-12 14:03:50.072 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2024-09-12 14:03:50.072 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2024-09-12 14:03:50.072 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2024-09-12 14:03:50.072 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2024-09-12 14:03:50.072 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2024-09-12 14:03:50.072 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2024-09-12 14:03:50.072 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2024-09-12 14:03:50.072 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2024-09-12 14:03:50.072 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2024-09-12 14:03:50.072 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2024-09-12 14:03:50.072 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2024-09-12 14:03:50.072 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-09-12 14:03:50.072 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2024-09-12 14:03:50.072 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2024-09-12 14:03:50.072 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-09-12 14:03:50.072 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-09-12 14:03:50.072 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2024-09-12 14:03:50.073 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2024-09-12 14:03:50.073 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2024-09-12 14:03:50.073 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2024-09-12 14:03:50.073 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2024-09-12 14:03:50.073 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2024-09-12 14:03:50.073 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2024-09-12 14:03:50.073 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2024-09-12 14:03:50.073 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2024-09-12 14:03:50.073 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2024-09-12 14:03:50.073 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2024-09-12 14:03:50.073 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2024-09-12 14:03:50.073 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2024-09-12 14:03:50.073 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2024-09-12 14:03:50.073 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2024-09-12 14:03:50.073 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2024-09-12 14:03:50.073 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-09-12 14:03:50.073 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2024-09-12 14:03:50.073 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2024-09-12 14:03:50.073 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-09-12 14:03:50.073 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-09-12 14:03:50.073 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2024-09-12 14:03:50.073 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2024-09-12 14:03:50.073 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2024-09-12 14:03:50.073 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2024-09-12 14:03:50.073 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2024-09-12 14:03:50.073 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2024-09-12 14:03:50.073 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2024-09-12 14:03:50.073 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2024-09-12 14:03:50.073 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2024-09-12 14:03:50.073 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2024-09-12 14:03:50.074 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2024-09-12 14:03:50.074 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2024-09-12 14:03:50.074 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2024-09-12 14:03:50.074 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2024-09-12 14:03:50.074 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2024-09-12 14:03:50.074 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2024-09-12 14:03:50.074 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2024-09-12 14:03:50.074 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2024-09-12 14:03:50.074 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2024-09-12 14:03:50.074 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2024-09-12 14:03:50.074 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2024-09-12 14:03:50.074 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2024-09-12 14:03:50.074 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2024-09-12 14:03:50.074 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2024-09-12 14:03:50.074 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2024-09-12 14:03:50.074 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2024-09-12 14:03:50.074 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2024-09-12 14:03:50.074 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2024-09-12 14:03:50.074 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2024-09-12 14:03:50.074 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2024-09-12 14:03:50.074 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2024-09-12 14:03:50.074 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2024-09-12 14:03:50.075 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2024-09-12 14:03:50.075 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2024-09-12 14:03:50.075 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2024-09-12 14:03:50.075 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2024-09-12 14:03:50.075 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2024-09-12 14:03:50.075 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2024-09-12 14:03:50.075 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2024-09-12 14:03:50.075 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2024-09-12 14:03:50.075 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2024-09-12 14:03:50.075 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2024-09-12 14:03:50.075 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2024-09-12 14:03:50.075 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2024-09-12 14:03:50.075 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2024-09-12 14:03:50.075 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2024-09-12 14:03:50.075 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2024-09-12 14:03:50.075 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2024-09-12 14:03:50.075 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2024-09-12 14:03:50.075 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2024-09-12 14:03:50.075 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2024-09-12 14:03:50.075 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2024-09-12 14:03:50.075 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2024-09-12 14:03:50.075 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2024-09-12 14:03:50.075 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2024-09-12 14:03:50.075 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2024-09-12 14:03:50.076 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2024-09-12 14:03:50.076 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2024-09-12 14:03:50.076 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2024-09-12 14:03:50.076 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2024-09-12 14:03:50.076 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2024-09-12 14:03:50.076 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2024-09-12 14:03:50.076 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2024-09-12 14:03:50.076 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2024-09-12 14:03:50.076 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2024-09-12 14:03:50.076 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2024-09-12 14:03:50.076 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2024-09-12 14:03:50.076 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2024-09-12 14:03:50.076 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2024-09-12 14:03:50.076 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2024-09-12 14:03:50.076 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2024-09-12 14:03:50.076 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2024-09-12 14:03:50.076 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2024-09-12 14:03:50.077 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2024-09-12 14:03:50.077 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2024-09-12 14:03:50.077 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2024-09-12 14:03:50.077 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2024-09-12 14:03:50.077 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2024-09-12 14:03:50.077 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2024-09-12 14:03:50.077 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2024-09-12 14:03:50.077 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2024-09-12 14:03:50.078 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2024-09-12 14:03:50.078 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2024-09-12 14:03:50.078 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2024-09-12 14:03:50.078 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2024-09-12 14:03:50.078 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2024-09-12 14:03:50.078 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2024-09-12 14:03:50.078 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2024-09-12 14:03:50.078 | etcd-v3.3.12-linux-amd64/etcdctl 2024-09-12 14:03:50.199 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2024-09-12 14:03:50.199 | etcd-v3.3.12-linux-amd64/etcd 2024-09-12 14:03:50.347 | + lib/etcd3:install_etcd3:121 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack//bin/etcd 2024-09-12 14:03:50.369 | + lib/etcd3:install_etcd3:122 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack//bin/etcdctl 2024-09-12 14:03:50.388 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2024-09-12 14:03:50.390 | + stack.sh:main:865 : is_service_enabled tls-proxy 2024-09-12 14:03:50.403 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:03:50.405 | + stack.sh:main:875 : install_dstat 2024-09-12 14:03:50.407 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2024-09-12 14:03:50.420 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:03:50.422 | + stack.sh:main:881 : echo_summary 'Installing OpenStack project source' 2024-09-12 14:03:50.423 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-09-12 14:03:50.425 | + stack.sh:echo_summary:455 : echo -e Installing OpenStack project source 2024-09-12 14:03:50.427 | + stack.sh:main:884 : install_libs 2024-09-12 14:03:50.429 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2024-09-12 14:03:50.431 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2024-09-12 14:03:50.433 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2024-09-12 14:03:50.435 | + inc/python:use_library_from_git:246 : local name=automaton 2024-09-12 14:03:50.437 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:50.438 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:50.440 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,automaton, ]] 2024-09-12 14:03:50.442 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:50.444 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2024-09-12 14:03:50.446 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2024-09-12 14:03:50.447 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2024-09-12 14:03:50.449 | + inc/python:use_library_from_git:246 : local name=castellan 2024-09-12 14:03:50.451 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:50.453 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:50.454 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,castellan, ]] 2024-09-12 14:03:50.456 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:50.458 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2024-09-12 14:03:50.460 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2024-09-12 14:03:50.462 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2024-09-12 14:03:50.464 | + inc/python:use_library_from_git:246 : local name=cliff 2024-09-12 14:03:50.465 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:50.467 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:50.469 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cliff, ]] 2024-09-12 14:03:50.471 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:50.473 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2024-09-12 14:03:50.475 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2024-09-12 14:03:50.476 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2024-09-12 14:03:50.478 | + inc/python:use_library_from_git:246 : local name=cursive 2024-09-12 14:03:50.480 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:50.482 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:50.483 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cursive, ]] 2024-09-12 14:03:50.485 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:50.487 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2024-09-12 14:03:50.489 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2024-09-12 14:03:50.491 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2024-09-12 14:03:50.493 | + inc/python:use_library_from_git:246 : local name=debtcollector 2024-09-12 14:03:50.494 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:50.496 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:50.498 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,debtcollector, ]] 2024-09-12 14:03:50.500 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:50.502 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2024-09-12 14:03:50.504 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2024-09-12 14:03:50.506 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2024-09-12 14:03:50.507 | + inc/python:use_library_from_git:246 : local name=futurist 2024-09-12 14:03:50.509 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:50.511 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:50.513 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,futurist, ]] 2024-09-12 14:03:50.515 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:50.516 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2024-09-12 14:03:50.518 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2024-09-12 14:03:50.520 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2024-09-12 14:03:50.522 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2024-09-12 14:03:50.524 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:50.526 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:50.527 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,openstacksdk, ]] 2024-09-12 14:03:50.529 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:50.531 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2024-09-12 14:03:50.533 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2024-09-12 14:03:50.535 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2024-09-12 14:03:50.537 | + inc/python:use_library_from_git:246 : local name=osc-lib 2024-09-12 14:03:50.539 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:50.541 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:50.542 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-lib, ]] 2024-09-12 14:03:50.544 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:50.546 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2024-09-12 14:03:50.548 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2024-09-12 14:03:50.550 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2024-09-12 14:03:50.551 | + inc/python:use_library_from_git:246 : local name=osc-placement 2024-09-12 14:03:50.553 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:50.555 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:50.557 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-placement, ]] 2024-09-12 14:03:50.559 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:50.560 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2024-09-12 14:03:50.563 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2024-09-12 14:03:50.564 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2024-09-12 14:03:50.566 | + inc/python:use_library_from_git:246 : local name=os-client-config 2024-09-12 14:03:50.568 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:50.570 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:50.572 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-client-config, ]] 2024-09-12 14:03:50.574 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:50.576 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2024-09-12 14:03:50.577 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2024-09-12 14:03:50.579 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2024-09-12 14:03:50.582 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2024-09-12 14:03:50.583 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:50.585 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:50.587 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.cache, ]] 2024-09-12 14:03:50.589 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:50.591 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2024-09-12 14:03:50.593 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2024-09-12 14:03:50.595 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2024-09-12 14:03:50.597 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2024-09-12 14:03:50.599 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:50.601 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:50.602 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.concurrency, ]] 2024-09-12 14:03:50.604 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:50.606 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2024-09-12 14:03:50.608 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2024-09-12 14:03:50.610 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2024-09-12 14:03:50.612 | + inc/python:use_library_from_git:246 : local name=oslo.config 2024-09-12 14:03:50.614 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:50.615 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:50.617 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.config, ]] 2024-09-12 14:03:50.619 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:50.621 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2024-09-12 14:03:50.623 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2024-09-12 14:03:50.624 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2024-09-12 14:03:50.626 | + inc/python:use_library_from_git:246 : local name=oslo.context 2024-09-12 14:03:50.628 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:50.630 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:50.631 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.context, ]] 2024-09-12 14:03:50.633 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:50.635 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2024-09-12 14:03:50.637 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2024-09-12 14:03:50.639 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2024-09-12 14:03:50.641 | + inc/python:use_library_from_git:246 : local name=oslo.db 2024-09-12 14:03:50.642 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:50.644 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:50.646 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.db, ]] 2024-09-12 14:03:50.648 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:50.650 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2024-09-12 14:03:50.652 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2024-09-12 14:03:50.654 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2024-09-12 14:03:50.655 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2024-09-12 14:03:50.657 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:50.659 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:50.661 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.i18n, ]] 2024-09-12 14:03:50.663 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:50.664 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2024-09-12 14:03:50.666 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2024-09-12 14:03:50.668 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2024-09-12 14:03:50.670 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2024-09-12 14:03:50.672 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:50.674 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:50.675 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.limit, ]] 2024-09-12 14:03:50.677 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:50.679 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2024-09-12 14:03:50.681 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2024-09-12 14:03:50.683 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2024-09-12 14:03:50.685 | + inc/python:use_library_from_git:246 : local name=oslo.log 2024-09-12 14:03:50.687 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:50.688 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:50.690 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.log, ]] 2024-09-12 14:03:50.692 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:50.694 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2024-09-12 14:03:50.696 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2024-09-12 14:03:50.698 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2024-09-12 14:03:50.699 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2024-09-12 14:03:50.701 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:50.703 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:50.705 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.messaging, ]] 2024-09-12 14:03:50.707 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:50.709 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2024-09-12 14:03:50.711 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2024-09-12 14:03:50.712 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2024-09-12 14:03:50.714 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2024-09-12 14:03:50.716 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:50.718 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:50.720 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.middleware, ]] 2024-09-12 14:03:50.722 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:50.724 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2024-09-12 14:03:50.726 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2024-09-12 14:03:50.727 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2024-09-12 14:03:50.729 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2024-09-12 14:03:50.731 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:50.733 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:50.735 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.policy, ]] 2024-09-12 14:03:50.737 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:50.739 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2024-09-12 14:03:50.741 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2024-09-12 14:03:50.743 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2024-09-12 14:03:50.744 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2024-09-12 14:03:50.746 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:50.748 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:50.750 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.privsep, ]] 2024-09-12 14:03:50.752 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:50.754 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2024-09-12 14:03:50.756 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2024-09-12 14:03:50.758 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2024-09-12 14:03:50.759 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2024-09-12 14:03:50.761 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:50.763 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:50.765 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.reports, ]] 2024-09-12 14:03:50.767 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:50.769 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2024-09-12 14:03:50.770 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2024-09-12 14:03:50.772 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2024-09-12 14:03:50.774 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2024-09-12 14:03:50.776 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:50.778 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:50.779 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.rootwrap, ]] 2024-09-12 14:03:50.781 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:50.783 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2024-09-12 14:03:50.785 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2024-09-12 14:03:50.787 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2024-09-12 14:03:50.789 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2024-09-12 14:03:50.791 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:50.792 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:50.794 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.serialization, ]] 2024-09-12 14:03:50.796 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:50.798 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2024-09-12 14:03:50.800 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2024-09-12 14:03:50.802 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2024-09-12 14:03:50.804 | + inc/python:use_library_from_git:246 : local name=oslo.service 2024-09-12 14:03:50.805 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:50.807 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:50.809 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.service, ]] 2024-09-12 14:03:50.811 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:50.813 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2024-09-12 14:03:50.814 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2024-09-12 14:03:50.816 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2024-09-12 14:03:50.818 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2024-09-12 14:03:50.834 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:50.841 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:50.847 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.utils, ]] 2024-09-12 14:03:50.859 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:50.862 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2024-09-12 14:03:50.877 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2024-09-12 14:03:50.886 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2024-09-12 14:03:50.889 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2024-09-12 14:03:50.891 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:50.897 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:50.903 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.versionedobjects, ]] 2024-09-12 14:03:50.905 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:50.922 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2024-09-12 14:03:50.924 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2024-09-12 14:03:50.926 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2024-09-12 14:03:50.928 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2024-09-12 14:03:50.952 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:50.954 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:50.957 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.vmware, ]] 2024-09-12 14:03:50.959 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:50.963 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2024-09-12 14:03:50.965 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2024-09-12 14:03:50.966 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2024-09-12 14:03:50.968 | + inc/python:use_library_from_git:246 : local name=osprofiler 2024-09-12 14:03:50.970 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:50.972 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:50.974 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osprofiler, ]] 2024-09-12 14:03:50.976 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:50.978 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2024-09-12 14:03:50.980 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2024-09-12 14:03:50.981 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2024-09-12 14:03:50.983 | + inc/python:use_library_from_git:246 : local name=pycadf 2024-09-12 14:03:50.985 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:50.987 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:50.988 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pycadf, ]] 2024-09-12 14:03:50.990 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:50.992 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2024-09-12 14:03:50.994 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2024-09-12 14:03:50.996 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2024-09-12 14:03:50.998 | + inc/python:use_library_from_git:246 : local name=stevedore 2024-09-12 14:03:50.999 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:51.001 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:51.003 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,stevedore, ]] 2024-09-12 14:03:51.005 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:51.007 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2024-09-12 14:03:51.009 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2024-09-12 14:03:51.010 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2024-09-12 14:03:51.012 | + inc/python:use_library_from_git:246 : local name=taskflow 2024-09-12 14:03:51.014 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:51.016 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:51.018 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,taskflow, ]] 2024-09-12 14:03:51.019 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:51.021 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2024-09-12 14:03:51.023 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2024-09-12 14:03:51.025 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2024-09-12 14:03:51.027 | + inc/python:use_library_from_git:246 : local name=tooz 2024-09-12 14:03:51.028 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:51.030 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:51.032 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,tooz, ]] 2024-09-12 14:03:51.034 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:51.036 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2024-09-12 14:03:51.037 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2024-09-12 14:03:51.039 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2024-09-12 14:03:51.041 | + inc/python:use_library_from_git:246 : local name=os-brick 2024-09-12 14:03:51.043 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:51.044 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:51.046 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-brick, ]] 2024-09-12 14:03:51.048 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:51.050 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2024-09-12 14:03:51.052 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2024-09-12 14:03:51.054 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2024-09-12 14:03:51.055 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2024-09-12 14:03:51.057 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:51.059 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:51.061 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-resource-classes, ]] 2024-09-12 14:03:51.063 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:51.064 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2024-09-12 14:03:51.066 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2024-09-12 14:03:51.068 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2024-09-12 14:03:51.070 | + inc/python:use_library_from_git:246 : local name=os-traits 2024-09-12 14:03:51.072 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:51.073 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:51.075 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-traits, ]] 2024-09-12 14:03:51.077 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:51.079 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2024-09-12 14:03:51.081 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2024-09-12 14:03:51.083 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2024-09-12 14:03:51.085 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2024-09-12 14:03:51.086 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:51.088 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:51.090 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-barbicanclient, ]] 2024-09-12 14:03:51.092 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:51.094 | + lib/libraries:install_libs:139 : pip_install etcd3 2024-09-12 14:03:51.109 | Using python 3.10 to install etcd3 2024-09-12 14:03:51.111 | + 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-09-12 14:03:52.085 | Collecting etcd3 2024-09-12 14:03:52.085 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2024-09-12 14:03:52.513 | Collecting protobuf>=3.6.1 2024-09-12 14:03:52.520 | Using cached protobuf-4.21.7-cp37-abi3-manylinux2014_x86_64.whl (408 kB) 2024-09-12 14:03:52.550 | Collecting tenacity>=6.1.0 2024-09-12 14:03:52.553 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2024-09-12 14:03:53.813 | Collecting grpcio>=1.27.1 2024-09-12 14:03:53.847 | Using cached grpcio-1.49.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB) 2024-09-12 14:03:53.869 | Requirement already satisfied: six>=1.12.0 in /usr/lib/python3/dist-packages (from etcd3) (1.16.0) 2024-09-12 14:03:54.038 | Installing collected packages: tenacity, protobuf, grpcio, etcd3 2024-09-12 14:03:54.443 | Successfully installed etcd3-0.12.0 grpcio-1.49.1 protobuf-4.21.7 tenacity-6.3.1 2024-09-12 14:03:54.443 | 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-09-12 14:03:54.568 | + inc/python:pip_install:196 : result=0 2024-09-12 14:03:54.570 | + inc/python:pip_install:198 : time_stop pip_install 2024-09-12 14:03:54.572 | + functions-common:time_stop:2435 : local name 2024-09-12 14:03:54.573 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:03:54.575 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:03:54.577 | + functions-common:time_stop:2438 : local total 2024-09-12 14:03:54.579 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:03:54.580 | + functions-common:time_stop:2441 : name=pip_install 2024-09-12 14:03:54.582 | + functions-common:time_stop:2442 : start_time=1726149831106 2024-09-12 14:03:54.584 | + functions-common:time_stop:2444 : [[ -z 1726149831106 ]] 2024-09-12 14:03:54.586 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:03:54.589 | + functions-common:time_stop:2447 : end_time=1726149834587 2024-09-12 14:03:54.591 | + functions-common:time_stop:2448 : elapsed_time=3481 2024-09-12 14:03:54.592 | + functions-common:time_stop:2449 : total=10892 2024-09-12 14:03:54.594 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:03:54.596 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14373 2024-09-12 14:03:54.598 | + inc/python:pip_install:199 : return 0 2024-09-12 14:03:54.600 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2024-09-12 14:03:54.615 | Using python 3.10 to install etcd3gw 2024-09-12 14:03:54.617 | + 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-09-12 14:03:55.599 | Collecting etcd3gw 2024-09-12 14:03:55.602 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2024-09-12 14:03:55.655 | Collecting requests>=2.20.0 2024-09-12 14:03:55.658 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2024-09-12 14:03:55.660 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.10/dist-packages (from etcd3gw) (5.11.1) 2024-09-12 14:03:55.689 | Collecting futurist>=0.16.0 2024-09-12 14:03:55.692 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2024-09-12 14:03:55.725 | Collecting idna<4,>=2.5 2024-09-12 14:03:55.728 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-09-12 14:03:55.729 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.20.0->etcd3gw) (2020.6.20) 2024-09-12 14:03:55.793 | Collecting urllib3<1.27,>=1.21.1 2024-09-12 14:03:55.796 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2024-09-12 14:03:55.956 | Collecting charset-normalizer<3,>=2 2024-09-12 14:03:55.958 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2024-09-12 14:03:56.180 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, requests, etcd3gw 2024-09-12 14:03:56.180 | Attempting uninstall: urllib3 2024-09-12 14:03:56.182 | Found existing installation: urllib3 1.26.5 2024-09-12 14:03:56.184 | Not uninstalling urllib3 at /usr/lib/python3/dist-packages, outside environment /usr 2024-09-12 14:03:56.185 | Can't uninstall 'urllib3'. No files were found to uninstall. 2024-09-12 14:03:56.251 | Attempting uninstall: idna 2024-09-12 14:03:56.252 | Found existing installation: idna 3.3 2024-09-12 14:03:56.254 | Not uninstalling idna at /usr/lib/python3/dist-packages, outside environment /usr 2024-09-12 14:03:56.254 | Can't uninstall 'idna'. No files were found to uninstall. 2024-09-12 14:03:56.390 | Attempting uninstall: requests 2024-09-12 14:03:56.390 | Found existing installation: requests 2.25.1 2024-09-12 14:03:56.392 | Not uninstalling requests at /usr/lib/python3/dist-packages, outside environment /usr 2024-09-12 14:03:56.392 | Can't uninstall 'requests'. No files were found to uninstall. 2024-09-12 14:03:56.448 | 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-09-12 14:03:56.449 | 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-09-12 14:03:56.561 | + inc/python:pip_install:196 : result=0 2024-09-12 14:03:56.563 | + inc/python:pip_install:198 : time_stop pip_install 2024-09-12 14:03:56.565 | + functions-common:time_stop:2435 : local name 2024-09-12 14:03:56.567 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:03:56.568 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:03:56.570 | + functions-common:time_stop:2438 : local total 2024-09-12 14:03:56.572 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:03:56.574 | + functions-common:time_stop:2441 : name=pip_install 2024-09-12 14:03:56.575 | + functions-common:time_stop:2442 : start_time=1726149834611 2024-09-12 14:03:56.577 | + functions-common:time_stop:2444 : [[ -z 1726149834611 ]] 2024-09-12 14:03:56.580 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:03:56.582 | + functions-common:time_stop:2447 : end_time=1726149836581 2024-09-12 14:03:56.584 | + functions-common:time_stop:2448 : elapsed_time=1970 2024-09-12 14:03:56.586 | + functions-common:time_stop:2449 : total=14373 2024-09-12 14:03:56.588 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:03:56.589 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=16343 2024-09-12 14:03:56.591 | + inc/python:pip_install:199 : return 0 2024-09-12 14:03:56.593 | + stack.sh:main:887 : install_apache_uwsgi 2024-09-12 14:03:56.595 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2024-09-12 14:03:56.597 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2024-09-12 14:03:56.599 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-09-12 14:03:56.601 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-09-12 14:03:56.602 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-09-12 14:03:56.604 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-09-12 14:03:56.606 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-09-12 14:03:56.608 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-09-12 14:03:56.610 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-09-12 14:03:56.612 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-09-12 14:03:56.614 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-09-12 14:03:56.615 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-09-12 14:03:56.617 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-09-12 14:03:56.619 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-09-12 14:03:56.621 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2024-09-12 14:03:56.623 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:03:56.625 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:03:56.627 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2024-09-12 14:03:56.628 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-09-12 14:03:56.630 | + functions-common:install_package:1459 : update_package_repo 2024-09-12 14:03:56.632 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-09-12 14:03:56.634 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-09-12 14:03:56.636 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-09-12 14:03:56.637 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-09-12 14:03:56.639 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-09-12 14:03:56.641 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:03:56.643 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:03:56.645 | + functions-common:update_package_repo:1440 : apt_get_update 2024-09-12 14:03:56.647 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-09-12 14:03:56.648 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-09-12 14:03:56.651 | + functions-common:apt_get_update:1186 : return 2024-09-12 14:03:56.652 | + functions-common:install_package:1460 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-09-12 14:03:56.654 | + functions-common:real_install_package:1445 : is_ubuntu 2024-09-12 14:03:56.656 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:03:56.658 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:03:56.660 | + functions-common:real_install_package:1446 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-09-12 14:03:56.676 | + 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-09-12 14:03:56.735 | Reading package lists... 2024-09-12 14:03:56.936 | Building dependency tree... 2024-09-12 14:03:56.937 | Reading state information... 2024-09-12 14:03:57.136 | uwsgi is already the newest version (2.0.20-4). 2024-09-12 14:03:57.136 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2024-09-12 14:03:57.136 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.12). 2024-09-12 14:03:57.136 | 0 upgraded, 0 newly installed, 0 to remove and 29 not upgraded. 2024-09-12 14:03:57.140 | + functions-common:apt_get:1230 : result=0 2024-09-12 14:03:57.142 | + functions-common:apt_get:1233 : time_stop apt-get 2024-09-12 14:03:57.144 | + functions-common:time_stop:2435 : local name 2024-09-12 14:03:57.146 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:03:57.147 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:03:57.149 | + functions-common:time_stop:2438 : local total 2024-09-12 14:03:57.151 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:03:57.153 | + functions-common:time_stop:2441 : name=apt-get 2024-09-12 14:03:57.155 | + functions-common:time_stop:2442 : start_time=1726149836674 2024-09-12 14:03:57.156 | + functions-common:time_stop:2444 : [[ -z 1726149836674 ]] 2024-09-12 14:03:57.159 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:03:57.162 | + functions-common:time_stop:2447 : end_time=1726149837160 2024-09-12 14:03:57.163 | + functions-common:time_stop:2448 : elapsed_time=486 2024-09-12 14:03:57.165 | + functions-common:time_stop:2449 : total=7016 2024-09-12 14:03:57.167 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:03:57.169 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7502 2024-09-12 14:03:57.170 | + functions-common:apt_get:1234 : return 0 2024-09-12 14:03:57.172 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2024-09-12 14:03:57.174 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:03:57.176 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:03:57.178 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2024-09-12 14:03:57.215 | Enabling module proxy. 2024-09-12 14:03:57.219 | To activate the new configuration, you need to run: 2024-09-12 14:03:57.219 | systemctl restart apache2 2024-09-12 14:03:57.222 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2024-09-12 14:03:57.254 | Considering dependency proxy for proxy_uwsgi: 2024-09-12 14:03:57.254 | Module proxy already enabled 2024-09-12 14:03:57.254 | Enabling module proxy_uwsgi. 2024-09-12 14:03:57.258 | To activate the new configuration, you need to run: 2024-09-12 14:03:57.258 | systemctl restart apache2 2024-09-12 14:03:57.261 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2024-09-12 14:03:57.263 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-09-12 14:03:57.265 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-09-12 14:03:57.267 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-09-12 14:03:57.363 | + stack.sh:main:890 : install_keystoneauth 2024-09-12 14:03:57.365 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2024-09-12 14:03:57.367 | + inc/python:use_library_from_git:246 : local name=keystoneauth 2024-09-12 14:03:57.369 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:57.371 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:57.373 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystoneauth, ]] 2024-09-12 14:03:57.375 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:57.377 | + stack.sh:main:891 : install_keystoneclient 2024-09-12 14:03:57.378 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2024-09-12 14:03:57.380 | + inc/python:use_library_from_git:246 : local name=python-keystoneclient 2024-09-12 14:03:57.382 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:57.384 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:57.386 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-keystoneclient, ]] 2024-09-12 14:03:57.388 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:57.390 | + stack.sh:main:892 : install_glanceclient 2024-09-12 14:03:57.391 | + lib/glance:install_glanceclient:502 : use_library_from_git python-glanceclient 2024-09-12 14:03:57.393 | + inc/python:use_library_from_git:246 : local name=python-glanceclient 2024-09-12 14:03:57.395 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:57.397 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:57.398 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-glanceclient, ]] 2024-09-12 14:03:57.400 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:57.402 | + stack.sh:main:893 : install_cinderclient 2024-09-12 14:03:57.404 | + lib/cinder:install_cinderclient:561 : use_library_from_git python-brick-cinderclient-ext 2024-09-12 14:03:57.406 | + inc/python:use_library_from_git:246 : local name=python-brick-cinderclient-ext 2024-09-12 14:03:57.408 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:57.409 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:57.411 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2024-09-12 14:03:57.413 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:57.415 | + lib/cinder:install_cinderclient:566 : use_library_from_git python-cinderclient 2024-09-12 14:03:57.417 | + inc/python:use_library_from_git:246 : local name=python-cinderclient 2024-09-12 14:03:57.419 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:57.420 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:57.422 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-cinderclient, ]] 2024-09-12 14:03:57.424 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:57.426 | + stack.sh:main:894 : install_novaclient 2024-09-12 14:03:57.428 | + lib/nova:install_novaclient:903 : use_library_from_git python-novaclient 2024-09-12 14:03:57.429 | + inc/python:use_library_from_git:246 : local name=python-novaclient 2024-09-12 14:03:57.431 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:57.433 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:57.435 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-novaclient, ]] 2024-09-12 14:03:57.436 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:57.438 | + stack.sh:main:895 : is_service_enabled swift glance horizon 2024-09-12 14:03:57.451 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:03:57.453 | + stack.sh:main:896 : install_swiftclient 2024-09-12 14:03:57.455 | + lib/swift:install_swiftclient:733 : use_library_from_git python-swiftclient 2024-09-12 14:03:57.457 | + inc/python:use_library_from_git:246 : local name=python-swiftclient 2024-09-12 14:03:57.459 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:57.461 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:57.463 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-swiftclient, ]] 2024-09-12 14:03:57.465 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:57.466 | + stack.sh:main:898 : is_service_enabled neutron nova horizon 2024-09-12 14:03:57.479 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:03:57.481 | + stack.sh:main:899 : install_neutronclient 2024-09-12 14:03:57.483 | + lib/neutron:install_neutronclient:527 : use_library_from_git python-neutronclient 2024-09-12 14:03:57.485 | + inc/python:use_library_from_git:246 : local name=python-neutronclient 2024-09-12 14:03:57.487 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:57.489 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:57.491 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-neutronclient, ]] 2024-09-12 14:03:57.493 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:57.494 | + stack.sh:main:903 : install_keystonemiddleware 2024-09-12 14:03:57.496 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2024-09-12 14:03:57.498 | + inc/python:use_library_from_git:246 : local name=keystonemiddleware 2024-09-12 14:03:57.500 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:03:57.502 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:03:57.504 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystonemiddleware, ]] 2024-09-12 14:03:57.506 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:03:57.508 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2024-09-12 14:03:57.510 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2024-09-12 14:03:57.511 | + inc/python:pip_install_gr:77 : local clean_name 2024-09-12 14:03:57.514 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2024-09-12 14:03:57.515 | ++ inc/python:get_from_global_requirements:221 : local package=keystonemiddleware 2024-09-12 14:03:57.517 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-09-12 14:03:57.521 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2024-09-12 14:03:57.521 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-09-12 14:03:57.524 | ++ inc/python:get_from_global_requirements:223 : required_pkg='keystonemiddleware ' 2024-09-12 14:03:57.526 | ++ inc/python:get_from_global_requirements:224 : [[ keystonemiddleware == '' ]] 2024-09-12 14:03:57.528 | ++ inc/python:get_from_global_requirements:227 : echo keystonemiddleware 2024-09-12 14:03:57.530 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2024-09-12 14:03:57.532 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2024-09-12 14:03:57.547 | Using python 3.10 to install keystonemiddleware 2024-09-12 14:03:57.549 | + 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-09-12 14:03:58.636 | Collecting keystonemiddleware 2024-09-12 14:03:58.641 | Using cached keystonemiddleware-10.2.0-py3-none-any.whl (124 kB) 2024-09-12 14:03:58.705 | Collecting oslo.i18n>=3.15.3 2024-09-12 14:03:58.707 | Using cached oslo.i18n-6.0.0-py3-none-any.whl (46 kB) 2024-09-12 14:03:58.764 | Collecting oslo.config>=5.2.0 2024-09-12 14:03:58.768 | Using cached oslo.config-9.1.1-py3-none-any.whl (128 kB) 2024-09-12 14:03:58.829 | Collecting oslo.utils>=3.33.0 2024-09-12 14:03:58.832 | Using cached oslo.utils-6.1.0-py3-none-any.whl (100 kB) 2024-09-12 14:03:58.836 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (2.28.1) 2024-09-12 14:03:58.836 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystonemiddleware) (1.16.0) 2024-09-12 14:03:58.880 | Collecting oslo.serialization!=2.19.1,>=2.18.0 2024-09-12 14:03:58.883 | Using cached oslo.serialization-5.1.2-py3-none-any.whl (25 kB) 2024-09-12 14:03:58.937 | Collecting oslo.log>=3.36.0 2024-09-12 14:03:58.939 | Using cached oslo.log-5.2.0-py3-none-any.whl (71 kB) 2024-09-12 14:03:59.053 | Collecting pycadf!=2.0.0,>=1.1.0 2024-09-12 14:03:59.056 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2024-09-12 14:03:59.096 | Collecting python-keystoneclient>=3.20.0 2024-09-12 14:03:59.102 | Using cached python_keystoneclient-5.1.0-py3-none-any.whl (398 kB) 2024-09-12 14:03:59.106 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (5.11.1) 2024-09-12 14:03:59.144 | Collecting oslo.context>=2.19.2 2024-09-12 14:03:59.147 | Using cached oslo.context-5.1.1-py3-none-any.whl (20 kB) 2024-09-12 14:03:59.213 | Collecting keystoneauth1>=3.12.0 2024-09-12 14:03:59.219 | Using cached keystoneauth1-5.1.3-py3-none-any.whl (318 kB) 2024-09-12 14:03:59.356 | Collecting oslo.cache>=1.26.0 2024-09-12 14:03:59.358 | Using cached oslo.cache-3.3.1-py3-none-any.whl (70 kB) 2024-09-12 14:03:59.393 | Collecting WebOb>=1.7.1 2024-09-12 14:03:59.396 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2024-09-12 14:03:59.445 | Collecting iso8601>=0.1.11 2024-09-12 14:03:59.447 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2024-09-12 14:03:59.465 | Collecting os-service-types>=1.2.0 2024-09-12 14:03:59.467 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2024-09-12 14:03:59.510 | Collecting stevedore>=1.20.0 2024-09-12 14:03:59.513 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2024-09-12 14:03:59.575 | Collecting dogpile.cache>=1.1.5 2024-09-12 14:03:59.578 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2024-09-12 14:03:59.630 | Collecting debtcollector>=1.2.0 2024-09-12 14:03:59.632 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2024-09-12 14:03:59.661 | Collecting netaddr>=0.7.18 2024-09-12 14:03:59.674 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2024-09-12 14:03:59.771 | Collecting PyYAML>=5.1 2024-09-12 14:03:59.777 | 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-09-12 14:03:59.802 | Collecting rfc3986>=1.2.0 2024-09-12 14:03:59.805 | Using cached rfc3986-1.5.0-py2.py3-none-any.whl (31 kB) 2024-09-12 14:03:59.859 | Collecting python-dateutil>=2.7.0 2024-09-12 14:03:59.862 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2024-09-12 14:03:59.896 | Collecting pyinotify>=0.9.6 2024-09-12 14:03:59.896 | Using cached pyinotify-0.9.6-py3-none-any.whl 2024-09-12 14:04:00.065 | Collecting msgpack>=0.5.2 2024-09-12 14:04:00.072 | Using cached msgpack-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2024-09-12 14:04:00.146 | Collecting pytz>=2013.6 2024-09-12 14:04:00.150 | Using cached pytz-2022.4-py2.py3-none-any.whl (500 kB) 2024-09-12 14:04:00.220 | Collecting pyparsing>=2.1.0 2024-09-12 14:04:00.223 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2024-09-12 14:04:00.225 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (0.11.0) 2024-09-12 14:04:00.259 | Collecting packaging>=20.4 2024-09-12 14:04:00.262 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2024-09-12 14:04:00.289 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware) (2020.6.20) 2024-09-12 14:04:00.289 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.4) 2024-09-12 14:04:00.290 | 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-09-12 14:04:00.291 | 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-09-12 14:04:00.493 | Collecting wrapt>=1.7.0 2024-09-12 14:04:00.498 | 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-09-12 14:04:00.530 | Collecting decorator>=4.0.0 2024-09-12 14:04:00.532 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2024-09-12 14:04:00.932 | 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-09-12 14:04:00.957 | Attempting uninstall: pytz 2024-09-12 14:04:00.960 | Found existing installation: pytz 2022.1 2024-09-12 14:04:00.960 | Not uninstalling pytz at /usr/lib/python3/dist-packages, outside environment /usr 2024-09-12 14:04:00.960 | Can't uninstall 'pytz'. No files were found to uninstall. 2024-09-12 14:04:01.271 | Attempting uninstall: stevedore 2024-09-12 14:04:01.272 | Found existing installation: stevedore 3.5.0 2024-09-12 14:04:01.273 | Not uninstalling stevedore at /usr/lib/python3/dist-packages, outside environment /usr 2024-09-12 14:04:01.273 | Can't uninstall 'stevedore'. No files were found to uninstall. 2024-09-12 14:04:01.406 | Attempting uninstall: pyparsing 2024-09-12 14:04:01.407 | Found existing installation: pyparsing 2.4.7 2024-09-12 14:04:01.408 | Not uninstalling pyparsing at /usr/lib/python3/dist-packages, outside environment /usr 2024-09-12 14:04:01.409 | Can't uninstall 'pyparsing'. No files were found to uninstall. 2024-09-12 14:04:02.449 | 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-09-12 14:04:02.449 | 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-09-12 14:04:02.579 | + inc/python:pip_install:196 : result=0 2024-09-12 14:04:02.581 | + inc/python:pip_install:198 : time_stop pip_install 2024-09-12 14:04:02.583 | + functions-common:time_stop:2435 : local name 2024-09-12 14:04:02.585 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:04:02.587 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:04:02.589 | + functions-common:time_stop:2438 : local total 2024-09-12 14:04:02.591 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:04:02.592 | + functions-common:time_stop:2441 : name=pip_install 2024-09-12 14:04:02.594 | + functions-common:time_stop:2442 : start_time=1726149837544 2024-09-12 14:04:02.596 | + functions-common:time_stop:2444 : [[ -z 1726149837544 ]] 2024-09-12 14:04:02.599 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:04:02.602 | + functions-common:time_stop:2447 : end_time=1726149842600 2024-09-12 14:04:02.604 | + functions-common:time_stop:2448 : elapsed_time=5056 2024-09-12 14:04:02.606 | + functions-common:time_stop:2449 : total=16343 2024-09-12 14:04:02.610 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:04:02.612 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=21399 2024-09-12 14:04:02.617 | + inc/python:pip_install:199 : return 0 2024-09-12 14:04:02.619 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2024-09-12 14:04:02.622 | + inc/python:pip_install_gr:76 : local name=python-memcached 2024-09-12 14:04:02.624 | + inc/python:pip_install_gr:77 : local clean_name 2024-09-12 14:04:02.626 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2024-09-12 14:04:02.632 | ++ inc/python:get_from_global_requirements:221 : local package=python-memcached 2024-09-12 14:04:02.634 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-09-12 14:04:02.637 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2024-09-12 14:04:02.638 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-09-12 14:04:02.642 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-memcached ' 2024-09-12 14:04:02.644 | ++ inc/python:get_from_global_requirements:224 : [[ python-memcached == '' ]] 2024-09-12 14:04:02.646 | ++ inc/python:get_from_global_requirements:227 : echo python-memcached 2024-09-12 14:04:02.649 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2024-09-12 14:04:02.654 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2024-09-12 14:04:02.672 | Using python 3.10 to install python-memcached 2024-09-12 14:04:02.674 | + 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-09-12 14:04:03.645 | Collecting python-memcached 2024-09-12 14:04:03.649 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2024-09-12 14:04:03.652 | Requirement already satisfied: six>=1.4.0 in /usr/lib/python3/dist-packages (from python-memcached) (1.16.0) 2024-09-12 14:04:03.949 | Installing collected packages: python-memcached 2024-09-12 14:04:03.975 | Successfully installed python-memcached-1.59 2024-09-12 14:04:03.976 | 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-09-12 14:04:04.055 | + inc/python:pip_install:196 : result=0 2024-09-12 14:04:04.057 | + inc/python:pip_install:198 : time_stop pip_install 2024-09-12 14:04:04.059 | + functions-common:time_stop:2435 : local name 2024-09-12 14:04:04.061 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:04:04.063 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:04:04.065 | + functions-common:time_stop:2438 : local total 2024-09-12 14:04:04.067 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:04:04.069 | + functions-common:time_stop:2441 : name=pip_install 2024-09-12 14:04:04.071 | + functions-common:time_stop:2442 : start_time=1726149842668 2024-09-12 14:04:04.072 | + functions-common:time_stop:2444 : [[ -z 1726149842668 ]] 2024-09-12 14:04:04.075 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:04:04.078 | + functions-common:time_stop:2447 : end_time=1726149844076 2024-09-12 14:04:04.080 | + functions-common:time_stop:2448 : elapsed_time=1408 2024-09-12 14:04:04.082 | + functions-common:time_stop:2449 : total=21399 2024-09-12 14:04:04.084 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:04:04.085 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=22807 2024-09-12 14:04:04.087 | + inc/python:pip_install:199 : return 0 2024-09-12 14:04:04.089 | + stack.sh:main:905 : is_service_enabled keystone 2024-09-12 14:04:04.102 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:04:04.103 | + stack.sh:main:906 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-09-12 14:04:04.105 | + stack.sh:main:907 : stack_install_service keystone 2024-09-12 14:04:04.107 | + lib/stack:stack_install_service:20 : local service=keystone 2024-09-12 14:04:04.109 | + lib/stack:stack_install_service:21 : type install_keystone 2024-09-12 14:04:04.111 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-09-12 14:04:04.113 | + lib/stack:stack_install_service:32 : install_keystone 2024-09-12 14:04:04.114 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2024-09-12 14:04:04.126 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:04:04.128 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone stable/2023.1 2024-09-12 14:04:04.130 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/keystone.git 2024-09-12 14:04:04.132 | + functions-common:git_clone:613 : local git_dest=/opt/stack//keystone 2024-09-12 14:04:04.134 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-09-12 14:04:04.136 | + functions-common:git_clone:615 : local orig_dir 2024-09-12 14:04:04.138 | ++ functions-common:git_clone:616 : pwd 2024-09-12 14:04:04.141 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-09-12 14:04:04.143 | + functions-common:git_clone:617 : local git_clone_flags= 2024-09-12 14:04:04.146 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-09-12 14:04:04.159 | + functions-common:git_clone:619 : RECLONE=False 2024-09-12 14:04:04.161 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-09-12 14:04:04.163 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-09-12 14:04:04.165 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-09-12 14:04:04.167 | + functions-common:git_clone:633 : echo stable/2023.1 2024-09-12 14:04:04.167 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-09-12 14:04:04.171 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//keystone ]] 2024-09-12 14:04:04.173 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-09-12 14:04:04.174 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2024-09-12 14:04:04.176 | + functions-common:git_timed:720 : local count=0 2024-09-12 14:04:04.177 | + functions-common:git_timed:721 : local timeout=0 2024-09-12 14:04:04.179 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-09-12 14:04:04.181 | + functions-common:git_timed:724 : timeout=0 2024-09-12 14:04:04.183 | + functions-common:git_timed:727 : time_start git_timed 2024-09-12 14:04:04.184 | + functions-common:time_start:2421 : local name=git_timed 2024-09-12 14:04:04.186 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:04:04.188 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:04:04.190 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:04:04.192 | + functions-common:time_start:2426 : _TIME_START[$name]=1726149844190 2024-09-12 14:04:04.194 | + 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-09-12 14:04:04.197 | Cloning into '/opt/stack//keystone'... 2024-09-12 14:04:06.931 | + functions-common:git_timed:742 : time_stop git_timed 2024-09-12 14:04:06.932 | + functions-common:time_stop:2435 : local name 2024-09-12 14:04:06.934 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:04:06.936 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:04:06.938 | + functions-common:time_stop:2438 : local total 2024-09-12 14:04:06.939 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:04:06.941 | + functions-common:time_stop:2441 : name=git_timed 2024-09-12 14:04:06.943 | + functions-common:time_stop:2442 : start_time=1726149844190 2024-09-12 14:04:06.944 | + functions-common:time_stop:2444 : [[ -z 1726149844190 ]] 2024-09-12 14:04:06.947 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:04:06.949 | + functions-common:time_stop:2447 : end_time=1726149846947 2024-09-12 14:04:06.951 | + functions-common:time_stop:2448 : elapsed_time=2757 2024-09-12 14:04:06.953 | + functions-common:time_stop:2449 : total=5272 2024-09-12 14:04:06.954 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:04:06.956 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8029 2024-09-12 14:04:06.958 | + functions-common:git_clone:654 : cd /opt/stack//keystone 2024-09-12 14:04:06.959 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-09-12 14:04:06.961 | + functions-common:git_timed:720 : local count=0 2024-09-12 14:04:06.963 | + functions-common:git_timed:721 : local timeout=0 2024-09-12 14:04:06.964 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-09-12 14:04:06.966 | + functions-common:git_timed:724 : timeout=0 2024-09-12 14:04:06.968 | + functions-common:git_timed:727 : time_start git_timed 2024-09-12 14:04:06.970 | + functions-common:time_start:2421 : local name=git_timed 2024-09-12 14:04:06.971 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:04:06.973 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:04:06.975 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:04:06.978 | + functions-common:time_start:2426 : _TIME_START[$name]=1726149846976 2024-09-12 14:04:06.980 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-09-12 14:04:08.777 | From https://opendev.org/openstack/keystone 2024-09-12 14:04:08.777 | * branch stable/2023.1 -> FETCH_HEAD 2024-09-12 14:04:08.781 | + functions-common:git_timed:742 : time_stop git_timed 2024-09-12 14:04:08.783 | + functions-common:time_stop:2435 : local name 2024-09-12 14:04:08.784 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:04:08.786 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:04:08.788 | + functions-common:time_stop:2438 : local total 2024-09-12 14:04:08.790 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:04:08.791 | + functions-common:time_stop:2441 : name=git_timed 2024-09-12 14:04:08.793 | + functions-common:time_stop:2442 : start_time=1726149846976 2024-09-12 14:04:08.795 | + functions-common:time_stop:2444 : [[ -z 1726149846976 ]] 2024-09-12 14:04:08.797 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:04:08.800 | + functions-common:time_stop:2447 : end_time=1726149848798 2024-09-12 14:04:08.802 | + functions-common:time_stop:2448 : elapsed_time=1822 2024-09-12 14:04:08.803 | + functions-common:time_stop:2449 : total=8029 2024-09-12 14:04:08.805 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:04:08.806 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9851 2024-09-12 14:04:08.808 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-09-12 14:04:08.810 | + functions-common:git_timed:720 : local count=0 2024-09-12 14:04:08.812 | + functions-common:git_timed:721 : local timeout=0 2024-09-12 14:04:08.813 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-09-12 14:04:08.815 | + functions-common:git_timed:724 : timeout=0 2024-09-12 14:04:08.816 | + functions-common:git_timed:727 : time_start git_timed 2024-09-12 14:04:08.818 | + functions-common:time_start:2421 : local name=git_timed 2024-09-12 14:04:08.820 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:04:08.822 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:04:08.824 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:04:08.827 | + functions-common:time_start:2426 : _TIME_START[$name]=1726149848825 2024-09-12 14:04:08.829 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-09-12 14:04:08.915 | Note: switching to 'FETCH_HEAD'. 2024-09-12 14:04:08.915 | 2024-09-12 14:04:08.915 | You are in 'detached HEAD' state. You can look around, make experimental 2024-09-12 14:04:08.915 | changes and commit them, and you can discard any commits you make in this 2024-09-12 14:04:08.915 | state without impacting any branches by switching back to a branch. 2024-09-12 14:04:08.915 | 2024-09-12 14:04:08.915 | If you want to create a new branch to retain commits you create, you may 2024-09-12 14:04:08.915 | do so (now or later) by using -c with the switch command. Example: 2024-09-12 14:04:08.915 | 2024-09-12 14:04:08.915 | git switch -c 2024-09-12 14:04:08.915 | 2024-09-12 14:04:08.915 | Or undo this operation with: 2024-09-12 14:04:08.915 | 2024-09-12 14:04:08.915 | git switch - 2024-09-12 14:04:08.915 | 2024-09-12 14:04:08.915 | Turn off this advice by setting config variable advice.detachedHead to false 2024-09-12 14:04:08.915 | 2024-09-12 14:04:08.916 | HEAD is now at ea5b0b0 Add keystone-manage reset_last_active command 2024-09-12 14:04:08.919 | + functions-common:git_timed:742 : time_stop git_timed 2024-09-12 14:04:08.921 | + functions-common:time_stop:2435 : local name 2024-09-12 14:04:08.923 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:04:08.925 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:04:08.926 | + functions-common:time_stop:2438 : local total 2024-09-12 14:04:08.928 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:04:08.930 | + functions-common:time_stop:2441 : name=git_timed 2024-09-12 14:04:08.932 | + functions-common:time_stop:2442 : start_time=1726149848825 2024-09-12 14:04:08.933 | + functions-common:time_stop:2444 : [[ -z 1726149848825 ]] 2024-09-12 14:04:08.936 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:04:08.938 | + functions-common:time_stop:2447 : end_time=1726149848936 2024-09-12 14:04:08.940 | + functions-common:time_stop:2448 : elapsed_time=111 2024-09-12 14:04:08.942 | + functions-common:time_stop:2449 : total=9851 2024-09-12 14:04:08.944 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:04:08.945 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9962 2024-09-12 14:04:08.947 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//keystone 2024-09-12 14:04:08.957 | + functions-common:git_clone:695 : cd /opt/stack//keystone 2024-09-12 14:04:08.959 | + functions-common:git_clone:696 : git show --oneline 2024-09-12 14:04:08.959 | + functions-common:git_clone:696 : head -1 2024-09-12 14:04:08.963 | ea5b0b0 Add keystone-manage reset_last_active command 2024-09-12 14:04:08.965 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-09-12 14:04:08.967 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2024-09-12 14:04:08.969 | + inc/python:setup_develop:334 : local bindep 2024-09-12 14:04:08.971 | + inc/python:setup_develop:335 : [[ /opt/stack//keystone == -bindep* ]] 2024-09-12 14:04:08.973 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//keystone 2024-09-12 14:04:08.975 | + inc/python:setup_develop:340 : local extras= 2024-09-12 14:04:08.976 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2024-09-12 14:04:08.978 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-09-12 14:04:08.980 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//keystone == -bindep* ]] 2024-09-12 14:04:08.982 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//keystone 2024-09-12 14:04:08.984 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-09-12 14:04:08.985 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-09-12 14:04:08.988 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//keystone 2024-09-12 14:04:08.989 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-09-12 14:04:08.992 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/keystone 2024-09-12 14:04:08.994 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-09-12 14:04:08.995 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-09-12 14:04:08.998 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2024-09-12 14:04:09.002 | + inc/python:_setup_package_with_constraints_edit:381 : name=keystone 2024-09-12 14:04:09.004 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- keystone 2024-09-12 14:04:09.324 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/keystone -e 2024-09-12 14:04:09.326 | + inc/python:setup_package:414 : local bindep=0 2024-09-12 14:04:09.328 | + inc/python:setup_package:415 : local bindep_flag= 2024-09-12 14:04:09.330 | + inc/python:setup_package:416 : local bindep_profiles= 2024-09-12 14:04:09.332 | + inc/python:setup_package:417 : [[ /opt/stack/keystone == -bindep* ]] 2024-09-12 14:04:09.333 | + inc/python:setup_package:422 : local project_dir=/opt/stack/keystone 2024-09-12 14:04:09.335 | + inc/python:setup_package:423 : local flags=-e 2024-09-12 14:04:09.337 | + inc/python:setup_package:424 : local extras= 2024-09-12 14:04:09.339 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-09-12 14:04:09.341 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-09-12 14:04:09.343 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-09-12 14:04:09.344 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-09-12 14:04:09.346 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-09-12 14:04:09.348 | + inc/python:setup_package:442 : pip_install -e /opt/stack/keystone 2024-09-12 14:04:09.363 | Using python 3.10 to install /opt/stack/keystone 2024-09-12 14:04:09.365 | + 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-09-12 14:04:10.257 | Obtaining file:///opt/stack/keystone 2024-09-12 14:04:10.257 | Preparing metadata (setup.py): started 2024-09-12 14:04:10.768 | Preparing metadata (setup.py): finished with status 'done' 2024-09-12 14:04:10.922 | Collecting Flask!=0.11,>=1.0.2 2024-09-12 14:04:10.925 | Using cached Flask-2.2.2-py3-none-any.whl (101 kB) 2024-09-12 14:04:10.949 | Collecting Flask-RESTful>=0.3.5 2024-09-12 14:04:10.952 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2024-09-12 14:04:10.984 | Collecting PyJWT>=1.6.1 2024-09-12 14:04:10.986 | Using cached PyJWT-2.5.0-py3-none-any.whl (20 kB) 2024-09-12 14:04:11.731 | Collecting SQLAlchemy>=1.3.0 2024-09-12 14:04:11.745 | 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-09-12 14:04:11.755 | 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-09-12 14:04:11.844 | Collecting bcrypt>=3.1.3 2024-09-12 14:04:11.851 | Using cached bcrypt-4.0.0-cp36-abi3-manylinux_2_28_x86_64.whl (594 kB) 2024-09-12 14:04:12.261 | Collecting cryptography>=2.7 2024-09-12 14:04:12.287 | Using cached cryptography-38.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (4.2 MB) 2024-09-12 14:04:12.307 | 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-09-12 14:04:12.358 | Collecting jsonschema>=3.2.0 2024-09-12 14:04:12.360 | Using cached jsonschema-4.16.0-py3-none-any.whl (83 kB) 2024-09-12 14:04:12.363 | 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-09-12 14:04:12.363 | 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-09-12 14:04:12.386 | Collecting oauthlib>=0.6.2 2024-09-12 14:04:12.390 | Using cached oauthlib-3.2.1-py3-none-any.whl (151 kB) 2024-09-12 14:04:12.395 | 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-09-12 14:04:12.395 | 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-09-12 14:04:12.395 | 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-09-12 14:04:12.455 | Collecting oslo.db>=6.0.0 2024-09-12 14:04:12.459 | Using cached oslo.db-12.3.2-py3-none-any.whl (177 kB) 2024-09-12 14:04:12.462 | 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-09-12 14:04:12.463 | 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-09-12 14:04:12.551 | Collecting oslo.messaging>=5.29.0 2024-09-12 14:04:12.556 | Using cached oslo.messaging-14.2.5-py3-none-any.whl (257 kB) 2024-09-12 14:04:12.604 | Collecting oslo.middleware>=3.31.0 2024-09-12 14:04:12.606 | Using cached oslo.middleware-5.1.1-py3-none-any.whl (65 kB) 2024-09-12 14:04:12.662 | Collecting oslo.policy>=3.10.0 2024-09-12 14:04:12.664 | Using cached oslo.policy-4.1.1-py3-none-any.whl (88 kB) 2024-09-12 14:04:12.667 | 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-09-12 14:04:12.780 | Collecting oslo.upgradecheck>=1.3.0 2024-09-12 14:04:12.783 | Using cached oslo.upgradecheck-2.1.1-py3-none-any.whl (14 kB) 2024-09-12 14:04:12.785 | 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-09-12 14:04:12.816 | Collecting osprofiler>=1.4.0 2024-09-12 14:04:12.818 | Using cached osprofiler-3.4.3-py3-none-any.whl (89 kB) 2024-09-12 14:04:12.840 | Collecting passlib>=1.7.0 2024-09-12 14:04:12.849 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2024-09-12 14:04:12.854 | 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-09-12 14:04:12.855 | 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-09-12 14:04:12.898 | Collecting pysaml2>=5.0.0 2024-09-12 14:04:12.903 | Using cached pysaml2-7.2.1-py2.py3-none-any.whl (412 kB) 2024-09-12 14:04:12.908 | 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-09-12 14:04:12.909 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (2022.4) 2024-09-12 14:04:13.003 | Collecting scrypt>=0.8.0 2024-09-12 14:04:13.013 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2024-09-12 14:04:13.128 | Collecting sqlalchemy-migrate>=0.13.0 2024-09-12 14:04:13.131 | Using cached sqlalchemy_migrate-0.13.0-py2.py3-none-any.whl (109 kB) 2024-09-12 14:04:13.136 | 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-09-12 14:04:13.424 | Collecting cffi>=1.12 2024-09-12 14:04:13.428 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2024-09-12 14:04:13.434 | 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-09-12 14:04:13.471 | Collecting Jinja2>=3.0 2024-09-12 14:04:13.473 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2024-09-12 14:04:13.519 | Collecting Werkzeug>=2.2.2 2024-09-12 14:04:13.523 | Using cached Werkzeug-2.2.2-py3-none-any.whl (232 kB) 2024-09-12 14:04:13.545 | Collecting itsdangerous>=2.0 2024-09-12 14:04:13.548 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2024-09-12 14:04:13.580 | Collecting click>=8.0 2024-09-12 14:04:13.583 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2024-09-12 14:04:13.612 | Collecting aniso8601>=0.82 2024-09-12 14:04:13.613 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2024-09-12 14:04:13.618 | 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-09-12 14:04:13.635 | 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-09-12 14:04:13.664 | Collecting attrs>=17.4.0 2024-09-12 14:04:13.666 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2024-09-12 14:04:13.690 | 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-09-12 14:04:13.692 | 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-09-12 14:04:13.770 | 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-09-12 14:04:13.771 | 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-09-12 14:04:13.772 | 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-09-12 14:04:13.776 | 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-09-12 14:04:13.820 | Collecting testresources>=2.0.0 2024-09-12 14:04:13.823 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2024-09-12 14:04:13.842 | Collecting testscenarios>=0.4 2024-09-12 14:04:13.844 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2024-09-12 14:04:13.895 | Collecting alembic>=0.9.6 2024-09-12 14:04:13.898 | Using cached alembic-1.8.1-py3-none-any.whl (209 kB) 2024-09-12 14:04:13.922 | 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-09-12 14:04:13.923 | 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-09-12 14:04:14.007 | Collecting kombu>=4.6.6 2024-09-12 14:04:14.010 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2024-09-12 14:04:14.043 | Collecting cachetools>=2.0.0 2024-09-12 14:04:14.045 | Using cached cachetools-5.2.0-py3-none-any.whl (9.3 kB) 2024-09-12 14:04:14.084 | Collecting amqp>=2.5.2 2024-09-12 14:04:14.086 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2024-09-12 14:04:14.195 | Collecting oslo.metrics>=0.2.1 2024-09-12 14:04:14.197 | Using cached oslo.metrics-0.6.0-py3-none-any.whl (13 kB) 2024-09-12 14:04:14.199 | 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-09-12 14:04:14.250 | Collecting oslo.service!=1.28.1,>=1.24.0 2024-09-12 14:04:14.253 | Using cached oslo.service-3.1.2-py3-none-any.whl (77 kB) 2024-09-12 14:04:14.286 | Collecting statsd>=3.2.1 2024-09-12 14:04:14.288 | Using cached statsd-3.3.0-py2.py3-none-any.whl (11 kB) 2024-09-12 14:04:14.345 | Collecting PrettyTable>=0.7.1 2024-09-12 14:04:14.347 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2024-09-12 14:04:14.357 | 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-09-12 14:04:14.358 | 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-09-12 14:04:14.359 | 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-09-12 14:04:14.359 | 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-09-12 14:04:14.428 | Collecting oslo.concurrency>=3.26.0 2024-09-12 14:04:14.431 | Using cached oslo.concurrency-5.1.1-py3-none-any.whl (48 kB) 2024-09-12 14:04:14.522 | Collecting pyOpenSSL 2024-09-12 14:04:14.524 | Using cached pyOpenSSL-22.1.0-py3-none-any.whl (57 kB) 2024-09-12 14:04:14.584 | Collecting xmlschema>=1.2.1 2024-09-12 14:04:14.588 | Using cached xmlschema-2.1.1-py3-none-any.whl (354 kB) 2024-09-12 14:04:14.592 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pysaml2>=5.0.0->keystone==0.0.1.dev12) (59.6.0) 2024-09-12 14:04:14.611 | Collecting defusedxml 2024-09-12 14:04:14.613 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2024-09-12 14:04:14.998 | Collecting greenlet!=0.4.17 2024-09-12 14:04:15.002 | Using cached greenlet-1.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (155 kB) 2024-09-12 14:04:15.043 | Collecting Tempita>=0.4 2024-09-12 14:04:15.045 | Using cached Tempita-0.5.2-py3-none-any.whl (12 kB) 2024-09-12 14:04:15.066 | Collecting sqlparse 2024-09-12 14:04:15.070 | Using cached sqlparse-0.4.3-py3-none-any.whl (42 kB) 2024-09-12 14:04:15.128 | Collecting Mako 2024-09-12 14:04:15.130 | Using cached Mako-1.2.3-py3-none-any.whl (78 kB) 2024-09-12 14:04:15.207 | Collecting vine>=5.0.0 2024-09-12 14:04:15.210 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2024-09-12 14:04:15.281 | Collecting pycparser 2024-09-12 14:04:15.285 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2024-09-12 14:04:15.302 | 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-09-12 14:04:15.449 | Collecting MarkupSafe>=2.0 2024-09-12 14:04:15.451 | Using cached MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2024-09-12 14:04:15.484 | 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-09-12 14:04:15.558 | Collecting fasteners>=0.7.0 2024-09-12 14:04:15.560 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2024-09-12 14:04:15.599 | Collecting prometheus-client>=0.6.0 2024-09-12 14:04:15.602 | Using cached prometheus_client-0.14.1-py3-none-any.whl (59 kB) 2024-09-12 14:04:15.640 | Collecting PasteDeploy>=1.5.0 2024-09-12 14:04:15.643 | Using cached PasteDeploy-2.1.1-py2.py3-none-any.whl (17 kB) 2024-09-12 14:04:15.693 | Collecting Yappi>=1.0 2024-09-12 14:04:15.695 | 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-09-12 14:04:15.717 | Collecting fixtures>=3.0.0 2024-09-12 14:04:15.717 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-09-12 14:04:15.754 | Collecting eventlet>=0.25.2 2024-09-12 14:04:15.757 | Using cached eventlet-0.33.1-py2.py3-none-any.whl (226 kB) 2024-09-12 14:04:15.795 | Collecting Paste>=2.0.2 2024-09-12 14:04:15.802 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2024-09-12 14:04:15.829 | Collecting Routes>=2.3.1 2024-09-12 14:04:15.832 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2024-09-12 14:04:15.853 | 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-09-12 14:04:15.905 | 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-09-12 14:04:15.906 | 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-09-12 14:04:15.907 | 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-09-12 14:04:15.907 | 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-09-12 14:04:15.959 | 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-09-12 14:04:16.035 | Collecting elementpath<4.0.0,>=3.0.0 2024-09-12 14:04:16.039 | Using cached elementpath-3.0.2-py3-none-any.whl (189 kB) 2024-09-12 14:04:16.166 | Collecting dnspython>=1.15.0 2024-09-12 14:04:16.170 | Using cached dnspython-2.2.1-py3-none-any.whl (269 kB) 2024-09-12 14:04:16.292 | Collecting repoze.lru>=0.3 2024-09-12 14:04:16.294 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2024-09-12 14:04:16.443 | 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-09-12 14:04:16.443 | Reason for being yanked: Regression in OpenSSL. 2024-09-12 14:04:16.959 | 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-09-12 14:04:17.444 | Attempting uninstall: PyJWT 2024-09-12 14:04:17.445 | Found existing installation: PyJWT 2.3.0 2024-09-12 14:04:17.446 | Not uninstalling pyjwt at /usr/lib/python3/dist-packages, outside environment /usr 2024-09-12 14:04:17.447 | Can't uninstall 'PyJWT'. No files were found to uninstall. 2024-09-12 14:04:17.635 | Attempting uninstall: PrettyTable 2024-09-12 14:04:17.636 | Found existing installation: prettytable 2.5.0 2024-09-12 14:04:17.641 | Not uninstalling prettytable at /usr/lib/python3/dist-packages, outside environment /usr 2024-09-12 14:04:17.641 | Can't uninstall 'prettytable'. No files were found to uninstall. 2024-09-12 14:04:17.832 | Attempting uninstall: oauthlib 2024-09-12 14:04:17.833 | Found existing installation: oauthlib 3.2.0 2024-09-12 14:04:17.834 | Not uninstalling oauthlib at /usr/lib/python3/dist-packages, outside environment /usr 2024-09-12 14:04:17.835 | Can't uninstall 'oauthlib'. No files were found to uninstall. 2024-09-12 14:04:17.903 | Attempting uninstall: MarkupSafe 2024-09-12 14:04:17.904 | Found existing installation: MarkupSafe 2.0.1 2024-09-12 14:04:17.906 | Not uninstalling markupsafe at /usr/lib/python3/dist-packages, outside environment /usr 2024-09-12 14:04:17.906 | Can't uninstall 'MarkupSafe'. No files were found to uninstall. 2024-09-12 14:04:17.970 | Attempting uninstall: fixtures 2024-09-12 14:04:17.972 | Found existing installation: fixtures 3.0.0 2024-09-12 14:04:17.974 | Not uninstalling fixtures at /usr/lib/python3/dist-packages, outside environment /usr 2024-09-12 14:04:17.975 | Can't uninstall 'fixtures'. No files were found to uninstall. 2024-09-12 14:04:18.344 | Attempting uninstall: click 2024-09-12 14:04:18.345 | Found existing installation: click 8.0.3 2024-09-12 14:04:18.346 | Not uninstalling click at /usr/lib/python3/dist-packages, outside environment /usr 2024-09-12 14:04:18.347 | Can't uninstall 'click'. No files were found to uninstall. 2024-09-12 14:04:18.415 | Attempting uninstall: bcrypt 2024-09-12 14:04:18.417 | Found existing installation: bcrypt 3.2.0 2024-09-12 14:04:18.418 | Not uninstalling bcrypt at /usr/lib/python3/dist-packages, outside environment /usr 2024-09-12 14:04:18.419 | Can't uninstall 'bcrypt'. No files were found to uninstall. 2024-09-12 14:04:18.439 | Attempting uninstall: attrs 2024-09-12 14:04:18.440 | Found existing installation: attrs 21.2.0 2024-09-12 14:04:18.441 | Not uninstalling attrs at /usr/lib/python3/dist-packages, outside environment /usr 2024-09-12 14:04:18.442 | Can't uninstall 'attrs'. No files were found to uninstall. 2024-09-12 14:04:19.489 | Attempting uninstall: jsonschema 2024-09-12 14:04:19.490 | Found existing installation: jsonschema 3.2.0 2024-09-12 14:04:19.492 | Not uninstalling jsonschema at /usr/lib/python3/dist-packages, outside environment /usr 2024-09-12 14:04:19.493 | Can't uninstall 'jsonschema'. No files were found to uninstall. 2024-09-12 14:04:19.553 | Attempting uninstall: Jinja2 2024-09-12 14:04:19.554 | Found existing installation: Jinja2 3.0.3 2024-09-12 14:04:19.555 | Not uninstalling jinja2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-09-12 14:04:19.555 | Can't uninstall 'Jinja2'. No files were found to uninstall. 2024-09-12 14:04:20.165 | Attempting uninstall: cryptography 2024-09-12 14:04:20.166 | Found existing installation: cryptography 3.4.8 2024-09-12 14:04:20.167 | Not uninstalling cryptography at /usr/lib/python3/dist-packages, outside environment /usr 2024-09-12 14:04:20.168 | Can't uninstall 'cryptography'. No files were found to uninstall. 2024-09-12 14:04:20.489 | Attempting uninstall: pyOpenSSL 2024-09-12 14:04:20.491 | Found existing installation: pyOpenSSL 21.0.0 2024-09-12 14:04:20.492 | Not uninstalling pyopenssl at /usr/lib/python3/dist-packages, outside environment /usr 2024-09-12 14:04:20.492 | Can't uninstall 'pyOpenSSL'. No files were found to uninstall. 2024-09-12 14:04:21.275 | Running setup.py develop for keystone 2024-09-12 14:04:22.239 | 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-09-12 14:04:22.239 | 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-09-12 14:04:22.445 | + inc/python:pip_install:196 : result=0 2024-09-12 14:04:22.447 | + inc/python:pip_install:198 : time_stop pip_install 2024-09-12 14:04:22.449 | + functions-common:time_stop:2435 : local name 2024-09-12 14:04:22.451 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:04:22.453 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:04:22.455 | + functions-common:time_stop:2438 : local total 2024-09-12 14:04:22.456 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:04:22.458 | + functions-common:time_stop:2441 : name=pip_install 2024-09-12 14:04:22.460 | + functions-common:time_stop:2442 : start_time=1726149849359 2024-09-12 14:04:22.462 | + functions-common:time_stop:2444 : [[ -z 1726149849359 ]] 2024-09-12 14:04:22.464 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:04:22.467 | + functions-common:time_stop:2447 : end_time=1726149862465 2024-09-12 14:04:22.469 | + functions-common:time_stop:2448 : elapsed_time=13106 2024-09-12 14:04:22.471 | + functions-common:time_stop:2449 : total=22807 2024-09-12 14:04:22.472 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:04:22.474 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=35913 2024-09-12 14:04:22.476 | + inc/python:pip_install:199 : return 0 2024-09-12 14:04:22.478 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-09-12 14:04:22.480 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/keystone/keystone.egg-info 2024-09-12 14:04:22.482 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/keystone/keystone.egg-info 2024-09-12 14:04:22.495 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/keystone/keystone.egg-info 2024-09-12 14:04:22.504 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/keystone 2024-09-12 14:04:22.506 | + inc/python:use_library_from_git:246 : local name=/opt/stack/keystone 2024-09-12 14:04:22.508 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:04:22.510 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:04:22.512 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/keystone, ]] 2024-09-12 14:04:22.514 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:04:22.516 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2024-09-12 14:04:22.528 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:04:22.530 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2024-09-12 14:04:22.532 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-09-12 14:04:22.534 | + stack.sh:main:908 : configure_keystone 2024-09-12 14:04:22.536 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2024-09-12 14:04:22.545 | + 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-09-12 14:04:22.547 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2024-09-12 14:04:22.550 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2024-09-12 14:04:22.562 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:04:22.564 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2024-09-12 14:04:22.588 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2024-09-12 14:04:22.610 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2024-09-12 14:04:22.634 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2024-09-12 14:04:22.658 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2024-09-12 14:04:22.683 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2024-09-12 14:04:22.707 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2024-09-12 14:04:22.729 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2024-09-12 14:04:22.752 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2024-09-12 14:04:22.754 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2024-09-12 14:04:22.756 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2024-09-12 14:04:22.758 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2024-09-12 14:04:22.760 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-09-12 14:04:22.762 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-09-12 14:04:22.774 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:04:22.776 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-09-12 14:04:22.778 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-09-12 14:04:22.780 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-09-12 14:04:22.792 | ++ functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:04:22.793 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-09-12 14:04:22.796 | + 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-09-12 14:04:22.820 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-09-12 14:04:22.822 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-09-12 14:04:22.824 | + lib/keystone:configure_keystone:215 : local service_port=5000 2024-09-12 14:04:22.826 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2024-09-12 14:04:22.838 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:04:22.840 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2024-09-12 14:04:22.864 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2024-09-12 14:04:22.866 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2024-09-12 14:04:22.891 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2024-09-12 14:04:22.893 | ++ lib/database:database_connection_url:134 : local db=keystone 2024-09-12 14:04:22.895 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2024-09-12 14:04:22.897 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=keystone 2024-09-12 14:04:22.899 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-09-12 14:04:22.900 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-09-12 14:04:22.902 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8' 2024-09-12 14:04:22.905 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8' 2024-09-12 14:04:22.929 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2024-09-12 14:04:22.931 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2024-09-12 14:04:22.933 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2024-09-12 14:04:22.935 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2024-09-12 14:04:22.937 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-09-12 14:04:22.950 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-09-12 14:04:22.951 | + functions:setup_systemd_logging:706 : local pidstr= 2024-09-12 14:04:22.953 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-09-12 14:04:22.955 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-09-12 14:04:22.957 | + 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-09-12 14:04:22.979 | + 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-09-12 14:04:23.001 | + 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-09-12 14:04:23.024 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-09-12 14:04:23.047 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2024-09-12 14:04:23.069 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2024-09-12 14:04:23.071 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2024-09-12 14:04:23.074 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2024-09-12 14:04:23.076 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2024-09-12 14:04:23.078 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2024-09-12 14:04:23.080 | + lib/apache:write_uwsgi_config:257 : local http= 2024-09-12 14:04:23.082 | + lib/apache:write_uwsgi_config:258 : local name= 2024-09-12 14:04:23.085 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2024-09-12 14:04:23.088 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2024-09-12 14:04:23.092 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-09-12 14:04:23.095 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-09-12 14:04:23.106 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-09-12 14:04:23.109 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-09-12 14:04:23.116 | d /var/run/uwsgi 0755 stack root 2024-09-12 14:04:23.119 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-09-12 14:04:23.128 | /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-09-12 14:04:23.132 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2024-09-12 14:04:23.134 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2024-09-12 14:04:23.137 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2024-09-12 14:04:23.167 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2024-09-12 14:04:23.194 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2024-09-12 14:04:23.226 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2024-09-12 14:04:23.257 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2024-09-12 14:04:23.286 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2024-09-12 14:04:23.310 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2024-09-12 14:04:23.333 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2024-09-12 14:04:23.355 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2024-09-12 14:04:23.377 | + 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-09-12 14:04:23.400 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2024-09-12 14:04:23.422 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2024-09-12 14:04:23.444 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2024-09-12 14:04:23.466 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-09-12 14:04:23.468 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-09-12 14:04:23.470 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2024-09-12 14:04:23.472 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2024-09-12 14:04:23.474 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-09-12 14:04:23.476 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:04:23.478 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:04:23.480 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-09-12 14:04:23.482 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2024-09-12 14:04:23.484 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2024-09-12 14:04:23.507 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2024-09-12 14:04:23.529 | + 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-09-12 14:04:23.529 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-09-12 14:04:23.536 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2024-09-12 14:04:23.539 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2024-09-12 14:04:23.541 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2024-09-12 14:04:23.542 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-09-12 14:04:23.544 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-09-12 14:04:23.546 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-09-12 14:04:23.548 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:04:23.550 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:04:23.552 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-09-12 14:04:23.553 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-09-12 14:04:23.555 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:04:23.557 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:04:23.559 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2024-09-12 14:04:23.591 | Enabling site keystone-wsgi-public. 2024-09-12 14:04:23.596 | To activate the new configuration, you need to run: 2024-09-12 14:04:23.596 | systemctl reload apache2 2024-09-12 14:04:23.599 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-09-12 14:04:23.601 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-09-12 14:04:23.603 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-09-12 14:04:23.605 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-09-12 14:04:23.710 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2024-09-12 14:04:23.735 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2024-09-12 14:04:23.762 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2024-09-12 14:04:23.787 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2024-09-12 14:04:23.789 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2024-09-12 14:04:23.814 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2024-09-12 14:04:23.836 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2024-09-12 14:04:23.859 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2024-09-12 14:04:23.883 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-09-12 14:04:23.885 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-09-12 14:04:23.887 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2024-09-12 14:04:23.910 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2024-09-12 14:04:23.933 | + stack.sh:main:912 : is_service_enabled swift 2024-09-12 14:04:23.946 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:04:23.948 | + stack.sh:main:926 : is_service_enabled g-api n-api 2024-09-12 14:04:23.961 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:04:23.963 | + stack.sh:main:928 : stack_install_service glance 2024-09-12 14:04:23.964 | + lib/stack:stack_install_service:20 : local service=glance 2024-09-12 14:04:23.966 | + lib/stack:stack_install_service:21 : type install_glance 2024-09-12 14:04:23.968 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-09-12 14:04:23.970 | + lib/stack:stack_install_service:32 : install_glance 2024-09-12 14:04:23.972 | + lib/glance:install_glance:511 : glance_store_extras=() 2024-09-12 14:04:23.974 | + lib/glance:install_glance:511 : local glance_store_extras 2024-09-12 14:04:23.976 | + lib/glance:install_glance:513 : is_service_enabled cinder 2024-09-12 14:04:23.988 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:04:23.990 | + lib/glance:install_glance:514 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2024-09-12 14:04:23.992 | + lib/glance:install_glance:517 : is_service_enabled swift 2024-09-12 14:04:24.005 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:04:24.006 | + lib/glance:install_glance:523 : use_library_from_git glance_store 2024-09-12 14:04:24.008 | + inc/python:use_library_from_git:246 : local name=glance_store 2024-09-12 14:04:24.010 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:04:24.012 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:04:24.014 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,glance_store, ]] 2024-09-12 14:04:24.016 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:04:24.018 | ++ lib/glance:install_glance:529 : join_extras cinder 2024-09-12 14:04:24.020 | ++ inc/python:join_extras:29 : local IFS=, 2024-09-12 14:04:24.021 | ++ inc/python:join_extras:30 : echo cinder 2024-09-12 14:04:24.024 | + lib/glance:install_glance:529 : pip_install_gr_extras glance-store cinder 2024-09-12 14:04:24.026 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2024-09-12 14:04:24.028 | + inc/python:pip_install_gr_extras:90 : local extras=cinder 2024-09-12 14:04:24.029 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2024-09-12 14:04:24.032 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2024-09-12 14:04:24.034 | ++ inc/python:get_version_constraints_from_global_requirements:233 : local package=glance-store 2024-09-12 14:04:24.036 | ++ inc/python:get_version_constraints_from_global_requirements:234 : local required_pkg_version_constraint 2024-09-12 14:04:24.038 | +++ inc/python:get_version_constraints_from_global_requirements:236 : grep -i -h -o -P '^glance-store\K.*' /opt/stack//requirements/global-requirements.txt 2024-09-12 14:04:24.038 | +++ inc/python:get_version_constraints_from_global_requirements:236 : cut -d# -f1 2024-09-12 14:04:24.043 | ++ inc/python:get_version_constraints_from_global_requirements:236 : required_pkg_version_constraint='!=0.29.0 ' 2024-09-12 14:04:24.045 | ++ inc/python:get_version_constraints_from_global_requirements:237 : [[ !=0.29.0 == '' ]] 2024-09-12 14:04:24.046 | ++ inc/python:get_version_constraints_from_global_requirements:240 : echo '!=0.29.0' 2024-09-12 14:04:24.049 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2024-09-12 14:04:24.051 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[cinder]!=0.29.0' 2024-09-12 14:04:24.067 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2024-09-12 14:04:24.068 | + 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-09-12 14:04:25.180 | Collecting glance-store[cinder]!=0.29.0 2024-09-12 14:04:25.184 | Using cached glance_store-4.3.3-py3-none-any.whl (241 kB) 2024-09-12 14:04:25.221 | 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-09-12 14:04:25.222 | 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-09-12 14:04:25.222 | 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-09-12 14:04:25.223 | 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-09-12 14:04:25.224 | 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-09-12 14:04:25.225 | 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-09-12 14:04:25.225 | 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-09-12 14:04:25.226 | 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-09-12 14:04:25.227 | 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-09-12 14:04:25.228 | 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-09-12 14:04:25.229 | 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-09-12 14:04:25.381 | Collecting os-brick>=6.2.2 2024-09-12 14:04:25.385 | Using cached os_brick-6.2.3-py3-none-any.whl (296 kB) 2024-09-12 14:04:25.518 | Collecting oslo.privsep>=1.23.0 2024-09-12 14:04:25.521 | Using cached oslo.privsep-3.1.0-py3-none-any.whl (38 kB) 2024-09-12 14:04:25.651 | Collecting oslo.rootwrap>=5.8.0 2024-09-12 14:04:25.653 | Using cached oslo.rootwrap-7.0.1-py3-none-any.whl (38 kB) 2024-09-12 14:04:25.696 | Collecting python-cinderclient>=4.1.0 2024-09-12 14:04:25.699 | Using cached python_cinderclient-9.3.0-py3-none-any.whl (255 kB) 2024-09-12 14:04:25.706 | 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-09-12 14:04:25.707 | 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-09-12 14:04:25.708 | 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-09-12 14:04:25.748 | 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-09-12 14:04:25.749 | 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-09-12 14:04:25.773 | 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-09-12 14:04:25.774 | 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-09-12 14:04:25.775 | 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-09-12 14:04:25.911 | Collecting os-win>=5.7.0 2024-09-12 14:04:25.915 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2024-09-12 14:04:25.919 | 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-09-12 14:04:25.920 | 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-09-12 14:04:25.921 | 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-09-12 14:04:25.922 | 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-09-12 14:04:25.927 | 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-09-12 14:04:25.945 | 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-09-12 14:04:25.945 | 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-09-12 14:04:25.946 | 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-09-12 14:04:25.947 | 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-09-12 14:04:25.956 | 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-09-12 14:04:25.957 | 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-09-12 14:04:25.963 | 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-09-12 14:04:25.970 | 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-09-12 14:04:25.970 | 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-09-12 14:04:25.972 | 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-09-12 14:04:25.979 | 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-09-12 14:04:25.996 | 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-09-12 14:04:25.997 | 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-09-12 14:04:25.997 | 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-09-12 14:04:25.998 | 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-09-12 14:04:26.038 | 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-09-12 14:04:26.048 | 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-09-12 14:04:26.125 | 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-09-12 14:04:26.126 | 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-09-12 14:04:26.139 | 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-09-12 14:04:26.140 | 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-09-12 14:04:26.140 | 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-09-12 14:04:26.141 | 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-09-12 14:04:26.142 | 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-09-12 14:04:26.143 | 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-09-12 14:04:26.160 | 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-09-12 14:04:26.233 | 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-09-12 14:04:26.261 | 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-09-12 14:04:26.783 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2024-09-12 14:04:27.543 | 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-09-12 14:04:27.543 | 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-09-12 14:04:27.648 | + inc/python:pip_install:196 : result=0 2024-09-12 14:04:27.651 | + inc/python:pip_install:198 : time_stop pip_install 2024-09-12 14:04:27.653 | + functions-common:time_stop:2435 : local name 2024-09-12 14:04:27.654 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:04:27.656 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:04:27.658 | + functions-common:time_stop:2438 : local total 2024-09-12 14:04:27.660 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:04:27.662 | + functions-common:time_stop:2441 : name=pip_install 2024-09-12 14:04:27.663 | + functions-common:time_stop:2442 : start_time=1726149864062 2024-09-12 14:04:27.665 | + functions-common:time_stop:2444 : [[ -z 1726149864062 ]] 2024-09-12 14:04:27.667 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:04:27.670 | + functions-common:time_stop:2447 : end_time=1726149867668 2024-09-12 14:04:27.672 | + functions-common:time_stop:2448 : elapsed_time=3606 2024-09-12 14:04:27.674 | + functions-common:time_stop:2449 : total=35913 2024-09-12 14:04:27.676 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:04:27.678 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=39519 2024-09-12 14:04:27.680 | + inc/python:pip_install:199 : return 0 2024-09-12 14:04:27.681 | + lib/glance:install_glance:530 : copy_rootwrap /usr/local/etc/glance 2024-09-12 14:04:27.683 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2024-09-12 14:04:27.685 | + lib/glance:copy_rootwrap:241 : sudo install -d -o stack /etc/glance 2024-09-12 14:04:27.695 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2024-09-12 14:04:27.699 | + lib/glance:install_glance:533 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance stable/2023.1 2024-09-12 14:04:27.701 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/glance.git 2024-09-12 14:04:27.703 | + functions-common:git_clone:613 : local git_dest=/opt/stack//glance 2024-09-12 14:04:27.705 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-09-12 14:04:27.706 | + functions-common:git_clone:615 : local orig_dir 2024-09-12 14:04:27.708 | ++ functions-common:git_clone:616 : pwd 2024-09-12 14:04:27.711 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-09-12 14:04:27.713 | + functions-common:git_clone:617 : local git_clone_flags= 2024-09-12 14:04:27.715 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-09-12 14:04:27.727 | + functions-common:git_clone:619 : RECLONE=False 2024-09-12 14:04:27.729 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-09-12 14:04:27.731 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-09-12 14:04:27.733 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-09-12 14:04:27.735 | + functions-common:git_clone:633 : echo stable/2023.1 2024-09-12 14:04:27.735 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-09-12 14:04:27.739 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//glance ]] 2024-09-12 14:04:27.741 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-09-12 14:04:27.743 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2024-09-12 14:04:27.745 | + functions-common:git_timed:720 : local count=0 2024-09-12 14:04:27.747 | + functions-common:git_timed:721 : local timeout=0 2024-09-12 14:04:27.748 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-09-12 14:04:27.750 | + functions-common:git_timed:724 : timeout=0 2024-09-12 14:04:27.752 | + functions-common:git_timed:727 : time_start git_timed 2024-09-12 14:04:27.754 | + functions-common:time_start:2421 : local name=git_timed 2024-09-12 14:04:27.756 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:04:27.757 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:04:27.760 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:04:27.763 | + functions-common:time_start:2426 : _TIME_START[$name]=1726149867760 2024-09-12 14:04:27.765 | + 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-09-12 14:04:27.767 | Cloning into '/opt/stack//glance'... 2024-09-12 14:04:30.112 | + functions-common:git_timed:742 : time_stop git_timed 2024-09-12 14:04:30.113 | + functions-common:time_stop:2435 : local name 2024-09-12 14:04:30.115 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:04:30.117 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:04:30.119 | + functions-common:time_stop:2438 : local total 2024-09-12 14:04:30.120 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:04:30.122 | + functions-common:time_stop:2441 : name=git_timed 2024-09-12 14:04:30.124 | + functions-common:time_stop:2442 : start_time=1726149867760 2024-09-12 14:04:30.126 | + functions-common:time_stop:2444 : [[ -z 1726149867760 ]] 2024-09-12 14:04:30.128 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:04:30.131 | + functions-common:time_stop:2447 : end_time=1726149870129 2024-09-12 14:04:30.133 | + functions-common:time_stop:2448 : elapsed_time=2369 2024-09-12 14:04:30.134 | + functions-common:time_stop:2449 : total=9962 2024-09-12 14:04:30.136 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:04:30.138 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12331 2024-09-12 14:04:30.140 | + functions-common:git_clone:654 : cd /opt/stack//glance 2024-09-12 14:04:30.141 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-09-12 14:04:30.143 | + functions-common:git_timed:720 : local count=0 2024-09-12 14:04:30.145 | + functions-common:git_timed:721 : local timeout=0 2024-09-12 14:04:30.147 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-09-12 14:04:30.148 | + functions-common:git_timed:724 : timeout=0 2024-09-12 14:04:30.150 | + functions-common:git_timed:727 : time_start git_timed 2024-09-12 14:04:30.152 | + functions-common:time_start:2421 : local name=git_timed 2024-09-12 14:04:30.153 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:04:30.155 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:04:30.158 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:04:30.160 | + functions-common:time_start:2426 : _TIME_START[$name]=1726149870158 2024-09-12 14:04:30.162 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-09-12 14:04:31.679 | From https://opendev.org/openstack/glance 2024-09-12 14:04:31.680 | * branch stable/2023.1 -> FETCH_HEAD 2024-09-12 14:04:31.683 | + functions-common:git_timed:742 : time_stop git_timed 2024-09-12 14:04:31.685 | + functions-common:time_stop:2435 : local name 2024-09-12 14:04:31.687 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:04:31.689 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:04:31.691 | + functions-common:time_stop:2438 : local total 2024-09-12 14:04:31.693 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:04:31.695 | + functions-common:time_stop:2441 : name=git_timed 2024-09-12 14:04:31.696 | + functions-common:time_stop:2442 : start_time=1726149870158 2024-09-12 14:04:31.698 | + functions-common:time_stop:2444 : [[ -z 1726149870158 ]] 2024-09-12 14:04:31.701 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:04:31.704 | + functions-common:time_stop:2447 : end_time=1726149871702 2024-09-12 14:04:31.705 | + functions-common:time_stop:2448 : elapsed_time=1544 2024-09-12 14:04:31.707 | + functions-common:time_stop:2449 : total=12331 2024-09-12 14:04:31.709 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:04:31.711 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13875 2024-09-12 14:04:31.713 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-09-12 14:04:31.714 | + functions-common:git_timed:720 : local count=0 2024-09-12 14:04:31.716 | + functions-common:git_timed:721 : local timeout=0 2024-09-12 14:04:31.718 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-09-12 14:04:31.720 | + functions-common:git_timed:724 : timeout=0 2024-09-12 14:04:31.721 | + functions-common:git_timed:727 : time_start git_timed 2024-09-12 14:04:31.723 | + functions-common:time_start:2421 : local name=git_timed 2024-09-12 14:04:31.725 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:04:31.727 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:04:31.729 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:04:31.732 | + functions-common:time_start:2426 : _TIME_START[$name]=1726149871730 2024-09-12 14:04:31.734 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-09-12 14:04:31.800 | Note: switching to 'FETCH_HEAD'. 2024-09-12 14:04:31.800 | 2024-09-12 14:04:31.800 | You are in 'detached HEAD' state. You can look around, make experimental 2024-09-12 14:04:31.800 | changes and commit them, and you can discard any commits you make in this 2024-09-12 14:04:31.800 | state without impacting any branches by switching back to a branch. 2024-09-12 14:04:31.800 | 2024-09-12 14:04:31.801 | If you want to create a new branch to retain commits you create, you may 2024-09-12 14:04:31.801 | do so (now or later) by using -c with the switch command. Example: 2024-09-12 14:04:31.801 | 2024-09-12 14:04:31.801 | git switch -c 2024-09-12 14:04:31.801 | 2024-09-12 14:04:31.801 | Or undo this operation with: 2024-09-12 14:04:31.801 | 2024-09-12 14:04:31.801 | git switch - 2024-09-12 14:04:31.801 | 2024-09-12 14:04:31.801 | Turn off this advice by setting config variable advice.detachedHead to false 2024-09-12 14:04:31.801 | 2024-09-12 14:04:31.801 | HEAD is now at 1427857 Add iso file format inspector 2024-09-12 14:04:31.803 | + functions-common:git_timed:742 : time_stop git_timed 2024-09-12 14:04:31.805 | + functions-common:time_stop:2435 : local name 2024-09-12 14:04:31.807 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:04:31.809 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:04:31.811 | + functions-common:time_stop:2438 : local total 2024-09-12 14:04:31.813 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:04:31.814 | + functions-common:time_stop:2441 : name=git_timed 2024-09-12 14:04:31.816 | + functions-common:time_stop:2442 : start_time=1726149871730 2024-09-12 14:04:31.818 | + functions-common:time_stop:2444 : [[ -z 1726149871730 ]] 2024-09-12 14:04:31.820 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:04:31.823 | + functions-common:time_stop:2447 : end_time=1726149871821 2024-09-12 14:04:31.825 | + functions-common:time_stop:2448 : elapsed_time=91 2024-09-12 14:04:31.827 | + functions-common:time_stop:2449 : total=13875 2024-09-12 14:04:31.829 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:04:31.830 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13966 2024-09-12 14:04:31.832 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//glance 2024-09-12 14:04:31.842 | + functions-common:git_clone:695 : cd /opt/stack//glance 2024-09-12 14:04:31.845 | + functions-common:git_clone:696 : git show --oneline 2024-09-12 14:04:31.845 | + functions-common:git_clone:696 : head -1 2024-09-12 14:04:31.848 | 1427857 Add iso file format inspector 2024-09-12 14:04:31.850 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-09-12 14:04:31.852 | + lib/glance:install_glance:535 : setup_develop /opt/stack//glance 2024-09-12 14:04:31.854 | + inc/python:setup_develop:334 : local bindep 2024-09-12 14:04:31.855 | + inc/python:setup_develop:335 : [[ /opt/stack//glance == -bindep* ]] 2024-09-12 14:04:31.857 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//glance 2024-09-12 14:04:31.859 | + inc/python:setup_develop:340 : local extras= 2024-09-12 14:04:31.861 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//glance -e 2024-09-12 14:04:31.863 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-09-12 14:04:31.865 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//glance == -bindep* ]] 2024-09-12 14:04:31.866 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//glance 2024-09-12 14:04:31.868 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-09-12 14:04:31.870 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-09-12 14:04:31.873 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//glance 2024-09-12 14:04:31.875 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-09-12 14:04:31.877 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/glance 2024-09-12 14:04:31.879 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-09-12 14:04:31.880 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-09-12 14:04:31.883 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2024-09-12 14:04:31.887 | + inc/python:_setup_package_with_constraints_edit:381 : name=glance 2024-09-12 14:04:31.889 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- glance 2024-09-12 14:04:32.208 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/glance -e 2024-09-12 14:04:32.210 | + inc/python:setup_package:414 : local bindep=0 2024-09-12 14:04:32.212 | + inc/python:setup_package:415 : local bindep_flag= 2024-09-12 14:04:32.214 | + inc/python:setup_package:416 : local bindep_profiles= 2024-09-12 14:04:32.216 | + inc/python:setup_package:417 : [[ /opt/stack/glance == -bindep* ]] 2024-09-12 14:04:32.218 | + inc/python:setup_package:422 : local project_dir=/opt/stack/glance 2024-09-12 14:04:32.220 | + inc/python:setup_package:423 : local flags=-e 2024-09-12 14:04:32.222 | + inc/python:setup_package:424 : local extras= 2024-09-12 14:04:32.223 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-09-12 14:04:32.225 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-09-12 14:04:32.227 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-09-12 14:04:32.229 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-09-12 14:04:32.231 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-09-12 14:04:32.233 | + inc/python:setup_package:442 : pip_install -e /opt/stack/glance 2024-09-12 14:04:32.248 | Using python 3.10 to install /opt/stack/glance 2024-09-12 14:04:32.250 | + 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-09-12 14:04:33.166 | Obtaining file:///opt/stack/glance 2024-09-12 14:04:33.167 | Preparing metadata (setup.py): started 2024-09-12 14:04:33.574 | Preparing metadata (setup.py): finished with status 'done' 2024-09-12 14:04:33.633 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (3.5.2) 2024-09-12 14:04:33.634 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (2.1.1) 2024-09-12 14:04:33.634 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (3.4.1) 2024-09-12 14:04:33.635 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (2.5.1) 2024-09-12 14:04:33.636 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (1.4.41) 2024-09-12 14:04:33.723 | Collecting WSME>=0.8.0 2024-09-12 14:04:33.725 | Using cached WSME-0.11.0-py3-none-any.whl (59 kB) 2024-09-12 14:04:33.728 | Requirement already satisfied: WebOb>=1.8.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (1.8.7) 2024-09-12 14:04:33.729 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (1.8.1) 2024-09-12 14:04:33.882 | Collecting castellan>=0.17.0 2024-09-12 14:04:33.887 | Using cached castellan-4.1.0-py3-none-any.whl (97 kB) 2024-09-12 14:04:33.890 | Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (38.0.2) 2024-09-12 14:04:34.000 | Collecting cursive>=0.2.1 2024-09-12 14:04:34.002 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2024-09-12 14:04:34.004 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (2.5.0) 2024-09-12 14:04:34.005 | Requirement already satisfied: defusedxml>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (0.7.1) 2024-09-12 14:04:34.006 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (0.33.1) 2024-09-12 14:04:34.007 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (2.4.1) 2024-09-12 14:04:34.007 | Requirement already satisfied: glance-store>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (4.3.3) 2024-09-12 14:04:34.034 | Collecting httplib2>=0.9.1 2024-09-12 14:04:34.037 | Using cached httplib2-0.20.4-py3-none-any.whl (96 kB) 2024-09-12 14:04:34.039 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (1.1.0) 2024-09-12 14:04:34.039 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (4.16.0) 2024-09-12 14:04:34.040 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (5.1.3) 2024-09-12 14:04:34.041 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (10.2.0) 2024-09-12 14:04:34.041 | Requirement already satisfied: os-win>=4.0.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (5.9.0) 2024-09-12 14:04:34.042 | Requirement already satisfied: oslo.concurrency>=4.5.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (5.1.1) 2024-09-12 14:04:34.043 | Requirement already satisfied: oslo.config>=8.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (9.1.1) 2024-09-12 14:04:34.044 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (5.1.1) 2024-09-12 14:04:34.044 | Requirement already satisfied: oslo.db>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (12.3.2) 2024-09-12 14:04:34.045 | Requirement already satisfied: oslo.i18n>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (6.0.0) 2024-09-12 14:04:34.158 | Collecting oslo.limit>=1.6.0 2024-09-12 14:04:34.160 | Using cached oslo.limit-2.1.0-py3-none-any.whl (20 kB) 2024-09-12 14:04:34.162 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (5.2.0) 2024-09-12 14:04:34.162 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (14.2.5) 2024-09-12 14:04:34.163 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (5.1.1) 2024-09-12 14:04:34.164 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (4.1.1) 2024-09-12 14:04:34.292 | Collecting oslo.reports>=1.18.0 2024-09-12 14:04:34.295 | Using cached oslo.reports-3.0.0-py3-none-any.whl (53 kB) 2024-09-12 14:04:34.296 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (2.1.1) 2024-09-12 14:04:34.299 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (6.1.0) 2024-09-12 14:04:34.299 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (3.4.3) 2024-09-12 14:04:34.299 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (5.11.1) 2024-09-12 14:04:34.300 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (22.1.0) 2024-09-12 14:04:34.300 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (5.1.0) 2024-09-12 14:04:34.318 | Collecting retrying!=1.3.0,>=1.2.3 2024-09-12 14:04:34.319 | Using cached retrying-1.3.3-py3-none-any.whl 2024-09-12 14:04:34.324 | Requirement already satisfied: sqlparse>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (0.4.3) 2024-09-12 14:04:34.325 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev16) (5.0.0) 2024-09-12 14:04:34.490 | Collecting taskflow>=4.0.0 2024-09-12 14:04:34.497 | Using cached taskflow-5.1.1-py3-none-any.whl (492 kB) 2024-09-12 14:04:34.508 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->glance==0.0.1.dev16) (1.2.3) 2024-09-12 14:04:34.544 | Collecting python-barbicanclient>=4.5.2 2024-09-12 14:04:34.547 | Using cached python_barbicanclient-5.5.0-py3-none-any.whl (89 kB) 2024-09-12 14:04:34.549 | 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.dev16) (2.28.1) 2024-09-12 14:04:34.568 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.6.1->glance==0.0.1.dev16) (1.15.1) 2024-09-12 14:04:34.577 | 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.dev16) (5.1.2) 2024-09-12 14:04:34.580 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->glance==0.0.1.dev16) (1.14.1) 2024-09-12 14:04:34.588 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev16) (2.2.1) 2024-09-12 14:04:34.588 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev16) (1.16.0) 2024-09-12 14:04:34.591 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev16) (1.1.3) 2024-09-12 14:04:34.626 | 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.dev16) (3.0.9) 2024-09-12 14:04:34.646 | 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.dev16) (0.18.1) 2024-09-12 14:04:34.647 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->glance==0.0.1.dev16) (22.1.0) 2024-09-12 14:04:34.672 | 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.dev16) (1.7.0) 2024-09-12 14:04:34.695 | 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.dev16) (3.1.1) 2024-09-12 14:04:34.696 | 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.dev16) (3.3.1) 2024-09-12 14:04:34.710 | 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.dev16) (0.18) 2024-09-12 14:04:34.729 | 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.dev16) (0.8.0) 2024-09-12 14:04:34.730 | 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.dev16) (1.5.0) 2024-09-12 14:04:34.731 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev16) (6.0) 2024-09-12 14:04:34.755 | 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.dev16) (0.13.0) 2024-09-12 14:04:34.756 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev16) (0.5.0) 2024-09-12 14:04:34.758 | 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.dev16) (2.0.1) 2024-09-12 14:04:34.829 | Collecting openstacksdk>=0.31.1 2024-09-12 14:04:34.843 | Using cached openstacksdk-1.0.1-py3-none-any.whl (1.6 MB) 2024-09-12 14:04:34.878 | 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.dev16) (2.8.2) 2024-09-12 14:04:34.880 | 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.dev16) (0.9.6) 2024-09-12 14:04:34.905 | 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.dev16) (5.2.0) 2024-09-12 14:04:34.906 | 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.dev16) (3.1.2) 2024-09-12 14:04:34.907 | 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.dev16) (0.6.0) 2024-09-12 14:04:34.908 | 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.dev16) (5.1.1) 2024-09-12 14:04:34.909 | 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.dev16) (5.2.4) 2024-09-12 14:04:34.918 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev16) (3.1.2) 2024-09-12 14:04:34.919 | 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.dev16) (4.0.0) 2024-09-12 14:04:34.921 | 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.dev16) (3.3.0) 2024-09-12 14:04:35.113 | Collecting psutil>=3.2.2 2024-09-12 14:04:35.116 | 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-09-12 14:04:35.136 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev16) (23.1) 2024-09-12 14:04:35.137 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev16) (0.11.0) 2024-09-12 14:04:35.138 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev16) (2022.4) 2024-09-12 14:04:35.167 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->glance==0.0.1.dev16) (59.6.0) 2024-09-12 14:04:35.188 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->glance==0.0.1.dev16) (0.2.5) 2024-09-12 14:04:35.254 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->glance==0.0.1.dev16) (0.7) 2024-09-12 14:04:35.359 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.0.0->glance==0.0.1.dev16) (6.3.1) 2024-09-12 14:04:35.381 | Collecting pydot>=1.2.4 2024-09-12 14:04:35.383 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2024-09-12 14:04:35.430 | Collecting networkx>=2.1.0 2024-09-12 14:04:35.444 | Using cached networkx-2.8.7-py3-none-any.whl (2.0 MB) 2024-09-12 14:04:35.581 | Collecting automaton>=1.9.0 2024-09-12 14:04:35.584 | Using cached automaton-3.1.0-py3-none-any.whl (22 kB) 2024-09-12 14:04:35.621 | Collecting simplegeneric 2024-09-12 14:04:35.621 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2024-09-12 14:04:35.632 | 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.dev16) (5.0.0) 2024-09-12 14:04:35.692 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==0.0.1.dev16) (2.21) 2024-09-12 14:04:35.734 | 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.dev16) (2.1.1) 2024-09-12 14:04:35.836 | Collecting requestsexceptions>=1.2.0 2024-09-12 14:04:35.839 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2024-09-12 14:04:35.860 | Collecting jmespath>=0.9.0 2024-09-12 14:04:35.863 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2024-09-12 14:04:35.880 | Collecting appdirs>=1.3.0 2024-09-12 14:04:35.882 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2024-09-12 14:04:35.884 | 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.dev16) (1.1.8) 2024-09-12 14:04:35.885 | 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.dev16) (1.32) 2024-09-12 14:04:35.888 | 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.dev16) (5.1.1) 2024-09-12 14:04:35.932 | 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.dev16) (0.14.1) 2024-09-12 14:04:35.943 | 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.dev16) (1.0.4) 2024-09-12 14:04:35.960 | 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.dev16) (4.0.1) 2024-09-12 14:04:35.964 | 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.dev16) (1.4.0) 2024-09-12 14:04:36.097 | Collecting cliff!=2.9.0,>=2.8.0 2024-09-12 14:04:36.099 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2024-09-12 14:04:36.159 | 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.dev16) (2020.6.20) 2024-09-12 14:04:36.159 | 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.dev16) (2.1.1) 2024-09-12 14:04:36.160 | 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.dev16) (1.26.12) 2024-09-12 14:04:36.161 | 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.dev16) (3.4) 2024-09-12 14:04:36.197 | 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.dev16) (0.5.2) 2024-09-12 14:04:36.259 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==0.0.1.dev16) (2.5.0) 2024-09-12 14:04:36.453 | Collecting importlib-metadata>=4.4 2024-09-12 14:04:36.457 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2024-09-12 14:04:36.551 | Collecting cmd2>=1.0.0 2024-09-12 14:04:36.556 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2024-09-12 14:04:36.592 | Collecting autopage>=0.4.0 2024-09-12 14:04:36.595 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-09-12 14:04:36.907 | 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.dev16) (1.8.2) 2024-09-12 14:04:36.979 | Collecting zipp>=0.5 2024-09-12 14:04:36.980 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2024-09-12 14:04:37.455 | 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-09-12 14:04:37.484 | Attempting uninstall: zipp 2024-09-12 14:04:37.485 | Found existing installation: zipp 1.0.0 2024-09-12 14:04:37.487 | Not uninstalling zipp at /usr/lib/python3/dist-packages, outside environment /usr 2024-09-12 14:04:37.487 | Can't uninstall 'zipp'. No files were found to uninstall. 2024-09-12 14:04:38.718 | Attempting uninstall: httplib2 2024-09-12 14:04:38.720 | Found existing installation: httplib2 0.20.2 2024-09-12 14:04:38.722 | Not uninstalling httplib2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-09-12 14:04:38.722 | Can't uninstall 'httplib2'. No files were found to uninstall. 2024-09-12 14:04:38.747 | Attempting uninstall: cmd2 2024-09-12 14:04:38.749 | Found existing installation: cmd2 0.0.0 2024-09-12 14:04:38.749 | Not uninstalling cmd2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-09-12 14:04:38.750 | Can't uninstall 'cmd2'. No files were found to uninstall. 2024-09-12 14:04:38.825 | Attempting uninstall: autopage 2024-09-12 14:04:38.826 | Found existing installation: autopage 0.4.0 2024-09-12 14:04:38.828 | Not uninstalling autopage at /usr/lib/python3/dist-packages, outside environment /usr 2024-09-12 14:04:38.828 | Can't uninstall 'autopage'. No files were found to uninstall. 2024-09-12 14:04:38.854 | Attempting uninstall: importlib-metadata 2024-09-12 14:04:38.855 | Found existing installation: importlib-metadata 4.6.4 2024-09-12 14:04:38.856 | Not uninstalling importlib-metadata at /usr/lib/python3/dist-packages, outside environment /usr 2024-09-12 14:04:38.857 | Can't uninstall 'importlib-metadata'. No files were found to uninstall. 2024-09-12 14:04:39.921 | Attempting uninstall: cliff 2024-09-12 14:04:39.922 | Found existing installation: cliff 3.10.0 2024-09-12 14:04:39.923 | Not uninstalling cliff at /usr/lib/python3/dist-packages, outside environment /usr 2024-09-12 14:04:39.924 | Can't uninstall 'cliff'. No files were found to uninstall. 2024-09-12 14:04:40.465 | Running setup.py develop for glance 2024-09-12 14:04:41.433 | 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-09-12 14:04:41.433 | 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-09-12 14:04:41.574 | + inc/python:pip_install:196 : result=0 2024-09-12 14:04:41.576 | + inc/python:pip_install:198 : time_stop pip_install 2024-09-12 14:04:41.578 | + functions-common:time_stop:2435 : local name 2024-09-12 14:04:41.580 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:04:41.581 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:04:41.583 | + functions-common:time_stop:2438 : local total 2024-09-12 14:04:41.585 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:04:41.587 | + functions-common:time_stop:2441 : name=pip_install 2024-09-12 14:04:41.588 | + functions-common:time_stop:2442 : start_time=1726149872245 2024-09-12 14:04:41.590 | + functions-common:time_stop:2444 : [[ -z 1726149872245 ]] 2024-09-12 14:04:41.592 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:04:41.595 | + functions-common:time_stop:2447 : end_time=1726149881593 2024-09-12 14:04:41.597 | + functions-common:time_stop:2448 : elapsed_time=9348 2024-09-12 14:04:41.599 | + functions-common:time_stop:2449 : total=39519 2024-09-12 14:04:41.601 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:04:41.603 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=48867 2024-09-12 14:04:41.605 | + inc/python:pip_install:199 : return 0 2024-09-12 14:04:41.607 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-09-12 14:04:41.609 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/glance/glance.egg-info 2024-09-12 14:04:41.611 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/glance/glance.egg-info 2024-09-12 14:04:41.625 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/glance/glance.egg-info 2024-09-12 14:04:41.634 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/glance 2024-09-12 14:04:41.636 | + inc/python:use_library_from_git:246 : local name=/opt/stack/glance 2024-09-12 14:04:41.638 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:04:41.640 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:04:41.642 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/glance, ]] 2024-09-12 14:04:41.644 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:04:41.646 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-09-12 14:04:41.648 | + stack.sh:main:929 : configure_glance 2024-09-12 14:04:41.650 | + lib/glance:configure_glance:323 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2024-09-12 14:04:41.660 | + lib/glance:configure_glance:326 : local dburl 2024-09-12 14:04:41.662 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2024-09-12 14:04:41.664 | ++ lib/database:database_connection_url:134 : local db=glance 2024-09-12 14:04:41.666 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2024-09-12 14:04:41.668 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=glance 2024-09-12 14:04:41.670 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-09-12 14:04:41.672 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-09-12 14:04:41.673 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2024-09-12 14:04:41.675 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2024-09-12 14:04:41.677 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2024-09-12 14:04:41.702 | + 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-09-12 14:04:41.725 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2024-09-12 14:04:41.748 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-09-12 14:04:41.770 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2024-09-12 14:04:41.794 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2024-09-12 14:04:41.818 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2024-09-12 14:04:41.820 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2024-09-12 14:04:41.822 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2024-09-12 14:04:41.824 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-09-12 14:04:41.826 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2024-09-12 14:04:41.849 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2024-09-12 14:04:41.871 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-09-12 14:04:41.894 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2024-09-12 14:04:41.916 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2024-09-12 14:04:41.938 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2024-09-12 14:04:41.960 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2024-09-12 14:04:41.982 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2024-09-12 14:04:42.004 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-09-12 14:04:42.026 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2024-09-12 14:04:42.048 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2024-09-12 14:04:42.072 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2024-09-12 14:04:42.074 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2024-09-12 14:04:42.076 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2024-09-12 14:04:42.078 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-09-12 14:04:42.080 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-09-12 14:04:42.082 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-09-12 14:04:42.094 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:04:42.096 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-09-12 14:04:42.098 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-09-12 14:04:42.100 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-09-12 14:04:42.111 | ++ functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:04:42.113 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-09-12 14:04:42.115 | + 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-09-12 14:04:42.137 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-09-12 14:04:42.139 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-09-12 14:04:42.141 | + lib/glance:configure_glance:338 : '[' vsphere = libvirt ']' 2024-09-12 14:04:42.143 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2024-09-12 14:04:42.165 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2024-09-12 14:04:42.187 | + lib/glance:configure_glance:346 : configure_glance_store False False 2024-09-12 14:04:42.189 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2024-09-12 14:04:42.191 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2024-09-12 14:04:42.193 | + lib/glance:configure_glance_store:254 : local be 2024-09-12 14:04:42.194 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2024-09-12 14:04:42.196 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2024-09-12 14:04:42.198 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-09-12 14:04:42.222 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2024-09-12 14:04:42.224 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2024-09-12 14:04:42.249 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2024-09-12 14:04:42.250 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2024-09-12 14:04:42.263 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:04:42.264 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2024-09-12 14:04:42.287 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2024-09-12 14:04:42.299 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:04:42.301 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2024-09-12 14:04:42.303 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2024-09-12 14:04:42.305 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2024-09-12 14:04:42.307 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-09-12 14:04:42.319 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-09-12 14:04:42.321 | + functions:setup_systemd_logging:706 : local pidstr= 2024-09-12 14:04:42.323 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-09-12 14:04:42.325 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-09-12 14:04:42.326 | + 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-09-12 14:04:42.348 | + 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-09-12 14:04:42.370 | + 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-09-12 14:04:42.393 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-09-12 14:04:42.416 | + lib/glance:configure_glance:390 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2024-09-12 14:04:42.419 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2024-09-12 14:04:42.444 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2024-09-12 14:04:42.467 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-09-12 14:04:42.489 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2024-09-12 14:04:42.511 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2024-09-12 14:04:42.533 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2024-09-12 14:04:42.555 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2024-09-12 14:04:42.578 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-09-12 14:04:42.602 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2024-09-12 14:04:42.625 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2024-09-12 14:04:42.649 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2024-09-12 14:04:42.671 | + lib/glance:configure_glance:409 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2024-09-12 14:04:42.675 | + 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-09-12 14:04:42.679 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2024-09-12 14:04:42.690 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:04:42.692 | + lib/glance:configure_glance:421 : [[ False == False ]] 2024-09-12 14:04:42.694 | + lib/glance:configure_glance:422 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2024-09-12 14:04:42.696 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2024-09-12 14:04:42.697 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2024-09-12 14:04:42.699 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2024-09-12 14:04:42.701 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2024-09-12 14:04:42.704 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2024-09-12 14:04:42.705 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2024-09-12 14:04:42.708 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2024-09-12 14:04:42.732 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2024-09-12 14:04:42.734 | ++ functions:get_random_port:847 : read lower_port upper_port 2024-09-12 14:04:42.736 | ++ functions:get_random_port:848 : true 2024-09-12 14:04:42.738 | ++ functions:get_random_port:849 : (( port = upper_port )) 2024-09-12 14:04:42.739 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2024-09-12 14:04:42.741 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2024-09-12 14:04:42.778 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2024-09-12 14:04:42.780 | ++ functions:get_random_port:852 : break 2 2024-09-12 14:04:42.782 | ++ functions:get_random_port:856 : echo 60999 2024-09-12 14:04:42.784 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2024-09-12 14:04:42.786 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2024-09-12 14:04:42.807 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2024-09-12 14:04:42.829 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2024-09-12 14:04:42.851 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2024-09-12 14:04:42.873 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2024-09-12 14:04:42.894 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2024-09-12 14:04:42.916 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2024-09-12 14:04:42.937 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2024-09-12 14:04:42.959 | + 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-09-12 14:04:42.981 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2024-09-12 14:04:43.003 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2024-09-12 14:04:43.025 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2024-09-12 14:04:43.047 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2024-09-12 14:04:43.069 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2024-09-12 14:04:43.091 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2024-09-12 14:04:43.113 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2024-09-12 14:04:43.136 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2024-09-12 14:04:43.158 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2024-09-12 14:04:43.180 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2024-09-12 14:04:43.202 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2024-09-12 14:04:43.204 | + lib/apache:enable_apache_mod:59 : local mod=proxy 2024-09-12 14:04:43.206 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-09-12 14:04:43.208 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:04:43.209 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:04:43.211 | + lib/apache:enable_apache_mod:64 : [[ proxy != \v\e\r\s\i\o\n ]] 2024-09-12 14:04:43.213 | + lib/apache:enable_apache_mod:64 : a2query -m proxy 2024-09-12 14:04:43.242 | proxy (enabled by site administrator) 2024-09-12 14:04:43.244 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2024-09-12 14:04:43.246 | + lib/apache:enable_apache_mod:59 : local mod=proxy_http 2024-09-12 14:04:43.248 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-09-12 14:04:43.250 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:04:43.252 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:04:43.254 | + lib/apache:enable_apache_mod:64 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2024-09-12 14:04:43.255 | + lib/apache:enable_apache_mod:64 : a2query -m proxy_http 2024-09-12 14:04:43.283 | No module matches proxy_http 2024-09-12 14:04:43.286 | + lib/apache:enable_apache_mod:65 : sudo a2enmod proxy_http 2024-09-12 14:04:43.318 | Considering dependency proxy for proxy_http: 2024-09-12 14:04:43.318 | Module proxy already enabled 2024-09-12 14:04:43.318 | Enabling module proxy_http. 2024-09-12 14:04:43.322 | To activate the new configuration, you need to run: 2024-09-12 14:04:43.322 | systemctl restart apache2 2024-09-12 14:04:43.325 | + lib/apache:enable_apache_mod:66 : restart_apache_server 2024-09-12 14:04:43.327 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-09-12 14:04:43.329 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-09-12 14:04:43.331 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-09-12 14:04:43.427 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2024-09-12 14:04:43.429 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2024-09-12 14:04:43.431 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2024-09-12 14:04:43.433 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-09-12 14:04:43.435 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:04:43.437 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:04:43.438 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2024-09-12 14:04:43.441 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2024-09-12 14:04:43.443 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2024-09-12 14:04:43.443 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2024-09-12 14:04:43.450 | KeepAlive Off 2024-09-12 14:04:43.453 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2024-09-12 14:04:43.454 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-09-12 14:04:43.460 | SetEnv proxy-sendchunked 1 2024-09-12 14:04:43.464 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2024-09-12 14:04:43.464 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-09-12 14:04:43.470 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2024-09-12 14:04:43.473 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2024-09-12 14:04:43.475 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2024-09-12 14:04:43.476 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-09-12 14:04:43.478 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-09-12 14:04:43.480 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-09-12 14:04:43.482 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:04:43.483 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:04:43.485 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-09-12 14:04:43.487 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-09-12 14:04:43.489 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:04:43.490 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:04:43.492 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2024-09-12 14:04:43.524 | Enabling site glance-wsgi-api. 2024-09-12 14:04:43.528 | To activate the new configuration, you need to run: 2024-09-12 14:04:43.528 | systemctl reload apache2 2024-09-12 14:04:43.530 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2024-09-12 14:04:43.532 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-09-12 14:04:43.534 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-09-12 14:04:43.536 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-09-12 14:04:43.629 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2024-09-12 14:04:43.633 | + lib/glance:configure_glance:425 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2024-09-12 14:04:43.657 | + lib/glance:configure_glance:435 : [[ False == True ]] 2024-09-12 14:04:43.659 | + lib/glance:configure_glance:435 : [[ False == True ]] 2024-09-12 14:04:43.661 | + lib/glance:configure_glance:440 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope false 2024-09-12 14:04:43.685 | + lib/glance:configure_glance:441 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults false 2024-09-12 14:04:43.708 | + lib/glance:configure_glance:442 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac false 2024-09-12 14:04:43.730 | + stack.sh:main:932 : is_service_enabled cinder 2024-09-12 14:04:43.743 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:04:43.745 | + stack.sh:main:934 : stack_install_service cinder 2024-09-12 14:04:43.747 | + lib/stack:stack_install_service:20 : local service=cinder 2024-09-12 14:04:43.749 | + lib/stack:stack_install_service:21 : type install_cinder 2024-09-12 14:04:43.751 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-09-12 14:04:43.753 | + lib/stack:stack_install_service:32 : install_cinder 2024-09-12 14:04:43.755 | + lib/cinder:install_cinder:506 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder stable/2023.1 2024-09-12 14:04:43.757 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/cinder.git 2024-09-12 14:04:43.759 | + functions-common:git_clone:613 : local git_dest=/opt/stack//cinder 2024-09-12 14:04:43.760 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-09-12 14:04:43.762 | + functions-common:git_clone:615 : local orig_dir 2024-09-12 14:04:43.764 | ++ functions-common:git_clone:616 : pwd 2024-09-12 14:04:43.766 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-09-12 14:04:43.768 | + functions-common:git_clone:617 : local git_clone_flags= 2024-09-12 14:04:43.770 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-09-12 14:04:43.782 | + functions-common:git_clone:619 : RECLONE=False 2024-09-12 14:04:43.784 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-09-12 14:04:43.786 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-09-12 14:04:43.788 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-09-12 14:04:43.790 | + functions-common:git_clone:633 : echo stable/2023.1 2024-09-12 14:04:43.790 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-09-12 14:04:43.794 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//cinder ]] 2024-09-12 14:04:43.796 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-09-12 14:04:43.798 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2024-09-12 14:04:43.800 | + functions-common:git_timed:720 : local count=0 2024-09-12 14:04:43.801 | + functions-common:git_timed:721 : local timeout=0 2024-09-12 14:04:43.803 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-09-12 14:04:43.805 | + functions-common:git_timed:724 : timeout=0 2024-09-12 14:04:43.806 | + functions-common:git_timed:727 : time_start git_timed 2024-09-12 14:04:43.808 | + functions-common:time_start:2421 : local name=git_timed 2024-09-12 14:04:43.810 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:04:43.812 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:04:43.814 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:04:43.816 | + functions-common:time_start:2426 : _TIME_START[$name]=1726149883815 2024-09-12 14:04:43.818 | + 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-09-12 14:04:43.820 | Cloning into '/opt/stack//cinder'... 2024-09-12 14:04:47.399 | + functions-common:git_timed:742 : time_stop git_timed 2024-09-12 14:04:47.401 | + functions-common:time_stop:2435 : local name 2024-09-12 14:04:47.402 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:04:47.404 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:04:47.406 | + functions-common:time_stop:2438 : local total 2024-09-12 14:04:47.408 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:04:47.409 | + functions-common:time_stop:2441 : name=git_timed 2024-09-12 14:04:47.411 | + functions-common:time_stop:2442 : start_time=1726149883815 2024-09-12 14:04:47.413 | + functions-common:time_stop:2444 : [[ -z 1726149883815 ]] 2024-09-12 14:04:47.415 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:04:47.418 | + functions-common:time_stop:2447 : end_time=1726149887416 2024-09-12 14:04:47.420 | + functions-common:time_stop:2448 : elapsed_time=3601 2024-09-12 14:04:47.422 | + functions-common:time_stop:2449 : total=13966 2024-09-12 14:04:47.424 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:04:47.425 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=17567 2024-09-12 14:04:47.427 | + functions-common:git_clone:654 : cd /opt/stack//cinder 2024-09-12 14:04:47.429 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-09-12 14:04:47.431 | + functions-common:git_timed:720 : local count=0 2024-09-12 14:04:47.433 | + functions-common:git_timed:721 : local timeout=0 2024-09-12 14:04:47.434 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-09-12 14:04:47.436 | + functions-common:git_timed:724 : timeout=0 2024-09-12 14:04:47.438 | + functions-common:git_timed:727 : time_start git_timed 2024-09-12 14:04:47.440 | + functions-common:time_start:2421 : local name=git_timed 2024-09-12 14:04:47.442 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:04:47.443 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:04:47.446 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:04:47.448 | + functions-common:time_start:2426 : _TIME_START[$name]=1726149887447 2024-09-12 14:04:47.450 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-09-12 14:04:49.527 | From https://opendev.org/openstack/cinder 2024-09-12 14:04:49.527 | * branch stable/2023.1 -> FETCH_HEAD 2024-09-12 14:04:49.532 | + functions-common:git_timed:742 : time_stop git_timed 2024-09-12 14:04:49.534 | + functions-common:time_stop:2435 : local name 2024-09-12 14:04:49.536 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:04:49.538 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:04:49.539 | + functions-common:time_stop:2438 : local total 2024-09-12 14:04:49.541 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:04:49.543 | + functions-common:time_stop:2441 : name=git_timed 2024-09-12 14:04:49.545 | + functions-common:time_stop:2442 : start_time=1726149887447 2024-09-12 14:04:49.547 | + functions-common:time_stop:2444 : [[ -z 1726149887447 ]] 2024-09-12 14:04:49.549 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:04:49.552 | + functions-common:time_stop:2447 : end_time=1726149889550 2024-09-12 14:04:49.554 | + functions-common:time_stop:2448 : elapsed_time=2103 2024-09-12 14:04:49.556 | + functions-common:time_stop:2449 : total=17567 2024-09-12 14:04:49.557 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:04:49.559 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=19670 2024-09-12 14:04:49.561 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-09-12 14:04:49.563 | + functions-common:git_timed:720 : local count=0 2024-09-12 14:04:49.564 | + functions-common:git_timed:721 : local timeout=0 2024-09-12 14:04:49.566 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-09-12 14:04:49.568 | + functions-common:git_timed:724 : timeout=0 2024-09-12 14:04:49.570 | + functions-common:git_timed:727 : time_start git_timed 2024-09-12 14:04:49.572 | + functions-common:time_start:2421 : local name=git_timed 2024-09-12 14:04:49.573 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:04:49.575 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:04:49.577 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:04:49.580 | + functions-common:time_start:2426 : _TIME_START[$name]=1726149889578 2024-09-12 14:04:49.582 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-09-12 14:04:49.825 | Note: switching to 'FETCH_HEAD'. 2024-09-12 14:04:49.825 | 2024-09-12 14:04:49.825 | You are in 'detached HEAD' state. You can look around, make experimental 2024-09-12 14:04:49.825 | changes and commit them, and you can discard any commits you make in this 2024-09-12 14:04:49.825 | state without impacting any branches by switching back to a branch. 2024-09-12 14:04:49.825 | 2024-09-12 14:04:49.825 | If you want to create a new branch to retain commits you create, you may 2024-09-12 14:04:49.825 | do so (now or later) by using -c with the switch command. Example: 2024-09-12 14:04:49.825 | 2024-09-12 14:04:49.825 | git switch -c 2024-09-12 14:04:49.825 | 2024-09-12 14:04:49.825 | Or undo this operation with: 2024-09-12 14:04:49.825 | 2024-09-12 14:04:49.825 | git switch - 2024-09-12 14:04:49.825 | 2024-09-12 14:04:49.825 | Turn off this advice by setting config variable advice.detachedHead to false 2024-09-12 14:04:49.825 | 2024-09-12 14:04:49.825 | HEAD is now at a63d192 Fix pep8 issues in driver docs 2024-09-12 14:04:49.829 | + functions-common:git_timed:742 : time_stop git_timed 2024-09-12 14:04:49.831 | + functions-common:time_stop:2435 : local name 2024-09-12 14:04:49.833 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:04:49.835 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:04:49.837 | + functions-common:time_stop:2438 : local total 2024-09-12 14:04:49.839 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:04:49.841 | + functions-common:time_stop:2441 : name=git_timed 2024-09-12 14:04:49.842 | + functions-common:time_stop:2442 : start_time=1726149889578 2024-09-12 14:04:49.844 | + functions-common:time_stop:2444 : [[ -z 1726149889578 ]] 2024-09-12 14:04:49.847 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:04:49.849 | + functions-common:time_stop:2447 : end_time=1726149889847 2024-09-12 14:04:49.851 | + functions-common:time_stop:2448 : elapsed_time=269 2024-09-12 14:04:49.853 | + functions-common:time_stop:2449 : total=19670 2024-09-12 14:04:49.855 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:04:49.857 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=19939 2024-09-12 14:04:49.859 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//cinder 2024-09-12 14:04:49.869 | + functions-common:git_clone:695 : cd /opt/stack//cinder 2024-09-12 14:04:49.872 | + functions-common:git_clone:696 : git show --oneline 2024-09-12 14:04:49.872 | + functions-common:git_clone:696 : head -1 2024-09-12 14:04:49.874 | a63d192 Fix pep8 issues in driver docs 2024-09-12 14:04:49.877 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-09-12 14:04:49.878 | + lib/cinder:install_cinder:507 : setup_develop /opt/stack//cinder 2024-09-12 14:04:49.880 | + inc/python:setup_develop:334 : local bindep 2024-09-12 14:04:49.882 | + inc/python:setup_develop:335 : [[ /opt/stack//cinder == -bindep* ]] 2024-09-12 14:04:49.884 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//cinder 2024-09-12 14:04:49.886 | + inc/python:setup_develop:340 : local extras= 2024-09-12 14:04:49.888 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2024-09-12 14:04:49.890 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-09-12 14:04:49.891 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//cinder == -bindep* ]] 2024-09-12 14:04:49.893 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//cinder 2024-09-12 14:04:49.895 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-09-12 14:04:49.897 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-09-12 14:04:49.899 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//cinder 2024-09-12 14:04:49.901 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-09-12 14:04:49.903 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/cinder 2024-09-12 14:04:49.905 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-09-12 14:04:49.907 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-09-12 14:04:49.909 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2024-09-12 14:04:49.913 | + inc/python:_setup_package_with_constraints_edit:381 : name=cinder 2024-09-12 14:04:49.915 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- cinder 2024-09-12 14:04:50.247 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/cinder -e 2024-09-12 14:04:50.249 | + inc/python:setup_package:414 : local bindep=0 2024-09-12 14:04:50.251 | + inc/python:setup_package:415 : local bindep_flag= 2024-09-12 14:04:50.253 | + inc/python:setup_package:416 : local bindep_profiles= 2024-09-12 14:04:50.254 | + inc/python:setup_package:417 : [[ /opt/stack/cinder == -bindep* ]] 2024-09-12 14:04:50.256 | + inc/python:setup_package:422 : local project_dir=/opt/stack/cinder 2024-09-12 14:04:50.258 | + inc/python:setup_package:423 : local flags=-e 2024-09-12 14:04:50.260 | + inc/python:setup_package:424 : local extras= 2024-09-12 14:04:50.262 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-09-12 14:04:50.264 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-09-12 14:04:50.266 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-09-12 14:04:50.267 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-09-12 14:04:50.269 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-09-12 14:04:50.271 | + inc/python:setup_package:442 : pip_install -e /opt/stack/cinder 2024-09-12 14:04:50.288 | Using python 3.10 to install /opt/stack/cinder 2024-09-12 14:04:50.290 | + 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-09-12 14:04:51.213 | Obtaining file:///opt/stack/cinder 2024-09-12 14:04:51.213 | Preparing metadata (setup.py): started 2024-09-12 14:04:51.812 | Preparing metadata (setup.py): finished with status 'done' 2024-09-12 14:04:51.900 | Requirement already satisfied: Paste>=3.4.3 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (3.5.2) 2024-09-12 14:04:51.901 | Requirement already satisfied: PasteDeploy>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (2.1.1) 2024-09-12 14:04:51.902 | Requirement already satisfied: Routes>=2.4.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (2.5.1) 2024-09-12 14:04:51.902 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (1.4.41) 2024-09-12 14:04:51.903 | Requirement already satisfied: WebOb>=1.8.6 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (1.8.7) 2024-09-12 14:04:52.689 | Collecting boto3>=1.18.49 2024-09-12 14:04:52.692 | Using cached boto3-1.24.89-py3-none-any.whl (132 kB) 2024-09-12 14:04:52.696 | Requirement already satisfied: castellan>=3.7.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (4.1.0) 2024-09-12 14:04:52.697 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (38.0.2) 2024-09-12 14:04:52.698 | Requirement already satisfied: cursive>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (0.2.3) 2024-09-12 14:04:52.698 | Requirement already satisfied: decorator>=4.4.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (5.1.1) 2024-09-12 14:04:52.700 | Requirement already satisfied: eventlet!=0.32.0,>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (0.33.1) 2024-09-12 14:04:52.819 | Collecting google-api-python-client>=1.11.0 2024-09-12 14:04:52.881 | Using cached google_api_python_client-2.64.0-py2.py3-none-any.whl (10.4 MB) 2024-09-12 14:04:52.929 | Requirement already satisfied: greenlet>=0.4.16 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (1.1.3) 2024-09-12 14:04:52.931 | Requirement already satisfied: httplib2>=0.18.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (0.20.4) 2024-09-12 14:04:52.931 | Requirement already satisfied: importlib_metadata>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (5.0.0) 2024-09-12 14:04:52.931 | Requirement already satisfied: iso8601>=0.1.12 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (1.1.0) 2024-09-12 14:04:52.931 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (4.16.0) 2024-09-12 14:04:52.932 | Requirement already satisfied: keystoneauth1>=4.2.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (5.1.3) 2024-09-12 14:04:52.933 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (10.2.0) 2024-09-12 14:04:53.373 | Collecting lxml>=4.5.2 2024-09-12 14:04:53.414 | 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-09-12 14:04:53.478 | Collecting oauth2client>=4.1.3 2024-09-12 14:04:53.481 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2024-09-12 14:04:53.484 | Requirement already satisfied: os-brick>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (6.2.3) 2024-09-12 14:04:53.485 | Requirement already satisfied: os-win>=5.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (5.9.0) 2024-09-12 14:04:53.485 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (5.1.1) 2024-09-12 14:04:53.486 | Requirement already satisfied: oslo.config>=8.3.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (9.1.1) 2024-09-12 14:04:53.487 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (5.1.1) 2024-09-12 14:04:53.488 | Requirement already satisfied: oslo.db>=11.0.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (12.3.2) 2024-09-12 14:04:53.489 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (6.0.0) 2024-09-12 14:04:53.490 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (5.2.0) 2024-09-12 14:04:53.490 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (14.2.5) 2024-09-12 14:04:53.491 | Requirement already satisfied: oslo.middleware>=4.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (5.1.1) 2024-09-12 14:04:53.492 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (4.1.1) 2024-09-12 14:04:53.494 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (3.1.0) 2024-09-12 14:04:53.495 | Requirement already satisfied: oslo.reports>=2.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (3.0.0) 2024-09-12 14:04:53.497 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (7.0.1) 2024-09-12 14:04:53.497 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (5.1.2) 2024-09-12 14:04:53.497 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (3.1.2) 2024-09-12 14:04:53.499 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (2.1.1) 2024-09-12 14:04:53.499 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (6.1.0) 2024-09-12 14:04:53.638 | Collecting oslo.versionedobjects>=2.4.0 2024-09-12 14:04:53.640 | Using cached oslo.versionedobjects-3.1.0-py3-none-any.whl (86 kB) 2024-09-12 14:04:53.776 | Collecting oslo.vmware>=3.10.0 2024-09-12 14:04:53.781 | Using cached oslo.vmware-4.1.1-py3-none-any.whl (491 kB) 2024-09-12 14:04:53.785 | Requirement already satisfied: osprofiler>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (3.4.3) 2024-09-12 14:04:53.786 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (23.1) 2024-09-12 14:04:53.837 | Collecting paramiko>=2.7.2 2024-09-12 14:04:53.844 | Using cached paramiko-2.11.0-py2.py3-none-any.whl (212 kB) 2024-09-12 14:04:53.847 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (5.11.1) 2024-09-12 14:04:53.847 | Requirement already satisfied: psutil>=5.7.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (5.9.2) 2024-09-12 14:04:53.848 | Requirement already satisfied: pyparsing>=2.4.7 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (3.0.9) 2024-09-12 14:04:53.849 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (5.5.0) 2024-09-12 14:04:53.893 | Collecting python-glanceclient>=3.2.2 2024-09-12 14:04:53.896 | Using cached python_glanceclient-4.3.2-py3-none-any.whl (205 kB) 2024-09-12 14:04:53.899 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (5.1.0) 2024-09-12 14:04:53.944 | Collecting python-novaclient>=17.2.1 2024-09-12 14:04:53.947 | Using cached python_novaclient-18.3.0-py3-none-any.whl (335 kB) 2024-09-12 14:04:53.985 | Collecting python-swiftclient>=3.10.1 2024-09-12 14:04:53.988 | Using cached python_swiftclient-4.2.0-py3-none-any.whl (88 kB) 2024-09-12 14:04:53.990 | Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (2022.4) 2024-09-12 14:04:53.990 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (2.28.1) 2024-09-12 14:04:54.010 | Collecting rtslib-fb>=2.1.74 2024-09-12 14:04:54.011 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2024-09-12 14:04:54.016 | Requirement already satisfied: six>=1.15.0 in /usr/lib/python3/dist-packages (from cinder==0.0.1.dev31) (1.16.0) 2024-09-12 14:04:54.017 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (0.13.0) 2024-09-12 14:04:54.018 | Requirement already satisfied: stevedore>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (5.0.0) 2024-09-12 14:04:54.038 | Collecting tabulate>=0.8.7 2024-09-12 14:04:54.041 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-09-12 14:04:54.043 | Requirement already satisfied: taskflow>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (5.1.1) 2024-09-12 14:04:54.044 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev31) (6.3.1) 2024-09-12 14:04:54.100 | Collecting tooz>=2.8.0 2024-09-12 14:04:54.102 | Using cached tooz-3.2.0-py3-none-any.whl (94 kB) 2024-09-12 14:04:54.199 | Collecting zstd>=1.4.5.1 2024-09-12 14:04:54.217 | Using cached zstd-1.5.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB) 2024-09-12 14:04:54.261 | Collecting s3transfer<0.7.0,>=0.6.0 2024-09-12 14:04:54.264 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2024-09-12 14:04:54.266 | 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.dev31) (1.0.1) 2024-09-12 14:04:55.076 | Collecting botocore<1.28.0,>=1.27.89 2024-09-12 14:04:55.125 | Using cached botocore-1.27.89-py3-none-any.whl (9.2 MB) 2024-09-12 14:04:55.204 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=3.1->cinder==0.0.1.dev31) (1.15.1) 2024-09-12 14:04:55.216 | 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.dev31) (2.2.1) 2024-09-12 14:04:55.244 | Collecting uritemplate<5,>=3.0.1 2024-09-12 14:04:55.247 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2024-09-12 14:04:55.266 | Collecting google-auth-httplib2>=0.1.0 2024-09-12 14:04:55.267 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2024-09-12 14:04:55.348 | Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 2024-09-12 14:04:55.350 | Using cached google_api_core-2.10.2-py3-none-any.whl (115 kB) 2024-09-12 14:04:55.456 | Collecting google-auth<3.0.0dev,>=1.19.0 2024-09-12 14:04:55.460 | Using cached google_auth-2.12.0-py2.py3-none-any.whl (169 kB) 2024-09-12 14:04:55.489 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib_metadata>=3.1.1->cinder==0.0.1.dev31) (3.8.1) 2024-09-12 14:04:55.507 | 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.dev31) (0.18.1) 2024-09-12 14:04:55.508 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev31) (22.1.0) 2024-09-12 14:04:55.533 | 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.dev31) (1.7.0) 2024-09-12 14:04:55.556 | 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.dev31) (3.3.1) 2024-09-12 14:04:55.557 | 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.dev31) (3.1.1) 2024-09-12 14:04:55.569 | Requirement already satisfied: pyasn1>=0.1.7 in /usr/lib/python3/dist-packages (from oauth2client>=4.1.3->cinder==0.0.1.dev31) (0.4.8) 2024-09-12 14:04:55.605 | Collecting pyasn1-modules>=0.0.5 2024-09-12 14:04:55.608 | Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2024-09-12 14:04:55.638 | Collecting rsa>=3.1.4 2024-09-12 14:04:55.640 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2024-09-12 14:04:55.665 | 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.dev31) (0.18) 2024-09-12 14:04:55.733 | 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.dev31) (1.5.0) 2024-09-12 14:04:55.733 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev31) (6.0) 2024-09-12 14:04:55.734 | 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.dev31) (2.5.0) 2024-09-12 14:04:55.735 | 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.dev31) (0.8.0) 2024-09-12 14:04:55.760 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev31) (0.5.0) 2024-09-12 14:04:55.761 | 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.dev31) (1.8.1) 2024-09-12 14:04:55.763 | 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.dev31) (2.0.1) 2024-09-12 14:04:55.786 | 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.dev31) (2.8.2) 2024-09-12 14:04:55.789 | 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.dev31) (0.9.6) 2024-09-12 14:04:55.814 | 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.dev31) (5.2.0) 2024-09-12 14:04:55.815 | 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.dev31) (2.4.1) 2024-09-12 14:04:55.816 | 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.dev31) (5.2.4) 2024-09-12 14:04:55.816 | 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.dev31) (5.1.1) 2024-09-12 14:04:55.817 | 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.dev31) (0.6.0) 2024-09-12 14:04:55.828 | 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.dev31) (4.0.0) 2024-09-12 14:04:55.831 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev31) (3.1.2) 2024-09-12 14:04:55.831 | 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.dev31) (3.3.0) 2024-09-12 14:04:55.848 | 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.dev31) (1.0.4) 2024-09-12 14:04:55.881 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev31) (1.4.0) 2024-09-12 14:04:55.882 | 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.dev31) (4.0.1) 2024-09-12 14:04:55.891 | 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.dev31) (3.4.1) 2024-09-12 14:04:55.900 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.12.1->cinder==0.0.1.dev31) (0.11.0) 2024-09-12 14:04:55.948 | Collecting suds-community>=0.6 2024-09-12 14:04:55.951 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2024-09-12 14:04:55.954 | 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.dev31) (1.26.12) 2024-09-12 14:04:56.049 | Collecting pynacl>=1.0.1 2024-09-12 14:04:56.058 | 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-09-12 14:04:56.073 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=3.4.3->cinder==0.0.1.dev31) (59.6.0) 2024-09-12 14:04:56.122 | 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.dev31) (4.2.0) 2024-09-12 14:04:56.135 | 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.dev31) (22.1.0) 2024-09-12 14:04:56.156 | Collecting warlock>=1.2.0 2024-09-12 14:04:56.158 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2024-09-12 14:04:56.160 | 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.dev31) (1.14.1) 2024-09-12 14:04:56.225 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev31) (3.4) 2024-09-12 14:04:56.225 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev31) (2.1.1) 2024-09-12 14:04:56.226 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev31) (2020.6.20) 2024-09-12 14:04:56.239 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.4.1->cinder==0.0.1.dev31) (0.7) 2024-09-12 14:04:56.268 | Collecting pyudev>=0.16.1 2024-09-12 14:04:56.271 | Using cached pyudev-0.24.0-py3-none-any.whl (61 kB) 2024-09-12 14:04:56.359 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==0.0.1.dev31) (0.4.3) 2024-09-12 14:04:56.360 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==0.0.1.dev31) (0.5.2) 2024-09-12 14:04:56.412 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev31) (1.4.2) 2024-09-12 14:04:56.413 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev31) (3.1.0) 2024-09-12 14:04:56.415 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev31) (2.8.7) 2024-09-12 14:04:56.488 | Collecting voluptuous>=0.8.9 2024-09-12 14:04:56.491 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2024-09-12 14:04:56.533 | 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.dev31) (1.2.3) 2024-09-12 14:04:56.545 | 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.dev31) (5.0.0) 2024-09-12 14:04:56.650 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=3.1->cinder==0.0.1.dev31) (2.21) 2024-09-12 14:04:56.676 | 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.dev31) (2.4.2) 2024-09-12 14:04:56.680 | 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.dev31) (0.5.1) 2024-09-12 14:04:56.768 | 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.dev31) (4.21.7) 2024-09-12 14:04:56.808 | Collecting googleapis-common-protos<2.0dev,>=1.56.2 2024-09-12 14:04:56.811 | Using cached googleapis_common_protos-1.56.4-py2.py3-none-any.whl (211 kB) 2024-09-12 14:04:56.894 | 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.dev31) (2.1.1) 2024-09-12 14:04:57.039 | 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.dev31) (1.1.8) 2024-09-12 14:04:57.056 | 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.dev31) (0.14.1) 2024-09-12 14:04:57.074 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev31) (0.2.5) 2024-09-12 14:04:57.524 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=11.0.0->cinder==0.0.1.dev31) (2.5.0) 2024-09-12 14:04:57.596 | 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.dev31) (1.32) 2024-09-12 14:04:57.712 | 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.dev31) (1.8.2) 2024-09-12 14:04:58.304 | 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-09-12 14:04:58.351 | Attempting uninstall: voluptuous 2024-09-12 14:04:58.353 | Found existing installation: voluptuous 0.12.2 2024-09-12 14:04:58.355 | Not uninstalling voluptuous at /usr/lib/python3/dist-packages, outside environment /usr 2024-09-12 14:04:58.356 | Can't uninstall 'voluptuous'. No files were found to uninstall. 2024-09-12 14:04:58.512 | Attempting uninstall: pyudev 2024-09-12 14:04:58.514 | Found existing installation: pyudev 0.22.0 2024-09-12 14:04:58.515 | Not uninstalling pyudev at /usr/lib/python3/dist-packages, outside environment /usr 2024-09-12 14:04:58.516 | Can't uninstall 'pyudev'. No files were found to uninstall. 2024-09-12 14:05:01.016 | Running setup.py develop for cinder 2024-09-12 14:05:01.998 | 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-09-12 14:05:01.998 | 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-09-12 14:05:02.218 | + inc/python:pip_install:196 : result=0 2024-09-12 14:05:02.221 | + inc/python:pip_install:198 : time_stop pip_install 2024-09-12 14:05:02.223 | + functions-common:time_stop:2435 : local name 2024-09-12 14:05:02.225 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:05:02.226 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:05:02.228 | + functions-common:time_stop:2438 : local total 2024-09-12 14:05:02.230 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:05:02.232 | + functions-common:time_stop:2441 : name=pip_install 2024-09-12 14:05:02.233 | + functions-common:time_stop:2442 : start_time=1726149890282 2024-09-12 14:05:02.235 | + functions-common:time_stop:2444 : [[ -z 1726149890282 ]] 2024-09-12 14:05:02.238 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:05:02.240 | + functions-common:time_stop:2447 : end_time=1726149902238 2024-09-12 14:05:02.242 | + functions-common:time_stop:2448 : elapsed_time=11956 2024-09-12 14:05:02.244 | + functions-common:time_stop:2449 : total=48867 2024-09-12 14:05:02.245 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:05:02.247 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=60823 2024-09-12 14:05:02.249 | + inc/python:pip_install:199 : return 0 2024-09-12 14:05:02.251 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-09-12 14:05:02.253 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/cinder/cinder.egg-info 2024-09-12 14:05:02.255 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/cinder/cinder.egg-info 2024-09-12 14:05:02.269 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/cinder/cinder.egg-info 2024-09-12 14:05:02.279 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/cinder 2024-09-12 14:05:02.280 | + inc/python:use_library_from_git:246 : local name=/opt/stack/cinder 2024-09-12 14:05:02.282 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:05:02.285 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:05:02.287 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/cinder, ]] 2024-09-12 14:05:02.289 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:05:02.291 | + lib/cinder:install_cinder:508 : [[ lioadm == \t\g\t\a\d\m ]] 2024-09-12 14:05:02.293 | + lib/cinder:install_cinder:510 : [[ lioadm == \l\i\o\a\d\m ]] 2024-09-12 14:05:02.295 | + lib/cinder:install_cinder:511 : is_ubuntu 2024-09-12 14:05:02.297 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:05:02.298 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:05:02.300 | + lib/cinder:install_cinder:513 : sudo mkdir -p /etc/target 2024-09-12 14:05:02.309 | + lib/cinder:install_cinder:515 : install_package targetcli-fb 2024-09-12 14:05:02.311 | + functions-common:install_package:1459 : update_package_repo 2024-09-12 14:05:02.313 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-09-12 14:05:02.315 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-09-12 14:05:02.316 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-09-12 14:05:02.318 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-09-12 14:05:02.320 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-09-12 14:05:02.322 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:05:02.324 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:05:02.326 | + functions-common:update_package_repo:1440 : apt_get_update 2024-09-12 14:05:02.327 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-09-12 14:05:02.329 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-09-12 14:05:02.331 | + functions-common:apt_get_update:1186 : return 2024-09-12 14:05:02.334 | + functions-common:install_package:1460 : real_install_package targetcli-fb 2024-09-12 14:05:02.335 | + functions-common:real_install_package:1445 : is_ubuntu 2024-09-12 14:05:02.337 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:05:02.339 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:05:02.341 | + functions-common:real_install_package:1446 : apt_get install targetcli-fb 2024-09-12 14:05:02.356 | + 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-09-12 14:05:02.415 | Reading package lists... 2024-09-12 14:05:02.612 | Building dependency tree... 2024-09-12 14:05:02.613 | Reading state information... 2024-09-12 14:05:02.809 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2024-09-12 14:05:02.809 | 0 upgraded, 0 newly installed, 0 to remove and 29 not upgraded. 2024-09-12 14:05:02.813 | + functions-common:apt_get:1230 : result=0 2024-09-12 14:05:02.815 | + functions-common:apt_get:1233 : time_stop apt-get 2024-09-12 14:05:02.817 | + functions-common:time_stop:2435 : local name 2024-09-12 14:05:02.819 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:05:02.821 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:05:02.823 | + functions-common:time_stop:2438 : local total 2024-09-12 14:05:02.825 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:05:02.827 | + functions-common:time_stop:2441 : name=apt-get 2024-09-12 14:05:02.829 | + functions-common:time_stop:2442 : start_time=1726149902354 2024-09-12 14:05:02.831 | + functions-common:time_stop:2444 : [[ -z 1726149902354 ]] 2024-09-12 14:05:02.834 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:05:02.837 | + functions-common:time_stop:2447 : end_time=1726149902835 2024-09-12 14:05:02.839 | + functions-common:time_stop:2448 : elapsed_time=481 2024-09-12 14:05:02.841 | + functions-common:time_stop:2449 : total=7502 2024-09-12 14:05:02.843 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:05:02.845 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7983 2024-09-12 14:05:02.847 | + functions-common:apt_get:1234 : return 0 2024-09-12 14:05:02.849 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-09-12 14:05:02.850 | + stack.sh:main:935 : configure_cinder 2024-09-12 14:05:02.852 | + lib/cinder:configure_cinder:278 : sudo install -d -o stack -m 755 /etc/cinder 2024-09-12 14:05:02.862 | + lib/cinder:configure_cinder:280 : rm -f /etc/cinder/cinder.conf 2024-09-12 14:05:02.865 | + lib/cinder:configure_cinder:282 : configure_rootwrap cinder 2024-09-12 14:05:02.867 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2024-09-12 14:05:02.868 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-09-12 14:05:02.871 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2024-09-12 14:05:02.871 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-09-12 14:05:02.875 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2024-09-12 14:05:02.876 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2024-09-12 14:05:02.878 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2024-09-12 14:05:02.880 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2024-09-12 14:05:02.882 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2024-09-12 14:05:02.883 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2024-09-12 14:05:02.885 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2024-09-12 14:05:02.887 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2024-09-12 14:05:02.895 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2024-09-12 14:05:02.904 | + 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-09-12 14:05:02.913 | + 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-09-12 14:05:02.922 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2024-09-12 14:05:02.931 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2024-09-12 14:05:02.933 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2024-09-12 14:05:02.936 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.FqznHpuHcG 2024-09-12 14:05:02.938 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-09-12 14:05:02.940 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-09-12 14:05:02.942 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2024-09-12 14:05:02.944 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.FqznHpuHcG 2024-09-12 14:05:02.947 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.FqznHpuHcG 2024-09-12 14:05:02.955 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.FqznHpuHcG /etc/sudoers.d/cinder-rootwrap 2024-09-12 14:05:02.964 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2024-09-12 14:05:02.967 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2024-09-12 14:05:02.969 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2024-09-12 14:05:02.971 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-09-12 14:05:02.972 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-09-12 14:05:02.974 | + 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-09-12 14:05:02.976 | + 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-09-12 14:05:02.978 | + lib/cinder:configure_cinder:284 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2024-09-12 14:05:02.980 | + lib/cinder:configure_cinder:285 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2024-09-12 14:05:02.983 | + lib/cinder:configure_cinder:288 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2024-09-12 14:05:02.986 | + lib/cinder:configure_cinder:290 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2024-09-12 14:05:03.000 | + lib/cinder:configure_cinder:291 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2024-09-12 14:05:03.047 | + lib/cinder:configure_cinder:292 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2024-09-12 14:05:03.062 | + lib/cinder:configure_cinder:293 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2024-09-12 14:05:03.076 | + lib/cinder:configure_cinder:294 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2024-09-12 14:05:03.091 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2024-09-12 14:05:03.105 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2024-09-12 14:05:03.119 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2024-09-12 14:05:03.133 | + lib/cinder:configure_cinder:299 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2024-09-12 14:05:03.135 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-09-12 14:05:03.136 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2024-09-12 14:05:03.138 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-09-12 14:05:03.140 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2024-09-12 14:05:03.164 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2024-09-12 14:05:03.186 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-09-12 14:05:03.208 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2024-09-12 14:05:03.231 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2024-09-12 14:05:03.253 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2024-09-12 14:05:03.275 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2024-09-12 14:05:03.297 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2024-09-12 14:05:03.318 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-09-12 14:05:03.340 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2024-09-12 14:05:03.362 | + lib/cinder:configure_cinder:301 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2024-09-12 14:05:03.387 | + lib/cinder:configure_cinder:303 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2024-09-12 14:05:03.410 | ++ lib/cinder:configure_cinder:304 : database_connection_url cinder 2024-09-12 14:05:03.412 | ++ lib/database:database_connection_url:134 : local db=cinder 2024-09-12 14:05:03.414 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2024-09-12 14:05:03.415 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=cinder 2024-09-12 14:05:03.417 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-09-12 14:05:03.419 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-09-12 14:05:03.421 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8' 2024-09-12 14:05:03.423 | + lib/cinder:configure_cinder:304 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8' 2024-09-12 14:05:03.448 | + lib/cinder:configure_cinder:305 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2024-09-12 14:05:03.472 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2024-09-12 14:05:03.495 | + lib/cinder:configure_cinder:307 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2024-09-12 14:05:03.517 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2024-09-12 14:05:03.540 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2024-09-12 14:05:03.562 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2024-09-12 14:05:03.587 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2024-09-12 14:05:03.609 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2024-09-12 14:05:03.634 | ++ lib/cinder:configure_cinder:313 : openssl rand -hex 16 2024-09-12 14:05:03.640 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf key_manager fixed_key b82aac601481a92e6d22693d844dca76 2024-09-12 14:05:03.663 | + lib/cinder:configure_cinder:314 : [[ -n '' ]] 2024-09-12 14:05:03.665 | + lib/cinder:configure_cinder:319 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2024-09-12 14:05:03.687 | + lib/cinder:configure_cinder:320 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2024-09-12 14:05:03.710 | + lib/cinder:configure_cinder:321 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2024-09-12 14:05:03.733 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2024-09-12 14:05:03.755 | + lib/cinder:configure_cinder:328 : is_service_enabled c-vol 2024-09-12 14:05:03.767 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:05:03.770 | + lib/cinder:configure_cinder:328 : [[ -n vmdk:vsphere ]] 2024-09-12 14:05:03.771 | + lib/cinder:configure_cinder:329 : local enabled_backends= 2024-09-12 14:05:03.773 | + lib/cinder:configure_cinder:330 : local default_name= 2024-09-12 14:05:03.775 | + lib/cinder:configure_cinder:331 : local be be_name be_type 2024-09-12 14:05:03.777 | + lib/cinder:configure_cinder:332 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-09-12 14:05:03.779 | + lib/cinder:configure_cinder:333 : be_type=vmdk 2024-09-12 14:05:03.781 | + lib/cinder:configure_cinder:334 : be_name=vsphere 2024-09-12 14:05:03.782 | + lib/cinder:configure_cinder:335 : type configure_cinder_backend_vmdk 2024-09-12 14:05:03.784 | + lib/cinder:configure_cinder:336 : configure_cinder_backend_vmdk vsphere 2024-09-12 14:05:03.786 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2024-09-12 14:05:03.788 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2024-09-12 14:05:03.812 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:35 : iniset /etc/cinder/cinder.conf vsphere volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-09-12 14:05:03.835 | + 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-09-12 14:05:03.857 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2024-09-12 14:05:03.879 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2024-09-12 14:05:03.902 | + lib/cinder:configure_cinder:338 : [[ -z '' ]] 2024-09-12 14:05:03.904 | + lib/cinder:configure_cinder:339 : default_name=vsphere 2024-09-12 14:05:03.905 | + lib/cinder:configure_cinder:341 : enabled_backends+=vsphere, 2024-09-12 14:05:03.907 | + lib/cinder:configure_cinder:343 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2024-09-12 14:05:03.931 | + lib/cinder:configure_cinder:344 : [[ -n vsphere ]] 2024-09-12 14:05:03.933 | + lib/cinder:configure_cinder:345 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2024-09-12 14:05:03.957 | + lib/cinder:configure_cinder:347 : configure_cinder_image_volume_cache 2024-09-12 14:05:03.959 | + lib/cinder:configure_cinder_image_volume_cache:712 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2024-09-12 14:05:03.961 | + lib/cinder:configure_cinder_image_volume_cache:713 : local be_name=vsphere 2024-09-12 14:05:03.963 | + lib/cinder:configure_cinder_image_volume_cache:715 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2024-09-12 14:05:03.985 | + lib/cinder:configure_cinder_image_volume_cache:717 : [[ -n '' ]] 2024-09-12 14:05:03.987 | + lib/cinder:configure_cinder_image_volume_cache:721 : [[ -n '' ]] 2024-09-12 14:05:03.989 | + lib/cinder:configure_cinder:350 : is_service_enabled c-bak 2024-09-12 14:05:04.001 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:05:04.003 | + lib/cinder:configure_cinder:358 : is_service_enabled ceilometer 2024-09-12 14:05:04.016 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:05:04.017 | + lib/cinder:configure_cinder:362 : is_service_enabled tls-proxy 2024-09-12 14:05:04.030 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:05:04.032 | + lib/cinder:configure_cinder:376 : '[' False '!=' False ']' 2024-09-12 14:05:04.034 | + lib/cinder:configure_cinder:380 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2024-09-12 14:05:04.036 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2024-09-12 14:05:04.038 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2024-09-12 14:05:04.040 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-09-12 14:05:04.042 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-09-12 14:05:04.044 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-09-12 14:05:04.056 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:05:04.058 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-09-12 14:05:04.060 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-09-12 14:05:04.062 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-09-12 14:05:04.074 | ++ functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:05:04.076 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-09-12 14:05:04.078 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-09-12 14:05:04.101 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-09-12 14:05:04.102 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-09-12 14:05:04.104 | + lib/cinder:configure_cinder:383 : setup_logging /etc/cinder/cinder.conf True 2024-09-12 14:05:04.106 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2024-09-12 14:05:04.108 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2024-09-12 14:05:04.110 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-09-12 14:05:04.122 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-09-12 14:05:04.124 | + functions:setup_systemd_logging:706 : local pidstr= 2024-09-12 14:05:04.126 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-09-12 14:05:04.128 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-09-12 14:05:04.130 | + 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-09-12 14:05:04.152 | + 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-09-12 14:05:04.174 | + 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-09-12 14:05:04.197 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-09-12 14:05:04.219 | + lib/cinder:configure_cinder:385 : is_service_enabled c-api 2024-09-12 14:05:04.232 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:05:04.234 | + lib/cinder:configure_cinder:386 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2024-09-12 14:05:04.236 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2024-09-12 14:05:04.238 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2024-09-12 14:05:04.240 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2024-09-12 14:05:04.242 | + lib/apache:write_uwsgi_config:257 : local http= 2024-09-12 14:05:04.243 | + lib/apache:write_uwsgi_config:258 : local name= 2024-09-12 14:05:04.246 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2024-09-12 14:05:04.248 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2024-09-12 14:05:04.250 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-09-12 14:05:04.252 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-09-12 14:05:04.262 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-09-12 14:05:04.262 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-09-12 14:05:04.268 | d /var/run/uwsgi 0755 stack root 2024-09-12 14:05:04.271 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-09-12 14:05:04.279 | /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-09-12 14:05:04.282 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2024-09-12 14:05:04.284 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2024-09-12 14:05:04.286 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2024-09-12 14:05:04.310 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2024-09-12 14:05:04.333 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2024-09-12 14:05:04.355 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2024-09-12 14:05:04.378 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2024-09-12 14:05:04.400 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-09-12 14:05:04.422 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2024-09-12 14:05:04.445 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2024-09-12 14:05:04.467 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2024-09-12 14:05:04.490 | + 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-09-12 14:05:04.513 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2024-09-12 14:05:04.535 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-09-12 14:05:04.557 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2024-09-12 14:05:04.579 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-09-12 14:05:04.581 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-09-12 14:05:04.583 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2024-09-12 14:05:04.585 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2024-09-12 14:05:04.587 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-09-12 14:05:04.588 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:05:04.590 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:05:04.592 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2024-09-12 14:05:04.594 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2024-09-12 14:05:04.596 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2024-09-12 14:05:04.618 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2024-09-12 14:05:04.641 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2024-09-12 14:05:04.641 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2024-09-12 14:05:04.648 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2024-09-12 14:05:04.651 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2024-09-12 14:05:04.652 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2024-09-12 14:05:04.654 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-09-12 14:05:04.656 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-09-12 14:05:04.658 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-09-12 14:05:04.660 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:05:04.662 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:05:04.663 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-09-12 14:05:04.665 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-09-12 14:05:04.667 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:05:04.669 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:05:04.671 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2024-09-12 14:05:04.702 | Enabling site cinder-wsgi. 2024-09-12 14:05:04.706 | To activate the new configuration, you need to run: 2024-09-12 14:05:04.706 | systemctl reload apache2 2024-09-12 14:05:04.709 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-09-12 14:05:04.710 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-09-12 14:05:04.712 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-09-12 14:05:04.714 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-09-12 14:05:04.817 | + lib/cinder:configure_cinder:389 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2024-09-12 14:05:04.819 | + lib/cinder:configure_cinder:390 : configure_cinder_driver 2024-09-12 14:05:04.821 | + 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-09-12 14:05:04.845 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2024-09-12 14:05:04.867 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2024-09-12 14:05:04.890 | + lib/cinder_plugins/vsphere:configure_cinder_driver:36 : iniset /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-09-12 14:05:04.913 | + lib/cinder:configure_cinder:393 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2024-09-12 14:05:04.935 | + lib/cinder:configure_cinder:395 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2024-09-12 14:05:04.958 | + lib/cinder:configure_cinder:396 : is_service_enabled tls-proxy 2024-09-12 14:05:04.971 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:05:04.972 | + lib/cinder:configure_cinder:402 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2024-09-12 14:05:04.974 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-09-12 14:05:04.976 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-09-12 14:05:04.978 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-09-12 14:05:04.980 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2024-09-12 14:05:05.004 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2024-09-12 14:05:05.026 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2024-09-12 14:05:05.050 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2024-09-12 14:05:05.076 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2024-09-12 14:05:05.100 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2024-09-12 14:05:05.122 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2024-09-12 14:05:05.145 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2024-09-12 14:05:05.167 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-09-12 14:05:05.189 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2024-09-12 14:05:05.212 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2024-09-12 14:05:05.235 | + lib/cinder:configure_cinder:404 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2024-09-12 14:05:05.257 | + lib/cinder:configure_cinder:406 : [[ ! -z '' ]] 2024-09-12 14:05:05.259 | + lib/cinder:configure_cinder:408 : is_service_enabled etcd3 2024-09-12 14:05:05.271 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:05:05.273 | + lib/cinder:configure_cinder:409 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.180.1.21:2379 2024-09-12 14:05:05.297 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2024-09-12 14:05:05.299 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2024-09-12 14:05:05.301 | + lib/cinder:configure_cinder:416 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2024-09-12 14:05:05.325 | + lib/cinder:configure_cinder:417 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2024-09-12 14:05:05.349 | + stack.sh:main:938 : is_service_enabled neutron 2024-09-12 14:05:05.362 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:05:05.364 | + stack.sh:main:940 : stack_install_service neutron 2024-09-12 14:05:05.366 | + lib/stack:stack_install_service:20 : local service=neutron 2024-09-12 14:05:05.368 | + lib/stack:stack_install_service:21 : type install_neutron 2024-09-12 14:05:05.370 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-09-12 14:05:05.372 | + lib/stack:stack_install_service:32 : install_neutron 2024-09-12 14:05:05.373 | + lib/neutron:install_neutron:512 : use_library_from_git neutron-lib 2024-09-12 14:05:05.375 | + inc/python:use_library_from_git:246 : local name=neutron-lib 2024-09-12 14:05:05.377 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:05:05.379 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:05:05.381 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,neutron-lib, ]] 2024-09-12 14:05:05.383 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:05:05.385 | + lib/neutron:install_neutron:517 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron stable/2023.1 2024-09-12 14:05:05.387 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/neutron.git 2024-09-12 14:05:05.389 | + functions-common:git_clone:613 : local git_dest=/opt/stack//neutron 2024-09-12 14:05:05.390 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-09-12 14:05:05.392 | + functions-common:git_clone:615 : local orig_dir 2024-09-12 14:05:05.394 | ++ functions-common:git_clone:616 : pwd 2024-09-12 14:05:05.396 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-09-12 14:05:05.398 | + functions-common:git_clone:617 : local git_clone_flags= 2024-09-12 14:05:05.401 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-09-12 14:05:05.413 | + functions-common:git_clone:619 : RECLONE=False 2024-09-12 14:05:05.415 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-09-12 14:05:05.416 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-09-12 14:05:05.418 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-09-12 14:05:05.420 | + functions-common:git_clone:633 : echo stable/2023.1 2024-09-12 14:05:05.420 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-09-12 14:05:05.424 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//neutron ]] 2024-09-12 14:05:05.426 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-09-12 14:05:05.428 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2024-09-12 14:05:05.430 | + functions-common:git_timed:720 : local count=0 2024-09-12 14:05:05.431 | + functions-common:git_timed:721 : local timeout=0 2024-09-12 14:05:05.433 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-09-12 14:05:05.435 | + functions-common:git_timed:724 : timeout=0 2024-09-12 14:05:05.437 | + functions-common:git_timed:727 : time_start git_timed 2024-09-12 14:05:05.438 | + functions-common:time_start:2421 : local name=git_timed 2024-09-12 14:05:05.440 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:05:05.442 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:05:05.444 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:05:05.447 | + functions-common:time_start:2426 : _TIME_START[$name]=1726149905445 2024-09-12 14:05:05.449 | + 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-09-12 14:05:05.451 | Cloning into '/opt/stack//neutron'... 2024-09-12 14:05:09.150 | + functions-common:git_timed:742 : time_stop git_timed 2024-09-12 14:05:09.152 | + functions-common:time_stop:2435 : local name 2024-09-12 14:05:09.154 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:05:09.156 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:05:09.158 | + functions-common:time_stop:2438 : local total 2024-09-12 14:05:09.160 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:05:09.162 | + functions-common:time_stop:2441 : name=git_timed 2024-09-12 14:05:09.163 | + functions-common:time_stop:2442 : start_time=1726149905445 2024-09-12 14:05:09.165 | + functions-common:time_stop:2444 : [[ -z 1726149905445 ]] 2024-09-12 14:05:09.168 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:05:09.171 | + functions-common:time_stop:2447 : end_time=1726149909168 2024-09-12 14:05:09.172 | + functions-common:time_stop:2448 : elapsed_time=3723 2024-09-12 14:05:09.174 | + functions-common:time_stop:2449 : total=19939 2024-09-12 14:05:09.176 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:05:09.178 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=23662 2024-09-12 14:05:09.179 | + functions-common:git_clone:654 : cd /opt/stack//neutron 2024-09-12 14:05:09.181 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-09-12 14:05:09.183 | + functions-common:git_timed:720 : local count=0 2024-09-12 14:05:09.185 | + functions-common:git_timed:721 : local timeout=0 2024-09-12 14:05:09.187 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-09-12 14:05:09.189 | + functions-common:git_timed:724 : timeout=0 2024-09-12 14:05:09.190 | + functions-common:git_timed:727 : time_start git_timed 2024-09-12 14:05:09.192 | + functions-common:time_start:2421 : local name=git_timed 2024-09-12 14:05:09.194 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:05:09.196 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:05:09.198 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:05:09.201 | + functions-common:time_start:2426 : _TIME_START[$name]=1726149909199 2024-09-12 14:05:09.203 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-09-12 14:05:12.021 | From https://opendev.org/openstack/neutron 2024-09-12 14:05:12.021 | * branch stable/2023.1 -> FETCH_HEAD 2024-09-12 14:05:12.026 | + functions-common:git_timed:742 : time_stop git_timed 2024-09-12 14:05:12.028 | + functions-common:time_stop:2435 : local name 2024-09-12 14:05:12.030 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:05:12.032 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:05:12.034 | + functions-common:time_stop:2438 : local total 2024-09-12 14:05:12.035 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:05:12.037 | + functions-common:time_stop:2441 : name=git_timed 2024-09-12 14:05:12.039 | + functions-common:time_stop:2442 : start_time=1726149909199 2024-09-12 14:05:12.041 | + functions-common:time_stop:2444 : [[ -z 1726149909199 ]] 2024-09-12 14:05:12.043 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:05:12.047 | + functions-common:time_stop:2447 : end_time=1726149912044 2024-09-12 14:05:12.048 | + functions-common:time_stop:2448 : elapsed_time=2845 2024-09-12 14:05:12.050 | + functions-common:time_stop:2449 : total=23662 2024-09-12 14:05:12.052 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:05:12.054 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=26507 2024-09-12 14:05:12.056 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-09-12 14:05:12.058 | + functions-common:git_timed:720 : local count=0 2024-09-12 14:05:12.060 | + functions-common:git_timed:721 : local timeout=0 2024-09-12 14:05:12.062 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-09-12 14:05:12.064 | + functions-common:git_timed:724 : timeout=0 2024-09-12 14:05:12.065 | + functions-common:git_timed:727 : time_start git_timed 2024-09-12 14:05:12.067 | + functions-common:time_start:2421 : local name=git_timed 2024-09-12 14:05:12.069 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:05:12.071 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:05:12.074 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:05:12.077 | + functions-common:time_start:2426 : _TIME_START[$name]=1726149912074 2024-09-12 14:05:12.079 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-09-12 14:05:12.328 | Note: switching to 'FETCH_HEAD'. 2024-09-12 14:05:12.328 | 2024-09-12 14:05:12.328 | You are in 'detached HEAD' state. You can look around, make experimental 2024-09-12 14:05:12.328 | changes and commit them, and you can discard any commits you make in this 2024-09-12 14:05:12.328 | state without impacting any branches by switching back to a branch. 2024-09-12 14:05:12.328 | 2024-09-12 14:05:12.328 | If you want to create a new branch to retain commits you create, you may 2024-09-12 14:05:12.328 | do so (now or later) by using -c with the switch command. Example: 2024-09-12 14:05:12.328 | 2024-09-12 14:05:12.328 | git switch -c 2024-09-12 14:05:12.328 | 2024-09-12 14:05:12.328 | Or undo this operation with: 2024-09-12 14:05:12.328 | 2024-09-12 14:05:12.328 | git switch - 2024-09-12 14:05:12.328 | 2024-09-12 14:05:12.328 | Turn off this advice by setting config variable advice.detachedHead to false 2024-09-12 14:05:12.328 | 2024-09-12 14:05:12.328 | HEAD is now at a956817 Merge "Use oslo_service's SignalHandler for signals" into stable/2023.1 2024-09-12 14:05:12.331 | + functions-common:git_timed:742 : time_stop git_timed 2024-09-12 14:05:12.333 | + functions-common:time_stop:2435 : local name 2024-09-12 14:05:12.335 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:05:12.337 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:05:12.339 | + functions-common:time_stop:2438 : local total 2024-09-12 14:05:12.341 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:05:12.343 | + functions-common:time_stop:2441 : name=git_timed 2024-09-12 14:05:12.344 | + functions-common:time_stop:2442 : start_time=1726149912074 2024-09-12 14:05:12.346 | + functions-common:time_stop:2444 : [[ -z 1726149912074 ]] 2024-09-12 14:05:12.349 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:05:12.352 | + functions-common:time_stop:2447 : end_time=1726149912349 2024-09-12 14:05:12.353 | + functions-common:time_stop:2448 : elapsed_time=275 2024-09-12 14:05:12.355 | + functions-common:time_stop:2449 : total=26507 2024-09-12 14:05:12.357 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:05:12.359 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=26782 2024-09-12 14:05:12.361 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//neutron 2024-09-12 14:05:12.371 | + functions-common:git_clone:695 : cd /opt/stack//neutron 2024-09-12 14:05:12.373 | + functions-common:git_clone:696 : git show --oneline 2024-09-12 14:05:12.373 | + functions-common:git_clone:696 : head -1 2024-09-12 14:05:12.376 | a956817 Merge "Use oslo_service's SignalHandler for signals" into stable/2023.1 2024-09-12 14:05:12.378 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-09-12 14:05:12.380 | + lib/neutron:install_neutron:518 : setup_develop /opt/stack//neutron 2024-09-12 14:05:12.382 | + inc/python:setup_develop:334 : local bindep 2024-09-12 14:05:12.384 | + inc/python:setup_develop:335 : [[ /opt/stack//neutron == -bindep* ]] 2024-09-12 14:05:12.386 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//neutron 2024-09-12 14:05:12.388 | + inc/python:setup_develop:340 : local extras= 2024-09-12 14:05:12.390 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2024-09-12 14:05:12.392 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-09-12 14:05:12.394 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//neutron == -bindep* ]] 2024-09-12 14:05:12.395 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//neutron 2024-09-12 14:05:12.397 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-09-12 14:05:12.399 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-09-12 14:05:12.402 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//neutron 2024-09-12 14:05:12.403 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-09-12 14:05:12.406 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/neutron 2024-09-12 14:05:12.408 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-09-12 14:05:12.410 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-09-12 14:05:12.412 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2024-09-12 14:05:12.416 | + inc/python:_setup_package_with_constraints_edit:381 : name=neutron 2024-09-12 14:05:12.418 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- neutron 2024-09-12 14:05:12.734 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/neutron -e 2024-09-12 14:05:12.737 | + inc/python:setup_package:414 : local bindep=0 2024-09-12 14:05:12.739 | + inc/python:setup_package:415 : local bindep_flag= 2024-09-12 14:05:12.741 | + inc/python:setup_package:416 : local bindep_profiles= 2024-09-12 14:05:12.743 | + inc/python:setup_package:417 : [[ /opt/stack/neutron == -bindep* ]] 2024-09-12 14:05:12.744 | + inc/python:setup_package:422 : local project_dir=/opt/stack/neutron 2024-09-12 14:05:12.746 | + inc/python:setup_package:423 : local flags=-e 2024-09-12 14:05:12.748 | + inc/python:setup_package:424 : local extras= 2024-09-12 14:05:12.750 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-09-12 14:05:12.752 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-09-12 14:05:12.754 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-09-12 14:05:12.756 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-09-12 14:05:12.758 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-09-12 14:05:12.760 | + inc/python:setup_package:442 : pip_install -e /opt/stack/neutron 2024-09-12 14:05:12.775 | Using python 3.10 to install /opt/stack/neutron 2024-09-12 14:05:12.777 | + 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-09-12 14:05:13.713 | Obtaining file:///opt/stack/neutron 2024-09-12 14:05:13.714 | Preparing metadata (setup.py): started 2024-09-12 14:05:14.351 | Preparing metadata (setup.py): finished with status 'done' 2024-09-12 14:05:14.422 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (3.1.2) 2024-09-12 14:05:14.424 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (3.5.2) 2024-09-12 14:05:14.424 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (2.1.1) 2024-09-12 14:05:14.424 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (2.5.1) 2024-09-12 14:05:14.424 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (1.4.41) 2024-09-12 14:05:14.428 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (1.8.7) 2024-09-12 14:05:14.428 | Requirement already satisfied: alembic>=1.6.5 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (1.8.1) 2024-09-12 14:05:14.428 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (2.5.0) 2024-09-12 14:05:14.428 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (5.1.1) 2024-09-12 14:05:14.428 | Requirement already satisfied: eventlet>=0.26.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (0.33.1) 2024-09-12 14:05:14.428 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (2.4.1) 2024-09-12 14:05:14.429 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (0.20.4) 2024-09-12 14:05:14.430 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (5.1.3) 2024-09-12 14:05:14.431 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (10.2.0) 2024-09-12 14:05:14.431 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (0.8.0) 2024-09-12 14:05:14.432 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from neutron==0.0.1.dev23) (0.11.0) 2024-09-12 14:05:14.673 | Collecting neutron-lib>=3.4.2 2024-09-12 14:05:14.681 | Using cached neutron_lib-3.4.3-py3-none-any.whl (584 kB) 2024-09-12 14:05:14.689 | Requirement already satisfied: openstacksdk>=0.31.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (1.0.1) 2024-09-12 14:05:14.814 | Collecting os-ken>=2.2.0 2024-09-12 14:05:14.830 | Using cached os_ken-2.6.1-py3-none-any.whl (2.0 MB) 2024-09-12 14:05:14.972 | Collecting os-resource-classes>=1.1.0 2024-09-12 14:05:14.974 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2024-09-12 14:05:15.130 | Collecting os-vif>=3.1.0 2024-09-12 14:05:15.133 | Using cached os_vif-3.1.1-py3-none-any.whl (109 kB) 2024-09-12 14:05:15.136 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (3.3.1) 2024-09-12 14:05:15.137 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (5.1.1) 2024-09-12 14:05:15.138 | Requirement already satisfied: oslo.config>=9.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (9.1.1) 2024-09-12 14:05:15.138 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (5.1.1) 2024-09-12 14:05:15.139 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (12.3.2) 2024-09-12 14:05:15.140 | Requirement already satisfied: oslo.i18n>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (6.0.0) 2024-09-12 14:05:15.141 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (5.2.0) 2024-09-12 14:05:15.142 | Requirement already satisfied: oslo.messaging>=7.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (14.2.5) 2024-09-12 14:05:15.142 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (5.1.1) 2024-09-12 14:05:15.143 | Requirement already satisfied: oslo.policy>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (4.1.1) 2024-09-12 14:05:15.144 | Requirement already satisfied: oslo.privsep>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (3.1.0) 2024-09-12 14:05:15.145 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (3.0.0) 2024-09-12 14:05:15.145 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (7.0.1) 2024-09-12 14:05:15.146 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (5.1.2) 2024-09-12 14:05:15.147 | Requirement already satisfied: oslo.service>=3.1.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (3.1.2) 2024-09-12 14:05:15.148 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (2.1.1) 2024-09-12 14:05:15.149 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (6.1.0) 2024-09-12 14:05:15.149 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (3.1.0) 2024-09-12 14:05:15.150 | Requirement already satisfied: osprofiler>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (3.4.3) 2024-09-12 14:05:15.184 | Collecting ovs>=2.10.0 2024-09-12 14:05:15.184 | Using cached ovs-2.17.7-py3-none-any.whl 2024-09-12 14:05:15.336 | Collecting ovsdbapp>=2.2.1 2024-09-12 14:05:15.341 | Using cached ovsdbapp-2.2.2-py3-none-any.whl (135 kB) 2024-09-12 14:05:15.344 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (23.1) 2024-09-12 14:05:15.344 | Requirement already satisfied: pbr>=4.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (5.11.1) 2024-09-12 14:05:15.380 | Collecting pecan>=1.4.0 2024-09-12 14:05:15.380 | Using cached pecan-1.4.2-py3-none-any.whl 2024-09-12 14:05:15.385 | Requirement already satisfied: psutil>=5.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (5.9.2) 2024-09-12 14:05:15.385 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (22.1.0) 2024-09-12 14:05:15.425 | Collecting pyroute2>=0.7.3 2024-09-12 14:05:15.431 | Using cached pyroute2-0.7.3-py3-none-any.whl (445 kB) 2024-09-12 14:05:15.477 | Collecting python-designateclient>=2.7.0 2024-09-12 14:05:15.480 | Using cached python_designateclient-5.2.0-py3-none-any.whl (95 kB) 2024-09-12 14:05:15.533 | Collecting python-neutronclient>=7.8.0 2024-09-12 14:05:15.537 | Using cached python_neutronclient-9.0.0-py3-none-any.whl (429 kB) 2024-09-12 14:05:15.543 | Requirement already satisfied: python-novaclient>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (18.3.0) 2024-09-12 14:05:15.544 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (2.28.1) 2024-09-12 14:05:15.544 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (5.0.0) 2024-09-12 14:05:15.545 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (6.3.1) 2024-09-12 14:05:15.546 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev23) (3.2.0) 2024-09-12 14:05:15.551 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.6.5->neutron==0.0.1.dev23) (1.2.3) 2024-09-12 14:05:15.555 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->neutron==0.0.1.dev23) (1.14.1) 2024-09-12 14:05:15.560 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev23) (1.16.0) 2024-09-12 14:05:15.561 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev23) (1.1.3) 2024-09-12 14:05:15.562 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev23) (2.2.1) 2024-09-12 14:05:15.569 | 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.dev23) (3.0.9) 2024-09-12 14:05:15.572 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->neutron==0.0.1.dev23) (2.1.1) 2024-09-12 14:05:15.597 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev23) (1.1.0) 2024-09-12 14:05:15.597 | 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.dev23) (1.7.0) 2024-09-12 14:05:15.621 | 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.dev23) (5.1.0) 2024-09-12 14:05:15.622 | 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.dev23) (3.1.1) 2024-09-12 14:05:15.767 | Collecting os-traits>=0.9.0 2024-09-12 14:05:15.770 | Using cached os_traits-2.10.0-py3-none-any.whl (41 kB) 2024-09-12 14:05:15.865 | Collecting setproctitle>=1.1.10 2024-09-12 14:05:15.867 | 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-09-12 14:05:15.883 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev23) (1.4.4) 2024-09-12 14:05:15.884 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev23) (1.0.1) 2024-09-12 14:05:15.885 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev23) (1.32) 2024-09-12 14:05:15.886 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev23) (1.4.0) 2024-09-12 14:05:15.887 | Requirement already satisfied: PyYAML>=3.13 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev23) (6.0) 2024-09-12 14:05:15.888 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev23) (38.0.2) 2024-09-12 14:05:15.889 | 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.dev23) (1.1.8) 2024-09-12 14:05:15.931 | Collecting ncclient>=0.6.13 2024-09-12 14:05:15.931 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2024-09-12 14:05:15.937 | 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.dev23) (1.0.4) 2024-09-12 14:05:15.985 | 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.dev23) (0.18) 2024-09-12 14:05:16.005 | 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.dev23) (1.5.0) 2024-09-12 14:05:16.031 | 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.dev23) (0.13.0) 2024-09-12 14:05:16.031 | 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.dev23) (2.0.1) 2024-09-12 14:05:16.033 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev23) (0.5.0) 2024-09-12 14:05:16.064 | 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.dev23) (2.8.2) 2024-09-12 14:05:16.066 | 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.dev23) (0.9.6) 2024-09-12 14:05:16.090 | 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.dev23) (5.2.4) 2024-09-12 14:05:16.093 | 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.dev23) (5.2.0) 2024-09-12 14:05:16.093 | 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.dev23) (0.6.0) 2024-09-12 14:05:16.097 | 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.dev23) (5.1.1) 2024-09-12 14:05:16.105 | 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.dev23) (4.0.0) 2024-09-12 14:05:16.107 | 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.dev23) (3.3.0) 2024-09-12 14:05:16.154 | 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.dev23) (1.15.1) 2024-09-12 14:05:16.173 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev23) (2022.4) 2024-09-12 14:05:16.185 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=3.1.2->neutron==0.0.1.dev23) (1.4.0) 2024-09-12 14:05:16.187 | 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.dev23) (4.0.1) 2024-09-12 14:05:16.195 | 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.dev23) (3.4.1) 2024-09-12 14:05:16.277 | Collecting sortedcontainers 2024-09-12 14:05:16.279 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2024-09-12 14:05:16.303 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->neutron==0.0.1.dev23) (59.6.0) 2024-09-12 14:05:16.350 | Collecting logutils>=0.3 2024-09-12 14:05:16.351 | Using cached logutils-0.3.5-py3-none-any.whl 2024-09-12 14:05:16.435 | Collecting osc-lib>=1.8.0 2024-09-12 14:05:16.438 | Using cached osc_lib-2.7.0-py3-none-any.whl (88 kB) 2024-09-12 14:05:16.441 | 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.dev23) (4.16.0) 2024-09-12 14:05:16.443 | 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.dev23) (4.2.0) 2024-09-12 14:05:16.655 | Collecting simplejson>=3.5.1 2024-09-12 14:05:16.658 | 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-09-12 14:05:16.702 | Collecting os-client-config>=1.28.0 2024-09-12 14:05:16.705 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2024-09-12 14:05:16.740 | 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.dev23) (1.26.12) 2024-09-12 14:05:16.740 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev23) (2020.6.20) 2024-09-12 14:05:16.743 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev23) (3.4) 2024-09-12 14:05:16.743 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev23) (2.1.1) 2024-09-12 14:05:16.753 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->neutron==0.0.1.dev23) (0.7) 2024-09-12 14:05:16.874 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->neutron==0.0.1.dev23) (0.13.1) 2024-09-12 14:05:16.899 | 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.dev23) (5.0.0) 2024-09-12 14:05:16.948 | 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.dev23) (2.21) 2024-09-12 14:05:16.971 | 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.dev23) (5.0.0) 2024-09-12 14:05:16.972 | 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.dev23) (0.5.1) 2024-09-12 14:05:16.974 | 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.dev23) (2.4.2) 2024-09-12 14:05:17.148 | 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.dev23) (0.18.1) 2024-09-12 14:05:17.148 | 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.dev23) (22.1.0) 2024-09-12 14:05:17.245 | 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.dev23) (4.9.1) 2024-09-12 14:05:17.246 | 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.dev23) (2.11.0) 2024-09-12 14:05:17.323 | 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.dev23) (0.14.1) 2024-09-12 14:05:17.340 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev23) (0.2.5) 2024-09-12 14:05:17.552 | 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.dev23) (0.5.2) 2024-09-12 14:05:17.552 | 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.dev23) (0.4.3) 2024-09-12 14:05:17.600 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron==0.0.1.dev23) (2.5.0) 2024-09-12 14:05:17.760 | 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.dev23) (1.8.2) 2024-09-12 14:05:17.790 | 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.dev23) (3.8.1) 2024-09-12 14:05:17.832 | 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.dev23) (1.5.0) 2024-09-12 14:05:18.501 | 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-09-12 14:05:18.502 | Attempting uninstall: sortedcontainers 2024-09-12 14:05:18.503 | Found existing installation: sortedcontainers 2.1.0 2024-09-12 14:05:18.505 | Not uninstalling sortedcontainers at /usr/lib/python3/dist-packages, outside environment /usr 2024-09-12 14:05:18.505 | Can't uninstall 'sortedcontainers'. No files were found to uninstall. 2024-09-12 14:05:18.901 | Attempting uninstall: ovs 2024-09-12 14:05:18.902 | Found existing installation: ovs 2.17.9 2024-09-12 14:05:18.903 | Not uninstalling ovs at /usr/lib/python3/dist-packages, outside environment /usr 2024-09-12 14:05:18.904 | Can't uninstall 'ovs'. No files were found to uninstall. 2024-09-12 14:05:21.197 | Running setup.py develop for neutron 2024-09-12 14:05:22.317 | 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-09-12 14:05:22.318 | 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-09-12 14:05:22.448 | + inc/python:pip_install:196 : result=0 2024-09-12 14:05:22.450 | + inc/python:pip_install:198 : time_stop pip_install 2024-09-12 14:05:22.452 | + functions-common:time_stop:2435 : local name 2024-09-12 14:05:22.454 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:05:22.456 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:05:22.457 | + functions-common:time_stop:2438 : local total 2024-09-12 14:05:22.459 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:05:22.461 | + functions-common:time_stop:2441 : name=pip_install 2024-09-12 14:05:22.463 | + functions-common:time_stop:2442 : start_time=1726149912771 2024-09-12 14:05:22.465 | + functions-common:time_stop:2444 : [[ -z 1726149912771 ]] 2024-09-12 14:05:22.467 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:05:22.470 | + functions-common:time_stop:2447 : end_time=1726149922468 2024-09-12 14:05:22.472 | + functions-common:time_stop:2448 : elapsed_time=9697 2024-09-12 14:05:22.474 | + functions-common:time_stop:2449 : total=60823 2024-09-12 14:05:22.476 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:05:22.478 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=70520 2024-09-12 14:05:22.480 | + inc/python:pip_install:199 : return 0 2024-09-12 14:05:22.482 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-09-12 14:05:22.484 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/neutron/neutron.egg-info 2024-09-12 14:05:22.486 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/neutron/neutron.egg-info 2024-09-12 14:05:22.500 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/neutron/neutron.egg-info 2024-09-12 14:05:22.510 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/neutron 2024-09-12 14:05:22.512 | + inc/python:use_library_from_git:246 : local name=/opt/stack/neutron 2024-09-12 14:05:22.514 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:05:22.516 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:05:22.518 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/neutron, ]] 2024-09-12 14:05:22.520 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:05:22.522 | + lib/neutron:install_neutron:520 : [[ openvswitch == \o\v\n ]] 2024-09-12 14:05:22.524 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-09-12 14:05:22.526 | + stack.sh:main:943 : is_service_enabled nova 2024-09-12 14:05:22.539 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:05:22.541 | + stack.sh:main:945 : stack_install_service nova 2024-09-12 14:05:22.543 | + lib/stack:stack_install_service:20 : local service=nova 2024-09-12 14:05:22.545 | + lib/stack:stack_install_service:21 : type install_nova 2024-09-12 14:05:22.547 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-09-12 14:05:22.549 | + lib/stack:stack_install_service:32 : install_nova 2024-09-12 14:05:22.551 | + lib/nova:install_nova:914 : use_library_from_git os-vif 2024-09-12 14:05:22.553 | + inc/python:use_library_from_git:246 : local name=os-vif 2024-09-12 14:05:22.554 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:05:22.556 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:05:22.558 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-vif, ]] 2024-09-12 14:05:22.560 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:05:22.562 | + lib/nova:install_nova:919 : is_service_enabled n-cpu 2024-09-12 14:05:22.574 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:05:22.576 | + lib/nova:install_nova:923 : is_service_enabled n-novnc 2024-09-12 14:05:22.589 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:05:22.591 | + lib/nova:install_nova:950 : is_service_enabled n-spice 2024-09-12 14:05:22.604 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:05:22.606 | + lib/nova:install_nova:962 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova refs/changes/37/928937/2 2024-09-12 14:05:22.608 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/nova.git 2024-09-12 14:05:22.610 | + functions-common:git_clone:613 : local git_dest=/opt/stack//nova 2024-09-12 14:05:22.612 | + functions-common:git_clone:614 : local git_ref=refs/changes/37/928937/2 2024-09-12 14:05:22.613 | + functions-common:git_clone:615 : local orig_dir 2024-09-12 14:05:22.615 | ++ functions-common:git_clone:616 : pwd 2024-09-12 14:05:22.618 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-09-12 14:05:22.619 | + functions-common:git_clone:617 : local git_clone_flags= 2024-09-12 14:05:22.622 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-09-12 14:05:22.634 | + functions-common:git_clone:619 : RECLONE=False 2024-09-12 14:05:22.636 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-09-12 14:05:22.637 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-09-12 14:05:22.639 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-09-12 14:05:22.642 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-09-12 14:05:22.642 | + functions-common:git_clone:633 : echo refs/changes/37/928937/2 2024-09-12 14:05:22.645 | + functions-common:git_clone:635 : [[ ! -d /opt/stack//nova ]] 2024-09-12 14:05:22.647 | + functions-common:git_clone:636 : [[ False = \T\r\u\e ]] 2024-09-12 14:05:22.649 | + functions-common:git_clone:641 : git_timed clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-09-12 14:05:22.650 | + functions-common:git_timed:720 : local count=0 2024-09-12 14:05:22.652 | + functions-common:git_timed:721 : local timeout=0 2024-09-12 14:05:22.654 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-09-12 14:05:22.656 | + functions-common:git_timed:724 : timeout=0 2024-09-12 14:05:22.657 | + functions-common:git_timed:727 : time_start git_timed 2024-09-12 14:05:22.659 | + functions-common:time_start:2421 : local name=git_timed 2024-09-12 14:05:22.661 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:05:22.662 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:05:22.665 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:05:22.668 | + functions-common:time_start:2426 : _TIME_START[$name]=1726149922666 2024-09-12 14:05:22.670 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-09-12 14:05:22.673 | Cloning into '/opt/stack//nova'... 2024-09-12 14:05:27.038 | + functions-common:git_timed:742 : time_stop git_timed 2024-09-12 14:05:27.040 | + functions-common:time_stop:2435 : local name 2024-09-12 14:05:27.043 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:05:27.044 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:05:27.046 | + functions-common:time_stop:2438 : local total 2024-09-12 14:05:27.048 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:05:27.049 | + functions-common:time_stop:2441 : name=git_timed 2024-09-12 14:05:27.051 | + functions-common:time_stop:2442 : start_time=1726149922666 2024-09-12 14:05:27.053 | + functions-common:time_stop:2444 : [[ -z 1726149922666 ]] 2024-09-12 14:05:27.056 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:05:27.058 | + functions-common:time_stop:2447 : end_time=1726149927056 2024-09-12 14:05:27.060 | + functions-common:time_stop:2448 : elapsed_time=4390 2024-09-12 14:05:27.062 | + functions-common:time_stop:2449 : total=26782 2024-09-12 14:05:27.064 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:05:27.065 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=31172 2024-09-12 14:05:27.067 | + functions-common:git_clone:643 : cd /opt/stack//nova 2024-09-12 14:05:27.069 | + functions-common:git_clone:644 : git_timed fetch https://opendev.org/openstack/nova.git refs/changes/37/928937/2 2024-09-12 14:05:27.070 | + functions-common:git_timed:720 : local count=0 2024-09-12 14:05:27.072 | + functions-common:git_timed:721 : local timeout=0 2024-09-12 14:05:27.074 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-09-12 14:05:27.076 | + functions-common:git_timed:724 : timeout=0 2024-09-12 14:05:27.078 | + functions-common:git_timed:727 : time_start git_timed 2024-09-12 14:05:27.079 | + functions-common:time_start:2421 : local name=git_timed 2024-09-12 14:05:27.081 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:05:27.083 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:05:27.085 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:05:27.088 | + functions-common:time_start:2426 : _TIME_START[$name]=1726149927086 2024-09-12 14:05:27.090 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch https://opendev.org/openstack/nova.git refs/changes/37/928937/2 2024-09-12 14:06:25.425 | From https://opendev.org/openstack/nova 2024-09-12 14:06:25.425 | * branch refs/changes/37/928937/2 -> FETCH_HEAD 2024-09-12 14:06:25.430 | + functions-common:git_timed:742 : time_stop git_timed 2024-09-12 14:06:25.432 | + functions-common:time_stop:2435 : local name 2024-09-12 14:06:25.433 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:06:25.435 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:06:25.437 | + functions-common:time_stop:2438 : local total 2024-09-12 14:06:25.438 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:06:25.440 | + functions-common:time_stop:2441 : name=git_timed 2024-09-12 14:06:25.442 | + functions-common:time_stop:2442 : start_time=1726149927086 2024-09-12 14:06:25.443 | + functions-common:time_stop:2444 : [[ -z 1726149927086 ]] 2024-09-12 14:06:25.446 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:06:25.448 | + functions-common:time_stop:2447 : end_time=1726149985446 2024-09-12 14:06:25.450 | + functions-common:time_stop:2448 : elapsed_time=58360 2024-09-12 14:06:25.452 | + functions-common:time_stop:2449 : total=31172 2024-09-12 14:06:25.453 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:06:25.455 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=89532 2024-09-12 14:06:25.457 | + functions-common:git_clone:644 : git checkout FETCH_HEAD 2024-09-12 14:06:25.645 | Note: switching to 'FETCH_HEAD'. 2024-09-12 14:06:25.645 | 2024-09-12 14:06:25.645 | You are in 'detached HEAD' state. You can look around, make experimental 2024-09-12 14:06:25.645 | changes and commit them, and you can discard any commits you make in this 2024-09-12 14:06:25.645 | state without impacting any branches by switching back to a branch. 2024-09-12 14:06:25.645 | 2024-09-12 14:06:25.645 | If you want to create a new branch to retain commits you create, you may 2024-09-12 14:06:25.645 | do so (now or later) by using -c with the switch command. Example: 2024-09-12 14:06:25.645 | 2024-09-12 14:06:25.645 | git switch -c 2024-09-12 14:06:25.645 | 2024-09-12 14:06:25.645 | Or undo this operation with: 2024-09-12 14:06:25.645 | 2024-09-12 14:06:25.645 | git switch - 2024-09-12 14:06:25.645 | 2024-09-12 14:06:25.645 | Turn off this advice by setting config variable advice.detachedHead to false 2024-09-12 14:06:25.645 | 2024-09-12 14:06:25.645 | HEAD is now at 7b16df5553 [stable-only]: Port qcow2v2 support from oslo 2024-09-12 14:06:25.650 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//nova 2024-09-12 14:06:25.662 | + functions-common:git_clone:695 : cd /opt/stack//nova 2024-09-12 14:06:25.664 | + functions-common:git_clone:696 : git show --oneline 2024-09-12 14:06:25.664 | + functions-common:git_clone:696 : head -1 2024-09-12 14:06:25.667 | 7b16df5553 [stable-only]: Port qcow2v2 support from oslo 2024-09-12 14:06:25.669 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-09-12 14:06:25.671 | + lib/nova:install_nova:963 : setup_develop /opt/stack//nova 2024-09-12 14:06:25.673 | + inc/python:setup_develop:334 : local bindep 2024-09-12 14:06:25.675 | + inc/python:setup_develop:335 : [[ /opt/stack//nova == -bindep* ]] 2024-09-12 14:06:25.676 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//nova 2024-09-12 14:06:25.678 | + inc/python:setup_develop:340 : local extras= 2024-09-12 14:06:25.680 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//nova -e 2024-09-12 14:06:25.682 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-09-12 14:06:25.684 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//nova == -bindep* ]] 2024-09-12 14:06:25.686 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//nova 2024-09-12 14:06:25.687 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-09-12 14:06:25.689 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-09-12 14:06:25.692 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//nova 2024-09-12 14:06:25.693 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-09-12 14:06:25.696 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/nova 2024-09-12 14:06:25.698 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-09-12 14:06:25.699 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-09-12 14:06:25.702 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2024-09-12 14:06:25.706 | + inc/python:_setup_package_with_constraints_edit:381 : name=nova 2024-09-12 14:06:25.708 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- nova 2024-09-12 14:06:26.021 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/nova -e 2024-09-12 14:06:26.023 | + inc/python:setup_package:414 : local bindep=0 2024-09-12 14:06:26.025 | + inc/python:setup_package:415 : local bindep_flag= 2024-09-12 14:06:26.027 | + inc/python:setup_package:416 : local bindep_profiles= 2024-09-12 14:06:26.029 | + inc/python:setup_package:417 : [[ /opt/stack/nova == -bindep* ]] 2024-09-12 14:06:26.031 | + inc/python:setup_package:422 : local project_dir=/opt/stack/nova 2024-09-12 14:06:26.033 | + inc/python:setup_package:423 : local flags=-e 2024-09-12 14:06:26.034 | + inc/python:setup_package:424 : local extras= 2024-09-12 14:06:26.036 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-09-12 14:06:26.038 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-09-12 14:06:26.040 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-09-12 14:06:26.043 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-09-12 14:06:26.044 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-09-12 14:06:26.046 | + inc/python:setup_package:442 : pip_install -e /opt/stack/nova 2024-09-12 14:06:26.062 | Using python 3.10 to install /opt/stack/nova 2024-09-12 14:06:26.064 | + 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-09-12 14:06:27.005 | Obtaining file:///opt/stack/nova 2024-09-12 14:06:27.005 | Preparing metadata (setup.py): started 2024-09-12 14:06:30.005 | Preparing metadata (setup.py): finished with status 'done' 2024-09-12 14:06:30.093 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (3.1.2) 2024-09-12 14:06:30.094 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (3.5.2) 2024-09-12 14:06:30.095 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (2.1.1) 2024-09-12 14:06:30.096 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (3.4.1) 2024-09-12 14:06:30.097 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (6.0) 2024-09-12 14:06:30.097 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (2.5.1) 2024-09-12 14:06:30.098 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (1.4.41) 2024-09-12 14:06:30.099 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (1.8.7) 2024-09-12 14:06:30.100 | Requirement already satisfied: alembic>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (1.8.1) 2024-09-12 14:06:30.101 | Requirement already satisfied: castellan>=0.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (4.1.0) 2024-09-12 14:06:30.103 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (38.0.2) 2024-09-12 14:06:30.103 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (0.2.3) 2024-09-12 14:06:30.103 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (5.1.1) 2024-09-12 14:06:30.103 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (0.33.1) 2024-09-12 14:06:30.104 | Requirement already satisfied: futurist>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (2.4.1) 2024-09-12 14:06:30.105 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (1.1.3) 2024-09-12 14:06:30.106 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (1.1.0) 2024-09-12 14:06:30.106 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (4.16.0) 2024-09-12 14:06:30.107 | Requirement already satisfied: keystoneauth1>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (5.1.3) 2024-09-12 14:06:30.108 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (10.2.0) 2024-09-12 14:06:30.109 | Requirement already satisfied: lxml>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (4.9.1) 2024-09-12 14:06:30.288 | Collecting microversion-parse>=0.2.1 2024-09-12 14:06:30.291 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2024-09-12 14:06:30.293 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (0.8.0) 2024-09-12 14:06:30.294 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from nova==0.1.0.dev60300) (0.11.0) 2024-09-12 14:06:30.295 | Requirement already satisfied: openstacksdk>=0.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (1.0.1) 2024-09-12 14:06:30.296 | Requirement already satisfied: os-brick>=5.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (6.2.3) 2024-09-12 14:06:30.296 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (1.1.0) 2024-09-12 14:06:30.297 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (1.7.0) 2024-09-12 14:06:30.298 | Requirement already satisfied: os-traits>=2.9.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (2.10.0) 2024-09-12 14:06:30.299 | Requirement already satisfied: os-vif>=3.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (3.1.1) 2024-09-12 14:06:30.299 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (3.3.1) 2024-09-12 14:06:30.300 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (5.1.1) 2024-09-12 14:06:30.301 | Requirement already satisfied: oslo.config>=8.6.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (9.1.1) 2024-09-12 14:06:30.303 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (5.1.1) 2024-09-12 14:06:30.303 | Requirement already satisfied: oslo.db>=10.0.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (12.3.2) 2024-09-12 14:06:30.304 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (6.0.0) 2024-09-12 14:06:30.305 | Requirement already satisfied: oslo.limit>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (2.1.0) 2024-09-12 14:06:30.305 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (5.2.0) 2024-09-12 14:06:30.306 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (14.2.5) 2024-09-12 14:06:30.307 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (5.1.1) 2024-09-12 14:06:30.308 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (4.1.1) 2024-09-12 14:06:30.329 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (3.1.0) 2024-09-12 14:06:30.331 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (3.0.0) 2024-09-12 14:06:30.331 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (7.0.1) 2024-09-12 14:06:30.334 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (5.1.2) 2024-09-12 14:06:30.334 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (3.1.2) 2024-09-12 14:06:30.334 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (2.1.1) 2024-09-12 14:06:30.334 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (6.1.0) 2024-09-12 14:06:30.334 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (3.1.0) 2024-09-12 14:06:30.335 | Requirement already satisfied: packaging>=21.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (23.1) 2024-09-12 14:06:30.336 | Requirement already satisfied: paramiko>=2.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (2.11.0) 2024-09-12 14:06:30.337 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (5.11.1) 2024-09-12 14:06:30.338 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (5.9.2) 2024-09-12 14:06:30.338 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (9.3.0) 2024-09-12 14:06:30.339 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (2.8.2) 2024-09-12 14:06:30.340 | Requirement already satisfied: python-glanceclient>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (4.3.2) 2024-09-12 14:06:30.341 | Requirement already satisfied: python-neutronclient>=7.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (9.0.0) 2024-09-12 14:06:30.341 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (2.28.1) 2024-09-12 14:06:30.342 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (1.3.3) 2024-09-12 14:06:30.343 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (1.5.0) 2024-09-12 14:06:30.344 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (0.13.0) 2024-09-12 14:06:30.345 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (5.0.0) 2024-09-12 14:06:30.345 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60300) (3.2.0) 2024-09-12 14:06:30.365 | Collecting websockify>=0.9.0 2024-09-12 14:06:30.365 | Using cached websockify-0.10.0-py3-none-any.whl 2024-09-12 14:06:30.376 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.5.0->nova==0.1.0.dev60300) (1.2.3) 2024-09-12 14:06:30.386 | 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.dev60300) (5.5.0) 2024-09-12 14:06:30.403 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->nova==0.1.0.dev60300) (1.15.1) 2024-09-12 14:06:30.416 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.30.1->nova==0.1.0.dev60300) (1.16.0) 2024-09-12 14:06:30.417 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.30.1->nova==0.1.0.dev60300) (2.2.1) 2024-09-12 14:06:30.425 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->nova==0.1.0.dev60300) (2.1.1) 2024-09-12 14:06:30.443 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->nova==0.1.0.dev60300) (22.1.0) 2024-09-12 14:06:30.444 | 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.dev60300) (0.18.1) 2024-09-12 14:06:30.490 | 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.dev60300) (5.1.0) 2024-09-12 14:06:30.492 | 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.dev60300) (3.1.1) 2024-09-12 14:06:30.514 | 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.dev60300) (1.1.8) 2024-09-12 14:06:30.515 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60300) (1.4.0) 2024-09-12 14:06:30.516 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60300) (1.4.4) 2024-09-12 14:06:30.517 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60300) (1.0.1) 2024-09-12 14:06:30.519 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60300) (1.32) 2024-09-12 14:06:30.529 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from os-brick>=5.2->nova==0.1.0.dev60300) (6.3.1) 2024-09-12 14:06:30.531 | 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.dev60300) (5.9.0) 2024-09-12 14:06:30.552 | 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.dev60300) (0.7.3) 2024-09-12 14:06:30.555 | 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.dev60300) (2.5.0) 2024-09-12 14:06:30.555 | 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.dev60300) (2.2.2) 2024-09-12 14:06:30.578 | 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.dev60300) (0.18) 2024-09-12 14:06:30.622 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=10.0.0->nova==0.1.0.dev60300) (0.5.0) 2024-09-12 14:06:30.623 | 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.dev60300) (2.0.1) 2024-09-12 14:06:30.654 | 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.dev60300) (0.9.6) 2024-09-12 14:06:30.680 | 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.dev60300) (5.2.0) 2024-09-12 14:06:30.681 | 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.dev60300) (0.6.0) 2024-09-12 14:06:30.683 | 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.dev60300) (5.1.1) 2024-09-12 14:06:30.684 | 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.dev60300) (5.2.4) 2024-09-12 14:06:30.694 | 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.dev60300) (4.0.0) 2024-09-12 14:06:30.695 | 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.dev60300) (3.3.0) 2024-09-12 14:06:30.714 | 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.dev60300) (1.0.4) 2024-09-12 14:06:30.736 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=4.2.0->nova==0.1.0.dev60300) (2022.4) 2024-09-12 14:06:30.748 | 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.dev60300) (4.0.1) 2024-09-12 14:06:30.749 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->nova==0.1.0.dev60300) (1.4.0) 2024-09-12 14:06:30.768 | 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.dev60300) (3.0.9) 2024-09-12 14:06:30.807 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=2.7.1->nova==0.1.0.dev60300) (1.5.0) 2024-09-12 14:06:30.817 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->nova==0.1.0.dev60300) (59.6.0) 2024-09-12 14:06:30.869 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->nova==0.1.0.dev60300) (0.2.5) 2024-09-12 14:06:30.919 | 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.dev60300) (1.14.1) 2024-09-12 14:06:30.919 | 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.dev60300) (22.1.0) 2024-09-12 14:06:30.921 | 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.dev60300) (2.0.1) 2024-09-12 14:06:30.937 | 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.dev60300) (4.2.0) 2024-09-12 14:06:30.939 | 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.dev60300) (2.7.0) 2024-09-12 14:06:30.940 | 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.dev60300) (3.17.6) 2024-09-12 14:06:30.940 | 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.dev60300) (2.1.0) 2024-09-12 14:06:30.962 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60300) (2020.6.20) 2024-09-12 14:06:30.963 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60300) (2.1.1) 2024-09-12 14:06:30.964 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60300) (3.4) 2024-09-12 14:06:30.965 | 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.dev60300) (1.26.12) 2024-09-12 14:06:30.996 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->nova==0.1.0.dev60300) (0.7) 2024-09-12 14:06:31.076 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.1.0.dev60300) (0.4.3) 2024-09-12 14:06:31.077 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.1.0.dev60300) (0.5.2) 2024-09-12 14:06:31.122 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->nova==0.1.0.dev60300) (0.13.1) 2024-09-12 14:06:31.557 | Collecting numpy 2024-09-12 14:06:31.652 | Using cached numpy-1.23.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB) 2024-09-12 14:06:31.743 | 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.dev60300) (5.0.0) 2024-09-12 14:06:31.826 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==0.1.0.dev60300) (2.21) 2024-09-12 14:06:31.850 | 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.dev60300) (0.5.1) 2024-09-12 14:06:31.852 | 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.dev60300) (2.4.2) 2024-09-12 14:06:31.853 | 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.dev60300) (5.0.0) 2024-09-12 14:06:32.063 | 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.dev60300) (0.14.1) 2024-09-12 14:06:32.077 | 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.dev60300) (2.17.7) 2024-09-12 14:06:32.348 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=10.0.0->nova==0.1.0.dev60300) (2.5.0) 2024-09-12 14:06:32.535 | 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.dev60300) (1.8.2) 2024-09-12 14:06:32.565 | 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.dev60300) (3.8.1) 2024-09-12 14:06:32.581 | 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.dev60300) (2.4.0) 2024-09-12 14:06:33.168 | Installing collected packages: numpy, microversion-parse, websockify, nova 2024-09-12 14:06:34.959 | Running setup.py develop for nova 2024-09-12 14:06:38.469 | Successfully installed microversion-parse-1.0.1 nova numpy-1.23.3 websockify-0.10.0 2024-09-12 14:06:38.469 | 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-09-12 14:06:38.620 | + inc/python:pip_install:196 : result=0 2024-09-12 14:06:38.622 | + inc/python:pip_install:198 : time_stop pip_install 2024-09-12 14:06:38.624 | + functions-common:time_stop:2435 : local name 2024-09-12 14:06:38.626 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:06:38.627 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:06:38.629 | + functions-common:time_stop:2438 : local total 2024-09-12 14:06:38.631 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:06:38.633 | + functions-common:time_stop:2441 : name=pip_install 2024-09-12 14:06:38.635 | + functions-common:time_stop:2442 : start_time=1726149986058 2024-09-12 14:06:38.636 | + functions-common:time_stop:2444 : [[ -z 1726149986058 ]] 2024-09-12 14:06:38.639 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:06:38.642 | + functions-common:time_stop:2447 : end_time=1726149998640 2024-09-12 14:06:38.644 | + functions-common:time_stop:2448 : elapsed_time=12582 2024-09-12 14:06:38.646 | + functions-common:time_stop:2449 : total=70520 2024-09-12 14:06:38.647 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:06:38.649 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=83102 2024-09-12 14:06:38.651 | + inc/python:pip_install:199 : return 0 2024-09-12 14:06:38.653 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-09-12 14:06:38.655 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/nova/nova.egg-info 2024-09-12 14:06:38.657 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/nova/nova.egg-info 2024-09-12 14:06:38.672 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/nova/nova.egg-info 2024-09-12 14:06:38.682 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/nova 2024-09-12 14:06:38.683 | + inc/python:use_library_from_git:246 : local name=/opt/stack/nova 2024-09-12 14:06:38.685 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:06:38.687 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:06:38.689 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/nova, ]] 2024-09-12 14:06:38.691 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:06:38.693 | + 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-09-12 14:06:38.704 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-09-12 14:06:38.706 | + stack.sh:main:946 : configure_nova 2024-09-12 14:06:38.708 | + lib/nova:configure_nova:249 : sudo install -d -o stack /etc/nova 2024-09-12 14:06:38.718 | + lib/nova:configure_nova:251 : configure_rootwrap nova 2024-09-12 14:06:38.720 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2024-09-12 14:06:38.722 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-09-12 14:06:38.725 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2024-09-12 14:06:38.725 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-09-12 14:06:38.729 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2024-09-12 14:06:38.731 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2024-09-12 14:06:38.733 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2024-09-12 14:06:38.735 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2024-09-12 14:06:38.737 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2024-09-12 14:06:38.739 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2024-09-12 14:06:38.741 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2024-09-12 14:06:38.743 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2024-09-12 14:06:38.752 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2024-09-12 14:06:38.761 | + 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-09-12 14:06:38.770 | + 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-09-12 14:06:38.779 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2024-09-12 14:06:38.788 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2024-09-12 14:06:38.791 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2024-09-12 14:06:38.794 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.x9MXGuM7K2 2024-09-12 14:06:38.796 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-09-12 14:06:38.798 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-09-12 14:06:38.800 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2024-09-12 14:06:38.802 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-09-12 14:06:38.804 | + inc/rootwrap:configure_rootwrap:72 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-09-12 14:06:38.806 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.x9MXGuM7K2 2024-09-12 14:06:38.809 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.x9MXGuM7K2 2024-09-12 14:06:38.817 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.x9MXGuM7K2 /etc/sudoers.d/nova-rootwrap 2024-09-12 14:06:38.827 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2024-09-12 14:06:38.830 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2024-09-12 14:06:38.832 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2024-09-12 14:06:38.834 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-09-12 14:06:38.835 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-09-12 14:06:38.837 | + 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-09-12 14:06:38.839 | + 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-09-12 14:06:38.841 | + 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-09-12 14:06:38.843 | + lib/nova:configure_nova:255 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2024-09-12 14:06:38.846 | + lib/nova:configure_nova:258 : is_service_enabled n-cpu 2024-09-12 14:06:38.858 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:06:38.861 | + lib/nova:configure_nova:356 : create_nova_conf 2024-09-12 14:06:38.862 | + lib/nova:create_nova_conf:430 : rm -f /opt/stack//nova/bin/nova.conf 2024-09-12 14:06:38.865 | + lib/nova:create_nova_conf:433 : rm -f /etc/nova/nova.conf 2024-09-12 14:06:38.868 | + lib/nova:create_nova_conf:434 : iniset /etc/nova/nova.conf DEFAULT debug True 2024-09-12 14:06:38.891 | + lib/nova:create_nova_conf:435 : '[' True == True ']' 2024-09-12 14:06:38.893 | + lib/nova:create_nova_conf:436 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2024-09-12 14:06:38.914 | + lib/nova:create_nova_conf:438 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2024-09-12 14:06:38.937 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2024-09-12 14:06:38.959 | + lib/nova:create_nova_conf:440 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2024-09-12 14:06:38.983 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf scheduler workers 2 2024-09-12 14:06:39.007 | + lib/nova:create_nova_conf:442 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2024-09-12 14:06:39.030 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2024-09-12 14:06:39.053 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2024-09-12 14:06:39.075 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2024-09-12 14:06:39.098 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2024-09-12 14:06:39.120 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2024-09-12 14:06:39.142 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2024-09-12 14:06:39.166 | + lib/nova:create_nova_conf:451 : is_fedora 2024-09-12 14:06:39.168 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-09-12 14:06:39.170 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-09-12 14:06:39.172 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-09-12 14:06:39.173 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-09-12 14:06:39.175 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-09-12 14:06:39.177 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-09-12 14:06:39.179 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-09-12 14:06:39.180 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-09-12 14:06:39.182 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-09-12 14:06:39.184 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-09-12 14:06:39.185 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-09-12 14:06:39.187 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-09-12 14:06:39.189 | + lib/nova:create_nova_conf:451 : is_suse 2024-09-12 14:06:39.191 | + functions-common:is_suse:544 : is_opensuse 2024-09-12 14:06:39.192 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-09-12 14:06:39.194 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-09-12 14:06:39.196 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-09-12 14:06:39.198 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-09-12 14:06:39.200 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-09-12 14:06:39.201 | + lib/nova:create_nova_conf:460 : is_service_enabled n-api n-cond n-sched 2024-09-12 14:06:39.214 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:06:39.215 | + lib/nova:create_nova_conf:464 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-09-12 14:06:39.217 | + lib/nova:create_nova_conf:465 : local db=nova_cell1 2024-09-12 14:06:39.219 | ++ lib/nova:create_nova_conf:473 : database_connection_url nova_cell1 2024-09-12 14:06:39.221 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-09-12 14:06:39.223 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-09-12 14:06:39.225 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2024-09-12 14:06:39.227 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-09-12 14:06:39.228 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-09-12 14:06:39.230 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2024-09-12 14:06:39.232 | + 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-09-12 14:06:39.257 | ++ lib/nova:create_nova_conf:474 : database_connection_url nova_api 2024-09-12 14:06:39.259 | ++ lib/database:database_connection_url:134 : local db=nova_api 2024-09-12 14:06:39.261 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2024-09-12 14:06:39.262 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_api 2024-09-12 14:06:39.264 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-09-12 14:06:39.266 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-09-12 14:06:39.268 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8' 2024-09-12 14:06:39.270 | + 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-09-12 14:06:39.294 | + lib/nova:create_nova_conf:479 : iniset /etc/nova/nova.conf cache enabled True 2024-09-12 14:06:39.317 | + lib/nova:create_nova_conf:480 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2024-09-12 14:06:39.339 | + lib/nova:create_nova_conf:481 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2024-09-12 14:06:39.362 | + lib/nova:create_nova_conf:484 : is_service_enabled n-api 2024-09-12 14:06:39.374 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:06:39.376 | + lib/nova:create_nova_conf:485 : is_service_enabled n-api-meta 2024-09-12 14:06:39.387 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:06:39.390 | ++ lib/nova:create_nova_conf:487 : echo osapi_compute,metadata 2024-09-12 14:06:39.390 | ++ lib/nova:create_nova_conf:487 : sed s/,metadata// 2024-09-12 14:06:39.394 | + lib/nova:create_nova_conf:487 : NOVA_ENABLED_APIS=osapi_compute 2024-09-12 14:06:39.395 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2024-09-12 14:06:39.417 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2024-09-12 14:06:39.418 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2024-09-12 14:06:39.420 | + lib/nova:create_nova_conf:494 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults False 2024-09-12 14:06:39.444 | + lib/nova:create_nova_conf:495 : iniset /etc/nova/nova.conf oslo_policy enforce_scope False 2024-09-12 14:06:39.467 | + lib/nova:create_nova_conf:497 : is_service_enabled tls-proxy 2024-09-12 14:06:39.479 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:06:39.481 | + lib/nova:create_nova_conf:503 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2024-09-12 14:06:39.482 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2024-09-12 14:06:39.484 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-09-12 14:06:39.486 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-09-12 14:06:39.488 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2024-09-12 14:06:39.511 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2024-09-12 14:06:39.533 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-09-12 14:06:39.556 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2024-09-12 14:06:39.578 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2024-09-12 14:06:39.600 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2024-09-12 14:06:39.621 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2024-09-12 14:06:39.643 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2024-09-12 14:06:39.664 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-09-12 14:06:39.686 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2024-09-12 14:06:39.709 | + lib/nova:create_nova_conf:506 : is_service_enabled cinder 2024-09-12 14:06:39.721 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:06:39.723 | + lib/nova:create_nova_conf:507 : configure_cinder_access 2024-09-12 14:06:39.724 | + lib/nova:configure_cinder_access:634 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2024-09-12 14:06:39.749 | + lib/nova:configure_cinder_access:635 : iniset /etc/nova/nova.conf cinder auth_type password 2024-09-12 14:06:39.771 | + lib/nova:configure_cinder_access:636 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2024-09-12 14:06:39.793 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder username nova 2024-09-12 14:06:39.815 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder password nomoresecret 2024-09-12 14:06:39.837 | + lib/nova:configure_cinder_access:645 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2024-09-12 14:06:39.859 | + lib/nova:configure_cinder_access:646 : iniset /etc/nova/nova.conf cinder project_name service 2024-09-12 14:06:39.881 | + lib/nova:configure_cinder_access:647 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2024-09-12 14:06:39.902 | + lib/nova:configure_cinder_access:648 : is_service_enabled tls-proxy 2024-09-12 14:06:39.914 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:06:39.916 | + lib/nova:create_nova_conf:510 : '[' -n /opt/stack/data/nova ']' 2024-09-12 14:06:39.917 | + lib/nova:create_nova_conf:511 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2024-09-12 14:06:39.939 | + lib/nova:create_nova_conf:512 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2024-09-12 14:06:39.963 | + lib/nova:create_nova_conf:514 : '[' -n /opt/stack/data/nova/instances ']' 2024-09-12 14:06:39.965 | + lib/nova:create_nova_conf:515 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2024-09-12 14:06:39.987 | + lib/nova:create_nova_conf:517 : '[' False '!=' False ']' 2024-09-12 14:06:39.989 | + lib/nova:create_nova_conf:520 : '[' False '!=' False ']' 2024-09-12 14:06:39.990 | + lib/nova:create_nova_conf:526 : is_suse 2024-09-12 14:06:39.992 | + functions-common:is_suse:544 : is_opensuse 2024-09-12 14:06:39.994 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-09-12 14:06:39.996 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-09-12 14:06:39.998 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-09-12 14:06:39.999 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-09-12 14:06:40.001 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-09-12 14:06:40.003 | + lib/nova:create_nova_conf:526 : is_fedora 2024-09-12 14:06:40.005 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-09-12 14:06:40.007 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-09-12 14:06:40.008 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-09-12 14:06:40.010 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-09-12 14:06:40.012 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-09-12 14:06:40.014 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-09-12 14:06:40.015 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-09-12 14:06:40.017 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-09-12 14:06:40.019 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-09-12 14:06:40.021 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-09-12 14:06:40.022 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-09-12 14:06:40.024 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-09-12 14:06:40.026 | + lib/nova:create_nova_conf:531 : setup_logging /etc/nova/nova.conf 2024-09-12 14:06:40.028 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2024-09-12 14:06:40.030 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2024-09-12 14:06:40.032 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-09-12 14:06:40.044 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-09-12 14:06:40.046 | + functions:setup_systemd_logging:706 : local pidstr= 2024-09-12 14:06:40.048 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-09-12 14:06:40.049 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-09-12 14:06:40.051 | + 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-09-12 14:06:40.073 | + 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-09-12 14:06:40.095 | + 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-09-12 14:06:40.116 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-09-12 14:06:40.138 | + lib/nova:create_nova_conf:533 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2024-09-12 14:06:40.161 | + lib/nova:create_nova_conf:535 : is_service_enabled n-api 2024-09-12 14:06:40.173 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:06:40.175 | + lib/nova:create_nova_conf:536 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2024-09-12 14:06:40.177 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2024-09-12 14:06:40.178 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2024-09-12 14:06:40.180 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2024-09-12 14:06:40.182 | + lib/apache:write_uwsgi_config:257 : local http= 2024-09-12 14:06:40.184 | + lib/apache:write_uwsgi_config:258 : local name= 2024-09-12 14:06:40.186 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2024-09-12 14:06:40.188 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2024-09-12 14:06:40.190 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-09-12 14:06:40.192 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-09-12 14:06:40.202 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-09-12 14:06:40.202 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-09-12 14:06:40.208 | d /var/run/uwsgi 0755 stack root 2024-09-12 14:06:40.211 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-09-12 14:06:40.219 | /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-09-12 14:06:40.223 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2024-09-12 14:06:40.225 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2024-09-12 14:06:40.227 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2024-09-12 14:06:40.250 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2024-09-12 14:06:40.272 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2024-09-12 14:06:40.293 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2024-09-12 14:06:40.315 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2024-09-12 14:06:40.336 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-09-12 14:06:40.358 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2024-09-12 14:06:40.380 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2024-09-12 14:06:40.402 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2024-09-12 14:06:40.424 | + 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-09-12 14:06:40.445 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2024-09-12 14:06:40.469 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-09-12 14:06:40.492 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2024-09-12 14:06:40.514 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-09-12 14:06:40.516 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-09-12 14:06:40.519 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2024-09-12 14:06:40.520 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2024-09-12 14:06:40.522 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-09-12 14:06:40.524 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:06:40.526 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:06:40.527 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2024-09-12 14:06:40.530 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2024-09-12 14:06:40.531 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2024-09-12 14:06:40.553 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2024-09-12 14:06:40.576 | + 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-09-12 14:06:40.576 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2024-09-12 14:06:40.583 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2024-09-12 14:06:40.585 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2024-09-12 14:06:40.587 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2024-09-12 14:06:40.589 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-09-12 14:06:40.591 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-09-12 14:06:40.592 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-09-12 14:06:40.594 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:06:40.596 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:06:40.598 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-09-12 14:06:40.599 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-09-12 14:06:40.601 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:06:40.603 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:06:40.605 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2024-09-12 14:06:40.637 | Enabling site nova-api-wsgi. 2024-09-12 14:06:40.641 | To activate the new configuration, you need to run: 2024-09-12 14:06:40.641 | systemctl reload apache2 2024-09-12 14:06:40.644 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-09-12 14:06:40.645 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-09-12 14:06:40.647 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-09-12 14:06:40.649 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-09-12 14:06:40.752 | + lib/nova:create_nova_conf:539 : is_service_enabled n-api-meta 2024-09-12 14:06:40.764 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:06:40.766 | + 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-09-12 14:06:40.768 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2024-09-12 14:06:40.770 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2024-09-12 14:06:40.772 | + lib/apache:write_uwsgi_config:256 : local url= 2024-09-12 14:06:40.774 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2024-09-12 14:06:40.776 | + lib/apache:write_uwsgi_config:258 : local name= 2024-09-12 14:06:40.778 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2024-09-12 14:06:40.782 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2024-09-12 14:06:40.784 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-09-12 14:06:40.786 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-09-12 14:06:40.796 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-09-12 14:06:40.796 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-09-12 14:06:40.803 | d /var/run/uwsgi 0755 stack root 2024-09-12 14:06:40.805 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-09-12 14:06:40.813 | /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-09-12 14:06:40.816 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2024-09-12 14:06:40.818 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2024-09-12 14:06:40.821 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2024-09-12 14:06:40.845 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2024-09-12 14:06:40.867 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2024-09-12 14:06:40.888 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2024-09-12 14:06:40.910 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2024-09-12 14:06:40.932 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2024-09-12 14:06:40.954 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2024-09-12 14:06:40.976 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2024-09-12 14:06:40.998 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2024-09-12 14:06:41.021 | + 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-09-12 14:06:41.043 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2024-09-12 14:06:41.065 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2024-09-12 14:06:41.087 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2024-09-12 14:06:41.109 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2024-09-12 14:06:41.111 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2024-09-12 14:06:41.133 | + lib/nova:create_nova_conf:543 : is_service_enabled ceilometer 2024-09-12 14:06:41.145 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:06:41.146 | + lib/nova:create_nova_conf:551 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2024-09-12 14:06:41.171 | ++ lib/nova:create_nova_conf:552 : get_notification_url 2024-09-12 14:06:41.173 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2024-09-12 14:06:41.175 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2024-09-12 14:06:41.187 | ++ functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:06:41.189 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-09-12 14:06:41.191 | + 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-09-12 14:06:41.214 | + lib/nova:create_nova_conf:553 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2024-09-12 14:06:41.239 | + lib/nova:create_nova_conf:554 : iniset_rpc_backend nova /etc/nova/nova.conf 2024-09-12 14:06:41.241 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2024-09-12 14:06:41.243 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2024-09-12 14:06:41.245 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-09-12 14:06:41.246 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-09-12 14:06:41.248 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-09-12 14:06:41.260 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:06:41.263 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-09-12 14:06:41.265 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-09-12 14:06:41.266 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-09-12 14:06:41.278 | ++ functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:06:41.280 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-09-12 14:06:41.283 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-09-12 14:06:41.304 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-09-12 14:06:41.306 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-09-12 14:06:41.308 | + lib/nova:create_nova_conf:556 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2024-09-12 14:06:41.330 | + lib/nova:create_nova_conf:557 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2024-09-12 14:06:41.353 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf conductor workers 2 2024-09-12 14:06:41.377 | + lib/nova:create_nova_conf:561 : is_service_enabled tls-proxy 2024-09-12 14:06:41.389 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:06:41.391 | + lib/nova:create_nova_conf:566 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2024-09-12 14:06:41.413 | + lib/nova:create_nova_conf:568 : '[' True == True ']' 2024-09-12 14:06:41.415 | + lib/nova:create_nova_conf:569 : init_nova_service_user_conf 2024-09-12 14:06:41.417 | + lib/nova:init_nova_service_user_conf:817 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2024-09-12 14:06:41.440 | + lib/nova:init_nova_service_user_conf:818 : iniset /etc/nova/nova.conf service_user auth_type password 2024-09-12 14:06:41.463 | + lib/nova:init_nova_service_user_conf:819 : iniset /etc/nova/nova.conf service_user auth_url http://10.180.1.21/identity 2024-09-12 14:06:41.485 | + lib/nova:init_nova_service_user_conf:820 : iniset /etc/nova/nova.conf service_user username nova 2024-09-12 14:06:41.508 | + lib/nova:init_nova_service_user_conf:821 : iniset /etc/nova/nova.conf service_user password nomoresecret 2024-09-12 14:06:41.530 | + lib/nova:init_nova_service_user_conf:822 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2024-09-12 14:06:41.552 | + lib/nova:init_nova_service_user_conf:823 : iniset /etc/nova/nova.conf service_user project_name service 2024-09-12 14:06:41.574 | + lib/nova:init_nova_service_user_conf:824 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2024-09-12 14:06:41.597 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2024-09-12 14:06:41.619 | + lib/nova:create_nova_conf:572 : is_service_enabled n-cond 2024-09-12 14:06:41.631 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:06:41.633 | ++ lib/nova:create_nova_conf:573 : seq 1 1 2024-09-12 14:06:41.636 | + lib/nova:create_nova_conf:573 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-09-12 14:06:41.638 | + lib/nova:create_nova_conf:574 : local conf 2024-09-12 14:06:41.640 | + lib/nova:create_nova_conf:575 : local vhost 2024-09-12 14:06:41.642 | ++ lib/nova:create_nova_conf:576 : conductor_conf 1 2024-09-12 14:06:41.644 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-09-12 14:06:41.646 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-09-12 14:06:41.648 | + lib/nova:create_nova_conf:576 : conf=/etc/nova/nova_cell1.conf 2024-09-12 14:06:41.649 | + lib/nova:create_nova_conf:577 : vhost=nova_cell1 2024-09-12 14:06:41.651 | + lib/nova:create_nova_conf:579 : rm -f /etc/nova/nova_cell1.conf 2024-09-12 14:06:41.655 | ++ lib/nova:create_nova_conf:580 : database_connection_url nova_cell1 2024-09-12 14:06:41.656 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-09-12 14:06:41.658 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-09-12 14:06:41.660 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2024-09-12 14:06:41.662 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-09-12 14:06:41.664 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-09-12 14:06:41.666 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2024-09-12 14:06:41.668 | + 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-09-12 14:06:41.693 | + lib/nova:create_nova_conf:581 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2024-09-12 14:06:41.718 | + lib/nova:create_nova_conf:582 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2024-09-12 14:06:41.743 | + lib/nova:create_nova_conf:584 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-09-12 14:06:41.744 | + lib/nova:create_nova_conf:585 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2024-09-12 14:06:41.746 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2024-09-12 14:06:41.748 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2024-09-12 14:06:41.750 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-09-12 14:06:41.751 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-09-12 14:06:41.753 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-09-12 14:06:41.765 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:06:41.768 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-09-12 14:06:41.770 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-09-12 14:06:41.772 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-09-12 14:06:41.783 | ++ functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:06:41.785 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-09-12 14:06:41.787 | + 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-09-12 14:06:41.809 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-09-12 14:06:41.811 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-09-12 14:06:41.813 | + lib/nova:create_nova_conf:597 : setup_logging /etc/nova/nova_cell1.conf 2024-09-12 14:06:41.815 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2024-09-12 14:06:41.817 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2024-09-12 14:06:41.819 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-09-12 14:06:41.832 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-09-12 14:06:41.833 | + functions:setup_systemd_logging:706 : local pidstr= 2024-09-12 14:06:41.835 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-09-12 14:06:41.837 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-09-12 14:06:41.839 | + 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-09-12 14:06:41.861 | + 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-09-12 14:06:41.883 | + 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-09-12 14:06:41.905 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-09-12 14:06:41.927 | + lib/nova:create_nova_conf:604 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-09-12 14:06:41.929 | + lib/nova:create_nova_conf:605 : configure_console_proxies 2024-09-12 14:06:41.930 | + lib/nova:configure_console_proxies:719 : local conf=/etc/nova/nova.conf 2024-09-12 14:06:41.932 | + lib/nova:configure_console_proxies:720 : local offset=0 2024-09-12 14:06:41.934 | + lib/nova:configure_console_proxies:724 : offset=0 2024-09-12 14:06:41.936 | + lib/nova:configure_console_proxies:726 : is_service_enabled n-novnc 2024-09-12 14:06:41.948 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:06:41.950 | + lib/nova:configure_console_proxies:726 : '[' False '!=' False ']' 2024-09-12 14:06:41.952 | + lib/nova:configure_console_proxies:758 : is_service_enabled n-spice 2024-09-12 14:06:41.964 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:06:41.966 | + lib/nova:configure_console_proxies:763 : is_service_enabled n-sproxy 2024-09-12 14:06:41.978 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:06:41.980 | + lib/nova:configure_nova:358 : is_service_enabled n-cpu 2024-09-12 14:06:41.992 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:06:41.994 | + stack.sh:main:949 : is_service_enabled placement 2024-09-12 14:06:42.008 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:06:42.009 | + stack.sh:main:951 : stack_install_service placement 2024-09-12 14:06:42.011 | + lib/stack:stack_install_service:20 : local service=placement 2024-09-12 14:06:42.013 | + lib/stack:stack_install_service:21 : type install_placement 2024-09-12 14:06:42.015 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-09-12 14:06:42.018 | + lib/stack:stack_install_service:32 : install_placement 2024-09-12 14:06:42.020 | + lib/placement:install_placement:150 : install_apache_wsgi 2024-09-12 14:06:42.022 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2024-09-12 14:06:42.024 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:06:42.026 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:06:42.028 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2024-09-12 14:06:42.030 | + functions-common:install_package:1459 : update_package_repo 2024-09-12 14:06:42.032 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-09-12 14:06:42.034 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-09-12 14:06:42.036 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-09-12 14:06:42.038 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-09-12 14:06:42.039 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-09-12 14:06:42.042 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:06:42.044 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:06:42.045 | + functions-common:update_package_repo:1440 : apt_get_update 2024-09-12 14:06:42.047 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-09-12 14:06:42.049 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-09-12 14:06:42.051 | + functions-common:apt_get_update:1186 : return 2024-09-12 14:06:42.053 | + functions-common:install_package:1460 : real_install_package apache2 2024-09-12 14:06:42.055 | + functions-common:real_install_package:1445 : is_ubuntu 2024-09-12 14:06:42.057 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:06:42.059 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:06:42.061 | + functions-common:real_install_package:1446 : apt_get install apache2 2024-09-12 14:06:42.078 | + 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-09-12 14:06:42.135 | Reading package lists... 2024-09-12 14:06:42.331 | Building dependency tree... 2024-09-12 14:06:42.332 | Reading state information... 2024-09-12 14:06:42.533 | apache2 is already the newest version (2.4.52-1ubuntu4.12). 2024-09-12 14:06:42.533 | 0 upgraded, 0 newly installed, 0 to remove and 29 not upgraded. 2024-09-12 14:06:42.537 | + functions-common:apt_get:1230 : result=0 2024-09-12 14:06:42.539 | + functions-common:apt_get:1233 : time_stop apt-get 2024-09-12 14:06:42.541 | + functions-common:time_stop:2435 : local name 2024-09-12 14:06:42.543 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:06:42.545 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:06:42.547 | + functions-common:time_stop:2438 : local total 2024-09-12 14:06:42.549 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:06:42.551 | + functions-common:time_stop:2441 : name=apt-get 2024-09-12 14:06:42.553 | + functions-common:time_stop:2442 : start_time=1726150002075 2024-09-12 14:06:42.554 | + functions-common:time_stop:2444 : [[ -z 1726150002075 ]] 2024-09-12 14:06:42.557 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:06:42.560 | + functions-common:time_stop:2447 : end_time=1726150002558 2024-09-12 14:06:42.562 | + functions-common:time_stop:2448 : elapsed_time=483 2024-09-12 14:06:42.564 | + functions-common:time_stop:2449 : total=7983 2024-09-12 14:06:42.566 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:06:42.568 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8466 2024-09-12 14:06:42.570 | + functions-common:apt_get:1234 : return 0 2024-09-12 14:06:42.572 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2024-09-12 14:06:42.574 | + functions-common:is_package_installed:1468 : [[ -z libapache2-mod-wsgi ]] 2024-09-12 14:06:42.575 | + functions-common:is_package_installed:1472 : [[ -z deb ]] 2024-09-12 14:06:42.577 | + functions-common:is_package_installed:1476 : [[ deb = \d\e\b ]] 2024-09-12 14:06:42.579 | + functions-common:is_package_installed:1477 : dpkg -s libapache2-mod-wsgi 2024-09-12 14:06:42.592 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2024-09-12 14:06:42.594 | + functions-common:install_package:1459 : update_package_repo 2024-09-12 14:06:42.596 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-09-12 14:06:42.598 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-09-12 14:06:42.600 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-09-12 14:06:42.602 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-09-12 14:06:42.604 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-09-12 14:06:42.606 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:06:42.608 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:06:42.610 | + functions-common:update_package_repo:1440 : apt_get_update 2024-09-12 14:06:42.612 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-09-12 14:06:42.614 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-09-12 14:06:42.616 | + functions-common:apt_get_update:1186 : return 2024-09-12 14:06:42.618 | + functions-common:install_package:1460 : real_install_package libapache2-mod-wsgi-py3 2024-09-12 14:06:42.620 | + functions-common:real_install_package:1445 : is_ubuntu 2024-09-12 14:06:42.622 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:06:42.623 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:06:42.625 | + functions-common:real_install_package:1446 : apt_get install libapache2-mod-wsgi-py3 2024-09-12 14:06:42.642 | + 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-09-12 14:06:42.700 | Reading package lists... 2024-09-12 14:06:42.895 | Building dependency tree... 2024-09-12 14:06:42.899 | Reading state information... 2024-09-12 14:06:43.092 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2024-09-12 14:06:43.092 | 0 upgraded, 0 newly installed, 0 to remove and 29 not upgraded. 2024-09-12 14:06:43.096 | + functions-common:apt_get:1230 : result=0 2024-09-12 14:06:43.098 | + functions-common:apt_get:1233 : time_stop apt-get 2024-09-12 14:06:43.100 | + functions-common:time_stop:2435 : local name 2024-09-12 14:06:43.102 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:06:43.105 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:06:43.106 | + functions-common:time_stop:2438 : local total 2024-09-12 14:06:43.108 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:06:43.110 | + functions-common:time_stop:2441 : name=apt-get 2024-09-12 14:06:43.112 | + functions-common:time_stop:2442 : start_time=1726150002639 2024-09-12 14:06:43.114 | + functions-common:time_stop:2444 : [[ -z 1726150002639 ]] 2024-09-12 14:06:43.117 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:06:43.120 | + functions-common:time_stop:2447 : end_time=1726150003118 2024-09-12 14:06:43.122 | + functions-common:time_stop:2448 : elapsed_time=479 2024-09-12 14:06:43.124 | + functions-common:time_stop:2449 : total=8466 2024-09-12 14:06:43.126 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:06:43.128 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8945 2024-09-12 14:06:43.130 | + functions-common:apt_get:1234 : return 0 2024-09-12 14:06:43.132 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2024-09-12 14:06:43.134 | + lib/apache:enable_apache_mod:59 : local mod=wsgi 2024-09-12 14:06:43.136 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-09-12 14:06:43.138 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:06:43.140 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:06:43.142 | + lib/apache:enable_apache_mod:64 : [[ wsgi != \v\e\r\s\i\o\n ]] 2024-09-12 14:06:43.144 | + lib/apache:enable_apache_mod:64 : a2query -m wsgi 2024-09-12 14:06:43.172 | wsgi (enabled by maintainer script) 2024-09-12 14:06:43.175 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2024-09-12 14:06:43.177 | + inc/python:pip_install_gr:76 : local name=osc-placement 2024-09-12 14:06:43.179 | + inc/python:pip_install_gr:77 : local clean_name 2024-09-12 14:06:43.182 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2024-09-12 14:06:43.184 | ++ inc/python:get_from_global_requirements:221 : local package=osc-placement 2024-09-12 14:06:43.186 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-09-12 14:06:43.190 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2024-09-12 14:06:43.190 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-09-12 14:06:43.194 | ++ inc/python:get_from_global_requirements:223 : required_pkg='osc-placement ' 2024-09-12 14:06:43.196 | ++ inc/python:get_from_global_requirements:224 : [[ osc-placement == '' ]] 2024-09-12 14:06:43.198 | ++ inc/python:get_from_global_requirements:227 : echo osc-placement 2024-09-12 14:06:43.200 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2024-09-12 14:06:43.202 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2024-09-12 14:06:43.220 | Using python 3.10 to install osc-placement 2024-09-12 14:06:43.222 | + 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-09-12 14:06:44.349 | Collecting osc-placement 2024-09-12 14:06:44.352 | Using cached osc_placement-4.1.0-py3-none-any.whl (64 kB) 2024-09-12 14:06:44.358 | Requirement already satisfied: keystoneauth1>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.1.3) 2024-09-12 14:06:44.359 | Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.11.1) 2024-09-12 14:06:44.360 | Requirement already satisfied: oslo.utils>=3.37.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (6.1.0) 2024-09-12 14:06:44.361 | Requirement already satisfied: simplejson>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (3.17.6) 2024-09-12 14:06:44.362 | Requirement already satisfied: osc-lib>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (2.7.0) 2024-09-12 14:06:44.387 | 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-09-12 14:06:44.388 | 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-09-12 14:06:44.389 | 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-09-12 14:06:44.390 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.16.0) 2024-09-12 14:06:44.392 | 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-09-12 14:06:44.396 | 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-09-12 14:06:44.397 | 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-09-12 14:06:44.398 | 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-09-12 14:06:44.404 | 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-09-12 14:06:44.405 | 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-09-12 14:06:44.406 | 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-09-12 14:06:44.407 | 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-09-12 14:06:44.407 | 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-09-12 14:06:44.408 | 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-09-12 14:06:44.415 | 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-09-12 14:06:44.416 | 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-09-12 14:06:44.417 | 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-09-12 14:06:44.418 | 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-09-12 14:06:44.418 | 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-09-12 14:06:44.422 | 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-09-12 14:06:44.437 | 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-09-12 14:06:44.437 | 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-09-12 14:06:44.439 | 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-09-12 14:06:44.440 | 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-09-12 14:06:44.441 | 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-09-12 14:06:44.442 | 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-09-12 14:06:44.442 | 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-09-12 14:06:44.460 | 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-09-12 14:06:44.461 | 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-09-12 14:06:44.462 | 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-09-12 14:06:44.462 | 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-09-12 14:06:44.519 | 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-09-12 14:06:44.519 | 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-09-12 14:06:44.519 | 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-09-12 14:06:44.538 | 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-09-12 14:06:44.565 | 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-09-12 14:06:44.626 | 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-09-12 14:06:45.460 | Installing collected packages: osc-placement 2024-09-12 14:06:45.538 | Successfully installed osc-placement-4.1.0 2024-09-12 14:06:45.538 | 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-09-12 14:06:45.640 | + inc/python:pip_install:196 : result=0 2024-09-12 14:06:45.643 | + inc/python:pip_install:198 : time_stop pip_install 2024-09-12 14:06:45.645 | + functions-common:time_stop:2435 : local name 2024-09-12 14:06:45.647 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:06:45.649 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:06:45.651 | + functions-common:time_stop:2438 : local total 2024-09-12 14:06:45.653 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:06:45.655 | + functions-common:time_stop:2441 : name=pip_install 2024-09-12 14:06:45.657 | + functions-common:time_stop:2442 : start_time=1726150003216 2024-09-12 14:06:45.659 | + functions-common:time_stop:2444 : [[ -z 1726150003216 ]] 2024-09-12 14:06:45.662 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:06:45.665 | + functions-common:time_stop:2447 : end_time=1726150005662 2024-09-12 14:06:45.667 | + functions-common:time_stop:2448 : elapsed_time=2446 2024-09-12 14:06:45.669 | + functions-common:time_stop:2449 : total=83102 2024-09-12 14:06:45.671 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:06:45.673 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=85548 2024-09-12 14:06:45.675 | + inc/python:pip_install:199 : return 0 2024-09-12 14:06:45.677 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement stable/2023.1 2024-09-12 14:06:45.679 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/placement.git 2024-09-12 14:06:45.681 | + functions-common:git_clone:613 : local git_dest=/opt/stack//placement 2024-09-12 14:06:45.683 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-09-12 14:06:45.685 | + functions-common:git_clone:615 : local orig_dir 2024-09-12 14:06:45.687 | ++ functions-common:git_clone:616 : pwd 2024-09-12 14:06:45.689 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-09-12 14:06:45.691 | + functions-common:git_clone:617 : local git_clone_flags= 2024-09-12 14:06:45.694 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-09-12 14:06:45.707 | + functions-common:git_clone:619 : RECLONE=False 2024-09-12 14:06:45.708 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-09-12 14:06:45.710 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-09-12 14:06:45.712 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-09-12 14:06:45.714 | + functions-common:git_clone:633 : echo stable/2023.1 2024-09-12 14:06:45.714 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-09-12 14:06:45.719 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//placement ]] 2024-09-12 14:06:45.720 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-09-12 14:06:45.722 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2024-09-12 14:06:45.724 | + functions-common:git_timed:720 : local count=0 2024-09-12 14:06:45.726 | + functions-common:git_timed:721 : local timeout=0 2024-09-12 14:06:45.728 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-09-12 14:06:45.730 | + functions-common:git_timed:724 : timeout=0 2024-09-12 14:06:45.732 | + functions-common:git_timed:727 : time_start git_timed 2024-09-12 14:06:45.734 | + functions-common:time_start:2421 : local name=git_timed 2024-09-12 14:06:45.736 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:06:45.737 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:06:45.740 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:06:45.743 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150005741 2024-09-12 14:06:45.745 | + 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-09-12 14:06:45.747 | Cloning into '/opt/stack//placement'... 2024-09-12 14:06:47.410 | + functions-common:git_timed:742 : time_stop git_timed 2024-09-12 14:06:47.412 | + functions-common:time_stop:2435 : local name 2024-09-12 14:06:47.414 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:06:47.416 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:06:47.417 | + functions-common:time_stop:2438 : local total 2024-09-12 14:06:47.419 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:06:47.421 | + functions-common:time_stop:2441 : name=git_timed 2024-09-12 14:06:47.423 | + functions-common:time_stop:2442 : start_time=1726150005741 2024-09-12 14:06:47.425 | + functions-common:time_stop:2444 : [[ -z 1726150005741 ]] 2024-09-12 14:06:47.427 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:06:47.430 | + functions-common:time_stop:2447 : end_time=1726150007428 2024-09-12 14:06:47.432 | + functions-common:time_stop:2448 : elapsed_time=1687 2024-09-12 14:06:47.434 | + functions-common:time_stop:2449 : total=89532 2024-09-12 14:06:47.436 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:06:47.438 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=91219 2024-09-12 14:06:47.440 | + functions-common:git_clone:654 : cd /opt/stack//placement 2024-09-12 14:06:47.442 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-09-12 14:06:47.444 | + functions-common:git_timed:720 : local count=0 2024-09-12 14:06:47.445 | + functions-common:git_timed:721 : local timeout=0 2024-09-12 14:06:47.447 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-09-12 14:06:47.449 | + functions-common:git_timed:724 : timeout=0 2024-09-12 14:06:47.451 | + functions-common:git_timed:727 : time_start git_timed 2024-09-12 14:06:47.453 | + functions-common:time_start:2421 : local name=git_timed 2024-09-12 14:06:47.455 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:06:47.457 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:06:47.459 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:06:47.463 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150007460 2024-09-12 14:06:47.465 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-09-12 14:06:48.649 | From https://opendev.org/openstack/placement 2024-09-12 14:06:48.650 | * branch stable/2023.1 -> FETCH_HEAD 2024-09-12 14:06:48.654 | + functions-common:git_timed:742 : time_stop git_timed 2024-09-12 14:06:48.655 | + functions-common:time_stop:2435 : local name 2024-09-12 14:06:48.658 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:06:48.660 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:06:48.662 | + functions-common:time_stop:2438 : local total 2024-09-12 14:06:48.664 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:06:48.665 | + functions-common:time_stop:2441 : name=git_timed 2024-09-12 14:06:48.667 | + functions-common:time_stop:2442 : start_time=1726150007460 2024-09-12 14:06:48.669 | + functions-common:time_stop:2444 : [[ -z 1726150007460 ]] 2024-09-12 14:06:48.672 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:06:48.675 | + functions-common:time_stop:2447 : end_time=1726150008673 2024-09-12 14:06:48.677 | + functions-common:time_stop:2448 : elapsed_time=1213 2024-09-12 14:06:48.679 | + functions-common:time_stop:2449 : total=91219 2024-09-12 14:06:48.681 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:06:48.682 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=92432 2024-09-12 14:06:48.684 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-09-12 14:06:48.686 | + functions-common:git_timed:720 : local count=0 2024-09-12 14:06:48.688 | + functions-common:git_timed:721 : local timeout=0 2024-09-12 14:06:48.690 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-09-12 14:06:48.692 | + functions-common:git_timed:724 : timeout=0 2024-09-12 14:06:48.694 | + functions-common:git_timed:727 : time_start git_timed 2024-09-12 14:06:48.696 | + functions-common:time_start:2421 : local name=git_timed 2024-09-12 14:06:48.698 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:06:48.700 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:06:48.703 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:06:48.705 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150008703 2024-09-12 14:06:48.707 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-09-12 14:06:48.733 | Note: switching to 'FETCH_HEAD'. 2024-09-12 14:06:48.733 | 2024-09-12 14:06:48.733 | You are in 'detached HEAD' state. You can look around, make experimental 2024-09-12 14:06:48.733 | changes and commit them, and you can discard any commits you make in this 2024-09-12 14:06:48.733 | state without impacting any branches by switching back to a branch. 2024-09-12 14:06:48.733 | 2024-09-12 14:06:48.733 | If you want to create a new branch to retain commits you create, you may 2024-09-12 14:06:48.733 | do so (now or later) by using -c with the switch command. Example: 2024-09-12 14:06:48.733 | 2024-09-12 14:06:48.733 | git switch -c 2024-09-12 14:06:48.733 | 2024-09-12 14:06:48.733 | Or undo this operation with: 2024-09-12 14:06:48.733 | 2024-09-12 14:06:48.733 | git switch - 2024-09-12 14:06:48.733 | 2024-09-12 14:06:48.733 | Turn off this advice by setting config variable advice.detachedHead to false 2024-09-12 14:06:48.733 | 2024-09-12 14:06:48.733 | HEAD is now at b3652fe Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-09-12 14:06:48.736 | + functions-common:git_timed:742 : time_stop git_timed 2024-09-12 14:06:48.738 | + functions-common:time_stop:2435 : local name 2024-09-12 14:06:48.740 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:06:48.742 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:06:48.744 | + functions-common:time_stop:2438 : local total 2024-09-12 14:06:48.745 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:06:48.747 | + functions-common:time_stop:2441 : name=git_timed 2024-09-12 14:06:48.749 | + functions-common:time_stop:2442 : start_time=1726150008703 2024-09-12 14:06:48.751 | + functions-common:time_stop:2444 : [[ -z 1726150008703 ]] 2024-09-12 14:06:48.753 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:06:48.757 | + functions-common:time_stop:2447 : end_time=1726150008755 2024-09-12 14:06:48.758 | + functions-common:time_stop:2448 : elapsed_time=52 2024-09-12 14:06:48.760 | + functions-common:time_stop:2449 : total=92432 2024-09-12 14:06:48.762 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:06:48.764 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=92484 2024-09-12 14:06:48.766 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//placement 2024-09-12 14:06:48.776 | + functions-common:git_clone:695 : cd /opt/stack//placement 2024-09-12 14:06:48.779 | + functions-common:git_clone:696 : git show --oneline 2024-09-12 14:06:48.779 | + functions-common:git_clone:696 : head -1 2024-09-12 14:06:48.781 | b3652fe Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-09-12 14:06:48.783 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-09-12 14:06:48.785 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2024-09-12 14:06:48.787 | + inc/python:setup_develop:334 : local bindep 2024-09-12 14:06:48.789 | + inc/python:setup_develop:335 : [[ /opt/stack//placement == -bindep* ]] 2024-09-12 14:06:48.791 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//placement 2024-09-12 14:06:48.793 | + inc/python:setup_develop:340 : local extras= 2024-09-12 14:06:48.795 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//placement -e 2024-09-12 14:06:48.797 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-09-12 14:06:48.799 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//placement == -bindep* ]] 2024-09-12 14:06:48.801 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//placement 2024-09-12 14:06:48.803 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-09-12 14:06:48.805 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-09-12 14:06:48.807 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//placement 2024-09-12 14:06:48.809 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-09-12 14:06:48.812 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/placement 2024-09-12 14:06:48.813 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-09-12 14:06:48.815 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-09-12 14:06:48.818 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2024-09-12 14:06:48.822 | + inc/python:_setup_package_with_constraints_edit:381 : name=openstack-placement 2024-09-12 14:06:48.824 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- openstack-placement 2024-09-12 14:06:49.144 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/placement -e 2024-09-12 14:06:49.146 | + inc/python:setup_package:414 : local bindep=0 2024-09-12 14:06:49.148 | + inc/python:setup_package:415 : local bindep_flag= 2024-09-12 14:06:49.150 | + inc/python:setup_package:416 : local bindep_profiles= 2024-09-12 14:06:49.152 | + inc/python:setup_package:417 : [[ /opt/stack/placement == -bindep* ]] 2024-09-12 14:06:49.154 | + inc/python:setup_package:422 : local project_dir=/opt/stack/placement 2024-09-12 14:06:49.156 | + inc/python:setup_package:423 : local flags=-e 2024-09-12 14:06:49.158 | + inc/python:setup_package:424 : local extras= 2024-09-12 14:06:49.160 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-09-12 14:06:49.162 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-09-12 14:06:49.164 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-09-12 14:06:49.166 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-09-12 14:06:49.168 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-09-12 14:06:49.170 | + inc/python:setup_package:442 : pip_install -e /opt/stack/placement 2024-09-12 14:06:49.186 | Using python 3.10 to install /opt/stack/placement 2024-09-12 14:06:49.188 | + 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-09-12 14:06:50.129 | Obtaining file:///opt/stack/placement 2024-09-12 14:06:50.129 | Preparing metadata (setup.py): started 2024-09-12 14:06:50.511 | Preparing metadata (setup.py): finished with status 'done' 2024-09-12 14:06:50.567 | 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-09-12 14:06:50.568 | 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-09-12 14:06:50.568 | 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-09-12 14:06:50.569 | 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-09-12 14:06:50.570 | 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-09-12 14:06:50.570 | 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-09-12 14:06:50.571 | 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-09-12 14:06:50.572 | 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-09-12 14:06:50.573 | 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-09-12 14:06:50.573 | 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-09-12 14:06:50.574 | 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-09-12 14:06:50.575 | 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-09-12 14:06:50.575 | 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-09-12 14:06:50.576 | 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-09-12 14:06:50.577 | 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-09-12 14:06:50.578 | 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-09-12 14:06:50.578 | 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-09-12 14:06:50.579 | 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-09-12 14:06:50.580 | 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-09-12 14:06:50.580 | 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-09-12 14:06:50.581 | 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-09-12 14:06:50.599 | 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-09-12 14:06:50.600 | 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-09-12 14:06:50.624 | 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-09-12 14:06:50.625 | 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-09-12 14:06:50.626 | 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-09-12 14:06:50.627 | 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-09-12 14:06:50.628 | 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-09-12 14:06:50.629 | 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-09-12 14:06:50.638 | 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-09-12 14:06:50.656 | 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-09-12 14:06:50.656 | 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-09-12 14:06:50.657 | 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-09-12 14:06:50.658 | 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-09-12 14:06:50.659 | 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-09-12 14:06:50.701 | 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-09-12 14:06:50.702 | 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-09-12 14:06:50.703 | 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-09-12 14:06:50.704 | 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-09-12 14:06:50.721 | 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-09-12 14:06:50.723 | 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-09-12 14:06:50.730 | 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-09-12 14:06:50.731 | 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-09-12 14:06:50.732 | 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-09-12 14:06:50.743 | 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-09-12 14:06:50.744 | 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-09-12 14:06:50.749 | 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-09-12 14:06:50.756 | 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-09-12 14:06:50.756 | 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-09-12 14:06:50.757 | 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-09-12 14:06:50.758 | 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-09-12 14:06:50.769 | 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-09-12 14:06:50.770 | 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-09-12 14:06:50.771 | 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-09-12 14:06:50.772 | 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-09-12 14:06:50.778 | 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-09-12 14:06:50.842 | 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-09-12 14:06:50.856 | 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-09-12 14:06:50.899 | 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-09-12 14:06:50.918 | 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-09-12 14:06:50.944 | 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-09-12 14:06:50.976 | 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-09-12 14:06:50.992 | 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-09-12 14:06:51.062 | 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-09-12 14:06:51.063 | 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-09-12 14:06:51.064 | 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-09-12 14:06:51.089 | 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-09-12 14:06:51.878 | Installing collected packages: openstack-placement 2024-09-12 14:06:51.879 | Running setup.py develop for openstack-placement 2024-09-12 14:06:52.505 | Successfully installed openstack-placement 2024-09-12 14:06:52.507 | 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-09-12 14:06:52.607 | + inc/python:pip_install:196 : result=0 2024-09-12 14:06:52.609 | + inc/python:pip_install:198 : time_stop pip_install 2024-09-12 14:06:52.611 | + functions-common:time_stop:2435 : local name 2024-09-12 14:06:52.613 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:06:52.614 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:06:52.616 | + functions-common:time_stop:2438 : local total 2024-09-12 14:06:52.618 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:06:52.620 | + functions-common:time_stop:2441 : name=pip_install 2024-09-12 14:06:52.622 | + functions-common:time_stop:2442 : start_time=1726150009183 2024-09-12 14:06:52.624 | + functions-common:time_stop:2444 : [[ -z 1726150009183 ]] 2024-09-12 14:06:52.626 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:06:52.629 | + functions-common:time_stop:2447 : end_time=1726150012627 2024-09-12 14:06:52.631 | + functions-common:time_stop:2448 : elapsed_time=3444 2024-09-12 14:06:52.633 | + functions-common:time_stop:2449 : total=85548 2024-09-12 14:06:52.635 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:06:52.637 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=88992 2024-09-12 14:06:52.638 | + inc/python:pip_install:199 : return 0 2024-09-12 14:06:52.640 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-09-12 14:06:52.642 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-09-12 14:06:52.644 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-09-12 14:06:52.659 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-09-12 14:06:52.668 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/placement 2024-09-12 14:06:52.670 | + inc/python:use_library_from_git:246 : local name=/opt/stack/placement 2024-09-12 14:06:52.672 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:06:52.674 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:06:52.676 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/placement, ]] 2024-09-12 14:06:52.678 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:06:52.680 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-09-12 14:06:52.682 | + stack.sh:main:952 : configure_placement 2024-09-12 14:06:52.684 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2024-09-12 14:06:52.693 | + lib/placement:configure_placement:113 : create_placement_conf 2024-09-12 14:06:52.695 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2024-09-12 14:06:52.699 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2024-09-12 14:06:52.701 | ++ lib/database:database_connection_url:134 : local db=placement 2024-09-12 14:06:52.703 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2024-09-12 14:06:52.705 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=placement 2024-09-12 14:06:52.707 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-09-12 14:06:52.709 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-09-12 14:06:52.711 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8' 2024-09-12 14:06:52.714 | + 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-09-12 14:06:52.740 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2024-09-12 14:06:52.766 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2024-09-12 14:06:52.791 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2024-09-12 14:06:52.793 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2024-09-12 14:06:52.795 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-09-12 14:06:52.797 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-09-12 14:06:52.799 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2024-09-12 14:06:52.824 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2024-09-12 14:06:52.848 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-09-12 14:06:52.871 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2024-09-12 14:06:52.894 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2024-09-12 14:06:52.917 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2024-09-12 14:06:52.941 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2024-09-12 14:06:52.965 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2024-09-12 14:06:52.988 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-09-12 14:06:53.011 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2024-09-12 14:06:53.034 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2024-09-12 14:06:53.036 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2024-09-12 14:06:53.038 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2024-09-12 14:06:53.041 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-09-12 14:06:53.054 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-09-12 14:06:53.056 | + functions:setup_systemd_logging:706 : local pidstr= 2024-09-12 14:06:53.058 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-09-12 14:06:53.060 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-09-12 14:06:53.062 | + 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-09-12 14:06:53.086 | + 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-09-12 14:06:53.109 | + 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-09-12 14:06:53.132 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-09-12 14:06:53.155 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2024-09-12 14:06:53.157 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2024-09-12 14:06:53.159 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2024-09-12 14:06:53.161 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2024-09-12 14:06:53.163 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2024-09-12 14:06:53.165 | + lib/apache:write_uwsgi_config:257 : local http= 2024-09-12 14:06:53.167 | + lib/apache:write_uwsgi_config:258 : local name= 2024-09-12 14:06:53.170 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2024-09-12 14:06:53.172 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2024-09-12 14:06:53.174 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-09-12 14:06:53.176 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-09-12 14:06:53.186 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-09-12 14:06:53.186 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-09-12 14:06:53.192 | d /var/run/uwsgi 0755 stack root 2024-09-12 14:06:53.195 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-09-12 14:06:53.203 | /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-09-12 14:06:53.206 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2024-09-12 14:06:53.208 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2024-09-12 14:06:53.211 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2024-09-12 14:06:53.236 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2024-09-12 14:06:53.258 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2024-09-12 14:06:53.281 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2024-09-12 14:06:53.304 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2024-09-12 14:06:53.327 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2024-09-12 14:06:53.350 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2024-09-12 14:06:53.374 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2024-09-12 14:06:53.398 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2024-09-12 14:06:53.421 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-09-12 14:06:53.444 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2024-09-12 14:06:53.468 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2024-09-12 14:06:53.492 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2024-09-12 14:06:53.515 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-09-12 14:06:53.517 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-09-12 14:06:53.519 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2024-09-12 14:06:53.521 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2024-09-12 14:06:53.523 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-09-12 14:06:53.525 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:06:53.527 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:06:53.529 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2024-09-12 14:06:53.532 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2024-09-12 14:06:53.534 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2024-09-12 14:06:53.557 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2024-09-12 14:06:53.580 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2024-09-12 14:06:53.580 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2024-09-12 14:06:53.587 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2024-09-12 14:06:53.590 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2024-09-12 14:06:53.592 | + lib/apache:enable_apache_site:203 : local site=placement-api 2024-09-12 14:06:53.593 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-09-12 14:06:53.596 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-09-12 14:06:53.597 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-09-12 14:06:53.599 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:06:53.601 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:06:53.603 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-09-12 14:06:53.605 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-09-12 14:06:53.607 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:06:53.609 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:06:53.611 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2024-09-12 14:06:53.642 | Enabling site placement-api. 2024-09-12 14:06:53.645 | To activate the new configuration, you need to run: 2024-09-12 14:06:53.645 | systemctl reload apache2 2024-09-12 14:06:53.649 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-09-12 14:06:53.651 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-09-12 14:06:53.654 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-09-12 14:06:53.655 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-09-12 14:06:53.751 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-09-12 14:06:53.753 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-09-12 14:06:53.756 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2024-09-12 14:06:53.782 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2024-09-12 14:06:53.806 | + stack.sh:main:959 : is_service_enabled placement placement-client 2024-09-12 14:06:53.819 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:06:53.821 | + stack.sh:main:960 : is_service_enabled n-cpu 2024-09-12 14:06:53.834 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:06:53.836 | + stack.sh:main:960 : is_service_enabled n-sch 2024-09-12 14:06:53.849 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:06:53.851 | + stack.sh:main:961 : configure_placement_nova_compute 2024-09-12 14:06:53.853 | + lib/nova:configure_placement_nova_compute:621 : local conf=/etc/nova/nova.conf 2024-09-12 14:06:53.855 | + lib/nova:configure_placement_nova_compute:622 : iniset /etc/nova/nova.conf placement auth_type password 2024-09-12 14:06:53.880 | + lib/nova:configure_placement_nova_compute:623 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2024-09-12 14:06:53.904 | + lib/nova:configure_placement_nova_compute:624 : iniset /etc/nova/nova.conf placement username placement 2024-09-12 14:06:53.927 | + lib/nova:configure_placement_nova_compute:625 : iniset /etc/nova/nova.conf placement password nomoresecret 2024-09-12 14:06:53.951 | + lib/nova:configure_placement_nova_compute:626 : iniset /etc/nova/nova.conf placement user_domain_name Default 2024-09-12 14:06:53.975 | + lib/nova:configure_placement_nova_compute:627 : iniset /etc/nova/nova.conf placement project_name service 2024-09-12 14:06:53.999 | + lib/nova:configure_placement_nova_compute:628 : iniset /etc/nova/nova.conf placement project_domain_name Default 2024-09-12 14:06:54.022 | + lib/nova:configure_placement_nova_compute:629 : iniset /etc/nova/nova.conf placement region_name RegionOne 2024-09-12 14:06:54.047 | + stack.sh:main:965 : is_service_enabled horizon 2024-09-12 14:06:54.060 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:06:54.062 | + stack.sh:main:970 : is_service_enabled tls-proxy 2024-09-12 14:06:54.075 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:06:54.077 | + stack.sh:main:978 : run_phase stack install 2024-09-12 14:06:54.079 | + functions-common:run_phase:1863 : local mode=stack 2024-09-12 14:06:54.081 | + functions-common:run_phase:1864 : local phase=install 2024-09-12 14:06:54.083 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-09-12 14:06:54.085 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-09-12 14:06:54.087 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-09-12 14:06:54.089 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-09-12 14:06:54.091 | + functions-common:run_phase:1873 : local extra 2024-09-12 14:06:54.093 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-09-12 14:06:54.096 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-09-12 14:06:54.098 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-09-12 14:06:54.100 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-09-12 14:06:54.102 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2024-09-12 14:06:54.104 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-09-12 14:06:54.116 | ++ functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:06:54.118 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-09-12 14:06:54.120 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-09-12 14:06:54.122 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-09-12 14:06:54.124 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2024-09-12 14:06:54.125 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-09-12 14:06:54.127 | ++ stack.sh:echo_summary:455 : echo -e Installing Tempest 2024-09-12 14:06:54.129 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2024-09-12 14:06:54.131 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2024-09-12 14:06:54.176 | ++ inc/async:async_inner:63 : install_tempest 2024-09-12 14:06:54.205 | [3547 Async install_tempest:27043]: running: install_tempest 2024-09-12 14:06:54.207 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-09-12 14:06:54.210 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-09-12 14:06:54.212 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-09-12 14:06:54.214 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-09-12 14:06:54.217 | + functions-common:run_phase:1890 : run_plugins stack install 2024-09-12 14:06:54.219 | + functions-common:run_plugins:1849 : local mode=stack 2024-09-12 14:06:54.221 | + functions-common:run_plugins:1850 : local phase=install 2024-09-12 14:06:54.223 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-09-12 14:06:54.225 | + functions-common:run_plugins:1853 : local plugin 2024-09-12 14:06:54.227 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-09-12 14:06:54.229 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-09-12 14:06:54.231 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-09-12 14:06:54.233 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2024-09-12 14:06:54.236 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-09-12 14:06:54.238 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-09-12 14:06:54.240 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-09-12 14:06:54.242 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2024-09-12 14:06:54.244 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-09-12 14:06:54.246 | ++ stack.sh:echo_summary:455 : echo -e Installing Networking-NSX-T 2024-09-12 14:06:54.248 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2024-09-12 14:06:54.250 | ++ inc/python:setup_develop:334 : local bindep 2024-09-12 14:06:54.252 | ++ inc/python:setup_develop:335 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-09-12 14:06:54.254 | ++ inc/python:setup_develop:339 : local project_dir=/opt/stack//networking-nsx-t 2024-09-12 14:06:54.256 | ++ inc/python:setup_develop:340 : local extras= 2024-09-12 14:06:54.258 | ++ inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2024-09-12 14:06:54.260 | ++ inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-09-12 14:06:54.262 | ++ inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-09-12 14:06:54.264 | ++ inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//networking-nsx-t 2024-09-12 14:06:54.266 | ++ inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-09-12 14:06:54.268 | ++ inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-09-12 14:06:54.270 | +++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//networking-nsx-t 2024-09-12 14:06:54.272 | +++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-09-12 14:06:54.275 | ++ inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/networking-nsx-t 2024-09-12 14:06:54.276 | ++ inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-09-12 14:06:54.278 | ++ inc/python:_setup_package_with_constraints_edit:380 : local name 2024-09-12 14:06:54.281 | +++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2024-09-12 14:06:54.285 | ++ inc/python:_setup_package_with_constraints_edit:381 : name=networking_nsxv3 2024-09-12 14:06:54.287 | ++ inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- networking_nsxv3 2024-09-12 14:06:54.608 | ++ inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/networking-nsx-t -e 2024-09-12 14:06:54.610 | ++ inc/python:setup_package:414 : local bindep=0 2024-09-12 14:06:54.612 | ++ inc/python:setup_package:415 : local bindep_flag= 2024-09-12 14:06:54.614 | ++ inc/python:setup_package:416 : local bindep_profiles= 2024-09-12 14:06:54.616 | ++ inc/python:setup_package:417 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2024-09-12 14:06:54.618 | ++ inc/python:setup_package:422 : local project_dir=/opt/stack/networking-nsx-t 2024-09-12 14:06:54.619 | ++ inc/python:setup_package:423 : local flags=-e 2024-09-12 14:06:54.621 | ++ inc/python:setup_package:424 : local extras= 2024-09-12 14:06:54.623 | ++ inc/python:setup_package:428 : [[ -n -e ]] 2024-09-12 14:06:54.625 | ++ inc/python:setup_package:428 : [[ -z '' ]] 2024-09-12 14:06:54.627 | ++ inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-09-12 14:06:54.629 | ++ inc/python:setup_package:433 : [[ ! -z '' ]] 2024-09-12 14:06:54.631 | ++ inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-09-12 14:06:54.633 | ++ inc/python:setup_package:442 : pip_install -e /opt/stack/networking-nsx-t 2024-09-12 14:06:54.649 | Using python 3.10 to install /opt/stack/networking-nsx-t 2024-09-12 14:06:54.650 | ++ 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-09-12 14:06:55.613 | Obtaining file:///opt/stack/networking-nsx-t 2024-09-12 14:06:55.613 | Preparing metadata (setup.py): started 2024-09-12 14:06:55.993 | Preparing metadata (setup.py): finished with status 'done' 2024-09-12 14:06:56.143 | Collecting Babel>=1.3 2024-09-12 14:06:56.197 | Using cached Babel-2.10.3-py3-none-any.whl (9.5 MB) 2024-09-12 14:06:56.247 | Requirement already satisfied: attrs in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (22.1.0) 2024-09-12 14:06:56.271 | Collecting ipaddress 2024-09-12 14:06:56.274 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2024-09-12 14:06:56.274 | Requirement already satisfied: netaddr in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (0.8.0) 2024-09-12 14:06:56.275 | 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-09-12 14:06:56.277 | 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-09-12 14:06:56.278 | 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-09-12 14:06:56.278 | 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-09-12 14:06:56.279 | 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-09-12 14:06:56.279 | 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-09-12 14:06:56.280 | 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-09-12 14:06:56.281 | 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-09-12 14:06:56.282 | Requirement already satisfied: prometheus_client in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (0.14.1) 2024-09-12 14:06:56.282 | Requirement already satisfied: python-neutronclient in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (9.0.0) 2024-09-12 14:06:56.400 | Collecting ratelimiter 2024-09-12 14:06:56.403 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2024-09-12 14:06:56.405 | Requirement already satisfied: tooz in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (3.2.0) 2024-09-12 14:06:56.405 | 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-09-12 14:06:56.422 | 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-09-12 14:06:56.424 | 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-09-12 14:06:56.424 | 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-09-12 14:06:56.425 | 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-09-12 14:06:56.426 | 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-09-12 14:06:56.427 | 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-09-12 14:06:56.428 | 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-09-12 14:06:56.428 | 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-09-12 14:06:56.429 | 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-09-12 14:06:56.430 | 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-09-12 14:06:56.431 | 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-09-12 14:06:56.432 | 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-09-12 14:06:56.433 | 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-09-12 14:06:56.434 | 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-09-12 14:06:56.435 | 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-09-12 14:06:56.454 | 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-09-12 14:06:56.455 | 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-09-12 14:06:56.456 | 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-09-12 14:06:56.456 | 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-09-12 14:06:56.498 | 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-09-12 14:06:56.500 | 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-09-12 14:06:56.506 | 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-09-12 14:06:56.518 | 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-09-12 14:06:56.519 | 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-09-12 14:06:56.520 | 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-09-12 14:06:56.521 | 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-09-12 14:06:56.522 | 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-09-12 14:06:56.523 | 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-09-12 14:06:56.524 | 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-09-12 14:06:56.532 | 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-09-12 14:06:56.532 | 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-09-12 14:06:56.533 | 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-09-12 14:06:56.534 | 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-09-12 14:06:56.583 | 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-09-12 14:06:56.584 | 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-09-12 14:06:56.585 | 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-09-12 14:06:56.586 | 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-09-12 14:06:56.588 | 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-09-12 14:06:56.623 | 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-09-12 14:06:56.624 | 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-09-12 14:06:56.625 | 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-09-12 14:06:56.626 | 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-09-12 14:06:56.634 | 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-09-12 14:06:56.635 | 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-09-12 14:06:56.636 | 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-09-12 14:06:56.637 | 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-09-12 14:06:56.642 | 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-09-12 14:06:56.649 | 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-09-12 14:06:56.650 | 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-09-12 14:06:56.700 | 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-09-12 14:06:56.713 | 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-09-12 14:06:56.722 | 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-09-12 14:06:56.724 | 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-09-12 14:06:56.775 | 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-09-12 14:06:56.776 | 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-09-12 14:06:56.777 | 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-09-12 14:06:56.778 | 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-09-12 14:06:56.803 | 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-09-12 14:06:56.803 | 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-09-12 14:06:56.805 | 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-09-12 14:06:56.807 | 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-09-12 14:06:56.807 | 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-09-12 14:06:56.860 | 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-09-12 14:06:56.876 | 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-09-12 14:06:56.877 | 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-09-12 14:06:56.929 | 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-09-12 14:06:56.929 | 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-09-12 14:06:56.930 | 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-09-12 14:06:56.931 | 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-09-12 14:06:56.948 | 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-09-12 14:06:57.085 | 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-09-12 14:06:57.140 | 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-09-12 14:06:57.140 | 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-09-12 14:06:57.189 | 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-09-12 14:06:57.232 | 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-09-12 14:06:57.243 | 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-09-12 14:06:57.244 | 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-09-12 14:06:57.260 | 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-09-12 14:06:57.261 | 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-09-12 14:06:57.262 | 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-09-12 14:06:57.263 | 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-09-12 14:06:57.264 | 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-09-12 14:06:57.264 | 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-09-12 14:06:57.265 | 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-09-12 14:06:57.327 | 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-09-12 14:06:57.329 | 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-09-12 14:06:57.330 | 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-09-12 14:06:57.340 | 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-09-12 14:06:57.383 | 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-09-12 14:06:57.384 | 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-09-12 14:06:57.405 | 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-09-12 14:06:57.479 | 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-09-12 14:06:57.568 | 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-09-12 14:06:57.679 | 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-09-12 14:06:58.231 | Installing collected packages: ratelimiter, ipaddress, Babel, networking-nsxv3 2024-09-12 14:06:58.269 | Attempting uninstall: Babel 2024-09-12 14:06:58.271 | Found existing installation: Babel 2.8.0 2024-09-12 14:06:58.272 | Not uninstalling babel at /usr/lib/python3/dist-packages, outside environment /usr 2024-09-12 14:06:58.272 | Can't uninstall 'Babel'. No files were found to uninstall. 2024-09-12 14:06:58.636 | Running setup.py develop for networking-nsxv3 2024-09-12 14:06:59.492 | Successfully installed Babel-2.10.3 ipaddress-1.0.23 networking-nsxv3 ratelimiter-1.2.0.post0 2024-09-12 14:06:59.492 | 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-09-12 14:06:59.623 | ++ inc/python:pip_install:196 : result=0 2024-09-12 14:06:59.625 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-09-12 14:06:59.627 | ++ functions-common:time_stop:2435 : local name 2024-09-12 14:06:59.629 | ++ functions-common:time_stop:2436 : local end_time 2024-09-12 14:06:59.631 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:06:59.633 | ++ functions-common:time_stop:2438 : local total 2024-09-12 14:06:59.635 | ++ functions-common:time_stop:2439 : local start_time 2024-09-12 14:06:59.636 | ++ functions-common:time_stop:2441 : name=pip_install 2024-09-12 14:06:59.638 | ++ functions-common:time_stop:2442 : start_time=1726150014644 2024-09-12 14:06:59.640 | ++ functions-common:time_stop:2444 : [[ -z 1726150014644 ]] 2024-09-12 14:06:59.642 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:06:59.645 | ++ functions-common:time_stop:2447 : end_time=1726150019643 2024-09-12 14:06:59.647 | ++ functions-common:time_stop:2448 : elapsed_time=4999 2024-09-12 14:06:59.649 | ++ functions-common:time_stop:2449 : total=88992 2024-09-12 14:06:59.650 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:06:59.652 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=93991 2024-09-12 14:06:59.654 | ++ inc/python:pip_install:199 : return 0 2024-09-12 14:06:59.656 | ++ inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-09-12 14:06:59.658 | ++ inc/python:setup_package:445 : safe_chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-09-12 14:06:59.660 | ++ functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-09-12 14:06:59.674 | ++ functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-09-12 14:06:59.684 | ++ inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/networking-nsx-t 2024-09-12 14:06:59.685 | ++ inc/python:use_library_from_git:246 : local name=/opt/stack/networking-nsx-t 2024-09-12 14:06:59.687 | ++ inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:06:59.689 | ++ inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:06:59.691 | ++ inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2024-09-12 14:06:59.693 | ++ inc/python:use_library_from_git:249 : return 1 2024-09-12 14:06:59.695 | + stack.sh:main:981 : use_library_from_git python-openstackclient 2024-09-12 14:06:59.697 | + inc/python:use_library_from_git:246 : local name=python-openstackclient 2024-09-12 14:06:59.699 | + inc/python:use_library_from_git:247 : local enabled=1 2024-09-12 14:06:59.701 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-09-12 14:06:59.703 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-openstackclient, ]] 2024-09-12 14:06:59.705 | + inc/python:use_library_from_git:249 : return 1 2024-09-12 14:06:59.707 | + stack.sh:main:985 : pip_install_gr python-openstackclient 2024-09-12 14:06:59.709 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2024-09-12 14:06:59.711 | + inc/python:pip_install_gr:77 : local clean_name 2024-09-12 14:06:59.713 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2024-09-12 14:06:59.715 | ++ inc/python:get_from_global_requirements:221 : local package=python-openstackclient 2024-09-12 14:06:59.717 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-09-12 14:06:59.721 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2024-09-12 14:06:59.721 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-09-12 14:06:59.725 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-openstackclient ' 2024-09-12 14:06:59.727 | ++ inc/python:get_from_global_requirements:224 : [[ python-openstackclient == '' ]] 2024-09-12 14:06:59.729 | ++ inc/python:get_from_global_requirements:227 : echo python-openstackclient 2024-09-12 14:06:59.731 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2024-09-12 14:06:59.733 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2024-09-12 14:06:59.750 | Using python 3.10 to install python-openstackclient 2024-09-12 14:06:59.752 | + 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-09-12 14:07:00.819 | Collecting python-openstackclient 2024-09-12 14:07:00.829 | Using cached python_openstackclient-6.2.1-py3-none-any.whl (1.1 MB) 2024-09-12 14:07:00.848 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.1.0) 2024-09-12 14:07:00.849 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.1.0) 2024-09-12 14:07:00.850 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.1.0) 2024-09-12 14:07:00.851 | Requirement already satisfied: openstacksdk>=0.103.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.0.1) 2024-09-12 14:07:00.851 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.0.0) 2024-09-12 14:07:00.854 | 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-09-12 14:07:00.854 | Requirement already satisfied: osc-lib>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (2.7.0) 2024-09-12 14:07:00.854 | Requirement already satisfied: cliff>=3.5.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (4.2.0) 2024-09-12 14:07:00.854 | Requirement already satisfied: python-cinderclient>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (9.3.0) 2024-09-12 14:07:00.855 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.0.0) 2024-09-12 14:07:00.856 | Requirement already satisfied: python-novaclient>=18.1.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (18.3.0) 2024-09-12 14:07:00.861 | 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-09-12 14:07:00.862 | 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-09-12 14:07:00.862 | 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-09-12 14:07:00.863 | 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-09-12 14:07:00.864 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2024-09-12 14:07:00.875 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.32) 2024-09-12 14:07:00.876 | 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-09-12 14:07:00.877 | 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-09-12 14:07:00.878 | 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-09-12 14:07:00.880 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (0.11.0) 2024-09-12 14:07:00.880 | 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-09-12 14:07:00.882 | 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-09-12 14:07:00.882 | 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-09-12 14:07:00.882 | 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-09-12 14:07:00.882 | 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-09-12 14:07:00.888 | 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-09-12 14:07:00.896 | 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-09-12 14:07:00.897 | 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-09-12 14:07:00.898 | 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-09-12 14:07:00.899 | 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-09-12 14:07:00.900 | 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-09-12 14:07:00.908 | 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-09-12 14:07:00.918 | 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-09-12 14:07:00.918 | 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-09-12 14:07:00.919 | 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-09-12 14:07:00.977 | 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-09-12 14:07:00.978 | 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-09-12 14:07:00.979 | 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-09-12 14:07:00.997 | 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-09-12 14:07:01.002 | 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-09-12 14:07:01.027 | 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-09-12 14:07:01.086 | 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-09-12 14:07:01.092 | 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-09-12 14:07:01.123 | 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-09-12 14:07:01.127 | 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-09-12 14:07:01.127 | 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-09-12 14:07:01.127 | 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-09-12 14:07:01.170 | 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-09-12 14:07:02.059 | Installing collected packages: python-openstackclient 2024-09-12 14:07:02.929 | Successfully installed python-openstackclient-6.2.1 2024-09-12 14:07:02.930 | 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-09-12 14:07:03.057 | + inc/python:pip_install:196 : result=0 2024-09-12 14:07:03.059 | + inc/python:pip_install:198 : time_stop pip_install 2024-09-12 14:07:03.061 | + functions-common:time_stop:2435 : local name 2024-09-12 14:07:03.063 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:07:03.065 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:07:03.067 | + functions-common:time_stop:2438 : local total 2024-09-12 14:07:03.069 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:07:03.071 | + functions-common:time_stop:2441 : name=pip_install 2024-09-12 14:07:03.073 | + functions-common:time_stop:2442 : start_time=1726150019745 2024-09-12 14:07:03.076 | + functions-common:time_stop:2444 : [[ -z 1726150019745 ]] 2024-09-12 14:07:03.078 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:07:03.082 | + functions-common:time_stop:2447 : end_time=1726150023080 2024-09-12 14:07:03.084 | + functions-common:time_stop:2448 : elapsed_time=3335 2024-09-12 14:07:03.086 | + functions-common:time_stop:2449 : total=93991 2024-09-12 14:07:03.088 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:07:03.090 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=97326 2024-09-12 14:07:03.092 | + inc/python:pip_install:199 : return 0 2024-09-12 14:07:03.094 | + stack.sh:main:990 : install_oscwrap 2024-09-12 14:07:03.097 | ++ functions-common:install_oscwrap:2480 : mktemp 2024-09-12 14:07:03.101 | + functions-common:install_oscwrap:2480 : OSCWRAP_TIMER_FILE=/tmp/tmp.S3g7Bv6GEN 2024-09-12 14:07:03.103 | + functions-common:install_oscwrap:2483 : shopt -s expand_aliases 2024-09-12 14:07:03.105 | + functions-common:install_oscwrap:2486 : unalias -a 2024-09-12 14:07:03.107 | + functions-common:install_oscwrap:2488 : alias openstack=oscwrap 2024-09-12 14:07:03.112 | + stack.sh:main:995 : [[ False != \F\a\l\s\e ]] 2024-09-12 14:07:03.114 | + stack.sh:main:1035 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-09-12 14:07:03.116 | + stack.sh:main:1043 : is_service_enabled mysql postgresql 2024-09-12 14:07:03.131 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:07:03.133 | + stack.sh:main:1044 : configure_database 2024-09-12 14:07:03.135 | + lib/database:configure_database:128 : configure_database_mysql 2024-09-12 14:07:03.137 | + lib/databases/mysql:configure_database_mysql:72 : local my_conf mysql slow_log 2024-09-12 14:07:03.139 | + lib/databases/mysql:configure_database_mysql:73 : echo_summary 'Configuring and starting MySQL' 2024-09-12 14:07:03.141 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-09-12 14:07:03.143 | + stack.sh:echo_summary:455 : echo -e Configuring and starting MySQL 2024-09-12 14:07:03.144 | + lib/databases/mysql:configure_database_mysql:75 : is_ubuntu 2024-09-12 14:07:03.146 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:07:03.148 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:07:03.150 | + lib/databases/mysql:configure_database_mysql:76 : my_conf=/etc/mysql/my.cnf 2024-09-12 14:07:03.152 | ++ lib/databases/mysql:configure_database_mysql:90 : ipv6_unquote 0.0.0.0 2024-09-12 14:07:03.154 | ++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2024-09-12 14:07:03.155 | ++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-09-12 14:07:03.158 | + lib/databases/mysql:configure_database_mysql:90 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2024-09-12 14:07:03.208 | + lib/databases/mysql:configure_database_mysql:93 : is_fedora 2024-09-12 14:07:03.210 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-09-12 14:07:03.212 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-09-12 14:07:03.214 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-09-12 14:07:03.216 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-09-12 14:07:03.218 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-09-12 14:07:03.220 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-09-12 14:07:03.222 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-09-12 14:07:03.224 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-09-12 14:07:03.226 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-09-12 14:07:03.227 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-09-12 14:07:03.229 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-09-12 14:07:03.231 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-09-12 14:07:03.233 | + lib/databases/mysql:configure_database_mysql:93 : is_suse 2024-09-12 14:07:03.235 | + functions-common:is_suse:544 : is_opensuse 2024-09-12 14:07:03.237 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-09-12 14:07:03.239 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-09-12 14:07:03.240 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-09-12 14:07:03.242 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-09-12 14:07:03.244 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-09-12 14:07:03.246 | + lib/databases/mysql:configure_database_mysql:96 : is_ubuntu 2024-09-12 14:07:03.248 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:07:03.250 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:07:03.252 | + lib/databases/mysql:configure_database_mysql:98 : restart_service mariadb 2024-09-12 14:07:03.253 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-09-12 14:07:03.255 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2024-09-12 14:07:03.795 | + lib/databases/mysql:configure_database_mysql:107 : is_ubuntu 2024-09-12 14:07:03.798 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:07:03.803 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:07:03.805 | + lib/databases/mysql:configure_database_mysql:107 : [[ jammy == \j\a\m\m\y ]] 2024-09-12 14:07:03.807 | + lib/databases/mysql:configure_database_mysql:107 : '[' mariadb == mariadb ']' 2024-09-12 14:07:03.809 | + lib/databases/mysql:configure_database_mysql:113 : is_ubuntu 2024-09-12 14:07:03.811 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:07:03.813 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:07:03.815 | + lib/databases/mysql:configure_database_mysql:113 : '[' mariadb == mariadb ']' 2024-09-12 14:07:03.817 | + lib/databases/mysql:configure_database_mysql:114 : local 'cmd_args=-uroot -pstackdb ' 2024-09-12 14:07:03.819 | + lib/databases/mysql:configure_database_mysql:122 : is_ubuntu 2024-09-12 14:07:03.821 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:07:03.822 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:07:03.824 | + lib/databases/mysql:configure_database_mysql:122 : [[ jammy != \b\u\l\l\s\e\y\e ]] 2024-09-12 14:07:03.826 | + lib/databases/mysql:configure_database_mysql:122 : '[' mariadb == mariadb ']' 2024-09-12 14:07:03.828 | + lib/databases/mysql:configure_database_mysql:123 : [[ jammy == \j\a\m\m\y ]] 2024-09-12 14:07:03.829 | + lib/databases/mysql:configure_database_mysql:126 : sudo mysql -e 'ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('\''stackdb'\'');' 2024-09-12 14:07:03.845 | + lib/databases/mysql:configure_database_mysql:132 : is_ubuntu 2024-09-12 14:07:03.846 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:07:03.848 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:07:03.850 | + lib/databases/mysql:configure_database_mysql:132 : [[ jammy == \j\a\m\m\y ]] 2024-09-12 14:07:03.852 | + lib/databases/mysql:configure_database_mysql:132 : '[' mariadb == mariadb ']' 2024-09-12 14:07:03.856 | + lib/databases/mysql:configure_database_mysql:142 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2024-09-12 14:07:03.903 | + lib/databases/mysql:configure_database_mysql:143 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2024-09-12 14:07:03.948 | + lib/databases/mysql:configure_database_mysql:144 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2024-09-12 14:07:03.991 | + lib/databases/mysql:configure_database_mysql:146 : [[ False == \T\r\u\e ]] 2024-09-12 14:07:03.993 | + lib/databases/mysql:configure_database_mysql:166 : [[ False == \T\r\u\e ]] 2024-09-12 14:07:03.995 | + lib/databases/mysql:configure_database_mysql:179 : [[ False == \T\r\u\e ]] 2024-09-12 14:07:03.997 | + lib/databases/mysql:configure_database_mysql:189 : restart_service mariadb 2024-09-12 14:07:03.998 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-09-12 14:07:04.000 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2024-09-12 14:07:04.542 | + stack.sh:main:1048 : save_stackenv 1048 2024-09-12 14:07:04.544 | + functions-common:save_stackenv:60 : local tag=1048 2024-09-12 14:07:04.547 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-09-12 14:07:04.550 | + functions-common:save_stackenv:62 : time_stamp=2024-09-12-140704 2024-09-12 14:07:04.553 | + functions-common:save_stackenv:63 : echo '# 2024-09-12-140704 1048' 2024-09-12 14:07:04.555 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:07:04.557 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-09-12 14:07:04.559 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:07:04.561 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-09-12 14:07:04.562 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:07:04.564 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-09-12 14:07:04.566 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:07:04.568 | + 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-09-12 14:07:04.570 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:07:04.572 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-09-12 14:07:04.573 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:07:04.575 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-09-12 14:07:04.577 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:07:04.579 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-09-12-140306 2024-09-12 14:07:04.581 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:07:04.583 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-09-12 14:07:04.584 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:07:04.586 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-09-12 14:07:04.588 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:07:04.590 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-09-12 14:07:04.592 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:07:04.594 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-09-12 14:07:04.596 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:07:04.597 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-09-12 14:07:04.599 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:07:04.601 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-09-12 14:07:04.603 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:07:04.605 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-09-12 14:07:04.607 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:07:04.609 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-09-12 14:07:04.611 | + stack.sh:main:1060 : [[ False == \T\r\u\e ]] 2024-09-12 14:07:04.612 | + stack.sh:main:1074 : start_dstat 2024-09-12 14:07:04.614 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-09-12 14:07:04.616 | + functions-common:run_process:1689 : local service=dstat 2024-09-12 14:07:04.618 | + functions-common:run_process:1690 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-09-12 14:07:04.620 | + functions-common:run_process:1691 : local group= 2024-09-12 14:07:04.622 | + functions-common:run_process:1692 : local user= 2024-09-12 14:07:04.624 | + functions-common:run_process:1693 : local env_vars= 2024-09-12 14:07:04.626 | + functions-common:run_process:1695 : local name=dstat 2024-09-12 14:07:04.628 | + functions-common:run_process:1697 : time_start run_process 2024-09-12 14:07:04.630 | + functions-common:time_start:2421 : local name=run_process 2024-09-12 14:07:04.632 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:07:04.633 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:07:04.636 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:07:04.639 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150024637 2024-09-12 14:07:04.641 | + functions-common:run_process:1698 : is_service_enabled dstat 2024-09-12 14:07:04.654 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:07:04.656 | + functions-common:run_process:1701 : time_stop run_process 2024-09-12 14:07:04.658 | + functions-common:time_stop:2435 : local name 2024-09-12 14:07:04.660 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:07:04.662 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:07:04.664 | + functions-common:time_stop:2438 : local total 2024-09-12 14:07:04.666 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:07:04.667 | + functions-common:time_stop:2441 : name=run_process 2024-09-12 14:07:04.669 | + functions-common:time_stop:2442 : start_time=1726150024637 2024-09-12 14:07:04.671 | + functions-common:time_stop:2444 : [[ -z 1726150024637 ]] 2024-09-12 14:07:04.674 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:07:04.677 | + functions-common:time_stop:2447 : end_time=1726150024675 2024-09-12 14:07:04.679 | + functions-common:time_stop:2448 : elapsed_time=38 2024-09-12 14:07:04.681 | + functions-common:time_stop:2449 : total=0 2024-09-12 14:07:04.683 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:07:04.685 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=38 2024-09-12 14:07:04.687 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2024-09-12 14:07:04.689 | + functions-common:run_process:1689 : local service=memory_tracker 2024-09-12 14:07:04.690 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2024-09-12 14:07:04.692 | + functions-common:run_process:1691 : local group= 2024-09-12 14:07:04.694 | + functions-common:run_process:1692 : local user=root 2024-09-12 14:07:04.696 | + functions-common:run_process:1693 : local env_vars= 2024-09-12 14:07:04.698 | + functions-common:run_process:1695 : local name=memory_tracker 2024-09-12 14:07:04.700 | + functions-common:run_process:1697 : time_start run_process 2024-09-12 14:07:04.702 | + functions-common:time_start:2421 : local name=run_process 2024-09-12 14:07:04.704 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:07:04.706 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:07:04.708 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:07:04.711 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150024709 2024-09-12 14:07:04.713 | + functions-common:run_process:1698 : is_service_enabled memory_tracker 2024-09-12 14:07:04.727 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:07:04.729 | + functions-common:run_process:1701 : time_stop run_process 2024-09-12 14:07:04.731 | + functions-common:time_stop:2435 : local name 2024-09-12 14:07:04.733 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:07:04.735 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:07:04.737 | + functions-common:time_stop:2438 : local total 2024-09-12 14:07:04.739 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:07:04.741 | + functions-common:time_stop:2441 : name=run_process 2024-09-12 14:07:04.743 | + functions-common:time_stop:2442 : start_time=1726150024709 2024-09-12 14:07:04.745 | + functions-common:time_stop:2444 : [[ -z 1726150024709 ]] 2024-09-12 14:07:04.747 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:07:04.751 | + functions-common:time_stop:2447 : end_time=1726150024748 2024-09-12 14:07:04.753 | + functions-common:time_stop:2448 : elapsed_time=39 2024-09-12 14:07:04.754 | + functions-common:time_stop:2449 : total=38 2024-09-12 14:07:04.756 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:07:04.758 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=77 2024-09-12 14:07:04.760 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2024-09-12 14:07:04.774 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:07:04.776 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2024-09-12 14:07:04.778 | + functions-common:run_process:1689 : local service=file_tracker 2024-09-12 14:07:04.780 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/file_tracker.sh 2024-09-12 14:07:04.782 | + functions-common:run_process:1691 : local group= 2024-09-12 14:07:04.784 | + functions-common:run_process:1692 : local user= 2024-09-12 14:07:04.785 | + functions-common:run_process:1693 : local env_vars= 2024-09-12 14:07:04.787 | + functions-common:run_process:1695 : local name=file_tracker 2024-09-12 14:07:04.789 | + functions-common:run_process:1697 : time_start run_process 2024-09-12 14:07:04.791 | + functions-common:time_start:2421 : local name=run_process 2024-09-12 14:07:04.793 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:07:04.795 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:07:04.798 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:07:04.801 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150024798 2024-09-12 14:07:04.803 | + functions-common:run_process:1698 : is_service_enabled file_tracker 2024-09-12 14:07:04.816 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:07:04.818 | + functions-common:run_process:1701 : time_stop run_process 2024-09-12 14:07:04.820 | + functions-common:time_stop:2435 : local name 2024-09-12 14:07:04.822 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:07:04.824 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:07:04.826 | + functions-common:time_stop:2438 : local total 2024-09-12 14:07:04.828 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:07:04.829 | + functions-common:time_stop:2441 : name=run_process 2024-09-12 14:07:04.831 | + functions-common:time_stop:2442 : start_time=1726150024798 2024-09-12 14:07:04.833 | + functions-common:time_stop:2444 : [[ -z 1726150024798 ]] 2024-09-12 14:07:04.836 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:07:04.839 | + functions-common:time_stop:2447 : end_time=1726150024837 2024-09-12 14:07:04.841 | + functions-common:time_stop:2448 : elapsed_time=39 2024-09-12 14:07:04.843 | + functions-common:time_stop:2449 : total=77 2024-09-12 14:07:04.845 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:07:04.847 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=116 2024-09-12 14:07:04.849 | + stack.sh:main:1078 : is_service_enabled tcpdump 2024-09-12 14:07:04.862 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:07:04.864 | + stack.sh:main:1086 : is_service_enabled etcd3 2024-09-12 14:07:04.877 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:07:04.879 | + stack.sh:main:1087 : start_etcd3 2024-09-12 14:07:04.881 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2024-09-12 14:07:04.883 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2024-09-12 14:07:04.885 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2024-09-12 14:07:04.887 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2024-09-12 14:07:04.889 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2024-09-12 14:07:04.891 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2024-09-12 14:07:04.893 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2024-09-12 14:07:04.895 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2024-09-12 14:07:04.897 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2024-09-12 14:07:04.898 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2024-09-12 14:07:04.900 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2024-09-12 14:07:04.902 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-09-12 14:07:04.904 | + 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-09-12 14:07:04.906 | + functions-common:write_user_unit_file:1558 : local service=devstack@etcd.service 2024-09-12 14:07:04.908 | + 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-09-12 14:07:04.910 | + functions-common:write_user_unit_file:1560 : local group= 2024-09-12 14:07:04.911 | + functions-common:write_user_unit_file:1561 : local user=root 2024-09-12 14:07:04.913 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-09-12 14:07:04.915 | + functions-common:write_user_unit_file:1563 : local extra= 2024-09-12 14:07:04.917 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-09-12 14:07:04.919 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-09-12 14:07:04.920 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-09-12 14:07:04.924 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2024-09-12 14:07:04.972 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2024-09-12 14:07:05.020 | + 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-09-12 14:07:05.062 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2024-09-12 14:07:05.104 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2024-09-12 14:07:05.145 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-09-12 14:07:05.186 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-09-12 14:07:05.188 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-09-12 14:07:05.190 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2024-09-12 14:07:05.246 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-09-12 14:07:05.487 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2024-09-12 14:07:05.530 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2024-09-12 14:07:05.572 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2024-09-12 14:07:05.613 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2024-09-12 14:07:05.655 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2024-09-12 14:07:05.658 | ++ functions-common:is_arch:507 : uname -m 2024-09-12 14:07:05.661 | + functions-common:is_arch:507 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2024-09-12 14:07:05.663 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2024-09-12 14:07:05.913 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2024-09-12 14:07:05.924 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2024-09-12 14:07:06.158 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2024-09-12 14:07:06.419 | + stack.sh:main:1093 : is_service_enabled tls-proxy 2024-09-12 14:07:06.433 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:07:06.434 | + stack.sh:main:1098 : write_clouds_yaml 2024-09-12 14:07:06.436 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2024-09-12 14:07:06.439 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2024-09-12 14:07:06.442 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2024-09-12 14:07:06.452 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2024-09-12 14:07:06.462 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2024-09-12 14:07:06.465 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-09-12 14:07:06.467 | + 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-09-12 14:07:06.513 | The user clouds.yaml file didn't exist. 2024-09-12 14:07:06.519 | + 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-09-12 14:07:06.573 | + 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-09-12 14:07:06.628 | + 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-09-12 14:07:06.685 | + 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-09-12 14:07:06.744 | + 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-09-12 14:07:06.804 | + 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-09-12 14:07:06.868 | + 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-09-12 14:07:06.936 | + 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-09-12 14:07:07.008 | + 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-09-12 14:07:07.086 | + functions-common:write_clouds_yaml:198 : cat 2024-09-12 14:07:07.091 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2024-09-12 14:07:07.091 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2024-09-12 14:07:07.094 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2024-09-12 14:07:07.097 | + stack.sh:main:1099 : export OS_CLOUD=devstack-admin 2024-09-12 14:07:07.101 | + stack.sh:main:1099 : OS_CLOUD=devstack-admin 2024-09-12 14:07:07.102 | + stack.sh:main:1101 : is_service_enabled keystone 2024-09-12 14:07:07.115 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:07:07.117 | + stack.sh:main:1102 : echo_summary 'Starting Keystone' 2024-09-12 14:07:07.119 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-09-12 14:07:07.121 | + stack.sh:echo_summary:455 : echo -e Starting Keystone 2024-09-12 14:07:07.123 | + stack.sh:main:1104 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-09-12 14:07:07.126 | + stack.sh:main:1105 : init_keystone 2024-09-12 14:07:07.127 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2024-09-12 14:07:07.140 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:07:07.142 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2024-09-12 14:07:07.144 | + lib/keystone:init_keystone:484 : recreate_database keystone 2024-09-12 14:07:07.146 | + lib/database:recreate_database:112 : local db=keystone 2024-09-12 14:07:07.148 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2024-09-12 14:07:07.150 | + lib/databases/mysql:recreate_database_mysql:66 : local db=keystone 2024-09-12 14:07:07.152 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2024-09-12 14:07:07.160 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2024-09-12 14:07:07.169 | + lib/keystone:init_keystone:487 : time_start dbsync 2024-09-12 14:07:07.171 | + functions-common:time_start:2421 : local name=dbsync 2024-09-12 14:07:07.173 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:07:07.175 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:07:07.177 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:07:07.181 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150027178 2024-09-12 14:07:07.182 | + lib/keystone:init_keystone:489 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2024-09-12 14:07:09.004 | 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=29364) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-09-12 14:07:09.009 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-09-12 14:07:09.009 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-09-12 14:07:09.010 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=29364) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-09-12 14:07:09.011 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=29364) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:07:09.011 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=29364) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:07:09.012 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=29364) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:07:09.012 | 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=29364) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:07:09.012 | 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=29364) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:07:09.012 | 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=29364) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:07:09.012 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=29364) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:07:09.012 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=29364) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:07:09.012 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=29364) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:07:09.012 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=29364) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:07:09.012 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=29364) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:07:09.012 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=29364) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:07:09.012 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=29364) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:07:09.012 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=29364) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:07:09.012 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=29364) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-09-12 14:07:09.012 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=29364) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-09-12 14:07:09.023 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-09-12 14:07:09.023 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-09-12 14:07:09.055 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2024-09-12 14:07:09.861 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=29364) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-09-12 14:07:09.863 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2024-09-12 14:07:09.863 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=29364) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-09-12 14:07:09.864 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2024-09-12 14:07:09.869 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=29364) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-09-12 14:07:10.182 | + lib/keystone:init_keystone:490 : time_stop dbsync 2024-09-12 14:07:10.184 | + functions-common:time_stop:2435 : local name 2024-09-12 14:07:10.187 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:07:10.189 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:07:10.191 | + functions-common:time_stop:2438 : local total 2024-09-12 14:07:10.193 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:07:10.195 | + functions-common:time_stop:2441 : name=dbsync 2024-09-12 14:07:10.197 | + functions-common:time_stop:2442 : start_time=1726150027178 2024-09-12 14:07:10.199 | + functions-common:time_stop:2444 : [[ -z 1726150027178 ]] 2024-09-12 14:07:10.201 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:07:10.204 | + functions-common:time_stop:2447 : end_time=1726150030202 2024-09-12 14:07:10.206 | + functions-common:time_stop:2448 : elapsed_time=3024 2024-09-12 14:07:10.208 | + functions-common:time_stop:2449 : total=0 2024-09-12 14:07:10.210 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:07:10.212 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3024 2024-09-12 14:07:10.214 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2024-09-12 14:07:10.216 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2024-09-12 14:07:10.219 | + lib/keystone:init_keystone:494 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2024-09-12 14:07:11.891 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2024-09-12 14:07:11.892 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-09-12 14:07:11.892 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-09-12 14:07:11.892 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2024-09-12 14:07:11.892 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-09-12 14:07:11.892 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-09-12 14:07:11.893 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-09-12 14:07:11.893 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-09-12 14:07:11.893 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-09-12 14:07:12.190 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2024-09-12 14:07:12.194 | + lib/keystone:init_keystone:497 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2024-09-12 14:07:13.843 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2024-09-12 14:07:13.843 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-09-12 14:07:13.843 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-09-12 14:07:13.844 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2024-09-12 14:07:13.844 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-09-12 14:07:13.844 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-09-12 14:07:13.844 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-09-12 14:07:13.844 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-09-12 14:07:13.844 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-09-12 14:07:14.142 | + stack.sh:main:1106 : start_keystone 2024-09-12 14:07:14.144 | + lib/keystone:start_keystone:555 : local service_port=5000 2024-09-12 14:07:14.146 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2024-09-12 14:07:14.148 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2024-09-12 14:07:14.160 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:07:14.162 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2024-09-12 14:07:14.164 | ++ lib/keystone:start_keystone:566 : which uwsgi 2024-09-12 14:07:14.168 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2024-09-12 14:07:14.170 | + functions-common:run_process:1689 : local service=keystone 2024-09-12 14:07:14.172 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-09-12 14:07:14.174 | + functions-common:run_process:1691 : local group= 2024-09-12 14:07:14.176 | + functions-common:run_process:1692 : local user= 2024-09-12 14:07:14.178 | + functions-common:run_process:1693 : local env_vars= 2024-09-12 14:07:14.179 | + functions-common:run_process:1695 : local name=keystone 2024-09-12 14:07:14.181 | + functions-common:run_process:1697 : time_start run_process 2024-09-12 14:07:14.183 | + functions-common:time_start:2421 : local name=run_process 2024-09-12 14:07:14.185 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:07:14.187 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:07:14.189 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:07:14.193 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150034191 2024-09-12 14:07:14.195 | + functions-common:run_process:1698 : is_service_enabled keystone 2024-09-12 14:07:14.207 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:07:14.209 | + functions-common:run_process:1699 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2024-09-12 14:07:14.211 | + functions-common:_run_under_systemd:1649 : local service=keystone 2024-09-12 14:07:14.213 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-09-12 14:07:14.215 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-09-12 14:07:14.217 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-09-12 14:07:14.219 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-09-12 14:07:14.220 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2024-09-12 14:07:14.222 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2024-09-12 14:07:14.224 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@keystone.service 2024-09-12 14:07:14.226 | + functions-common:_run_under_systemd:1656 : local group= 2024-09-12 14:07:14.228 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-09-12 14:07:14.230 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-09-12 14:07:14.232 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-09-12 14:07:14.234 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2024-09-12 14:07:14.236 | + 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-09-12 14:07:14.237 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@keystone.service 2024-09-12 14:07:14.239 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-09-12 14:07:14.241 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-09-12 14:07:14.243 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-09-12 14:07:14.244 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-09-12 14:07:14.246 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@keystone.service 2024-09-12 14:07:14.248 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-09-12 14:07:14.251 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2024-09-12 14:07:14.299 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2024-09-12 14:07:14.346 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2024-09-12 14:07:14.388 | + 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-09-12 14:07:14.430 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-09-12 14:07:14.473 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2024-09-12 14:07:14.513 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2024-09-12 14:07:14.555 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2024-09-12 14:07:14.595 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2024-09-12 14:07:14.636 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2024-09-12 14:07:14.675 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-09-12 14:07:14.677 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-09-12 14:07:14.679 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2024-09-12 14:07:14.727 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-09-12 14:07:14.959 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@keystone.service 2024-09-12 14:07:14.968 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2024-09-12 14:07:15.191 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@keystone.service 2024-09-12 14:07:15.250 | + functions-common:run_process:1701 : time_stop run_process 2024-09-12 14:07:15.252 | + functions-common:time_stop:2435 : local name 2024-09-12 14:07:15.254 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:07:15.256 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:07:15.258 | + functions-common:time_stop:2438 : local total 2024-09-12 14:07:15.260 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:07:15.261 | + functions-common:time_stop:2441 : name=run_process 2024-09-12 14:07:15.263 | + functions-common:time_stop:2442 : start_time=1726150034191 2024-09-12 14:07:15.265 | + functions-common:time_stop:2444 : [[ -z 1726150034191 ]] 2024-09-12 14:07:15.268 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:07:15.271 | + functions-common:time_stop:2447 : end_time=1726150035269 2024-09-12 14:07:15.273 | + functions-common:time_stop:2448 : elapsed_time=1078 2024-09-12 14:07:15.277 | + functions-common:time_stop:2449 : total=116 2024-09-12 14:07:15.279 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:07:15.282 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1194 2024-09-12 14:07:15.282 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2024-09-12 14:07:15.283 | Waiting for keystone to start... 2024-09-12 14:07:15.288 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2024-09-12 14:07:15.290 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2024-09-12 14:07:15.292 | + functions:wait_for_service:468 : local timeout=60 2024-09-12 14:07:15.294 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2024-09-12 14:07:15.297 | + functions:wait_for_service:470 : local rval=0 2024-09-12 14:07:15.300 | + functions:wait_for_service:471 : time_start wait_for_service 2024-09-12 14:07:15.300 | + functions-common:time_start:2421 : local name=wait_for_service 2024-09-12 14:07:15.306 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:07:15.308 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:07:15.310 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:07:15.313 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150035311 2024-09-12 14:07:15.315 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-09-12 14:07:15.319 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2024-09-12 14:07:15.845 | ++ inc/async:async_inner:64 : rc=0 2024-09-12 14:07:15.863 | [27043 Async install_tempest:27043]: finished successfully 2024-09-12 14:07:17.683 | + :: : [[ 200 == 503 ]] 2024-09-12 14:07:17.684 | + :: : [[ 0 -eq 7 ]] 2024-09-12 14:07:17.687 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-09-12 14:07:17.689 | + functions-common:time_stop:2435 : local name 2024-09-12 14:07:17.691 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:07:17.693 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:07:17.694 | + functions-common:time_stop:2438 : local total 2024-09-12 14:07:17.696 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:07:17.698 | + functions-common:time_stop:2441 : name=wait_for_service 2024-09-12 14:07:17.700 | + functions-common:time_stop:2442 : start_time=1726150035311 2024-09-12 14:07:17.702 | + functions-common:time_stop:2444 : [[ -z 1726150035311 ]] 2024-09-12 14:07:17.704 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:07:17.707 | + functions-common:time_stop:2447 : end_time=1726150037705 2024-09-12 14:07:17.709 | + functions-common:time_stop:2448 : elapsed_time=2394 2024-09-12 14:07:17.711 | + functions-common:time_stop:2449 : total=0 2024-09-12 14:07:17.713 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:07:17.715 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2394 2024-09-12 14:07:17.716 | + functions:wait_for_service:478 : return 0 2024-09-12 14:07:17.718 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2024-09-12 14:07:17.731 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:07:17.733 | + lib/keystone:start_keystone:587 : restart_service memcached 2024-09-12 14:07:17.735 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-09-12 14:07:17.737 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart memcached 2024-09-12 14:07:18.837 | + stack.sh:main:1107 : bootstrap_keystone 2024-09-12 14:07:18.839 | + 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-09-12 14:07:20.505 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=30244) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-09-12 14:07:20.505 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=30244) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-09-12 14:07:20.506 | 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=30244) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-09-12 14:07:20.510 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=30244) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-09-12 14:07:20.518 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=30244) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-09-12 14:07:20.518 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=30244) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-09-12 14:07:20.534 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=30244) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-09-12 14:07:20.550 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=30244) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-09-12 14:07:20.550 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=30244) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-09-12 14:07:20.657 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30244) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-09-12 14:07:20.657 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=30244) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-09-12 14:07:20.657 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=30244) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-09-12 14:07:20.657 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=30244) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-09-12 14:07:20.658 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=30244) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-09-12 14:07:20.658 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=30244) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-09-12 14:07:20.664 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30244) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-09-12 14:07:20.664 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=30244) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-09-12 14:07:20.664 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=30244) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-09-12 14:07:20.664 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=30244) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-09-12 14:07:20.665 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=30244) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-09-12 14:07:20.665 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=30244) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-09-12 14:07:20.665 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=30244) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-09-12 14:07:20.668 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=30244) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-09-12 14:07:20.670 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30244) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-09-12 14:07:20.670 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=30244) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-09-12 14:07:20.670 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=30244) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-09-12 14:07:20.671 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=30244) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-09-12 14:07:20.671 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=30244) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-09-12 14:07:20.672 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=30244) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-09-12 14:07:20.672 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=30244) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-09-12 14:07:20.687 | 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=30244) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-09-12 14:07:20.781 | INFO keystone.cmd.bootstrap [None req-30d9c8f7-1b4c-4984-9a20-405ef017a257 None None] Created domain default 2024-09-12 14:07:20.810 | INFO keystone.cmd.bootstrap [None req-30d9c8f7-1b4c-4984-9a20-405ef017a257 None None] Created project admin 2024-09-12 14:07:20.824 | WARNING keystone.common.password_hashing [None req-30d9c8f7-1b4c-4984-9a20-405ef017a257 None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2024-09-12 14:07:20.824 | DEBUG passlib.handlers.bcrypt [None req-30d9c8f7-1b4c-4984-9a20-405ef017a257 None None] detected 'bcrypt' backend, version '4.0.0' {{(pid=30244) _load_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:625}} 2024-09-12 14:07:20.828 | DEBUG passlib.handlers.bcrypt [None req-30d9c8f7-1b4c-4984-9a20-405ef017a257 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=30244) _finalize_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:406}} 2024-09-12 14:07:20.858 | INFO keystone.cmd.bootstrap [None req-30d9c8f7-1b4c-4984-9a20-405ef017a257 None None] Created user admin 2024-09-12 14:07:20.864 | INFO keystone.cmd.bootstrap [None req-30d9c8f7-1b4c-4984-9a20-405ef017a257 None None] Created role reader 2024-09-12 14:07:20.869 | INFO keystone.cmd.bootstrap [None req-30d9c8f7-1b4c-4984-9a20-405ef017a257 None None] Created role member 2024-09-12 14:07:20.881 | INFO keystone.cmd.bootstrap [None req-30d9c8f7-1b4c-4984-9a20-405ef017a257 None None] Created implied role where 8ded6eb9a9a84430886b3ceb5b513326 implies 8fb8d370b5844810a428b24ab38c1bf1 2024-09-12 14:07:20.886 | INFO keystone.cmd.bootstrap [None req-30d9c8f7-1b4c-4984-9a20-405ef017a257 None None] Created role admin 2024-09-12 14:07:20.896 | INFO keystone.cmd.bootstrap [None req-30d9c8f7-1b4c-4984-9a20-405ef017a257 None None] Created implied role where 8d15c6baed104d3cb0737b1719721c7a implies 8ded6eb9a9a84430886b3ceb5b513326 2024-09-12 14:07:20.901 | INFO keystone.cmd.bootstrap [None req-30d9c8f7-1b4c-4984-9a20-405ef017a257 None None] Granted role admin on project admin to user admin. 2024-09-12 14:07:20.905 | INFO keystone.cmd.bootstrap [None req-30d9c8f7-1b4c-4984-9a20-405ef017a257 None None] Granted role admin on the system to user admin. 2024-09-12 14:07:20.910 | WARNING py.warnings [None req-30d9c8f7-1b4c-4984-9a20-405ef017a257 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-09-12 14:07:20.910 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2024-09-12 14:07:20.910 |  2024-09-12 14:07:20.912 | INFO keystone.cmd.bootstrap [None req-30d9c8f7-1b4c-4984-9a20-405ef017a257 None None] Created region RegionOne 2024-09-12 14:07:20.927 | INFO keystone.cmd.bootstrap [None req-30d9c8f7-1b4c-4984-9a20-405ef017a257 None None] Created public endpoint http://10.180.1.21/identity 2024-09-12 14:07:21.242 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2024-09-12 14:07:21.244 | + stack.sh:main:1110 : create_keystone_accounts 2024-09-12 14:07:21.246 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2024-09-12 14:07:21.249 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2024-09-12 14:07:22.845 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:22.847 | + lib/keystone:create_keystone_accounts:315 : admin_project=c0dd318627fd417ab43311b99d7d5c13 2024-09-12 14:07:22.849 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2024-09-12 14:07:22.852 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2024-09-12 14:07:24.078 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:24.081 | + lib/keystone:create_keystone_accounts:317 : admin_user=8eaeb0f7ad7646548a2d052a931642af 2024-09-12 14:07:24.082 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2024-09-12 14:07:24.084 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2024-09-12 14:07:24.086 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2024-09-12 14:07:24.088 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin 8eaeb0f7ad7646548a2d052a931642af default 2024-09-12 14:07:24.132 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 8eaeb0f7ad7646548a2d052a931642af default 2024-09-12 14:07:24.160 | [3547 Async ks-domain-role:30365]: running: get_or_add_user_domain_role admin 8eaeb0f7ad7646548a2d052a931642af default 2024-09-12 14:07:24.162 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2024-09-12 14:07:24.164 | + functions-common:get_or_create_domain:895 : local domain_id 2024-09-12 14:07:24.166 | ++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-09-12 14:07:25.688 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:25.690 | + functions-common:get_or_create_domain:900 : domain_id=default 2024-09-12 14:07:25.692 | + functions-common:get_or_create_domain:901 : echo default 2024-09-12 14:07:25.692 | default 2024-09-12 14:07:25.694 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2024-09-12 14:07:25.742 | + inc/async:async_inner:63 : get_or_create_project service Default 2024-09-12 14:07:25.771 | [3547 Async ks-project:30475]: running: get_or_create_project service Default 2024-09-12 14:07:25.773 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2024-09-12 14:07:25.819 | + inc/async:async_inner:63 : get_or_create_role service 2024-09-12 14:07:25.848 | [3547 Async ks-service:30587]: running: get_or_create_role service 2024-09-12 14:07:25.850 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2024-09-12 14:07:25.895 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2024-09-12 14:07:25.931 | [3547 Async ks-reseller:30683]: running: get_or_create_role ResellerAdmin 2024-09-12 14:07:25.933 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2024-09-12 14:07:25.935 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2024-09-12 14:07:25.980 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2024-09-12 14:07:26.009 | [3547 Async ks-anotherrole:30780]: running: get_or_create_role anotherrole 2024-09-12 14:07:26.011 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2024-09-12 14:07:26.013 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2024-09-12 14:07:26.015 | ++ functions-common:get_or_create_project:945 : local project_id 2024-09-12 14:07:26.018 | +++ 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-09-12 14:07:27.348 | + inc/async:async_inner:64 : rc=0 2024-09-12 14:07:27.366 | [30587 Async ks-service:30587]: finished successfully 2024-09-12 14:07:27.496 | + inc/async:async_inner:64 : rc=0 2024-09-12 14:07:27.515 | [30683 Async ks-reseller:30683]: finished successfully 2024-09-12 14:07:27.566 | + inc/async:async_inner:64 : rc=0 2024-09-12 14:07:27.584 | [30475 Async ks-project:30475]: finished successfully 2024-09-12 14:07:27.623 | + inc/async:async_inner:64 : rc=0 2024-09-12 14:07:27.643 | [30780 Async ks-anotherrole:30780]: finished successfully 2024-09-12 14:07:27.719 | +++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:27.721 | ++ functions-common:get_or_create_project:951 : project_id=95e9997889f5497c83d30c04bfa10482 2024-09-12 14:07:27.723 | ++ functions-common:get_or_create_project:952 : echo 95e9997889f5497c83d30c04bfa10482 2024-09-12 14:07:27.725 | + lib/keystone:create_keystone_accounts:345 : invis_project=95e9997889f5497c83d30c04bfa10482 2024-09-12 14:07:27.727 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2024-09-12 14:07:27.730 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2024-09-12 14:07:27.732 | ++ functions-common:get_or_create_project:945 : local project_id 2024-09-12 14:07:27.735 | +++ 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-09-12 14:07:27.766 | + inc/async:async_inner:64 : rc=0 2024-09-12 14:07:27.783 | [30365 Async ks-domain-role:30365]: finished successfully 2024-09-12 14:07:29.099 | +++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:29.102 | ++ functions-common:get_or_create_project:951 : project_id=529fbb4170824ae5aec1949160df01f5 2024-09-12 14:07:29.103 | ++ functions-common:get_or_create_project:952 : echo 529fbb4170824ae5aec1949160df01f5 2024-09-12 14:07:29.106 | + lib/keystone:create_keystone_accounts:349 : demo_project=529fbb4170824ae5aec1949160df01f5 2024-09-12 14:07:29.108 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2024-09-12 14:07:29.111 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2024-09-12 14:07:29.113 | ++ functions-common:get_or_create_user:922 : local user_id 2024-09-12 14:07:29.115 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo@example.com ]] 2024-09-12 14:07:29.118 | ++ functions-common:get_or_create_user:924 : local email=--email=demo@example.com 2024-09-12 14:07:29.120 | +++ 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-09-12 14:07:30.494 | +++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:30.497 | ++ functions-common:get_or_create_user:938 : user_id=928d8a907ce34ebf89824674f2f985c9 2024-09-12 14:07:30.499 | ++ functions-common:get_or_create_user:939 : echo 928d8a907ce34ebf89824674f2f985c9 2024-09-12 14:07:30.501 | + lib/keystone:create_keystone_accounts:352 : demo_user=928d8a907ce34ebf89824674f2f985c9 2024-09-12 14:07:30.504 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2024-09-12 14:07:30.538 | [3547 Async ks-domain-role:30365]: Waiting for completion of get_or_add_user_domain_role admin 8eaeb0f7ad7646548a2d052a931642af default running on PID 30365 (6 other jobs running) 2024-09-12 14:07:30.555 | [3547 Async ks-domain-role:30365]: Signaling child to exit 2024-09-12 14:07:30.555 | WAKEUP 2024-09-12 14:07:30.572 | [3547 Async ks-domain-role:30365]: Signaled 2024-09-12 14:07:30.572 | + functions-common:get_or_add_user_domain_role:1009 : local user_role_id 2024-09-12 14:07:30.572 | + functions-common:get_or_add_user_domain_role:1013 : openstack --os-cloud devstack-system-admin role add admin --user 8eaeb0f7ad7646548a2d052a931642af --domain default 2024-09-12 14:07:30.572 | ++ functions-common:get_or_add_user_domain_role:1020 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 8eaeb0f7ad7646548a2d052a931642af --domain default -c Role -f value 2024-09-12 14:07:30.572 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:30.572 | + functions-common:get_or_add_user_domain_role:1020 : user_role_id=8d15c6baed104d3cb0737b1719721c7a 2024-09-12 14:07:30.572 | + functions-common:get_or_add_user_domain_role:1022 : echo 8d15c6baed104d3cb0737b1719721c7a 2024-09-12 14:07:30.572 | 8d15c6baed104d3cb0737b1719721c7a 2024-09-12 14:07:30.603 | [3547 Async ks-domain-role:30365]: finished get_or_add_user_domain_role admin 8eaeb0f7ad7646548a2d052a931642af default with result 0 in 3 seconds 2024-09-12 14:07:30.608 | Not waiting for async task ks-domain that we never started or has already been waited for 2024-09-12 14:07:30.632 | [3547 Async ks-project:30475]: Waiting for completion of get_or_create_project service Default running on PID 30475 (5 other jobs running) 2024-09-12 14:07:30.648 | [3547 Async ks-project:30475]: Signaling child to exit 2024-09-12 14:07:30.648 | WAKEUP 2024-09-12 14:07:30.664 | [3547 Async ks-project:30475]: Signaled 2024-09-12 14:07:30.664 | + functions-common:get_or_create_project:945 : local project_id 2024-09-12 14:07:30.664 | ++ 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-09-12 14:07:30.664 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:30.664 | + functions-common:get_or_create_project:951 : project_id=e19e6fe653c84e53a9f1e439c063d0e2 2024-09-12 14:07:30.664 | + functions-common:get_or_create_project:952 : echo e19e6fe653c84e53a9f1e439c063d0e2 2024-09-12 14:07:30.664 | e19e6fe653c84e53a9f1e439c063d0e2 2024-09-12 14:07:30.694 | [3547 Async ks-project:30475]: finished get_or_create_project service Default with result 0 in 1 seconds 2024-09-12 14:07:30.719 | [3547 Async ks-service:30587]: Waiting for completion of get_or_create_role service running on PID 30587 (4 other jobs running) 2024-09-12 14:07:30.737 | [3547 Async ks-service:30587]: Signaling child to exit 2024-09-12 14:07:30.737 | WAKEUP 2024-09-12 14:07:30.752 | [3547 Async ks-service:30587]: Signaled 2024-09-12 14:07:30.753 | + functions-common:get_or_create_role:958 : local role_id 2024-09-12 14:07:30.753 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2024-09-12 14:07:30.753 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:30.753 | + functions-common:get_or_create_role:963 : role_id=61f52031df814c29a34a5601c3d077e0 2024-09-12 14:07:30.753 | + functions-common:get_or_create_role:964 : echo 61f52031df814c29a34a5601c3d077e0 2024-09-12 14:07:30.753 | 61f52031df814c29a34a5601c3d077e0 2024-09-12 14:07:30.783 | [3547 Async ks-service:30587]: finished get_or_create_role service with result 0 in 1 seconds 2024-09-12 14:07:30.808 | [3547 Async ks-reseller:30683]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 30683 (3 other jobs running) 2024-09-12 14:07:30.825 | [3547 Async ks-reseller:30683]: Signaling child to exit 2024-09-12 14:07:30.825 | WAKEUP 2024-09-12 14:07:30.840 | [3547 Async ks-reseller:30683]: Signaled 2024-09-12 14:07:30.841 | + functions-common:get_or_create_role:958 : local role_id 2024-09-12 14:07:30.841 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2024-09-12 14:07:30.841 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:30.841 | + functions-common:get_or_create_role:963 : role_id=9c9fd103a135474dbda4ca90bf9bf0bd 2024-09-12 14:07:30.841 | + functions-common:get_or_create_role:964 : echo 9c9fd103a135474dbda4ca90bf9bf0bd 2024-09-12 14:07:30.841 | 9c9fd103a135474dbda4ca90bf9bf0bd 2024-09-12 14:07:30.871 | [3547 Async ks-reseller:30683]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2024-09-12 14:07:30.895 | [3547 Async ks-anotherrole:30780]: Waiting for completion of get_or_create_role anotherrole running on PID 30780 (2 other jobs running) 2024-09-12 14:07:30.912 | [3547 Async ks-anotherrole:30780]: Signaling child to exit 2024-09-12 14:07:30.913 | WAKEUP 2024-09-12 14:07:30.927 | [3547 Async ks-anotherrole:30780]: Signaled 2024-09-12 14:07:30.928 | + functions-common:get_or_create_role:958 : local role_id 2024-09-12 14:07:30.929 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2024-09-12 14:07:30.929 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:30.929 | + functions-common:get_or_create_role:963 : role_id=21beace1c5b7459a9964efadf6c1a4bb 2024-09-12 14:07:30.929 | + functions-common:get_or_create_role:964 : echo 21beace1c5b7459a9964efadf6c1a4bb 2024-09-12 14:07:30.929 | 21beace1c5b7459a9964efadf6c1a4bb 2024-09-12 14:07:30.958 | [3547 Async ks-anotherrole:30780]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2024-09-12 14:07:30.961 | + inc/async:async_wait:197 : return 0 2024-09-12 14:07:30.963 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member 928d8a907ce34ebf89824674f2f985c9 529fbb4170824ae5aec1949160df01f5 2024-09-12 14:07:31.008 | + inc/async:async_inner:63 : get_or_add_user_project_role member 928d8a907ce34ebf89824674f2f985c9 529fbb4170824ae5aec1949160df01f5 2024-09-12 14:07:31.037 | [3547 Async ks-demo-member:31621]: running: get_or_add_user_project_role member 928d8a907ce34ebf89824674f2f985c9 529fbb4170824ae5aec1949160df01f5 2024-09-12 14:07:31.039 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin 8eaeb0f7ad7646548a2d052a931642af 529fbb4170824ae5aec1949160df01f5 2024-09-12 14:07:31.085 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 8eaeb0f7ad7646548a2d052a931642af 529fbb4170824ae5aec1949160df01f5 2024-09-12 14:07:31.115 | [3547 Async ks-demo-admin:31717]: running: get_or_add_user_project_role admin 8eaeb0f7ad7646548a2d052a931642af 529fbb4170824ae5aec1949160df01f5 2024-09-12 14:07:31.117 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole 928d8a907ce34ebf89824674f2f985c9 529fbb4170824ae5aec1949160df01f5 2024-09-12 14:07:31.163 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 928d8a907ce34ebf89824674f2f985c9 529fbb4170824ae5aec1949160df01f5 2024-09-12 14:07:31.191 | [3547 Async ks-demo-another:31814]: running: get_or_add_user_project_role anotherrole 928d8a907ce34ebf89824674f2f985c9 529fbb4170824ae5aec1949160df01f5 2024-09-12 14:07:31.193 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member 928d8a907ce34ebf89824674f2f985c9 95e9997889f5497c83d30c04bfa10482 2024-09-12 14:07:31.241 | + inc/async:async_inner:63 : get_or_add_user_project_role member 928d8a907ce34ebf89824674f2f985c9 95e9997889f5497c83d30c04bfa10482 2024-09-12 14:07:31.271 | [3547 Async ks-demo-invis:31911]: running: get_or_add_user_project_role member 928d8a907ce34ebf89824674f2f985c9 95e9997889f5497c83d30c04bfa10482 2024-09-12 14:07:31.273 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2024-09-12 14:07:31.276 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2024-09-12 14:07:31.277 | ++ functions-common:get_or_create_user:922 : local user_id 2024-09-12 14:07:31.279 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo_reader@example.com ]] 2024-09-12 14:07:31.281 | ++ functions-common:get_or_create_user:924 : local email=--email=demo_reader@example.com 2024-09-12 14:07:31.283 | +++ 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-09-12 14:07:32.999 | +++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:33.002 | ++ functions-common:get_or_create_user:938 : user_id=ba89546970024cdc948eef5134457ec8 2024-09-12 14:07:33.004 | ++ functions-common:get_or_create_user:939 : echo ba89546970024cdc948eef5134457ec8 2024-09-12 14:07:33.006 | + lib/keystone:create_keystone_accounts:365 : demo_reader=ba89546970024cdc948eef5134457ec8 2024-09-12 14:07:33.008 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader ba89546970024cdc948eef5134457ec8 529fbb4170824ae5aec1949160df01f5 2024-09-12 14:07:33.060 | + inc/async:async_inner:63 : get_or_add_user_project_role reader ba89546970024cdc948eef5134457ec8 529fbb4170824ae5aec1949160df01f5 2024-09-12 14:07:33.093 | [3547 Async ks-demo-reader:32088]: running: get_or_add_user_project_role reader ba89546970024cdc948eef5134457ec8 529fbb4170824ae5aec1949160df01f5 2024-09-12 14:07:33.095 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2024-09-12 14:07:33.098 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2024-09-12 14:07:33.100 | ++ functions-common:get_or_create_project:945 : local project_id 2024-09-12 14:07:33.102 | +++ 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-09-12 14:07:34.784 | +++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:34.787 | ++ functions-common:get_or_create_project:951 : project_id=d7df31d9a1e840b1b3b425344cd8622c 2024-09-12 14:07:34.789 | ++ functions-common:get_or_create_project:952 : echo d7df31d9a1e840b1b3b425344cd8622c 2024-09-12 14:07:34.791 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=d7df31d9a1e840b1b3b425344cd8622c 2024-09-12 14:07:34.793 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2024-09-12 14:07:34.796 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2024-09-12 14:07:34.798 | ++ functions-common:get_or_create_user:922 : local user_id 2024-09-12 14:07:34.800 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo@example.com ]] 2024-09-12 14:07:34.802 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo@example.com 2024-09-12 14:07:34.805 | +++ 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-09-12 14:07:34.883 | + inc/async:async_inner:64 : rc=0 2024-09-12 14:07:34.902 | [31621 Async ks-demo-member:31621]: finished successfully 2024-09-12 14:07:35.148 | + inc/async:async_inner:64 : rc=0 2024-09-12 14:07:35.168 | [31717 Async ks-demo-admin:31717]: finished successfully 2024-09-12 14:07:35.460 | + inc/async:async_inner:64 : rc=0 2024-09-12 14:07:35.481 | [31814 Async ks-demo-another:31814]: finished successfully 2024-09-12 14:07:35.604 | + inc/async:async_inner:64 : rc=0 2024-09-12 14:07:35.622 | [31911 Async ks-demo-invis:31911]: finished successfully 2024-09-12 14:07:36.210 | +++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:36.213 | ++ functions-common:get_or_create_user:938 : user_id=97f92fc5645941d68b7ab3e7e8f60464 2024-09-12 14:07:36.215 | ++ functions-common:get_or_create_user:939 : echo 97f92fc5645941d68b7ab3e7e8f60464 2024-09-12 14:07:36.218 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=97f92fc5645941d68b7ab3e7e8f60464 2024-09-12 14:07:36.220 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin 97f92fc5645941d68b7ab3e7e8f60464 d7df31d9a1e840b1b3b425344cd8622c 2024-09-12 14:07:36.267 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 97f92fc5645941d68b7ab3e7e8f60464 d7df31d9a1e840b1b3b425344cd8622c 2024-09-12 14:07:36.297 | [3547 Async ks-alt-admin:32478]: running: get_or_add_user_project_role admin 97f92fc5645941d68b7ab3e7e8f60464 d7df31d9a1e840b1b3b425344cd8622c 2024-09-12 14:07:36.299 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole 97f92fc5645941d68b7ab3e7e8f60464 d7df31d9a1e840b1b3b425344cd8622c 2024-09-12 14:07:36.345 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 97f92fc5645941d68b7ab3e7e8f60464 d7df31d9a1e840b1b3b425344cd8622c 2024-09-12 14:07:36.375 | [3547 Async ks-alt-another:32574]: running: get_or_add_user_project_role anotherrole 97f92fc5645941d68b7ab3e7e8f60464 d7df31d9a1e840b1b3b425344cd8622c 2024-09-12 14:07:36.377 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2024-09-12 14:07:36.380 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2024-09-12 14:07:36.384 | ++ functions-common:get_or_create_user:922 : local user_id 2024-09-12 14:07:36.386 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_member@example.com ]] 2024-09-12 14:07:36.388 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_member@example.com 2024-09-12 14:07:36.391 | +++ 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-09-12 14:07:37.052 | + inc/async:async_inner:64 : rc=0 2024-09-12 14:07:37.070 | [32088 Async ks-demo-reader:32088]: finished successfully 2024-09-12 14:07:37.898 | +++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:37.901 | ++ functions-common:get_or_create_user:938 : user_id=256a92a1788541f4b9983355a3ece887 2024-09-12 14:07:37.903 | ++ functions-common:get_or_create_user:939 : echo 256a92a1788541f4b9983355a3ece887 2024-09-12 14:07:37.905 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=256a92a1788541f4b9983355a3ece887 2024-09-12 14:07:37.908 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member 256a92a1788541f4b9983355a3ece887 d7df31d9a1e840b1b3b425344cd8622c 2024-09-12 14:07:37.959 | + inc/async:async_inner:63 : get_or_add_user_project_role member 256a92a1788541f4b9983355a3ece887 d7df31d9a1e840b1b3b425344cd8622c 2024-09-12 14:07:37.990 | [3547 Async ks-alt-member-user:32751]: running: get_or_add_user_project_role member 256a92a1788541f4b9983355a3ece887 d7df31d9a1e840b1b3b425344cd8622c 2024-09-12 14:07:37.992 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2024-09-12 14:07:37.995 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2024-09-12 14:07:37.997 | ++ functions-common:get_or_create_user:922 : local user_id 2024-09-12 14:07:37.999 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_reader@example.com ]] 2024-09-12 14:07:38.001 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_reader@example.com 2024-09-12 14:07:38.004 | +++ 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-09-12 14:07:39.463 | +++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:39.466 | ++ functions-common:get_or_create_user:938 : user_id=85ef55d576094799920f8719952f7bcc 2024-09-12 14:07:39.468 | ++ functions-common:get_or_create_user:939 : echo 85ef55d576094799920f8719952f7bcc 2024-09-12 14:07:39.471 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=85ef55d576094799920f8719952f7bcc 2024-09-12 14:07:39.473 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader 85ef55d576094799920f8719952f7bcc d7df31d9a1e840b1b3b425344cd8622c 2024-09-12 14:07:39.520 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 85ef55d576094799920f8719952f7bcc d7df31d9a1e840b1b3b425344cd8622c 2024-09-12 14:07:39.549 | [3547 Async ks-alt-reader-user:32925]: running: get_or_add_user_project_role reader 85ef55d576094799920f8719952f7bcc d7df31d9a1e840b1b3b425344cd8622c 2024-09-12 14:07:39.552 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2024-09-12 14:07:39.555 | ++ functions-common:get_or_create_user:922 : local user_id 2024-09-12 14:07:39.557 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_member@example.com ]] 2024-09-12 14:07:39.559 | ++ functions-common:get_or_create_user:924 : local email=--email=system_member@example.com 2024-09-12 14:07:39.561 | +++ 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-09-12 14:07:40.085 | + inc/async:async_inner:64 : rc=0 2024-09-12 14:07:40.104 | [32478 Async ks-alt-admin:32478]: finished successfully 2024-09-12 14:07:40.178 | + inc/async:async_inner:64 : rc=0 2024-09-12 14:07:40.196 | [32574 Async ks-alt-another:32574]: finished successfully 2024-09-12 14:07:41.006 | +++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:41.009 | ++ functions-common:get_or_create_user:938 : user_id=9f239b6068a14fe294719c15b2a91524 2024-09-12 14:07:41.011 | ++ functions-common:get_or_create_user:939 : echo 9f239b6068a14fe294719c15b2a91524 2024-09-12 14:07:41.013 | + lib/keystone:create_keystone_accounts:397 : system_member_user=9f239b6068a14fe294719c15b2a91524 2024-09-12 14:07:41.015 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member 9f239b6068a14fe294719c15b2a91524 all 2024-09-12 14:07:41.064 | + inc/async:async_inner:63 : get_or_add_user_system_role member 9f239b6068a14fe294719c15b2a91524 all 2024-09-12 14:07:41.095 | [3547 Async ks-system-member:33158]: running: get_or_add_user_system_role member 9f239b6068a14fe294719c15b2a91524 all 2024-09-12 14:07:41.098 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2024-09-12 14:07:41.101 | ++ functions-common:get_or_create_user:922 : local user_id 2024-09-12 14:07:41.103 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_reader@example.com ]] 2024-09-12 14:07:41.105 | ++ functions-common:get_or_create_user:924 : local email=--email=system_reader@example.com 2024-09-12 14:07:41.107 | +++ 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-09-12 14:07:41.581 | + inc/async:async_inner:64 : rc=0 2024-09-12 14:07:41.600 | [32751 Async ks-alt-member-user:32751]: finished successfully 2024-09-12 14:07:42.500 | +++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:42.502 | ++ functions-common:get_or_create_user:938 : user_id=783e30221cad4f538e10e0e7a70265e3 2024-09-12 14:07:42.504 | ++ functions-common:get_or_create_user:939 : echo 783e30221cad4f538e10e0e7a70265e3 2024-09-12 14:07:42.507 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=783e30221cad4f538e10e0e7a70265e3 2024-09-12 14:07:42.509 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader 783e30221cad4f538e10e0e7a70265e3 all 2024-09-12 14:07:42.557 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 783e30221cad4f538e10e0e7a70265e3 all 2024-09-12 14:07:42.588 | [3547 Async ks-system-reader:33410]: running: get_or_add_user_system_role reader 783e30221cad4f538e10e0e7a70265e3 all 2024-09-12 14:07:42.591 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2024-09-12 14:07:42.593 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2024-09-12 14:07:42.595 | ++ functions-common:get_or_create_group:907 : local 'desc=openstack admin group' 2024-09-12 14:07:42.597 | ++ functions-common:get_or_create_group:908 : local group_id 2024-09-12 14:07:42.600 | +++ 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-09-12 14:07:43.021 | + inc/async:async_inner:64 : rc=0 2024-09-12 14:07:43.039 | [32925 Async ks-alt-reader-user:32925]: finished successfully 2024-09-12 14:07:44.023 | +++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:44.025 | ++ functions-common:get_or_create_group:915 : group_id=fda5b28b3f29410e823c0b8fd130ce0c 2024-09-12 14:07:44.027 | ++ functions-common:get_or_create_group:916 : echo fda5b28b3f29410e823c0b8fd130ce0c 2024-09-12 14:07:44.030 | + lib/keystone:create_keystone_accounts:407 : admin_group=fda5b28b3f29410e823c0b8fd130ce0c 2024-09-12 14:07:44.032 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2024-09-12 14:07:44.034 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2024-09-12 14:07:44.036 | ++ functions-common:get_or_create_group:907 : local 'desc=non-admin group' 2024-09-12 14:07:44.038 | ++ functions-common:get_or_create_group:908 : local group_id 2024-09-12 14:07:44.041 | +++ 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-09-12 14:07:45.429 | +++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:45.432 | ++ functions-common:get_or_create_group:915 : group_id=00c8922db6cb469d9011664ce69e8f03 2024-09-12 14:07:45.434 | ++ functions-common:get_or_create_group:916 : echo 00c8922db6cb469d9011664ce69e8f03 2024-09-12 14:07:45.436 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=00c8922db6cb469d9011664ce69e8f03 2024-09-12 14:07:45.438 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member 00c8922db6cb469d9011664ce69e8f03 529fbb4170824ae5aec1949160df01f5 2024-09-12 14:07:45.487 | + inc/async:async_inner:63 : get_or_add_group_project_role member 00c8922db6cb469d9011664ce69e8f03 529fbb4170824ae5aec1949160df01f5 2024-09-12 14:07:45.519 | [3547 Async ks-group-memberdemo:33677]: running: get_or_add_group_project_role member 00c8922db6cb469d9011664ce69e8f03 529fbb4170824ae5aec1949160df01f5 2024-09-12 14:07:45.523 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 00c8922db6cb469d9011664ce69e8f03 529fbb4170824ae5aec1949160df01f5 2024-09-12 14:07:45.573 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 00c8922db6cb469d9011664ce69e8f03 529fbb4170824ae5aec1949160df01f5 2024-09-12 14:07:45.604 | [3547 Async ks-group-anotherdemo:33756]: running: get_or_add_group_project_role anotherrole 00c8922db6cb469d9011664ce69e8f03 529fbb4170824ae5aec1949160df01f5 2024-09-12 14:07:45.606 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member 00c8922db6cb469d9011664ce69e8f03 d7df31d9a1e840b1b3b425344cd8622c 2024-09-12 14:07:45.659 | + inc/async:async_inner:63 : get_or_add_group_project_role member 00c8922db6cb469d9011664ce69e8f03 d7df31d9a1e840b1b3b425344cd8622c 2024-09-12 14:07:45.690 | [3547 Async ks-group-memberalt:33836]: running: get_or_add_group_project_role member 00c8922db6cb469d9011664ce69e8f03 d7df31d9a1e840b1b3b425344cd8622c 2024-09-12 14:07:45.694 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 00c8922db6cb469d9011664ce69e8f03 d7df31d9a1e840b1b3b425344cd8622c 2024-09-12 14:07:45.744 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 00c8922db6cb469d9011664ce69e8f03 d7df31d9a1e840b1b3b425344cd8622c 2024-09-12 14:07:45.776 | [3547 Async ks-group-anotheralt:33916]: running: get_or_add_group_project_role anotherrole 00c8922db6cb469d9011664ce69e8f03 d7df31d9a1e840b1b3b425344cd8622c 2024-09-12 14:07:45.778 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin fda5b28b3f29410e823c0b8fd130ce0c c0dd318627fd417ab43311b99d7d5c13 2024-09-12 14:07:45.828 | + inc/async:async_inner:63 : get_or_add_group_project_role admin fda5b28b3f29410e823c0b8fd130ce0c c0dd318627fd417ab43311b99d7d5c13 2024-09-12 14:07:45.860 | [3547 Async ks-group-admin:34006]: running: get_or_add_group_project_role admin fda5b28b3f29410e823c0b8fd130ce0c c0dd318627fd417ab43311b99d7d5c13 2024-09-12 14:07:45.862 | + lib/keystone:create_keystone_accounts:418 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2024-09-12 14:07:45.880 | + inc/async:async_inner:64 : rc=0 2024-09-12 14:07:45.903 | [33158 Async ks-system-member:33158]: finished successfully 2024-09-12 14:07:45.907 | [3547 Async ks-demo-member:31621]: Waiting for completion of get_or_add_user_project_role member 928d8a907ce34ebf89824674f2f985c9 529fbb4170824ae5aec1949160df01f5 running on PID 31621 (17 other jobs running) 2024-09-12 14:07:45.927 | [3547 Async ks-demo-member:31621]: Signaling child to exit 2024-09-12 14:07:45.927 | WAKEUP 2024-09-12 14:07:45.943 | [3547 Async ks-demo-member:31621]: Signaled 2024-09-12 14:07:45.944 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-09-12 14:07:45.944 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-09-12 14:07:45.944 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-09-12 14:07:45.944 | ++ functions-common:_get_domain_args:970 : local domain 2024-09-12 14:07:45.944 | ++ functions-common:_get_domain_args:971 : domain= 2024-09-12 14:07:45.944 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-09-12 14:07:45.944 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-09-12 14:07:45.944 | ++ functions-common:_get_domain_args:980 : echo 2024-09-12 14:07:45.944 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-09-12 14:07:45.944 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 928d8a907ce34ebf89824674f2f985c9 --project 529fbb4170824ae5aec1949160df01f5 2024-09-12 14:07:45.944 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 928d8a907ce34ebf89824674f2f985c9 --project 529fbb4170824ae5aec1949160df01f5 -c Role -f value 2024-09-12 14:07:45.944 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:45.944 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=8ded6eb9a9a84430886b3ceb5b513326 2024-09-12 14:07:45.944 | + functions-common:get_or_add_user_project_role:1003 : echo 8ded6eb9a9a84430886b3ceb5b513326 2024-09-12 14:07:45.944 | 8ded6eb9a9a84430886b3ceb5b513326 2024-09-12 14:07:45.975 | [3547 Async ks-demo-member:31621]: finished get_or_add_user_project_role member 928d8a907ce34ebf89824674f2f985c9 529fbb4170824ae5aec1949160df01f5 with result 0 in 3 seconds 2024-09-12 14:07:46.000 | [3547 Async ks-demo-admin:31717]: Waiting for completion of get_or_add_user_project_role admin 8eaeb0f7ad7646548a2d052a931642af 529fbb4170824ae5aec1949160df01f5 running on PID 31717 (16 other jobs running) 2024-09-12 14:07:46.018 | [3547 Async ks-demo-admin:31717]: Signaling child to exit 2024-09-12 14:07:46.018 | WAKEUP 2024-09-12 14:07:46.033 | [3547 Async ks-demo-admin:31717]: Signaled 2024-09-12 14:07:46.034 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-09-12 14:07:46.034 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-09-12 14:07:46.034 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-09-12 14:07:46.034 | ++ functions-common:_get_domain_args:970 : local domain 2024-09-12 14:07:46.034 | ++ functions-common:_get_domain_args:971 : domain= 2024-09-12 14:07:46.034 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-09-12 14:07:46.034 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-09-12 14:07:46.034 | ++ functions-common:_get_domain_args:980 : echo 2024-09-12 14:07:46.034 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-09-12 14:07:46.034 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user 8eaeb0f7ad7646548a2d052a931642af --project 529fbb4170824ae5aec1949160df01f5 2024-09-12 14:07:46.034 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 8eaeb0f7ad7646548a2d052a931642af --project 529fbb4170824ae5aec1949160df01f5 -c Role -f value 2024-09-12 14:07:46.034 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:46.034 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=8d15c6baed104d3cb0737b1719721c7a 2024-09-12 14:07:46.034 | + functions-common:get_or_add_user_project_role:1003 : echo 8d15c6baed104d3cb0737b1719721c7a 2024-09-12 14:07:46.034 | 8d15c6baed104d3cb0737b1719721c7a 2024-09-12 14:07:46.065 | [3547 Async ks-demo-admin:31717]: finished get_or_add_user_project_role admin 8eaeb0f7ad7646548a2d052a931642af 529fbb4170824ae5aec1949160df01f5 with result 0 in 4 seconds 2024-09-12 14:07:46.091 | [3547 Async ks-demo-another:31814]: Waiting for completion of get_or_add_user_project_role anotherrole 928d8a907ce34ebf89824674f2f985c9 529fbb4170824ae5aec1949160df01f5 running on PID 31814 (15 other jobs running) 2024-09-12 14:07:46.108 | [3547 Async ks-demo-another:31814]: Signaling child to exit 2024-09-12 14:07:46.108 | WAKEUP 2024-09-12 14:07:46.124 | [3547 Async ks-demo-another:31814]: Signaled 2024-09-12 14:07:46.124 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-09-12 14:07:46.124 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-09-12 14:07:46.124 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-09-12 14:07:46.124 | ++ functions-common:_get_domain_args:970 : local domain 2024-09-12 14:07:46.124 | ++ functions-common:_get_domain_args:971 : domain= 2024-09-12 14:07:46.124 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-09-12 14:07:46.124 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-09-12 14:07:46.124 | ++ functions-common:_get_domain_args:980 : echo 2024-09-12 14:07:46.124 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-09-12 14:07:46.124 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user 928d8a907ce34ebf89824674f2f985c9 --project 529fbb4170824ae5aec1949160df01f5 2024-09-12 14:07:46.124 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 928d8a907ce34ebf89824674f2f985c9 --project 529fbb4170824ae5aec1949160df01f5 -c Role -f value 2024-09-12 14:07:46.124 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:46.124 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=21beace1c5b7459a9964efadf6c1a4bb 2024-09-12 14:07:46.124 | + functions-common:get_or_add_user_project_role:1003 : echo 21beace1c5b7459a9964efadf6c1a4bb 2024-09-12 14:07:46.124 | 21beace1c5b7459a9964efadf6c1a4bb 2024-09-12 14:07:46.157 | [3547 Async ks-demo-another:31814]: finished get_or_add_user_project_role anotherrole 928d8a907ce34ebf89824674f2f985c9 529fbb4170824ae5aec1949160df01f5 with result 0 in 4 seconds 2024-09-12 14:07:46.183 | [3547 Async ks-demo-invis:31911]: Waiting for completion of get_or_add_user_project_role member 928d8a907ce34ebf89824674f2f985c9 95e9997889f5497c83d30c04bfa10482 running on PID 31911 (14 other jobs running) 2024-09-12 14:07:46.201 | [3547 Async ks-demo-invis:31911]: Signaling child to exit 2024-09-12 14:07:46.201 | WAKEUP 2024-09-12 14:07:46.217 | [3547 Async ks-demo-invis:31911]: Signaled 2024-09-12 14:07:46.217 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-09-12 14:07:46.217 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-09-12 14:07:46.217 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-09-12 14:07:46.217 | ++ functions-common:_get_domain_args:970 : local domain 2024-09-12 14:07:46.217 | ++ functions-common:_get_domain_args:971 : domain= 2024-09-12 14:07:46.217 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-09-12 14:07:46.217 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-09-12 14:07:46.217 | ++ functions-common:_get_domain_args:980 : echo 2024-09-12 14:07:46.217 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-09-12 14:07:46.217 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 928d8a907ce34ebf89824674f2f985c9 --project 95e9997889f5497c83d30c04bfa10482 2024-09-12 14:07:46.217 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 928d8a907ce34ebf89824674f2f985c9 --project 95e9997889f5497c83d30c04bfa10482 -c Role -f value 2024-09-12 14:07:46.217 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:46.217 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=8ded6eb9a9a84430886b3ceb5b513326 2024-09-12 14:07:46.217 | + functions-common:get_or_add_user_project_role:1003 : echo 8ded6eb9a9a84430886b3ceb5b513326 2024-09-12 14:07:46.217 | 8ded6eb9a9a84430886b3ceb5b513326 2024-09-12 14:07:46.248 | [3547 Async ks-demo-invis:31911]: finished get_or_add_user_project_role member 928d8a907ce34ebf89824674f2f985c9 95e9997889f5497c83d30c04bfa10482 with result 0 in 4 seconds 2024-09-12 14:07:46.273 | [3547 Async ks-demo-reader:32088]: Waiting for completion of get_or_add_user_project_role reader ba89546970024cdc948eef5134457ec8 529fbb4170824ae5aec1949160df01f5 running on PID 32088 (13 other jobs running) 2024-09-12 14:07:46.290 | [3547 Async ks-demo-reader:32088]: Signaling child to exit 2024-09-12 14:07:46.290 | WAKEUP 2024-09-12 14:07:46.305 | [3547 Async ks-demo-reader:32088]: Signaled 2024-09-12 14:07:46.306 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-09-12 14:07:46.306 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-09-12 14:07:46.306 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-09-12 14:07:46.306 | ++ functions-common:_get_domain_args:970 : local domain 2024-09-12 14:07:46.306 | ++ functions-common:_get_domain_args:971 : domain= 2024-09-12 14:07:46.306 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-09-12 14:07:46.306 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-09-12 14:07:46.306 | ++ functions-common:_get_domain_args:980 : echo 2024-09-12 14:07:46.306 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-09-12 14:07:46.306 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user ba89546970024cdc948eef5134457ec8 --project 529fbb4170824ae5aec1949160df01f5 2024-09-12 14:07:46.306 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user ba89546970024cdc948eef5134457ec8 --project 529fbb4170824ae5aec1949160df01f5 -c Role -f value 2024-09-12 14:07:46.306 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:46.306 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=8fb8d370b5844810a428b24ab38c1bf1 2024-09-12 14:07:46.306 | + functions-common:get_or_add_user_project_role:1003 : echo 8fb8d370b5844810a428b24ab38c1bf1 2024-09-12 14:07:46.306 | 8fb8d370b5844810a428b24ab38c1bf1 2024-09-12 14:07:46.336 | [3547 Async ks-demo-reader:32088]: finished get_or_add_user_project_role reader ba89546970024cdc948eef5134457ec8 529fbb4170824ae5aec1949160df01f5 with result 0 in 4 seconds 2024-09-12 14:07:46.339 | + inc/async:async_wait:197 : return 0 2024-09-12 14:07:46.341 | + lib/keystone:create_keystone_accounts:419 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2024-09-12 14:07:46.376 | [3547 Async ks-alt-admin:32478]: Waiting for completion of get_or_add_user_project_role admin 97f92fc5645941d68b7ab3e7e8f60464 d7df31d9a1e840b1b3b425344cd8622c running on PID 32478 (12 other jobs running) 2024-09-12 14:07:46.394 | [3547 Async ks-alt-admin:32478]: Signaling child to exit 2024-09-12 14:07:46.395 | WAKEUP 2024-09-12 14:07:46.410 | [3547 Async ks-alt-admin:32478]: Signaled 2024-09-12 14:07:46.411 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-09-12 14:07:46.411 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-09-12 14:07:46.411 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-09-12 14:07:46.411 | ++ functions-common:_get_domain_args:970 : local domain 2024-09-12 14:07:46.411 | ++ functions-common:_get_domain_args:971 : domain= 2024-09-12 14:07:46.411 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-09-12 14:07:46.411 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-09-12 14:07:46.411 | ++ functions-common:_get_domain_args:980 : echo 2024-09-12 14:07:46.411 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-09-12 14:07:46.411 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user 97f92fc5645941d68b7ab3e7e8f60464 --project d7df31d9a1e840b1b3b425344cd8622c 2024-09-12 14:07:46.411 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 97f92fc5645941d68b7ab3e7e8f60464 --project d7df31d9a1e840b1b3b425344cd8622c -c Role -f value 2024-09-12 14:07:46.411 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:46.411 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=8d15c6baed104d3cb0737b1719721c7a 2024-09-12 14:07:46.411 | + functions-common:get_or_add_user_project_role:1003 : echo 8d15c6baed104d3cb0737b1719721c7a 2024-09-12 14:07:46.411 | 8d15c6baed104d3cb0737b1719721c7a 2024-09-12 14:07:46.441 | [3547 Async ks-alt-admin:32478]: finished get_or_add_user_project_role admin 97f92fc5645941d68b7ab3e7e8f60464 d7df31d9a1e840b1b3b425344cd8622c with result 0 in 3 seconds 2024-09-12 14:07:46.467 | [3547 Async ks-alt-another:32574]: Waiting for completion of get_or_add_user_project_role anotherrole 97f92fc5645941d68b7ab3e7e8f60464 d7df31d9a1e840b1b3b425344cd8622c running on PID 32574 (11 other jobs running) 2024-09-12 14:07:46.486 | [3547 Async ks-alt-another:32574]: Signaling child to exit 2024-09-12 14:07:46.486 | WAKEUP 2024-09-12 14:07:46.509 | [3547 Async ks-alt-another:32574]: Signaled 2024-09-12 14:07:46.509 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-09-12 14:07:46.509 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-09-12 14:07:46.509 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-09-12 14:07:46.509 | ++ functions-common:_get_domain_args:970 : local domain 2024-09-12 14:07:46.509 | ++ functions-common:_get_domain_args:971 : domain= 2024-09-12 14:07:46.509 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-09-12 14:07:46.509 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-09-12 14:07:46.509 | ++ functions-common:_get_domain_args:980 : echo 2024-09-12 14:07:46.509 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-09-12 14:07:46.509 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user 97f92fc5645941d68b7ab3e7e8f60464 --project d7df31d9a1e840b1b3b425344cd8622c 2024-09-12 14:07:46.509 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 97f92fc5645941d68b7ab3e7e8f60464 --project d7df31d9a1e840b1b3b425344cd8622c -c Role -f value 2024-09-12 14:07:46.509 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:46.509 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=21beace1c5b7459a9964efadf6c1a4bb 2024-09-12 14:07:46.509 | + functions-common:get_or_add_user_project_role:1003 : echo 21beace1c5b7459a9964efadf6c1a4bb 2024-09-12 14:07:46.509 | 21beace1c5b7459a9964efadf6c1a4bb 2024-09-12 14:07:46.542 | [3547 Async ks-alt-another:32574]: finished get_or_add_user_project_role anotherrole 97f92fc5645941d68b7ab3e7e8f60464 d7df31d9a1e840b1b3b425344cd8622c with result 0 in 3 seconds 2024-09-12 14:07:46.582 | [3547 Async ks-alt-member-user:32751]: Waiting for completion of get_or_add_user_project_role member 256a92a1788541f4b9983355a3ece887 d7df31d9a1e840b1b3b425344cd8622c running on PID 32751 (10 other jobs running) 2024-09-12 14:07:46.599 | [3547 Async ks-alt-member-user:32751]: Signaling child to exit 2024-09-12 14:07:46.599 | WAKEUP 2024-09-12 14:07:46.615 | [3547 Async ks-alt-member-user:32751]: Signaled 2024-09-12 14:07:46.615 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-09-12 14:07:46.615 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-09-12 14:07:46.615 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-09-12 14:07:46.615 | ++ functions-common:_get_domain_args:970 : local domain 2024-09-12 14:07:46.615 | ++ functions-common:_get_domain_args:971 : domain= 2024-09-12 14:07:46.615 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-09-12 14:07:46.615 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-09-12 14:07:46.615 | ++ functions-common:_get_domain_args:980 : echo 2024-09-12 14:07:46.615 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-09-12 14:07:46.615 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 256a92a1788541f4b9983355a3ece887 --project d7df31d9a1e840b1b3b425344cd8622c 2024-09-12 14:07:46.615 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 256a92a1788541f4b9983355a3ece887 --project d7df31d9a1e840b1b3b425344cd8622c -c Role -f value 2024-09-12 14:07:46.615 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:46.615 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=8ded6eb9a9a84430886b3ceb5b513326 2024-09-12 14:07:46.615 | + functions-common:get_or_add_user_project_role:1003 : echo 8ded6eb9a9a84430886b3ceb5b513326 2024-09-12 14:07:46.615 | 8ded6eb9a9a84430886b3ceb5b513326 2024-09-12 14:07:46.650 | [3547 Async ks-alt-member-user:32751]: finished get_or_add_user_project_role member 256a92a1788541f4b9983355a3ece887 d7df31d9a1e840b1b3b425344cd8622c with result 0 in 3 seconds 2024-09-12 14:07:46.695 | [3547 Async ks-alt-reader-user:32925]: Waiting for completion of get_or_add_user_project_role reader 85ef55d576094799920f8719952f7bcc d7df31d9a1e840b1b3b425344cd8622c running on PID 32925 (9 other jobs running) 2024-09-12 14:07:46.718 | [3547 Async ks-alt-reader-user:32925]: Signaling child to exit 2024-09-12 14:07:46.718 | WAKEUP 2024-09-12 14:07:46.734 | [3547 Async ks-alt-reader-user:32925]: Signaled 2024-09-12 14:07:46.735 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-09-12 14:07:46.735 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-09-12 14:07:46.735 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-09-12 14:07:46.735 | ++ functions-common:_get_domain_args:970 : local domain 2024-09-12 14:07:46.735 | ++ functions-common:_get_domain_args:971 : domain= 2024-09-12 14:07:46.735 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-09-12 14:07:46.735 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-09-12 14:07:46.735 | ++ functions-common:_get_domain_args:980 : echo 2024-09-12 14:07:46.735 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-09-12 14:07:46.735 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user 85ef55d576094799920f8719952f7bcc --project d7df31d9a1e840b1b3b425344cd8622c 2024-09-12 14:07:46.735 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 85ef55d576094799920f8719952f7bcc --project d7df31d9a1e840b1b3b425344cd8622c -c Role -f value 2024-09-12 14:07:46.735 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:46.735 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=8fb8d370b5844810a428b24ab38c1bf1 2024-09-12 14:07:46.735 | + functions-common:get_or_add_user_project_role:1003 : echo 8fb8d370b5844810a428b24ab38c1bf1 2024-09-12 14:07:46.736 | 8fb8d370b5844810a428b24ab38c1bf1 2024-09-12 14:07:46.768 | [3547 Async ks-alt-reader-user:32925]: finished get_or_add_user_project_role reader 85ef55d576094799920f8719952f7bcc d7df31d9a1e840b1b3b425344cd8622c with result 0 in 3 seconds 2024-09-12 14:07:46.771 | + inc/async:async_wait:197 : return 0 2024-09-12 14:07:46.773 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2024-09-12 14:07:46.818 | [3547 Async ks-system-member:33158]: Waiting for completion of get_or_add_user_system_role member 9f239b6068a14fe294719c15b2a91524 all running on PID 33158 (8 other jobs running) 2024-09-12 14:07:46.838 | [3547 Async ks-system-member:33158]: Signaling child to exit 2024-09-12 14:07:46.838 | WAKEUP 2024-09-12 14:07:46.855 | [3547 Async ks-system-member:33158]: Signaled 2024-09-12 14:07:46.857 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2024-09-12 14:07:46.857 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2024-09-12 14:07:46.857 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2024-09-12 14:07:46.857 | ++ functions-common:_get_domain_args:970 : local domain 2024-09-12 14:07:46.857 | ++ functions-common:_get_domain_args:971 : domain= 2024-09-12 14:07:46.857 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-09-12 14:07:46.857 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-09-12 14:07:46.857 | ++ functions-common:_get_domain_args:980 : echo 2024-09-12 14:07:46.857 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2024-09-12 14:07:46.857 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 9f239b6068a14fe294719c15b2a91524 --system all -f value -c Role 2024-09-12 14:07:46.857 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:46.857 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2024-09-12 14:07:46.857 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2024-09-12 14:07:46.857 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add member --user 9f239b6068a14fe294719c15b2a91524 --system all 2024-09-12 14:07:46.857 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 9f239b6068a14fe294719c15b2a91524 --system all -f value -c Role 2024-09-12 14:07:46.857 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:46.857 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=8ded6eb9a9a84430886b3ceb5b513326 2024-09-12 14:07:46.857 | + functions-common:get_or_add_user_system_role:1053 : echo 8ded6eb9a9a84430886b3ceb5b513326 2024-09-12 14:07:46.857 | 8ded6eb9a9a84430886b3ceb5b513326 2024-09-12 14:07:46.896 | [3547 Async ks-system-member:33158]: finished get_or_add_user_system_role member 9f239b6068a14fe294719c15b2a91524 all with result 0 in 4 seconds 2024-09-12 14:07:46.926 | [3547 Async ks-system-reader:33410]: Waiting for completion of get_or_add_user_system_role reader 783e30221cad4f538e10e0e7a70265e3 all running on PID 33410 (7 other jobs running) 2024-09-12 14:07:46.945 | [3547 Async ks-system-reader:33410]: Signaling child to exit 2024-09-12 14:07:47.510 | + inc/async:async_inner:64 : rc=0 2024-09-12 14:07:47.528 | [33410 Async ks-system-reader:33410]: finished successfully 2024-09-12 14:07:47.545 | WAKEUP 2024-09-12 14:07:47.561 | [3547 Async ks-system-reader:33410]: Signaled 2024-09-12 14:07:47.562 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2024-09-12 14:07:47.562 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2024-09-12 14:07:47.562 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2024-09-12 14:07:47.562 | ++ functions-common:_get_domain_args:970 : local domain 2024-09-12 14:07:47.562 | ++ functions-common:_get_domain_args:971 : domain= 2024-09-12 14:07:47.562 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-09-12 14:07:47.562 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-09-12 14:07:47.562 | ++ functions-common:_get_domain_args:980 : echo 2024-09-12 14:07:47.562 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2024-09-12 14:07:47.562 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 783e30221cad4f538e10e0e7a70265e3 --system all -f value -c Role 2024-09-12 14:07:47.562 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:47.562 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2024-09-12 14:07:47.562 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2024-09-12 14:07:47.562 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add reader --user 783e30221cad4f538e10e0e7a70265e3 --system all 2024-09-12 14:07:47.562 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 783e30221cad4f538e10e0e7a70265e3 --system all -f value -c Role 2024-09-12 14:07:47.562 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:47.562 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=8fb8d370b5844810a428b24ab38c1bf1 2024-09-12 14:07:47.562 | + functions-common:get_or_add_user_system_role:1053 : echo 8fb8d370b5844810a428b24ab38c1bf1 2024-09-12 14:07:47.562 | 8fb8d370b5844810a428b24ab38c1bf1 2024-09-12 14:07:47.592 | [3547 Async ks-system-reader:33410]: finished get_or_add_user_system_role reader 783e30221cad4f538e10e0e7a70265e3 all with result 0 in 4 seconds 2024-09-12 14:07:47.595 | + inc/async:async_wait:197 : return 0 2024-09-12 14:07:47.597 | + lib/keystone:create_keystone_accounts:421 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2024-09-12 14:07:47.632 | [3547 Async ks-group-memberdemo:33677]: Waiting for completion of get_or_add_group_project_role member 00c8922db6cb469d9011664ce69e8f03 529fbb4170824ae5aec1949160df01f5 running on PID 33677 (6 other jobs running) 2024-09-12 14:07:47.649 | [3547 Async ks-group-memberdemo:33677]: Signaling child to exit 2024-09-12 14:07:49.015 | + inc/async:async_inner:64 : rc=0 2024-09-12 14:07:49.034 | [33677 Async ks-group-memberdemo:33677]: finished successfully 2024-09-12 14:07:49.050 | WAKEUP 2024-09-12 14:07:49.066 | [3547 Async ks-group-memberdemo:33677]: Signaled 2024-09-12 14:07:49.067 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-09-12 14:07:49.067 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group 00c8922db6cb469d9011664ce69e8f03 --project 529fbb4170824ae5aec1949160df01f5 2024-09-12 14:07:49.067 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 00c8922db6cb469d9011664ce69e8f03 --project 529fbb4170824ae5aec1949160df01f5 -f value -c Role 2024-09-12 14:07:49.067 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:49.067 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=8ded6eb9a9a84430886b3ceb5b513326 2024-09-12 14:07:49.067 | + functions-common:get_or_add_group_project_role:1072 : echo 8ded6eb9a9a84430886b3ceb5b513326 2024-09-12 14:07:49.067 | 8ded6eb9a9a84430886b3ceb5b513326 2024-09-12 14:07:49.098 | [3547 Async ks-group-memberdemo:33677]: finished get_or_add_group_project_role member 00c8922db6cb469d9011664ce69e8f03 529fbb4170824ae5aec1949160df01f5 with result 0 in 3 seconds 2024-09-12 14:07:49.123 | [3547 Async ks-group-anotherdemo:33756]: Waiting for completion of get_or_add_group_project_role anotherrole 00c8922db6cb469d9011664ce69e8f03 529fbb4170824ae5aec1949160df01f5 running on PID 33756 (5 other jobs running) 2024-09-12 14:07:49.141 | [3547 Async ks-group-anotherdemo:33756]: Signaling child to exit 2024-09-12 14:07:49.289 | + inc/async:async_inner:64 : rc=0 2024-09-12 14:07:49.308 | [33756 Async ks-group-anotherdemo:33756]: finished successfully 2024-09-12 14:07:49.324 | WAKEUP 2024-09-12 14:07:49.341 | [3547 Async ks-group-anotherdemo:33756]: Signaled 2024-09-12 14:07:49.342 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-09-12 14:07:49.342 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group 00c8922db6cb469d9011664ce69e8f03 --project 529fbb4170824ae5aec1949160df01f5 2024-09-12 14:07:49.342 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 00c8922db6cb469d9011664ce69e8f03 --project 529fbb4170824ae5aec1949160df01f5 -f value -c Role 2024-09-12 14:07:49.342 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:49.342 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=21beace1c5b7459a9964efadf6c1a4bb 2024-09-12 14:07:49.342 | + functions-common:get_or_add_group_project_role:1072 : echo 21beace1c5b7459a9964efadf6c1a4bb 2024-09-12 14:07:49.342 | 21beace1c5b7459a9964efadf6c1a4bb 2024-09-12 14:07:49.374 | [3547 Async ks-group-anotherdemo:33756]: finished get_or_add_group_project_role anotherrole 00c8922db6cb469d9011664ce69e8f03 529fbb4170824ae5aec1949160df01f5 with result 0 in 3 seconds 2024-09-12 14:07:49.401 | [3547 Async ks-group-memberalt:33836]: Waiting for completion of get_or_add_group_project_role member 00c8922db6cb469d9011664ce69e8f03 d7df31d9a1e840b1b3b425344cd8622c running on PID 33836 (4 other jobs running) 2024-09-12 14:07:49.412 | + inc/async:async_inner:64 : rc=0 2024-09-12 14:07:49.420 | [3547 Async ks-group-memberalt:33836]: Signaling child to exit 2024-09-12 14:07:49.437 | [33836 Async ks-group-memberalt:33836]: finished successfully 2024-09-12 14:07:49.460 | WAKEUP 2024-09-12 14:07:49.478 | [3547 Async ks-group-memberalt:33836]: Signaled 2024-09-12 14:07:49.479 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-09-12 14:07:49.479 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group 00c8922db6cb469d9011664ce69e8f03 --project d7df31d9a1e840b1b3b425344cd8622c 2024-09-12 14:07:49.479 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 00c8922db6cb469d9011664ce69e8f03 --project d7df31d9a1e840b1b3b425344cd8622c -f value -c Role 2024-09-12 14:07:49.479 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:49.479 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=8ded6eb9a9a84430886b3ceb5b513326 2024-09-12 14:07:49.479 | + functions-common:get_or_add_group_project_role:1072 : echo 8ded6eb9a9a84430886b3ceb5b513326 2024-09-12 14:07:49.479 | 8ded6eb9a9a84430886b3ceb5b513326 2024-09-12 14:07:49.512 | + inc/async:async_inner:64 : rc=0 2024-09-12 14:07:49.512 | [3547 Async ks-group-memberalt:33836]: finished get_or_add_group_project_role member 00c8922db6cb469d9011664ce69e8f03 d7df31d9a1e840b1b3b425344cd8622c with result 0 in 3 seconds 2024-09-12 14:07:49.531 | [33916 Async ks-group-anotheralt:33916]: finished successfully 2024-09-12 14:07:49.540 | [3547 Async ks-group-anotheralt:33916]: Waiting for completion of get_or_add_group_project_role anotherrole 00c8922db6cb469d9011664ce69e8f03 d7df31d9a1e840b1b3b425344cd8622c running on PID 33916 (3 other jobs running) 2024-09-12 14:07:49.558 | [3547 Async ks-group-anotheralt:33916]: Signaling child to exit 2024-09-12 14:07:49.559 | WAKEUP 2024-09-12 14:07:49.574 | [3547 Async ks-group-anotheralt:33916]: Signaled 2024-09-12 14:07:49.575 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-09-12 14:07:49.575 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group 00c8922db6cb469d9011664ce69e8f03 --project d7df31d9a1e840b1b3b425344cd8622c 2024-09-12 14:07:49.575 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 00c8922db6cb469d9011664ce69e8f03 --project d7df31d9a1e840b1b3b425344cd8622c -f value -c Role 2024-09-12 14:07:49.575 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:49.575 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=21beace1c5b7459a9964efadf6c1a4bb 2024-09-12 14:07:49.576 | + functions-common:get_or_add_group_project_role:1072 : echo 21beace1c5b7459a9964efadf6c1a4bb 2024-09-12 14:07:49.576 | 21beace1c5b7459a9964efadf6c1a4bb 2024-09-12 14:07:49.607 | [3547 Async ks-group-anotheralt:33916]: finished get_or_add_group_project_role anotherrole 00c8922db6cb469d9011664ce69e8f03 d7df31d9a1e840b1b3b425344cd8622c with result 0 in 3 seconds 2024-09-12 14:07:49.620 | + inc/async:async_inner:64 : rc=0 2024-09-12 14:07:49.634 | [3547 Async ks-group-admin:34006]: Waiting for completion of get_or_add_group_project_role admin fda5b28b3f29410e823c0b8fd130ce0c c0dd318627fd417ab43311b99d7d5c13 running on PID 34006 (2 other jobs running) 2024-09-12 14:07:49.639 | [34006 Async ks-group-admin:34006]: finished successfully 2024-09-12 14:07:49.652 | [3547 Async ks-group-admin:34006]: Signaling child to exit 2024-09-12 14:07:49.656 | WAKEUP 2024-09-12 14:07:49.672 | [3547 Async ks-group-admin:34006]: Signaled 2024-09-12 14:07:49.672 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-09-12 14:07:49.672 | + functions-common:get_or_add_group_project_role:1063 : openstack role add admin --group fda5b28b3f29410e823c0b8fd130ce0c --project c0dd318627fd417ab43311b99d7d5c13 2024-09-12 14:07:49.673 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group fda5b28b3f29410e823c0b8fd130ce0c --project c0dd318627fd417ab43311b99d7d5c13 -f value -c Role 2024-09-12 14:07:49.673 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:07:49.673 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=8d15c6baed104d3cb0737b1719721c7a 2024-09-12 14:07:49.673 | + functions-common:get_or_add_group_project_role:1072 : echo 8d15c6baed104d3cb0737b1719721c7a 2024-09-12 14:07:49.673 | 8d15c6baed104d3cb0737b1719721c7a 2024-09-12 14:07:49.703 | [3547 Async ks-group-admin:34006]: finished get_or_add_group_project_role admin fda5b28b3f29410e823c0b8fd130ce0c c0dd318627fd417ab43311b99d7d5c13 with result 0 in 3 seconds 2024-09-12 14:07:49.706 | + inc/async:async_wait:197 : return 0 2024-09-12 14:07:49.708 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2024-09-12 14:07:49.721 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:07:49.723 | + stack.sh:main:1111 : is_service_enabled nova 2024-09-12 14:07:49.737 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:07:49.739 | + stack.sh:main:1112 : async_runfunc create_nova_accounts 2024-09-12 14:07:49.741 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2024-09-12 14:07:49.788 | + inc/async:async_inner:63 : create_nova_accounts 2024-09-12 14:07:49.817 | [3547 Async create_nova_accounts:35903]: running: create_nova_accounts 2024-09-12 14:07:49.819 | + stack.sh:main:1114 : is_service_enabled glance 2024-09-12 14:07:49.833 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:07:49.834 | + stack.sh:main:1115 : async_runfunc create_glance_accounts 2024-09-12 14:07:49.836 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2024-09-12 14:07:49.883 | + inc/async:async_inner:63 : create_glance_accounts 2024-09-12 14:07:49.914 | [3547 Async create_glance_accounts:36026]: running: create_glance_accounts 2024-09-12 14:07:49.917 | + stack.sh:main:1117 : is_service_enabled cinder 2024-09-12 14:07:49.929 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:07:49.932 | + stack.sh:main:1118 : async_runfunc create_cinder_accounts 2024-09-12 14:07:49.934 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2024-09-12 14:07:49.981 | + inc/async:async_inner:63 : create_cinder_accounts 2024-09-12 14:07:50.011 | [3547 Async create_cinder_accounts:36165]: running: create_cinder_accounts 2024-09-12 14:07:50.013 | + stack.sh:main:1120 : is_service_enabled neutron 2024-09-12 14:07:50.032 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:07:50.034 | + stack.sh:main:1121 : async_runfunc create_neutron_accounts 2024-09-12 14:07:50.036 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2024-09-12 14:07:50.088 | + inc/async:async_inner:63 : create_neutron_accounts 2024-09-12 14:07:50.119 | [3547 Async create_neutron_accounts:36308]: running: create_neutron_accounts 2024-09-12 14:07:50.121 | + stack.sh:main:1123 : is_service_enabled swift 2024-09-12 14:07:50.136 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:07:50.139 | + stack.sh:main:1132 : is_service_enabled horizon 2024-09-12 14:07:50.153 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:07:50.155 | + stack.sh:main:1137 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2024-09-12 14:07:50.192 | [3547 Async create_nova_accounts:35903]: Waiting for completion of create_nova_accounts running on PID 35903 (5 other jobs running) 2024-09-12 14:07:50.209 | [3547 Async create_nova_accounts:35903]: Signaling child to exit 2024-09-12 14:08:03.595 | + inc/async:async_inner:64 : rc=0 2024-09-12 14:08:03.614 | [36308 Async create_neutron_accounts:36308]: finished successfully 2024-09-12 14:08:12.604 | + inc/async:async_inner:64 : rc=0 2024-09-12 14:08:12.623 | [36165 Async create_cinder_accounts:36165]: finished successfully 2024-09-12 14:08:13.461 | + inc/async:async_inner:64 : rc=0 2024-09-12 14:08:13.479 | [35903 Async create_nova_accounts:35903]: finished successfully 2024-09-12 14:08:13.495 | WAKEUP 2024-09-12 14:08:13.511 | [3547 Async create_nova_accounts:35903]: Signaled 2024-09-12 14:08:13.512 | + 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-09-12 14:08:13.512 | + lib/nova:create_nova_accounts:377 : create_service_user nova admin 2024-09-12 14:08:13.512 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2024-09-12 14:08:13.512 | + functions-common:get_or_create_user:922 : local user_id 2024-09-12 14:08:13.512 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-09-12 14:08:13.512 | + functions-common:get_or_create_user:926 : local email= 2024-09-12 14:08:13.512 | ++ 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-09-12 14:08:13.512 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:08:13.512 | + functions-common:get_or_create_user:938 : user_id=e8d6f8363bdb4755903b9f23ee2cd972 2024-09-12 14:08:13.512 | + functions-common:get_or_create_user:939 : echo e8d6f8363bdb4755903b9f23ee2cd972 2024-09-12 14:08:13.512 | e8d6f8363bdb4755903b9f23ee2cd972 2024-09-12 14:08:13.512 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2024-09-12 14:08:13.512 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-09-12 14:08:13.512 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-09-12 14:08:13.512 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-09-12 14:08:13.512 | ++ functions-common:_get_domain_args:970 : local domain 2024-09-12 14:08:13.512 | ++ functions-common:_get_domain_args:971 : domain= 2024-09-12 14:08:13.512 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-09-12 14:08:13.512 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-09-12 14:08:13.512 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-09-12 14:08:13.512 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-09-12 14:08:13.512 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-09-12 14:08:13.512 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-09-12 14:08:13.512 | + 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-09-12 14:08:13.512 | ++ 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-09-12 14:08:13.512 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:08:13.512 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=61f52031df814c29a34a5601c3d077e0 2024-09-12 14:08:13.512 | + functions-common:get_or_add_user_project_role:1003 : echo 61f52031df814c29a34a5601c3d077e0 2024-09-12 14:08:13.512 | 61f52031df814c29a34a5601c3d077e0 2024-09-12 14:08:13.512 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-09-12 14:08:13.512 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2024-09-12 14:08:13.512 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-09-12 14:08:13.512 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-09-12 14:08:13.512 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-09-12 14:08:13.512 | ++ functions-common:_get_domain_args:970 : local domain 2024-09-12 14:08:13.512 | ++ functions-common:_get_domain_args:971 : domain= 2024-09-12 14:08:13.512 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-09-12 14:08:13.512 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-09-12 14:08:13.512 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-09-12 14:08:13.512 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-09-12 14:08:13.512 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-09-12 14:08:13.512 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-09-12 14:08:13.512 | + 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-09-12 14:08:13.512 | ++ 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-09-12 14:08:13.512 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:08:13.512 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=8d15c6baed104d3cb0737b1719721c7a 2024-09-12 14:08:13.512 | + functions-common:get_or_add_user_project_role:1003 : echo 8d15c6baed104d3cb0737b1719721c7a 2024-09-12 14:08:13.512 | 8d15c6baed104d3cb0737b1719721c7a 2024-09-12 14:08:13.512 | + lib/nova:create_nova_accounts:379 : local nova_api_url 2024-09-12 14:08:13.512 | + lib/nova:create_nova_accounts:380 : [[ True == \F\a\l\s\e ]] 2024-09-12 14:08:13.512 | + lib/nova:create_nova_accounts:383 : nova_api_url=http://10.180.1.21/compute 2024-09-12 14:08:13.512 | + lib/nova:create_nova_accounts:386 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2024-09-12 14:08:13.512 | + functions-common:get_or_create_service:1078 : local service_id 2024-09-12 14:08:13.512 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2024-09-12 14:08:13.512 | ++ 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-09-12 14:08:13.512 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:08:13.512 | + functions-common:get_or_create_service:1089 : service_id=' 2024-09-12 14:08:13.512 | ce7ec32967d34056a56fe539c7c0479f' 2024-09-12 14:08:13.512 | + functions-common:get_or_create_service:1090 : echo ce7ec32967d34056a56fe539c7c0479f 2024-09-12 14:08:13.512 | ce7ec32967d34056a56fe539c7c0479f 2024-09-12 14:08:13.512 | + lib/nova:create_nova_accounts:388 : get_or_create_endpoint compute_legacy RegionOne 'http://10.180.1.21/compute/v2/$(project_id)s' 2024-09-12 14:08:13.512 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-09-12 14:08:13.512 | ++ 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-09-12 14:08:13.512 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-09-12 14:08:13.512 | +++ 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-09-12 14:08:13.512 | +++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:08:13.512 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-09-12 14:08:13.512 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-09-12 14:08:13.512 | +++ 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-09-12 14:08:13.512 | +++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:08:13.512 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=84565cb0f0384207b1bd960ef1caa412 2024-09-12 14:08:13.512 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 84565cb0f0384207b1bd960ef1caa412 2024-09-12 14:08:13.512 | + functions-common:get_or_create_endpoint:1123 : public_id=84565cb0f0384207b1bd960ef1caa412 2024-09-12 14:08:13.512 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-09-12 14:08:13.512 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-09-12 14:08:13.512 | + functions-common:get_or_create_endpoint:1132 : echo 84565cb0f0384207b1bd960ef1caa412 2024-09-12 14:08:13.512 | 84565cb0f0384207b1bd960ef1caa412 2024-09-12 14:08:13.512 | + lib/nova:create_nova_accounts:392 : get_or_create_service nova compute 'Nova Compute Service' 2024-09-12 14:08:13.512 | + functions-common:get_or_create_service:1078 : local service_id 2024-09-12 14:08:13.512 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2024-09-12 14:08:13.512 | ++ 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-09-12 14:08:13.512 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:08:13.512 | + functions-common:get_or_create_service:1089 : service_id=' 2024-09-12 14:08:13.512 | 436d5a11c3284a96b2a9d6b66a7ee906' 2024-09-12 14:08:13.512 | + functions-common:get_or_create_service:1090 : echo 436d5a11c3284a96b2a9d6b66a7ee906 2024-09-12 14:08:13.512 | 436d5a11c3284a96b2a9d6b66a7ee906 2024-09-12 14:08:13.512 | + lib/nova:create_nova_accounts:394 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2024-09-12 14:08:13.512 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-09-12 14:08:13.512 | ++ 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-09-12 14:08:13.512 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-09-12 14:08:13.512 | +++ 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-09-12 14:08:13.512 | +++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:08:13.513 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-09-12 14:08:13.513 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-09-12 14:08:13.513 | +++ 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-09-12 14:08:13.513 | +++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:08:13.513 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=3d50224cce724cc996513f8cf8dbf279 2024-09-12 14:08:13.513 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 3d50224cce724cc996513f8cf8dbf279 2024-09-12 14:08:13.513 | + functions-common:get_or_create_endpoint:1123 : public_id=3d50224cce724cc996513f8cf8dbf279 2024-09-12 14:08:13.513 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-09-12 14:08:13.513 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-09-12 14:08:13.513 | + functions-common:get_or_create_endpoint:1132 : echo 3d50224cce724cc996513f8cf8dbf279 2024-09-12 14:08:13.513 | 3d50224cce724cc996513f8cf8dbf279 2024-09-12 14:08:13.513 | + lib/nova:create_nova_accounts:399 : is_service_enabled n-api 2024-09-12 14:08:13.513 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:08:13.513 | + lib/nova:create_nova_accounts:401 : is_service_enabled swift 2024-09-12 14:08:13.513 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:08:13.513 | + lib/nova:create_nova_accounts:409 : is_service_enabled s3api 2024-09-12 14:08:13.513 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:08:13.513 | + lib/nova:create_nova_accounts:420 : is_service_enabled n-api 2024-09-12 14:08:13.513 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:08:13.513 | + lib/nova:create_nova_accounts:421 : [[ False = True ]] 2024-09-12 14:08:13.543 | [3547 Async create_nova_accounts:35903]: finished create_nova_accounts with result 0 in 23 seconds 2024-09-12 14:08:13.568 | [3547 Async create_glance_accounts:36026]: Waiting for completion of create_glance_accounts running on PID 36026 (4 other jobs running) 2024-09-12 14:08:13.585 | [3547 Async create_glance_accounts:36026]: Signaling child to exit 2024-09-12 14:08:14.698 | + inc/async:async_inner:64 : rc=0 2024-09-12 14:08:14.717 | [36026 Async create_glance_accounts:36026]: finished successfully 2024-09-12 14:08:14.734 | WAKEUP 2024-09-12 14:08:14.751 | [3547 Async create_glance_accounts:36026]: Signaled 2024-09-12 14:08:14.752 | + lib/glance:create_glance_accounts:455 : is_service_enabled g-api 2024-09-12 14:08:14.752 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:08:14.752 | + lib/glance:create_glance_accounts:457 : create_service_user glance 2024-09-12 14:08:14.752 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2024-09-12 14:08:14.752 | + functions-common:get_or_create_user:922 : local user_id 2024-09-12 14:08:14.752 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-09-12 14:08:14.752 | + functions-common:get_or_create_user:926 : local email= 2024-09-12 14:08:14.752 | ++ 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-09-12 14:08:14.752 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:08:14.752 | + functions-common:get_or_create_user:938 : user_id=e7b36cede64a44acabb07535e7c03dc1 2024-09-12 14:08:14.752 | + functions-common:get_or_create_user:939 : echo e7b36cede64a44acabb07535e7c03dc1 2024-09-12 14:08:14.752 | e7b36cede64a44acabb07535e7c03dc1 2024-09-12 14:08:14.752 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2024-09-12 14:08:14.752 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-09-12 14:08:14.752 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-09-12 14:08:14.752 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-09-12 14:08:14.752 | ++ functions-common:_get_domain_args:970 : local domain 2024-09-12 14:08:14.752 | ++ functions-common:_get_domain_args:971 : domain= 2024-09-12 14:08:14.752 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-09-12 14:08:14.752 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-09-12 14:08:14.752 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-09-12 14:08:14.752 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-09-12 14:08:14.752 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-09-12 14:08:14.752 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-09-12 14:08:14.752 | + 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-09-12 14:08:14.752 | ++ 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-09-12 14:08:14.752 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:08:14.752 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=61f52031df814c29a34a5601c3d077e0 2024-09-12 14:08:14.752 | + functions-common:get_or_add_user_project_role:1003 : echo 61f52031df814c29a34a5601c3d077e0 2024-09-12 14:08:14.752 | 61f52031df814c29a34a5601c3d077e0 2024-09-12 14:08:14.752 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-09-12 14:08:14.752 | + lib/glance:create_glance_accounts:460 : is_service_enabled s-proxy 2024-09-12 14:08:14.752 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:08:14.752 | + lib/glance:create_glance_accounts:464 : get_or_create_service glance image 'Glance Image Service' 2024-09-12 14:08:14.752 | + functions-common:get_or_create_service:1078 : local service_id 2024-09-12 14:08:14.752 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2024-09-12 14:08:14.752 | ++ 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-09-12 14:08:14.752 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:08:14.752 | + functions-common:get_or_create_service:1089 : service_id=' 2024-09-12 14:08:14.752 | ca52dfd0571a4988975c5907c65dbf33' 2024-09-12 14:08:14.752 | + functions-common:get_or_create_service:1090 : echo ca52dfd0571a4988975c5907c65dbf33 2024-09-12 14:08:14.752 | ca52dfd0571a4988975c5907c65dbf33 2024-09-12 14:08:14.752 | + lib/glance:create_glance_accounts:466 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2024-09-12 14:08:14.752 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-09-12 14:08:14.752 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface image public http://10.180.1.21/image RegionOne 2024-09-12 14:08:14.752 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-09-12 14:08:14.752 | +++ 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-09-12 14:08:14.752 | +++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:08:14.752 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-09-12 14:08:14.752 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-09-12 14:08:14.753 | +++ 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-09-12 14:08:14.753 | +++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:08:14.753 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=f458981fdeec411d9f6cab552200dfc7 2024-09-12 14:08:14.753 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo f458981fdeec411d9f6cab552200dfc7 2024-09-12 14:08:14.753 | + functions-common:get_or_create_endpoint:1123 : public_id=f458981fdeec411d9f6cab552200dfc7 2024-09-12 14:08:14.753 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-09-12 14:08:14.753 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-09-12 14:08:14.753 | + functions-common:get_or_create_endpoint:1132 : echo f458981fdeec411d9f6cab552200dfc7 2024-09-12 14:08:14.753 | f458981fdeec411d9f6cab552200dfc7 2024-09-12 14:08:14.753 | ++ lib/glance:create_glance_accounts:471 : get_or_create_domain Default 2024-09-12 14:08:14.753 | ++ functions-common:get_or_create_domain:895 : local domain_id 2024-09-12 14:08:14.753 | +++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-09-12 14:08:14.753 | +++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:08:14.753 | ++ functions-common:get_or_create_domain:900 : domain_id=default 2024-09-12 14:08:14.753 | ++ functions-common:get_or_create_domain:901 : echo default 2024-09-12 14:08:14.753 | + lib/glance:create_glance_accounts:471 : service_domain_id=default 2024-09-12 14:08:14.753 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2024-09-12 14:08:14.753 | + lib/glance:create_glance_accounts:473 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2024-09-12 14:08:14.753 | + lib/glance:create_glance_accounts:475 : [[ True = True ]] 2024-09-12 14:08:14.753 | + lib/glance:create_glance_accounts:476 : configure_glance_quotas 2024-09-12 14:08:14.753 | + 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-09-12 14:08:14.753 | +---------------+----------------------------------+ 2024-09-12 14:08:14.753 | | Field | Value | 2024-09-12 14:08:14.753 | +---------------+----------------------------------+ 2024-09-12 14:08:14.753 | | default_limit | 1000 | 2024-09-12 14:08:14.753 | | description | None | 2024-09-12 14:08:14.753 | | id | c0168219dcc64266b00406dff3fadba7 | 2024-09-12 14:08:14.753 | | region_id | RegionOne | 2024-09-12 14:08:14.753 | | resource_name | image_size_total | 2024-09-12 14:08:14.753 | | service_id | ca52dfd0571a4988975c5907c65dbf33 | 2024-09-12 14:08:14.753 | +---------------+----------------------------------+ 2024-09-12 14:08:14.753 | + 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-09-12 14:08:14.753 | +---------------+----------------------------------+ 2024-09-12 14:08:14.753 | | Field | Value | 2024-09-12 14:08:14.753 | +---------------+----------------------------------+ 2024-09-12 14:08:14.753 | | default_limit | 1000 | 2024-09-12 14:08:14.753 | | description | None | 2024-09-12 14:08:14.753 | | id | 6a40dffaa31249768f7ffaaac29df2c6 | 2024-09-12 14:08:14.753 | | region_id | RegionOne | 2024-09-12 14:08:14.753 | | resource_name | image_stage_total | 2024-09-12 14:08:14.753 | | service_id | ca52dfd0571a4988975c5907c65dbf33 | 2024-09-12 14:08:14.753 | +---------------+----------------------------------+ 2024-09-12 14:08:14.753 | + 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-09-12 14:08:14.753 | +---------------+----------------------------------+ 2024-09-12 14:08:14.753 | | Field | Value | 2024-09-12 14:08:14.753 | +---------------+----------------------------------+ 2024-09-12 14:08:14.753 | | default_limit | 100 | 2024-09-12 14:08:14.754 | | description | None | 2024-09-12 14:08:14.754 | | id | 40a3e636228b4eb9beeea56c5234c970 | 2024-09-12 14:08:14.754 | | region_id | RegionOne | 2024-09-12 14:08:14.754 | | resource_name | image_count_total | 2024-09-12 14:08:14.754 | | service_id | ca52dfd0571a4988975c5907c65dbf33 | 2024-09-12 14:08:14.754 | +---------------+----------------------------------+ 2024-09-12 14:08:14.754 | + 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-09-12 14:08:14.754 | +---------------+----------------------------------+ 2024-09-12 14:08:14.754 | | Field | Value | 2024-09-12 14:08:14.754 | +---------------+----------------------------------+ 2024-09-12 14:08:14.754 | | default_limit | 100 | 2024-09-12 14:08:14.754 | | description | None | 2024-09-12 14:08:14.754 | | id | b49f7ef91d5f459c81ee1831ebfd1dd9 | 2024-09-12 14:08:14.754 | | region_id | RegionOne | 2024-09-12 14:08:14.754 | | resource_name | image_count_uploading | 2024-09-12 14:08:14.754 | | service_id | ca52dfd0571a4988975c5907c65dbf33 | 2024-09-12 14:08:14.754 | +---------------+----------------------------------+ 2024-09-12 14:08:14.754 | + lib/glance:configure_glance_quotas:304 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2024-09-12 14:08:14.754 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2024-09-12 14:08:14.754 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2024-09-12 14:08:14.754 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2024-09-12 14:08:14.754 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2024-09-12 14:08:14.754 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.180.1.21/identity 2024-09-12 14:08:14.754 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2024-09-12 14:08:14.754 | ++ lib/glance:configure_glance_quotas:313 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2024-09-12 14:08:14.754 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:08:14.754 | + lib/glance:configure_glance_quotas:313 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id f458981fdeec411d9f6cab552200dfc7 2024-09-12 14:08:14.754 | + lib/glance:configure_glance_quotas:317 : openstack --os-cloud devstack-system-admin role add --user glance --user-domain Default --system all reader 2024-09-12 14:08:14.783 | [3547 Async create_glance_accounts:36026]: finished create_glance_accounts with result 0 in 24 seconds 2024-09-12 14:08:14.809 | [3547 Async create_cinder_accounts:36165]: Waiting for completion of create_cinder_accounts running on PID 36165 (3 other jobs running) 2024-09-12 14:08:14.826 | [3547 Async create_cinder_accounts:36165]: Signaling child to exit 2024-09-12 14:08:14.826 | WAKEUP 2024-09-12 14:08:14.842 | [3547 Async create_cinder_accounts:36165]: Signaled 2024-09-12 14:08:14.843 | + 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-09-12 14:08:14.843 | + lib/cinder:create_cinder_accounts:433 : local extra_role= 2024-09-12 14:08:14.843 | + lib/cinder:create_cinder_accounts:436 : is_service_enabled barbican 2024-09-12 14:08:14.843 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:08:14.843 | + lib/cinder:create_cinder_accounts:440 : create_service_user cinder 2024-09-12 14:08:14.843 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2024-09-12 14:08:14.843 | + functions-common:get_or_create_user:922 : local user_id 2024-09-12 14:08:14.843 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-09-12 14:08:14.843 | + functions-common:get_or_create_user:926 : local email= 2024-09-12 14:08:14.843 | ++ 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-09-12 14:08:14.843 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:08:14.843 | + functions-common:get_or_create_user:938 : user_id=8819feecb521476eab5bbd89ebb07acd 2024-09-12 14:08:14.843 | + functions-common:get_or_create_user:939 : echo 8819feecb521476eab5bbd89ebb07acd 2024-09-12 14:08:14.843 | 8819feecb521476eab5bbd89ebb07acd 2024-09-12 14:08:14.843 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2024-09-12 14:08:14.843 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-09-12 14:08:14.843 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-09-12 14:08:14.843 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-09-12 14:08:14.843 | ++ functions-common:_get_domain_args:970 : local domain 2024-09-12 14:08:14.843 | ++ functions-common:_get_domain_args:971 : domain= 2024-09-12 14:08:14.843 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-09-12 14:08:14.843 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-09-12 14:08:14.843 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-09-12 14:08:14.843 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-09-12 14:08:14.843 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-09-12 14:08:14.843 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-09-12 14:08:14.843 | + 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-09-12 14:08:14.843 | ++ 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-09-12 14:08:14.843 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:08:14.843 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=61f52031df814c29a34a5601c3d077e0 2024-09-12 14:08:14.843 | + functions-common:get_or_add_user_project_role:1003 : echo 61f52031df814c29a34a5601c3d077e0 2024-09-12 14:08:14.843 | 61f52031df814c29a34a5601c3d077e0 2024-09-12 14:08:14.843 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-09-12 14:08:14.843 | + lib/cinder:create_cinder_accounts:443 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2024-09-12 14:08:14.843 | + functions-common:get_or_create_service:1078 : local service_id 2024-09-12 14:08:14.843 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2024-09-12 14:08:14.843 | ++ 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-09-12 14:08:14.843 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:08:14.843 | + functions-common:get_or_create_service:1089 : service_id=' 2024-09-12 14:08:14.843 | 750b80c2195243f2a40dd4c8eb70ab67' 2024-09-12 14:08:14.843 | + functions-common:get_or_create_service:1090 : echo 750b80c2195243f2a40dd4c8eb70ab67 2024-09-12 14:08:14.843 | 750b80c2195243f2a40dd4c8eb70ab67 2024-09-12 14:08:14.843 | + lib/cinder:create_cinder_accounts:444 : '[' True == False ']' 2024-09-12 14:08:14.843 | + lib/cinder:create_cinder_accounts:457 : get_or_create_endpoint block-storage RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-09-12 14:08:14.843 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-09-12 14:08:14.843 | ++ 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-09-12 14:08:14.843 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-09-12 14:08:14.843 | +++ 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-09-12 14:08:14.843 | +++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:08:14.843 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-09-12 14:08:14.843 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-09-12 14:08:14.843 | +++ 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-09-12 14:08:14.843 | +++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:08:14.844 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=4effd38e7a884568ade50766b3d3462e 2024-09-12 14:08:14.844 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 4effd38e7a884568ade50766b3d3462e 2024-09-12 14:08:14.844 | + functions-common:get_or_create_endpoint:1123 : public_id=4effd38e7a884568ade50766b3d3462e 2024-09-12 14:08:14.844 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-09-12 14:08:14.844 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-09-12 14:08:14.844 | + functions-common:get_or_create_endpoint:1132 : echo 4effd38e7a884568ade50766b3d3462e 2024-09-12 14:08:14.844 | 4effd38e7a884568ade50766b3d3462e 2024-09-12 14:08:14.844 | + lib/cinder:create_cinder_accounts:461 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2024-09-12 14:08:14.844 | + functions-common:get_or_create_service:1078 : local service_id 2024-09-12 14:08:14.844 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2024-09-12 14:08:14.844 | ++ 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-09-12 14:08:14.844 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:08:14.844 | + functions-common:get_or_create_service:1089 : service_id=' 2024-09-12 14:08:14.844 | 74922dbc0bf9483585bb32436ae1677e' 2024-09-12 14:08:14.844 | + functions-common:get_or_create_service:1090 : echo 74922dbc0bf9483585bb32436ae1677e 2024-09-12 14:08:14.844 | 74922dbc0bf9483585bb32436ae1677e 2024-09-12 14:08:14.844 | + lib/cinder:create_cinder_accounts:463 : get_or_create_endpoint volumev3 RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-09-12 14:08:14.844 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-09-12 14:08:14.844 | ++ 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-09-12 14:08:14.844 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-09-12 14:08:14.844 | +++ 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-09-12 14:08:14.844 | +++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:08:14.844 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-09-12 14:08:14.844 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-09-12 14:08:14.844 | +++ 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-09-12 14:08:14.844 | +++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:08:14.844 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=7fab33b9c5684995903a8a5b8ef19f29 2024-09-12 14:08:14.844 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 7fab33b9c5684995903a8a5b8ef19f29 2024-09-12 14:08:14.844 | + functions-common:get_or_create_endpoint:1123 : public_id=7fab33b9c5684995903a8a5b8ef19f29 2024-09-12 14:08:14.844 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-09-12 14:08:14.844 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-09-12 14:08:14.844 | + functions-common:get_or_create_endpoint:1132 : echo 7fab33b9c5684995903a8a5b8ef19f29 2024-09-12 14:08:14.844 | 7fab33b9c5684995903a8a5b8ef19f29 2024-09-12 14:08:14.844 | + lib/cinder:create_cinder_accounts:468 : configure_cinder_internal_tenant 2024-09-12 14:08:14.844 | ++ lib/cinder:configure_cinder_internal_tenant:704 : get_or_create_project service 2024-09-12 14:08:14.844 | ++ functions-common:get_or_create_project:945 : local project_id 2024-09-12 14:08:14.844 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2024-09-12 14:08:14.845 | +++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:08:14.845 | ++ functions-common:get_or_create_project:951 : project_id=e19e6fe653c84e53a9f1e439c063d0e2 2024-09-12 14:08:14.845 | ++ functions-common:get_or_create_project:952 : echo e19e6fe653c84e53a9f1e439c063d0e2 2024-09-12 14:08:14.845 | + lib/cinder:configure_cinder_internal_tenant:704 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id e19e6fe653c84e53a9f1e439c063d0e2 2024-09-12 14:08:14.845 | ++ lib/cinder:configure_cinder_internal_tenant:705 : get_or_create_user cinder 2024-09-12 14:08:14.845 | ++ functions-common:get_or_create_user:922 : local user_id 2024-09-12 14:08:14.845 | ++ functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-09-12 14:08:14.845 | ++ functions-common:get_or_create_user:926 : local email= 2024-09-12 14:08:14.845 | +++ 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-09-12 14:08:14.845 | No password was supplied, authentication will fail when a user does not have a password. 2024-09-12 14:08:14.845 | +++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:08:14.845 | ++ functions-common:get_or_create_user:938 : user_id=8819feecb521476eab5bbd89ebb07acd 2024-09-12 14:08:14.845 | ++ functions-common:get_or_create_user:939 : echo 8819feecb521476eab5bbd89ebb07acd 2024-09-12 14:08:14.845 | + lib/cinder:configure_cinder_internal_tenant:705 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 8819feecb521476eab5bbd89ebb07acd 2024-09-12 14:08:14.874 | [3547 Async create_cinder_accounts:36165]: finished create_cinder_accounts with result 0 in 22 seconds 2024-09-12 14:08:14.877 | + inc/async:async_wait:197 : return 0 2024-09-12 14:08:14.879 | + stack.sh:main:1138 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2024-09-12 14:08:14.915 | [3547 Async create_neutron_accounts:36308]: Waiting for completion of create_neutron_accounts running on PID 36308 (2 other jobs running) 2024-09-12 14:08:14.932 | [3547 Async create_neutron_accounts:36308]: Signaling child to exit 2024-09-12 14:08:14.933 | WAKEUP 2024-09-12 14:08:14.949 | [3547 Async create_neutron_accounts:36308]: Signaled 2024-09-12 14:08:14.949 | + lib/neutron:create_neutron_accounts:478 : local neutron_url 2024-09-12 14:08:14.949 | + lib/neutron:create_neutron_accounts:479 : '[' False == True ']' 2024-09-12 14:08:14.949 | + lib/neutron:create_neutron_accounts:482 : neutron_url=http://10.180.1.21:9696/ 2024-09-12 14:08:14.949 | + lib/neutron:create_neutron_accounts:484 : '[' '!' -z networking ']' 2024-09-12 14:08:14.949 | + lib/neutron:create_neutron_accounts:485 : neutron_url=http://10.180.1.21:9696/networking 2024-09-12 14:08:14.949 | + lib/neutron:create_neutron_accounts:488 : is_service_enabled q-svc neutron-api 2024-09-12 14:08:14.950 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:08:14.950 | + lib/neutron:create_neutron_accounts:490 : create_service_user neutron 2024-09-12 14:08:14.950 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2024-09-12 14:08:14.950 | + functions-common:get_or_create_user:922 : local user_id 2024-09-12 14:08:14.950 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-09-12 14:08:14.950 | + functions-common:get_or_create_user:926 : local email= 2024-09-12 14:08:14.950 | ++ 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-09-12 14:08:14.950 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:08:14.950 | + functions-common:get_or_create_user:938 : user_id=94689e0b67c44f75949e9290feb23e7d 2024-09-12 14:08:14.950 | + functions-common:get_or_create_user:939 : echo 94689e0b67c44f75949e9290feb23e7d 2024-09-12 14:08:14.950 | 94689e0b67c44f75949e9290feb23e7d 2024-09-12 14:08:14.950 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2024-09-12 14:08:14.950 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-09-12 14:08:14.950 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-09-12 14:08:14.950 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-09-12 14:08:14.950 | ++ functions-common:_get_domain_args:970 : local domain 2024-09-12 14:08:14.950 | ++ functions-common:_get_domain_args:971 : domain= 2024-09-12 14:08:14.950 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-09-12 14:08:14.950 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-09-12 14:08:14.950 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-09-12 14:08:14.950 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-09-12 14:08:14.950 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-09-12 14:08:14.950 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-09-12 14:08:14.950 | + 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-09-12 14:08:14.950 | ++ 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-09-12 14:08:14.950 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:08:14.950 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=61f52031df814c29a34a5601c3d077e0 2024-09-12 14:08:14.950 | + functions-common:get_or_add_user_project_role:1003 : echo 61f52031df814c29a34a5601c3d077e0 2024-09-12 14:08:14.950 | 61f52031df814c29a34a5601c3d077e0 2024-09-12 14:08:14.950 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-09-12 14:08:14.950 | + lib/neutron:create_neutron_accounts:492 : get_or_create_service neutron network 'Neutron Service' 2024-09-12 14:08:14.950 | + functions-common:get_or_create_service:1078 : local service_id 2024-09-12 14:08:14.950 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2024-09-12 14:08:14.950 | ++ 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-09-12 14:08:14.950 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:08:14.950 | + functions-common:get_or_create_service:1089 : service_id=' 2024-09-12 14:08:14.950 | d01644dca1134e1986205e1466d15cc2' 2024-09-12 14:08:14.950 | + functions-common:get_or_create_service:1090 : echo d01644dca1134e1986205e1466d15cc2 2024-09-12 14:08:14.950 | d01644dca1134e1986205e1466d15cc2 2024-09-12 14:08:14.950 | + lib/neutron:create_neutron_accounts:494 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2024-09-12 14:08:14.950 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-09-12 14:08:14.950 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface network public http://10.180.1.21:9696/networking RegionOne 2024-09-12 14:08:14.950 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-09-12 14:08:14.950 | +++ 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-09-12 14:08:14.950 | +++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:08:14.950 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-09-12 14:08:14.950 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-09-12 14:08:14.950 | +++ 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-09-12 14:08:14.950 | +++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:08:14.950 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=ef012d3a589841e487f22fbfd76b28e9 2024-09-12 14:08:14.950 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo ef012d3a589841e487f22fbfd76b28e9 2024-09-12 14:08:14.950 | + functions-common:get_or_create_endpoint:1123 : public_id=ef012d3a589841e487f22fbfd76b28e9 2024-09-12 14:08:14.950 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-09-12 14:08:14.950 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-09-12 14:08:14.950 | + functions-common:get_or_create_endpoint:1132 : echo ef012d3a589841e487f22fbfd76b28e9 2024-09-12 14:08:14.950 | ef012d3a589841e487f22fbfd76b28e9 2024-09-12 14:08:14.980 | [3547 Async create_neutron_accounts:36308]: finished create_neutron_accounts with result 0 in 13 seconds 2024-09-12 14:08:14.985 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2024-09-12 14:08:14.989 | Not waiting for async task configure_horizon that we never started or has already been waited for 2024-09-12 14:08:14.991 | + inc/async:async_wait:197 : return 0 2024-09-12 14:08:14.993 | + stack.sh:main:1144 : is_service_enabled mysql postgresql 2024-09-12 14:08:15.007 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:08:15.009 | + stack.sh:main:1144 : is_service_enabled glance 2024-09-12 14:08:15.023 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:08:15.025 | + stack.sh:main:1145 : echo_summary 'Configuring Glance' 2024-09-12 14:08:15.027 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-09-12 14:08:15.029 | + stack.sh:echo_summary:455 : echo -e Configuring Glance 2024-09-12 14:08:15.031 | + stack.sh:main:1146 : async_runfunc init_glance 2024-09-12 14:08:15.033 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2024-09-12 14:08:15.081 | + inc/async:async_inner:63 : init_glance 2024-09-12 14:08:15.111 | [3547 Async init_glance:38592]: running: init_glance 2024-09-12 14:08:15.113 | + stack.sh:main:1153 : is_service_enabled neutron 2024-09-12 14:08:15.128 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:08:15.130 | + stack.sh:main:1154 : echo_summary 'Configuring Neutron' 2024-09-12 14:08:15.132 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-09-12 14:08:15.135 | + stack.sh:echo_summary:455 : echo -e Configuring Neutron 2024-09-12 14:08:15.137 | + stack.sh:main:1156 : configure_neutron 2024-09-12 14:08:15.139 | + lib/neutron:configure_neutron:374 : _configure_neutron_common 2024-09-12 14:08:15.141 | + lib/neutron:_configure_neutron_common:841 : _create_neutron_conf_dir 2024-09-12 14:08:15.142 | + lib/neutron:_create_neutron_conf_dir:834 : sudo install -d -o stack /etc/neutron 2024-09-12 14:08:15.152 | + lib/neutron:_configure_neutron_common:844 : cd /opt/stack//neutron 2024-09-12 14:08:15.154 | + lib/neutron:_configure_neutron_common:844 : exec ./tools/generate_config_file_samples.sh 2024-09-12 14:08:19.346 | + inc/async:async_inner:64 : rc=0 2024-09-12 14:08:19.364 | [38592 Async init_glance:38592]: finished successfully 2024-09-12 14:08:34.804 | + lib/neutron:_configure_neutron_common:846 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2024-09-12 14:08:34.808 | + lib/neutron:_configure_neutron_common:848 : Q_POLICY_FILE=/etc/neutron/policy.json 2024-09-12 14:08:34.810 | + lib/neutron:_configure_neutron_common:852 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2024-09-12 14:08:34.812 | + lib/neutron:_configure_neutron_common:856 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2024-09-12 14:08:34.813 | + lib/neutron:_configure_neutron_common:861 : neutron_plugin_configure_common 2024-09-12 14:08:34.815 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2024-09-12 14:08:34.817 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2024-09-12 14:08:34.819 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2024-09-12 14:08:34.821 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2024-09-12 14:08:34.822 | + lib/neutron:neutron_service_plugin_class_add:1019 : local service_plugin_class=router 2024-09-12 14:08:34.824 | + lib/neutron:neutron_service_plugin_class_add:1020 : [[ '' == '' ]] 2024-09-12 14:08:34.826 | + lib/neutron:neutron_service_plugin_class_add:1021 : Q_SERVICE_PLUGIN_CLASSES=router 2024-09-12 14:08:34.828 | + lib/neutron:_configure_neutron_common:863 : [[ etc/neutron/plugins/ml2 == '' ]] 2024-09-12 14:08:34.830 | + lib/neutron:_configure_neutron_common:863 : [[ ml2_conf.ini == '' ]] 2024-09-12 14:08:34.832 | + lib/neutron:_configure_neutron_common:863 : [[ ml2 == '' ]] 2024-09-12 14:08:34.834 | + lib/neutron:_configure_neutron_common:868 : mkdir -p /etc/neutron/plugins/ml2 2024-09-12 14:08:34.837 | + lib/neutron:_configure_neutron_common:869 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2024-09-12 14:08:34.839 | + lib/neutron:_configure_neutron_common:872 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2024-09-12 14:08:34.841 | + lib/neutron:_configure_neutron_common:875 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2024-09-12 14:08:34.843 | + 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-09-12 14:08:34.847 | ++ lib/neutron:_configure_neutron_common:881 : database_connection_url neutron 2024-09-12 14:08:34.849 | ++ lib/database:database_connection_url:134 : local db=neutron 2024-09-12 14:08:34.851 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2024-09-12 14:08:34.853 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=neutron 2024-09-12 14:08:34.854 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-09-12 14:08:34.856 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-09-12 14:08:34.858 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8' 2024-09-12 14:08:34.860 | + 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-09-12 14:08:34.884 | + lib/neutron:_configure_neutron_common:882 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2024-09-12 14:08:34.908 | + lib/neutron:_configure_neutron_common:883 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2024-09-12 14:08:34.932 | + lib/neutron:_configure_neutron_common:884 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2024-09-12 14:08:34.956 | + lib/neutron:_configure_neutron_common:885 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2024-09-12 14:08:34.979 | + lib/neutron:_configure_neutron_common:888 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2024-09-12 14:08:35.003 | + lib/neutron:_configure_neutron_common:890 : '[' vsphere = fake ']' 2024-09-12 14:08:35.005 | + lib/neutron:_configure_neutron_common:900 : setup_logging /etc/neutron/neutron.conf 2024-09-12 14:08:35.007 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2024-09-12 14:08:35.009 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2024-09-12 14:08:35.011 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-09-12 14:08:35.025 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-09-12 14:08:35.027 | + functions:setup_systemd_logging:706 : local pidstr= 2024-09-12 14:08:35.028 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-09-12 14:08:35.030 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-09-12 14:08:35.032 | + 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-09-12 14:08:35.055 | + 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-09-12 14:08:35.079 | + 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-09-12 14:08:35.102 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-09-12 14:08:35.128 | + lib/neutron:_configure_neutron_common:902 : is_service_enabled tls-proxy 2024-09-12 14:08:35.141 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:08:35.143 | + lib/neutron:_configure_neutron_common:908 : _neutron_setup_rootwrap 2024-09-12 14:08:35.145 | + lib/neutron:_neutron_setup_rootwrap:1054 : [[ True == \F\a\l\s\e ]] 2024-09-12 14:08:35.147 | + lib/neutron:_neutron_setup_rootwrap:1058 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2024-09-12 14:08:35.149 | + lib/neutron:_neutron_setup_rootwrap:1059 : [[ -d /etc/neutron/rootwrap.d ]] 2024-09-12 14:08:35.151 | + lib/neutron:_neutron_setup_rootwrap:1063 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2024-09-12 14:08:35.153 | + lib/neutron:neutron_deploy_rootwrap_filters:1044 : [[ True == \F\a\l\s\e ]] 2024-09-12 14:08:35.155 | + lib/neutron:neutron_deploy_rootwrap_filters:1047 : local srcdir=/opt/stack//neutron 2024-09-12 14:08:35.157 | + lib/neutron:neutron_deploy_rootwrap_filters:1048 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2024-09-12 14:08:35.167 | + 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-09-12 14:08:35.176 | + lib/neutron:_neutron_setup_rootwrap:1067 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2024-09-12 14:08:35.178 | + 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-09-12 14:08:35.187 | + lib/neutron:_neutron_setup_rootwrap:1072 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2024-09-12 14:08:35.197 | + lib/neutron:_neutron_setup_rootwrap:1073 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2024-09-12 14:08:35.207 | + lib/neutron:_neutron_setup_rootwrap:1076 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-09-12 14:08:35.209 | + lib/neutron:_neutron_setup_rootwrap:1077 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-09-12 14:08:35.211 | ++ lib/neutron:_neutron_setup_rootwrap:1080 : mktemp 2024-09-12 14:08:35.215 | + lib/neutron:_neutron_setup_rootwrap:1080 : TEMPFILE=/tmp/tmp.Up2XFdEUoj 2024-09-12 14:08:35.216 | + lib/neutron:_neutron_setup_rootwrap:1081 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-09-12 14:08:35.219 | + lib/neutron:_neutron_setup_rootwrap:1082 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-09-12 14:08:35.221 | + lib/neutron:_neutron_setup_rootwrap:1083 : chmod 0440 /tmp/tmp.Up2XFdEUoj 2024-09-12 14:08:35.224 | + lib/neutron:_neutron_setup_rootwrap:1084 : sudo chown root:root /tmp/tmp.Up2XFdEUoj 2024-09-12 14:08:35.233 | + lib/neutron:_neutron_setup_rootwrap:1085 : sudo mv /tmp/tmp.Up2XFdEUoj /etc/sudoers.d/neutron-rootwrap 2024-09-12 14:08:35.242 | + lib/neutron:_neutron_setup_rootwrap:1088 : configure_root_helper_options /etc/neutron/neutron.conf 2024-09-12 14:08:35.244 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/neutron.conf 2024-09-12 14:08:35.246 | + 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-09-12 14:08:35.270 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-09-12 14:08:35.272 | + 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-09-12 14:08:35.295 | + lib/neutron:configure_neutron:375 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2024-09-12 14:08:35.297 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2024-09-12 14:08:35.299 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2024-09-12 14:08:35.301 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-09-12 14:08:35.303 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-09-12 14:08:35.305 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-09-12 14:08:35.319 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:08:35.321 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-09-12 14:08:35.323 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-09-12 14:08:35.325 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-09-12 14:08:35.339 | ++ functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:08:35.341 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-09-12 14:08:35.344 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-09-12 14:08:35.371 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-09-12 14:08:35.373 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-09-12 14:08:35.375 | + lib/neutron:configure_neutron:377 : is_service_enabled q-metering neutron-metering 2024-09-12 14:08:35.389 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:08:35.391 | + lib/neutron:configure_neutron:380 : is_service_enabled q-agt neutron-agent 2024-09-12 14:08:35.404 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:08:35.406 | + lib/neutron:configure_neutron:381 : _configure_neutron_plugin_agent 2024-09-12 14:08:35.408 | + lib/neutron:_configure_neutron_plugin_agent:966 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2024-09-12 14:08:35.410 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-09-12 14:08:35.412 | + 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-09-12 14:08:35.438 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-09-12 14:08:35.440 | + 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-09-12 14:08:35.466 | + lib/neutron:_configure_neutron_plugin_agent:967 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-09-12 14:08:35.490 | + lib/neutron:_configure_neutron_plugin_agent:970 : neutron_plugin_configure_plugin_agent 2024-09-12 14:08:35.492 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2024-09-12 14:08:35.494 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2024-09-12 14:08:35.496 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-09-12 14:08:36.841 | INFO neutron.common.config [-] Logging enabled! 2024-09-12 14:08:36.841 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev23 2024-09-12 14:08:36.842 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=39484) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-09-12 14:08:36.842 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2024-09-12 14:08:36.843 | 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/tmpsso800ud/privsep.sock'] 2024-09-12 14:08:37.612 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2024-09-12 14:08:37.612 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmpsso800ud/privsep.sock {{(pid=39484) __init__ /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:362}} 2024-09-12 14:08:37.613 | INFO oslo.privsep.daemon [-] privsep daemon starting 2024-09-12 14:08:37.613 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2024-09-12 14:08:37.613 | 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-09-12 14:08:37.613 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 39494 2024-09-12 14:08:37.614 | DEBUG oslo.privsep.daemon [-] privsep: reply[ffd25f9a-3378-48cd-8fe6-d6e7cbc80816]: (2,) {{(pid=39494) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-09-12 14:08:37.708 | 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=39494) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:384}} 2024-09-12 14:08:37.718 | 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=39494) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:422}} 2024-09-12 14:08:37.718 | DEBUG oslo.privsep.daemon [-] privsep: reply[a689716d-088b-4ac1-a19e-43a621a55e3c]: (4, ('dfead68b-2e56-44cd-b327-03dcaae5b967\n', '')) {{(pid=39494) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-09-12 14:08:37.802 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=39484) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-09-12 14:08:37.802 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=39484) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-09-12 14:08:37.802 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=39484) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-09-12 14:08:37.802 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=39484) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-09-12 14:08:37.803 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=39484) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-09-12 14:08:37.803 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=39484) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-09-12 14:08:37.837 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-09-12 14:08:37.838 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=39484) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-09-12 14:08:37.838 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=39484) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-09-12 14:08:37.838 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-09-12 14:08:38.174 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2024-09-12 14:08:38.176 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2024-09-12 14:08:38.179 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2024-09-12 14:08:38.181 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-09-12 14:08:38.183 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2024-09-12 14:08:38.197 | + 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-09-12 14:08:38.211 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2024-09-12 14:08:38.213 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:101 : [[ True == \T\r\u\e ]] 2024-09-12 14:08:38.216 | + 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-09-12 14:08:38.244 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:103 : running_in_container 2024-09-12 14:08:38.247 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2024-09-12 14:08:38.253 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2024-09-12 14:08:38.256 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:104 : enable_kernel_bridge_firewall 2024-09-12 14:08:38.258 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2024-09-12 14:08:38.294 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2024-09-12 14:08:38.309 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-09-12 14:08:38.311 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2024-09-12 14:08:38.318 | net.bridge.bridge-nf-call-iptables = 1 2024-09-12 14:08:38.321 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-09-12 14:08:38.324 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2024-09-12 14:08:38.330 | net.bridge.bridge-nf-call-ip6tables = 1 2024-09-12 14:08:38.333 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2024-09-12 14:08:38.335 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2024-09-12 14:08:38.337 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2024-09-12 14:08:38.339 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2024-09-12 14:08:38.341 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2024-09-12 14:08:38.343 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2024-09-12 14:08:38.345 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-09-12 14:08:38.347 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2024-09-12 14:08:38.349 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-09-12 14:08:38.351 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-09-12 14:08:38.365 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2024-09-12 14:08:38.367 | + 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-09-12 14:08:38.396 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2024-09-12 14:08:38.398 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2024-09-12 14:08:38.424 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2024-09-12 14:08:38.450 | + lib/neutron:configure_neutron:383 : is_service_enabled q-dhcp neutron-dhcp 2024-09-12 14:08:38.465 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:08:38.467 | + lib/neutron:configure_neutron:384 : _configure_neutron_dhcp_agent 2024-09-12 14:08:38.470 | + lib/neutron:_configure_neutron_dhcp_agent:913 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2024-09-12 14:08:38.474 | + lib/neutron:_configure_neutron_dhcp_agent:915 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2024-09-12 14:08:38.501 | + lib/neutron:_configure_neutron_dhcp_agent:917 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2024-09-12 14:08:38.528 | + lib/neutron:_configure_neutron_dhcp_agent:918 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2024-09-12 14:08:38.530 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/dhcp_agent.ini 2024-09-12 14:08:38.532 | + 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-09-12 14:08:38.558 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-09-12 14:08:38.560 | + 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-09-12 14:08:38.589 | + lib/neutron:_configure_neutron_dhcp_agent:920 : is_service_enabled q-l3 neutron-l3 2024-09-12 14:08:38.603 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:08:38.605 | + lib/neutron:_configure_neutron_dhcp_agent:931 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-09-12 14:08:38.607 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2024-09-12 14:08:38.633 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-09-12 14:08:38.635 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-09-12 14:08:38.637 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-09-12 14:08:38.664 | + lib/neutron:_configure_neutron_dhcp_agent:933 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2024-09-12 14:08:38.666 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-09-12 14:08:38.668 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2024-09-12 14:08:38.670 | + lib/neutron:configure_neutron:386 : is_service_enabled q-l3 neutron-l3 2024-09-12 14:08:38.684 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:08:38.686 | + lib/neutron:configure_neutron:387 : _configure_neutron_l3_agent 2024-09-12 14:08:38.688 | + 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-09-12 14:08:38.692 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2024-09-12 14:08:38.717 | + 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-09-12 14:08:38.745 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2024-09-12 14:08:38.747 | + 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-09-12 14:08:38.773 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2024-09-12 14:08:38.776 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2024-09-12 14:08:38.801 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2024-09-12 14:08:38.803 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2024-09-12 14:08:38.805 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2024-09-12 14:08:38.830 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2024-09-12 14:08:38.833 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2024-09-12 14:08:38.835 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2024-09-12 14:08:38.837 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:112 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-09-12 14:08:40.147 | INFO neutron.common.config [-] Logging enabled! 2024-09-12 14:08:40.147 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev23 2024-09-12 14:08:40.147 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=40039) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-09-12 14:08:40.172 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=40039) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-09-12 14:08:40.172 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=40039) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-09-12 14:08:40.172 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=40039) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-09-12 14:08:40.172 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=40039) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-09-12 14:08:40.172 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=40039) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-09-12 14:08:40.172 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=40039) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-09-12 14:08:40.206 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-09-12 14:08:40.207 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=40039) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-09-12 14:08:40.207 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=40039) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-09-12 14:08:40.207 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-09-12 14:08:40.479 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:113 : [[ False = \T\r\u\e ]] 2024-09-12 14:08:40.481 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:121 : _neutron_ovs_base_add_public_bridge 2024-09-12 14:08:40.484 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:127 : _neutron_ovs_base_add_bridge br-ex 2024-09-12 14:08:40.486 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-09-12 14:08:40.488 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2024-09-12 14:08:40.490 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-09-12 14:08:40.492 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-09-12 14:08:40.505 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:128 : set_mtu br-ex 8950 2024-09-12 14:08:40.507 | + functions:set_mtu:796 : local dev=br-ex 2024-09-12 14:08:40.509 | + functions:set_mtu:797 : local mtu=8950 2024-09-12 14:08:40.511 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2024-09-12 14:08:40.521 | + 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-09-12 14:08:40.534 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 : _configure_public_network_connectivity 2024-09-12 14:08:40.536 | + lib/neutron:_configure_public_network_connectivity:770 : [[ -n ens224 ]] 2024-09-12 14:08:40.538 | + lib/neutron:_configure_public_network_connectivity:771 : _move_neutron_addresses_route ens224 br-ex True False inet 2024-09-12 14:08:40.540 | + lib/neutron:_move_neutron_addresses_route:711 : local from_intf=ens224 2024-09-12 14:08:40.542 | + lib/neutron:_move_neutron_addresses_route:712 : local to_intf=br-ex 2024-09-12 14:08:40.544 | + lib/neutron:_move_neutron_addresses_route:713 : local add_ovs_port=True 2024-09-12 14:08:40.546 | + lib/neutron:_move_neutron_addresses_route:714 : local del_ovs_port=False 2024-09-12 14:08:40.548 | + lib/neutron:_move_neutron_addresses_route:715 : local af=inet 2024-09-12 14:08:40.551 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n ens224 ]] 2024-09-12 14:08:40.553 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n br-ex ]] 2024-09-12 14:08:40.555 | + lib/neutron:_move_neutron_addresses_route:723 : local IP_REPLACE= 2024-09-12 14:08:40.557 | + lib/neutron:_move_neutron_addresses_route:724 : local IP_DEL= 2024-09-12 14:08:40.559 | + lib/neutron:_move_neutron_addresses_route:725 : local IP_UP= 2024-09-12 14:08:40.561 | + lib/neutron:_move_neutron_addresses_route:726 : local DEFAULT_ROUTE_GW 2024-09-12 14:08:40.564 | ++ lib/neutron:_move_neutron_addresses_route:727 : ip -f inet r 2024-09-12 14:08:40.565 | ++ lib/neutron:_move_neutron_addresses_route:727 : awk '/default.+ens224\s/ { print $3; exit }' 2024-09-12 14:08:40.569 | + lib/neutron:_move_neutron_addresses_route:727 : DEFAULT_ROUTE_GW= 2024-09-12 14:08:40.571 | + lib/neutron:_move_neutron_addresses_route:728 : local ADD_OVS_PORT= 2024-09-12 14:08:40.573 | + lib/neutron:_move_neutron_addresses_route:729 : local DEL_OVS_PORT= 2024-09-12 14:08:40.575 | + lib/neutron:_move_neutron_addresses_route:730 : local ARP_CMD= 2024-09-12 14:08:40.578 | ++ lib/neutron:_move_neutron_addresses_route:732 : awk '{ print $2, $3, $4; exit }' 2024-09-12 14:08:40.578 | ++ lib/neutron:_move_neutron_addresses_route:732 : ip -f inet a s dev ens224 scope global primary 2024-09-12 14:08:40.579 | ++ lib/neutron:_move_neutron_addresses_route:732 : grep inet 2024-09-12 14:08:40.584 | + lib/neutron:_move_neutron_addresses_route:732 : IP_BRD= 2024-09-12 14:08:40.586 | + lib/neutron:_move_neutron_addresses_route:734 : '[' '' '!=' '' ']' 2024-09-12 14:08:40.588 | + lib/neutron:_move_neutron_addresses_route:738 : [[ True == \T\r\u\e ]] 2024-09-12 14:08:40.590 | + lib/neutron:_move_neutron_addresses_route:739 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2024-09-12 14:08:40.592 | + lib/neutron:_move_neutron_addresses_route:742 : [[ False == \T\r\u\e ]] 2024-09-12 14:08:40.594 | + lib/neutron:_move_neutron_addresses_route:746 : [[ '' != '' ]] 2024-09-12 14:08:40.596 | + lib/neutron:_move_neutron_addresses_route:758 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2024-09-12 14:08:40.609 | ++ lib/neutron:_configure_public_network_connectivity:773 : ip -f inet6 a s dev ens224 2024-09-12 14:08:40.609 | ++ lib/neutron:_configure_public_network_connectivity:773 : grep -c global 2024-09-12 14:08:40.614 | + lib/neutron:_configure_public_network_connectivity:773 : [[ 0 != 0 ]] 2024-09-12 14:08:40.616 | + lib/neutron:configure_neutron:389 : is_service_enabled q-meta neutron-metadata-agent 2024-09-12 14:08:40.630 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:08:40.632 | + lib/neutron:configure_neutron:390 : _configure_neutron_metadata_agent 2024-09-12 14:08:40.634 | + lib/neutron:_configure_neutron_metadata_agent:938 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2024-09-12 14:08:40.637 | + lib/neutron:_configure_neutron_metadata_agent:940 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2024-09-12 14:08:40.662 | + lib/neutron:_configure_neutron_metadata_agent:941 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2024-09-12 14:08:40.686 | + lib/neutron:_configure_neutron_metadata_agent:942 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2024-09-12 14:08:40.710 | + lib/neutron:_configure_neutron_metadata_agent:943 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2024-09-12 14:08:40.712 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/metadata_agent.ini 2024-09-12 14:08:40.714 | + 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-09-12 14:08:40.738 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-09-12 14:08:40.740 | + 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-09-12 14:08:40.765 | + lib/neutron:configure_neutron:393 : [[ legacy != \l\e\g\a\c\y ]] 2024-09-12 14:08:40.767 | + lib/neutron:configure_neutron:396 : is_service_enabled ceilometer 2024-09-12 14:08:40.781 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:08:40.783 | + lib/neutron:configure_neutron:400 : [[ openvswitch == \o\v\n ]] 2024-09-12 14:08:40.785 | + lib/neutron:configure_neutron:406 : is_service_enabled q-placement neutron-placement 2024-09-12 14:08:40.800 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:08:40.802 | + lib/neutron:configure_neutron:409 : is_service_enabled q-trunk neutron-trunk 2024-09-12 14:08:40.817 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:08:40.819 | + lib/neutron:configure_neutron:412 : is_service_enabled q-qos neutron-qos 2024-09-12 14:08:40.833 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:08:40.835 | + lib/neutron:configure_neutron:421 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2024-09-12 14:08:40.849 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:08:40.851 | + lib/neutron:configure_neutron:422 : _configure_neutron_service 2024-09-12 14:08:40.853 | + lib/neutron:_configure_neutron_service:985 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2024-09-12 14:08:40.855 | + lib/neutron:_configure_neutron_service:986 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2024-09-12 14:08:40.859 | + lib/neutron:_configure_neutron_service:988 : [[ -n networking ]] 2024-09-12 14:08:40.861 | + lib/neutron:_configure_neutron_service:989 : _replace_api_paste_composite 2024-09-12 14:08:40.863 | + lib/neutron:_replace_api_paste_composite:974 : local sep 2024-09-12 14:08:40.866 | ++ lib/neutron:_replace_api_paste_composite:975 : echo -ne '\x01' 2024-09-12 14:08:40.868 | + lib/neutron:_replace_api_paste_composite:975 : sep=$'\001' 2024-09-12 14:08:40.870 | + lib/neutron:_replace_api_paste_composite:977 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2024-09-12 14:08:40.876 | + lib/neutron:_replace_api_paste_composite:978 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2024-09-12 14:08:40.879 | + 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-09-12 14:08:40.884 | + lib/neutron:_configure_neutron_service:993 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2024-09-12 14:08:40.909 | + lib/neutron:_configure_neutron_service:995 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-09-12 14:08:40.937 | + lib/neutron:_configure_neutron_service:996 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2024-09-12 14:08:40.962 | + lib/neutron:_configure_neutron_service:998 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2024-09-12 14:08:40.988 | + lib/neutron:_configure_neutron_service:999 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2024-09-12 14:08:40.991 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-09-12 14:08:40.993 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2024-09-12 14:08:40.995 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-09-12 14:08:40.997 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2024-09-12 14:08:41.022 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2024-09-12 14:08:41.048 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-09-12 14:08:41.072 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2024-09-12 14:08:41.096 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2024-09-12 14:08:41.121 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2024-09-12 14:08:41.146 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2024-09-12 14:08:41.171 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2024-09-12 14:08:41.196 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-09-12 14:08:41.221 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2024-09-12 14:08:41.246 | + lib/neutron:_configure_neutron_service:1002 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2024-09-12 14:08:41.271 | + lib/neutron:_configure_neutron_service:1003 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2024-09-12 14:08:41.296 | + lib/neutron:_configure_neutron_service:1005 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2024-09-12 14:08:41.299 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-09-12 14:08:41.301 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-09-12 14:08:41.303 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-09-12 14:08:41.305 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2024-09-12 14:08:41.329 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2024-09-12 14:08:41.353 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2024-09-12 14:08:41.378 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2024-09-12 14:08:41.403 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2024-09-12 14:08:41.428 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2024-09-12 14:08:41.453 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2024-09-12 14:08:41.478 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2024-09-12 14:08:41.504 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-09-12 14:08:41.529 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2024-09-12 14:08:41.553 | + lib/neutron:_configure_neutron_service:1008 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2024-09-12 14:08:41.555 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-09-12 14:08:41.557 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-09-12 14:08:41.559 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2024-09-12 14:08:41.561 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2024-09-12 14:08:41.586 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2024-09-12 14:08:41.610 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2024-09-12 14:08:41.634 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2024-09-12 14:08:41.659 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2024-09-12 14:08:41.684 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2024-09-12 14:08:41.709 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2024-09-12 14:08:41.734 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2024-09-12 14:08:41.759 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2024-09-12 14:08:41.783 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2024-09-12 14:08:41.809 | + lib/neutron:_configure_neutron_service:1011 : neutron_plugin_configure_service 2024-09-12 14:08:41.811 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2024-09-12 14:08:41.813 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2024-09-12 14:08:41.815 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2024-09-12 14:08:41.817 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2024-09-12 14:08:41.819 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2024-09-12 14:08:41.821 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2024-09-12 14:08:41.823 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2024-09-12 14:08:41.825 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2024-09-12 14:08:41.827 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2024-09-12 14:08:41.829 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2024-09-12 14:08:41.831 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2024-09-12 14:08:41.833 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2024-09-12 14:08:41.835 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2024-09-12 14:08:41.837 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2024-09-12 14:08:41.839 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2024-09-12 14:08:41.841 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2024-09-12 14:08:41.843 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2024-09-12 14:08:41.845 | + 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-09-12 14:08:41.847 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-09-12 14:08:41.849 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2024-09-12 14:08:41.851 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2024-09-12 14:08:41.853 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2024-09-12 14:08:41.855 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-09-12 14:08:41.857 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-09-12 14:08:41.880 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:116 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=ovn 2024-09-12 14:08:41.882 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-09-12 14:08:41.884 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-09-12 14:08:41.886 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2024-09-12 14:08:41.888 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2024-09-12 14:08:41.890 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-09-12 14:08:41.892 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2024-09-12 14:08:41.915 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2024-09-12 14:08:41.917 | + 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-09-12 14:08:41.919 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-09-12 14:08:41.921 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-09-12 14:08:41.923 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2024-09-12 14:08:41.925 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2024-09-12 14:08:41.927 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-09-12 14:08:41.929 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-09-12 14:08:41.952 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2024-09-12 14:08:41.954 | + 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-09-12 14:08:41.956 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-09-12 14:08:41.958 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-09-12 14:08:41.960 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2024-09-12 14:08:41.962 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2024-09-12 14:08:41.964 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-09-12 14:08:41.966 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-09-12 14:08:41.989 | + 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-09-12 14:08:41.991 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-09-12 14:08:41.993 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-09-12 14:08:41.995 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2024-09-12 14:08:41.997 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2024-09-12 14:08:41.999 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-09-12 14:08:42.001 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2024-09-12 14:08:42.024 | + 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-09-12 14:08:42.026 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-09-12 14:08:42.028 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2024-09-12 14:08:42.031 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2024-09-12 14:08:42.032 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2024-09-12 14:08:42.034 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-09-12 14:08:42.036 | + 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-09-12 14:08:42.060 | + 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-09-12 14:08:42.062 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-09-12 14:08:42.064 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2024-09-12 14:08:42.066 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-09-12 14:08:42.068 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-09-12 14:08:42.070 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-09-12 14:08:42.072 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2024-09-12 14:08:42.095 | + 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-09-12 14:08:42.097 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-09-12 14:08:42.099 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2024-09-12 14:08:42.101 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2024-09-12 14:08:42.103 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2024-09-12 14:08:42.105 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-09-12 14:08:42.107 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks default, 2024-09-12 14:08:42.130 | + 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-09-12 14:08:42.132 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-09-12 14:08:42.134 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2024-09-12 14:08:42.136 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2024-09-12 14:08:42.138 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2024-09-12 14:08:42.140 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-09-12 14:08:42.142 | + 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-09-12 14:08:42.166 | + 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-09-12 14:08:42.167 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-09-12 14:08:42.169 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2024-09-12 14:08:42.171 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-09-12 14:08:42.173 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-09-12 14:08:42.175 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-09-12 14:08:42.177 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2024-09-12 14:08:42.201 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2024-09-12 14:08:42.203 | + lib/neutron:configure_neutron:425 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2024-09-12 14:08:42.228 | + lib/neutron:configure_neutron:429 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2024-09-12 14:08:42.253 | + lib/neutron:configure_neutron:431 : '[' False == True ']' 2024-09-12 14:08:42.255 | + stack.sh:main:1159 : is_service_enabled mysql postgresql 2024-09-12 14:08:42.269 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:08:42.271 | + stack.sh:main:1159 : is_service_enabled neutron 2024-09-12 14:08:42.285 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:08:42.287 | + stack.sh:main:1160 : async_runfunc init_neutron 2024-09-12 14:08:42.289 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2024-09-12 14:08:42.336 | + inc/async:async_inner:63 : init_neutron 2024-09-12 14:08:42.365 | [3547 Async init_neutron:41882]: running: init_neutron 2024-09-12 14:08:42.368 | + stack.sh:main:1168 : is_service_enabled q-dhcp 2024-09-12 14:08:42.382 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:08:42.385 | ++ stack.sh:main:1172 : pidof NetworkManager 2024-09-12 14:08:42.396 | ++ stack.sh:main:1172 : true 2024-09-12 14:08:42.398 | + stack.sh:main:1172 : netman_pid= 2024-09-12 14:08:42.400 | + stack.sh:main:1173 : '[' -z '' ']' 2024-09-12 14:08:42.402 | + stack.sh:main:1174 : sudo killall dnsmasq 2024-09-12 14:08:42.414 | dnsmasq: no process found 2024-09-12 14:08:42.417 | + stack.sh:main:1174 : true 2024-09-12 14:08:42.419 | + stack.sh:main:1179 : clean_iptables 2024-09-12 14:08:42.424 | + lib/nova:clean_iptables:184 : sed 's/-c [0-9]* [0-9]* //g' 2024-09-12 14:08:42.424 | + lib/nova:clean_iptables:184 : sudo iptables -S -v 2024-09-12 14:08:42.424 | + lib/nova:clean_iptables:184 : grep nova 2024-09-12 14:08:42.424 | + lib/nova:clean_iptables:184 : sed s/-A/-D/g 2024-09-12 14:08:42.424 | + lib/nova:clean_iptables:184 : awk '{print "sudo iptables",$0}' 2024-09-12 14:08:42.424 | + lib/nova:clean_iptables:184 : grep '\-A' 2024-09-12 14:08:42.424 | + lib/nova:clean_iptables:184 : bash 2024-09-12 14:08:42.457 | + lib/nova:clean_iptables:186 : sed 's/-c [0-9]* [0-9]* //g' 2024-09-12 14:08:42.457 | + lib/nova:clean_iptables:186 : sudo iptables -S -v -t nat 2024-09-12 14:08:42.458 | + lib/nova:clean_iptables:186 : grep '\-A' 2024-09-12 14:08:42.458 | + lib/nova:clean_iptables:186 : grep nova 2024-09-12 14:08:42.458 | + lib/nova:clean_iptables:186 : awk '{print "sudo iptables -t nat",$0}' 2024-09-12 14:08:42.459 | + lib/nova:clean_iptables:186 : sed s/-A/-D/g 2024-09-12 14:08:42.459 | + lib/nova:clean_iptables:186 : bash 2024-09-12 14:08:42.470 | + lib/nova:clean_iptables:188 : sed 's/-c [0-9]* [0-9]* //g' 2024-09-12 14:08:42.470 | + lib/nova:clean_iptables:188 : grep nova 2024-09-12 14:08:42.470 | + lib/nova:clean_iptables:188 : grep '\-N' 2024-09-12 14:08:42.470 | + lib/nova:clean_iptables:188 : sudo iptables -S -v 2024-09-12 14:08:42.470 | + lib/nova:clean_iptables:188 : sed s/-N/-X/g 2024-09-12 14:08:42.471 | + lib/nova:clean_iptables:188 : awk '{print "sudo iptables",$0}' 2024-09-12 14:08:42.471 | + lib/nova:clean_iptables:188 : bash 2024-09-12 14:08:42.481 | + lib/nova:clean_iptables:190 : sudo iptables -S -v -t nat 2024-09-12 14:08:42.481 | + lib/nova:clean_iptables:190 : sed 's/-c [0-9]* [0-9]* //g' 2024-09-12 14:08:42.482 | + lib/nova:clean_iptables:190 : grep nova 2024-09-12 14:08:42.482 | + lib/nova:clean_iptables:190 : awk '{print "sudo iptables -t nat",$0}' 2024-09-12 14:08:42.482 | + lib/nova:clean_iptables:190 : sed s/-N/-X/g 2024-09-12 14:08:42.482 | + lib/nova:clean_iptables:190 : grep '\-N' 2024-09-12 14:08:42.483 | + lib/nova:clean_iptables:190 : bash 2024-09-12 14:08:42.490 | + stack.sh:main:1182 : sudo sysctl -w net.ipv4.ip_forward=1 2024-09-12 14:08:42.497 | net.ipv4.ip_forward = 1 2024-09-12 14:08:42.500 | + stack.sh:main:1187 : is_service_enabled nova neutron 2024-09-12 14:08:42.514 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:08:42.516 | + stack.sh:main:1188 : configure_os_vif 2024-09-12 14:08:42.518 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2024-09-12 14:08:42.520 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2024-09-12 14:08:42.546 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2024-09-12 14:08:42.548 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2024-09-12 14:08:42.577 | + stack.sh:main:1194 : is_service_enabled swift 2024-09-12 14:08:42.591 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:08:42.593 | + stack.sh:main:1203 : is_service_enabled cinder 2024-09-12 14:08:42.606 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:08:42.608 | + stack.sh:main:1204 : echo_summary 'Configuring Cinder' 2024-09-12 14:08:42.610 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-09-12 14:08:42.612 | + stack.sh:echo_summary:455 : echo -e Configuring Cinder 2024-09-12 14:08:42.614 | + stack.sh:main:1205 : async_runfunc init_cinder 2024-09-12 14:08:42.616 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2024-09-12 14:08:42.666 | + inc/async:async_inner:63 : init_cinder 2024-09-12 14:08:42.697 | [3547 Async init_cinder:42232]: running: init_cinder 2024-09-12 14:08:42.698 | + stack.sh:main:1211 : is_service_enabled placement 2024-09-12 14:08:42.712 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:08:42.714 | + stack.sh:main:1212 : echo_summary 'Configuring placement' 2024-09-12 14:08:42.716 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-09-12 14:08:42.718 | + stack.sh:echo_summary:455 : echo -e Configuring placement 2024-09-12 14:08:42.721 | + stack.sh:main:1213 : async_runfunc init_placement 2024-09-12 14:08:42.723 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2024-09-12 14:08:42.772 | + inc/async:async_inner:63 : init_placement 2024-09-12 14:08:42.803 | [3547 Async init_placement:42379]: running: init_placement 2024-09-12 14:08:42.805 | + stack.sh:main:1217 : async_wait init_neutron 2024-09-12 14:08:42.844 | [3547 Async init_neutron:41882]: Waiting for completion of init_neutron running on PID 41882 (5 other jobs running) 2024-09-12 14:08:42.861 | [3547 Async init_neutron:41882]: Signaling child to exit 2024-09-12 14:08:45.932 | + inc/async:async_inner:64 : rc=0 2024-09-12 14:08:45.951 | [42232 Async init_cinder:42232]: finished successfully 2024-09-12 14:08:50.325 | + inc/async:async_inner:64 : rc=0 2024-09-12 14:08:50.343 | [41882 Async init_neutron:41882]: finished successfully 2024-09-12 14:08:50.359 | WAKEUP 2024-09-12 14:08:50.375 | [3547 Async init_neutron:41882]: Signaled 2024-09-12 14:08:50.376 | + lib/neutron:init_neutron:501 : recreate_database neutron 2024-09-12 14:08:50.376 | + lib/database:recreate_database:112 : local db=neutron 2024-09-12 14:08:50.376 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2024-09-12 14:08:50.376 | + lib/databases/mysql:recreate_database_mysql:66 : local db=neutron 2024-09-12 14:08:50.376 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2024-09-12 14:08:50.376 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2024-09-12 14:08:50.376 | + lib/neutron:init_neutron:502 : time_start dbsync 2024-09-12 14:08:50.376 | + functions-common:time_start:2421 : local name=dbsync 2024-09-12 14:08:50.376 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:08:50.376 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:08:50.376 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:08:50.376 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150122375 2024-09-12 14:08:50.376 | + 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-09-12 14:08:50.376 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-09-12 14:08:50.376 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-09-12 14:08:50.376 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-09-12 14:08:50.376 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-09-12 14:08:50.376 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2024-09-12 14:08:50.376 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2024-09-12 14:08:50.376 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2024-09-12 14:08:50.376 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2024-09-12 14:08:50.376 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2024-09-12 14:08:50.376 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2024-09-12 14:08:50.377 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2024-09-12 14:08:50.378 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2024-09-12 14:08:50.378 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2024-09-12 14:08:50.378 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2024-09-12 14:08:50.378 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2024-09-12 14:08:50.378 | Running upgrade for neutron ... 2024-09-12 14:08:50.378 | OK 2024-09-12 14:08:50.378 | + lib/neutron:init_neutron:505 : time_stop dbsync 2024-09-12 14:08:50.378 | + functions-common:time_stop:2435 : local name 2024-09-12 14:08:50.378 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:08:50.378 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:08:50.378 | + functions-common:time_stop:2438 : local total 2024-09-12 14:08:50.378 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:08:50.378 | + functions-common:time_stop:2441 : name=dbsync 2024-09-12 14:08:50.378 | + functions-common:time_stop:2442 : start_time=1726150122375 2024-09-12 14:08:50.378 | + functions-common:time_stop:2444 : [[ -z 1726150122375 ]] 2024-09-12 14:08:50.378 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:08:50.378 | + functions-common:time_stop:2447 : end_time=1726150130313 2024-09-12 14:08:50.378 | + functions-common:time_stop:2448 : elapsed_time=7938 2024-09-12 14:08:50.378 | + functions-common:time_stop:2449 : total=3024 2024-09-12 14:08:50.378 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:08:50.378 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10962 2024-09-12 14:08:50.408 | [3547 Async init_neutron:41882]: finished init_neutron with result 0 in 8 seconds 2024-09-12 14:08:50.411 | + inc/async:async_wait:197 : return 0 2024-09-12 14:08:50.414 | + stack.sh:main:1218 : async_wait init_placement 2024-09-12 14:08:50.452 | [3547 Async init_placement:42379]: Waiting for completion of init_placement running on PID 42379 (4 other jobs running) 2024-09-12 14:08:50.470 | [3547 Async init_placement:42379]: Signaling child to exit 2024-09-12 14:09:00.247 | + inc/async:async_inner:64 : rc=0 2024-09-12 14:09:00.266 | [42379 Async init_placement:42379]: finished successfully 2024-09-12 14:09:00.282 | WAKEUP 2024-09-12 14:09:00.299 | [3547 Async init_placement:42379]: Signaled 2024-09-12 14:09:00.299 | + lib/placement:init_placement:143 : recreate_database placement 2024-09-12 14:09:00.300 | + lib/database:recreate_database:112 : local db=placement 2024-09-12 14:09:00.300 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2024-09-12 14:09:00.300 | + lib/databases/mysql:recreate_database_mysql:66 : local db=placement 2024-09-12 14:09:00.300 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2024-09-12 14:09:00.300 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2024-09-12 14:09:00.300 | + lib/placement:init_placement:144 : /usr/local/bin/placement-manage db sync 2024-09-12 14:09:00.300 | + lib/placement:init_placement:145 : create_placement_accounts 2024-09-12 14:09:00.300 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2024-09-12 14:09:00.300 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2024-09-12 14:09:00.300 | + functions-common:get_or_create_user:922 : local user_id 2024-09-12 14:09:00.300 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-09-12 14:09:00.300 | + functions-common:get_or_create_user:926 : local email= 2024-09-12 14:09:00.300 | ++ 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-09-12 14:09:00.300 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:09:00.300 | + functions-common:get_or_create_user:938 : user_id=ef0b57bd43f646f1b73235a561af33a1 2024-09-12 14:09:00.300 | + functions-common:get_or_create_user:939 : echo ef0b57bd43f646f1b73235a561af33a1 2024-09-12 14:09:00.300 | ef0b57bd43f646f1b73235a561af33a1 2024-09-12 14:09:00.300 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2024-09-12 14:09:00.300 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-09-12 14:09:00.300 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-09-12 14:09:00.300 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-09-12 14:09:00.300 | ++ functions-common:_get_domain_args:970 : local domain 2024-09-12 14:09:00.300 | ++ functions-common:_get_domain_args:971 : domain= 2024-09-12 14:09:00.300 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-09-12 14:09:00.300 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-09-12 14:09:00.300 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-09-12 14:09:00.300 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-09-12 14:09:00.300 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-09-12 14:09:00.300 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-09-12 14:09:00.300 | + 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-09-12 14:09:00.300 | ++ 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-09-12 14:09:00.300 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:09:00.300 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=61f52031df814c29a34a5601c3d077e0 2024-09-12 14:09:00.300 | + functions-common:get_or_add_user_project_role:1003 : echo 61f52031df814c29a34a5601c3d077e0 2024-09-12 14:09:00.300 | 61f52031df814c29a34a5601c3d077e0 2024-09-12 14:09:00.300 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-09-12 14:09:00.301 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2024-09-12 14:09:00.301 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-09-12 14:09:00.301 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-09-12 14:09:00.301 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-09-12 14:09:00.301 | ++ functions-common:_get_domain_args:970 : local domain 2024-09-12 14:09:00.301 | ++ functions-common:_get_domain_args:971 : domain= 2024-09-12 14:09:00.301 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-09-12 14:09:00.301 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-09-12 14:09:00.301 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-09-12 14:09:00.301 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-09-12 14:09:00.301 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-09-12 14:09:00.301 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-09-12 14:09:00.301 | + 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-09-12 14:09:00.301 | ++ 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-09-12 14:09:00.301 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:09:00.301 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=8d15c6baed104d3cb0737b1719721c7a 2024-09-12 14:09:00.301 | + functions-common:get_or_add_user_project_role:1003 : echo 8d15c6baed104d3cb0737b1719721c7a 2024-09-12 14:09:00.301 | 8d15c6baed104d3cb0737b1719721c7a 2024-09-12 14:09:00.301 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2024-09-12 14:09:00.301 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2024-09-12 14:09:00.301 | + functions-common:get_or_create_service:1078 : local service_id 2024-09-12 14:09:00.301 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2024-09-12 14:09:00.301 | ++ 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-09-12 14:09:00.301 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:09:00.301 | + functions-common:get_or_create_service:1089 : service_id=' 2024-09-12 14:09:00.301 | c2fa011d39c24406ad3207679d5cc23c' 2024-09-12 14:09:00.301 | + functions-common:get_or_create_service:1090 : echo c2fa011d39c24406ad3207679d5cc23c 2024-09-12 14:09:00.301 | c2fa011d39c24406ad3207679d5cc23c 2024-09-12 14:09:00.301 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2024-09-12 14:09:00.301 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-09-12 14:09:00.301 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface placement public http://10.180.1.21/placement RegionOne 2024-09-12 14:09:00.301 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-09-12 14:09:00.301 | +++ 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-09-12 14:09:00.301 | +++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:09:00.301 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-09-12 14:09:00.301 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-09-12 14:09:00.301 | +++ 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-09-12 14:09:00.301 | +++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:09:00.301 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=778b8a5fbc6241cb927fc83101e344cc 2024-09-12 14:09:00.301 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 778b8a5fbc6241cb927fc83101e344cc 2024-09-12 14:09:00.301 | + functions-common:get_or_create_endpoint:1123 : public_id=778b8a5fbc6241cb927fc83101e344cc 2024-09-12 14:09:00.301 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-09-12 14:09:00.301 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-09-12 14:09:00.301 | + functions-common:get_or_create_endpoint:1132 : echo 778b8a5fbc6241cb927fc83101e344cc 2024-09-12 14:09:00.301 | 778b8a5fbc6241cb927fc83101e344cc 2024-09-12 14:09:00.332 | [3547 Async init_placement:42379]: finished init_placement with result 0 in 17 seconds 2024-09-12 14:09:00.335 | + inc/async:async_wait:197 : return 0 2024-09-12 14:09:00.337 | + stack.sh:main:1219 : async_wait init_glance 2024-09-12 14:09:00.374 | [3547 Async init_glance:38592]: Waiting for completion of init_glance running on PID 38592 (3 other jobs running) 2024-09-12 14:09:00.392 | [3547 Async init_glance:38592]: Signaling child to exit 2024-09-12 14:09:00.392 | WAKEUP 2024-09-12 14:09:00.409 | [3547 Async init_glance:38592]: Signaled 2024-09-12 14:09:00.409 | + lib/glance:init_glance:485 : rm -rf /opt/stack/data/glance/images 2024-09-12 14:09:00.409 | + lib/glance:init_glance:486 : mkdir -p /opt/stack/data/glance/images 2024-09-12 14:09:00.409 | + lib/glance:init_glance:489 : recreate_database glance 2024-09-12 14:09:00.409 | + lib/database:recreate_database:112 : local db=glance 2024-09-12 14:09:00.409 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2024-09-12 14:09:00.409 | + lib/databases/mysql:recreate_database_mysql:66 : local db=glance 2024-09-12 14:09:00.409 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2024-09-12 14:09:00.409 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2024-09-12 14:09:00.409 | + lib/glance:init_glance:491 : time_start dbsync 2024-09-12 14:09:00.409 | + functions-common:time_start:2421 : local name=dbsync 2024-09-12 14:09:00.409 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:09:00.409 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:09:00.409 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:09:00.409 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150095128 2024-09-12 14:09:00.409 | + lib/glance:init_glance:493 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2024-09-12 14:09:00.409 | 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=38679) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-09-12 14:09:00.409 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-09-12 14:09:00.409 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-09-12 14:09:00.409 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-09-12 14:09:00.409 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-09-12 14:09:00.409 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-09-12 14:09:00.409 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Running upgrade ussuri_contract01 -> wallaby_contract01 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Running upgrade wallaby_contract01 -> xena_contract01 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Running upgrade xena_contract01 -> yoga_contract01 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Running upgrade yoga_contract01 -> zed_contract01 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Running upgrade zed_contract01 -> 2023_1_contract01 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-09-12 14:09:00.410 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-09-12 14:09:00.410 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2024-09-12 14:09:00.410 | Database migration is up to date. No migration needed. 2024-09-12 14:09:00.410 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2024-09-12 14:09:00.410 | Database is synced successfully. 2024-09-12 14:09:00.410 | + lib/glance:init_glance:496 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2024-09-12 14:09:00.410 | 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=38708) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-09-12 14:09:00.410 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2024-09-12 14:09:00.410 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2024-09-12 14:09:00.410 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2024-09-12 14:09:00.410 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2024-09-12 14:09:00.410 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2024-09-12 14:09:00.410 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2024-09-12 14:09:00.410 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2024-09-12 14:09:00.410 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2024-09-12 14:09:00.410 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2024-09-12 14:09:00.410 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2024-09-12 14:09:00.410 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2024-09-12 14:09:00.410 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2024-09-12 14:09:00.410 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2024-09-12 14:09:00.410 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2024-09-12 14:09:00.410 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2024-09-12 14:09:00.410 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2024-09-12 14:09:00.410 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2024-09-12 14:09:00.410 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2024-09-12 14:09:00.410 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2024-09-12 14:09:00.410 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2024-09-12 14:09:00.410 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2024-09-12 14:09:00.410 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2024-09-12 14:09:00.410 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2024-09-12 14:09:00.410 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2024-09-12 14:09:00.410 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2024-09-12 14:09:00.410 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2024-09-12 14:09:00.410 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2024-09-12 14:09:00.410 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2024-09-12 14:09:00.410 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2024-09-12 14:09:00.410 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2024-09-12 14:09:00.410 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2024-09-12 14:09:00.410 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2024-09-12 14:09:00.410 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2024-09-12 14:09:00.410 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2024-09-12 14:09:00.410 | + lib/glance:init_glance:497 : time_stop dbsync 2024-09-12 14:09:00.410 | + functions-common:time_stop:2435 : local name 2024-09-12 14:09:00.410 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:09:00.410 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:09:00.410 | + functions-common:time_stop:2438 : local total 2024-09-12 14:09:00.410 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:09:00.410 | + functions-common:time_stop:2441 : name=dbsync 2024-09-12 14:09:00.410 | + functions-common:time_stop:2442 : start_time=1726150095128 2024-09-12 14:09:00.410 | + functions-common:time_stop:2444 : [[ -z 1726150095128 ]] 2024-09-12 14:09:00.410 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:09:00.410 | + functions-common:time_stop:2447 : end_time=1726150099334 2024-09-12 14:09:00.410 | + functions-common:time_stop:2448 : elapsed_time=4206 2024-09-12 14:09:00.410 | + functions-common:time_stop:2449 : total=3024 2024-09-12 14:09:00.410 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:09:00.410 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7230 2024-09-12 14:09:00.442 | [3547 Async init_glance:38592]: finished init_glance with result 0 in 4 seconds 2024-09-12 14:09:00.445 | + inc/async:async_wait:197 : return 0 2024-09-12 14:09:00.447 | + stack.sh:main:1220 : async_wait init_swift 2024-09-12 14:09:00.472 | Not waiting for async task init_swift that we never started or has already been waited for 2024-09-12 14:09:00.475 | + inc/async:async_wait:197 : return 0 2024-09-12 14:09:00.478 | + stack.sh:main:1221 : async_wait init_cinder 2024-09-12 14:09:00.516 | [3547 Async init_cinder:42232]: Waiting for completion of init_cinder running on PID 42232 (2 other jobs running) 2024-09-12 14:09:00.533 | [3547 Async init_cinder:42232]: Signaling child to exit 2024-09-12 14:09:00.534 | WAKEUP 2024-09-12 14:09:00.550 | [3547 Async init_cinder:42232]: Signaled 2024-09-12 14:09:00.551 | + lib/cinder:init_cinder:474 : is_service_enabled mysql postgresql 2024-09-12 14:09:00.551 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:09:00.551 | + lib/cinder:init_cinder:476 : recreate_database cinder 2024-09-12 14:09:00.551 | + lib/database:recreate_database:112 : local db=cinder 2024-09-12 14:09:00.551 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2024-09-12 14:09:00.551 | + lib/databases/mysql:recreate_database_mysql:66 : local db=cinder 2024-09-12 14:09:00.551 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2024-09-12 14:09:00.551 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2024-09-12 14:09:00.551 | + lib/cinder:init_cinder:478 : time_start dbsync 2024-09-12 14:09:00.551 | + functions-common:time_start:2421 : local name=dbsync 2024-09-12 14:09:00.551 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:09:00.551 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:09:00.551 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:09:00.551 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150122721 2024-09-12 14:09:00.551 | + lib/cinder:init_cinder:480 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2024-09-12 14:09:00.551 | 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=42339) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-09-12 14:09:00.551 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/legacy_migrations... {{(pid=42339) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-09-12 14:09:00.551 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py... {{(pid=42339) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:00.551 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py loaded successfully {{(pid=42339) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:00.551 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py... {{(pid=42339) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:00.551 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py loaded successfully {{(pid=42339) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:00.551 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py... {{(pid=42339) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:00.551 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py loaded successfully {{(pid=42339) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:00.551 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py... {{(pid=42339) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:00.551 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py loaded successfully {{(pid=42339) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:00.551 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py... {{(pid=42339) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:00.551 | 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=42339) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:00.551 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py... {{(pid=42339) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:00.551 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py loaded successfully {{(pid=42339) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:00.551 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py... {{(pid=42339) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:00.551 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=42339) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:00.551 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py... {{(pid=42339) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:00.551 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py loaded successfully {{(pid=42339) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:00.551 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py... {{(pid=42339) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:00.551 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=42339) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:00.551 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py... {{(pid=42339) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:00.551 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py loaded successfully {{(pid=42339) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:00.551 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py... {{(pid=42339) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:00.551 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py loaded successfully {{(pid=42339) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:00.551 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/legacy_migrations loaded successfully {{(pid=42339) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-09-12 14:09:00.551 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=42339) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-09-12 14:09:00.551 | INFO cinder.db.migration [-] Applying migration(s) 2024-09-12 14:09:00.551 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-09-12 14:09:00.551 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-09-12 14:09:00.551 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2024-09-12 14:09:00.551 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=42339) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-09-12 14:09:00.551 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2024-09-12 14:09:00.551 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=42339) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-09-12 14:09:00.551 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2024-09-12 14:09:00.551 | 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=42339) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-09-12 14:09:00.551 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=42339) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-09-12 14:09:00.551 | INFO cinder.db.migration [-] Migration(s) applied 2024-09-12 14:09:00.551 | + lib/cinder:init_cinder:481 : time_stop dbsync 2024-09-12 14:09:00.551 | + functions-common:time_stop:2435 : local name 2024-09-12 14:09:00.551 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:09:00.551 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:09:00.551 | + functions-common:time_stop:2438 : local total 2024-09-12 14:09:00.551 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:09:00.552 | + functions-common:time_stop:2441 : name=dbsync 2024-09-12 14:09:00.552 | + functions-common:time_stop:2442 : start_time=1726150122721 2024-09-12 14:09:00.552 | + functions-common:time_stop:2444 : [[ -z 1726150122721 ]] 2024-09-12 14:09:00.552 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:09:00.552 | + functions-common:time_stop:2447 : end_time=1726150125873 2024-09-12 14:09:00.552 | + functions-common:time_stop:2448 : elapsed_time=3152 2024-09-12 14:09:00.552 | + functions-common:time_stop:2449 : total=3024 2024-09-12 14:09:00.552 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:09:00.552 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6176 2024-09-12 14:09:00.552 | + lib/cinder:init_cinder:484 : is_service_enabled c-vol 2024-09-12 14:09:00.552 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:09:00.552 | + lib/cinder:init_cinder:484 : [[ -n vmdk:vsphere ]] 2024-09-12 14:09:00.552 | + lib/cinder:init_cinder:485 : local be be_name be_type 2024-09-12 14:09:00.552 | + lib/cinder:init_cinder:486 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-09-12 14:09:00.552 | + lib/cinder:init_cinder:487 : be_type=vmdk 2024-09-12 14:09:00.552 | + lib/cinder:init_cinder:488 : be_name=vsphere 2024-09-12 14:09:00.552 | + lib/cinder:init_cinder:489 : type init_cinder_backend_vmdk 2024-09-12 14:09:00.552 | + lib/cinder:init_cinder:495 : is_service_enabled c-bak 2024-09-12 14:09:00.552 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:09:00.552 | + lib/cinder:init_cinder:501 : mkdir -p /opt/stack/data/cinder/volumes 2024-09-12 14:09:00.583 | [3547 Async init_cinder:42232]: finished init_cinder with result 0 in 3 seconds 2024-09-12 14:09:00.586 | + inc/async:async_wait:197 : return 0 2024-09-12 14:09:00.589 | + stack.sh:main:1226 : is_service_enabled nova 2024-09-12 14:09:00.602 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:09:00.604 | + stack.sh:main:1227 : echo_summary 'Configuring Nova' 2024-09-12 14:09:00.606 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-09-12 14:09:00.608 | + stack.sh:echo_summary:455 : echo -e Configuring Nova 2024-09-12 14:09:00.611 | + stack.sh:main:1228 : init_nova 2024-09-12 14:09:00.613 | + lib/nova:init_nova:850 : is_service_enabled mysql postgresql 2024-09-12 14:09:00.626 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:09:00.629 | + lib/nova:init_nova:850 : is_service_enabled n-api 2024-09-12 14:09:00.643 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:09:00.645 | + lib/nova:init_nova:852 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-09-12 14:09:00.647 | + lib/nova:init_nova:858 : recreate_database nova_cell0 2024-09-12 14:09:00.649 | + lib/database:recreate_database:112 : local db=nova_cell0 2024-09-12 14:09:00.651 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2024-09-12 14:09:00.653 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell0 2024-09-12 14:09:00.656 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2024-09-12 14:09:00.665 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2024-09-12 14:09:00.675 | ++ lib/nova:init_nova:863 : seq 1 1 2024-09-12 14:09:00.679 | + lib/nova:init_nova:863 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-09-12 14:09:00.682 | ++ lib/nova:init_nova:864 : conductor_conf 1 2024-09-12 14:09:00.684 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-09-12 14:09:00.686 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-09-12 14:09:00.689 | + lib/nova:init_nova:864 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-09-12 14:09:00.740 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-09-12 14:09:00.771 | [3547 Async nova-cell-1:43469]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-09-12 14:09:00.773 | + lib/nova:init_nova:867 : recreate_database nova_api 2024-09-12 14:09:00.775 | + lib/database:recreate_database:112 : local db=nova_api 2024-09-12 14:09:00.777 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2024-09-12 14:09:00.779 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_api 2024-09-12 14:09:00.781 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2024-09-12 14:09:00.789 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2024-09-12 14:09:00.798 | + lib/nova:init_nova:868 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2024-09-12 14:09:01.181 | 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-09-12 14:09:02.962 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/api/legacy_migrations... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-09-12 14:09:02.963 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:02.963 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:02.963 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:02.963 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:02.963 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:02.963 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:02.963 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:02.964 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:02.964 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:02.964 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:02.964 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:02.964 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:02.964 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:02.964 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:02.964 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:02.964 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:02.964 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:02.965 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:02.965 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:02.965 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:02.965 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:02.965 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:02.965 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:02.965 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:02.965 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:02.965 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:02.965 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:02.965 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:02.965 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:02.966 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:02.966 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:02.966 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:02.966 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:02.966 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:02.966 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:02.966 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:02.966 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:02.966 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:02.966 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:02.966 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:02.967 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:02.967 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:02.967 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/api/legacy_migrations loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-09-12 14:09:02.967 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova_api', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-09-12 14:09:02.979 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-09-12 14:09:02.979 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-09-12 14:09:02.999 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2024-09-12 14:09:03.794 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=43536) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-09-12 14:09:03.796 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2024-09-12 14:09:03.973 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=43536) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-09-12 14:09:04.367 | ++ lib/nova:init_nova:872 : database_connection_url nova_cell0 2024-09-12 14:09:04.370 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2024-09-12 14:09:04.372 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2024-09-12 14:09:04.375 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell0 2024-09-12 14:09:04.377 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-09-12 14:09:04.379 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-09-12 14:09:04.381 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8' 2024-09-12 14:09:04.384 | + 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-09-12 14:09:04.770 | 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-09-12 14:09:05.720 | + inc/async:async_inner:64 : rc=0 2024-09-12 14:09:05.739 | [43469 Async nova-cell-1:43469]: finished successfully 2024-09-12 14:09:06.460 | ++ lib/nova:init_nova:875 : seq 0 1 2024-09-12 14:09:06.464 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-09-12 14:09:06.466 | + lib/nova:init_nova:876 : async_wait nova-cell-0 2024-09-12 14:09:06.482 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2024-09-12 14:09:06.484 | + inc/async:async_wait:197 : return 0 2024-09-12 14:09:06.486 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-09-12 14:09:06.488 | + lib/nova:init_nova:876 : async_wait nova-cell-1 2024-09-12 14:09:06.525 | [3547 Async nova-cell-1:43469]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 43469 (2 other jobs running) 2024-09-12 14:09:06.542 | [3547 Async nova-cell-1:43469]: Signaling child to exit 2024-09-12 14:09:06.542 | WAKEUP 2024-09-12 14:09:06.557 | [3547 Async nova-cell-1:43469]: Signaled 2024-09-12 14:09:06.558 | + lib/nova:init_nova_db:840 : local dbname=nova_cell1 2024-09-12 14:09:06.558 | + lib/nova:init_nova_db:841 : local conffile=/etc/nova/nova_cell1.conf 2024-09-12 14:09:06.558 | + lib/nova:init_nova_db:842 : recreate_database nova_cell1 2024-09-12 14:09:06.558 | + lib/database:recreate_database:112 : local db=nova_cell1 2024-09-12 14:09:06.558 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2024-09-12 14:09:06.558 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell1 2024-09-12 14:09:06.558 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2024-09-12 14:09:06.558 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2024-09-12 14:09:06.558 | + lib/nova:init_nova_db:843 : /usr/local/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2024-09-12 14:09:06.558 | 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-09-12 14:09:06.559 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-09-12 14:09:06.559 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43522) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-09-12 14:09:06.559 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-09-12 14:09:06.559 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-09-12 14:09:06.559 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2024-09-12 14:09:06.559 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=43522) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-09-12 14:09:06.559 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-09-12 14:09:06.559 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=43522) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-09-12 14:09:06.559 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-09-12 14:09:06.559 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=43522) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-09-12 14:09:06.559 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-09-12 14:09:06.559 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=43522) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-09-12 14:09:06.589 | [3547 Async nova-cell-1:43469]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 5 seconds 2024-09-12 14:09:06.592 | + inc/async:async_wait:197 : return 0 2024-09-12 14:09:06.594 | + lib/nova:init_nova:879 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-09-12 14:09:06.596 | + lib/nova:init_nova:881 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2024-09-12 14:09:06.971 | 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-09-12 14:09:08.305 | DEBUG migrate.versioning.repository [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-09-12 14:09:08.305 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:08.305 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:08.305 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:08.305 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:08.305 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:08.305 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:08.306 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:08.308 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:08.308 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:08.308 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:08.308 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:08.308 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:08.308 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:08.308 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:08.308 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:08.308 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:08.308 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:08.308 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:08.308 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:08.308 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:08.308 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:08.308 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:08.308 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:08.308 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:08.310 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:08.310 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:08.310 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:08.310 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:08.310 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:08.310 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:08.310 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:08.310 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:08.310 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:08.310 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:08.310 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:08.310 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:08.310 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:08.310 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:08.310 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:08.310 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:08.311 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:08.311 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:08.311 | DEBUG migrate.versioning.repository [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-09-12 14:09:08.311 | DEBUG migrate.versioning.repository [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-09-12 14:09:08.323 | INFO alembic.runtime.migration [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Context impl MySQLImpl. 2024-09-12 14:09:08.323 | INFO alembic.runtime.migration [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Will assume non-transactional DDL. 2024-09-12 14:09:08.333 | INFO alembic.runtime.migration [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Running upgrade -> 8f2f1571d55b, Initial version 2024-09-12 14:09:10.211 | DEBUG alembic.runtime.migration [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] new branch insert 8f2f1571d55b {{(pid=43728) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-09-12 14:09:10.212 | INFO alembic.runtime.migration [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-09-12 14:09:10.247 | DEBUG alembic.runtime.migration [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=43728) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-09-12 14:09:10.248 | INFO alembic.runtime.migration [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-09-12 14:09:10.313 | DEBUG alembic.runtime.migration [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=43728) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-09-12 14:09:10.315 | INFO alembic.runtime.migration [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-09-12 14:09:10.329 | DEBUG alembic.runtime.migration [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=43728) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-09-12 14:09:10.339 | DEBUG migrate.versioning.repository [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-09-12 14:09:10.339 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:10.340 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:10.340 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:10.340 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:10.342 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:10.342 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:10.342 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:10.342 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:10.342 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:10.342 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:10.342 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:10.342 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:10.342 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:10.342 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:10.342 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:10.342 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:10.342 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:10.342 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:10.342 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:10.344 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:10.344 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:10.344 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:10.344 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:10.344 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:10.344 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:10.344 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:10.344 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:10.344 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:10.344 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:10.344 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:10.344 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:10.344 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:10.344 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:10.344 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:10.344 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:10.344 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:10.345 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:10.345 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:10.345 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:10.345 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:10.346 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-09-12 14:09:10.346 | DEBUG migrate.versioning.script.base [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-09-12 14:09:10.346 | DEBUG migrate.versioning.repository [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-09-12 14:09:10.346 | DEBUG migrate.versioning.repository [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-09-12 14:09:10.350 | INFO alembic.runtime.migration [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Context impl MySQLImpl. 2024-09-12 14:09:10.350 | INFO alembic.runtime.migration [None req-f0db39a2-3473-48e1-abd0-736455991f59 None None] Will assume non-transactional DDL. 2024-09-12 14:09:10.715 | + lib/nova:init_nova:886 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2024-09-12 14:09:11.087 | 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-09-12 14:09:12.515 | Running batches of 50 until complete 2024-09-12 14:09:12.515 | +-------------------------------------+--------------+-----------+ 2024-09-12 14:09:12.515 | | Migration | Total Needed | Completed | 2024-09-12 14:09:12.515 | +-------------------------------------+--------------+-----------+ 2024-09-12 14:09:12.515 | | fill_virtual_interface_list | 0 | 0 | 2024-09-12 14:09:12.515 | | migrate_empty_ratio | 0 | 0 | 2024-09-12 14:09:12.515 | | migrate_quota_classes_to_api_db | 0 | 0 | 2024-09-12 14:09:12.515 | | migrate_quota_limits_to_api_db | 0 | 0 | 2024-09-12 14:09:12.515 | | migration_migrate_to_uuid | 0 | 0 | 2024-09-12 14:09:12.515 | | populate_dev_uuids | 0 | 0 | 2024-09-12 14:09:12.515 | | populate_missing_availability_zones | 0 | 0 | 2024-09-12 14:09:12.515 | | populate_queued_for_delete | 0 | 0 | 2024-09-12 14:09:12.515 | | populate_user_id | 0 | 0 | 2024-09-12 14:09:12.515 | | populate_uuids | 0 | 0 | 2024-09-12 14:09:12.515 | +-------------------------------------+--------------+-----------+ 2024-09-12 14:09:12.877 | ++ lib/nova:init_nova:889 : seq 1 1 2024-09-12 14:09:12.881 | + lib/nova:init_nova:889 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-09-12 14:09:12.884 | ++ lib/nova:init_nova:890 : conductor_conf 1 2024-09-12 14:09:12.886 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-09-12 14:09:12.888 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-09-12 14:09:12.891 | + 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-09-12 14:09:13.265 | 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-09-12 14:09:14.572 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2024-09-12 14:09:14.572 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2024-09-12 14:09:14.897 | + lib/nova:init_nova:894 : create_nova_keys_dir 2024-09-12 14:09:14.900 | + lib/nova:create_nova_keys_dir:836 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2024-09-12 14:09:14.910 | + lib/nova:init_nova:896 : [[ '' == \L\V\M ]] 2024-09-12 14:09:14.912 | + stack.sh:main:1230 : async_runfunc configure_neutron_nova 2024-09-12 14:09:14.914 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2024-09-12 14:09:14.963 | + inc/async:async_inner:63 : configure_neutron_nova 2024-09-12 14:09:14.993 | [3547 Async configure_neutron_nova:43809]: running: configure_neutron_nova 2024-09-12 14:09:14.995 | + stack.sh:main:1238 : run_phase stack post-config 2024-09-12 14:09:14.998 | + functions-common:run_phase:1863 : local mode=stack 2024-09-12 14:09:15.000 | + functions-common:run_phase:1864 : local phase=post-config 2024-09-12 14:09:15.002 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-09-12 14:09:15.004 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-09-12 14:09:15.006 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-09-12 14:09:15.008 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-09-12 14:09:15.010 | + functions-common:run_phase:1873 : local extra 2024-09-12 14:09:15.013 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-09-12 14:09:15.016 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-09-12 14:09:15.019 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-09-12 14:09:15.021 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-09-12 14:09:15.024 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2024-09-12 14:09:15.026 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-09-12 14:09:15.039 | ++ functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:09:15.041 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-09-12 14:09:15.043 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-09-12 14:09:15.045 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-09-12 14:09:15.047 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-09-12 14:09:15.049 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-09-12 14:09:15.051 | ++ extras.d/80-tempest.sh:source:12 : : 2024-09-12 14:09:15.053 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-09-12 14:09:15.056 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-09-12 14:09:15.058 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-09-12 14:09:15.060 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-09-12 14:09:15.063 | + functions-common:run_phase:1890 : run_plugins stack post-config 2024-09-12 14:09:15.065 | + functions-common:run_plugins:1849 : local mode=stack 2024-09-12 14:09:15.067 | + functions-common:run_plugins:1850 : local phase=post-config 2024-09-12 14:09:15.069 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-09-12 14:09:15.071 | + functions-common:run_plugins:1853 : local plugin 2024-09-12 14:09:15.074 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-09-12 14:09:15.076 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-09-12 14:09:15.078 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-09-12 14:09:15.080 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2024-09-12 14:09:15.082 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-09-12 14:09:15.084 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-09-12 14:09:15.086 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-09-12 14:09:15.088 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-09-12 14:09:15.090 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-09-12 14:09:15.092 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2024-09-12 14:09:15.094 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-09-12 14:09:15.097 | ++ stack.sh:echo_summary:455 : echo -e Configuring Networking-NSX-T 2024-09-12 14:09:15.099 | + stack.sh:main:1246 : merge_config_group /opt/stack/devstack/local.conf post-config 2024-09-12 14:09:15.101 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-09-12 14:09:15.103 | + inc/meta-config:merge_config_group:171 : shift 2024-09-12 14:09:15.105 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2024-09-12 14:09:15.107 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-09-12 14:09:15.109 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-09-12 14:09:15.112 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-09-12 14:09:15.114 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2024-09-12 14:09:15.116 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-09-12 14:09:15.119 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2024-09-12 14:09:15.121 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-09-12 14:09:15.124 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2024-09-12 14:09:15.124 | /^\[\[.+\|.*\]\]/ { 2024-09-12 14:09:15.124 | gsub("[][]", "", $1); 2024-09-12 14:09:15.124 | split($1, a, "|"); 2024-09-12 14:09:15.124 | if (a[1] == matchgroup) 2024-09-12 14:09:15.124 | print a[2] 2024-09-12 14:09:15.124 | } 2024-09-12 14:09:15.124 | ' /opt/stack/devstack/local.conf 2024-09-12 14:09:15.128 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-09-12 14:09:15.130 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-09-12 14:09:15.133 | + inc/meta-config:merge_config_group:180 : local dir 2024-09-12 14:09:15.135 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2024-09-12 14:09:15.137 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2024-09-12 14:09:15.140 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2024-09-12 14:09:15.142 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2024-09-12 14:09:15.145 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2024-09-12 14:09:15.148 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2024-09-12 14:09:15.150 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2024-09-12 14:09:15.153 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-09-12 14:09:15.155 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-09-12 14:09:15.158 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-09-12 14:09:15.160 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2024-09-12 14:09:15.162 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-09-12 14:09:15.164 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2024-09-12 14:09:15.167 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2024-09-12 14:09:15.170 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2024-09-12 14:09:15.173 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2024-09-12 14:09:15.176 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-09-12 14:09:15.176 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2024-09-12 14:09:15.176 | BEGIN { 2024-09-12 14:09:15.176 | section = "" 2024-09-12 14:09:15.176 | last_section = "" 2024-09-12 14:09:15.176 | section_count = 0 2024-09-12 14:09:15.176 | } 2024-09-12 14:09:15.176 | /^\[.+\]/ { 2024-09-12 14:09:15.176 | gsub("[][]", "", $1); 2024-09-12 14:09:15.176 | section=$1 2024-09-12 14:09:15.176 | next 2024-09-12 14:09:15.176 | } 2024-09-12 14:09:15.176 | /^ *\#/ { 2024-09-12 14:09:15.176 | next 2024-09-12 14:09:15.176 | } 2024-09-12 14:09:15.176 | /^[^ \t]+/ { 2024-09-12 14:09:15.176 | # get offset of first = in $0 2024-09-12 14:09:15.176 | eq_idx = index($0, "=") 2024-09-12 14:09:15.176 | # extract attr & value from $0 2024-09-12 14:09:15.176 | attr = substr($0, 1, eq_idx - 1) 2024-09-12 14:09:15.176 | value = substr($0, eq_idx + 1) 2024-09-12 14:09:15.176 | # only need to strip trailing whitespace from attr 2024-09-12 14:09:15.176 | sub(/[ \t]*$/, "", attr) 2024-09-12 14:09:15.176 | # need to strip leading & trailing whitespace from value 2024-09-12 14:09:15.176 | sub(/^[ \t]*/, "", value) 2024-09-12 14:09:15.176 | sub(/[ \t]*$/, "", value) 2024-09-12 14:09:15.176 | 2024-09-12 14:09:15.176 | # cfg_attr_count: number of config lines per [section, attr] 2024-09-12 14:09:15.176 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-09-12 14:09:15.176 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-09-12 14:09:15.176 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-09-12 14:09:15.176 | if (! (section, attr) in cfg_attr_count) { 2024-09-12 14:09:15.176 | if (section != last_section) { 2024-09-12 14:09:15.176 | cfg_section[section_count++] = section 2024-09-12 14:09:15.176 | last_section = section 2024-09-12 14:09:15.176 | } 2024-09-12 14:09:15.176 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-09-12 14:09:15.176 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-09-12 14:09:15.176 | 2024-09-12 14:09:15.176 | cfg_attr[section, attr, 0] = value 2024-09-12 14:09:15.176 | cfg_attr_count[section, attr] = 1 2024-09-12 14:09:15.176 | } else { 2024-09-12 14:09:15.176 | lno = cfg_attr_count[section, attr]++ 2024-09-12 14:09:15.176 | cfg_attr[section, attr, lno] = value 2024-09-12 14:09:15.176 | } 2024-09-12 14:09:15.176 | } 2024-09-12 14:09:15.176 | END { 2024-09-12 14:09:15.176 | # Process each section in order 2024-09-12 14:09:15.176 | for (sno = 0; sno < section_count; sno++) { 2024-09-12 14:09:15.176 | section = cfg_section[sno] 2024-09-12 14:09:15.176 | # The ini routines simply append a config item immediately 2024-09-12 14:09:15.176 | # after the section header. To keep the same order as defined 2024-09-12 14:09:15.176 | # in local.conf, invoke the ini routines in the reverse order 2024-09-12 14:09:15.176 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-09-12 14:09:15.176 | attr = cfg_sec_attr_name[sno, attr_no] 2024-09-12 14:09:15.176 | if (cfg_attr_count[section, attr] == 1) 2024-09-12 14:09:15.176 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-09-12 14:09:15.176 | else { 2024-09-12 14:09:15.176 | # For multiline, invoke the ini routines in the reverse order 2024-09-12 14:09:15.176 | count = cfg_attr_count[section, attr] 2024-09-12 14:09:15.176 | print "inidelete " configfile " " section " " attr 2024-09-12 14:09:15.176 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-09-12 14:09:15.176 | for (l = count -2; l >= 0; l--) 2024-09-12 14:09:15.176 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-09-12 14:09:15.176 | } 2024-09-12 14:09:15.176 | } 2024-09-12 14:09:15.176 | } 2024-09-12 14:09:15.176 | } 2024-09-12 14:09:15.176 | ' 2024-09-12 14:09:15.176 | + inc/meta-config:merge_config_file:164 : read a 2024-09-12 14:09:15.178 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-09-12 14:09:15.178 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-09-12 14:09:15.181 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-09-12 14:09:15.183 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2024-09-12 14:09:15.185 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-09-12 14:09:15.187 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2024-09-12 14:09:15.189 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2024-09-12 14:09:15.189 | BEGIN { group = "" } 2024-09-12 14:09:15.189 | /^\[\[.+\|.*\]\]/ { 2024-09-12 14:09:15.189 | gsub("[][]", "", $1); 2024-09-12 14:09:15.190 | split($1, a, "|"); 2024-09-12 14:09:15.190 | if (a[1] == matchgroup && a[2] == configfile) { 2024-09-12 14:09:15.190 | group=a[1] 2024-09-12 14:09:15.190 | } else { 2024-09-12 14:09:15.190 | group="" 2024-09-12 14:09:15.190 | } 2024-09-12 14:09:15.190 | next 2024-09-12 14:09:15.190 | } 2024-09-12 14:09:15.190 | { 2024-09-12 14:09:15.190 | if (group != "") 2024-09-12 14:09:15.190 | print $0 2024-09-12 14:09:15.190 | } 2024-09-12 14:09:15.190 | ' /opt/stack/devstack/local.conf 2024-09-12 14:09:15.194 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2024-09-12 14:09:15.197 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2024-09-12 14:09:15.221 | + inc/meta-config:merge_config_file:164 : read a 2024-09-12 14:09:15.224 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-09-12 14:09:15.226 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-09-12 14:09:15.228 | + inc/meta-config:merge_config_group:180 : local dir 2024-09-12 14:09:15.231 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2024-09-12 14:09:15.233 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2024-09-12 14:09:15.235 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2024-09-12 14:09:15.238 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2024-09-12 14:09:15.241 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2024-09-12 14:09:15.244 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2024-09-12 14:09:15.247 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2024-09-12 14:09:15.249 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-09-12 14:09:15.251 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-09-12 14:09:15.254 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-09-12 14:09:15.256 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2024-09-12 14:09:15.258 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-09-12 14:09:15.261 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2024-09-12 14:09:15.263 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2024-09-12 14:09:15.266 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2024-09-12 14:09:15.268 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2024-09-12 14:09:15.271 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-09-12 14:09:15.272 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2024-09-12 14:09:15.272 | BEGIN { 2024-09-12 14:09:15.272 | section = "" 2024-09-12 14:09:15.272 | last_section = "" 2024-09-12 14:09:15.272 | section_count = 0 2024-09-12 14:09:15.272 | } 2024-09-12 14:09:15.272 | /^\[.+\]/ { 2024-09-12 14:09:15.272 | gsub("[][]", "", $1); 2024-09-12 14:09:15.272 | section=$1 2024-09-12 14:09:15.272 | next 2024-09-12 14:09:15.272 | } 2024-09-12 14:09:15.272 | /^ *\#/ { 2024-09-12 14:09:15.272 | next 2024-09-12 14:09:15.272 | } 2024-09-12 14:09:15.272 | /^[^ \t]+/ { 2024-09-12 14:09:15.272 | # get offset of first = in $0 2024-09-12 14:09:15.272 | eq_idx = index($0, "=") 2024-09-12 14:09:15.272 | # extract attr & value from $0 2024-09-12 14:09:15.272 | attr = substr($0, 1, eq_idx - 1) 2024-09-12 14:09:15.272 | value = substr($0, eq_idx + 1) 2024-09-12 14:09:15.272 | # only need to strip trailing whitespace from attr 2024-09-12 14:09:15.272 | sub(/[ \t]*$/, "", attr) 2024-09-12 14:09:15.272 | # need to strip leading & trailing whitespace from value 2024-09-12 14:09:15.272 | sub(/^[ \t]*/, "", value) 2024-09-12 14:09:15.272 | sub(/[ \t]*$/, "", value) 2024-09-12 14:09:15.273 | 2024-09-12 14:09:15.273 | # cfg_attr_count: number of config lines per [section, attr] 2024-09-12 14:09:15.273 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-09-12 14:09:15.273 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-09-12 14:09:15.273 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-09-12 14:09:15.273 | if (! (section, attr) in cfg_attr_count) { 2024-09-12 14:09:15.273 | if (section != last_section) { 2024-09-12 14:09:15.273 | cfg_section[section_count++] = section 2024-09-12 14:09:15.273 | last_section = section 2024-09-12 14:09:15.273 | } 2024-09-12 14:09:15.273 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-09-12 14:09:15.273 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-09-12 14:09:15.273 | 2024-09-12 14:09:15.273 | cfg_attr[section, attr, 0] = value 2024-09-12 14:09:15.273 | cfg_attr_count[section, attr] = 1 2024-09-12 14:09:15.273 | } else { 2024-09-12 14:09:15.273 | lno = cfg_attr_count[section, attr]++ 2024-09-12 14:09:15.273 | cfg_attr[section, attr, lno] = value 2024-09-12 14:09:15.273 | } 2024-09-12 14:09:15.273 | } 2024-09-12 14:09:15.273 | END { 2024-09-12 14:09:15.273 | # Process each section in order 2024-09-12 14:09:15.273 | for (sno = 0; sno < section_count; sno++) { 2024-09-12 14:09:15.273 | section = cfg_section[sno] 2024-09-12 14:09:15.273 | # The ini routines simply append a config item immediately 2024-09-12 14:09:15.273 | # after the section header. To keep the same order as defined 2024-09-12 14:09:15.273 | # in local.conf, invoke the ini routines in the reverse order 2024-09-12 14:09:15.273 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-09-12 14:09:15.273 | attr = cfg_sec_attr_name[sno, attr_no] 2024-09-12 14:09:15.273 | if (cfg_attr_count[section, attr] == 1) 2024-09-12 14:09:15.273 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-09-12 14:09:15.273 | else { 2024-09-12 14:09:15.273 | # For multiline, invoke the ini routines in the reverse order 2024-09-12 14:09:15.273 | count = cfg_attr_count[section, attr] 2024-09-12 14:09:15.273 | print "inidelete " configfile " " section " " attr 2024-09-12 14:09:15.273 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-09-12 14:09:15.273 | for (l = count -2; l >= 0; l--) 2024-09-12 14:09:15.273 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-09-12 14:09:15.273 | } 2024-09-12 14:09:15.273 | } 2024-09-12 14:09:15.273 | } 2024-09-12 14:09:15.273 | } 2024-09-12 14:09:15.274 | ' 2024-09-12 14:09:15.274 | + inc/meta-config:merge_config_file:164 : read a 2024-09-12 14:09:15.274 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-09-12 14:09:15.274 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-09-12 14:09:15.276 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-09-12 14:09:15.278 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2024-09-12 14:09:15.280 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-09-12 14:09:15.282 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2024-09-12 14:09:15.285 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2024-09-12 14:09:15.285 | BEGIN { group = "" } 2024-09-12 14:09:15.285 | /^\[\[.+\|.*\]\]/ { 2024-09-12 14:09:15.285 | gsub("[][]", "", $1); 2024-09-12 14:09:15.285 | split($1, a, "|"); 2024-09-12 14:09:15.285 | if (a[1] == matchgroup && a[2] == configfile) { 2024-09-12 14:09:15.285 | group=a[1] 2024-09-12 14:09:15.285 | } else { 2024-09-12 14:09:15.285 | group="" 2024-09-12 14:09:15.285 | } 2024-09-12 14:09:15.285 | next 2024-09-12 14:09:15.285 | } 2024-09-12 14:09:15.285 | { 2024-09-12 14:09:15.285 | if (group != "") 2024-09-12 14:09:15.285 | print $0 2024-09-12 14:09:15.285 | } 2024-09-12 14:09:15.285 | ' /opt/stack/devstack/local.conf 2024-09-12 14:09:15.290 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2024-09-12 14:09:15.292 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2024-09-12 14:09:15.295 | + inc/async:async_inner:64 : rc=0 2024-09-12 14:09:15.314 | [43809 Async configure_neutron_nova:43809]: finished successfully 2024-09-12 14:09:15.316 | + inc/meta-config:merge_config_file:164 : read a 2024-09-12 14:09:15.319 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-09-12 14:09:15.321 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-09-12 14:09:15.323 | + inc/meta-config:merge_config_group:180 : local dir 2024-09-12 14:09:15.326 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2024-09-12 14:09:15.328 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2024-09-12 14:09:15.331 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2024-09-12 14:09:15.332 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2024-09-12 14:09:15.335 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2024-09-12 14:09:15.339 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-09-12 14:09:15.341 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-09-12 14:09:15.343 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-09-12 14:09:15.345 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-09-12 14:09:15.347 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-09-12 14:09:15.349 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2024-09-12 14:09:15.351 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-09-12 14:09:15.354 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2024-09-12 14:09:15.356 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2024-09-12 14:09:15.358 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2024-09-12 14:09:15.361 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2024-09-12 14:09:15.363 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-09-12 14:09:15.363 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2024-09-12 14:09:15.363 | BEGIN { 2024-09-12 14:09:15.363 | section = "" 2024-09-12 14:09:15.363 | last_section = "" 2024-09-12 14:09:15.363 | section_count = 0 2024-09-12 14:09:15.363 | } 2024-09-12 14:09:15.363 | /^\[.+\]/ { 2024-09-12 14:09:15.363 | gsub("[][]", "", $1); 2024-09-12 14:09:15.363 | section=$1 2024-09-12 14:09:15.363 | next 2024-09-12 14:09:15.363 | } 2024-09-12 14:09:15.363 | /^ *\#/ { 2024-09-12 14:09:15.363 | next 2024-09-12 14:09:15.363 | } 2024-09-12 14:09:15.363 | /^[^ \t]+/ { 2024-09-12 14:09:15.363 | # get offset of first = in $0 2024-09-12 14:09:15.363 | eq_idx = index($0, "=") 2024-09-12 14:09:15.363 | # extract attr & value from $0 2024-09-12 14:09:15.363 | attr = substr($0, 1, eq_idx - 1) 2024-09-12 14:09:15.363 | value = substr($0, eq_idx + 1) 2024-09-12 14:09:15.363 | # only need to strip trailing whitespace from attr 2024-09-12 14:09:15.363 | sub(/[ \t]*$/, "", attr) 2024-09-12 14:09:15.363 | # need to strip leading & trailing whitespace from value 2024-09-12 14:09:15.363 | sub(/^[ \t]*/, "", value) 2024-09-12 14:09:15.363 | sub(/[ \t]*$/, "", value) 2024-09-12 14:09:15.363 | 2024-09-12 14:09:15.363 | # cfg_attr_count: number of config lines per [section, attr] 2024-09-12 14:09:15.363 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-09-12 14:09:15.363 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-09-12 14:09:15.363 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-09-12 14:09:15.363 | if (! (section, attr) in cfg_attr_count) { 2024-09-12 14:09:15.363 | if (section != last_section) { 2024-09-12 14:09:15.363 | cfg_section[section_count++] = section 2024-09-12 14:09:15.363 | last_section = section 2024-09-12 14:09:15.363 | } 2024-09-12 14:09:15.363 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-09-12 14:09:15.363 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-09-12 14:09:15.363 | 2024-09-12 14:09:15.363 | cfg_attr[section, attr, 0] = value 2024-09-12 14:09:15.363 | cfg_attr_count[section, attr] = 1 2024-09-12 14:09:15.363 | } else { 2024-09-12 14:09:15.363 | lno = cfg_attr_count[section, attr]++ 2024-09-12 14:09:15.363 | cfg_attr[section, attr, lno] = value 2024-09-12 14:09:15.364 | } 2024-09-12 14:09:15.364 | } 2024-09-12 14:09:15.364 | END { 2024-09-12 14:09:15.364 | # Process each section in order 2024-09-12 14:09:15.364 | for (sno = 0; sno < section_count; sno++) { 2024-09-12 14:09:15.364 | section = cfg_section[sno] 2024-09-12 14:09:15.364 | # The ini routines simply append a config item immediately 2024-09-12 14:09:15.364 | # after the section header. To keep the same order as defined 2024-09-12 14:09:15.364 | # in local.conf, invoke the ini routines in the reverse order 2024-09-12 14:09:15.364 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-09-12 14:09:15.364 | attr = cfg_sec_attr_name[sno, attr_no] 2024-09-12 14:09:15.364 | if (cfg_attr_count[section, attr] == 1) 2024-09-12 14:09:15.364 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-09-12 14:09:15.364 | else { 2024-09-12 14:09:15.364 | # For multiline, invoke the ini routines in the reverse order 2024-09-12 14:09:15.364 | count = cfg_attr_count[section, attr] 2024-09-12 14:09:15.364 | print "inidelete " configfile " " section " " attr 2024-09-12 14:09:15.364 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-09-12 14:09:15.364 | for (l = count -2; l >= 0; l--) 2024-09-12 14:09:15.364 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-09-12 14:09:15.364 | } 2024-09-12 14:09:15.364 | } 2024-09-12 14:09:15.364 | } 2024-09-12 14:09:15.364 | } 2024-09-12 14:09:15.364 | ' 2024-09-12 14:09:15.364 | + inc/meta-config:merge_config_file:164 : read a 2024-09-12 14:09:15.365 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-09-12 14:09:15.365 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-09-12 14:09:15.367 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-09-12 14:09:15.369 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2024-09-12 14:09:15.371 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-09-12 14:09:15.373 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2024-09-12 14:09:15.375 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2024-09-12 14:09:15.375 | BEGIN { group = "" } 2024-09-12 14:09:15.375 | /^\[\[.+\|.*\]\]/ { 2024-09-12 14:09:15.375 | gsub("[][]", "", $1); 2024-09-12 14:09:15.375 | split($1, a, "|"); 2024-09-12 14:09:15.375 | if (a[1] == matchgroup && a[2] == configfile) { 2024-09-12 14:09:15.375 | group=a[1] 2024-09-12 14:09:15.375 | } else { 2024-09-12 14:09:15.375 | group="" 2024-09-12 14:09:15.375 | } 2024-09-12 14:09:15.375 | next 2024-09-12 14:09:15.375 | } 2024-09-12 14:09:15.375 | { 2024-09-12 14:09:15.375 | if (group != "") 2024-09-12 14:09:15.375 | print $0 2024-09-12 14:09:15.375 | } 2024-09-12 14:09:15.375 | ' /opt/stack/devstack/local.conf 2024-09-12 14:09:15.379 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2024-09-12 14:09:15.381 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2024-09-12 14:09:15.406 | + inc/meta-config:merge_config_file:164 : read a 2024-09-12 14:09:15.408 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2024-09-12 14:09:15.410 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2024-09-12 14:09:15.434 | + inc/meta-config:merge_config_file:164 : read a 2024-09-12 14:09:15.437 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-09-12 14:09:15.439 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-09-12 14:09:15.441 | + inc/meta-config:merge_config_group:180 : local dir 2024-09-12 14:09:15.444 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2024-09-12 14:09:15.446 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-09-12 14:09:15.449 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-09-12 14:09:15.451 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2024-09-12 14:09:15.453 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2024-09-12 14:09:15.457 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2024-09-12 14:09:15.459 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2024-09-12 14:09:15.461 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-09-12 14:09:15.463 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-09-12 14:09:15.465 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-09-12 14:09:15.467 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-09-12 14:09:15.469 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-09-12 14:09:15.472 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2024-09-12 14:09:15.474 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-09-12 14:09:15.477 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-09-12 14:09:15.479 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2024-09-12 14:09:15.482 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-09-12 14:09:15.482 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-09-12 14:09:15.482 | BEGIN { 2024-09-12 14:09:15.482 | section = "" 2024-09-12 14:09:15.482 | last_section = "" 2024-09-12 14:09:15.482 | section_count = 0 2024-09-12 14:09:15.482 | } 2024-09-12 14:09:15.482 | /^\[.+\]/ { 2024-09-12 14:09:15.482 | gsub("[][]", "", $1); 2024-09-12 14:09:15.482 | section=$1 2024-09-12 14:09:15.482 | next 2024-09-12 14:09:15.482 | } 2024-09-12 14:09:15.482 | /^ *\#/ { 2024-09-12 14:09:15.482 | next 2024-09-12 14:09:15.482 | } 2024-09-12 14:09:15.482 | /^[^ \t]+/ { 2024-09-12 14:09:15.482 | # get offset of first = in $0 2024-09-12 14:09:15.482 | eq_idx = index($0, "=") 2024-09-12 14:09:15.482 | # extract attr & value from $0 2024-09-12 14:09:15.482 | attr = substr($0, 1, eq_idx - 1) 2024-09-12 14:09:15.482 | value = substr($0, eq_idx + 1) 2024-09-12 14:09:15.482 | # only need to strip trailing whitespace from attr 2024-09-12 14:09:15.482 | sub(/[ \t]*$/, "", attr) 2024-09-12 14:09:15.482 | # need to strip leading & trailing whitespace from value 2024-09-12 14:09:15.482 | sub(/^[ \t]*/, "", value) 2024-09-12 14:09:15.482 | sub(/[ \t]*$/, "", value) 2024-09-12 14:09:15.482 | 2024-09-12 14:09:15.482 | # cfg_attr_count: number of config lines per [section, attr] 2024-09-12 14:09:15.482 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-09-12 14:09:15.482 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-09-12 14:09:15.483 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-09-12 14:09:15.483 | if (! (section, attr) in cfg_attr_count) { 2024-09-12 14:09:15.483 | if (section != last_section) { 2024-09-12 14:09:15.483 | cfg_section[section_count++] = section 2024-09-12 14:09:15.483 | last_section = section 2024-09-12 14:09:15.483 | } 2024-09-12 14:09:15.483 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-09-12 14:09:15.483 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-09-12 14:09:15.483 | 2024-09-12 14:09:15.483 | cfg_attr[section, attr, 0] = value 2024-09-12 14:09:15.483 | cfg_attr_count[section, attr] = 1 2024-09-12 14:09:15.483 | } else { 2024-09-12 14:09:15.483 | lno = cfg_attr_count[section, attr]++ 2024-09-12 14:09:15.483 | cfg_attr[section, attr, lno] = value 2024-09-12 14:09:15.483 | } 2024-09-12 14:09:15.483 | } 2024-09-12 14:09:15.483 | END { 2024-09-12 14:09:15.483 | # Process each section in order 2024-09-12 14:09:15.483 | for (sno = 0; sno < section_count; sno++) { 2024-09-12 14:09:15.483 | section = cfg_section[sno] 2024-09-12 14:09:15.483 | # The ini routines simply append a config item immediately 2024-09-12 14:09:15.483 | # after the section header. To keep the same order as defined 2024-09-12 14:09:15.483 | # in local.conf, invoke the ini routines in the reverse order 2024-09-12 14:09:15.483 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-09-12 14:09:15.483 | attr = cfg_sec_attr_name[sno, attr_no] 2024-09-12 14:09:15.483 | if (cfg_attr_count[section, attr] == 1) 2024-09-12 14:09:15.483 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-09-12 14:09:15.483 | else { 2024-09-12 14:09:15.483 | # For multiline, invoke the ini routines in the reverse order 2024-09-12 14:09:15.483 | count = cfg_attr_count[section, attr] 2024-09-12 14:09:15.483 | print "inidelete " configfile " " section " " attr 2024-09-12 14:09:15.483 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-09-12 14:09:15.483 | for (l = count -2; l >= 0; l--) 2024-09-12 14:09:15.483 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-09-12 14:09:15.483 | } 2024-09-12 14:09:15.483 | } 2024-09-12 14:09:15.483 | } 2024-09-12 14:09:15.483 | } 2024-09-12 14:09:15.483 | ' 2024-09-12 14:09:15.483 | + inc/meta-config:merge_config_file:164 : read a 2024-09-12 14:09:15.484 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-09-12 14:09:15.484 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-09-12 14:09:15.486 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-09-12 14:09:15.488 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-09-12 14:09:15.490 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-09-12 14:09:15.492 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2024-09-12 14:09:15.494 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-09-12 14:09:15.494 | BEGIN { group = "" } 2024-09-12 14:09:15.494 | /^\[\[.+\|.*\]\]/ { 2024-09-12 14:09:15.494 | gsub("[][]", "", $1); 2024-09-12 14:09:15.494 | split($1, a, "|"); 2024-09-12 14:09:15.494 | if (a[1] == matchgroup && a[2] == configfile) { 2024-09-12 14:09:15.494 | group=a[1] 2024-09-12 14:09:15.494 | } else { 2024-09-12 14:09:15.494 | group="" 2024-09-12 14:09:15.494 | } 2024-09-12 14:09:15.494 | next 2024-09-12 14:09:15.494 | } 2024-09-12 14:09:15.494 | { 2024-09-12 14:09:15.494 | if (group != "") 2024-09-12 14:09:15.494 | print $0 2024-09-12 14:09:15.494 | } 2024-09-12 14:09:15.494 | ' /opt/stack/devstack/local.conf 2024-09-12 14:09:15.499 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2024-09-12 14:09:15.500 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2024-09-12 14:09:15.526 | + inc/meta-config:merge_config_file:164 : read a 2024-09-12 14:09:15.528 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2024-09-12 14:09:15.530 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-09-12 14:09:15.554 | + inc/meta-config:merge_config_file:164 : read a 2024-09-12 14:09:15.556 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2024-09-12 14:09:15.558 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-09-12 14:09:15.583 | + inc/meta-config:merge_config_file:164 : read a 2024-09-12 14:09:15.585 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2024-09-12 14:09:15.587 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2024-09-12 14:09:15.612 | + inc/meta-config:merge_config_file:164 : read a 2024-09-12 14:09:15.614 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2024-09-12 14:09:15.616 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2024-09-12 14:09:15.639 | + inc/meta-config:merge_config_file:164 : read a 2024-09-12 14:09:15.641 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2024-09-12 14:09:15.643 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2024-09-12 14:09:15.667 | + inc/meta-config:merge_config_file:164 : read a 2024-09-12 14:09:15.669 | + 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-09-12 14:09:15.671 | ++ 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-09-12 14:09:15.696 | + inc/meta-config:merge_config_file:164 : read a 2024-09-12 14:09:15.698 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2024-09-12 14:09:15.700 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2024-09-12 14:09:15.725 | + inc/meta-config:merge_config_file:164 : read a 2024-09-12 14:09:15.727 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2024-09-12 14:09:15.729 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-09-12 14:09:15.755 | + inc/meta-config:merge_config_file:164 : read a 2024-09-12 14:09:15.758 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-09-12 14:09:15.760 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-09-12 14:09:15.762 | + inc/meta-config:merge_config_group:180 : local dir 2024-09-12 14:09:15.765 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2024-09-12 14:09:15.767 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2024-09-12 14:09:15.769 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2024-09-12 14:09:15.772 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-09-12 14:09:15.774 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2024-09-12 14:09:15.777 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-09-12 14:09:15.779 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-09-12 14:09:15.782 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2024-09-12 14:09:15.784 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-09-12 14:09:15.786 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-09-12 14:09:15.788 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2024-09-12 14:09:15.789 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-09-12 14:09:15.792 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2024-09-12 14:09:15.794 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2024-09-12 14:09:15.796 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2024-09-12 14:09:15.798 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2024-09-12 14:09:15.801 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2024-09-12 14:09:15.802 | + inc/meta-config:merge_config_file:164 : read a 2024-09-12 14:09:15.803 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-09-12 14:09:15.803 | BEGIN { 2024-09-12 14:09:15.803 | section = "" 2024-09-12 14:09:15.803 | last_section = "" 2024-09-12 14:09:15.803 | section_count = 0 2024-09-12 14:09:15.803 | } 2024-09-12 14:09:15.803 | /^\[.+\]/ { 2024-09-12 14:09:15.803 | gsub("[][]", "", $1); 2024-09-12 14:09:15.803 | section=$1 2024-09-12 14:09:15.803 | next 2024-09-12 14:09:15.803 | } 2024-09-12 14:09:15.803 | /^ *\#/ { 2024-09-12 14:09:15.803 | next 2024-09-12 14:09:15.803 | } 2024-09-12 14:09:15.803 | /^[^ \t]+/ { 2024-09-12 14:09:15.803 | # get offset of first = in $0 2024-09-12 14:09:15.803 | eq_idx = index($0, "=") 2024-09-12 14:09:15.803 | # extract attr & value from $0 2024-09-12 14:09:15.803 | attr = substr($0, 1, eq_idx - 1) 2024-09-12 14:09:15.803 | value = substr($0, eq_idx + 1) 2024-09-12 14:09:15.803 | # only need to strip trailing whitespace from attr 2024-09-12 14:09:15.803 | sub(/[ \t]*$/, "", attr) 2024-09-12 14:09:15.803 | # need to strip leading & trailing whitespace from value 2024-09-12 14:09:15.803 | sub(/^[ \t]*/, "", value) 2024-09-12 14:09:15.803 | sub(/[ \t]*$/, "", value) 2024-09-12 14:09:15.803 | 2024-09-12 14:09:15.803 | # cfg_attr_count: number of config lines per [section, attr] 2024-09-12 14:09:15.803 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-09-12 14:09:15.803 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-09-12 14:09:15.803 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-09-12 14:09:15.803 | if (! (section, attr) in cfg_attr_count) { 2024-09-12 14:09:15.803 | if (section != last_section) { 2024-09-12 14:09:15.803 | cfg_section[section_count++] = section 2024-09-12 14:09:15.803 | last_section = section 2024-09-12 14:09:15.803 | } 2024-09-12 14:09:15.803 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-09-12 14:09:15.803 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-09-12 14:09:15.803 | 2024-09-12 14:09:15.803 | cfg_attr[section, attr, 0] = value 2024-09-12 14:09:15.803 | cfg_attr_count[section, attr] = 1 2024-09-12 14:09:15.803 | } else { 2024-09-12 14:09:15.803 | lno = cfg_attr_count[section, attr]++ 2024-09-12 14:09:15.803 | cfg_attr[section, attr, lno] = value 2024-09-12 14:09:15.803 | } 2024-09-12 14:09:15.803 | } 2024-09-12 14:09:15.803 | END { 2024-09-12 14:09:15.803 | # Process each section in order 2024-09-12 14:09:15.803 | for (sno = 0; sno < section_count; sno++) { 2024-09-12 14:09:15.803 | section = cfg_section[sno] 2024-09-12 14:09:15.803 | # The ini routines simply append a config item immediately 2024-09-12 14:09:15.803 | # after the section header. To keep the same order as defined 2024-09-12 14:09:15.803 | # in local.conf, invoke the ini routines in the reverse order 2024-09-12 14:09:15.803 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-09-12 14:09:15.803 | attr = cfg_sec_attr_name[sno, attr_no] 2024-09-12 14:09:15.803 | if (cfg_attr_count[section, attr] == 1) 2024-09-12 14:09:15.803 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-09-12 14:09:15.803 | else { 2024-09-12 14:09:15.803 | # For multiline, invoke the ini routines in the reverse order 2024-09-12 14:09:15.803 | count = cfg_attr_count[section, attr] 2024-09-12 14:09:15.803 | print "inidelete " configfile " " section " " attr 2024-09-12 14:09:15.803 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-09-12 14:09:15.803 | for (l = count -2; l >= 0; l--) 2024-09-12 14:09:15.803 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-09-12 14:09:15.803 | } 2024-09-12 14:09:15.803 | } 2024-09-12 14:09:15.803 | } 2024-09-12 14:09:15.803 | } 2024-09-12 14:09:15.803 | ' 2024-09-12 14:09:15.803 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-09-12 14:09:15.805 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-09-12 14:09:15.805 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-09-12 14:09:15.807 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2024-09-12 14:09:15.809 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-09-12 14:09:15.811 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-09-12 14:09:15.813 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-09-12 14:09:15.813 | BEGIN { group = "" } 2024-09-12 14:09:15.813 | /^\[\[.+\|.*\]\]/ { 2024-09-12 14:09:15.813 | gsub("[][]", "", $1); 2024-09-12 14:09:15.813 | split($1, a, "|"); 2024-09-12 14:09:15.813 | if (a[1] == matchgroup && a[2] == configfile) { 2024-09-12 14:09:15.813 | group=a[1] 2024-09-12 14:09:15.813 | } else { 2024-09-12 14:09:15.813 | group="" 2024-09-12 14:09:15.813 | } 2024-09-12 14:09:15.813 | next 2024-09-12 14:09:15.813 | } 2024-09-12 14:09:15.813 | { 2024-09-12 14:09:15.814 | if (group != "") 2024-09-12 14:09:15.814 | print $0 2024-09-12 14:09:15.814 | } 2024-09-12 14:09:15.814 | ' /opt/stack/devstack/local.conf 2024-09-12 14:09:15.818 | + 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-09-12 14:09:15.820 | ++ 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-09-12 14:09:15.843 | + inc/meta-config:merge_config_file:164 : read a 2024-09-12 14:09:15.845 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2024-09-12 14:09:15.847 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-09-12 14:09:15.871 | + inc/meta-config:merge_config_file:164 : read a 2024-09-12 14:09:15.873 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2024-09-12 14:09:15.875 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2024-09-12 14:09:15.898 | + inc/meta-config:merge_config_file:164 : read a 2024-09-12 14:09:15.901 | + stack.sh:main:1255 : is_service_enabled swift 2024-09-12 14:09:15.915 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:09:15.917 | + stack.sh:main:1263 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-09-12 14:09:15.919 | + stack.sh:main:1264 : is_service_enabled cinder 2024-09-12 14:09:15.933 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:09:15.935 | + stack.sh:main:1265 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-09-12 14:09:15.960 | + stack.sh:main:1268 : async_wait configure_neutron_nova 2024-09-12 14:09:15.996 | [3547 Async configure_neutron_nova:43809]: Waiting for completion of configure_neutron_nova running on PID 43809 (2 other jobs running) 2024-09-12 14:09:16.013 | [3547 Async configure_neutron_nova:43809]: Signaling child to exit 2024-09-12 14:09:16.013 | WAKEUP 2024-09-12 14:09:16.028 | [3547 Async configure_neutron_nova:43809]: Signaled 2024-09-12 14:09:16.030 | + lib/neutron:configure_neutron_nova:437 : create_nova_conf_neutron /etc/nova/nova.conf 2024-09-12 14:09:16.030 | + lib/neutron:create_nova_conf_neutron:448 : local conf=/etc/nova/nova.conf 2024-09-12 14:09:16.030 | + lib/neutron:create_nova_conf_neutron:449 : iniset /etc/nova/nova.conf neutron auth_type password 2024-09-12 14:09:16.030 | + lib/neutron:create_nova_conf_neutron:450 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2024-09-12 14:09:16.030 | + lib/neutron:create_nova_conf_neutron:451 : iniset /etc/nova/nova.conf neutron username neutron 2024-09-12 14:09:16.030 | + lib/neutron:create_nova_conf_neutron:452 : iniset /etc/nova/nova.conf neutron password nomoresecret 2024-09-12 14:09:16.030 | + lib/neutron:create_nova_conf_neutron:453 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2024-09-12 14:09:16.030 | + lib/neutron:create_nova_conf_neutron:454 : iniset /etc/nova/nova.conf neutron project_name service 2024-09-12 14:09:16.030 | + lib/neutron:create_nova_conf_neutron:455 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2024-09-12 14:09:16.030 | + lib/neutron:create_nova_conf_neutron:456 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2024-09-12 14:09:16.030 | + lib/neutron:create_nova_conf_neutron:457 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2024-09-12 14:09:16.030 | + lib/neutron:create_nova_conf_neutron:460 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2024-09-12 14:09:16.030 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2024-09-12 14:09:16.030 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:132 : : 2024-09-12 14:09:16.030 | + lib/neutron:create_nova_conf_neutron:462 : is_service_enabled q-meta neutron-metadata-agent 2024-09-12 14:09:16.030 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:09:16.030 | + lib/neutron:create_nova_conf_neutron:463 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2024-09-12 14:09:16.030 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2024-09-12 14:09:16.030 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2024-09-12 14:09:16.030 | + lib/neutron:configure_neutron_nova:438 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2024-09-12 14:09:16.062 | [3547 Async configure_neutron_nova:43809]: finished configure_neutron_nova with result 0 in 0 seconds 2024-09-12 14:09:16.065 | + inc/async:async_wait:197 : return 0 2024-09-12 14:09:16.067 | + stack.sh:main:1274 : is_service_enabled nova 2024-09-12 14:09:16.081 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:09:16.084 | + stack.sh:main:1275 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-09-12 14:09:16.108 | + stack.sh:main:1276 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-09-12 14:09:16.134 | + stack.sh:main:1280 : is_service_enabled n-api 2024-09-12 14:09:16.148 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:09:16.150 | + stack.sh:main:1281 : echo_summary 'Starting Nova API' 2024-09-12 14:09:16.152 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-09-12 14:09:16.154 | + stack.sh:echo_summary:455 : echo -e Starting Nova API 2024-09-12 14:09:16.156 | + stack.sh:main:1282 : start_nova_api 2024-09-12 14:09:16.158 | + lib/nova:start_nova_api:970 : local service_port=8774 2024-09-12 14:09:16.160 | + lib/nova:start_nova_api:971 : local service_protocol=http 2024-09-12 14:09:16.162 | + lib/nova:start_nova_api:972 : local nova_url 2024-09-12 14:09:16.164 | + lib/nova:start_nova_api:973 : is_service_enabled tls-proxy 2024-09-12 14:09:16.177 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:09:16.179 | + 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-09-12 14:09:16.181 | + 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-09-12 14:09:16.183 | + 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-09-12 14:09:16.185 | + lib/nova:start_nova_api:982 : '[' True == False ']' 2024-09-12 14:09:16.188 | ++ lib/nova:start_nova_api:990 : which uwsgi 2024-09-12 14:09:16.191 | + 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-09-12 14:09:16.193 | + functions-common:run_process:1689 : local service=n-api 2024-09-12 14:09:16.195 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-09-12 14:09:16.197 | + functions-common:run_process:1691 : local group= 2024-09-12 14:09:16.199 | + functions-common:run_process:1692 : local user= 2024-09-12 14:09:16.202 | + functions-common:run_process:1693 : local env_vars= 2024-09-12 14:09:16.204 | + functions-common:run_process:1695 : local name=n-api 2024-09-12 14:09:16.206 | + functions-common:run_process:1697 : time_start run_process 2024-09-12 14:09:16.208 | + functions-common:time_start:2421 : local name=run_process 2024-09-12 14:09:16.210 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:09:16.212 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:09:16.215 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:09:16.218 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150156216 2024-09-12 14:09:16.220 | + functions-common:run_process:1698 : is_service_enabled n-api 2024-09-12 14:09:16.233 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:09:16.235 | + 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-09-12 14:09:16.237 | + functions-common:_run_under_systemd:1649 : local service=n-api 2024-09-12 14:09:16.239 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-09-12 14:09:16.241 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-09-12 14:09:16.243 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-09-12 14:09:16.245 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-09-12 14:09:16.247 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2024-09-12 14:09:16.249 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2024-09-12 14:09:16.251 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api.service 2024-09-12 14:09:16.253 | + functions-common:_run_under_systemd:1656 : local group= 2024-09-12 14:09:16.255 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-09-12 14:09:16.257 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-09-12 14:09:16.259 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-09-12 14:09:16.261 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2024-09-12 14:09:16.263 | + 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-09-12 14:09:16.265 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api.service 2024-09-12 14:09:16.267 | + 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-09-12 14:09:16.269 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-09-12 14:09:16.271 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-09-12 14:09:16.273 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-09-12 14:09:16.274 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api.service 2024-09-12 14:09:16.276 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-09-12 14:09:16.279 | + 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-09-12 14:09:16.328 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2024-09-12 14:09:16.375 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2024-09-12 14:09:16.415 | + 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-09-12 14:09:16.455 | + 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-09-12 14:09:16.499 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2024-09-12 14:09:16.540 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2024-09-12 14:09:16.580 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2024-09-12 14:09:16.620 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2024-09-12 14:09:16.662 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2024-09-12 14:09:16.703 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-09-12 14:09:16.705 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-09-12 14:09:16.707 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2024-09-12 14:09:16.755 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-09-12 14:09:16.988 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api.service 2024-09-12 14:09:16.997 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2024-09-12 14:09:17.224 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api.service 2024-09-12 14:09:17.273 | + functions-common:run_process:1701 : time_stop run_process 2024-09-12 14:09:17.275 | + functions-common:time_stop:2435 : local name 2024-09-12 14:09:17.277 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:09:17.279 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:09:17.282 | + functions-common:time_stop:2438 : local total 2024-09-12 14:09:17.283 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:09:17.285 | + functions-common:time_stop:2441 : name=run_process 2024-09-12 14:09:17.287 | + functions-common:time_stop:2442 : start_time=1726150156216 2024-09-12 14:09:17.290 | + functions-common:time_stop:2444 : [[ -z 1726150156216 ]] 2024-09-12 14:09:17.293 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:09:17.296 | + functions-common:time_stop:2447 : end_time=1726150157293 2024-09-12 14:09:17.298 | + functions-common:time_stop:2448 : elapsed_time=1077 2024-09-12 14:09:17.300 | + functions-common:time_stop:2449 : total=1194 2024-09-12 14:09:17.302 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:09:17.304 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2271 2024-09-12 14:09:17.306 | + lib/nova:start_nova_api:991 : nova_url=http://10.180.1.21/compute/v2.1/ 2024-09-12 14:09:17.308 | + lib/nova:start_nova_api:994 : echo 'Waiting for nova-api to start...' 2024-09-12 14:09:17.308 | Waiting for nova-api to start... 2024-09-12 14:09:17.310 | + lib/nova:start_nova_api:995 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2024-09-12 14:09:17.312 | + functions:wait_for_service:468 : local timeout=60 2024-09-12 14:09:17.314 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2024-09-12 14:09:17.316 | + functions:wait_for_service:470 : local rval=0 2024-09-12 14:09:17.318 | + functions:wait_for_service:471 : time_start wait_for_service 2024-09-12 14:09:17.321 | + functions-common:time_start:2421 : local name=wait_for_service 2024-09-12 14:09:17.323 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:09:17.325 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:09:17.328 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:09:17.331 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150157328 2024-09-12 14:09:17.333 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-09-12 14:09:17.336 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2024-09-12 14:09:20.010 | + :: : [[ 200 == 503 ]] 2024-09-12 14:09:20.011 | + :: : [[ 0 -eq 7 ]] 2024-09-12 14:09:20.014 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-09-12 14:09:20.016 | + functions-common:time_stop:2435 : local name 2024-09-12 14:09:20.018 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:09:20.021 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:09:20.023 | + functions-common:time_stop:2438 : local total 2024-09-12 14:09:20.025 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:09:20.028 | + functions-common:time_stop:2441 : name=wait_for_service 2024-09-12 14:09:20.030 | + functions-common:time_stop:2442 : start_time=1726150157328 2024-09-12 14:09:20.032 | + functions-common:time_stop:2444 : [[ -z 1726150157328 ]] 2024-09-12 14:09:20.035 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:09:20.038 | + functions-common:time_stop:2447 : end_time=1726150160036 2024-09-12 14:09:20.040 | + functions-common:time_stop:2448 : elapsed_time=2708 2024-09-12 14:09:20.042 | + functions-common:time_stop:2449 : total=2394 2024-09-12 14:09:20.045 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:09:20.047 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5102 2024-09-12 14:09:20.049 | + functions:wait_for_service:478 : return 0 2024-09-12 14:09:20.052 | + 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-09-12 14:09:20.054 | + 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-09-12 14:09:20.057 | + stack.sh:main:1285 : is_service_enabled ovn-controller ovn-controller-vtep 2024-09-12 14:09:20.071 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:09:20.073 | + stack.sh:main:1290 : is_service_enabled neutron-api 2024-09-12 14:09:20.088 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:09:20.090 | + stack.sh:main:1293 : is_service_enabled q-svc 2024-09-12 14:09:20.105 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:09:20.107 | + stack.sh:main:1294 : echo_summary 'Starting Neutron' 2024-09-12 14:09:20.109 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-09-12 14:09:20.111 | + stack.sh:echo_summary:455 : echo -e Starting Neutron 2024-09-12 14:09:20.114 | + stack.sh:main:1295 : configure_neutron_after_post_config 2024-09-12 14:09:20.116 | + lib/neutron:configure_neutron_after_post_config:547 : [[ router != '' ]] 2024-09-12 14:09:20.119 | + lib/neutron:configure_neutron_after_post_config:548 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2024-09-12 14:09:20.145 | + lib/neutron:configure_neutron_after_post_config:550 : configure_rbac_policies 2024-09-12 14:09:20.147 | + lib/neutron:configure_rbac_policies:556 : [[ False == \T\r\u\e ]] 2024-09-12 14:09:20.149 | + lib/neutron:configure_rbac_policies:556 : [[ False == True ]] 2024-09-12 14:09:20.151 | + lib/neutron:configure_rbac_policies:560 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2024-09-12 14:09:20.177 | + lib/neutron:configure_rbac_policies:561 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2024-09-12 14:09:20.202 | + stack.sh:main:1296 : start_neutron_service_and_check 2024-09-12 14:09:20.204 | + lib/neutron:start_neutron_service_and_check:583 : local service_port=9696 2024-09-12 14:09:20.206 | + lib/neutron:start_neutron_service_and_check:584 : local service_protocol=http 2024-09-12 14:09:20.208 | + lib/neutron:start_neutron_service_and_check:585 : local cfg_file_options 2024-09-12 14:09:20.210 | + lib/neutron:start_neutron_service_and_check:586 : local neutron_url 2024-09-12 14:09:20.213 | ++ lib/neutron:start_neutron_service_and_check:588 : determine_config_files neutron-server 2024-09-12 14:09:20.215 | ++ lib/neutron:determine_config_files:360 : local opts= 2024-09-12 14:09:20.217 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2024-09-12 14:09:20.220 | +++ lib/neutron:determine_config_files:362 : _determine_config_server 2024-09-12 14:09:20.222 | +++ lib/neutron:_determine_config_server:330 : [[ '' != '' ]] 2024-09-12 14:09:20.224 | +++ lib/neutron:_determine_config_server:337 : [[ 0 > 0 ]] 2024-09-12 14:09:20.226 | +++ lib/neutron:_determine_config_server:344 : local cfg_file 2024-09-12 14:09:20.228 | +++ lib/neutron:_determine_config_server:345 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-09-12 14:09:20.230 | +++ lib/neutron:_determine_config_server:349 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-09-12 14:09:20.233 | ++ lib/neutron:determine_config_files:362 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-09-12 14:09:20.235 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2024-09-12 14:09:20.237 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-09-12 14:09:20.239 | + 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-09-12 14:09:20.242 | + lib/neutron:start_neutron_service_and_check:590 : is_service_enabled tls-proxy 2024-09-12 14:09:20.256 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:09:20.258 | + lib/neutron:start_neutron_service_and_check:595 : '[' False == True ']' 2024-09-12 14:09:20.260 | + 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-09-12 14:09:20.262 | + functions-common:run_process:1689 : local service=q-svc 2024-09-12 14:09:20.264 | + 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-09-12 14:09:20.266 | + functions-common:run_process:1691 : local group= 2024-09-12 14:09:20.268 | + functions-common:run_process:1692 : local user= 2024-09-12 14:09:20.270 | + functions-common:run_process:1693 : local env_vars= 2024-09-12 14:09:20.272 | + functions-common:run_process:1695 : local name=q-svc 2024-09-12 14:09:20.274 | + functions-common:run_process:1697 : time_start run_process 2024-09-12 14:09:20.276 | + functions-common:time_start:2421 : local name=run_process 2024-09-12 14:09:20.278 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:09:20.280 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:09:20.283 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:09:20.286 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150160283 2024-09-12 14:09:20.288 | + functions-common:run_process:1698 : is_service_enabled q-svc 2024-09-12 14:09:20.301 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:09:20.303 | + 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-09-12 14:09:20.305 | + functions-common:_run_under_systemd:1649 : local service=q-svc 2024-09-12 14:09:20.307 | + 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-09-12 14:09:20.309 | + 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-09-12 14:09:20.311 | + 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-09-12 14:09:20.313 | + 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-09-12 14:09:20.314 | + 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-09-12 14:09:20.316 | + 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-09-12 14:09:20.318 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-svc.service 2024-09-12 14:09:20.320 | + functions-common:_run_under_systemd:1656 : local group= 2024-09-12 14:09:20.322 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-09-12 14:09:20.324 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-09-12 14:09:20.326 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-09-12 14:09:20.328 | + 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-09-12 14:09:20.330 | + 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-09-12 14:09:20.332 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-svc.service 2024-09-12 14:09:20.334 | + 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-09-12 14:09:20.336 | + functions-common:write_user_unit_file:1560 : local group= 2024-09-12 14:09:20.338 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-09-12 14:09:20.340 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-09-12 14:09:20.342 | + functions-common:write_user_unit_file:1563 : local extra= 2024-09-12 14:09:20.343 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-09-12 14:09:20.345 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2024-09-12 14:09:20.347 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-09-12 14:09:20.350 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2024-09-12 14:09:20.399 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2024-09-12 14:09:20.447 | + 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-09-12 14:09:20.492 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2024-09-12 14:09:20.533 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2024-09-12 14:09:20.575 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-09-12 14:09:20.615 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-09-12 14:09:20.617 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-09-12 14:09:20.619 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2024-09-12 14:09:20.669 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-09-12 14:09:20.892 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-svc.service 2024-09-12 14:09:20.903 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2024-09-12 14:09:21.129 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-svc.service 2024-09-12 14:09:21.159 | + functions-common:run_process:1701 : time_stop run_process 2024-09-12 14:09:21.161 | + functions-common:time_stop:2435 : local name 2024-09-12 14:09:21.164 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:09:21.166 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:09:21.168 | + functions-common:time_stop:2438 : local total 2024-09-12 14:09:21.170 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:09:21.172 | + functions-common:time_stop:2441 : name=run_process 2024-09-12 14:09:21.174 | + functions-common:time_stop:2442 : start_time=1726150160283 2024-09-12 14:09:21.176 | + functions-common:time_stop:2444 : [[ -z 1726150160283 ]] 2024-09-12 14:09:21.178 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:09:21.182 | + functions-common:time_stop:2447 : end_time=1726150161180 2024-09-12 14:09:21.184 | + functions-common:time_stop:2448 : elapsed_time=897 2024-09-12 14:09:21.186 | + functions-common:time_stop:2449 : total=2271 2024-09-12 14:09:21.188 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:09:21.190 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3168 2024-09-12 14:09:21.192 | + lib/neutron:start_neutron_service_and_check:603 : neutron_url=http://10.180.1.21:9696/ 2024-09-12 14:09:21.194 | + lib/neutron:start_neutron_service_and_check:605 : is_service_enabled tls-proxy 2024-09-12 14:09:21.208 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:09:21.210 | + lib/neutron:start_neutron_service_and_check:609 : '[' '!' -z networking ']' 2024-09-12 14:09:21.212 | + lib/neutron:start_neutron_service_and_check:610 : neutron_url=http://10.180.1.21:9696/networking 2024-09-12 14:09:21.214 | + lib/neutron:start_neutron_service_and_check:612 : echo 'Waiting for Neutron to start...' 2024-09-12 14:09:21.214 | Waiting for Neutron to start... 2024-09-12 14:09:21.216 | + lib/neutron:start_neutron_service_and_check:614 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2024-09-12 14:09:21.218 | + 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-09-12 14:09:21.220 | + functions-common:test_with_retry:2373 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2024-09-12 14:09:21.222 | + functions-common:test_with_retry:2374 : local 'failmsg=Neutron did not start' 2024-09-12 14:09:21.225 | + functions-common:test_with_retry:2375 : local until=60 2024-09-12 14:09:21.227 | + functions-common:test_with_retry:2376 : local sleep=0.5 2024-09-12 14:09:21.229 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2024-09-12 14:09:21.231 | + functions-common:time_start:2421 : local name=test_with_retry 2024-09-12 14:09:21.233 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:09:21.236 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:09:21.239 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:09:21.242 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150161240 2024-09-12 14:09:21.244 | + 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-09-12 14:09:24.281 | {"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-09-12 14:09:24.284 | + functions-common:time_stop:2435 : local name 2024-09-12 14:09:24.286 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:09:24.288 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:09:24.290 | + functions-common:time_stop:2438 : local total 2024-09-12 14:09:24.293 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:09:24.295 | + functions-common:time_stop:2441 : name=test_with_retry 2024-09-12 14:09:24.297 | + functions-common:time_stop:2442 : start_time=1726150161240 2024-09-12 14:09:24.299 | + functions-common:time_stop:2444 : [[ -z 1726150161240 ]] 2024-09-12 14:09:24.302 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:09:24.305 | + functions-common:time_stop:2447 : end_time=1726150164303 2024-09-12 14:09:24.307 | + functions-common:time_stop:2448 : elapsed_time=3063 2024-09-12 14:09:24.309 | + functions-common:time_stop:2449 : total=0 2024-09-12 14:09:24.311 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:09:24.313 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3063 2024-09-12 14:09:24.315 | + stack.sh:main:1301 : is_service_enabled placement 2024-09-12 14:09:24.329 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:09:24.331 | + stack.sh:main:1302 : echo_summary 'Starting Placement' 2024-09-12 14:09:24.333 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-09-12 14:09:24.335 | + stack.sh:echo_summary:455 : echo -e Starting Placement 2024-09-12 14:09:24.337 | + stack.sh:main:1303 : start_placement 2024-09-12 14:09:24.339 | + lib/placement:start_placement:173 : start_placement_api 2024-09-12 14:09:24.341 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2024-09-12 14:09:24.344 | ++ lib/placement:start_placement_api:160 : which uwsgi 2024-09-12 14:09:24.347 | + lib/placement:start_placement_api:160 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-09-12 14:09:24.349 | + functions-common:run_process:1689 : local service=placement-api 2024-09-12 14:09:24.351 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-09-12 14:09:24.353 | + functions-common:run_process:1691 : local group= 2024-09-12 14:09:24.355 | + functions-common:run_process:1692 : local user= 2024-09-12 14:09:24.357 | + functions-common:run_process:1693 : local env_vars= 2024-09-12 14:09:24.359 | + functions-common:run_process:1695 : local name=placement-api 2024-09-12 14:09:24.361 | + functions-common:run_process:1697 : time_start run_process 2024-09-12 14:09:24.363 | + functions-common:time_start:2421 : local name=run_process 2024-09-12 14:09:24.365 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:09:24.367 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:09:24.370 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:09:24.373 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150164371 2024-09-12 14:09:24.376 | + functions-common:run_process:1698 : is_service_enabled placement-api 2024-09-12 14:09:24.389 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:09:24.391 | + functions-common:run_process:1699 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' 2024-09-12 14:09:24.393 | + functions-common:_run_under_systemd:1649 : local service=placement-api 2024-09-12 14:09:24.395 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-09-12 14:09:24.397 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-09-12 14:09:24.399 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-09-12 14:09:24.401 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-09-12 14:09:24.403 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2024-09-12 14:09:24.405 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2024-09-12 14:09:24.407 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@placement-api.service 2024-09-12 14:09:24.409 | + functions-common:_run_under_systemd:1656 : local group= 2024-09-12 14:09:24.411 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-09-12 14:09:24.413 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-09-12 14:09:24.415 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-09-12 14:09:24.417 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2024-09-12 14:09:24.419 | + 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-09-12 14:09:24.421 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@placement-api.service 2024-09-12 14:09:24.423 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-09-12 14:09:24.425 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-09-12 14:09:24.427 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-09-12 14:09:24.429 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-09-12 14:09:24.431 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2024-09-12 14:09:24.433 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-09-12 14:09:24.436 | + 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-09-12 14:09:24.485 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2024-09-12 14:09:24.534 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2024-09-12 14:09:24.575 | + 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-09-12 14:09:24.616 | + 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-09-12 14:09:24.656 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2024-09-12 14:09:24.697 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2024-09-12 14:09:24.738 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2024-09-12 14:09:24.779 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2024-09-12 14:09:24.822 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2024-09-12 14:09:24.863 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-09-12 14:09:24.865 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-09-12 14:09:24.867 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2024-09-12 14:09:24.915 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-09-12 14:09:25.144 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@placement-api.service 2024-09-12 14:09:25.154 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2024-09-12 14:09:25.380 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@placement-api.service 2024-09-12 14:09:25.428 | + functions-common:run_process:1701 : time_stop run_process 2024-09-12 14:09:25.429 | + functions-common:time_stop:2435 : local name 2024-09-12 14:09:25.432 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:09:25.434 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:09:25.436 | + functions-common:time_stop:2438 : local total 2024-09-12 14:09:25.438 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:09:25.440 | + functions-common:time_stop:2441 : name=run_process 2024-09-12 14:09:25.442 | + functions-common:time_stop:2442 : start_time=1726150164371 2024-09-12 14:09:25.444 | + functions-common:time_stop:2444 : [[ -z 1726150164371 ]] 2024-09-12 14:09:25.447 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:09:25.451 | + functions-common:time_stop:2447 : end_time=1726150165449 2024-09-12 14:09:25.453 | + functions-common:time_stop:2448 : elapsed_time=1078 2024-09-12 14:09:25.455 | + functions-common:time_stop:2449 : total=3168 2024-09-12 14:09:25.457 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:09:25.459 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4246 2024-09-12 14:09:25.461 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2024-09-12 14:09:25.461 | Waiting for placement-api to start... 2024-09-12 14:09:25.463 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2024-09-12 14:09:25.465 | + functions:wait_for_service:468 : local timeout=60 2024-09-12 14:09:25.467 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2024-09-12 14:09:25.469 | + functions:wait_for_service:470 : local rval=0 2024-09-12 14:09:25.471 | + functions:wait_for_service:471 : time_start wait_for_service 2024-09-12 14:09:25.473 | + functions-common:time_start:2421 : local name=wait_for_service 2024-09-12 14:09:25.475 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:09:25.477 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:09:25.481 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:09:25.484 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150165482 2024-09-12 14:09:25.486 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-09-12 14:09:25.490 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2024-09-12 14:09:26.689 | + :: : [[ 200 == 503 ]] 2024-09-12 14:09:26.690 | + :: : [[ 0 -eq 7 ]] 2024-09-12 14:09:26.693 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-09-12 14:09:26.696 | + functions-common:time_stop:2435 : local name 2024-09-12 14:09:26.698 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:09:26.701 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:09:26.703 | + functions-common:time_stop:2438 : local total 2024-09-12 14:09:26.705 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:09:26.707 | + functions-common:time_stop:2441 : name=wait_for_service 2024-09-12 14:09:26.709 | + functions-common:time_stop:2442 : start_time=1726150165482 2024-09-12 14:09:26.711 | + functions-common:time_stop:2444 : [[ -z 1726150165482 ]] 2024-09-12 14:09:26.713 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:09:26.717 | + functions-common:time_stop:2447 : end_time=1726150166715 2024-09-12 14:09:26.719 | + functions-common:time_stop:2448 : elapsed_time=1233 2024-09-12 14:09:26.721 | + functions-common:time_stop:2449 : total=5102 2024-09-12 14:09:26.723 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:09:26.725 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6335 2024-09-12 14:09:26.727 | + functions:wait_for_service:478 : return 0 2024-09-12 14:09:26.729 | + stack.sh:main:1306 : is_service_enabled neutron 2024-09-12 14:09:26.744 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:09:26.746 | + stack.sh:main:1307 : start_neutron 2024-09-12 14:09:26.748 | + lib/neutron:start_neutron:619 : start_l2_agent 2024-09-12 14:09:26.750 | + 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-09-12 14:09:26.752 | + functions-common:run_process:1689 : local service=q-agt 2024-09-12 14:09:26.754 | + 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-09-12 14:09:26.756 | + functions-common:run_process:1691 : local group= 2024-09-12 14:09:26.758 | + functions-common:run_process:1692 : local user= 2024-09-12 14:09:26.760 | + functions-common:run_process:1693 : local env_vars= 2024-09-12 14:09:26.762 | + functions-common:run_process:1695 : local name=q-agt 2024-09-12 14:09:26.764 | + functions-common:run_process:1697 : time_start run_process 2024-09-12 14:09:26.766 | + functions-common:time_start:2421 : local name=run_process 2024-09-12 14:09:26.768 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:09:26.770 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:09:26.773 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:09:26.776 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150166774 2024-09-12 14:09:26.778 | + functions-common:run_process:1698 : is_service_enabled q-agt 2024-09-12 14:09:26.791 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:09:26.794 | + 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-09-12 14:09:26.796 | + functions-common:_run_under_systemd:1649 : local service=q-agt 2024-09-12 14:09:26.798 | + 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-09-12 14:09:26.800 | + 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-09-12 14:09:26.802 | + 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-09-12 14:09:26.804 | + 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-09-12 14:09:26.806 | + 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-09-12 14:09:26.808 | + 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-09-12 14:09:26.810 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-agt.service 2024-09-12 14:09:26.812 | + functions-common:_run_under_systemd:1656 : local group= 2024-09-12 14:09:26.814 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-09-12 14:09:26.816 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-09-12 14:09:26.818 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-09-12 14:09:26.820 | + 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-09-12 14:09:26.822 | + 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-09-12 14:09:26.824 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-agt.service 2024-09-12 14:09:26.826 | + 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-09-12 14:09:26.828 | + functions-common:write_user_unit_file:1560 : local group= 2024-09-12 14:09:26.830 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-09-12 14:09:26.832 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-09-12 14:09:26.834 | + functions-common:write_user_unit_file:1563 : local extra= 2024-09-12 14:09:26.836 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-09-12 14:09:26.838 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2024-09-12 14:09:26.839 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-09-12 14:09:26.843 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2024-09-12 14:09:26.891 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User stack 2024-09-12 14:09:26.937 | + 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-09-12 14:09:26.977 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2024-09-12 14:09:27.017 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2024-09-12 14:09:27.058 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-09-12 14:09:27.098 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-09-12 14:09:27.100 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-09-12 14:09:27.102 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2024-09-12 14:09:27.150 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-09-12 14:09:27.381 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-agt.service 2024-09-12 14:09:27.390 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2024-09-12 14:09:27.624 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-agt.service 2024-09-12 14:09:27.645 | + functions-common:run_process:1701 : time_stop run_process 2024-09-12 14:09:27.647 | + functions-common:time_stop:2435 : local name 2024-09-12 14:09:27.649 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:09:27.651 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:09:27.653 | + functions-common:time_stop:2438 : local total 2024-09-12 14:09:27.655 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:09:27.657 | + functions-common:time_stop:2441 : name=run_process 2024-09-12 14:09:27.659 | + functions-common:time_stop:2442 : start_time=1726150166774 2024-09-12 14:09:27.661 | + functions-common:time_stop:2444 : [[ -z 1726150166774 ]] 2024-09-12 14:09:27.664 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:09:27.668 | + functions-common:time_stop:2447 : end_time=1726150167665 2024-09-12 14:09:27.669 | + functions-common:time_stop:2448 : elapsed_time=891 2024-09-12 14:09:27.672 | + functions-common:time_stop:2449 : total=4246 2024-09-12 14:09:27.674 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:09:27.676 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5137 2024-09-12 14:09:27.678 | + lib/neutron:start_l2_agent:628 : is_provider_network 2024-09-12 14:09:27.680 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-09-12 14:09:27.682 | + functions-common:is_provider_network:2287 : return 1 2024-09-12 14:09:27.684 | + lib/neutron:start_neutron:620 : start_other_agents 2024-09-12 14:09:27.686 | + 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-09-12 14:09:27.688 | + functions-common:run_process:1689 : local service=q-dhcp 2024-09-12 14:09:27.690 | + 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-09-12 14:09:27.692 | + functions-common:run_process:1691 : local group= 2024-09-12 14:09:27.695 | + functions-common:run_process:1692 : local user= 2024-09-12 14:09:27.696 | + functions-common:run_process:1693 : local env_vars= 2024-09-12 14:09:27.699 | + functions-common:run_process:1695 : local name=q-dhcp 2024-09-12 14:09:27.701 | + functions-common:run_process:1697 : time_start run_process 2024-09-12 14:09:27.702 | + functions-common:time_start:2421 : local name=run_process 2024-09-12 14:09:27.704 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:09:27.707 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:09:27.710 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:09:27.714 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150167711 2024-09-12 14:09:27.716 | + functions-common:run_process:1698 : is_service_enabled q-dhcp 2024-09-12 14:09:27.731 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:09:27.733 | + 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-09-12 14:09:27.735 | + functions-common:_run_under_systemd:1649 : local service=q-dhcp 2024-09-12 14:09:27.737 | + 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-09-12 14:09:27.739 | + 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-09-12 14:09:27.741 | + 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-09-12 14:09:27.744 | + 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-09-12 14:09:27.746 | + 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-09-12 14:09:27.748 | + 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-09-12 14:09:27.750 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-dhcp.service 2024-09-12 14:09:27.752 | + functions-common:_run_under_systemd:1656 : local group= 2024-09-12 14:09:27.753 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-09-12 14:09:27.755 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-09-12 14:09:27.757 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-09-12 14:09:27.759 | + 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-09-12 14:09:27.761 | + 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-09-12 14:09:27.763 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-dhcp.service 2024-09-12 14:09:27.765 | + 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-09-12 14:09:27.767 | + functions-common:write_user_unit_file:1560 : local group= 2024-09-12 14:09:27.769 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-09-12 14:09:27.771 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-09-12 14:09:27.773 | + functions-common:write_user_unit_file:1563 : local extra= 2024-09-12 14:09:27.775 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-09-12 14:09:27.777 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2024-09-12 14:09:27.779 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-09-12 14:09:27.782 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2024-09-12 14:09:27.832 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User stack 2024-09-12 14:09:27.882 | + 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-09-12 14:09:27.925 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2024-09-12 14:09:27.968 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2024-09-12 14:09:28.012 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-09-12 14:09:28.057 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-09-12 14:09:28.059 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-09-12 14:09:28.061 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2024-09-12 14:09:28.114 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-09-12 14:09:28.354 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-dhcp.service 2024-09-12 14:09:28.363 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2024-09-12 14:09:28.598 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-dhcp.service 2024-09-12 14:09:28.621 | + functions-common:run_process:1701 : time_stop run_process 2024-09-12 14:09:28.623 | + functions-common:time_stop:2435 : local name 2024-09-12 14:09:28.625 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:09:28.627 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:09:28.629 | + functions-common:time_stop:2438 : local total 2024-09-12 14:09:28.631 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:09:28.633 | + functions-common:time_stop:2441 : name=run_process 2024-09-12 14:09:28.635 | + functions-common:time_stop:2442 : start_time=1726150167711 2024-09-12 14:09:28.637 | + functions-common:time_stop:2444 : [[ -z 1726150167711 ]] 2024-09-12 14:09:28.639 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:09:28.643 | + functions-common:time_stop:2447 : end_time=1726150168641 2024-09-12 14:09:28.645 | + functions-common:time_stop:2448 : elapsed_time=930 2024-09-12 14:09:28.647 | + functions-common:time_stop:2449 : total=5137 2024-09-12 14:09:28.649 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:09:28.651 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6067 2024-09-12 14:09:28.653 | ++ lib/neutron:start_other_agents:646 : determine_config_files neutron-l3-agent 2024-09-12 14:09:28.655 | ++ lib/neutron:determine_config_files:360 : local opts= 2024-09-12 14:09:28.657 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2024-09-12 14:09:28.660 | +++ lib/neutron:determine_config_files:363 : _determine_config_l3 2024-09-12 14:09:28.662 | +++ lib/neutron:_determine_config_l3:353 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-09-12 14:09:28.664 | +++ lib/neutron:_determine_config_l3:354 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-09-12 14:09:28.666 | ++ lib/neutron:determine_config_files:363 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-09-12 14:09:28.668 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2024-09-12 14:09:28.670 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-09-12 14:09:28.673 | + 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-09-12 14:09:28.675 | + functions-common:run_process:1689 : local service=q-l3 2024-09-12 14:09:28.677 | + 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-09-12 14:09:28.679 | + functions-common:run_process:1691 : local group= 2024-09-12 14:09:28.681 | + functions-common:run_process:1692 : local user= 2024-09-12 14:09:28.683 | + functions-common:run_process:1693 : local env_vars= 2024-09-12 14:09:28.686 | + functions-common:run_process:1695 : local name=q-l3 2024-09-12 14:09:28.687 | + functions-common:run_process:1697 : time_start run_process 2024-09-12 14:09:28.690 | + functions-common:time_start:2421 : local name=run_process 2024-09-12 14:09:28.692 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:09:28.694 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:09:28.696 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:09:28.699 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150168697 2024-09-12 14:09:28.701 | + functions-common:run_process:1698 : is_service_enabled q-l3 2024-09-12 14:09:28.715 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:09:28.717 | + 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-09-12 14:09:28.719 | + functions-common:_run_under_systemd:1649 : local service=q-l3 2024-09-12 14:09:28.721 | + 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-09-12 14:09:28.723 | + 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-09-12 14:09:28.725 | + 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-09-12 14:09:28.727 | + 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-09-12 14:09:28.729 | + 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-09-12 14:09:28.732 | + 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-09-12 14:09:28.734 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-l3.service 2024-09-12 14:09:28.736 | + functions-common:_run_under_systemd:1656 : local group= 2024-09-12 14:09:28.738 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-09-12 14:09:28.740 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-09-12 14:09:28.742 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-09-12 14:09:28.744 | + 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-09-12 14:09:28.746 | + 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-09-12 14:09:28.748 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-l3.service 2024-09-12 14:09:28.750 | + 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-09-12 14:09:28.752 | + functions-common:write_user_unit_file:1560 : local group= 2024-09-12 14:09:28.754 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-09-12 14:09:28.756 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-09-12 14:09:28.758 | + functions-common:write_user_unit_file:1563 : local extra= 2024-09-12 14:09:28.760 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-09-12 14:09:28.762 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2024-09-12 14:09:28.764 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-09-12 14:09:28.767 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2024-09-12 14:09:28.817 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User stack 2024-09-12 14:09:28.867 | + 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-09-12 14:09:28.909 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2024-09-12 14:09:28.950 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2024-09-12 14:09:28.993 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-09-12 14:09:29.037 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-09-12 14:09:29.039 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-09-12 14:09:29.041 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2024-09-12 14:09:29.094 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-09-12 14:09:29.321 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-l3.service 2024-09-12 14:09:29.331 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2024-09-12 14:09:29.564 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-l3.service 2024-09-12 14:09:29.591 | + functions-common:run_process:1701 : time_stop run_process 2024-09-12 14:09:29.594 | + functions-common:time_stop:2435 : local name 2024-09-12 14:09:29.596 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:09:29.598 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:09:29.600 | + functions-common:time_stop:2438 : local total 2024-09-12 14:09:29.602 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:09:29.603 | + functions-common:time_stop:2441 : name=run_process 2024-09-12 14:09:29.605 | + functions-common:time_stop:2442 : start_time=1726150168697 2024-09-12 14:09:29.607 | + functions-common:time_stop:2444 : [[ -z 1726150168697 ]] 2024-09-12 14:09:29.610 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:09:29.613 | + functions-common:time_stop:2447 : end_time=1726150169611 2024-09-12 14:09:29.615 | + functions-common:time_stop:2448 : elapsed_time=914 2024-09-12 14:09:29.617 | + functions-common:time_stop:2449 : total=6067 2024-09-12 14:09:29.619 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:09:29.621 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6981 2024-09-12 14:09:29.623 | + 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-09-12 14:09:29.625 | + functions-common:run_process:1689 : local service=q-meta 2024-09-12 14:09:29.627 | + 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-09-12 14:09:29.629 | + functions-common:run_process:1691 : local group= 2024-09-12 14:09:29.631 | + functions-common:run_process:1692 : local user= 2024-09-12 14:09:29.633 | + functions-common:run_process:1693 : local env_vars= 2024-09-12 14:09:29.635 | + functions-common:run_process:1695 : local name=q-meta 2024-09-12 14:09:29.636 | + functions-common:run_process:1697 : time_start run_process 2024-09-12 14:09:29.638 | + functions-common:time_start:2421 : local name=run_process 2024-09-12 14:09:29.640 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:09:29.642 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:09:29.644 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:09:29.648 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150169646 2024-09-12 14:09:29.650 | + functions-common:run_process:1698 : is_service_enabled q-meta 2024-09-12 14:09:29.664 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:09:29.666 | + 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-09-12 14:09:29.668 | + functions-common:_run_under_systemd:1649 : local service=q-meta 2024-09-12 14:09:29.670 | + 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-09-12 14:09:29.672 | + 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-09-12 14:09:29.674 | + 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-09-12 14:09:29.676 | + 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-09-12 14:09:29.678 | + 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-09-12 14:09:29.680 | + 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-09-12 14:09:29.682 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-meta.service 2024-09-12 14:09:29.684 | + functions-common:_run_under_systemd:1656 : local group= 2024-09-12 14:09:29.686 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-09-12 14:09:29.688 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-09-12 14:09:29.690 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-09-12 14:09:29.692 | + 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-09-12 14:09:29.694 | + 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-09-12 14:09:29.696 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-meta.service 2024-09-12 14:09:29.698 | + 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-09-12 14:09:29.700 | + functions-common:write_user_unit_file:1560 : local group= 2024-09-12 14:09:29.702 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-09-12 14:09:29.704 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-09-12 14:09:29.706 | + functions-common:write_user_unit_file:1563 : local extra= 2024-09-12 14:09:29.708 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-09-12 14:09:29.710 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2024-09-12 14:09:29.712 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-09-12 14:09:29.715 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2024-09-12 14:09:29.767 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User stack 2024-09-12 14:09:29.817 | + 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-09-12 14:09:29.860 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2024-09-12 14:09:29.902 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2024-09-12 14:09:29.943 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-09-12 14:09:29.987 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-09-12 14:09:29.989 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-09-12 14:09:29.991 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2024-09-12 14:09:30.043 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-09-12 14:09:30.292 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-meta.service 2024-09-12 14:09:30.301 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2024-09-12 14:09:30.531 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-meta.service 2024-09-12 14:09:30.555 | + functions-common:run_process:1701 : time_stop run_process 2024-09-12 14:09:30.557 | + functions-common:time_stop:2435 : local name 2024-09-12 14:09:30.559 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:09:30.562 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:09:30.564 | + functions-common:time_stop:2438 : local total 2024-09-12 14:09:30.565 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:09:30.568 | + functions-common:time_stop:2441 : name=run_process 2024-09-12 14:09:30.570 | + functions-common:time_stop:2442 : start_time=1726150169646 2024-09-12 14:09:30.572 | + functions-common:time_stop:2444 : [[ -z 1726150169646 ]] 2024-09-12 14:09:30.575 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:09:30.578 | + functions-common:time_stop:2447 : end_time=1726150170576 2024-09-12 14:09:30.580 | + functions-common:time_stop:2448 : elapsed_time=930 2024-09-12 14:09:30.582 | + functions-common:time_stop:2449 : total=6981 2024-09-12 14:09:30.584 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:09:30.586 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7911 2024-09-12 14:09:30.588 | + 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-09-12 14:09:30.590 | + functions-common:run_process:1689 : local service=q-metering 2024-09-12 14:09:30.592 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2024-09-12 14:09:30.593 | + functions-common:run_process:1691 : local group= 2024-09-12 14:09:30.596 | + functions-common:run_process:1692 : local user= 2024-09-12 14:09:30.597 | + functions-common:run_process:1693 : local env_vars= 2024-09-12 14:09:30.599 | + functions-common:run_process:1695 : local name=q-metering 2024-09-12 14:09:30.601 | + functions-common:run_process:1697 : time_start run_process 2024-09-12 14:09:30.603 | + functions-common:time_start:2421 : local name=run_process 2024-09-12 14:09:30.605 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:09:30.607 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:09:30.610 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:09:30.614 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150170611 2024-09-12 14:09:30.616 | + functions-common:run_process:1698 : is_service_enabled q-metering 2024-09-12 14:09:30.630 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:09:30.632 | + functions-common:run_process:1701 : time_stop run_process 2024-09-12 14:09:30.634 | + functions-common:time_stop:2435 : local name 2024-09-12 14:09:30.636 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:09:30.638 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:09:30.640 | + functions-common:time_stop:2438 : local total 2024-09-12 14:09:30.642 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:09:30.644 | + functions-common:time_stop:2441 : name=run_process 2024-09-12 14:09:30.646 | + functions-common:time_stop:2442 : start_time=1726150170611 2024-09-12 14:09:30.648 | + functions-common:time_stop:2444 : [[ -z 1726150170611 ]] 2024-09-12 14:09:30.651 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:09:30.654 | + functions-common:time_stop:2447 : end_time=1726150170652 2024-09-12 14:09:30.657 | + functions-common:time_stop:2448 : elapsed_time=41 2024-09-12 14:09:30.658 | + functions-common:time_stop:2449 : total=7911 2024-09-12 14:09:30.663 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:09:30.665 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7952 2024-09-12 14:09:30.667 | + stack.sh:main:1310 : is_service_enabled q-svc 2024-09-12 14:09:30.682 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:09:30.684 | + stack.sh:main:1310 : [[ True == \T\r\u\e ]] 2024-09-12 14:09:30.686 | + stack.sh:main:1311 : echo_summary 'Creating initial neutron network elements' 2024-09-12 14:09:30.688 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-09-12 14:09:30.690 | + stack.sh:echo_summary:455 : echo -e Creating initial neutron network elements 2024-09-12 14:09:30.692 | + stack.sh:main:1314 : type -p neutron_plugin_create_initial_networks 2024-09-12 14:09:30.694 | + stack.sh:main:1317 : create_neutron_initial_network 2024-09-12 14:09:30.696 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : type -p neutron_plugin_create_initial_network_profile 2024-09-12 14:09:30.699 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:155 : is_networking_extension_supported auto-allocated-topology 2024-09-12 14:09:30.701 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2024-09-12 14:09:30.704 | ++ 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-09-12 14:09:32.250 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:09:32.253 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-09-12 14:09:32.253 | address-scope 2024-09-12 14:09:32.253 | router-admin-state-down-before-update 2024-09-12 14:09:32.253 | agent 2024-09-12 14:09:32.253 | agent-resources-synced 2024-09-12 14:09:32.253 | allowed-address-pairs 2024-09-12 14:09:32.253 | auto-allocated-topology 2024-09-12 14:09:32.253 | availability_zone 2024-09-12 14:09:32.253 | availability_zone_filter 2024-09-12 14:09:32.253 | default-subnetpools 2024-09-12 14:09:32.253 | dhcp_agent_scheduler 2024-09-12 14:09:32.253 | dvr 2024-09-12 14:09:32.253 | empty-string-filtering 2024-09-12 14:09:32.253 | external-net 2024-09-12 14:09:32.253 | extra_dhcp_opt 2024-09-12 14:09:32.253 | extraroute 2024-09-12 14:09:32.253 | extraroute-atomic 2024-09-12 14:09:32.253 | filter-validation 2024-09-12 14:09:32.253 | floating-ip-port-forwarding-detail 2024-09-12 14:09:32.253 | fip-port-details 2024-09-12 14:09:32.253 | flavors 2024-09-12 14:09:32.253 | floatingip-pools 2024-09-12 14:09:32.253 | ip-substring-filtering 2024-09-12 14:09:32.253 | router 2024-09-12 14:09:32.253 | ext-gw-mode 2024-09-12 14:09:32.253 | l3-ha 2024-09-12 14:09:32.253 | l3-flavors 2024-09-12 14:09:32.253 | l3-port-ip-change-not-allowed 2024-09-12 14:09:32.253 | l3_agent_scheduler 2024-09-12 14:09:32.253 | multi-provider 2024-09-12 14:09:32.253 | net-mtu 2024-09-12 14:09:32.253 | net-mtu-writable 2024-09-12 14:09:32.253 | network_availability_zone 2024-09-12 14:09:32.253 | network-ip-availability 2024-09-12 14:09:32.253 | pagination 2024-09-12 14:09:32.253 | port-device-profile 2024-09-12 14:09:32.253 | port-mac-override 2024-09-12 14:09:32.253 | port-mac-address-regenerate 2024-09-12 14:09:32.253 | port-numa-affinity-policy 2024-09-12 14:09:32.253 | binding 2024-09-12 14:09:32.253 | binding-extended 2024-09-12 14:09:32.253 | port-security 2024-09-12 14:09:32.253 | project-id 2024-09-12 14:09:32.253 | provider 2024-09-12 14:09:32.253 | quota-check-limit 2024-09-12 14:09:32.253 | quotas 2024-09-12 14:09:32.253 | quota_details 2024-09-12 14:09:32.253 | rbac-policies 2024-09-12 14:09:32.253 | rbac-address-group 2024-09-12 14:09:32.253 | rbac-address-scope 2024-09-12 14:09:32.253 | rbac-security-groups 2024-09-12 14:09:32.253 | rbac-subnetpool 2024-09-12 14:09:32.253 | revision-if-match 2024-09-12 14:09:32.253 | standard-attr-revisions 2024-09-12 14:09:32.253 | router_availability_zone 2024-09-12 14:09:32.253 | security-groups-normalized-cidr 2024-09-12 14:09:32.253 | port-security-groups-filtering 2024-09-12 14:09:32.253 | security-groups-remote-address-group 2024-09-12 14:09:32.253 | security-groups-shared-filtering 2024-09-12 14:09:32.253 | security-group 2024-09-12 14:09:32.253 | service-type 2024-09-12 14:09:32.253 | sorting 2024-09-12 14:09:32.253 | standard-attr-description 2024-09-12 14:09:32.253 | stateful-security-group 2024-09-12 14:09:32.253 | subnet_onboard 2024-09-12 14:09:32.253 | subnet-service-types 2024-09-12 14:09:32.253 | subnet_allocation 2024-09-12 14:09:32.253 | subnetpool-prefix-ops 2024-09-12 14:09:32.253 | standard-attr-tag 2024-09-12 14:09:32.253 | standard-attr-timestamp 2024-09-12 14:09:32.253 | nsxt-ops' 2024-09-12 14:09:32.255 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-09-12 14:09:32.255 | address-scope 2024-09-12 14:09:32.255 | router-admin-state-down-before-update 2024-09-12 14:09:32.255 | agent 2024-09-12 14:09:32.255 | agent-resources-synced 2024-09-12 14:09:32.255 | allowed-address-pairs 2024-09-12 14:09:32.255 | auto-allocated-topology 2024-09-12 14:09:32.255 | availability_zone 2024-09-12 14:09:32.255 | availability_zone_filter 2024-09-12 14:09:32.255 | default-subnetpools 2024-09-12 14:09:32.255 | dhcp_agent_scheduler 2024-09-12 14:09:32.255 | dvr 2024-09-12 14:09:32.255 | empty-string-filtering 2024-09-12 14:09:32.255 | external-net 2024-09-12 14:09:32.255 | extra_dhcp_opt 2024-09-12 14:09:32.255 | extraroute 2024-09-12 14:09:32.255 | extraroute-atomic 2024-09-12 14:09:32.255 | filter-validation 2024-09-12 14:09:32.255 | floating-ip-port-forwarding-detail 2024-09-12 14:09:32.255 | fip-port-details 2024-09-12 14:09:32.255 | flavors 2024-09-12 14:09:32.255 | floatingip-pools 2024-09-12 14:09:32.255 | ip-substring-filtering 2024-09-12 14:09:32.255 | router 2024-09-12 14:09:32.256 | ext-gw-mode 2024-09-12 14:09:32.256 | l3-ha 2024-09-12 14:09:32.256 | l3-flavors 2024-09-12 14:09:32.256 | l3-port-ip-change-not-allowed 2024-09-12 14:09:32.256 | l3_agent_scheduler 2024-09-12 14:09:32.256 | multi-provider 2024-09-12 14:09:32.256 | net-mtu 2024-09-12 14:09:32.256 | net-mtu-writable 2024-09-12 14:09:32.256 | network_availability_zone 2024-09-12 14:09:32.256 | network-ip-availability 2024-09-12 14:09:32.256 | pagination 2024-09-12 14:09:32.256 | port-device-profile 2024-09-12 14:09:32.256 | port-mac-override 2024-09-12 14:09:32.256 | port-mac-address-regenerate 2024-09-12 14:09:32.256 | port-numa-affinity-policy 2024-09-12 14:09:32.256 | binding 2024-09-12 14:09:32.256 | binding-extended 2024-09-12 14:09:32.256 | port-security 2024-09-12 14:09:32.256 | project-id 2024-09-12 14:09:32.256 | provider 2024-09-12 14:09:32.256 | quota-check-limit 2024-09-12 14:09:32.256 | quotas 2024-09-12 14:09:32.256 | quota_details 2024-09-12 14:09:32.256 | rbac-policies 2024-09-12 14:09:32.256 | rbac-address-group 2024-09-12 14:09:32.256 | rbac-address-scope 2024-09-12 14:09:32.256 | rbac-security-groups 2024-09-12 14:09:32.256 | rbac-subnetpool 2024-09-12 14:09:32.256 | revision-if-match 2024-09-12 14:09:32.256 | standard-attr-revisions 2024-09-12 14:09:32.256 | router_availability_zone 2024-09-12 14:09:32.256 | security-groups-normalized-cidr 2024-09-12 14:09:32.256 | port-security-groups-filtering 2024-09-12 14:09:32.256 | security-groups-remote-address-group 2024-09-12 14:09:32.256 | security-groups-shared-filtering 2024-09-12 14:09:32.256 | security-group 2024-09-12 14:09:32.256 | service-type 2024-09-12 14:09:32.256 | sorting 2024-09-12 14:09:32.256 | standard-attr-description 2024-09-12 14:09:32.256 | stateful-security-group 2024-09-12 14:09:32.256 | subnet_onboard 2024-09-12 14:09:32.256 | subnet-service-types 2024-09-12 14:09:32.256 | subnet_allocation 2024-09-12 14:09:32.256 | subnetpool-prefix-ops 2024-09-12 14:09:32.256 | standard-attr-tag 2024-09-12 14:09:32.256 | standard-attr-timestamp 2024-09-12 14:09:32.256 | nsxt-ops =~ auto-allocated-topology ]] 2024-09-12 14:09:32.257 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-09-12 14:09:32.260 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:156 : [[ True == \T\r\u\e ]] 2024-09-12 14:09:32.262 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : [[ 4 =~ 4.* ]] 2024-09-12 14:09:32.265 | ++ 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-09-12 14:09:33.655 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:09:33.658 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:158 : SUBNETPOOL_V4_ID=bf6cab5c-ecf9-4433-8e99-455f461e3656 2024-09-12 14:09:33.660 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:160 : [[ 4 =~ .*6 ]] 2024-09-12 14:09:33.663 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : is_provider_network 2024-09-12 14:09:33.665 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-09-12 14:09:33.667 | + functions-common:is_provider_network:2287 : return 1 2024-09-12 14:09:33.670 | ++ 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-09-12 14:09:35.382 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:09:35.385 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : NET_ID=fd41e1af-679b-4647-b36b-f3a361be063b 2024-09-12 14:09:35.387 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:197 : die_if_not_set 197 NET_ID 'Failure creating NET_ID for private' 2024-09-12 14:09:35.389 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-09-12 14:09:35.404 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:199 : [[ 4 =~ 4.* ]] 2024-09-12 14:09:35.407 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : _neutron_create_private_subnet_v4 2024-09-12 14:09:35.409 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:248 : '[' -z bf6cab5c-ecf9-4433-8e99-455f461e3656 ']' 2024-09-12 14:09:35.411 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:251 : local 'subnet_params=--ip-version 4 ' 2024-09-12 14:09:35.413 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:252 : [[ -n '' ]] 2024-09-12 14:09:35.415 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:256 : subnet_params+='--subnet-pool bf6cab5c-ecf9-4433-8e99-455f461e3656 ' 2024-09-12 14:09:35.417 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : subnet_params+=' ' 2024-09-12 14:09:35.419 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : subnet_params+='--network fd41e1af-679b-4647-b36b-f3a361be063b private-subnet' 2024-09-12 14:09:35.421 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:259 : local subnet_id 2024-09-12 14:09:35.424 | +++ 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 bf6cab5c-ecf9-4433-8e99-455f461e3656 --network fd41e1af-679b-4647-b36b-f3a361be063b private-subnet -f value -c id 2024-09-12 14:09:37.013 | +++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:09:37.016 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:260 : subnet_id=36568505-02f4-4b7b-b641-68f73ff9673c 2024-09-12 14:09:37.018 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:261 : die_if_not_set 261 subnet_id 'Failure creating private IPv4 subnet' 2024-09-12 14:09:37.020 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2024-09-12 14:09:37.035 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : echo 36568505-02f4-4b7b-b641-68f73ff9673c 2024-09-12 14:09:37.037 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : SUBNET_ID=36568505-02f4-4b7b-b641-68f73ff9673c 2024-09-12 14:09:37.039 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:204 : [[ 4 =~ .*6 ]] 2024-09-12 14:09:37.042 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported router 2024-09-12 14:09:37.044 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=router 2024-09-12 14:09:37.046 | ++ 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-09-12 14:09:38.526 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:09:38.529 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-09-12 14:09:38.529 | address-scope 2024-09-12 14:09:38.529 | router-admin-state-down-before-update 2024-09-12 14:09:38.529 | agent 2024-09-12 14:09:38.529 | agent-resources-synced 2024-09-12 14:09:38.529 | allowed-address-pairs 2024-09-12 14:09:38.529 | auto-allocated-topology 2024-09-12 14:09:38.529 | availability_zone 2024-09-12 14:09:38.529 | availability_zone_filter 2024-09-12 14:09:38.529 | default-subnetpools 2024-09-12 14:09:38.529 | dhcp_agent_scheduler 2024-09-12 14:09:38.529 | dvr 2024-09-12 14:09:38.529 | empty-string-filtering 2024-09-12 14:09:38.529 | external-net 2024-09-12 14:09:38.529 | extra_dhcp_opt 2024-09-12 14:09:38.529 | extraroute 2024-09-12 14:09:38.529 | extraroute-atomic 2024-09-12 14:09:38.529 | filter-validation 2024-09-12 14:09:38.529 | floating-ip-port-forwarding-detail 2024-09-12 14:09:38.529 | fip-port-details 2024-09-12 14:09:38.529 | flavors 2024-09-12 14:09:38.529 | floatingip-pools 2024-09-12 14:09:38.529 | ip-substring-filtering 2024-09-12 14:09:38.529 | router 2024-09-12 14:09:38.529 | ext-gw-mode 2024-09-12 14:09:38.529 | l3-ha 2024-09-12 14:09:38.529 | l3-flavors 2024-09-12 14:09:38.529 | l3-port-ip-change-not-allowed 2024-09-12 14:09:38.529 | l3_agent_scheduler 2024-09-12 14:09:38.529 | multi-provider 2024-09-12 14:09:38.529 | net-mtu 2024-09-12 14:09:38.529 | net-mtu-writable 2024-09-12 14:09:38.529 | network_availability_zone 2024-09-12 14:09:38.529 | network-ip-availability 2024-09-12 14:09:38.529 | pagination 2024-09-12 14:09:38.529 | port-device-profile 2024-09-12 14:09:38.529 | port-mac-override 2024-09-12 14:09:38.529 | port-mac-address-regenerate 2024-09-12 14:09:38.529 | port-numa-affinity-policy 2024-09-12 14:09:38.529 | binding 2024-09-12 14:09:38.529 | binding-extended 2024-09-12 14:09:38.529 | port-security 2024-09-12 14:09:38.529 | project-id 2024-09-12 14:09:38.529 | provider 2024-09-12 14:09:38.529 | quota-check-limit 2024-09-12 14:09:38.529 | quotas 2024-09-12 14:09:38.529 | quota_details 2024-09-12 14:09:38.529 | rbac-policies 2024-09-12 14:09:38.529 | rbac-address-group 2024-09-12 14:09:38.529 | rbac-address-scope 2024-09-12 14:09:38.529 | rbac-security-groups 2024-09-12 14:09:38.529 | rbac-subnetpool 2024-09-12 14:09:38.529 | revision-if-match 2024-09-12 14:09:38.529 | standard-attr-revisions 2024-09-12 14:09:38.529 | router_availability_zone 2024-09-12 14:09:38.529 | security-groups-normalized-cidr 2024-09-12 14:09:38.529 | port-security-groups-filtering 2024-09-12 14:09:38.529 | security-groups-remote-address-group 2024-09-12 14:09:38.529 | security-groups-shared-filtering 2024-09-12 14:09:38.530 | security-group 2024-09-12 14:09:38.530 | service-type 2024-09-12 14:09:38.530 | sorting 2024-09-12 14:09:38.530 | standard-attr-description 2024-09-12 14:09:38.530 | stateful-security-group 2024-09-12 14:09:38.530 | subnet_onboard 2024-09-12 14:09:38.530 | subnet-service-types 2024-09-12 14:09:38.530 | subnet_allocation 2024-09-12 14:09:38.530 | subnetpool-prefix-ops 2024-09-12 14:09:38.530 | standard-attr-tag 2024-09-12 14:09:38.530 | standard-attr-timestamp 2024-09-12 14:09:38.530 | nsxt-ops' 2024-09-12 14:09:38.531 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-09-12 14:09:38.531 | address-scope 2024-09-12 14:09:38.531 | router-admin-state-down-before-update 2024-09-12 14:09:38.531 | agent 2024-09-12 14:09:38.531 | agent-resources-synced 2024-09-12 14:09:38.531 | allowed-address-pairs 2024-09-12 14:09:38.531 | auto-allocated-topology 2024-09-12 14:09:38.531 | availability_zone 2024-09-12 14:09:38.531 | availability_zone_filter 2024-09-12 14:09:38.531 | default-subnetpools 2024-09-12 14:09:38.531 | dhcp_agent_scheduler 2024-09-12 14:09:38.531 | dvr 2024-09-12 14:09:38.531 | empty-string-filtering 2024-09-12 14:09:38.531 | external-net 2024-09-12 14:09:38.531 | extra_dhcp_opt 2024-09-12 14:09:38.531 | extraroute 2024-09-12 14:09:38.531 | extraroute-atomic 2024-09-12 14:09:38.531 | filter-validation 2024-09-12 14:09:38.532 | floating-ip-port-forwarding-detail 2024-09-12 14:09:38.532 | fip-port-details 2024-09-12 14:09:38.532 | flavors 2024-09-12 14:09:38.532 | floatingip-pools 2024-09-12 14:09:38.532 | ip-substring-filtering 2024-09-12 14:09:38.532 | router 2024-09-12 14:09:38.532 | ext-gw-mode 2024-09-12 14:09:38.532 | l3-ha 2024-09-12 14:09:38.532 | l3-flavors 2024-09-12 14:09:38.532 | l3-port-ip-change-not-allowed 2024-09-12 14:09:38.532 | l3_agent_scheduler 2024-09-12 14:09:38.532 | multi-provider 2024-09-12 14:09:38.532 | net-mtu 2024-09-12 14:09:38.532 | net-mtu-writable 2024-09-12 14:09:38.532 | network_availability_zone 2024-09-12 14:09:38.532 | network-ip-availability 2024-09-12 14:09:38.532 | pagination 2024-09-12 14:09:38.532 | port-device-profile 2024-09-12 14:09:38.532 | port-mac-override 2024-09-12 14:09:38.532 | port-mac-address-regenerate 2024-09-12 14:09:38.532 | port-numa-affinity-policy 2024-09-12 14:09:38.532 | binding 2024-09-12 14:09:38.532 | binding-extended 2024-09-12 14:09:38.532 | port-security 2024-09-12 14:09:38.532 | project-id 2024-09-12 14:09:38.532 | provider 2024-09-12 14:09:38.532 | quota-check-limit 2024-09-12 14:09:38.532 | quotas 2024-09-12 14:09:38.532 | quota_details 2024-09-12 14:09:38.532 | rbac-policies 2024-09-12 14:09:38.532 | rbac-address-group 2024-09-12 14:09:38.532 | rbac-address-scope 2024-09-12 14:09:38.532 | rbac-security-groups 2024-09-12 14:09:38.532 | rbac-subnetpool 2024-09-12 14:09:38.532 | revision-if-match 2024-09-12 14:09:38.532 | standard-attr-revisions 2024-09-12 14:09:38.532 | router_availability_zone 2024-09-12 14:09:38.532 | security-groups-normalized-cidr 2024-09-12 14:09:38.532 | port-security-groups-filtering 2024-09-12 14:09:38.532 | security-groups-remote-address-group 2024-09-12 14:09:38.532 | security-groups-shared-filtering 2024-09-12 14:09:38.532 | security-group 2024-09-12 14:09:38.532 | service-type 2024-09-12 14:09:38.532 | sorting 2024-09-12 14:09:38.532 | standard-attr-description 2024-09-12 14:09:38.532 | stateful-security-group 2024-09-12 14:09:38.532 | subnet_onboard 2024-09-12 14:09:38.532 | subnet-service-types 2024-09-12 14:09:38.532 | subnet_allocation 2024-09-12 14:09:38.532 | subnetpool-prefix-ops 2024-09-12 14:09:38.532 | standard-attr-tag 2024-09-12 14:09:38.532 | standard-attr-timestamp 2024-09-12 14:09:38.532 | nsxt-ops =~ router ]] 2024-09-12 14:09:38.534 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-09-12 14:09:38.536 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported external-net 2024-09-12 14:09:38.539 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2024-09-12 14:09:38.542 | ++ 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-09-12 14:09:39.840 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:09:39.843 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-09-12 14:09:39.843 | address-scope 2024-09-12 14:09:39.843 | router-admin-state-down-before-update 2024-09-12 14:09:39.843 | agent 2024-09-12 14:09:39.843 | agent-resources-synced 2024-09-12 14:09:39.843 | allowed-address-pairs 2024-09-12 14:09:39.843 | auto-allocated-topology 2024-09-12 14:09:39.843 | availability_zone 2024-09-12 14:09:39.843 | availability_zone_filter 2024-09-12 14:09:39.843 | default-subnetpools 2024-09-12 14:09:39.843 | dhcp_agent_scheduler 2024-09-12 14:09:39.843 | dvr 2024-09-12 14:09:39.843 | empty-string-filtering 2024-09-12 14:09:39.843 | external-net 2024-09-12 14:09:39.843 | extra_dhcp_opt 2024-09-12 14:09:39.843 | extraroute 2024-09-12 14:09:39.843 | extraroute-atomic 2024-09-12 14:09:39.843 | filter-validation 2024-09-12 14:09:39.843 | floating-ip-port-forwarding-detail 2024-09-12 14:09:39.843 | fip-port-details 2024-09-12 14:09:39.843 | flavors 2024-09-12 14:09:39.843 | floatingip-pools 2024-09-12 14:09:39.843 | ip-substring-filtering 2024-09-12 14:09:39.843 | router 2024-09-12 14:09:39.843 | ext-gw-mode 2024-09-12 14:09:39.843 | l3-ha 2024-09-12 14:09:39.843 | l3-flavors 2024-09-12 14:09:39.843 | l3-port-ip-change-not-allowed 2024-09-12 14:09:39.843 | l3_agent_scheduler 2024-09-12 14:09:39.843 | multi-provider 2024-09-12 14:09:39.843 | net-mtu 2024-09-12 14:09:39.843 | net-mtu-writable 2024-09-12 14:09:39.843 | network_availability_zone 2024-09-12 14:09:39.843 | network-ip-availability 2024-09-12 14:09:39.843 | pagination 2024-09-12 14:09:39.843 | port-device-profile 2024-09-12 14:09:39.843 | port-mac-override 2024-09-12 14:09:39.843 | port-mac-address-regenerate 2024-09-12 14:09:39.843 | port-numa-affinity-policy 2024-09-12 14:09:39.843 | binding 2024-09-12 14:09:39.843 | binding-extended 2024-09-12 14:09:39.843 | port-security 2024-09-12 14:09:39.843 | project-id 2024-09-12 14:09:39.843 | provider 2024-09-12 14:09:39.843 | quota-check-limit 2024-09-12 14:09:39.843 | quotas 2024-09-12 14:09:39.843 | quota_details 2024-09-12 14:09:39.843 | rbac-policies 2024-09-12 14:09:39.843 | rbac-address-group 2024-09-12 14:09:39.843 | rbac-address-scope 2024-09-12 14:09:39.843 | rbac-security-groups 2024-09-12 14:09:39.843 | rbac-subnetpool 2024-09-12 14:09:39.843 | revision-if-match 2024-09-12 14:09:39.843 | standard-attr-revisions 2024-09-12 14:09:39.843 | router_availability_zone 2024-09-12 14:09:39.843 | security-groups-normalized-cidr 2024-09-12 14:09:39.843 | port-security-groups-filtering 2024-09-12 14:09:39.843 | security-groups-remote-address-group 2024-09-12 14:09:39.843 | security-groups-shared-filtering 2024-09-12 14:09:39.843 | security-group 2024-09-12 14:09:39.843 | service-type 2024-09-12 14:09:39.843 | sorting 2024-09-12 14:09:39.843 | standard-attr-description 2024-09-12 14:09:39.843 | stateful-security-group 2024-09-12 14:09:39.843 | subnet_onboard 2024-09-12 14:09:39.843 | subnet-service-types 2024-09-12 14:09:39.843 | subnet_allocation 2024-09-12 14:09:39.843 | subnetpool-prefix-ops 2024-09-12 14:09:39.843 | standard-attr-tag 2024-09-12 14:09:39.843 | standard-attr-timestamp 2024-09-12 14:09:39.844 | nsxt-ops' 2024-09-12 14:09:39.846 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-09-12 14:09:39.846 | address-scope 2024-09-12 14:09:39.846 | router-admin-state-down-before-update 2024-09-12 14:09:39.846 | agent 2024-09-12 14:09:39.846 | agent-resources-synced 2024-09-12 14:09:39.846 | allowed-address-pairs 2024-09-12 14:09:39.846 | auto-allocated-topology 2024-09-12 14:09:39.846 | availability_zone 2024-09-12 14:09:39.846 | availability_zone_filter 2024-09-12 14:09:39.846 | default-subnetpools 2024-09-12 14:09:39.846 | dhcp_agent_scheduler 2024-09-12 14:09:39.846 | dvr 2024-09-12 14:09:39.846 | empty-string-filtering 2024-09-12 14:09:39.846 | external-net 2024-09-12 14:09:39.846 | extra_dhcp_opt 2024-09-12 14:09:39.846 | extraroute 2024-09-12 14:09:39.846 | extraroute-atomic 2024-09-12 14:09:39.846 | filter-validation 2024-09-12 14:09:39.846 | floating-ip-port-forwarding-detail 2024-09-12 14:09:39.846 | fip-port-details 2024-09-12 14:09:39.846 | flavors 2024-09-12 14:09:39.846 | floatingip-pools 2024-09-12 14:09:39.846 | ip-substring-filtering 2024-09-12 14:09:39.846 | router 2024-09-12 14:09:39.846 | ext-gw-mode 2024-09-12 14:09:39.846 | l3-ha 2024-09-12 14:09:39.846 | l3-flavors 2024-09-12 14:09:39.846 | l3-port-ip-change-not-allowed 2024-09-12 14:09:39.846 | l3_agent_scheduler 2024-09-12 14:09:39.846 | multi-provider 2024-09-12 14:09:39.846 | net-mtu 2024-09-12 14:09:39.846 | net-mtu-writable 2024-09-12 14:09:39.846 | network_availability_zone 2024-09-12 14:09:39.846 | network-ip-availability 2024-09-12 14:09:39.846 | pagination 2024-09-12 14:09:39.846 | port-device-profile 2024-09-12 14:09:39.846 | port-mac-override 2024-09-12 14:09:39.846 | port-mac-address-regenerate 2024-09-12 14:09:39.846 | port-numa-affinity-policy 2024-09-12 14:09:39.846 | binding 2024-09-12 14:09:39.846 | binding-extended 2024-09-12 14:09:39.846 | port-security 2024-09-12 14:09:39.846 | project-id 2024-09-12 14:09:39.846 | provider 2024-09-12 14:09:39.846 | quota-check-limit 2024-09-12 14:09:39.846 | quotas 2024-09-12 14:09:39.846 | quota_details 2024-09-12 14:09:39.846 | rbac-policies 2024-09-12 14:09:39.846 | rbac-address-group 2024-09-12 14:09:39.846 | rbac-address-scope 2024-09-12 14:09:39.846 | rbac-security-groups 2024-09-12 14:09:39.846 | rbac-subnetpool 2024-09-12 14:09:39.846 | revision-if-match 2024-09-12 14:09:39.846 | standard-attr-revisions 2024-09-12 14:09:39.846 | router_availability_zone 2024-09-12 14:09:39.846 | security-groups-normalized-cidr 2024-09-12 14:09:39.846 | port-security-groups-filtering 2024-09-12 14:09:39.846 | security-groups-remote-address-group 2024-09-12 14:09:39.846 | security-groups-shared-filtering 2024-09-12 14:09:39.846 | security-group 2024-09-12 14:09:39.846 | service-type 2024-09-12 14:09:39.846 | sorting 2024-09-12 14:09:39.846 | standard-attr-description 2024-09-12 14:09:39.846 | stateful-security-group 2024-09-12 14:09:39.846 | subnet_onboard 2024-09-12 14:09:39.846 | subnet-service-types 2024-09-12 14:09:39.846 | subnet_allocation 2024-09-12 14:09:39.846 | subnetpool-prefix-ops 2024-09-12 14:09:39.846 | standard-attr-tag 2024-09-12 14:09:39.846 | standard-attr-timestamp 2024-09-12 14:09:39.847 | nsxt-ops =~ external-net ]] 2024-09-12 14:09:39.848 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-09-12 14:09:39.850 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:212 : [[ True == \T\r\u\e ]] 2024-09-12 14:09:39.853 | ++ 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-09-12 14:09:41.193 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:09:41.196 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : ROUTER_ID=f3d85372-37b2-4eb4-ad7a-c84769f08616 2024-09-12 14:09:41.198 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : die_if_not_set 215 ROUTER_ID 'Failure creating router router1' 2024-09-12 14:09:41.200 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-09-12 14:09:41.213 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:222 : EXTERNAL_NETWORK_FLAGS=--external 2024-09-12 14:09:41.215 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:223 : is_networking_extension_supported auto-allocated-topology 2024-09-12 14:09:41.217 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2024-09-12 14:09:41.220 | ++ 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-09-12 14:09:42.489 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:09:42.491 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-09-12 14:09:42.491 | address-scope 2024-09-12 14:09:42.491 | router-admin-state-down-before-update 2024-09-12 14:09:42.491 | agent 2024-09-12 14:09:42.491 | agent-resources-synced 2024-09-12 14:09:42.491 | allowed-address-pairs 2024-09-12 14:09:42.491 | auto-allocated-topology 2024-09-12 14:09:42.491 | availability_zone 2024-09-12 14:09:42.491 | availability_zone_filter 2024-09-12 14:09:42.491 | default-subnetpools 2024-09-12 14:09:42.491 | dhcp_agent_scheduler 2024-09-12 14:09:42.491 | dvr 2024-09-12 14:09:42.491 | empty-string-filtering 2024-09-12 14:09:42.491 | external-net 2024-09-12 14:09:42.491 | extra_dhcp_opt 2024-09-12 14:09:42.491 | extraroute 2024-09-12 14:09:42.491 | extraroute-atomic 2024-09-12 14:09:42.491 | filter-validation 2024-09-12 14:09:42.491 | floating-ip-port-forwarding-detail 2024-09-12 14:09:42.491 | fip-port-details 2024-09-12 14:09:42.491 | flavors 2024-09-12 14:09:42.491 | floatingip-pools 2024-09-12 14:09:42.491 | ip-substring-filtering 2024-09-12 14:09:42.491 | router 2024-09-12 14:09:42.491 | ext-gw-mode 2024-09-12 14:09:42.491 | l3-ha 2024-09-12 14:09:42.491 | l3-flavors 2024-09-12 14:09:42.491 | l3-port-ip-change-not-allowed 2024-09-12 14:09:42.491 | l3_agent_scheduler 2024-09-12 14:09:42.491 | multi-provider 2024-09-12 14:09:42.491 | net-mtu 2024-09-12 14:09:42.491 | net-mtu-writable 2024-09-12 14:09:42.492 | network_availability_zone 2024-09-12 14:09:42.492 | network-ip-availability 2024-09-12 14:09:42.492 | pagination 2024-09-12 14:09:42.492 | port-device-profile 2024-09-12 14:09:42.492 | port-mac-override 2024-09-12 14:09:42.492 | port-mac-address-regenerate 2024-09-12 14:09:42.492 | port-numa-affinity-policy 2024-09-12 14:09:42.492 | binding 2024-09-12 14:09:42.492 | binding-extended 2024-09-12 14:09:42.492 | port-security 2024-09-12 14:09:42.492 | project-id 2024-09-12 14:09:42.492 | provider 2024-09-12 14:09:42.492 | quota-check-limit 2024-09-12 14:09:42.492 | quotas 2024-09-12 14:09:42.492 | quota_details 2024-09-12 14:09:42.492 | rbac-policies 2024-09-12 14:09:42.492 | rbac-address-group 2024-09-12 14:09:42.492 | rbac-address-scope 2024-09-12 14:09:42.492 | rbac-security-groups 2024-09-12 14:09:42.492 | rbac-subnetpool 2024-09-12 14:09:42.492 | revision-if-match 2024-09-12 14:09:42.492 | standard-attr-revisions 2024-09-12 14:09:42.492 | router_availability_zone 2024-09-12 14:09:42.492 | security-groups-normalized-cidr 2024-09-12 14:09:42.492 | port-security-groups-filtering 2024-09-12 14:09:42.492 | security-groups-remote-address-group 2024-09-12 14:09:42.492 | security-groups-shared-filtering 2024-09-12 14:09:42.492 | security-group 2024-09-12 14:09:42.492 | service-type 2024-09-12 14:09:42.492 | sorting 2024-09-12 14:09:42.492 | standard-attr-description 2024-09-12 14:09:42.492 | stateful-security-group 2024-09-12 14:09:42.492 | subnet_onboard 2024-09-12 14:09:42.492 | subnet-service-types 2024-09-12 14:09:42.492 | subnet_allocation 2024-09-12 14:09:42.492 | subnetpool-prefix-ops 2024-09-12 14:09:42.492 | standard-attr-tag 2024-09-12 14:09:42.492 | standard-attr-timestamp 2024-09-12 14:09:42.492 | nsxt-ops' 2024-09-12 14:09:42.494 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-09-12 14:09:42.494 | address-scope 2024-09-12 14:09:42.494 | router-admin-state-down-before-update 2024-09-12 14:09:42.494 | agent 2024-09-12 14:09:42.494 | agent-resources-synced 2024-09-12 14:09:42.494 | allowed-address-pairs 2024-09-12 14:09:42.494 | auto-allocated-topology 2024-09-12 14:09:42.494 | availability_zone 2024-09-12 14:09:42.494 | availability_zone_filter 2024-09-12 14:09:42.494 | default-subnetpools 2024-09-12 14:09:42.494 | dhcp_agent_scheduler 2024-09-12 14:09:42.494 | dvr 2024-09-12 14:09:42.494 | empty-string-filtering 2024-09-12 14:09:42.494 | external-net 2024-09-12 14:09:42.494 | extra_dhcp_opt 2024-09-12 14:09:42.494 | extraroute 2024-09-12 14:09:42.494 | extraroute-atomic 2024-09-12 14:09:42.494 | filter-validation 2024-09-12 14:09:42.494 | floating-ip-port-forwarding-detail 2024-09-12 14:09:42.494 | fip-port-details 2024-09-12 14:09:42.494 | flavors 2024-09-12 14:09:42.494 | floatingip-pools 2024-09-12 14:09:42.494 | ip-substring-filtering 2024-09-12 14:09:42.494 | router 2024-09-12 14:09:42.494 | ext-gw-mode 2024-09-12 14:09:42.494 | l3-ha 2024-09-12 14:09:42.494 | l3-flavors 2024-09-12 14:09:42.494 | l3-port-ip-change-not-allowed 2024-09-12 14:09:42.494 | l3_agent_scheduler 2024-09-12 14:09:42.494 | multi-provider 2024-09-12 14:09:42.494 | net-mtu 2024-09-12 14:09:42.494 | net-mtu-writable 2024-09-12 14:09:42.494 | network_availability_zone 2024-09-12 14:09:42.494 | network-ip-availability 2024-09-12 14:09:42.494 | pagination 2024-09-12 14:09:42.494 | port-device-profile 2024-09-12 14:09:42.494 | port-mac-override 2024-09-12 14:09:42.494 | port-mac-address-regenerate 2024-09-12 14:09:42.494 | port-numa-affinity-policy 2024-09-12 14:09:42.494 | binding 2024-09-12 14:09:42.494 | binding-extended 2024-09-12 14:09:42.494 | port-security 2024-09-12 14:09:42.494 | project-id 2024-09-12 14:09:42.494 | provider 2024-09-12 14:09:42.494 | quota-check-limit 2024-09-12 14:09:42.494 | quotas 2024-09-12 14:09:42.494 | quota_details 2024-09-12 14:09:42.494 | rbac-policies 2024-09-12 14:09:42.494 | rbac-address-group 2024-09-12 14:09:42.494 | rbac-address-scope 2024-09-12 14:09:42.494 | rbac-security-groups 2024-09-12 14:09:42.494 | rbac-subnetpool 2024-09-12 14:09:42.494 | revision-if-match 2024-09-12 14:09:42.494 | standard-attr-revisions 2024-09-12 14:09:42.494 | router_availability_zone 2024-09-12 14:09:42.494 | security-groups-normalized-cidr 2024-09-12 14:09:42.494 | port-security-groups-filtering 2024-09-12 14:09:42.494 | security-groups-remote-address-group 2024-09-12 14:09:42.494 | security-groups-shared-filtering 2024-09-12 14:09:42.494 | security-group 2024-09-12 14:09:42.494 | service-type 2024-09-12 14:09:42.494 | sorting 2024-09-12 14:09:42.494 | standard-attr-description 2024-09-12 14:09:42.494 | stateful-security-group 2024-09-12 14:09:42.494 | subnet_onboard 2024-09-12 14:09:42.494 | subnet-service-types 2024-09-12 14:09:42.494 | subnet_allocation 2024-09-12 14:09:42.494 | subnetpool-prefix-ops 2024-09-12 14:09:42.494 | standard-attr-tag 2024-09-12 14:09:42.494 | standard-attr-timestamp 2024-09-12 14:09:42.494 | nsxt-ops =~ auto-allocated-topology ]] 2024-09-12 14:09:42.496 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-09-12 14:09:42.498 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:224 : EXTERNAL_NETWORK_FLAGS='--external --default' 2024-09-12 14:09:42.500 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:227 : '[' True = True ']' 2024-09-12 14:09:42.505 | ++ 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-09-12 14:09:43.898 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:09:43.902 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXT_NET_ID=a6f5df4e-58f1-4149-adb1-17748eae0245 2024-09-12 14:09:43.904 | + 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-09-12 14:09:43.906 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-09-12 14:09:43.920 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : [[ 4 =~ 4.* ]] 2024-09-12 14:09:43.922 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:236 : _neutron_configure_router_v4 2024-09-12 14:09:43.924 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:315 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet f3d85372-37b2-4eb4-ad7a-c84769f08616 36568505-02f4-4b7b-b641-68f73ff9673c 2024-09-12 14:09:46.141 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:317 : local id_and_ext_gw_ip 2024-09-12 14:09:46.144 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : _neutron_create_public_subnet_v4 a6f5df4e-58f1-4149-adb1-17748eae0245 2024-09-12 14:09:46.146 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:288 : local 'subnet_params=--ip-version 4 ' 2024-09-12 14:09:46.148 | ++ 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-09-12 14:09:46.149 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:290 : [[ -n 10.180.180.1 ]] 2024-09-12 14:09:46.151 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:291 : subnet_params+='--gateway 10.180.180.1 ' 2024-09-12 14:09:46.153 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:293 : subnet_params+='--network a6f5df4e-58f1-4149-adb1-17748eae0245 --subnet-range 10.180.180.0/24 --no-dhcp ' 2024-09-12 14:09:46.155 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : subnet_params+=public-subnet 2024-09-12 14:09:46.157 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:295 : local id_and_ext_gw_ip 2024-09-12 14:09:46.161 | +++ 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 a6f5df4e-58f1-4149-adb1-17748eae0245 --subnet-range 10.180.180.0/24 --no-dhcp public-subnet 2024-09-12 14:09:46.161 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : grep -e gateway_ip -e ' id ' 2024-09-12 14:09:47.689 | +++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:09:47.692 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | 2024-09-12 14:09:47.692 | | id | 41243bec-e47a-4992-8703-aec0d5cf4283 |' 2024-09-12 14:09:47.694 | ++ 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-09-12 14:09:47.696 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2024-09-12 14:09:47.709 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:298 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 41243bec-e47a-4992-8703-aec0d5cf4283 '|' 2024-09-12 14:09:47.711 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | | id | 41243bec-e47a-4992-8703-aec0d5cf4283 |' 2024-09-12 14:09:47.713 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:319 : local ext_gw_ip 2024-09-12 14:09:47.717 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 41243bec-e47a-4992-8703-aec0d5cf4283 '|' 2024-09-12 14:09:47.717 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : get_field 2 2024-09-12 14:09:47.719 | ++ functions-common:get_field:829 : local data field 2024-09-12 14:09:47.720 | ++ functions-common:get_field:830 : read data 2024-09-12 14:09:47.722 | ++ functions-common:get_field:831 : '[' 2 -lt 0 ']' 2024-09-12 14:09:47.724 | ++ functions-common:get_field:834 : field='$3' 2024-09-12 14:09:47.727 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | 41243bec-e47a-4992-8703-aec0d5cf4283 |' 2024-09-12 14:09:47.727 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2024-09-12 14:09:47.731 | ++ functions-common:get_field:830 : read data 2024-09-12 14:09:47.734 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : ext_gw_ip=10.180.180.1 2024-09-12 14:09:47.737 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 41243bec-e47a-4992-8703-aec0d5cf4283 '|' 2024-09-12 14:09:47.737 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : get_field 5 2024-09-12 14:09:47.740 | ++ functions-common:get_field:829 : local data field 2024-09-12 14:09:47.741 | ++ functions-common:get_field:830 : read data 2024-09-12 14:09:47.743 | ++ functions-common:get_field:831 : '[' 5 -lt 0 ']' 2024-09-12 14:09:47.745 | ++ functions-common:get_field:834 : field='$6' 2024-09-12 14:09:47.748 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2024-09-12 14:09:47.748 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | 41243bec-e47a-4992-8703-aec0d5cf4283 |' 2024-09-12 14:09:47.752 | ++ functions-common:get_field:830 : read data 2024-09-12 14:09:47.755 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : PUB_SUBNET_ID=41243bec-e47a-4992-8703-aec0d5cf4283 2024-09-12 14:09:47.757 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway a6f5df4e-58f1-4149-adb1-17748eae0245 f3d85372-37b2-4eb4-ad7a-c84769f08616 2024-09-12 14:09:49.864 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : [[ openvswitch == \o\v\n ]] 2024-09-12 14:09:49.867 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : is_service_enabled q-l3 neutron-l3 2024-09-12 14:09:49.879 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:09:49.881 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:328 : local ext_gw_interface=none 2024-09-12 14:09:49.883 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : is_neutron_ovs_base_plugin 2024-09-12 14:09:49.884 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2024-09-12 14:09:49.887 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : _neutron_get_ext_gw_interface 2024-09-12 14:09:49.888 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:138 : [[ False == \T\r\u\e ]] 2024-09-12 14:09:49.890 | ++ 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-09-12 14:09:49.903 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:145 : echo br-ex 2024-09-12 14:09:49.905 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : ext_gw_interface=br-ex 2024-09-12 14:09:49.907 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : [[ br-ex != \n\o\n\e ]] 2024-09-12 14:09:49.909 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:343 : local cidr_len=24 2024-09-12 14:09:49.911 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:344 : local 'testcmd=ip -o link | grep -q br-ex' 2024-09-12 14:09:49.913 | + 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-09-12 14:09:49.915 | + functions-common:test_with_retry:2373 : local 'testcmd=ip -o link | grep -q br-ex' 2024-09-12 14:09:49.916 | + functions-common:test_with_retry:2374 : local 'failmsg=br-ex creation failed' 2024-09-12 14:09:49.918 | + functions-common:test_with_retry:2375 : local until=10 2024-09-12 14:09:49.920 | + functions-common:test_with_retry:2376 : local sleep=0.5 2024-09-12 14:09:49.922 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2024-09-12 14:09:49.923 | + functions-common:time_start:2421 : local name=test_with_retry 2024-09-12 14:09:49.925 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:09:49.927 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:09:49.929 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:09:49.932 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150189930 2024-09-12 14:09:49.934 | + functions-common:test_with_retry:2379 : timeout 10 sh -c 'while ! ip -o link | grep -q br-ex; do sleep 0.5; done' 2024-09-12 14:09:49.939 | + functions-common:test_with_retry:2382 : time_stop test_with_retry 2024-09-12 14:09:49.941 | + functions-common:time_stop:2435 : local name 2024-09-12 14:09:49.943 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:09:49.945 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:09:49.947 | + functions-common:time_stop:2438 : local total 2024-09-12 14:09:49.948 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:09:49.950 | + functions-common:time_stop:2441 : name=test_with_retry 2024-09-12 14:09:49.952 | + functions-common:time_stop:2442 : start_time=1726150189930 2024-09-12 14:09:49.954 | + functions-common:time_stop:2444 : [[ -z 1726150189930 ]] 2024-09-12 14:09:49.957 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:09:49.960 | + functions-common:time_stop:2447 : end_time=1726150189957 2024-09-12 14:09:49.961 | + functions-common:time_stop:2448 : elapsed_time=27 2024-09-12 14:09:49.963 | + functions-common:time_stop:2449 : total=3063 2024-09-12 14:09:49.965 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:09:49.967 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3090 2024-09-12 14:09:49.971 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : ip addr show dev br-ex 2024-09-12 14:09:49.971 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : grep -c 10.180.180.1 2024-09-12 14:09:49.975 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ 0 == 0 ]] 2024-09-12 14:09:49.977 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ True == \F\a\l\s\e ]] 2024-09-12 14:09:49.979 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2024-09-12 14:09:49.981 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2024-09-12 14:09:49.985 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : awk -Fip_address '{ print $2 }' 2024-09-12 14:09:49.985 | ++ 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-09-12 14:09:49.985 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : tr '\n' ' ' 2024-09-12 14:09:49.985 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : cut -f2 '-d'\''' 2024-09-12 14:09:51.266 | ++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:09:51.270 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : ROUTER_GW_IP=' 10.180.180.226 ' 2024-09-12 14:09:51.272 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : die_if_not_set 351 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2024-09-12 14:09:51.274 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-09-12 14:09:51.288 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : _neutron_set_router_id 2024-09-12 14:09:51.290 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:131 : [[ True == \F\a\l\s\e ]] 2024-09-12 14:09:51.292 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:239 : [[ 4 =~ .*6 ]] 2024-09-12 14:09:51.294 | + stack.sh:main:1322 : is_service_enabled nova 2024-09-12 14:09:51.309 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:09:51.311 | + stack.sh:main:1323 : echo_summary 'Starting Nova' 2024-09-12 14:09:51.313 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-09-12 14:09:51.315 | + stack.sh:echo_summary:455 : echo -e Starting Nova 2024-09-12 14:09:51.317 | + stack.sh:main:1324 : start_nova 2024-09-12 14:09:51.320 | + lib/nova:start_nova:1176 : start_nova_rest 2024-09-12 14:09:51.322 | + 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-09-12 14:09:51.324 | + 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-09-12 14:09:51.326 | + 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-09-12 14:09:51.328 | + lib/nova:start_nova_rest:1088 : local compute_cell_conf=/etc/nova/nova.conf 2024-09-12 14:09:51.330 | + lib/nova:start_nova_rest:1090 : run_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-09-12 14:09:51.333 | + functions-common:run_process:1689 : local service=n-sch 2024-09-12 14:09:51.335 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-09-12 14:09:51.337 | + functions-common:run_process:1691 : local group= 2024-09-12 14:09:51.339 | + functions-common:run_process:1692 : local user= 2024-09-12 14:09:51.341 | + functions-common:run_process:1693 : local env_vars= 2024-09-12 14:09:51.343 | + functions-common:run_process:1695 : local name=n-sch 2024-09-12 14:09:51.345 | + functions-common:run_process:1697 : time_start run_process 2024-09-12 14:09:51.347 | + functions-common:time_start:2421 : local name=run_process 2024-09-12 14:09:51.350 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:09:51.352 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:09:51.354 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:09:51.358 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150191355 2024-09-12 14:09:51.360 | + functions-common:run_process:1698 : is_service_enabled n-sch 2024-09-12 14:09:51.374 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:09:51.376 | + functions-common:run_process:1699 : _run_under_systemd n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' '' 2024-09-12 14:09:51.378 | + functions-common:_run_under_systemd:1649 : local service=n-sch 2024-09-12 14:09:51.380 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-09-12 14:09:51.382 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-09-12 14:09:51.384 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-09-12 14:09:51.386 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-09-12 14:09:51.388 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2024-09-12 14:09:51.390 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-09-12 14:09:51.392 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-sch.service 2024-09-12 14:09:51.394 | + functions-common:_run_under_systemd:1656 : local group= 2024-09-12 14:09:51.396 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-09-12 14:09:51.399 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-09-12 14:09:51.401 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-09-12 14:09:51.403 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-09-12 14:09:51.405 | + 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-09-12 14:09:51.407 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-sch.service 2024-09-12 14:09:51.409 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-09-12 14:09:51.411 | + functions-common:write_user_unit_file:1560 : local group= 2024-09-12 14:09:51.413 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-09-12 14:09:51.415 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-09-12 14:09:51.416 | + functions-common:write_user_unit_file:1563 : local extra= 2024-09-12 14:09:51.418 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-09-12 14:09:51.420 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2024-09-12 14:09:51.422 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-09-12 14:09:51.425 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2024-09-12 14:09:51.476 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2024-09-12 14:09:51.526 | + 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-09-12 14:09:51.569 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2024-09-12 14:09:51.611 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2024-09-12 14:09:51.653 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-09-12 14:09:51.695 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-09-12 14:09:51.697 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-09-12 14:09:51.699 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2024-09-12 14:09:51.750 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-09-12 14:09:52.001 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-sch.service 2024-09-12 14:09:52.017 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2024-09-12 14:09:52.271 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-sch.service 2024-09-12 14:09:52.296 | + functions-common:run_process:1701 : time_stop run_process 2024-09-12 14:09:52.298 | + functions-common:time_stop:2435 : local name 2024-09-12 14:09:52.300 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:09:52.303 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:09:52.305 | + functions-common:time_stop:2438 : local total 2024-09-12 14:09:52.307 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:09:52.310 | + functions-common:time_stop:2441 : name=run_process 2024-09-12 14:09:52.312 | + functions-common:time_stop:2442 : start_time=1726150191355 2024-09-12 14:09:52.315 | + functions-common:time_stop:2444 : [[ -z 1726150191355 ]] 2024-09-12 14:09:52.318 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:09:52.321 | + functions-common:time_stop:2447 : end_time=1726150192319 2024-09-12 14:09:52.324 | + functions-common:time_stop:2448 : elapsed_time=964 2024-09-12 14:09:52.326 | + functions-common:time_stop:2449 : total=7952 2024-09-12 14:09:52.328 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:09:52.330 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8916 2024-09-12 14:09:52.333 | + lib/nova:start_nova_rest:1091 : '[' True == False ']' 2024-09-12 14:09:52.336 | ++ lib/nova:start_nova_rest:1094 : which uwsgi 2024-09-12 14:09:52.339 | + 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-09-12 14:09:52.341 | + functions-common:run_process:1689 : local service=n-api-meta 2024-09-12 14:09:52.343 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-09-12 14:09:52.345 | + functions-common:run_process:1691 : local group= 2024-09-12 14:09:52.347 | + functions-common:run_process:1692 : local user= 2024-09-12 14:09:52.350 | + functions-common:run_process:1693 : local env_vars= 2024-09-12 14:09:52.352 | + functions-common:run_process:1695 : local name=n-api-meta 2024-09-12 14:09:52.354 | + functions-common:run_process:1697 : time_start run_process 2024-09-12 14:09:52.356 | + functions-common:time_start:2421 : local name=run_process 2024-09-12 14:09:52.358 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:09:52.360 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:09:52.363 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:09:52.367 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150192364 2024-09-12 14:09:52.370 | + functions-common:run_process:1698 : is_service_enabled n-api-meta 2024-09-12 14:09:52.385 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:09:52.388 | + 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-09-12 14:09:52.391 | + functions-common:_run_under_systemd:1649 : local service=n-api-meta 2024-09-12 14:09:52.393 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-09-12 14:09:52.395 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-09-12 14:09:52.397 | + 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-09-12 14:09:52.399 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-09-12 14:09:52.401 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2024-09-12 14:09:52.403 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2024-09-12 14:09:52.405 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api-meta.service 2024-09-12 14:09:52.407 | + functions-common:_run_under_systemd:1656 : local group= 2024-09-12 14:09:52.409 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-09-12 14:09:52.411 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-09-12 14:09:52.413 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-09-12 14:09:52.415 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2024-09-12 14:09:52.418 | + 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-09-12 14:09:52.421 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api-meta.service 2024-09-12 14:09:52.423 | + 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-09-12 14:09:52.425 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-09-12 14:09:52.427 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-09-12 14:09:52.429 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-09-12 14:09:52.431 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2024-09-12 14:09:52.433 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-09-12 14:09:52.437 | + 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-09-12 14:09:52.490 | + 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-09-12 14:09:52.543 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2024-09-12 14:09:52.591 | + 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-09-12 14:09:52.636 | + 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-09-12 14:09:52.679 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2024-09-12 14:09:52.720 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2024-09-12 14:09:52.761 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2024-09-12 14:09:52.803 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2024-09-12 14:09:52.847 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2024-09-12 14:09:52.890 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-09-12 14:09:52.892 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-09-12 14:09:52.894 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2024-09-12 14:09:52.944 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-09-12 14:09:53.194 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api-meta.service 2024-09-12 14:09:53.203 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2024-09-12 14:09:53.433 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api-meta.service 2024-09-12 14:09:53.486 | + functions-common:run_process:1701 : time_stop run_process 2024-09-12 14:09:53.490 | + functions-common:time_stop:2435 : local name 2024-09-12 14:09:53.490 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:09:53.492 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:09:53.495 | + functions-common:time_stop:2438 : local total 2024-09-12 14:09:53.497 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:09:53.499 | + functions-common:time_stop:2441 : name=run_process 2024-09-12 14:09:53.501 | + functions-common:time_stop:2442 : start_time=1726150192364 2024-09-12 14:09:53.503 | + functions-common:time_stop:2444 : [[ -z 1726150192364 ]] 2024-09-12 14:09:53.507 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:09:53.509 | + functions-common:time_stop:2447 : end_time=1726150193507 2024-09-12 14:09:53.511 | + functions-common:time_stop:2448 : elapsed_time=1143 2024-09-12 14:09:53.515 | + functions-common:time_stop:2449 : total=8916 2024-09-12 14:09:53.517 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:09:53.519 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10059 2024-09-12 14:09:53.521 | + 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-09-12 14:09:53.526 | + 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-09-12 14:09:53.528 | + lib/nova:start_nova:1177 : start_nova_console_proxies 2024-09-12 14:09:53.530 | + 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-09-12 14:09:53.532 | + 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-09-12 14:09:53.535 | + 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-09-12 14:09:53.538 | + lib/nova:start_nova_console_proxies:1116 : local api_cell_conf=/etc/nova/nova.conf 2024-09-12 14:09:53.540 | + lib/nova:start_nova_console_proxies:1118 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-09-12 14:09:53.542 | + lib/nova:start_nova_console_proxies:1119 : run_process n-novnc '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2024-09-12 14:09:53.544 | + functions-common:run_process:1689 : local service=n-novnc 2024-09-12 14:09:53.546 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2024-09-12 14:09:53.548 | + functions-common:run_process:1691 : local group= 2024-09-12 14:09:53.550 | + functions-common:run_process:1692 : local user= 2024-09-12 14:09:53.552 | + functions-common:run_process:1693 : local env_vars= 2024-09-12 14:09:53.554 | + functions-common:run_process:1695 : local name=n-novnc 2024-09-12 14:09:53.556 | + functions-common:run_process:1697 : time_start run_process 2024-09-12 14:09:53.558 | + functions-common:time_start:2421 : local name=run_process 2024-09-12 14:09:53.560 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:09:53.562 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:09:53.565 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:09:53.568 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150193565 2024-09-12 14:09:53.570 | + functions-common:run_process:1698 : is_service_enabled n-novnc 2024-09-12 14:09:53.583 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:09:53.585 | + functions-common:run_process:1701 : time_stop run_process 2024-09-12 14:09:53.587 | + functions-common:time_stop:2435 : local name 2024-09-12 14:09:53.589 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:09:53.591 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:09:53.593 | + functions-common:time_stop:2438 : local total 2024-09-12 14:09:53.595 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:09:53.597 | + functions-common:time_stop:2441 : name=run_process 2024-09-12 14:09:53.599 | + functions-common:time_stop:2442 : start_time=1726150193565 2024-09-12 14:09:53.602 | + functions-common:time_stop:2444 : [[ -z 1726150193565 ]] 2024-09-12 14:09:53.605 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:09:53.608 | + functions-common:time_stop:2447 : end_time=1726150193605 2024-09-12 14:09:53.610 | + functions-common:time_stop:2448 : elapsed_time=40 2024-09-12 14:09:53.612 | + functions-common:time_stop:2449 : total=10059 2024-09-12 14:09:53.614 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:09:53.616 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10099 2024-09-12 14:09:53.619 | + lib/nova:start_nova_console_proxies:1120 : run_process n-spice '/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2024-09-12 14:09:53.621 | + functions-common:run_process:1689 : local service=n-spice 2024-09-12 14:09:53.623 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2024-09-12 14:09:53.625 | + functions-common:run_process:1691 : local group= 2024-09-12 14:09:53.627 | + functions-common:run_process:1692 : local user= 2024-09-12 14:09:53.630 | + functions-common:run_process:1693 : local env_vars= 2024-09-12 14:09:53.632 | + functions-common:run_process:1695 : local name=n-spice 2024-09-12 14:09:53.634 | + functions-common:run_process:1697 : time_start run_process 2024-09-12 14:09:53.636 | + functions-common:time_start:2421 : local name=run_process 2024-09-12 14:09:53.638 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:09:53.640 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:09:53.642 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:09:53.646 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150193643 2024-09-12 14:09:53.648 | + functions-common:run_process:1698 : is_service_enabled n-spice 2024-09-12 14:09:53.662 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:09:53.664 | + functions-common:run_process:1701 : time_stop run_process 2024-09-12 14:09:53.666 | + functions-common:time_stop:2435 : local name 2024-09-12 14:09:53.668 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:09:53.670 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:09:53.672 | + functions-common:time_stop:2438 : local total 2024-09-12 14:09:53.674 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:09:53.676 | + functions-common:time_stop:2441 : name=run_process 2024-09-12 14:09:53.678 | + functions-common:time_stop:2442 : start_time=1726150193643 2024-09-12 14:09:53.680 | + functions-common:time_stop:2444 : [[ -z 1726150193643 ]] 2024-09-12 14:09:53.683 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:09:53.686 | + functions-common:time_stop:2447 : end_time=1726150193684 2024-09-12 14:09:53.688 | + functions-common:time_stop:2448 : elapsed_time=41 2024-09-12 14:09:53.690 | + functions-common:time_stop:2449 : total=10099 2024-09-12 14:09:53.692 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:09:53.694 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10140 2024-09-12 14:09:53.696 | + lib/nova:start_nova_console_proxies:1121 : run_process n-sproxy '/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2024-09-12 14:09:53.698 | + functions-common:run_process:1689 : local service=n-sproxy 2024-09-12 14:09:53.701 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2024-09-12 14:09:53.703 | + functions-common:run_process:1691 : local group= 2024-09-12 14:09:53.705 | + functions-common:run_process:1692 : local user= 2024-09-12 14:09:53.707 | + functions-common:run_process:1693 : local env_vars= 2024-09-12 14:09:53.709 | + functions-common:run_process:1695 : local name=n-sproxy 2024-09-12 14:09:53.711 | + functions-common:run_process:1697 : time_start run_process 2024-09-12 14:09:53.713 | + functions-common:time_start:2421 : local name=run_process 2024-09-12 14:09:53.714 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:09:53.717 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:09:53.719 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:09:53.723 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150193721 2024-09-12 14:09:53.725 | + functions-common:run_process:1698 : is_service_enabled n-sproxy 2024-09-12 14:09:53.740 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:09:53.742 | + functions-common:run_process:1701 : time_stop run_process 2024-09-12 14:09:53.744 | + functions-common:time_stop:2435 : local name 2024-09-12 14:09:53.746 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:09:53.748 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:09:53.750 | + functions-common:time_stop:2438 : local total 2024-09-12 14:09:53.752 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:09:53.754 | + functions-common:time_stop:2441 : name=run_process 2024-09-12 14:09:53.756 | + functions-common:time_stop:2442 : start_time=1726150193721 2024-09-12 14:09:53.758 | + functions-common:time_stop:2444 : [[ -z 1726150193721 ]] 2024-09-12 14:09:53.762 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:09:53.765 | + functions-common:time_stop:2447 : end_time=1726150193762 2024-09-12 14:09:53.767 | + functions-common:time_stop:2448 : elapsed_time=41 2024-09-12 14:09:53.769 | + functions-common:time_stop:2449 : total=10140 2024-09-12 14:09:53.771 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:09:53.773 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10181 2024-09-12 14:09:53.776 | + 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-09-12 14:09:53.778 | + 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-09-12 14:09:53.780 | + lib/nova:start_nova:1178 : start_nova_conductor 2024-09-12 14:09:53.783 | + lib/nova:start_nova_conductor:1146 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-09-12 14:09:53.785 | + lib/nova:start_nova_conductor:1147 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2024-09-12 14:09:53.785 | Starting nova-conductor in a cellsv1-compatible way 2024-09-12 14:09:53.787 | + lib/nova:start_nova_conductor:1148 : run_process n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-09-12 14:09:53.790 | + functions-common:run_process:1689 : local service=n-cond 2024-09-12 14:09:53.792 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-09-12 14:09:53.794 | + functions-common:run_process:1691 : local group= 2024-09-12 14:09:53.796 | + functions-common:run_process:1692 : local user= 2024-09-12 14:09:53.798 | + functions-common:run_process:1693 : local env_vars= 2024-09-12 14:09:53.800 | + functions-common:run_process:1695 : local name=n-cond 2024-09-12 14:09:53.802 | + functions-common:run_process:1697 : time_start run_process 2024-09-12 14:09:53.805 | + functions-common:time_start:2421 : local name=run_process 2024-09-12 14:09:53.807 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:09:53.809 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:09:53.812 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:09:53.815 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150193813 2024-09-12 14:09:53.818 | + functions-common:run_process:1698 : is_service_enabled n-cond 2024-09-12 14:09:53.832 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:09:53.835 | + functions-common:run_process:1699 : _run_under_systemd n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' '' 2024-09-12 14:09:53.837 | + functions-common:_run_under_systemd:1649 : local service=n-cond 2024-09-12 14:09:53.839 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-09-12 14:09:53.842 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-09-12 14:09:53.844 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-09-12 14:09:53.846 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-09-12 14:09:53.848 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2024-09-12 14:09:53.850 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-09-12 14:09:53.852 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-cond.service 2024-09-12 14:09:53.854 | + functions-common:_run_under_systemd:1656 : local group= 2024-09-12 14:09:53.856 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-09-12 14:09:53.858 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-09-12 14:09:53.860 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-09-12 14:09:53.862 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-09-12 14:09:53.864 | + 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-09-12 14:09:53.866 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-cond.service 2024-09-12 14:09:53.868 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-09-12 14:09:53.870 | + functions-common:write_user_unit_file:1560 : local group= 2024-09-12 14:09:53.872 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-09-12 14:09:53.874 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-09-12 14:09:53.875 | + functions-common:write_user_unit_file:1563 : local extra= 2024-09-12 14:09:53.877 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-09-12 14:09:53.879 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2024-09-12 14:09:53.881 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-09-12 14:09:53.884 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Unit Description 'Devstack devstack@n-cond.service' 2024-09-12 14:09:53.936 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2024-09-12 14:09:53.987 | + 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-09-12 14:09:54.030 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2024-09-12 14:09:54.076 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2024-09-12 14:09:54.120 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-09-12 14:09:54.166 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-09-12 14:09:54.168 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-09-12 14:09:54.170 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2024-09-12 14:09:54.219 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-09-12 14:09:54.454 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-cond.service 2024-09-12 14:09:54.464 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2024-09-12 14:09:54.706 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-cond.service 2024-09-12 14:09:54.741 | + functions-common:run_process:1701 : time_stop run_process 2024-09-12 14:09:54.744 | + functions-common:time_stop:2435 : local name 2024-09-12 14:09:54.746 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:09:54.750 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:09:54.750 | + functions-common:time_stop:2438 : local total 2024-09-12 14:09:54.756 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:09:54.758 | + functions-common:time_stop:2441 : name=run_process 2024-09-12 14:09:54.761 | + functions-common:time_stop:2442 : start_time=1726150193813 2024-09-12 14:09:54.764 | + functions-common:time_stop:2444 : [[ -z 1726150193813 ]] 2024-09-12 14:09:54.767 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:09:54.770 | + functions-common:time_stop:2447 : end_time=1726150194768 2024-09-12 14:09:54.776 | + functions-common:time_stop:2448 : elapsed_time=955 2024-09-12 14:09:54.778 | + functions-common:time_stop:2449 : total=10181 2024-09-12 14:09:54.784 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:09:54.786 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11136 2024-09-12 14:09:54.788 | + lib/nova:start_nova_conductor:1149 : return 2024-09-12 14:09:54.792 | + lib/nova:start_nova:1179 : start_nova_compute 2024-09-12 14:09:54.794 | + 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-09-12 14:09:54.796 | + 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-09-12 14:09:54.799 | + 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-09-12 14:09:54.801 | + lib/nova:start_nova_compute:1009 : local compute_cell_conf=/etc/nova/nova.conf 2024-09-12 14:09:54.803 | + lib/nova:start_nova_compute:1012 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2024-09-12 14:09:54.807 | + lib/nova:start_nova_compute:1014 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-09-12 14:09:54.809 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-09-12 14:09:54.811 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-09-12 14:09:54.813 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2024-09-12 14:09:54.815 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-09-12 14:09:54.818 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2024-09-12 14:09:54.820 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2024-09-12 14:09:54.822 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2024-09-12 14:09:54.825 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2024-09-12 14:09:54.828 | + inc/meta-config:merge_config_file:164 : read a 2024-09-12 14:09:54.828 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2024-09-12 14:09:54.828 | BEGIN { 2024-09-12 14:09:54.828 | section = "" 2024-09-12 14:09:54.828 | last_section = "" 2024-09-12 14:09:54.828 | section_count = 0 2024-09-12 14:09:54.828 | } 2024-09-12 14:09:54.828 | /^\[.+\]/ { 2024-09-12 14:09:54.828 | gsub("[][]", "", $1); 2024-09-12 14:09:54.828 | section=$1 2024-09-12 14:09:54.828 | next 2024-09-12 14:09:54.828 | } 2024-09-12 14:09:54.828 | /^ *\#/ { 2024-09-12 14:09:54.828 | next 2024-09-12 14:09:54.828 | } 2024-09-12 14:09:54.828 | /^[^ \t]+/ { 2024-09-12 14:09:54.828 | # get offset of first = in $0 2024-09-12 14:09:54.828 | eq_idx = index($0, "=") 2024-09-12 14:09:54.828 | # extract attr & value from $0 2024-09-12 14:09:54.828 | attr = substr($0, 1, eq_idx - 1) 2024-09-12 14:09:54.828 | value = substr($0, eq_idx + 1) 2024-09-12 14:09:54.828 | # only need to strip trailing whitespace from attr 2024-09-12 14:09:54.828 | sub(/[ \t]*$/, "", attr) 2024-09-12 14:09:54.828 | # need to strip leading & trailing whitespace from value 2024-09-12 14:09:54.828 | sub(/^[ \t]*/, "", value) 2024-09-12 14:09:54.828 | sub(/[ \t]*$/, "", value) 2024-09-12 14:09:54.828 | 2024-09-12 14:09:54.828 | # cfg_attr_count: number of config lines per [section, attr] 2024-09-12 14:09:54.828 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-09-12 14:09:54.828 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-09-12 14:09:54.828 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-09-12 14:09:54.828 | if (! (section, attr) in cfg_attr_count) { 2024-09-12 14:09:54.828 | if (section != last_section) { 2024-09-12 14:09:54.828 | cfg_section[section_count++] = section 2024-09-12 14:09:54.828 | last_section = section 2024-09-12 14:09:54.828 | } 2024-09-12 14:09:54.828 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-09-12 14:09:54.828 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-09-12 14:09:54.828 | 2024-09-12 14:09:54.828 | cfg_attr[section, attr, 0] = value 2024-09-12 14:09:54.828 | cfg_attr_count[section, attr] = 1 2024-09-12 14:09:54.828 | } else { 2024-09-12 14:09:54.828 | lno = cfg_attr_count[section, attr]++ 2024-09-12 14:09:54.828 | cfg_attr[section, attr, lno] = value 2024-09-12 14:09:54.828 | } 2024-09-12 14:09:54.828 | } 2024-09-12 14:09:54.828 | END { 2024-09-12 14:09:54.828 | # Process each section in order 2024-09-12 14:09:54.828 | for (sno = 0; sno < section_count; sno++) { 2024-09-12 14:09:54.828 | section = cfg_section[sno] 2024-09-12 14:09:54.828 | # The ini routines simply append a config item immediately 2024-09-12 14:09:54.828 | # after the section header. To keep the same order as defined 2024-09-12 14:09:54.828 | # in local.conf, invoke the ini routines in the reverse order 2024-09-12 14:09:54.828 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-09-12 14:09:54.828 | attr = cfg_sec_attr_name[sno, attr_no] 2024-09-12 14:09:54.828 | if (cfg_attr_count[section, attr] == 1) 2024-09-12 14:09:54.828 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-09-12 14:09:54.828 | else { 2024-09-12 14:09:54.828 | # For multiline, invoke the ini routines in the reverse order 2024-09-12 14:09:54.828 | count = cfg_attr_count[section, attr] 2024-09-12 14:09:54.828 | print "inidelete " configfile " " section " " attr 2024-09-12 14:09:54.828 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-09-12 14:09:54.828 | for (l = count -2; l >= 0; l--) 2024-09-12 14:09:54.828 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-09-12 14:09:54.828 | } 2024-09-12 14:09:54.828 | } 2024-09-12 14:09:54.828 | } 2024-09-12 14:09:54.828 | } 2024-09-12 14:09:54.828 | ' 2024-09-12 14:09:54.828 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-09-12 14:09:54.830 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-09-12 14:09:54.830 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-09-12 14:09:54.832 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-09-12 14:09:54.834 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2024-09-12 14:09:54.836 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-09-12 14:09:54.838 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2024-09-12 14:09:54.840 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2024-09-12 14:09:54.840 | BEGIN { group = "" } 2024-09-12 14:09:54.840 | /^\[\[.+\|.*\]\]/ { 2024-09-12 14:09:54.840 | gsub("[][]", "", $1); 2024-09-12 14:09:54.840 | split($1, a, "|"); 2024-09-12 14:09:54.840 | if (a[1] == matchgroup && a[2] == configfile) { 2024-09-12 14:09:54.840 | group=a[1] 2024-09-12 14:09:54.840 | } else { 2024-09-12 14:09:54.840 | group="" 2024-09-12 14:09:54.840 | } 2024-09-12 14:09:54.840 | next 2024-09-12 14:09:54.840 | } 2024-09-12 14:09:54.840 | { 2024-09-12 14:09:54.840 | if (group != "") 2024-09-12 14:09:54.840 | print $0 2024-09-12 14:09:54.840 | } 2024-09-12 14:09:54.840 | ' /opt/stack/devstack/local.conf 2024-09-12 14:09:54.845 | + lib/nova:start_nova_compute:1016 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-09-12 14:09:54.847 | + lib/nova:start_nova_compute:1019 : echo 'Skipping multi-cell conductor fleet setup' 2024-09-12 14:09:54.847 | Skipping multi-cell conductor fleet setup 2024-09-12 14:09:54.850 | + lib/nova:start_nova_compute:1031 : inidelete /etc/nova/nova-cpu.conf database connection 2024-09-12 14:09:54.865 | + lib/nova:start_nova_compute:1032 : inidelete /etc/nova/nova-cpu.conf api_database connection 2024-09-12 14:09:54.882 | + lib/nova:start_nova_compute:1037 : configure_console_compute 2024-09-12 14:09:54.884 | + lib/nova:configure_console_compute:664 : local offset 2024-09-12 14:09:54.886 | + lib/nova:configure_console_compute:665 : offset=0 2024-09-12 14:09:54.888 | + lib/nova:configure_console_compute:669 : local default_proxyclient_addr 2024-09-12 14:09:54.890 | ++ lib/nova:configure_console_compute:670 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2024-09-12 14:09:54.906 | + lib/nova:configure_console_compute:670 : default_proxyclient_addr=10.180.1.21 2024-09-12 14:09:54.908 | + lib/nova:configure_console_compute:674 : is_service_enabled n-cpu 2024-09-12 14:09:54.921 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:09:54.923 | + lib/nova:configure_console_compute:690 : is_service_enabled n-novnc 2024-09-12 14:09:54.935 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:09:54.937 | + lib/nova:configure_console_compute:690 : '[' False '!=' False ']' 2024-09-12 14:09:54.939 | + lib/nova:configure_console_compute:698 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2024-09-12 14:09:54.965 | + lib/nova:configure_console_compute:701 : is_service_enabled n-spice 2024-09-12 14:09:54.978 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:09:54.980 | + lib/nova:configure_console_compute:711 : is_service_enabled n-sproxy 2024-09-12 14:09:54.993 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:09:54.995 | + lib/nova:start_nova_compute:1041 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2024-09-12 14:09:55.022 | + lib/nova:start_nova_compute:1044 : '[' -n '' ']' 2024-09-12 14:09:55.024 | + lib/nova:start_nova_compute:1049 : [[ vsphere == \l\i\b\v\i\r\t ]] 2024-09-12 14:09:55.026 | + lib/nova:start_nova_compute:1053 : [[ vsphere = \l\i\b\v\i\r\t ]] 2024-09-12 14:09:55.028 | + lib/nova:start_nova_compute:1058 : [[ vsphere = \l\x\d ]] 2024-09-12 14:09:55.030 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \d\o\c\k\e\r ]] 2024-09-12 14:09:55.032 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \z\u\n ]] 2024-09-12 14:09:55.034 | + lib/nova:start_nova_compute:1062 : [[ vsphere = \f\a\k\e ]] 2024-09-12 14:09:55.036 | + lib/nova:start_nova_compute:1073 : is_service_enabled n-cpu 2024-09-12 14:09:55.051 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:09:55.053 | + lib/nova:start_nova_compute:1076 : run_process n-cpu '/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2024-09-12 14:09:55.055 | + functions-common:run_process:1689 : local service=n-cpu 2024-09-12 14:09:55.057 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2024-09-12 14:09:55.059 | + functions-common:run_process:1691 : local group= 2024-09-12 14:09:55.061 | + functions-common:run_process:1692 : local user= 2024-09-12 14:09:55.063 | + functions-common:run_process:1693 : local env_vars= 2024-09-12 14:09:55.065 | + functions-common:run_process:1695 : local name=n-cpu 2024-09-12 14:09:55.067 | + functions-common:run_process:1697 : time_start run_process 2024-09-12 14:09:55.069 | + functions-common:time_start:2421 : local name=run_process 2024-09-12 14:09:55.071 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:09:55.073 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:09:55.076 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:09:55.079 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150195076 2024-09-12 14:09:55.081 | + functions-common:run_process:1698 : is_service_enabled n-cpu 2024-09-12 14:09:55.095 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:09:55.097 | + functions-common:run_process:1701 : time_stop run_process 2024-09-12 14:09:55.099 | + functions-common:time_stop:2435 : local name 2024-09-12 14:09:55.101 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:09:55.103 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:09:55.106 | + functions-common:time_stop:2438 : local total 2024-09-12 14:09:55.108 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:09:55.110 | + functions-common:time_stop:2441 : name=run_process 2024-09-12 14:09:55.112 | + functions-common:time_stop:2442 : start_time=1726150195076 2024-09-12 14:09:55.114 | + functions-common:time_stop:2444 : [[ -z 1726150195076 ]] 2024-09-12 14:09:55.117 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:09:55.120 | + functions-common:time_stop:2447 : end_time=1726150195117 2024-09-12 14:09:55.122 | + functions-common:time_stop:2448 : elapsed_time=41 2024-09-12 14:09:55.124 | + functions-common:time_stop:2449 : total=11136 2024-09-12 14:09:55.126 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:09:55.128 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11177 2024-09-12 14:09:55.130 | + 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-09-12 14:09:55.132 | + 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-09-12 14:09:55.134 | + lib/nova:start_nova:1180 : is_service_enabled n-api 2024-09-12 14:09:55.149 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:09:55.151 | + lib/nova:start_nova:1182 : echo 'Dumping cells_v2 mapping' 2024-09-12 14:09:55.151 | Dumping cells_v2 mapping 2024-09-12 14:09:55.152 | + lib/nova:start_nova:1183 : /usr/local/bin/nova-manage cell_v2 list_cells --verbose 2024-09-12 14:09:55.546 | 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-09-12 14:09:56.900 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2024-09-12 14:09:56.900 | | Name | UUID | Transport URL | Database Connection | Disabled | 2024-09-12 14:09:56.900 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2024-09-12 14:09:56.900 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8 | False | 2024-09-12 14:09:56.900 | | cell1 | 3de494da-b015-4962-ad13-885c9c4940ad | rabbit://stackrabbit:stackdb@10.180.1.21:5672/ | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8 | False | 2024-09-12 14:09:56.900 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2024-09-12 14:09:57.246 | + stack.sh:main:1325 : async_runfunc create_flavors 2024-09-12 14:09:57.249 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2024-09-12 14:09:57.300 | + inc/async:async_inner:63 : create_flavors 2024-09-12 14:09:57.330 | [3547 Async create_flavors:52185]: running: create_flavors 2024-09-12 14:09:57.332 | + stack.sh:main:1327 : is_service_enabled cinder 2024-09-12 14:09:57.346 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:09:57.349 | + stack.sh:main:1328 : echo_summary 'Starting Cinder' 2024-09-12 14:09:57.351 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-09-12 14:09:57.353 | + stack.sh:echo_summary:455 : echo -e Starting Cinder 2024-09-12 14:09:57.355 | + stack.sh:main:1329 : start_cinder 2024-09-12 14:09:57.357 | + lib/cinder:start_cinder:585 : local service_port=8776 2024-09-12 14:09:57.359 | + lib/cinder:start_cinder:586 : local service_protocol=http 2024-09-12 14:09:57.362 | + lib/cinder:start_cinder:587 : local cinder_url 2024-09-12 14:09:57.364 | + lib/cinder:start_cinder:588 : is_service_enabled tls-proxy 2024-09-12 14:09:57.377 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:09:57.380 | + lib/cinder:start_cinder:592 : '[' lioadm = tgtadm ']' 2024-09-12 14:09:57.382 | + 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-09-12 14:09:57.384 | + lib/cinder:start_cinder:613 : '[' True == False ']' 2024-09-12 14:09:57.387 | ++ lib/cinder:start_cinder:621 : which uwsgi 2024-09-12 14:09:57.391 | + lib/cinder:start_cinder:621 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-09-12 14:09:57.393 | + functions-common:run_process:1689 : local service=c-api 2024-09-12 14:09:57.395 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-09-12 14:09:57.397 | + functions-common:run_process:1691 : local group= 2024-09-12 14:09:57.399 | + functions-common:run_process:1692 : local user= 2024-09-12 14:09:57.401 | + functions-common:run_process:1693 : local env_vars= 2024-09-12 14:09:57.403 | + functions-common:run_process:1695 : local name=c-api 2024-09-12 14:09:57.406 | + functions-common:run_process:1697 : time_start run_process 2024-09-12 14:09:57.408 | + functions-common:time_start:2421 : local name=run_process 2024-09-12 14:09:57.410 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:09:57.412 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:09:57.414 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:09:57.418 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150197415 2024-09-12 14:09:57.420 | + functions-common:run_process:1698 : is_service_enabled c-api 2024-09-12 14:09:57.432 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:09:57.435 | + 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-09-12 14:09:57.437 | + functions-common:_run_under_systemd:1649 : local service=c-api 2024-09-12 14:09:57.439 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-09-12 14:09:57.442 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-09-12 14:09:57.444 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-09-12 14:09:57.446 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-09-12 14:09:57.448 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2024-09-12 14:09:57.450 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2024-09-12 14:09:57.452 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-api.service 2024-09-12 14:09:57.454 | + functions-common:_run_under_systemd:1656 : local group= 2024-09-12 14:09:57.456 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-09-12 14:09:57.458 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-09-12 14:09:57.460 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-09-12 14:09:57.462 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2024-09-12 14:09:57.464 | + 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-09-12 14:09:57.466 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@c-api.service 2024-09-12 14:09:57.468 | + 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-09-12 14:09:57.470 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-09-12 14:09:57.472 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-09-12 14:09:57.474 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-09-12 14:09:57.475 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@c-api.service 2024-09-12 14:09:57.477 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-09-12 14:09:57.480 | + 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-09-12 14:09:57.530 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2024-09-12 14:09:57.579 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2024-09-12 14:09:57.620 | + 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-09-12 14:09:57.661 | + 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-09-12 14:09:57.703 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2024-09-12 14:09:57.744 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2024-09-12 14:09:57.787 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2024-09-12 14:09:57.830 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2024-09-12 14:09:57.871 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2024-09-12 14:09:57.914 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-09-12 14:09:57.917 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-09-12 14:09:57.919 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2024-09-12 14:09:57.970 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-09-12 14:09:58.218 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-api.service 2024-09-12 14:09:58.227 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2024-09-12 14:09:58.458 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-api.service 2024-09-12 14:09:58.509 | + functions-common:run_process:1701 : time_stop run_process 2024-09-12 14:09:58.511 | + functions-common:time_stop:2435 : local name 2024-09-12 14:09:58.513 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:09:58.515 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:09:58.517 | + functions-common:time_stop:2438 : local total 2024-09-12 14:09:58.519 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:09:58.521 | + functions-common:time_stop:2441 : name=run_process 2024-09-12 14:09:58.523 | + functions-common:time_stop:2442 : start_time=1726150197415 2024-09-12 14:09:58.525 | + functions-common:time_stop:2444 : [[ -z 1726150197415 ]] 2024-09-12 14:09:58.527 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:09:58.531 | + functions-common:time_stop:2447 : end_time=1726150198529 2024-09-12 14:09:58.533 | + functions-common:time_stop:2448 : elapsed_time=1114 2024-09-12 14:09:58.535 | + functions-common:time_stop:2449 : total=11177 2024-09-12 14:09:58.537 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:09:58.539 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12291 2024-09-12 14:09:58.541 | + lib/cinder:start_cinder:622 : cinder_url=http://10.180.1.21/volume/v3 2024-09-12 14:09:58.543 | + lib/cinder:start_cinder:626 : echo 'Waiting for Cinder API to start...' 2024-09-12 14:09:58.543 | Waiting for Cinder API to start... 2024-09-12 14:09:58.545 | + lib/cinder:start_cinder:627 : wait_for_service 60 http://10.180.1.21/volume/v3 2024-09-12 14:09:58.547 | + functions:wait_for_service:468 : local timeout=60 2024-09-12 14:09:58.549 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2024-09-12 14:09:58.551 | + functions:wait_for_service:470 : local rval=0 2024-09-12 14:09:58.553 | + functions:wait_for_service:471 : time_start wait_for_service 2024-09-12 14:09:58.555 | + functions-common:time_start:2421 : local name=wait_for_service 2024-09-12 14:09:58.557 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:09:58.559 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:09:58.562 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:09:58.565 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150198563 2024-09-12 14:09:58.568 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-09-12 14:09:58.571 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2024-09-12 14:10:00.642 | + :: : [[ 401 == 503 ]] 2024-09-12 14:10:00.643 | + :: : [[ 0 -eq 7 ]] 2024-09-12 14:10:00.646 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-09-12 14:10:00.648 | + functions-common:time_stop:2435 : local name 2024-09-12 14:10:00.650 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:10:00.652 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:10:00.654 | + functions-common:time_stop:2438 : local total 2024-09-12 14:10:00.656 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:10:00.658 | + functions-common:time_stop:2441 : name=wait_for_service 2024-09-12 14:10:00.660 | + functions-common:time_stop:2442 : start_time=1726150198563 2024-09-12 14:10:00.662 | + functions-common:time_stop:2444 : [[ -z 1726150198563 ]] 2024-09-12 14:10:00.665 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:10:00.668 | + functions-common:time_stop:2447 : end_time=1726150200666 2024-09-12 14:10:00.670 | + functions-common:time_stop:2448 : elapsed_time=2103 2024-09-12 14:10:00.672 | + functions-common:time_stop:2449 : total=6335 2024-09-12 14:10:00.674 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:10:00.676 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8438 2024-09-12 14:10:00.678 | + functions:wait_for_service:478 : return 0 2024-09-12 14:10:00.680 | + lib/cinder:start_cinder:631 : run_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-09-12 14:10:00.682 | + functions-common:run_process:1689 : local service=c-sch 2024-09-12 14:10:00.684 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-09-12 14:10:00.686 | + functions-common:run_process:1691 : local group= 2024-09-12 14:10:00.688 | + functions-common:run_process:1692 : local user= 2024-09-12 14:10:00.691 | + functions-common:run_process:1693 : local env_vars= 2024-09-12 14:10:00.693 | + functions-common:run_process:1695 : local name=c-sch 2024-09-12 14:10:00.695 | + functions-common:run_process:1697 : time_start run_process 2024-09-12 14:10:00.697 | + functions-common:time_start:2421 : local name=run_process 2024-09-12 14:10:00.699 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:10:00.701 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:10:00.704 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:10:00.707 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150200705 2024-09-12 14:10:00.709 | + functions-common:run_process:1698 : is_service_enabled c-sch 2024-09-12 14:10:00.723 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:10:00.725 | + functions-common:run_process:1699 : _run_under_systemd c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' '' 2024-09-12 14:10:00.727 | + functions-common:_run_under_systemd:1649 : local service=c-sch 2024-09-12 14:10:00.729 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-09-12 14:10:00.731 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-09-12 14:10:00.734 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-09-12 14:10:00.736 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-09-12 14:10:00.738 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-09-12 14:10:00.740 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-09-12 14:10:00.742 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-sch.service 2024-09-12 14:10:00.744 | + functions-common:_run_under_systemd:1656 : local group= 2024-09-12 14:10:00.746 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-09-12 14:10:00.748 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-09-12 14:10:00.751 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-09-12 14:10:00.753 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-09-12 14:10:00.755 | + 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-09-12 14:10:00.757 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-sch.service 2024-09-12 14:10:00.759 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-09-12 14:10:00.761 | + functions-common:write_user_unit_file:1560 : local group= 2024-09-12 14:10:00.763 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-09-12 14:10:00.765 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-09-12 14:10:00.767 | + functions-common:write_user_unit_file:1563 : local extra= 2024-09-12 14:10:00.769 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-09-12 14:10:00.771 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2024-09-12 14:10:00.773 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-09-12 14:10:00.776 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2024-09-12 14:10:00.830 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2024-09-12 14:10:00.883 | + 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-09-12 14:10:00.925 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2024-09-12 14:10:00.968 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2024-09-12 14:10:01.012 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-09-12 14:10:01.056 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-09-12 14:10:01.059 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-09-12 14:10:01.061 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2024-09-12 14:10:01.113 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-09-12 14:10:01.363 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-sch.service 2024-09-12 14:10:01.373 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2024-09-12 14:10:01.613 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-sch.service 2024-09-12 14:10:01.644 | + functions-common:run_process:1701 : time_stop run_process 2024-09-12 14:10:01.646 | + functions-common:time_stop:2435 : local name 2024-09-12 14:10:01.648 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:10:01.650 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:10:01.652 | + functions-common:time_stop:2438 : local total 2024-09-12 14:10:01.654 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:10:01.656 | + functions-common:time_stop:2441 : name=run_process 2024-09-12 14:10:01.658 | + functions-common:time_stop:2442 : start_time=1726150200705 2024-09-12 14:10:01.660 | + functions-common:time_stop:2444 : [[ -z 1726150200705 ]] 2024-09-12 14:10:01.663 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:10:01.666 | + functions-common:time_stop:2447 : end_time=1726150201664 2024-09-12 14:10:01.668 | + functions-common:time_stop:2448 : elapsed_time=959 2024-09-12 14:10:01.670 | + functions-common:time_stop:2449 : total=12291 2024-09-12 14:10:01.672 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:10:01.674 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13250 2024-09-12 14:10:01.676 | + lib/cinder:start_cinder:636 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-09-12 14:10:01.678 | + 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-09-12 14:10:01.680 | + functions-common:run_process:1689 : local service=c-bak 2024-09-12 14:10:01.682 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2024-09-12 14:10:01.684 | + functions-common:run_process:1691 : local group= 2024-09-12 14:10:01.686 | + functions-common:run_process:1692 : local user= 2024-09-12 14:10:01.688 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-09-12 14:10:01.690 | + functions-common:run_process:1695 : local name=c-bak 2024-09-12 14:10:01.692 | + functions-common:run_process:1697 : time_start run_process 2024-09-12 14:10:01.694 | + functions-common:time_start:2421 : local name=run_process 2024-09-12 14:10:01.696 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:10:01.698 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:10:01.701 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:10:01.705 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150201702 2024-09-12 14:10:01.707 | + functions-common:run_process:1698 : is_service_enabled c-bak 2024-09-12 14:10:01.722 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:10:01.724 | + functions-common:run_process:1701 : time_stop run_process 2024-09-12 14:10:01.726 | + functions-common:time_stop:2435 : local name 2024-09-12 14:10:01.728 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:10:01.730 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:10:01.732 | + functions-common:time_stop:2438 : local total 2024-09-12 14:10:01.734 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:10:01.736 | + functions-common:time_stop:2441 : name=run_process 2024-09-12 14:10:01.738 | + functions-common:time_stop:2442 : start_time=1726150201702 2024-09-12 14:10:01.740 | + functions-common:time_stop:2444 : [[ -z 1726150201702 ]] 2024-09-12 14:10:01.744 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:10:01.746 | + functions-common:time_stop:2447 : end_time=1726150201744 2024-09-12 14:10:01.748 | + functions-common:time_stop:2448 : elapsed_time=42 2024-09-12 14:10:01.750 | + functions-common:time_stop:2449 : total=13250 2024-09-12 14:10:01.752 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:10:01.754 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13292 2024-09-12 14:10:01.757 | + 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-09-12 14:10:01.759 | + functions-common:run_process:1689 : local service=c-vol 2024-09-12 14:10:01.761 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-09-12 14:10:01.763 | + functions-common:run_process:1691 : local group= 2024-09-12 14:10:01.765 | + functions-common:run_process:1692 : local user= 2024-09-12 14:10:01.767 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-09-12 14:10:01.769 | + functions-common:run_process:1695 : local name=c-vol 2024-09-12 14:10:01.771 | + functions-common:run_process:1697 : time_start run_process 2024-09-12 14:10:01.773 | + functions-common:time_start:2421 : local name=run_process 2024-09-12 14:10:01.775 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:10:01.777 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:10:01.780 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:10:01.783 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150201781 2024-09-12 14:10:01.785 | + functions-common:run_process:1698 : is_service_enabled c-vol 2024-09-12 14:10:01.799 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:10:01.801 | + 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-09-12 14:10:01.803 | + functions-common:_run_under_systemd:1649 : local service=c-vol 2024-09-12 14:10:01.805 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-09-12 14:10:01.807 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-09-12 14:10:01.809 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-09-12 14:10:01.811 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-09-12 14:10:01.813 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-09-12 14:10:01.816 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-09-12 14:10:01.818 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-vol.service 2024-09-12 14:10:01.820 | + functions-common:_run_under_systemd:1656 : local group= 2024-09-12 14:10:01.822 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-09-12 14:10:01.824 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-09-12 14:10:01.826 | + functions-common:_run_under_systemd:1661 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-09-12 14:10:01.828 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-09-12 14:10:01.831 | + 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-09-12 14:10:01.833 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-vol.service 2024-09-12 14:10:01.835 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-09-12 14:10:01.837 | + functions-common:write_user_unit_file:1560 : local group= 2024-09-12 14:10:01.838 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-09-12 14:10:01.841 | + functions-common:write_user_unit_file:1562 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-09-12 14:10:01.843 | + functions-common:write_user_unit_file:1563 : local extra= 2024-09-12 14:10:01.845 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-09-12 14:10:01.846 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2024-09-12 14:10:01.848 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-09-12 14:10:01.852 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2024-09-12 14:10:01.904 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2024-09-12 14:10:01.954 | + 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-09-12 14:10:01.996 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2024-09-12 14:10:02.040 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2024-09-12 14:10:02.084 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-09-12 14:10:02.127 | + functions-common:write_user_unit_file:1576 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2024-09-12 14:10:02.129 | + 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-09-12 14:10:02.173 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-09-12 14:10:02.175 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2024-09-12 14:10:02.226 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-09-12 14:10:02.467 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-vol.service 2024-09-12 14:10:02.477 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2024-09-12 14:10:02.718 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-vol.service 2024-09-12 14:10:02.745 | + functions-common:run_process:1701 : time_stop run_process 2024-09-12 14:10:02.748 | + functions-common:time_stop:2435 : local name 2024-09-12 14:10:02.750 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:10:02.752 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:10:02.754 | + functions-common:time_stop:2438 : local total 2024-09-12 14:10:02.756 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:10:02.758 | + functions-common:time_stop:2441 : name=run_process 2024-09-12 14:10:02.760 | + functions-common:time_stop:2442 : start_time=1726150201781 2024-09-12 14:10:02.762 | + functions-common:time_stop:2444 : [[ -z 1726150201781 ]] 2024-09-12 14:10:02.765 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:10:02.769 | + functions-common:time_stop:2447 : end_time=1726150202766 2024-09-12 14:10:02.771 | + functions-common:time_stop:2448 : elapsed_time=985 2024-09-12 14:10:02.773 | + functions-common:time_stop:2449 : total=13292 2024-09-12 14:10:02.775 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:10:02.777 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14277 2024-09-12 14:10:02.779 | + stack.sh:main:1330 : create_volume_types 2024-09-12 14:10:02.782 | + lib/cinder:create_volume_types:673 : is_service_enabled c-api 2024-09-12 14:10:02.796 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:10:02.798 | + lib/cinder:create_volume_types:673 : [[ -n vmdk:vsphere ]] 2024-09-12 14:10:02.800 | + lib/cinder:create_volume_types:674 : local be be_name 2024-09-12 14:10:02.802 | + lib/cinder:create_volume_types:675 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-09-12 14:10:02.804 | + lib/cinder:create_volume_types:676 : be_name=vsphere 2024-09-12 14:10:02.806 | + lib/cinder:create_volume_types:677 : create_one_type vsphere volume_backend_name vsphere 2024-09-12 14:10:02.808 | + lib/cinder:create_one_type:654 : type_name=vsphere 2024-09-12 14:10:02.810 | + lib/cinder:create_one_type:655 : property_key=volume_backend_name 2024-09-12 14:10:02.812 | + lib/cinder:create_one_type:656 : property_value=vsphere 2024-09-12 14:10:02.814 | + lib/cinder:create_one_type:658 : is_service_enabled keystone 2024-09-12 14:10:02.829 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:10:02.831 | + lib/cinder:create_one_type:659 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2024-09-12 14:10:04.664 | +-------------+--------------------------------------+ 2024-09-12 14:10:04.664 | | Field | Value | 2024-09-12 14:10:04.664 | +-------------+--------------------------------------+ 2024-09-12 14:10:04.664 | | description | None | 2024-09-12 14:10:04.664 | | id | daba8b77-6877-4a1a-bc52-38b7de50a9ed | 2024-09-12 14:10:04.664 | | is_public | True | 2024-09-12 14:10:04.664 | | name | vsphere | 2024-09-12 14:10:04.664 | | properties | volume_backend_name='vsphere' | 2024-09-12 14:10:04.664 | +-------------+--------------------------------------+ 2024-09-12 14:10:04.795 | + lib/cinder:create_volume_types:680 : [[ False == \T\r\u\e ]] 2024-09-12 14:10:04.798 | + lib/cinder:create_volume_types:687 : [[ False == \T\r\u\e ]] 2024-09-12 14:10:04.800 | + stack.sh:main:1335 : [[ False == \T\r\u\e ]] 2024-09-12 14:10:04.802 | + stack.sh:main:1343 : is_service_enabled glance 2024-09-12 14:10:04.817 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:10:04.819 | + stack.sh:main:1344 : echo_summary 'Starting Glance' 2024-09-12 14:10:04.821 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-09-12 14:10:04.823 | + stack.sh:echo_summary:455 : echo -e Starting Glance 2024-09-12 14:10:04.825 | + stack.sh:main:1345 : start_glance 2024-09-12 14:10:04.828 | + lib/glance:start_glance:606 : local service_protocol=http 2024-09-12 14:10:04.830 | + lib/glance:start_glance:607 : is_service_enabled tls-proxy 2024-09-12 14:10:04.844 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:10:04.846 | + lib/glance:start_glance:613 : [[ False == False ]] 2024-09-12 14:10:04.850 | ++ lib/glance:start_glance:614 : which uwsgi 2024-09-12 14:10:04.854 | + lib/glance:start_glance:614 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-09-12 14:10:04.856 | + functions-common:run_process:1689 : local service=g-api 2024-09-12 14:10:04.858 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-09-12 14:10:04.860 | + functions-common:run_process:1691 : local group= 2024-09-12 14:10:04.862 | + functions-common:run_process:1692 : local user= 2024-09-12 14:10:04.864 | + functions-common:run_process:1693 : local env_vars= 2024-09-12 14:10:04.866 | + functions-common:run_process:1695 : local name=g-api 2024-09-12 14:10:04.868 | + functions-common:run_process:1697 : time_start run_process 2024-09-12 14:10:04.870 | + functions-common:time_start:2421 : local name=run_process 2024-09-12 14:10:04.873 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:10:04.876 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:10:04.879 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:10:04.883 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150204880 2024-09-12 14:10:04.885 | + functions-common:run_process:1698 : is_service_enabled g-api 2024-09-12 14:10:04.899 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:10:04.901 | + functions-common:run_process:1699 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' '' 2024-09-12 14:10:04.903 | + functions-common:_run_under_systemd:1649 : local service=g-api 2024-09-12 14:10:04.905 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-09-12 14:10:04.907 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-09-12 14:10:04.909 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-09-12 14:10:04.911 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-09-12 14:10:04.913 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2024-09-12 14:10:04.915 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2024-09-12 14:10:04.917 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@g-api.service 2024-09-12 14:10:04.919 | + functions-common:_run_under_systemd:1656 : local group= 2024-09-12 14:10:04.921 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-09-12 14:10:04.923 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-09-12 14:10:04.925 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-09-12 14:10:04.927 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2024-09-12 14:10:04.930 | + 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-09-12 14:10:04.932 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@g-api.service 2024-09-12 14:10:04.934 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-09-12 14:10:04.935 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-09-12 14:10:04.937 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-09-12 14:10:04.939 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-09-12 14:10:04.941 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@g-api.service 2024-09-12 14:10:04.943 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-09-12 14:10:04.947 | + 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-09-12 14:10:04.998 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2024-09-12 14:10:05.055 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2024-09-12 14:10:05.100 | + 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-09-12 14:10:05.142 | + 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-09-12 14:10:05.184 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2024-09-12 14:10:05.230 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2024-09-12 14:10:05.276 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2024-09-12 14:10:05.322 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2024-09-12 14:10:05.369 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2024-09-12 14:10:05.413 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-09-12 14:10:05.416 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-09-12 14:10:05.418 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2024-09-12 14:10:05.474 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-09-12 14:10:05.745 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@g-api.service 2024-09-12 14:10:05.755 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2024-09-12 14:10:05.985 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@g-api.service 2024-09-12 14:10:06.047 | + functions-common:run_process:1701 : time_stop run_process 2024-09-12 14:10:06.049 | + functions-common:time_stop:2435 : local name 2024-09-12 14:10:06.052 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:10:06.054 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:10:06.056 | + functions-common:time_stop:2438 : local total 2024-09-12 14:10:06.058 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:10:06.060 | + functions-common:time_stop:2441 : name=run_process 2024-09-12 14:10:06.062 | + functions-common:time_stop:2442 : start_time=1726150204880 2024-09-12 14:10:06.064 | + functions-common:time_stop:2444 : [[ -z 1726150204880 ]] 2024-09-12 14:10:06.067 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:10:06.070 | + functions-common:time_stop:2447 : end_time=1726150206067 2024-09-12 14:10:06.072 | + functions-common:time_stop:2448 : elapsed_time=1187 2024-09-12 14:10:06.074 | + functions-common:time_stop:2449 : total=14277 2024-09-12 14:10:06.076 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:10:06.078 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=15464 2024-09-12 14:10:06.080 | + lib/glance:start_glance:619 : is_service_enabled g-api-r 2024-09-12 14:10:06.095 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:10:06.096 | + lib/glance:start_glance:624 : echo 'Waiting for g-api (10.180.1.21) to start...' 2024-09-12 14:10:06.096 | Waiting for g-api (10.180.1.21) to start... 2024-09-12 14:10:06.099 | + lib/glance:start_glance:625 : wait_for_service 60 http://10.180.1.21/image 2024-09-12 14:10:06.101 | + functions:wait_for_service:468 : local timeout=60 2024-09-12 14:10:06.103 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2024-09-12 14:10:06.106 | + functions:wait_for_service:470 : local rval=0 2024-09-12 14:10:06.108 | + functions:wait_for_service:471 : time_start wait_for_service 2024-09-12 14:10:06.110 | + functions-common:time_start:2421 : local name=wait_for_service 2024-09-12 14:10:06.113 | + functions-common:time_start:2422 : local start_time= 2024-09-12 14:10:06.114 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:10:06.117 | ++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:10:06.121 | + functions-common:time_start:2426 : _TIME_START[$name]=1726150206119 2024-09-12 14:10:06.123 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-09-12 14:10:06.127 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2024-09-12 14:10:08.166 | + :: : [[ 300 == 503 ]] 2024-09-12 14:10:08.169 | + :: : [[ 0 -eq 7 ]] 2024-09-12 14:10:08.172 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-09-12 14:10:08.174 | + functions-common:time_stop:2435 : local name 2024-09-12 14:10:08.176 | + functions-common:time_stop:2436 : local end_time 2024-09-12 14:10:08.178 | + functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:10:08.181 | + functions-common:time_stop:2438 : local total 2024-09-12 14:10:08.183 | + functions-common:time_stop:2439 : local start_time 2024-09-12 14:10:08.185 | + functions-common:time_stop:2441 : name=wait_for_service 2024-09-12 14:10:08.187 | + functions-common:time_stop:2442 : start_time=1726150206119 2024-09-12 14:10:08.189 | + functions-common:time_stop:2444 : [[ -z 1726150206119 ]] 2024-09-12 14:10:08.192 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:10:08.195 | + functions-common:time_stop:2447 : end_time=1726150208193 2024-09-12 14:10:08.198 | + functions-common:time_stop:2448 : elapsed_time=2074 2024-09-12 14:10:08.200 | + functions-common:time_stop:2449 : total=8438 2024-09-12 14:10:08.202 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:10:08.204 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10512 2024-09-12 14:10:08.206 | + functions:wait_for_service:478 : return 0 2024-09-12 14:10:08.208 | + stack.sh:main:1359 : is_service_enabled mysql postgresql 2024-09-12 14:10:08.222 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:10:08.224 | + stack.sh:main:1359 : is_service_enabled glance 2024-09-12 14:10:08.238 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:10:08.240 | + stack.sh:main:1360 : echo_summary 'Uploading images' 2024-09-12 14:10:08.242 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-09-12 14:10:08.244 | + stack.sh:echo_summary:455 : echo -e Uploading images 2024-09-12 14:10:08.246 | + stack.sh:main:1362 : for image_url in ${IMAGE_URLS//,/ } 2024-09-12 14:10:08.249 | + stack.sh:main:1363 : upload_image 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-09-12 14:10:08.250 | + 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-09-12 14:10:08.252 | + functions:upload_image:134 : local image image_fname image_name 2024-09-12 14:10:08.254 | + functions:upload_image:136 : local max_attempts=5 2024-09-12 14:10:08.256 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2024-09-12 14:10:08.260 | ++ functions:upload_image:140 : basename 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-09-12 14:10:08.262 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-09-12 14:10:08.264 | + functions:upload_image:141 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk != file* ]] 2024-09-12 14:10:08.266 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2024-09-12 14:10:08.269 | ++ functions:upload_image:144 : seq 5 2024-09-12 14:10:08.272 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2024-09-12 14:10:08.274 | + functions:upload_image:145 : local rc=0 2024-09-12 14:10:08.275 | + 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-09-12 14:10:08.280 | --2024-09-12 14:10:08-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2024-09-12 14:10:08.283 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-09-12 14:10:08.284 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-09-12 14:10:08.311 | HTTP request sent, awaiting response... 200 OK 2024-09-12 14:10:08.311 | Length: 21318656 (20M) [application/octet-stream] 2024-09-12 14:10:08.311 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2024-09-12 14:10:08.319 | 2024-09-12 14:10:08.419 | 0K ........ ........ .... 100% 189M=0.1s 2024-09-12 14:10:08.419 | 2024-09-12 14:10:08.419 | 2024-09-12 14:10:08 (189 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2024-09-12 14:10:08.419 | 2024-09-12 14:10:08.422 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2024-09-12 14:10:08.425 | + functions:upload_image:155 : break 2024-09-12 14:10:08.427 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-09-12 14:10:08.429 | + functions:upload_image:173 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ openvz ]] 2024-09-12 14:10:08.431 | + functions:upload_image:180 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ \.vmdk ]] 2024-09-12 14:10:08.433 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-09-12 14:10:08.435 | + functions:upload_image:194 : local vmdk_disktype= 2024-09-12 14:10:08.437 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2024-09-12 14:10:08.439 | + functions:upload_image:196 : local path_len 2024-09-12 14:10:08.441 | + functions:upload_image:199 : local vmdk_adapter_type 2024-09-12 14:10:08.444 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-09-12 14:10:08.444 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-09-12 14:10:08.448 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2024-09-12 14:10:08.450 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2024-09-12 14:10:08.452 | + functions:upload_image:202 : vmdk_adapter_type=ide 2024-09-12 14:10:08.453 | + functions:upload_image:205 : local vmdk_create_type 2024-09-12 14:10:08.456 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-09-12 14:10:08.456 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-09-12 14:10:08.460 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2024-09-12 14:10:08.462 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2024-09-12 14:10:08.464 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2024-09-12 14:10:08.466 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2024-09-12 14:10:08.468 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2024-09-12 14:10:08.469 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2024-09-12 14:10:08.471 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2024-09-12 14:10:08.473 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2024-09-12 14:10:08.475 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2024-09-12 14:10:08.478 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-09-12 14:10:08.478 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2024-09-12 14:10:08.482 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2024-09-12 14:10:08.484 | + functions:upload_image:284 : IFS=':;' 2024-09-12 14:10:08.486 | + functions:upload_image:284 : read -a props 2024-09-12 14:10:08.487 | + functions:upload_image:285 : vmdk_disktype=sparse 2024-09-12 14:10:08.489 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2024-09-12 14:10:08.491 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2024-09-12 14:10:08.493 | + 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-09-12 14:10:08.494 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-09-12 14:10:08.496 | + functions:_upload_image:105 : shift 2024-09-12 14:10:08.498 | + functions:_upload_image:106 : local container=bare 2024-09-12 14:10:08.500 | + functions:_upload_image:107 : shift 2024-09-12 14:10:08.501 | + functions:_upload_image:108 : local disk=vmdk 2024-09-12 14:10:08.503 | + functions:_upload_image:109 : shift 2024-09-12 14:10:08.505 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-09-12 14:10:08.506 | + functions:_upload_image:111 : shift 2024-09-12 14:10:08.508 | + functions:_upload_image:112 : local properties 2024-09-12 14:10:08.510 | + functions:_upload_image:113 : local useimport 2024-09-12 14:10:08.512 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2024-09-12 14:10:08.514 | ++ functions:_image_properties_to_arg:87 : local result= 2024-09-12 14:10:08.515 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-09-12 14:10:08.517 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2024-09-12 14:10:08.519 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-09-12 14:10:08.520 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2024-09-12 14:10:08.522 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-09-12 14:10:08.524 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2024-09-12 14:10:08.526 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2024-09-12 14:10:08.528 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2024-09-12 14:10:08.530 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2024-09-12 14:10:08.531 | + 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-09-12 14:10:10.964 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-09-12 14:10:10.964 | | Field | Value | 2024-09-12 14:10:10.964 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-09-12 14:10:10.964 | | container_format | bare | 2024-09-12 14:10:10.964 | | created_at | 2024-09-12T14:10:10Z | 2024-09-12 14:10:10.964 | | disk_format | vmdk | 2024-09-12 14:10:10.964 | | file | /v2/images/742a8609-9408-4eeb-a495-157e22835424/file | 2024-09-12 14:10:10.964 | | id | 742a8609-9408-4eeb-a495-157e22835424 | 2024-09-12 14:10:10.964 | | min_disk | 0 | 2024-09-12 14:10:10.964 | | min_ram | 0 | 2024-09-12 14:10:10.964 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2024-09-12 14:10:10.964 | | owner | c0dd318627fd417ab43311b99d7d5c13 | 2024-09-12 14:10:10.964 | | 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-09-12 14:10:10.964 | | protected | False | 2024-09-12 14:10:10.964 | | schema | /v2/schemas/image | 2024-09-12 14:10:10.964 | | status | queued | 2024-09-12 14:10:10.964 | | tags | | 2024-09-12 14:10:10.964 | | updated_at | 2024-09-12T14:10:10Z | 2024-09-12 14:10:10.964 | | visibility | public | 2024-09-12 14:10:10.964 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-09-12 14:10:11.093 | + functions:upload_image:291 : return 2024-09-12 14:10:11.095 | + stack.sh:main:1367 : async_wait create_flavors 2024-09-12 14:10:11.134 | [3547 Async create_flavors:52185]: Waiting for completion of create_flavors running on PID 52185 (2 other jobs running) 2024-09-12 14:10:11.153 | [3547 Async create_flavors:52185]: Signaling child to exit 2024-09-12 14:10:13.015 | + inc/async:async_inner:64 : rc=0 2024-09-12 14:10:13.034 | [52185 Async create_flavors:52185]: finished successfully 2024-09-12 14:10:13.052 | WAKEUP 2024-09-12 14:10:13.070 | [3547 Async create_flavors:52185]: Signaled 2024-09-12 14:10:13.071 | + lib/nova:create_flavors:1247 : is_service_enabled n-api 2024-09-12 14:10:13.071 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:10:13.071 | + lib/nova:create_flavors:1248 : openstack --os-region-name=RegionOne flavor list 2024-09-12 14:10:13.071 | + lib/nova:create_flavors:1248 : grep -q ds512M 2024-09-12 14:10:13.071 | + 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-09-12 14:10:13.071 | +----------------------------+-----------------------+ 2024-09-12 14:10:13.071 | | Field | Value | 2024-09-12 14:10:13.071 | +----------------------------+-----------------------+ 2024-09-12 14:10:13.071 | | OS-FLV-DISABLED:disabled | False | 2024-09-12 14:10:13.071 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-09-12 14:10:13.071 | | description | None | 2024-09-12 14:10:13.071 | | disk | 1 | 2024-09-12 14:10:13.071 | | id | c1 | 2024-09-12 14:10:13.071 | | name | cirros256 | 2024-09-12 14:10:13.071 | | os-flavor-access:is_public | True | 2024-09-12 14:10:13.071 | | properties | hw_rng:allowed='True' | 2024-09-12 14:10:13.071 | | ram | 256 | 2024-09-12 14:10:13.071 | | rxtx_factor | 1.0 | 2024-09-12 14:10:13.071 | | swap | | 2024-09-12 14:10:13.071 | | vcpus | 1 | 2024-09-12 14:10:13.071 | +----------------------------+-----------------------+ 2024-09-12 14:10:13.071 | + 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-09-12 14:10:13.071 | +----------------------------+-----------------------+ 2024-09-12 14:10:13.071 | | Field | Value | 2024-09-12 14:10:13.071 | +----------------------------+-----------------------+ 2024-09-12 14:10:13.071 | | OS-FLV-DISABLED:disabled | False | 2024-09-12 14:10:13.072 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-09-12 14:10:13.072 | | description | None | 2024-09-12 14:10:13.072 | | disk | 5 | 2024-09-12 14:10:13.072 | | id | d1 | 2024-09-12 14:10:13.072 | | name | ds512M | 2024-09-12 14:10:13.072 | | os-flavor-access:is_public | True | 2024-09-12 14:10:13.072 | | properties | hw_rng:allowed='True' | 2024-09-12 14:10:13.072 | | ram | 512 | 2024-09-12 14:10:13.072 | | rxtx_factor | 1.0 | 2024-09-12 14:10:13.072 | | swap | | 2024-09-12 14:10:13.072 | | vcpus | 1 | 2024-09-12 14:10:13.072 | +----------------------------+-----------------------+ 2024-09-12 14:10:13.072 | + 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-09-12 14:10:13.072 | +----------------------------+-----------------------+ 2024-09-12 14:10:13.072 | | Field | Value | 2024-09-12 14:10:13.072 | +----------------------------+-----------------------+ 2024-09-12 14:10:13.072 | | OS-FLV-DISABLED:disabled | False | 2024-09-12 14:10:13.072 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-09-12 14:10:13.072 | | description | None | 2024-09-12 14:10:13.072 | | disk | 10 | 2024-09-12 14:10:13.072 | | id | d2 | 2024-09-12 14:10:13.072 | | name | ds1G | 2024-09-12 14:10:13.072 | | os-flavor-access:is_public | True | 2024-09-12 14:10:13.072 | | properties | hw_rng:allowed='True' | 2024-09-12 14:10:13.072 | | ram | 1024 | 2024-09-12 14:10:13.072 | | rxtx_factor | 1.0 | 2024-09-12 14:10:13.072 | | swap | | 2024-09-12 14:10:13.072 | | vcpus | 1 | 2024-09-12 14:10:13.072 | +----------------------------+-----------------------+ 2024-09-12 14:10:13.072 | + 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-09-12 14:10:13.072 | +----------------------------+-----------------------+ 2024-09-12 14:10:13.072 | | Field | Value | 2024-09-12 14:10:13.072 | +----------------------------+-----------------------+ 2024-09-12 14:10:13.072 | | OS-FLV-DISABLED:disabled | False | 2024-09-12 14:10:13.072 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-09-12 14:10:13.072 | | description | None | 2024-09-12 14:10:13.072 | | disk | 10 | 2024-09-12 14:10:13.072 | | id | d3 | 2024-09-12 14:10:13.072 | | name | ds2G | 2024-09-12 14:10:13.072 | | os-flavor-access:is_public | True | 2024-09-12 14:10:13.072 | | properties | hw_rng:allowed='True' | 2024-09-12 14:10:13.072 | | ram | 2048 | 2024-09-12 14:10:13.072 | | rxtx_factor | 1.0 | 2024-09-12 14:10:13.072 | | swap | | 2024-09-12 14:10:13.072 | | vcpus | 2 | 2024-09-12 14:10:13.072 | +----------------------------+-----------------------+ 2024-09-12 14:10:13.072 | + 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-09-12 14:10:13.072 | +----------------------------+-----------------------+ 2024-09-12 14:10:13.072 | | Field | Value | 2024-09-12 14:10:13.072 | +----------------------------+-----------------------+ 2024-09-12 14:10:13.072 | | OS-FLV-DISABLED:disabled | False | 2024-09-12 14:10:13.072 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-09-12 14:10:13.072 | | description | None | 2024-09-12 14:10:13.072 | | disk | 20 | 2024-09-12 14:10:13.072 | | id | d4 | 2024-09-12 14:10:13.072 | | name | ds4G | 2024-09-12 14:10:13.072 | | os-flavor-access:is_public | True | 2024-09-12 14:10:13.072 | | properties | hw_rng:allowed='True' | 2024-09-12 14:10:13.072 | | ram | 4096 | 2024-09-12 14:10:13.072 | | rxtx_factor | 1.0 | 2024-09-12 14:10:13.072 | | swap | | 2024-09-12 14:10:13.072 | | vcpus | 4 | 2024-09-12 14:10:13.072 | +----------------------------+-----------------------+ 2024-09-12 14:10:13.072 | + lib/nova:create_flavors:1257 : grep -q m1.tiny 2024-09-12 14:10:13.072 | + lib/nova:create_flavors:1257 : openstack --os-region-name=RegionOne flavor list 2024-09-12 14:10:13.072 | + 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-09-12 14:10:13.072 | +----------------------------+-----------------------+ 2024-09-12 14:10:13.072 | | Field | Value | 2024-09-12 14:10:13.072 | +----------------------------+-----------------------+ 2024-09-12 14:10:13.072 | | OS-FLV-DISABLED:disabled | False | 2024-09-12 14:10:13.072 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-09-12 14:10:13.072 | | description | None | 2024-09-12 14:10:13.072 | | disk | 1 | 2024-09-12 14:10:13.073 | | id | 1 | 2024-09-12 14:10:13.073 | | name | m1.tiny | 2024-09-12 14:10:13.073 | | os-flavor-access:is_public | True | 2024-09-12 14:10:13.073 | | properties | hw_rng:allowed='True' | 2024-09-12 14:10:13.073 | | ram | 512 | 2024-09-12 14:10:13.073 | | rxtx_factor | 1.0 | 2024-09-12 14:10:13.073 | | swap | | 2024-09-12 14:10:13.073 | | vcpus | 1 | 2024-09-12 14:10:13.073 | +----------------------------+-----------------------+ 2024-09-12 14:10:13.073 | + 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-09-12 14:10:13.073 | +----------------------------+-----------------------+ 2024-09-12 14:10:13.073 | | Field | Value | 2024-09-12 14:10:13.073 | +----------------------------+-----------------------+ 2024-09-12 14:10:13.073 | | OS-FLV-DISABLED:disabled | False | 2024-09-12 14:10:13.073 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-09-12 14:10:13.073 | | description | None | 2024-09-12 14:10:13.073 | | disk | 20 | 2024-09-12 14:10:13.073 | | id | 2 | 2024-09-12 14:10:13.073 | | name | m1.small | 2024-09-12 14:10:13.073 | | os-flavor-access:is_public | True | 2024-09-12 14:10:13.073 | | properties | hw_rng:allowed='True' | 2024-09-12 14:10:13.073 | | ram | 2048 | 2024-09-12 14:10:13.073 | | rxtx_factor | 1.0 | 2024-09-12 14:10:13.073 | | swap | | 2024-09-12 14:10:13.073 | | vcpus | 1 | 2024-09-12 14:10:13.073 | +----------------------------+-----------------------+ 2024-09-12 14:10:13.073 | + 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-09-12 14:10:13.073 | +----------------------------+-----------------------+ 2024-09-12 14:10:13.073 | | Field | Value | 2024-09-12 14:10:13.073 | +----------------------------+-----------------------+ 2024-09-12 14:10:13.073 | | OS-FLV-DISABLED:disabled | False | 2024-09-12 14:10:13.073 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-09-12 14:10:13.073 | | description | None | 2024-09-12 14:10:13.073 | | disk | 40 | 2024-09-12 14:10:13.073 | | id | 3 | 2024-09-12 14:10:13.073 | | name | m1.medium | 2024-09-12 14:10:13.073 | | os-flavor-access:is_public | True | 2024-09-12 14:10:13.073 | | properties | hw_rng:allowed='True' | 2024-09-12 14:10:13.073 | | ram | 4096 | 2024-09-12 14:10:13.073 | | rxtx_factor | 1.0 | 2024-09-12 14:10:13.073 | | swap | | 2024-09-12 14:10:13.073 | | vcpus | 2 | 2024-09-12 14:10:13.073 | +----------------------------+-----------------------+ 2024-09-12 14:10:13.073 | + 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-09-12 14:10:13.073 | +----------------------------+-----------------------+ 2024-09-12 14:10:13.073 | | Field | Value | 2024-09-12 14:10:13.073 | +----------------------------+-----------------------+ 2024-09-12 14:10:13.073 | | OS-FLV-DISABLED:disabled | False | 2024-09-12 14:10:13.073 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-09-12 14:10:13.073 | | description | None | 2024-09-12 14:10:13.073 | | disk | 80 | 2024-09-12 14:10:13.073 | | id | 4 | 2024-09-12 14:10:13.073 | | name | m1.large | 2024-09-12 14:10:13.073 | | os-flavor-access:is_public | True | 2024-09-12 14:10:13.073 | | properties | hw_rng:allowed='True' | 2024-09-12 14:10:13.073 | | ram | 8192 | 2024-09-12 14:10:13.073 | | rxtx_factor | 1.0 | 2024-09-12 14:10:13.073 | | swap | | 2024-09-12 14:10:13.073 | | vcpus | 4 | 2024-09-12 14:10:13.073 | +----------------------------+-----------------------+ 2024-09-12 14:10:13.073 | + 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-09-12 14:10:13.073 | +----------------------------+-----------------------+ 2024-09-12 14:10:13.073 | | Field | Value | 2024-09-12 14:10:13.073 | +----------------------------+-----------------------+ 2024-09-12 14:10:13.073 | | OS-FLV-DISABLED:disabled | False | 2024-09-12 14:10:13.073 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-09-12 14:10:13.073 | | description | None | 2024-09-12 14:10:13.073 | | disk | 160 | 2024-09-12 14:10:13.073 | | id | 5 | 2024-09-12 14:10:13.073 | | name | m1.xlarge | 2024-09-12 14:10:13.073 | | os-flavor-access:is_public | True | 2024-09-12 14:10:13.073 | | properties | hw_rng:allowed='True' | 2024-09-12 14:10:13.073 | | ram | 16384 | 2024-09-12 14:10:13.073 | | rxtx_factor | 1.0 | 2024-09-12 14:10:13.073 | | swap | | 2024-09-12 14:10:13.073 | | vcpus | 8 | 2024-09-12 14:10:13.073 | +----------------------------+-----------------------+ 2024-09-12 14:10:13.106 | [3547 Async create_flavors:52185]: finished create_flavors with result 0 in 15 seconds 2024-09-12 14:10:13.109 | + inc/async:async_wait:197 : return 0 2024-09-12 14:10:13.111 | + stack.sh:main:1369 : is_service_enabled horizon 2024-09-12 14:10:13.125 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:10:13.127 | + stack.sh:main:1383 : is_service_enabled nova 2024-09-12 14:10:13.141 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:10:13.143 | + stack.sh:main:1383 : is_service_enabled keystone 2024-09-12 14:10:13.157 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:10:13.159 | + stack.sh:main:1384 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2024-09-12 14:10:13.161 | + stack.sh:main:1386 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-09-12 14:10:13.163 | + stack.sh:main:1390 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2024-09-12 14:10:13.166 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2024-09-12 14:10:13.167 | ++ 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-09-12 14:10:13.170 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2024-09-12 14:10:13.171 | + opt/stack/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/opt/stack/devstack/accrc'\''' --os-password ''\''nomoresecret'\''' -- 2024-09-12 14:10:13.172 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2024-09-12 14:10:13.173 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2024-09-12 14:10:13.174 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2024-09-12 14:10:13.175 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2024-09-12 14:10:13.176 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2024-09-12 14:10:13.177 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2024-09-12 14:10:13.179 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2024-09-12 14:10:13.180 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2024-09-12 14:10:13.181 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2024-09-12 14:10:13.182 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-09-12 14:10:13.183 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2024-09-12 14:10:13.184 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-09-12 14:10:13.185 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2024-09-12 14:10:13.186 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-09-12 14:10:13.187 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2024-09-12 14:10:13.188 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-09-12 14:10:13.189 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2024-09-12 14:10:13.190 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-09-12 14:10:13.191 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2024-09-12 14:10:13.192 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2024-09-12 14:10:13.194 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-09-12 14:10:13.195 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2024-09-12 14:10:13.196 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-09-12 14:10:13.197 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2024-09-12 14:10:13.198 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2024-09-12 14:10:13.199 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2024-09-12 14:10:13.200 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-09-12 14:10:13.201 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2024-09-12 14:10:13.202 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-09-12 14:10:13.203 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2024-09-12 14:10:13.204 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2024-09-12 14:10:13.205 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2024-09-12 14:10:13.207 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2024-09-12 14:10:13.208 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2024-09-12 14:10:13.209 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2024-09-12 14:10:13.210 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2024-09-12 14:10:13.211 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2024-09-12 14:10:13.212 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2024-09-12 14:10:13.213 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2024-09-12 14:10:13.214 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2024-09-12 14:10:13.215 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2024-09-12 14:10:13.216 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2024-09-12 14:10:13.217 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2024-09-12 14:10:13.219 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2024-09-12 14:10:13.220 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2024-09-12 14:10:13.221 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2024-09-12 14:10:13.222 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2024-09-12 14:10:13.223 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2024-09-12 14:10:13.224 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2024-09-12 14:10:13.225 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2024-09-12 14:10:13.227 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2024-09-12 14:10:13.228 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2024-09-12 14:10:13.228 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2024-09-12 14:10:13.228 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2024-09-12 14:10:13.228 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2024-09-12 14:10:13.230 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2024-09-12 14:10:14.152 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2024-09-12 14:10:14.153 | 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-09-12 14:10:14.268 | + stack.sh:main:1395 : save_stackenv 2024-09-12 14:10:14.270 | + functions-common:save_stackenv:60 : local tag= 2024-09-12 14:10:14.273 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-09-12 14:10:14.277 | + functions-common:save_stackenv:62 : time_stamp=2024-09-12-141014 2024-09-12 14:10:14.279 | + functions-common:save_stackenv:63 : echo '# 2024-09-12-141014 ' 2024-09-12 14:10:14.281 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:10:14.284 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-09-12 14:10:14.286 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:10:14.288 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-09-12 14:10:14.290 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:10:14.292 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-09-12 14:10:14.294 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:10:14.296 | + 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-09-12 14:10:14.298 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:10:14.300 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-09-12 14:10:14.302 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:10:14.304 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-09-12 14:10:14.306 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:10:14.308 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-09-12-140306 2024-09-12 14:10:14.310 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:10:14.312 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-09-12 14:10:14.314 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:10:14.316 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-09-12 14:10:14.318 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:10:14.320 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-09-12 14:10:14.322 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:10:14.324 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-09-12 14:10:14.326 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:10:14.328 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-09-12 14:10:14.330 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:10:14.332 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-09-12 14:10:14.334 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:10:14.336 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-09-12 14:10:14.338 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-09-12 14:10:14.340 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-09-12 14:10:14.342 | + stack.sh:main:1406 : merge_config_group /opt/stack/devstack/local.conf extra 2024-09-12 14:10:14.344 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-09-12 14:10:14.346 | + inc/meta-config:merge_config_group:171 : shift 2024-09-12 14:10:14.348 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2024-09-12 14:10:14.350 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-09-12 14:10:14.352 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-09-12 14:10:14.354 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-09-12 14:10:14.356 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2024-09-12 14:10:14.358 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-09-12 14:10:14.361 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2024-09-12 14:10:14.363 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-09-12 14:10:14.365 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2024-09-12 14:10:14.365 | /^\[\[.+\|.*\]\]/ { 2024-09-12 14:10:14.365 | gsub("[][]", "", $1); 2024-09-12 14:10:14.365 | split($1, a, "|"); 2024-09-12 14:10:14.365 | if (a[1] == matchgroup) 2024-09-12 14:10:14.365 | print a[2] 2024-09-12 14:10:14.365 | } 2024-09-12 14:10:14.365 | ' /opt/stack/devstack/local.conf 2024-09-12 14:10:14.370 | + stack.sh:main:1413 : run_phase stack extra 2024-09-12 14:10:14.372 | + functions-common:run_phase:1863 : local mode=stack 2024-09-12 14:10:14.374 | + functions-common:run_phase:1864 : local phase=extra 2024-09-12 14:10:14.376 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-09-12 14:10:14.378 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-09-12 14:10:14.380 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-09-12 14:10:14.382 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-09-12 14:10:14.385 | + functions-common:run_phase:1873 : local extra 2024-09-12 14:10:14.387 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-09-12 14:10:14.391 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-09-12 14:10:14.393 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-09-12 14:10:14.395 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-09-12 14:10:14.397 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2024-09-12 14:10:14.399 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-09-12 14:10:14.413 | ++ functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:10:14.415 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-09-12 14:10:14.417 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-09-12 14:10:14.418 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-09-12 14:10:14.421 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-09-12 14:10:14.423 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-09-12 14:10:14.425 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-09-12 14:10:14.427 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2024-09-12 14:10:14.429 | ++ extras.d/80-tempest.sh:source:15 : : 2024-09-12 14:10:14.431 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-09-12 14:10:14.433 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-09-12 14:10:14.435 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-09-12 14:10:14.437 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-09-12 14:10:14.439 | + functions-common:run_phase:1890 : run_plugins stack extra 2024-09-12 14:10:14.441 | + functions-common:run_plugins:1849 : local mode=stack 2024-09-12 14:10:14.444 | + functions-common:run_plugins:1850 : local phase=extra 2024-09-12 14:10:14.446 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-09-12 14:10:14.448 | + functions-common:run_plugins:1853 : local plugin 2024-09-12 14:10:14.450 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-09-12 14:10:14.452 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-09-12 14:10:14.454 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-09-12 14:10:14.456 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2024-09-12 14:10:14.459 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-09-12 14:10:14.461 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-09-12 14:10:14.463 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-09-12 14:10:14.465 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-09-12 14:10:14.468 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-09-12 14:10:14.470 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-09-12 14:10:14.472 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2024-09-12 14:10:14.474 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2024-09-12 14:10:14.476 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-09-12 14:10:14.478 | ++ stack.sh:echo_summary:455 : echo -e Initializing Networking-NSX-T 2024-09-12 14:10:14.480 | + stack.sh:main:1421 : merge_config_group /opt/stack/devstack/local.conf post-extra 2024-09-12 14:10:14.483 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-09-12 14:10:14.485 | + inc/meta-config:merge_config_group:171 : shift 2024-09-12 14:10:14.487 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2024-09-12 14:10:14.489 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-09-12 14:10:14.491 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-09-12 14:10:14.493 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-09-12 14:10:14.496 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2024-09-12 14:10:14.498 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-09-12 14:10:14.500 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2024-09-12 14:10:14.502 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-09-12 14:10:14.504 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2024-09-12 14:10:14.504 | /^\[\[.+\|.*\]\]/ { 2024-09-12 14:10:14.504 | gsub("[][]", "", $1); 2024-09-12 14:10:14.504 | split($1, a, "|"); 2024-09-12 14:10:14.504 | if (a[1] == matchgroup) 2024-09-12 14:10:14.504 | print a[2] 2024-09-12 14:10:14.504 | } 2024-09-12 14:10:14.504 | ' /opt/stack/devstack/local.conf 2024-09-12 14:10:14.509 | + stack.sh:main:1430 : is_service_enabled n-cpu 2024-09-12 14:10:14.524 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:10:14.526 | + stack.sh:main:1435 : service_check 2024-09-12 14:10:14.528 | + functions-common:service_check:1728 : local service 2024-09-12 14:10:14.530 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:10:14.532 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@key.service 2024-09-12 14:10:14.542 | Failed to get unit file state for devstack@key.service: No such file or directory 2024-09-12 14:10:14.545 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:10:14.547 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api.service 2024-09-12 14:10:14.556 | enabled 2024-09-12 14:10:14.559 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api.service --no-pager 2024-09-12 14:10:14.582 | ● devstack@n-api.service - Devstack devstack@n-api.service 2024-09-12 14:10:14.582 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2024-09-12 14:10:14.582 | Active: active (running) since Thu 2024-09-12 14:09:17 UTC; 57s ago 2024-09-12 14:10:14.582 | Main PID: 45849 (uwsgi) 2024-09-12 14:10:14.582 | Status: "uWSGI is ready" 2024-09-12 14:10:14.582 | Tasks: 3 (limit: 19126) 2024-09-12 14:10:14.582 | Memory: 238.7M 2024-09-12 14:10:14.582 | CPU: 6.077s 2024-09-12 14:10:14.582 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2024-09-12 14:10:14.582 | ├─45849 "nova-apiuWSGI master" 2024-09-12 14:10:14.582 | ├─45850 "nova-apiuWSGI worker 1" 2024-09-12 14:10:14.582 | └─45851 "nova-apiuWSGI worker 2" 2024-09-12 14:10:14.582 | 2024-09-12 14:10:14.582 | Sep 12 14:10:11 devstack devstack@n-api.service[45850]: [pid: 45850|app: 0|req: 17/32] 10.180.1.21 () {64 vars in 1332 bytes} [Thu Sep 12 14:10:11 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-09-12 14:10:14.582 | Sep 12 14:10:12 devstack devstack@n-api.service[45851]: DEBUG nova.api.openstack.wsgi [None req-eb0a85d4-d662-43df-b02f-073a72e67aac admin admin] Calling method '>' {{(pid=45851) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2024-09-12 14:10:14.582 | Sep 12 14:10:12 devstack devstack@n-api.service[45851]: INFO nova.api.openstack.requestlog [None req-eb0a85d4-d662-43df-b02f-073a72e67aac admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.000949 2024-09-12 14:10:14.582 | Sep 12 14:10:12 devstack devstack@n-api.service[45851]: [pid: 45851|app: 0|req: 16/33] 10.180.1.21 () {54 vars in 930 bytes} [Thu Sep 12 14:10:12 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-09-12 14:10:14.582 | Sep 12 14:10:12 devstack devstack@n-api.service[45850]: DEBUG nova.api.openstack.wsgi [None req-602e25f4-a195-4eba-b1fd-c7c29508842e admin admin] Action: 'create', calling method: >, body: {"flavor": {"vcpus": 8, "os-flavor-access:is_public": true, "OS-FLV-EXT-DATA:ephemeral": 0, "swap": 0, "ram": 16384, "disk": 160, "name": "m1.xlarge", "rxtx_factor": 1.0, "id": "5"}} {{(pid=45850) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-09-12 14:10:14.582 | Sep 12 14:10:12 devstack devstack@n-api.service[45850]: INFO nova.api.openstack.requestlog [None req-602e25f4-a195-4eba-b1fd-c7c29508842e admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.035394 2024-09-12 14:10:14.582 | Sep 12 14:10:12 devstack devstack@n-api.service[45850]: [pid: 45850|app: 0|req: 18/34] 10.180.1.21 () {64 vars in 1282 bytes} [Thu Sep 12 14:10:12 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-09-12 14:10:14.582 | Sep 12 14:10:12 devstack devstack@n-api.service[45851]: DEBUG nova.api.openstack.wsgi [None req-263a2b35-4643-4ec6-988b-2379fe68c45b admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=45851) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-09-12 14:10:14.582 | Sep 12 14:10:12 devstack devstack@n-api.service[45851]: INFO nova.api.openstack.requestlog [None req-263a2b35-4643-4ec6-988b-2379fe68c45b admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.015991 2024-09-12 14:10:14.582 | Sep 12 14:10:12 devstack devstack@n-api.service[45851]: [pid: 45851|app: 0|req: 17/35] 10.180.1.21 () {64 vars in 1332 bytes} [Thu Sep 12 14:10:12 2024] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 16 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2024-09-12 14:10:14.585 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:10:14.587 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-cond.service 2024-09-12 14:10:14.597 | enabled 2024-09-12 14:10:14.600 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-cond.service --no-pager 2024-09-12 14:10:14.611 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2024-09-12 14:10:14.611 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2024-09-12 14:10:14.611 | Active: active (running) since Thu 2024-09-12 14:09:54 UTC; 19s ago 2024-09-12 14:10:14.611 | Main PID: 51714 (nova-conductor) 2024-09-12 14:10:14.611 | Tasks: 3 (limit: 19126) 2024-09-12 14:10:14.611 | Memory: 148.1M 2024-09-12 14:10:14.611 | CPU: 2.097s 2024-09-12 14:10:14.611 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2024-09-12 14:10:14.611 | ├─51714 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-09-12 14:10:14.611 | ├─52133 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-09-12 14:10:14.611 | └─52134 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-09-12 14:10:14.611 | 2024-09-12 14:10:14.611 | Sep 12 14:09:56 devstack nova-conductor[51714]: DEBUG oslo_service.service [None req-318fad56-ea5a-4ef8-ad2d-c4115b8671f6 None None] oslo_limit.split_loggers = False {{(pid=51714) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-09-12 14:10:14.611 | Sep 12 14:09:56 devstack nova-conductor[51714]: DEBUG oslo_service.service [None req-318fad56-ea5a-4ef8-ad2d-c4115b8671f6 None None] oslo_limit.status_code_retries = None {{(pid=51714) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-09-12 14:10:14.611 | Sep 12 14:09:56 devstack nova-conductor[51714]: DEBUG oslo_service.service [None req-318fad56-ea5a-4ef8-ad2d-c4115b8671f6 None None] oslo_limit.status_code_retry_delay = None {{(pid=51714) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-09-12 14:10:14.611 | Sep 12 14:09:56 devstack nova-conductor[51714]: DEBUG oslo_service.service [None req-318fad56-ea5a-4ef8-ad2d-c4115b8671f6 None None] oslo_limit.timeout = None {{(pid=51714) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-09-12 14:10:14.611 | Sep 12 14:09:56 devstack nova-conductor[51714]: DEBUG oslo_service.service [None req-318fad56-ea5a-4ef8-ad2d-c4115b8671f6 None None] oslo_limit.valid_interfaces = None {{(pid=51714) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-09-12 14:10:14.611 | Sep 12 14:09:56 devstack nova-conductor[51714]: DEBUG oslo_service.service [None req-318fad56-ea5a-4ef8-ad2d-c4115b8671f6 None None] oslo_limit.version = None {{(pid=51714) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-09-12 14:10:14.611 | Sep 12 14:09:56 devstack nova-conductor[51714]: DEBUG oslo_service.service [None req-318fad56-ea5a-4ef8-ad2d-c4115b8671f6 None None] oslo_reports.file_event_handler = None {{(pid=51714) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-09-12 14:10:14.611 | Sep 12 14:09:56 devstack nova-conductor[51714]: DEBUG oslo_service.service [None req-318fad56-ea5a-4ef8-ad2d-c4115b8671f6 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=51714) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-09-12 14:10:14.612 | Sep 12 14:09:56 devstack nova-conductor[51714]: DEBUG oslo_service.service [None req-318fad56-ea5a-4ef8-ad2d-c4115b8671f6 None None] oslo_reports.log_dir = None {{(pid=51714) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-09-12 14:10:14.612 | Sep 12 14:09:56 devstack nova-conductor[51714]: DEBUG oslo_service.service [None req-318fad56-ea5a-4ef8-ad2d-c4115b8671f6 None None] ******************************************************************************** {{(pid=51714) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-09-12 14:10:14.614 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:10:14.616 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-sch.service 2024-09-12 14:10:14.625 | enabled 2024-09-12 14:10:14.628 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-sch.service --no-pager 2024-09-12 14:10:14.640 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2024-09-12 14:10:14.640 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2024-09-12 14:10:14.640 | Active: active (running) since Thu 2024-09-12 14:09:52 UTC; 22s ago 2024-09-12 14:10:14.640 | Main PID: 50494 (nova-scheduler) 2024-09-12 14:10:14.640 | Tasks: 3 (limit: 19126) 2024-09-12 14:10:14.640 | Memory: 147.5M 2024-09-12 14:10:14.640 | CPU: 2.106s 2024-09-12 14:10:14.640 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2024-09-12 14:10:14.640 | ├─50494 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-09-12 14:10:14.640 | ├─51509 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-09-12 14:10:14.640 | └─51510 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-09-12 14:10:14.640 | 2024-09-12 14:10:14.640 | Sep 12 14:09:54 devstack nova-scheduler[50494]: DEBUG oslo_service.service [None req-c172aa44-8503-466d-85b2-2e091d7030d0 None None] oslo_limit.split_loggers = False {{(pid=50494) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-09-12 14:10:14.640 | Sep 12 14:09:54 devstack nova-scheduler[50494]: DEBUG oslo_service.service [None req-c172aa44-8503-466d-85b2-2e091d7030d0 None None] oslo_limit.status_code_retries = None {{(pid=50494) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-09-12 14:10:14.640 | Sep 12 14:09:54 devstack nova-scheduler[50494]: DEBUG oslo_service.service [None req-c172aa44-8503-466d-85b2-2e091d7030d0 None None] oslo_limit.status_code_retry_delay = None {{(pid=50494) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-09-12 14:10:14.640 | Sep 12 14:09:54 devstack nova-scheduler[50494]: DEBUG oslo_service.service [None req-c172aa44-8503-466d-85b2-2e091d7030d0 None None] oslo_limit.timeout = None {{(pid=50494) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-09-12 14:10:14.640 | Sep 12 14:09:54 devstack nova-scheduler[50494]: DEBUG oslo_service.service [None req-c172aa44-8503-466d-85b2-2e091d7030d0 None None] oslo_limit.valid_interfaces = None {{(pid=50494) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-09-12 14:10:14.640 | Sep 12 14:09:54 devstack nova-scheduler[50494]: DEBUG oslo_service.service [None req-c172aa44-8503-466d-85b2-2e091d7030d0 None None] oslo_limit.version = None {{(pid=50494) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-09-12 14:10:14.640 | Sep 12 14:09:54 devstack nova-scheduler[50494]: DEBUG oslo_service.service [None req-c172aa44-8503-466d-85b2-2e091d7030d0 None None] oslo_reports.file_event_handler = None {{(pid=50494) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-09-12 14:10:14.640 | Sep 12 14:09:54 devstack nova-scheduler[50494]: DEBUG oslo_service.service [None req-c172aa44-8503-466d-85b2-2e091d7030d0 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=50494) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-09-12 14:10:14.640 | Sep 12 14:09:54 devstack nova-scheduler[50494]: DEBUG oslo_service.service [None req-c172aa44-8503-466d-85b2-2e091d7030d0 None None] oslo_reports.log_dir = None {{(pid=50494) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-09-12 14:10:14.640 | Sep 12 14:09:54 devstack nova-scheduler[50494]: DEBUG oslo_service.service [None req-c172aa44-8503-466d-85b2-2e091d7030d0 None None] ******************************************************************************** {{(pid=50494) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-09-12 14:10:14.643 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:10:14.645 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api-meta.service 2024-09-12 14:10:14.654 | enabled 2024-09-12 14:10:14.657 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api-meta.service --no-pager 2024-09-12 14:10:14.667 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2024-09-12 14:10:14.667 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2024-09-12 14:10:14.667 | Active: active (running) since Thu 2024-09-12 14:09:53 UTC; 21s ago 2024-09-12 14:10:14.667 | Main PID: 51045 (uwsgi) 2024-09-12 14:10:14.667 | Status: "uWSGI is ready" 2024-09-12 14:10:14.667 | Tasks: 4 (limit: 19126) 2024-09-12 14:10:14.667 | Memory: 201.5M 2024-09-12 14:10:14.667 | CPU: 4.030s 2024-09-12 14:10:14.667 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2024-09-12 14:10:14.667 | ├─51045 "nova-api-metauWSGI master" 2024-09-12 14:10:14.667 | ├─51046 "nova-api-metauWSGI worker 1" 2024-09-12 14:10:14.667 | ├─51047 "nova-api-metauWSGI worker 2" 2024-09-12 14:10:14.667 | └─51048 "nova-api-metauWSGI http 1" 2024-09-12 14:10:14.667 | 2024-09-12 14:10:14.667 | Sep 12 14:09:55 devstack devstack@n-api-meta.service[51047]: DEBUG oslo_concurrency.lockutils [None req-ed722ce3-45c6-480c-81d8-64be3af69d7d None None] Lock "3de494da-b015-4962-ad13-885c9c4940ad" acquired by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: waited 0.000s {{(pid=51047) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-09-12 14:10:14.667 | Sep 12 14:09:55 devstack devstack@n-api-meta.service[51047]: DEBUG oslo_concurrency.lockutils [None req-ed722ce3-45c6-480c-81d8-64be3af69d7d None None] Lock "3de494da-b015-4962-ad13-885c9c4940ad" "released" by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: held 0.001s {{(pid=51047) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-09-12 14:10:14.667 | Sep 12 14:09:55 devstack devstack@n-api-meta.service[51047]: DEBUG oslo_db.sqlalchemy.engines [None req-ed722ce3-45c6-480c-81d8-64be3af69d7d 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=51047) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-09-12 14:10:14.667 | Sep 12 14:09:55 devstack devstack@n-api-meta.service[51047]: DEBUG oslo_db.sqlalchemy.engines [None req-ed722ce3-45c6-480c-81d8-64be3af69d7d 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=51047) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-09-12 14:10:14.668 | Sep 12 14:09:55 devstack devstack@n-api-meta.service[51046]: DEBUG oslo_db.sqlalchemy.engines [None req-051cc65e-4dca-4298-bb09-bb4d8ed11f6c 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=51046) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-09-12 14:10:14.668 | Sep 12 14:09:55 devstack devstack@n-api-meta.service[51047]: DEBUG oslo_db.sqlalchemy.engines [None req-ed722ce3-45c6-480c-81d8-64be3af69d7d 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=51047) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-09-12 14:10:14.668 | Sep 12 14:09:55 devstack devstack@n-api-meta.service[51046]: WARNING nova.api.metadata.handler [None req-051cc65e-4dca-4298-bb09-bb4d8ed11f6c None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-09-12 14:10:14.668 | Sep 12 14:09:55 devstack devstack@n-api-meta.service[51046]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x6528186cff10 pid: 51046 (default app) 2024-09-12 14:10:14.668 | Sep 12 14:09:55 devstack devstack@n-api-meta.service[51047]: WARNING nova.api.metadata.handler [None req-ed722ce3-45c6-480c-81d8-64be3af69d7d None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-09-12 14:10:14.668 | Sep 12 14:09:55 devstack devstack@n-api-meta.service[51047]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x6528186cff10 pid: 51047 (default app) 2024-09-12 14:10:14.671 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:10:14.673 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-api.service 2024-09-12 14:10:14.682 | enabled 2024-09-12 14:10:14.685 | + functions-common:service_check:1735 : sudo systemctl status devstack@placement-api.service --no-pager 2024-09-12 14:10:14.696 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2024-09-12 14:10:14.696 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2024-09-12 14:10:14.696 | Active: active (running) since Thu 2024-09-12 14:09:25 UTC; 49s ago 2024-09-12 14:10:14.696 | Main PID: 47182 (uwsgi) 2024-09-12 14:10:14.696 | Status: "uWSGI is ready" 2024-09-12 14:10:14.696 | Tasks: 3 (limit: 19126) 2024-09-12 14:10:14.696 | Memory: 146.6M 2024-09-12 14:10:14.696 | CPU: 2.534s 2024-09-12 14:10:14.696 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2024-09-12 14:10:14.696 | ├─47182 "placementuWSGI master" 2024-09-12 14:10:14.696 | ├─47183 "placementuWSGI worker 1" 2024-09-12 14:10:14.696 | └─47184 "placementuWSGI worker 2" 2024-09-12 14:10:14.696 | 2024-09-12 14:10:14.696 | Sep 12 14:09:26 devstack devstack@placement-api.service[47183]: DEBUG placement.requestlog [None req-43b04ba3-17a2-405f-8383-5d1746f05b8b None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=47183) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-09-12 14:10:14.696 | Sep 12 14:09:26 devstack devstack@placement-api.service[47184]: WSGI app 0 (mountpoint='') ready in 1 seconds on interpreter 0x59e59b0db990 pid: 47184 (default app) 2024-09-12 14:10:14.696 | Sep 12 14:09:26 devstack devstack@placement-api.service[47183]: INFO placement.requestlog [None req-43b04ba3-17a2-405f-8383-5d1746f05b8b None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-09-12 14:10:14.696 | Sep 12 14:09:26 devstack devstack@placement-api.service[47183]: [pid: 47183|app: 0|req: 1/1] 10.180.1.21 () {50 vars in 776 bytes} [Thu Sep 12 14:09:26 2024] GET /placement => generated 136 bytes in 7 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-09-12 14:10:14.696 | Sep 12 14:09:53 devstack devstack@placement-api.service[47184]: DEBUG placement.requestlog [None req-04323d86-8a42-4d82-a55e-228e91308c66 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=47184) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-09-12 14:10:14.696 | Sep 12 14:09:53 devstack devstack@placement-api.service[47184]: INFO placement.requestlog [None req-04323d86-8a42-4d82-a55e-228e91308c66 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-09-12 14:10:14.696 | Sep 12 14:09:53 devstack devstack@placement-api.service[47184]: [pid: 47184|app: 0|req: 1/2] 10.180.1.21 () {54 vars in 917 bytes} [Thu Sep 12 14:09:53 2024] GET /placement => generated 136 bytes in 9 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-09-12 14:10:14.696 | Sep 12 14:09:56 devstack devstack@placement-api.service[47183]: DEBUG placement.requestlog [None req-553874bf-9c05-4d11-bff8-02969bb9f89f None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=47183) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-09-12 14:10:14.696 | Sep 12 14:09:56 devstack devstack@placement-api.service[47183]: INFO placement.requestlog [None req-553874bf-9c05-4d11-bff8-02969bb9f89f None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-09-12 14:10:14.696 | Sep 12 14:09:56 devstack devstack@placement-api.service[47183]: [pid: 47183|app: 0|req: 2/3] 10.180.1.21 () {54 vars in 917 bytes} [Thu Sep 12 14:09:56 2024] GET /placement => generated 136 bytes in 1 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-09-12 14:10:14.699 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:10:14.701 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-client.service 2024-09-12 14:10:14.709 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2024-09-12 14:10:14.712 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:10:14.714 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@g-api.service 2024-09-12 14:10:14.723 | enabled 2024-09-12 14:10:14.726 | + functions-common:service_check:1735 : sudo systemctl status devstack@g-api.service --no-pager 2024-09-12 14:10:14.737 | ● devstack@g-api.service - Devstack devstack@g-api.service 2024-09-12 14:10:14.737 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2024-09-12 14:10:14.737 | Active: active (running) since Thu 2024-09-12 14:10:06 UTC; 8s ago 2024-09-12 14:10:14.737 | Main PID: 54430 (uwsgi) 2024-09-12 14:10:14.737 | Status: "uWSGI is ready" 2024-09-12 14:10:14.737 | Tasks: 7 (limit: 19126) 2024-09-12 14:10:14.737 | Memory: 237.4M 2024-09-12 14:10:14.737 | CPU: 4.629s 2024-09-12 14:10:14.737 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2024-09-12 14:10:14.737 | ├─54430 "glance-apiuWSGI master" 2024-09-12 14:10:14.737 | ├─54431 "glance-apiuWSGI worker 1" 2024-09-12 14:10:14.737 | └─54432 "glance-apiuWSGI worker 2" 2024-09-12 14:10:14.737 | 2024-09-12 14:10:14.737 | Sep 12 14:10:10 devstack devstack@g-api.service[54432]: DEBUG glance.api.middleware.version_negotiation [None req-4db6146b-e611-44b8-b172-139353517a10 None None] Using url versioning {{(pid=54432) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} 2024-09-12 14:10:14.737 | Sep 12 14:10:10 devstack devstack@g-api.service[54432]: DEBUG glance.api.middleware.version_negotiation [None req-4db6146b-e611-44b8-b172-139353517a10 None None] Matched version: v2 {{(pid=54432) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} 2024-09-12 14:10:14.737 | Sep 12 14:10:10 devstack devstack@g-api.service[54432]: DEBUG glance.api.middleware.version_negotiation [None req-4db6146b-e611-44b8-b172-139353517a10 None None] new path /v2/images/742a8609-9408-4eeb-a495-157e22835424/file {{(pid=54432) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} 2024-09-12 14:10:14.737 | Sep 12 14:10:10 devstack devstack@g-api.service[54432]: DEBUG oslo_db.sqlalchemy.engines [None req-0a77b5a8-7020-403c-b402-1ecee61a6ced 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=54432) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-09-12 14:10:14.737 | Sep 12 14:10:10 devstack devstack@g-api.service[54432]: INFO glance.api.v2.image_data [None req-0a77b5a8-7020-403c-b402-1ecee61a6ced admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2024-09-12 14:10:14.737 | Sep 12 14:10:10 devstack devstack@g-api.service[54432]: DEBUG glance.location [None req-0a77b5a8-7020-403c-b402-1ecee61a6ced admin admin] Enabling in-flight format inspection for vmdk {{(pid=54432) set_data /opt/stack/glance/glance/location.py:592}} 2024-09-12 14:10:14.737 | Sep 12 14:10:10 devstack devstack@g-api.service[54432]: DEBUG glance_store._drivers.filesystem [None req-0a77b5a8-7020-403c-b402-1ecee61a6ced admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/742a8609-9408-4eeb-a495-157e22835424 with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=54432) add /usr/local/lib/python3.10/dist-packages/glance_store/_drivers/filesystem.py:773}} 2024-09-12 14:10:14.737 | Sep 12 14:10:10 devstack devstack@g-api.service[54432]: INFO glance.location [None req-0a77b5a8-7020-403c-b402-1ecee61a6ced admin admin] Image format matched and virtual size computed: 117440512 2024-09-12 14:10:14.737 | Sep 12 14:10:10 devstack devstack@g-api.service[54432]: DEBUG glance_store.backend [None req-0a77b5a8-7020-403c-b402-1ecee61a6ced admin admin] Skipping store.set_acls... not implemented. {{(pid=54432) set_acls /usr/local/lib/python3.10/dist-packages/glance_store/backend.py:508}} 2024-09-12 14:10:14.737 | Sep 12 14:10:10 devstack devstack@g-api.service[54432]: [pid: 54432|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 860 bytes} [Thu Sep 12 14:10:10 2024] PUT /v2/images/742a8609-9408-4eeb-a495-157e22835424/file => generated 0 bytes in 806 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2024-09-12 14:10:14.740 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:10:14.742 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-sch.service 2024-09-12 14:10:14.751 | enabled 2024-09-12 14:10:14.754 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-sch.service --no-pager 2024-09-12 14:10:14.765 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2024-09-12 14:10:14.765 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2024-09-12 14:10:14.765 | Active: active (running) since Thu 2024-09-12 14:10:01 UTC; 13s ago 2024-09-12 14:10:14.765 | Main PID: 53277 (cinder-schedule) 2024-09-12 14:10:14.765 | Tasks: 1 (limit: 19126) 2024-09-12 14:10:14.765 | Memory: 102.0M 2024-09-12 14:10:14.765 | CPU: 1.795s 2024-09-12 14:10:14.765 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2024-09-12 14:10:14.765 | └─53277 /usr/bin/python3.10 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2024-09-12 14:10:14.765 | 2024-09-12 14:10:14.765 | Sep 12 14:10:03 devstack cinder-scheduler[53277]: DEBUG oslo_service.service [None req-c04c3b44-51ba-429a-a6ad-ea9b2e7ed2e0 None None] nova.token_auth_url = None {{(pid=53277) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-09-12 14:10:14.765 | Sep 12 14:10:03 devstack cinder-scheduler[53277]: DEBUG oslo_service.service [None req-c04c3b44-51ba-429a-a6ad-ea9b2e7ed2e0 None None] ******************************************************************************** {{(pid=53277) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-09-12 14:10:14.765 | Sep 12 14:10:03 devstack cinder-scheduler[53277]: INFO cinder.service [-] Starting cinder-scheduler node (version 0.0.1) 2024-09-12 14:10:14.765 | Sep 12 14:10:03 devstack cinder-scheduler[53277]: INFO cinder.manager [None req-fc673949-854c-453f-bef9-829fec800401 None None] Initiating service 1 cleanup 2024-09-12 14:10:14.765 | Sep 12 14:10:03 devstack cinder-scheduler[53277]: INFO cinder.manager [None req-fc673949-854c-453f-bef9-829fec800401 None None] Service 1 cleanup completed. 2024-09-12 14:10:14.765 | Sep 12 14:10:03 devstack cinder-scheduler[53277]: DEBUG cinder.service [None req-fc673949-854c-453f-bef9-829fec800401 None None] Creating RPC server for service cinder-scheduler {{(pid=53277) start /opt/stack/cinder/cinder/service.py:238}} 2024-09-12 14:10:14.765 | Sep 12 14:10:03 devstack cinder-scheduler[53277]: DEBUG cinder.service [None req-fc673949-854c-453f-bef9-829fec800401 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=53277) start /opt/stack/cinder/cinder/service.py:244}} 2024-09-12 14:10:14.765 | Sep 12 14:10:07 devstack cinder-scheduler[53277]: DEBUG cinder.scheduler.host_manager [None req-fa774b60-53bd-4806-b43a-3becbd353a7f 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=53277) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2024-09-12 14:10:14.765 | Sep 12 14:10:07 devstack cinder-scheduler[53277]: DEBUG cinder.scheduler.host_manager [None req-fa774b60-53bd-4806-b43a-3becbd353a7f 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, 9, 12, 14, 10, 6, 999209)} {{(pid=53277) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2024-09-12 14:10:14.765 | Sep 12 14:10:07 devstack cinder-scheduler[53277]: DEBUG cinder.utils [None req-fa774b60-53bd-4806-b43a-3becbd353a7f None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=53277) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2024-09-12 14:10:14.768 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:10:14.770 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-api.service 2024-09-12 14:10:14.779 | enabled 2024-09-12 14:10:14.782 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-api.service --no-pager 2024-09-12 14:10:14.793 | ● devstack@c-api.service - Devstack devstack@c-api.service 2024-09-12 14:10:14.793 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2024-09-12 14:10:14.793 | Active: active (running) since Thu 2024-09-12 14:09:58 UTC; 16s ago 2024-09-12 14:10:14.793 | Main PID: 52776 (uwsgi) 2024-09-12 14:10:14.793 | Status: "uWSGI is ready" 2024-09-12 14:10:14.793 | Tasks: 5 (limit: 19126) 2024-09-12 14:10:14.793 | Memory: 229.6M 2024-09-12 14:10:14.793 | CPU: 4.906s 2024-09-12 14:10:14.793 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2024-09-12 14:10:14.793 | ├─52776 "cinder-apiuWSGI master" 2024-09-12 14:10:14.793 | ├─52777 "cinder-apiuWSGI worker 1" 2024-09-12 14:10:14.793 | └─52778 "cinder-apiuWSGI worker 2" 2024-09-12 14:10:14.793 | 2024-09-12 14:10:14.793 | Sep 12 14:10:04 devstack devstack@c-api.service[52777]: INFO cinder.api.openstack.wsgi [None req-673bcb83-5fb7-4b4c-bb67-5fbe112e7be6 admin admin] http://10.180.1.21/volume/v3/c0dd318627fd417ab43311b99d7d5c13/types returned with HTTP 200 2024-09-12 14:10:14.793 | Sep 12 14:10:04 devstack devstack@c-api.service[52777]: [pid: 52777|app: 0|req: 1/2] 10.180.1.21 () {60 vars in 1236 bytes} [Thu Sep 12 14:10:03 2024] POST /volume/v3/c0dd318627fd417ab43311b99d7d5c13/types => generated 182 bytes in 396 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2024-09-12 14:10:14.793 | Sep 12 14:10:04 devstack devstack@c-api.service[52778]: DEBUG cinder.api.middleware.request_id [req-673bcb83-5fb7-4b4c-bb67-5fbe112e7be6 req-7899a860-bedb-465c-83ff-a67a4e9c9f33 None None] RequestId filter calling following filter/app {{(pid=52778) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2024-09-12 14:10:14.793 | Sep 12 14:10:04 devstack devstack@c-api.service[52778]: INFO cinder.api.openstack.wsgi [req-673bcb83-5fb7-4b4c-bb67-5fbe112e7be6 req-7899a860-bedb-465c-83ff-a67a4e9c9f33 admin admin] POST http://10.180.1.21/volume/v3/c0dd318627fd417ab43311b99d7d5c13/types/daba8b77-6877-4a1a-bc52-38b7de50a9ed/extra_specs 2024-09-12 14:10:14.793 | Sep 12 14:10:04 devstack devstack@c-api.service[52778]: DEBUG cinder.api.openstack.wsgi [req-673bcb83-5fb7-4b4c-bb67-5fbe112e7be6 req-7899a860-bedb-465c-83ff-a67a4e9c9f33 admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=52778) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2024-09-12 14:10:14.793 | Sep 12 14:10:04 devstack devstack@c-api.service[52778]: /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-09-12 14:10:14.793 | Sep 12 14:10:04 devstack devstack@c-api.service[52778]: warnings.warn('Policy enforcement is depending on the value of ' 2024-09-12 14:10:14.793 | Sep 12 14:10:04 devstack devstack@c-api.service[52778]: DEBUG oslo_db.sqlalchemy.engines [req-673bcb83-5fb7-4b4c-bb67-5fbe112e7be6 req-7899a860-bedb-465c-83ff-a67a4e9c9f33 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=52778) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-09-12 14:10:14.793 | Sep 12 14:10:04 devstack devstack@c-api.service[52778]: INFO cinder.api.openstack.wsgi [req-673bcb83-5fb7-4b4c-bb67-5fbe112e7be6 req-7899a860-bedb-465c-83ff-a67a4e9c9f33 admin admin] http://10.180.1.21/volume/v3/c0dd318627fd417ab43311b99d7d5c13/types/daba8b77-6877-4a1a-bc52-38b7de50a9ed/extra_specs returned with HTTP 200 2024-09-12 14:10:14.793 | Sep 12 14:10:04 devstack devstack@c-api.service[52778]: [pid: 52778|app: 0|req: 2/3] 10.180.1.21 () {62 vars in 1454 bytes} [Thu Sep 12 14:10:04 2024] POST /volume/v3/c0dd318627fd417ab43311b99d7d5c13/types/daba8b77-6877-4a1a-bc52-38b7de50a9ed/extra_specs => generated 51 bytes in 337 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2024-09-12 14:10:14.796 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:10:14.798 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-vol.service 2024-09-12 14:10:14.807 | enabled 2024-09-12 14:10:14.810 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-vol.service --no-pager 2024-09-12 14:10:14.821 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2024-09-12 14:10:14.821 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2024-09-12 14:10:14.821 | Active: active (running) since Thu 2024-09-12 14:10:02 UTC; 12s ago 2024-09-12 14:10:14.822 | Main PID: 53790 (cinder-volume) 2024-09-12 14:10:14.822 | Tasks: 3 (limit: 19126) 2024-09-12 14:10:14.822 | Memory: 251.3M 2024-09-12 14:10:14.822 | CPU: 4.304s 2024-09-12 14:10:14.822 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2024-09-12 14:10:14.822 | ├─53790 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-09-12 14:10:14.822 | └─53890 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-09-12 14:10:14.822 | 2024-09-12 14:10:14.822 | Sep 12 14:10:06 devstack cinder-volume[53890]: DEBUG cinder.image.image_utils [None req-fa774b60-53bd-4806-b43a-3becbd353a7f None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=53890) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1239}} 2024-09-12 14:10:14.822 | Sep 12 14:10:06 devstack cinder-volume[53890]: INFO cinder.keymgr.migration [None req-44d809c4-7628-4a5f-99fb-d369050f85de None None] Not migrating encryption keys because the ConfKeyManager is still in use. 2024-09-12 14:10:14.822 | Sep 12 14:10:06 devstack cinder-volume[53890]: DEBUG cinder.manager [None req-fa774b60-53bd-4806-b43a-3becbd353a7f None None] Notifying Schedulers of capabilities ... {{(pid=53890) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} 2024-09-12 14:10:14.822 | Sep 12 14:10:07 devstack cinder-volume[53890]: INFO cinder.volume.manager [None req-fa774b60-53bd-4806-b43a-3becbd353a7f None None] Driver initialization completed successfully. 2024-09-12 14:10:14.822 | Sep 12 14:10:07 devstack cinder-volume[53890]: INFO cinder.manager [None req-fa774b60-53bd-4806-b43a-3becbd353a7f None None] Initiating service 2 cleanup 2024-09-12 14:10:14.822 | Sep 12 14:10:07 devstack cinder-volume[53890]: INFO cinder.manager [None req-fa774b60-53bd-4806-b43a-3becbd353a7f None None] Service 2 cleanup completed. 2024-09-12 14:10:14.822 | Sep 12 14:10:07 devstack cinder-volume[53890]: DEBUG cinder.service [None req-fa774b60-53bd-4806-b43a-3becbd353a7f None None] Creating RPC server for service cinder-volume {{(pid=53890) start /opt/stack/cinder/cinder/service.py:238}} 2024-09-12 14:10:14.822 | Sep 12 14:10:07 devstack cinder-volume[53890]: DEBUG cinder.service [None req-fa774b60-53bd-4806-b43a-3becbd353a7f None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=53890) start /opt/stack/cinder/cinder/service.py:244}} 2024-09-12 14:10:14.822 | Sep 12 14:10:07 devstack cinder-volume[53890]: INFO cinder.volume.manager [None req-fa774b60-53bd-4806-b43a-3becbd353a7f None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2024-09-12 14:10:14.822 | Sep 12 14:10:07 devstack cinder-volume[53890]: INFO cinder.volume.manager [None req-fa774b60-53bd-4806-b43a-3becbd353a7f None None] Driver post RPC initialization completed successfully. 2024-09-12 14:10:14.824 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:10:14.826 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2024-09-12 14:10:14.835 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2024-09-12 14:10:14.837 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:10:14.839 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovsdb-server.service 2024-09-12 14:10:14.848 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2024-09-12 14:10:14.851 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:10:14.853 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-svc.service 2024-09-12 14:10:14.862 | enabled 2024-09-12 14:10:14.865 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-svc.service --no-pager 2024-09-12 14:10:14.876 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2024-09-12 14:10:14.876 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2024-09-12 14:10:14.876 | Active: active (running) since Thu 2024-09-12 14:09:21 UTC; 53s ago 2024-09-12 14:10:14.876 | Main PID: 46533 (/usr/bin/python) 2024-09-12 14:10:14.876 | Tasks: 5 (limit: 19126) 2024-09-12 14:10:14.876 | Memory: 381.2M 2024-09-12 14:10:14.876 | CPU: 9.860s 2024-09-12 14:10:14.876 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2024-09-12 14:10:14.876 | ├─46533 "/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-09-12 14:10:14.876 | ├─46637 "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-09-12 14:10:14.876 | ├─46638 "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-09-12 14:10:14.876 | ├─46639 "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-09-12 14:10:14.876 | └─46640 "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-09-12 14:10:14.876 | 2024-09-12 14:10:14.876 | Sep 12 14:09:52 devstack neutron-server[46639]: DEBUG neutron.plugins.ml2.plugin [None req-fefca2aa-cca0-48c5-b2a3-99b2dce95a11 None None] Current status of the port 8758e8f6-0fe8-442b-9160-cb0560962417 is: ACTIVE; New status is: ACTIVE {{(pid=46639) _update_individual_port_db_status /opt/stack/neutron/neutron/plugins/ml2/plugin.py:2355}} 2024-09-12 14:10:14.876 | Sep 12 14:09:54 devstack neutron-server[46639]: DEBUG neutron.plugins.ml2.rpc [None req-fefca2aa-cca0-48c5-b2a3-99b2dce95a11 None None] Device f8171c88-854d-4722-af59-a01806ab0607 up at agent ovs-agent-devstack {{(pid=46639) update_device_up /opt/stack/neutron/neutron/plugins/ml2/rpc.py:297}} 2024-09-12 14:10:14.876 | Sep 12 14:09:54 devstack neutron-server[46639]: DEBUG neutron.db.provisioning_blocks [None req-fefca2aa-cca0-48c5-b2a3-99b2dce95a11 None None] Provisioning complete for port f8171c88-854d-4722-af59-a01806ab0607 triggered by entity L2. {{(pid=46639) provisioning_complete /opt/stack/neutron/neutron/db/provisioning_blocks.py:144}} 2024-09-12 14:10:14.876 | Sep 12 14:09:54 devstack neutron-server[46639]: DEBUG neutron_lib.callbacks.manager [None req-fefca2aa-cca0-48c5-b2a3-99b2dce95a11 None None] Publish callbacks ['neutron.plugins.ml2.plugin.Ml2Plugin._port_provisioned-783448'] for port (f8171c88-854d-4722-af59-a01806ab0607), provisioning_complete {{(pid=46639) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-09-12 14:10:14.876 | Sep 12 14:09:54 devstack neutron-server[46639]: INFO neutron.plugins.ml2.plugin [None req-fefca2aa-cca0-48c5-b2a3-99b2dce95a11 None None] Attempt 1 to provision port f8171c88-854d-4722-af59-a01806ab0607 2024-09-12 14:10:14.876 | Sep 12 14:09:54 devstack neutron-server[46639]: DEBUG neutron.plugins.ml2.plugin [None req-fefca2aa-cca0-48c5-b2a3-99b2dce95a11 None None] Current status of the port f8171c88-854d-4722-af59-a01806ab0607 is: ACTIVE; New status is: ACTIVE {{(pid=46639) _update_individual_port_db_status /opt/stack/neutron/neutron/plugins/ml2/plugin.py:2355}} 2024-09-12 14:10:14.876 | Sep 12 14:10:00 devstack neutron-server[46639]: DEBUG neutron_lib.callbacks.manager [None req-b3191120-566b-4b59-930c-19954e962184 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8669867975524', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-783410'] for agent (9ac95e1c-4db8-4797-9f9c-6b90ac697bb8), after_update {{(pid=46639) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-09-12 14:10:14.876 | Sep 12 14:10:01 devstack neutron-server[46639]: DEBUG neutron_lib.callbacks.manager [None req-cab0d053-4aa9-4bee-8fd2-f2cc1ee4d827 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8669867975524', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-783410'] for agent (55052d2e-ddec-45ce-b06f-9e0e9d69d053), after_update {{(pid=46639) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-09-12 14:10:14.876 | Sep 12 14:10:02 devstack neutron-server[46639]: DEBUG neutron_lib.callbacks.manager [None req-fefca2aa-cca0-48c5-b2a3-99b2dce95a11 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8669867975524', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-783410'] for agent (d95bfb43-78cb-437b-825b-b7c88e4cc927), after_update {{(pid=46639) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-09-12 14:10:14.876 | Sep 12 14:10:02 devstack neutron-server[46639]: DEBUG neutron_lib.callbacks.manager [None req-155d23f1-fa5b-4918-936b-fed4f1a4b81e None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8669867975524', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-783410'] for agent (42e812f3-1b7d-4e99-b8a7-abd39bade817), after_update {{(pid=46639) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-09-12 14:10:14.880 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:10:14.882 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@rabbit.service 2024-09-12 14:10:14.890 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2024-09-12 14:10:14.893 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:10:14.895 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@tempest.service 2024-09-12 14:10:14.903 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2024-09-12 14:10:14.906 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:10:14.908 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@mysql.service 2024-09-12 14:10:14.916 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2024-09-12 14:10:14.919 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:10:14.922 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@etcd3.service 2024-09-12 14:10:14.930 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2024-09-12 14:10:14.933 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:10:14.935 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-agt.service 2024-09-12 14:10:14.944 | enabled 2024-09-12 14:10:14.947 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-agt.service --no-pager 2024-09-12 14:10:14.958 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2024-09-12 14:10:14.958 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2024-09-12 14:10:14.958 | Active: active (running) since Thu 2024-09-12 14:09:27 UTC; 47s ago 2024-09-12 14:10:14.958 | Main PID: 47681 (neutron-openvsw) 2024-09-12 14:10:14.958 | Tasks: 4 (limit: 19126) 2024-09-12 14:10:14.958 | Memory: 159.3M 2024-09-12 14:10:14.958 | CPU: 3.722s 2024-09-12 14:10:14.958 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2024-09-12 14:10:14.958 | ├─47681 "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-09-12 14:10:14.958 | ├─49147 /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/tmp_oeyzq4e/privsep.sock 2024-09-12 14:10:14.958 | └─49150 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2024-09-12 14:10:14.958 | 2024-09-12 14:10:14.958 | Sep 12 14:10:10 devstack neutron-openvswitch-agent[47681]: DEBUG neutron.agent.linux.utils [None req-cc2f10b0-c841-4a0d-8e3c-41e6f0966af3 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49150. {{(pid=47681) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-09-12 14:10:14.958 | Sep 12 14:10:10 devstack neutron-openvswitch-agent[47681]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-cc2f10b0-c841-4a0d-8e3c-41e6f0966af3 None None] Agent rpc_loop - iteration:18 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2024-09-12 14:10:14.958 | Sep 12 14:10:12 devstack neutron-openvswitch-agent[47681]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-cc2f10b0-c841-4a0d-8e3c-41e6f0966af3 None None] Agent rpc_loop - iteration:19 started 2024-09-12 14:10:14.958 | Sep 12 14:10:12 devstack neutron-openvswitch-agent[47681]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-cc2f10b0-c841-4a0d-8e3c-41e6f0966af3 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xf6bb01d4,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=276333854473836034,duration_nsec=211000000,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=47681) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2024-09-12 14:10:14.958 | Sep 12 14:10:12 devstack neutron-openvswitch-agent[47681]: DEBUG neutron.agent.linux.utils [None req-cc2f10b0-c841-4a0d-8e3c-41e6f0966af3 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49150. {{(pid=47681) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-09-12 14:10:14.958 | Sep 12 14:10:12 devstack neutron-openvswitch-agent[47681]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-cc2f10b0-c841-4a0d-8e3c-41e6f0966af3 None None] Agent rpc_loop - iteration:19 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2024-09-12 14:10:14.958 | Sep 12 14:10:14 devstack neutron-openvswitch-agent[47681]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-cc2f10b0-c841-4a0d-8e3c-41e6f0966af3 None None] Agent rpc_loop - iteration:20 started 2024-09-12 14:10:14.958 | Sep 12 14:10:14 devstack neutron-openvswitch-agent[47681]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-cc2f10b0-c841-4a0d-8e3c-41e6f0966af3 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xf6bb01d6,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=276333854473836034,duration_nsec=211000000,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=47681) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2024-09-12 14:10:14.958 | Sep 12 14:10:14 devstack neutron-openvswitch-agent[47681]: DEBUG neutron.agent.linux.utils [None req-cc2f10b0-c841-4a0d-8e3c-41e6f0966af3 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49150. {{(pid=47681) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-09-12 14:10:14.958 | Sep 12 14:10:14 devstack neutron-openvswitch-agent[47681]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-cc2f10b0-c841-4a0d-8e3c-41e6f0966af3 None None] Agent rpc_loop - iteration:20 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2024-09-12 14:10:14.961 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:10:14.963 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-dhcp.service 2024-09-12 14:10:14.972 | enabled 2024-09-12 14:10:14.975 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-dhcp.service --no-pager 2024-09-12 14:10:14.987 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2024-09-12 14:10:14.987 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2024-09-12 14:10:14.987 | Active: active (running) since Thu 2024-09-12 14:09:28 UTC; 46s ago 2024-09-12 14:10:14.987 | Main PID: 48097 (neutron-dhcp-ag) 2024-09-12 14:10:14.987 | Tasks: 14 (limit: 19126) 2024-09-12 14:10:14.987 | Memory: 423.5M 2024-09-12 14:10:14.987 | CPU: 8.629s 2024-09-12 14:10:14.987 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2024-09-12 14:10:14.987 | ├─48097 "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-09-12 14:10:14.987 | ├─49313 /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/tmp7528fxpr/privsep.sock 2024-09-12 14:10:14.987 | ├─49354 /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/tmpu40j9oul/privsep.sock 2024-09-12 14:10:14.987 | ├─49444 /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/tmpouttqw1c/privsep.sock 2024-09-12 14:10:14.987 | ├─49575 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-09-12 14:10:14.987 | ├─49576 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-09-12 14:10:14.987 | └─49587 dnsmasq --no-hosts --no-resolv --pid-file=/opt/stack/data/neutron/dhcp/fd41e1af-679b-4647-b36b-f3a361be063b/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/fd41e1af-679b-4647-b36b-f3a361be063b/host --addn-hosts=/opt/stack/data/neutron/dhcp/fd41e1af-679b-4647-b36b-f3a361be063b/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/fd41e1af-679b-4647-b36b-f3a361be063b/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/fd41e1af-679b-4647-b36b-f3a361be063b/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-36568505-02f4-4b7b-b641-68f73ff9673c,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-09-12 14:10:14.987 | 2024-09-12 14:10:14.987 | Sep 12 14:09:46 devstack neutron-dhcp-agent[48097]: INFO neutron.agent.dhcp.agent [None req-18002211-669d-4c91-8f9a-2329a716b32a None None] DHCP configuration for ports {'8758e8f6-0fe8-442b-9160-cb0560962417'} is completed 2024-09-12 14:10:14.987 | Sep 12 14:09:47 devstack neutron-dhcp-agent[48097]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _network_create called with arguments ({'network': {'id': 'a6f5df4e-58f1-4149-adb1-17748eae0245'}, 'priority': 0},) {} {{(pid=48097) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-09-12 14:10:14.987 | Sep 12 14:09:47 devstack neutron-dhcp-agent[48097]: DEBUG oslo_concurrency.lockutils [None req-e6e339e3-a796-48e1-b444-41e0e736eb97 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=48097) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2024-09-12 14:10:14.987 | Sep 12 14:09:47 devstack neutron-dhcp-agent[48097]: DEBUG oslo_concurrency.lockutils [None req-e6e339e3-a796-48e1-b444-41e0e736eb97 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=48097) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-09-12 14:10:14.987 | Sep 12 14:09:47 devstack neutron-dhcp-agent[48097]: DEBUG oslo_concurrency.lockutils [None req-e6e339e3-a796-48e1-b444-41e0e736eb97 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=48097) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-09-12 14:10:14.987 | Sep 12 14:09:47 devstack neutron-dhcp-agent[48097]: DEBUG neutron.agent.dhcp.agent [None req-e6e339e3-a796-48e1-b444-41e0e736eb97 None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': '41243bec-e47a-4992-8703-aec0d5cf4283', 'name': 'public-subnet', 'tenant_id': 'c0dd318627fd417ab43311b99d7d5c13', 'network_id': 'a6f5df4e-58f1-4149-adb1-17748eae0245', '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-09-12T14:09:47Z', 'updated_at': '2024-09-12T14:09:47Z', 'revision_number': 0, 'project_id': 'c0dd318627fd417ab43311b99d7d5c13', 'network': {'id': 'a6f5df4e-58f1-4149-adb1-17748eae0245', 'name': 'public', 'tenant_id': 'c0dd318627fd417ab43311b99d7d5c13', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['41243bec-e47a-4992-8703-aec0d5cf4283'], '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-09-12T14:09:43Z', 'updated_at': '2024-09-12T14:09:47Z', 'revision_number': 2, 'project_id': 'c0dd318627fd417ab43311b99d7d5c13', 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 1001}}, 'priority': 3},) {} {{(pid=48097) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-09-12 14:10:14.987 | Sep 12 14:09:47 devstack neutron-dhcp-agent[48097]: DEBUG oslo_concurrency.lockutils [None req-fb59230a-e34b-4a26-b569-d5fa377f1bb5 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=48097) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2024-09-12 14:10:14.987 | Sep 12 14:09:47 devstack neutron-dhcp-agent[48097]: DEBUG oslo_concurrency.lockutils [None req-fb59230a-e34b-4a26-b569-d5fa377f1bb5 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=48097) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-09-12 14:10:14.988 | Sep 12 14:09:47 devstack neutron-dhcp-agent[48097]: DEBUG oslo_concurrency.lockutils [None req-fb59230a-e34b-4a26-b569-d5fa377f1bb5 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=48097) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-09-12 14:10:14.988 | Sep 12 14:09:49 devstack neutron-dhcp-agent[48097]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=48097) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-09-12 14:10:14.990 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:10:14.992 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-l3.service 2024-09-12 14:10:15.001 | enabled 2024-09-12 14:10:15.004 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-l3.service --no-pager 2024-09-12 14:10:15.015 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2024-09-12 14:10:15.015 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2024-09-12 14:10:15.015 | Active: active (running) since Thu 2024-09-12 14:09:29 UTC; 45s ago 2024-09-12 14:10:15.015 | Main PID: 48525 (neutron-l3-agen) 2024-09-12 14:10:15.015 | Tasks: 22 (limit: 19126) 2024-09-12 14:10:15.015 | Memory: 428.3M 2024-09-12 14:10:15.015 | CPU: 8.567s 2024-09-12 14:10:15.015 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2024-09-12 14:10:15.015 | ├─48525 "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-09-12 14:10:15.015 | ├─49252 /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/tmpwwkhcmv7/privsep.sock 2024-09-12 14:10:15.015 | ├─49724 /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/tmpic1t1m51/privsep.sock 2024-09-12 14:10:15.015 | ├─49809 /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/tmp6m3o2e23/privsep.sock 2024-09-12 14:10:15.015 | ├─50014 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-09-12 14:10:15.015 | ├─50015 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-09-12 14:10:15.015 | └─50027 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/f3d85372-37b2-4eb4-ad7a-c84769f08616.conf 2024-09-12 14:10:15.015 | 2024-09-12 14:10:15.015 | Sep 12 14:09:53 devstack neutron-l3-agent[48525]: DEBUG oslo.privsep.daemon [-] privsep: reply[89f9a174-d743-41b2-a336-633ada3b3091]: (4, ('ARPING 10.180.180.226 from 10.180.180.226 qg-f8171c88-85\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49724) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-09-12 14:10:15.015 | Sep 12 14:09:54 devstack neutron-l3-agent[48525]: DEBUG oslo.privsep.daemon [-] privsep: reply[f2f80cff-3142-42f5-9552-ff48b5d2dc07]: (4, ('ARPING 10.180.180.226 from 10.180.180.226 qg-f8171c88-85\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49724) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-09-12 14:10:15.015 | Sep 12 14:09:55 devstack neutron-l3-agent[48525]: DEBUG oslo.privsep.daemon [-] privsep: reply[ac638560-8f65-46ec-b1e3-ddc5401a3a5b]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-8758e8f6-0f\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49724) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-09-12 14:10:15.015 | Sep 12 14:09:56 devstack neutron-l3-agent[48525]: DEBUG oslo.privsep.daemon [-] privsep: reply[8b29de35-bdb0-45d1-bdf5-c1d69c3fa347]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-8758e8f6-0f\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49724) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-09-12 14:10:15.015 | Sep 12 14:09:57 devstack neutron-l3-agent[48525]: DEBUG oslo.privsep.daemon [-] privsep: reply[0199c6c8-4df6-4d84-ad9d-c5d28d4d7312]: (4, ('ARPING 10.180.180.226 from 10.180.180.226 qg-f8171c88-85\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49724) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-09-12 14:10:15.015 | Sep 12 14:09:58 devstack neutron-l3-agent[48525]: DEBUG oslo.privsep.daemon [-] privsep: reply[19b9b22d-a7af-4c20-8274-1047352d0b8c]: (4, ('ARPING 10.180.180.226 from 10.180.180.226 qg-f8171c88-85\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49724) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-09-12 14:10:15.015 | Sep 12 14:09:59 devstack neutron-l3-agent[48525]: DEBUG oslo.privsep.daemon [-] privsep: reply[d04a90ac-918b-4966-a368-04a4a3d003a7]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-8758e8f6-0f\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49724) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-09-12 14:10:15.015 | Sep 12 14:10:00 devstack neutron-l3-agent[48525]: DEBUG oslo.privsep.daemon [-] privsep: reply[4e6e1644-6414-497c-a65a-51ca36160466]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-8758e8f6-0f\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49724) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-09-12 14:10:15.015 | Sep 12 14:10:01 devstack neutron-l3-agent[48525]: DEBUG oslo.privsep.daemon [-] privsep: reply[aae637c0-58a7-4eb5-9e57-d09959d6657b]: (4, ('ARPING 10.180.180.226 from 10.180.180.226 qg-f8171c88-85\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49724) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-09-12 14:10:15.015 | Sep 12 14:10:02 devstack neutron-l3-agent[48525]: DEBUG oslo.privsep.daemon [-] privsep: reply[a1701884-60d0-4e01-bda6-2c5f538c8d5b]: (4, ('ARPING 10.180.180.226 from 10.180.180.226 qg-f8171c88-85\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49724) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-09-12 14:10:15.018 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-09-12 14:10:15.020 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-meta.service 2024-09-12 14:10:15.029 | enabled 2024-09-12 14:10:15.032 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-meta.service --no-pager 2024-09-12 14:10:15.043 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2024-09-12 14:10:15.043 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2024-09-12 14:10:15.043 | Active: active (running) since Thu 2024-09-12 14:09:30 UTC; 44s ago 2024-09-12 14:10:15.043 | Main PID: 48934 (neutron-metadat) 2024-09-12 14:10:15.043 | Tasks: 3 (limit: 19126) 2024-09-12 14:10:15.043 | Memory: 124.0M 2024-09-12 14:10:15.043 | CPU: 1.947s 2024-09-12 14:10:15.043 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2024-09-12 14:10:15.044 | ├─48934 "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-09-12 14:10:15.044 | ├─49142 "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-09-12 14:10:15.044 | └─49143 "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-09-12 14:10:15.044 | 2024-09-12 14:10:15.044 | Sep 12 14:09:32 devstack neutron-metadata-agent[48934]: DEBUG oslo_service.service [None req-155d23f1-fa5b-4918-936b-fed4f1a4b81e None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=48934) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-09-12 14:10:15.044 | Sep 12 14:09:32 devstack neutron-metadata-agent[48934]: DEBUG oslo_service.service [None req-155d23f1-fa5b-4918-936b-fed4f1a4b81e None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=48934) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-09-12 14:10:15.044 | Sep 12 14:09:32 devstack neutron-metadata-agent[48934]: DEBUG oslo_service.service [None req-155d23f1-fa5b-4918-936b-fed4f1a4b81e None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=48934) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-09-12 14:10:15.044 | Sep 12 14:09:32 devstack neutron-metadata-agent[48934]: DEBUG oslo_service.service [None req-155d23f1-fa5b-4918-936b-fed4f1a4b81e None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=48934) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-09-12 14:10:15.044 | Sep 12 14:09:32 devstack neutron-metadata-agent[48934]: DEBUG oslo_service.service [None req-155d23f1-fa5b-4918-936b-fed4f1a4b81e None None] oslo_messaging_rabbit.ssl_version = {{(pid=48934) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-09-12 14:10:15.044 | Sep 12 14:09:32 devstack neutron-metadata-agent[48934]: DEBUG oslo_service.service [None req-155d23f1-fa5b-4918-936b-fed4f1a4b81e None None] oslo_messaging_notifications.driver = [] {{(pid=48934) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-09-12 14:10:15.044 | Sep 12 14:09:32 devstack neutron-metadata-agent[48934]: DEBUG oslo_service.service [None req-155d23f1-fa5b-4918-936b-fed4f1a4b81e None None] oslo_messaging_notifications.retry = -1 {{(pid=48934) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-09-12 14:10:15.044 | Sep 12 14:09:32 devstack neutron-metadata-agent[48934]: DEBUG oslo_service.service [None req-155d23f1-fa5b-4918-936b-fed4f1a4b81e None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=48934) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-09-12 14:10:15.044 | Sep 12 14:09:32 devstack neutron-metadata-agent[48934]: DEBUG oslo_service.service [None req-155d23f1-fa5b-4918-936b-fed4f1a4b81e None None] oslo_messaging_notifications.transport_url = **** {{(pid=48934) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-09-12 14:10:15.044 | Sep 12 14:09:32 devstack neutron-metadata-agent[48934]: DEBUG oslo_service.service [None req-155d23f1-fa5b-4918-936b-fed4f1a4b81e None None] ******************************************************************************** {{(pid=48934) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-09-12 14:10:15.046 | + stack.sh:main:1441 : is_service_enabled n-api 2024-09-12 14:10:15.061 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:10:15.063 | + stack.sh:main:1442 : is_service_enabled n-cpu 2024-09-12 14:10:15.077 | + functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:10:15.079 | + 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-09-12 14:10:15.081 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-09-12 14:10:15.083 | + 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-09-12 14:10:15.085 | + stack.sh:main:1456 : /usr/local/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2024-09-12 14:10:15.470 | 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-09-12 14:10:16.918 | +--------------------------------------------------------------------+ 2024-09-12 14:10:16.918 | | Upgrade Check Results | 2024-09-12 14:10:16.919 | +--------------------------------------------------------------------+ 2024-09-12 14:10:16.919 | | Check: Cells v2 | 2024-09-12 14:10:16.919 | | Result: Success | 2024-09-12 14:10:16.919 | | Details: No host mappings or compute nodes were found. Remember to | 2024-09-12 14:10:16.919 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2024-09-12 14:10:16.919 | | compute hosts are deployed. | 2024-09-12 14:10:16.919 | +--------------------------------------------------------------------+ 2024-09-12 14:10:16.919 | | Check: Placement API | 2024-09-12 14:10:16.919 | | Result: Success | 2024-09-12 14:10:16.919 | | Details: None | 2024-09-12 14:10:16.919 | +--------------------------------------------------------------------+ 2024-09-12 14:10:16.919 | | Check: Cinder API | 2024-09-12 14:10:16.919 | | Result: Success | 2024-09-12 14:10:16.919 | | Details: None | 2024-09-12 14:10:16.919 | +--------------------------------------------------------------------+ 2024-09-12 14:10:16.919 | | Check: Policy File JSON to YAML Migration | 2024-09-12 14:10:16.919 | | Result: Success | 2024-09-12 14:10:16.919 | | Details: None | 2024-09-12 14:10:16.919 | +--------------------------------------------------------------------+ 2024-09-12 14:10:16.919 | | Check: Older than N-1 computes | 2024-09-12 14:10:16.919 | | Result: Success | 2024-09-12 14:10:16.919 | | Details: None | 2024-09-12 14:10:16.919 | +--------------------------------------------------------------------+ 2024-09-12 14:10:16.919 | | Check: hw_machine_type unset | 2024-09-12 14:10:16.919 | | Result: Success | 2024-09-12 14:10:16.919 | | Details: None | 2024-09-12 14:10:16.919 | +--------------------------------------------------------------------+ 2024-09-12 14:10:16.919 | | Check: Service User Token Configuration | 2024-09-12 14:10:16.919 | | Result: Success | 2024-09-12 14:10:16.919 | | Details: None | 2024-09-12 14:10:16.919 | +--------------------------------------------------------------------+ 2024-09-12 14:10:17.244 | + stack.sh:main:1463 : [[ -x /opt/stack/devstack/local.sh ]] 2024-09-12 14:10:17.247 | + stack.sh:main:1474 : command openstack complete 2024-09-12 14:10:17.248 | + stack.sh:main:1475 : sudo tee /etc/bash_completion.d/osc.bash_completion 2024-09-12 14:10:18.487 | The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. 2024-09-12 14:10:18.702 | + stack.sh:main:1478 : is_service_enabled cinder 2024-09-12 14:10:18.717 | + functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:10:18.719 | + stack.sh:main:1479 : is_ubuntu 2024-09-12 14:10:18.721 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-09-12 14:10:18.723 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-09-12 14:10:18.725 | + stack.sh:main:1480 : echo_summary 'Configuring lvm.conf global device filter' 2024-09-12 14:10:18.727 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-09-12 14:10:18.729 | + stack.sh:echo_summary:455 : echo -e Configuring lvm.conf global device filter 2024-09-12 14:10:18.732 | + stack.sh:main:1481 : set_lvm_filter 2024-09-12 14:10:18.734 | + lib/lvm:set_lvm_filter:187 : local 'filter_suffix="r|.*|" ] # from devstack' 2024-09-12 14:10:18.736 | + lib/lvm:set_lvm_filter:188 : local 'filter_string=global_filter = [ ' 2024-09-12 14:10:18.738 | + lib/lvm:set_lvm_filter:189 : local pv 2024-09-12 14:10:18.740 | + lib/lvm:set_lvm_filter:190 : local vg 2024-09-12 14:10:18.742 | + lib/lvm:set_lvm_filter:191 : local line 2024-09-12 14:10:18.745 | ++ lib/lvm:set_lvm_filter:193 : sudo pvs --noheadings -o name 2024-09-12 14:10:18.782 | + lib/lvm:set_lvm_filter:198 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2024-09-12 14:10:18.784 | + lib/lvm:set_lvm_filter:200 : clean_lvm_filter 2024-09-12 14:10:18.786 | + lib/lvm:clean_lvm_filter:175 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2024-09-12 14:10:18.798 | + lib/lvm:set_lvm_filter:201 : sudo sed -i '/# global_filter = \[*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2024-09-12 14:10:18.808 | + lib/lvm:set_lvm_filter:202 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2024-09-12 14:10:18.810 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-09-12 14:10:18.812 | + stack.sh:echo_summary:455 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2024-09-12 14:10:18.815 | + stack.sh:main:1491 : run_phase stack test-config 2024-09-12 14:10:18.817 | + functions-common:run_phase:1863 : local mode=stack 2024-09-12 14:10:18.819 | + functions-common:run_phase:1864 : local phase=test-config 2024-09-12 14:10:18.821 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-09-12 14:10:18.823 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-09-12 14:10:18.825 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-09-12 14:10:18.827 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-09-12 14:10:18.829 | + functions-common:run_phase:1873 : local extra 2024-09-12 14:10:18.832 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-09-12 14:10:18.835 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-09-12 14:10:18.837 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-09-12 14:10:18.840 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-09-12 14:10:18.842 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2024-09-12 14:10:18.844 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-09-12 14:10:18.857 | ++ functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:10:18.859 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-09-12 14:10:18.861 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-09-12 14:10:18.863 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-09-12 14:10:18.865 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-09-12 14:10:18.867 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-09-12 14:10:18.869 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-09-12 14:10:18.871 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2024-09-12 14:10:18.873 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-09-12 14:10:18.875 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2024-09-12 14:10:18.877 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-09-12 14:10:18.879 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-09-12 14:10:18.881 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2024-09-12 14:10:18.916 | [3547 Async install_tempest:27043]: Waiting for completion of install_tempest running on PID 27043 (1 other jobs running) 2024-09-12 14:10:18.933 | [3547 Async install_tempest:27043]: Signaling child to exit 2024-09-12 14:10:18.933 | WAKEUP 2024-09-12 14:10:18.948 | [3547 Async install_tempest:27043]: Signaled 2024-09-12 14:10:18.950 | ++ lib/tempest:install_tempest:835 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest master 2024-09-12 14:10:18.950 | ++ functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/tempest.git 2024-09-12 14:10:18.950 | ++ functions-common:git_clone:613 : local git_dest=/opt/stack//tempest 2024-09-12 14:10:18.950 | ++ functions-common:git_clone:614 : local git_ref=master 2024-09-12 14:10:18.950 | ++ functions-common:git_clone:615 : local orig_dir 2024-09-12 14:10:18.950 | +++ functions-common:git_clone:616 : pwd 2024-09-12 14:10:18.950 | ++ functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-09-12 14:10:18.950 | ++ functions-common:git_clone:617 : local git_clone_flags= 2024-09-12 14:10:18.950 | +++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-09-12 14:10:18.950 | ++ functions-common:git_clone:619 : RECLONE=False 2024-09-12 14:10:18.950 | ++ functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-09-12 14:10:18.950 | ++ functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-09-12 14:10:18.950 | ++ functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-09-12 14:10:18.950 | ++ functions-common:git_clone:633 : echo master 2024-09-12 14:10:18.950 | ++ functions-common:git_clone:633 : egrep -q '^refs' 2024-09-12 14:10:18.950 | ++ functions-common:git_clone:647 : [[ ! -d /opt/stack//tempest ]] 2024-09-12 14:10:18.950 | ++ functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-09-12 14:10:18.950 | ++ functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2024-09-12 14:10:18.950 | ++ functions-common:git_timed:720 : local count=0 2024-09-12 14:10:18.950 | ++ functions-common:git_timed:721 : local timeout=0 2024-09-12 14:10:18.950 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-09-12 14:10:18.950 | ++ functions-common:git_timed:724 : timeout=0 2024-09-12 14:10:18.950 | ++ functions-common:git_timed:727 : time_start git_timed 2024-09-12 14:10:18.950 | ++ functions-common:time_start:2421 : local name=git_timed 2024-09-12 14:10:18.950 | ++ functions-common:time_start:2422 : local start_time= 2024-09-12 14:10:18.950 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:10:18.950 | +++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:10:18.950 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1726150014243 2024-09-12 14:10:18.950 | ++ 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-09-12 14:10:18.950 | Cloning into '/opt/stack//tempest'... 2024-09-12 14:10:18.950 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-09-12 14:10:18.950 | ++ functions-common:time_stop:2435 : local name 2024-09-12 14:10:18.950 | ++ functions-common:time_stop:2436 : local end_time 2024-09-12 14:10:18.950 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:10:18.950 | ++ functions-common:time_stop:2438 : local total 2024-09-12 14:10:18.950 | ++ functions-common:time_stop:2439 : local start_time 2024-09-12 14:10:18.950 | ++ functions-common:time_stop:2441 : name=git_timed 2024-09-12 14:10:18.950 | ++ functions-common:time_stop:2442 : start_time=1726150014243 2024-09-12 14:10:18.950 | ++ functions-common:time_stop:2444 : [[ -z 1726150014243 ]] 2024-09-12 14:10:18.950 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:10:18.950 | ++ functions-common:time_stop:2447 : end_time=1726150016791 2024-09-12 14:10:18.950 | ++ functions-common:time_stop:2448 : elapsed_time=2548 2024-09-12 14:10:18.950 | ++ functions-common:time_stop:2449 : total=92484 2024-09-12 14:10:18.950 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:10:18.950 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=95032 2024-09-12 14:10:18.950 | ++ functions-common:git_clone:654 : cd /opt/stack//tempest 2024-09-12 14:10:18.950 | ++ functions-common:git_clone:655 : git_timed fetch --depth 10 origin master 2024-09-12 14:10:18.950 | ++ functions-common:git_timed:720 : local count=0 2024-09-12 14:10:18.950 | ++ functions-common:git_timed:721 : local timeout=0 2024-09-12 14:10:18.950 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-09-12 14:10:18.950 | ++ functions-common:git_timed:724 : timeout=0 2024-09-12 14:10:18.950 | ++ functions-common:git_timed:727 : time_start git_timed 2024-09-12 14:10:18.950 | ++ functions-common:time_start:2421 : local name=git_timed 2024-09-12 14:10:18.950 | ++ functions-common:time_start:2422 : local start_time= 2024-09-12 14:10:18.950 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:10:18.950 | +++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:10:18.950 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1726150016821 2024-09-12 14:10:18.950 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin master 2024-09-12 14:10:18.950 | From https://opendev.org/openstack/tempest 2024-09-12 14:10:18.950 | * branch master -> FETCH_HEAD 2024-09-12 14:10:18.950 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-09-12 14:10:18.950 | ++ functions-common:time_stop:2435 : local name 2024-09-12 14:10:18.950 | ++ functions-common:time_stop:2436 : local end_time 2024-09-12 14:10:18.950 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:10:18.950 | ++ functions-common:time_stop:2438 : local total 2024-09-12 14:10:18.950 | ++ functions-common:time_stop:2439 : local start_time 2024-09-12 14:10:18.950 | ++ functions-common:time_stop:2441 : name=git_timed 2024-09-12 14:10:18.950 | ++ functions-common:time_stop:2442 : start_time=1726150016821 2024-09-12 14:10:18.950 | ++ functions-common:time_stop:2444 : [[ -z 1726150016821 ]] 2024-09-12 14:10:18.950 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:10:18.950 | ++ functions-common:time_stop:2447 : end_time=1726150017697 2024-09-12 14:10:18.950 | ++ functions-common:time_stop:2448 : elapsed_time=876 2024-09-12 14:10:18.950 | ++ functions-common:time_stop:2449 : total=95032 2024-09-12 14:10:18.950 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:10:18.950 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=95908 2024-09-12 14:10:18.950 | ++ functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-09-12 14:10:18.950 | ++ functions-common:git_timed:720 : local count=0 2024-09-12 14:10:18.950 | ++ functions-common:git_timed:721 : local timeout=0 2024-09-12 14:10:18.950 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-09-12 14:10:18.950 | ++ functions-common:git_timed:724 : timeout=0 2024-09-12 14:10:18.950 | ++ functions-common:git_timed:727 : time_start git_timed 2024-09-12 14:10:18.950 | ++ functions-common:time_start:2421 : local name=git_timed 2024-09-12 14:10:18.950 | ++ functions-common:time_start:2422 : local start_time= 2024-09-12 14:10:18.950 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-09-12 14:10:18.950 | +++ functions-common:time_start:2426 : date +%s%3N 2024-09-12 14:10:18.950 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1726150017725 2024-09-12 14:10:18.950 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-09-12 14:10:18.950 | Note: switching to 'FETCH_HEAD'. 2024-09-12 14:10:18.950 | 2024-09-12 14:10:18.950 | You are in 'detached HEAD' state. You can look around, make experimental 2024-09-12 14:10:18.950 | changes and commit them, and you can discard any commits you make in this 2024-09-12 14:10:18.950 | state without impacting any branches by switching back to a branch. 2024-09-12 14:10:18.950 | 2024-09-12 14:10:18.950 | If you want to create a new branch to retain commits you create, you may 2024-09-12 14:10:18.950 | do so (now or later) by using -c with the switch command. Example: 2024-09-12 14:10:18.950 | 2024-09-12 14:10:18.950 | git switch -c 2024-09-12 14:10:18.950 | 2024-09-12 14:10:18.950 | Or undo this operation with: 2024-09-12 14:10:18.950 | 2024-09-12 14:10:18.950 | git switch - 2024-09-12 14:10:18.950 | 2024-09-12 14:10:18.950 | Turn off this advice by setting config variable advice.detachedHead to false 2024-09-12 14:10:18.950 | 2024-09-12 14:10:18.950 | HEAD is now at 93d123f Merge "Add releasenotes page for version 40.0.0" 2024-09-12 14:10:18.950 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-09-12 14:10:18.950 | ++ functions-common:time_stop:2435 : local name 2024-09-12 14:10:18.950 | ++ functions-common:time_stop:2436 : local end_time 2024-09-12 14:10:18.951 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:10:18.951 | ++ functions-common:time_stop:2438 : local total 2024-09-12 14:10:18.951 | ++ functions-common:time_stop:2439 : local start_time 2024-09-12 14:10:18.951 | ++ functions-common:time_stop:2441 : name=git_timed 2024-09-12 14:10:18.951 | ++ functions-common:time_stop:2442 : start_time=1726150017725 2024-09-12 14:10:18.951 | ++ functions-common:time_stop:2444 : [[ -z 1726150017725 ]] 2024-09-12 14:10:18.951 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:10:18.951 | ++ functions-common:time_stop:2447 : end_time=1726150017820 2024-09-12 14:10:18.951 | ++ functions-common:time_stop:2448 : elapsed_time=95 2024-09-12 14:10:18.951 | ++ functions-common:time_stop:2449 : total=95908 2024-09-12 14:10:18.951 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:10:18.951 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=96003 2024-09-12 14:10:18.951 | ++ functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//tempest 2024-09-12 14:10:18.951 | ++ functions-common:git_clone:695 : cd /opt/stack//tempest 2024-09-12 14:10:18.951 | ++ functions-common:git_clone:696 : head -1 2024-09-12 14:10:18.951 | ++ functions-common:git_clone:696 : git show --oneline 2024-09-12 14:10:18.951 | 93d123f Merge "Add releasenotes page for version 40.0.0" 2024-09-12 14:10:18.951 | ++ functions-common:git_clone:697 : cd /opt/stack/devstack 2024-09-12 14:10:18.951 | ++ lib/tempest:install_tempest:841 : pip_install 'tox!=2.8.0,<4.0.0' 2024-09-12 14:10:18.951 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2024-09-12 14:10:18.951 | ++ 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-09-12 14:10:18.951 | Collecting tox!=2.8.0,<4.0.0 2024-09-12 14:10:18.951 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2024-09-12 14:10:18.951 | Collecting py>=1.4.17 2024-09-12 14:10:18.951 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2024-09-12 14:10:18.951 | Requirement already satisfied: packaging>=14 in /usr/local/lib/python3.10/dist-packages (from tox!=2.8.0,<4.0.0) (23.1) 2024-09-12 14:10:18.951 | Collecting filelock>=3.0.0 2024-09-12 14:10:18.951 | Using cached filelock-3.8.0-py3-none-any.whl (10 kB) 2024-09-12 14:10:18.951 | Collecting pluggy>=0.12.0 2024-09-12 14:10:18.951 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2024-09-12 14:10:18.951 | 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-09-12 14:10:18.951 | Using cached virtualenv-20.16.5-py3-none-any.whl (8.8 MB) 2024-09-12 14:10:18.951 | 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-09-12 14:10:18.951 | Collecting tomli>=2.0.1 2024-09-12 14:10:18.951 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2024-09-12 14:10:18.951 | Collecting distlib<1,>=0.3.5 2024-09-12 14:10:18.951 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2024-09-12 14:10:18.951 | Collecting platformdirs<3,>=2.4 2024-09-12 14:10:18.951 | Using cached platformdirs-2.5.2-py3-none-any.whl (14 kB) 2024-09-12 14:10:18.951 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2024-09-12 14:10:18.951 | 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-09-12 14:10:18.951 | 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-09-12 14:10:18.951 | ++ inc/python:pip_install:196 : result=0 2024-09-12 14:10:18.951 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-09-12 14:10:18.951 | ++ functions-common:time_stop:2435 : local name 2024-09-12 14:10:18.951 | ++ functions-common:time_stop:2436 : local end_time 2024-09-12 14:10:18.951 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:10:18.951 | ++ functions-common:time_stop:2438 : local total 2024-09-12 14:10:18.951 | ++ functions-common:time_stop:2439 : local start_time 2024-09-12 14:10:18.951 | ++ functions-common:time_stop:2441 : name=pip_install 2024-09-12 14:10:18.951 | ++ functions-common:time_stop:2442 : start_time=1726150017862 2024-09-12 14:10:18.951 | ++ functions-common:time_stop:2444 : [[ -z 1726150017862 ]] 2024-09-12 14:10:18.951 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:10:18.951 | ++ functions-common:time_stop:2447 : end_time=1726150021203 2024-09-12 14:10:18.951 | ++ functions-common:time_stop:2448 : elapsed_time=3341 2024-09-12 14:10:18.951 | ++ functions-common:time_stop:2449 : total=88992 2024-09-12 14:10:18.951 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:10:18.951 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=92333 2024-09-12 14:10:18.951 | ++ inc/python:pip_install:199 : return 0 2024-09-12 14:10:18.951 | ++ lib/tempest:install_tempest:842 : pushd /opt/stack//tempest 2024-09-12 14:10:18.951 | ~/tempest ~/devstack 2024-09-12 14:10:18.951 | ++ lib/tempest:install_tempest:846 : git checkout master 2024-09-12 14:10:18.951 | Switched to branch 'master' 2024-09-12 14:10:18.951 | Your branch is up to date with 'origin/master'. 2024-09-12 14:10:18.951 | ++ lib/tempest:install_tempest:848 : local tmp_u_c_m 2024-09-12 14:10:18.951 | +++ lib/tempest:install_tempest:849 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-09-12 14:10:18.951 | ++ lib/tempest:install_tempest:849 : tmp_u_c_m=/tmp/tempest_u_c_m.Tb0SAjD2ds 2024-09-12 14:10:18.951 | ++ lib/tempest:install_tempest:850 : set_tempest_venv_constraints /tmp/tempest_u_c_m.Tb0SAjD2ds 2024-09-12 14:10:18.951 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-09-12 14:10:18.951 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.Tb0SAjD2ds 2024-09-12 14:10:18.951 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-09-12 14:10:18.951 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-09-12 14:10:18.951 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-09-12 14:10:18.951 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-09-12 14:10:18.951 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-09-12 14:10:18.951 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-09-12 14:10:18.951 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-09-12 14:10:18.951 | ++ lib/tempest:install_tempest:852 : tox -r --notest -efull 2024-09-12 14:10:18.951 | full create: /opt/stack/tempest/.tox/tempest 2024-09-12 14:10:18.951 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-09-12 14:10:18.951 | full develop-inst: /opt/stack/tempest 2024-09-12 14:10:18.951 | 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@93d123f858e2c1bf66866482699fe1629fff45c4#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-09-12 14:10:18.951 | ___________________________________ summary ____________________________________ 2024-09-12 14:10:18.951 | full: skipped tests 2024-09-12 14:10:18.951 | congratulations :) 2024-09-12 14:10:18.951 | ++ lib/tempest:install_tempest:856 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.Tb0SAjD2ds -r requirements.txt 2024-09-12 14:10:18.951 | 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-09-12 14:10:18.951 | 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-09-12 14:10:18.951 | 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-09-12 14:10:18.951 | 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-09-12 14:10:18.951 | 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-09-12 14:10:18.951 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (42.0.8) 2024-09-12 14:10:18.951 | 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-09-12 14:10:18.951 | 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-09-12 14:10:18.951 | 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-09-12 14:10:18.951 | 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-09-12 14:10:18.951 | 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-09-12 14:10:18.951 | 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-09-12 14:10:18.951 | 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-09-12 14:10:18.951 | 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-09-12 14:10:18.952 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0.2) 2024-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.19) 2024-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | 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-09-12 14:10:18.952 | WARNING: There was an error checking the latest version of pip. 2024-09-12 14:10:18.952 | ++ lib/tempest:install_tempest:857 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2024-09-12 14:10:18.952 | ++ lib/tempest:install_tempest:858 : rm -f /tmp/tempest_u_c_m.Tb0SAjD2ds 2024-09-12 14:10:18.952 | ++ lib/tempest:install_tempest:859 : popd 2024-09-12 14:10:18.952 | ~/devstack 2024-09-12 14:10:18.980 | [3547 Async install_tempest:27043]: finished install_tempest with result 0 in 21 seconds 2024-09-12 14:10:18.983 | ++ inc/async:async_wait:197 : return 0 2024-09-12 14:10:18.985 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2024-09-12 14:10:18.987 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-09-12 14:10:18.989 | ++ stack.sh:echo_summary:455 : echo -e Initializing Tempest 2024-09-12 14:10:18.991 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2024-09-12 14:10:18.993 | ++ lib/tempest:configure_tempest:192 : [[ False == \T\r\u\e ]] 2024-09-12 14:10:18.995 | ++ lib/tempest:configure_tempest:196 : pip_install_gr testrepository 2024-09-12 14:10:18.996 | ++ inc/python:pip_install_gr:76 : local name=testrepository 2024-09-12 14:10:18.998 | ++ inc/python:pip_install_gr:77 : local clean_name 2024-09-12 14:10:19.000 | +++ inc/python:pip_install_gr:78 : get_from_global_requirements testrepository 2024-09-12 14:10:19.002 | +++ inc/python:get_from_global_requirements:221 : local package=testrepository 2024-09-12 14:10:19.004 | +++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-09-12 14:10:19.006 | ++++ inc/python:get_from_global_requirements:223 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2024-09-12 14:10:19.007 | ++++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-09-12 14:10:19.010 | +++ inc/python:get_from_global_requirements:223 : required_pkg='testrepository ' 2024-09-12 14:10:19.012 | +++ inc/python:get_from_global_requirements:224 : [[ testrepository == '' ]] 2024-09-12 14:10:19.014 | +++ inc/python:get_from_global_requirements:227 : echo testrepository 2024-09-12 14:10:19.016 | ++ inc/python:pip_install_gr:78 : clean_name=testrepository 2024-09-12 14:10:19.017 | ++ inc/python:pip_install_gr:79 : pip_install testrepository 2024-09-12 14:10:19.032 | Using python 3.10 to install testrepository 2024-09-12 14:10:19.034 | ++ 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-09-12 14:10:20.174 | Collecting testrepository 2024-09-12 14:10:20.174 | Using cached testrepository-0.0.20-py3-none-any.whl 2024-09-12 14:10:20.187 | Requirement already satisfied: testtools>=0.9.30 in /usr/lib/python3/dist-packages (from testrepository) (2.5.0) 2024-09-12 14:10:20.187 | Requirement already satisfied: fixtures in /usr/local/lib/python3.10/dist-packages (from testrepository) (4.0.1) 2024-09-12 14:10:20.188 | Requirement already satisfied: python-subunit>=0.0.18 in /usr/local/lib/python3.10/dist-packages (from testrepository) (1.4.2) 2024-09-12 14:10:20.194 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=0.0.18->testrepository) (1.0.0) 2024-09-12 14:10:20.199 | Requirement already satisfied: pbr>=5.7.0 in /usr/local/lib/python3.10/dist-packages (from fixtures->testrepository) (5.11.1) 2024-09-12 14:10:21.266 | Installing collected packages: testrepository 2024-09-12 14:10:21.376 | Successfully installed testrepository-0.0.20 2024-09-12 14:10:21.377 | 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-09-12 14:10:21.482 | ++ inc/python:pip_install:196 : result=0 2024-09-12 14:10:21.484 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-09-12 14:10:21.486 | ++ functions-common:time_stop:2435 : local name 2024-09-12 14:10:21.492 | ++ functions-common:time_stop:2436 : local end_time 2024-09-12 14:10:21.494 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-09-12 14:10:21.496 | ++ functions-common:time_stop:2438 : local total 2024-09-12 14:10:21.498 | ++ functions-common:time_stop:2439 : local start_time 2024-09-12 14:10:21.499 | ++ functions-common:time_stop:2441 : name=pip_install 2024-09-12 14:10:21.501 | ++ functions-common:time_stop:2442 : start_time=1726150219029 2024-09-12 14:10:21.503 | ++ functions-common:time_stop:2444 : [[ -z 1726150219029 ]] 2024-09-12 14:10:21.505 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-09-12 14:10:21.509 | ++ functions-common:time_stop:2447 : end_time=1726150221507 2024-09-12 14:10:21.512 | ++ functions-common:time_stop:2448 : elapsed_time=2478 2024-09-12 14:10:21.514 | ++ functions-common:time_stop:2449 : total=97326 2024-09-12 14:10:21.516 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-09-12 14:10:21.518 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=99804 2024-09-12 14:10:21.519 | ++ inc/python:pip_install:199 : return 0 2024-09-12 14:10:21.524 | ++ lib/tempest:configure_tempest:199 : local image_lines 2024-09-12 14:10:21.525 | ++ lib/tempest:configure_tempest:200 : local images 2024-09-12 14:10:21.527 | ++ lib/tempest:configure_tempest:201 : local num_images 2024-09-12 14:10:21.529 | ++ lib/tempest:configure_tempest:202 : local image_uuid 2024-09-12 14:10:21.531 | ++ lib/tempest:configure_tempest:203 : local image_uuid_alt 2024-09-12 14:10:21.533 | ++ lib/tempest:configure_tempest:204 : local password 2024-09-12 14:10:21.535 | ++ lib/tempest:configure_tempest:205 : local line 2024-09-12 14:10:21.537 | ++ lib/tempest:configure_tempest:206 : local flavors 2024-09-12 14:10:21.539 | ++ lib/tempest:configure_tempest:207 : local available_flavors 2024-09-12 14:10:21.541 | ++ lib/tempest:configure_tempest:208 : local flavors_ref 2024-09-12 14:10:21.542 | ++ lib/tempest:configure_tempest:209 : local flavor_lines 2024-09-12 14:10:21.544 | ++ lib/tempest:configure_tempest:210 : local flavor_ref_size 2024-09-12 14:10:21.546 | ++ lib/tempest:configure_tempest:211 : local flavor_ref_alt_size 2024-09-12 14:10:21.548 | ++ lib/tempest:configure_tempest:212 : local public_network_id 2024-09-12 14:10:21.549 | ++ lib/tempest:configure_tempest:213 : local public_router_id 2024-09-12 14:10:21.551 | ++ lib/tempest:configure_tempest:214 : local ssh_connect_method=floating 2024-09-12 14:10:21.553 | ++ lib/tempest:configure_tempest:215 : local disk 2024-09-12 14:10:21.555 | ++ lib/tempest:configure_tempest:218 : ifs=' 2024-09-12 14:10:21.555 | ' 2024-09-12 14:10:21.556 | ++ lib/tempest:configure_tempest:228 : declare -a images 2024-09-12 14:10:21.558 | ++ lib/tempest:configure_tempest:230 : is_service_enabled glance 2024-09-12 14:10:21.571 | ++ functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:10:21.573 | ++ lib/tempest:configure_tempest:231 : get_active_images images image_uuid image_uuid_alt 2024-09-12 14:10:21.574 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2024-09-12 14:10:21.576 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2024-09-12 14:10:21.578 | ++ lib/tempest:get_active_images:156 : declare -n img_id_alt=image_uuid_alt 2024-09-12 14:10:21.579 | ++ lib/tempest:get_active_images:159 : img_array=() 2024-09-12 14:10:21.582 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2024-09-12 14:10:21.583 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2024-09-12 14:10:21.583 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2024-09-12 14:10:22.902 | +++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:10:22.904 | ++ lib/tempest:get_active_images:162 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2024-09-12 14:10:22.906 | ++ lib/tempest:get_active_images:166 : img_array+=($IMAGE_UUID) 2024-09-12 14:10:22.908 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2024-09-12 14:10:22.910 | ++ lib/tempest:configure_tempest:233 : (( 1 < 1 )) 2024-09-12 14:10:22.912 | ++ lib/tempest:configure_tempest:247 : case "${#images[*]}" in 2024-09-12 14:10:22.914 | ++ lib/tempest:configure_tempest:253 : '[' -z '' ']' 2024-09-12 14:10:22.915 | ++ lib/tempest:configure_tempest:254 : image_uuid=742a8609-9408-4eeb-a495-157e22835424 2024-09-12 14:10:22.917 | ++ lib/tempest:configure_tempest:255 : image_uuid_alt=742a8609-9408-4eeb-a495-157e22835424 2024-09-12 14:10:22.919 | ++ lib/tempest:configure_tempest:269 : sudo install -d -o stack /opt/stack//tempest/etc 2024-09-12 14:10:22.929 | ++ lib/tempest:configure_tempest:270 : rm -f /opt/stack//tempest/etc/tempest.conf 2024-09-12 14:10:22.931 | ++ lib/tempest:configure_tempest:272 : local password=nomoresecret 2024-09-12 14:10:22.933 | ++ lib/tempest:configure_tempest:275 : local admin_username=admin 2024-09-12 14:10:22.935 | ++ lib/tempest:configure_tempest:276 : local admin_project_name=admin 2024-09-12 14:10:22.937 | ++ lib/tempest:configure_tempest:277 : local admin_domain_name=Default 2024-09-12 14:10:22.938 | ++ lib/tempest:configure_tempest:278 : local alt_username=alt_demo 2024-09-12 14:10:22.940 | ++ lib/tempest:configure_tempest:279 : local alt_project_name=alt_demo 2024-09-12 14:10:22.942 | ++ lib/tempest:configure_tempest:280 : local admin_project_id 2024-09-12 14:10:22.944 | +++ lib/tempest:configure_tempest:281 : oscwrap --os-cloud devstack-admin project list 2024-09-12 14:10:22.944 | +++ lib/tempest:configure_tempest:281 : awk '/ admin / { print $2 }' 2024-09-12 14:10:24.136 | +++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:10:24.139 | ++ lib/tempest:configure_tempest:281 : admin_project_id=c0dd318627fd417ab43311b99d7d5c13 2024-09-12 14:10:24.141 | ++ lib/tempest:configure_tempest:283 : is_service_enabled nova 2024-09-12 14:10:24.153 | ++ functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:10:24.156 | +++ lib/tempest:configure_tempest:286 : oscwrap --os-cloud devstack-admin flavor list 2024-09-12 14:10:25.389 | +++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:10:25.391 | ++ lib/tempest:configure_tempest:286 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2024-09-12 14:10:25.391 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-09-12 14:10:25.391 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-09-12 14:10:25.391 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-09-12 14:10:25.391 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-09-12 14:10:25.391 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-09-12 14:10:25.391 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-09-12 14:10:25.391 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-09-12 14:10:25.391 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-09-12 14:10:25.391 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-09-12 14:10:25.391 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-09-12 14:10:25.391 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-09-12 14:10:25.391 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-09-12 14:10:25.391 | +----+-----------+-------+------+-----------+-------+-----------+' 2024-09-12 14:10:25.393 | ++ lib/tempest:configure_tempest:287 : [[ -z '' ]] 2024-09-12 14:10:25.395 | ++ lib/tempest:configure_tempest:288 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-09-12 14:10:25.395 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-09-12 14:10:25.395 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-09-12 14:10:25.395 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-09-12 14:10:25.395 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-09-12 14:10:25.395 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-09-12 14:10:25.395 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-09-12 14:10:25.395 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-09-12 14:10:25.395 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-09-12 14:10:25.395 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-09-12 14:10:25.395 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-09-12 14:10:25.395 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-09-12 14:10:25.395 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-09-12 14:10:25.395 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2024-09-12 14:10:25.397 | +++ lib/tempest:configure_tempest:290 : image_size_in_gib 742a8609-9408-4eeb-a495-157e22835424 2024-09-12 14:10:25.399 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-09-12 14:10:25.401 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 742a8609-9408-4eeb-a495-157e22835424 -c size -f value 2024-09-12 14:10:26.635 | ++++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:10:26.638 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-09-12 14:10:26.640 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-09-12 14:10:26.641 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-09-12 14:10:26.665 | ++ lib/tempest:configure_tempest:290 : disk=1 2024-09-12 14:10:26.667 | ++ 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-09-12 14:10:27.786 | +----------------------------+-----------------------+ 2024-09-12 14:10:27.786 | | Field | Value | 2024-09-12 14:10:27.786 | +----------------------------+-----------------------+ 2024-09-12 14:10:27.786 | | OS-FLV-DISABLED:disabled | False | 2024-09-12 14:10:27.786 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-09-12 14:10:27.786 | | description | None | 2024-09-12 14:10:27.786 | | disk | 1 | 2024-09-12 14:10:27.786 | | id | 42 | 2024-09-12 14:10:27.786 | | name | m1.nano | 2024-09-12 14:10:27.786 | | os-flavor-access:is_public | True | 2024-09-12 14:10:27.786 | | properties | hw_rng:allowed='True' | 2024-09-12 14:10:27.786 | | ram | 128 | 2024-09-12 14:10:27.786 | | rxtx_factor | 1.0 | 2024-09-12 14:10:27.786 | | swap | | 2024-09-12 14:10:27.786 | | vcpus | 1 | 2024-09-12 14:10:27.786 | +----------------------------+-----------------------+ 2024-09-12 14:10:27.907 | ++ lib/tempest:configure_tempest:293 : flavor_ref=42 2024-09-12 14:10:27.909 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-09-12 14:10:27.909 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-09-12 14:10:27.909 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-09-12 14:10:27.909 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-09-12 14:10:27.909 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-09-12 14:10:27.909 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-09-12 14:10:27.909 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-09-12 14:10:27.909 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-09-12 14:10:27.909 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-09-12 14:10:27.909 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-09-12 14:10:27.909 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-09-12 14:10:27.909 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-09-12 14:10:27.909 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-09-12 14:10:27.909 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2024-09-12 14:10:27.912 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib 742a8609-9408-4eeb-a495-157e22835424 2024-09-12 14:10:27.914 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-09-12 14:10:27.917 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 742a8609-9408-4eeb-a495-157e22835424 -c size -f value 2024-09-12 14:10:29.149 | ++++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:10:29.152 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-09-12 14:10:29.154 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-09-12 14:10:29.155 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-09-12 14:10:29.180 | ++ lib/tempest:configure_tempest:296 : disk=1 2024-09-12 14:10:29.181 | ++ 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-09-12 14:10:30.303 | +----------------------------+-----------------------+ 2024-09-12 14:10:30.303 | | Field | Value | 2024-09-12 14:10:30.303 | +----------------------------+-----------------------+ 2024-09-12 14:10:30.303 | | OS-FLV-DISABLED:disabled | False | 2024-09-12 14:10:30.303 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-09-12 14:10:30.303 | | description | None | 2024-09-12 14:10:30.303 | | disk | 1 | 2024-09-12 14:10:30.303 | | id | 84 | 2024-09-12 14:10:30.303 | | name | m1.micro | 2024-09-12 14:10:30.303 | | os-flavor-access:is_public | True | 2024-09-12 14:10:30.303 | | properties | hw_rng:allowed='True' | 2024-09-12 14:10:30.303 | | ram | 192 | 2024-09-12 14:10:30.303 | | rxtx_factor | 1.0 | 2024-09-12 14:10:30.303 | | swap | | 2024-09-12 14:10:30.303 | | vcpus | 1 | 2024-09-12 14:10:30.303 | +----------------------------+-----------------------+ 2024-09-12 14:10:30.419 | ++ lib/tempest:configure_tempest:299 : flavor_ref_alt=84 2024-09-12 14:10:30.421 | ++ lib/tempest:configure_tempest:348 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2024-09-12 14:10:30.447 | ++ lib/tempest:configure_tempest:350 : ssh_connect_method=floating 2024-09-12 14:10:30.449 | ++ lib/tempest:configure_tempest:356 : [[ True == \T\r\u\e ]] 2024-09-12 14:10:30.451 | ++ lib/tempest:configure_tempest:356 : is_networking_extension_supported external-net 2024-09-12 14:10:30.453 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2024-09-12 14:10:30.455 | +++ 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-09-12 14:10:31.699 | +++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:10:31.701 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-09-12 14:10:31.702 | address-scope 2024-09-12 14:10:31.702 | router-admin-state-down-before-update 2024-09-12 14:10:31.702 | agent 2024-09-12 14:10:31.702 | agent-resources-synced 2024-09-12 14:10:31.702 | allowed-address-pairs 2024-09-12 14:10:31.702 | auto-allocated-topology 2024-09-12 14:10:31.702 | availability_zone 2024-09-12 14:10:31.702 | availability_zone_filter 2024-09-12 14:10:31.702 | default-subnetpools 2024-09-12 14:10:31.702 | dhcp_agent_scheduler 2024-09-12 14:10:31.702 | dvr 2024-09-12 14:10:31.702 | empty-string-filtering 2024-09-12 14:10:31.702 | external-net 2024-09-12 14:10:31.702 | extra_dhcp_opt 2024-09-12 14:10:31.702 | extraroute 2024-09-12 14:10:31.702 | extraroute-atomic 2024-09-12 14:10:31.702 | filter-validation 2024-09-12 14:10:31.702 | floating-ip-port-forwarding-detail 2024-09-12 14:10:31.702 | fip-port-details 2024-09-12 14:10:31.702 | flavors 2024-09-12 14:10:31.702 | floatingip-pools 2024-09-12 14:10:31.702 | ip-substring-filtering 2024-09-12 14:10:31.702 | router 2024-09-12 14:10:31.702 | ext-gw-mode 2024-09-12 14:10:31.702 | l3-ha 2024-09-12 14:10:31.702 | l3-flavors 2024-09-12 14:10:31.702 | l3-port-ip-change-not-allowed 2024-09-12 14:10:31.702 | l3_agent_scheduler 2024-09-12 14:10:31.702 | multi-provider 2024-09-12 14:10:31.702 | net-mtu 2024-09-12 14:10:31.702 | net-mtu-writable 2024-09-12 14:10:31.702 | network_availability_zone 2024-09-12 14:10:31.702 | network-ip-availability 2024-09-12 14:10:31.702 | pagination 2024-09-12 14:10:31.702 | port-device-profile 2024-09-12 14:10:31.702 | port-mac-override 2024-09-12 14:10:31.702 | port-mac-address-regenerate 2024-09-12 14:10:31.702 | port-numa-affinity-policy 2024-09-12 14:10:31.702 | binding 2024-09-12 14:10:31.702 | binding-extended 2024-09-12 14:10:31.702 | port-security 2024-09-12 14:10:31.702 | project-id 2024-09-12 14:10:31.702 | provider 2024-09-12 14:10:31.702 | quota-check-limit 2024-09-12 14:10:31.702 | quotas 2024-09-12 14:10:31.702 | quota_details 2024-09-12 14:10:31.702 | rbac-policies 2024-09-12 14:10:31.702 | rbac-address-group 2024-09-12 14:10:31.702 | rbac-address-scope 2024-09-12 14:10:31.702 | rbac-security-groups 2024-09-12 14:10:31.702 | rbac-subnetpool 2024-09-12 14:10:31.702 | revision-if-match 2024-09-12 14:10:31.702 | standard-attr-revisions 2024-09-12 14:10:31.702 | router_availability_zone 2024-09-12 14:10:31.702 | security-groups-normalized-cidr 2024-09-12 14:10:31.702 | port-security-groups-filtering 2024-09-12 14:10:31.702 | security-groups-remote-address-group 2024-09-12 14:10:31.702 | security-groups-shared-filtering 2024-09-12 14:10:31.702 | security-group 2024-09-12 14:10:31.702 | service-type 2024-09-12 14:10:31.702 | sorting 2024-09-12 14:10:31.702 | standard-attr-description 2024-09-12 14:10:31.702 | stateful-security-group 2024-09-12 14:10:31.702 | subnet_onboard 2024-09-12 14:10:31.702 | subnet-service-types 2024-09-12 14:10:31.702 | subnet_allocation 2024-09-12 14:10:31.702 | subnetpool-prefix-ops 2024-09-12 14:10:31.702 | standard-attr-tag 2024-09-12 14:10:31.702 | standard-attr-timestamp 2024-09-12 14:10:31.702 | nsxt-ops' 2024-09-12 14:10:31.703 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-09-12 14:10:31.703 | address-scope 2024-09-12 14:10:31.703 | router-admin-state-down-before-update 2024-09-12 14:10:31.703 | agent 2024-09-12 14:10:31.703 | agent-resources-synced 2024-09-12 14:10:31.703 | allowed-address-pairs 2024-09-12 14:10:31.703 | auto-allocated-topology 2024-09-12 14:10:31.703 | availability_zone 2024-09-12 14:10:31.703 | availability_zone_filter 2024-09-12 14:10:31.703 | default-subnetpools 2024-09-12 14:10:31.703 | dhcp_agent_scheduler 2024-09-12 14:10:31.703 | dvr 2024-09-12 14:10:31.703 | empty-string-filtering 2024-09-12 14:10:31.703 | external-net 2024-09-12 14:10:31.703 | extra_dhcp_opt 2024-09-12 14:10:31.703 | extraroute 2024-09-12 14:10:31.703 | extraroute-atomic 2024-09-12 14:10:31.703 | filter-validation 2024-09-12 14:10:31.704 | floating-ip-port-forwarding-detail 2024-09-12 14:10:31.704 | fip-port-details 2024-09-12 14:10:31.704 | flavors 2024-09-12 14:10:31.704 | floatingip-pools 2024-09-12 14:10:31.704 | ip-substring-filtering 2024-09-12 14:10:31.704 | router 2024-09-12 14:10:31.704 | ext-gw-mode 2024-09-12 14:10:31.704 | l3-ha 2024-09-12 14:10:31.704 | l3-flavors 2024-09-12 14:10:31.704 | l3-port-ip-change-not-allowed 2024-09-12 14:10:31.704 | l3_agent_scheduler 2024-09-12 14:10:31.704 | multi-provider 2024-09-12 14:10:31.704 | net-mtu 2024-09-12 14:10:31.704 | net-mtu-writable 2024-09-12 14:10:31.704 | network_availability_zone 2024-09-12 14:10:31.704 | network-ip-availability 2024-09-12 14:10:31.704 | pagination 2024-09-12 14:10:31.704 | port-device-profile 2024-09-12 14:10:31.704 | port-mac-override 2024-09-12 14:10:31.704 | port-mac-address-regenerate 2024-09-12 14:10:31.704 | port-numa-affinity-policy 2024-09-12 14:10:31.704 | binding 2024-09-12 14:10:31.704 | binding-extended 2024-09-12 14:10:31.704 | port-security 2024-09-12 14:10:31.704 | project-id 2024-09-12 14:10:31.704 | provider 2024-09-12 14:10:31.704 | quota-check-limit 2024-09-12 14:10:31.704 | quotas 2024-09-12 14:10:31.704 | quota_details 2024-09-12 14:10:31.704 | rbac-policies 2024-09-12 14:10:31.704 | rbac-address-group 2024-09-12 14:10:31.704 | rbac-address-scope 2024-09-12 14:10:31.704 | rbac-security-groups 2024-09-12 14:10:31.704 | rbac-subnetpool 2024-09-12 14:10:31.704 | revision-if-match 2024-09-12 14:10:31.704 | standard-attr-revisions 2024-09-12 14:10:31.704 | router_availability_zone 2024-09-12 14:10:31.704 | security-groups-normalized-cidr 2024-09-12 14:10:31.704 | port-security-groups-filtering 2024-09-12 14:10:31.704 | security-groups-remote-address-group 2024-09-12 14:10:31.704 | security-groups-shared-filtering 2024-09-12 14:10:31.704 | security-group 2024-09-12 14:10:31.704 | service-type 2024-09-12 14:10:31.704 | sorting 2024-09-12 14:10:31.704 | standard-attr-description 2024-09-12 14:10:31.704 | stateful-security-group 2024-09-12 14:10:31.704 | subnet_onboard 2024-09-12 14:10:31.704 | subnet-service-types 2024-09-12 14:10:31.704 | subnet_allocation 2024-09-12 14:10:31.704 | subnetpool-prefix-ops 2024-09-12 14:10:31.704 | standard-attr-tag 2024-09-12 14:10:31.704 | standard-attr-timestamp 2024-09-12 14:10:31.704 | nsxt-ops =~ external-net ]] 2024-09-12 14:10:31.705 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-09-12 14:10:31.707 | +++ lib/tempest:configure_tempest:357 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2024-09-12 14:10:33.001 | +++ functions-common:oscwrap:2475 : return 0 2024-09-12 14:10:33.003 | ++ lib/tempest:configure_tempest:357 : public_network_id=a6f5df4e-58f1-4149-adb1-17748eae0245 2024-09-12 14:10:33.005 | ++ lib/tempest:configure_tempest:359 : openstack --os-cloud devstack-admin --os-region RegionOne network create --share shared 2024-09-12 14:10:34.193 | +---------------------------+--------------------------------------+ 2024-09-12 14:10:34.193 | | Field | Value | 2024-09-12 14:10:34.193 | +---------------------------+--------------------------------------+ 2024-09-12 14:10:34.193 | | admin_state_up | UP | 2024-09-12 14:10:34.193 | | availability_zone_hints | | 2024-09-12 14:10:34.193 | | availability_zones | | 2024-09-12 14:10:34.193 | | created_at | 2024-09-12T14:10:34Z | 2024-09-12 14:10:34.193 | | description | | 2024-09-12 14:10:34.193 | | dns_domain | None | 2024-09-12 14:10:34.193 | | id | ed50c032-3f4b-4979-a1ee-fb6225c2d091 | 2024-09-12 14:10:34.193 | | ipv4_address_scope | None | 2024-09-12 14:10:34.193 | | ipv6_address_scope | None | 2024-09-12 14:10:34.193 | | is_default | False | 2024-09-12 14:10:34.193 | | is_vlan_transparent | None | 2024-09-12 14:10:34.193 | | mtu | 8950 | 2024-09-12 14:10:34.193 | | name | shared | 2024-09-12 14:10:34.193 | | port_security_enabled | True | 2024-09-12 14:10:34.193 | | project_id | c0dd318627fd417ab43311b99d7d5c13 | 2024-09-12 14:10:34.193 | | provider:network_type | vlan | 2024-09-12 14:10:34.193 | | provider:physical_network | default | 2024-09-12 14:10:34.193 | | provider:segmentation_id | 869 | 2024-09-12 14:10:34.193 | | qos_policy_id | None | 2024-09-12 14:10:34.193 | | revision_number | 1 | 2024-09-12 14:10:34.193 | | router:external | Internal | 2024-09-12 14:10:34.193 | | segments | None | 2024-09-12 14:10:34.193 | | shared | True | 2024-09-12 14:10:34.193 | | status | ACTIVE | 2024-09-12 14:10:34.193 | | subnets | | 2024-09-12 14:10:34.193 | | tags | | 2024-09-12 14:10:34.193 | | tenant_id | c0dd318627fd417ab43311b99d7d5c13 | 2024-09-12 14:10:34.193 | | updated_at | 2024-09-12T14:10:34Z | 2024-09-12 14:10:34.193 | +---------------------------+--------------------------------------+ 2024-09-12 14:10:34.320 | ++ 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-09-12 14:10:35.670 | +----------------------+--------------------------------------+ 2024-09-12 14:10:35.670 | | Field | Value | 2024-09-12 14:10:35.670 | +----------------------+--------------------------------------+ 2024-09-12 14:10:35.670 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2024-09-12 14:10:35.670 | | cidr | 192.168.233.0/24 | 2024-09-12 14:10:35.670 | | created_at | 2024-09-12T14:10:35Z | 2024-09-12 14:10:35.670 | | description | shared-subnet | 2024-09-12 14:10:35.670 | | dns_nameservers | | 2024-09-12 14:10:35.670 | | dns_publish_fixed_ip | None | 2024-09-12 14:10:35.670 | | enable_dhcp | True | 2024-09-12 14:10:35.670 | | gateway_ip | 192.168.233.1 | 2024-09-12 14:10:35.670 | | host_routes | | 2024-09-12 14:10:35.670 | | id | bb89647e-c943-43ea-add4-5b522aac51f5 | 2024-09-12 14:10:35.670 | | ip_version | 4 | 2024-09-12 14:10:35.670 | | ipv6_address_mode | None | 2024-09-12 14:10:35.670 | | ipv6_ra_mode | None | 2024-09-12 14:10:35.670 | | name | shared-subnet | 2024-09-12 14:10:35.670 | | network_id | ed50c032-3f4b-4979-a1ee-fb6225c2d091 | 2024-09-12 14:10:35.670 | | project_id | c0dd318627fd417ab43311b99d7d5c13 | 2024-09-12 14:10:35.670 | | revision_number | 0 | 2024-09-12 14:10:35.670 | | segment_id | None | 2024-09-12 14:10:35.670 | | service_types | | 2024-09-12 14:10:35.670 | | subnetpool_id | None | 2024-09-12 14:10:35.670 | | tags | | 2024-09-12 14:10:35.670 | | updated_at | 2024-09-12T14:10:35Z | 2024-09-12 14:10:35.670 | +----------------------+--------------------------------------+ 2024-09-12 14:10:35.800 | ++ lib/tempest:configure_tempest:363 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2024-09-12 14:10:35.826 | ++ lib/tempest:configure_tempest:366 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2024-09-12 14:10:35.852 | ++ lib/tempest:configure_tempest:367 : mkdir -p /opt/stack/data/tempest 2024-09-12 14:10:35.855 | ++ lib/tempest:configure_tempest:368 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2024-09-12 14:10:35.878 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2024-09-12 14:10:35.902 | ++ lib/tempest:configure_tempest:370 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2024-09-12 14:10:35.925 | ++ lib/tempest:configure_tempest:373 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2024-09-12 14:10:35.950 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2024-09-12 14:10:35.975 | ++ lib/tempest:configure_tempest:377 : iniset /opt/stack//tempest/etc/tempest.conf identity uri http://10.180.1.21/identity/v2.0/ 2024-09-12 14:10:36.000 | ++ lib/tempest:configure_tempest:378 : iniset /opt/stack//tempest/etc/tempest.conf identity uri_v3 http://10.180.1.21/identity/v3 2024-09-12 14:10:36.026 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2024-09-12 14:10:36.050 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2024-09-12 14:10:36.073 | ++ lib/tempest:configure_tempest:381 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2024-09-12 14:10:36.095 | ++ lib/tempest:configure_tempest:382 : [[ True == \T\r\u\e ]] 2024-09-12 14:10:36.098 | ++ lib/tempest:configure_tempest:383 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2024-09-12 14:10:36.123 | ++ lib/tempest:configure_tempest:384 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2024-09-12 14:10:36.146 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2024-09-12 14:10:36.170 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2024-09-12 14:10:36.194 | ++ lib/tempest:configure_tempest:388 : '[' '' == True ']' 2024-09-12 14:10:36.195 | ++ lib/tempest:configure_tempest:393 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2024-09-12 14:10:36.221 | ++ lib/tempest:configure_tempest:395 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2024-09-12 14:10:36.245 | ++ lib/tempest:configure_tempest:396 : [[ '' != \v\2 ]] 2024-09-12 14:10:36.247 | ++ lib/tempest:configure_tempest:398 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2024-09-12 14:10:36.270 | ++ lib/tempest:configure_tempest:401 : is_service_enabled tls-proxy 2024-09-12 14:10:36.282 | ++ functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:10:36.284 | ++ lib/tempest:configure_tempest:406 : [[ True = True ]] 2024-09-12 14:10:36.286 | ++ lib/tempest:configure_tempest:407 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2024-09-12 14:10:36.309 | ++ lib/tempest:configure_tempest:412 : is_service_enabled ldap 2024-09-12 14:10:36.321 | ++ functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:10:36.323 | ++ lib/tempest:configure_tempest:418 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2024-09-12 14:10:36.347 | ++ lib/tempest:configure_tempest:422 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2024-09-12 14:10:36.372 | ++ lib/tempest:configure_tempest:426 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2024-09-12 14:10:36.395 | ++ lib/tempest:configure_tempest:431 : [[ ! -z '' ]] 2024-09-12 14:10:36.397 | ++ lib/tempest:configure_tempest:434 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2024-09-12 14:10:36.422 | ++ lib/tempest:configure_tempest:435 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2024-09-12 14:10:36.446 | ++ lib/tempest:configure_tempest:436 : is_service_enabled g-api-r 2024-09-12 14:10:36.459 | ++ functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:10:36.461 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref 742a8609-9408-4eeb-a495-157e22835424 2024-09-12 14:10:36.485 | ++ lib/tempest:configure_tempest:442 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt 742a8609-9408-4eeb-a495-157e22835424 2024-09-12 14:10:36.508 | ++ lib/tempest:configure_tempest:443 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2024-09-12 14:10:36.533 | ++ lib/tempest:configure_tempest:444 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2024-09-12 14:10:36.555 | ++ lib/tempest:configure_tempest:445 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2024-09-12 14:10:36.583 | ++ lib/tempest:configure_tempest:446 : is_service_enabled neutron 2024-09-12 14:10:36.596 | ++ functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:10:36.598 | ++ lib/tempest:configure_tempest:454 : [[ -n '' ]] 2024-09-12 14:10:36.600 | ++ lib/tempest:configure_tempest:464 : local tempest_compute_min_microversion=None 2024-09-12 14:10:36.602 | ++ lib/tempest:configure_tempest:465 : local tempest_compute_max_microversion=2.95 2024-09-12 14:10:36.604 | ++ lib/tempest:configure_tempest:468 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2024-09-12 14:10:36.605 | ++ lib/tempest:configure_tempest:472 : '[' None == None ']' 2024-09-12 14:10:36.607 | ++ lib/tempest:configure_tempest:473 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2024-09-12 14:10:36.622 | ++ lib/tempest:configure_tempest:477 : '[' 2.95 == None ']' 2024-09-12 14:10:36.624 | ++ lib/tempest:configure_tempest:480 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2024-09-12 14:10:36.647 | ++ lib/tempest:configure_tempest:483 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2024-09-12 14:10:36.674 | ++ lib/tempest:configure_tempest:484 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2024-09-12 14:10:36.699 | ++ lib/tempest:configure_tempest:485 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2024-09-12 14:10:36.722 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2024-09-12 14:10:36.746 | ++ lib/tempest:configure_tempest:487 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2024-09-12 14:10:36.768 | ++ lib/tempest:configure_tempest:488 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2024-09-12 14:10:36.792 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2024-09-12 14:10:36.815 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2024-09-12 14:10:36.839 | ++ lib/tempest:configure_tempest:494 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2024-09-12 14:10:36.841 | ++ 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-09-12 14:10:36.863 | ++ lib/tempest:configure_tempest:498 : [[ False == \T\r\u\e ]] 2024-09-12 14:10:36.865 | ++ lib/tempest:configure_tempest:502 : is_service_enabled n-novnc 2024-09-12 14:10:36.877 | ++ functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:10:36.879 | ++ lib/tempest:configure_tempest:507 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2024-09-12 14:10:36.902 | ++ lib/tempest:configure_tempest:508 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id a6f5df4e-58f1-4149-adb1-17748eae0245 2024-09-12 14:10:36.925 | ++ lib/tempest:configure_tempest:509 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2024-09-12 14:10:36.948 | ++ lib/tempest:configure_tempest:510 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2024-09-12 14:10:36.970 | ++ lib/tempest:configure_tempest:511 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2024-09-12 14:10:36.995 | ++ lib/tempest:configure_tempest:512 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2024-09-12 14:10:37.019 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2024-09-12 14:10:37.043 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2024-09-12 14:10:37.069 | ++ lib/tempest:configure_tempest:518 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2024-09-12 14:10:37.070 | ++ lib/tempest:configure_tempest:519 : SCENARIO_IMAGE_FILE= 2024-09-12 14:10:37.072 | ++ lib/tempest:configure_tempest:520 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2024-09-12 14:10:37.098 | ++ lib/tempest:configure_tempest:523 : TEMPEST_SSH_NETWORK_NAME=private 2024-09-12 14:10:37.100 | ++ lib/tempest:configure_tempest:524 : is_provider_network 2024-09-12 14:10:37.101 | ++ functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-09-12 14:10:37.103 | ++ functions-common:is_provider_network:2287 : return 1 2024-09-12 14:10:37.105 | ++ lib/tempest:configure_tempest:528 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2024-09-12 14:10:37.129 | ++ lib/tempest:configure_tempest:529 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2024-09-12 14:10:37.152 | ++ lib/tempest:configure_tempest:530 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2024-09-12 14:10:37.176 | ++ lib/tempest:configure_tempest:531 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2024-09-12 14:10:37.201 | ++ lib/tempest:configure_tempest:532 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2024-09-12 14:10:37.227 | ++ lib/tempest:configure_tempest:533 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2024-09-12 14:10:37.252 | ++ lib/tempest:configure_tempest:537 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-09-12 14:10:37.255 | +++ lib/tempest:configure_tempest:540 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2024-09-12 14:10:37.268 | ++ lib/tempest:configure_tempest:540 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2024-09-12 14:10:37.295 | ++ lib/tempest:configure_tempest:542 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-09-12 14:10:37.298 | +++ lib/tempest:configure_tempest:545 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2024-09-12 14:10:37.312 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2024-09-12 14:10:37.337 | ++ lib/tempest:configure_tempest:548 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-09-12 14:10:37.339 | +++ lib/tempest:configure_tempest:551 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2024-09-12 14:10:37.353 | ++ lib/tempest:configure_tempest:551 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2024-09-12 14:10:37.381 | ++ lib/tempest:configure_tempest:553 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-09-12 14:10:37.384 | +++ lib/tempest:configure_tempest:556 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2024-09-12 14:10:37.399 | ++ lib/tempest:configure_tempest:556 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2024-09-12 14:10:37.426 | ++ lib/tempest:configure_tempest:557 : local tempest_volume_min_microversion=None 2024-09-12 14:10:37.428 | ++ lib/tempest:configure_tempest:558 : local tempest_volume_max_microversion=3.70 2024-09-12 14:10:37.430 | ++ lib/tempest:configure_tempest:559 : '[' None == None ']' 2024-09-12 14:10:37.432 | ++ lib/tempest:configure_tempest:560 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2024-09-12 14:10:37.447 | ++ lib/tempest:configure_tempest:565 : '[' 3.70 == None ']' 2024-09-12 14:10:37.449 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2024-09-12 14:10:37.476 | ++ lib/tempest:configure_tempest:571 : is_service_enabled c-bak 2024-09-12 14:10:37.491 | ++ functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:10:37.493 | ++ lib/tempest:configure_tempest:572 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2024-09-12 14:10:37.519 | ++ lib/tempest:configure_tempest:578 : [[ -n vmdk:vsphere ]] 2024-09-12 14:10:37.522 | ++ lib/tempest:configure_tempest:578 : [[ vmdk:vsphere =~ .*,.* ]] 2024-09-12 14:10:37.523 | ++ lib/tempest:configure_tempest:598 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2024-09-12 14:10:37.525 | ++ lib/tempest:configure_tempest:602 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2024-09-12 14:10:37.527 | ++ lib/tempest:configure_tempest:607 : [[ False == \T\r\u\e ]] 2024-09-12 14:10:37.529 | ++ lib/tempest:configure_tempest:616 : local tempest_placement_min_microversion=None 2024-09-12 14:10:37.531 | ++ lib/tempest:configure_tempest:617 : local tempest_placement_max_microversion=1.39 2024-09-12 14:10:37.534 | ++ lib/tempest:configure_tempest:618 : '[' None == None ']' 2024-09-12 14:10:37.535 | ++ lib/tempest:configure_tempest:619 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2024-09-12 14:10:37.551 | ++ lib/tempest:configure_tempest:623 : '[' 1.39 == None ']' 2024-09-12 14:10:37.553 | ++ lib/tempest:configure_tempest:626 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2024-09-12 14:10:37.581 | ++ lib/tempest:configure_tempest:630 : '[' vsphere = ironic ']' 2024-09-12 14:10:37.583 | ++ lib/tempest:configure_tempest:644 : '[' vsphere = libvirt ']' 2024-09-12 14:10:37.585 | ++ lib/tempest:configure_tempest:668 : local service 2024-09-12 14:10:37.587 | ++ lib/tempest:configure_tempest:669 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2024-09-12 14:10:37.589 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-09-12 14:10:37.591 | ++ lib/tempest:configure_tempest:671 : is_service_enabled key 2024-09-12 14:10:37.605 | ++ functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:10:37.607 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2024-09-12 14:10:37.636 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-09-12 14:10:37.638 | ++ lib/tempest:configure_tempest:671 : is_service_enabled glance 2024-09-12 14:10:37.652 | ++ functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:10:37.654 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2024-09-12 14:10:37.680 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-09-12 14:10:37.682 | ++ lib/tempest:configure_tempest:671 : is_service_enabled nova 2024-09-12 14:10:37.696 | ++ functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:10:37.698 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2024-09-12 14:10:37.724 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-09-12 14:10:37.726 | ++ lib/tempest:configure_tempest:671 : is_service_enabled neutron 2024-09-12 14:10:37.741 | ++ functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:10:37.743 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2024-09-12 14:10:37.768 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-09-12 14:10:37.770 | ++ lib/tempest:configure_tempest:671 : is_service_enabled cinder 2024-09-12 14:10:37.783 | ++ functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:10:37.785 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2024-09-12 14:10:37.810 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-09-12 14:10:37.811 | ++ lib/tempest:configure_tempest:671 : is_service_enabled swift 2024-09-12 14:10:37.824 | ++ functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:10:37.827 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2024-09-12 14:10:37.851 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-09-12 14:10:37.853 | ++ lib/tempest:configure_tempest:671 : is_service_enabled horizon 2024-09-12 14:10:37.869 | ++ functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:10:37.872 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon False 2024-09-12 14:10:37.902 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2024-09-12 14:10:37.904 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2024-09-12 14:10:37.905 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2024-09-12 14:10:37.907 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2024-09-12 14:10:37.909 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2024-09-12 14:10:37.911 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2024-09-12 14:10:37.913 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2024-09-12 14:10:37.915 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2024-09-12 14:10:37.917 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2024-09-12 14:10:37.919 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2024-09-12 14:10:37.921 | ++ lib/tempest:configure_tempest:704 : '[' vsphere = libvirt ']' 2024-09-12 14:10:37.923 | ++ lib/tempest:configure_tempest:714 : local tmp_cfg_file 2024-09-12 14:10:37.926 | +++ lib/tempest:configure_tempest:715 : mktemp 2024-09-12 14:10:37.929 | ++ lib/tempest:configure_tempest:715 : tmp_cfg_file=/tmp/tmp.DDqN3nAsPO 2024-09-12 14:10:37.931 | ++ lib/tempest:configure_tempest:716 : cd /opt/stack//tempest 2024-09-12 14:10:37.933 | ++ lib/tempest:configure_tempest:718 : local tmp_u_c_m 2024-09-12 14:10:37.936 | +++ lib/tempest:configure_tempest:719 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-09-12 14:10:37.939 | ++ lib/tempest:configure_tempest:719 : tmp_u_c_m=/tmp/tempest_u_c_m.HLEAp9Oe4d 2024-09-12 14:10:37.941 | ++ lib/tempest:configure_tempest:720 : set_tempest_venv_constraints /tmp/tempest_u_c_m.HLEAp9Oe4d 2024-09-12 14:10:37.943 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-09-12 14:10:37.945 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.HLEAp9Oe4d 2024-09-12 14:10:37.947 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-09-12 14:10:37.949 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-09-12 14:10:37.951 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-09-12 14:10:37.956 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-09-12 14:10:37.958 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-09-12 14:10:37.960 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-09-12 14:10:37.962 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-09-12 14:10:37.964 | ++ lib/tempest:configure_tempest:721 : [[ False != \T\r\u\e ]] 2024-09-12 14:10:37.966 | ++ lib/tempest:configure_tempest:722 : tox -revenv-tempest --notest 2024-09-12 14:10:38.204 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2024-09-12 14:10:38.611 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-09-12 14:10:46.971 | venv-tempest develop-inst: /opt/stack/tempest 2024-09-12 14:10:49.965 | 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@93d123f858e2c1bf66866482699fe1629fff45c4#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-09-12 14:10:49.965 | ___________________________________ summary ____________________________________ 2024-09-12 14:10:49.965 | venv-tempest: skipped tests 2024-09-12 14:10:49.965 | congratulations :) 2024-09-12 14:10:49.986 | ++ lib/tempest:configure_tempest:724 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.HLEAp9Oe4d -r requirements.txt 2024-09-12 14:10:50.541 | /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-09-12 14:10:50.541 | warnings.warn( 2024-09-12 14:10:50.543 | /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-09-12 14:10:50.543 | warnings.warn( 2024-09-12 14:10:50.628 | venv-tempest develop-inst-noop: /opt/stack/tempest 2024-09-12 14:10:51.012 | 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@93d123f858e2c1bf66866482699fe1629fff45c4#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-09-12 14:10:51.012 | venv-tempest run-test-pre: PYTHONHASHSEED='787416817' 2024-09-12 14:10:51.012 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.HLEAp9Oe4d -r requirements.txt 2024-09-12 14:10:51.863 | 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-09-12 14:10:51.863 | 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-09-12 14:10:51.864 | 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-09-12 14:10:51.868 | 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-09-12 14:10:51.868 | 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-09-12 14:10:51.868 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (42.0.8) 2024-09-12 14:10:51.868 | 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-09-12 14:10:51.868 | 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-09-12 14:10:51.868 | 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-09-12 14:10:51.868 | 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-09-12 14:10:51.869 | 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-09-12 14:10:51.870 | 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-09-12 14:10:51.871 | 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-09-12 14:10:51.871 | 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-09-12 14:10:51.872 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0.2) 2024-09-12 14:10:51.873 | 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-09-12 14:10:51.874 | 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-09-12 14:10:51.874 | 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-09-12 14:10:51.875 | 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-09-12 14:10:51.876 | 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-09-12 14:10:51.876 | 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-09-12 14:10:51.877 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.19) 2024-09-12 14:10:51.878 | 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-09-12 14:10:51.884 | 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-09-12 14:10:51.884 | 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-09-12 14:10:51.901 | 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-09-12 14:10:51.902 | 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-09-12 14:10:51.903 | 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-09-12 14:10:51.903 | 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-09-12 14:10:51.919 | 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-09-12 14:10:51.920 | 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-09-12 14:10:51.937 | 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-09-12 14:10:51.944 | 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-09-12 14:10:51.960 | 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-09-12 14:10:51.961 | 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-09-12 14:10:51.974 | 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-09-12 14:10:51.975 | 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-09-12 14:10:51.989 | 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-09-12 14:10:51.989 | 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-09-12 14:10:51.991 | 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-09-12 14:10:51.998 | 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-09-12 14:10:51.999 | 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-09-12 14:10:52.008 | 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-09-12 14:10:52.008 | 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-09-12 14:10:52.010 | 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-09-12 14:10:52.010 | 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-09-12 14:10:52.033 | 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-09-12 14:10:52.053 | 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-09-12 14:10:52.120 | 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-09-12 14:10:52.142 | 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-09-12 14:10:52.183 | 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-09-12 14:10:52.196 | 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-09-12 14:10:52.197 | 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-09-12 14:10:52.197 | 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-09-12 14:10:52.327 | WARNING: There was an error checking the latest version of pip. 2024-09-12 14:10:52.398 | ___________________________________ summary ____________________________________ 2024-09-12 14:10:52.398 | venv-tempest: commands succeeded 2024-09-12 14:10:52.398 | congratulations :) 2024-09-12 14:10:52.418 | ++ lib/tempest:configure_tempest:725 : rm -f /tmp/tempest_u_c_m.HLEAp9Oe4d 2024-09-12 14:10:52.421 | ++ lib/tempest:configure_tempest:728 : [[ False == \T\r\u\e ]] 2024-09-12 14:10:52.423 | ++ lib/tempest:configure_tempest:736 : [[ True == \F\a\l\s\e ]] 2024-09-12 14:10:52.425 | ++ lib/tempest:configure_tempest:740 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2024-09-12 14:10:52.449 | ++ lib/tempest:configure_tempest:746 : tox -evenv -- tempest verify-config -uro /tmp/tmp.DDqN3nAsPO 2024-09-12 14:10:52.677 | venv create: /opt/stack/tempest/.tox/venv 2024-09-12 14:10:52.959 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2024-09-12 14:11:06.017 | venv develop-inst: /opt/stack/tempest 2024-09-12 14:11:09.566 | 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@93d123f858e2c1bf66866482699fe1629fff45c4#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-09-12 14:11:09.566 | venv run-test-pre: PYTHONHASHSEED='354325629' 2024-09-12 14:11:09.566 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.DDqN3nAsPO 2024-09-12 14:11:09.864 | /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-09-12 14:11:09.864 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2024-09-12 14:11:09.864 | /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-09-12 14:11:09.864 | @jsonschema.FormatChecker.cls_checks('base64') 2024-09-12 14:11:10.109 | /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-09-12 14:11:10.109 | warnings.warn( 2024-09-12 14:11:10.281 | /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-09-12 14:11:10.281 | for key, value in info.getheaders().items(): 2024-09-12 14:11:10.308 | /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-09-12 14:11:10.308 | for key, value in info.getheaders().items(): 2024-09-12 14:11:10.515 | /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-09-12 14:11:10.515 | for key, value in info.getheaders().items(): 2024-09-12 14:11:10.516 | /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-09-12 14:11:10.516 | _client = klass(auth_provider=auth_provider, **kwargs) 2024-09-12 14:11:11.077 | ___________________________________ summary ____________________________________ 2024-09-12 14:11:11.077 | venv: commands succeeded 2024-09-12 14:11:11.077 | congratulations :) 2024-09-12 14:11:11.096 | ++ lib/tempest:configure_tempest:751 : is_service_enabled q-metering neutron-metering 2024-09-12 14:11:11.110 | ++ functions-common:is_service_enabled:2091 : return 1 2024-09-12 14:11:11.111 | ++ lib/tempest:configure_tempest:752 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2024-09-12 14:11:11.113 | ++ lib/tempest:configure_tempest:756 : is_service_enabled q-l3 neutron-l3 2024-09-12 14:11:11.126 | ++ functions-common:is_service_enabled:2091 : return 0 2024-09-12 14:11:11.127 | ++ lib/tempest:configure_tempest:760 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2024-09-12 14:11:11.129 | ++ lib/tempest:configure_tempest:761 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2024-09-12 14:11:11.131 | ++ lib/tempest:configure_tempest:762 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2024-09-12 14:11:11.132 | ++ lib/tempest:configure_tempest:763 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2024-09-12 14:11:11.134 | ++ lib/tempest:configure_tempest:764 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2024-09-12 14:11:11.136 | ++ lib/tempest:configure_tempest:765 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2024-09-12 14:11:11.138 | ++ lib/tempest:configure_tempest:766 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2024-09-12 14:11:11.141 | ++ lib/tempest:configure_tempest:767 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2024-09-12 14:11:11.144 | ++ lib/tempest:configure_tempest:768 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2024-09-12 14:11:11.145 | ++ lib/tempest:configure_tempest:769 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2024-09-12 14:11:11.147 | ++ lib/tempest:configure_tempest:770 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2024-09-12 14:11:11.149 | ++ lib/tempest:configure_tempest:771 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2024-09-12 14:11:11.151 | ++ lib/tempest:configure_tempest:772 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2024-09-12 14:11:11.153 | ++ lib/tempest:configure_tempest:773 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2024-09-12 14:11:11.155 | ++ lib/tempest:configure_tempest:774 : DEFAULT_NET_EXT+=,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details 2024-09-12 14:11:11.157 | ++ lib/tempest:configure_tempest:775 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2024-09-12 14:11:11.159 | ++ lib/tempest:configure_tempest:776 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2024-09-12 14:11:11.161 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2024-09-12 14:11:11.163 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2024-09-12 14:11:11.165 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,port-resource-request-groups 2024-09-12 14:11:11.167 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2024-09-12 14:11:11.169 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2024-09-12 14:11:11.171 | ++ 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-09-12 14:11:11.172 | ++ lib/tempest:configure_tempest:786 : [[ ! -z , metering ]] 2024-09-12 14:11:11.176 | +++ lib/tempest:configure_tempest:788 : iniget /tmp/tmp.DDqN3nAsPO network-feature-enabled api_extensions 2024-09-12 14:11:11.176 | +++ lib/tempest:configure_tempest:788 : tr -d ' ' 2024-09-12 14:11:11.191 | ++ 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-09-12 14:11:11.194 | +++ 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-09-12 14:11:11.196 | +++ 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-09-12 14:11:11.198 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2024-09-12 14:11:11.200 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering' 2024-09-12 14:11:11.202 | +++ 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-09-12 14:11:11.217 | +++ 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-09-12 14:11:11.232 | ++ 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-09-12 14:11:11.234 | ++ lib/tempest:configure_tempest:792 : [[ -n '' ]] 2024-09-12 14:11:11.236 | ++ 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-09-12 14:11:11.259 | ++ lib/tempest:configure_tempest:797 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2024-09-12 14:11:11.261 | ++ lib/tempest:configure_tempest:798 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2024-09-12 14:11:11.263 | ++ lib/tempest:configure_tempest:799 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2024-09-12 14:11:11.265 | ++ 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-09-12 14:11:11.267 | ++ lib/tempest:configure_tempest:801 : [[ ! -z '' ]] 2024-09-12 14:11:11.269 | ++ 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-09-12 14:11:11.294 | ++ lib/tempest:configure_tempest:809 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2024-09-12 14:11:11.296 | ++ lib/tempest:configure_tempest:810 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2024-09-12 14:11:11.298 | ++ lib/tempest:configure_tempest:811 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2024-09-12 14:11:11.300 | ++ lib/tempest:configure_tempest:812 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2024-09-12 14:11:11.302 | ++ lib/tempest:configure_tempest:813 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2024-09-12 14:11:11.304 | ++ lib/tempest:configure_tempest:814 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2024-09-12 14:11:11.306 | ++ lib/tempest:configure_tempest:815 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2024-09-12 14:11:11.308 | ++ lib/tempest:configure_tempest:816 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2024-09-12 14:11:11.310 | ++ lib/tempest:configure_tempest:817 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2024-09-12 14:11:11.312 | ++ lib/tempest:configure_tempest:818 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2024-09-12 14:11:11.314 | ++ lib/tempest:configure_tempest:819 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2024-09-12 14:11:11.316 | ++ 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-09-12 14:11:11.318 | ++ lib/tempest:configure_tempest:821 : [[ ! -z '' ]] 2024-09-12 14:11:11.320 | ++ 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-09-12 14:11:11.344 | ++ lib/tempest:configure_tempest:830 : IFS=' 2024-09-12 14:11:11.344 | ' 2024-09-12 14:11:11.346 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2024-09-12 14:11:11.348 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-09-12 14:11:11.350 | ++ stack.sh:echo_summary:455 : echo -e Installing Tempest Plugins 2024-09-12 14:11:11.352 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2024-09-12 14:11:11.354 | ++ lib/tempest:install_tempest_plugins:864 : pushd /opt/stack//tempest 2024-09-12 14:11:11.354 | ~/tempest ~/tempest 2024-09-12 14:11:11.356 | ++ lib/tempest:install_tempest_plugins:865 : [[ 0 != 0 ]] 2024-09-12 14:11:11.358 | ++ lib/tempest:install_tempest_plugins:874 : popd 2024-09-12 14:11:11.358 | ~/tempest 2024-09-12 14:11:11.361 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-09-12 14:11:11.363 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-09-12 14:11:11.365 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-09-12 14:11:11.367 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-09-12 14:11:11.369 | + functions-common:run_phase:1890 : run_plugins stack test-config 2024-09-12 14:11:11.371 | + functions-common:run_plugins:1849 : local mode=stack 2024-09-12 14:11:11.374 | + functions-common:run_plugins:1850 : local phase=test-config 2024-09-12 14:11:11.376 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-09-12 14:11:11.378 | + functions-common:run_plugins:1853 : local plugin 2024-09-12 14:11:11.380 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-09-12 14:11:11.383 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-09-12 14:11:11.385 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-09-12 14:11:11.387 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2024-09-12 14:11:11.389 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-09-12 14:11:11.392 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-09-12 14:11:11.394 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-09-12 14:11:11.396 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-09-12 14:11:11.398 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-09-12 14:11:11.400 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-09-12 14:11:11.403 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2024-09-12 14:11:11.405 | + stack.sh:main:1495 : merge_config_group /opt/stack/devstack/local.conf test-config 2024-09-12 14:11:11.407 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-09-12 14:11:11.409 | + inc/meta-config:merge_config_group:171 : shift 2024-09-12 14:11:11.411 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2024-09-12 14:11:11.414 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-09-12 14:11:11.416 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-09-12 14:11:11.418 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-09-12 14:11:11.421 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2024-09-12 14:11:11.423 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-09-12 14:11:11.425 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2024-09-12 14:11:11.428 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-09-12 14:11:11.430 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2024-09-12 14:11:11.430 | /^\[\[.+\|.*\]\]/ { 2024-09-12 14:11:11.430 | gsub("[][]", "", $1); 2024-09-12 14:11:11.430 | split($1, a, "|"); 2024-09-12 14:11:11.430 | if (a[1] == matchgroup) 2024-09-12 14:11:11.430 | print a[2] 2024-09-12 14:11:11.430 | } 2024-09-12 14:11:11.430 | ' /opt/stack/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 10 async_wait 47 osc 164 apt-get 8 test_with_retry 3 dbsync 3 pip_install 99 apt-get-update 7 run_process 15 git_timed 92 ------------------------- Unaccounted time 39 ========================= Total runtime 487 ================= Async summary ================= Time spent in the background minus waits: 188 sec Elapsed time: 487 sec Time if we did everything serially: 675 sec Speedup: 1.38604 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