2024-03-22 14:24:47.921 | + stack.sh:main:511 : exec 2024-03-22 14:24:47.921 | + stack.sh:main:519 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2024-03-22-142447' 2024-03-22 14:24:47.921 | ++ stack.sh:main:511 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2024-03-22-142447.summary.2024-03-22-142447 2024-03-22 14:24:47.921 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-22 14:24:47.921 | + stack.sh:echo_summary:470 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2024-03-22-142447 2024-03-22 14:24:47.921 | + stack.sh:main:521 : ln -sf /opt/stack//logs/stack.sh.log.2024-03-22-142447 /opt/stack//logs/stack.sh.log 2024-03-22 14:24:47.921 | + stack.sh:main:522 : ln -sf /opt/stack//logs/stack.sh.log.2024-03-22-142447.summary.2024-03-22-142447 /opt/stack//logs/stack.sh.log.summary 2024-03-22 14:24:47.921 | + stack.sh:main:537 : check_path_perm_sanity /opt/stack/ 2024-03-22 14:24:47.921 | + functions:check_path_perm_sanity:607 : local real_path 2024-03-22 14:24:47.921 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2024-03-22 14:24:47.921 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2024-03-22 14:24:47.921 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2024-03-22 14:24:47.921 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2024-03-22 14:24:47.921 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2024-03-22 14:24:47.921 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-03-22 14:24:47.921 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2024-03-22 14:24:47.921 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2024-03-22 14:24:47.922 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-03-22 14:24:47.923 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-03-22 14:24:47.924 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2024-03-22 14:24:47.926 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2024-03-22 14:24:47.928 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-03-22 14:24:47.930 | + stack.sh:main:543 : trap exit_trap EXIT 2024-03-22 14:24:47.931 | + stack.sh:main:584 : trap err_trap ERR 2024-03-22 14:24:47.933 | + stack.sh:main:597 : set -o errexit 2024-03-22 14:24:47.934 | + stack.sh:main:600 : uname -a 2024-03-22 14:24:47.935 | Linux devstack 6.5.0-25-generic #25~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Feb 20 16:09:15 UTC 2 x86_64 x86_64 x86_64 GNU/Linux 2024-03-22 14:24:47.936 | + stack.sh:main:603 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2024-03-22 14:24:47.937 | + stack.sh:main:604 : rm -f /opt/stack/data/ca-bundle.pem 2024-03-22 14:24:47.940 | + stack.sh:main:607 : source /opt/stack/devstack/lib/database 2024-03-22 14:24:47.963 | + stack.sh:main:608 : source /opt/stack/devstack/lib/rpc_backend 2024-03-22 14:24:47.973 | + stack.sh:main:614 : fetch_plugins 2024-03-22 14:24:47.975 | + functions-common:fetch_plugins:1746 : local plugins=,networking-nsx-t 2024-03-22 14:24:47.976 | + functions-common:fetch_plugins:1747 : local plugin 2024-03-22 14:24:47.978 | + functions-common:fetch_plugins:1750 : [[ -z ,networking-nsx-t ]] 2024-03-22 14:24:47.979 | + functions-common:fetch_plugins:1754 : echo 'Fetching DevStack plugins' 2024-03-22 14:24:47.979 | Fetching DevStack plugins 2024-03-22 14:24:47.980 | + functions-common:fetch_plugins:1755 : for plugin in ${plugins//,/ } 2024-03-22 14:24:47.982 | + functions-common:fetch_plugins:1756 : git_clone_by_name networking-nsx-t 2024-03-22 14:24:47.983 | + functions-common:git_clone_by_name:664 : local name=networking-nsx-t 2024-03-22 14:24:47.984 | + functions-common:git_clone_by_name:665 : local repo=https://github.com/sapcc/networking-nsx-t 2024-03-22 14:24:47.986 | + functions-common:git_clone_by_name:666 : local dir=/opt/stack/networking-nsx-t 2024-03-22 14:24:47.987 | + functions-common:git_clone_by_name:667 : local branch=devstack 2024-03-22 14:24:47.988 | + functions-common:git_clone_by_name:668 : git_clone https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t devstack 2024-03-22 14:24:47.990 | + functions-common:git_clone:572 : local git_remote=https://github.com/sapcc/networking-nsx-t 2024-03-22 14:24:47.991 | + functions-common:git_clone:573 : local git_dest=/opt/stack/networking-nsx-t 2024-03-22 14:24:47.992 | + functions-common:git_clone:574 : local git_ref=devstack 2024-03-22 14:24:47.993 | + functions-common:git_clone:575 : local orig_dir 2024-03-22 14:24:47.995 | ++ functions-common:git_clone:576 : pwd 2024-03-22 14:24:47.997 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-03-22 14:24:47.998 | + functions-common:git_clone:577 : local git_clone_flags= 2024-03-22 14:24:48.000 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-03-22 14:24:48.010 | + functions-common:git_clone:579 : RECLONE=False 2024-03-22 14:24:48.011 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2024-03-22 14:24:48.012 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2024-03-22 14:24:48.013 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-03-22 14:24:48.015 | + functions-common:git_clone:593 : echo devstack 2024-03-22 14:24:48.015 | + functions-common:git_clone:593 : egrep -q '^refs' 2024-03-22 14:24:48.018 | + functions-common:git_clone:607 : [[ ! -d /opt/stack/networking-nsx-t ]] 2024-03-22 14:24:48.019 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2024-03-22 14:24:48.021 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2024-03-22 14:24:48.022 | + functions-common:git_timed:680 : local count=0 2024-03-22 14:24:48.024 | + functions-common:git_timed:681 : local timeout=0 2024-03-22 14:24:48.025 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-22 14:24:48.026 | + functions-common:git_timed:684 : timeout=0 2024-03-22 14:24:48.027 | + functions-common:git_timed:687 : time_start git_timed 2024-03-22 14:24:48.029 | + functions-common:time_start:2386 : local name=git_timed 2024-03-22 14:24:48.030 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:24:48.031 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:24:48.033 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:24:48.036 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117488034 2024-03-22 14:24:48.037 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2024-03-22 14:24:48.040 | Cloning into '/opt/stack/networking-nsx-t'... 2024-03-22 14:24:50.182 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-22 14:24:50.183 | + functions-common:time_stop:2400 : local name 2024-03-22 14:24:50.185 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:24:50.186 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:24:50.188 | + functions-common:time_stop:2403 : local total 2024-03-22 14:24:50.189 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:24:50.190 | + functions-common:time_stop:2406 : name=git_timed 2024-03-22 14:24:50.192 | + functions-common:time_stop:2407 : start_time=1711117488034 2024-03-22 14:24:50.193 | + functions-common:time_stop:2409 : [[ -z 1711117488034 ]] 2024-03-22 14:24:50.195 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:24:50.197 | + functions-common:time_stop:2412 : end_time=1711117490196 2024-03-22 14:24:50.199 | + functions-common:time_stop:2413 : elapsed_time=2162 2024-03-22 14:24:50.200 | + functions-common:time_stop:2414 : total=0 2024-03-22 14:24:50.201 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:24:50.203 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2162 2024-03-22 14:24:50.204 | + functions-common:git_clone:614 : cd /opt/stack/networking-nsx-t 2024-03-22 14:24:50.205 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin devstack 2024-03-22 14:24:50.206 | + functions-common:git_timed:680 : local count=0 2024-03-22 14:24:50.208 | + functions-common:git_timed:681 : local timeout=0 2024-03-22 14:24:50.209 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-22 14:24:50.210 | + functions-common:git_timed:684 : timeout=0 2024-03-22 14:24:50.212 | + functions-common:git_timed:687 : time_start git_timed 2024-03-22 14:24:50.213 | + functions-common:time_start:2386 : local name=git_timed 2024-03-22 14:24:50.214 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:24:50.216 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:24:50.217 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:24:50.220 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117490218 2024-03-22 14:24:50.221 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2024-03-22 14:24:51.106 | From https://github.com/sapcc/networking-nsx-t 2024-03-22 14:24:51.106 | * branch devstack -> FETCH_HEAD 2024-03-22 14:24:51.110 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-22 14:24:51.112 | + functions-common:time_stop:2400 : local name 2024-03-22 14:24:51.113 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:24:51.115 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:24:51.116 | + functions-common:time_stop:2403 : local total 2024-03-22 14:24:51.117 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:24:51.119 | + functions-common:time_stop:2406 : name=git_timed 2024-03-22 14:24:51.120 | + functions-common:time_stop:2407 : start_time=1711117490218 2024-03-22 14:24:51.121 | + functions-common:time_stop:2409 : [[ -z 1711117490218 ]] 2024-03-22 14:24:51.123 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:24:51.125 | + functions-common:time_stop:2412 : end_time=1711117491124 2024-03-22 14:24:51.127 | + functions-common:time_stop:2413 : elapsed_time=906 2024-03-22 14:24:51.128 | + functions-common:time_stop:2414 : total=2162 2024-03-22 14:24:51.129 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:24:51.131 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3068 2024-03-22 14:24:51.132 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2024-03-22 14:24:51.133 | + functions-common:git_timed:680 : local count=0 2024-03-22 14:24:51.135 | + functions-common:git_timed:681 : local timeout=0 2024-03-22 14:24:51.136 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-22 14:24:51.137 | + functions-common:git_timed:684 : timeout=0 2024-03-22 14:24:51.139 | + functions-common:git_timed:687 : time_start git_timed 2024-03-22 14:24:51.140 | + functions-common:time_start:2386 : local name=git_timed 2024-03-22 14:24:51.141 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:24:51.143 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:24:51.144 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:24:51.147 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117491145 2024-03-22 14:24:51.148 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-03-22 14:24:51.158 | Note: switching to 'FETCH_HEAD'. 2024-03-22 14:24:51.158 | 2024-03-22 14:24:51.158 | You are in 'detached HEAD' state. You can look around, make experimental 2024-03-22 14:24:51.158 | changes and commit them, and you can discard any commits you make in this 2024-03-22 14:24:51.158 | state without impacting any branches by switching back to a branch. 2024-03-22 14:24:51.158 | 2024-03-22 14:24:51.158 | If you want to create a new branch to retain commits you create, you may 2024-03-22 14:24:51.158 | do so (now or later) by using -c with the switch command. Example: 2024-03-22 14:24:51.158 | 2024-03-22 14:24:51.158 | git switch -c 2024-03-22 14:24:51.158 | 2024-03-22 14:24:51.159 | Or undo this operation with: 2024-03-22 14:24:51.159 | 2024-03-22 14:24:51.159 | git switch - 2024-03-22 14:24:51.159 | 2024-03-22 14:24:51.159 | Turn off this advice by setting config variable advice.detachedHead to false 2024-03-22 14:24:51.159 | 2024-03-22 14:24:51.159 | HEAD is now at 68e8db3 WIP: Add devstack plugin 2024-03-22 14:24:51.160 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-22 14:24:51.161 | + functions-common:time_stop:2400 : local name 2024-03-22 14:24:51.163 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:24:51.164 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:24:51.165 | + functions-common:time_stop:2403 : local total 2024-03-22 14:24:51.167 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:24:51.168 | + functions-common:time_stop:2406 : name=git_timed 2024-03-22 14:24:51.169 | + functions-common:time_stop:2407 : start_time=1711117491145 2024-03-22 14:24:51.171 | + functions-common:time_stop:2409 : [[ -z 1711117491145 ]] 2024-03-22 14:24:51.172 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:24:51.175 | + functions-common:time_stop:2412 : end_time=1711117491173 2024-03-22 14:24:51.176 | + functions-common:time_stop:2413 : elapsed_time=28 2024-03-22 14:24:51.177 | + functions-common:time_stop:2414 : total=3068 2024-03-22 14:24:51.178 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:24:51.180 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3096 2024-03-22 14:24:51.181 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2024-03-22 14:24:51.191 | + functions-common:git_clone:655 : cd /opt/stack/networking-nsx-t 2024-03-22 14:24:51.192 | + functions-common:git_clone:656 : git show --oneline 2024-03-22 14:24:51.193 | + functions-common:git_clone:656 : head -1 2024-03-22 14:24:51.194 | 68e8db3 WIP: Add devstack plugin 2024-03-22 14:24:51.196 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2024-03-22 14:24:51.197 | + stack.sh:main:618 : run_phase override_defaults 2024-03-22 14:24:51.199 | + functions-common:run_phase:1828 : local mode=override_defaults 2024-03-22 14:24:51.200 | + functions-common:run_phase:1829 : local phase= 2024-03-22 14:24:51.201 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2024-03-22 14:24:51.203 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2024-03-22 14:24:51.204 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-03-22 14:24:51.206 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2024-03-22 14:24:51.207 | + functions-common:run_phase:1838 : local extra 2024-03-22 14:24:51.209 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-03-22 14:24:51.211 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2024-03-22 14:24:51.213 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-03-22 14:24:51.214 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-03-22 14:24:51.215 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2024-03-22 14:24:51.217 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-03-22 14:24:51.226 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:24:51.227 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-03-22 14:24:51.229 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2024-03-22 14:24:51.230 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2024-03-22 14:24:51.231 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2024-03-22 14:24:51.233 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2024-03-22 14:24:51.234 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2024-03-22 14:24:51.235 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2024-03-22 14:24:51.237 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2024-03-22 14:24:51.238 | + functions-common:run_phase:1849 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-03-22 14:24:51.240 | + functions-common:run_phase:1852 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-03-22 14:24:51.241 | + functions-common:run_phase:1853 : plugin_override_defaults 2024-03-22 14:24:51.242 | + functions-common:plugin_override_defaults:1787 : local plugins=,networking-nsx-t 2024-03-22 14:24:51.244 | + functions-common:plugin_override_defaults:1788 : local plugin 2024-03-22 14:24:51.245 | + functions-common:plugin_override_defaults:1791 : [[ -z ,networking-nsx-t ]] 2024-03-22 14:24:51.246 | + functions-common:plugin_override_defaults:1795 : echo 'Overriding Configuration Defaults' 2024-03-22 14:24:51.246 | Overriding Configuration Defaults 2024-03-22 14:24:51.248 | + functions-common:plugin_override_defaults:1796 : for plugin in ${plugins//,/ } 2024-03-22 14:24:51.249 | + functions-common:plugin_override_defaults:1797 : local dir=/opt/stack/networking-nsx-t 2024-03-22 14:24:51.251 | + functions-common:plugin_override_defaults:1799 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2024-03-22 14:24:51.252 | + stack.sh:main:621 : source /opt/stack/devstack/lib/apache 2024-03-22 14:24:51.263 | + stack.sh:main:624 : source /opt/stack/devstack/lib/tls 2024-03-22 14:24:51.265 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2024-03-22 14:24:51.274 | ++ functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:24:51.276 | +++ lib/tls:source:43 : hostname -f 2024-03-22 14:24:51.278 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2024-03-22 14:24:51.279 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2024-03-22 14:24:51.281 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2024-03-22 14:24:51.282 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2024-03-22 14:24:51.284 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2024-03-22 14:24:51.285 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2024-03-22 14:24:51.286 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2024-03-22 14:24:51.288 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2024-03-22 14:24:51.289 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2024-03-22 14:24:51.290 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2024-03-22 14:24:51.293 | + stack.sh:main:627 : source /opt/stack/devstack/lib/infra 2024-03-22 14:24:51.301 | + stack.sh:main:628 : source /opt/stack/devstack/lib/libraries 2024-03-22 14:24:51.313 | + stack.sh:main:629 : source /opt/stack/devstack/lib/lvm 2024-03-22 14:24:51.321 | + stack.sh:main:630 : source /opt/stack/devstack/lib/horizon 2024-03-22 14:24:51.330 | + stack.sh:main:631 : source /opt/stack/devstack/lib/keystone 2024-03-22 14:24:51.353 | + stack.sh:main:632 : source /opt/stack/devstack/lib/glance 2024-03-22 14:24:51.404 | + stack.sh:main:633 : source /opt/stack/devstack/lib/nova 2024-03-22 14:24:51.448 | + stack.sh:main:634 : source /opt/stack/devstack/lib/placement 2024-03-22 14:24:51.466 | + stack.sh:main:635 : source /opt/stack/devstack/lib/cinder 2024-03-22 14:24:51.501 | + stack.sh:main:636 : source /opt/stack/devstack/lib/swift 2024-03-22 14:24:51.532 | + stack.sh:main:637 : source /opt/stack/devstack/lib/neutron 2024-03-22 14:24:51.534 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2024-03-22 14:24:51.544 | ++ functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:24:51.546 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2024-03-22 14:24:51.547 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2024-03-22 14:24:51.549 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2024-03-22 14:24:51.551 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2024-03-22 14:24:51.553 | +++ lib/neutron:source:77 : get_python_exec_prefix 2024-03-22 14:24:51.564 | +++ inc/python:get_python_exec_prefix:80 : [[ True == \T\r\u\e ]] 2024-03-22 14:24:51.567 | +++ inc/python:get_python_exec_prefix:81 : echo /opt/stack/data/venv/bin 2024-03-22 14:24:51.570 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/opt/stack/data/venv/bin 2024-03-22 14:24:51.571 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2024-03-22 14:24:51.573 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2024-03-22 14:24:51.574 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-03-22 14:24:51.576 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-03-22 14:24:51.579 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2024-03-22 14:24:51.590 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2024-03-22 14:24:51.592 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2024-03-22 14:24:51.594 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2024-03-22 14:24:51.605 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2024-03-22 14:24:51.606 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/opt/stack/data/venv/bin/neutron-dhcp-agent 2024-03-22 14:24:51.608 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/opt/stack/data/venv/bin/neutron-l3-agent 2024-03-22 14:24:51.609 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/opt/stack/data/venv/bin/neutron-metadata-agent 2024-03-22 14:24:51.611 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2024-03-22 14:24:51.613 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2024-03-22 14:24:51.614 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2024-03-22 14:24:51.616 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2024-03-22 14:24:51.617 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2024-03-22 14:24:51.619 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2024-03-22 14:24:51.620 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2024-03-22 14:24:51.622 | ++ lib/neutron:source:121 : Q_PORT=9696 2024-03-22 14:24:51.623 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2024-03-22 14:24:51.625 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2024-03-22 14:24:51.626 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2024-03-22 14:24:51.628 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2024-03-22 14:24:51.631 | +++ functions-common:ipv6_unquote:2198 : echo 0.0.0.0 2024-03-22 14:24:51.631 | +++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2024-03-22 14:24:51.633 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2024-03-22 14:24:51.635 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2024-03-22 14:24:51.636 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2024-03-22 14:24:51.638 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2024-03-22 14:24:51.640 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2024-03-22 14:24:51.641 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2024-03-22 14:24:51.652 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2024-03-22 14:24:51.654 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2024-03-22 14:24:51.656 | +++ functions-common:ipv6_unquote:2198 : echo 10.180.1.21 2024-03-22 14:24:51.656 | +++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2024-03-22 14:24:51.659 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2024-03-22 14:24:51.660 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2024-03-22 14:24:51.662 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2024-03-22 14:24:51.663 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2024-03-22 14:24:51.665 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2024-03-22 14:24:51.666 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2024-03-22 14:24:51.668 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2024-03-22 14:24:51.669 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2024-03-22 14:24:51.671 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2024-03-22 14:24:51.672 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2024-03-22 14:24:51.674 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2024-03-22 14:24:51.675 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2024-03-22 14:24:51.677 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2024-03-22 14:24:51.678 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2024-03-22 14:24:51.680 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2024-03-22 14:24:51.682 | +++ functions:get_rootwrap_location:593 : local module=neutron 2024-03-22 14:24:51.684 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2024-03-22 14:24:51.694 | ++++ inc/python:get_python_exec_prefix:80 : [[ True == \T\r\u\e ]] 2024-03-22 14:24:51.696 | ++++ inc/python:get_python_exec_prefix:81 : echo /opt/stack/data/venv/bin 2024-03-22 14:24:51.698 | +++ functions:get_rootwrap_location:595 : echo /opt/stack/data/venv/bin/neutron-rootwrap 2024-03-22 14:24:51.699 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/opt/stack/data/venv/bin/neutron-rootwrap 2024-03-22 14:24:51.701 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-03-22 14:24:51.702 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2024-03-22 14:24:51.704 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-03-22 14:24:51.705 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2024-03-22 14:24:51.707 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2024-03-22 14:24:51.708 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2024-03-22 14:24:51.710 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2024-03-22 14:24:51.711 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2024-03-22 14:24:51.713 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2024-03-22 14:24:51.714 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2024-03-22 14:24:51.716 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2024-03-22 14:24:51.717 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2024-03-22 14:24:51.719 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2024-03-22 14:24:51.720 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2024-03-22 14:24:51.722 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2024-03-22 14:24:51.723 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2024-03-22 14:24:51.725 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2024-03-22 14:24:51.745 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2024-03-22 14:24:51.754 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2024-03-22 14:24:51.756 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2024-03-22 14:24:51.757 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2024-03-22 14:24:51.759 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2024-03-22 14:24:51.761 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2024-03-22 14:24:51.762 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2024-03-22 14:24:51.764 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2024-03-22 14:24:51.765 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2024-03-22 14:24:51.767 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2024-03-22 14:24:51.768 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2024-03-22 14:24:51.770 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2024-03-22 14:24:51.771 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2024-03-22 14:24:51.773 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2024-03-22 14:24:51.774 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2024-03-22 14:24:51.776 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2024-03-22 14:24:51.777 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2024-03-22 14:24:51.779 | +++ lib/neutron_plugins/services/l3:source:72 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2024-03-22 14:24:51.780 | +++ lib/neutron_plugins/services/l3:source:73 : PUBLIC_PHYSICAL_NETWORK=default 2024-03-22 14:24:51.783 | ++++ lib/neutron_plugins/services/l3:source:76 : uuidgen 2024-03-22 14:24:51.783 | ++++ lib/neutron_plugins/services/l3:source:76 : sed s/-//g 2024-03-22 14:24:51.784 | ++++ lib/neutron_plugins/services/l3:source:76 : cut -c 23- 2024-03-22 14:24:51.784 | ++++ lib/neutron_plugins/services/l3:source:76 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2024-03-22 14:24:51.787 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_GLOBAL_ID=ed:ef73:6a0c 2024-03-22 14:24:51.789 | +++ lib/neutron_plugins/services/l3:source:79 : IPV6_RA_MODE=slaac 2024-03-22 14:24:51.790 | +++ lib/neutron_plugins/services/l3:source:80 : IPV6_ADDRESS_MODE=slaac 2024-03-22 14:24:51.792 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2024-03-22 14:24:51.793 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2024-03-22 14:24:51.795 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_ADDRS_SAFE_TO_USE=fded:ef73:6a0c::/56 2024-03-22 14:24:51.797 | ++++ lib/neutron_plugins/services/l3:source:86 : echo fded:ef73:6a0c::/56 2024-03-22 14:24:51.797 | ++++ lib/neutron_plugins/services/l3:source:86 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2024-03-22 14:24:51.801 | +++ lib/neutron_plugins/services/l3:source:86 : FIXED_RANGE_V6=fded:ef73:6a0c::/64 2024-03-22 14:24:51.803 | +++ lib/neutron_plugins/services/l3:source:87 : IPV6_PRIVATE_NETWORK_GATEWAY= 2024-03-22 14:24:51.804 | +++ lib/neutron_plugins/services/l3:source:88 : IPV6_PUBLIC_RANGE=2001:db8::/64 2024-03-22 14:24:51.806 | +++ lib/neutron_plugins/services/l3:source:89 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2024-03-22 14:24:51.808 | +++ lib/neutron_plugins/services/l3:source:90 : IPV6_ROUTER_GW_IP=2001:db8::1 2024-03-22 14:24:51.809 | +++ lib/neutron_plugins/services/l3:source:93 : NETWORK_GATEWAY= 2024-03-22 14:24:51.811 | +++ lib/neutron_plugins/services/l3:source:94 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2024-03-22 14:24:51.812 | +++ lib/neutron_plugins/services/l3:source:95 : PRIVATE_SUBNET_NAME=private-subnet 2024-03-22 14:24:51.814 | +++ lib/neutron_plugins/services/l3:source:96 : PUBLIC_SUBNET_NAME=public-subnet 2024-03-22 14:24:51.815 | +++ lib/neutron_plugins/services/l3:source:99 : USE_SUBNETPOOL=True 2024-03-22 14:24:51.817 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2024-03-22 14:24:51.818 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2024-03-22 14:24:51.820 | +++ lib/neutron_plugins/services/l3:source:103 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2024-03-22 14:24:51.821 | +++ lib/neutron_plugins/services/l3:source:104 : SUBNETPOOL_PREFIX_V6=fded:ef73:6a0c::/56 2024-03-22 14:24:51.823 | +++ lib/neutron_plugins/services/l3:source:106 : SUBNETPOOL_SIZE_V4=26 2024-03-22 14:24:51.824 | +++ lib/neutron_plugins/services/l3:source:107 : SUBNETPOOL_SIZE_V6=64 2024-03-22 14:24:51.827 | ++++ lib/neutron_plugins/services/l3:source:109 : ip -4 route 2024-03-22 14:24:51.827 | ++++ lib/neutron_plugins/services/l3:source:109 : grep '^default' 2024-03-22 14:24:51.827 | ++++ lib/neutron_plugins/services/l3:source:109 : awk '{print $5}' 2024-03-22 14:24:51.831 | +++ lib/neutron_plugins/services/l3:source:109 : default_v4_route_devs=ens192 2024-03-22 14:24:51.833 | ++++ lib/neutron_plugins/services/l3:source:111 : ip -6 route list match default table all 2024-03-22 14:24:51.835 | ++++ lib/neutron_plugins/services/l3:source:111 : awk '{print $5}' 2024-03-22 14:24:51.835 | ++++ lib/neutron_plugins/services/l3:source:111 : grep via 2024-03-22 14:24:51.837 | +++ lib/neutron_plugins/services/l3:source:111 : default_v6_route_devs= 2024-03-22 14:24:51.840 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2024-03-22 14:24:51.842 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2024-03-22 14:24:51.844 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2024-03-22 14:24:51.845 | ++ lib/neutron:source:297 : source /opt/stack/devstack/lib/neutron_plugins/services/segments 2024-03-22 14:24:51.847 | ++ lib/neutron:source:300 : has_neutron_plugin_security_group 2024-03-22 14:24:51.848 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2024-03-22 14:24:51.850 | ++ lib/neutron:source:301 : Q_USE_SECGROUP=True 2024-03-22 14:24:51.851 | ++ lib/neutron:source:309 : OVN_BRIDGE_MAPPINGS=default:br-ex 2024-03-22 14:24:51.863 | + stack.sh:main:638 : source /opt/stack/devstack/lib/ldap 2024-03-22 14:24:51.873 | + stack.sh:main:639 : source /opt/stack/devstack/lib/dstat 2024-03-22 14:24:51.882 | + stack.sh:main:640 : source /opt/stack/devstack/lib/tcpdump 2024-03-22 14:24:51.891 | + stack.sh:main:641 : source /opt/stack/devstack/lib/etcd3 2024-03-22 14:24:51.939 | + stack.sh:main:642 : source /opt/stack/devstack/lib/os-vif 2024-03-22 14:24:51.941 | +++ lib/os-vif:source:12 : is_ml2_ovs 2024-03-22 14:24:51.943 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2024-03-22 14:24:51.945 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2024-03-22 14:24:51.946 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2024-03-22 14:24:51.948 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2024-03-22 14:24:51.948 | False' 2024-03-22 14:24:51.950 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2024-03-22 14:24:51.962 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2024-03-22 14:24:51.963 | + stack.sh:main:648 : run_phase source 2024-03-22 14:24:51.965 | + functions-common:run_phase:1828 : local mode=source 2024-03-22 14:24:51.966 | + functions-common:run_phase:1829 : local phase= 2024-03-22 14:24:51.968 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2024-03-22 14:24:51.969 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2024-03-22 14:24:51.971 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-03-22 14:24:51.973 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2024-03-22 14:24:51.974 | + functions-common:run_phase:1838 : local extra 2024-03-22 14:24:51.976 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-03-22 14:24:51.979 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2024-03-22 14:24:51.980 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-03-22 14:24:51.982 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-03-22 14:24:51.984 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2024-03-22 14:24:51.985 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-03-22 14:24:51.996 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:24:51.997 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2024-03-22 14:24:51.999 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2024-03-22 14:24:52.025 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2024-03-22 14:24:52.026 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2024-03-22 14:24:52.028 | + functions-common:run_phase:1849 : [[ source == \s\o\u\r\c\e ]] 2024-03-22 14:24:52.030 | + functions-common:run_phase:1850 : load_plugin_settings 2024-03-22 14:24:52.031 | + functions-common:load_plugin_settings:1764 : local plugins=,networking-nsx-t 2024-03-22 14:24:52.033 | + functions-common:load_plugin_settings:1765 : local plugin 2024-03-22 14:24:52.035 | + functions-common:load_plugin_settings:1768 : [[ -z ,networking-nsx-t ]] 2024-03-22 14:24:52.036 | + functions-common:load_plugin_settings:1772 : echo 'Loading plugin settings' 2024-03-22 14:24:52.036 | Loading plugin settings 2024-03-22 14:24:52.038 | + functions-common:load_plugin_settings:1773 : for plugin in ${plugins//,/ } 2024-03-22 14:24:52.039 | + functions-common:load_plugin_settings:1774 : local dir=/opt/stack/networking-nsx-t 2024-03-22 14:24:52.041 | + functions-common:load_plugin_settings:1776 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2024-03-22 14:24:52.043 | + functions-common:load_plugin_settings:1777 : source /opt/stack/networking-nsx-t/devstack/settings 2024-03-22 14:24:52.044 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2024-03-22 14:24:52.046 | ++ functions-common:define_plugin:1872 : : 2024-03-22 14:24:52.048 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2024-03-22 14:24:52.049 | + functions-common:run_phase:1851 : verify_disabled_services 2024-03-22 14:24:52.051 | + functions-common:verify_disabled_services:2111 : local service 2024-03-22 14:24:52.053 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:24:52.054 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,key, ]] 2024-03-22 14:24:52.056 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:24:52.058 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api, ]] 2024-03-22 14:24:52.060 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:24:52.061 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-cond, ]] 2024-03-22 14:24:52.063 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:24:52.065 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-sch, ]] 2024-03-22 14:24:52.066 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:24:52.068 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api-meta, ]] 2024-03-22 14:24:52.070 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:24:52.071 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-api, ]] 2024-03-22 14:24:52.073 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:24:52.075 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-client, ]] 2024-03-22 14:24:52.077 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:24:52.078 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,g-api, ]] 2024-03-22 14:24:52.080 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:24:52.082 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-sch, ]] 2024-03-22 14:24:52.083 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:24:52.085 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-api, ]] 2024-03-22 14:24:52.087 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:24:52.088 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-vol, ]] 2024-03-22 14:24:52.090 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:24:52.092 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovs-vswitchd, ]] 2024-03-22 14:24:52.094 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:24:52.095 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovsdb-server, ]] 2024-03-22 14:24:52.097 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:24:52.099 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-svc, ]] 2024-03-22 14:24:52.101 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:24:52.103 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,rabbit, ]] 2024-03-22 14:24:52.104 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:24:52.106 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,tempest, ]] 2024-03-22 14:24:52.108 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:24:52.109 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,mysql, ]] 2024-03-22 14:24:52.111 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:24:52.113 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,etcd3, ]] 2024-03-22 14:24:52.115 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:24:52.116 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-agt, ]] 2024-03-22 14:24:52.118 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:24:52.120 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-dhcp, ]] 2024-03-22 14:24:52.121 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:24:52.123 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-l3, ]] 2024-03-22 14:24:52.125 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:24:52.126 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-meta, ]] 2024-03-22 14:24:52.128 | + stack.sh:main:719 : initialize_database_backends 2024-03-22 14:24:52.130 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-03-22 14:24:52.132 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2024-03-22 14:24:52.143 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:24:52.145 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2024-03-22 14:24:52.147 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-03-22 14:24:52.148 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2024-03-22 14:24:52.160 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:24:52.161 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2024-03-22 14:24:52.163 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2024-03-22 14:24:52.165 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2024-03-22 14:24:52.167 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2024-03-22 14:24:52.168 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2024-03-22 14:24:52.170 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2024-03-22 14:24:52.172 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2024-03-22 14:24:52.174 | + lib/database:initialize_database_backends:92 : return 0 2024-03-22 14:24:52.175 | + stack.sh:main:720 : echo 'Using mysql database backend' 2024-03-22 14:24:52.175 | Using mysql database backend 2024-03-22 14:24:52.177 | + stack.sh:main:723 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2024-03-22 14:24:52.189 | + stack.sh:main:725 : define_database_baseurl 2024-03-22 14:24:52.191 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2024-03-22 14:24:52.193 | ++ lib/databases/mysql:get_database_type_mysql:32 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-03-22 14:24:52.195 | ++ lib/databases/mysql:get_database_type_mysql:33 : echo mysql+pymysql 2024-03-22 14:24:52.198 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-03-22 14:24:52.199 | + stack.sh:main:737 : is_service_enabled rabbit 2024-03-22 14:24:52.211 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:24:52.213 | + stack.sh:main:738 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2024-03-22 14:24:52.225 | + stack.sh:main:745 : is_service_enabled keystone 2024-03-22 14:24:52.236 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:24:52.238 | + stack.sh:main:747 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2024-03-22 14:24:52.250 | + stack.sh:main:749 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2024-03-22 14:24:52.262 | + stack.sh:main:760 : is_service_enabled ldap 2024-03-22 14:24:52.274 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:24:52.276 | + stack.sh:main:769 : is_service_enabled s-proxy 2024-03-22 14:24:52.288 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:24:52.290 | + stack.sh:main:781 : save_stackenv 781 2024-03-22 14:24:52.292 | + functions-common:save_stackenv:60 : local tag=781 2024-03-22 14:24:52.294 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-03-22 14:24:52.297 | + functions-common:save_stackenv:62 : time_stamp=2024-03-22-142452 2024-03-22 14:24:52.299 | + functions-common:save_stackenv:63 : echo '# 2024-03-22-142452 781' 2024-03-22 14:24:52.301 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:24:52.303 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-03-22 14:24:52.304 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:24:52.306 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-03-22 14:24:52.308 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:24:52.310 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-03-22 14:24:52.312 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:24:52.313 | + 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-03-22 14:24:52.315 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:24:52.317 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-03-22 14:24:52.319 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:24:52.321 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-03-22 14:24:52.323 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:24:52.324 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-03-22-142447 2024-03-22 14:24:52.326 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:24:52.328 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-03-22 14:24:52.330 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:24:52.331 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-03-22 14:24:52.333 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:24:52.335 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-03-22 14:24:52.337 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:24:52.339 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-03-22 14:24:52.340 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:24:52.342 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-03-22 14:24:52.344 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:24:52.345 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-03-22 14:24:52.347 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:24:52.349 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-03-22 14:24:52.351 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:24:52.352 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-03-22 14:24:52.354 | + stack.sh:main:794 : GIT_DEPTH=0 2024-03-22 14:24:52.356 | + stack.sh:main:794 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements stable/2023.2 2024-03-22 14:24:52.358 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/requirements.git 2024-03-22 14:24:52.359 | + functions-common:git_clone:573 : local git_dest=/opt/stack//requirements 2024-03-22 14:24:52.361 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2024-03-22 14:24:52.363 | + functions-common:git_clone:575 : local orig_dir 2024-03-22 14:24:52.364 | ++ functions-common:git_clone:576 : pwd 2024-03-22 14:24:52.366 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-03-22 14:24:52.368 | + functions-common:git_clone:577 : local git_clone_flags= 2024-03-22 14:24:52.370 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-03-22 14:24:52.381 | + functions-common:git_clone:579 : RECLONE=False 2024-03-22 14:24:52.383 | + functions-common:git_clone:580 : [[ 0 -gt 0 ]] 2024-03-22 14:24:52.398 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-03-22 14:24:52.400 | + functions-common:git_clone:593 : echo stable/2023.2 2024-03-22 14:24:52.401 | + functions-common:git_clone:593 : egrep -q '^refs' 2024-03-22 14:24:52.404 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//requirements ]] 2024-03-22 14:24:52.406 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2024-03-22 14:24:52.408 | + functions-common:git_clone:613 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-03-22 14:24:52.410 | + functions-common:git_timed:680 : local count=0 2024-03-22 14:24:52.411 | + functions-common:git_timed:681 : local timeout=0 2024-03-22 14:24:52.413 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-22 14:24:52.414 | + functions-common:git_timed:684 : timeout=0 2024-03-22 14:24:52.416 | + functions-common:git_timed:687 : time_start git_timed 2024-03-22 14:24:52.417 | + functions-common:time_start:2386 : local name=git_timed 2024-03-22 14:24:52.419 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:24:52.421 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:24:52.423 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:24:52.425 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117492423 2024-03-22 14:24:52.427 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-03-22 14:24:52.429 | Cloning into '/opt/stack//requirements'... 2024-03-22 14:24:55.658 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-22 14:24:55.660 | + functions-common:time_stop:2400 : local name 2024-03-22 14:24:55.662 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:24:55.663 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:24:55.665 | + functions-common:time_stop:2403 : local total 2024-03-22 14:24:55.667 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:24:55.668 | + functions-common:time_stop:2406 : name=git_timed 2024-03-22 14:24:55.670 | + functions-common:time_stop:2407 : start_time=1711117492423 2024-03-22 14:24:55.671 | + functions-common:time_stop:2409 : [[ -z 1711117492423 ]] 2024-03-22 14:24:55.673 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:24:55.676 | + functions-common:time_stop:2412 : end_time=1711117495674 2024-03-22 14:24:55.678 | + functions-common:time_stop:2413 : elapsed_time=3251 2024-03-22 14:24:55.680 | + functions-common:time_stop:2414 : total=3096 2024-03-22 14:24:55.681 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:24:55.683 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6347 2024-03-22 14:24:55.685 | + functions-common:git_clone:614 : cd /opt/stack//requirements 2024-03-22 14:24:55.686 | + functions-common:git_clone:615 : git_timed fetch origin stable/2023.2 2024-03-22 14:24:55.688 | + functions-common:git_timed:680 : local count=0 2024-03-22 14:24:55.689 | + functions-common:git_timed:681 : local timeout=0 2024-03-22 14:24:55.691 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-22 14:24:55.693 | + functions-common:git_timed:684 : timeout=0 2024-03-22 14:24:55.694 | + functions-common:git_timed:687 : time_start git_timed 2024-03-22 14:24:55.696 | + functions-common:time_start:2386 : local name=git_timed 2024-03-22 14:24:55.697 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:24:55.699 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:24:55.701 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:24:55.704 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117495702 2024-03-22 14:24:55.706 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch origin stable/2023.2 2024-03-22 14:24:56.403 | From https://opendev.org/openstack/requirements 2024-03-22 14:24:56.404 | * branch stable/2023.2 -> FETCH_HEAD 2024-03-22 14:24:56.411 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-22 14:24:56.413 | + functions-common:time_stop:2400 : local name 2024-03-22 14:24:56.415 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:24:56.417 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:24:56.419 | + functions-common:time_stop:2403 : local total 2024-03-22 14:24:56.420 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:24:56.422 | + functions-common:time_stop:2406 : name=git_timed 2024-03-22 14:24:56.423 | + functions-common:time_stop:2407 : start_time=1711117495702 2024-03-22 14:24:56.425 | + functions-common:time_stop:2409 : [[ -z 1711117495702 ]] 2024-03-22 14:24:56.427 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:24:56.430 | + functions-common:time_stop:2412 : end_time=1711117496428 2024-03-22 14:24:56.432 | + functions-common:time_stop:2413 : elapsed_time=726 2024-03-22 14:24:56.433 | + functions-common:time_stop:2414 : total=6347 2024-03-22 14:24:56.435 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:24:56.436 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7073 2024-03-22 14:24:56.438 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2024-03-22 14:24:56.440 | + functions-common:git_timed:680 : local count=0 2024-03-22 14:24:56.441 | + functions-common:git_timed:681 : local timeout=0 2024-03-22 14:24:56.443 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-22 14:24:56.444 | + functions-common:git_timed:684 : timeout=0 2024-03-22 14:24:56.446 | + functions-common:git_timed:687 : time_start git_timed 2024-03-22 14:24:56.448 | + functions-common:time_start:2386 : local name=git_timed 2024-03-22 14:24:56.449 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:24:56.451 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:24:56.453 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:24:56.456 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117496454 2024-03-22 14:24:56.457 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-03-22 14:24:56.466 | Note: switching to 'FETCH_HEAD'. 2024-03-22 14:24:56.466 | 2024-03-22 14:24:56.466 | You are in 'detached HEAD' state. You can look around, make experimental 2024-03-22 14:24:56.466 | changes and commit them, and you can discard any commits you make in this 2024-03-22 14:24:56.466 | state without impacting any branches by switching back to a branch. 2024-03-22 14:24:56.466 | 2024-03-22 14:24:56.466 | If you want to create a new branch to retain commits you create, you may 2024-03-22 14:24:56.466 | do so (now or later) by using -c with the switch command. Example: 2024-03-22 14:24:56.466 | 2024-03-22 14:24:56.466 | git switch -c 2024-03-22 14:24:56.466 | 2024-03-22 14:24:56.466 | Or undo this operation with: 2024-03-22 14:24:56.466 | 2024-03-22 14:24:56.466 | git switch - 2024-03-22 14:24:56.466 | 2024-03-22 14:24:56.466 | Turn off this advice by setting config variable advice.detachedHead to false 2024-03-22 14:24:56.466 | 2024-03-22 14:24:56.466 | HEAD is now at 18ef0785 Remove Xenial and CentOS 7 wheel cache build jobs 2024-03-22 14:24:56.468 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-22 14:24:56.470 | + functions-common:time_stop:2400 : local name 2024-03-22 14:24:56.471 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:24:56.473 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:24:56.475 | + functions-common:time_stop:2403 : local total 2024-03-22 14:24:56.476 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:24:56.478 | + functions-common:time_stop:2406 : name=git_timed 2024-03-22 14:24:56.479 | + functions-common:time_stop:2407 : start_time=1711117496454 2024-03-22 14:24:56.481 | + functions-common:time_stop:2409 : [[ -z 1711117496454 ]] 2024-03-22 14:24:56.483 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:24:56.486 | + functions-common:time_stop:2412 : end_time=1711117496484 2024-03-22 14:24:56.488 | + functions-common:time_stop:2413 : elapsed_time=30 2024-03-22 14:24:56.489 | + functions-common:time_stop:2414 : total=7073 2024-03-22 14:24:56.491 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:24:56.493 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7103 2024-03-22 14:24:56.494 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//requirements 2024-03-22 14:24:56.505 | + functions-common:git_clone:655 : cd /opt/stack//requirements 2024-03-22 14:24:56.506 | + functions-common:git_clone:656 : git show --oneline 2024-03-22 14:24:56.507 | + functions-common:git_clone:656 : head -1 2024-03-22 14:24:56.509 | 18ef0785 Remove Xenial and CentOS 7 wheel cache build jobs 2024-03-22 14:24:56.511 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2024-03-22 14:24:56.513 | + stack.sh:main:798 : echo_summary 'Installing package prerequisites' 2024-03-22 14:24:56.515 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-22 14:24:56.516 | + stack.sh:echo_summary:470 : echo -e Installing package prerequisites 2024-03-22 14:24:56.519 | + stack.sh:main:799 : source /opt/stack/devstack/tools/install_prereqs.sh 2024-03-22 14:24:56.521 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2024-03-22 14:24:56.523 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2024-03-22 14:24:56.524 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2024-03-22 14:24:56.526 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2024-03-22 14:24:56.528 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2024-03-22 14:24:56.530 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2024-03-22 14:24:56.532 | +++ tools/install_prereqs.sh:source:47 : date +%s 2024-03-22 14:24:56.535 | ++ tools/install_prereqs.sh:source:47 : NOW=1711117496 2024-03-22 14:24:56.537 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2024-03-22 14:24:56.541 | +++ tools/install_prereqs.sh:source:48 : echo 0 2024-03-22 14:24:56.543 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2024-03-22 14:24:56.545 | ++ tools/install_prereqs.sh:source:49 : DELTA=1711117496 2024-03-22 14:24:56.547 | ++ tools/install_prereqs.sh:source:50 : [[ 1711117496 -lt 7200 ]] 2024-03-22 14:24:56.548 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2024-03-22 14:24:56.550 | ++ functions-common:export_proxy_variables:2218 : isset http_proxy 2024-03-22 14:24:56.552 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2024-03-22 14:24:56.554 | ++ functions-common:export_proxy_variables:2221 : isset https_proxy 2024-03-22 14:24:56.556 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2024-03-22 14:24:56.557 | ++ functions-common:export_proxy_variables:2224 : isset no_proxy 2024-03-22 14:24:56.559 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2024-03-22 14:24:56.561 | +++ 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-03-22 14:24:56.588 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2024-03-22 14:24:56.589 | apache2-dev 2024-03-22 14:24:56.589 | bc 2024-03-22 14:24:56.589 | bsdmainutils 2024-03-22 14:24:56.589 | curl 2024-03-22 14:24:56.589 | g++ 2024-03-22 14:24:56.589 | gawk 2024-03-22 14:24:56.589 | gcc 2024-03-22 14:24:56.589 | gettext 2024-03-22 14:24:56.589 | git 2024-03-22 14:24:56.589 | graphviz 2024-03-22 14:24:56.589 | iputils-ping 2024-03-22 14:24:56.589 | libapache2-mod-proxy-uwsgi 2024-03-22 14:24:56.589 | libffi-dev 2024-03-22 14:24:56.589 | libjpeg-dev 2024-03-22 14:24:56.589 | libpcre3-dev 2024-03-22 14:24:56.589 | libpq-dev 2024-03-22 14:24:56.589 | libssl-dev 2024-03-22 14:24:56.589 | libsystemd-dev 2024-03-22 14:24:56.589 | libxml2-dev 2024-03-22 14:24:56.589 | libxslt1-dev 2024-03-22 14:24:56.589 | libyaml-dev 2024-03-22 14:24:56.589 | lsof 2024-03-22 14:24:56.589 | openssh-server 2024-03-22 14:24:56.589 | openssl 2024-03-22 14:24:56.589 | pkg-config 2024-03-22 14:24:56.589 | psmisc 2024-03-22 14:24:56.589 | python3-dev 2024-03-22 14:24:56.589 | python3-pip 2024-03-22 14:24:56.589 | python3-systemd 2024-03-22 14:24:56.589 | python3-venv 2024-03-22 14:24:56.589 | tar 2024-03-22 14:24:56.589 | tcpdump 2024-03-22 14:24:56.589 | unzip 2024-03-22 14:24:56.589 | uuid-runtime 2024-03-22 14:24:56.589 | wget 2024-03-22 14:24:56.589 | wget 2024-03-22 14:24:56.589 | zlib1g-dev 2024-03-22 14:24:56.589 | libkrb5-dev 2024-03-22 14:24:56.589 | libldap2-dev 2024-03-22 14:24:56.589 | libsasl2-dev 2024-03-22 14:24:56.590 | memcached 2024-03-22 14:24:56.590 | python3-mysqldb 2024-03-22 14:24:56.590 | sqlite3 2024-03-22 14:24:56.590 | conntrack 2024-03-22 14:24:56.590 | curl 2024-03-22 14:24:56.590 | ebtables 2024-03-22 14:24:56.590 | genisoimage 2024-03-22 14:24:56.590 | iptables 2024-03-22 14:24:56.590 | iputils-arping 2024-03-22 14:24:56.590 | kpartx 2024-03-22 14:24:56.590 | libjs-jquery-tablesorter 2024-03-22 14:24:56.590 | parted 2024-03-22 14:24:56.590 | pm-utils 2024-03-22 14:24:56.590 | python3-mysqldb 2024-03-22 14:24:56.590 | socat 2024-03-22 14:24:56.590 | sqlite3 2024-03-22 14:24:56.590 | sudo 2024-03-22 14:24:56.590 | vlan 2024-03-22 14:24:56.590 | lsscsi 2024-03-22 14:24:56.590 | open-iscsi 2024-03-22 14:24:56.590 | lvm2 2024-03-22 14:24:56.590 | qemu-utils 2024-03-22 14:24:56.590 | thin-provisioning-tools 2024-03-22 14:24:56.590 | acl 2024-03-22 14:24:56.590 | dnsmasq-base 2024-03-22 14:24:56.590 | dnsmasq-utils 2024-03-22 14:24:56.590 | ebtables 2024-03-22 14:24:56.590 | haproxy 2024-03-22 14:24:56.590 | iptables 2024-03-22 14:24:56.590 | iputils-arping 2024-03-22 14:24:56.590 | iputils-ping 2024-03-22 14:24:56.590 | postgresql-server-dev-all 2024-03-22 14:24:56.590 | python3-mysqldb 2024-03-22 14:24:56.590 | sqlite3 2024-03-22 14:24:56.590 | sudo 2024-03-22 14:24:56.590 | vlan 2024-03-22 14:24:56.590 | ipset 2024-03-22 14:24:56.590 | conntrack 2024-03-22 14:24:56.590 | conntrackd 2024-03-22 14:24:56.590 | keepalived' 2024-03-22 14:24:56.591 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2024-03-22 14:24:56.605 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2024-03-22 14:24:56.606 | apache2-dev 2024-03-22 14:24:56.606 | bc 2024-03-22 14:24:56.606 | bsdmainutils 2024-03-22 14:24:56.606 | curl 2024-03-22 14:24:56.606 | g++ 2024-03-22 14:24:56.606 | gawk 2024-03-22 14:24:56.606 | gcc 2024-03-22 14:24:56.606 | gettext 2024-03-22 14:24:56.606 | git 2024-03-22 14:24:56.606 | graphviz 2024-03-22 14:24:56.606 | iputils-ping 2024-03-22 14:24:56.606 | libapache2-mod-proxy-uwsgi 2024-03-22 14:24:56.606 | libffi-dev 2024-03-22 14:24:56.606 | libjpeg-dev 2024-03-22 14:24:56.606 | libpcre3-dev 2024-03-22 14:24:56.606 | libpq-dev 2024-03-22 14:24:56.606 | libssl-dev 2024-03-22 14:24:56.606 | libsystemd-dev 2024-03-22 14:24:56.606 | libxml2-dev 2024-03-22 14:24:56.606 | libxslt1-dev 2024-03-22 14:24:56.606 | libyaml-dev 2024-03-22 14:24:56.606 | lsof 2024-03-22 14:24:56.606 | openssh-server 2024-03-22 14:24:56.606 | openssl 2024-03-22 14:24:56.606 | pkg-config 2024-03-22 14:24:56.606 | psmisc 2024-03-22 14:24:56.606 | python3-dev 2024-03-22 14:24:56.606 | python3-pip 2024-03-22 14:24:56.606 | python3-systemd 2024-03-22 14:24:56.606 | python3-venv 2024-03-22 14:24:56.606 | tar 2024-03-22 14:24:56.606 | tcpdump 2024-03-22 14:24:56.606 | unzip 2024-03-22 14:24:56.606 | uuid-runtime 2024-03-22 14:24:56.606 | wget 2024-03-22 14:24:56.606 | wget 2024-03-22 14:24:56.607 | zlib1g-dev 2024-03-22 14:24:56.607 | libkrb5-dev 2024-03-22 14:24:56.607 | libldap2-dev 2024-03-22 14:24:56.607 | libsasl2-dev 2024-03-22 14:24:56.607 | memcached 2024-03-22 14:24:56.607 | python3-mysqldb 2024-03-22 14:24:56.607 | sqlite3 2024-03-22 14:24:56.607 | conntrack 2024-03-22 14:24:56.607 | curl 2024-03-22 14:24:56.607 | ebtables 2024-03-22 14:24:56.607 | genisoimage 2024-03-22 14:24:56.607 | iptables 2024-03-22 14:24:56.607 | iputils-arping 2024-03-22 14:24:56.607 | kpartx 2024-03-22 14:24:56.607 | libjs-jquery-tablesorter 2024-03-22 14:24:56.607 | parted 2024-03-22 14:24:56.607 | pm-utils 2024-03-22 14:24:56.607 | python3-mysqldb 2024-03-22 14:24:56.607 | socat 2024-03-22 14:24:56.607 | sqlite3 2024-03-22 14:24:56.607 | sudo 2024-03-22 14:24:56.607 | vlan 2024-03-22 14:24:56.607 | lsscsi 2024-03-22 14:24:56.607 | open-iscsi 2024-03-22 14:24:56.607 | lvm2 2024-03-22 14:24:56.607 | qemu-utils 2024-03-22 14:24:56.607 | thin-provisioning-tools 2024-03-22 14:24:56.607 | acl 2024-03-22 14:24:56.607 | dnsmasq-base 2024-03-22 14:24:56.607 | dnsmasq-utils 2024-03-22 14:24:56.607 | ebtables 2024-03-22 14:24:56.607 | haproxy 2024-03-22 14:24:56.607 | iptables 2024-03-22 14:24:56.608 | iputils-arping 2024-03-22 14:24:56.608 | iputils-ping 2024-03-22 14:24:56.608 | postgresql-server-dev-all 2024-03-22 14:24:56.608 | python3-mysqldb 2024-03-22 14:24:56.608 | sqlite3 2024-03-22 14:24:56.608 | sudo 2024-03-22 14:24:56.608 | vlan 2024-03-22 14:24:56.608 | ipset 2024-03-22 14:24:56.608 | conntrack 2024-03-22 14:24:56.608 | conntrackd 2024-03-22 14:24:56.608 | keepalived ' 2024-03-22 14:24:56.608 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2024-03-22 14:24:56.609 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:24:56.611 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:24:56.613 | ++ 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-03-22 14:24:56.613 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2024-03-22 14:24:56.617 | ++ 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-03-22 14:24:56.619 | ++ functions-common:install_package:1421 : update_package_repo 2024-03-22 14:24:56.620 | ++ functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2024-03-22 14:24:56.622 | ++ functions-common:update_package_repo:1396 : REPOS_UPDATED=False 2024-03-22 14:24:56.623 | ++ functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2024-03-22 14:24:56.625 | ++ functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2024-03-22 14:24:56.627 | ++ functions-common:update_package_repo:1403 : is_ubuntu 2024-03-22 14:24:56.628 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:24:56.630 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:24:56.632 | ++ functions-common:update_package_repo:1404 : apt_get_update 2024-03-22 14:24:56.633 | ++ functions-common:apt_get_update:1149 : [[ False == \T\r\u\e ]] 2024-03-22 14:24:56.635 | ++ functions-common:apt_get_update:1154 : [[ False = \T\r\u\e ]] 2024-03-22 14:24:56.636 | ++ functions-common:apt_get_update:1156 : local sudo=sudo 2024-03-22 14:24:56.638 | +++ functions-common:apt_get_update:1157 : id -u 2024-03-22 14:24:56.642 | ++ functions-common:apt_get_update:1157 : [[ 1001 = \0 ]] 2024-03-22 14:24:56.643 | ++ functions-common:apt_get_update:1160 : time_start apt-get-update 2024-03-22 14:24:56.645 | ++ functions-common:time_start:2386 : local name=apt-get-update 2024-03-22 14:24:56.646 | ++ functions-common:time_start:2387 : local start_time= 2024-03-22 14:24:56.648 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:24:56.650 | +++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:24:56.653 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1711117496651 2024-03-22 14:24:56.654 | ++ functions-common:apt_get_update:1162 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2024-03-22 14:24:56.656 | ++ functions-common:apt_get_update:1163 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2024-03-22 14:24:56.658 | ++ functions-common:apt_get_update:1164 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2024-03-22 14:24:56.870 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2024-03-22 14:24:56.870 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [119 kB] 2024-03-22 14:24:56.886 | Get:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease [109 kB] 2024-03-22 14:24:56.982 | Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-22 14:24:57.070 | Get:5 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-22 14:24:57.107 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-22 14:24:57.123 | Get:7 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-22 14:24:57.145 | Get:8 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-22 14:24:57.162 | Get:9 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-22 14:24:57.179 | Get:10 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-22 14:24:57.236 | Get:11 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-22 14:24:57.374 | Get:12 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-22 14:24:57.378 | Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-22 14:24:57.403 | Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-22 14:24:57.405 | Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-22 14:24:57.415 | Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-22 14:25:01.377 | Fetched 9,705 kB in 2s (5,659 kB/s) 2024-03-22 14:25:02.291 | Reading package lists... 2024-03-22 14:25:02.314 | ++ functions-common:apt_get_update:1168 : REPOS_UPDATED=True 2024-03-22 14:25:02.316 | ++ functions-common:apt_get_update:1170 : time_stop apt-get-update 2024-03-22 14:25:02.317 | ++ functions-common:time_stop:2400 : local name 2024-03-22 14:25:02.319 | ++ functions-common:time_stop:2401 : local end_time 2024-03-22 14:25:02.321 | ++ functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:25:02.323 | ++ functions-common:time_stop:2403 : local total 2024-03-22 14:25:02.324 | ++ functions-common:time_stop:2404 : local start_time 2024-03-22 14:25:02.326 | ++ functions-common:time_stop:2406 : name=apt-get-update 2024-03-22 14:25:02.328 | ++ functions-common:time_stop:2407 : start_time=1711117496651 2024-03-22 14:25:02.330 | ++ functions-common:time_stop:2409 : [[ -z 1711117496651 ]] 2024-03-22 14:25:02.332 | +++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:25:02.335 | ++ functions-common:time_stop:2412 : end_time=1711117502333 2024-03-22 14:25:02.336 | ++ functions-common:time_stop:2413 : elapsed_time=5682 2024-03-22 14:25:02.338 | ++ functions-common:time_stop:2414 : total=0 2024-03-22 14:25:02.340 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:25:02.341 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5682 2024-03-22 14:25:02.343 | ++ functions-common:install_package:1422 : 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-03-22 14:25:02.345 | ++ functions-common:real_install_package:1409 : is_ubuntu 2024-03-22 14:25:02.347 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:25:02.348 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:25:02.350 | ++ functions-common:real_install_package:1410 : 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-03-22 14:25:02.366 | ++ functions-common:apt_get:1190 : 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-03-22 14:25:02.423 | Reading package lists... 2024-03-22 14:25:02.620 | Building dependency tree... 2024-03-22 14:25:02.621 | Reading state information... 2024-03-22 14:25:02.627 | acl is already the newest version (2.3.1-1). 2024-03-22 14:25:02.627 | bc is already the newest version (1.07.1-3build1). 2024-03-22 14:25:02.627 | bc set to manually installed. 2024-03-22 14:25:02.627 | conntrack is already the newest version (1:1.4.6-2build2). 2024-03-22 14:25:02.627 | ebtables is already the newest version (2.0.11-4build2). 2024-03-22 14:25:02.627 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2024-03-22 14:25:02.627 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2024-03-22 14:25:02.627 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2024-03-22 14:25:02.627 | gettext is already the newest version (0.21-4ubuntu4). 2024-03-22 14:25:02.627 | ipset is already the newest version (7.15-1build1). 2024-03-22 14:25:02.627 | iputils-arping is already the newest version (3:20211215-1). 2024-03-22 14:25:02.627 | iputils-ping is already the newest version (3:20211215-1). 2024-03-22 14:25:02.627 | iputils-ping set to manually installed. 2024-03-22 14:25:02.627 | keepalived is already the newest version (1:2.2.4-0.2build1). 2024-03-22 14:25:02.627 | libffi-dev is already the newest version (3.4.2-4). 2024-03-22 14:25:02.627 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2024-03-22 14:25:02.627 | libyaml-dev is already the newest version (0.2.2-1build2). 2024-03-22 14:25:02.627 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2024-03-22 14:25:02.627 | lsof set to manually installed. 2024-03-22 14:25:02.627 | lsscsi is already the newest version (0.31-1build2). 2024-03-22 14:25:02.627 | lvm2 is already the newest version (2.03.11-2.1ubuntu4). 2024-03-22 14:25:02.627 | lvm2 set to manually installed. 2024-03-22 14:25:02.627 | open-iscsi is already the newest version (2.1.5-1ubuntu1). 2024-03-22 14:25:02.627 | open-iscsi set to manually installed. 2024-03-22 14:25:02.627 | parted is already the newest version (3.4-2build1). 2024-03-22 14:25:02.627 | parted set to manually installed. 2024-03-22 14:25:02.627 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2024-03-22 14:25:02.627 | psmisc is already the newest version (23.4-2build3). 2024-03-22 14:25:02.627 | psmisc set to manually installed. 2024-03-22 14:25:02.627 | python3-mysqldb is already the newest version (1.4.6-1build1). 2024-03-22 14:25:02.627 | python3-systemd is already the newest version (234-3ubuntu2). 2024-03-22 14:25:02.627 | python3-systemd set to manually installed. 2024-03-22 14:25:02.627 | socat is already the newest version (1.7.4.1-3ubuntu4). 2024-03-22 14:25:02.627 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2024-03-22 14:25:02.627 | thin-provisioning-tools set to manually installed. 2024-03-22 14:25:02.627 | uuid-runtime is already the newest version (2.37.2-4ubuntu3). 2024-03-22 14:25:02.627 | uuid-runtime set to manually installed. 2024-03-22 14:25:02.627 | wget is already the newest version (1.21.2-2ubuntu1). 2024-03-22 14:25:02.627 | wget set to manually installed. 2024-03-22 14:25:02.627 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2024-03-22 14:25:02.627 | conntrackd is already the newest version (1:1.4.6-2build2). 2024-03-22 14:25:02.627 | graphviz is already the newest version (2.42.2-6). 2024-03-22 14:25:02.627 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2024-03-22 14:25:02.627 | pm-utils is already the newest version (1.4.1-19). 2024-03-22 14:25:02.627 | postgresql-server-dev-all is already the newest version (238). 2024-03-22 14:25:02.627 | vlan is already the newest version (2.0.5ubuntu5). 2024-03-22 14:25:02.627 | apache2 is already the newest version (2.4.52-1ubuntu4.8). 2024-03-22 14:25:02.627 | apache2-dev is already the newest version (2.4.52-1ubuntu4.8). 2024-03-22 14:25:02.627 | curl is already the newest version (7.81.0-1ubuntu1.15). 2024-03-22 14:25:02.628 | curl set to manually installed. 2024-03-22 14:25:02.628 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2024-03-22 14:25:02.628 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2024-03-22 14:25:02.628 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2024-03-22 14:25:02.628 | gawk set to manually installed. 2024-03-22 14:25:02.628 | git is already the newest version (1:2.34.1-1ubuntu1.10). 2024-03-22 14:25:02.628 | git set to manually installed. 2024-03-22 14:25:02.628 | haproxy is already the newest version (2.4.24-0ubuntu0.22.04.1). 2024-03-22 14:25:02.628 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2024-03-22 14:25:02.628 | iptables set to manually installed. 2024-03-22 14:25:02.628 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2024-03-22 14:25:02.628 | kpartx set to manually installed. 2024-03-22 14:25:02.628 | libkrb5-dev is already the newest version (1.19.2-2ubuntu0.3). 2024-03-22 14:25:02.628 | libldap2-dev is already the newest version (2.5.17+dfsg-0ubuntu0.22.04.1). 2024-03-22 14:25:02.628 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2024-03-22 14:25:02.628 | libpq-dev is already the newest version (14.11-0ubuntu0.22.04.1). 2024-03-22 14:25:02.628 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2024-03-22 14:25:02.628 | libssl-dev is already the newest version (3.0.2-0ubuntu1.15). 2024-03-22 14:25:02.628 | libsystemd-dev is already the newest version (249.11-0ubuntu3.12). 2024-03-22 14:25:02.628 | libxml2-dev is already the newest version (2.9.13+dfsg-1ubuntu0.4). 2024-03-22 14:25:02.628 | libxslt1-dev is already the newest version (1.1.34-4ubuntu0.22.04.1). 2024-03-22 14:25:02.628 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2024-03-22 14:25:02.628 | openssh-server is already the newest version (1:8.9p1-3ubuntu0.6). 2024-03-22 14:25:02.628 | openssl is already the newest version (3.0.2-0ubuntu1.15). 2024-03-22 14:25:02.628 | openssl set to manually installed. 2024-03-22 14:25:02.822 | python3-dev is already the newest version (3.10.6-1~22.04). 2024-03-22 14:25:02.822 | qemu-utils is already the newest version (1:6.2+dfsg-2ubuntu6.17). 2024-03-22 14:25:02.822 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2024-03-22 14:25:02.822 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2024-03-22 14:25:02.822 | sudo set to manually installed. 2024-03-22 14:25:02.822 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2024-03-22 14:25:02.822 | tar set to manually installed. 2024-03-22 14:25:02.822 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2024-03-22 14:25:02.822 | tcpdump set to manually installed. 2024-03-22 14:25:02.822 | unzip is already the newest version (6.0-26ubuntu3.2). 2024-03-22 14:25:02.822 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2024-03-22 14:25:02.822 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.8). 2024-03-22 14:25:02.822 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.4). 2024-03-22 14:25:02.822 | python3-venv is already the newest version (3.10.6-1~22.04). 2024-03-22 14:25:02.822 | 0 upgraded, 0 newly installed, 0 to remove and 16 not upgraded. 2024-03-22 14:25:02.827 | ++ functions-common:apt_get:1194 : result=0 2024-03-22 14:25:02.829 | ++ functions-common:apt_get:1197 : time_stop apt-get 2024-03-22 14:25:02.831 | ++ functions-common:time_stop:2400 : local name 2024-03-22 14:25:02.833 | ++ functions-common:time_stop:2401 : local end_time 2024-03-22 14:25:02.834 | ++ functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:25:02.836 | ++ functions-common:time_stop:2403 : local total 2024-03-22 14:25:02.838 | ++ functions-common:time_stop:2404 : local start_time 2024-03-22 14:25:02.839 | ++ functions-common:time_stop:2406 : name=apt-get 2024-03-22 14:25:02.841 | ++ functions-common:time_stop:2407 : start_time=1711117502364 2024-03-22 14:25:02.843 | ++ functions-common:time_stop:2409 : [[ -z 1711117502364 ]] 2024-03-22 14:25:02.844 | +++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:25:02.848 | ++ functions-common:time_stop:2412 : end_time=1711117502846 2024-03-22 14:25:02.849 | ++ functions-common:time_stop:2413 : elapsed_time=482 2024-03-22 14:25:02.851 | ++ functions-common:time_stop:2414 : total=525 2024-03-22 14:25:02.853 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:25:02.855 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1007 2024-03-22 14:25:02.856 | ++ functions-common:apt_get:1198 : return 0 2024-03-22 14:25:02.858 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2024-03-22 14:25:02.861 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2024-03-22 14:25:02.863 | +++ tools/install_prereqs.sh:source:83 : which python3.10 2024-03-22 14:25:02.867 | ++ tools/install_prereqs.sh:source:83 : export PYTHON=/usr/bin/python3.10 2024-03-22 14:25:02.869 | ++ tools/install_prereqs.sh:source:83 : PYTHON=/usr/bin/python3.10 2024-03-22 14:25:02.871 | ++ tools/install_prereqs.sh:source:88 : date +%s 2024-03-22 14:25:02.874 | ++ tools/install_prereqs.sh:source:89 : date 2024-03-22 14:25:02.877 | + stack.sh:main:814 : [[ False != \T\r\u\e ]] 2024-03-22 14:25:02.879 | + stack.sh:main:815 : PYPI_ALTERNATIVE_URL= 2024-03-22 14:25:02.881 | + stack.sh:main:815 : /opt/stack/devstack/tools/install_pip.sh 2024-03-22 14:25:03.198 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2024-03-22 14:25:03.199 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2024-03-22 14:25:03.200 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2024-03-22 14:25:03.202 | + tools/install_pip.sh:main:43 : GetDistro 2024-03-22 14:25:03.203 | + functions-common:GetDistro:449 : GetOSVersion 2024-03-22 14:25:03.204 | + functions-common:GetOSVersion:416 : source /etc/os-release 2024-03-22 14:25:03.206 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.4 LTS' 2024-03-22 14:25:03.207 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2024-03-22 14:25:03.208 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2024-03-22 14:25:03.209 | ++ /etc/os-release:source:4 : VERSION='22.04.4 LTS (Jammy Jellyfish)' 2024-03-22 14:25:03.211 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2024-03-22 14:25:03.212 | ++ /etc/os-release:source:6 : ID=ubuntu 2024-03-22 14:25:03.213 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2024-03-22 14:25:03.215 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2024-03-22 14:25:03.216 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2024-03-22 14:25:03.217 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2024-03-22 14:25:03.218 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2024-03-22 14:25:03.220 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2024-03-22 14:25:03.221 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2024-03-22 14:25:03.222 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) =~ rhel9 ]] 2024-03-22 14:25:03.224 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) =~ rocky9 ]] 2024-03-22 14:25:03.225 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2024-03-22 14:25:03.226 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2024-03-22 14:25:03.228 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2024-03-22 14:25:03.229 | + functions-common:_ensure_lsb_release:394 : return 2024-03-22 14:25:03.231 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2024-03-22 14:25:03.265 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2024-03-22 14:25:03.267 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2024-03-22 14:25:03.302 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2024-03-22 14:25:03.303 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2024-03-22 14:25:03.337 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2024-03-22 14:25:03.338 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2024-03-22 14:25:03.340 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2024-03-22 14:25:03.341 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2024-03-22 14:25:03.342 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2024-03-22 14:25:03.344 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2024-03-22 14:25:03.345 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2024-03-22 14:25:03.347 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2024-03-22 14:25:03.348 | + functions-common:GetDistro:453 : DISTRO=jammy 2024-03-22 14:25:03.349 | + functions-common:GetDistro:491 : typeset -xr DISTRO 2024-03-22 14:25:03.351 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2024-03-22 14:25:03.351 | Distro: jammy 2024-03-22 14:25:03.352 | + tools/install_pip.sh:main:124 : get_versions 2024-03-22 14:25:03.354 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-03-22 14:25:03.357 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-03-22 14:25:03.358 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-03-22 14:25:03.360 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-03-22 14:25:03.360 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-03-22 14:25:03.458 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-03-22 14:25:03.459 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-03-22 14:25:03.459 | pip: 0.1.15 2024-03-22 14:25:03.460 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2024-03-22 14:25:03.462 | + tools/install_pip.sh:main:130 : is_fedora 2024-03-22 14:25:03.463 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2024-03-22 14:25:03.464 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2024-03-22 14:25:03.466 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2024-03-22 14:25:03.467 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2024-03-22 14:25:03.468 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-03-22 14:25:03.469 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2024-03-22 14:25:03.471 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2024-03-22 14:25:03.472 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2024-03-22 14:25:03.473 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2024-03-22 14:25:03.474 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2024-03-22 14:25:03.476 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2024-03-22 14:25:03.477 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2024-03-22 14:25:03.478 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2024-03-22 14:25:03.479 | + tools/install_pip.sh:main:141 : is_ubuntu 2024-03-22 14:25:03.481 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:25:03.482 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:25:03.483 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2024-03-22 14:25:03.486 | + tools/install_pip.sh:main:153 : set -x 2024-03-22 14:25:03.488 | + tools/install_pip.sh:main:156 : get_versions 2024-03-22 14:25:03.489 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-03-22 14:25:03.492 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-03-22 14:25:03.493 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-03-22 14:25:03.495 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-03-22 14:25:03.495 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-03-22 14:25:03.504 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-03-22 14:25:03.505 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-03-22 14:25:03.505 | pip: 0.1.15 2024-03-22 14:25:03.507 | + stack.sh:main:819 : source /opt/stack/devstack/tools/fixup_stuff.sh 2024-03-22 14:25:03.510 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2024-03-22 14:25:03.513 | + stack.sh:main:820 : fixup_all 2024-03-22 14:25:03.515 | + tools/fixup_stuff.sh:fixup_all:124 : fixup_ubuntu 2024-03-22 14:25:03.517 | + tools/fixup_stuff.sh:fixup_ubuntu:108 : is_ubuntu 2024-03-22 14:25:03.519 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:25:03.521 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:25:03.523 | + tools/fixup_stuff.sh:fixup_ubuntu:118 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2024-03-22 14:25:03.535 | + tools/fixup_stuff.sh:fixup_ubuntu:119 : sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info 2024-03-22 14:25:03.544 | + tools/fixup_stuff.sh:fixup_ubuntu:120 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2024-03-22 14:25:03.553 | + tools/fixup_stuff.sh:fixup_all:125 : fixup_fedora 2024-03-22 14:25:03.555 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2024-03-22 14:25:03.557 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2024-03-22 14:25:03.558 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2024-03-22 14:25:03.560 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2024-03-22 14:25:03.562 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2024-03-22 14:25:03.563 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-03-22 14:25:03.565 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2024-03-22 14:25:03.567 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2024-03-22 14:25:03.568 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2024-03-22 14:25:03.570 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2024-03-22 14:25:03.572 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2024-03-22 14:25:03.573 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2024-03-22 14:25:03.575 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2024-03-22 14:25:03.576 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2024-03-22 14:25:03.578 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2024-03-22 14:25:03.580 | + stack.sh:main:822 : [[ True == \T\r\u\e ]] 2024-03-22 14:25:03.582 | + stack.sh:main:824 : sudo ln -sf /opt/stack/data/venv/bin/cinder-rtstool /usr/local/bin 2024-03-22 14:25:03.591 | + stack.sh:main:825 : sudo ln -sf /opt/stack/data/venv/bin/glance /usr/local/bin 2024-03-22 14:25:03.600 | + stack.sh:main:826 : sudo ln -sf /opt/stack/data/venv/bin/nova-manage /usr/local/bin 2024-03-22 14:25:03.608 | + stack.sh:main:827 : sudo ln -sf /opt/stack/data/venv/bin/openstack /usr/local/bin 2024-03-22 14:25:03.617 | + stack.sh:main:828 : sudo ln -sf /opt/stack/data/venv/bin/privsep-helper /usr/local/bin 2024-03-22 14:25:03.626 | + stack.sh:main:829 : sudo ln -sf /opt/stack/data/venv/bin/rally /usr/local/bin 2024-03-22 14:25:03.635 | + stack.sh:main:830 : sudo ln -sf /opt/stack/data/venv/bin/tox /usr/local/bin 2024-03-22 14:25:03.644 | + stack.sh:main:832 : setup_devstack_virtualenv 2024-03-22 14:25:03.646 | + inc/python:setup_devstack_virtualenv:39 : [[ ! -d /opt/stack/data/venv ]] 2024-03-22 14:25:03.648 | + inc/python:setup_devstack_virtualenv:46 : [[ :/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: != *\:\/\o\p\t\/\s\t\a\c\k\/\d\a\t\a\/\v\e\n\v\/\b\i\n\:* ]] 2024-03-22 14:25:03.650 | + inc/python:setup_devstack_virtualenv:47 : export PATH=/opt/stack/data/venv/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-03-22 14:25:03.652 | + inc/python:setup_devstack_virtualenv:47 : PATH=/opt/stack/data/venv/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-03-22 14:25:03.654 | + inc/python:setup_devstack_virtualenv:48 : export PYTHON=/opt/stack/data/venv/bin/python3 2024-03-22 14:25:03.656 | + inc/python:setup_devstack_virtualenv:48 : PYTHON=/opt/stack/data/venv/bin/python3 2024-03-22 14:25:03.658 | + stack.sh:main:836 : pip_install -U os-testr 2024-03-22 14:25:03.675 | Using python 3.10 to install os-testr 2024-03-22 14:25:03.676 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U os-testr 2024-03-22 14:25:05.441 | Collecting os-testr 2024-03-22 14:25:05.443 | Using cached os_testr-3.0.0-py3-none-any.whl.metadata (1.8 kB) 2024-03-22 14:25:05.485 | Collecting pbr!=2.1.0,>=2.0.0 (from os-testr) 2024-03-22 14:25:05.487 | Using cached pbr-5.11.1-py2.py3-none-any.whl.metadata (1.3 kB) 2024-03-22 14:25:05.508 | Collecting python-subunit>=1.0.0 (from os-testr) 2024-03-22 14:25:05.510 | Using cached python_subunit-1.4.2-py3-none-any.whl.metadata (22 kB) 2024-03-22 14:25:05.537 | Collecting testtools>=2.2.0 (from os-testr) 2024-03-22 14:25:05.538 | Using cached testtools-2.6.0-py3-none-any.whl.metadata (5.2 kB) 2024-03-22 14:25:05.569 | Collecting extras (from python-subunit>=1.0.0->os-testr) 2024-03-22 14:25:05.570 | Using cached extras-1.0.0-py2.py3-none-any.whl.metadata (1.7 kB) 2024-03-22 14:25:05.609 | Collecting fixtures>=2.0 (from testtools>=2.2.0->os-testr) 2024-03-22 14:25:05.609 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-03-22 14:25:05.634 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2024-03-22 14:25:05.636 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-03-22 14:25:05.640 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2024-03-22 14:25:05.643 | Using cached testtools-2.6.0-py3-none-any.whl (182 kB) 2024-03-22 14:25:05.647 | Using cached extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2024-03-22 14:25:05.712 | Installing collected packages: extras, pbr, fixtures, testtools, python-subunit, os-testr 2024-03-22 14:25:06.065 | Successfully installed extras-1.0.0 fixtures-4.0.1 os-testr-3.0.0 pbr-5.11.1 python-subunit-1.4.2 testtools-2.6.0 2024-03-22 14:25:06.265 | + inc/python:pip_install:222 : result=0 2024-03-22 14:25:06.267 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-22 14:25:06.269 | + functions-common:time_stop:2400 : local name 2024-03-22 14:25:06.271 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:25:06.272 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:25:06.274 | + functions-common:time_stop:2403 : local total 2024-03-22 14:25:06.276 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:25:06.277 | + functions-common:time_stop:2406 : name=pip_install 2024-03-22 14:25:06.279 | + functions-common:time_stop:2407 : start_time=1711117503671 2024-03-22 14:25:06.280 | + functions-common:time_stop:2409 : [[ -z 1711117503671 ]] 2024-03-22 14:25:06.282 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:25:06.285 | + functions-common:time_stop:2412 : end_time=1711117506283 2024-03-22 14:25:06.287 | + functions-common:time_stop:2413 : elapsed_time=2612 2024-03-22 14:25:06.289 | + functions-common:time_stop:2414 : total=0 2024-03-22 14:25:06.290 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:25:06.292 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2612 2024-03-22 14:25:06.293 | + inc/python:pip_install:225 : return 0 2024-03-22 14:25:06.295 | + stack.sh:main:840 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2024-03-22 14:25:06.336 | + stack.sh:main:841 : sudo systemctl restart systemd-journald 2024-03-22 14:25:06.399 | + stack.sh:main:847 : install_infra 2024-03-22 14:25:06.402 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-03-22 14:25:06.404 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2024-03-22 14:25:06.406 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2024-03-22 14:25:09.525 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-03-22 14:25:09.527 | + lib/infra:install_infra:34 : pip_install -U pbr 2024-03-22 14:25:09.544 | + inc/python:pip_install:216 : 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-03-22 14:25:10.485 | Collecting pbr 2024-03-22 14:25:10.488 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-03-22 14:25:10.513 | Installing collected packages: pbr 2024-03-22 14:25:10.579 | Successfully installed pbr-5.11.1 2024-03-22 14:25:10.651 | + inc/python:pip_install:222 : result=0 2024-03-22 14:25:10.653 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-22 14:25:10.655 | + functions-common:time_stop:2400 : local name 2024-03-22 14:25:10.656 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:25:10.658 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:25:10.660 | + functions-common:time_stop:2403 : local total 2024-03-22 14:25:10.661 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:25:10.663 | + functions-common:time_stop:2406 : name=pip_install 2024-03-22 14:25:10.664 | + functions-common:time_stop:2407 : start_time=1711117509538 2024-03-22 14:25:10.666 | + functions-common:time_stop:2409 : [[ -z 1711117509538 ]] 2024-03-22 14:25:10.668 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:25:10.671 | + functions-common:time_stop:2412 : end_time=1711117510669 2024-03-22 14:25:10.672 | + functions-common:time_stop:2413 : elapsed_time=1131 2024-03-22 14:25:10.674 | + functions-common:time_stop:2414 : total=2612 2024-03-22 14:25:10.675 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:25:10.677 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3743 2024-03-22 14:25:10.678 | + inc/python:pip_install:225 : return 0 2024-03-22 14:25:10.680 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-03-22 14:25:10.682 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2024-03-22 14:25:10.700 | + inc/python:pip_install:216 : 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-03-22 14:25:11.534 | Processing /opt/stack/requirements 2024-03-22 14:25:11.535 | Preparing metadata (setup.py): started 2024-03-22 14:25:12.213 | Preparing metadata (setup.py): finished with status 'done' 2024-03-22 14:25:12.300 | Collecting Parsley>=1.2 2024-03-22 14:25:12.304 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-03-22 14:25:12.378 | Collecting PyYAML>=3.12 2024-03-22 14:25:12.385 | 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-03-22 14:25:12.407 | Collecting beagle>=0.2.1 2024-03-22 14:25:12.409 | Using cached beagle-0.3.0-py3-none-any.whl (11 kB) 2024-03-22 14:25:12.431 | Collecting fixtures>=3.0.0 2024-03-22 14:25:12.431 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-03-22 14:25:12.472 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2024-03-22 14:25:12.474 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2024-03-22 14:25:12.521 | Collecting requests>=2.14.2 2024-03-22 14:25:12.523 | Using cached requests-2.28.2-py3-none-any.whl (62 kB) 2024-03-22 14:25:12.549 | Collecting six>=1.10.0 2024-03-22 14:25:12.551 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-03-22 14:25:12.595 | Collecting cliff>=2.11.0 2024-03-22 14:25:12.598 | Using cached cliff-4.3.0-py3-none-any.whl (80 kB) 2024-03-22 14:25:12.600 | 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.dev6369) (5.11.1) 2024-03-22 14:25:12.639 | Collecting idna<4,>=2.5 2024-03-22 14:25:12.642 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-03-22 14:25:12.675 | Collecting certifi>=2017.4.17 2024-03-22 14:25:12.678 | Using cached certifi-2024.2.2-py3-none-any.whl (163 kB) 2024-03-22 14:25:12.733 | Collecting urllib3<1.27,>=1.21.1 2024-03-22 14:25:12.736 | Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) 2024-03-22 14:25:12.891 | Collecting charset-normalizer<4,>=2 2024-03-22 14:25:12.895 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) 2024-03-22 14:25:12.936 | Collecting PrettyTable>=0.7.2 2024-03-22 14:25:12.938 | Using cached prettytable-3.7.0-py3-none-any.whl (27 kB) 2024-03-22 14:25:12.958 | Collecting autopage>=0.4.0 2024-03-22 14:25:12.961 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-03-22 14:25:13.039 | Collecting cmd2>=1.0.0 2024-03-22 14:25:13.042 | Using cached cmd2-2.4.3-py3-none-any.whl (147 kB) 2024-03-22 14:25:13.082 | Collecting stevedore>=2.0.1 2024-03-22 14:25:13.084 | Using cached stevedore-5.1.0-py3-none-any.whl (49 kB) 2024-03-22 14:25:13.154 | Collecting importlib-metadata>=4.4 2024-03-22 14:25:13.163 | Using cached importlib_metadata-6.0.1-py3-none-any.whl (21 kB) 2024-03-22 14:25:13.227 | Collecting wcwidth>=0.1.7 2024-03-22 14:25:13.229 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) 2024-03-22 14:25:13.258 | Collecting attrs>=16.3.0 2024-03-22 14:25:13.261 | Using cached attrs-23.1.0-py3-none-any.whl (61 kB) 2024-03-22 14:25:13.280 | Collecting pyperclip>=1.6 2024-03-22 14:25:13.280 | Using cached pyperclip-1.8.2-py3-none-any.whl 2024-03-22 14:25:13.336 | Collecting zipp>=0.5 2024-03-22 14:25:13.338 | Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) 2024-03-22 14:25:13.392 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2024-03-22 14:25:13.529 | 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-03-22 14:25:14.316 | Running setup.py install for openstack-requirements: started 2024-03-22 14:25:15.719 | Running setup.py install for openstack-requirements: finished with status 'done' 2024-03-22 14:25:15.725 | Successfully installed Parsley-1.3 PrettyTable-3.7.0 PyYAML-6.0 attrs-23.1.0 autopage-0.5.1 beagle-0.3.0 certifi-2024.2.2 charset-normalizer-3.1.0 cliff-4.3.0 cmd2-2.4.3 fixtures-4.0.1 idna-3.4 importlib-metadata-6.0.1 openstack-requirements-1.2.1.dev6369 packaging-23.1 pyperclip-1.8.2 requests-2.28.2 six-1.16.0 stevedore-5.1.0 urllib3-1.26.15 wcwidth-0.2.6 zipp-3.15.0 2024-03-22 14:25:15.826 | + inc/python:pip_install:222 : result=0 2024-03-22 14:25:15.828 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-22 14:25:15.830 | + functions-common:time_stop:2400 : local name 2024-03-22 14:25:15.832 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:25:15.833 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:25:15.835 | + functions-common:time_stop:2403 : local total 2024-03-22 14:25:15.836 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:25:15.838 | + functions-common:time_stop:2406 : name=pip_install 2024-03-22 14:25:15.839 | + functions-common:time_stop:2407 : start_time=1711117510694 2024-03-22 14:25:15.841 | + functions-common:time_stop:2409 : [[ -z 1711117510694 ]] 2024-03-22 14:25:15.843 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:25:15.846 | + functions-common:time_stop:2412 : end_time=1711117515844 2024-03-22 14:25:15.847 | + functions-common:time_stop:2413 : elapsed_time=5150 2024-03-22 14:25:15.849 | + functions-common:time_stop:2414 : total=3743 2024-03-22 14:25:15.851 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:25:15.852 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8893 2024-03-22 14:25:15.854 | + inc/python:pip_install:225 : return 0 2024-03-22 14:25:15.856 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2024-03-22 14:25:15.858 | + lib/infra:install_infra:42 : use_library_from_git pbr 2024-03-22 14:25:15.860 | + inc/python:use_library_from_git:272 : local name=pbr 2024-03-22 14:25:15.862 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:15.863 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:15.865 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,pbr, ]] 2024-03-22 14:25:15.867 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:15.869 | + lib/infra:install_infra:48 : pip_install -U pbr 2024-03-22 14:25:15.885 | Using python 3.10 to install pbr 2024-03-22 14:25:15.886 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U pbr 2024-03-22 14:25:16.658 | Requirement already satisfied: pbr in /opt/stack/data/venv/lib/python3.10/site-packages (5.11.1) 2024-03-22 14:25:16.894 | + inc/python:pip_install:222 : result=0 2024-03-22 14:25:16.895 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-22 14:25:16.898 | + functions-common:time_stop:2400 : local name 2024-03-22 14:25:16.899 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:25:16.901 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:25:16.903 | + functions-common:time_stop:2403 : local total 2024-03-22 14:25:16.905 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:25:16.906 | + functions-common:time_stop:2406 : name=pip_install 2024-03-22 14:25:16.908 | + functions-common:time_stop:2407 : start_time=1711117515880 2024-03-22 14:25:16.910 | + functions-common:time_stop:2409 : [[ -z 1711117515880 ]] 2024-03-22 14:25:16.912 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:25:16.915 | + functions-common:time_stop:2412 : end_time=1711117516913 2024-03-22 14:25:16.917 | + functions-common:time_stop:2413 : elapsed_time=1033 2024-03-22 14:25:16.918 | + functions-common:time_stop:2414 : total=8893 2024-03-22 14:25:16.920 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:25:16.922 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9926 2024-03-22 14:25:16.923 | + inc/python:pip_install:225 : return 0 2024-03-22 14:25:16.925 | + stack.sh:main:850 : python3 -m venv /opt/stack//bindep-venv 2024-03-22 14:25:20.050 | + stack.sh:main:852 : /opt/stack//bindep-venv/bin/pip install bindep 2024-03-22 14:25:20.557 | Collecting bindep 2024-03-22 14:25:20.560 | Using cached bindep-2.11.0-py2.py3-none-any.whl (34 kB) 2024-03-22 14:25:20.608 | Collecting packaging 2024-03-22 14:25:20.610 | Using cached packaging-24.0-py3-none-any.whl (53 kB) 2024-03-22 14:25:20.628 | Collecting Parsley 2024-03-22 14:25:20.629 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-03-22 14:25:20.674 | Collecting pbr>=2.0.0 2024-03-22 14:25:20.677 | Using cached pbr-6.0.0-py2.py3-none-any.whl (107 kB) 2024-03-22 14:25:20.706 | Collecting distro>=1.7.0 2024-03-22 14:25:20.708 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2024-03-22 14:25:20.742 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2024-03-22 14:25:20.977 | Successfully installed Parsley-1.3 bindep-2.11.0 distro-1.9.0 packaging-24.0 pbr-6.0.0 2024-03-22 14:25:21.045 | + stack.sh:main:853 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-03-22 14:25:21.047 | + stack.sh:main:853 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-03-22 14:25:21.050 | ++ stack.sh:main:856 : _get_plugin_bindep_packages 2024-03-22 14:25:21.063 | + stack.sh:main:856 : pkgs= 2024-03-22 14:25:21.065 | + stack.sh:main:857 : [[ -n '' ]] 2024-03-22 14:25:21.067 | + stack.sh:main:864 : run_phase stack pre-install 2024-03-22 14:25:21.069 | + functions-common:run_phase:1828 : local mode=stack 2024-03-22 14:25:21.071 | + functions-common:run_phase:1829 : local phase=pre-install 2024-03-22 14:25:21.072 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2024-03-22 14:25:21.074 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2024-03-22 14:25:21.075 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-03-22 14:25:21.077 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2024-03-22 14:25:21.079 | + functions-common:run_phase:1838 : local extra 2024-03-22 14:25:21.081 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-03-22 14:25:21.084 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2024-03-22 14:25:21.085 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-03-22 14:25:21.087 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-03-22 14:25:21.089 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2024-03-22 14:25:21.090 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-03-22 14:25:21.101 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:25:21.102 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-03-22 14:25:21.104 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-03-22 14:25:21.106 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-03-22 14:25:21.107 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-03-22 14:25:21.109 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-03-22 14:25:21.110 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-03-22 14:25:21.111 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2024-03-22 14:25:21.113 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-03-22 14:25:21.114 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2024-03-22 14:25:21.116 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-03-22 14:25:21.118 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-03-22 14:25:21.119 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-03-22 14:25:21.121 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-03-22 14:25:21.122 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2024-03-22 14:25:21.124 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-03-22 14:25:21.125 | + functions-common:run_phase:1855 : run_plugins stack pre-install 2024-03-22 14:25:21.127 | + functions-common:run_plugins:1814 : local mode=stack 2024-03-22 14:25:21.128 | + functions-common:run_plugins:1815 : local phase=pre-install 2024-03-22 14:25:21.130 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2024-03-22 14:25:21.132 | + functions-common:run_plugins:1818 : local plugin 2024-03-22 14:25:21.133 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2024-03-22 14:25:21.135 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2024-03-22 14:25:21.136 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-03-22 14:25:21.138 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2024-03-22 14:25:21.140 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-03-22 14:25:21.141 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-03-22 14:25:21.143 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-03-22 14:25:21.144 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-03-22 14:25:21.146 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-03-22 14:25:21.148 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-03-22 14:25:21.150 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2024-03-22 14:25:21.151 | + stack.sh:main:867 : set_systemd_override DefaultLimitNOFILE 2048 2024-03-22 14:25:21.154 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2024-03-22 14:25:21.156 | + functions:set_systemd_override:832 : local value=2048 2024-03-22 14:25:21.158 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2024-03-22 14:25:21.160 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2024-03-22 14:25:21.202 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2024-03-22 14:25:21.202 | Set systemd system override for DefaultLimitNOFILE=2048 2024-03-22 14:25:21.204 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2024-03-22 14:25:21.580 | + stack.sh:main:869 : install_rpc_backend 2024-03-22 14:25:21.582 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2024-03-22 14:25:21.596 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:25:21.598 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2024-03-22 14:25:21.600 | + functions-common:install_package:1421 : update_package_repo 2024-03-22 14:25:21.602 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2024-03-22 14:25:21.604 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2024-03-22 14:25:21.606 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2024-03-22 14:25:21.609 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2024-03-22 14:25:21.611 | + functions-common:update_package_repo:1403 : is_ubuntu 2024-03-22 14:25:21.613 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:25:21.616 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:25:21.618 | + functions-common:update_package_repo:1404 : apt_get_update 2024-03-22 14:25:21.620 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2024-03-22 14:25:21.622 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2024-03-22 14:25:21.624 | + functions-common:apt_get_update:1150 : return 2024-03-22 14:25:21.626 | + functions-common:install_package:1422 : real_install_package rabbitmq-server 2024-03-22 14:25:21.627 | + functions-common:real_install_package:1409 : is_ubuntu 2024-03-22 14:25:21.630 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:25:21.632 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:25:21.634 | + functions-common:real_install_package:1410 : apt_get install rabbitmq-server 2024-03-22 14:25:21.650 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2024-03-22 14:25:21.706 | Reading package lists... 2024-03-22 14:25:21.920 | Building dependency tree... 2024-03-22 14:25:21.921 | Reading state information... 2024-03-22 14:25:22.105 | rabbitmq-server is already the newest version (3.9.13-1ubuntu0.22.04.2). 2024-03-22 14:25:22.105 | 0 upgraded, 0 newly installed, 0 to remove and 16 not upgraded. 2024-03-22 14:25:22.110 | + functions-common:apt_get:1194 : result=0 2024-03-22 14:25:22.112 | + functions-common:apt_get:1197 : time_stop apt-get 2024-03-22 14:25:22.114 | + functions-common:time_stop:2400 : local name 2024-03-22 14:25:22.115 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:25:22.117 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:25:22.120 | + functions-common:time_stop:2403 : local total 2024-03-22 14:25:22.121 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:25:22.123 | + functions-common:time_stop:2406 : name=apt-get 2024-03-22 14:25:22.125 | + functions-common:time_stop:2407 : start_time=1711117521648 2024-03-22 14:25:22.127 | + functions-common:time_stop:2409 : [[ -z 1711117521648 ]] 2024-03-22 14:25:22.129 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:25:22.132 | + functions-common:time_stop:2412 : end_time=1711117522130 2024-03-22 14:25:22.134 | + functions-common:time_stop:2413 : elapsed_time=482 2024-03-22 14:25:22.136 | + functions-common:time_stop:2414 : total=1007 2024-03-22 14:25:22.138 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:25:22.140 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1489 2024-03-22 14:25:22.142 | + functions-common:apt_get:1198 : return 0 2024-03-22 14:25:22.143 | + lib/rpc_backend:install_rpc_backend:55 : is_fedora 2024-03-22 14:25:22.145 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2024-03-22 14:25:22.147 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2024-03-22 14:25:22.149 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2024-03-22 14:25:22.151 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2024-03-22 14:25:22.153 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-03-22 14:25:22.155 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2024-03-22 14:25:22.157 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2024-03-22 14:25:22.158 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2024-03-22 14:25:22.160 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2024-03-22 14:25:22.162 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2024-03-22 14:25:22.164 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2024-03-22 14:25:22.166 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2024-03-22 14:25:22.168 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2024-03-22 14:25:22.170 | + stack.sh:main:870 : restart_rpc_backend 2024-03-22 14:25:22.172 | + lib/rpc_backend:restart_rpc_backend:68 : is_service_enabled rabbit 2024-03-22 14:25:22.185 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:25:22.187 | + lib/rpc_backend:restart_rpc_backend:70 : echo_summary 'Starting RabbitMQ' 2024-03-22 14:25:22.188 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-22 14:25:22.190 | + stack.sh:echo_summary:470 : echo -e Starting RabbitMQ 2024-03-22 14:25:22.192 | + lib/rpc_backend:restart_rpc_backend:81 : local i 2024-03-22 14:25:22.194 | ++ lib/rpc_backend:restart_rpc_backend:82 : seq 20 2024-03-22 14:25:22.198 | + lib/rpc_backend:restart_rpc_backend:82 : for i in `seq 20` 2024-03-22 14:25:22.200 | + lib/rpc_backend:restart_rpc_backend:83 : local rc=0 2024-03-22 14:25:22.201 | + lib/rpc_backend:restart_rpc_backend:85 : [[ 1 -eq 20 ]] 2024-03-22 14:25:22.203 | + lib/rpc_backend:restart_rpc_backend:87 : [[ 1 == \0 ]] 2024-03-22 14:25:22.205 | + lib/rpc_backend:restart_rpc_backend:91 : rabbit_setuser stackrabbit stackdb 2024-03-22 14:25:22.207 | + lib/rpc_backend:rabbit_setuser:160 : local user=stackrabbit pass=stackdb found= out= 2024-03-22 14:25:22.209 | ++ lib/rpc_backend:rabbit_setuser:161 : sudo rabbitmqctl list_users 2024-03-22 14:25:22.671 | + lib/rpc_backend:rabbit_setuser:161 : out='Listing users ... 2024-03-22 14:25:22.671 | user tags 2024-03-22 14:25:22.671 | guest [administrator]' 2024-03-22 14:25:22.674 | ++ lib/rpc_backend:rabbit_setuser:163 : echo 'Listing users ... 2024-03-22 14:25:22.674 | user tags 2024-03-22 14:25:22.674 | guest [administrator]' 2024-03-22 14:25:22.674 | ++ lib/rpc_backend:rabbit_setuser:163 : awk '$1 == user { print $1 }' user=stackrabbit 2024-03-22 14:25:22.679 | + lib/rpc_backend:rabbit_setuser:163 : found= 2024-03-22 14:25:22.681 | + lib/rpc_backend:rabbit_setuser:164 : '[' '' = stackrabbit ']' 2024-03-22 14:25:22.682 | + lib/rpc_backend:rabbit_setuser:168 : sudo rabbitmqctl add_user stackrabbit stackdb 2024-03-22 14:25:23.110 | Adding user "stackrabbit" ... 2024-03-22 14:25:23.118 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2024-03-22 14:25:23.131 | + lib/rpc_backend:rabbit_setuser:171 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2024-03-22 14:25:23.573 | Setting permissions for user "stackrabbit" in vhost "/" ... 2024-03-22 14:25:23.591 | + lib/rpc_backend:restart_rpc_backend:92 : '[' 0 -ne 0 ']' 2024-03-22 14:25:23.593 | + lib/rpc_backend:restart_rpc_backend:97 : sudo rabbitmqctl change_password stackrabbit stackdb 2024-03-22 14:25:24.007 | Changing password for user "stackrabbit" ... 2024-03-22 14:25:24.024 | + lib/rpc_backend:restart_rpc_backend:99 : '[' 0 -ne 0 ']' 2024-03-22 14:25:24.026 | + lib/rpc_backend:restart_rpc_backend:103 : break 2024-03-22 14:25:24.028 | + lib/rpc_backend:restart_rpc_backend:106 : sudo rabbitmqctl delete_user guest 2024-03-22 14:25:24.454 | Deleting user "guest" ... 2024-03-22 14:25:24.472 | + stack.sh:main:872 : is_service_enabled mysql postgresql 2024-03-22 14:25:24.484 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:25:24.486 | + stack.sh:main:873 : install_database 2024-03-22 14:25:24.488 | + lib/database:install_database:118 : install_database_mysql 2024-03-22 14:25:24.490 | + lib/databases/mysql:install_database_mysql:197 : is_ubuntu 2024-03-22 14:25:24.492 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:25:24.493 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:25:24.495 | + lib/databases/mysql:install_database_mysql:200 : sudo debconf-set-selections 2024-03-22 14:25:24.707 | + lib/databases/mysql:install_database_mysql:210 : [[ ! -e /opt/stack/.my.cnf ]] 2024-03-22 14:25:24.709 | + lib/databases/mysql:install_database_mysql:211 : cat 2024-03-22 14:25:24.712 | + lib/databases/mysql:install_database_mysql:217 : is_ubuntu 2024-03-22 14:25:24.714 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:25:24.716 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:25:24.717 | + lib/databases/mysql:install_database_mysql:217 : '[' mariadb '!=' mariadb ']' 2024-03-22 14:25:24.719 | + lib/databases/mysql:install_database_mysql:220 : chmod 0600 /opt/stack/.my.cnf 2024-03-22 14:25:24.722 | + lib/databases/mysql:install_database_mysql:223 : [[ False == \T\r\u\e ]] 2024-03-22 14:25:24.724 | + stack.sh:main:875 : '[' -n mysql ']' 2024-03-22 14:25:24.725 | + stack.sh:main:876 : install_database_python 2024-03-22 14:25:24.727 | + lib/database:install_database_python:123 : install_database_python_mysql 2024-03-22 14:25:24.729 | + lib/databases/mysql:install_database_python_mysql:239 : pip_install_gr PyMySQL 2024-03-22 14:25:24.731 | + inc/python:pip_install_gr:94 : local name=PyMySQL 2024-03-22 14:25:24.732 | + inc/python:pip_install_gr:95 : local clean_name 2024-03-22 14:25:24.734 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements PyMySQL 2024-03-22 14:25:24.736 | ++ inc/python:get_from_global_requirements:247 : local package=PyMySQL 2024-03-22 14:25:24.738 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2024-03-22 14:25:24.741 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2024-03-22 14:25:24.742 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2024-03-22 14:25:24.745 | ++ inc/python:get_from_global_requirements:249 : required_pkg='PyMySQL ' 2024-03-22 14:25:24.747 | ++ inc/python:get_from_global_requirements:250 : [[ PyMySQL == '' ]] 2024-03-22 14:25:24.749 | ++ inc/python:get_from_global_requirements:253 : echo PyMySQL 2024-03-22 14:25:24.750 | + inc/python:pip_install_gr:96 : clean_name=PyMySQL 2024-03-22 14:25:24.752 | + inc/python:pip_install_gr:97 : pip_install PyMySQL 2024-03-22 14:25:24.768 | Using python 3.10 to install PyMySQL 2024-03-22 14:25:24.770 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt PyMySQL 2024-03-22 14:25:25.668 | Collecting PyMySQL 2024-03-22 14:25:25.670 | Using cached PyMySQL-1.0.3-py3-none-any.whl.metadata (4.4 kB) 2024-03-22 14:25:25.676 | Using cached PyMySQL-1.0.3-py3-none-any.whl (43 kB) 2024-03-22 14:25:25.736 | Installing collected packages: PyMySQL 2024-03-22 14:25:25.772 | Successfully installed PyMySQL-1.0.3 2024-03-22 14:25:25.842 | + inc/python:pip_install:222 : result=0 2024-03-22 14:25:25.843 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-22 14:25:25.845 | + functions-common:time_stop:2400 : local name 2024-03-22 14:25:25.847 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:25:25.849 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:25:25.851 | + functions-common:time_stop:2403 : local total 2024-03-22 14:25:25.853 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:25:25.854 | + functions-common:time_stop:2406 : name=pip_install 2024-03-22 14:25:25.856 | + functions-common:time_stop:2407 : start_time=1711117524764 2024-03-22 14:25:25.858 | + functions-common:time_stop:2409 : [[ -z 1711117524764 ]] 2024-03-22 14:25:25.860 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:25:25.863 | + functions-common:time_stop:2412 : end_time=1711117525861 2024-03-22 14:25:25.865 | + functions-common:time_stop:2413 : elapsed_time=1097 2024-03-22 14:25:25.867 | + functions-common:time_stop:2414 : total=9926 2024-03-22 14:25:25.869 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:25:25.871 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11023 2024-03-22 14:25:25.873 | + inc/python:pip_install:225 : return 0 2024-03-22 14:25:25.875 | + lib/databases/mysql:install_database_python_mysql:240 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2024-03-22 14:25:25.876 | + lib/databases/mysql:install_database_python_mysql:242 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-03-22 14:25:25.878 | + lib/databases/mysql:install_database_python_mysql:243 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2024-03-22 14:25:25.880 | + stack.sh:main:879 : is_service_enabled neutron 2024-03-22 14:25:25.894 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:25:25.896 | + stack.sh:main:880 : install_neutron_agent_packages 2024-03-22 14:25:25.898 | + lib/neutron:install_neutron_agent_packages:546 : is_service_enabled q-l3 neutron-l3 2024-03-22 14:25:25.911 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:25:25.912 | + lib/neutron:install_neutron_agent_packages:547 : install_package radvd 2024-03-22 14:25:25.914 | + functions-common:install_package:1421 : update_package_repo 2024-03-22 14:25:25.916 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2024-03-22 14:25:25.918 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2024-03-22 14:25:25.920 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2024-03-22 14:25:25.922 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2024-03-22 14:25:25.923 | + functions-common:update_package_repo:1403 : is_ubuntu 2024-03-22 14:25:25.925 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:25:25.927 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:25:25.929 | + functions-common:update_package_repo:1404 : apt_get_update 2024-03-22 14:25:25.931 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2024-03-22 14:25:25.932 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2024-03-22 14:25:25.934 | + functions-common:apt_get_update:1150 : return 2024-03-22 14:25:25.936 | + functions-common:install_package:1422 : real_install_package radvd 2024-03-22 14:25:25.938 | + functions-common:real_install_package:1409 : is_ubuntu 2024-03-22 14:25:25.939 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:25:25.941 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:25:25.943 | + functions-common:real_install_package:1410 : apt_get install radvd 2024-03-22 14:25:25.959 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2024-03-22 14:25:26.015 | Reading package lists... 2024-03-22 14:25:26.206 | Building dependency tree... 2024-03-22 14:25:26.207 | Reading state information... 2024-03-22 14:25:26.404 | radvd is already the newest version (1:2.18-3build2). 2024-03-22 14:25:26.404 | 0 upgraded, 0 newly installed, 0 to remove and 16 not upgraded. 2024-03-22 14:25:26.410 | + functions-common:apt_get:1194 : result=0 2024-03-22 14:25:26.412 | + functions-common:apt_get:1197 : time_stop apt-get 2024-03-22 14:25:26.415 | + functions-common:time_stop:2400 : local name 2024-03-22 14:25:26.417 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:25:26.418 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:25:26.420 | + functions-common:time_stop:2403 : local total 2024-03-22 14:25:26.422 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:25:26.424 | + functions-common:time_stop:2406 : name=apt-get 2024-03-22 14:25:26.426 | + functions-common:time_stop:2407 : start_time=1711117525957 2024-03-22 14:25:26.427 | + functions-common:time_stop:2409 : [[ -z 1711117525957 ]] 2024-03-22 14:25:26.430 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:25:26.433 | + functions-common:time_stop:2412 : end_time=1711117526431 2024-03-22 14:25:26.435 | + functions-common:time_stop:2413 : elapsed_time=474 2024-03-22 14:25:26.436 | + functions-common:time_stop:2414 : total=1489 2024-03-22 14:25:26.438 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:25:26.440 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1963 2024-03-22 14:25:26.442 | + functions-common:apt_get:1198 : return 0 2024-03-22 14:25:26.444 | + lib/neutron:install_neutron_agent_packages:550 : is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 2024-03-22 14:25:26.457 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:25:26.459 | + lib/neutron:install_neutron_agent_packages:551 : neutron_plugin_install_agent_packages 2024-03-22 14:25:26.461 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2024-03-22 14:25:26.462 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2024-03-22 14:25:26.465 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2024-03-22 14:25:26.480 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2024-03-22 14:25:26.482 | + functions-common:install_package:1421 : update_package_repo 2024-03-22 14:25:26.484 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2024-03-22 14:25:26.485 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2024-03-22 14:25:26.487 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2024-03-22 14:25:26.489 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2024-03-22 14:25:26.491 | + functions-common:update_package_repo:1403 : is_ubuntu 2024-03-22 14:25:26.493 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:25:26.494 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:25:26.496 | + functions-common:update_package_repo:1404 : apt_get_update 2024-03-22 14:25:26.498 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2024-03-22 14:25:26.500 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2024-03-22 14:25:26.502 | + functions-common:apt_get_update:1150 : return 2024-03-22 14:25:26.503 | + functions-common:install_package:1422 : real_install_package fakeroot make openvswitch-switch 2024-03-22 14:25:26.505 | + functions-common:real_install_package:1409 : is_ubuntu 2024-03-22 14:25:26.507 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:25:26.509 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:25:26.511 | + functions-common:real_install_package:1410 : apt_get install fakeroot make openvswitch-switch 2024-03-22 14:25:26.526 | + functions-common:apt_get:1190 : 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-03-22 14:25:26.583 | Reading package lists... 2024-03-22 14:25:26.786 | Building dependency tree... 2024-03-22 14:25:26.787 | Reading state information... 2024-03-22 14:25:27.024 | fakeroot is already the newest version (1.28-1ubuntu1). 2024-03-22 14:25:27.024 | fakeroot set to manually installed. 2024-03-22 14:25:27.024 | make is already the newest version (4.3-4.1build1). 2024-03-22 14:25:27.024 | make set to manually installed. 2024-03-22 14:25:27.024 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2024-03-22 14:25:27.024 | 0 upgraded, 0 newly installed, 0 to remove and 16 not upgraded. 2024-03-22 14:25:27.030 | + functions-common:apt_get:1194 : result=0 2024-03-22 14:25:27.032 | + functions-common:apt_get:1197 : time_stop apt-get 2024-03-22 14:25:27.033 | + functions-common:time_stop:2400 : local name 2024-03-22 14:25:27.035 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:25:27.036 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:25:27.038 | + functions-common:time_stop:2403 : local total 2024-03-22 14:25:27.039 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:25:27.041 | + functions-common:time_stop:2406 : name=apt-get 2024-03-22 14:25:27.043 | + functions-common:time_stop:2407 : start_time=1711117526524 2024-03-22 14:25:27.044 | + functions-common:time_stop:2409 : [[ -z 1711117526524 ]] 2024-03-22 14:25:27.047 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:25:27.049 | + functions-common:time_stop:2412 : end_time=1711117527047 2024-03-22 14:25:27.051 | + functions-common:time_stop:2413 : elapsed_time=523 2024-03-22 14:25:27.053 | + functions-common:time_stop:2414 : total=1963 2024-03-22 14:25:27.054 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:25:27.056 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2486 2024-03-22 14:25:27.058 | + functions-common:apt_get:1198 : return 0 2024-03-22 14:25:27.059 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2024-03-22 14:25:27.061 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:25:27.063 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:25:27.065 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2024-03-22 14:25:27.066 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2024-03-22 14:25:27.069 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2024-03-22 14:25:27.072 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.5.0-25-generic 2024-03-22 14:25:27.074 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2024-03-22 14:25:27.076 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.5.0-25-generic 2024-03-22 14:25:27.077 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2024-03-22 14:25:27.081 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.5 2024-03-22 14:25:27.083 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.5 '<' 3.13 2024-03-22 14:25:27.085 | + functions:vercmp:639 : local v1=6.5 2024-03-22 14:25:27.087 | + functions:vercmp:640 : local 'op=<' 2024-03-22 14:25:27.089 | + functions:vercmp:641 : local v2=3.13 2024-03-22 14:25:27.090 | + functions:vercmp:642 : local result 2024-03-22 14:25:27.094 | ++ functions:vercmp:646 : echo -e '6.5\n3.13' 2024-03-22 14:25:27.094 | ++ functions:vercmp:646 : sort -V 2024-03-22 14:25:27.095 | ++ functions:vercmp:646 : head -1 2024-03-22 14:25:27.099 | + functions:vercmp:646 : result=3.13 2024-03-22 14:25:27.100 | + functions:vercmp:648 : case $op in 2024-03-22 14:25:27.102 | + functions:vercmp:658 : '[' 6.5 '!=' 3.13 ']' 2024-03-22 14:25:27.104 | + functions:vercmp:658 : '[' 3.13 = 6.5 ']' 2024-03-22 14:25:27.106 | + functions:vercmp:659 : return 2024-03-22 14:25:27.108 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2024-03-22 14:25:27.110 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-03-22 14:25:27.112 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart openvswitch-switch 2024-03-22 14:25:27.726 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2024-03-22 14:25:27.728 | + inc/python:use_library_from_git:272 : local name=os-ken 2024-03-22 14:25:27.730 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:27.732 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:27.734 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-ken, ]] 2024-03-22 14:25:27.736 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:27.737 | + stack.sh:main:883 : is_service_enabled etcd3 2024-03-22 14:25:27.751 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:25:27.753 | + stack.sh:main:884 : install_etcd3 2024-03-22 14:25:27.754 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2024-03-22 14:25:27.754 | Installing etcd 2024-03-22 14:25:27.756 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2024-03-22 14:25:27.766 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2024-03-22 14:25:27.777 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2024-03-22 14:25:27.779 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2024-03-22 14:25:27.790 | + lib/etcd3:install_etcd3:113 : local etcd_file 2024-03-22 14:25:27.793 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2024-03-22 14:25:27.795 | ++ functions:get_extra_file:62 : local file_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2024-03-22 14:25:27.797 | +++ functions:get_extra_file:64 : basename https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2024-03-22 14:25:27.801 | ++ functions:get_extra_file:64 : file_name=etcd-v3.4.27-linux-amd64.tar.gz 2024-03-22 14:25:27.803 | ++ functions:get_extra_file:65 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz != file* ]] 2024-03-22 14:25:27.805 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz ]] 2024-03-22 14:25:27.807 | ++ functions:get_extra_file:68 : wget --progress=dot:giga -t 2 -c https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz -O /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2024-03-22 14:25:27.815 | --2024-03-22 14:25:27-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2024-03-22 14:25:27.820 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-03-22 14:25:27.821 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-03-22 14:25:27.851 | HTTP request sent, awaiting response... 200 OK 2024-03-22 14:25:27.852 | Length: 16171146 (15M) [application/gzip] 2024-03-22 14:25:27.852 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ 2024-03-22 14:25:27.859 | 2024-03-22 14:25:27.928 | 0K ........ ....... 100% 203M=0.08s 2024-03-22 14:25:27.928 | 2024-03-22 14:25:27.928 | 2024-03-22 14:25:27 (203 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ saved [16171146/16171146] 2024-03-22 14:25:27.928 | 2024-03-22 14:25:27.932 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2024-03-22 14:25:27.934 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2024-03-22 14:25:27.936 | ++ functions:get_extra_file:74 : return 2024-03-22 14:25:27.939 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2024-03-22 14:25:27.941 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcd ']' 2024-03-22 14:25:27.943 | + lib/etcd3:install_etcd3:116 : echo 'a32d21e006252dbc3405b0645ba8468021ed41376974b573285927bf39b39eb9 /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz' 2024-03-22 14:25:27.945 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2024-03-22 14:25:28.036 | /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz: OK 2024-03-22 14:25:28.039 | + lib/etcd3:install_etcd3:120 : tar xzvf /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz -C /opt/stack/devstack/files 2024-03-22 14:25:28.050 | etcd-v3.4.27-linux-amd64/ 2024-03-22 14:25:28.050 | etcd-v3.4.27-linux-amd64/READMEv2-etcdctl.md 2024-03-22 14:25:28.050 | etcd-v3.4.27-linux-amd64/etcdctl 2024-03-22 14:25:28.181 | etcd-v3.4.27-linux-amd64/README-etcdctl.md 2024-03-22 14:25:28.181 | etcd-v3.4.27-linux-amd64/Documentation/ 2024-03-22 14:25:28.181 | etcd-v3.4.27-linux-amd64/Documentation/demo.md 2024-03-22 14:25:28.181 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/ 2024-03-22 14:25:28.181 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/experimental_apis.md 2024-03-22 14:25:28.181 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/interacting_v3.md 2024-03-22 14:25:28.181 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/local_cluster.md 2024-03-22 14:25:28.181 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/ 2024-03-22 14:25:28.181 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2024-03-22 14:25:28.181 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2024-03-22 14:25:28.182 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2024-03-22 14:25:28.182 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2024-03-22 14:25:28.182 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2024-03-22 14:25:28.182 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2024-03-22 14:25:28.182 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/grpc_naming.md 2024-03-22 14:25:28.182 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/limit.md 2024-03-22 14:25:28.182 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2024-03-22 14:25:28.182 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/ 2024-03-22 14:25:28.182 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2024-03-22 14:25:28.182 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2024-03-22 14:25:28.182 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-03-22 14:25:28.182 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2024-03-22 14:25:28.182 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-03-22 14:25:28.182 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2024-03-22 14:25:28.182 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/README.md 2024-03-22 14:25:28.182 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-03-22 14:25:28.182 | etcd-v3.4.27-linux-amd64/Documentation/v2/ 2024-03-22 14:25:28.182 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/ 2024-03-22 14:25:28.182 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2024-03-22 14:25:28.182 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2024-03-22 14:25:28.182 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-03-22 14:25:28.182 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2024-03-22 14:25:28.182 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-03-22 14:25:28.182 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2024-03-22 14:25:28.182 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/README.md 2024-03-22 14:25:28.182 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-03-22 14:25:28.182 | etcd-v3.4.27-linux-amd64/Documentation/v2/clustering.md 2024-03-22 14:25:28.183 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_2.md 2024-03-22 14:25:28.183 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_3.md 2024-03-22 14:25:28.183 | etcd-v3.4.27-linux-amd64/Documentation/v2/authentication.md 2024-03-22 14:25:28.183 | etcd-v3.4.27-linux-amd64/Documentation/v2/metrics.md 2024-03-22 14:25:28.183 | etcd-v3.4.27-linux-amd64/Documentation/v2/auth_api.md 2024-03-22 14:25:28.183 | etcd-v3.4.27-linux-amd64/Documentation/v2/api_v3.md 2024-03-22 14:25:28.183 | etcd-v3.4.27-linux-amd64/Documentation/v2/platforms/ 2024-03-22 14:25:28.183 | etcd-v3.4.27-linux-amd64/Documentation/v2/platforms/freebsd.md 2024-03-22 14:25:28.183 | etcd-v3.4.27-linux-amd64/Documentation/v2/configuration.md 2024-03-22 14:25:28.183 | etcd-v3.4.27-linux-amd64/Documentation/v2/proxy.md 2024-03-22 14:25:28.183 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_1.md 2024-03-22 14:25:28.183 | etcd-v3.4.27-linux-amd64/Documentation/v2/glossary.md 2024-03-22 14:25:28.183 | etcd-v3.4.27-linux-amd64/Documentation/v2/security.md 2024-03-22 14:25:28.183 | etcd-v3.4.27-linux-amd64/Documentation/v2/tuning.md 2024-03-22 14:25:28.183 | etcd-v3.4.27-linux-amd64/Documentation/v2/admin_guide.md 2024-03-22 14:25:28.183 | etcd-v3.4.27-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2024-03-22 14:25:28.183 | etcd-v3.4.27-linux-amd64/Documentation/v2/runtime-reconf-design.md 2024-03-22 14:25:28.183 | etcd-v3.4.27-linux-amd64/Documentation/v2/libraries-and-tools.md 2024-03-22 14:25:28.183 | etcd-v3.4.27-linux-amd64/Documentation/v2/other_apis.md 2024-03-22 14:25:28.183 | etcd-v3.4.27-linux-amd64/Documentation/v2/faq.md 2024-03-22 14:25:28.183 | etcd-v3.4.27-linux-amd64/Documentation/v2/etcd_alert.rules 2024-03-22 14:25:28.184 | etcd-v3.4.27-linux-amd64/Documentation/v2/reporting_bugs.md 2024-03-22 14:25:28.184 | etcd-v3.4.27-linux-amd64/Documentation/v2/docker_guide.md 2024-03-22 14:25:28.184 | etcd-v3.4.27-linux-amd64/Documentation/v2/members_api.md 2024-03-22 14:25:28.184 | etcd-v3.4.27-linux-amd64/Documentation/v2/production-users.md 2024-03-22 14:25:28.184 | etcd-v3.4.27-linux-amd64/Documentation/v2/backward_compatibility.md 2024-03-22 14:25:28.184 | etcd-v3.4.27-linux-amd64/Documentation/v2/api.md 2024-03-22 14:25:28.184 | etcd-v3.4.27-linux-amd64/Documentation/v2/rfc/ 2024-03-22 14:25:28.184 | etcd-v3.4.27-linux-amd64/Documentation/v2/rfc/v3api.md 2024-03-22 14:25:28.184 | etcd-v3.4.27-linux-amd64/Documentation/v2/dev/ 2024-03-22 14:25:28.184 | etcd-v3.4.27-linux-amd64/Documentation/v2/dev/release.md 2024-03-22 14:25:28.184 | etcd-v3.4.27-linux-amd64/Documentation/v2/README.md 2024-03-22 14:25:28.184 | etcd-v3.4.27-linux-amd64/Documentation/v2/discovery_protocol.md 2024-03-22 14:25:28.184 | etcd-v3.4.27-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2024-03-22 14:25:28.184 | etcd-v3.4.27-linux-amd64/Documentation/v2/errorcode.md 2024-03-22 14:25:28.184 | etcd-v3.4.27-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2024-03-22 14:25:28.184 | etcd-v3.4.27-linux-amd64/Documentation/v2/runtime-configuration.md 2024-03-22 14:25:28.184 | etcd-v3.4.27-linux-amd64/Documentation/v2/branch_management.md 2024-03-22 14:25:28.184 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/ 2024-03-22 14:25:28.184 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/release.md 2024-03-22 14:25:28.184 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2024-03-22 14:25:28.184 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/logging.md 2024-03-22 14:25:28.184 | etcd-v3.4.27-linux-amd64/Documentation/metrics/ 2024-03-22 14:25:28.184 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.12 2024-03-22 14:25:28.184 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.13 2024-03-22 14:25:28.184 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.9 2024-03-22 14:25:28.184 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.0 2024-03-22 14:25:28.185 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.10 2024-03-22 14:25:28.185 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.6 2024-03-22 14:25:28.185 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.7 2024-03-22 14:25:28.185 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.3 2024-03-22 14:25:28.185 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.4 2024-03-22 14:25:28.185 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.12 2024-03-22 14:25:28.185 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.8 2024-03-22 14:25:28.185 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.1 2024-03-22 14:25:28.185 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.13 2024-03-22 14:25:28.185 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.17 2024-03-22 14:25:28.186 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.15 2024-03-22 14:25:28.186 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.6 2024-03-22 14:25:28.186 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.4 2024-03-22 14:25:28.186 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.22 2024-03-22 14:25:28.186 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.5 2024-03-22 14:25:28.186 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.7 2024-03-22 14:25:28.186 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.0 2024-03-22 14:25:28.186 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.10 2024-03-22 14:25:28.186 | etcd-v3.4.27-linux-amd64/Documentation/metrics/latest 2024-03-22 14:25:28.186 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.0 2024-03-22 14:25:28.186 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.16 2024-03-22 14:25:28.187 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.14 2024-03-22 14:25:28.187 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.20 2024-03-22 14:25:28.187 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.14 2024-03-22 14:25:28.187 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.20 2024-03-22 14:25:28.187 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.2 2024-03-22 14:25:28.187 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.4 2024-03-22 14:25:28.187 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.8 2024-03-22 14:25:28.187 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.3 2024-03-22 14:25:28.187 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.23 2024-03-22 14:25:28.188 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.19 2024-03-22 14:25:28.188 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.5 2024-03-22 14:25:28.188 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.18 2024-03-22 14:25:28.188 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.1 2024-03-22 14:25:28.188 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.9 2024-03-22 14:25:28.188 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.5 2024-03-22 14:25:28.188 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.1 2024-03-22 14:25:28.189 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.11 2024-03-22 14:25:28.189 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.18 2024-03-22 14:25:28.189 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.21 2024-03-22 14:25:28.189 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.7 2024-03-22 14:25:28.189 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.2 2024-03-22 14:25:28.189 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.19 2024-03-22 14:25:28.189 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.8 2024-03-22 14:25:28.190 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.10 2024-03-22 14:25:28.190 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.3 2024-03-22 14:25:28.190 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.17 2024-03-22 14:25:28.190 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.9 2024-03-22 14:25:28.190 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.11 2024-03-22 14:25:28.190 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.15 2024-03-22 14:25:28.190 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.2 2024-03-22 14:25:28.190 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.6 2024-03-22 14:25:28.190 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.24 2024-03-22 14:25:28.190 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.16 2024-03-22 14:25:28.191 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.25 2024-03-22 14:25:28.191 | etcd-v3.4.27-linux-amd64/Documentation/metrics.md 2024-03-22 14:25:28.191 | etcd-v3.4.27-linux-amd64/Documentation/platforms/ 2024-03-22 14:25:28.191 | etcd-v3.4.27-linux-amd64/Documentation/platforms/freebsd.md 2024-03-22 14:25:28.191 | etcd-v3.4.27-linux-amd64/Documentation/platforms/container-linux-systemd.md 2024-03-22 14:25:28.191 | etcd-v3.4.27-linux-amd64/Documentation/platforms/aws.md 2024-03-22 14:25:28.191 | etcd-v3.4.27-linux-amd64/Documentation/dl_build.md 2024-03-22 14:25:28.191 | etcd-v3.4.27-linux-amd64/Documentation/learning/ 2024-03-22 14:25:28.191 | etcd-v3.4.27-linux-amd64/Documentation/learning/data_model.md 2024-03-22 14:25:28.191 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/ 2024-03-22 14:25:28.191 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-07.png 2024-03-22 14:25:28.192 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-11.png 2024-03-22 14:25:28.192 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-04.png 2024-03-22 14:25:28.193 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-01.png 2024-03-22 14:25:28.194 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-02.png 2024-03-22 14:25:28.195 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-05.png 2024-03-22 14:25:28.195 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-13.png 2024-03-22 14:25:28.196 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-10.png 2024-03-22 14:25:28.197 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-06.png 2024-03-22 14:25:28.198 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-03.png 2024-03-22 14:25:28.199 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-08.png 2024-03-22 14:25:28.200 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-03.png 2024-03-22 14:25:28.200 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-01.png 2024-03-22 14:25:28.201 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-06.png 2024-03-22 14:25:28.202 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-02.png 2024-03-22 14:25:28.202 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-05.png 2024-03-22 14:25:28.203 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-09.png 2024-03-22 14:25:28.204 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/etcd.png 2024-03-22 14:25:28.204 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-08.png 2024-03-22 14:25:28.206 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-04.png 2024-03-22 14:25:28.208 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-12.png 2024-03-22 14:25:28.208 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-07.png 2024-03-22 14:25:28.208 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-09.png 2024-03-22 14:25:28.210 | etcd-v3.4.27-linux-amd64/Documentation/learning/glossary.md 2024-03-22 14:25:28.210 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-auth-v3.md 2024-03-22 14:25:28.210 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-learner.md 2024-03-22 14:25:28.210 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-client.md 2024-03-22 14:25:28.211 | etcd-v3.4.27-linux-amd64/Documentation/learning/api.md 2024-03-22 14:25:28.211 | etcd-v3.4.27-linux-amd64/Documentation/learning/why.md 2024-03-22 14:25:28.211 | etcd-v3.4.27-linux-amd64/Documentation/learning/api_guarantees.md 2024-03-22 14:25:28.211 | etcd-v3.4.27-linux-amd64/Documentation/docs.md 2024-03-22 14:25:28.211 | etcd-v3.4.27-linux-amd64/Documentation/triage/ 2024-03-22 14:25:28.211 | etcd-v3.4.27-linux-amd64/Documentation/triage/issues.md 2024-03-22 14:25:28.211 | etcd-v3.4.27-linux-amd64/Documentation/triage/PRs.md 2024-03-22 14:25:28.211 | etcd-v3.4.27-linux-amd64/Documentation/integrations.md 2024-03-22 14:25:28.211 | etcd-v3.4.27-linux-amd64/Documentation/tuning.md 2024-03-22 14:25:28.211 | etcd-v3.4.27-linux-amd64/Documentation/faq.md 2024-03-22 14:25:28.211 | etcd-v3.4.27-linux-amd64/Documentation/reporting_bugs.md 2024-03-22 14:25:28.211 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/ 2024-03-22 14:25:28.211 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/supported-platform.md 2024-03-22 14:25:28.211 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/clustering.md 2024-03-22 14:25:28.211 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2024-03-22 14:25:28.212 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/recovery.md 2024-03-22 14:25:28.212 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2024-03-22 14:25:28.212 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/gateway.md 2024-03-22 14:25:28.212 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/authentication.md 2024-03-22 14:25:28.213 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/v2-migration.md 2024-03-22 14:25:28.213 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/versioning.md 2024-03-22 14:25:28.213 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/configuration.md 2024-03-22 14:25:28.213 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/hardware.md 2024-03-22 14:25:28.213 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/grpc_proxy.md 2024-03-22 14:25:28.213 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/security.md 2024-03-22 14:25:28.213 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/performance.md 2024-03-22 14:25:28.213 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2024-03-22 14:25:28.213 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2024-03-22 14:25:28.213 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/monitoring.md 2024-03-22 14:25:28.213 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/maintenance.md 2024-03-22 14:25:28.213 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/container.md 2024-03-22 14:25:28.213 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/grafana.json 2024-03-22 14:25:28.213 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/runtime-configuration.md 2024-03-22 14:25:28.214 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/failures.md 2024-03-22 14:25:28.214 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/ 2024-03-22 14:25:28.214 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/mixin.libsonnet 2024-03-22 14:25:28.214 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/README.md 2024-03-22 14:25:28.214 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/test.yaml 2024-03-22 14:25:28.214 | etcd-v3.4.27-linux-amd64/Documentation/production-users.md 2024-03-22 14:25:28.214 | etcd-v3.4.27-linux-amd64/Documentation/rfc/ 2024-03-22 14:25:28.214 | etcd-v3.4.27-linux-amd64/Documentation/rfc/v3api.md 2024-03-22 14:25:28.214 | etcd-v3.4.27-linux-amd64/Documentation/README.md 2024-03-22 14:25:28.214 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/ 2024-03-22 14:25:28.214 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2024-03-22 14:25:28.214 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_5.md 2024-03-22 14:25:28.214 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2024-03-22 14:25:28.214 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2024-03-22 14:25:28.214 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2024-03-22 14:25:28.214 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2024-03-22 14:25:28.214 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2024-03-22 14:25:28.215 | etcd-v3.4.27-linux-amd64/Documentation/branch_management.md 2024-03-22 14:25:28.215 | etcd-v3.4.27-linux-amd64/README.md 2024-03-22 14:25:28.215 | etcd-v3.4.27-linux-amd64/etcd 2024-03-22 14:25:28.397 | + lib/etcd3:install_etcd3:121 : sudo cp /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcd /opt/stack//bin/etcd 2024-03-22 14:25:28.424 | + lib/etcd3:install_etcd3:122 : sudo cp /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcdctl /opt/stack//bin/etcdctl 2024-03-22 14:25:28.449 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2024-03-22 14:25:28.451 | + stack.sh:main:893 : is_service_enabled tls-proxy 2024-03-22 14:25:28.463 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:25:28.465 | + stack.sh:main:903 : install_dstat 2024-03-22 14:25:28.467 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2024-03-22 14:25:28.480 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:25:28.482 | + stack.sh:main:909 : echo_summary 'Installing OpenStack project source' 2024-03-22 14:25:28.483 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-22 14:25:28.485 | + stack.sh:echo_summary:470 : echo -e Installing OpenStack project source 2024-03-22 14:25:28.487 | + stack.sh:main:912 : install_libs 2024-03-22 14:25:28.489 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2024-03-22 14:25:28.491 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2024-03-22 14:25:28.493 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2024-03-22 14:25:28.494 | + inc/python:use_library_from_git:272 : local name=automaton 2024-03-22 14:25:28.496 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:28.498 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:28.500 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,automaton, ]] 2024-03-22 14:25:28.502 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:28.503 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2024-03-22 14:25:28.506 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2024-03-22 14:25:28.507 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2024-03-22 14:25:28.509 | + inc/python:use_library_from_git:272 : local name=castellan 2024-03-22 14:25:28.511 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:28.513 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:28.514 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,castellan, ]] 2024-03-22 14:25:28.516 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:28.518 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2024-03-22 14:25:28.520 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2024-03-22 14:25:28.522 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2024-03-22 14:25:28.524 | + inc/python:use_library_from_git:272 : local name=cliff 2024-03-22 14:25:28.525 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:28.527 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:28.529 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,cliff, ]] 2024-03-22 14:25:28.531 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:28.533 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2024-03-22 14:25:28.534 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2024-03-22 14:25:28.536 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2024-03-22 14:25:28.538 | + inc/python:use_library_from_git:272 : local name=cursive 2024-03-22 14:25:28.540 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:28.542 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:28.544 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,cursive, ]] 2024-03-22 14:25:28.546 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:28.548 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2024-03-22 14:25:28.550 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2024-03-22 14:25:28.552 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2024-03-22 14:25:28.553 | + inc/python:use_library_from_git:272 : local name=debtcollector 2024-03-22 14:25:28.555 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:28.557 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:28.559 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,debtcollector, ]] 2024-03-22 14:25:28.561 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:28.563 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2024-03-22 14:25:28.565 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2024-03-22 14:25:28.567 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2024-03-22 14:25:28.569 | + inc/python:use_library_from_git:272 : local name=futurist 2024-03-22 14:25:28.571 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:28.573 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:28.575 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,futurist, ]] 2024-03-22 14:25:28.576 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:28.578 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2024-03-22 14:25:28.580 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2024-03-22 14:25:28.582 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2024-03-22 14:25:28.584 | + inc/python:use_library_from_git:272 : local name=openstacksdk 2024-03-22 14:25:28.586 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:28.588 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:28.590 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,openstacksdk, ]] 2024-03-22 14:25:28.592 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:28.593 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2024-03-22 14:25:28.595 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2024-03-22 14:25:28.597 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2024-03-22 14:25:28.599 | + inc/python:use_library_from_git:272 : local name=osc-lib 2024-03-22 14:25:28.601 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:28.603 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:28.604 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osc-lib, ]] 2024-03-22 14:25:28.606 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:28.608 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2024-03-22 14:25:28.610 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2024-03-22 14:25:28.612 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2024-03-22 14:25:28.614 | + inc/python:use_library_from_git:272 : local name=osc-placement 2024-03-22 14:25:28.616 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:28.617 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:28.619 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osc-placement, ]] 2024-03-22 14:25:28.621 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:28.623 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2024-03-22 14:25:28.625 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2024-03-22 14:25:28.627 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2024-03-22 14:25:28.628 | + inc/python:use_library_from_git:272 : local name=os-client-config 2024-03-22 14:25:28.630 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:28.632 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:28.634 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-client-config, ]] 2024-03-22 14:25:28.636 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:28.638 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2024-03-22 14:25:28.639 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2024-03-22 14:25:28.641 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2024-03-22 14:25:28.643 | + inc/python:use_library_from_git:272 : local name=oslo.cache 2024-03-22 14:25:28.645 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:28.647 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:28.648 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.cache, ]] 2024-03-22 14:25:28.650 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:28.652 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2024-03-22 14:25:28.654 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2024-03-22 14:25:28.656 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2024-03-22 14:25:28.658 | + inc/python:use_library_from_git:272 : local name=oslo.concurrency 2024-03-22 14:25:28.660 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:28.661 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:28.663 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.concurrency, ]] 2024-03-22 14:25:28.665 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:28.667 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2024-03-22 14:25:28.669 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2024-03-22 14:25:28.671 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2024-03-22 14:25:28.673 | + inc/python:use_library_from_git:272 : local name=oslo.config 2024-03-22 14:25:28.675 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:28.677 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:28.678 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.config, ]] 2024-03-22 14:25:28.680 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:28.682 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2024-03-22 14:25:28.684 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2024-03-22 14:25:28.686 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2024-03-22 14:25:28.688 | + inc/python:use_library_from_git:272 : local name=oslo.context 2024-03-22 14:25:28.689 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:28.691 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:28.693 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.context, ]] 2024-03-22 14:25:28.695 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:28.697 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2024-03-22 14:25:28.699 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2024-03-22 14:25:28.700 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2024-03-22 14:25:28.702 | + inc/python:use_library_from_git:272 : local name=oslo.db 2024-03-22 14:25:28.704 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:28.706 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:28.708 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.db, ]] 2024-03-22 14:25:28.709 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:28.711 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2024-03-22 14:25:28.713 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2024-03-22 14:25:28.715 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2024-03-22 14:25:28.717 | + inc/python:use_library_from_git:272 : local name=oslo.i18n 2024-03-22 14:25:28.719 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:28.720 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:28.722 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.i18n, ]] 2024-03-22 14:25:28.724 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:28.726 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2024-03-22 14:25:28.728 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2024-03-22 14:25:28.729 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2024-03-22 14:25:28.731 | + inc/python:use_library_from_git:272 : local name=oslo.limit 2024-03-22 14:25:28.733 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:28.735 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:28.737 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.limit, ]] 2024-03-22 14:25:28.739 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:28.740 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2024-03-22 14:25:28.742 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2024-03-22 14:25:28.744 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2024-03-22 14:25:28.746 | + inc/python:use_library_from_git:272 : local name=oslo.log 2024-03-22 14:25:28.748 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:28.750 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:28.751 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.log, ]] 2024-03-22 14:25:28.753 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:28.755 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2024-03-22 14:25:28.757 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2024-03-22 14:25:28.759 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2024-03-22 14:25:28.761 | + inc/python:use_library_from_git:272 : local name=oslo.messaging 2024-03-22 14:25:28.762 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:28.764 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:28.766 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.messaging, ]] 2024-03-22 14:25:28.768 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:28.770 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2024-03-22 14:25:28.772 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2024-03-22 14:25:28.773 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2024-03-22 14:25:28.775 | + inc/python:use_library_from_git:272 : local name=oslo.middleware 2024-03-22 14:25:28.777 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:28.779 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:28.781 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.middleware, ]] 2024-03-22 14:25:28.783 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:28.785 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2024-03-22 14:25:28.786 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2024-03-22 14:25:28.788 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2024-03-22 14:25:28.790 | + inc/python:use_library_from_git:272 : local name=oslo.policy 2024-03-22 14:25:28.792 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:28.794 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:28.796 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.policy, ]] 2024-03-22 14:25:28.798 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:28.800 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2024-03-22 14:25:28.802 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2024-03-22 14:25:28.803 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2024-03-22 14:25:28.805 | + inc/python:use_library_from_git:272 : local name=oslo.privsep 2024-03-22 14:25:28.807 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:28.809 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:28.811 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.privsep, ]] 2024-03-22 14:25:28.813 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:28.815 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2024-03-22 14:25:28.816 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2024-03-22 14:25:28.818 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2024-03-22 14:25:28.820 | + inc/python:use_library_from_git:272 : local name=oslo.reports 2024-03-22 14:25:28.822 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:28.824 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:28.825 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.reports, ]] 2024-03-22 14:25:28.827 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:28.829 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2024-03-22 14:25:28.831 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2024-03-22 14:25:28.833 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2024-03-22 14:25:28.835 | + inc/python:use_library_from_git:272 : local name=oslo.rootwrap 2024-03-22 14:25:28.836 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:28.838 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:28.840 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.rootwrap, ]] 2024-03-22 14:25:28.842 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:28.844 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2024-03-22 14:25:28.846 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2024-03-22 14:25:28.848 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2024-03-22 14:25:28.850 | + inc/python:use_library_from_git:272 : local name=oslo.serialization 2024-03-22 14:25:28.852 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:28.854 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:28.855 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.serialization, ]] 2024-03-22 14:25:28.857 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:28.859 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2024-03-22 14:25:28.861 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2024-03-22 14:25:28.863 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2024-03-22 14:25:28.865 | + inc/python:use_library_from_git:272 : local name=oslo.service 2024-03-22 14:25:28.867 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:28.869 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:28.870 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.service, ]] 2024-03-22 14:25:28.872 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:28.874 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2024-03-22 14:25:28.876 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2024-03-22 14:25:28.878 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2024-03-22 14:25:28.880 | + inc/python:use_library_from_git:272 : local name=oslo.utils 2024-03-22 14:25:28.882 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:28.883 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:28.885 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.utils, ]] 2024-03-22 14:25:28.887 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:28.889 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2024-03-22 14:25:28.891 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2024-03-22 14:25:28.893 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2024-03-22 14:25:28.895 | + inc/python:use_library_from_git:272 : local name=oslo.versionedobjects 2024-03-22 14:25:28.897 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:28.898 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:28.900 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.versionedobjects, ]] 2024-03-22 14:25:28.902 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:28.904 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2024-03-22 14:25:28.906 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2024-03-22 14:25:28.908 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2024-03-22 14:25:28.910 | + inc/python:use_library_from_git:272 : local name=oslo.vmware 2024-03-22 14:25:28.912 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:28.914 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:28.916 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.vmware, ]] 2024-03-22 14:25:28.918 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:28.920 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2024-03-22 14:25:28.922 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2024-03-22 14:25:28.923 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2024-03-22 14:25:28.925 | + inc/python:use_library_from_git:272 : local name=osprofiler 2024-03-22 14:25:28.927 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:28.929 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:28.931 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osprofiler, ]] 2024-03-22 14:25:28.933 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:28.935 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2024-03-22 14:25:28.937 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2024-03-22 14:25:28.939 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2024-03-22 14:25:28.940 | + inc/python:use_library_from_git:272 : local name=pycadf 2024-03-22 14:25:28.942 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:28.944 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:28.946 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,pycadf, ]] 2024-03-22 14:25:28.948 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:28.950 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2024-03-22 14:25:28.951 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2024-03-22 14:25:28.953 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2024-03-22 14:25:28.955 | + inc/python:use_library_from_git:272 : local name=stevedore 2024-03-22 14:25:28.957 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:28.959 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:28.960 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,stevedore, ]] 2024-03-22 14:25:28.962 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:28.964 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2024-03-22 14:25:28.966 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2024-03-22 14:25:28.968 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2024-03-22 14:25:28.969 | + inc/python:use_library_from_git:272 : local name=taskflow 2024-03-22 14:25:28.971 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:28.973 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:28.975 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,taskflow, ]] 2024-03-22 14:25:28.977 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:28.979 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2024-03-22 14:25:28.980 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2024-03-22 14:25:28.982 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2024-03-22 14:25:28.984 | + inc/python:use_library_from_git:272 : local name=tooz 2024-03-22 14:25:28.986 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:28.988 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:28.989 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,tooz, ]] 2024-03-22 14:25:28.991 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:28.993 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2024-03-22 14:25:28.995 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2024-03-22 14:25:28.997 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2024-03-22 14:25:28.998 | + inc/python:use_library_from_git:272 : local name=os-brick 2024-03-22 14:25:29.000 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:29.002 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:29.004 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-brick, ]] 2024-03-22 14:25:29.005 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:29.007 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2024-03-22 14:25:29.009 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2024-03-22 14:25:29.011 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2024-03-22 14:25:29.013 | + inc/python:use_library_from_git:272 : local name=os-resource-classes 2024-03-22 14:25:29.015 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:29.016 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:29.018 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-resource-classes, ]] 2024-03-22 14:25:29.020 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:29.022 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2024-03-22 14:25:29.024 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2024-03-22 14:25:29.025 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2024-03-22 14:25:29.027 | + inc/python:use_library_from_git:272 : local name=os-traits 2024-03-22 14:25:29.029 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:29.031 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:29.032 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-traits, ]] 2024-03-22 14:25:29.034 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:29.036 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2024-03-22 14:25:29.038 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2024-03-22 14:25:29.040 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2024-03-22 14:25:29.042 | + inc/python:use_library_from_git:272 : local name=python-barbicanclient 2024-03-22 14:25:29.044 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:29.045 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:29.047 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-barbicanclient, ]] 2024-03-22 14:25:29.049 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:29.051 | + lib/libraries:install_libs:139 : pip_install etcd3 2024-03-22 14:25:29.066 | Using python 3.10 to install etcd3 2024-03-22 14:25:29.067 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt etcd3 2024-03-22 14:25:30.999 | Collecting etcd3 2024-03-22 14:25:30.999 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2024-03-22 14:25:31.743 | Collecting grpcio>=1.27.1 (from etcd3) 2024-03-22 14:25:31.746 | Using cached grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) 2024-03-22 14:25:31.962 | Collecting protobuf>=3.6.1 (from etcd3) 2024-03-22 14:25:31.965 | Using cached protobuf-4.22.3-cp37-abi3-manylinux2014_x86_64.whl.metadata (540 bytes) 2024-03-22 14:25:31.986 | Collecting six>=1.12.0 (from etcd3) 2024-03-22 14:25:31.988 | Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 2024-03-22 14:25:32.017 | Collecting tenacity>=6.1.0 (from etcd3) 2024-03-22 14:25:32.019 | Using cached tenacity-6.3.1-py2.py3-none-any.whl.metadata (1.2 kB) 2024-03-22 14:25:32.033 | Using cached grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB) 2024-03-22 14:25:32.063 | Using cached protobuf-4.22.3-cp37-abi3-manylinux2014_x86_64.whl (302 kB) 2024-03-22 14:25:32.067 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-03-22 14:25:32.069 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2024-03-22 14:25:32.157 | Installing collected packages: six, protobuf, grpcio, tenacity, etcd3 2024-03-22 14:25:32.518 | Successfully installed etcd3-0.12.0 grpcio-1.54.0 protobuf-4.22.3 six-1.16.0 tenacity-6.3.1 2024-03-22 14:25:32.667 | + inc/python:pip_install:222 : result=0 2024-03-22 14:25:32.669 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-22 14:25:32.671 | + functions-common:time_stop:2400 : local name 2024-03-22 14:25:32.673 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:25:32.674 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:25:32.676 | + functions-common:time_stop:2403 : local total 2024-03-22 14:25:32.677 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:25:32.679 | + functions-common:time_stop:2406 : name=pip_install 2024-03-22 14:25:32.680 | + functions-common:time_stop:2407 : start_time=1711117529062 2024-03-22 14:25:32.682 | + functions-common:time_stop:2409 : [[ -z 1711117529062 ]] 2024-03-22 14:25:32.684 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:25:32.687 | + functions-common:time_stop:2412 : end_time=1711117532685 2024-03-22 14:25:32.688 | + functions-common:time_stop:2413 : elapsed_time=3623 2024-03-22 14:25:32.690 | + functions-common:time_stop:2414 : total=11023 2024-03-22 14:25:32.691 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:25:32.693 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14646 2024-03-22 14:25:32.694 | + inc/python:pip_install:225 : return 0 2024-03-22 14:25:32.696 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2024-03-22 14:25:32.711 | Using python 3.10 to install etcd3gw 2024-03-22 14:25:32.713 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt etcd3gw 2024-03-22 14:25:33.590 | Collecting etcd3gw 2024-03-22 14:25:33.593 | Using cached etcd3gw-2.1.0-py3-none-any.whl.metadata (1.6 kB) 2024-03-22 14:25:33.634 | Collecting futurist>=0.16.0 (from etcd3gw) 2024-03-22 14:25:33.636 | Using cached futurist-2.4.1-py3-none-any.whl.metadata (2.1 kB) 2024-03-22 14:25:33.637 | Requirement already satisfied: pbr>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from etcd3gw) (5.11.1) 2024-03-22 14:25:33.680 | Collecting requests>=2.20.0 (from etcd3gw) 2024-03-22 14:25:33.682 | Using cached requests-2.28.2-py3-none-any.whl.metadata (4.6 kB) 2024-03-22 14:25:33.775 | Collecting charset-normalizer<4,>=2 (from requests>=2.20.0->etcd3gw) 2024-03-22 14:25:33.777 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (30 kB) 2024-03-22 14:25:33.805 | Collecting idna<4,>=2.5 (from requests>=2.20.0->etcd3gw) 2024-03-22 14:25:33.807 | Using cached idna-3.4-py3-none-any.whl.metadata (9.8 kB) 2024-03-22 14:25:33.859 | Collecting urllib3<1.27,>=1.21.1 (from requests>=2.20.0->etcd3gw) 2024-03-22 14:25:33.861 | Using cached urllib3-1.26.15-py2.py3-none-any.whl.metadata (48 kB) 2024-03-22 14:25:33.891 | Collecting certifi>=2017.4.17 (from requests>=2.20.0->etcd3gw) 2024-03-22 14:25:33.893 | Using cached certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) 2024-03-22 14:25:33.918 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2024-03-22 14:25:33.921 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2024-03-22 14:25:33.924 | Using cached requests-2.28.2-py3-none-any.whl (62 kB) 2024-03-22 14:25:33.926 | Using cached certifi-2024.2.2-py3-none-any.whl (163 kB) 2024-03-22 14:25:33.931 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) 2024-03-22 14:25:33.936 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-03-22 14:25:33.939 | Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) 2024-03-22 14:25:34.039 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, certifi, requests, etcd3gw 2024-03-22 14:25:34.368 | Successfully installed certifi-2024.2.2 charset-normalizer-3.1.0 etcd3gw-2.1.0 futurist-2.4.1 idna-3.4 requests-2.28.2 urllib3-1.26.15 2024-03-22 14:25:34.452 | + inc/python:pip_install:222 : result=0 2024-03-22 14:25:34.454 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-22 14:25:34.455 | + functions-common:time_stop:2400 : local name 2024-03-22 14:25:34.457 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:25:34.459 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:25:34.460 | + functions-common:time_stop:2403 : local total 2024-03-22 14:25:34.462 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:25:34.463 | + functions-common:time_stop:2406 : name=pip_install 2024-03-22 14:25:34.465 | + functions-common:time_stop:2407 : start_time=1711117532707 2024-03-22 14:25:34.466 | + functions-common:time_stop:2409 : [[ -z 1711117532707 ]] 2024-03-22 14:25:34.468 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:25:34.472 | + functions-common:time_stop:2412 : end_time=1711117534470 2024-03-22 14:25:34.473 | + functions-common:time_stop:2413 : elapsed_time=1763 2024-03-22 14:25:34.475 | + functions-common:time_stop:2414 : total=14646 2024-03-22 14:25:34.476 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:25:34.478 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=16409 2024-03-22 14:25:34.480 | + inc/python:pip_install:225 : return 0 2024-03-22 14:25:34.481 | + stack.sh:main:915 : install_apache_uwsgi 2024-03-22 14:25:34.483 | + lib/apache:install_apache_uwsgi:76 : local apxs=apxs2 2024-03-22 14:25:34.485 | + lib/apache:install_apache_uwsgi:77 : is_fedora 2024-03-22 14:25:34.487 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2024-03-22 14:25:34.488 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2024-03-22 14:25:34.490 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2024-03-22 14:25:34.492 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2024-03-22 14:25:34.494 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-03-22 14:25:34.495 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2024-03-22 14:25:34.497 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2024-03-22 14:25:34.499 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2024-03-22 14:25:34.501 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2024-03-22 14:25:34.502 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2024-03-22 14:25:34.504 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2024-03-22 14:25:34.505 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2024-03-22 14:25:34.507 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2024-03-22 14:25:34.509 | + lib/apache:install_apache_uwsgi:81 : is_ubuntu 2024-03-22 14:25:34.511 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:25:34.512 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:25:34.514 | + lib/apache:install_apache_uwsgi:82 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2024-03-22 14:25:34.516 | + lib/apache:install_apache_uwsgi:83 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-03-22 14:25:34.517 | + functions-common:install_package:1421 : update_package_repo 2024-03-22 14:25:34.519 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2024-03-22 14:25:34.521 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2024-03-22 14:25:34.522 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2024-03-22 14:25:34.524 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2024-03-22 14:25:34.526 | + functions-common:update_package_repo:1403 : is_ubuntu 2024-03-22 14:25:34.527 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:25:34.529 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:25:34.531 | + functions-common:update_package_repo:1404 : apt_get_update 2024-03-22 14:25:34.533 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2024-03-22 14:25:34.534 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2024-03-22 14:25:34.536 | + functions-common:apt_get_update:1150 : return 2024-03-22 14:25:34.538 | + functions-common:install_package:1422 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-03-22 14:25:34.539 | + functions-common:real_install_package:1409 : is_ubuntu 2024-03-22 14:25:34.541 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:25:34.543 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:25:34.544 | + functions-common:real_install_package:1410 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-03-22 14:25:34.560 | + functions-common:apt_get:1190 : 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-03-22 14:25:34.617 | Reading package lists... 2024-03-22 14:25:34.809 | Building dependency tree... 2024-03-22 14:25:34.810 | Reading state information... 2024-03-22 14:25:34.992 | uwsgi is already the newest version (2.0.20-4). 2024-03-22 14:25:34.992 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2024-03-22 14:25:34.992 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.8). 2024-03-22 14:25:34.992 | 0 upgraded, 0 newly installed, 0 to remove and 16 not upgraded. 2024-03-22 14:25:34.996 | + functions-common:apt_get:1194 : result=0 2024-03-22 14:25:34.998 | + functions-common:apt_get:1197 : time_stop apt-get 2024-03-22 14:25:35.000 | + functions-common:time_stop:2400 : local name 2024-03-22 14:25:35.002 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:25:35.004 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:25:35.005 | + functions-common:time_stop:2403 : local total 2024-03-22 14:25:35.007 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:25:35.009 | + functions-common:time_stop:2406 : name=apt-get 2024-03-22 14:25:35.011 | + functions-common:time_stop:2407 : start_time=1711117534558 2024-03-22 14:25:35.012 | + functions-common:time_stop:2409 : [[ -z 1711117534558 ]] 2024-03-22 14:25:35.014 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:25:35.018 | + functions-common:time_stop:2412 : end_time=1711117535016 2024-03-22 14:25:35.019 | + functions-common:time_stop:2413 : elapsed_time=458 2024-03-22 14:25:35.021 | + functions-common:time_stop:2414 : total=2486 2024-03-22 14:25:35.023 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:25:35.024 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2944 2024-03-22 14:25:35.026 | + functions-common:apt_get:1198 : return 0 2024-03-22 14:25:35.028 | + lib/apache:install_apache_uwsgi:115 : is_ubuntu 2024-03-22 14:25:35.029 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:25:35.031 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:25:35.033 | + lib/apache:install_apache_uwsgi:117 : sudo a2enmod proxy 2024-03-22 14:25:35.079 | Enabling module proxy. 2024-03-22 14:25:35.083 | To activate the new configuration, you need to run: 2024-03-22 14:25:35.083 | systemctl restart apache2 2024-03-22 14:25:35.087 | + lib/apache:install_apache_uwsgi:118 : sudo a2enmod proxy_uwsgi 2024-03-22 14:25:35.119 | Considering dependency proxy for proxy_uwsgi: 2024-03-22 14:25:35.119 | Module proxy already enabled 2024-03-22 14:25:35.120 | Enabling module proxy_uwsgi. 2024-03-22 14:25:35.123 | To activate the new configuration, you need to run: 2024-03-22 14:25:35.123 | systemctl restart apache2 2024-03-22 14:25:35.127 | + lib/apache:install_apache_uwsgi:124 : restart_apache_server 2024-03-22 14:25:35.129 | + lib/apache:restart_apache_server:237 : restart_service apache2 2024-03-22 14:25:35.130 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-03-22 14:25:35.132 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2024-03-22 14:25:35.259 | + stack.sh:main:918 : install_keystoneauth 2024-03-22 14:25:35.262 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2024-03-22 14:25:35.263 | + inc/python:use_library_from_git:272 : local name=keystoneauth 2024-03-22 14:25:35.265 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:35.267 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:35.268 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,keystoneauth, ]] 2024-03-22 14:25:35.270 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:35.272 | + stack.sh:main:919 : install_keystoneclient 2024-03-22 14:25:35.274 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2024-03-22 14:25:35.275 | + inc/python:use_library_from_git:272 : local name=python-keystoneclient 2024-03-22 14:25:35.277 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:35.279 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:35.281 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-keystoneclient, ]] 2024-03-22 14:25:35.283 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:35.284 | + stack.sh:main:920 : install_glanceclient 2024-03-22 14:25:35.286 | + lib/glance:install_glanceclient:501 : use_library_from_git python-glanceclient 2024-03-22 14:25:35.288 | + inc/python:use_library_from_git:272 : local name=python-glanceclient 2024-03-22 14:25:35.290 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:35.291 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:35.293 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-glanceclient, ]] 2024-03-22 14:25:35.295 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:35.297 | + stack.sh:main:921 : install_cinderclient 2024-03-22 14:25:35.298 | + lib/cinder:install_cinderclient:571 : use_library_from_git python-brick-cinderclient-ext 2024-03-22 14:25:35.300 | + inc/python:use_library_from_git:272 : local name=python-brick-cinderclient-ext 2024-03-22 14:25:35.302 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:35.304 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:35.305 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2024-03-22 14:25:35.307 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:35.309 | + lib/cinder:install_cinderclient:576 : use_library_from_git python-cinderclient 2024-03-22 14:25:35.311 | + inc/python:use_library_from_git:272 : local name=python-cinderclient 2024-03-22 14:25:35.312 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:35.314 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:35.316 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-cinderclient, ]] 2024-03-22 14:25:35.318 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:35.319 | + stack.sh:main:922 : install_novaclient 2024-03-22 14:25:35.321 | + lib/nova:install_novaclient:911 : use_library_from_git python-novaclient 2024-03-22 14:25:35.323 | + inc/python:use_library_from_git:272 : local name=python-novaclient 2024-03-22 14:25:35.325 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:35.326 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:35.328 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-novaclient, ]] 2024-03-22 14:25:35.330 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:35.331 | + stack.sh:main:923 : is_service_enabled swift glance horizon 2024-03-22 14:25:35.344 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:25:35.346 | + stack.sh:main:924 : install_swiftclient 2024-03-22 14:25:35.348 | + lib/swift:install_swiftclient:730 : use_library_from_git python-swiftclient 2024-03-22 14:25:35.349 | + inc/python:use_library_from_git:272 : local name=python-swiftclient 2024-03-22 14:25:35.351 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:35.353 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:35.355 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-swiftclient, ]] 2024-03-22 14:25:35.356 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:35.358 | + stack.sh:main:926 : is_service_enabled neutron nova horizon 2024-03-22 14:25:35.371 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:25:35.372 | + stack.sh:main:927 : install_neutronclient 2024-03-22 14:25:35.374 | + lib/neutron:install_neutronclient:537 : use_library_from_git python-neutronclient 2024-03-22 14:25:35.376 | + inc/python:use_library_from_git:272 : local name=python-neutronclient 2024-03-22 14:25:35.378 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:35.379 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:35.381 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-neutronclient, ]] 2024-03-22 14:25:35.383 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:35.390 | + stack.sh:main:931 : install_keystonemiddleware 2024-03-22 14:25:35.390 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2024-03-22 14:25:35.391 | + inc/python:use_library_from_git:272 : local name=keystonemiddleware 2024-03-22 14:25:35.393 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:35.394 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:35.396 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,keystonemiddleware, ]] 2024-03-22 14:25:35.398 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:35.400 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2024-03-22 14:25:35.402 | + inc/python:pip_install_gr:94 : local name=keystonemiddleware 2024-03-22 14:25:35.404 | + inc/python:pip_install_gr:95 : local clean_name 2024-03-22 14:25:35.406 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements keystonemiddleware 2024-03-22 14:25:35.408 | ++ inc/python:get_from_global_requirements:247 : local package=keystonemiddleware 2024-03-22 14:25:35.410 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2024-03-22 14:25:35.413 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2024-03-22 14:25:35.413 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2024-03-22 14:25:35.417 | ++ inc/python:get_from_global_requirements:249 : required_pkg='keystonemiddleware ' 2024-03-22 14:25:35.418 | ++ inc/python:get_from_global_requirements:250 : [[ keystonemiddleware == '' ]] 2024-03-22 14:25:35.420 | ++ inc/python:get_from_global_requirements:253 : echo keystonemiddleware 2024-03-22 14:25:35.423 | + inc/python:pip_install_gr:96 : clean_name=keystonemiddleware 2024-03-22 14:25:35.424 | + inc/python:pip_install_gr:97 : pip_install keystonemiddleware 2024-03-22 14:25:35.440 | Using python 3.10 to install keystonemiddleware 2024-03-22 14:25:35.441 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt keystonemiddleware 2024-03-22 14:25:36.353 | Collecting keystonemiddleware 2024-03-22 14:25:36.356 | Using cached keystonemiddleware-10.4.1-py3-none-any.whl.metadata (3.8 kB) 2024-03-22 14:25:36.410 | Collecting WebOb>=1.7.1 (from keystonemiddleware) 2024-03-22 14:25:36.412 | Using cached WebOb-1.8.7-py2.py3-none-any.whl.metadata (10 kB) 2024-03-22 14:25:36.448 | Collecting keystoneauth1>=3.12.0 (from keystonemiddleware) 2024-03-22 14:25:36.450 | Using cached keystoneauth1-5.3.0-py3-none-any.whl.metadata (3.8 kB) 2024-03-22 14:25:36.490 | Collecting oslo.cache>=1.26.0 (from keystonemiddleware) 2024-03-22 14:25:36.492 | Using cached oslo.cache-3.5.0-py3-none-any.whl.metadata (3.2 kB) 2024-03-22 14:25:36.534 | Collecting oslo.config>=5.2.0 (from keystonemiddleware) 2024-03-22 14:25:36.537 | Using cached oslo.config-9.2.0-py3-none-any.whl.metadata (3.1 kB) 2024-03-22 14:25:36.572 | Collecting oslo.context>=2.19.2 (from keystonemiddleware) 2024-03-22 14:25:36.574 | Using cached oslo.context-5.2.0-py3-none-any.whl.metadata (2.0 kB) 2024-03-22 14:25:36.603 | Collecting oslo.i18n>=3.15.3 (from keystonemiddleware) 2024-03-22 14:25:36.605 | Using cached oslo.i18n-6.1.0-py3-none-any.whl.metadata (2.0 kB) 2024-03-22 14:25:36.660 | Collecting oslo.log>=3.36.0 (from keystonemiddleware) 2024-03-22 14:25:36.689 | Using cached oslo.log-5.3.0-py3-none-any.whl.metadata (3.1 kB) 2024-03-22 14:25:36.755 | Collecting oslo.serialization!=2.19.1,>=2.18.0 (from keystonemiddleware) 2024-03-22 14:25:36.757 | Using cached oslo.serialization-5.2.0-py3-none-any.whl.metadata (2.2 kB) 2024-03-22 14:25:36.801 | Collecting oslo.utils>=3.33.0 (from keystonemiddleware) 2024-03-22 14:25:36.803 | Using cached oslo.utils-6.2.1-py3-none-any.whl.metadata (2.2 kB) 2024-03-22 14:25:36.805 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware) (5.11.1) 2024-03-22 14:25:36.826 | Collecting pycadf!=2.0.0,>=1.1.0 (from keystonemiddleware) 2024-03-22 14:25:36.828 | Using cached pycadf-3.1.1-py3-none-any.whl.metadata (2.1 kB) 2024-03-22 14:25:36.860 | Collecting python-keystoneclient>=3.20.0 (from keystonemiddleware) 2024-03-22 14:25:36.862 | Using cached python_keystoneclient-5.2.0-py3-none-any.whl.metadata (3.7 kB) 2024-03-22 14:25:36.863 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware) (2.28.2) 2024-03-22 14:25:36.909 | Collecting iso8601>=0.1.11 (from keystoneauth1>=3.12.0->keystonemiddleware) 2024-03-22 14:25:36.911 | Using cached iso8601-1.1.0-py3-none-any.whl.metadata (9.8 kB) 2024-03-22 14:25:36.927 | Collecting os-service-types>=1.2.0 (from keystoneauth1>=3.12.0->keystonemiddleware) 2024-03-22 14:25:36.929 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl.metadata (1.7 kB) 2024-03-22 14:25:36.959 | Collecting stevedore>=1.20.0 (from keystoneauth1>=3.12.0->keystonemiddleware) 2024-03-22 14:25:36.961 | Using cached stevedore-5.1.0-py3-none-any.whl.metadata (2.2 kB) 2024-03-22 14:25:37.001 | Collecting dogpile.cache>=1.1.5 (from oslo.cache>=1.26.0->keystonemiddleware) 2024-03-22 14:25:37.003 | Using cached dogpile.cache-1.1.8-py3-none-any.whl.metadata (5.0 kB) 2024-03-22 14:25:37.083 | Collecting PyYAML>=5.1 (from oslo.config>=5.2.0->keystonemiddleware) 2024-03-22 14:25:37.085 | Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (2.0 kB) 2024-03-22 14:25:37.108 | Collecting debtcollector>=1.2.0 (from oslo.config>=5.2.0->keystonemiddleware) 2024-03-22 14:25:37.110 | Using cached debtcollector-2.5.0-py3-none-any.whl.metadata (2.3 kB) 2024-03-22 14:25:37.134 | Collecting netaddr>=0.7.18 (from oslo.config>=5.2.0->keystonemiddleware) 2024-03-22 14:25:37.136 | Using cached netaddr-0.8.0-py2.py3-none-any.whl.metadata (4.9 kB) 2024-03-22 14:25:37.156 | Collecting rfc3986>=1.2.0 (from oslo.config>=5.2.0->keystonemiddleware) 2024-03-22 14:25:37.157 | Using cached rfc3986-2.0.0-py2.py3-none-any.whl.metadata (6.6 kB) 2024-03-22 14:25:37.255 | Collecting python-dateutil>=2.7.0 (from oslo.log>=3.36.0->keystonemiddleware) 2024-03-22 14:25:37.257 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl.metadata (8.2 kB) 2024-03-22 14:25:37.275 | Collecting pyinotify>=0.9.6 (from oslo.log>=3.36.0->keystonemiddleware) 2024-03-22 14:25:37.275 | Using cached pyinotify-0.9.6-py3-none-any.whl 2024-03-22 14:25:37.350 | Collecting msgpack>=0.5.2 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2024-03-22 14:25:37.352 | Using cached msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.8 kB) 2024-03-22 14:25:37.419 | Collecting pytz>=2013.6 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2024-03-22 14:25:37.422 | Using cached pytz-2023.3-py2.py3-none-any.whl.metadata (22 kB) 2024-03-22 14:25:37.446 | Collecting tzdata>=2022.4 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2024-03-22 14:25:37.448 | Using cached tzdata-2023.3-py2.py3-none-any.whl.metadata (1.4 kB) 2024-03-22 14:25:37.481 | Collecting netifaces>=0.10.4 (from oslo.utils>=3.33.0->keystonemiddleware) 2024-03-22 14:25:37.481 | Using cached netifaces-0.11.0-cp310-cp310-linux_x86_64.whl 2024-03-22 14:25:37.512 | Collecting packaging>=20.4 (from oslo.utils>=3.33.0->keystonemiddleware) 2024-03-22 14:25:37.514 | Using cached packaging-23.1-py3-none-any.whl.metadata (3.1 kB) 2024-03-22 14:25:37.554 | Collecting pyparsing>=2.1.0 (from oslo.utils>=3.33.0->keystonemiddleware) 2024-03-22 14:25:37.556 | Using cached pyparsing-3.0.9-py3-none-any.whl.metadata (4.2 kB) 2024-03-22 14:25:37.565 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from pycadf!=2.0.0,>=1.1.0->keystonemiddleware) (1.16.0) 2024-03-22 14:25:37.589 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (3.1.0) 2024-03-22 14:25:37.590 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (3.4) 2024-03-22 14:25:37.591 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (1.26.15) 2024-03-22 14:25:37.591 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (2024.2.2) 2024-03-22 14:25:37.705 | Collecting wrapt>=1.7.0 (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware) 2024-03-22 14:25:37.707 | Using cached wrapt-1.15.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2024-03-22 14:25:37.738 | Collecting decorator>=4.0.0 (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware) 2024-03-22 14:25:37.739 | Using cached decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB) 2024-03-22 14:25:37.871 | Using cached keystonemiddleware-10.4.1-py3-none-any.whl (130 kB) 2024-03-22 14:25:37.874 | Using cached keystoneauth1-5.3.0-py3-none-any.whl (323 kB) 2024-03-22 14:25:37.878 | Using cached oslo.cache-3.5.0-py3-none-any.whl (70 kB) 2024-03-22 14:25:37.881 | Using cached oslo.config-9.2.0-py3-none-any.whl (128 kB) 2024-03-22 14:25:37.883 | Using cached oslo.context-5.2.0-py3-none-any.whl (20 kB) 2024-03-22 14:25:37.886 | Using cached oslo.i18n-6.1.0-py3-none-any.whl (46 kB) 2024-03-22 14:25:37.889 | Using cached oslo.log-5.3.0-py3-none-any.whl (76 kB) 2024-03-22 14:25:37.892 | Using cached oslo.serialization-5.2.0-py3-none-any.whl (26 kB) 2024-03-22 14:25:37.894 | Using cached oslo.utils-6.2.1-py3-none-any.whl (101 kB) 2024-03-22 14:25:37.897 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2024-03-22 14:25:37.900 | Using cached python_keystoneclient-5.2.0-py3-none-any.whl (397 kB) 2024-03-22 14:25:37.904 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2024-03-22 14:25:37.907 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2024-03-22 14:25:37.910 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2024-03-22 14:25:37.913 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2024-03-22 14:25:37.915 | Using cached msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2024-03-22 14:25:37.920 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2024-03-22 14:25:37.931 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2024-03-22 14:25:37.934 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2024-03-22 14:25:37.936 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2024-03-22 14:25:37.939 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2024-03-22 14:25:37.944 | Using cached pytz-2023.3-py2.py3-none-any.whl (502 kB) 2024-03-22 14:25:37.949 | 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-03-22 14:25:37.955 | Using cached rfc3986-2.0.0-py2.py3-none-any.whl (31 kB) 2024-03-22 14:25:37.958 | Using cached stevedore-5.1.0-py3-none-any.whl (49 kB) 2024-03-22 14:25:37.961 | Using cached tzdata-2023.3-py2.py3-none-any.whl (341 kB) 2024-03-22 14:25:37.966 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2024-03-22 14:25:37.968 | Using cached wrapt-1.15.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78 kB) 2024-03-22 14:25:38.256 | Installing collected packages: pytz, pyinotify, netifaces, netaddr, msgpack, wrapt, WebOb, tzdata, stevedore, rfc3986, 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-03-22 14:25:39.909 | 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.3.0 keystonemiddleware-10.4.1 msgpack-1.0.5 netaddr-0.8.0 netifaces-0.11.0 os-service-types-1.7.0 oslo.cache-3.5.0 oslo.config-9.2.0 oslo.context-5.2.0 oslo.i18n-6.1.0 oslo.log-5.3.0 oslo.serialization-5.2.0 oslo.utils-6.2.1 packaging-23.1 pycadf-3.1.1 pyinotify-0.9.6 pyparsing-3.0.9 python-dateutil-2.8.2 python-keystoneclient-5.2.0 pytz-2023.3 rfc3986-2.0.0 stevedore-5.1.0 tzdata-2023.3 wrapt-1.15.0 2024-03-22 14:25:40.042 | + inc/python:pip_install:222 : result=0 2024-03-22 14:25:40.043 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-22 14:25:40.045 | + functions-common:time_stop:2400 : local name 2024-03-22 14:25:40.047 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:25:40.049 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:25:40.050 | + functions-common:time_stop:2403 : local total 2024-03-22 14:25:40.052 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:25:40.054 | + functions-common:time_stop:2406 : name=pip_install 2024-03-22 14:25:40.055 | + functions-common:time_stop:2407 : start_time=1711117535435 2024-03-22 14:25:40.057 | + functions-common:time_stop:2409 : [[ -z 1711117535435 ]] 2024-03-22 14:25:40.059 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:25:40.062 | + functions-common:time_stop:2412 : end_time=1711117540060 2024-03-22 14:25:40.064 | + functions-common:time_stop:2413 : elapsed_time=4625 2024-03-22 14:25:40.065 | + functions-common:time_stop:2414 : total=16409 2024-03-22 14:25:40.067 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:25:40.068 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=21034 2024-03-22 14:25:40.070 | + inc/python:pip_install:225 : return 0 2024-03-22 14:25:40.072 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2024-03-22 14:25:40.073 | + inc/python:pip_install_gr:94 : local name=python-memcached 2024-03-22 14:25:40.075 | + inc/python:pip_install_gr:95 : local clean_name 2024-03-22 14:25:40.077 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements python-memcached 2024-03-22 14:25:40.079 | ++ inc/python:get_from_global_requirements:247 : local package=python-memcached 2024-03-22 14:25:40.081 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2024-03-22 14:25:40.084 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2024-03-22 14:25:40.084 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2024-03-22 14:25:40.088 | ++ inc/python:get_from_global_requirements:249 : required_pkg='python-memcached ' 2024-03-22 14:25:40.090 | ++ inc/python:get_from_global_requirements:250 : [[ python-memcached == '' ]] 2024-03-22 14:25:40.092 | ++ inc/python:get_from_global_requirements:253 : echo python-memcached 2024-03-22 14:25:40.094 | + inc/python:pip_install_gr:96 : clean_name=python-memcached 2024-03-22 14:25:40.096 | + inc/python:pip_install_gr:97 : pip_install python-memcached 2024-03-22 14:25:40.111 | Using python 3.10 to install python-memcached 2024-03-22 14:25:40.113 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt python-memcached 2024-03-22 14:25:40.993 | Collecting python-memcached 2024-03-22 14:25:40.995 | Using cached python_memcached-1.59-py2.py3-none-any.whl.metadata (2.1 kB) 2024-03-22 14:25:40.998 | Requirement already satisfied: six>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-memcached) (1.16.0) 2024-03-22 14:25:41.001 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2024-03-22 14:25:41.202 | Installing collected packages: python-memcached 2024-03-22 14:25:41.226 | Successfully installed python-memcached-1.59 2024-03-22 14:25:41.301 | + inc/python:pip_install:222 : result=0 2024-03-22 14:25:41.303 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-22 14:25:41.305 | + functions-common:time_stop:2400 : local name 2024-03-22 14:25:41.306 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:25:41.308 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:25:41.310 | + functions-common:time_stop:2403 : local total 2024-03-22 14:25:41.312 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:25:41.313 | + functions-common:time_stop:2406 : name=pip_install 2024-03-22 14:25:41.315 | + functions-common:time_stop:2407 : start_time=1711117540107 2024-03-22 14:25:41.317 | + functions-common:time_stop:2409 : [[ -z 1711117540107 ]] 2024-03-22 14:25:41.318 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:25:41.322 | + functions-common:time_stop:2412 : end_time=1711117541320 2024-03-22 14:25:41.323 | + functions-common:time_stop:2413 : elapsed_time=1213 2024-03-22 14:25:41.325 | + functions-common:time_stop:2414 : total=21034 2024-03-22 14:25:41.327 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:25:41.328 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=22247 2024-03-22 14:25:41.330 | + inc/python:pip_install:225 : return 0 2024-03-22 14:25:41.332 | + stack.sh:main:933 : is_service_enabled keystone 2024-03-22 14:25:41.344 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:25:41.346 | + stack.sh:main:934 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-03-22 14:25:41.348 | + stack.sh:main:935 : stack_install_service keystone 2024-03-22 14:25:41.350 | + lib/stack:stack_install_service:20 : local service=keystone 2024-03-22 14:25:41.351 | + lib/stack:stack_install_service:21 : type install_keystone 2024-03-22 14:25:41.353 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-03-22 14:25:41.355 | + lib/stack:stack_install_service:32 : install_keystone 2024-03-22 14:25:41.357 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2024-03-22 14:25:41.368 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:25:41.370 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone stable/2023.2 2024-03-22 14:25:41.372 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/keystone.git 2024-03-22 14:25:41.373 | + functions-common:git_clone:573 : local git_dest=/opt/stack//keystone 2024-03-22 14:25:41.375 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2024-03-22 14:25:41.376 | + functions-common:git_clone:575 : local orig_dir 2024-03-22 14:25:41.378 | ++ functions-common:git_clone:576 : pwd 2024-03-22 14:25:41.380 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-03-22 14:25:41.382 | + functions-common:git_clone:577 : local git_clone_flags= 2024-03-22 14:25:41.384 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-03-22 14:25:41.398 | + functions-common:git_clone:579 : RECLONE=False 2024-03-22 14:25:41.400 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2024-03-22 14:25:41.401 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2024-03-22 14:25:41.403 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-03-22 14:25:41.405 | + functions-common:git_clone:593 : echo stable/2023.2 2024-03-22 14:25:41.405 | + functions-common:git_clone:593 : egrep -q '^refs' 2024-03-22 14:25:41.409 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//keystone ]] 2024-03-22 14:25:41.410 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2024-03-22 14:25:41.412 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2024-03-22 14:25:41.414 | + functions-common:git_timed:680 : local count=0 2024-03-22 14:25:41.415 | + functions-common:git_timed:681 : local timeout=0 2024-03-22 14:25:41.416 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-22 14:25:41.418 | + functions-common:git_timed:684 : timeout=0 2024-03-22 14:25:41.419 | + functions-common:git_timed:687 : time_start git_timed 2024-03-22 14:25:41.421 | + functions-common:time_start:2386 : local name=git_timed 2024-03-22 14:25:41.423 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:25:41.424 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:25:41.426 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:25:41.429 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117541427 2024-03-22 14:25:41.431 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2024-03-22 14:25:41.433 | Cloning into '/opt/stack//keystone'... 2024-03-22 14:25:43.797 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-22 14:25:43.799 | + functions-common:time_stop:2400 : local name 2024-03-22 14:25:43.801 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:25:43.803 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:25:43.804 | + functions-common:time_stop:2403 : local total 2024-03-22 14:25:43.806 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:25:43.807 | + functions-common:time_stop:2406 : name=git_timed 2024-03-22 14:25:43.809 | + functions-common:time_stop:2407 : start_time=1711117541427 2024-03-22 14:25:43.811 | + functions-common:time_stop:2409 : [[ -z 1711117541427 ]] 2024-03-22 14:25:43.813 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:25:43.816 | + functions-common:time_stop:2412 : end_time=1711117543814 2024-03-22 14:25:43.817 | + functions-common:time_stop:2413 : elapsed_time=2387 2024-03-22 14:25:43.819 | + functions-common:time_stop:2414 : total=7103 2024-03-22 14:25:43.821 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:25:43.822 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9490 2024-03-22 14:25:43.824 | + functions-common:git_clone:614 : cd /opt/stack//keystone 2024-03-22 14:25:43.826 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2024-03-22 14:25:43.827 | + functions-common:git_timed:680 : local count=0 2024-03-22 14:25:43.829 | + functions-common:git_timed:681 : local timeout=0 2024-03-22 14:25:43.831 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-22 14:25:43.832 | + functions-common:git_timed:684 : timeout=0 2024-03-22 14:25:43.834 | + functions-common:git_timed:687 : time_start git_timed 2024-03-22 14:25:43.836 | + functions-common:time_start:2386 : local name=git_timed 2024-03-22 14:25:43.837 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:25:43.839 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:25:43.841 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:25:43.844 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117543842 2024-03-22 14:25:43.846 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2024-03-22 14:25:45.112 | From https://opendev.org/openstack/keystone 2024-03-22 14:25:45.112 | * branch stable/2023.2 -> FETCH_HEAD 2024-03-22 14:25:45.117 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-22 14:25:45.119 | + functions-common:time_stop:2400 : local name 2024-03-22 14:25:45.120 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:25:45.122 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:25:45.123 | + functions-common:time_stop:2403 : local total 2024-03-22 14:25:45.125 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:25:45.126 | + functions-common:time_stop:2406 : name=git_timed 2024-03-22 14:25:45.128 | + functions-common:time_stop:2407 : start_time=1711117543842 2024-03-22 14:25:45.130 | + functions-common:time_stop:2409 : [[ -z 1711117543842 ]] 2024-03-22 14:25:45.131 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:25:45.134 | + functions-common:time_stop:2412 : end_time=1711117545133 2024-03-22 14:25:45.136 | + functions-common:time_stop:2413 : elapsed_time=1291 2024-03-22 14:25:45.138 | + functions-common:time_stop:2414 : total=9490 2024-03-22 14:25:45.139 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:25:45.141 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10781 2024-03-22 14:25:45.142 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2024-03-22 14:25:45.144 | + functions-common:git_timed:680 : local count=0 2024-03-22 14:25:45.146 | + functions-common:git_timed:681 : local timeout=0 2024-03-22 14:25:45.147 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-22 14:25:45.149 | + functions-common:git_timed:684 : timeout=0 2024-03-22 14:25:45.150 | + functions-common:git_timed:687 : time_start git_timed 2024-03-22 14:25:45.152 | + functions-common:time_start:2386 : local name=git_timed 2024-03-22 14:25:45.154 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:25:45.155 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:25:45.157 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:25:45.160 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117545158 2024-03-22 14:25:45.161 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-03-22 14:25:45.245 | Note: switching to 'FETCH_HEAD'. 2024-03-22 14:25:45.246 | 2024-03-22 14:25:45.246 | You are in 'detached HEAD' state. You can look around, make experimental 2024-03-22 14:25:45.246 | changes and commit them, and you can discard any commits you make in this 2024-03-22 14:25:45.246 | state without impacting any branches by switching back to a branch. 2024-03-22 14:25:45.246 | 2024-03-22 14:25:45.246 | If you want to create a new branch to retain commits you create, you may 2024-03-22 14:25:45.246 | do so (now or later) by using -c with the switch command. Example: 2024-03-22 14:25:45.246 | 2024-03-22 14:25:45.246 | git switch -c 2024-03-22 14:25:45.246 | 2024-03-22 14:25:45.246 | Or undo this operation with: 2024-03-22 14:25:45.246 | 2024-03-22 14:25:45.246 | git switch - 2024-03-22 14:25:45.246 | 2024-03-22 14:25:45.246 | Turn off this advice by setting config variable advice.detachedHead to false 2024-03-22 14:25:45.246 | 2024-03-22 14:25:45.246 | HEAD is now at 5035872 Merge "Improve application credential validation speed" into stable/2023.2 2024-03-22 14:25:45.249 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-22 14:25:45.251 | + functions-common:time_stop:2400 : local name 2024-03-22 14:25:45.253 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:25:45.255 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:25:45.256 | + functions-common:time_stop:2403 : local total 2024-03-22 14:25:45.258 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:25:45.259 | + functions-common:time_stop:2406 : name=git_timed 2024-03-22 14:25:45.261 | + functions-common:time_stop:2407 : start_time=1711117545158 2024-03-22 14:25:45.262 | + functions-common:time_stop:2409 : [[ -z 1711117545158 ]] 2024-03-22 14:25:45.265 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:25:45.267 | + functions-common:time_stop:2412 : end_time=1711117545265 2024-03-22 14:25:45.269 | + functions-common:time_stop:2413 : elapsed_time=107 2024-03-22 14:25:45.270 | + functions-common:time_stop:2414 : total=10781 2024-03-22 14:25:45.272 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:25:45.273 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10888 2024-03-22 14:25:45.275 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//keystone 2024-03-22 14:25:45.286 | + functions-common:git_clone:655 : cd /opt/stack//keystone 2024-03-22 14:25:45.288 | + functions-common:git_clone:656 : git show --oneline 2024-03-22 14:25:45.288 | + functions-common:git_clone:656 : head -1 2024-03-22 14:25:45.290 | 5035872 Merge "Improve application credential validation speed" into stable/2023.2 2024-03-22 14:25:45.292 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2024-03-22 14:25:45.294 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2024-03-22 14:25:45.296 | + inc/python:setup_develop:360 : local bindep 2024-03-22 14:25:45.297 | + inc/python:setup_develop:361 : [[ /opt/stack//keystone == -bindep* ]] 2024-03-22 14:25:45.299 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//keystone 2024-03-22 14:25:45.301 | + inc/python:setup_develop:366 : local extras= 2024-03-22 14:25:45.302 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2024-03-22 14:25:45.304 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2024-03-22 14:25:45.306 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//keystone == -bindep* ]] 2024-03-22 14:25:45.307 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//keystone 2024-03-22 14:25:45.309 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2024-03-22 14:25:45.311 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2024-03-22 14:25:45.313 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//keystone 2024-03-22 14:25:45.314 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2024-03-22 14:25:45.317 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/keystone 2024-03-22 14:25:45.318 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2024-03-22 14:25:45.320 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2024-03-22 14:25:45.322 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2024-03-22 14:25:45.327 | + inc/python:_setup_package_with_constraints_edit:407 : name=keystone 2024-03-22 14:25:45.328 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- keystone 2024-03-22 14:25:45.653 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/keystone -e 2024-03-22 14:25:45.654 | + inc/python:setup_package:440 : local bindep=0 2024-03-22 14:25:45.656 | + inc/python:setup_package:441 : local bindep_flag= 2024-03-22 14:25:45.658 | + inc/python:setup_package:442 : local bindep_profiles= 2024-03-22 14:25:45.660 | + inc/python:setup_package:443 : [[ /opt/stack/keystone == -bindep* ]] 2024-03-22 14:25:45.661 | + inc/python:setup_package:448 : local project_dir=/opt/stack/keystone 2024-03-22 14:25:45.663 | + inc/python:setup_package:449 : local flags=-e 2024-03-22 14:25:45.664 | + inc/python:setup_package:450 : local extras= 2024-03-22 14:25:45.666 | + inc/python:setup_package:454 : [[ -n -e ]] 2024-03-22 14:25:45.668 | + inc/python:setup_package:454 : [[ -z '' ]] 2024-03-22 14:25:45.669 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2024-03-22 14:25:45.671 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2024-03-22 14:25:45.673 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2024-03-22 14:25:45.674 | + inc/python:setup_package:468 : pip_install -e /opt/stack/keystone 2024-03-22 14:25:45.689 | Using python 3.10 to install /opt/stack/keystone 2024-03-22 14:25:45.690 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/keystone 2024-03-22 14:25:46.467 | Obtaining file:///opt/stack/keystone 2024-03-22 14:25:46.470 | Preparing metadata (setup.py): started 2024-03-22 14:25:47.141 | Preparing metadata (setup.py): finished with status 'done' 2024-03-22 14:25:47.196 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==24.0.1.dev9) (5.11.1) 2024-03-22 14:25:47.197 | Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==24.0.1.dev9) (1.8.7) 2024-03-22 14:25:47.294 | Collecting Flask!=0.11,>=1.0.2 (from keystone==24.0.1.dev9) 2024-03-22 14:25:47.296 | Using cached Flask-2.2.3-py3-none-any.whl.metadata (3.9 kB) 2024-03-22 14:25:47.318 | Collecting Flask-RESTful>=0.3.5 (from keystone==24.0.1.dev9) 2024-03-22 14:25:47.320 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl.metadata (912 bytes) 2024-03-22 14:25:47.524 | Collecting cryptography>=2.7 (from keystone==24.0.1.dev9) 2024-03-22 14:25:47.527 | Using cached cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB) 2024-03-22 14:25:47.882 | Collecting SQLAlchemy>=1.4.0 (from keystone==24.0.1.dev9) 2024-03-22 14:25:47.885 | 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.metadata (10.0 kB) 2024-03-22 14:25:47.887 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==24.0.1.dev9) (5.1.0) 2024-03-22 14:25:47.906 | Collecting passlib>=1.7.0 (from keystone==24.0.1.dev9) 2024-03-22 14:25:47.908 | Using cached passlib-1.7.4-py2.py3-none-any.whl.metadata (1.7 kB) 2024-03-22 14:25:47.910 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==24.0.1.dev9) (5.2.0) 2024-03-22 14:25:47.911 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==24.0.1.dev9) (10.4.1) 2024-03-22 14:25:47.956 | Collecting bcrypt>=3.1.3 (from keystone==24.0.1.dev9) 2024-03-22 14:25:47.958 | Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (9.0 kB) 2024-03-22 14:25:48.014 | Collecting scrypt>=0.8.0 (from keystone==24.0.1.dev9) 2024-03-22 14:25:48.016 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.5 kB) 2024-03-22 14:25:48.018 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==24.0.1.dev9) (3.5.0) 2024-03-22 14:25:48.018 | Requirement already satisfied: oslo.config>=6.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==24.0.1.dev9) (9.2.0) 2024-03-22 14:25:48.019 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==24.0.1.dev9) (5.2.0) 2024-03-22 14:25:48.077 | Collecting oslo.messaging>=5.29.0 (from keystone==24.0.1.dev9) 2024-03-22 14:25:48.079 | Using cached oslo.messaging-14.4.1-py3-none-any.whl.metadata (3.3 kB) 2024-03-22 14:25:48.123 | Collecting oslo.db>=6.0.0 (from keystone==24.0.1.dev9) 2024-03-22 14:25:48.125 | Using cached oslo.db-14.1.0-py3-none-any.whl.metadata (3.2 kB) 2024-03-22 14:25:48.127 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==24.0.1.dev9) (6.1.0) 2024-03-22 14:25:48.128 | Requirement already satisfied: oslo.log>=3.44.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==24.0.1.dev9) (5.3.0) 2024-03-22 14:25:48.163 | Collecting oslo.middleware>=3.31.0 (from keystone==24.0.1.dev9) 2024-03-22 14:25:48.166 | Using cached oslo.middleware-5.2.0-py3-none-any.whl.metadata (2.2 kB) 2024-03-22 14:25:48.207 | Collecting oslo.policy>=3.10.0 (from keystone==24.0.1.dev9) 2024-03-22 14:25:48.209 | Using cached oslo.policy-4.2.1-py3-none-any.whl.metadata (2.1 kB) 2024-03-22 14:25:48.211 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==24.0.1.dev9) (5.2.0) 2024-03-22 14:25:48.234 | Collecting oslo.upgradecheck>=1.3.0 (from keystone==24.0.1.dev9) 2024-03-22 14:25:48.236 | Using cached oslo.upgradecheck-2.2.0-py3-none-any.whl.metadata (1.7 kB) 2024-03-22 14:25:48.237 | Requirement already satisfied: oslo.utils>=3.33.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==24.0.1.dev9) (6.2.1) 2024-03-22 14:25:48.258 | Collecting oauthlib>=0.6.2 (from keystone==24.0.1.dev9) 2024-03-22 14:25:48.260 | Using cached oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB) 2024-03-22 14:25:48.289 | Collecting pysaml2>=5.0.0 (from keystone==24.0.1.dev9) 2024-03-22 14:25:48.291 | Using cached pysaml2-7.3.1-py3-none-any.whl.metadata (7.1 kB) 2024-03-22 14:25:48.315 | Collecting PyJWT>=1.6.1 (from keystone==24.0.1.dev9) 2024-03-22 14:25:48.317 | Using cached PyJWT-2.6.0-py3-none-any.whl.metadata (4.0 kB) 2024-03-22 14:25:48.319 | Requirement already satisfied: dogpile.cache>=1.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==24.0.1.dev9) (1.1.8) 2024-03-22 14:25:48.371 | Collecting jsonschema>=3.2.0 (from keystone==24.0.1.dev9) 2024-03-22 14:25:48.373 | Using cached jsonschema-4.17.3-py3-none-any.whl.metadata (7.9 kB) 2024-03-22 14:25:48.375 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==24.0.1.dev9) (3.1.1) 2024-03-22 14:25:48.375 | Requirement already satisfied: msgpack>=0.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==24.0.1.dev9) (1.0.5) 2024-03-22 14:25:48.407 | Collecting osprofiler>=1.4.0 (from keystone==24.0.1.dev9) 2024-03-22 14:25:48.409 | Using cached osprofiler-4.1.0-py3-none-any.whl.metadata (3.4 kB) 2024-03-22 14:25:48.411 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==24.0.1.dev9) (2023.3) 2024-03-22 14:25:48.547 | Collecting cffi>=1.12 (from cryptography>=2.7->keystone==24.0.1.dev9) 2024-03-22 14:25:48.550 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.1 kB) 2024-03-22 14:25:48.554 | Requirement already satisfied: decorator>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from dogpile.cache>=1.0.2->keystone==24.0.1.dev9) (5.1.1) 2024-03-22 14:25:48.597 | Collecting Werkzeug>=2.2.2 (from Flask!=0.11,>=1.0.2->keystone==24.0.1.dev9) 2024-03-22 14:25:48.599 | Using cached Werkzeug-2.2.3-py3-none-any.whl.metadata (4.4 kB) 2024-03-22 14:25:48.624 | Collecting Jinja2>=3.0 (from Flask!=0.11,>=1.0.2->keystone==24.0.1.dev9) 2024-03-22 14:25:48.626 | Using cached Jinja2-3.1.2-py3-none-any.whl.metadata (3.5 kB) 2024-03-22 14:25:48.647 | Collecting itsdangerous>=2.0 (from Flask!=0.11,>=1.0.2->keystone==24.0.1.dev9) 2024-03-22 14:25:48.648 | Using cached itsdangerous-2.1.2-py3-none-any.whl.metadata (2.9 kB) 2024-03-22 14:25:48.677 | Collecting click>=8.0 (from Flask!=0.11,>=1.0.2->keystone==24.0.1.dev9) 2024-03-22 14:25:48.678 | Using cached click-8.1.3-py3-none-any.whl.metadata (3.2 kB) 2024-03-22 14:25:48.745 | Collecting aniso8601>=0.82 (from Flask-RESTful>=0.3.5->keystone==24.0.1.dev9) 2024-03-22 14:25:48.747 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl.metadata (23 kB) 2024-03-22 14:25:48.756 | Requirement already satisfied: six>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Flask-RESTful>=0.3.5->keystone==24.0.1.dev9) (1.16.0) 2024-03-22 14:25:48.798 | Collecting attrs>=17.4.0 (from jsonschema>=3.2.0->keystone==24.0.1.dev9) 2024-03-22 14:25:48.811 | Using cached attrs-23.1.0-py3-none-any.whl.metadata (11 kB) 2024-03-22 14:25:48.851 | Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 (from jsonschema>=3.2.0->keystone==24.0.1.dev9) 2024-03-22 14:25:48.853 | Using cached pyrsistent-0.19.3-py3-none-any.whl.metadata (27 kB) 2024-03-22 14:25:48.876 | Requirement already satisfied: keystoneauth1>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=7.0.0->keystone==24.0.1.dev9) (5.3.0) 2024-03-22 14:25:48.878 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=7.0.0->keystone==24.0.1.dev9) (2.28.2) 2024-03-22 14:25:48.920 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==24.0.1.dev9) (6.0) 2024-03-22 14:25:48.921 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==24.0.1.dev9) (2.5.0) 2024-03-22 14:25:48.922 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==24.0.1.dev9) (0.8.0) 2024-03-22 14:25:48.923 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==24.0.1.dev9) (2.0.0) 2024-03-22 14:25:48.987 | Collecting alembic>=0.9.6 (from oslo.db>=6.0.0->keystone==24.0.1.dev9) 2024-03-22 14:25:48.989 | Using cached alembic-1.9.4-py3-none-any.whl.metadata (7.2 kB) 2024-03-22 14:25:49.007 | Collecting testresources>=2.0.0 (from oslo.db>=6.0.0->keystone==24.0.1.dev9) 2024-03-22 14:25:49.009 | Using cached testresources-2.0.1-py2.py3-none-any.whl.metadata (11 kB) 2024-03-22 14:25:49.026 | Collecting testscenarios>=0.4 (from oslo.db>=6.0.0->keystone==24.0.1.dev9) 2024-03-22 14:25:49.028 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl.metadata (12 kB) 2024-03-22 14:25:49.053 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=3.44.0->keystone==24.0.1.dev9) (2.8.2) 2024-03-22 14:25:49.054 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=3.44.0->keystone==24.0.1.dev9) (0.9.6) 2024-03-22 14:25:49.111 | Collecting amqp>=2.5.2 (from oslo.messaging>=5.29.0->keystone==24.0.1.dev9) 2024-03-22 14:25:49.113 | Using cached amqp-5.1.1-py3-none-any.whl.metadata (8.9 kB) 2024-03-22 14:25:49.139 | Collecting cachetools>=2.0.0 (from oslo.messaging>=5.29.0->keystone==24.0.1.dev9) 2024-03-22 14:25:49.141 | Using cached cachetools-5.3.0-py3-none-any.whl.metadata (5.2 kB) 2024-03-22 14:25:49.143 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=5.29.0->keystone==24.0.1.dev9) (2.4.1) 2024-03-22 14:25:49.189 | Collecting kombu>=4.6.6 (from oslo.messaging>=5.29.0->keystone==24.0.1.dev9) 2024-03-22 14:25:49.191 | Using cached kombu-5.2.4-py3-none-any.whl.metadata (2.7 kB) 2024-03-22 14:25:49.213 | Collecting oslo.metrics>=0.2.1 (from oslo.messaging>=5.29.0->keystone==24.0.1.dev9) 2024-03-22 14:25:49.215 | Using cached oslo.metrics-0.7.0-py3-none-any.whl.metadata (1.3 kB) 2024-03-22 14:25:49.255 | Collecting oslo.service!=1.28.1,>=1.24.0 (from oslo.messaging>=5.29.0->keystone==24.0.1.dev9) 2024-03-22 14:25:49.257 | Using cached oslo.service-3.2.0-py3-none-any.whl.metadata (2.7 kB) 2024-03-22 14:25:49.289 | Collecting statsd>=3.2.1 (from oslo.middleware>=3.31.0->keystone==24.0.1.dev9) 2024-03-22 14:25:49.291 | Using cached statsd-4.0.1-py2.py3-none-any.whl.metadata (2.9 kB) 2024-03-22 14:25:49.307 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystone==24.0.1.dev9) (2023.3) 2024-03-22 14:25:49.337 | Collecting PrettyTable>=0.7.1 (from oslo.upgradecheck>=1.3.0->keystone==24.0.1.dev9) 2024-03-22 14:25:49.339 | Using cached prettytable-3.7.0-py3-none-any.whl.metadata (26 kB) 2024-03-22 14:25:49.359 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==24.0.1.dev9) (1.1.0) 2024-03-22 14:25:49.360 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==24.0.1.dev9) (0.11.0) 2024-03-22 14:25:49.361 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==24.0.1.dev9) (23.1) 2024-03-22 14:25:49.362 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==24.0.1.dev9) (3.0.9) 2024-03-22 14:25:49.423 | Collecting oslo.concurrency>=3.26.0 (from osprofiler>=1.4.0->keystone==24.0.1.dev9) 2024-03-22 14:25:49.425 | Using cached oslo.concurrency-5.2.0-py3-none-any.whl.metadata (2.0 kB) 2024-03-22 14:25:49.503 | Collecting defusedxml (from pysaml2>=5.0.0->keystone==24.0.1.dev9) 2024-03-22 14:25:49.505 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB) 2024-03-22 14:25:49.530 | Collecting pyopenssl (from pysaml2>=5.0.0->keystone==24.0.1.dev9) 2024-03-22 14:25:49.532 | Using cached pyOpenSSL-23.1.1-py3-none-any.whl.metadata (10 kB) 2024-03-22 14:25:49.574 | Collecting xmlschema>=1.2.1 (from pysaml2>=5.0.0->keystone==24.0.1.dev9) 2024-03-22 14:25:49.576 | Using cached xmlschema-2.2.3-py3-none-any.whl.metadata (8.2 kB) 2024-03-22 14:25:49.871 | Collecting greenlet!=0.4.17 (from SQLAlchemy>=1.4.0->keystone==24.0.1.dev9) 2024-03-22 14:25:49.874 | Using cached greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB) 2024-03-22 14:25:49.946 | Collecting Mako (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==24.0.1.dev9) 2024-03-22 14:25:49.948 | Using cached Mako-1.2.4-py3-none-any.whl.metadata (2.9 kB) 2024-03-22 14:25:49.978 | Collecting vine>=5.0.0 (from amqp>=2.5.2->oslo.messaging>=5.29.0->keystone==24.0.1.dev9) 2024-03-22 14:25:49.980 | Using cached vine-5.0.0-py2.py3-none-any.whl.metadata (2.2 kB) 2024-03-22 14:25:50.056 | Collecting pycparser (from cffi>=1.12->cryptography>=2.7->keystone==24.0.1.dev9) 2024-03-22 14:25:50.058 | Using cached pycparser-2.21-py2.py3-none-any.whl.metadata (1.1 kB) 2024-03-22 14:25:50.080 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=6.8.0->keystone==24.0.1.dev9) (1.15.0) 2024-03-22 14:25:50.195 | Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->Flask!=0.11,>=1.0.2->keystone==24.0.1.dev9) 2024-03-22 14:25:50.197 | Using cached MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.2 kB) 2024-03-22 14:25:50.231 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==24.0.1.dev9) (1.7.0) 2024-03-22 14:25:50.317 | Collecting fasteners>=0.7.0 (from oslo.concurrency>=3.26.0->osprofiler>=1.4.0->keystone==24.0.1.dev9) 2024-03-22 14:25:50.319 | Using cached fasteners-0.18-py3-none-any.whl.metadata (4.9 kB) 2024-03-22 14:25:50.362 | Collecting prometheus-client>=0.6.0 (from oslo.metrics>=0.2.1->oslo.messaging>=5.29.0->keystone==24.0.1.dev9) 2024-03-22 14:25:50.364 | Using cached prometheus_client-0.16.0-py3-none-any.whl.metadata (22 kB) 2024-03-22 14:25:50.419 | Collecting Paste>=2.0.2 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==24.0.1.dev9) 2024-03-22 14:25:50.421 | Using cached Paste-3.5.2-py2.py3-none-any.whl.metadata (4.5 kB) 2024-03-22 14:25:50.443 | Collecting PasteDeploy>=1.5.0 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==24.0.1.dev9) 2024-03-22 14:25:50.445 | Using cached PasteDeploy-3.0.1-py3-none-any.whl.metadata (2.6 kB) 2024-03-22 14:25:50.473 | Collecting Routes>=2.3.1 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==24.0.1.dev9) 2024-03-22 14:25:50.474 | Using cached Routes-2.5.1-py2.py3-none-any.whl.metadata (25 kB) 2024-03-22 14:25:50.506 | Collecting Yappi>=1.0 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==24.0.1.dev9) 2024-03-22 14:25:50.508 | 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.metadata (11 kB) 2024-03-22 14:25:50.535 | Collecting eventlet>=0.25.2 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==24.0.1.dev9) 2024-03-22 14:25:50.537 | Using cached eventlet-0.33.3-py2.py3-none-any.whl.metadata (4.3 kB) 2024-03-22 14:25:50.538 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==24.0.1.dev9) (4.0.1) 2024-03-22 14:25:50.599 | Collecting wcwidth (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==24.0.1.dev9) 2024-03-22 14:25:50.601 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl.metadata (11 kB) 2024-03-22 14:25:50.679 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==24.0.1.dev9) (3.1.0) 2024-03-22 14:25:50.680 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==24.0.1.dev9) (3.4) 2024-03-22 14:25:50.681 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==24.0.1.dev9) (1.26.15) 2024-03-22 14:25:50.681 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==24.0.1.dev9) (2024.2.2) 2024-03-22 14:25:50.745 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==24.0.1.dev9) (2.6.0) 2024-03-22 14:25:50.836 | Collecting elementpath<5.0.0,>=4.0.0 (from xmlschema>=1.2.1->pysaml2>=5.0.0->keystone==24.0.1.dev9) 2024-03-22 14:25:50.838 | Using cached elementpath-4.1.1-py3-none-any.whl.metadata (6.6 kB) 2024-03-22 14:25:50.965 | Collecting dnspython>=1.15.0 (from eventlet>=0.25.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==24.0.1.dev9) 2024-03-22 14:25:50.968 | Using cached dnspython-2.3.0-py3-none-any.whl.metadata (5.2 kB) 2024-03-22 14:25:51.062 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==24.0.1.dev9) (69.1.1) 2024-03-22 14:25:51.135 | Collecting repoze.lru>=0.3 (from Routes>=2.3.1->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==24.0.1.dev9) 2024-03-22 14:25:51.137 | Using cached repoze.lru-0.7-py3-none-any.whl.metadata (1.1 kB) 2024-03-22 14:25:51.392 | Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB) 2024-03-22 14:25:51.397 | Using cached cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (3.7 MB) 2024-03-22 14:25:51.420 | Using cached Flask-2.2.3-py3-none-any.whl (101 kB) 2024-03-22 14:25:51.423 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2024-03-22 14:25:51.425 | Using cached jsonschema-4.17.3-py3-none-any.whl (90 kB) 2024-03-22 14:25:51.428 | Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB) 2024-03-22 14:25:51.432 | Using cached oslo.db-14.1.0-py3-none-any.whl (161 kB) 2024-03-22 14:25:51.436 | Using cached oslo.messaging-14.4.1-py3-none-any.whl (256 kB) 2024-03-22 14:25:51.439 | Using cached oslo.middleware-5.2.0-py3-none-any.whl (63 kB) 2024-03-22 14:25:51.442 | Using cached oslo.policy-4.2.1-py3-none-any.whl (88 kB) 2024-03-22 14:25:51.446 | Using cached oslo.upgradecheck-2.2.0-py3-none-any.whl (14 kB) 2024-03-22 14:25:51.448 | Using cached osprofiler-4.1.0-py3-none-any.whl (95 kB) 2024-03-22 14:25:51.451 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2024-03-22 14:25:51.467 | Using cached PyJWT-2.6.0-py3-none-any.whl (20 kB) 2024-03-22 14:25:51.469 | Using cached pysaml2-7.3.1-py3-none-any.whl (419 kB) 2024-03-22 14:25:51.474 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2024-03-22 14:25:51.482 | 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-03-22 14:25:51.495 | Using cached alembic-1.9.4-py3-none-any.whl (210 kB) 2024-03-22 14:25:51.499 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2024-03-22 14:25:51.502 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2024-03-22 14:25:51.505 | Using cached attrs-23.1.0-py3-none-any.whl (61 kB) 2024-03-22 14:25:51.508 | Using cached cachetools-5.3.0-py3-none-any.whl (9.3 kB) 2024-03-22 14:25:51.511 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2024-03-22 14:25:51.516 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2024-03-22 14:25:51.519 | Using cached greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (613 kB) 2024-03-22 14:25:51.525 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2024-03-22 14:25:51.528 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2024-03-22 14:25:51.531 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2024-03-22 14:25:51.534 | Using cached oslo.concurrency-5.2.0-py3-none-any.whl (48 kB) 2024-03-22 14:25:51.538 | Using cached oslo.metrics-0.7.0-py3-none-any.whl (13 kB) 2024-03-22 14:25:51.540 | Using cached oslo.service-3.2.0-py3-none-any.whl (77 kB) 2024-03-22 14:25:51.543 | Using cached prettytable-3.7.0-py3-none-any.whl (27 kB) 2024-03-22 14:25:51.546 | Using cached pyrsistent-0.19.3-py3-none-any.whl (57 kB) 2024-03-22 14:25:51.549 | Using cached statsd-4.0.1-py2.py3-none-any.whl (13 kB) 2024-03-22 14:25:51.551 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2024-03-22 14:25:51.554 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2024-03-22 14:25:51.556 | Using cached Werkzeug-2.2.3-py3-none-any.whl (233 kB) 2024-03-22 14:25:51.560 | Using cached xmlschema-2.2.3-py3-none-any.whl (355 kB) 2024-03-22 14:25:51.565 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2024-03-22 14:25:51.567 | Using cached pyOpenSSL-23.1.1-py3-none-any.whl (57 kB) 2024-03-22 14:25:51.570 | Using cached elementpath-4.1.1-py3-none-any.whl (216 kB) 2024-03-22 14:25:51.574 | Using cached eventlet-0.33.3-py2.py3-none-any.whl (226 kB) 2024-03-22 14:25:51.578 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2024-03-22 14:25:51.580 | Using cached MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2024-03-22 14:25:51.583 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2024-03-22 14:25:51.589 | Using cached PasteDeploy-3.0.1-py3-none-any.whl (16 kB) 2024-03-22 14:25:51.591 | Using cached prometheus_client-0.16.0-py3-none-any.whl (122 kB) 2024-03-22 14:25:51.594 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2024-03-22 14:25:51.597 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2024-03-22 14:25:51.600 | 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-03-22 14:25:51.602 | Using cached Mako-1.2.4-py3-none-any.whl (78 kB) 2024-03-22 14:25:51.615 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2024-03-22 14:25:51.618 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) 2024-03-22 14:25:51.620 | Using cached dnspython-2.3.0-py3-none-any.whl (283 kB) 2024-03-22 14:25:51.624 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2024-03-22 14:25:52.099 | Installing collected packages: Yappi, wcwidth, statsd, scrypt, repoze.lru, passlib, aniso8601, vine, testresources, Routes, pyrsistent, PyJWT, pycparser, prometheus-client, PrettyTable, PasteDeploy, Paste, oauthlib, MarkupSafe, itsdangerous, greenlet, fasteners, elementpath, dnspython, defusedxml, click, cachetools, bcrypt, attrs, xmlschema, Werkzeug, SQLAlchemy, Mako, jsonschema, Jinja2, eventlet, cffi, amqp, testscenarios, 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-03-22 14:25:56.360 | Running setup.py develop for keystone 2024-03-22 14:25:57.483 | Successfully installed Flask-2.2.3 Flask-RESTful-0.3.9 Jinja2-3.1.2 Mako-1.2.4 MarkupSafe-2.1.2 Paste-3.5.2 PasteDeploy-3.0.1 PrettyTable-3.7.0 PyJWT-2.6.0 Routes-2.5.1 SQLAlchemy-1.4.41 Werkzeug-2.2.3 Yappi-1.4.0 alembic-1.9.4 amqp-5.1.1 aniso8601-9.0.1 attrs-23.1.0 bcrypt-4.0.1 cachetools-5.3.0 cffi-1.15.1 click-8.1.3 cryptography-40.0.2 defusedxml-0.7.1 dnspython-2.3.0 elementpath-4.1.1 eventlet-0.33.3 fasteners-0.18 greenlet-2.0.2 itsdangerous-2.1.2 jsonschema-4.17.3 keystone-24.0.1.dev9 kombu-5.2.4 oauthlib-3.2.2 oslo.concurrency-5.2.0 oslo.db-14.1.0 oslo.messaging-14.4.1 oslo.metrics-0.7.0 oslo.middleware-5.2.0 oslo.policy-4.2.1 oslo.service-3.2.0 oslo.upgradecheck-2.2.0 osprofiler-4.1.0 passlib-1.7.4 prometheus-client-0.16.0 pycparser-2.21 pyopenssl-23.1.1 pyrsistent-0.19.3 pysaml2-7.3.1 repoze.lru-0.7 scrypt-0.8.20 statsd-4.0.1 testresources-2.0.1 testscenarios-0.5.0 vine-5.0.0 wcwidth-0.2.6 xmlschema-2.2.3 2024-03-22 14:25:57.777 | + inc/python:pip_install:222 : result=0 2024-03-22 14:25:57.779 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-22 14:25:57.781 | + functions-common:time_stop:2400 : local name 2024-03-22 14:25:57.782 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:25:57.784 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:25:57.786 | + functions-common:time_stop:2403 : local total 2024-03-22 14:25:57.787 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:25:57.788 | + functions-common:time_stop:2406 : name=pip_install 2024-03-22 14:25:57.790 | + functions-common:time_stop:2407 : start_time=1711117545685 2024-03-22 14:25:57.791 | + functions-common:time_stop:2409 : [[ -z 1711117545685 ]] 2024-03-22 14:25:57.793 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:25:57.796 | + functions-common:time_stop:2412 : end_time=1711117557794 2024-03-22 14:25:57.798 | + functions-common:time_stop:2413 : elapsed_time=12109 2024-03-22 14:25:57.800 | + functions-common:time_stop:2414 : total=22247 2024-03-22 14:25:57.801 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:25:57.803 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=34356 2024-03-22 14:25:57.805 | + inc/python:pip_install:225 : return 0 2024-03-22 14:25:57.807 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2024-03-22 14:25:57.808 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2024-03-22 14:25:57.810 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/keystone 2024-03-22 14:25:57.812 | + inc/python:use_library_from_git:272 : local name=/opt/stack/keystone 2024-03-22 14:25:57.814 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:57.815 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:57.817 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/keystone, ]] 2024-03-22 14:25:57.819 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:57.821 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2024-03-22 14:25:57.834 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:25:57.836 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2024-03-22 14:25:57.838 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-03-22 14:25:57.839 | + stack.sh:main:936 : configure_keystone 2024-03-22 14:25:57.841 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2024-03-22 14:25:57.851 | + 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-03-22 14:25:57.853 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2024-03-22 14:25:57.857 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2024-03-22 14:25:57.868 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:25:57.870 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2024-03-22 14:25:57.895 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2024-03-22 14:25:57.917 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2024-03-22 14:25:57.941 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2024-03-22 14:25:57.965 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2024-03-22 14:25:57.990 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2024-03-22 14:25:58.015 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2024-03-22 14:25:58.038 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2024-03-22 14:25:58.061 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2024-03-22 14:25:58.062 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=keystone 2024-03-22 14:25:58.064 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/keystone/keystone.conf 2024-03-22 14:25:58.066 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=oslo_messaging_notifications 2024-03-22 14:25:58.068 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2024-03-22 14:25:58.070 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2024-03-22 14:25:58.081 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:25:58.083 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2024-03-22 14:25:58.085 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2024-03-22 14:25:58.087 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2024-03-22 14:25:58.099 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:25:58.100 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-22 14:25:58.103 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-22 14:25:58.127 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2024-03-22 14:25:58.128 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2024-03-22 14:25:58.130 | + lib/keystone:configure_keystone:215 : local service_port=5000 2024-03-22 14:25:58.132 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2024-03-22 14:25:58.144 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:25:58.146 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2024-03-22 14:25:58.171 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2024-03-22 14:25:58.173 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2024-03-22 14:25:58.198 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2024-03-22 14:25:58.200 | ++ lib/database:database_connection_url:134 : local db=keystone 2024-03-22 14:25:58.202 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2024-03-22 14:25:58.204 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=keystone 2024-03-22 14:25:58.206 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2024-03-22 14:25:58.208 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2024-03-22 14:25:58.210 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2024-03-22 14:25:58.223 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:25:58.225 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2024-03-22 14:25:58.226 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2024-03-22 14:25:58.229 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2024-03-22 14:25:58.252 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2024-03-22 14:25:58.254 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2024-03-22 14:25:58.255 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2024-03-22 14:25:58.257 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2024-03-22 14:25:58.260 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-03-22 14:25:58.272 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-03-22 14:25:58.274 | + functions:setup_systemd_logging:706 : local pidstr= 2024-03-22 14:25:58.276 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-03-22 14:25:58.277 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-03-22 14:25:58.279 | + 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-03-22 14:25:58.302 | + 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-03-22 14:25:58.325 | + 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-03-22 14:25:58.348 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-03-22 14:25:58.370 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2024-03-22 14:25:58.396 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2024-03-22 14:25:58.398 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /opt/stack/data/venv/bin/keystone-wsgi-public /identity 2024-03-22 14:25:58.400 | + lib/apache:write_uwsgi_config:241 : local file=/etc/keystone/keystone-uwsgi-public.ini 2024-03-22 14:25:58.402 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/keystone-wsgi-public 2024-03-22 14:25:58.404 | + lib/apache:write_uwsgi_config:243 : local url=/identity 2024-03-22 14:25:58.406 | + lib/apache:write_uwsgi_config:244 : local http= 2024-03-22 14:25:58.407 | + lib/apache:write_uwsgi_config:245 : local name= 2024-03-22 14:25:58.410 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/keystone-wsgi-public 2024-03-22 14:25:58.413 | + lib/apache:write_uwsgi_config:246 : name=keystone-wsgi-public 2024-03-22 14:25:58.414 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2024-03-22 14:25:58.416 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2024-03-22 14:25:58.426 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2024-03-22 14:25:58.427 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-03-22 14:25:58.433 | d /var/run/uwsgi 0755 stack root 2024-03-22 14:25:58.436 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-03-22 14:25:58.444 | /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-03-22 14:25:58.447 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2024-03-22 14:25:58.449 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2024-03-22 14:25:58.452 | + lib/apache:write_uwsgi_config:262 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /opt/stack/data/venv/bin/keystone-wsgi-public 2024-03-22 14:25:58.477 | + lib/apache:write_uwsgi_config:263 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2024-03-22 14:25:58.498 | + lib/apache:write_uwsgi_config:265 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2024-03-22 14:25:58.521 | + lib/apache:write_uwsgi_config:267 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2024-03-22 14:25:58.543 | + lib/apache:write_uwsgi_config:268 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2024-03-22 14:25:58.565 | + lib/apache:write_uwsgi_config:271 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2024-03-22 14:25:58.587 | + lib/apache:write_uwsgi_config:272 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2024-03-22 14:25:58.610 | + lib/apache:write_uwsgi_config:273 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2024-03-22 14:25:58.632 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2024-03-22 14:25:58.654 | + lib/apache:write_uwsgi_config:277 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-03-22 14:25:58.677 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2024-03-22 14:25:58.698 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2024-03-22 14:25:58.720 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2024-03-22 14:25:58.743 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2024-03-22 14:25:58.745 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2024-03-22 14:25:58.747 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for keystone-wsgi-public 2024-03-22 14:25:58.749 | ++ lib/apache:apache_site_config_for:173 : local site=keystone-wsgi-public 2024-03-22 14:25:58.751 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2024-03-22 14:25:58.753 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:25:58.755 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:25:58.756 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-03-22 14:25:58.759 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2024-03-22 14:25:58.761 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2024-03-22 14:25:58.782 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2024-03-22 14:25:58.805 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 acquire=1 ' 2024-03-22 14:25:58.805 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-03-22 14:25:58.812 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 acquire=1 2024-03-22 14:25:58.814 | + lib/apache:write_uwsgi_config:294 : enable_apache_site keystone-wsgi-public 2024-03-22 14:25:58.816 | + lib/apache:enable_apache_site:190 : local site=keystone-wsgi-public 2024-03-22 14:25:58.818 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2024-03-22 14:25:58.820 | + lib/apache:enable_apache_mod:55 : local mod=version 2024-03-22 14:25:58.821 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2024-03-22 14:25:58.823 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:25:58.825 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:25:58.827 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2024-03-22 14:25:58.829 | + lib/apache:enable_apache_site:193 : is_ubuntu 2024-03-22 14:25:58.830 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:25:58.832 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:25:58.834 | + lib/apache:enable_apache_site:194 : sudo a2ensite keystone-wsgi-public 2024-03-22 14:25:58.866 | Enabling site keystone-wsgi-public. 2024-03-22 14:25:58.871 | To activate the new configuration, you need to run: 2024-03-22 14:25:58.871 | systemctl reload apache2 2024-03-22 14:25:58.874 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2024-03-22 14:25:58.876 | + lib/apache:restart_apache_server:237 : restart_service apache2 2024-03-22 14:25:58.878 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-03-22 14:25:58.879 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2024-03-22 14:25:58.985 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2024-03-22 14:25:59.009 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2024-03-22 14:25:59.034 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2024-03-22 14:25:59.059 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2024-03-22 14:25:59.060 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2024-03-22 14:25:59.085 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2024-03-22 14:25:59.108 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2024-03-22 14:25:59.130 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2024-03-22 14:25:59.155 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-03-22 14:25:59.157 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-03-22 14:25:59.159 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2024-03-22 14:25:59.182 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2024-03-22 14:25:59.205 | + stack.sh:main:940 : is_service_enabled swift 2024-03-22 14:25:59.218 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:25:59.220 | + stack.sh:main:954 : is_service_enabled g-api n-api 2024-03-22 14:25:59.233 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:25:59.234 | + stack.sh:main:956 : stack_install_service glance 2024-03-22 14:25:59.236 | + lib/stack:stack_install_service:20 : local service=glance 2024-03-22 14:25:59.238 | + lib/stack:stack_install_service:21 : type install_glance 2024-03-22 14:25:59.240 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-03-22 14:25:59.242 | + lib/stack:stack_install_service:32 : install_glance 2024-03-22 14:25:59.244 | + lib/glance:install_glance:510 : glance_store_extras=() 2024-03-22 14:25:59.246 | + lib/glance:install_glance:510 : local glance_store_extras 2024-03-22 14:25:59.248 | + lib/glance:install_glance:512 : is_service_enabled cinder 2024-03-22 14:25:59.260 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:25:59.262 | + lib/glance:install_glance:513 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2024-03-22 14:25:59.264 | + lib/glance:install_glance:516 : is_service_enabled swift 2024-03-22 14:25:59.277 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:25:59.279 | + lib/glance:install_glance:522 : use_library_from_git glance_store 2024-03-22 14:25:59.281 | + inc/python:use_library_from_git:272 : local name=glance_store 2024-03-22 14:25:59.283 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:25:59.284 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:25:59.286 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,glance_store, ]] 2024-03-22 14:25:59.288 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:25:59.291 | ++ lib/glance:install_glance:528 : join_extras cinder 2024-03-22 14:25:59.293 | ++ inc/python:join_extras:28 : local IFS=, 2024-03-22 14:25:59.295 | ++ inc/python:join_extras:29 : echo cinder 2024-03-22 14:25:59.297 | + lib/glance:install_glance:528 : pip_install_gr_extras glance-store cinder 2024-03-22 14:25:59.299 | + inc/python:pip_install_gr_extras:107 : local name=glance-store 2024-03-22 14:25:59.301 | + inc/python:pip_install_gr_extras:108 : local extras=cinder 2024-03-22 14:25:59.303 | + inc/python:pip_install_gr_extras:109 : local version_constraints 2024-03-22 14:25:59.305 | ++ inc/python:pip_install_gr_extras:110 : get_version_constraints_from_global_requirements glance-store 2024-03-22 14:25:59.307 | ++ inc/python:get_version_constraints_from_global_requirements:259 : local package=glance-store 2024-03-22 14:25:59.309 | ++ inc/python:get_version_constraints_from_global_requirements:260 : local required_pkg_version_constraint 2024-03-22 14:25:59.312 | +++ inc/python:get_version_constraints_from_global_requirements:262 : grep -i -h -o -P '^glance-store\K.*' /opt/stack//requirements/global-requirements.txt 2024-03-22 14:25:59.312 | +++ inc/python:get_version_constraints_from_global_requirements:262 : cut -d# -f1 2024-03-22 14:25:59.317 | ++ inc/python:get_version_constraints_from_global_requirements:262 : required_pkg_version_constraint='!=0.29.0 ' 2024-03-22 14:25:59.319 | ++ inc/python:get_version_constraints_from_global_requirements:263 : [[ !=0.29.0 == '' ]] 2024-03-22 14:25:59.320 | ++ inc/python:get_version_constraints_from_global_requirements:266 : echo '!=0.29.0' 2024-03-22 14:25:59.323 | + inc/python:pip_install_gr_extras:110 : version_constraints='!=0.29.0' 2024-03-22 14:25:59.325 | + inc/python:pip_install_gr_extras:111 : pip_install 'glance-store[cinder]!=0.29.0' 2024-03-22 14:25:59.340 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2024-03-22 14:25:59.342 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt 'glance-store[cinder]!=0.29.0' 2024-03-22 14:26:00.278 | Collecting glance-store!=0.29.0 (from glance-store[cinder]!=0.29.0) 2024-03-22 14:26:00.280 | Using cached glance_store-4.6.1-py3-none-any.whl.metadata (4.4 kB) 2024-03-22 14:26:00.331 | Requirement already satisfied: eventlet!=0.18.3,!=0.20.1,>=0.18.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.33.3) 2024-03-22 14:26:00.332 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (4.17.3) 2024-03-22 14:26:00.333 | Requirement already satisfied: keystoneauth1>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.3.0) 2024-03-22 14:26:00.334 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.2.0) 2024-03-22 14:26:00.334 | Requirement already satisfied: oslo.config>=5.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (9.2.0) 2024-03-22 14:26:00.335 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (6.1.0) 2024-03-22 14:26:00.336 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.2.0) 2024-03-22 14:26:00.337 | Requirement already satisfied: oslo.utils>=4.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (6.2.1) 2024-03-22 14:26:00.337 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.2.0) 2024-03-22 14:26:00.338 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.28.2) 2024-03-22 14:26:00.339 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.1.0) 2024-03-22 14:26:00.395 | Collecting os-brick>=6.3.0 (from glance-store[cinder]!=0.29.0) 2024-03-22 14:26:00.397 | Using cached os_brick-6.4.1-py3-none-any.whl.metadata (1.5 kB) 2024-03-22 14:26:00.434 | Collecting oslo.privsep>=1.23.0 (from glance-store[cinder]!=0.29.0) 2024-03-22 14:26:00.436 | Using cached oslo.privsep-3.2.0-py3-none-any.whl.metadata (2.5 kB) 2024-03-22 14:26:00.474 | Collecting oslo.rootwrap>=5.8.0 (from glance-store[cinder]!=0.29.0) 2024-03-22 14:26:00.476 | Using cached oslo.rootwrap-7.1.0-py3-none-any.whl.metadata (2.0 kB) 2024-03-22 14:26:00.512 | Collecting python-cinderclient>=4.1.0 (from glance-store[cinder]!=0.29.0) 2024-03-22 14:26:00.514 | Using cached python_cinderclient-9.4.0-py3-none-any.whl.metadata (19 kB) 2024-03-22 14:26:00.520 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.3.0) 2024-03-22 14:26:00.521 | Requirement already satisfied: greenlet>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.0.2) 2024-03-22 14:26:00.522 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.16.0) 2024-03-22 14:26:00.540 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (23.1.0) 2024-03-22 14:26:00.541 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.19.3) 2024-03-22 14:26:00.565 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.1.0) 2024-03-22 14:26:00.566 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.7.0) 2024-03-22 14:26:00.567 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (5.11.1) 2024-03-22 14:26:00.604 | Collecting os-win>=5.7.0 (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) 2024-03-22 14:26:00.606 | Using cached os_win-5.9.0-py3-none-any.whl.metadata (3.4 kB) 2024-03-22 14:26:00.608 | Requirement already satisfied: oslo.context>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (5.2.0) 2024-03-22 14:26:00.609 | Requirement already satisfied: oslo.log>=4.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (5.3.0) 2024-03-22 14:26:00.614 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (3.2.0) 2024-03-22 14:26:00.616 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (6.3.1) 2024-03-22 14:26:00.620 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.18) 2024-03-22 14:26:00.639 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (6.0) 2024-03-22 14:26:00.640 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.5.0) 2024-03-22 14:26:00.640 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.8.0) 2024-03-22 14:26:00.642 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2.0.0) 2024-03-22 14:26:00.651 | Requirement already satisfied: cffi>=1.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.15.1) 2024-03-22 14:26:00.652 | Requirement already satisfied: msgpack>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.0.5) 2024-03-22 14:26:00.661 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2023.3) 2024-03-22 14:26:00.662 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2023.3) 2024-03-22 14:26:00.669 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (0.11.0) 2024-03-22 14:26:00.670 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (23.1) 2024-03-22 14:26:00.671 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (3.0.9) 2024-03-22 14:26:00.679 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (3.7.0) 2024-03-22 14:26:00.698 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (3.1.0) 2024-03-22 14:26:00.699 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (3.4) 2024-03-22 14:26:00.700 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.26.15) 2024-03-22 14:26:00.701 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (2024.2.2) 2024-03-22 14:26:00.735 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.14.0->oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (2.21) 2024-03-22 14:26:00.746 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->glance-store!=0.29.0->glance-store[cinder]!=0.29.0) (1.15.0) 2024-03-22 14:26:00.868 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (2.8.2) 2024-03-22 14:26:00.870 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (0.9.6) 2024-03-22 14:26:00.884 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (3.5.2) 2024-03-22 14:26:00.885 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (3.0.1) 2024-03-22 14:26:00.886 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (2.5.1) 2024-03-22 14:26:00.886 | Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (1.8.7) 2024-03-22 14:26:00.887 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (1.4.0) 2024-03-22 14:26:00.888 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (4.0.1) 2024-03-22 14:26:00.913 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.2->python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (0.2.6) 2024-03-22 14:26:01.021 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (69.1.1) 2024-03-22 14:26:01.062 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->oslo.service>=2.8.0->os-brick>=6.3.0->glance-store[cinder]!=0.29.0) (0.7) 2024-03-22 14:26:01.175 | Using cached glance_store-4.6.1-py3-none-any.whl (242 kB) 2024-03-22 14:26:01.180 | Using cached os_brick-6.4.1-py3-none-any.whl (297 kB) 2024-03-22 14:26:01.184 | Using cached oslo.privsep-3.2.0-py3-none-any.whl (38 kB) 2024-03-22 14:26:01.187 | Using cached oslo.rootwrap-7.1.0-py3-none-any.whl (38 kB) 2024-03-22 14:26:01.189 | Using cached python_cinderclient-9.4.0-py3-none-any.whl (255 kB) 2024-03-22 14:26:01.193 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2024-03-22 14:26:01.557 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2024-03-22 14:26:02.354 | Successfully installed glance-store-4.6.1 os-brick-6.4.1 os-win-5.9.0 oslo.privsep-3.2.0 oslo.rootwrap-7.1.0 python-cinderclient-9.4.0 2024-03-22 14:26:02.495 | + inc/python:pip_install:222 : result=0 2024-03-22 14:26:02.497 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-22 14:26:02.499 | + functions-common:time_stop:2400 : local name 2024-03-22 14:26:02.501 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:26:02.503 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:26:02.505 | + functions-common:time_stop:2403 : local total 2024-03-22 14:26:02.506 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:26:02.508 | + functions-common:time_stop:2406 : name=pip_install 2024-03-22 14:26:02.510 | + functions-common:time_stop:2407 : start_time=1711117559336 2024-03-22 14:26:02.512 | + functions-common:time_stop:2409 : [[ -z 1711117559336 ]] 2024-03-22 14:26:02.515 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:26:02.518 | + functions-common:time_stop:2412 : end_time=1711117562516 2024-03-22 14:26:02.520 | + functions-common:time_stop:2413 : elapsed_time=3180 2024-03-22 14:26:02.522 | + functions-common:time_stop:2414 : total=34356 2024-03-22 14:26:02.523 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:26:02.525 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=37536 2024-03-22 14:26:02.527 | + inc/python:pip_install:225 : return 0 2024-03-22 14:26:02.529 | + lib/glance:install_glance:529 : copy_rootwrap /opt/stack/data/venv/etc/glance 2024-03-22 14:26:02.531 | + lib/glance:copy_rootwrap:238 : local source_path=/opt/stack/data/venv/etc/glance 2024-03-22 14:26:02.536 | + lib/glance:copy_rootwrap:240 : sudo install -d -o stack /etc/glance 2024-03-22 14:26:02.547 | + lib/glance:copy_rootwrap:241 : cp -r /opt/stack/data/venv/etc/glance/rootwrap.conf /opt/stack/data/venv/etc/glance/rootwrap.d /etc/glance/ 2024-03-22 14:26:02.550 | + lib/glance:install_glance:532 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance stable/2023.2 2024-03-22 14:26:02.552 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/glance.git 2024-03-22 14:26:02.554 | + functions-common:git_clone:573 : local git_dest=/opt/stack//glance 2024-03-22 14:26:02.556 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2024-03-22 14:26:02.558 | + functions-common:git_clone:575 : local orig_dir 2024-03-22 14:26:02.560 | ++ functions-common:git_clone:576 : pwd 2024-03-22 14:26:02.563 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-03-22 14:26:02.564 | + functions-common:git_clone:577 : local git_clone_flags= 2024-03-22 14:26:02.567 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-03-22 14:26:02.580 | + functions-common:git_clone:579 : RECLONE=False 2024-03-22 14:26:02.581 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2024-03-22 14:26:02.583 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2024-03-22 14:26:02.585 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-03-22 14:26:02.587 | + functions-common:git_clone:593 : echo stable/2023.2 2024-03-22 14:26:02.587 | + functions-common:git_clone:593 : egrep -q '^refs' 2024-03-22 14:26:02.591 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//glance ]] 2024-03-22 14:26:02.593 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2024-03-22 14:26:02.594 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2024-03-22 14:26:02.596 | + functions-common:git_timed:680 : local count=0 2024-03-22 14:26:02.598 | + functions-common:git_timed:681 : local timeout=0 2024-03-22 14:26:02.599 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-22 14:26:02.601 | + functions-common:git_timed:684 : timeout=0 2024-03-22 14:26:02.602 | + functions-common:git_timed:687 : time_start git_timed 2024-03-22 14:26:02.604 | + functions-common:time_start:2386 : local name=git_timed 2024-03-22 14:26:02.606 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:26:02.607 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:26:02.610 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:26:02.613 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117562611 2024-03-22 14:26:02.614 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2024-03-22 14:26:02.617 | Cloning into '/opt/stack//glance'... 2024-03-22 14:26:04.913 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-22 14:26:04.916 | + functions-common:time_stop:2400 : local name 2024-03-22 14:26:04.917 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:26:04.919 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:26:04.921 | + functions-common:time_stop:2403 : local total 2024-03-22 14:26:04.922 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:26:04.924 | + functions-common:time_stop:2406 : name=git_timed 2024-03-22 14:26:04.926 | + functions-common:time_stop:2407 : start_time=1711117562611 2024-03-22 14:26:04.927 | + functions-common:time_stop:2409 : [[ -z 1711117562611 ]] 2024-03-22 14:26:04.929 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:26:04.932 | + functions-common:time_stop:2412 : end_time=1711117564930 2024-03-22 14:26:04.934 | + functions-common:time_stop:2413 : elapsed_time=2319 2024-03-22 14:26:04.936 | + functions-common:time_stop:2414 : total=10888 2024-03-22 14:26:04.937 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:26:04.939 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13207 2024-03-22 14:26:04.941 | + functions-common:git_clone:614 : cd /opt/stack//glance 2024-03-22 14:26:04.942 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2024-03-22 14:26:04.944 | + functions-common:git_timed:680 : local count=0 2024-03-22 14:26:04.946 | + functions-common:git_timed:681 : local timeout=0 2024-03-22 14:26:04.947 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-22 14:26:04.949 | + functions-common:git_timed:684 : timeout=0 2024-03-22 14:26:04.951 | + functions-common:git_timed:687 : time_start git_timed 2024-03-22 14:26:04.953 | + functions-common:time_start:2386 : local name=git_timed 2024-03-22 14:26:04.955 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:26:04.956 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:26:04.958 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:26:04.962 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117564959 2024-03-22 14:26:04.963 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2024-03-22 14:26:06.634 | From https://opendev.org/openstack/glance 2024-03-22 14:26:06.634 | * branch stable/2023.2 -> FETCH_HEAD 2024-03-22 14:26:06.638 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-22 14:26:06.640 | + functions-common:time_stop:2400 : local name 2024-03-22 14:26:06.642 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:26:06.644 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:26:06.646 | + functions-common:time_stop:2403 : local total 2024-03-22 14:26:06.647 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:26:06.649 | + functions-common:time_stop:2406 : name=git_timed 2024-03-22 14:26:06.651 | + functions-common:time_stop:2407 : start_time=1711117564959 2024-03-22 14:26:06.652 | + functions-common:time_stop:2409 : [[ -z 1711117564959 ]] 2024-03-22 14:26:06.654 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:26:06.658 | + functions-common:time_stop:2412 : end_time=1711117566656 2024-03-22 14:26:06.660 | + functions-common:time_stop:2413 : elapsed_time=1697 2024-03-22 14:26:06.661 | + functions-common:time_stop:2414 : total=13207 2024-03-22 14:26:06.663 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:26:06.665 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14904 2024-03-22 14:26:06.667 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2024-03-22 14:26:06.668 | + functions-common:git_timed:680 : local count=0 2024-03-22 14:26:06.670 | + functions-common:git_timed:681 : local timeout=0 2024-03-22 14:26:06.672 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-22 14:26:06.674 | + functions-common:git_timed:684 : timeout=0 2024-03-22 14:26:06.675 | + functions-common:git_timed:687 : time_start git_timed 2024-03-22 14:26:06.677 | + functions-common:time_start:2386 : local name=git_timed 2024-03-22 14:26:06.679 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:26:06.681 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:26:06.683 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:26:06.686 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117566684 2024-03-22 14:26:06.688 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-03-22 14:26:06.752 | Note: switching to 'FETCH_HEAD'. 2024-03-22 14:26:06.752 | 2024-03-22 14:26:06.752 | You are in 'detached HEAD' state. You can look around, make experimental 2024-03-22 14:26:06.752 | changes and commit them, and you can discard any commits you make in this 2024-03-22 14:26:06.752 | state without impacting any branches by switching back to a branch. 2024-03-22 14:26:06.752 | 2024-03-22 14:26:06.752 | If you want to create a new branch to retain commits you create, you may 2024-03-22 14:26:06.752 | do so (now or later) by using -c with the switch command. Example: 2024-03-22 14:26:06.752 | 2024-03-22 14:26:06.752 | git switch -c 2024-03-22 14:26:06.752 | 2024-03-22 14:26:06.752 | Or undo this operation with: 2024-03-22 14:26:06.752 | 2024-03-22 14:26:06.752 | git switch - 2024-03-22 14:26:06.752 | 2024-03-22 14:26:06.752 | Turn off this advice by setting config variable advice.detachedHead to false 2024-03-22 14:26:06.752 | 2024-03-22 14:26:06.752 | HEAD is now at 9a4a306 Update TOX_CONSTRAINTS_FILE for stable/2023.2 2024-03-22 14:26:06.755 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-22 14:26:06.757 | + functions-common:time_stop:2400 : local name 2024-03-22 14:26:06.759 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:26:06.761 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:26:06.763 | + functions-common:time_stop:2403 : local total 2024-03-22 14:26:06.765 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:26:06.766 | + functions-common:time_stop:2406 : name=git_timed 2024-03-22 14:26:06.768 | + functions-common:time_stop:2407 : start_time=1711117566684 2024-03-22 14:26:06.770 | + functions-common:time_stop:2409 : [[ -z 1711117566684 ]] 2024-03-22 14:26:06.772 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:26:06.775 | + functions-common:time_stop:2412 : end_time=1711117566773 2024-03-22 14:26:06.776 | + functions-common:time_stop:2413 : elapsed_time=89 2024-03-22 14:26:06.778 | + functions-common:time_stop:2414 : total=14904 2024-03-22 14:26:06.780 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:26:06.782 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14993 2024-03-22 14:26:06.783 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//glance 2024-03-22 14:26:06.794 | + functions-common:git_clone:655 : cd /opt/stack//glance 2024-03-22 14:26:06.796 | + functions-common:git_clone:656 : git show --oneline 2024-03-22 14:26:06.797 | + functions-common:git_clone:656 : head -1 2024-03-22 14:26:06.798 | 9a4a306 Update TOX_CONSTRAINTS_FILE for stable/2023.2 2024-03-22 14:26:06.801 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2024-03-22 14:26:06.803 | + lib/glance:install_glance:534 : setup_develop /opt/stack//glance 2024-03-22 14:26:06.805 | + inc/python:setup_develop:360 : local bindep 2024-03-22 14:26:06.806 | + inc/python:setup_develop:361 : [[ /opt/stack//glance == -bindep* ]] 2024-03-22 14:26:06.808 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//glance 2024-03-22 14:26:06.810 | + inc/python:setup_develop:366 : local extras= 2024-03-22 14:26:06.812 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//glance -e 2024-03-22 14:26:06.814 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2024-03-22 14:26:06.816 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//glance == -bindep* ]] 2024-03-22 14:26:06.818 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//glance 2024-03-22 14:26:06.819 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2024-03-22 14:26:06.821 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2024-03-22 14:26:06.824 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//glance 2024-03-22 14:26:06.826 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2024-03-22 14:26:06.828 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/glance 2024-03-22 14:26:06.830 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2024-03-22 14:26:06.832 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2024-03-22 14:26:06.834 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2024-03-22 14:26:06.838 | + inc/python:_setup_package_with_constraints_edit:407 : name=glance 2024-03-22 14:26:06.840 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- glance 2024-03-22 14:26:07.160 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/glance -e 2024-03-22 14:26:07.162 | + inc/python:setup_package:440 : local bindep=0 2024-03-22 14:26:07.164 | + inc/python:setup_package:441 : local bindep_flag= 2024-03-22 14:26:07.166 | + inc/python:setup_package:442 : local bindep_profiles= 2024-03-22 14:26:07.168 | + inc/python:setup_package:443 : [[ /opt/stack/glance == -bindep* ]] 2024-03-22 14:26:07.170 | + inc/python:setup_package:448 : local project_dir=/opt/stack/glance 2024-03-22 14:26:07.172 | + inc/python:setup_package:449 : local flags=-e 2024-03-22 14:26:07.173 | + inc/python:setup_package:450 : local extras= 2024-03-22 14:26:07.175 | + inc/python:setup_package:454 : [[ -n -e ]] 2024-03-22 14:26:07.177 | + inc/python:setup_package:454 : [[ -z '' ]] 2024-03-22 14:26:07.179 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2024-03-22 14:26:07.181 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2024-03-22 14:26:07.183 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2024-03-22 14:26:07.184 | + inc/python:setup_package:468 : pip_install -e /opt/stack/glance 2024-03-22 14:26:07.199 | Using python 3.10 to install /opt/stack/glance 2024-03-22 14:26:07.201 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/glance 2024-03-22 14:26:08.014 | Obtaining file:///opt/stack/glance 2024-03-22 14:26:08.015 | Preparing metadata (setup.py): started 2024-03-22 14:26:08.377 | Preparing metadata (setup.py): finished with status 'done' 2024-03-22 14:26:08.436 | Requirement already satisfied: pbr>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (5.11.1) 2024-03-22 14:26:08.437 | Requirement already satisfied: defusedxml>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (0.7.1) 2024-03-22 14:26:08.438 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (1.4.41) 2024-03-22 14:26:08.438 | Requirement already satisfied: eventlet>=0.33.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (0.33.3) 2024-03-22 14:26:08.439 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (3.0.1) 2024-03-22 14:26:08.440 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (2.5.1) 2024-03-22 14:26:08.441 | Requirement already satisfied: WebOb>=1.8.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (1.8.7) 2024-03-22 14:26:08.530 | Collecting sqlparse>=0.2.2 (from glance==0.0.1.dev20) 2024-03-22 14:26:08.532 | Using cached sqlparse-0.4.4-py3-none-any.whl.metadata (4.0 kB) 2024-03-22 14:26:08.534 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (1.9.4) 2024-03-22 14:26:08.557 | Collecting httplib2>=0.9.1 (from glance==0.0.1.dev20) 2024-03-22 14:26:08.559 | Using cached httplib2-0.22.0-py3-none-any.whl.metadata (2.6 kB) 2024-03-22 14:26:08.561 | Requirement already satisfied: oslo.config>=8.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (9.2.0) 2024-03-22 14:26:08.561 | Requirement already satisfied: oslo.concurrency>=4.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (5.2.0) 2024-03-22 14:26:08.562 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (5.2.0) 2024-03-22 14:26:08.563 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (2.2.0) 2024-03-22 14:26:08.564 | Requirement already satisfied: oslo.utils>=4.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (6.2.1) 2024-03-22 14:26:08.565 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (5.1.0) 2024-03-22 14:26:08.565 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (2.4.1) 2024-03-22 14:26:08.600 | Collecting taskflow>=4.0.0 (from glance==0.0.1.dev20) 2024-03-22 14:26:08.602 | Using cached taskflow-5.4.0-py3-none-any.whl.metadata (5.1 kB) 2024-03-22 14:26:08.604 | Requirement already satisfied: keystoneauth1>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (5.3.0) 2024-03-22 14:26:08.605 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (10.4.1) 2024-03-22 14:26:08.625 | Collecting WSME>=0.8.0 (from glance==0.0.1.dev20) 2024-03-22 14:26:08.627 | Using cached WSME-0.12.1-py3-none-any.whl.metadata (3.7 kB) 2024-03-22 14:26:08.628 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (3.7.0) 2024-03-22 14:26:08.629 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (3.5.2) 2024-03-22 14:26:08.630 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (4.17.3) 2024-03-22 14:26:08.631 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (5.2.0) 2024-03-22 14:26:08.631 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (23.1.1) 2024-03-22 14:26:08.632 | Requirement already satisfied: oslo.db>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (14.1.0) 2024-03-22 14:26:08.633 | Requirement already satisfied: oslo.i18n>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (6.1.0) 2024-03-22 14:26:08.745 | Collecting oslo.limit>=1.6.0 (from glance==0.0.1.dev20) 2024-03-22 14:26:08.747 | Using cached oslo.limit-2.2.0-py3-none-any.whl.metadata (2.0 kB) 2024-03-22 14:26:08.749 | Requirement already satisfied: oslo.log>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (5.3.0) 2024-03-22 14:26:08.749 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (14.4.1) 2024-03-22 14:26:08.750 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (5.2.0) 2024-03-22 14:26:08.782 | Collecting oslo.reports>=1.18.0 (from glance==0.0.1.dev20) 2024-03-22 14:26:08.784 | Using cached oslo.reports-3.1.0-py3-none-any.whl.metadata (3.8 kB) 2024-03-22 14:26:08.785 | Requirement already satisfied: oslo.policy>=3.11.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (4.2.1) 2024-03-22 14:26:08.813 | Collecting retrying!=1.3.0,>=1.2.3 (from glance==0.0.1.dev20) 2024-03-22 14:26:08.815 | Using cached retrying-1.3.4-py3-none-any.whl.metadata (6.9 kB) 2024-03-22 14:26:08.817 | Requirement already satisfied: osprofiler>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (4.1.0) 2024-03-22 14:26:08.818 | Requirement already satisfied: glance-store>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (4.6.1) 2024-03-22 14:26:08.818 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (2.5.0) 2024-03-22 14:26:08.819 | Requirement already satisfied: cryptography>=2.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (40.0.2) 2024-03-22 14:26:08.838 | Collecting cursive>=0.2.1 (from glance==0.0.1.dev20) 2024-03-22 14:26:08.840 | Using cached cursive-0.2.3-py2.py3-none-any.whl.metadata (1.7 kB) 2024-03-22 14:26:08.841 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (1.1.0) 2024-03-22 14:26:08.842 | Requirement already satisfied: os-win>=4.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev20) (5.9.0) 2024-03-22 14:26:08.879 | Collecting castellan>=0.17.0 (from glance==0.0.1.dev20) 2024-03-22 14:26:08.881 | Using cached castellan-4.3.0-py3-none-any.whl.metadata (1.9 kB) 2024-03-22 14:26:08.889 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->glance==0.0.1.dev20) (1.2.4) 2024-03-22 14:26:08.923 | Collecting python-barbicanclient>=4.5.2 (from castellan>=0.17.0->glance==0.0.1.dev20) 2024-03-22 14:26:08.925 | Using cached python_barbicanclient-5.6.1-py3-none-any.whl.metadata (11 kB) 2024-03-22 14:26:08.927 | Requirement already satisfied: requests!=2.20.0,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from castellan>=0.17.0->glance==0.0.1.dev20) (2.28.2) 2024-03-22 14:26:08.946 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.6.1->glance==0.0.1.dev20) (1.15.1) 2024-03-22 14:26:08.958 | Requirement already satisfied: oslo.serialization>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cursive>=0.2.1->glance==0.0.1.dev20) (5.2.0) 2024-03-22 14:26:08.962 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.19.0->glance==0.0.1.dev20) (1.15.0) 2024-03-22 14:26:08.968 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.33.3->glance==0.0.1.dev20) (2.3.0) 2024-03-22 14:26:08.969 | Requirement already satisfied: greenlet>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.33.3->glance==0.0.1.dev20) (2.0.2) 2024-03-22 14:26:08.970 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.33.3->glance==0.0.1.dev20) (1.16.0) 2024-03-22 14:26:09.009 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from httplib2>=0.9.1->glance==0.0.1.dev20) (3.0.9) 2024-03-22 14:26:09.030 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance==0.0.1.dev20) (23.1.0) 2024-03-22 14:26:09.031 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->glance==0.0.1.dev20) (0.19.3) 2024-03-22 14:26:09.055 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.4.0->glance==0.0.1.dev20) (1.7.0) 2024-03-22 14:26:09.078 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev20) (3.5.0) 2024-03-22 14:26:09.079 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev20) (3.1.1) 2024-03-22 14:26:09.094 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=4.5.1->glance==0.0.1.dev20) (0.18) 2024-03-22 14:26:09.113 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==0.0.1.dev20) (6.0) 2024-03-22 14:26:09.114 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==0.0.1.dev20) (0.8.0) 2024-03-22 14:26:09.115 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.1.0->glance==0.0.1.dev20) (2.0.0) 2024-03-22 14:26:09.164 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=5.0.0->glance==0.0.1.dev20) (2.0.1) 2024-03-22 14:26:09.165 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=5.0.0->glance==0.0.1.dev20) (0.5.0) 2024-03-22 14:26:09.218 | Collecting openstacksdk>=0.31.1 (from oslo.limit>=1.6.0->glance==0.0.1.dev20) 2024-03-22 14:26:09.220 | Using cached openstacksdk-1.5.0-py3-none-any.whl.metadata (9.4 kB) 2024-03-22 14:26:09.244 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.5.0->glance==0.0.1.dev20) (2.8.2) 2024-03-22 14:26:09.246 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.5.0->glance==0.0.1.dev20) (0.9.6) 2024-03-22 14:26:09.271 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev20) (5.1.1) 2024-03-22 14:26:09.272 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev20) (5.3.0) 2024-03-22 14:26:09.273 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev20) (5.2.4) 2024-03-22 14:26:09.274 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev20) (0.7.0) 2024-03-22 14:26:09.275 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev20) (3.2.0) 2024-03-22 14:26:09.286 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev20) (3.1.2) 2024-03-22 14:26:09.287 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev20) (4.0.1) 2024-03-22 14:26:09.289 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev20) (4.0.1) 2024-03-22 14:26:09.410 | Collecting psutil>=3.2.2 (from oslo.reports>=1.18.0->glance==0.0.1.dev20) 2024-03-22 14:26:09.412 | Using cached psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB) 2024-03-22 14:26:09.434 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev20) (0.11.0) 2024-03-22 14:26:09.435 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev20) (23.1) 2024-03-22 14:26:09.436 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev20) (2023.3) 2024-03-22 14:26:09.437 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev20) (2023.3) 2024-03-22 14:26:09.470 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->glance==0.0.1.dev20) (69.1.1) 2024-03-22 14:26:09.499 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->glance==0.0.1.dev20) (0.2.6) 2024-03-22 14:26:09.547 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->glance==0.0.1.dev20) (0.7) 2024-03-22 14:26:09.722 | Collecting automaton>=1.9.0 (from taskflow>=4.0.0->glance==0.0.1.dev20) 2024-03-22 14:26:09.724 | Using cached automaton-3.2.0-py3-none-any.whl.metadata (1.8 kB) 2024-03-22 14:26:09.762 | Collecting networkx>=2.1.0 (from taskflow>=4.0.0->glance==0.0.1.dev20) 2024-03-22 14:26:09.764 | Using cached networkx-3.1-py3-none-any.whl.metadata (5.3 kB) 2024-03-22 14:26:09.787 | Collecting pydot>=1.2.4 (from taskflow>=4.0.0->glance==0.0.1.dev20) 2024-03-22 14:26:09.789 | Using cached pydot-1.4.2-py2.py3-none-any.whl.metadata (8.0 kB) 2024-03-22 14:26:09.791 | Requirement already satisfied: tenacity>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.0.0->glance==0.0.1.dev20) (6.3.1) 2024-03-22 14:26:09.841 | Collecting simplegeneric (from WSME>=0.8.0->glance==0.0.1.dev20) 2024-03-22 14:26:09.841 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2024-03-22 14:26:09.906 | Collecting importlib-metadata>=4.4 (from WSME>=0.8.0->glance==0.0.1.dev20) 2024-03-22 14:26:09.908 | Using cached importlib_metadata-6.0.1-py3-none-any.whl.metadata (5.0 kB) 2024-03-22 14:26:09.921 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev20) (5.0.0) 2024-03-22 14:26:09.991 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.6.1->glance==0.0.1.dev20) (2.21) 2024-03-22 14:26:10.099 | Collecting zipp>=0.5 (from importlib-metadata>=4.4->WSME>=0.8.0->glance==0.0.1.dev20) 2024-03-22 14:26:10.101 | Using cached zipp-3.15.0-py3-none-any.whl.metadata (3.7 kB) 2024-03-22 14:26:10.115 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->glance==0.0.1.dev20) (2.1.2) 2024-03-22 14:26:10.230 | Collecting appdirs>=1.3.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev20) 2024-03-22 14:26:10.232 | Using cached appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB) 2024-03-22 14:26:10.234 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev20) (5.1.1) 2024-03-22 14:26:10.235 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev20) (1.1.8) 2024-03-22 14:26:10.256 | Collecting jmespath>=0.9.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev20) 2024-03-22 14:26:10.258 | Using cached jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) 2024-03-22 14:26:10.283 | Collecting jsonpatch!=1.20,>=1.16 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev20) 2024-03-22 14:26:10.285 | Using cached jsonpatch-1.32-py2.py3-none-any.whl.metadata (3.2 kB) 2024-03-22 14:26:10.305 | Collecting requestsexceptions>=1.2.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev20) 2024-03-22 14:26:10.307 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl.metadata (1.2 kB) 2024-03-22 14:26:10.365 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev20) (0.16.0) 2024-03-22 14:26:10.379 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.10.0->cursive>=0.2.1->glance==0.0.1.dev20) (1.0.5) 2024-03-22 14:26:10.401 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev20) (1.4.0) 2024-03-22 14:26:10.402 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev20) (4.0.1) 2024-03-22 14:26:10.562 | Collecting cliff!=2.9.0,>=2.8.0 (from python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev20) 2024-03-22 14:26:10.564 | Using cached cliff-4.3.0-py3-none-any.whl.metadata (1.9 kB) 2024-03-22 14:26:10.650 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev20) (3.1.0) 2024-03-22 14:26:10.651 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev20) (3.4) 2024-03-22 14:26:10.652 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev20) (1.26.15) 2024-03-22 14:26:10.653 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev20) (2024.2.2) 2024-03-22 14:26:10.760 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==0.0.1.dev20) (2.6.0) 2024-03-22 14:26:10.989 | Collecting autopage>=0.4.0 (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev20) 2024-03-22 14:26:10.991 | Using cached autopage-0.5.1-py3-none-any.whl.metadata (7.8 kB) 2024-03-22 14:26:11.035 | Collecting cmd2>=1.0.0 (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev20) 2024-03-22 14:26:11.037 | Using cached cmd2-2.4.3-py3-none-any.whl.metadata (12 kB) 2024-03-22 14:26:11.173 | Collecting jsonpointer>=1.9 (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev20) 2024-03-22 14:26:11.175 | Using cached jsonpointer-2.3-py2.py3-none-any.whl.metadata (2.5 kB) 2024-03-22 14:26:11.506 | Collecting pyperclip>=1.6 (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.dev20) 2024-03-22 14:26:11.506 | Using cached pyperclip-1.8.2-py3-none-any.whl 2024-03-22 14:26:11.569 | Using cached castellan-4.3.0-py3-none-any.whl (97 kB) 2024-03-22 14:26:11.572 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2024-03-22 14:26:11.575 | Using cached httplib2-0.22.0-py3-none-any.whl (96 kB) 2024-03-22 14:26:11.578 | Using cached oslo.limit-2.2.0-py3-none-any.whl (20 kB) 2024-03-22 14:26:11.581 | Using cached oslo.reports-3.1.0-py3-none-any.whl (53 kB) 2024-03-22 14:26:11.583 | Using cached retrying-1.3.4-py3-none-any.whl (11 kB) 2024-03-22 14:26:11.586 | Using cached sqlparse-0.4.4-py3-none-any.whl (41 kB) 2024-03-22 14:26:11.588 | Using cached taskflow-5.4.0-py3-none-any.whl (493 kB) 2024-03-22 14:26:11.593 | Using cached WSME-0.12.1-py3-none-any.whl (59 kB) 2024-03-22 14:26:11.596 | Using cached automaton-3.2.0-py3-none-any.whl (22 kB) 2024-03-22 14:26:11.599 | Using cached importlib_metadata-6.0.1-py3-none-any.whl (21 kB) 2024-03-22 14:26:11.601 | Using cached networkx-3.1-py3-none-any.whl (2.1 MB) 2024-03-22 14:26:11.615 | Using cached openstacksdk-1.5.0-py3-none-any.whl (1.7 MB) 2024-03-22 14:26:11.626 | Using cached psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (282 kB) 2024-03-22 14:26:11.636 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2024-03-22 14:26:11.640 | Using cached python_barbicanclient-5.6.1-py3-none-any.whl (89 kB) 2024-03-22 14:26:11.643 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2024-03-22 14:26:11.645 | Using cached cliff-4.3.0-py3-none-any.whl (80 kB) 2024-03-22 14:26:11.648 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2024-03-22 14:26:11.651 | Using cached jsonpatch-1.32-py2.py3-none-any.whl (12 kB) 2024-03-22 14:26:11.653 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2024-03-22 14:26:11.655 | Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) 2024-03-22 14:26:11.657 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-03-22 14:26:11.659 | Using cached cmd2-2.4.3-py3-none-any.whl (147 kB) 2024-03-22 14:26:11.663 | Using cached jsonpointer-2.3-py2.py3-none-any.whl (7.8 kB) 2024-03-22 14:26:11.991 | Installing collected packages: simplegeneric, requestsexceptions, pyperclip, appdirs, zipp, sqlparse, retrying, pydot, psutil, networkx, jsonpointer, jmespath, httplib2, cmd2, autopage, jsonpatch, importlib-metadata, automaton, WSME, openstacksdk, cliff, taskflow, python-barbicanclient, oslo.reports, oslo.limit, castellan, cursive, glance 2024-03-22 14:26:15.167 | Running setup.py develop for glance 2024-03-22 14:26:16.320 | Successfully installed WSME-0.12.1 appdirs-1.4.4 automaton-3.2.0 autopage-0.5.1 castellan-4.3.0 cliff-4.3.0 cmd2-2.4.3 cursive-0.2.3 glance-0.0.1.dev20 httplib2-0.22.0 importlib-metadata-6.0.1 jmespath-1.0.1 jsonpatch-1.32 jsonpointer-2.3 networkx-3.1 openstacksdk-1.5.0 oslo.limit-2.2.0 oslo.reports-3.1.0 psutil-5.9.5 pydot-1.4.2 pyperclip-1.8.2 python-barbicanclient-5.6.1 requestsexceptions-1.4.0 retrying-1.3.4 simplegeneric-0.8.1 sqlparse-0.4.4 taskflow-5.4.0 zipp-3.15.0 2024-03-22 14:26:16.473 | + inc/python:pip_install:222 : result=0 2024-03-22 14:26:16.475 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-22 14:26:16.476 | + functions-common:time_stop:2400 : local name 2024-03-22 14:26:16.478 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:26:16.480 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:26:16.481 | + functions-common:time_stop:2403 : local total 2024-03-22 14:26:16.483 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:26:16.484 | + functions-common:time_stop:2406 : name=pip_install 2024-03-22 14:26:16.486 | + functions-common:time_stop:2407 : start_time=1711117567195 2024-03-22 14:26:16.488 | + functions-common:time_stop:2409 : [[ -z 1711117567195 ]] 2024-03-22 14:26:16.490 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:26:16.493 | + functions-common:time_stop:2412 : end_time=1711117576491 2024-03-22 14:26:16.494 | + functions-common:time_stop:2413 : elapsed_time=9296 2024-03-22 14:26:16.496 | + functions-common:time_stop:2414 : total=37536 2024-03-22 14:26:16.498 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:26:16.499 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=46832 2024-03-22 14:26:16.501 | + inc/python:pip_install:225 : return 0 2024-03-22 14:26:16.503 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2024-03-22 14:26:16.504 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2024-03-22 14:26:16.506 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/glance 2024-03-22 14:26:16.508 | + inc/python:use_library_from_git:272 : local name=/opt/stack/glance 2024-03-22 14:26:16.509 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:26:16.511 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:26:16.513 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/glance, ]] 2024-03-22 14:26:16.515 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:26:16.517 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-03-22 14:26:16.519 | + stack.sh:main:957 : configure_glance 2024-03-22 14:26:16.520 | + lib/glance:configure_glance:322 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2024-03-22 14:26:16.530 | + lib/glance:configure_glance:325 : local dburl 2024-03-22 14:26:16.532 | ++ lib/glance:configure_glance:326 : database_connection_url glance 2024-03-22 14:26:16.534 | ++ lib/database:database_connection_url:134 : local db=glance 2024-03-22 14:26:16.536 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2024-03-22 14:26:16.538 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=glance 2024-03-22 14:26:16.540 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2024-03-22 14:26:16.541 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2024-03-22 14:26:16.543 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2024-03-22 14:26:16.554 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:26:16.555 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2024-03-22 14:26:16.557 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2024-03-22 14:26:16.559 | + lib/glance:configure_glance:326 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2024-03-22 14:26:16.560 | + lib/glance:configure_glance:328 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2024-03-22 14:26:16.584 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2024-03-22 14:26:16.607 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2024-03-22 14:26:16.629 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-03-22 14:26:16.651 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2024-03-22 14:26:16.675 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2024-03-22 14:26:16.699 | + lib/glance:configure_glance:334 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2024-03-22 14:26:16.701 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2024-03-22 14:26:16.702 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2024-03-22 14:26:16.704 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-03-22 14:26:16.706 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2024-03-22 14:26:16.729 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2024-03-22 14:26:16.751 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-03-22 14:26:16.773 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2024-03-22 14:26:16.795 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2024-03-22 14:26:16.817 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2024-03-22 14:26:16.839 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2024-03-22 14:26:16.862 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2024-03-22 14:26:16.885 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-03-22 14:26:16.907 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2024-03-22 14:26:16.929 | + lib/glance:configure_glance:335 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2024-03-22 14:26:16.953 | + lib/glance:configure_glance:336 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2024-03-22 14:26:16.955 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=glance 2024-03-22 14:26:16.956 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/glance/glance-api.conf 2024-03-22 14:26:16.958 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2024-03-22 14:26:16.960 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2024-03-22 14:26:16.961 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2024-03-22 14:26:16.974 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:26:16.976 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2024-03-22 14:26:16.978 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2024-03-22 14:26:16.979 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2024-03-22 14:26:16.991 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:26:16.993 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-22 14:26:16.995 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-22 14:26:17.018 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2024-03-22 14:26:17.019 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2024-03-22 14:26:17.021 | + lib/glance:configure_glance:337 : '[' vsphere = libvirt ']' 2024-03-22 14:26:17.023 | + lib/glance:configure_glance:341 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2024-03-22 14:26:17.046 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2024-03-22 14:26:17.069 | + lib/glance:configure_glance:345 : configure_glance_store False False 2024-03-22 14:26:17.070 | + lib/glance:configure_glance_store:251 : local use_cinder_for_glance=False 2024-03-22 14:26:17.072 | + lib/glance:configure_glance_store:252 : local glance_enable_multiple_stores=False 2024-03-22 14:26:17.074 | + lib/glance:configure_glance_store:253 : local be 2024-03-22 14:26:17.076 | + lib/glance:configure_glance_store:255 : [[ False == \F\a\l\s\e ]] 2024-03-22 14:26:17.078 | + lib/glance:configure_glance_store:257 : [[ False == \T\r\u\e ]] 2024-03-22 14:26:17.080 | + lib/glance:configure_glance_store:274 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-03-22 14:26:17.105 | + lib/glance:configure_glance:348 : '[' -n '' ']' 2024-03-22 14:26:17.107 | + lib/glance:configure_glance:351 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2024-03-22 14:26:17.131 | + lib/glance:configure_glance:355 : [[ False == \F\a\l\s\e ]] 2024-03-22 14:26:17.133 | + lib/glance:configure_glance:357 : is_service_enabled s-proxy 2024-03-22 14:26:17.146 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:26:17.148 | + lib/glance:configure_glance:379 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2024-03-22 14:26:17.171 | + lib/glance:configure_glance:381 : is_service_enabled tls-proxy 2024-03-22 14:26:17.183 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:26:17.184 | + lib/glance:configure_glance:387 : setup_logging /etc/glance/glance-api.conf 2024-03-22 14:26:17.186 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2024-03-22 14:26:17.188 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2024-03-22 14:26:17.190 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-03-22 14:26:17.204 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-03-22 14:26:17.206 | + functions:setup_systemd_logging:706 : local pidstr= 2024-03-22 14:26:17.208 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-03-22 14:26:17.209 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-03-22 14:26:17.211 | + 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-03-22 14:26:17.234 | + 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-03-22 14:26:17.256 | + 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-03-22 14:26:17.278 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-03-22 14:26:17.300 | + lib/glance:configure_glance:389 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2024-03-22 14:26:17.303 | + lib/glance:configure_glance:392 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2024-03-22 14:26:17.327 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2024-03-22 14:26:17.349 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-03-22 14:26:17.371 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2024-03-22 14:26:17.396 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2024-03-22 14:26:17.419 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2024-03-22 14:26:17.441 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2024-03-22 14:26:17.463 | + lib/glance:configure_glance:401 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-03-22 14:26:17.489 | + lib/glance:configure_glance:404 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2024-03-22 14:26:17.512 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2024-03-22 14:26:17.536 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2024-03-22 14:26:17.558 | + lib/glance:configure_glance:408 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2024-03-22 14:26:17.562 | + lib/glance:configure_glance:410 : 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-03-22 14:26:17.566 | + lib/glance:configure_glance:412 : is_service_enabled tls-proxy 2024-03-22 14:26:17.578 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:26:17.579 | + lib/glance:configure_glance:420 : [[ False == False ]] 2024-03-22 14:26:17.581 | + lib/glance:configure_glance:421 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /opt/stack/data/venv/bin/glance-wsgi-api /image 2024-03-22 14:26:17.583 | + lib/apache:write_local_uwsgi_http_config:306 : local file=/etc/glance/glance-uwsgi.ini 2024-03-22 14:26:17.585 | + lib/apache:write_local_uwsgi_http_config:307 : local wsgi=/opt/stack/data/venv/bin/glance-wsgi-api 2024-03-22 14:26:17.586 | + lib/apache:write_local_uwsgi_http_config:308 : local url=/image 2024-03-22 14:26:17.588 | ++ lib/apache:write_local_uwsgi_http_config:309 : basename /opt/stack/data/venv/bin/glance-wsgi-api 2024-03-22 14:26:17.591 | + lib/apache:write_local_uwsgi_http_config:309 : name=glance-wsgi-api 2024-03-22 14:26:17.593 | + lib/apache:write_local_uwsgi_http_config:315 : rm -rf /etc/glance/glance-uwsgi.ini 2024-03-22 14:26:17.596 | + lib/apache:write_local_uwsgi_http_config:316 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/glance-wsgi-api 2024-03-22 14:26:17.618 | ++ lib/apache:write_local_uwsgi_http_config:317 : get_random_port 2024-03-22 14:26:17.620 | ++ functions:get_random_port:847 : read lower_port upper_port 2024-03-22 14:26:17.622 | ++ functions:get_random_port:848 : true 2024-03-22 14:26:17.624 | ++ functions:get_random_port:849 : (( port = upper_port )) 2024-03-22 14:26:17.625 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2024-03-22 14:26:17.627 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2024-03-22 14:26:17.694 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2024-03-22 14:26:17.696 | ++ functions:get_random_port:852 : break 2 2024-03-22 14:26:17.697 | ++ functions:get_random_port:856 : echo 60999 2024-03-22 14:26:17.700 | + lib/apache:write_local_uwsgi_http_config:317 : port=60999 2024-03-22 14:26:17.702 | + lib/apache:write_local_uwsgi_http_config:318 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2024-03-22 14:26:17.723 | + lib/apache:write_local_uwsgi_http_config:319 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2024-03-22 14:26:17.745 | + lib/apache:write_local_uwsgi_http_config:321 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2024-03-22 14:26:17.767 | + lib/apache:write_local_uwsgi_http_config:323 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2024-03-22 14:26:17.789 | + lib/apache:write_local_uwsgi_http_config:324 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2024-03-22 14:26:17.811 | + lib/apache:write_local_uwsgi_http_config:325 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2024-03-22 14:26:17.832 | + lib/apache:write_local_uwsgi_http_config:326 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2024-03-22 14:26:17.854 | + lib/apache:write_local_uwsgi_http_config:328 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2024-03-22 14:26:17.884 | + lib/apache:write_local_uwsgi_http_config:330 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-03-22 14:26:17.911 | + lib/apache:write_local_uwsgi_http_config:333 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2024-03-22 14:26:17.936 | + lib/apache:write_local_uwsgi_http_config:335 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2024-03-22 14:26:17.959 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2024-03-22 14:26:17.982 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2024-03-22 14:26:18.003 | + lib/apache:write_local_uwsgi_http_config:340 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2024-03-22 14:26:18.025 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2024-03-22 14:26:18.047 | + lib/apache:write_local_uwsgi_http_config:342 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2024-03-22 14:26:18.069 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2024-03-22 14:26:18.091 | + lib/apache:write_local_uwsgi_http_config:344 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2024-03-22 14:26:18.114 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2024-03-22 14:26:18.136 | + lib/apache:write_local_uwsgi_http_config:348 : enable_apache_mod proxy 2024-03-22 14:26:18.138 | + lib/apache:enable_apache_mod:55 : local mod=proxy 2024-03-22 14:26:18.139 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2024-03-22 14:26:18.141 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:26:18.143 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:26:18.145 | + lib/apache:enable_apache_mod:60 : [[ proxy != \v\e\r\s\i\o\n ]] 2024-03-22 14:26:18.146 | + lib/apache:enable_apache_mod:60 : a2query -m proxy 2024-03-22 14:26:18.178 | proxy (enabled by site administrator) 2024-03-22 14:26:18.180 | + lib/apache:write_local_uwsgi_http_config:349 : enable_apache_mod proxy_http 2024-03-22 14:26:18.182 | + lib/apache:enable_apache_mod:55 : local mod=proxy_http 2024-03-22 14:26:18.184 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2024-03-22 14:26:18.186 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:26:18.188 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:26:18.189 | + lib/apache:enable_apache_mod:60 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2024-03-22 14:26:18.191 | + lib/apache:enable_apache_mod:60 : a2query -m proxy_http 2024-03-22 14:26:18.219 | No module matches proxy_http 2024-03-22 14:26:18.221 | + lib/apache:enable_apache_mod:61 : sudo a2enmod proxy_http 2024-03-22 14:26:18.253 | Considering dependency proxy for proxy_http: 2024-03-22 14:26:18.253 | Module proxy already enabled 2024-03-22 14:26:18.253 | Enabling module proxy_http. 2024-03-22 14:26:18.257 | To activate the new configuration, you need to run: 2024-03-22 14:26:18.257 | systemctl restart apache2 2024-03-22 14:26:18.261 | + lib/apache:enable_apache_mod:62 : restart_apache_server 2024-03-22 14:26:18.263 | + lib/apache:restart_apache_server:237 : restart_service apache2 2024-03-22 14:26:18.264 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-03-22 14:26:18.266 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2024-03-22 14:26:18.391 | + lib/apache:write_local_uwsgi_http_config:350 : local apache_conf= 2024-03-22 14:26:18.393 | ++ lib/apache:write_local_uwsgi_http_config:351 : apache_site_config_for glance-wsgi-api 2024-03-22 14:26:18.395 | ++ lib/apache:apache_site_config_for:173 : local site=glance-wsgi-api 2024-03-22 14:26:18.397 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2024-03-22 14:26:18.399 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:26:18.401 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:26:18.403 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2024-03-22 14:26:18.406 | + lib/apache:write_local_uwsgi_http_config:351 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2024-03-22 14:26:18.407 | + lib/apache:write_local_uwsgi_http_config:352 : echo 'KeepAlive Off' 2024-03-22 14:26:18.408 | + lib/apache:write_local_uwsgi_http_config:352 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2024-03-22 14:26:18.414 | KeepAlive Off 2024-03-22 14:26:18.418 | + lib/apache:write_local_uwsgi_http_config:353 : echo 'SetEnv proxy-sendchunked 1' 2024-03-22 14:26:18.418 | + lib/apache:write_local_uwsgi_http_config:353 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-03-22 14:26:18.425 | SetEnv proxy-sendchunked 1 2024-03-22 14:26:18.429 | + lib/apache:write_local_uwsgi_http_config:354 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 ' 2024-03-22 14:26:18.429 | + lib/apache:write_local_uwsgi_http_config:354 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-03-22 14:26:18.436 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 2024-03-22 14:26:18.438 | + lib/apache:write_local_uwsgi_http_config:355 : enable_apache_site glance-wsgi-api 2024-03-22 14:26:18.440 | + lib/apache:enable_apache_site:190 : local site=glance-wsgi-api 2024-03-22 14:26:18.442 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2024-03-22 14:26:18.444 | + lib/apache:enable_apache_mod:55 : local mod=version 2024-03-22 14:26:18.445 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2024-03-22 14:26:18.447 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:26:18.449 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:26:18.450 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2024-03-22 14:26:18.452 | + lib/apache:enable_apache_site:193 : is_ubuntu 2024-03-22 14:26:18.454 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:26:18.455 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:26:18.457 | + lib/apache:enable_apache_site:194 : sudo a2ensite glance-wsgi-api 2024-03-22 14:26:18.488 | Enabling site glance-wsgi-api. 2024-03-22 14:26:18.491 | To activate the new configuration, you need to run: 2024-03-22 14:26:18.491 | systemctl reload apache2 2024-03-22 14:26:18.495 | + lib/apache:write_local_uwsgi_http_config:356 : restart_apache_server 2024-03-22 14:26:18.497 | + lib/apache:restart_apache_server:237 : restart_service apache2 2024-03-22 14:26:18.499 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-03-22 14:26:18.500 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2024-03-22 14:26:18.609 | ++ lib/glance:configure_glance:424 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2024-03-22 14:26:18.614 | + lib/glance:configure_glance:424 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2024-03-22 14:26:18.637 | + lib/glance:configure_glance:434 : [[ True == True ]] 2024-03-22 14:26:18.639 | + lib/glance:configure_glance:435 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope true 2024-03-22 14:26:18.664 | + lib/glance:configure_glance:436 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults true 2024-03-22 14:26:18.687 | + lib/glance:configure_glance:437 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac true 2024-03-22 14:26:18.710 | + stack.sh:main:960 : is_service_enabled cinder 2024-03-22 14:26:18.724 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:26:18.725 | + stack.sh:main:962 : stack_install_service cinder 2024-03-22 14:26:18.727 | + lib/stack:stack_install_service:20 : local service=cinder 2024-03-22 14:26:18.729 | + lib/stack:stack_install_service:21 : type install_cinder 2024-03-22 14:26:18.731 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-03-22 14:26:18.733 | + lib/stack:stack_install_service:32 : install_cinder 2024-03-22 14:26:18.735 | + lib/cinder:install_cinder:516 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder stable/2023.2 2024-03-22 14:26:18.737 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/cinder.git 2024-03-22 14:26:18.739 | + functions-common:git_clone:573 : local git_dest=/opt/stack//cinder 2024-03-22 14:26:18.741 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2024-03-22 14:26:18.742 | + functions-common:git_clone:575 : local orig_dir 2024-03-22 14:26:18.744 | ++ functions-common:git_clone:576 : pwd 2024-03-22 14:26:18.746 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-03-22 14:26:18.748 | + functions-common:git_clone:577 : local git_clone_flags= 2024-03-22 14:26:18.750 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-03-22 14:26:18.763 | + functions-common:git_clone:579 : RECLONE=False 2024-03-22 14:26:18.765 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2024-03-22 14:26:18.767 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2024-03-22 14:26:18.769 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-03-22 14:26:18.770 | + functions-common:git_clone:593 : echo stable/2023.2 2024-03-22 14:26:18.771 | + functions-common:git_clone:593 : egrep -q '^refs' 2024-03-22 14:26:18.775 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//cinder ]] 2024-03-22 14:26:18.777 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2024-03-22 14:26:18.779 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2024-03-22 14:26:18.780 | + functions-common:git_timed:680 : local count=0 2024-03-22 14:26:18.782 | + functions-common:git_timed:681 : local timeout=0 2024-03-22 14:26:18.784 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-22 14:26:18.785 | + functions-common:git_timed:684 : timeout=0 2024-03-22 14:26:18.787 | + functions-common:git_timed:687 : time_start git_timed 2024-03-22 14:26:18.789 | + functions-common:time_start:2386 : local name=git_timed 2024-03-22 14:26:18.791 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:26:18.792 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:26:18.794 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:26:18.798 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117578795 2024-03-22 14:26:18.799 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2024-03-22 14:26:18.801 | Cloning into '/opt/stack//cinder'... 2024-03-22 14:26:21.913 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-22 14:26:21.915 | + functions-common:time_stop:2400 : local name 2024-03-22 14:26:21.917 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:26:21.918 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:26:21.920 | + functions-common:time_stop:2403 : local total 2024-03-22 14:26:21.922 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:26:21.923 | + functions-common:time_stop:2406 : name=git_timed 2024-03-22 14:26:21.925 | + functions-common:time_stop:2407 : start_time=1711117578795 2024-03-22 14:26:21.927 | + functions-common:time_stop:2409 : [[ -z 1711117578795 ]] 2024-03-22 14:26:21.929 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:26:21.932 | + functions-common:time_stop:2412 : end_time=1711117581930 2024-03-22 14:26:21.934 | + functions-common:time_stop:2413 : elapsed_time=3135 2024-03-22 14:26:21.936 | + functions-common:time_stop:2414 : total=14993 2024-03-22 14:26:21.937 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:26:21.939 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=18128 2024-03-22 14:26:21.941 | + functions-common:git_clone:614 : cd /opt/stack//cinder 2024-03-22 14:26:21.943 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2024-03-22 14:26:21.944 | + functions-common:git_timed:680 : local count=0 2024-03-22 14:26:21.946 | + functions-common:git_timed:681 : local timeout=0 2024-03-22 14:26:21.947 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-22 14:26:21.949 | + functions-common:git_timed:684 : timeout=0 2024-03-22 14:26:21.951 | + functions-common:git_timed:687 : time_start git_timed 2024-03-22 14:26:21.953 | + functions-common:time_start:2386 : local name=git_timed 2024-03-22 14:26:21.955 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:26:21.956 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:26:21.958 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:26:21.961 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117581960 2024-03-22 14:26:21.963 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2024-03-22 14:26:24.572 | From https://opendev.org/openstack/cinder 2024-03-22 14:26:24.572 | * branch stable/2023.2 -> FETCH_HEAD 2024-03-22 14:26:24.576 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-22 14:26:24.578 | + functions-common:time_stop:2400 : local name 2024-03-22 14:26:24.580 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:26:24.582 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:26:24.583 | + functions-common:time_stop:2403 : local total 2024-03-22 14:26:24.585 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:26:24.587 | + functions-common:time_stop:2406 : name=git_timed 2024-03-22 14:26:24.588 | + functions-common:time_stop:2407 : start_time=1711117581960 2024-03-22 14:26:24.590 | + functions-common:time_stop:2409 : [[ -z 1711117581960 ]] 2024-03-22 14:26:24.592 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:26:24.595 | + functions-common:time_stop:2412 : end_time=1711117584593 2024-03-22 14:26:24.597 | + functions-common:time_stop:2413 : elapsed_time=2633 2024-03-22 14:26:24.598 | + functions-common:time_stop:2414 : total=18128 2024-03-22 14:26:24.600 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:26:24.601 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=20761 2024-03-22 14:26:24.603 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2024-03-22 14:26:24.605 | + functions-common:git_timed:680 : local count=0 2024-03-22 14:26:24.606 | + functions-common:git_timed:681 : local timeout=0 2024-03-22 14:26:24.608 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-22 14:26:24.610 | + functions-common:git_timed:684 : timeout=0 2024-03-22 14:26:24.611 | + functions-common:git_timed:687 : time_start git_timed 2024-03-22 14:26:24.613 | + functions-common:time_start:2386 : local name=git_timed 2024-03-22 14:26:24.614 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:26:24.616 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:26:24.618 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:26:24.621 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117584619 2024-03-22 14:26:24.623 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-03-22 14:26:24.853 | Note: switching to 'FETCH_HEAD'. 2024-03-22 14:26:24.853 | 2024-03-22 14:26:24.853 | You are in 'detached HEAD' state. You can look around, make experimental 2024-03-22 14:26:24.853 | changes and commit them, and you can discard any commits you make in this 2024-03-22 14:26:24.853 | state without impacting any branches by switching back to a branch. 2024-03-22 14:26:24.853 | 2024-03-22 14:26:24.854 | If you want to create a new branch to retain commits you create, you may 2024-03-22 14:26:24.854 | do so (now or later) by using -c with the switch command. Example: 2024-03-22 14:26:24.854 | 2024-03-22 14:26:24.854 | git switch -c 2024-03-22 14:26:24.854 | 2024-03-22 14:26:24.854 | Or undo this operation with: 2024-03-22 14:26:24.854 | 2024-03-22 14:26:24.854 | git switch - 2024-03-22 14:26:24.854 | 2024-03-22 14:26:24.854 | Turn off this advice by setting config variable advice.detachedHead to false 2024-03-22 14:26:24.854 | 2024-03-22 14:26:24.854 | HEAD is now at 539d872 Merge "Ceph: Fix restoring old backups to a different backend" into stable/2023.2 2024-03-22 14:26:24.857 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-22 14:26:24.859 | + functions-common:time_stop:2400 : local name 2024-03-22 14:26:24.861 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:26:24.863 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:26:24.864 | + functions-common:time_stop:2403 : local total 2024-03-22 14:26:24.866 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:26:24.867 | + functions-common:time_stop:2406 : name=git_timed 2024-03-22 14:26:24.869 | + functions-common:time_stop:2407 : start_time=1711117584619 2024-03-22 14:26:24.871 | + functions-common:time_stop:2409 : [[ -z 1711117584619 ]] 2024-03-22 14:26:24.872 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:26:24.876 | + functions-common:time_stop:2412 : end_time=1711117584874 2024-03-22 14:26:24.877 | + functions-common:time_stop:2413 : elapsed_time=255 2024-03-22 14:26:24.879 | + functions-common:time_stop:2414 : total=20761 2024-03-22 14:26:24.881 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:26:24.882 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=21016 2024-03-22 14:26:24.884 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//cinder 2024-03-22 14:26:24.894 | + functions-common:git_clone:655 : cd /opt/stack//cinder 2024-03-22 14:26:24.896 | + functions-common:git_clone:656 : git show --oneline 2024-03-22 14:26:24.896 | + functions-common:git_clone:656 : head -1 2024-03-22 14:26:24.899 | 539d872 Merge "Ceph: Fix restoring old backups to a different backend" into stable/2023.2 2024-03-22 14:26:24.902 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2024-03-22 14:26:24.903 | + lib/cinder:install_cinder:517 : setup_develop /opt/stack//cinder 2024-03-22 14:26:24.905 | + inc/python:setup_develop:360 : local bindep 2024-03-22 14:26:24.907 | + inc/python:setup_develop:361 : [[ /opt/stack//cinder == -bindep* ]] 2024-03-22 14:26:24.909 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//cinder 2024-03-22 14:26:24.910 | + inc/python:setup_develop:366 : local extras= 2024-03-22 14:26:24.912 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2024-03-22 14:26:24.914 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2024-03-22 14:26:24.915 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//cinder == -bindep* ]] 2024-03-22 14:26:24.917 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//cinder 2024-03-22 14:26:24.919 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2024-03-22 14:26:24.920 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2024-03-22 14:26:24.922 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//cinder 2024-03-22 14:26:24.924 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2024-03-22 14:26:24.926 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/cinder 2024-03-22 14:26:24.928 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2024-03-22 14:26:24.929 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2024-03-22 14:26:24.932 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2024-03-22 14:26:24.936 | + inc/python:_setup_package_with_constraints_edit:407 : name=cinder 2024-03-22 14:26:24.938 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- cinder 2024-03-22 14:26:25.251 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/cinder -e 2024-03-22 14:26:25.253 | + inc/python:setup_package:440 : local bindep=0 2024-03-22 14:26:25.255 | + inc/python:setup_package:441 : local bindep_flag= 2024-03-22 14:26:25.257 | + inc/python:setup_package:442 : local bindep_profiles= 2024-03-22 14:26:25.258 | + inc/python:setup_package:443 : [[ /opt/stack/cinder == -bindep* ]] 2024-03-22 14:26:25.260 | + inc/python:setup_package:448 : local project_dir=/opt/stack/cinder 2024-03-22 14:26:25.262 | + inc/python:setup_package:449 : local flags=-e 2024-03-22 14:26:25.264 | + inc/python:setup_package:450 : local extras= 2024-03-22 14:26:25.266 | + inc/python:setup_package:454 : [[ -n -e ]] 2024-03-22 14:26:25.267 | + inc/python:setup_package:454 : [[ -z '' ]] 2024-03-22 14:26:25.269 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2024-03-22 14:26:25.271 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2024-03-22 14:26:25.272 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2024-03-22 14:26:25.274 | + inc/python:setup_package:468 : pip_install -e /opt/stack/cinder 2024-03-22 14:26:25.290 | Using python 3.10 to install /opt/stack/cinder 2024-03-22 14:26:25.291 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/cinder 2024-03-22 14:26:26.096 | Obtaining file:///opt/stack/cinder 2024-03-22 14:26:26.097 | Preparing metadata (setup.py): started 2024-03-22 14:26:26.635 | Preparing metadata (setup.py): finished with status 'done' 2024-03-22 14:26:26.723 | Requirement already satisfied: pbr>=5.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (5.11.1) 2024-03-22 14:26:26.724 | Requirement already satisfied: decorator>=4.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (5.1.1) 2024-03-22 14:26:26.725 | Requirement already satisfied: eventlet!=0.32.0,>=0.30.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (0.33.3) 2024-03-22 14:26:26.726 | Requirement already satisfied: greenlet>=0.4.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (2.0.2) 2024-03-22 14:26:26.727 | Requirement already satisfied: httplib2>=0.18.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (0.22.0) 2024-03-22 14:26:26.727 | Requirement already satisfied: importlib_metadata>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (6.0.1) 2024-03-22 14:26:26.728 | Requirement already satisfied: iso8601>=0.1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (1.1.0) 2024-03-22 14:26:26.729 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (4.17.3) 2024-03-22 14:26:26.730 | Requirement already satisfied: keystoneauth1>=4.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (5.3.0) 2024-03-22 14:26:26.730 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (10.4.1) 2024-03-22 14:26:26.975 | Collecting lxml>=4.5.2 (from cinder==0.0.1.dev33) 2024-03-22 14:26:26.978 | Using cached lxml-4.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (3.6 kB) 2024-03-22 14:26:27.005 | Collecting oauth2client>=4.1.3 (from cinder==0.0.1.dev33) 2024-03-22 14:26:27.008 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl.metadata (1.2 kB) 2024-03-22 14:26:27.010 | Requirement already satisfied: oslo.config>=8.3.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (9.2.0) 2024-03-22 14:26:27.010 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (5.2.0) 2024-03-22 14:26:27.011 | Requirement already satisfied: oslo.context>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (5.2.0) 2024-03-22 14:26:27.012 | Requirement already satisfied: oslo.db>=11.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (14.1.0) 2024-03-22 14:26:27.013 | Requirement already satisfied: oslo.log>=4.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (5.3.0) 2024-03-22 14:26:27.014 | Requirement already satisfied: oslo.messaging>=14.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (14.4.1) 2024-03-22 14:26:27.014 | Requirement already satisfied: oslo.middleware>=4.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (5.2.0) 2024-03-22 14:26:27.015 | Requirement already satisfied: oslo.policy>=3.8.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (4.2.1) 2024-03-22 14:26:27.016 | Requirement already satisfied: oslo.privsep>=2.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (3.2.0) 2024-03-22 14:26:27.017 | Requirement already satisfied: oslo.reports>=2.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (3.1.0) 2024-03-22 14:26:27.018 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (7.1.0) 2024-03-22 14:26:27.018 | Requirement already satisfied: oslo.serialization>=4.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (5.2.0) 2024-03-22 14:26:27.019 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (3.2.0) 2024-03-22 14:26:27.020 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (2.2.0) 2024-03-22 14:26:27.021 | Requirement already satisfied: oslo.utils>=4.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (6.2.1) 2024-03-22 14:26:27.056 | Collecting oslo.versionedobjects>=2.4.0 (from cinder==0.0.1.dev33) 2024-03-22 14:26:27.059 | Using cached oslo.versionedobjects-3.2.0-py3-none-any.whl.metadata (2.6 kB) 2024-03-22 14:26:27.061 | Requirement already satisfied: osprofiler>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (4.1.0) 2024-03-22 14:26:27.061 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (23.1) 2024-03-22 14:26:27.107 | Collecting paramiko>=2.7.2 (from cinder==0.0.1.dev33) 2024-03-22 14:26:27.109 | Using cached paramiko-3.1.0-py3-none-any.whl.metadata (4.3 kB) 2024-03-22 14:26:27.111 | Requirement already satisfied: Paste>=3.4.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (3.5.2) 2024-03-22 14:26:27.112 | Requirement already satisfied: PasteDeploy>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (3.0.1) 2024-03-22 14:26:27.113 | Requirement already satisfied: psutil>=5.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (5.9.5) 2024-03-22 14:26:27.114 | Requirement already satisfied: pyparsing>=2.4.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (3.0.9) 2024-03-22 14:26:27.115 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (5.6.1) 2024-03-22 14:26:27.148 | Collecting python-glanceclient>=3.2.2 (from cinder==0.0.1.dev33) 2024-03-22 14:26:27.151 | Using cached python_glanceclient-4.4.0-py3-none-any.whl.metadata (3.8 kB) 2024-03-22 14:26:27.153 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (5.2.0) 2024-03-22 14:26:27.191 | Collecting python-novaclient>=18.2.0 (from cinder==0.0.1.dev33) 2024-03-22 14:26:27.193 | Using cached python_novaclient-18.4.0-py3-none-any.whl.metadata (3.0 kB) 2024-03-22 14:26:27.222 | Collecting python-swiftclient>=3.10.1 (from cinder==0.0.1.dev33) 2024-03-22 14:26:27.224 | Using cached python_swiftclient-4.4.0-py3-none-any.whl.metadata (3.7 kB) 2024-03-22 14:26:27.226 | Requirement already satisfied: pytz>=2020.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (2023.3) 2024-03-22 14:26:27.227 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (2.28.2) 2024-03-22 14:26:27.228 | Requirement already satisfied: Routes>=2.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (2.5.1) 2024-03-22 14:26:27.229 | Requirement already satisfied: taskflow>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (5.4.0) 2024-03-22 14:26:27.346 | Collecting rtslib-fb>=2.1.74 (from cinder==0.0.1.dev33) 2024-03-22 14:26:27.347 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2024-03-22 14:26:27.356 | Requirement already satisfied: six>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (1.16.0) 2024-03-22 14:26:27.357 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (1.4.41) 2024-03-22 14:26:27.358 | Requirement already satisfied: stevedore>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (5.1.0) 2024-03-22 14:26:27.388 | Collecting tabulate>=0.8.7 (from cinder==0.0.1.dev33) 2024-03-22 14:26:27.391 | Using cached tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2024-03-22 14:26:27.396 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (6.3.1) 2024-03-22 14:26:27.398 | Requirement already satisfied: WebOb>=1.8.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (1.8.7) 2024-03-22 14:26:27.399 | Requirement already satisfied: oslo.i18n>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (6.1.0) 2024-03-22 14:26:27.460 | Collecting oslo.vmware>=3.10.0 (from cinder==0.0.1.dev33) 2024-03-22 14:26:27.463 | Using cached oslo.vmware-4.2.0-py3-none-any.whl.metadata (2.4 kB) 2024-03-22 14:26:27.466 | Requirement already satisfied: os-brick>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (6.4.1) 2024-03-22 14:26:27.467 | Requirement already satisfied: os-win>=5.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (5.9.0) 2024-03-22 14:26:27.510 | Collecting tooz>=2.8.0 (from cinder==0.0.1.dev33) 2024-03-22 14:26:27.512 | Using cached tooz-4.2.0-py3-none-any.whl.metadata (3.5 kB) 2024-03-22 14:26:27.602 | Collecting google-api-python-client>=1.11.0 (from cinder==0.0.1.dev33) 2024-03-22 14:26:27.605 | Using cached google_api_python_client-2.86.0-py2.py3-none-any.whl.metadata (6.6 kB) 2024-03-22 14:26:27.607 | Requirement already satisfied: castellan>=3.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (4.3.0) 2024-03-22 14:26:27.608 | Requirement already satisfied: cryptography>=3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (40.0.2) 2024-03-22 14:26:27.609 | Requirement already satisfied: cursive>=0.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev33) (0.2.3) 2024-03-22 14:26:27.697 | Collecting zstd>=1.4.5.1 (from cinder==0.0.1.dev33) 2024-03-22 14:26:27.699 | Using cached zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.9 kB) 2024-03-22 14:26:28.189 | Collecting boto3>=1.18.49 (from cinder==0.0.1.dev33) 2024-03-22 14:26:28.193 | Using cached boto3-1.26.118-py3-none-any.whl.metadata (7.0 kB) 2024-03-22 14:26:28.730 | Collecting botocore<1.30.0,>=1.29.118 (from boto3>=1.18.49->cinder==0.0.1.dev33) 2024-03-22 14:26:28.733 | Using cached botocore-1.29.118-py3-none-any.whl.metadata (5.9 kB) 2024-03-22 14:26:28.735 | Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from boto3>=1.18.49->cinder==0.0.1.dev33) (1.0.1) 2024-03-22 14:26:28.762 | Collecting s3transfer<0.7.0,>=0.6.0 (from boto3>=1.18.49->cinder==0.0.1.dev33) 2024-03-22 14:26:28.764 | Using cached s3transfer-0.6.0-py3-none-any.whl.metadata (1.6 kB) 2024-03-22 14:26:28.793 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=3.1->cinder==0.0.1.dev33) (1.15.1) 2024-03-22 14:26:28.806 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet!=0.32.0,>=0.30.1->cinder==0.0.1.dev33) (2.3.0) 2024-03-22 14:26:28.903 | Collecting google-auth<3.0.0dev,>=1.19.0 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev33) 2024-03-22 14:26:28.905 | Using cached google_auth-2.17.3-py2.py3-none-any.whl.metadata (4.3 kB) 2024-03-22 14:26:28.924 | Collecting google-auth-httplib2>=0.1.0 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev33) 2024-03-22 14:26:28.926 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl.metadata (2.1 kB) 2024-03-22 14:26:28.994 | Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev33) 2024-03-22 14:26:28.996 | Using cached google_api_core-2.11.0-py3-none-any.whl.metadata (2.6 kB) 2024-03-22 14:26:29.016 | Collecting uritemplate<5,>=3.0.1 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev33) 2024-03-22 14:26:29.018 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl.metadata (2.9 kB) 2024-03-22 14:26:29.050 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib_metadata>=3.1.1->cinder==0.0.1.dev33) (3.15.0) 2024-03-22 14:26:29.071 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev33) (23.1.0) 2024-03-22 14:26:29.072 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev33) (0.19.3) 2024-03-22 14:26:29.096 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=4.2.1->cinder==0.0.1.dev33) (1.7.0) 2024-03-22 14:26:29.119 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev33) (3.5.0) 2024-03-22 14:26:29.121 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev33) (3.1.1) 2024-03-22 14:26:29.170 | Collecting pyasn1>=0.1.7 (from oauth2client>=4.1.3->cinder==0.0.1.dev33) 2024-03-22 14:26:29.172 | Using cached pyasn1-0.4.8-py2.py3-none-any.whl.metadata (1.5 kB) 2024-03-22 14:26:29.257 | Collecting pyasn1-modules>=0.0.5 (from oauth2client>=4.1.3->cinder==0.0.1.dev33) 2024-03-22 14:26:29.260 | Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl.metadata (3.6 kB) 2024-03-22 14:26:29.284 | Collecting rsa>=3.1.4 (from oauth2client>=4.1.3->cinder==0.0.1.dev33) 2024-03-22 14:26:29.286 | Using cached rsa-4.9-py3-none-any.whl.metadata (4.2 kB) 2024-03-22 14:26:29.313 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=4.5.0->cinder==0.0.1.dev33) (0.18) 2024-03-22 14:26:29.333 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev33) (6.0) 2024-03-22 14:26:29.334 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev33) (2.5.0) 2024-03-22 14:26:29.335 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev33) (0.8.0) 2024-03-22 14:26:29.336 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev33) (2.0.0) 2024-03-22 14:26:29.362 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev33) (1.9.4) 2024-03-22 14:26:29.364 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev33) (2.0.1) 2024-03-22 14:26:29.365 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev33) (0.5.0) 2024-03-22 14:26:29.392 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev33) (2.8.2) 2024-03-22 14:26:29.394 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev33) (0.9.6) 2024-03-22 14:26:29.420 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev33) (5.1.1) 2024-03-22 14:26:29.421 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev33) (5.3.0) 2024-03-22 14:26:29.421 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev33) (2.4.1) 2024-03-22 14:26:29.422 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev33) (5.2.4) 2024-03-22 14:26:29.423 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev33) (0.7.0) 2024-03-22 14:26:29.435 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev33) (3.1.2) 2024-03-22 14:26:29.435 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev33) (4.0.1) 2024-03-22 14:26:29.437 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev33) (4.0.1) 2024-03-22 14:26:29.458 | Requirement already satisfied: msgpack>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=2.6.2->cinder==0.0.1.dev33) (1.0.5) 2024-03-22 14:26:29.482 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=4.2.0->cinder==0.0.1.dev33) (2023.3) 2024-03-22 14:26:29.497 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev33) (1.4.0) 2024-03-22 14:26:29.498 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev33) (4.0.1) 2024-03-22 14:26:29.509 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev33) (3.7.0) 2024-03-22 14:26:29.521 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.12.1->cinder==0.0.1.dev33) (0.11.0) 2024-03-22 14:26:29.551 | Requirement already satisfied: defusedxml>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.vmware>=3.10.0->cinder==0.0.1.dev33) (0.7.1) 2024-03-22 14:26:29.579 | Collecting suds-community>=0.6 (from oslo.vmware>=3.10.0->cinder==0.0.1.dev33) 2024-03-22 14:26:29.595 | Using cached suds_community-1.1.2-py3-none-any.whl.metadata (1.7 kB) 2024-03-22 14:26:29.598 | Requirement already satisfied: urllib3>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.vmware>=3.10.0->cinder==0.0.1.dev33) (1.26.15) 2024-03-22 14:26:29.682 | Collecting pynacl>=1.5 (from paramiko>=2.7.2->cinder==0.0.1.dev33) 2024-03-22 14:26:29.684 | Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (8.6 kB) 2024-03-22 14:26:29.697 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=3.4.3->cinder==0.0.1.dev33) (69.1.1) 2024-03-22 14:26:29.762 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-barbicanclient>=5.0.1->cinder==0.0.1.dev33) (4.3.0) 2024-03-22 14:26:29.780 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev33) (23.1.1) 2024-03-22 14:26:29.801 | Collecting warlock>=1.2.0 (from python-glanceclient>=3.2.2->cinder==0.0.1.dev33) 2024-03-22 14:26:29.803 | Using cached warlock-2.0.1-py3-none-any.whl.metadata (3.9 kB) 2024-03-22 14:26:29.805 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev33) (1.15.0) 2024-03-22 14:26:29.887 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->cinder==0.0.1.dev33) (3.1.0) 2024-03-22 14:26:29.888 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->cinder==0.0.1.dev33) (3.4) 2024-03-22 14:26:29.889 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->cinder==0.0.1.dev33) (2024.2.2) 2024-03-22 14:26:29.907 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.4.1->cinder==0.0.1.dev33) (0.7) 2024-03-22 14:26:29.946 | Collecting pyudev>=0.16.1 (from rtslib-fb>=2.1.74->cinder==0.0.1.dev33) 2024-03-22 14:26:29.948 | Using cached pyudev-0.24.1-py3-none-any.whl.metadata (4.6 kB) 2024-03-22 14:26:30.112 | Requirement already satisfied: automaton>=1.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.5.0->cinder==0.0.1.dev33) (3.2.0) 2024-03-22 14:26:30.113 | Requirement already satisfied: networkx>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.5.0->cinder==0.0.1.dev33) (3.1) 2024-03-22 14:26:30.115 | Requirement already satisfied: pydot>=1.2.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from taskflow>=4.5.0->cinder==0.0.1.dev33) (1.4.2) 2024-03-22 14:26:30.198 | Collecting voluptuous>=0.8.9 (from tooz>=2.8.0->cinder==0.0.1.dev33) 2024-03-22 14:26:30.200 | Using cached voluptuous-0.13.1-py3-none-any.whl.metadata (20 kB) 2024-03-22 14:26:30.257 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==0.0.1.dev33) (1.2.4) 2024-03-22 14:26:30.273 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->cinder==0.0.1.dev33) (5.0.0) 2024-03-22 14:26:30.404 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=3.1->cinder==0.0.1.dev33) (2.21) 2024-03-22 14:26:30.443 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev33) (0.5.1) 2024-03-22 14:26:30.444 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev33) (2.4.3) 2024-03-22 14:26:30.617 | Collecting googleapis-common-protos<2.0dev,>=1.56.2 (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-api-python-client>=1.11.0->cinder==0.0.1.dev33) 2024-03-22 14:26:30.619 | Using cached googleapis_common_protos-1.59.0-py2.py3-none-any.whl.metadata (1.5 kB) 2024-03-22 14:26:30.620 | 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 /opt/stack/data/venv/lib/python3.10/site-packages (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-api-python-client>=1.11.0->cinder==0.0.1.dev33) (4.22.3) 2024-03-22 14:26:30.723 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=4.1.1->cinder==0.0.1.dev33) (2.1.2) 2024-03-22 14:26:30.920 | Requirement already satisfied: dogpile.cache>=1.1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.cache>=1.26.0->keystonemiddleware>=9.1.0->cinder==0.0.1.dev33) (1.1.8) 2024-03-22 14:26:30.945 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->cinder==0.0.1.dev33) (0.16.0) 2024-03-22 14:26:30.968 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev33) (0.2.6) 2024-03-22 14:26:31.541 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=11.0.0->cinder==0.0.1.dev33) (2.6.0) 2024-03-22 14:26:31.665 | Requirement already satisfied: jsonpatch<2,>=1 in /opt/stack/data/venv/lib/python3.10/site-packages (from warlock>=1.2.0->python-glanceclient>=3.2.2->cinder==0.0.1.dev33) (1.32) 2024-03-22 14:26:31.869 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev33) (1.8.2) 2024-03-22 14:26:31.944 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch<2,>=1->warlock>=1.2.0->python-glanceclient>=3.2.2->cinder==0.0.1.dev33) (2.3) 2024-03-22 14:26:32.211 | Using cached boto3-1.26.118-py3-none-any.whl (135 kB) 2024-03-22 14:26:32.214 | Using cached google_api_python_client-2.86.0-py2.py3-none-any.whl (11.3 MB) 2024-03-22 14:26:32.269 | Using cached lxml-4.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (7.1 MB) 2024-03-22 14:26:32.305 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2024-03-22 14:26:32.309 | Using cached oslo.versionedobjects-3.2.0-py3-none-any.whl (86 kB) 2024-03-22 14:26:32.312 | Using cached oslo.vmware-4.2.0-py3-none-any.whl (491 kB) 2024-03-22 14:26:32.316 | Using cached paramiko-3.1.0-py3-none-any.whl (211 kB) 2024-03-22 14:26:32.320 | Using cached python_glanceclient-4.4.0-py3-none-any.whl (205 kB) 2024-03-22 14:26:32.324 | Using cached python_novaclient-18.4.0-py3-none-any.whl (335 kB) 2024-03-22 14:26:32.328 | Using cached python_swiftclient-4.4.0-py3-none-any.whl (88 kB) 2024-03-22 14:26:32.331 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-03-22 14:26:32.334 | Using cached tooz-4.2.0-py3-none-any.whl (94 kB) 2024-03-22 14:26:32.337 | Using cached zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2024-03-22 14:26:32.348 | Using cached botocore-1.29.118-py3-none-any.whl (10.7 MB) 2024-03-22 14:26:32.400 | Using cached google_api_core-2.11.0-py3-none-any.whl (120 kB) 2024-03-22 14:26:32.403 | Using cached google_auth-2.17.3-py2.py3-none-any.whl (178 kB) 2024-03-22 14:26:32.406 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2024-03-22 14:26:32.408 | Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2024-03-22 14:26:32.411 | Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB) 2024-03-22 14:26:32.415 | 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-03-22 14:26:32.421 | Using cached pyudev-0.24.1-py3-none-any.whl (62 kB) 2024-03-22 14:26:32.424 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2024-03-22 14:26:32.427 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2024-03-22 14:26:32.429 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2024-03-22 14:26:32.433 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2024-03-22 14:26:32.435 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2024-03-22 14:26:32.438 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2024-03-22 14:26:32.440 | Using cached googleapis_common_protos-1.59.0-py2.py3-none-any.whl (223 kB) 2024-03-22 14:26:32.911 | Installing collected packages: zstd, voluptuous, pyasn1, 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-03-22 14:26:35.867 | Running setup.py develop for cinder 2024-03-22 14:26:37.372 | Successfully installed boto3-1.26.118 botocore-1.29.118 cinder-0.0.1.dev33 google-api-core-2.11.0 google-api-python-client-2.86.0 google-auth-2.17.3 google-auth-httplib2-0.1.0 googleapis-common-protos-1.59.0 lxml-4.9.2 oauth2client-4.1.3 oslo.versionedobjects-3.2.0 oslo.vmware-4.2.0 paramiko-3.1.0 pyasn1-0.4.8 pyasn1-modules-0.3.0 pynacl-1.5.0 python-glanceclient-4.4.0 python-novaclient-18.4.0 python-swiftclient-4.4.0 pyudev-0.24.1 rsa-4.9 rtslib-fb-2.1.75 s3transfer-0.6.0 suds-community-1.1.2 tabulate-0.9.0 tooz-4.2.0 uritemplate-4.1.1 voluptuous-0.13.1 warlock-2.0.1 zstd-1.5.5.1 2024-03-22 14:26:37.650 | + inc/python:pip_install:222 : result=0 2024-03-22 14:26:37.652 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-22 14:26:37.654 | + functions-common:time_stop:2400 : local name 2024-03-22 14:26:37.655 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:26:37.657 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:26:37.658 | + functions-common:time_stop:2403 : local total 2024-03-22 14:26:37.660 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:26:37.662 | + functions-common:time_stop:2406 : name=pip_install 2024-03-22 14:26:37.664 | + functions-common:time_stop:2407 : start_time=1711117585286 2024-03-22 14:26:37.665 | + functions-common:time_stop:2409 : [[ -z 1711117585286 ]] 2024-03-22 14:26:37.667 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:26:37.670 | + functions-common:time_stop:2412 : end_time=1711117597668 2024-03-22 14:26:37.672 | + functions-common:time_stop:2413 : elapsed_time=12382 2024-03-22 14:26:37.674 | + functions-common:time_stop:2414 : total=46832 2024-03-22 14:26:37.675 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:26:37.677 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=59214 2024-03-22 14:26:37.678 | + inc/python:pip_install:225 : return 0 2024-03-22 14:26:37.680 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2024-03-22 14:26:37.682 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2024-03-22 14:26:37.684 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/cinder 2024-03-22 14:26:37.685 | + inc/python:use_library_from_git:272 : local name=/opt/stack/cinder 2024-03-22 14:26:37.687 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:26:37.689 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:26:37.691 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/cinder, ]] 2024-03-22 14:26:37.693 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:26:37.695 | + lib/cinder:install_cinder:518 : [[ lioadm == \t\g\t\a\d\m ]] 2024-03-22 14:26:37.697 | + lib/cinder:install_cinder:520 : [[ lioadm == \l\i\o\a\d\m ]] 2024-03-22 14:26:37.699 | + lib/cinder:install_cinder:521 : is_ubuntu 2024-03-22 14:26:37.701 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:26:37.703 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:26:37.704 | + lib/cinder:install_cinder:523 : sudo mkdir -p /etc/target 2024-03-22 14:26:37.715 | + lib/cinder:install_cinder:525 : install_package targetcli-fb 2024-03-22 14:26:37.717 | + functions-common:install_package:1421 : update_package_repo 2024-03-22 14:26:37.719 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2024-03-22 14:26:37.721 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2024-03-22 14:26:37.722 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2024-03-22 14:26:37.724 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2024-03-22 14:26:37.726 | + functions-common:update_package_repo:1403 : is_ubuntu 2024-03-22 14:26:37.728 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:26:37.730 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:26:37.732 | + functions-common:update_package_repo:1404 : apt_get_update 2024-03-22 14:26:37.734 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2024-03-22 14:26:37.735 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2024-03-22 14:26:37.737 | + functions-common:apt_get_update:1150 : return 2024-03-22 14:26:37.739 | + functions-common:install_package:1422 : real_install_package targetcli-fb 2024-03-22 14:26:37.741 | + functions-common:real_install_package:1409 : is_ubuntu 2024-03-22 14:26:37.743 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:26:37.745 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:26:37.746 | + functions-common:real_install_package:1410 : apt_get install targetcli-fb 2024-03-22 14:26:37.763 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2024-03-22 14:26:37.818 | Reading package lists... 2024-03-22 14:26:38.008 | Building dependency tree... 2024-03-22 14:26:38.009 | Reading state information... 2024-03-22 14:26:38.191 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2024-03-22 14:26:38.191 | 0 upgraded, 0 newly installed, 0 to remove and 16 not upgraded. 2024-03-22 14:26:38.195 | + functions-common:apt_get:1194 : result=0 2024-03-22 14:26:38.197 | + functions-common:apt_get:1197 : time_stop apt-get 2024-03-22 14:26:38.199 | + functions-common:time_stop:2400 : local name 2024-03-22 14:26:38.201 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:26:38.203 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:26:38.204 | + functions-common:time_stop:2403 : local total 2024-03-22 14:26:38.206 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:26:38.208 | + functions-common:time_stop:2406 : name=apt-get 2024-03-22 14:26:38.210 | + functions-common:time_stop:2407 : start_time=1711117597760 2024-03-22 14:26:38.212 | + functions-common:time_stop:2409 : [[ -z 1711117597760 ]] 2024-03-22 14:26:38.214 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:26:38.217 | + functions-common:time_stop:2412 : end_time=1711117598215 2024-03-22 14:26:38.219 | + functions-common:time_stop:2413 : elapsed_time=455 2024-03-22 14:26:38.221 | + functions-common:time_stop:2414 : total=2944 2024-03-22 14:26:38.223 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:26:38.225 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3399 2024-03-22 14:26:38.227 | + functions-common:apt_get:1198 : return 0 2024-03-22 14:26:38.228 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-03-22 14:26:38.230 | + stack.sh:main:963 : configure_cinder 2024-03-22 14:26:38.232 | + lib/cinder:configure_cinder:283 : sudo install -d -o stack -m 755 /etc/cinder 2024-03-22 14:26:38.242 | + lib/cinder:configure_cinder:285 : rm -f /etc/cinder/cinder.conf 2024-03-22 14:26:38.244 | + lib/cinder:configure_cinder:287 : configure_rootwrap cinder 2024-03-22 14:26:38.246 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2024-03-22 14:26:38.247 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-03-22 14:26:38.250 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2024-03-22 14:26:38.250 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-03-22 14:26:38.253 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2024-03-22 14:26:38.255 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2024-03-22 14:26:38.256 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/opt/stack/data/venv/bin 2024-03-22 14:26:38.258 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2024-03-22 14:26:38.260 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2024-03-22 14:26:38.261 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2024-03-22 14:26:38.263 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/opt/stack/data/venv/bin/cinder-rootwrap 2024-03-22 14:26:38.265 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2024-03-22 14:26:38.274 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2024-03-22 14:26:38.283 | + 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-03-22 14:26:38.292 | + 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-03-22 14:26:38.301 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2024-03-22 14:26:38.310 | + inc/rootwrap:configure_rootwrap:66 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/cinder/rootwrap.conf 2024-03-22 14:26:38.319 | + inc/rootwrap:configure_rootwrap:69 : local tempfile 2024-03-22 14:26:38.322 | ++ inc/rootwrap:configure_rootwrap:70 : mktemp 2024-03-22 14:26:38.325 | + inc/rootwrap:configure_rootwrap:70 : tempfile=/tmp/tmp.NV6iXEl7Nl 2024-03-22 14:26:38.327 | + inc/rootwrap:configure_rootwrap:72 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-03-22 14:26:38.329 | + inc/rootwrap:configure_rootwrap:73 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-03-22 14:26:38.330 | + inc/rootwrap:configure_rootwrap:74 : '[' -f /opt/stack/data/venv/bin/cinder-rootwrap-daemon ']' 2024-03-22 14:26:38.332 | + inc/rootwrap:configure_rootwrap:79 : chmod 0440 /tmp/tmp.NV6iXEl7Nl 2024-03-22 14:26:38.335 | + inc/rootwrap:configure_rootwrap:80 : sudo chown root:root /tmp/tmp.NV6iXEl7Nl 2024-03-22 14:26:38.343 | + inc/rootwrap:configure_rootwrap:81 : sudo mv /tmp/tmp.NV6iXEl7Nl /etc/sudoers.d/cinder-rootwrap 2024-03-22 14:26:38.352 | ++ inc/rootwrap:configure_rootwrap:85 : dirname /opt/stack/data/venv/bin/cinder-rootwrap 2024-03-22 14:26:38.355 | + inc/rootwrap:configure_rootwrap:85 : add_sudo_secure_path /opt/stack/data/venv/bin 2024-03-22 14:26:38.357 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/opt/stack/data/venv/bin 2024-03-22 14:26:38.359 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-03-22 14:26:38.361 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-03-22 14:26:38.362 | + 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-03-22 14:26:38.364 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /opt/stack/data/venv/bin ]] 2024-03-22 14:26:38.366 | + inc/rootwrap:add_sudo_secure_path:33 : echo 'Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin' 2024-03-22 14:26:38.367 | + inc/rootwrap:add_sudo_secure_path:33 : sudo tee /etc/sudoers.d/zz-secure-path 2024-03-22 14:26:38.373 | Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin 2024-03-22 14:26:38.376 | + inc/rootwrap:add_sudo_secure_path:34 : sudo chmod 400 /etc/sudoers.d/zz-secure-path 2024-03-22 14:26:38.384 | + inc/rootwrap:add_sudo_secure_path:35 : sudo chown root:root /etc/sudoers.d/zz-secure-path 2024-03-22 14:26:38.393 | + lib/cinder:configure_cinder:289 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2024-03-22 14:26:38.395 | + lib/cinder:configure_cinder:290 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2024-03-22 14:26:38.398 | + lib/cinder:configure_cinder:293 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2024-03-22 14:26:38.401 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2024-03-22 14:26:38.415 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2024-03-22 14:26:38.429 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2024-03-22 14:26:38.443 | + lib/cinder:configure_cinder:298 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2024-03-22 14:26:38.456 | + lib/cinder:configure_cinder:299 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2024-03-22 14:26:38.470 | + lib/cinder:configure_cinder:300 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2024-03-22 14:26:38.484 | + lib/cinder:configure_cinder:301 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2024-03-22 14:26:38.497 | + lib/cinder:configure_cinder:302 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2024-03-22 14:26:38.511 | + lib/cinder:configure_cinder:304 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2024-03-22 14:26:38.513 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-03-22 14:26:38.514 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2024-03-22 14:26:38.516 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-03-22 14:26:38.518 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2024-03-22 14:26:38.542 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2024-03-22 14:26:38.564 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-03-22 14:26:38.586 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2024-03-22 14:26:38.612 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2024-03-22 14:26:38.635 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2024-03-22 14:26:38.657 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2024-03-22 14:26:38.679 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2024-03-22 14:26:38.701 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-03-22 14:26:38.723 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2024-03-22 14:26:38.745 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2024-03-22 14:26:38.769 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2024-03-22 14:26:38.791 | ++ lib/cinder:configure_cinder:309 : database_connection_url cinder 2024-03-22 14:26:38.793 | ++ lib/database:database_connection_url:134 : local db=cinder 2024-03-22 14:26:38.795 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2024-03-22 14:26:38.796 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=cinder 2024-03-22 14:26:38.798 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2024-03-22 14:26:38.800 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2024-03-22 14:26:38.802 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2024-03-22 14:26:38.814 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:26:38.816 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2024-03-22 14:26:38.817 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2024-03-22 14:26:38.820 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2024-03-22 14:26:38.844 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2024-03-22 14:26:38.867 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2024-03-22 14:26:38.890 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2024-03-22 14:26:38.912 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2024-03-22 14:26:38.935 | + lib/cinder:configure_cinder:314 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2024-03-22 14:26:38.958 | + lib/cinder:configure_cinder:315 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2024-03-22 14:26:38.983 | + lib/cinder:configure_cinder:316 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2024-03-22 14:26:39.005 | + lib/cinder:configure_cinder:317 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2024-03-22 14:26:39.030 | ++ lib/cinder:configure_cinder:318 : openssl rand -hex 16 2024-03-22 14:26:39.046 | + lib/cinder:configure_cinder:318 : iniset /etc/cinder/cinder.conf key_manager fixed_key ca04c16694acf0da617a4c34c5a0bf19 2024-03-22 14:26:39.070 | + lib/cinder:configure_cinder:319 : [[ -n '' ]] 2024-03-22 14:26:39.072 | + lib/cinder:configure_cinder:324 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2024-03-22 14:26:39.094 | + lib/cinder:configure_cinder:325 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2024-03-22 14:26:39.118 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2024-03-22 14:26:39.141 | + lib/cinder:configure_cinder:331 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2024-03-22 14:26:39.166 | + lib/cinder:configure_cinder:333 : iniset /etc/cinder/cinder.conf DEFAULT report_interval 120 2024-03-22 14:26:39.189 | + lib/cinder:configure_cinder:334 : iniset /etc/cinder/cinder.conf DEFAULT service_down_time 720 2024-03-22 14:26:39.211 | + lib/cinder:configure_cinder:336 : is_service_enabled c-vol 2024-03-22 14:26:39.224 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:26:39.226 | + lib/cinder:configure_cinder:336 : [[ -n vmdk:vsphere ]] 2024-03-22 14:26:39.227 | + lib/cinder:configure_cinder:337 : local enabled_backends= 2024-03-22 14:26:39.229 | + lib/cinder:configure_cinder:338 : local default_name= 2024-03-22 14:26:39.231 | + lib/cinder:configure_cinder:339 : local be be_name be_type 2024-03-22 14:26:39.233 | + lib/cinder:configure_cinder:340 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-03-22 14:26:39.235 | + lib/cinder:configure_cinder:341 : be_type=vmdk 2024-03-22 14:26:39.236 | + lib/cinder:configure_cinder:342 : be_name=vsphere 2024-03-22 14:26:39.238 | + lib/cinder:configure_cinder:343 : type configure_cinder_backend_vmdk 2024-03-22 14:26:39.240 | + lib/cinder:configure_cinder:344 : configure_cinder_backend_vmdk vsphere 2024-03-22 14:26:39.242 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2024-03-22 14:26:39.244 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2024-03-22 14:26:39.268 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:35 : iniset /etc/cinder/cinder.conf vsphere volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-03-22 14:26:39.290 | + 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-03-22 14:26:39.312 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2024-03-22 14:26:39.335 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2024-03-22 14:26:39.357 | + lib/cinder:configure_cinder:346 : [[ -z '' ]] 2024-03-22 14:26:39.359 | + lib/cinder:configure_cinder:347 : default_name=vsphere 2024-03-22 14:26:39.360 | + lib/cinder:configure_cinder:349 : enabled_backends+=vsphere, 2024-03-22 14:26:39.362 | + lib/cinder:configure_cinder:351 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2024-03-22 14:26:39.385 | + lib/cinder:configure_cinder:352 : [[ -n vsphere ]] 2024-03-22 14:26:39.387 | + lib/cinder:configure_cinder:353 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2024-03-22 14:26:39.409 | + lib/cinder:configure_cinder:355 : configure_cinder_image_volume_cache 2024-03-22 14:26:39.411 | + lib/cinder:configure_cinder_image_volume_cache:717 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2024-03-22 14:26:39.413 | + lib/cinder:configure_cinder_image_volume_cache:718 : local be_name=vsphere 2024-03-22 14:26:39.415 | + lib/cinder:configure_cinder_image_volume_cache:720 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2024-03-22 14:26:39.437 | + lib/cinder:configure_cinder_image_volume_cache:722 : [[ -n '' ]] 2024-03-22 14:26:39.438 | + lib/cinder:configure_cinder_image_volume_cache:726 : [[ -n '' ]] 2024-03-22 14:26:39.440 | + lib/cinder:configure_cinder:358 : is_service_enabled c-bak 2024-03-22 14:26:39.452 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:26:39.454 | + lib/cinder:configure_cinder:366 : is_service_enabled ceilometer 2024-03-22 14:26:39.466 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:26:39.468 | + lib/cinder:configure_cinder:370 : is_service_enabled tls-proxy 2024-03-22 14:26:39.480 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:26:39.482 | + lib/cinder:configure_cinder:384 : '[' False '!=' False ']' 2024-03-22 14:26:39.483 | + lib/cinder:configure_cinder:388 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2024-03-22 14:26:39.485 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=cinder 2024-03-22 14:26:39.487 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/cinder/cinder.conf 2024-03-22 14:26:39.488 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2024-03-22 14:26:39.490 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2024-03-22 14:26:39.492 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2024-03-22 14:26:39.504 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:26:39.506 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2024-03-22 14:26:39.508 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2024-03-22 14:26:39.510 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2024-03-22 14:26:39.522 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:26:39.523 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-22 14:26:39.526 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-22 14:26:39.547 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2024-03-22 14:26:39.549 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2024-03-22 14:26:39.551 | + lib/cinder:configure_cinder:391 : setup_logging /etc/cinder/cinder.conf True 2024-03-22 14:26:39.553 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2024-03-22 14:26:39.555 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2024-03-22 14:26:39.557 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-03-22 14:26:39.569 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-03-22 14:26:39.571 | + functions:setup_systemd_logging:706 : local pidstr= 2024-03-22 14:26:39.573 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-03-22 14:26:39.575 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-03-22 14:26:39.577 | + 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-03-22 14:26:39.599 | + 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-03-22 14:26:39.620 | + 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-03-22 14:26:39.642 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-03-22 14:26:39.664 | + lib/cinder:configure_cinder:393 : is_service_enabled c-api 2024-03-22 14:26:39.676 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:26:39.678 | + lib/cinder:configure_cinder:394 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /opt/stack/data/venv/bin/cinder-wsgi /volume 2024-03-22 14:26:39.680 | + lib/apache:write_uwsgi_config:241 : local file=/etc/cinder/cinder-api-uwsgi.ini 2024-03-22 14:26:39.682 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/cinder-wsgi 2024-03-22 14:26:39.683 | + lib/apache:write_uwsgi_config:243 : local url=/volume 2024-03-22 14:26:39.685 | + lib/apache:write_uwsgi_config:244 : local http= 2024-03-22 14:26:39.687 | + lib/apache:write_uwsgi_config:245 : local name= 2024-03-22 14:26:39.689 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/cinder-wsgi 2024-03-22 14:26:39.692 | + lib/apache:write_uwsgi_config:246 : name=cinder-wsgi 2024-03-22 14:26:39.694 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2024-03-22 14:26:39.695 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2024-03-22 14:26:39.705 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2024-03-22 14:26:39.705 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-03-22 14:26:39.711 | d /var/run/uwsgi 0755 stack root 2024-03-22 14:26:39.714 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-03-22 14:26:39.722 | /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-03-22 14:26:39.726 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2024-03-22 14:26:39.727 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2024-03-22 14:26:39.730 | + lib/apache:write_uwsgi_config:262 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/cinder-wsgi 2024-03-22 14:26:39.753 | + lib/apache:write_uwsgi_config:263 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2024-03-22 14:26:39.775 | + lib/apache:write_uwsgi_config:265 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2024-03-22 14:26:39.797 | + lib/apache:write_uwsgi_config:267 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2024-03-22 14:26:39.819 | + lib/apache:write_uwsgi_config:268 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2024-03-22 14:26:39.841 | + lib/apache:write_uwsgi_config:271 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-03-22 14:26:39.863 | + lib/apache:write_uwsgi_config:272 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2024-03-22 14:26:39.885 | + lib/apache:write_uwsgi_config:273 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2024-03-22 14:26:39.906 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2024-03-22 14:26:39.931 | + lib/apache:write_uwsgi_config:277 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-03-22 14:26:39.954 | + lib/apache:write_uwsgi_config:279 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2024-03-22 14:26:39.976 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-03-22 14:26:39.998 | + lib/apache:write_uwsgi_config:283 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2024-03-22 14:26:40.020 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2024-03-22 14:26:40.022 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2024-03-22 14:26:40.024 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for cinder-wsgi 2024-03-22 14:26:40.026 | ++ lib/apache:apache_site_config_for:173 : local site=cinder-wsgi 2024-03-22 14:26:40.027 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2024-03-22 14:26:40.029 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:26:40.031 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:26:40.033 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2024-03-22 14:26:40.036 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2024-03-22 14:26:40.037 | + lib/apache:write_uwsgi_config:291 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2024-03-22 14:26:40.060 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2024-03-22 14:26:40.084 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 acquire=1 ' 2024-03-22 14:26:40.084 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2024-03-22 14:26:40.090 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 acquire=1 2024-03-22 14:26:40.093 | + lib/apache:write_uwsgi_config:294 : enable_apache_site cinder-wsgi 2024-03-22 14:26:40.095 | + lib/apache:enable_apache_site:190 : local site=cinder-wsgi 2024-03-22 14:26:40.097 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2024-03-22 14:26:40.099 | + lib/apache:enable_apache_mod:55 : local mod=version 2024-03-22 14:26:40.100 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2024-03-22 14:26:40.102 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:26:40.104 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:26:40.106 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2024-03-22 14:26:40.107 | + lib/apache:enable_apache_site:193 : is_ubuntu 2024-03-22 14:26:40.109 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:26:40.111 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:26:40.112 | + lib/apache:enable_apache_site:194 : sudo a2ensite cinder-wsgi 2024-03-22 14:26:40.144 | Enabling site cinder-wsgi. 2024-03-22 14:26:40.148 | To activate the new configuration, you need to run: 2024-03-22 14:26:40.148 | systemctl reload apache2 2024-03-22 14:26:40.152 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2024-03-22 14:26:40.154 | + lib/apache:restart_apache_server:237 : restart_service apache2 2024-03-22 14:26:40.155 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-03-22 14:26:40.158 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2024-03-22 14:26:40.270 | + lib/cinder:configure_cinder:397 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2024-03-22 14:26:40.271 | + lib/cinder:configure_cinder:398 : configure_cinder_driver 2024-03-22 14:26:40.273 | + 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-03-22 14:26:40.298 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2024-03-22 14:26:40.321 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2024-03-22 14:26:40.344 | + lib/cinder_plugins/vsphere:configure_cinder_driver:36 : iniset /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-03-22 14:26:40.369 | + lib/cinder:configure_cinder:401 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2024-03-22 14:26:40.394 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2024-03-22 14:26:40.417 | + lib/cinder:configure_cinder:404 : is_service_enabled tls-proxy 2024-03-22 14:26:40.429 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:26:40.431 | + lib/cinder:configure_cinder:410 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2024-03-22 14:26:40.433 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-03-22 14:26:40.435 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-03-22 14:26:40.437 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-03-22 14:26:40.439 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2024-03-22 14:26:40.462 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2024-03-22 14:26:40.485 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2024-03-22 14:26:40.507 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2024-03-22 14:26:40.529 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2024-03-22 14:26:40.550 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2024-03-22 14:26:40.573 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2024-03-22 14:26:40.595 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2024-03-22 14:26:40.617 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-03-22 14:26:40.639 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2024-03-22 14:26:40.661 | + lib/cinder:configure_cinder:411 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2024-03-22 14:26:40.684 | + lib/cinder:configure_cinder:412 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2024-03-22 14:26:40.706 | + lib/cinder:configure_cinder:414 : [[ ! -z '' ]] 2024-03-22 14:26:40.708 | + lib/cinder:configure_cinder:416 : is_service_enabled etcd3 2024-03-22 14:26:40.721 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:26:40.723 | + lib/cinder:configure_cinder:419 : iniset /etc/cinder/cinder.conf coordination backend_url 'etcd3+http://10.180.1.21:2379?api_version=v3' 2024-03-22 14:26:40.746 | + lib/cinder:configure_cinder:422 : [[ False == True ]] 2024-03-22 14:26:40.748 | + lib/cinder:configure_cinder:422 : [[ False == True ]] 2024-03-22 14:26:40.750 | + lib/cinder:configure_cinder:426 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2024-03-22 14:26:40.774 | + lib/cinder:configure_cinder:427 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2024-03-22 14:26:40.797 | + stack.sh:main:966 : is_service_enabled neutron 2024-03-22 14:26:40.810 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:26:40.812 | + stack.sh:main:968 : stack_install_service neutron 2024-03-22 14:26:40.813 | + lib/stack:stack_install_service:20 : local service=neutron 2024-03-22 14:26:40.815 | + lib/stack:stack_install_service:21 : type install_neutron 2024-03-22 14:26:40.817 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-03-22 14:26:40.819 | + lib/stack:stack_install_service:32 : install_neutron 2024-03-22 14:26:40.821 | + lib/neutron:install_neutron:522 : use_library_from_git neutron-lib 2024-03-22 14:26:40.823 | + inc/python:use_library_from_git:272 : local name=neutron-lib 2024-03-22 14:26:40.824 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:26:40.826 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:26:40.828 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,neutron-lib, ]] 2024-03-22 14:26:40.830 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:26:40.832 | + lib/neutron:install_neutron:527 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron stable/2023.2 2024-03-22 14:26:40.834 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/neutron.git 2024-03-22 14:26:40.836 | + functions-common:git_clone:573 : local git_dest=/opt/stack//neutron 2024-03-22 14:26:40.837 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2024-03-22 14:26:40.839 | + functions-common:git_clone:575 : local orig_dir 2024-03-22 14:26:40.841 | ++ functions-common:git_clone:576 : pwd 2024-03-22 14:26:40.843 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-03-22 14:26:40.845 | + functions-common:git_clone:577 : local git_clone_flags= 2024-03-22 14:26:40.847 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-03-22 14:26:40.860 | + functions-common:git_clone:579 : RECLONE=False 2024-03-22 14:26:40.862 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2024-03-22 14:26:40.864 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2024-03-22 14:26:40.866 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-03-22 14:26:40.868 | + functions-common:git_clone:593 : echo stable/2023.2 2024-03-22 14:26:40.868 | + functions-common:git_clone:593 : egrep -q '^refs' 2024-03-22 14:26:40.872 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//neutron ]] 2024-03-22 14:26:40.874 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2024-03-22 14:26:40.875 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2024-03-22 14:26:40.877 | + functions-common:git_timed:680 : local count=0 2024-03-22 14:26:40.879 | + functions-common:git_timed:681 : local timeout=0 2024-03-22 14:26:40.881 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-22 14:26:40.883 | + functions-common:git_timed:684 : timeout=0 2024-03-22 14:26:40.885 | + functions-common:git_timed:687 : time_start git_timed 2024-03-22 14:26:40.886 | + functions-common:time_start:2386 : local name=git_timed 2024-03-22 14:26:40.888 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:26:40.890 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:26:40.892 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:26:40.895 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117600893 2024-03-22 14:26:40.897 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2024-03-22 14:26:40.899 | Cloning into '/opt/stack//neutron'... 2024-03-22 14:26:44.371 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-22 14:26:44.372 | + functions-common:time_stop:2400 : local name 2024-03-22 14:26:44.374 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:26:44.376 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:26:44.378 | + functions-common:time_stop:2403 : local total 2024-03-22 14:26:44.380 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:26:44.382 | + functions-common:time_stop:2406 : name=git_timed 2024-03-22 14:26:44.383 | + functions-common:time_stop:2407 : start_time=1711117600893 2024-03-22 14:26:44.385 | + functions-common:time_stop:2409 : [[ -z 1711117600893 ]] 2024-03-22 14:26:44.387 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:26:44.391 | + functions-common:time_stop:2412 : end_time=1711117604389 2024-03-22 14:26:44.392 | + functions-common:time_stop:2413 : elapsed_time=3496 2024-03-22 14:26:44.394 | + functions-common:time_stop:2414 : total=21016 2024-03-22 14:26:44.396 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:26:44.398 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=24512 2024-03-22 14:26:44.400 | + functions-common:git_clone:614 : cd /opt/stack//neutron 2024-03-22 14:26:44.401 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2024-03-22 14:26:44.403 | + functions-common:git_timed:680 : local count=0 2024-03-22 14:26:44.405 | + functions-common:git_timed:681 : local timeout=0 2024-03-22 14:26:44.407 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-22 14:26:44.409 | + functions-common:git_timed:684 : timeout=0 2024-03-22 14:26:44.410 | + functions-common:git_timed:687 : time_start git_timed 2024-03-22 14:26:44.412 | + functions-common:time_start:2386 : local name=git_timed 2024-03-22 14:26:44.414 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:26:44.416 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:26:44.418 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:26:44.421 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117604419 2024-03-22 14:26:44.423 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2024-03-22 14:26:46.929 | From https://opendev.org/openstack/neutron 2024-03-22 14:26:46.929 | * branch stable/2023.2 -> FETCH_HEAD 2024-03-22 14:26:46.933 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-22 14:26:46.935 | + functions-common:time_stop:2400 : local name 2024-03-22 14:26:46.937 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:26:46.939 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:26:46.941 | + functions-common:time_stop:2403 : local total 2024-03-22 14:26:46.943 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:26:46.944 | + functions-common:time_stop:2406 : name=git_timed 2024-03-22 14:26:46.946 | + functions-common:time_stop:2407 : start_time=1711117604419 2024-03-22 14:26:46.948 | + functions-common:time_stop:2409 : [[ -z 1711117604419 ]] 2024-03-22 14:26:46.950 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:26:46.953 | + functions-common:time_stop:2412 : end_time=1711117606951 2024-03-22 14:26:46.955 | + functions-common:time_stop:2413 : elapsed_time=2532 2024-03-22 14:26:46.957 | + functions-common:time_stop:2414 : total=24512 2024-03-22 14:26:46.958 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:26:46.960 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=27044 2024-03-22 14:26:46.962 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2024-03-22 14:26:46.964 | + functions-common:git_timed:680 : local count=0 2024-03-22 14:26:46.965 | + functions-common:git_timed:681 : local timeout=0 2024-03-22 14:26:46.967 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-22 14:26:46.969 | + functions-common:git_timed:684 : timeout=0 2024-03-22 14:26:46.971 | + functions-common:git_timed:687 : time_start git_timed 2024-03-22 14:26:46.972 | + functions-common:time_start:2386 : local name=git_timed 2024-03-22 14:26:46.974 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:26:46.976 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:26:46.978 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:26:46.981 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117606979 2024-03-22 14:26:46.983 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-03-22 14:26:47.233 | Note: switching to 'FETCH_HEAD'. 2024-03-22 14:26:47.233 | 2024-03-22 14:26:47.233 | You are in 'detached HEAD' state. You can look around, make experimental 2024-03-22 14:26:47.233 | changes and commit them, and you can discard any commits you make in this 2024-03-22 14:26:47.233 | state without impacting any branches by switching back to a branch. 2024-03-22 14:26:47.233 | 2024-03-22 14:26:47.233 | If you want to create a new branch to retain commits you create, you may 2024-03-22 14:26:47.233 | do so (now or later) by using -c with the switch command. Example: 2024-03-22 14:26:47.233 | 2024-03-22 14:26:47.233 | git switch -c 2024-03-22 14:26:47.233 | 2024-03-22 14:26:47.233 | Or undo this operation with: 2024-03-22 14:26:47.233 | 2024-03-22 14:26:47.233 | git switch - 2024-03-22 14:26:47.233 | 2024-03-22 14:26:47.233 | Turn off this advice by setting config variable advice.detachedHead to false 2024-03-22 14:26:47.233 | 2024-03-22 14:26:47.233 | HEAD is now at cc81838 Merge "Use the system-dependent string for IP protocol 4" into stable/2023.2 2024-03-22 14:26:47.238 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-22 14:26:47.240 | + functions-common:time_stop:2400 : local name 2024-03-22 14:26:47.242 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:26:47.244 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:26:47.245 | + functions-common:time_stop:2403 : local total 2024-03-22 14:26:47.247 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:26:47.249 | + functions-common:time_stop:2406 : name=git_timed 2024-03-22 14:26:47.251 | + functions-common:time_stop:2407 : start_time=1711117606979 2024-03-22 14:26:47.253 | + functions-common:time_stop:2409 : [[ -z 1711117606979 ]] 2024-03-22 14:26:47.255 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:26:47.258 | + functions-common:time_stop:2412 : end_time=1711117607256 2024-03-22 14:26:47.260 | + functions-common:time_stop:2413 : elapsed_time=277 2024-03-22 14:26:47.262 | + functions-common:time_stop:2414 : total=27044 2024-03-22 14:26:47.263 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:26:47.265 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=27321 2024-03-22 14:26:47.267 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//neutron 2024-03-22 14:26:47.279 | + functions-common:git_clone:655 : cd /opt/stack//neutron 2024-03-22 14:26:47.281 | + functions-common:git_clone:656 : git show --oneline 2024-03-22 14:26:47.281 | + functions-common:git_clone:656 : head -1 2024-03-22 14:26:47.283 | cc81838 Merge "Use the system-dependent string for IP protocol 4" into stable/2023.2 2024-03-22 14:26:47.285 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2024-03-22 14:26:47.287 | + lib/neutron:install_neutron:528 : setup_develop /opt/stack//neutron 2024-03-22 14:26:47.289 | + inc/python:setup_develop:360 : local bindep 2024-03-22 14:26:47.291 | + inc/python:setup_develop:361 : [[ /opt/stack//neutron == -bindep* ]] 2024-03-22 14:26:47.293 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//neutron 2024-03-22 14:26:47.295 | + inc/python:setup_develop:366 : local extras= 2024-03-22 14:26:47.297 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2024-03-22 14:26:47.298 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2024-03-22 14:26:47.300 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//neutron == -bindep* ]] 2024-03-22 14:26:47.302 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//neutron 2024-03-22 14:26:47.304 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2024-03-22 14:26:47.306 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2024-03-22 14:26:47.308 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//neutron 2024-03-22 14:26:47.310 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2024-03-22 14:26:47.313 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/neutron 2024-03-22 14:26:47.314 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2024-03-22 14:26:47.316 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2024-03-22 14:26:47.318 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2024-03-22 14:26:47.323 | + inc/python:_setup_package_with_constraints_edit:407 : name=neutron 2024-03-22 14:26:47.325 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- neutron 2024-03-22 14:26:47.641 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/neutron -e 2024-03-22 14:26:47.643 | + inc/python:setup_package:440 : local bindep=0 2024-03-22 14:26:47.645 | + inc/python:setup_package:441 : local bindep_flag= 2024-03-22 14:26:47.647 | + inc/python:setup_package:442 : local bindep_profiles= 2024-03-22 14:26:47.649 | + inc/python:setup_package:443 : [[ /opt/stack/neutron == -bindep* ]] 2024-03-22 14:26:47.651 | + inc/python:setup_package:448 : local project_dir=/opt/stack/neutron 2024-03-22 14:26:47.652 | + inc/python:setup_package:449 : local flags=-e 2024-03-22 14:26:47.654 | + inc/python:setup_package:450 : local extras= 2024-03-22 14:26:47.657 | + inc/python:setup_package:454 : [[ -n -e ]] 2024-03-22 14:26:47.659 | + inc/python:setup_package:454 : [[ -z '' ]] 2024-03-22 14:26:47.661 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2024-03-22 14:26:47.663 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2024-03-22 14:26:47.664 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2024-03-22 14:26:47.666 | + inc/python:setup_package:468 : pip_install -e /opt/stack/neutron 2024-03-22 14:26:47.682 | Using python 3.10 to install /opt/stack/neutron 2024-03-22 14:26:47.683 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/neutron 2024-03-22 14:26:48.499 | Obtaining file:///opt/stack/neutron 2024-03-22 14:26:48.500 | Preparing metadata (setup.py): started 2024-03-22 14:26:49.118 | Preparing metadata (setup.py): finished with status 'done' 2024-03-22 14:26:49.191 | Requirement already satisfied: pbr>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.11.1) 2024-03-22 14:26:49.192 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.5.2) 2024-03-22 14:26:49.193 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.0.1) 2024-03-22 14:26:49.194 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (2.5.1) 2024-03-22 14:26:49.195 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (2.5.0) 2024-03-22 14:26:49.195 | Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.1.1) 2024-03-22 14:26:49.196 | Requirement already satisfied: eventlet>=0.26.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (0.33.3) 2024-03-22 14:26:49.320 | Collecting pecan>=1.4.0 (from neutron==0.0.1.dev17) 2024-03-22 14:26:49.320 | Using cached pecan-1.4.2-py3-none-any.whl 2024-03-22 14:26:49.328 | Requirement already satisfied: httplib2>=0.9.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (0.22.0) 2024-03-22 14:26:49.328 | Requirement already satisfied: requests>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (2.28.2) 2024-03-22 14:26:49.329 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.1.2) 2024-03-22 14:26:49.330 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (10.4.1) 2024-03-22 14:26:49.331 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (0.8.0) 2024-03-22 14:26:49.332 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (0.11.0) 2024-03-22 14:26:49.401 | Collecting neutron-lib>=3.8.1 (from neutron==0.0.1.dev17) 2024-03-22 14:26:49.404 | Using cached neutron_lib-3.8.1-py3-none-any.whl.metadata (2.3 kB) 2024-03-22 14:26:49.436 | Collecting python-neutronclient>=7.8.0 (from neutron==0.0.1.dev17) 2024-03-22 14:26:49.438 | Using cached python_neutronclient-11.0.0-py3-none-any.whl.metadata (3.0 kB) 2024-03-22 14:26:49.440 | Requirement already satisfied: tenacity>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (6.3.1) 2024-03-22 14:26:49.441 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (1.4.41) 2024-03-22 14:26:49.441 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (1.8.7) 2024-03-22 14:26:49.442 | Requirement already satisfied: keystoneauth1>=3.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.3.0) 2024-03-22 14:26:49.443 | Requirement already satisfied: alembic>=1.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (1.9.4) 2024-03-22 14:26:49.444 | Requirement already satisfied: stevedore>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.1.0) 2024-03-22 14:26:49.444 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.5.0) 2024-03-22 14:26:49.445 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.2.0) 2024-03-22 14:26:49.447 | Requirement already satisfied: oslo.config>=9.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (9.2.0) 2024-03-22 14:26:49.447 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.2.0) 2024-03-22 14:26:49.448 | Requirement already satisfied: oslo.db>=4.44.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (14.1.0) 2024-03-22 14:26:49.449 | Requirement already satisfied: oslo.i18n>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (6.1.0) 2024-03-22 14:26:49.450 | Requirement already satisfied: oslo.log>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.3.0) 2024-03-22 14:26:49.451 | Requirement already satisfied: oslo.messaging>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (14.4.1) 2024-03-22 14:26:49.451 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.2.0) 2024-03-22 14:26:49.452 | Requirement already satisfied: oslo.policy>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (4.2.1) 2024-03-22 14:26:49.453 | Requirement already satisfied: oslo.privsep>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.2.0) 2024-03-22 14:26:49.454 | Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.1.0) 2024-03-22 14:26:49.454 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (7.1.0) 2024-03-22 14:26:49.455 | Requirement already satisfied: oslo.serialization>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.2.0) 2024-03-22 14:26:49.456 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.2.0) 2024-03-22 14:26:49.457 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (2.2.0) 2024-03-22 14:26:49.458 | Requirement already satisfied: oslo.utils>=6.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (6.2.1) 2024-03-22 14:26:49.458 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (3.2.0) 2024-03-22 14:26:49.459 | Requirement already satisfied: osprofiler>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (4.1.0) 2024-03-22 14:26:49.484 | Collecting os-ken>=2.2.0 (from neutron==0.0.1.dev17) 2024-03-22 14:26:49.486 | Using cached os_ken-2.7.0-py3-none-any.whl.metadata (1.6 kB) 2024-03-22 14:26:49.543 | Collecting os-resource-classes>=1.1.0 (from neutron==0.0.1.dev17) 2024-03-22 14:26:49.545 | Using cached os_resource_classes-1.1.0-py3-none-any.whl.metadata (1.9 kB) 2024-03-22 14:26:49.569 | Collecting ovs>=2.10.0 (from neutron==0.0.1.dev17) 2024-03-22 14:26:49.571 | Using cached ovs-2.17.1.post1-py3-none-any.whl.metadata (773 bytes) 2024-03-22 14:26:49.620 | Collecting ovsdbapp>=2.2.1 (from neutron==0.0.1.dev17) 2024-03-22 14:26:49.622 | Using cached ovsdbapp-2.4.1-py3-none-any.whl.metadata (1.4 kB) 2024-03-22 14:26:49.624 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (23.1) 2024-03-22 14:26:49.624 | Requirement already satisfied: psutil>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (5.9.5) 2024-03-22 14:26:49.653 | Collecting pyroute2>=0.7.3 (from neutron==0.0.1.dev17) 2024-03-22 14:26:49.655 | Using cached pyroute2-0.7.7-py3-none-any.whl.metadata (8.3 kB) 2024-03-22 14:26:49.656 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (23.1.1) 2024-03-22 14:26:49.657 | Requirement already satisfied: python-novaclient>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (18.4.0) 2024-03-22 14:26:49.658 | Requirement already satisfied: openstacksdk>=0.31.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (1.5.0) 2024-03-22 14:26:49.685 | Collecting python-designateclient>=2.7.0 (from neutron==0.0.1.dev17) 2024-03-22 14:26:49.687 | Using cached python_designateclient-5.3.0-py3-none-any.whl.metadata (1.4 kB) 2024-03-22 14:26:49.721 | Collecting os-vif>=3.1.0 (from neutron==0.0.1.dev17) 2024-03-22 14:26:49.722 | Using cached os_vif-3.2.0-py3-none-any.whl.metadata (2.3 kB) 2024-03-22 14:26:49.724 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (2.4.1) 2024-03-22 14:26:49.725 | Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev17) (4.2.0) 2024-03-22 14:26:49.731 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.6.5->neutron==0.0.1.dev17) (1.2.4) 2024-03-22 14:26:49.734 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.19.0->neutron==0.0.1.dev17) (1.15.0) 2024-03-22 14:26:49.739 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.26.1->neutron==0.0.1.dev17) (2.3.0) 2024-03-22 14:26:49.740 | Requirement already satisfied: greenlet>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.26.1->neutron==0.0.1.dev17) (2.0.2) 2024-03-22 14:26:49.741 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.26.1->neutron==0.0.1.dev17) (1.16.0) 2024-03-22 14:26:49.748 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from httplib2>=0.9.1->neutron==0.0.1.dev17) (3.0.9) 2024-03-22 14:26:49.751 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->neutron==0.0.1.dev17) (2.1.2) 2024-03-22 14:26:49.776 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev17) (1.1.0) 2024-03-22 14:26:49.777 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev17) (1.7.0) 2024-03-22 14:26:49.801 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev17) (3.1.1) 2024-03-22 14:26:49.801 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev17) (5.2.0) 2024-03-22 14:26:49.848 | Collecting os-traits>=0.9.0 (from neutron-lib>=3.8.1->neutron==0.0.1.dev17) 2024-03-22 14:26:49.850 | Using cached os_traits-3.0.0-py3-none-any.whl.metadata (1.7 kB) 2024-03-22 14:26:49.913 | Collecting setproctitle>=1.1.10 (from neutron-lib>=3.8.1->neutron==0.0.1.dev17) 2024-03-22 14:26:49.915 | 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.metadata (9.8 kB) 2024-03-22 14:26:49.928 | Requirement already satisfied: PyYAML>=3.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev17) (6.0) 2024-03-22 14:26:49.929 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev17) (1.4.4) 2024-03-22 14:26:49.930 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev17) (40.0.2) 2024-03-22 14:26:49.930 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev17) (1.1.8) 2024-03-22 14:26:49.931 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev17) (1.0.1) 2024-03-22 14:26:49.932 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev17) (1.32) 2024-03-22 14:26:49.933 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev17) (1.4.0) 2024-03-22 14:26:49.941 | Requirement already satisfied: msgpack>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=2.2.0->neutron==0.0.1.dev17) (1.0.5) 2024-03-22 14:26:49.965 | Collecting ncclient>=0.6.13 (from os-ken>=2.2.0->neutron==0.0.1.dev17) 2024-03-22 14:26:49.965 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2024-03-22 14:26:50.043 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->neutron==0.0.1.dev17) (0.18) 2024-03-22 14:26:50.064 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=9.0.0->neutron==0.0.1.dev17) (2.0.0) 2024-03-22 14:26:50.092 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev17) (2.0.1) 2024-03-22 14:26:50.092 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev17) (0.5.0) 2024-03-22 14:26:50.118 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=5.3.0->neutron==0.0.1.dev17) (2.8.2) 2024-03-22 14:26:50.119 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=5.3.0->neutron==0.0.1.dev17) (0.9.6) 2024-03-22 14:26:50.144 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev17) (5.1.1) 2024-03-22 14:26:50.145 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev17) (5.3.0) 2024-03-22 14:26:50.146 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev17) (5.2.4) 2024-03-22 14:26:50.147 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev17) (0.7.0) 2024-03-22 14:26:50.158 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev17) (4.0.1) 2024-03-22 14:26:50.160 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev17) (4.0.1) 2024-03-22 14:26:50.180 | Requirement already satisfied: cffi>=1.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=2.3.0->neutron==0.0.1.dev17) (1.15.1) 2024-03-22 14:26:50.205 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev17) (2023.3) 2024-03-22 14:26:50.206 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev17) (2023.3) 2024-03-22 14:26:50.219 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->neutron==0.0.1.dev17) (1.4.0) 2024-03-22 14:26:50.220 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->neutron==0.0.1.dev17) (4.0.1) 2024-03-22 14:26:50.231 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev17) (3.7.0) 2024-03-22 14:26:50.317 | Collecting sortedcontainers (from ovs>=2.10.0->neutron==0.0.1.dev17) 2024-03-22 14:26:50.319 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2024-03-22 14:26:50.352 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->neutron==0.0.1.dev17) (69.1.1) 2024-03-22 14:26:50.408 | Collecting logutils>=0.3 (from pecan>=1.4.0->neutron==0.0.1.dev17) 2024-03-22 14:26:50.408 | Using cached logutils-0.3.5-py3-none-any.whl 2024-03-22 14:26:50.469 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev17) (4.3.0) 2024-03-22 14:26:50.470 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev17) (4.17.3) 2024-03-22 14:26:50.499 | Collecting osc-lib>=1.8.0 (from python-designateclient>=2.7.0->neutron==0.0.1.dev17) 2024-03-22 14:26:50.501 | Using cached osc_lib-2.8.1-py3-none-any.whl.metadata (3.9 kB) 2024-03-22 14:26:50.585 | Collecting os-client-config>=1.28.0 (from python-neutronclient>=7.8.0->neutron==0.0.1.dev17) 2024-03-22 14:26:50.587 | Using cached os_client_config-2.1.0-py3-none-any.whl.metadata (2.2 kB) 2024-03-22 14:26:50.689 | Collecting simplejson>=3.5.1 (from python-neutronclient>=7.8.0->neutron==0.0.1.dev17) 2024-03-22 14:26:50.692 | Using cached simplejson-3.19.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.1 kB) 2024-03-22 14:26:50.727 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev17) (3.1.0) 2024-03-22 14:26:50.728 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev17) (3.4) 2024-03-22 14:26:50.728 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev17) (1.26.15) 2024-03-22 14:26:50.730 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->neutron==0.0.1.dev17) (2024.2.2) 2024-03-22 14:26:50.776 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->neutron==0.0.1.dev17) (0.7) 2024-03-22 14:26:50.916 | Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz>=1.58.0->neutron==0.0.1.dev17) (0.13.1) 2024-03-22 14:26:50.950 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron==0.0.1.dev17) (5.0.0) 2024-03-22 14:26:51.023 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==0.0.1.dev17) (2.21) 2024-03-22 14:26:51.055 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev17) (0.5.1) 2024-03-22 14:26:51.056 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev17) (2.4.3) 2024-03-22 14:26:51.057 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev17) (6.0.1) 2024-03-22 14:26:51.244 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.2->neutron==0.0.1.dev17) (2.3) 2024-03-22 14:26:51.277 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev17) (23.1.0) 2024-03-22 14:26:51.278 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev17) (0.19.3) 2024-03-22 14:26:51.400 | Requirement already satisfied: paramiko>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev17) (3.1.0) 2024-03-22 14:26:51.401 | Requirement already satisfied: lxml>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev17) (4.9.2) 2024-03-22 14:26:51.499 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=7.0.0->neutron==0.0.1.dev17) (0.16.0) 2024-03-22 14:26:51.521 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev17) (0.2.6) 2024-03-22 14:26:51.902 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron==0.0.1.dev17) (2.6.0) 2024-03-22 14:26:52.137 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev17) (1.8.2) 2024-03-22 14:26:52.181 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev17) (3.15.0) 2024-03-22 14:26:52.256 | Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev17) (1.5.0) 2024-03-22 14:26:52.495 | Using cached neutron_lib-3.8.1-py3-none-any.whl (601 kB) 2024-03-22 14:26:52.500 | Using cached os_ken-2.7.0-py3-none-any.whl (2.0 MB) 2024-03-22 14:26:52.513 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2024-03-22 14:26:52.515 | Using cached os_vif-3.2.0-py3-none-any.whl (112 kB) 2024-03-22 14:26:52.518 | Using cached ovs-2.17.1.post1-py3-none-any.whl (123 kB) 2024-03-22 14:26:52.520 | Using cached ovsdbapp-2.4.1-py3-none-any.whl (138 kB) 2024-03-22 14:26:52.523 | Using cached pyroute2-0.7.7-py3-none-any.whl (456 kB) 2024-03-22 14:26:52.527 | Using cached python_designateclient-5.3.0-py3-none-any.whl (95 kB) 2024-03-22 14:26:52.530 | Using cached python_neutronclient-11.0.0-py3-none-any.whl (293 kB) 2024-03-22 14:26:52.533 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2024-03-22 14:26:52.536 | Using cached os_traits-3.0.0-py3-none-any.whl (41 kB) 2024-03-22 14:26:52.539 | Using cached osc_lib-2.8.1-py3-none-any.whl (89 kB) 2024-03-22 14:26:52.541 | 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-03-22 14:26:52.543 | Using cached simplejson-3.19.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (137 kB) 2024-03-22 14:26:52.547 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2024-03-22 14:26:52.965 | 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-03-22 14:26:55.646 | Running setup.py develop for neutron 2024-03-22 14:26:57.093 | Successfully installed logutils-0.3.5 ncclient-0.6.13 neutron-0.0.1.dev17 neutron-lib-3.8.1 os-client-config-2.1.0 os-ken-2.7.0 os-resource-classes-1.1.0 os-traits-3.0.0 os-vif-3.2.0 osc-lib-2.8.1 ovs-2.17.1.post1 ovsdbapp-2.4.1 pecan-1.4.2 pyroute2-0.7.7 python-designateclient-5.3.0 python-neutronclient-11.0.0 setproctitle-1.3.2 simplejson-3.19.1 sortedcontainers-2.4.0 2024-03-22 14:26:57.242 | + inc/python:pip_install:222 : result=0 2024-03-22 14:26:57.244 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-22 14:26:57.246 | + functions-common:time_stop:2400 : local name 2024-03-22 14:26:57.248 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:26:57.250 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:26:57.251 | + functions-common:time_stop:2403 : local total 2024-03-22 14:26:57.253 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:26:57.255 | + functions-common:time_stop:2406 : name=pip_install 2024-03-22 14:26:57.258 | + functions-common:time_stop:2407 : start_time=1711117607678 2024-03-22 14:26:57.259 | + functions-common:time_stop:2409 : [[ -z 1711117607678 ]] 2024-03-22 14:26:57.261 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:26:57.265 | + functions-common:time_stop:2412 : end_time=1711117617263 2024-03-22 14:26:57.267 | + functions-common:time_stop:2413 : elapsed_time=9585 2024-03-22 14:26:57.269 | + functions-common:time_stop:2414 : total=59214 2024-03-22 14:26:57.270 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:26:57.272 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=68799 2024-03-22 14:26:57.274 | + inc/python:pip_install:225 : return 0 2024-03-22 14:26:57.276 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2024-03-22 14:26:57.278 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2024-03-22 14:26:57.280 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/neutron 2024-03-22 14:26:57.282 | + inc/python:use_library_from_git:272 : local name=/opt/stack/neutron 2024-03-22 14:26:57.283 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:26:57.285 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:26:57.287 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/neutron, ]] 2024-03-22 14:26:57.289 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:26:57.291 | + lib/neutron:install_neutron:530 : [[ openvswitch == \o\v\n ]] 2024-03-22 14:26:57.293 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-03-22 14:26:57.295 | + stack.sh:main:971 : is_service_enabled nova 2024-03-22 14:26:57.308 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:26:57.310 | + stack.sh:main:973 : stack_install_service nova 2024-03-22 14:26:57.312 | + lib/stack:stack_install_service:20 : local service=nova 2024-03-22 14:26:57.314 | + lib/stack:stack_install_service:21 : type install_nova 2024-03-22 14:26:57.316 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-03-22 14:26:57.318 | + lib/stack:stack_install_service:32 : install_nova 2024-03-22 14:26:57.320 | + lib/nova:install_nova:922 : use_library_from_git os-vif 2024-03-22 14:26:57.322 | + inc/python:use_library_from_git:272 : local name=os-vif 2024-03-22 14:26:57.323 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:26:57.325 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:26:57.327 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-vif, ]] 2024-03-22 14:26:57.329 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:26:57.331 | + lib/nova:install_nova:927 : is_service_enabled n-cpu 2024-03-22 14:26:57.343 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:26:57.344 | + lib/nova:install_nova:931 : is_service_enabled n-novnc 2024-03-22 14:26:57.356 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:26:57.358 | + lib/nova:install_nova:958 : is_service_enabled n-spice 2024-03-22 14:26:57.371 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:26:57.373 | + lib/nova:install_nova:970 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova refs/changes/98/913198/1 2024-03-22 14:26:57.374 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/nova.git 2024-03-22 14:26:57.376 | + functions-common:git_clone:573 : local git_dest=/opt/stack//nova 2024-03-22 14:26:57.378 | + functions-common:git_clone:574 : local git_ref=refs/changes/98/913198/1 2024-03-22 14:26:57.380 | + functions-common:git_clone:575 : local orig_dir 2024-03-22 14:26:57.381 | ++ functions-common:git_clone:576 : pwd 2024-03-22 14:26:57.384 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-03-22 14:26:57.386 | + functions-common:git_clone:577 : local git_clone_flags= 2024-03-22 14:26:57.388 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-03-22 14:26:57.400 | + functions-common:git_clone:579 : RECLONE=False 2024-03-22 14:26:57.402 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2024-03-22 14:26:57.404 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2024-03-22 14:26:57.406 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-03-22 14:26:57.407 | + functions-common:git_clone:593 : echo refs/changes/98/913198/1 2024-03-22 14:26:57.408 | + functions-common:git_clone:593 : egrep -q '^refs' 2024-03-22 14:26:57.412 | + functions-common:git_clone:595 : [[ ! -d /opt/stack//nova ]] 2024-03-22 14:26:57.414 | + functions-common:git_clone:596 : [[ False = \T\r\u\e ]] 2024-03-22 14:26:57.415 | + functions-common:git_clone:601 : git_timed clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-03-22 14:26:57.417 | + functions-common:git_timed:680 : local count=0 2024-03-22 14:26:57.419 | + functions-common:git_timed:681 : local timeout=0 2024-03-22 14:26:57.420 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-22 14:26:57.422 | + functions-common:git_timed:684 : timeout=0 2024-03-22 14:26:57.424 | + functions-common:git_timed:687 : time_start git_timed 2024-03-22 14:26:57.425 | + functions-common:time_start:2386 : local name=git_timed 2024-03-22 14:26:57.427 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:26:57.429 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:26:57.431 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:26:57.434 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117617432 2024-03-22 14:26:57.435 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-03-22 14:26:57.437 | Cloning into '/opt/stack//nova'... 2024-03-22 14:27:01.560 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-22 14:27:01.562 | + functions-common:time_stop:2400 : local name 2024-03-22 14:27:01.563 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:27:01.565 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:27:01.567 | + functions-common:time_stop:2403 : local total 2024-03-22 14:27:01.568 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:27:01.570 | + functions-common:time_stop:2406 : name=git_timed 2024-03-22 14:27:01.572 | + functions-common:time_stop:2407 : start_time=1711117617432 2024-03-22 14:27:01.573 | + functions-common:time_stop:2409 : [[ -z 1711117617432 ]] 2024-03-22 14:27:01.575 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:27:01.578 | + functions-common:time_stop:2412 : end_time=1711117621576 2024-03-22 14:27:01.580 | + functions-common:time_stop:2413 : elapsed_time=4144 2024-03-22 14:27:01.581 | + functions-common:time_stop:2414 : total=27321 2024-03-22 14:27:01.583 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:27:01.584 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=31465 2024-03-22 14:27:01.586 | + functions-common:git_clone:603 : cd /opt/stack//nova 2024-03-22 14:27:01.588 | + functions-common:git_clone:604 : git_timed fetch https://opendev.org/openstack/nova.git refs/changes/98/913198/1 2024-03-22 14:27:01.589 | + functions-common:git_timed:680 : local count=0 2024-03-22 14:27:01.591 | + functions-common:git_timed:681 : local timeout=0 2024-03-22 14:27:01.593 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-22 14:27:01.594 | + functions-common:git_timed:684 : timeout=0 2024-03-22 14:27:01.596 | + functions-common:git_timed:687 : time_start git_timed 2024-03-22 14:27:01.598 | + functions-common:time_start:2386 : local name=git_timed 2024-03-22 14:27:01.599 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:27:01.601 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:27:01.603 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:27:01.606 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117621604 2024-03-22 14:27:01.608 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch https://opendev.org/openstack/nova.git refs/changes/98/913198/1 2024-03-22 14:28:00.499 | From https://opendev.org/openstack/nova 2024-03-22 14:28:00.499 | * branch refs/changes/98/913198/1 -> FETCH_HEAD 2024-03-22 14:28:00.503 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-22 14:28:00.505 | + functions-common:time_stop:2400 : local name 2024-03-22 14:28:00.507 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:28:00.508 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:28:00.510 | + functions-common:time_stop:2403 : local total 2024-03-22 14:28:00.512 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:28:00.514 | + functions-common:time_stop:2406 : name=git_timed 2024-03-22 14:28:00.515 | + functions-common:time_stop:2407 : start_time=1711117621604 2024-03-22 14:28:00.517 | + functions-common:time_stop:2409 : [[ -z 1711117621604 ]] 2024-03-22 14:28:00.519 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:28:00.522 | + functions-common:time_stop:2412 : end_time=1711117680520 2024-03-22 14:28:00.523 | + functions-common:time_stop:2413 : elapsed_time=58916 2024-03-22 14:28:00.525 | + functions-common:time_stop:2414 : total=31465 2024-03-22 14:28:00.527 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:28:00.528 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=90381 2024-03-22 14:28:00.530 | + functions-common:git_clone:604 : git checkout FETCH_HEAD 2024-03-22 14:28:00.816 | Note: switching to 'FETCH_HEAD'. 2024-03-22 14:28:00.816 | 2024-03-22 14:28:00.816 | You are in 'detached HEAD' state. You can look around, make experimental 2024-03-22 14:28:00.816 | changes and commit them, and you can discard any commits you make in this 2024-03-22 14:28:00.816 | state without impacting any branches by switching back to a branch. 2024-03-22 14:28:00.816 | 2024-03-22 14:28:00.816 | If you want to create a new branch to retain commits you create, you may 2024-03-22 14:28:00.816 | do so (now or later) by using -c with the switch command. Example: 2024-03-22 14:28:00.816 | 2024-03-22 14:28:00.816 | git switch -c 2024-03-22 14:28:00.816 | 2024-03-22 14:28:00.816 | Or undo this operation with: 2024-03-22 14:28:00.816 | 2024-03-22 14:28:00.816 | git switch - 2024-03-22 14:28:00.816 | 2024-03-22 14:28:00.816 | Turn off this advice by setting config variable advice.detachedHead to false 2024-03-22 14:28:00.816 | 2024-03-22 14:28:00.816 | HEAD is now at c5a73e6c72 pwr mgmt: handle live migrations correctly 2024-03-22 14:28:00.821 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//nova 2024-03-22 14:28:00.832 | + functions-common:git_clone:655 : cd /opt/stack//nova 2024-03-22 14:28:00.834 | + functions-common:git_clone:656 : git show --oneline 2024-03-22 14:28:00.834 | + functions-common:git_clone:656 : head -1 2024-03-22 14:28:00.846 | c5a73e6c72 pwr mgmt: handle live migrations correctly 2024-03-22 14:28:00.849 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2024-03-22 14:28:00.851 | + lib/nova:install_nova:971 : setup_develop /opt/stack//nova 2024-03-22 14:28:00.853 | + inc/python:setup_develop:360 : local bindep 2024-03-22 14:28:00.854 | + inc/python:setup_develop:361 : [[ /opt/stack//nova == -bindep* ]] 2024-03-22 14:28:00.856 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//nova 2024-03-22 14:28:00.858 | + inc/python:setup_develop:366 : local extras= 2024-03-22 14:28:00.859 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//nova -e 2024-03-22 14:28:00.861 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2024-03-22 14:28:00.863 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//nova == -bindep* ]] 2024-03-22 14:28:00.865 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//nova 2024-03-22 14:28:00.867 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2024-03-22 14:28:00.868 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2024-03-22 14:28:00.870 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//nova 2024-03-22 14:28:00.872 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2024-03-22 14:28:00.874 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/nova 2024-03-22 14:28:00.876 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2024-03-22 14:28:00.878 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2024-03-22 14:28:00.880 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2024-03-22 14:28:00.885 | + inc/python:_setup_package_with_constraints_edit:407 : name=nova 2024-03-22 14:28:00.887 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- nova 2024-03-22 14:28:01.201 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/nova -e 2024-03-22 14:28:01.203 | + inc/python:setup_package:440 : local bindep=0 2024-03-22 14:28:01.205 | + inc/python:setup_package:441 : local bindep_flag= 2024-03-22 14:28:01.206 | + inc/python:setup_package:442 : local bindep_profiles= 2024-03-22 14:28:01.208 | + inc/python:setup_package:443 : [[ /opt/stack/nova == -bindep* ]] 2024-03-22 14:28:01.210 | + inc/python:setup_package:448 : local project_dir=/opt/stack/nova 2024-03-22 14:28:01.212 | + inc/python:setup_package:449 : local flags=-e 2024-03-22 14:28:01.213 | + inc/python:setup_package:450 : local extras= 2024-03-22 14:28:01.215 | + inc/python:setup_package:454 : [[ -n -e ]] 2024-03-22 14:28:01.217 | + inc/python:setup_package:454 : [[ -z '' ]] 2024-03-22 14:28:01.218 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2024-03-22 14:28:01.220 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2024-03-22 14:28:01.222 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2024-03-22 14:28:01.223 | + inc/python:setup_package:468 : pip_install -e /opt/stack/nova 2024-03-22 14:28:01.238 | Using python 3.10 to install /opt/stack/nova 2024-03-22 14:28:01.240 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/nova 2024-03-22 14:28:02.071 | Obtaining file:///opt/stack/nova 2024-03-22 14:28:02.072 | Preparing metadata (setup.py): started 2024-03-22 14:28:04.961 | Preparing metadata (setup.py): finished with status 'done' 2024-03-22 14:28:05.050 | Requirement already satisfied: pbr>=5.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (5.11.1) 2024-03-22 14:28:05.051 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (1.4.41) 2024-03-22 14:28:05.051 | Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (5.1.1) 2024-03-22 14:28:05.052 | Requirement already satisfied: eventlet>=0.30.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (0.33.3) 2024-03-22 14:28:05.053 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (3.1.2) 2024-03-22 14:28:05.054 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (10.4.1) 2024-03-22 14:28:05.055 | Requirement already satisfied: lxml>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (4.9.2) 2024-03-22 14:28:05.055 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (2.5.1) 2024-03-22 14:28:05.056 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (40.0.2) 2024-03-22 14:28:05.057 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (1.8.7) 2024-03-22 14:28:05.058 | Requirement already satisfied: greenlet>=0.4.15 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (2.0.2) 2024-03-22 14:28:05.058 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (3.0.1) 2024-03-22 14:28:05.059 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (3.5.2) 2024-03-22 14:28:05.060 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (3.7.0) 2024-03-22 14:28:05.061 | Requirement already satisfied: alembic>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (1.9.4) 2024-03-22 14:28:05.062 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (0.8.0) 2024-03-22 14:28:05.062 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (0.11.0) 2024-03-22 14:28:05.063 | Requirement already satisfied: paramiko>=2.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (3.1.0) 2024-03-22 14:28:05.064 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (1.1.0) 2024-03-22 14:28:05.065 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (4.17.3) 2024-03-22 14:28:05.066 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (9.4.0) 2024-03-22 14:28:05.066 | Requirement already satisfied: keystoneauth1>=3.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (5.3.0) 2024-03-22 14:28:05.067 | Requirement already satisfied: python-neutronclient>=7.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (11.0.0) 2024-03-22 14:28:05.068 | Requirement already satisfied: python-glanceclient>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (4.4.0) 2024-03-22 14:28:05.069 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (2.28.2) 2024-03-22 14:28:05.069 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (5.1.0) 2024-03-22 14:28:05.247 | Collecting websockify>=0.9.0 (from nova==0.1.0.dev60416) 2024-03-22 14:28:05.247 | Using cached websockify-0.10.0-py3-none-any.whl 2024-03-22 14:28:05.254 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (3.5.0) 2024-03-22 14:28:05.255 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (5.2.0) 2024-03-22 14:28:05.256 | Requirement already satisfied: oslo.config>=8.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (9.2.0) 2024-03-22 14:28:05.257 | Requirement already satisfied: oslo.context>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (5.2.0) 2024-03-22 14:28:05.258 | Requirement already satisfied: oslo.log>=4.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (5.3.0) 2024-03-22 14:28:05.259 | Requirement already satisfied: oslo.limit>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (2.2.0) 2024-03-22 14:28:05.259 | Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (3.1.0) 2024-03-22 14:28:05.260 | Requirement already satisfied: oslo.serialization>=4.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (5.2.0) 2024-03-22 14:28:05.261 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (2.2.0) 2024-03-22 14:28:05.262 | Requirement already satisfied: oslo.utils>=4.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (6.2.1) 2024-03-22 14:28:05.263 | Requirement already satisfied: oslo.db>=10.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (14.1.0) 2024-03-22 14:28:05.263 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (7.1.0) 2024-03-22 14:28:05.264 | Requirement already satisfied: oslo.messaging>=14.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (14.4.1) 2024-03-22 14:28:05.265 | Requirement already satisfied: oslo.policy>=3.11.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (4.2.1) 2024-03-22 14:28:05.266 | Requirement already satisfied: oslo.privsep>=2.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (3.2.0) 2024-03-22 14:28:05.267 | Requirement already satisfied: oslo.i18n>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (6.1.0) 2024-03-22 14:28:05.268 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (3.2.0) 2024-03-22 14:28:05.268 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (2.0.0) 2024-03-22 14:28:05.269 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (5.2.0) 2024-03-22 14:28:05.270 | Requirement already satisfied: psutil>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (5.9.5) 2024-03-22 14:28:05.271 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (3.2.0) 2024-03-22 14:28:05.271 | Requirement already satisfied: os-brick>=5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (6.4.1) 2024-03-22 14:28:05.272 | Requirement already satisfied: os-resource-classes>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (1.1.0) 2024-03-22 14:28:05.273 | Requirement already satisfied: os-traits>=2.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (3.0.0) 2024-03-22 14:28:05.274 | Requirement already satisfied: os-vif>=3.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (3.2.0) 2024-03-22 14:28:05.275 | Requirement already satisfied: castellan>=0.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (4.3.0) 2024-03-22 14:28:05.384 | Collecting microversion-parse>=0.2.1 (from nova==0.1.0.dev60416) 2024-03-22 14:28:05.386 | Using cached microversion_parse-1.0.1-py3-none-any.whl.metadata (5.0 kB) 2024-03-22 14:28:05.388 | Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (4.2.0) 2024-03-22 14:28:05.389 | Requirement already satisfied: cursive>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (0.2.3) 2024-03-22 14:28:05.390 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (1.3.4) 2024-03-22 14:28:05.391 | Requirement already satisfied: os-service-types>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (1.7.0) 2024-03-22 14:28:05.391 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (2.8.2) 2024-03-22 14:28:05.392 | Requirement already satisfied: futurist>=1.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (2.4.1) 2024-03-22 14:28:05.393 | Requirement already satisfied: openstacksdk>=0.35.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (1.5.0) 2024-03-22 14:28:05.394 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (6.0) 2024-03-22 14:28:05.395 | Requirement already satisfied: packaging>=21.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60416) (23.1) 2024-03-22 14:28:05.401 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.5.0->nova==0.1.0.dev60416) (1.2.4) 2024-03-22 14:28:05.411 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from castellan>=0.16.0->nova==0.1.0.dev60416) (5.6.1) 2024-03-22 14:28:05.429 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->nova==0.1.0.dev60416) (1.15.1) 2024-03-22 14:28:05.442 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.30.1->nova==0.1.0.dev60416) (2.3.0) 2024-03-22 14:28:05.443 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.30.1->nova==0.1.0.dev60416) (1.16.0) 2024-03-22 14:28:05.455 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->nova==0.1.0.dev60416) (2.1.2) 2024-03-22 14:28:05.474 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->nova==0.1.0.dev60416) (23.1.0) 2024-03-22 14:28:05.475 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->nova==0.1.0.dev60416) (0.19.3) 2024-03-22 14:28:05.523 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.20.0->nova==0.1.0.dev60416) (3.1.1) 2024-03-22 14:28:05.524 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.20.0->nova==0.1.0.dev60416) (5.2.0) 2024-03-22 14:28:05.549 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60416) (1.4.4) 2024-03-22 14:28:05.550 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60416) (1.1.8) 2024-03-22 14:28:05.551 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60416) (1.0.1) 2024-03-22 14:28:05.552 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60416) (1.32) 2024-03-22 14:28:05.553 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60416) (1.4.0) 2024-03-22 14:28:05.563 | Requirement already satisfied: os-win>=5.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=5.2->nova==0.1.0.dev60416) (5.9.0) 2024-03-22 14:28:05.566 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-brick>=5.2->nova==0.1.0.dev60416) (6.3.1) 2024-03-22 14:28:05.587 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==0.1.0.dev60416) (2.5.0) 2024-03-22 14:28:05.589 | Requirement already satisfied: ovsdbapp>=0.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==0.1.0.dev60416) (2.4.1) 2024-03-22 14:28:05.591 | Requirement already satisfied: pyroute2>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-vif>=3.1.0->nova==0.1.0.dev60416) (0.7.7) 2024-03-22 14:28:05.616 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=5.0.1->nova==0.1.0.dev60416) (0.18) 2024-03-22 14:28:05.664 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=10.0.0->nova==0.1.0.dev60416) (2.0.1) 2024-03-22 14:28:05.665 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=10.0.0->nova==0.1.0.dev60416) (0.5.0) 2024-03-22 14:28:05.724 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.6.1->nova==0.1.0.dev60416) (0.9.6) 2024-03-22 14:28:05.751 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60416) (5.1.1) 2024-03-22 14:28:05.752 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60416) (5.3.0) 2024-03-22 14:28:05.753 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60416) (5.2.4) 2024-03-22 14:28:05.754 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60416) (0.7.0) 2024-03-22 14:28:05.766 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->nova==0.1.0.dev60416) (4.0.1) 2024-03-22 14:28:05.768 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->nova==0.1.0.dev60416) (4.0.1) 2024-03-22 14:28:05.790 | Requirement already satisfied: msgpack>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.privsep>=2.6.2->nova==0.1.0.dev60416) (1.0.5) 2024-03-22 14:28:05.817 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=4.2.0->nova==0.1.0.dev60416) (2023.3) 2024-03-22 14:28:05.817 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=4.2.0->nova==0.1.0.dev60416) (2023.3) 2024-03-22 14:28:05.832 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->nova==0.1.0.dev60416) (1.4.0) 2024-03-22 14:28:05.833 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=2.8.0->nova==0.1.0.dev60416) (4.0.1) 2024-03-22 14:28:05.857 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.12.1->nova==0.1.0.dev60416) (3.0.9) 2024-03-22 14:28:05.902 | Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from paramiko>=2.7.1->nova==0.1.0.dev60416) (1.5.0) 2024-03-22 14:28:05.914 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->nova==0.1.0.dev60416) (69.1.1) 2024-03-22 14:28:05.952 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->nova==0.1.0.dev60416) (0.2.6) 2024-03-22 14:28:06.014 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==0.1.0.dev60416) (23.1.1) 2024-03-22 14:28:06.015 | Requirement already satisfied: warlock>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==0.1.0.dev60416) (2.0.1) 2024-03-22 14:28:06.016 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-glanceclient>=2.8.0->nova==0.1.0.dev60416) (1.15.0) 2024-03-22 14:28:06.036 | Requirement already satisfied: cliff>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==0.1.0.dev60416) (4.3.0) 2024-03-22 14:28:06.038 | Requirement already satisfied: os-client-config>=1.28.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==0.1.0.dev60416) (2.1.0) 2024-03-22 14:28:06.038 | Requirement already satisfied: osc-lib>=1.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==0.1.0.dev60416) (2.8.1) 2024-03-22 14:28:06.041 | Requirement already satisfied: simplejson>=3.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient>=7.1.0->nova==0.1.0.dev60416) (3.19.1) 2024-03-22 14:28:06.070 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==0.1.0.dev60416) (3.1.0) 2024-03-22 14:28:06.071 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==0.1.0.dev60416) (3.4) 2024-03-22 14:28:06.072 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==0.1.0.dev60416) (1.26.15) 2024-03-22 14:28:06.073 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->nova==0.1.0.dev60416) (2024.2.2) 2024-03-22 14:28:06.117 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->nova==0.1.0.dev60416) (0.7) 2024-03-22 14:28:06.241 | Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz>=1.58.0->nova==0.1.0.dev60416) (0.13.1) 2024-03-22 14:28:06.511 | Collecting numpy (from websockify>=0.9.0->nova==0.1.0.dev60416) 2024-03-22 14:28:06.513 | Using cached numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.6 kB) 2024-03-22 14:28:06.531 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->nova==0.1.0.dev60416) (5.0.0) 2024-03-22 14:28:06.635 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->nova==0.1.0.dev60416) (2.21) 2024-03-22 14:28:06.669 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60416) (0.5.1) 2024-03-22 14:28:06.670 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60416) (2.4.3) 2024-03-22 14:28:06.671 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60416) (6.0.1) 2024-03-22 14:28:06.813 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.35.0->nova==0.1.0.dev60416) (2.3) 2024-03-22 14:28:06.963 | Requirement already satisfied: prometheus-client>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->nova==0.1.0.dev60416) (0.16.0) 2024-03-22 14:28:06.983 | Requirement already satisfied: ovs>=2.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==0.1.0.dev60416) (2.17.1.post1) 2024-03-22 14:28:07.357 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=10.0.0->nova==0.1.0.dev60416) (2.6.0) 2024-03-22 14:28:07.676 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60416) (1.8.2) 2024-03-22 14:28:07.716 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60416) (3.15.0) 2024-03-22 14:28:07.758 | Requirement already satisfied: sortedcontainers in /opt/stack/data/venv/lib/python3.10/site-packages (from ovs>=2.10.0->ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==0.1.0.dev60416) (2.4.0) 2024-03-22 14:28:07.947 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2024-03-22 14:28:07.950 | Using cached numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB) 2024-03-22 14:28:08.476 | Installing collected packages: numpy, microversion-parse, websockify, nova 2024-03-22 14:28:10.310 | Running setup.py develop for nova 2024-03-22 14:28:14.080 | Successfully installed microversion-parse-1.0.1 nova-0.1.0.dev60416 numpy-1.24.2 websockify-0.10.0 2024-03-22 14:28:14.228 | + inc/python:pip_install:222 : result=0 2024-03-22 14:28:14.230 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-22 14:28:14.232 | + functions-common:time_stop:2400 : local name 2024-03-22 14:28:14.233 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:28:14.235 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:28:14.236 | + functions-common:time_stop:2403 : local total 2024-03-22 14:28:14.238 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:28:14.240 | + functions-common:time_stop:2406 : name=pip_install 2024-03-22 14:28:14.241 | + functions-common:time_stop:2407 : start_time=1711117681234 2024-03-22 14:28:14.243 | + functions-common:time_stop:2409 : [[ -z 1711117681234 ]] 2024-03-22 14:28:14.245 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:28:14.248 | + functions-common:time_stop:2412 : end_time=1711117694246 2024-03-22 14:28:14.250 | + functions-common:time_stop:2413 : elapsed_time=13012 2024-03-22 14:28:14.251 | + functions-common:time_stop:2414 : total=68799 2024-03-22 14:28:14.253 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:28:14.255 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=81811 2024-03-22 14:28:14.256 | + inc/python:pip_install:225 : return 0 2024-03-22 14:28:14.258 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2024-03-22 14:28:14.260 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2024-03-22 14:28:14.261 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/nova 2024-03-22 14:28:14.263 | + inc/python:use_library_from_git:272 : local name=/opt/stack/nova 2024-03-22 14:28:14.265 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:28:14.266 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:28:14.268 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/nova, ]] 2024-03-22 14:28:14.270 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:28:14.272 | + lib/nova:install_nova:972 : sudo install -D -m 0644 -o stack /opt/stack//nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2024-03-22 14:28:14.286 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-03-22 14:28:14.288 | + stack.sh:main:974 : configure_nova 2024-03-22 14:28:14.290 | + lib/nova:configure_nova:254 : sudo install -d -o stack /etc/nova 2024-03-22 14:28:14.299 | + lib/nova:configure_nova:256 : configure_rootwrap nova 2024-03-22 14:28:14.301 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2024-03-22 14:28:14.302 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-03-22 14:28:14.305 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2024-03-22 14:28:14.305 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-03-22 14:28:14.309 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2024-03-22 14:28:14.311 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2024-03-22 14:28:14.312 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/opt/stack/data/venv/bin 2024-03-22 14:28:14.314 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2024-03-22 14:28:14.316 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2024-03-22 14:28:14.317 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2024-03-22 14:28:14.319 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/opt/stack/data/venv/bin/nova-rootwrap 2024-03-22 14:28:14.321 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2024-03-22 14:28:14.330 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2024-03-22 14:28:14.339 | + 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-03-22 14:28:14.348 | + 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-03-22 14:28:14.358 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2024-03-22 14:28:14.368 | + inc/rootwrap:configure_rootwrap:66 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/nova/rootwrap.conf 2024-03-22 14:28:14.377 | + inc/rootwrap:configure_rootwrap:69 : local tempfile 2024-03-22 14:28:14.380 | ++ inc/rootwrap:configure_rootwrap:70 : mktemp 2024-03-22 14:28:14.383 | + inc/rootwrap:configure_rootwrap:70 : tempfile=/tmp/tmp.U6CUuHOVmM 2024-03-22 14:28:14.385 | + inc/rootwrap:configure_rootwrap:72 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-03-22 14:28:14.386 | + inc/rootwrap:configure_rootwrap:73 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-03-22 14:28:14.388 | + inc/rootwrap:configure_rootwrap:74 : '[' -f /opt/stack/data/venv/bin/nova-rootwrap-daemon ']' 2024-03-22 14:28:14.390 | + inc/rootwrap:configure_rootwrap:76 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-03-22 14:28:14.392 | + inc/rootwrap:configure_rootwrap:77 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-03-22 14:28:14.394 | + inc/rootwrap:configure_rootwrap:79 : chmod 0440 /tmp/tmp.U6CUuHOVmM 2024-03-22 14:28:14.397 | + inc/rootwrap:configure_rootwrap:80 : sudo chown root:root /tmp/tmp.U6CUuHOVmM 2024-03-22 14:28:14.406 | + inc/rootwrap:configure_rootwrap:81 : sudo mv /tmp/tmp.U6CUuHOVmM /etc/sudoers.d/nova-rootwrap 2024-03-22 14:28:14.415 | ++ inc/rootwrap:configure_rootwrap:85 : dirname /opt/stack/data/venv/bin/nova-rootwrap 2024-03-22 14:28:14.418 | + inc/rootwrap:configure_rootwrap:85 : add_sudo_secure_path /opt/stack/data/venv/bin 2024-03-22 14:28:14.420 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/opt/stack/data/venv/bin 2024-03-22 14:28:14.422 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-03-22 14:28:14.423 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-03-22 14:28:14.425 | + 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-03-22 14:28:14.427 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /opt/stack/data/venv/bin ]] 2024-03-22 14:28:14.429 | + inc/rootwrap:add_sudo_secure_path:33 : echo 'Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin' 2024-03-22 14:28:14.429 | + inc/rootwrap:add_sudo_secure_path:33 : sudo tee /etc/sudoers.d/zz-secure-path 2024-03-22 14:28:14.436 | Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin 2024-03-22 14:28:14.439 | + inc/rootwrap:add_sudo_secure_path:34 : sudo chmod 400 /etc/sudoers.d/zz-secure-path 2024-03-22 14:28:14.448 | + inc/rootwrap:add_sudo_secure_path:35 : sudo chown root:root /etc/sudoers.d/zz-secure-path 2024-03-22 14:28:14.456 | + lib/nova:configure_nova:258 : [[ 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-03-22 14:28:14.458 | + lib/nova:configure_nova:260 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2024-03-22 14:28:14.461 | + lib/nova:configure_nova:263 : is_service_enabled n-cpu 2024-03-22 14:28:14.473 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:28:14.474 | + lib/nova:configure_nova:361 : create_nova_conf 2024-03-22 14:28:14.476 | + lib/nova:create_nova_conf:435 : rm -f /opt/stack//nova/bin/nova.conf 2024-03-22 14:28:14.478 | + lib/nova:create_nova_conf:438 : rm -f /etc/nova/nova.conf 2024-03-22 14:28:14.481 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT debug True 2024-03-22 14:28:14.504 | + lib/nova:create_nova_conf:440 : '[' True == True ']' 2024-03-22 14:28:14.505 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2024-03-22 14:28:14.526 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2024-03-22 14:28:14.549 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2024-03-22 14:28:14.569 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2024-03-22 14:28:14.592 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf scheduler workers 2 2024-03-22 14:28:14.614 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2024-03-22 14:28:14.638 | + lib/nova:create_nova_conf:448 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2024-03-22 14:28:14.659 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2024-03-22 14:28:14.680 | + lib/nova:create_nova_conf:450 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2024-03-22 14:28:14.702 | + lib/nova:create_nova_conf:451 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2024-03-22 14:28:14.724 | + lib/nova:create_nova_conf:452 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2024-03-22 14:28:14.745 | + lib/nova:create_nova_conf:454 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2024-03-22 14:28:14.768 | + lib/nova:create_nova_conf:456 : iniset /etc/nova/nova.conf DEFAULT report_interval 120 2024-03-22 14:28:14.789 | + lib/nova:create_nova_conf:457 : iniset /etc/nova/nova.conf DEFAULT service_down_time 720 2024-03-22 14:28:14.811 | + lib/nova:create_nova_conf:459 : is_fedora 2024-03-22 14:28:14.813 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2024-03-22 14:28:14.815 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2024-03-22 14:28:14.816 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2024-03-22 14:28:14.818 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2024-03-22 14:28:14.820 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-03-22 14:28:14.821 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2024-03-22 14:28:14.823 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2024-03-22 14:28:14.825 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2024-03-22 14:28:14.826 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2024-03-22 14:28:14.828 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2024-03-22 14:28:14.830 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2024-03-22 14:28:14.831 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2024-03-22 14:28:14.833 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2024-03-22 14:28:14.835 | + lib/nova:create_nova_conf:468 : is_service_enabled n-api n-cond n-sched 2024-03-22 14:28:14.847 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:28:14.848 | + lib/nova:create_nova_conf:472 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-03-22 14:28:14.850 | + lib/nova:create_nova_conf:473 : local db=nova_cell1 2024-03-22 14:28:14.852 | ++ lib/nova:create_nova_conf:481 : database_connection_url nova_cell1 2024-03-22 14:28:14.854 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-03-22 14:28:14.856 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-03-22 14:28:14.857 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell1 2024-03-22 14:28:14.859 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2024-03-22 14:28:14.861 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2024-03-22 14:28:14.863 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2024-03-22 14:28:14.875 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:28:14.877 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2024-03-22 14:28:14.878 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2024-03-22 14:28:14.880 | + lib/nova:create_nova_conf:481 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2024-03-22 14:28:14.904 | ++ lib/nova:create_nova_conf:482 : database_connection_url nova_api 2024-03-22 14:28:14.906 | ++ lib/database:database_connection_url:134 : local db=nova_api 2024-03-22 14:28:14.908 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2024-03-22 14:28:14.910 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_api 2024-03-22 14:28:14.912 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2024-03-22 14:28:14.914 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2024-03-22 14:28:14.916 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2024-03-22 14:28:14.927 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:28:14.929 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2024-03-22 14:28:14.931 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2024-03-22 14:28:14.933 | + lib/nova:create_nova_conf:482 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2024-03-22 14:28:14.956 | + lib/nova:create_nova_conf:487 : iniset /etc/nova/nova.conf cache enabled True 2024-03-22 14:28:14.979 | + lib/nova:create_nova_conf:488 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2024-03-22 14:28:15.001 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2024-03-22 14:28:15.023 | + lib/nova:create_nova_conf:492 : is_service_enabled n-api 2024-03-22 14:28:15.034 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:28:15.036 | + lib/nova:create_nova_conf:493 : is_service_enabled n-api-meta 2024-03-22 14:28:15.047 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:28:15.050 | ++ lib/nova:create_nova_conf:495 : echo osapi_compute,metadata 2024-03-22 14:28:15.050 | ++ lib/nova:create_nova_conf:495 : sed s/,metadata// 2024-03-22 14:28:15.054 | + lib/nova:create_nova_conf:495 : NOVA_ENABLED_APIS=osapi_compute 2024-03-22 14:28:15.055 | + lib/nova:create_nova_conf:497 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2024-03-22 14:28:15.077 | + lib/nova:create_nova_conf:498 : [[ True == \T\r\u\e ]] 2024-03-22 14:28:15.078 | + lib/nova:create_nova_conf:499 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults True 2024-03-22 14:28:15.101 | + lib/nova:create_nova_conf:500 : iniset /etc/nova/nova.conf oslo_policy enforce_scope True 2024-03-22 14:28:15.124 | + lib/nova:create_nova_conf:505 : is_service_enabled tls-proxy 2024-03-22 14:28:15.136 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:28:15.138 | + lib/nova:create_nova_conf:511 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2024-03-22 14:28:15.139 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2024-03-22 14:28:15.141 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-03-22 14:28:15.143 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-03-22 14:28:15.145 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2024-03-22 14:28:15.168 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2024-03-22 14:28:15.189 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-03-22 14:28:15.211 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2024-03-22 14:28:15.233 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2024-03-22 14:28:15.255 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2024-03-22 14:28:15.276 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2024-03-22 14:28:15.298 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2024-03-22 14:28:15.320 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-03-22 14:28:15.341 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2024-03-22 14:28:15.362 | + lib/nova:create_nova_conf:514 : is_service_enabled cinder 2024-03-22 14:28:15.375 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:28:15.377 | + lib/nova:create_nova_conf:515 : configure_cinder_access 2024-03-22 14:28:15.378 | + lib/nova:configure_cinder_access:642 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2024-03-22 14:28:15.402 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder auth_type password 2024-03-22 14:28:15.424 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2024-03-22 14:28:15.445 | + lib/nova:configure_cinder_access:651 : iniset /etc/nova/nova.conf cinder username nova 2024-03-22 14:28:15.466 | + lib/nova:configure_cinder_access:652 : iniset /etc/nova/nova.conf cinder password nomoresecret 2024-03-22 14:28:15.487 | + lib/nova:configure_cinder_access:653 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2024-03-22 14:28:15.509 | + lib/nova:configure_cinder_access:654 : iniset /etc/nova/nova.conf cinder project_name service 2024-03-22 14:28:15.531 | + lib/nova:configure_cinder_access:655 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2024-03-22 14:28:15.552 | + lib/nova:configure_cinder_access:656 : is_service_enabled tls-proxy 2024-03-22 14:28:15.563 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:28:15.565 | + lib/nova:create_nova_conf:518 : '[' -n /opt/stack/data/nova ']' 2024-03-22 14:28:15.567 | + lib/nova:create_nova_conf:519 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2024-03-22 14:28:15.589 | + lib/nova:create_nova_conf:520 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2024-03-22 14:28:15.611 | + lib/nova:create_nova_conf:522 : '[' -n /opt/stack/data/nova/instances ']' 2024-03-22 14:28:15.613 | + lib/nova:create_nova_conf:523 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2024-03-22 14:28:15.635 | + lib/nova:create_nova_conf:525 : '[' False '!=' False ']' 2024-03-22 14:28:15.636 | + lib/nova:create_nova_conf:528 : '[' False '!=' False ']' 2024-03-22 14:28:15.638 | + lib/nova:create_nova_conf:534 : is_fedora 2024-03-22 14:28:15.640 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2024-03-22 14:28:15.642 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2024-03-22 14:28:15.643 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2024-03-22 14:28:15.645 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2024-03-22 14:28:15.647 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-03-22 14:28:15.648 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2024-03-22 14:28:15.650 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2024-03-22 14:28:15.652 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2024-03-22 14:28:15.653 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2024-03-22 14:28:15.655 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2024-03-22 14:28:15.657 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2024-03-22 14:28:15.658 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2024-03-22 14:28:15.660 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2024-03-22 14:28:15.662 | + lib/nova:create_nova_conf:539 : setup_logging /etc/nova/nova.conf 2024-03-22 14:28:15.663 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2024-03-22 14:28:15.665 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2024-03-22 14:28:15.667 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-03-22 14:28:15.679 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-03-22 14:28:15.681 | + functions:setup_systemd_logging:706 : local pidstr= 2024-03-22 14:28:15.683 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-03-22 14:28:15.685 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-03-22 14:28:15.686 | + 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-03-22 14:28:15.708 | + 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-03-22 14:28:15.730 | + 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-03-22 14:28:15.752 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-03-22 14:28:15.775 | + lib/nova:create_nova_conf:541 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2024-03-22 14:28:15.800 | + lib/nova:create_nova_conf:543 : is_service_enabled n-api 2024-03-22 14:28:15.812 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:28:15.813 | + lib/nova:create_nova_conf:544 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /opt/stack/data/venv/bin/nova-api-wsgi /compute 2024-03-22 14:28:15.815 | + lib/apache:write_uwsgi_config:241 : local file=/etc/nova/nova-api-uwsgi.ini 2024-03-22 14:28:15.817 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/nova-api-wsgi 2024-03-22 14:28:15.819 | + lib/apache:write_uwsgi_config:243 : local url=/compute 2024-03-22 14:28:15.820 | + lib/apache:write_uwsgi_config:244 : local http= 2024-03-22 14:28:15.822 | + lib/apache:write_uwsgi_config:245 : local name= 2024-03-22 14:28:15.824 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/nova-api-wsgi 2024-03-22 14:28:15.827 | + lib/apache:write_uwsgi_config:246 : name=nova-api-wsgi 2024-03-22 14:28:15.829 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2024-03-22 14:28:15.830 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2024-03-22 14:28:15.840 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2024-03-22 14:28:15.840 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-03-22 14:28:15.846 | d /var/run/uwsgi 0755 stack root 2024-03-22 14:28:15.850 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-03-22 14:28:15.858 | /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-03-22 14:28:15.861 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2024-03-22 14:28:15.863 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/nova/nova-api-uwsgi.ini 2024-03-22 14:28:15.866 | + lib/apache:write_uwsgi_config:262 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/nova-api-wsgi 2024-03-22 14:28:15.890 | + lib/apache:write_uwsgi_config:263 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2024-03-22 14:28:15.912 | + lib/apache:write_uwsgi_config:265 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2024-03-22 14:28:15.933 | + lib/apache:write_uwsgi_config:267 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2024-03-22 14:28:15.955 | + lib/apache:write_uwsgi_config:268 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2024-03-22 14:28:15.976 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-03-22 14:28:15.998 | + lib/apache:write_uwsgi_config:272 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2024-03-22 14:28:16.022 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2024-03-22 14:28:16.047 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2024-03-22 14:28:16.070 | + lib/apache:write_uwsgi_config:277 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-03-22 14:28:16.093 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2024-03-22 14:28:16.117 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-03-22 14:28:16.140 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2024-03-22 14:28:16.163 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2024-03-22 14:28:16.165 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2024-03-22 14:28:16.167 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for nova-api-wsgi 2024-03-22 14:28:16.169 | ++ lib/apache:apache_site_config_for:173 : local site=nova-api-wsgi 2024-03-22 14:28:16.172 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2024-03-22 14:28:16.174 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:28:16.176 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:28:16.178 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2024-03-22 14:28:16.181 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2024-03-22 14:28:16.182 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2024-03-22 14:28:16.207 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2024-03-22 14:28:16.232 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2024-03-22 14:28:16.232 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 acquire=1 ' 2024-03-22 14:28:16.239 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 acquire=1 2024-03-22 14:28:16.242 | + lib/apache:write_uwsgi_config:294 : enable_apache_site nova-api-wsgi 2024-03-22 14:28:16.244 | + lib/apache:enable_apache_site:190 : local site=nova-api-wsgi 2024-03-22 14:28:16.246 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2024-03-22 14:28:16.248 | + lib/apache:enable_apache_mod:55 : local mod=version 2024-03-22 14:28:16.250 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2024-03-22 14:28:16.252 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:28:16.254 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:28:16.256 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2024-03-22 14:28:16.258 | + lib/apache:enable_apache_site:193 : is_ubuntu 2024-03-22 14:28:16.260 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:28:16.262 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:28:16.264 | + lib/apache:enable_apache_site:194 : sudo a2ensite nova-api-wsgi 2024-03-22 14:28:16.296 | Enabling site nova-api-wsgi. 2024-03-22 14:28:16.300 | To activate the new configuration, you need to run: 2024-03-22 14:28:16.300 | systemctl reload apache2 2024-03-22 14:28:16.304 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2024-03-22 14:28:16.306 | + lib/apache:restart_apache_server:237 : restart_service apache2 2024-03-22 14:28:16.308 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-03-22 14:28:16.310 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2024-03-22 14:28:16.431 | + lib/nova:create_nova_conf:547 : is_service_enabled n-api-meta 2024-03-22 14:28:16.443 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:28:16.445 | + lib/nova:create_nova_conf:548 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /opt/stack/data/venv/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2024-03-22 14:28:16.447 | + lib/apache:write_uwsgi_config:241 : local file=/etc/nova/nova-metadata-uwsgi.ini 2024-03-22 14:28:16.448 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/nova-metadata-wsgi 2024-03-22 14:28:16.450 | + lib/apache:write_uwsgi_config:243 : local url= 2024-03-22 14:28:16.452 | + lib/apache:write_uwsgi_config:244 : local http=0.0.0.0:8775 2024-03-22 14:28:16.454 | + lib/apache:write_uwsgi_config:245 : local name= 2024-03-22 14:28:16.456 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/nova-metadata-wsgi 2024-03-22 14:28:16.459 | + lib/apache:write_uwsgi_config:246 : name=nova-metadata-wsgi 2024-03-22 14:28:16.460 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2024-03-22 14:28:16.462 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2024-03-22 14:28:16.472 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2024-03-22 14:28:16.472 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-03-22 14:28:16.479 | d /var/run/uwsgi 0755 stack root 2024-03-22 14:28:16.483 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-03-22 14:28:16.491 | /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-03-22 14:28:16.494 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2024-03-22 14:28:16.496 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2024-03-22 14:28:16.499 | + lib/apache:write_uwsgi_config:262 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/nova-metadata-wsgi 2024-03-22 14:28:16.523 | + lib/apache:write_uwsgi_config:263 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2024-03-22 14:28:16.545 | + lib/apache:write_uwsgi_config:265 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2024-03-22 14:28:16.567 | + lib/apache:write_uwsgi_config:267 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2024-03-22 14:28:16.591 | + lib/apache:write_uwsgi_config:268 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2024-03-22 14:28:16.613 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2024-03-22 14:28:16.635 | + lib/apache:write_uwsgi_config:272 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2024-03-22 14:28:16.657 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2024-03-22 14:28:16.679 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2024-03-22 14:28:16.702 | + lib/apache:write_uwsgi_config:277 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-03-22 14:28:16.724 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2024-03-22 14:28:16.747 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2024-03-22 14:28:16.769 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2024-03-22 14:28:16.791 | + lib/apache:write_uwsgi_config:286 : [[ -n 0.0.0.0:8775 ]] 2024-03-22 14:28:16.792 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2024-03-22 14:28:16.814 | + lib/nova:create_nova_conf:551 : is_service_enabled ceilometer 2024-03-22 14:28:16.826 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:28:16.828 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2024-03-22 14:28:16.852 | ++ lib/nova:create_nova_conf:560 : get_notification_url 2024-03-22 14:28:16.853 | ++ lib/rpc_backend:get_notification_url:136 : local virtual_host= 2024-03-22 14:28:16.856 | ++ lib/rpc_backend:get_notification_url:137 : is_service_enabled rabbit 2024-03-22 14:28:16.868 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:28:16.870 | ++ lib/rpc_backend:get_notification_url:138 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-22 14:28:16.872 | + lib/nova:create_nova_conf:560 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-22 14:28:16.895 | + lib/nova:create_nova_conf:561 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2024-03-22 14:28:16.919 | + lib/nova:create_nova_conf:562 : iniset_rpc_backend nova /etc/nova/nova.conf 2024-03-22 14:28:16.921 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=nova 2024-03-22 14:28:16.923 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/nova/nova.conf 2024-03-22 14:28:16.924 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2024-03-22 14:28:16.926 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2024-03-22 14:28:16.928 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2024-03-22 14:28:16.939 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:28:16.942 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2024-03-22 14:28:16.944 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2024-03-22 14:28:16.945 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2024-03-22 14:28:16.958 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:28:16.959 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-22 14:28:16.962 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-22 14:28:16.984 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2024-03-22 14:28:16.985 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2024-03-22 14:28:16.987 | + lib/nova:create_nova_conf:564 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2024-03-22 14:28:17.011 | + lib/nova:create_nova_conf:565 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2024-03-22 14:28:17.034 | + lib/nova:create_nova_conf:567 : iniset /etc/nova/nova.conf conductor workers 2 2024-03-22 14:28:17.059 | + lib/nova:create_nova_conf:569 : is_service_enabled tls-proxy 2024-03-22 14:28:17.071 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:28:17.073 | + lib/nova:create_nova_conf:574 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2024-03-22 14:28:17.094 | + lib/nova:create_nova_conf:576 : '[' True == True ']' 2024-03-22 14:28:17.096 | + lib/nova:create_nova_conf:577 : init_nova_service_user_conf 2024-03-22 14:28:17.098 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2024-03-22 14:28:17.122 | + lib/nova:init_nova_service_user_conf:826 : iniset /etc/nova/nova.conf service_user auth_type password 2024-03-22 14:28:17.145 | + lib/nova:init_nova_service_user_conf:827 : iniset /etc/nova/nova.conf service_user auth_url http://10.180.1.21/identity 2024-03-22 14:28:17.168 | + lib/nova:init_nova_service_user_conf:828 : iniset /etc/nova/nova.conf service_user username nova 2024-03-22 14:28:17.190 | + lib/nova:init_nova_service_user_conf:829 : iniset /etc/nova/nova.conf service_user password nomoresecret 2024-03-22 14:28:17.213 | + lib/nova:init_nova_service_user_conf:830 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2024-03-22 14:28:17.235 | + lib/nova:init_nova_service_user_conf:831 : iniset /etc/nova/nova.conf service_user project_name service 2024-03-22 14:28:17.258 | + lib/nova:init_nova_service_user_conf:832 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2024-03-22 14:28:17.280 | + lib/nova:init_nova_service_user_conf:833 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2024-03-22 14:28:17.302 | + lib/nova:create_nova_conf:580 : is_service_enabled n-cond 2024-03-22 14:28:17.314 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:28:17.316 | ++ lib/nova:create_nova_conf:581 : seq 1 1 2024-03-22 14:28:17.319 | + lib/nova:create_nova_conf:581 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-03-22 14:28:17.321 | + lib/nova:create_nova_conf:582 : local conf 2024-03-22 14:28:17.322 | + lib/nova:create_nova_conf:583 : local vhost 2024-03-22 14:28:17.325 | ++ lib/nova:create_nova_conf:584 : conductor_conf 1 2024-03-22 14:28:17.326 | ++ lib/nova:conductor_conf:837 : local cell=1 2024-03-22 14:28:17.328 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2024-03-22 14:28:17.330 | + lib/nova:create_nova_conf:584 : conf=/etc/nova/nova_cell1.conf 2024-03-22 14:28:17.332 | + lib/nova:create_nova_conf:585 : vhost=nova_cell1 2024-03-22 14:28:17.334 | + lib/nova:create_nova_conf:587 : rm -f /etc/nova/nova_cell1.conf 2024-03-22 14:28:17.337 | ++ lib/nova:create_nova_conf:588 : database_connection_url nova_cell1 2024-03-22 14:28:17.339 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-03-22 14:28:17.341 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-03-22 14:28:17.343 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell1 2024-03-22 14:28:17.344 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2024-03-22 14:28:17.346 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2024-03-22 14:28:17.348 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2024-03-22 14:28:17.361 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:28:17.363 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2024-03-22 14:28:17.364 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2024-03-22 14:28:17.366 | + lib/nova:create_nova_conf:588 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2024-03-22 14:28:17.391 | + lib/nova:create_nova_conf:589 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2024-03-22 14:28:17.416 | + lib/nova:create_nova_conf:590 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2024-03-22 14:28:17.440 | + lib/nova:create_nova_conf:592 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-03-22 14:28:17.442 | + lib/nova:create_nova_conf:593 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2024-03-22 14:28:17.444 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=nova 2024-03-22 14:28:17.445 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/nova/nova_cell1.conf 2024-03-22 14:28:17.447 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2024-03-22 14:28:17.449 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2024-03-22 14:28:17.450 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2024-03-22 14:28:17.462 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:28:17.464 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2024-03-22 14:28:17.466 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2024-03-22 14:28:17.469 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2024-03-22 14:28:17.480 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:28:17.482 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-22 14:28:17.484 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-22 14:28:17.506 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2024-03-22 14:28:17.508 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2024-03-22 14:28:17.510 | + lib/nova:create_nova_conf:605 : setup_logging /etc/nova/nova_cell1.conf 2024-03-22 14:28:17.512 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2024-03-22 14:28:17.513 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2024-03-22 14:28:17.515 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-03-22 14:28:17.528 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-03-22 14:28:17.530 | + functions:setup_systemd_logging:706 : local pidstr= 2024-03-22 14:28:17.532 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-03-22 14:28:17.534 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-03-22 14:28:17.535 | + 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-03-22 14:28:17.558 | + 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-03-22 14:28:17.579 | + 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-03-22 14:28:17.601 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-03-22 14:28:17.623 | + lib/nova:create_nova_conf:612 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-03-22 14:28:17.625 | + lib/nova:create_nova_conf:613 : configure_console_proxies 2024-03-22 14:28:17.627 | + lib/nova:configure_console_proxies:727 : local conf=/etc/nova/nova.conf 2024-03-22 14:28:17.629 | + lib/nova:configure_console_proxies:728 : local offset=0 2024-03-22 14:28:17.630 | + lib/nova:configure_console_proxies:732 : offset=0 2024-03-22 14:28:17.632 | + lib/nova:configure_console_proxies:734 : is_service_enabled n-novnc 2024-03-22 14:28:17.644 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:28:17.646 | + lib/nova:configure_console_proxies:734 : '[' False '!=' False ']' 2024-03-22 14:28:17.647 | + lib/nova:configure_console_proxies:766 : is_service_enabled n-spice 2024-03-22 14:28:17.659 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:28:17.661 | + lib/nova:configure_console_proxies:771 : is_service_enabled n-sproxy 2024-03-22 14:28:17.673 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:28:17.675 | + lib/nova:configure_nova:363 : is_service_enabled n-cpu 2024-03-22 14:28:17.687 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:28:17.689 | + stack.sh:main:977 : is_service_enabled placement 2024-03-22 14:28:17.702 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:28:17.703 | + stack.sh:main:979 : stack_install_service placement 2024-03-22 14:28:17.705 | + lib/stack:stack_install_service:20 : local service=placement 2024-03-22 14:28:17.707 | + lib/stack:stack_install_service:21 : type install_placement 2024-03-22 14:28:17.709 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-03-22 14:28:17.711 | + lib/stack:stack_install_service:32 : install_placement 2024-03-22 14:28:17.713 | + lib/placement:install_placement:150 : install_apache_wsgi 2024-03-22 14:28:17.715 | + lib/apache:install_apache_wsgi:130 : is_ubuntu 2024-03-22 14:28:17.717 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:28:17.719 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:28:17.721 | + lib/apache:install_apache_wsgi:132 : install_package apache2 2024-03-22 14:28:17.723 | + functions-common:install_package:1421 : update_package_repo 2024-03-22 14:28:17.725 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2024-03-22 14:28:17.727 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2024-03-22 14:28:17.728 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2024-03-22 14:28:17.730 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2024-03-22 14:28:17.732 | + functions-common:update_package_repo:1403 : is_ubuntu 2024-03-22 14:28:17.734 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:28:17.736 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:28:17.738 | + functions-common:update_package_repo:1404 : apt_get_update 2024-03-22 14:28:17.740 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2024-03-22 14:28:17.741 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2024-03-22 14:28:17.743 | + functions-common:apt_get_update:1150 : return 2024-03-22 14:28:17.745 | + functions-common:install_package:1422 : real_install_package apache2 2024-03-22 14:28:17.747 | + functions-common:real_install_package:1409 : is_ubuntu 2024-03-22 14:28:17.749 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:28:17.751 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:28:17.753 | + functions-common:real_install_package:1410 : apt_get install apache2 2024-03-22 14:28:17.768 | + functions-common:apt_get:1190 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2024-03-22 14:28:17.825 | Reading package lists... 2024-03-22 14:28:18.019 | Building dependency tree... 2024-03-22 14:28:18.020 | Reading state information... 2024-03-22 14:28:18.216 | apache2 is already the newest version (2.4.52-1ubuntu4.8). 2024-03-22 14:28:18.216 | 0 upgraded, 0 newly installed, 0 to remove and 16 not upgraded. 2024-03-22 14:28:18.221 | + functions-common:apt_get:1194 : result=0 2024-03-22 14:28:18.223 | + functions-common:apt_get:1197 : time_stop apt-get 2024-03-22 14:28:18.225 | + functions-common:time_stop:2400 : local name 2024-03-22 14:28:18.226 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:28:18.228 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:28:18.230 | + functions-common:time_stop:2403 : local total 2024-03-22 14:28:18.232 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:28:18.234 | + functions-common:time_stop:2406 : name=apt-get 2024-03-22 14:28:18.235 | + functions-common:time_stop:2407 : start_time=1711117697766 2024-03-22 14:28:18.237 | + functions-common:time_stop:2409 : [[ -z 1711117697766 ]] 2024-03-22 14:28:18.239 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:28:18.243 | + functions-common:time_stop:2412 : end_time=1711117698241 2024-03-22 14:28:18.244 | + functions-common:time_stop:2413 : elapsed_time=475 2024-03-22 14:28:18.246 | + functions-common:time_stop:2414 : total=3399 2024-03-22 14:28:18.248 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:28:18.250 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3874 2024-03-22 14:28:18.252 | + functions-common:apt_get:1198 : return 0 2024-03-22 14:28:18.254 | + lib/apache:install_apache_wsgi:133 : is_package_installed libapache2-mod-wsgi 2024-03-22 14:28:18.256 | + functions-common:is_package_installed:1430 : [[ -z libapache2-mod-wsgi ]] 2024-03-22 14:28:18.258 | + functions-common:is_package_installed:1434 : [[ -z deb ]] 2024-03-22 14:28:18.259 | + functions-common:is_package_installed:1438 : [[ deb = \d\e\b ]] 2024-03-22 14:28:18.262 | + functions-common:is_package_installed:1439 : dpkg -s libapache2-mod-wsgi 2024-03-22 14:28:18.275 | + lib/apache:install_apache_wsgi:136 : install_package libapache2-mod-wsgi-py3 2024-03-22 14:28:18.277 | + functions-common:install_package:1421 : update_package_repo 2024-03-22 14:28:18.279 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2024-03-22 14:28:18.281 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2024-03-22 14:28:18.283 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2024-03-22 14:28:18.285 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2024-03-22 14:28:18.287 | + functions-common:update_package_repo:1403 : is_ubuntu 2024-03-22 14:28:18.289 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:28:18.291 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:28:18.293 | + functions-common:update_package_repo:1404 : apt_get_update 2024-03-22 14:28:18.295 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2024-03-22 14:28:18.297 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2024-03-22 14:28:18.299 | + functions-common:apt_get_update:1150 : return 2024-03-22 14:28:18.301 | + functions-common:install_package:1422 : real_install_package libapache2-mod-wsgi-py3 2024-03-22 14:28:18.303 | + functions-common:real_install_package:1409 : is_ubuntu 2024-03-22 14:28:18.305 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:28:18.307 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:28:18.309 | + functions-common:real_install_package:1410 : apt_get install libapache2-mod-wsgi-py3 2024-03-22 14:28:18.326 | + functions-common:apt_get:1190 : 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-03-22 14:28:18.382 | Reading package lists... 2024-03-22 14:28:18.585 | Building dependency tree... 2024-03-22 14:28:18.586 | Reading state information... 2024-03-22 14:28:18.765 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2024-03-22 14:28:18.765 | 0 upgraded, 0 newly installed, 0 to remove and 16 not upgraded. 2024-03-22 14:28:18.769 | + functions-common:apt_get:1194 : result=0 2024-03-22 14:28:18.771 | + functions-common:apt_get:1197 : time_stop apt-get 2024-03-22 14:28:18.773 | + functions-common:time_stop:2400 : local name 2024-03-22 14:28:18.775 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:28:18.777 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:28:18.779 | + functions-common:time_stop:2403 : local total 2024-03-22 14:28:18.781 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:28:18.783 | + functions-common:time_stop:2406 : name=apt-get 2024-03-22 14:28:18.785 | + functions-common:time_stop:2407 : start_time=1711117698324 2024-03-22 14:28:18.787 | + functions-common:time_stop:2409 : [[ -z 1711117698324 ]] 2024-03-22 14:28:18.789 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:28:18.792 | + functions-common:time_stop:2412 : end_time=1711117698790 2024-03-22 14:28:18.794 | + functions-common:time_stop:2413 : elapsed_time=466 2024-03-22 14:28:18.796 | + functions-common:time_stop:2414 : total=3874 2024-03-22 14:28:18.798 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:28:18.799 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4340 2024-03-22 14:28:18.801 | + functions-common:apt_get:1198 : return 0 2024-03-22 14:28:18.803 | + lib/apache:install_apache_wsgi:151 : enable_apache_mod wsgi 2024-03-22 14:28:18.805 | + lib/apache:enable_apache_mod:55 : local mod=wsgi 2024-03-22 14:28:18.807 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2024-03-22 14:28:18.809 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:28:18.811 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:28:18.813 | + lib/apache:enable_apache_mod:60 : [[ wsgi != \v\e\r\s\i\o\n ]] 2024-03-22 14:28:18.815 | + lib/apache:enable_apache_mod:60 : a2query -m wsgi 2024-03-22 14:28:18.843 | wsgi (enabled by maintainer script) 2024-03-22 14:28:18.845 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2024-03-22 14:28:18.847 | + inc/python:pip_install_gr:94 : local name=osc-placement 2024-03-22 14:28:18.849 | + inc/python:pip_install_gr:95 : local clean_name 2024-03-22 14:28:18.852 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements osc-placement 2024-03-22 14:28:18.854 | ++ inc/python:get_from_global_requirements:247 : local package=osc-placement 2024-03-22 14:28:18.856 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2024-03-22 14:28:18.859 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2024-03-22 14:28:18.859 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2024-03-22 14:28:18.864 | ++ inc/python:get_from_global_requirements:249 : required_pkg='osc-placement ' 2024-03-22 14:28:18.866 | ++ inc/python:get_from_global_requirements:250 : [[ osc-placement == '' ]] 2024-03-22 14:28:18.867 | ++ inc/python:get_from_global_requirements:253 : echo osc-placement 2024-03-22 14:28:18.870 | + inc/python:pip_install_gr:96 : clean_name=osc-placement 2024-03-22 14:28:18.872 | + inc/python:pip_install_gr:97 : pip_install osc-placement 2024-03-22 14:28:18.889 | Using python 3.10 to install osc-placement 2024-03-22 14:28:18.891 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt osc-placement 2024-03-22 14:28:19.908 | Collecting osc-placement 2024-03-22 14:28:19.912 | Using cached osc_placement-4.2.0-py3-none-any.whl.metadata (1.9 kB) 2024-03-22 14:28:19.918 | Requirement already satisfied: keystoneauth1>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (5.3.0) 2024-03-22 14:28:19.919 | Requirement already satisfied: osc-lib>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (2.8.1) 2024-03-22 14:28:19.921 | Requirement already satisfied: oslo.utils>=3.37.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (6.2.1) 2024-03-22 14:28:19.921 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (5.11.1) 2024-03-22 14:28:19.922 | Requirement already satisfied: simplejson>=3.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (3.19.1) 2024-03-22 14:28:19.966 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (1.1.0) 2024-03-22 14:28:19.967 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (1.7.0) 2024-03-22 14:28:19.968 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (2.28.2) 2024-03-22 14:28:19.969 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.3.0->osc-placement) (5.1.0) 2024-03-22 14:28:19.975 | Requirement already satisfied: cliff>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=1.2.0->osc-placement) (4.3.0) 2024-03-22 14:28:19.976 | Requirement already satisfied: openstacksdk>=0.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=1.2.0->osc-placement) (1.5.0) 2024-03-22 14:28:19.977 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=1.2.0->osc-placement) (6.1.0) 2024-03-22 14:28:19.984 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (2.5.0) 2024-03-22 14:28:19.985 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (0.8.0) 2024-03-22 14:28:19.985 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (0.11.0) 2024-03-22 14:28:19.986 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (23.1) 2024-03-22 14:28:19.987 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (3.0.9) 2024-03-22 14:28:19.988 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (2023.3) 2024-03-22 14:28:19.989 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.37.0->osc-placement) (2023.3) 2024-03-22 14:28:19.996 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.7.0) 2024-03-22 14:28:19.997 | Requirement already satisfied: PyYAML>=3.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0) 2024-03-22 14:28:19.998 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.5.1) 2024-03-22 14:28:19.999 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (2.4.3) 2024-03-22 14:28:19.999 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0.1) 2024-03-22 14:28:20.003 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.utils>=3.37.0->osc-placement) (1.15.0) 2024-03-22 14:28:20.019 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.4) 2024-03-22 14:28:20.020 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (40.0.2) 2024-03-22 14:28:20.021 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (5.1.1) 2024-03-22 14:28:20.022 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.1.8) 2024-03-22 14:28:20.023 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.0.1) 2024-03-22 14:28:20.024 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.32) 2024-03-22 14:28:20.025 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.0) 2024-03-22 14:28:20.046 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.1.0) 2024-03-22 14:28:20.047 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.4) 2024-03-22 14:28:20.048 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (1.26.15) 2024-03-22 14:28:20.049 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2024.2.2) 2024-03-22 14:28:20.087 | Requirement already satisfied: attrs>=16.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (23.1.0) 2024-03-22 14:28:20.088 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (1.8.2) 2024-03-22 14:28:20.089 | Requirement already satisfied: wcwidth>=0.1.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.2.6) 2024-03-22 14:28:20.109 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.15.1) 2024-03-22 14:28:20.141 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.15.0) 2024-03-22 14:28:20.148 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.3) 2024-03-22 14:28:20.205 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.21) 2024-03-22 14:28:20.244 | Using cached osc_placement-4.2.0-py3-none-any.whl (64 kB) 2024-03-22 14:28:21.036 | Installing collected packages: osc-placement 2024-03-22 14:28:21.107 | Successfully installed osc-placement-4.2.0 2024-03-22 14:28:21.206 | + inc/python:pip_install:222 : result=0 2024-03-22 14:28:21.209 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-22 14:28:21.211 | + functions-common:time_stop:2400 : local name 2024-03-22 14:28:21.213 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:28:21.215 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:28:21.217 | + functions-common:time_stop:2403 : local total 2024-03-22 14:28:21.218 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:28:21.220 | + functions-common:time_stop:2406 : name=pip_install 2024-03-22 14:28:21.222 | + functions-common:time_stop:2407 : start_time=1711117698884 2024-03-22 14:28:21.224 | + functions-common:time_stop:2409 : [[ -z 1711117698884 ]] 2024-03-22 14:28:21.226 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:28:21.230 | + functions-common:time_stop:2412 : end_time=1711117701228 2024-03-22 14:28:21.232 | + functions-common:time_stop:2413 : elapsed_time=2344 2024-03-22 14:28:21.234 | + functions-common:time_stop:2414 : total=81811 2024-03-22 14:28:21.235 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:28:21.237 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=84155 2024-03-22 14:28:21.239 | + inc/python:pip_install:225 : return 0 2024-03-22 14:28:21.242 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement stable/2023.2 2024-03-22 14:28:21.243 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/placement.git 2024-03-22 14:28:21.245 | + functions-common:git_clone:573 : local git_dest=/opt/stack//placement 2024-03-22 14:28:21.247 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2024-03-22 14:28:21.249 | + functions-common:git_clone:575 : local orig_dir 2024-03-22 14:28:21.251 | ++ functions-common:git_clone:576 : pwd 2024-03-22 14:28:21.254 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-03-22 14:28:21.257 | + functions-common:git_clone:577 : local git_clone_flags= 2024-03-22 14:28:21.259 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-03-22 14:28:21.272 | + functions-common:git_clone:579 : RECLONE=False 2024-03-22 14:28:21.274 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2024-03-22 14:28:21.275 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2024-03-22 14:28:21.277 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-03-22 14:28:21.279 | + functions-common:git_clone:593 : echo stable/2023.2 2024-03-22 14:28:21.280 | + functions-common:git_clone:593 : egrep -q '^refs' 2024-03-22 14:28:21.284 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//placement ]] 2024-03-22 14:28:21.286 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2024-03-22 14:28:21.287 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2024-03-22 14:28:21.289 | + functions-common:git_timed:680 : local count=0 2024-03-22 14:28:21.291 | + functions-common:git_timed:681 : local timeout=0 2024-03-22 14:28:21.293 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-22 14:28:21.295 | + functions-common:git_timed:684 : timeout=0 2024-03-22 14:28:21.296 | + functions-common:git_timed:687 : time_start git_timed 2024-03-22 14:28:21.298 | + functions-common:time_start:2386 : local name=git_timed 2024-03-22 14:28:21.300 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:28:21.302 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:28:21.304 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:28:21.307 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117701305 2024-03-22 14:28:21.309 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2024-03-22 14:28:21.311 | Cloning into '/opt/stack//placement'... 2024-03-22 14:28:23.193 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-22 14:28:23.195 | + functions-common:time_stop:2400 : local name 2024-03-22 14:28:23.197 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:28:23.199 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:28:23.201 | + functions-common:time_stop:2403 : local total 2024-03-22 14:28:23.202 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:28:23.204 | + functions-common:time_stop:2406 : name=git_timed 2024-03-22 14:28:23.206 | + functions-common:time_stop:2407 : start_time=1711117701305 2024-03-22 14:28:23.208 | + functions-common:time_stop:2409 : [[ -z 1711117701305 ]] 2024-03-22 14:28:23.210 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:28:23.213 | + functions-common:time_stop:2412 : end_time=1711117703211 2024-03-22 14:28:23.215 | + functions-common:time_stop:2413 : elapsed_time=1906 2024-03-22 14:28:23.217 | + functions-common:time_stop:2414 : total=90381 2024-03-22 14:28:23.219 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:28:23.221 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=92287 2024-03-22 14:28:23.223 | + functions-common:git_clone:614 : cd /opt/stack//placement 2024-03-22 14:28:23.224 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2024-03-22 14:28:23.226 | + functions-common:git_timed:680 : local count=0 2024-03-22 14:28:23.228 | + functions-common:git_timed:681 : local timeout=0 2024-03-22 14:28:23.230 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-22 14:28:23.232 | + functions-common:git_timed:684 : timeout=0 2024-03-22 14:28:23.234 | + functions-common:git_timed:687 : time_start git_timed 2024-03-22 14:28:23.235 | + functions-common:time_start:2386 : local name=git_timed 2024-03-22 14:28:23.237 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:28:23.239 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:28:23.241 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:28:23.245 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117703242 2024-03-22 14:28:23.247 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2024-03-22 14:28:24.694 | From https://opendev.org/openstack/placement 2024-03-22 14:28:24.694 | * branch stable/2023.2 -> FETCH_HEAD 2024-03-22 14:28:24.699 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-22 14:28:24.701 | + functions-common:time_stop:2400 : local name 2024-03-22 14:28:24.703 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:28:24.705 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:28:24.707 | + functions-common:time_stop:2403 : local total 2024-03-22 14:28:24.710 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:28:24.711 | + functions-common:time_stop:2406 : name=git_timed 2024-03-22 14:28:24.714 | + functions-common:time_stop:2407 : start_time=1711117703242 2024-03-22 14:28:24.715 | + functions-common:time_stop:2409 : [[ -z 1711117703242 ]] 2024-03-22 14:28:24.718 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:28:24.721 | + functions-common:time_stop:2412 : end_time=1711117704719 2024-03-22 14:28:24.723 | + functions-common:time_stop:2413 : elapsed_time=1477 2024-03-22 14:28:24.725 | + functions-common:time_stop:2414 : total=92287 2024-03-22 14:28:24.727 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:28:24.729 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=93764 2024-03-22 14:28:24.731 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2024-03-22 14:28:24.733 | + functions-common:git_timed:680 : local count=0 2024-03-22 14:28:24.735 | + functions-common:git_timed:681 : local timeout=0 2024-03-22 14:28:24.737 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-22 14:28:24.739 | + functions-common:git_timed:684 : timeout=0 2024-03-22 14:28:24.741 | + functions-common:git_timed:687 : time_start git_timed 2024-03-22 14:28:24.743 | + functions-common:time_start:2386 : local name=git_timed 2024-03-22 14:28:24.745 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:28:24.746 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:28:24.749 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:28:24.752 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117704750 2024-03-22 14:28:24.754 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-03-22 14:28:24.780 | Note: switching to 'FETCH_HEAD'. 2024-03-22 14:28:24.780 | 2024-03-22 14:28:24.780 | You are in 'detached HEAD' state. You can look around, make experimental 2024-03-22 14:28:24.780 | changes and commit them, and you can discard any commits you make in this 2024-03-22 14:28:24.780 | state without impacting any branches by switching back to a branch. 2024-03-22 14:28:24.780 | 2024-03-22 14:28:24.780 | If you want to create a new branch to retain commits you create, you may 2024-03-22 14:28:24.780 | do so (now or later) by using -c with the switch command. Example: 2024-03-22 14:28:24.781 | 2024-03-22 14:28:24.781 | git switch -c 2024-03-22 14:28:24.781 | 2024-03-22 14:28:24.781 | Or undo this operation with: 2024-03-22 14:28:24.781 | 2024-03-22 14:28:24.781 | git switch - 2024-03-22 14:28:24.781 | 2024-03-22 14:28:24.781 | Turn off this advice by setting config variable advice.detachedHead to false 2024-03-22 14:28:24.781 | 2024-03-22 14:28:24.781 | HEAD is now at a361622 Update TOX_CONSTRAINTS_FILE for stable/2023.2 2024-03-22 14:28:24.783 | + functions-common:git_timed:702 : time_stop git_timed 2024-03-22 14:28:24.785 | + functions-common:time_stop:2400 : local name 2024-03-22 14:28:24.787 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:28:24.789 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:28:24.791 | + functions-common:time_stop:2403 : local total 2024-03-22 14:28:24.793 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:28:24.794 | + functions-common:time_stop:2406 : name=git_timed 2024-03-22 14:28:24.796 | + functions-common:time_stop:2407 : start_time=1711117704750 2024-03-22 14:28:24.798 | + functions-common:time_stop:2409 : [[ -z 1711117704750 ]] 2024-03-22 14:28:24.801 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:28:24.803 | + functions-common:time_stop:2412 : end_time=1711117704801 2024-03-22 14:28:24.805 | + functions-common:time_stop:2413 : elapsed_time=51 2024-03-22 14:28:24.807 | + functions-common:time_stop:2414 : total=93764 2024-03-22 14:28:24.809 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:28:24.810 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=93815 2024-03-22 14:28:24.812 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//placement 2024-03-22 14:28:24.822 | + functions-common:git_clone:655 : cd /opt/stack//placement 2024-03-22 14:28:24.824 | + functions-common:git_clone:656 : git show --oneline 2024-03-22 14:28:24.825 | + functions-common:git_clone:656 : head -1 2024-03-22 14:28:24.826 | a361622 Update TOX_CONSTRAINTS_FILE for stable/2023.2 2024-03-22 14:28:24.829 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2024-03-22 14:28:24.831 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2024-03-22 14:28:24.833 | + inc/python:setup_develop:360 : local bindep 2024-03-22 14:28:24.834 | + inc/python:setup_develop:361 : [[ /opt/stack//placement == -bindep* ]] 2024-03-22 14:28:24.836 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//placement 2024-03-22 14:28:24.838 | + inc/python:setup_develop:366 : local extras= 2024-03-22 14:28:24.840 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//placement -e 2024-03-22 14:28:24.842 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2024-03-22 14:28:24.844 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//placement == -bindep* ]] 2024-03-22 14:28:24.846 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//placement 2024-03-22 14:28:24.848 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2024-03-22 14:28:24.850 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2024-03-22 14:28:24.852 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//placement 2024-03-22 14:28:24.854 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2024-03-22 14:28:24.856 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/placement 2024-03-22 14:28:24.858 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2024-03-22 14:28:24.860 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2024-03-22 14:28:24.863 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2024-03-22 14:28:24.867 | + inc/python:_setup_package_with_constraints_edit:407 : name=openstack-placement 2024-03-22 14:28:24.869 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- openstack-placement 2024-03-22 14:28:25.187 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/placement -e 2024-03-22 14:28:25.189 | + inc/python:setup_package:440 : local bindep=0 2024-03-22 14:28:25.191 | + inc/python:setup_package:441 : local bindep_flag= 2024-03-22 14:28:25.193 | + inc/python:setup_package:442 : local bindep_profiles= 2024-03-22 14:28:25.195 | + inc/python:setup_package:443 : [[ /opt/stack/placement == -bindep* ]] 2024-03-22 14:28:25.197 | + inc/python:setup_package:448 : local project_dir=/opt/stack/placement 2024-03-22 14:28:25.199 | + inc/python:setup_package:449 : local flags=-e 2024-03-22 14:28:25.201 | + inc/python:setup_package:450 : local extras= 2024-03-22 14:28:25.203 | + inc/python:setup_package:454 : [[ -n -e ]] 2024-03-22 14:28:25.204 | + inc/python:setup_package:454 : [[ -z '' ]] 2024-03-22 14:28:25.207 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2024-03-22 14:28:25.209 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2024-03-22 14:28:25.210 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2024-03-22 14:28:25.212 | + inc/python:setup_package:468 : pip_install -e /opt/stack/placement 2024-03-22 14:28:25.228 | Using python 3.10 to install /opt/stack/placement 2024-03-22 14:28:25.230 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/placement 2024-03-22 14:28:26.049 | Obtaining file:///opt/stack/placement 2024-03-22 14:28:26.050 | Preparing metadata (setup.py): started 2024-03-22 14:28:26.472 | Preparing metadata (setup.py): finished with status 'done' 2024-03-22 14:28:26.528 | Requirement already satisfied: pbr>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (5.11.1) 2024-03-22 14:28:26.529 | Requirement already satisfied: SQLAlchemy>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (1.4.41) 2024-03-22 14:28:26.530 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (10.4.1) 2024-03-22 14:28:26.531 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (2.5.1) 2024-03-22 14:28:26.532 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (1.8.7) 2024-03-22 14:28:26.532 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (4.17.3) 2024-03-22 14:28:26.533 | Requirement already satisfied: requests>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (2.28.2) 2024-03-22 14:28:26.534 | 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 /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (69.1.1) 2024-03-22 14:28:26.535 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (5.2.0) 2024-03-22 14:28:26.536 | Requirement already satisfied: oslo.config>=6.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (9.2.0) 2024-03-22 14:28:26.536 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (5.2.0) 2024-03-22 14:28:26.537 | Requirement already satisfied: oslo.log>=4.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (5.3.0) 2024-03-22 14:28:26.538 | Requirement already satisfied: oslo.serialization>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (5.2.0) 2024-03-22 14:28:26.539 | Requirement already satisfied: oslo.utils>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (6.2.1) 2024-03-22 14:28:26.540 | Requirement already satisfied: oslo.db>=8.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (14.1.0) 2024-03-22 14:28:26.540 | Requirement already satisfied: oslo.policy>=3.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (4.2.1) 2024-03-22 14:28:26.541 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (5.2.0) 2024-03-22 14:28:26.542 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (2.2.0) 2024-03-22 14:28:26.543 | Requirement already satisfied: os-resource-classes>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (1.1.0) 2024-03-22 14:28:26.544 | Requirement already satisfied: os-traits>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (3.0.0) 2024-03-22 14:28:26.545 | Requirement already satisfied: microversion-parse>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==10.0.1.dev2) (1.0.1) 2024-03-22 14:28:26.563 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->openstack-placement==10.0.1.dev2) (23.1.0) 2024-03-22 14:28:26.564 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->openstack-placement==10.0.1.dev2) (0.19.3) 2024-03-22 14:28:26.587 | Requirement already satisfied: keystoneauth1>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==10.0.1.dev2) (5.3.0) 2024-03-22 14:28:26.587 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==10.0.1.dev2) (3.5.0) 2024-03-22 14:28:26.589 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==10.0.1.dev2) (6.1.0) 2024-03-22 14:28:26.590 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==10.0.1.dev2) (3.1.1) 2024-03-22 14:28:26.591 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==10.0.1.dev2) (5.2.0) 2024-03-22 14:28:26.599 | Requirement already satisfied: fasteners>=0.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->openstack-placement==10.0.1.dev2) (0.18) 2024-03-22 14:28:26.618 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==10.0.1.dev2) (6.0) 2024-03-22 14:28:26.618 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==10.0.1.dev2) (2.5.0) 2024-03-22 14:28:26.619 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==10.0.1.dev2) (0.8.0) 2024-03-22 14:28:26.620 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==10.0.1.dev2) (2.0.0) 2024-03-22 14:28:26.621 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==10.0.1.dev2) (5.1.0) 2024-03-22 14:28:26.642 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==10.0.1.dev2) (1.9.4) 2024-03-22 14:28:26.644 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==10.0.1.dev2) (2.0.1) 2024-03-22 14:28:26.645 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==10.0.1.dev2) (0.5.0) 2024-03-22 14:28:26.663 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.3.0->openstack-placement==10.0.1.dev2) (2.8.2) 2024-03-22 14:28:26.665 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=4.3.0->openstack-placement==10.0.1.dev2) (0.9.6) 2024-03-22 14:28:26.672 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==10.0.1.dev2) (3.1.2) 2024-03-22 14:28:26.673 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==10.0.1.dev2) (4.0.1) 2024-03-22 14:28:26.675 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==10.0.1.dev2) (4.0.1) 2024-03-22 14:28:26.686 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->openstack-placement==10.0.1.dev2) (1.0.5) 2024-03-22 14:28:26.687 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->openstack-placement==10.0.1.dev2) (2023.3) 2024-03-22 14:28:26.688 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->openstack-placement==10.0.1.dev2) (2023.3) 2024-03-22 14:28:26.694 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.upgradecheck>=1.3.0->openstack-placement==10.0.1.dev2) (3.7.0) 2024-03-22 14:28:26.702 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==10.0.1.dev2) (1.1.0) 2024-03-22 14:28:26.703 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==10.0.1.dev2) (0.11.0) 2024-03-22 14:28:26.703 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==10.0.1.dev2) (23.1) 2024-03-22 14:28:26.704 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==10.0.1.dev2) (3.0.9) 2024-03-22 14:28:26.716 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==10.0.1.dev2) (3.1.0) 2024-03-22 14:28:26.717 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==10.0.1.dev2) (3.4) 2024-03-22 14:28:26.718 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==10.0.1.dev2) (1.26.15) 2024-03-22 14:28:26.718 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==10.0.1.dev2) (2024.2.2) 2024-03-22 14:28:26.726 | Requirement already satisfied: six in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->openstack-placement==10.0.1.dev2) (1.16.0) 2024-03-22 14:28:26.727 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->openstack-placement==10.0.1.dev2) (0.7) 2024-03-22 14:28:26.833 | Requirement already satisfied: greenlet!=0.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from SQLAlchemy>=1.4.0->openstack-placement==10.0.1.dev2) (2.0.2) 2024-03-22 14:28:26.851 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->oslo.db>=8.6.0->openstack-placement==10.0.1.dev2) (1.2.4) 2024-03-22 14:28:26.898 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=6.7.0->openstack-placement==10.0.1.dev2) (1.15.0) 2024-03-22 14:28:26.930 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->openstack-placement==10.0.1.dev2) (2.1.2) 2024-03-22 14:28:26.959 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.18.0->openstack-placement==10.0.1.dev2) (1.7.0) 2024-03-22 14:28:27.000 | Requirement already satisfied: dogpile.cache>=1.1.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==10.0.1.dev2) (1.1.8) 2024-03-22 14:28:27.025 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->openstack-placement==10.0.1.dev2) (0.2.6) 2024-03-22 14:28:27.160 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==10.0.1.dev2) (2.6.0) 2024-03-22 14:28:27.233 | Requirement already satisfied: decorator>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==10.0.1.dev2) (5.1.1) 2024-03-22 14:28:27.287 | Requirement already satisfied: fixtures>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from testtools->testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==10.0.1.dev2) (4.0.1) 2024-03-22 14:28:27.990 | Installing collected packages: openstack-placement 2024-03-22 14:28:27.990 | Running setup.py develop for openstack-placement 2024-03-22 14:28:28.931 | Successfully installed openstack-placement-10.0.1.dev2 2024-03-22 14:28:29.036 | + inc/python:pip_install:222 : result=0 2024-03-22 14:28:29.038 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-22 14:28:29.040 | + functions-common:time_stop:2400 : local name 2024-03-22 14:28:29.042 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:28:29.044 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:28:29.046 | + functions-common:time_stop:2403 : local total 2024-03-22 14:28:29.047 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:28:29.049 | + functions-common:time_stop:2406 : name=pip_install 2024-03-22 14:28:29.051 | + functions-common:time_stop:2407 : start_time=1711117705224 2024-03-22 14:28:29.052 | + functions-common:time_stop:2409 : [[ -z 1711117705224 ]] 2024-03-22 14:28:29.054 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:28:29.057 | + functions-common:time_stop:2412 : end_time=1711117709055 2024-03-22 14:28:29.059 | + functions-common:time_stop:2413 : elapsed_time=3831 2024-03-22 14:28:29.061 | + functions-common:time_stop:2414 : total=84155 2024-03-22 14:28:29.062 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:28:29.064 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=87986 2024-03-22 14:28:29.066 | + inc/python:pip_install:225 : return 0 2024-03-22 14:28:29.068 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2024-03-22 14:28:29.070 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2024-03-22 14:28:29.072 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/placement 2024-03-22 14:28:29.074 | + inc/python:use_library_from_git:272 : local name=/opt/stack/placement 2024-03-22 14:28:29.075 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:28:29.077 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:28:29.079 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/placement, ]] 2024-03-22 14:28:29.081 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:28:29.083 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-03-22 14:28:29.085 | + stack.sh:main:980 : configure_placement 2024-03-22 14:28:29.087 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2024-03-22 14:28:29.097 | + lib/placement:configure_placement:113 : create_placement_conf 2024-03-22 14:28:29.099 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2024-03-22 14:28:29.102 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2024-03-22 14:28:29.104 | ++ lib/database:database_connection_url:134 : local db=placement 2024-03-22 14:28:29.106 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2024-03-22 14:28:29.108 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=placement 2024-03-22 14:28:29.110 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2024-03-22 14:28:29.113 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2024-03-22 14:28:29.115 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2024-03-22 14:28:29.128 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:28:29.130 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2024-03-22 14:28:29.131 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2024-03-22 14:28:29.134 | + 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&plugin=dbcounter' 2024-03-22 14:28:29.161 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2024-03-22 14:28:29.188 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2024-03-22 14:28:29.214 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2024-03-22 14:28:29.216 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2024-03-22 14:28:29.218 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-03-22 14:28:29.220 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-03-22 14:28:29.222 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2024-03-22 14:28:29.248 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2024-03-22 14:28:29.272 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-03-22 14:28:29.296 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2024-03-22 14:28:29.319 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2024-03-22 14:28:29.342 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2024-03-22 14:28:29.367 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2024-03-22 14:28:29.391 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2024-03-22 14:28:29.414 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-03-22 14:28:29.438 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2024-03-22 14:28:29.461 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2024-03-22 14:28:29.463 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2024-03-22 14:28:29.464 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2024-03-22 14:28:29.466 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-03-22 14:28:29.479 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-03-22 14:28:29.481 | + functions:setup_systemd_logging:706 : local pidstr= 2024-03-22 14:28:29.483 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-03-22 14:28:29.485 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-03-22 14:28:29.487 | + 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-03-22 14:28:29.511 | + 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-03-22 14:28:29.534 | + 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-03-22 14:28:29.558 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-03-22 14:28:29.581 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2024-03-22 14:28:29.583 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /opt/stack/data/venv/bin/placement-api /placement 2024-03-22 14:28:29.584 | + lib/apache:write_uwsgi_config:241 : local file=/etc/placement/placement-uwsgi.ini 2024-03-22 14:28:29.586 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/placement-api 2024-03-22 14:28:29.588 | + lib/apache:write_uwsgi_config:243 : local url=/placement 2024-03-22 14:28:29.590 | + lib/apache:write_uwsgi_config:244 : local http= 2024-03-22 14:28:29.591 | + lib/apache:write_uwsgi_config:245 : local name= 2024-03-22 14:28:29.594 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/placement-api 2024-03-22 14:28:29.597 | + lib/apache:write_uwsgi_config:246 : name=placement-api 2024-03-22 14:28:29.598 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2024-03-22 14:28:29.600 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2024-03-22 14:28:29.610 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2024-03-22 14:28:29.610 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-03-22 14:28:29.616 | d /var/run/uwsgi 0755 stack root 2024-03-22 14:28:29.619 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-03-22 14:28:29.627 | /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-03-22 14:28:29.630 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/placement-api.socket 2024-03-22 14:28:29.632 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/placement/placement-uwsgi.ini 2024-03-22 14:28:29.635 | + lib/apache:write_uwsgi_config:262 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/placement-api 2024-03-22 14:28:29.661 | + lib/apache:write_uwsgi_config:263 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2024-03-22 14:28:29.684 | + lib/apache:write_uwsgi_config:265 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2024-03-22 14:28:29.706 | + lib/apache:write_uwsgi_config:267 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2024-03-22 14:28:29.729 | + lib/apache:write_uwsgi_config:268 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2024-03-22 14:28:29.753 | + lib/apache:write_uwsgi_config:271 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2024-03-22 14:28:29.776 | + lib/apache:write_uwsgi_config:272 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2024-03-22 14:28:29.799 | + lib/apache:write_uwsgi_config:273 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2024-03-22 14:28:29.823 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2024-03-22 14:28:29.846 | + lib/apache:write_uwsgi_config:277 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-03-22 14:28:29.868 | + lib/apache:write_uwsgi_config:279 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2024-03-22 14:28:29.892 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2024-03-22 14:28:29.915 | + lib/apache:write_uwsgi_config:283 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2024-03-22 14:28:29.938 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2024-03-22 14:28:29.940 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2024-03-22 14:28:29.943 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for placement-api 2024-03-22 14:28:29.945 | ++ lib/apache:apache_site_config_for:173 : local site=placement-api 2024-03-22 14:28:29.947 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2024-03-22 14:28:29.948 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:28:29.950 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:28:29.952 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/placement-api.conf 2024-03-22 14:28:29.955 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2024-03-22 14:28:29.956 | + lib/apache:write_uwsgi_config:291 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2024-03-22 14:28:29.979 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2024-03-22 14:28:30.003 | + lib/apache:write_uwsgi_config:293 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 acquire=1 ' 2024-03-22 14:28:30.003 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2024-03-22 14:28:30.010 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 acquire=1 2024-03-22 14:28:30.013 | + lib/apache:write_uwsgi_config:294 : enable_apache_site placement-api 2024-03-22 14:28:30.015 | + lib/apache:enable_apache_site:190 : local site=placement-api 2024-03-22 14:28:30.016 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2024-03-22 14:28:30.018 | + lib/apache:enable_apache_mod:55 : local mod=version 2024-03-22 14:28:30.020 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2024-03-22 14:28:30.022 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:28:30.024 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:28:30.026 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2024-03-22 14:28:30.028 | + lib/apache:enable_apache_site:193 : is_ubuntu 2024-03-22 14:28:30.030 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:28:30.032 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:28:30.034 | + lib/apache:enable_apache_site:194 : sudo a2ensite placement-api 2024-03-22 14:28:30.066 | Enabling site placement-api. 2024-03-22 14:28:30.069 | To activate the new configuration, you need to run: 2024-03-22 14:28:30.069 | systemctl reload apache2 2024-03-22 14:28:30.073 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2024-03-22 14:28:30.075 | + lib/apache:restart_apache_server:237 : restart_service apache2 2024-03-22 14:28:30.077 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-03-22 14:28:30.079 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2024-03-22 14:28:30.182 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-03-22 14:28:30.184 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-03-22 14:28:30.186 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2024-03-22 14:28:30.213 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2024-03-22 14:28:30.238 | + stack.sh:main:987 : is_service_enabled placement placement-client 2024-03-22 14:28:30.252 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:28:30.254 | + stack.sh:main:988 : is_service_enabled n-cpu 2024-03-22 14:28:30.268 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:28:30.270 | + stack.sh:main:988 : is_service_enabled n-sch 2024-03-22 14:28:30.283 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:28:30.285 | + stack.sh:main:989 : configure_placement_nova_compute 2024-03-22 14:28:30.287 | + lib/nova:configure_placement_nova_compute:629 : local conf=/etc/nova/nova.conf 2024-03-22 14:28:30.289 | + lib/nova:configure_placement_nova_compute:630 : iniset /etc/nova/nova.conf placement auth_type password 2024-03-22 14:28:30.315 | + lib/nova:configure_placement_nova_compute:631 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2024-03-22 14:28:30.341 | + lib/nova:configure_placement_nova_compute:632 : iniset /etc/nova/nova.conf placement username placement 2024-03-22 14:28:30.366 | + lib/nova:configure_placement_nova_compute:633 : iniset /etc/nova/nova.conf placement password nomoresecret 2024-03-22 14:28:30.390 | + lib/nova:configure_placement_nova_compute:634 : iniset /etc/nova/nova.conf placement user_domain_name Default 2024-03-22 14:28:30.414 | + lib/nova:configure_placement_nova_compute:635 : iniset /etc/nova/nova.conf placement project_name service 2024-03-22 14:28:30.439 | + lib/nova:configure_placement_nova_compute:636 : iniset /etc/nova/nova.conf placement project_domain_name Default 2024-03-22 14:28:30.463 | + lib/nova:configure_placement_nova_compute:637 : iniset /etc/nova/nova.conf placement region_name RegionOne 2024-03-22 14:28:30.487 | + stack.sh:main:993 : is_service_enabled horizon 2024-03-22 14:28:30.501 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:28:30.503 | + stack.sh:main:998 : is_service_enabled tls-proxy 2024-03-22 14:28:30.516 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:28:30.518 | + stack.sh:main:1006 : run_phase stack install 2024-03-22 14:28:30.520 | + functions-common:run_phase:1828 : local mode=stack 2024-03-22 14:28:30.522 | + functions-common:run_phase:1829 : local phase=install 2024-03-22 14:28:30.524 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2024-03-22 14:28:30.526 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2024-03-22 14:28:30.528 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-03-22 14:28:30.530 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2024-03-22 14:28:30.532 | + functions-common:run_phase:1838 : local extra 2024-03-22 14:28:30.534 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-03-22 14:28:30.537 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2024-03-22 14:28:30.539 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-03-22 14:28:30.541 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-03-22 14:28:30.543 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2024-03-22 14:28:30.545 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-03-22 14:28:30.557 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:28:30.559 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-03-22 14:28:30.561 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-03-22 14:28:30.563 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-03-22 14:28:30.564 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2024-03-22 14:28:30.566 | ++ stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-22 14:28:30.568 | ++ stack.sh:echo_summary:470 : echo -e Installing Tempest 2024-03-22 14:28:30.570 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2024-03-22 14:28:30.572 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2024-03-22 14:28:30.618 | ++ inc/async:async_inner:63 : install_tempest 2024-03-22 14:28:30.648 | [4710 Async install_tempest:28786]: running: install_tempest 2024-03-22 14:28:30.650 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-03-22 14:28:30.652 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-03-22 14:28:30.654 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2024-03-22 14:28:30.656 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-03-22 14:28:30.658 | + functions-common:run_phase:1855 : run_plugins stack install 2024-03-22 14:28:30.661 | + functions-common:run_plugins:1814 : local mode=stack 2024-03-22 14:28:30.663 | + functions-common:run_plugins:1815 : local phase=install 2024-03-22 14:28:30.665 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2024-03-22 14:28:30.667 | + functions-common:run_plugins:1818 : local plugin 2024-03-22 14:28:30.669 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2024-03-22 14:28:30.671 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2024-03-22 14:28:30.673 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-03-22 14:28:30.675 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2024-03-22 14:28:30.677 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-03-22 14:28:30.679 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-03-22 14:28:30.681 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-03-22 14:28:30.684 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2024-03-22 14:28:30.686 | ++ stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-22 14:28:30.688 | ++ stack.sh:echo_summary:470 : echo -e Installing Networking-NSX-T 2024-03-22 14:28:30.689 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2024-03-22 14:28:30.692 | ++ inc/python:setup_develop:360 : local bindep 2024-03-22 14:28:30.694 | ++ inc/python:setup_develop:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-03-22 14:28:30.696 | ++ inc/python:setup_develop:365 : local project_dir=/opt/stack//networking-nsx-t 2024-03-22 14:28:30.698 | ++ inc/python:setup_develop:366 : local extras= 2024-03-22 14:28:30.700 | ++ inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2024-03-22 14:28:30.702 | ++ inc/python:_setup_package_with_constraints_edit:386 : local bindep 2024-03-22 14:28:30.704 | ++ inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-03-22 14:28:30.706 | ++ inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//networking-nsx-t 2024-03-22 14:28:30.708 | ++ inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2024-03-22 14:28:30.710 | ++ inc/python:_setup_package_with_constraints_edit:393 : local extras= 2024-03-22 14:28:30.712 | +++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//networking-nsx-t 2024-03-22 14:28:30.714 | +++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2024-03-22 14:28:30.716 | ++ inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/networking-nsx-t 2024-03-22 14:28:30.718 | ++ inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2024-03-22 14:28:30.720 | ++ inc/python:_setup_package_with_constraints_edit:406 : local name 2024-03-22 14:28:30.722 | +++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2024-03-22 14:28:30.727 | ++ inc/python:_setup_package_with_constraints_edit:407 : name=networking_nsxv3 2024-03-22 14:28:30.729 | ++ inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- networking_nsxv3 2024-03-22 14:28:31.045 | ++ inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/networking-nsx-t -e 2024-03-22 14:28:31.047 | ++ inc/python:setup_package:440 : local bindep=0 2024-03-22 14:28:31.049 | ++ inc/python:setup_package:441 : local bindep_flag= 2024-03-22 14:28:31.051 | ++ inc/python:setup_package:442 : local bindep_profiles= 2024-03-22 14:28:31.053 | ++ inc/python:setup_package:443 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2024-03-22 14:28:31.055 | ++ inc/python:setup_package:448 : local project_dir=/opt/stack/networking-nsx-t 2024-03-22 14:28:31.056 | ++ inc/python:setup_package:449 : local flags=-e 2024-03-22 14:28:31.058 | ++ inc/python:setup_package:450 : local extras= 2024-03-22 14:28:31.060 | ++ inc/python:setup_package:454 : [[ -n -e ]] 2024-03-22 14:28:31.062 | ++ inc/python:setup_package:454 : [[ -z '' ]] 2024-03-22 14:28:31.063 | ++ inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2024-03-22 14:28:31.065 | ++ inc/python:setup_package:459 : [[ ! -z '' ]] 2024-03-22 14:28:31.067 | ++ inc/python:setup_package:464 : [[ 0 == 1 ]] 2024-03-22 14:28:31.069 | ++ inc/python:setup_package:468 : pip_install -e /opt/stack/networking-nsx-t 2024-03-22 14:28:31.084 | Using python 3.10 to install /opt/stack/networking-nsx-t 2024-03-22 14:28:31.086 | ++ inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/networking-nsx-t 2024-03-22 14:28:31.915 | Obtaining file:///opt/stack/networking-nsx-t 2024-03-22 14:28:31.916 | Preparing metadata (setup.py): started 2024-03-22 14:28:32.334 | Preparing metadata (setup.py): finished with status 'done' 2024-03-22 14:28:32.384 | Requirement already satisfied: pbr>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (5.11.1) 2024-03-22 14:28:32.482 | Collecting Babel>=1.3 (from networking_nsxv3==0.0.1.dev22) 2024-03-22 14:28:32.484 | Using cached Babel-2.12.1-py3-none-any.whl.metadata (1.3 kB) 2024-03-22 14:28:32.486 | Requirement already satisfied: neutron-lib>=1.13.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (3.8.1) 2024-03-22 14:28:32.487 | Requirement already satisfied: oslo.config>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (9.2.0) 2024-03-22 14:28:32.488 | Requirement already satisfied: oslo.i18n>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (6.1.0) 2024-03-22 14:28:32.489 | Requirement already satisfied: oslo.log>=1.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (5.3.0) 2024-03-22 14:28:32.489 | Requirement already satisfied: oslo.serialization>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (5.2.0) 2024-03-22 14:28:32.490 | Requirement already satisfied: oslo.utils>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (6.2.1) 2024-03-22 14:28:32.491 | Requirement already satisfied: oslo.service>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (3.2.0) 2024-03-22 14:28:32.492 | Requirement already satisfied: python-neutronclient in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (11.0.0) 2024-03-22 14:28:32.515 | Collecting ipaddress (from networking_nsxv3==0.0.1.dev22) 2024-03-22 14:28:32.517 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl.metadata (923 bytes) 2024-03-22 14:28:32.518 | Requirement already satisfied: netaddr in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (0.8.0) 2024-03-22 14:28:32.519 | Requirement already satisfied: tooz in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (4.2.0) 2024-03-22 14:28:32.542 | Collecting ratelimiter (from networking_nsxv3==0.0.1.dev22) 2024-03-22 14:28:32.544 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl.metadata (4.0 kB) 2024-03-22 14:28:32.546 | Requirement already satisfied: prometheus_client in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (0.16.0) 2024-03-22 14:28:32.546 | Requirement already satisfied: attrs in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev22) (23.1.0) 2024-03-22 14:28:32.565 | Requirement already satisfied: SQLAlchemy>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (1.4.41) 2024-03-22 14:28:32.565 | Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (1.8.7) 2024-03-22 14:28:32.566 | Requirement already satisfied: keystoneauth1>=3.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (5.3.0) 2024-03-22 14:28:32.567 | Requirement already satisfied: os-ken>=0.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (2.7.0) 2024-03-22 14:28:32.568 | Requirement already satisfied: os-traits>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (3.0.0) 2024-03-22 14:28:32.569 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (5.2.0) 2024-03-22 14:28:32.569 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (5.2.0) 2024-03-22 14:28:32.570 | Requirement already satisfied: oslo.db>=12.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (14.1.0) 2024-03-22 14:28:32.571 | Requirement already satisfied: oslo.messaging>=14.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (14.4.1) 2024-03-22 14:28:32.572 | Requirement already satisfied: oslo.policy>=3.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (4.2.1) 2024-03-22 14:28:32.573 | Requirement already satisfied: oslo.versionedobjects>=1.31.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (3.2.0) 2024-03-22 14:28:32.574 | Requirement already satisfied: osprofiler>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (4.1.0) 2024-03-22 14:28:32.575 | Requirement already satisfied: pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (1.4.2) 2024-03-22 14:28:32.576 | Requirement already satisfied: setproctitle>=1.1.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (1.3.2) 2024-03-22 14:28:32.577 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (5.1.0) 2024-03-22 14:28:32.596 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev22) (6.0) 2024-03-22 14:28:32.597 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev22) (2.5.0) 2024-03-22 14:28:32.598 | Requirement already satisfied: requests>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev22) (2.28.2) 2024-03-22 14:28:32.599 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev22) (2.0.0) 2024-03-22 14:28:32.620 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=1.8.0->networking_nsxv3==0.0.1.dev22) (2.8.2) 2024-03-22 14:28:32.622 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=1.8.0->networking_nsxv3==0.0.1.dev22) (0.9.6) 2024-03-22 14:28:32.627 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.4.0->networking_nsxv3==0.0.1.dev22) (1.0.5) 2024-03-22 14:28:32.628 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.4.0->networking_nsxv3==0.0.1.dev22) (2023.3) 2024-03-22 14:28:32.629 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=1.4.0->networking_nsxv3==0.0.1.dev22) (2023.3) 2024-03-22 14:28:32.639 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev22) (3.5.2) 2024-03-22 14:28:32.640 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev22) (3.0.1) 2024-03-22 14:28:32.641 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev22) (2.5.1) 2024-03-22 14:28:32.642 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev22) (1.4.0) 2024-03-22 14:28:32.642 | Requirement already satisfied: eventlet>=0.25.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev22) (0.33.3) 2024-03-22 14:28:32.643 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev22) (4.0.1) 2024-03-22 14:28:32.644 | Requirement already satisfied: greenlet>=0.4.15 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev22) (2.0.2) 2024-03-22 14:28:32.651 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev22) (1.1.0) 2024-03-22 14:28:32.652 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev22) (0.11.0) 2024-03-22 14:28:32.653 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev22) (23.1) 2024-03-22 14:28:32.654 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=2.0.0->networking_nsxv3==0.0.1.dev22) (3.0.9) 2024-03-22 14:28:32.694 | Requirement already satisfied: cliff>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev22) (4.3.0) 2024-03-22 14:28:32.695 | Requirement already satisfied: openstacksdk>=1.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev22) (1.5.0) 2024-03-22 14:28:32.696 | Requirement already satisfied: os-client-config>=1.28.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev22) (2.1.0) 2024-03-22 14:28:32.697 | Requirement already satisfied: osc-lib>=1.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev22) (2.8.1) 2024-03-22 14:28:32.698 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev22) (5.2.0) 2024-03-22 14:28:32.700 | Requirement already satisfied: simplejson>=3.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-neutronclient->networking_nsxv3==0.0.1.dev22) (3.19.1) 2024-03-22 14:28:32.732 | Requirement already satisfied: fasteners>=0.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev22) (0.18) 2024-03-22 14:28:32.733 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev22) (2.4.1) 2024-03-22 14:28:32.734 | Requirement already satisfied: tenacity>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev22) (6.3.1) 2024-03-22 14:28:32.735 | Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev22) (0.13.1) 2024-03-22 14:28:32.743 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev22) (3.7.0) 2024-03-22 14:28:32.744 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev22) (0.5.1) 2024-03-22 14:28:32.744 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev22) (2.4.3) 2024-03-22 14:28:32.745 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev22) (6.0.1) 2024-03-22 14:28:32.751 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev22) (1.15.0) 2024-03-22 14:28:32.758 | Requirement already satisfied: dnspython>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev22) (2.3.0) 2024-03-22 14:28:32.759 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev22) (1.16.0) 2024-03-22 14:28:32.811 | Requirement already satisfied: os-service-types>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystoneauth1>=3.14.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (1.7.0) 2024-03-22 14:28:32.834 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev22) (1.4.4) 2024-03-22 14:28:32.835 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev22) (40.0.2) 2024-03-22 14:28:32.836 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev22) (5.1.1) 2024-03-22 14:28:32.837 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev22) (1.1.8) 2024-03-22 14:28:32.838 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev22) (1.0.1) 2024-03-22 14:28:32.839 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev22) (1.32) 2024-03-22 14:28:32.840 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev22) (1.4.0) 2024-03-22 14:28:32.856 | Requirement already satisfied: ncclient>=0.6.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (0.6.13) 2024-03-22 14:28:32.857 | Requirement already satisfied: ovs>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (2.17.1.post1) 2024-03-22 14:28:32.912 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (1.9.4) 2024-03-22 14:28:32.914 | Requirement already satisfied: testresources>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (2.0.1) 2024-03-22 14:28:32.915 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (0.5.0) 2024-03-22 14:28:32.941 | Requirement already satisfied: amqp>=2.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (5.1.1) 2024-03-22 14:28:32.942 | Requirement already satisfied: cachetools>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (5.3.0) 2024-03-22 14:28:32.943 | Requirement already satisfied: kombu>=4.6.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (5.2.4) 2024-03-22 14:28:32.944 | Requirement already satisfied: oslo.metrics>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (0.7.0) 2024-03-22 14:28:32.945 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (5.2.0) 2024-03-22 14:28:33.040 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev22) (69.1.1) 2024-03-22 14:28:33.064 | Requirement already satisfied: Mako>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-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.dev22) (1.2.4) 2024-03-22 14:28:33.065 | Requirement already satisfied: logutils>=0.3 in /opt/stack/data/venv/lib/python3.10/site-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.dev22) (0.3.5) 2024-03-22 14:28:33.138 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev22) (3.1.0) 2024-03-22 14:28:33.139 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev22) (3.4) 2024-03-22 14:28:33.140 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev22) (1.26.15) 2024-03-22 14:28:33.141 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking_nsxv3==0.0.1.dev22) (2024.2.2) 2024-03-22 14:28:33.164 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->oslo.service>=1.0.0->networking_nsxv3==0.0.1.dev22) (0.7) 2024-03-22 14:28:33.347 | Requirement already satisfied: vine>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from amqp>=2.5.2->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (5.0.0) 2024-03-22 14:28:33.432 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev22) (1.8.2) 2024-03-22 14:28:33.432 | Requirement already satisfied: wcwidth>=0.1.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev22) (0.2.6) 2024-03-22 14:28:33.460 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev22) (1.15.1) 2024-03-22 14:28:33.547 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient->networking_nsxv3==0.0.1.dev22) (3.15.0) 2024-03-22 14:28:33.571 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev22) (2.3) 2024-03-22 14:28:33.627 | Requirement already satisfied: MarkupSafe>=0.9.2 in /opt/stack/data/venv/lib/python3.10/site-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.dev22) (2.1.2) 2024-03-22 14:28:33.642 | Requirement already satisfied: paramiko>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (3.1.0) 2024-03-22 14:28:33.643 | Requirement already satisfied: lxml>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (4.9.2) 2024-03-22 14:28:33.689 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (3.1.2) 2024-03-22 14:28:33.690 | Requirement already satisfied: bcrypt>=3.1.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (4.0.1) 2024-03-22 14:28:33.692 | Requirement already satisfied: statsd>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (4.0.1) 2024-03-22 14:28:33.706 | Requirement already satisfied: sortedcontainers in /opt/stack/data/venv/lib/python3.10/site-packages (from ovs>=2.8.0->os-ken>=0.3.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (2.4.0) 2024-03-22 14:28:33.843 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=12.1.0->neutron-lib>=1.13.0->networking_nsxv3==0.0.1.dev22) (2.6.0) 2024-03-22 14:28:33.911 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=1.0.2->python-neutronclient->networking_nsxv3==0.0.1.dev22) (2.21) 2024-03-22 14:28:33.994 | Requirement already satisfied: pynacl>=1.5 in /opt/stack/data/venv/lib/python3.10/site-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.dev22) (1.5.0) 2024-03-22 14:28:34.158 | Using cached Babel-2.12.1-py3-none-any.whl (10.1 MB) 2024-03-22 14:28:34.206 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2024-03-22 14:28:34.209 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2024-03-22 14:28:34.719 | Installing collected packages: ratelimiter, ipaddress, Babel, networking_nsxv3 2024-03-22 14:28:35.157 | Running setup.py develop for networking_nsxv3 2024-03-22 14:28:36.333 | Successfully installed Babel-2.12.1 ipaddress-1.0.23 networking_nsxv3-0.0.1.dev22 ratelimiter-1.2.0.post0 2024-03-22 14:28:36.450 | ++ inc/python:pip_install:222 : result=0 2024-03-22 14:28:36.452 | ++ inc/python:pip_install:224 : time_stop pip_install 2024-03-22 14:28:36.453 | ++ functions-common:time_stop:2400 : local name 2024-03-22 14:28:36.455 | ++ functions-common:time_stop:2401 : local end_time 2024-03-22 14:28:36.457 | ++ functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:28:36.459 | ++ functions-common:time_stop:2403 : local total 2024-03-22 14:28:36.460 | ++ functions-common:time_stop:2404 : local start_time 2024-03-22 14:28:36.462 | ++ functions-common:time_stop:2406 : name=pip_install 2024-03-22 14:28:36.464 | ++ functions-common:time_stop:2407 : start_time=1711117711080 2024-03-22 14:28:36.465 | ++ functions-common:time_stop:2409 : [[ -z 1711117711080 ]] 2024-03-22 14:28:36.468 | +++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:28:36.471 | ++ functions-common:time_stop:2412 : end_time=1711117716468 2024-03-22 14:28:36.472 | ++ functions-common:time_stop:2413 : elapsed_time=5388 2024-03-22 14:28:36.474 | ++ functions-common:time_stop:2414 : total=87986 2024-03-22 14:28:36.476 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:28:36.477 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=93374 2024-03-22 14:28:36.479 | ++ inc/python:pip_install:225 : return 0 2024-03-22 14:28:36.481 | ++ inc/python:setup_package:470 : [[ -e == \-\e ]] 2024-03-22 14:28:36.483 | ++ inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2024-03-22 14:28:36.485 | ++ inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/networking-nsx-t 2024-03-22 14:28:36.487 | ++ inc/python:use_library_from_git:272 : local name=/opt/stack/networking-nsx-t 2024-03-22 14:28:36.488 | ++ inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:28:36.490 | ++ inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:28:36.492 | ++ inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2024-03-22 14:28:36.494 | ++ inc/python:use_library_from_git:275 : return 1 2024-03-22 14:28:36.496 | + stack.sh:main:1009 : use_library_from_git python-openstackclient 2024-03-22 14:28:36.498 | + inc/python:use_library_from_git:272 : local name=python-openstackclient 2024-03-22 14:28:36.500 | + inc/python:use_library_from_git:273 : local enabled=1 2024-03-22 14:28:36.502 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-03-22 14:28:36.504 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-openstackclient, ]] 2024-03-22 14:28:36.506 | + inc/python:use_library_from_git:275 : return 1 2024-03-22 14:28:36.508 | + stack.sh:main:1013 : pip_install_gr python-openstackclient 2024-03-22 14:28:36.510 | + inc/python:pip_install_gr:94 : local name=python-openstackclient 2024-03-22 14:28:36.512 | + inc/python:pip_install_gr:95 : local clean_name 2024-03-22 14:28:36.514 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements python-openstackclient 2024-03-22 14:28:36.516 | ++ inc/python:get_from_global_requirements:247 : local package=python-openstackclient 2024-03-22 14:28:36.518 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2024-03-22 14:28:36.521 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2024-03-22 14:28:36.522 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2024-03-22 14:28:36.525 | ++ inc/python:get_from_global_requirements:249 : required_pkg='python-openstackclient ' 2024-03-22 14:28:36.527 | ++ inc/python:get_from_global_requirements:250 : [[ python-openstackclient == '' ]] 2024-03-22 14:28:36.530 | ++ inc/python:get_from_global_requirements:253 : echo python-openstackclient 2024-03-22 14:28:36.532 | + inc/python:pip_install_gr:96 : clean_name=python-openstackclient 2024-03-22 14:28:36.534 | + inc/python:pip_install_gr:97 : pip_install python-openstackclient 2024-03-22 14:28:36.550 | Using python 3.10 to install python-openstackclient 2024-03-22 14:28:36.552 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt python-openstackclient 2024-03-22 14:28:37.533 | Collecting python-openstackclient 2024-03-22 14:28:37.535 | Using cached python_openstackclient-6.3.0-py3-none-any.whl.metadata (6.5 kB) 2024-03-22 14:28:37.545 | Requirement already satisfied: cliff>=3.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (4.3.0) 2024-03-22 14:28:37.546 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (40.0.2) 2024-03-22 14:28:37.547 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (1.1.0) 2024-03-22 14:28:37.548 | Requirement already satisfied: openstacksdk>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (1.5.0) 2024-03-22 14:28:37.548 | Requirement already satisfied: osc-lib>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (2.8.1) 2024-03-22 14:28:37.549 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (6.1.0) 2024-03-22 14:28:37.550 | Requirement already satisfied: oslo.utils>=3.33.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (6.2.1) 2024-03-22 14:28:37.551 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (5.11.1) 2024-03-22 14:28:37.552 | Requirement already satisfied: python-cinderclient>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (9.4.0) 2024-03-22 14:28:37.552 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (5.2.0) 2024-03-22 14:28:37.553 | Requirement already satisfied: python-novaclient>=18.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (18.4.0) 2024-03-22 14:28:37.554 | Requirement already satisfied: stevedore>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (5.1.0) 2024-03-22 14:28:37.559 | Requirement already satisfied: PrettyTable>=0.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (3.7.0) 2024-03-22 14:28:37.560 | Requirement already satisfied: PyYAML>=3.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2024-03-22 14:28:37.561 | Requirement already satisfied: autopage>=0.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (0.5.1) 2024-03-22 14:28:37.561 | Requirement already satisfied: cmd2>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (2.4.3) 2024-03-22 14:28:37.562 | Requirement already satisfied: importlib-metadata>=4.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cliff>=3.5.0->python-openstackclient) (6.0.1) 2024-03-22 14:28:37.581 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->python-openstackclient) (1.15.1) 2024-03-22 14:28:37.592 | Requirement already satisfied: appdirs>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.4.4) 2024-03-22 14:28:37.593 | Requirement already satisfied: decorator>=4.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (5.1.1) 2024-03-22 14:28:37.594 | Requirement already satisfied: dogpile.cache>=0.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.1.8) 2024-03-22 14:28:37.595 | Requirement already satisfied: jmespath>=0.9.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.0.1) 2024-03-22 14:28:37.596 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.32) 2024-03-22 14:28:37.597 | Requirement already satisfied: keystoneauth1>=3.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (5.3.0) 2024-03-22 14:28:37.597 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (0.11.0) 2024-03-22 14:28:37.598 | Requirement already satisfied: os-service-types>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.7.0) 2024-03-22 14:28:37.599 | Requirement already satisfied: requestsexceptions>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstacksdk>=1.4.0->python-openstackclient) (1.4.0) 2024-03-22 14:28:37.606 | Requirement already satisfied: simplejson>=3.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-lib>=2.3.0->python-openstackclient) (3.19.1) 2024-03-22 14:28:37.614 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (2.5.0) 2024-03-22 14:28:37.615 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (0.8.0) 2024-03-22 14:28:37.616 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (23.1) 2024-03-22 14:28:37.617 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (3.0.9) 2024-03-22 14:28:37.618 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (2023.3) 2024-03-22 14:28:37.618 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->python-openstackclient) (2023.3) 2024-03-22 14:28:37.628 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-cinderclient>=3.3.0->python-openstackclient) (2.28.2) 2024-03-22 14:28:37.638 | Requirement already satisfied: oslo.config>=5.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (9.2.0) 2024-03-22 14:28:37.639 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (5.2.0) 2024-03-22 14:28:37.640 | Requirement already satisfied: six>=1.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (1.16.0) 2024-03-22 14:28:37.659 | Requirement already satisfied: pycparser in /opt/stack/data/venv/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.7->python-openstackclient) (2.21) 2024-03-22 14:28:37.682 | Requirement already satisfied: attrs>=16.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (23.1.0) 2024-03-22 14:28:37.683 | Requirement already satisfied: pyperclip>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (1.8.2) 2024-03-22 14:28:37.683 | Requirement already satisfied: wcwidth>=0.1.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (0.2.6) 2024-03-22 14:28:37.689 | Requirement already satisfied: wrapt>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from debtcollector>=1.2.0->oslo.utils>=3.33.0->python-openstackclient) (1.15.0) 2024-03-22 14:28:37.718 | Requirement already satisfied: zipp>=0.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from importlib-metadata>=4.4->cliff>=3.5.0->python-openstackclient) (3.15.0) 2024-03-22 14:28:37.727 | Requirement already satisfied: jsonpointer>=1.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=1.4.0->python-openstackclient) (2.3) 2024-03-22 14:28:37.785 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=5.2.0->python-keystoneclient>=3.22.0->python-openstackclient) (2.0.0) 2024-03-22 14:28:37.793 | Requirement already satisfied: msgpack>=0.5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.0.5) 2024-03-22 14:28:37.832 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.1.0) 2024-03-22 14:28:37.833 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.4) 2024-03-22 14:28:37.834 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (1.26.15) 2024-03-22 14:28:37.834 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2024.2.2) 2024-03-22 14:28:37.981 | Using cached python_openstackclient-6.3.0-py3-none-any.whl (1.1 MB) 2024-03-22 14:28:38.787 | Installing collected packages: python-openstackclient 2024-03-22 14:28:39.690 | Successfully installed python-openstackclient-6.3.0 2024-03-22 14:28:39.819 | + inc/python:pip_install:222 : result=0 2024-03-22 14:28:39.821 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-22 14:28:39.823 | + functions-common:time_stop:2400 : local name 2024-03-22 14:28:39.825 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:28:39.826 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:28:39.828 | + functions-common:time_stop:2403 : local total 2024-03-22 14:28:39.830 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:28:39.832 | + functions-common:time_stop:2406 : name=pip_install 2024-03-22 14:28:39.834 | + functions-common:time_stop:2407 : start_time=1711117716546 2024-03-22 14:28:39.836 | + functions-common:time_stop:2409 : [[ -z 1711117716546 ]] 2024-03-22 14:28:39.838 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:28:39.841 | + functions-common:time_stop:2412 : end_time=1711117719839 2024-03-22 14:28:39.843 | + functions-common:time_stop:2413 : elapsed_time=3293 2024-03-22 14:28:39.845 | + functions-common:time_stop:2414 : total=93374 2024-03-22 14:28:39.847 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:28:39.849 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=96667 2024-03-22 14:28:39.851 | + inc/python:pip_install:225 : return 0 2024-03-22 14:28:39.853 | + stack.sh:main:1018 : install_oscwrap 2024-03-22 14:28:39.872 | ++ functions-common:install_oscwrap:2445 : mktemp 2024-03-22 14:28:39.876 | + functions-common:install_oscwrap:2445 : OSCWRAP_TIMER_FILE=/tmp/tmp.KPW6chO7Wt 2024-03-22 14:28:39.878 | + functions-common:install_oscwrap:2448 : shopt -s expand_aliases 2024-03-22 14:28:39.880 | + functions-common:install_oscwrap:2451 : unalias -a 2024-03-22 14:28:39.882 | + functions-common:install_oscwrap:2453 : alias openstack=oscwrap 2024-03-22 14:28:39.884 | + stack.sh:main:1023 : [[ False != \F\a\l\s\e ]] 2024-03-22 14:28:39.886 | + stack.sh:main:1063 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-03-22 14:28:39.888 | + stack.sh:main:1071 : is_service_enabled mysql postgresql 2024-03-22 14:28:39.905 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:28:39.907 | + stack.sh:main:1072 : configure_database 2024-03-22 14:28:39.910 | + lib/database:configure_database:128 : configure_database_mysql 2024-03-22 14:28:39.912 | + lib/databases/mysql:configure_database_mysql:66 : local my_conf mysql slow_log my_client_conf 2024-03-22 14:28:39.914 | + lib/databases/mysql:configure_database_mysql:67 : echo_summary 'Configuring and starting MySQL' 2024-03-22 14:28:39.916 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-22 14:28:39.918 | + stack.sh:echo_summary:470 : echo -e Configuring and starting MySQL 2024-03-22 14:28:39.920 | + lib/databases/mysql:configure_database_mysql:69 : is_ubuntu 2024-03-22 14:28:39.922 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:28:39.924 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:28:39.926 | + lib/databases/mysql:configure_database_mysql:70 : my_conf=/etc/mysql/my.cnf 2024-03-22 14:28:39.928 | + lib/databases/mysql:configure_database_mysql:84 : is_ubuntu 2024-03-22 14:28:39.930 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:28:39.932 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:28:39.933 | + lib/databases/mysql:configure_database_mysql:85 : is_fips_enabled 2024-03-22 14:28:39.936 | ++ functions-common:is_fips_enabled:2516 : cat /proc/sys/crypto/fips_enabled 2024-03-22 14:28:39.937 | cat: /proc/sys/crypto/fips_enabled: No such file or directory 2024-03-22 14:28:39.939 | + functions-common:is_fips_enabled:2516 : fips= 2024-03-22 14:28:39.941 | + functions-common:is_fips_enabled:2517 : '[' '' == 1 ']' 2024-03-22 14:28:39.943 | ++ lib/databases/mysql:configure_database_mysql:93 : ipv6_unquote 0.0.0.0 2024-03-22 14:28:39.945 | ++ functions-common:ipv6_unquote:2198 : echo 0.0.0.0 2024-03-22 14:28:39.947 | ++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2024-03-22 14:28:39.950 | + lib/databases/mysql:configure_database_mysql:93 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2024-03-22 14:28:40.005 | + lib/databases/mysql:configure_database_mysql:96 : is_fedora 2024-03-22 14:28:40.006 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2024-03-22 14:28:40.008 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2024-03-22 14:28:40.010 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2024-03-22 14:28:40.012 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2024-03-22 14:28:40.014 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-03-22 14:28:40.015 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2024-03-22 14:28:40.017 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2024-03-22 14:28:40.019 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2024-03-22 14:28:40.021 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2024-03-22 14:28:40.022 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2024-03-22 14:28:40.024 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2024-03-22 14:28:40.026 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2024-03-22 14:28:40.028 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2024-03-22 14:28:40.029 | + lib/databases/mysql:configure_database_mysql:99 : is_ubuntu 2024-03-22 14:28:40.031 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:28:40.033 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:28:40.035 | + lib/databases/mysql:configure_database_mysql:101 : restart_service mariadb 2024-03-22 14:28:40.037 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-03-22 14:28:40.039 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart mariadb 2024-03-22 14:28:40.652 | + lib/databases/mysql:configure_database_mysql:110 : is_ubuntu 2024-03-22 14:28:40.655 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:28:40.656 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:28:40.659 | + lib/databases/mysql:configure_database_mysql:110 : [[ jammy == \j\a\m\m\y ]] 2024-03-22 14:28:40.661 | + lib/databases/mysql:configure_database_mysql:110 : '[' mariadb == mariadb ']' 2024-03-22 14:28:40.663 | + lib/databases/mysql:configure_database_mysql:116 : is_ubuntu 2024-03-22 14:28:40.665 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:28:40.666 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:28:40.669 | + lib/databases/mysql:configure_database_mysql:116 : '[' mariadb == mariadb ']' 2024-03-22 14:28:40.671 | + lib/databases/mysql:configure_database_mysql:117 : local 'cmd_args=-uroot -pstackdb ' 2024-03-22 14:28:40.673 | + lib/databases/mysql:configure_database_mysql:126 : is_ubuntu 2024-03-22 14:28:40.676 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:28:40.678 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:28:40.680 | + lib/databases/mysql:configure_database_mysql:126 : [[ ! jammy =~ bookworm|bullseye ]] 2024-03-22 14:28:40.682 | + lib/databases/mysql:configure_database_mysql:126 : '[' mariadb == mariadb ']' 2024-03-22 14:28:40.687 | + lib/databases/mysql:configure_database_mysql:127 : [[ jammy == \j\a\m\m\y ]] 2024-03-22 14:28:40.689 | + lib/databases/mysql:configure_database_mysql:130 : sudo mysql -e 'ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('\''stackdb'\'');' 2024-03-22 14:28:40.705 | + lib/databases/mysql:configure_database_mysql:136 : is_ubuntu 2024-03-22 14:28:40.707 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:28:40.712 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:28:40.714 | + lib/databases/mysql:configure_database_mysql:136 : [[ jammy == \j\a\m\m\y ]] 2024-03-22 14:28:40.716 | + lib/databases/mysql:configure_database_mysql:136 : '[' mariadb == mariadb ']' 2024-03-22 14:28:40.719 | + lib/databases/mysql:configure_database_mysql:146 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2024-03-22 14:28:40.771 | + lib/databases/mysql:configure_database_mysql:147 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2024-03-22 14:28:40.820 | + lib/databases/mysql:configure_database_mysql:148 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2024-03-22 14:28:40.864 | + lib/databases/mysql:configure_database_mysql:150 : [[ False == \T\r\u\e ]] 2024-03-22 14:28:40.865 | + lib/databases/mysql:configure_database_mysql:170 : [[ True == \T\r\u\e ]] 2024-03-22 14:28:40.867 | + lib/databases/mysql:configure_database_mysql:171 : echo 'enabling MySQL performance counting' 2024-03-22 14:28:40.867 | enabling MySQL performance counting 2024-03-22 14:28:40.869 | + lib/databases/mysql:configure_database_mysql:174 : pip_install /opt/stack/devstack/tools/dbcounter 2024-03-22 14:28:40.887 | Using python 3.10 to install /opt/stack/devstack/tools/dbcounter 2024-03-22 14:28:40.889 | + inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt /opt/stack/devstack/tools/dbcounter 2024-03-22 14:28:41.735 | Processing ./tools/dbcounter 2024-03-22 14:28:41.737 | Installing build dependencies: started 2024-03-22 14:28:45.954 | Installing build dependencies: finished with status 'done' 2024-03-22 14:28:45.956 | Getting requirements to build wheel: started 2024-03-22 14:28:46.120 | Getting requirements to build wheel: finished with status 'done' 2024-03-22 14:28:46.123 | Installing backend dependencies: started 2024-03-22 14:28:47.873 | Installing backend dependencies: finished with status 'done' 2024-03-22 14:28:47.875 | Preparing metadata (pyproject.toml): started 2024-03-22 14:28:48.057 | Preparing metadata (pyproject.toml): finished with status 'done' 2024-03-22 14:28:48.060 | Building wheels for collected packages: dbcounter 2024-03-22 14:28:48.061 | Building wheel for dbcounter (pyproject.toml): started 2024-03-22 14:28:48.258 | Building wheel for dbcounter (pyproject.toml): finished with status 'done' 2024-03-22 14:28:48.259 | Created wheel for dbcounter: filename=dbcounter-0.1-py3-none-any.whl size=3227 sha256=f3a10fdde0299893e9030394f3c8136c1578ba6e3ae43d4f3f6706647faabded 2024-03-22 14:28:48.259 | Stored in directory: /tmp/pip-ephem-wheel-cache-q9skkdh5/wheels/e3/83/d0/d5edd61a93218f4a1789af99bf08ab7f0ad72cdcbde06f9d11 2024-03-22 14:28:48.261 | Successfully built dbcounter 2024-03-22 14:28:49.289 | Installing collected packages: dbcounter 2024-03-22 14:28:49.335 | Successfully installed dbcounter-0.1 2024-03-22 14:28:49.448 | + inc/python:pip_install:222 : result=0 2024-03-22 14:28:49.450 | + inc/python:pip_install:224 : time_stop pip_install 2024-03-22 14:28:49.452 | + functions-common:time_stop:2400 : local name 2024-03-22 14:28:49.454 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:28:49.455 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:28:49.457 | + functions-common:time_stop:2403 : local total 2024-03-22 14:28:49.459 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:28:49.461 | + functions-common:time_stop:2406 : name=pip_install 2024-03-22 14:28:49.462 | + functions-common:time_stop:2407 : start_time=1711117720882 2024-03-22 14:28:49.464 | + functions-common:time_stop:2409 : [[ -z 1711117720882 ]] 2024-03-22 14:28:49.466 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:28:49.469 | + functions-common:time_stop:2412 : end_time=1711117729467 2024-03-22 14:28:49.471 | + functions-common:time_stop:2413 : elapsed_time=8585 2024-03-22 14:28:49.473 | + functions-common:time_stop:2414 : total=96667 2024-03-22 14:28:49.475 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:28:49.477 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=105252 2024-03-22 14:28:49.479 | + inc/python:pip_install:225 : return 0 2024-03-22 14:28:49.481 | + lib/databases/mysql:configure_database_mysql:177 : recreate_database stats 2024-03-22 14:28:49.483 | + lib/database:recreate_database:112 : local db=stats 2024-03-22 14:28:49.485 | + lib/database:recreate_database:113 : recreate_database_mysql stats 2024-03-22 14:28:49.487 | + lib/databases/mysql:recreate_database_mysql:60 : local db=stats 2024-03-22 14:28:49.489 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS stats;' 2024-03-22 14:28:49.498 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE stats CHARACTER SET utf8;' 2024-03-22 14:28:49.506 | + lib/databases/mysql:configure_database_mysql:178 : mysql -u root -pstackdb -h 127.0.0.1 -e 'CREATE TABLE queries (db VARCHAR(32), op VARCHAR(32), 2024-03-22 14:28:49.507 | count INT, PRIMARY KEY (db, op)) ENGINE MEMORY' stats 2024-03-22 14:28:49.527 | + lib/databases/mysql:configure_database_mysql:183 : [[ True == \T\r\u\e ]] 2024-03-22 14:28:49.529 | + lib/databases/mysql:configure_database_mysql:184 : iniset -sudo /etc/mysql/my.cnf mysqld read_buffer_size 64K 2024-03-22 14:28:49.573 | + lib/databases/mysql:configure_database_mysql:185 : iniset -sudo /etc/mysql/my.cnf mysqld innodb_buffer_pool_size 16M 2024-03-22 14:28:49.615 | + lib/databases/mysql:configure_database_mysql:186 : iniset -sudo /etc/mysql/my.cnf mysqld thread_stack 192K 2024-03-22 14:28:49.657 | + lib/databases/mysql:configure_database_mysql:187 : iniset -sudo /etc/mysql/my.cnf mysqld thread_cache_size 8 2024-03-22 14:28:49.698 | + lib/databases/mysql:configure_database_mysql:188 : iniset -sudo /etc/mysql/my.cnf mysqld tmp_table_size 8M 2024-03-22 14:28:49.739 | + lib/databases/mysql:configure_database_mysql:189 : iniset -sudo /etc/mysql/my.cnf mysqld sort_buffer_size 8M 2024-03-22 14:28:49.781 | + lib/databases/mysql:configure_database_mysql:190 : iniset -sudo /etc/mysql/my.cnf mysqld max_allowed_packet 8M 2024-03-22 14:28:49.822 | + lib/databases/mysql:configure_database_mysql:193 : restart_service mariadb 2024-03-22 14:28:49.823 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-03-22 14:28:49.825 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart mariadb 2024-03-22 14:28:50.297 | + stack.sh:main:1076 : save_stackenv 1076 2024-03-22 14:28:50.299 | + functions-common:save_stackenv:60 : local tag=1076 2024-03-22 14:28:50.301 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-03-22 14:28:50.305 | + functions-common:save_stackenv:62 : time_stamp=2024-03-22-142850 2024-03-22 14:28:50.307 | + functions-common:save_stackenv:63 : echo '# 2024-03-22-142850 1076' 2024-03-22 14:28:50.309 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:28:50.311 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-03-22 14:28:50.313 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:28:50.315 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-03-22 14:28:50.317 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:28:50.318 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-03-22 14:28:50.320 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:28:50.322 | + 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-03-22 14:28:50.324 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:28:50.326 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-03-22 14:28:50.328 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:28:50.330 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-03-22 14:28:50.332 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:28:50.334 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-03-22-142447 2024-03-22 14:28:50.336 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:28:50.337 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-03-22 14:28:50.339 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:28:50.341 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-03-22 14:28:50.343 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:28:50.345 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-03-22 14:28:50.346 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:28:50.348 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-03-22 14:28:50.350 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:28:50.352 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-03-22 14:28:50.354 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:28:50.356 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-03-22 14:28:50.358 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:28:50.360 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-03-22 14:28:50.361 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:28:50.363 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-03-22 14:28:50.365 | + stack.sh:main:1088 : [[ False == \T\r\u\e ]] 2024-03-22 14:28:50.367 | + stack.sh:main:1102 : start_dstat 2024-03-22 14:28:50.369 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-03-22 14:28:50.371 | + functions-common:run_process:1654 : local service=dstat 2024-03-22 14:28:50.373 | + functions-common:run_process:1655 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-03-22 14:28:50.375 | + functions-common:run_process:1656 : local group= 2024-03-22 14:28:50.377 | + functions-common:run_process:1657 : local user= 2024-03-22 14:28:50.379 | + functions-common:run_process:1658 : local env_vars= 2024-03-22 14:28:50.381 | + functions-common:run_process:1660 : local name=dstat 2024-03-22 14:28:50.383 | + functions-common:run_process:1662 : time_start run_process 2024-03-22 14:28:50.384 | + functions-common:time_start:2386 : local name=run_process 2024-03-22 14:28:50.386 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:28:50.388 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:28:50.391 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:28:50.394 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117730392 2024-03-22 14:28:50.396 | + functions-common:run_process:1663 : is_service_enabled dstat 2024-03-22 14:28:50.410 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:28:50.412 | + functions-common:run_process:1666 : time_stop run_process 2024-03-22 14:28:50.414 | + functions-common:time_stop:2400 : local name 2024-03-22 14:28:50.416 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:28:50.418 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:28:50.419 | + functions-common:time_stop:2403 : local total 2024-03-22 14:28:50.421 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:28:50.423 | + functions-common:time_stop:2406 : name=run_process 2024-03-22 14:28:50.425 | + functions-common:time_stop:2407 : start_time=1711117730392 2024-03-22 14:28:50.427 | + functions-common:time_stop:2409 : [[ -z 1711117730392 ]] 2024-03-22 14:28:50.429 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:28:50.433 | + functions-common:time_stop:2412 : end_time=1711117730431 2024-03-22 14:28:50.435 | + functions-common:time_stop:2413 : elapsed_time=39 2024-03-22 14:28:50.437 | + functions-common:time_stop:2414 : total=0 2024-03-22 14:28:50.439 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:28:50.441 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=39 2024-03-22 14:28:50.443 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2024-03-22 14:28:50.445 | + functions-common:run_process:1654 : local service=memory_tracker 2024-03-22 14:28:50.447 | + functions-common:run_process:1655 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2024-03-22 14:28:50.448 | + functions-common:run_process:1656 : local group= 2024-03-22 14:28:50.450 | + functions-common:run_process:1657 : local user=root 2024-03-22 14:28:50.452 | + functions-common:run_process:1658 : local env_vars= 2024-03-22 14:28:50.454 | + functions-common:run_process:1660 : local name=memory_tracker 2024-03-22 14:28:50.456 | + functions-common:run_process:1662 : time_start run_process 2024-03-22 14:28:50.458 | + functions-common:time_start:2386 : local name=run_process 2024-03-22 14:28:50.460 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:28:50.462 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:28:50.464 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:28:50.468 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117730465 2024-03-22 14:28:50.470 | + functions-common:run_process:1663 : is_service_enabled memory_tracker 2024-03-22 14:28:50.483 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:28:50.485 | + functions-common:run_process:1666 : time_stop run_process 2024-03-22 14:28:50.487 | + functions-common:time_stop:2400 : local name 2024-03-22 14:28:50.489 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:28:50.491 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:28:50.493 | + functions-common:time_stop:2403 : local total 2024-03-22 14:28:50.494 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:28:50.496 | + functions-common:time_stop:2406 : name=run_process 2024-03-22 14:28:50.498 | + functions-common:time_stop:2407 : start_time=1711117730465 2024-03-22 14:28:50.500 | + functions-common:time_stop:2409 : [[ -z 1711117730465 ]] 2024-03-22 14:28:50.502 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:28:50.506 | + functions-common:time_stop:2412 : end_time=1711117730503 2024-03-22 14:28:50.507 | + functions-common:time_stop:2413 : elapsed_time=38 2024-03-22 14:28:50.509 | + functions-common:time_stop:2414 : total=39 2024-03-22 14:28:50.511 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:28:50.513 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=77 2024-03-22 14:28:50.515 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2024-03-22 14:28:50.528 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:28:50.530 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2024-03-22 14:28:50.532 | + functions-common:run_process:1654 : local service=file_tracker 2024-03-22 14:28:50.534 | + functions-common:run_process:1655 : local command=/opt/stack/devstack/tools/file_tracker.sh 2024-03-22 14:28:50.536 | + functions-common:run_process:1656 : local group= 2024-03-22 14:28:50.538 | + functions-common:run_process:1657 : local user= 2024-03-22 14:28:50.540 | + functions-common:run_process:1658 : local env_vars= 2024-03-22 14:28:50.541 | + functions-common:run_process:1660 : local name=file_tracker 2024-03-22 14:28:50.543 | + functions-common:run_process:1662 : time_start run_process 2024-03-22 14:28:50.545 | + functions-common:time_start:2386 : local name=run_process 2024-03-22 14:28:50.547 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:28:50.549 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:28:50.551 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:28:50.555 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117730553 2024-03-22 14:28:50.557 | + functions-common:run_process:1663 : is_service_enabled file_tracker 2024-03-22 14:28:50.570 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:28:50.572 | + functions-common:run_process:1666 : time_stop run_process 2024-03-22 14:28:50.574 | + functions-common:time_stop:2400 : local name 2024-03-22 14:28:50.576 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:28:50.578 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:28:50.580 | + functions-common:time_stop:2403 : local total 2024-03-22 14:28:50.582 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:28:50.583 | + functions-common:time_stop:2406 : name=run_process 2024-03-22 14:28:50.585 | + functions-common:time_stop:2407 : start_time=1711117730553 2024-03-22 14:28:50.587 | + functions-common:time_stop:2409 : [[ -z 1711117730553 ]] 2024-03-22 14:28:50.590 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:28:50.593 | + functions-common:time_stop:2412 : end_time=1711117730591 2024-03-22 14:28:50.595 | + functions-common:time_stop:2413 : elapsed_time=38 2024-03-22 14:28:50.597 | + functions-common:time_stop:2414 : total=77 2024-03-22 14:28:50.599 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:28:50.601 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=115 2024-03-22 14:28:50.603 | + stack.sh:main:1106 : is_service_enabled tcpdump 2024-03-22 14:28:50.617 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:28:50.619 | + stack.sh:main:1114 : is_service_enabled etcd3 2024-03-22 14:28:50.633 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:28:50.635 | + stack.sh:main:1115 : start_etcd3 2024-03-22 14:28:50.637 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2024-03-22 14:28:50.639 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2024-03-22 14:28:50.641 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2024-03-22 14:28:50.643 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2024-03-22 14:28:50.645 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2024-03-22 14:28:50.647 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2024-03-22 14:28:50.650 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2024-03-22 14:28:50.652 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2024-03-22 14:28:50.654 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2024-03-22 14:28:50.656 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2024-03-22 14:28:50.658 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2024-03-22 14:28:50.660 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-03-22 14:28:50.662 | + 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-03-22 14:28:50.664 | + functions-common:write_user_unit_file:1518 : local service=devstack@etcd.service 2024-03-22 14:28:50.666 | + functions-common:write_user_unit_file:1519 : 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-03-22 14:28:50.668 | + functions-common:write_user_unit_file:1520 : local group= 2024-03-22 14:28:50.670 | + functions-common:write_user_unit_file:1521 : local user=root 2024-03-22 14:28:50.672 | + functions-common:write_user_unit_file:1522 : local env_vars= 2024-03-22 14:28:50.674 | + functions-common:write_user_unit_file:1523 : local extra= 2024-03-22 14:28:50.675 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2024-03-22 14:28:50.677 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-03-22 14:28:50.679 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2024-03-22 14:28:50.682 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2024-03-22 14:28:50.733 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Environment '"PATH=/opt/stack/data/venv/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-03-22 14:28:50.782 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2024-03-22 14:28:50.824 | + functions-common:write_user_unit_file:1533 : 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-03-22 14:28:50.866 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2024-03-22 14:28:50.910 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2024-03-22 14:28:50.953 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-03-22 14:28:50.994 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2024-03-22 14:28:50.996 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2024-03-22 14:28:50.998 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2024-03-22 14:28:51.048 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2024-03-22 14:28:51.328 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2024-03-22 14:28:51.372 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2024-03-22 14:28:51.414 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2024-03-22 14:28:51.456 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2024-03-22 14:28:51.497 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2024-03-22 14:28:51.499 | ++ functions-common:is_arch:497 : uname -m 2024-03-22 14:28:51.503 | + functions-common:is_arch:497 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2024-03-22 14:28:51.505 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2024-03-22 14:28:51.798 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2024-03-22 14:28:51.808 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2024-03-22 14:28:52.120 | ++ inc/async:async_inner:64 : rc=0 2024-03-22 14:28:52.123 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2024-03-22 14:28:52.139 | [28786 Async install_tempest:28786]: finished successfully 2024-03-22 14:28:52.911 | + stack.sh:main:1121 : is_service_enabled tls-proxy 2024-03-22 14:28:52.925 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:28:52.927 | + stack.sh:main:1126 : write_clouds_yaml 2024-03-22 14:28:52.929 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2024-03-22 14:28:52.931 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2024-03-22 14:28:52.935 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2024-03-22 14:28:52.945 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2024-03-22 14:28:52.954 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2024-03-22 14:28:52.956 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-03-22 14:28:52.958 | + functions-common:write_clouds_yaml:89 : /opt/stack/data/venv/bin/python3 /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-03-22 14:28:53.005 | The user clouds.yaml file didn't exist. 2024-03-22 14:28:53.013 | + functions-common:write_clouds_yaml:100 : /opt/stack/data/venv/bin/python3 /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-03-22 14:28:53.069 | + functions-common:write_clouds_yaml:111 : /opt/stack/data/venv/bin/python3 /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-03-22 14:28:53.127 | + functions-common:write_clouds_yaml:122 : /opt/stack/data/venv/bin/python3 /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-03-22 14:28:53.188 | + functions-common:write_clouds_yaml:133 : /opt/stack/data/venv/bin/python3 /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-03-22 14:28:53.251 | + functions-common:write_clouds_yaml:144 : /opt/stack/data/venv/bin/python3 /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-03-22 14:28:53.315 | + functions-common:write_clouds_yaml:155 : /opt/stack/data/venv/bin/python3 /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-03-22 14:28:53.379 | + functions-common:write_clouds_yaml:166 : /opt/stack/data/venv/bin/python3 /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-03-22 14:28:53.444 | + functions-common:write_clouds_yaml:177 : /opt/stack/data/venv/bin/python3 /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-03-22 14:28:53.513 | + functions-common:write_clouds_yaml:188 : /opt/stack/data/venv/bin/python3 /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-03-22 14:28:53.581 | + functions-common:write_clouds_yaml:198 : cat 2024-03-22 14:28:53.585 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2024-03-22 14:28:53.588 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2024-03-22 14:28:53.591 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2024-03-22 14:28:53.594 | + stack.sh:main:1127 : export OS_CLOUD=devstack-admin 2024-03-22 14:28:53.596 | + stack.sh:main:1127 : OS_CLOUD=devstack-admin 2024-03-22 14:28:53.599 | + stack.sh:main:1129 : is_service_enabled keystone 2024-03-22 14:28:53.611 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:28:53.613 | + stack.sh:main:1130 : echo_summary 'Starting Keystone' 2024-03-22 14:28:53.615 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-22 14:28:53.617 | + stack.sh:echo_summary:470 : echo -e Starting Keystone 2024-03-22 14:28:53.619 | + stack.sh:main:1132 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-03-22 14:28:53.621 | + stack.sh:main:1133 : init_keystone 2024-03-22 14:28:53.623 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2024-03-22 14:28:53.636 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:28:53.638 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2024-03-22 14:28:53.639 | + lib/keystone:init_keystone:484 : recreate_database keystone 2024-03-22 14:28:53.641 | + lib/database:recreate_database:112 : local db=keystone 2024-03-22 14:28:53.643 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2024-03-22 14:28:53.645 | + lib/databases/mysql:recreate_database_mysql:60 : local db=keystone 2024-03-22 14:28:53.647 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2024-03-22 14:28:53.655 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2024-03-22 14:28:53.664 | + lib/keystone:init_keystone:487 : time_start dbsync 2024-03-22 14:28:53.666 | + functions-common:time_start:2386 : local name=dbsync 2024-03-22 14:28:53.667 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:28:53.670 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:28:53.672 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:28:53.675 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117733673 2024-03-22 14:28:53.677 | + lib/keystone:init_keystone:489 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2024-03-22 14:28:55.271 | INFO dbcounter [-] Registered counter for database keystone 2024-03-22 14:28:55.279 | 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=31468) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-03-22 14:28:55.282 | DEBUG dbcounter [-] [31468] Writer thread running {{(pid=31468) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-22 14:28:55.287 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-03-22 14:28:55.287 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-03-22 14:28:55.315 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2024-03-22 14:28:55.901 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=31468) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2024-03-22 14:28:55.901 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2024-03-22 14:28:55.902 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=31468) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:28:55.904 | INFO alembic.runtime.migration [-] Running upgrade e25ffa003242 -> 99de3849d860, Fix incorrect constraints. 2024-03-22 14:28:55.919 | DEBUG alembic.runtime.migration [-] update e25ffa003242 to 99de3849d860 {{(pid=31468) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:28:55.920 | INFO alembic.runtime.migration [-] Running upgrade 99de3849d860 -> c88cdce8f248, Remove duplicate constraints. 2024-03-22 14:28:55.928 | DEBUG alembic.runtime.migration [-] update 99de3849d860 to c88cdce8f248 {{(pid=31468) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:28:55.929 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2024-03-22 14:28:55.929 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=31468) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2024-03-22 14:28:55.930 | INFO alembic.runtime.migration [-] Running upgrade 29e87d24a316 -> b4f8b3f584e0, Fix incorrect constraints. 2024-03-22 14:28:55.939 | DEBUG alembic.runtime.migration [-] update 29e87d24a316 to b4f8b3f584e0 {{(pid=31468) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:28:55.940 | INFO alembic.runtime.migration [-] Running upgrade b4f8b3f584e0 -> 11c3b243b4cb, Remove service_provider.relay_state_prefix server default. 2024-03-22 14:28:55.946 | DEBUG alembic.runtime.migration [-] update b4f8b3f584e0 to 11c3b243b4cb {{(pid=31468) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:28:56.066 | Exception ignored in: 2024-03-22 14:28:56.066 | Traceback (most recent call last): 2024-03-22 14:28:56.066 | File "/usr/lib/python3.10/logging/__init__.py", line 846, in _removeHandlerRef 2024-03-22 14:28:56.066 | File "/usr/lib/python3.10/logging/__init__.py", line 226, in _acquireLock 2024-03-22 14:28:56.066 | File "/usr/lib/python3.10/threading.py", line 164, in acquire 2024-03-22 14:28:56.066 | File "/opt/stack/data/venv/lib/python3.10/site-packages/eventlet/green/thread.py", line 34, in get_ident 2024-03-22 14:28:56.066 | AttributeError: 'NoneType' object has no attribute 'getcurrent' 2024-03-22 14:28:56.181 | + lib/keystone:init_keystone:490 : time_stop dbsync 2024-03-22 14:28:56.183 | + functions-common:time_stop:2400 : local name 2024-03-22 14:28:56.185 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:28:56.187 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:28:56.189 | + functions-common:time_stop:2403 : local total 2024-03-22 14:28:56.191 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:28:56.193 | + functions-common:time_stop:2406 : name=dbsync 2024-03-22 14:28:56.195 | + functions-common:time_stop:2407 : start_time=1711117733673 2024-03-22 14:28:56.197 | + functions-common:time_stop:2409 : [[ -z 1711117733673 ]] 2024-03-22 14:28:56.199 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:28:56.203 | + functions-common:time_stop:2412 : end_time=1711117736201 2024-03-22 14:28:56.205 | + functions-common:time_stop:2413 : elapsed_time=2528 2024-03-22 14:28:56.207 | + functions-common:time_stop:2414 : total=0 2024-03-22 14:28:56.209 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:28:56.211 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2528 2024-03-22 14:28:56.213 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2024-03-22 14:28:56.215 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2024-03-22 14:28:56.218 | + lib/keystone:init_keystone:494 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2024-03-22 14:28:57.684 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2024-03-22 14:28:57.685 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-03-22 14:28:57.685 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-03-22 14:28:57.685 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2024-03-22 14:28:57.685 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-03-22 14:28:57.686 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-03-22 14:28:57.686 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-03-22 14:28:57.686 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-03-22 14:28:57.686 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-03-22 14:28:57.789 | Exception ignored in: 2024-03-22 14:28:57.790 | Traceback (most recent call last): 2024-03-22 14:28:57.790 | File "/usr/lib/python3.10/logging/__init__.py", line 846, in _removeHandlerRef 2024-03-22 14:28:57.790 | File "/usr/lib/python3.10/logging/__init__.py", line 226, in _acquireLock 2024-03-22 14:28:57.790 | File "/usr/lib/python3.10/threading.py", line 164, in acquire 2024-03-22 14:28:57.790 | File "/opt/stack/data/venv/lib/python3.10/site-packages/eventlet/green/thread.py", line 34, in get_ident 2024-03-22 14:28:57.790 | AttributeError: 'NoneType' object has no attribute 'getcurrent' 2024-03-22 14:28:57.899 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2024-03-22 14:28:57.902 | + lib/keystone:init_keystone:497 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2024-03-22 14:28:59.363 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2024-03-22 14:28:59.364 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-03-22 14:28:59.364 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-03-22 14:28:59.364 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2024-03-22 14:28:59.365 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-03-22 14:28:59.365 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-03-22 14:28:59.365 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-03-22 14:28:59.365 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-03-22 14:28:59.365 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-03-22 14:28:59.470 | Exception ignored in: 2024-03-22 14:28:59.470 | Traceback (most recent call last): 2024-03-22 14:28:59.470 | File "/usr/lib/python3.10/logging/__init__.py", line 846, in _removeHandlerRef 2024-03-22 14:28:59.471 | File "/usr/lib/python3.10/logging/__init__.py", line 226, in _acquireLock 2024-03-22 14:28:59.471 | File "/usr/lib/python3.10/threading.py", line 164, in acquire 2024-03-22 14:28:59.471 | File "/opt/stack/data/venv/lib/python3.10/site-packages/eventlet/green/thread.py", line 34, in get_ident 2024-03-22 14:28:59.471 | AttributeError: 'NoneType' object has no attribute 'getcurrent' 2024-03-22 14:28:59.584 | + stack.sh:main:1134 : start_keystone 2024-03-22 14:28:59.587 | + lib/keystone:start_keystone:555 : local service_port=5000 2024-03-22 14:28:59.589 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2024-03-22 14:28:59.591 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2024-03-22 14:28:59.604 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:28:59.606 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2024-03-22 14:28:59.608 | ++ lib/keystone:start_keystone:566 : which uwsgi 2024-03-22 14:28:59.612 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2024-03-22 14:28:59.613 | + functions-common:run_process:1654 : local service=keystone 2024-03-22 14:28:59.615 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-03-22 14:28:59.617 | + functions-common:run_process:1656 : local group= 2024-03-22 14:28:59.619 | + functions-common:run_process:1657 : local user= 2024-03-22 14:28:59.621 | + functions-common:run_process:1658 : local env_vars= 2024-03-22 14:28:59.622 | + functions-common:run_process:1660 : local name=keystone 2024-03-22 14:28:59.624 | + functions-common:run_process:1662 : time_start run_process 2024-03-22 14:28:59.626 | + functions-common:time_start:2386 : local name=run_process 2024-03-22 14:28:59.628 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:28:59.630 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:28:59.632 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:28:59.635 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117739633 2024-03-22 14:28:59.637 | + functions-common:run_process:1663 : is_service_enabled keystone 2024-03-22 14:28:59.649 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:28:59.651 | + functions-common:run_process:1664 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2024-03-22 14:28:59.653 | + functions-common:_run_under_systemd:1611 : local service=keystone 2024-03-22 14:28:59.655 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-03-22 14:28:59.656 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-03-22 14:28:59.658 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-03-22 14:28:59.660 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-03-22 14:28:59.661 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2024-03-22 14:28:59.663 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2024-03-22 14:28:59.665 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@keystone.service 2024-03-22 14:28:59.666 | + functions-common:_run_under_systemd:1618 : local group= 2024-03-22 14:28:59.668 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-03-22 14:28:59.670 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-03-22 14:28:59.672 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-03-22 14:28:59.674 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2024-03-22 14:28:59.676 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2024-03-22 14:28:59.678 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' 2024-03-22 14:28:59.680 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' '' stack '' 2024-03-22 14:28:59.681 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@keystone.service 2024-03-22 14:28:59.683 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' 2024-03-22 14:28:59.685 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2024-03-22 14:28:59.686 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2024-03-22 14:28:59.688 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2024-03-22 14:28:59.690 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@keystone.service 2024-03-22 14:28:59.691 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2024-03-22 14:28:59.694 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2024-03-22 14:28:59.742 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Environment '"PATH=/opt/stack/data/venv/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-03-22 14:28:59.789 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2024-03-22 14:28:59.828 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2024-03-22 14:28:59.868 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini --venv /opt/stack/data/venv' 2024-03-22 14:28:59.919 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-03-22 14:28:59.961 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2024-03-22 14:29:00.001 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2024-03-22 14:29:00.041 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2024-03-22 14:29:00.081 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2024-03-22 14:29:00.122 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2024-03-22 14:29:00.163 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2024-03-22 14:29:00.165 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2024-03-22 14:29:00.166 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2024-03-22 14:29:00.214 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2024-03-22 14:29:00.535 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@keystone.service 2024-03-22 14:29:00.544 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2024-03-22 14:29:00.846 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@keystone.service 2024-03-22 14:29:00.942 | + functions-common:run_process:1666 : time_stop run_process 2024-03-22 14:29:00.945 | + functions-common:time_stop:2400 : local name 2024-03-22 14:29:00.946 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:29:00.948 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:29:00.950 | + functions-common:time_stop:2403 : local total 2024-03-22 14:29:00.952 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:29:00.954 | + functions-common:time_stop:2406 : name=run_process 2024-03-22 14:29:00.956 | + functions-common:time_stop:2407 : start_time=1711117739633 2024-03-22 14:29:00.957 | + functions-common:time_stop:2409 : [[ -z 1711117739633 ]] 2024-03-22 14:29:00.960 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:29:00.963 | + functions-common:time_stop:2412 : end_time=1711117740961 2024-03-22 14:29:00.965 | + functions-common:time_stop:2413 : elapsed_time=1328 2024-03-22 14:29:00.967 | + functions-common:time_stop:2414 : total=115 2024-03-22 14:29:00.969 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:29:00.970 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1443 2024-03-22 14:29:00.973 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2024-03-22 14:29:00.973 | Waiting for keystone to start... 2024-03-22 14:29:00.975 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2024-03-22 14:29:00.976 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2024-03-22 14:29:00.978 | + functions:wait_for_service:468 : local timeout=60 2024-03-22 14:29:00.980 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2024-03-22 14:29:00.982 | + functions:wait_for_service:470 : local rval=0 2024-03-22 14:29:00.984 | + functions:wait_for_service:471 : time_start wait_for_service 2024-03-22 14:29:00.986 | + functions-common:time_start:2386 : local name=wait_for_service 2024-03-22 14:29:00.987 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:29:00.989 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:29:00.992 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:29:00.995 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117740993 2024-03-22 14:29:00.997 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-03-22 14:29:01.000 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2024-03-22 14:29:03.295 | + :: : [[ 200 == 503 ]] 2024-03-22 14:29:03.296 | + :: : [[ 0 -eq 7 ]] 2024-03-22 14:29:03.299 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-03-22 14:29:03.301 | + functions-common:time_stop:2400 : local name 2024-03-22 14:29:03.303 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:29:03.305 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:29:03.307 | + functions-common:time_stop:2403 : local total 2024-03-22 14:29:03.308 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:29:03.310 | + functions-common:time_stop:2406 : name=wait_for_service 2024-03-22 14:29:03.312 | + functions-common:time_stop:2407 : start_time=1711117740993 2024-03-22 14:29:03.314 | + functions-common:time_stop:2409 : [[ -z 1711117740993 ]] 2024-03-22 14:29:03.317 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:29:03.320 | + functions-common:time_stop:2412 : end_time=1711117743318 2024-03-22 14:29:03.322 | + functions-common:time_stop:2413 : elapsed_time=2325 2024-03-22 14:29:03.324 | + functions-common:time_stop:2414 : total=0 2024-03-22 14:29:03.326 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:29:03.327 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2325 2024-03-22 14:29:03.329 | + functions:wait_for_service:478 : return 0 2024-03-22 14:29:03.331 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2024-03-22 14:29:03.344 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:29:03.346 | + lib/keystone:start_keystone:587 : restart_service memcached 2024-03-22 14:29:03.348 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-03-22 14:29:03.350 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart memcached 2024-03-22 14:29:04.104 | + stack.sh:main:1135 : bootstrap_keystone 2024-03-22 14:29:04.107 | + lib/keystone:bootstrap_keystone:607 : /opt/stack/data/venv/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-03-22 14:29:05.636 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=32195) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-22 14:29:05.636 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=32195) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-22 14:29:05.637 | 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=32195) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-22 14:29:05.641 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=32195) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-22 14:29:05.649 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=32195) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-22 14:29:05.649 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=32195) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-22 14:29:05.664 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=32195) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-22 14:29:05.680 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=32195) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-22 14:29:05.680 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=32195) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-22 14:29:05.721 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=32195) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-22 14:29:05.722 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=32195) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-22 14:29:05.722 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=32195) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-22 14:29:05.722 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=32195) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-22 14:29:05.722 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=32195) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-22 14:29:05.722 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=32195) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-22 14:29:05.728 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=32195) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-22 14:29:05.728 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=32195) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-22 14:29:05.729 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=32195) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-22 14:29:05.729 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=32195) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-22 14:29:05.729 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=32195) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-22 14:29:05.729 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=32195) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-22 14:29:05.729 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=32195) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-22 14:29:05.733 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=32195) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-22 14:29:05.734 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=32195) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-22 14:29:05.734 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=32195) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-22 14:29:05.735 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=32195) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-22 14:29:05.735 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=32195) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-22 14:29:05.735 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=32195) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-22 14:29:05.735 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=32195) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-22 14:29:05.735 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=32195) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-03-22 14:29:05.761 | INFO dbcounter [-] Registered counter for database keystone 2024-03-22 14:29:05.770 | 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=32195) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-03-22 14:29:05.773 | DEBUG dbcounter [-] [32195] Writer thread running {{(pid=32195) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-22 14:29:05.937 | INFO keystone.cmd.bootstrap [None req-4bfa0448-3d0a-4b79-ba36-a8622e086f68 None None] Created domain default 2024-03-22 14:29:05.959 | INFO keystone.cmd.bootstrap [None req-4bfa0448-3d0a-4b79-ba36-a8622e086f68 None None] Created project admin 2024-03-22 14:29:05.973 | WARNING keystone.common.password_hashing [None req-4bfa0448-3d0a-4b79-ba36-a8622e086f68 None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2024-03-22 14:29:05.974 | DEBUG passlib.handlers.bcrypt [None req-4bfa0448-3d0a-4b79-ba36-a8622e086f68 None None] detected 'bcrypt' backend, version '4.0.1' {{(pid=32195) _load_backend_mixin /opt/stack/data/venv/lib/python3.10/site-packages/passlib/handlers/bcrypt.py:625}} 2024-03-22 14:29:05.974 | DEBUG passlib.handlers.bcrypt [None req-4bfa0448-3d0a-4b79-ba36-a8622e086f68 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=32195) _finalize_backend_mixin /opt/stack/data/venv/lib/python3.10/site-packages/passlib/handlers/bcrypt.py:406}} 2024-03-22 14:29:06.007 | INFO keystone.cmd.bootstrap [None req-4bfa0448-3d0a-4b79-ba36-a8622e086f68 None None] Created user admin 2024-03-22 14:29:06.014 | INFO keystone.cmd.bootstrap [None req-4bfa0448-3d0a-4b79-ba36-a8622e086f68 None None] Created role reader 2024-03-22 14:29:06.021 | INFO keystone.cmd.bootstrap [None req-4bfa0448-3d0a-4b79-ba36-a8622e086f68 None None] Created role member 2024-03-22 14:29:06.032 | INFO keystone.cmd.bootstrap [None req-4bfa0448-3d0a-4b79-ba36-a8622e086f68 None None] Created implied role where 83054e80d10e4190a3f49f1356512e4b implies a7632bdf8a25468c8109ac7317a12e3b 2024-03-22 14:29:06.037 | INFO keystone.cmd.bootstrap [None req-4bfa0448-3d0a-4b79-ba36-a8622e086f68 None None] Created role manager 2024-03-22 14:29:06.052 | INFO keystone.cmd.bootstrap [None req-4bfa0448-3d0a-4b79-ba36-a8622e086f68 None None] Created implied role where 45bd9cb48c86448e9da521ef210f7308 implies 83054e80d10e4190a3f49f1356512e4b 2024-03-22 14:29:06.061 | INFO keystone.cmd.bootstrap [None req-4bfa0448-3d0a-4b79-ba36-a8622e086f68 None None] Created role admin 2024-03-22 14:29:06.075 | INFO keystone.cmd.bootstrap [None req-4bfa0448-3d0a-4b79-ba36-a8622e086f68 None None] Created implied role where 59a23adcc35545edb3b15753de4988e6 implies 45bd9cb48c86448e9da521ef210f7308 2024-03-22 14:29:06.086 | INFO keystone.cmd.bootstrap [None req-4bfa0448-3d0a-4b79-ba36-a8622e086f68 None None] Created role service 2024-03-22 14:29:06.115 | INFO keystone.cmd.bootstrap [None req-4bfa0448-3d0a-4b79-ba36-a8622e086f68 None None] Granted role admin on project admin to user admin. 2024-03-22 14:29:06.126 | INFO keystone.cmd.bootstrap [None req-4bfa0448-3d0a-4b79-ba36-a8622e086f68 None None] Granted role admin on the system to user admin. 2024-03-22 14:29:06.148 | WARNING py.warnings [None req-4bfa0448-3d0a-4b79-ba36-a8622e086f68 None None] /opt/stack/data/venv/lib/python3.10/site-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: RegionOne. To ensure interoperability, identifiers should be a valid uuid. 2024-03-22 14:29:06.148 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2024-03-22 14:29:06.148 |  2024-03-22 14:29:06.154 | INFO keystone.cmd.bootstrap [None req-4bfa0448-3d0a-4b79-ba36-a8622e086f68 None None] Created region RegionOne 2024-03-22 14:29:06.509 | INFO keystone.cmd.bootstrap [None req-4bfa0448-3d0a-4b79-ba36-a8622e086f68 None None] Created public endpoint http://10.180.1.21/identity 2024-03-22 14:29:06.807 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2024-03-22 14:29:06.809 | + stack.sh:main:1138 : create_keystone_accounts 2024-03-22 14:29:06.811 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2024-03-22 14:29:06.813 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2024-03-22 14:29:08.256 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:08.258 | + lib/keystone:create_keystone_accounts:315 : admin_project=53d344078ac949bc9a672e60e994152d 2024-03-22 14:29:08.260 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2024-03-22 14:29:08.262 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2024-03-22 14:29:09.332 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:09.334 | + lib/keystone:create_keystone_accounts:317 : admin_user=d5ddd9af111948f19b635aabf7f727ba 2024-03-22 14:29:09.336 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2024-03-22 14:29:09.338 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2024-03-22 14:29:09.340 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2024-03-22 14:29:09.342 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin d5ddd9af111948f19b635aabf7f727ba default 2024-03-22 14:29:09.387 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin d5ddd9af111948f19b635aabf7f727ba default 2024-03-22 14:29:09.414 | [4710 Async ks-domain-role:32320]: running: get_or_add_user_domain_role admin d5ddd9af111948f19b635aabf7f727ba default 2024-03-22 14:29:09.416 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2024-03-22 14:29:09.417 | + functions-common:get_or_create_domain:855 : local domain_id 2024-03-22 14:29:09.419 | ++ functions-common:get_or_create_domain:861 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-03-22 14:29:10.775 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:10.777 | + functions-common:get_or_create_domain:860 : domain_id=default 2024-03-22 14:29:10.779 | + functions-common:get_or_create_domain:861 : echo default 2024-03-22 14:29:10.779 | default 2024-03-22 14:29:10.781 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2024-03-22 14:29:10.829 | + inc/async:async_inner:63 : get_or_create_project service Default 2024-03-22 14:29:10.858 | [4710 Async ks-project:32430]: running: get_or_create_project service Default 2024-03-22 14:29:10.860 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2024-03-22 14:29:10.905 | + inc/async:async_inner:63 : get_or_create_role service 2024-03-22 14:29:10.935 | [4710 Async ks-service:32542]: running: get_or_create_role service 2024-03-22 14:29:10.937 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2024-03-22 14:29:10.982 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2024-03-22 14:29:11.012 | [4710 Async ks-reseller:32638]: running: get_or_create_role ResellerAdmin 2024-03-22 14:29:11.014 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2024-03-22 14:29:11.015 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2024-03-22 14:29:11.063 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2024-03-22 14:29:11.092 | [4710 Async ks-anotherrole:32735]: running: get_or_create_role anotherrole 2024-03-22 14:29:11.093 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2024-03-22 14:29:11.096 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2024-03-22 14:29:11.098 | ++ functions-common:get_or_create_project:905 : local project_id 2024-03-22 14:29:11.100 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create invisible_to_admin --domain=default --or-show -f value -c id 2024-03-22 14:29:12.393 | + inc/async:async_inner:64 : rc=0 2024-03-22 14:29:12.413 | [32638 Async ks-reseller:32638]: finished successfully 2024-03-22 14:29:12.484 | + inc/async:async_inner:64 : rc=0 2024-03-22 14:29:12.502 | [32430 Async ks-project:32430]: finished successfully 2024-03-22 14:29:12.565 | + inc/async:async_inner:64 : rc=0 2024-03-22 14:29:12.578 | + inc/async:async_inner:64 : rc=0 2024-03-22 14:29:12.585 | [32542 Async ks-service:32542]: finished successfully 2024-03-22 14:29:12.598 | [32735 Async ks-anotherrole:32735]: finished successfully 2024-03-22 14:29:12.676 | + inc/async:async_inner:64 : rc=0 2024-03-22 14:29:12.694 | [32320 Async ks-domain-role:32320]: finished successfully 2024-03-22 14:29:12.707 | +++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:12.709 | ++ functions-common:get_or_create_project:911 : project_id=3e4b30825cee4dcf80aea9fc54882566 2024-03-22 14:29:12.711 | ++ functions-common:get_or_create_project:912 : echo 3e4b30825cee4dcf80aea9fc54882566 2024-03-22 14:29:12.713 | + lib/keystone:create_keystone_accounts:345 : invis_project=3e4b30825cee4dcf80aea9fc54882566 2024-03-22 14:29:12.715 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2024-03-22 14:29:12.718 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2024-03-22 14:29:12.720 | ++ functions-common:get_or_create_project:905 : local project_id 2024-03-22 14:29:12.722 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create demo --domain=default --or-show -f value -c id 2024-03-22 14:29:13.930 | +++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:13.933 | ++ functions-common:get_or_create_project:911 : project_id=c85177e34a7b479083c022ff7463fa00 2024-03-22 14:29:13.935 | ++ functions-common:get_or_create_project:912 : echo c85177e34a7b479083c022ff7463fa00 2024-03-22 14:29:13.937 | + lib/keystone:create_keystone_accounts:349 : demo_project=c85177e34a7b479083c022ff7463fa00 2024-03-22 14:29:13.939 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2024-03-22 14:29:13.942 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2024-03-22 14:29:13.944 | ++ functions-common:get_or_create_user:882 : local user_id 2024-03-22 14:29:13.946 | ++ functions-common:get_or_create_user:883 : [[ ! -z demo@example.com ]] 2024-03-22 14:29:13.947 | ++ functions-common:get_or_create_user:884 : local email=--email=demo@example.com 2024-03-22 14:29:13.950 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create demo --password nomoresecret --domain=default --email=demo@example.com --or-show -f value -c id 2024-03-22 14:29:15.178 | +++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:15.180 | ++ functions-common:get_or_create_user:898 : user_id=0e8e3ee692804d129f31dd0c2e408aca 2024-03-22 14:29:15.182 | ++ functions-common:get_or_create_user:899 : echo 0e8e3ee692804d129f31dd0c2e408aca 2024-03-22 14:29:15.184 | + lib/keystone:create_keystone_accounts:352 : demo_user=0e8e3ee692804d129f31dd0c2e408aca 2024-03-22 14:29:15.186 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2024-03-22 14:29:15.221 | [4710 Async ks-domain-role:32320]: Waiting for completion of get_or_add_user_domain_role admin d5ddd9af111948f19b635aabf7f727ba default running on PID 32320 (6 other jobs running) 2024-03-22 14:29:15.237 | [4710 Async ks-domain-role:32320]: Signaling child to exit 2024-03-22 14:29:15.238 | WAKEUP 2024-03-22 14:29:15.254 | [4710 Async ks-domain-role:32320]: Signaled 2024-03-22 14:29:15.254 | + functions-common:get_or_add_user_domain_role:969 : local user_role_id 2024-03-22 14:29:15.254 | + functions-common:get_or_add_user_domain_role:973 : openstack --os-cloud devstack-system-admin role add admin --user d5ddd9af111948f19b635aabf7f727ba --domain default 2024-03-22 14:29:15.254 | ++ functions-common:get_or_add_user_domain_role:980 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user d5ddd9af111948f19b635aabf7f727ba --domain default -c Role -f value 2024-03-22 14:29:15.254 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:15.254 | + functions-common:get_or_add_user_domain_role:980 : user_role_id=59a23adcc35545edb3b15753de4988e6 2024-03-22 14:29:15.254 | + functions-common:get_or_add_user_domain_role:982 : echo 59a23adcc35545edb3b15753de4988e6 2024-03-22 14:29:15.254 | 59a23adcc35545edb3b15753de4988e6 2024-03-22 14:29:15.284 | [4710 Async ks-domain-role:32320]: finished get_or_add_user_domain_role admin d5ddd9af111948f19b635aabf7f727ba default with result 0 in 3 seconds 2024-03-22 14:29:15.289 | Not waiting for async task ks-domain that we never started or has already been waited for 2024-03-22 14:29:15.313 | [4710 Async ks-project:32430]: Waiting for completion of get_or_create_project service Default running on PID 32430 (5 other jobs running) 2024-03-22 14:29:15.329 | [4710 Async ks-project:32430]: Signaling child to exit 2024-03-22 14:29:15.330 | WAKEUP 2024-03-22 14:29:15.345 | [4710 Async ks-project:32430]: Signaled 2024-03-22 14:29:15.345 | + functions-common:get_or_create_project:905 : local project_id 2024-03-22 14:29:15.345 | ++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create service --domain=Default --or-show -f value -c id 2024-03-22 14:29:15.345 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:15.345 | + functions-common:get_or_create_project:911 : project_id=272f7cf3da114133830c70f91e0c18c6 2024-03-22 14:29:15.345 | + functions-common:get_or_create_project:912 : echo 272f7cf3da114133830c70f91e0c18c6 2024-03-22 14:29:15.345 | 272f7cf3da114133830c70f91e0c18c6 2024-03-22 14:29:15.375 | [4710 Async ks-project:32430]: finished get_or_create_project service Default with result 0 in 1 seconds 2024-03-22 14:29:15.400 | [4710 Async ks-service:32542]: Waiting for completion of get_or_create_role service running on PID 32542 (4 other jobs running) 2024-03-22 14:29:15.416 | [4710 Async ks-service:32542]: Signaling child to exit 2024-03-22 14:29:15.417 | WAKEUP 2024-03-22 14:29:15.432 | [4710 Async ks-service:32542]: Signaled 2024-03-22 14:29:15.433 | + functions-common:get_or_create_role:918 : local role_id 2024-03-22 14:29:15.433 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2024-03-22 14:29:15.433 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:15.433 | + functions-common:get_or_create_role:923 : role_id=a1c4dc57370f46b5af1cbb827e18119a 2024-03-22 14:29:15.433 | + functions-common:get_or_create_role:924 : echo a1c4dc57370f46b5af1cbb827e18119a 2024-03-22 14:29:15.433 | a1c4dc57370f46b5af1cbb827e18119a 2024-03-22 14:29:15.463 | [4710 Async ks-service:32542]: finished get_or_create_role service with result 0 in 1 seconds 2024-03-22 14:29:15.487 | [4710 Async ks-reseller:32638]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 32638 (3 other jobs running) 2024-03-22 14:29:15.504 | [4710 Async ks-reseller:32638]: Signaling child to exit 2024-03-22 14:29:15.504 | WAKEUP 2024-03-22 14:29:15.519 | [4710 Async ks-reseller:32638]: Signaled 2024-03-22 14:29:15.520 | + functions-common:get_or_create_role:918 : local role_id 2024-03-22 14:29:15.520 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2024-03-22 14:29:15.520 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:15.520 | + functions-common:get_or_create_role:923 : role_id=9f744b5a79af427a8d3d843e42810260 2024-03-22 14:29:15.520 | + functions-common:get_or_create_role:924 : echo 9f744b5a79af427a8d3d843e42810260 2024-03-22 14:29:15.520 | 9f744b5a79af427a8d3d843e42810260 2024-03-22 14:29:15.550 | [4710 Async ks-reseller:32638]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2024-03-22 14:29:15.575 | [4710 Async ks-anotherrole:32735]: Waiting for completion of get_or_create_role anotherrole running on PID 32735 (2 other jobs running) 2024-03-22 14:29:15.591 | [4710 Async ks-anotherrole:32735]: Signaling child to exit 2024-03-22 14:29:15.591 | WAKEUP 2024-03-22 14:29:15.607 | [4710 Async ks-anotherrole:32735]: Signaled 2024-03-22 14:29:15.607 | + functions-common:get_or_create_role:918 : local role_id 2024-03-22 14:29:15.607 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2024-03-22 14:29:15.607 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:15.607 | + functions-common:get_or_create_role:923 : role_id=c74b468998e14ebaa0274e936433ca78 2024-03-22 14:29:15.607 | + functions-common:get_or_create_role:924 : echo c74b468998e14ebaa0274e936433ca78 2024-03-22 14:29:15.607 | c74b468998e14ebaa0274e936433ca78 2024-03-22 14:29:15.637 | [4710 Async ks-anotherrole:32735]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2024-03-22 14:29:15.640 | + inc/async:async_wait:197 : return 0 2024-03-22 14:29:15.642 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member 0e8e3ee692804d129f31dd0c2e408aca c85177e34a7b479083c022ff7463fa00 2024-03-22 14:29:15.688 | + inc/async:async_inner:63 : get_or_add_user_project_role member 0e8e3ee692804d129f31dd0c2e408aca c85177e34a7b479083c022ff7463fa00 2024-03-22 14:29:15.717 | [4710 Async ks-demo-member:33576]: running: get_or_add_user_project_role member 0e8e3ee692804d129f31dd0c2e408aca c85177e34a7b479083c022ff7463fa00 2024-03-22 14:29:15.719 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin d5ddd9af111948f19b635aabf7f727ba c85177e34a7b479083c022ff7463fa00 2024-03-22 14:29:15.765 | + inc/async:async_inner:63 : get_or_add_user_project_role admin d5ddd9af111948f19b635aabf7f727ba c85177e34a7b479083c022ff7463fa00 2024-03-22 14:29:15.794 | [4710 Async ks-demo-admin:33672]: running: get_or_add_user_project_role admin d5ddd9af111948f19b635aabf7f727ba c85177e34a7b479083c022ff7463fa00 2024-03-22 14:29:15.795 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole 0e8e3ee692804d129f31dd0c2e408aca c85177e34a7b479083c022ff7463fa00 2024-03-22 14:29:15.841 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 0e8e3ee692804d129f31dd0c2e408aca c85177e34a7b479083c022ff7463fa00 2024-03-22 14:29:15.871 | [4710 Async ks-demo-another:33769]: running: get_or_add_user_project_role anotherrole 0e8e3ee692804d129f31dd0c2e408aca c85177e34a7b479083c022ff7463fa00 2024-03-22 14:29:15.873 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member 0e8e3ee692804d129f31dd0c2e408aca 3e4b30825cee4dcf80aea9fc54882566 2024-03-22 14:29:15.919 | + inc/async:async_inner:63 : get_or_add_user_project_role member 0e8e3ee692804d129f31dd0c2e408aca 3e4b30825cee4dcf80aea9fc54882566 2024-03-22 14:29:15.949 | [4710 Async ks-demo-invis:33866]: running: get_or_add_user_project_role member 0e8e3ee692804d129f31dd0c2e408aca 3e4b30825cee4dcf80aea9fc54882566 2024-03-22 14:29:15.950 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2024-03-22 14:29:15.953 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2024-03-22 14:29:15.955 | ++ functions-common:get_or_create_user:882 : local user_id 2024-03-22 14:29:15.957 | ++ functions-common:get_or_create_user:883 : [[ ! -z demo_reader@example.com ]] 2024-03-22 14:29:15.958 | ++ functions-common:get_or_create_user:884 : local email=--email=demo_reader@example.com 2024-03-22 14:29:15.960 | +++ functions-common:get_or_create_user:900 : 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-03-22 14:29:17.463 | +++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:17.466 | ++ functions-common:get_or_create_user:898 : user_id=64ce193f4d03470eb4c278b8de778239 2024-03-22 14:29:17.468 | ++ functions-common:get_or_create_user:899 : echo 64ce193f4d03470eb4c278b8de778239 2024-03-22 14:29:17.470 | + lib/keystone:create_keystone_accounts:365 : demo_reader=64ce193f4d03470eb4c278b8de778239 2024-03-22 14:29:17.472 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader 64ce193f4d03470eb4c278b8de778239 c85177e34a7b479083c022ff7463fa00 2024-03-22 14:29:17.527 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 64ce193f4d03470eb4c278b8de778239 c85177e34a7b479083c022ff7463fa00 2024-03-22 14:29:17.561 | [4710 Async ks-demo-reader:34036]: running: get_or_add_user_project_role reader 64ce193f4d03470eb4c278b8de778239 c85177e34a7b479083c022ff7463fa00 2024-03-22 14:29:17.562 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2024-03-22 14:29:17.565 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2024-03-22 14:29:17.567 | ++ functions-common:get_or_create_project:905 : local project_id 2024-03-22 14:29:17.570 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create alt_demo --domain=default --or-show -f value -c id 2024-03-22 14:29:19.017 | +++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:19.020 | ++ functions-common:get_or_create_project:911 : project_id=13c6a970e03b4ff187c47524f6397465 2024-03-22 14:29:19.022 | ++ functions-common:get_or_create_project:912 : echo 13c6a970e03b4ff187c47524f6397465 2024-03-22 14:29:19.024 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=13c6a970e03b4ff187c47524f6397465 2024-03-22 14:29:19.026 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2024-03-22 14:29:19.028 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2024-03-22 14:29:19.030 | ++ functions-common:get_or_create_user:882 : local user_id 2024-03-22 14:29:19.032 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo@example.com ]] 2024-03-22 14:29:19.034 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo@example.com 2024-03-22 14:29:19.037 | +++ functions-common:get_or_create_user:900 : 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-03-22 14:29:19.307 | + inc/async:async_inner:64 : rc=0 2024-03-22 14:29:19.326 | [33576 Async ks-demo-member:33576]: finished successfully 2024-03-22 14:29:19.610 | + inc/async:async_inner:64 : rc=0 2024-03-22 14:29:19.631 | [33672 Async ks-demo-admin:33672]: finished successfully 2024-03-22 14:29:19.726 | + inc/async:async_inner:64 : rc=0 2024-03-22 14:29:19.746 | [33769 Async ks-demo-another:33769]: finished successfully 2024-03-22 14:29:19.829 | + inc/async:async_inner:64 : rc=0 2024-03-22 14:29:19.847 | [33866 Async ks-demo-invis:33866]: finished successfully 2024-03-22 14:29:20.419 | +++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:20.421 | ++ functions-common:get_or_create_user:898 : user_id=986a4e17daec4b5e89a101fa360c6f56 2024-03-22 14:29:20.423 | ++ functions-common:get_or_create_user:899 : echo 986a4e17daec4b5e89a101fa360c6f56 2024-03-22 14:29:20.425 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=986a4e17daec4b5e89a101fa360c6f56 2024-03-22 14:29:20.427 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin 986a4e17daec4b5e89a101fa360c6f56 13c6a970e03b4ff187c47524f6397465 2024-03-22 14:29:20.474 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 986a4e17daec4b5e89a101fa360c6f56 13c6a970e03b4ff187c47524f6397465 2024-03-22 14:29:20.507 | [4710 Async ks-alt-admin:34431]: running: get_or_add_user_project_role admin 986a4e17daec4b5e89a101fa360c6f56 13c6a970e03b4ff187c47524f6397465 2024-03-22 14:29:20.509 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole 986a4e17daec4b5e89a101fa360c6f56 13c6a970e03b4ff187c47524f6397465 2024-03-22 14:29:20.562 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 986a4e17daec4b5e89a101fa360c6f56 13c6a970e03b4ff187c47524f6397465 2024-03-22 14:29:20.593 | [4710 Async ks-alt-another:34527]: running: get_or_add_user_project_role anotherrole 986a4e17daec4b5e89a101fa360c6f56 13c6a970e03b4ff187c47524f6397465 2024-03-22 14:29:20.595 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2024-03-22 14:29:20.597 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2024-03-22 14:29:20.599 | ++ functions-common:get_or_create_user:882 : local user_id 2024-03-22 14:29:20.601 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo_member@example.com ]] 2024-03-22 14:29:20.603 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo_member@example.com 2024-03-22 14:29:20.605 | +++ functions-common:get_or_create_user:900 : 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-03-22 14:29:21.070 | + inc/async:async_inner:64 : rc=0 2024-03-22 14:29:21.088 | [34036 Async ks-demo-reader:34036]: finished successfully 2024-03-22 14:29:21.875 | +++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:21.877 | ++ functions-common:get_or_create_user:898 : user_id=e6343c2f02994d779f0587f9702c7731 2024-03-22 14:29:21.879 | ++ functions-common:get_or_create_user:899 : echo e6343c2f02994d779f0587f9702c7731 2024-03-22 14:29:21.883 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=e6343c2f02994d779f0587f9702c7731 2024-03-22 14:29:21.884 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member e6343c2f02994d779f0587f9702c7731 13c6a970e03b4ff187c47524f6397465 2024-03-22 14:29:21.936 | + inc/async:async_inner:63 : get_or_add_user_project_role member e6343c2f02994d779f0587f9702c7731 13c6a970e03b4ff187c47524f6397465 2024-03-22 14:29:21.968 | [4710 Async ks-alt-member-user:34704]: running: get_or_add_user_project_role member e6343c2f02994d779f0587f9702c7731 13c6a970e03b4ff187c47524f6397465 2024-03-22 14:29:21.970 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2024-03-22 14:29:21.972 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2024-03-22 14:29:21.974 | ++ functions-common:get_or_create_user:882 : local user_id 2024-03-22 14:29:21.976 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo_reader@example.com ]] 2024-03-22 14:29:21.978 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo_reader@example.com 2024-03-22 14:29:21.981 | +++ functions-common:get_or_create_user:900 : 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-03-22 14:29:23.282 | +++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:23.284 | ++ functions-common:get_or_create_user:898 : user_id=1023d12ca2b045608e1d0ac70893d8c7 2024-03-22 14:29:23.286 | ++ functions-common:get_or_create_user:899 : echo 1023d12ca2b045608e1d0ac70893d8c7 2024-03-22 14:29:23.288 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=1023d12ca2b045608e1d0ac70893d8c7 2024-03-22 14:29:23.290 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader 1023d12ca2b045608e1d0ac70893d8c7 13c6a970e03b4ff187c47524f6397465 2024-03-22 14:29:23.340 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 1023d12ca2b045608e1d0ac70893d8c7 13c6a970e03b4ff187c47524f6397465 2024-03-22 14:29:23.372 | [4710 Async ks-alt-reader-user:34878]: running: get_or_add_user_project_role reader 1023d12ca2b045608e1d0ac70893d8c7 13c6a970e03b4ff187c47524f6397465 2024-03-22 14:29:23.374 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2024-03-22 14:29:23.376 | ++ functions-common:get_or_create_user:882 : local user_id 2024-03-22 14:29:23.378 | ++ functions-common:get_or_create_user:883 : [[ ! -z system_member@example.com ]] 2024-03-22 14:29:23.380 | ++ functions-common:get_or_create_user:884 : local email=--email=system_member@example.com 2024-03-22 14:29:23.383 | +++ functions-common:get_or_create_user:900 : 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-03-22 14:29:23.767 | + inc/async:async_inner:64 : rc=0 2024-03-22 14:29:23.786 | [34431 Async ks-alt-admin:34431]: finished successfully 2024-03-22 14:29:23.812 | + inc/async:async_inner:64 : rc=0 2024-03-22 14:29:23.830 | [34527 Async ks-alt-another:34527]: finished successfully 2024-03-22 14:29:24.641 | +++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:24.643 | ++ functions-common:get_or_create_user:898 : user_id=0b0af45dcaef4d489d63bd3e3ac5e390 2024-03-22 14:29:24.645 | ++ functions-common:get_or_create_user:899 : echo 0b0af45dcaef4d489d63bd3e3ac5e390 2024-03-22 14:29:24.647 | + lib/keystone:create_keystone_accounts:397 : system_member_user=0b0af45dcaef4d489d63bd3e3ac5e390 2024-03-22 14:29:24.649 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member 0b0af45dcaef4d489d63bd3e3ac5e390 all 2024-03-22 14:29:24.698 | + inc/async:async_inner:63 : get_or_add_user_system_role member 0b0af45dcaef4d489d63bd3e3ac5e390 all 2024-03-22 14:29:24.730 | [4710 Async ks-system-member:35111]: running: get_or_add_user_system_role member 0b0af45dcaef4d489d63bd3e3ac5e390 all 2024-03-22 14:29:24.733 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2024-03-22 14:29:24.735 | ++ functions-common:get_or_create_user:882 : local user_id 2024-03-22 14:29:24.738 | ++ functions-common:get_or_create_user:883 : [[ ! -z system_reader@example.com ]] 2024-03-22 14:29:24.739 | ++ functions-common:get_or_create_user:884 : local email=--email=system_reader@example.com 2024-03-22 14:29:24.742 | +++ functions-common:get_or_create_user:900 : 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-03-22 14:29:25.300 | + inc/async:async_inner:64 : rc=0 2024-03-22 14:29:25.319 | [34704 Async ks-alt-member-user:34704]: finished successfully 2024-03-22 14:29:26.016 | +++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:26.018 | ++ functions-common:get_or_create_user:898 : user_id=bd65dd6090944fec9f2cc2480f25bdec 2024-03-22 14:29:26.020 | ++ functions-common:get_or_create_user:899 : echo bd65dd6090944fec9f2cc2480f25bdec 2024-03-22 14:29:26.023 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=bd65dd6090944fec9f2cc2480f25bdec 2024-03-22 14:29:26.025 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader bd65dd6090944fec9f2cc2480f25bdec all 2024-03-22 14:29:26.075 | + inc/async:async_inner:63 : get_or_add_user_system_role reader bd65dd6090944fec9f2cc2480f25bdec all 2024-03-22 14:29:26.109 | [4710 Async ks-system-reader:35319]: running: get_or_add_user_system_role reader bd65dd6090944fec9f2cc2480f25bdec all 2024-03-22 14:29:26.111 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2024-03-22 14:29:26.114 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2024-03-22 14:29:26.116 | ++ functions-common:get_or_create_group:867 : local 'desc=openstack admin group' 2024-03-22 14:29:26.118 | ++ functions-common:get_or_create_group:868 : local group_id 2024-03-22 14:29:26.120 | +++ functions-common:get_or_create_group:877 : oscwrap --os-cloud devstack-system-admin group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2024-03-22 14:29:26.458 | + inc/async:async_inner:64 : rc=0 2024-03-22 14:29:26.477 | [34878 Async ks-alt-reader-user:34878]: finished successfully 2024-03-22 14:29:27.535 | +++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:27.538 | ++ functions-common:get_or_create_group:875 : group_id=b3c9cd0f28f34cbba505105fa18e7510 2024-03-22 14:29:27.540 | ++ functions-common:get_or_create_group:876 : echo b3c9cd0f28f34cbba505105fa18e7510 2024-03-22 14:29:27.543 | + lib/keystone:create_keystone_accounts:407 : admin_group=b3c9cd0f28f34cbba505105fa18e7510 2024-03-22 14:29:27.545 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2024-03-22 14:29:27.548 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2024-03-22 14:29:27.550 | ++ functions-common:get_or_create_group:867 : local 'desc=non-admin group' 2024-03-22 14:29:27.552 | ++ functions-common:get_or_create_group:868 : local group_id 2024-03-22 14:29:27.555 | +++ functions-common:get_or_create_group:877 : oscwrap --os-cloud devstack-system-admin group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2024-03-22 14:29:28.835 | +++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:28.837 | ++ functions-common:get_or_create_group:875 : group_id=4bfa69a0d6f4454f9f15e31bdffa70d9 2024-03-22 14:29:28.840 | ++ functions-common:get_or_create_group:876 : echo 4bfa69a0d6f4454f9f15e31bdffa70d9 2024-03-22 14:29:28.842 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=4bfa69a0d6f4454f9f15e31bdffa70d9 2024-03-22 14:29:28.844 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member 4bfa69a0d6f4454f9f15e31bdffa70d9 c85177e34a7b479083c022ff7463fa00 2024-03-22 14:29:28.894 | + inc/async:async_inner:63 : get_or_add_group_project_role member 4bfa69a0d6f4454f9f15e31bdffa70d9 c85177e34a7b479083c022ff7463fa00 2024-03-22 14:29:28.924 | [4710 Async ks-group-memberdemo:35631]: running: get_or_add_group_project_role member 4bfa69a0d6f4454f9f15e31bdffa70d9 c85177e34a7b479083c022ff7463fa00 2024-03-22 14:29:28.926 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 4bfa69a0d6f4454f9f15e31bdffa70d9 c85177e34a7b479083c022ff7463fa00 2024-03-22 14:29:28.974 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 4bfa69a0d6f4454f9f15e31bdffa70d9 c85177e34a7b479083c022ff7463fa00 2024-03-22 14:29:29.005 | [4710 Async ks-group-anotherdemo:35710]: running: get_or_add_group_project_role anotherrole 4bfa69a0d6f4454f9f15e31bdffa70d9 c85177e34a7b479083c022ff7463fa00 2024-03-22 14:29:29.007 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member 4bfa69a0d6f4454f9f15e31bdffa70d9 13c6a970e03b4ff187c47524f6397465 2024-03-22 14:29:29.057 | + inc/async:async_inner:63 : get_or_add_group_project_role member 4bfa69a0d6f4454f9f15e31bdffa70d9 13c6a970e03b4ff187c47524f6397465 2024-03-22 14:29:29.085 | [4710 Async ks-group-memberalt:35790]: running: get_or_add_group_project_role member 4bfa69a0d6f4454f9f15e31bdffa70d9 13c6a970e03b4ff187c47524f6397465 2024-03-22 14:29:29.087 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 4bfa69a0d6f4454f9f15e31bdffa70d9 13c6a970e03b4ff187c47524f6397465 2024-03-22 14:29:29.128 | + inc/async:async_inner:64 : rc=0 2024-03-22 14:29:29.140 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 4bfa69a0d6f4454f9f15e31bdffa70d9 13c6a970e03b4ff187c47524f6397465 2024-03-22 14:29:29.146 | [35111 Async ks-system-member:35111]: finished successfully 2024-03-22 14:29:29.169 | [4710 Async ks-group-anotheralt:35908]: running: get_or_add_group_project_role anotherrole 4bfa69a0d6f4454f9f15e31bdffa70d9 13c6a970e03b4ff187c47524f6397465 2024-03-22 14:29:29.171 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin b3c9cd0f28f34cbba505105fa18e7510 53d344078ac949bc9a672e60e994152d 2024-03-22 14:29:29.224 | + inc/async:async_inner:63 : get_or_add_group_project_role admin b3c9cd0f28f34cbba505105fa18e7510 53d344078ac949bc9a672e60e994152d 2024-03-22 14:29:29.264 | [4710 Async ks-group-admin:36009]: running: get_or_add_group_project_role admin b3c9cd0f28f34cbba505105fa18e7510 53d344078ac949bc9a672e60e994152d 2024-03-22 14:29:29.266 | + lib/keystone:create_keystone_accounts:418 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2024-03-22 14:29:29.302 | [4710 Async ks-demo-member:33576]: Waiting for completion of get_or_add_user_project_role member 0e8e3ee692804d129f31dd0c2e408aca c85177e34a7b479083c022ff7463fa00 running on PID 33576 (17 other jobs running) 2024-03-22 14:29:29.319 | [4710 Async ks-demo-member:33576]: Signaling child to exit 2024-03-22 14:29:29.319 | WAKEUP 2024-03-22 14:29:29.335 | [4710 Async ks-demo-member:33576]: Signaled 2024-03-22 14:29:29.336 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-03-22 14:29:29.336 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-03-22 14:29:29.336 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2024-03-22 14:29:29.336 | ++ functions-common:_get_domain_args:930 : local domain 2024-03-22 14:29:29.336 | ++ functions-common:_get_domain_args:931 : domain= 2024-03-22 14:29:29.336 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-03-22 14:29:29.336 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-03-22 14:29:29.336 | ++ functions-common:_get_domain_args:940 : echo 2024-03-22 14:29:29.336 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2024-03-22 14:29:29.336 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user 0e8e3ee692804d129f31dd0c2e408aca --project c85177e34a7b479083c022ff7463fa00 2024-03-22 14:29:29.336 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 0e8e3ee692804d129f31dd0c2e408aca --project c85177e34a7b479083c022ff7463fa00 -c Role -f value 2024-03-22 14:29:29.336 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:29.336 | + functions-common:get_or_add_user_project_role:962 : user_role_id=83054e80d10e4190a3f49f1356512e4b 2024-03-22 14:29:29.336 | + functions-common:get_or_add_user_project_role:963 : echo 83054e80d10e4190a3f49f1356512e4b 2024-03-22 14:29:29.336 | 83054e80d10e4190a3f49f1356512e4b 2024-03-22 14:29:29.367 | [4710 Async ks-demo-member:33576]: finished get_or_add_user_project_role member 0e8e3ee692804d129f31dd0c2e408aca c85177e34a7b479083c022ff7463fa00 with result 0 in 3 seconds 2024-03-22 14:29:29.393 | [4710 Async ks-demo-admin:33672]: Waiting for completion of get_or_add_user_project_role admin d5ddd9af111948f19b635aabf7f727ba c85177e34a7b479083c022ff7463fa00 running on PID 33672 (16 other jobs running) 2024-03-22 14:29:29.410 | [4710 Async ks-demo-admin:33672]: Signaling child to exit 2024-03-22 14:29:29.410 | WAKEUP 2024-03-22 14:29:29.426 | [4710 Async ks-demo-admin:33672]: Signaled 2024-03-22 14:29:29.427 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-03-22 14:29:29.427 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-03-22 14:29:29.427 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2024-03-22 14:29:29.427 | ++ functions-common:_get_domain_args:930 : local domain 2024-03-22 14:29:29.427 | ++ functions-common:_get_domain_args:931 : domain= 2024-03-22 14:29:29.427 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-03-22 14:29:29.427 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-03-22 14:29:29.427 | ++ functions-common:_get_domain_args:940 : echo 2024-03-22 14:29:29.427 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2024-03-22 14:29:29.427 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user d5ddd9af111948f19b635aabf7f727ba --project c85177e34a7b479083c022ff7463fa00 2024-03-22 14:29:29.427 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user d5ddd9af111948f19b635aabf7f727ba --project c85177e34a7b479083c022ff7463fa00 -c Role -f value 2024-03-22 14:29:29.427 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:29.427 | + functions-common:get_or_add_user_project_role:962 : user_role_id=59a23adcc35545edb3b15753de4988e6 2024-03-22 14:29:29.428 | + functions-common:get_or_add_user_project_role:963 : echo 59a23adcc35545edb3b15753de4988e6 2024-03-22 14:29:29.428 | 59a23adcc35545edb3b15753de4988e6 2024-03-22 14:29:29.458 | [4710 Async ks-demo-admin:33672]: finished get_or_add_user_project_role admin d5ddd9af111948f19b635aabf7f727ba c85177e34a7b479083c022ff7463fa00 with result 0 in 3 seconds 2024-03-22 14:29:29.484 | [4710 Async ks-demo-another:33769]: Waiting for completion of get_or_add_user_project_role anotherrole 0e8e3ee692804d129f31dd0c2e408aca c85177e34a7b479083c022ff7463fa00 running on PID 33769 (15 other jobs running) 2024-03-22 14:29:29.502 | [4710 Async ks-demo-another:33769]: Signaling child to exit 2024-03-22 14:29:29.502 | WAKEUP 2024-03-22 14:29:29.517 | [4710 Async ks-demo-another:33769]: Signaled 2024-03-22 14:29:29.518 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-03-22 14:29:29.518 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-03-22 14:29:29.518 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2024-03-22 14:29:29.518 | ++ functions-common:_get_domain_args:930 : local domain 2024-03-22 14:29:29.518 | ++ functions-common:_get_domain_args:931 : domain= 2024-03-22 14:29:29.518 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-03-22 14:29:29.518 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-03-22 14:29:29.518 | ++ functions-common:_get_domain_args:940 : echo 2024-03-22 14:29:29.518 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2024-03-22 14:29:29.518 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add anotherrole --user 0e8e3ee692804d129f31dd0c2e408aca --project c85177e34a7b479083c022ff7463fa00 2024-03-22 14:29:29.518 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 0e8e3ee692804d129f31dd0c2e408aca --project c85177e34a7b479083c022ff7463fa00 -c Role -f value 2024-03-22 14:29:29.518 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:29.518 | + functions-common:get_or_add_user_project_role:962 : user_role_id=c74b468998e14ebaa0274e936433ca78 2024-03-22 14:29:29.518 | + functions-common:get_or_add_user_project_role:963 : echo c74b468998e14ebaa0274e936433ca78 2024-03-22 14:29:29.518 | c74b468998e14ebaa0274e936433ca78 2024-03-22 14:29:29.550 | [4710 Async ks-demo-another:33769]: finished get_or_add_user_project_role anotherrole 0e8e3ee692804d129f31dd0c2e408aca c85177e34a7b479083c022ff7463fa00 with result 0 in 3 seconds 2024-03-22 14:29:29.575 | [4710 Async ks-demo-invis:33866]: Waiting for completion of get_or_add_user_project_role member 0e8e3ee692804d129f31dd0c2e408aca 3e4b30825cee4dcf80aea9fc54882566 running on PID 33866 (14 other jobs running) 2024-03-22 14:29:29.593 | [4710 Async ks-demo-invis:33866]: Signaling child to exit 2024-03-22 14:29:29.594 | WAKEUP 2024-03-22 14:29:29.609 | [4710 Async ks-demo-invis:33866]: Signaled 2024-03-22 14:29:29.610 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-03-22 14:29:29.610 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-03-22 14:29:29.610 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2024-03-22 14:29:29.610 | ++ functions-common:_get_domain_args:930 : local domain 2024-03-22 14:29:29.610 | ++ functions-common:_get_domain_args:931 : domain= 2024-03-22 14:29:29.610 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-03-22 14:29:29.610 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-03-22 14:29:29.610 | ++ functions-common:_get_domain_args:940 : echo 2024-03-22 14:29:29.610 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2024-03-22 14:29:29.610 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user 0e8e3ee692804d129f31dd0c2e408aca --project 3e4b30825cee4dcf80aea9fc54882566 2024-03-22 14:29:29.610 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 0e8e3ee692804d129f31dd0c2e408aca --project 3e4b30825cee4dcf80aea9fc54882566 -c Role -f value 2024-03-22 14:29:29.611 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:29.611 | + functions-common:get_or_add_user_project_role:962 : user_role_id=83054e80d10e4190a3f49f1356512e4b 2024-03-22 14:29:29.611 | + functions-common:get_or_add_user_project_role:963 : echo 83054e80d10e4190a3f49f1356512e4b 2024-03-22 14:29:29.611 | 83054e80d10e4190a3f49f1356512e4b 2024-03-22 14:29:29.641 | [4710 Async ks-demo-invis:33866]: finished get_or_add_user_project_role member 0e8e3ee692804d129f31dd0c2e408aca 3e4b30825cee4dcf80aea9fc54882566 with result 0 in 3 seconds 2024-03-22 14:29:29.667 | [4710 Async ks-demo-reader:34036]: Waiting for completion of get_or_add_user_project_role reader 64ce193f4d03470eb4c278b8de778239 c85177e34a7b479083c022ff7463fa00 running on PID 34036 (13 other jobs running) 2024-03-22 14:29:29.685 | [4710 Async ks-demo-reader:34036]: Signaling child to exit 2024-03-22 14:29:29.685 | WAKEUP 2024-03-22 14:29:29.700 | [4710 Async ks-demo-reader:34036]: Signaled 2024-03-22 14:29:29.701 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-03-22 14:29:29.701 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-03-22 14:29:29.701 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2024-03-22 14:29:29.701 | ++ functions-common:_get_domain_args:930 : local domain 2024-03-22 14:29:29.701 | ++ functions-common:_get_domain_args:931 : domain= 2024-03-22 14:29:29.701 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-03-22 14:29:29.701 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-03-22 14:29:29.701 | ++ functions-common:_get_domain_args:940 : echo 2024-03-22 14:29:29.701 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2024-03-22 14:29:29.701 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add reader --user 64ce193f4d03470eb4c278b8de778239 --project c85177e34a7b479083c022ff7463fa00 2024-03-22 14:29:29.701 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 64ce193f4d03470eb4c278b8de778239 --project c85177e34a7b479083c022ff7463fa00 -c Role -f value 2024-03-22 14:29:29.701 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:29.701 | + functions-common:get_or_add_user_project_role:962 : user_role_id=a7632bdf8a25468c8109ac7317a12e3b 2024-03-22 14:29:29.701 | + functions-common:get_or_add_user_project_role:963 : echo a7632bdf8a25468c8109ac7317a12e3b 2024-03-22 14:29:29.701 | a7632bdf8a25468c8109ac7317a12e3b 2024-03-22 14:29:29.733 | [4710 Async ks-demo-reader:34036]: finished get_or_add_user_project_role reader 64ce193f4d03470eb4c278b8de778239 c85177e34a7b479083c022ff7463fa00 with result 0 in 3 seconds 2024-03-22 14:29:29.736 | + inc/async:async_wait:197 : return 0 2024-03-22 14:29:29.738 | + lib/keystone:create_keystone_accounts:419 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2024-03-22 14:29:29.786 | [4710 Async ks-alt-admin:34431]: Waiting for completion of get_or_add_user_project_role admin 986a4e17daec4b5e89a101fa360c6f56 13c6a970e03b4ff187c47524f6397465 running on PID 34431 (12 other jobs running) 2024-03-22 14:29:29.806 | [4710 Async ks-alt-admin:34431]: Signaling child to exit 2024-03-22 14:29:29.806 | WAKEUP 2024-03-22 14:29:29.835 | [4710 Async ks-alt-admin:34431]: Signaled 2024-03-22 14:29:29.836 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-03-22 14:29:29.836 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-03-22 14:29:29.836 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2024-03-22 14:29:29.836 | ++ functions-common:_get_domain_args:930 : local domain 2024-03-22 14:29:29.836 | ++ functions-common:_get_domain_args:931 : domain= 2024-03-22 14:29:29.836 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-03-22 14:29:29.836 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-03-22 14:29:29.836 | ++ functions-common:_get_domain_args:940 : echo 2024-03-22 14:29:29.836 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2024-03-22 14:29:29.836 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user 986a4e17daec4b5e89a101fa360c6f56 --project 13c6a970e03b4ff187c47524f6397465 2024-03-22 14:29:29.836 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 986a4e17daec4b5e89a101fa360c6f56 --project 13c6a970e03b4ff187c47524f6397465 -c Role -f value 2024-03-22 14:29:29.836 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:29.836 | + functions-common:get_or_add_user_project_role:962 : user_role_id=59a23adcc35545edb3b15753de4988e6 2024-03-22 14:29:29.836 | + functions-common:get_or_add_user_project_role:963 : echo 59a23adcc35545edb3b15753de4988e6 2024-03-22 14:29:29.836 | 59a23adcc35545edb3b15753de4988e6 2024-03-22 14:29:29.869 | [4710 Async ks-alt-admin:34431]: finished get_or_add_user_project_role admin 986a4e17daec4b5e89a101fa360c6f56 13c6a970e03b4ff187c47524f6397465 with result 0 in 3 seconds 2024-03-22 14:29:29.897 | [4710 Async ks-alt-another:34527]: Waiting for completion of get_or_add_user_project_role anotherrole 986a4e17daec4b5e89a101fa360c6f56 13c6a970e03b4ff187c47524f6397465 running on PID 34527 (11 other jobs running) 2024-03-22 14:29:29.923 | [4710 Async ks-alt-another:34527]: Signaling child to exit 2024-03-22 14:29:29.924 | WAKEUP 2024-03-22 14:29:29.946 | [4710 Async ks-alt-another:34527]: Signaled 2024-03-22 14:29:29.947 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-03-22 14:29:29.947 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-03-22 14:29:29.947 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2024-03-22 14:29:29.947 | ++ functions-common:_get_domain_args:930 : local domain 2024-03-22 14:29:29.947 | ++ functions-common:_get_domain_args:931 : domain= 2024-03-22 14:29:29.947 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-03-22 14:29:29.947 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-03-22 14:29:29.947 | ++ functions-common:_get_domain_args:940 : echo 2024-03-22 14:29:29.948 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2024-03-22 14:29:29.948 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add anotherrole --user 986a4e17daec4b5e89a101fa360c6f56 --project 13c6a970e03b4ff187c47524f6397465 2024-03-22 14:29:29.948 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 986a4e17daec4b5e89a101fa360c6f56 --project 13c6a970e03b4ff187c47524f6397465 -c Role -f value 2024-03-22 14:29:29.948 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:29.948 | + functions-common:get_or_add_user_project_role:962 : user_role_id=c74b468998e14ebaa0274e936433ca78 2024-03-22 14:29:29.948 | + functions-common:get_or_add_user_project_role:963 : echo c74b468998e14ebaa0274e936433ca78 2024-03-22 14:29:29.948 | c74b468998e14ebaa0274e936433ca78 2024-03-22 14:29:29.984 | [4710 Async ks-alt-another:34527]: finished get_or_add_user_project_role anotherrole 986a4e17daec4b5e89a101fa360c6f56 13c6a970e03b4ff187c47524f6397465 with result 0 in 3 seconds 2024-03-22 14:29:30.014 | [4710 Async ks-alt-member-user:34704]: Waiting for completion of get_or_add_user_project_role member e6343c2f02994d779f0587f9702c7731 13c6a970e03b4ff187c47524f6397465 running on PID 34704 (10 other jobs running) 2024-03-22 14:29:30.056 | [4710 Async ks-alt-member-user:34704]: Signaling child to exit 2024-03-22 14:29:30.056 | WAKEUP 2024-03-22 14:29:30.106 | [4710 Async ks-alt-member-user:34704]: Signaled 2024-03-22 14:29:30.109 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-03-22 14:29:30.110 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-03-22 14:29:30.110 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2024-03-22 14:29:30.110 | ++ functions-common:_get_domain_args:930 : local domain 2024-03-22 14:29:30.110 | ++ functions-common:_get_domain_args:931 : domain= 2024-03-22 14:29:30.110 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-03-22 14:29:30.110 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-03-22 14:29:30.110 | ++ functions-common:_get_domain_args:940 : echo 2024-03-22 14:29:30.110 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2024-03-22 14:29:30.110 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user e6343c2f02994d779f0587f9702c7731 --project 13c6a970e03b4ff187c47524f6397465 2024-03-22 14:29:30.110 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user e6343c2f02994d779f0587f9702c7731 --project 13c6a970e03b4ff187c47524f6397465 -c Role -f value 2024-03-22 14:29:30.110 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:30.110 | + functions-common:get_or_add_user_project_role:962 : user_role_id=83054e80d10e4190a3f49f1356512e4b 2024-03-22 14:29:30.110 | + functions-common:get_or_add_user_project_role:963 : echo 83054e80d10e4190a3f49f1356512e4b 2024-03-22 14:29:30.110 | 83054e80d10e4190a3f49f1356512e4b 2024-03-22 14:29:30.144 | [4710 Async ks-alt-member-user:34704]: finished get_or_add_user_project_role member e6343c2f02994d779f0587f9702c7731 13c6a970e03b4ff187c47524f6397465 with result 0 in 3 seconds 2024-03-22 14:29:30.207 | [4710 Async ks-alt-reader-user:34878]: Waiting for completion of get_or_add_user_project_role reader 1023d12ca2b045608e1d0ac70893d8c7 13c6a970e03b4ff187c47524f6397465 running on PID 34878 (9 other jobs running) 2024-03-22 14:29:30.235 | [4710 Async ks-alt-reader-user:34878]: Signaling child to exit 2024-03-22 14:29:30.236 | WAKEUP 2024-03-22 14:29:30.255 | [4710 Async ks-alt-reader-user:34878]: Signaled 2024-03-22 14:29:30.256 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-03-22 14:29:30.256 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-03-22 14:29:30.256 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2024-03-22 14:29:30.256 | ++ functions-common:_get_domain_args:930 : local domain 2024-03-22 14:29:30.256 | ++ functions-common:_get_domain_args:931 : domain= 2024-03-22 14:29:30.256 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-03-22 14:29:30.256 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-03-22 14:29:30.256 | ++ functions-common:_get_domain_args:940 : echo 2024-03-22 14:29:30.256 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2024-03-22 14:29:30.256 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add reader --user 1023d12ca2b045608e1d0ac70893d8c7 --project 13c6a970e03b4ff187c47524f6397465 2024-03-22 14:29:30.256 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 1023d12ca2b045608e1d0ac70893d8c7 --project 13c6a970e03b4ff187c47524f6397465 -c Role -f value 2024-03-22 14:29:30.256 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:30.256 | + functions-common:get_or_add_user_project_role:962 : user_role_id=a7632bdf8a25468c8109ac7317a12e3b 2024-03-22 14:29:30.256 | + functions-common:get_or_add_user_project_role:963 : echo a7632bdf8a25468c8109ac7317a12e3b 2024-03-22 14:29:30.256 | a7632bdf8a25468c8109ac7317a12e3b 2024-03-22 14:29:30.290 | [4710 Async ks-alt-reader-user:34878]: finished get_or_add_user_project_role reader 1023d12ca2b045608e1d0ac70893d8c7 13c6a970e03b4ff187c47524f6397465 with result 0 in 3 seconds 2024-03-22 14:29:30.294 | + inc/async:async_wait:197 : return 0 2024-03-22 14:29:30.296 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2024-03-22 14:29:30.344 | [4710 Async ks-system-member:35111]: Waiting for completion of get_or_add_user_system_role member 0b0af45dcaef4d489d63bd3e3ac5e390 all running on PID 35111 (8 other jobs running) 2024-03-22 14:29:30.363 | [4710 Async ks-system-member:35111]: Signaling child to exit 2024-03-22 14:29:30.363 | WAKEUP 2024-03-22 14:29:30.381 | [4710 Async ks-system-member:35111]: Signaled 2024-03-22 14:29:30.382 | + functions-common:get_or_add_user_system_role:988 : local user_role_id 2024-03-22 14:29:30.382 | + functions-common:get_or_add_user_system_role:989 : local domain_args 2024-03-22 14:29:30.382 | ++ functions-common:get_or_add_user_system_role:991 : _get_domain_args 2024-03-22 14:29:30.382 | ++ functions-common:_get_domain_args:930 : local domain 2024-03-22 14:29:30.382 | ++ functions-common:_get_domain_args:931 : domain= 2024-03-22 14:29:30.382 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-03-22 14:29:30.382 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-03-22 14:29:30.382 | ++ functions-common:_get_domain_args:940 : echo 2024-03-22 14:29:30.382 | + functions-common:get_or_add_user_system_role:991 : domain_args= 2024-03-22 14:29:30.382 | ++ functions-common:get_or_add_user_system_role:999 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 0b0af45dcaef4d489d63bd3e3ac5e390 --system all -f value -c Role 2024-03-22 14:29:30.382 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:30.382 | + functions-common:get_or_add_user_system_role:999 : user_role_id= 2024-03-22 14:29:30.382 | + functions-common:get_or_add_user_system_role:1000 : [[ -z '' ]] 2024-03-22 14:29:30.382 | + functions-common:get_or_add_user_system_role:1002 : openstack --os-cloud devstack-system-admin role add member --user 0b0af45dcaef4d489d63bd3e3ac5e390 --system all 2024-03-22 14:29:30.383 | ++ functions-common:get_or_add_user_system_role:1011 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 0b0af45dcaef4d489d63bd3e3ac5e390 --system all -f value -c Role 2024-03-22 14:29:30.383 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:30.383 | + functions-common:get_or_add_user_system_role:1011 : user_role_id= 2024-03-22 14:29:30.383 | + functions-common:get_or_add_user_system_role:1013 : echo 2024-03-22 14:29:30.383 | 2024-03-22 14:29:30.447 | [4710 Async ks-system-member:35111]: finished get_or_add_user_system_role member 0b0af45dcaef4d489d63bd3e3ac5e390 all with result 0 in 4 seconds 2024-03-22 14:29:30.479 | [4710 Async ks-system-reader:35319]: Waiting for completion of get_or_add_user_system_role reader bd65dd6090944fec9f2cc2480f25bdec all running on PID 35319 (7 other jobs running) 2024-03-22 14:29:30.498 | [4710 Async ks-system-reader:35319]: Signaling child to exit 2024-03-22 14:29:30.574 | + inc/async:async_inner:64 : rc=0 2024-03-22 14:29:30.592 | [35319 Async ks-system-reader:35319]: finished successfully 2024-03-22 14:29:30.608 | WAKEUP 2024-03-22 14:29:30.625 | [4710 Async ks-system-reader:35319]: Signaled 2024-03-22 14:29:30.625 | + functions-common:get_or_add_user_system_role:988 : local user_role_id 2024-03-22 14:29:30.626 | + functions-common:get_or_add_user_system_role:989 : local domain_args 2024-03-22 14:29:30.626 | ++ functions-common:get_or_add_user_system_role:991 : _get_domain_args 2024-03-22 14:29:30.626 | ++ functions-common:_get_domain_args:930 : local domain 2024-03-22 14:29:30.626 | ++ functions-common:_get_domain_args:931 : domain= 2024-03-22 14:29:30.626 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-03-22 14:29:30.626 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-03-22 14:29:30.626 | ++ functions-common:_get_domain_args:940 : echo 2024-03-22 14:29:30.626 | + functions-common:get_or_add_user_system_role:991 : domain_args= 2024-03-22 14:29:30.626 | ++ functions-common:get_or_add_user_system_role:999 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user bd65dd6090944fec9f2cc2480f25bdec --system all -f value -c Role 2024-03-22 14:29:30.626 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:30.626 | + functions-common:get_or_add_user_system_role:999 : user_role_id= 2024-03-22 14:29:30.626 | + functions-common:get_or_add_user_system_role:1000 : [[ -z '' ]] 2024-03-22 14:29:30.626 | + functions-common:get_or_add_user_system_role:1002 : openstack --os-cloud devstack-system-admin role add reader --user bd65dd6090944fec9f2cc2480f25bdec --system all 2024-03-22 14:29:30.626 | ++ functions-common:get_or_add_user_system_role:1011 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user bd65dd6090944fec9f2cc2480f25bdec --system all -f value -c Role 2024-03-22 14:29:30.626 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:30.626 | + functions-common:get_or_add_user_system_role:1011 : user_role_id=a7632bdf8a25468c8109ac7317a12e3b 2024-03-22 14:29:30.626 | + functions-common:get_or_add_user_system_role:1013 : echo a7632bdf8a25468c8109ac7317a12e3b 2024-03-22 14:29:30.626 | a7632bdf8a25468c8109ac7317a12e3b 2024-03-22 14:29:30.657 | [4710 Async ks-system-reader:35319]: finished get_or_add_user_system_role reader bd65dd6090944fec9f2cc2480f25bdec all with result 0 in 4 seconds 2024-03-22 14:29:30.660 | + inc/async:async_wait:197 : return 0 2024-03-22 14:29:30.661 | + lib/keystone:create_keystone_accounts:421 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2024-03-22 14:29:30.698 | [4710 Async ks-group-memberdemo:35631]: Waiting for completion of get_or_add_group_project_role member 4bfa69a0d6f4454f9f15e31bdffa70d9 c85177e34a7b479083c022ff7463fa00 running on PID 35631 (6 other jobs running) 2024-03-22 14:29:30.715 | [4710 Async ks-group-memberdemo:35631]: Signaling child to exit 2024-03-22 14:29:31.924 | + inc/async:async_inner:64 : rc=0 2024-03-22 14:29:31.943 | [35631 Async ks-group-memberdemo:35631]: finished successfully 2024-03-22 14:29:31.959 | WAKEUP 2024-03-22 14:29:31.976 | [4710 Async ks-group-memberdemo:35631]: Signaled 2024-03-22 14:29:31.977 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2024-03-22 14:29:31.977 | + functions-common:get_or_add_group_project_role:1023 : openstack role add member --group 4bfa69a0d6f4454f9f15e31bdffa70d9 --project c85177e34a7b479083c022ff7463fa00 2024-03-22 14:29:31.977 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 4bfa69a0d6f4454f9f15e31bdffa70d9 --project c85177e34a7b479083c022ff7463fa00 -f value -c Role 2024-03-22 14:29:31.977 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:31.977 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=83054e80d10e4190a3f49f1356512e4b 2024-03-22 14:29:31.977 | + functions-common:get_or_add_group_project_role:1032 : echo 83054e80d10e4190a3f49f1356512e4b 2024-03-22 14:29:31.977 | 83054e80d10e4190a3f49f1356512e4b 2024-03-22 14:29:32.009 | [4710 Async ks-group-memberdemo:35631]: finished get_or_add_group_project_role member 4bfa69a0d6f4454f9f15e31bdffa70d9 c85177e34a7b479083c022ff7463fa00 with result 0 in 3 seconds 2024-03-22 14:29:32.036 | [4710 Async ks-group-anotherdemo:35710]: Waiting for completion of get_or_add_group_project_role anotherrole 4bfa69a0d6f4454f9f15e31bdffa70d9 c85177e34a7b479083c022ff7463fa00 running on PID 35710 (5 other jobs running) 2024-03-22 14:29:32.053 | [4710 Async ks-group-anotherdemo:35710]: Signaling child to exit 2024-03-22 14:29:32.223 | + inc/async:async_inner:64 : rc=0 2024-03-22 14:29:32.242 | [35710 Async ks-group-anotherdemo:35710]: finished successfully 2024-03-22 14:29:32.260 | WAKEUP 2024-03-22 14:29:32.280 | [4710 Async ks-group-anotherdemo:35710]: Signaled 2024-03-22 14:29:32.281 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2024-03-22 14:29:32.281 | + functions-common:get_or_add_group_project_role:1023 : openstack role add anotherrole --group 4bfa69a0d6f4454f9f15e31bdffa70d9 --project c85177e34a7b479083c022ff7463fa00 2024-03-22 14:29:32.281 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 4bfa69a0d6f4454f9f15e31bdffa70d9 --project c85177e34a7b479083c022ff7463fa00 -f value -c Role 2024-03-22 14:29:32.281 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:32.281 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=c74b468998e14ebaa0274e936433ca78 2024-03-22 14:29:32.281 | + functions-common:get_or_add_group_project_role:1032 : echo c74b468998e14ebaa0274e936433ca78 2024-03-22 14:29:32.281 | c74b468998e14ebaa0274e936433ca78 2024-03-22 14:29:32.292 | + inc/async:async_inner:64 : rc=0 2024-03-22 14:29:32.312 | [35790 Async ks-group-memberalt:35790]: finished successfully 2024-03-22 14:29:32.318 | [4710 Async ks-group-anotherdemo:35710]: finished get_or_add_group_project_role anotherrole 4bfa69a0d6f4454f9f15e31bdffa70d9 c85177e34a7b479083c022ff7463fa00 with result 0 in 3 seconds 2024-03-22 14:29:32.346 | [4710 Async ks-group-memberalt:35790]: Waiting for completion of get_or_add_group_project_role member 4bfa69a0d6f4454f9f15e31bdffa70d9 13c6a970e03b4ff187c47524f6397465 running on PID 35790 (4 other jobs running) 2024-03-22 14:29:32.364 | [4710 Async ks-group-memberalt:35790]: Signaling child to exit 2024-03-22 14:29:32.364 | WAKEUP 2024-03-22 14:29:32.380 | [4710 Async ks-group-memberalt:35790]: Signaled 2024-03-22 14:29:32.381 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2024-03-22 14:29:32.381 | + functions-common:get_or_add_group_project_role:1023 : openstack role add member --group 4bfa69a0d6f4454f9f15e31bdffa70d9 --project 13c6a970e03b4ff187c47524f6397465 2024-03-22 14:29:32.381 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 4bfa69a0d6f4454f9f15e31bdffa70d9 --project 13c6a970e03b4ff187c47524f6397465 -f value -c Role 2024-03-22 14:29:32.381 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:32.381 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=83054e80d10e4190a3f49f1356512e4b 2024-03-22 14:29:32.381 | + functions-common:get_or_add_group_project_role:1032 : echo 83054e80d10e4190a3f49f1356512e4b 2024-03-22 14:29:32.381 | 83054e80d10e4190a3f49f1356512e4b 2024-03-22 14:29:32.414 | [4710 Async ks-group-memberalt:35790]: finished get_or_add_group_project_role member 4bfa69a0d6f4454f9f15e31bdffa70d9 13c6a970e03b4ff187c47524f6397465 with result 0 in 3 seconds 2024-03-22 14:29:32.441 | [4710 Async ks-group-anotheralt:35908]: Waiting for completion of get_or_add_group_project_role anotherrole 4bfa69a0d6f4454f9f15e31bdffa70d9 13c6a970e03b4ff187c47524f6397465 running on PID 35908 (3 other jobs running) 2024-03-22 14:29:32.459 | [4710 Async ks-group-anotheralt:35908]: Signaling child to exit 2024-03-22 14:29:32.478 | + inc/async:async_inner:64 : rc=0 2024-03-22 14:29:32.495 | + inc/async:async_inner:64 : rc=0 2024-03-22 14:29:32.498 | [35908 Async ks-group-anotheralt:35908]: finished successfully 2024-03-22 14:29:32.514 | [36009 Async ks-group-admin:36009]: finished successfully 2024-03-22 14:29:32.515 | WAKEUP 2024-03-22 14:29:32.532 | [4710 Async ks-group-anotheralt:35908]: Signaled 2024-03-22 14:29:32.533 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2024-03-22 14:29:32.533 | + functions-common:get_or_add_group_project_role:1023 : openstack role add anotherrole --group 4bfa69a0d6f4454f9f15e31bdffa70d9 --project 13c6a970e03b4ff187c47524f6397465 2024-03-22 14:29:32.533 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 4bfa69a0d6f4454f9f15e31bdffa70d9 --project 13c6a970e03b4ff187c47524f6397465 -f value -c Role 2024-03-22 14:29:32.533 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:32.533 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=c74b468998e14ebaa0274e936433ca78 2024-03-22 14:29:32.533 | + functions-common:get_or_add_group_project_role:1032 : echo c74b468998e14ebaa0274e936433ca78 2024-03-22 14:29:32.533 | c74b468998e14ebaa0274e936433ca78 2024-03-22 14:29:32.563 | [4710 Async ks-group-anotheralt:35908]: finished get_or_add_group_project_role anotherrole 4bfa69a0d6f4454f9f15e31bdffa70d9 13c6a970e03b4ff187c47524f6397465 with result 0 in 3 seconds 2024-03-22 14:29:32.588 | [4710 Async ks-group-admin:36009]: Waiting for completion of get_or_add_group_project_role admin b3c9cd0f28f34cbba505105fa18e7510 53d344078ac949bc9a672e60e994152d running on PID 36009 (2 other jobs running) 2024-03-22 14:29:32.605 | [4710 Async ks-group-admin:36009]: Signaling child to exit 2024-03-22 14:29:32.605 | WAKEUP 2024-03-22 14:29:32.620 | [4710 Async ks-group-admin:36009]: Signaled 2024-03-22 14:29:32.621 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2024-03-22 14:29:32.621 | + functions-common:get_or_add_group_project_role:1023 : openstack role add admin --group b3c9cd0f28f34cbba505105fa18e7510 --project 53d344078ac949bc9a672e60e994152d 2024-03-22 14:29:32.621 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group b3c9cd0f28f34cbba505105fa18e7510 --project 53d344078ac949bc9a672e60e994152d -f value -c Role 2024-03-22 14:29:32.621 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:32.621 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=59a23adcc35545edb3b15753de4988e6 2024-03-22 14:29:32.621 | + functions-common:get_or_add_group_project_role:1032 : echo 59a23adcc35545edb3b15753de4988e6 2024-03-22 14:29:32.621 | 59a23adcc35545edb3b15753de4988e6 2024-03-22 14:29:32.651 | [4710 Async ks-group-admin:36009]: finished get_or_add_group_project_role admin b3c9cd0f28f34cbba505105fa18e7510 53d344078ac949bc9a672e60e994152d with result 0 in 3 seconds 2024-03-22 14:29:32.654 | + inc/async:async_wait:197 : return 0 2024-03-22 14:29:32.656 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2024-03-22 14:29:32.669 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:29:32.671 | + stack.sh:main:1139 : is_service_enabled nova 2024-03-22 14:29:32.685 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:29:32.687 | + stack.sh:main:1140 : async_runfunc create_nova_accounts 2024-03-22 14:29:32.688 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2024-03-22 14:29:32.735 | + inc/async:async_inner:63 : create_nova_accounts 2024-03-22 14:29:32.765 | [4710 Async create_nova_accounts:37857]: running: create_nova_accounts 2024-03-22 14:29:32.767 | + stack.sh:main:1142 : is_service_enabled glance 2024-03-22 14:29:32.781 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:29:32.783 | + stack.sh:main:1143 : async_runfunc create_glance_accounts 2024-03-22 14:29:32.785 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2024-03-22 14:29:32.832 | + inc/async:async_inner:63 : create_glance_accounts 2024-03-22 14:29:32.864 | [4710 Async create_glance_accounts:37980]: running: create_glance_accounts 2024-03-22 14:29:32.866 | + stack.sh:main:1145 : is_service_enabled cinder 2024-03-22 14:29:32.880 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:29:32.882 | + stack.sh:main:1146 : async_runfunc create_cinder_accounts 2024-03-22 14:29:32.884 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2024-03-22 14:29:32.930 | + inc/async:async_inner:63 : create_cinder_accounts 2024-03-22 14:29:32.962 | [4710 Async create_cinder_accounts:38119]: running: create_cinder_accounts 2024-03-22 14:29:32.965 | + stack.sh:main:1148 : is_service_enabled neutron 2024-03-22 14:29:32.980 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:29:32.982 | + stack.sh:main:1149 : async_runfunc create_neutron_accounts 2024-03-22 14:29:32.984 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2024-03-22 14:29:33.031 | + inc/async:async_inner:63 : create_neutron_accounts 2024-03-22 14:29:33.063 | [4710 Async create_neutron_accounts:38262]: running: create_neutron_accounts 2024-03-22 14:29:33.065 | + stack.sh:main:1151 : is_service_enabled swift 2024-03-22 14:29:33.079 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:29:33.082 | + stack.sh:main:1160 : is_service_enabled horizon 2024-03-22 14:29:33.096 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:29:33.098 | + stack.sh:main:1165 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2024-03-22 14:29:33.135 | [4710 Async create_nova_accounts:37857]: Waiting for completion of create_nova_accounts running on PID 37857 (5 other jobs running) 2024-03-22 14:29:33.152 | [4710 Async create_nova_accounts:37857]: Signaling child to exit 2024-03-22 14:29:45.223 | + inc/async:async_inner:64 : rc=0 2024-03-22 14:29:45.242 | [38262 Async create_neutron_accounts:38262]: finished successfully 2024-03-22 14:29:53.138 | + inc/async:async_inner:64 : rc=0 2024-03-22 14:29:53.157 | [38119 Async create_cinder_accounts:38119]: finished successfully 2024-03-22 14:29:53.926 | + inc/async:async_inner:64 : rc=0 2024-03-22 14:29:53.945 | [37857 Async create_nova_accounts:37857]: finished successfully 2024-03-22 14:29:53.962 | WAKEUP 2024-03-22 14:29:53.978 | [4710 Async create_nova_accounts:37857]: Signaled 2024-03-22 14:29:53.978 | + lib/nova:create_nova_accounts:378 : [[ 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-03-22 14:29:53.978 | + lib/nova:create_nova_accounts:382 : create_service_user nova admin 2024-03-22 14:29:53.978 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2024-03-22 14:29:53.978 | + functions-common:get_or_create_user:882 : local user_id 2024-03-22 14:29:53.978 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2024-03-22 14:29:53.978 | + functions-common:get_or_create_user:886 : local email= 2024-03-22 14:29:53.979 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create nova --password nomoresecret --domain=Default --or-show -f value -c id 2024-03-22 14:29:53.979 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:53.979 | + functions-common:get_or_create_user:898 : user_id=4f2aac5939654a4fa2fc69494e438eca 2024-03-22 14:29:53.979 | + functions-common:get_or_create_user:899 : echo 4f2aac5939654a4fa2fc69494e438eca 2024-03-22 14:29:53.979 | 4f2aac5939654a4fa2fc69494e438eca 2024-03-22 14:29:53.979 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2024-03-22 14:29:53.979 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-03-22 14:29:53.979 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-03-22 14:29:53.979 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2024-03-22 14:29:53.979 | ++ functions-common:_get_domain_args:930 : local domain 2024-03-22 14:29:53.979 | ++ functions-common:_get_domain_args:931 : domain= 2024-03-22 14:29:53.979 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2024-03-22 14:29:53.979 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2024-03-22 14:29:53.979 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2024-03-22 14:29:53.979 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2024-03-22 14:29:53.979 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2024-03-22 14:29:53.979 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2024-03-22 14:29:53.979 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user nova --project service --user-domain Default --project-domain Default 2024-03-22 14:29:53.979 | ++ functions-common:get_or_add_user_project_role:962 : 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-03-22 14:29:53.979 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:53.979 | + functions-common:get_or_add_user_project_role:962 : user_role_id=a1c4dc57370f46b5af1cbb827e18119a 2024-03-22 14:29:53.979 | + functions-common:get_or_add_user_project_role:963 : echo a1c4dc57370f46b5af1cbb827e18119a 2024-03-22 14:29:53.979 | a1c4dc57370f46b5af1cbb827e18119a 2024-03-22 14:29:53.979 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-03-22 14:29:53.979 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2024-03-22 14:29:53.979 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-03-22 14:29:53.979 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-03-22 14:29:53.979 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2024-03-22 14:29:53.979 | ++ functions-common:_get_domain_args:930 : local domain 2024-03-22 14:29:53.979 | ++ functions-common:_get_domain_args:931 : domain= 2024-03-22 14:29:53.979 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2024-03-22 14:29:53.979 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2024-03-22 14:29:53.979 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2024-03-22 14:29:53.979 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2024-03-22 14:29:53.979 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2024-03-22 14:29:53.979 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2024-03-22 14:29:53.979 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user nova --project service --user-domain Default --project-domain Default 2024-03-22 14:29:53.979 | ++ functions-common:get_or_add_user_project_role:962 : 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-03-22 14:29:53.979 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:53.979 | + functions-common:get_or_add_user_project_role:962 : user_role_id=59a23adcc35545edb3b15753de4988e6 2024-03-22 14:29:53.979 | + functions-common:get_or_add_user_project_role:963 : echo 59a23adcc35545edb3b15753de4988e6 2024-03-22 14:29:53.979 | 59a23adcc35545edb3b15753de4988e6 2024-03-22 14:29:53.979 | + lib/nova:create_nova_accounts:384 : local nova_api_url 2024-03-22 14:29:53.979 | + lib/nova:create_nova_accounts:385 : [[ True == \F\a\l\s\e ]] 2024-03-22 14:29:53.979 | + lib/nova:create_nova_accounts:388 : nova_api_url=http://10.180.1.21/compute 2024-03-22 14:29:53.979 | + lib/nova:create_nova_accounts:391 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2024-03-22 14:29:53.979 | + functions-common:get_or_create_service:1038 : local service_id 2024-03-22 14:29:53.979 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2024-03-22 14:29:53.979 | ++ functions-common:get_or_create_service:1053 : 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-03-22 14:29:53.979 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:53.979 | + functions-common:get_or_create_service:1049 : service_id=' 2024-03-22 14:29:53.979 | 831e672fe3954928bb487f713af381c1' 2024-03-22 14:29:53.979 | + functions-common:get_or_create_service:1050 : echo 831e672fe3954928bb487f713af381c1 2024-03-22 14:29:53.979 | 831e672fe3954928bb487f713af381c1 2024-03-22 14:29:53.979 | + lib/nova:create_nova_accounts:393 : get_or_create_endpoint compute_legacy RegionOne 'http://10.180.1.21/compute/v2/$(project_id)s' 2024-03-22 14:29:53.979 | + functions-common:get_or_create_endpoint:1082 : local public_id 2024-03-22 14:29:53.979 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.180.1.21/compute/v2/$(project_id)s' RegionOne 2024-03-22 14:29:53.979 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2024-03-22 14:29:53.979 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2024-03-22 14:29:53.979 | +++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:53.979 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2024-03-22 14:29:53.979 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2024-03-22 14:29:53.979 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : 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-03-22 14:29:53.979 | +++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:53.979 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=1e62b15b61f340808f616a4de223a596 2024-03-22 14:29:53.979 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 1e62b15b61f340808f616a4de223a596 2024-03-22 14:29:53.979 | + functions-common:get_or_create_endpoint:1083 : public_id=1e62b15b61f340808f616a4de223a596 2024-03-22 14:29:53.979 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2024-03-22 14:29:53.979 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2024-03-22 14:29:53.979 | + functions-common:get_or_create_endpoint:1092 : echo 1e62b15b61f340808f616a4de223a596 2024-03-22 14:29:53.979 | 1e62b15b61f340808f616a4de223a596 2024-03-22 14:29:53.979 | + lib/nova:create_nova_accounts:397 : get_or_create_service nova compute 'Nova Compute Service' 2024-03-22 14:29:53.979 | + functions-common:get_or_create_service:1038 : local service_id 2024-03-22 14:29:53.979 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2024-03-22 14:29:53.979 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create compute --name nova '--description=Nova Compute Service' -f value -c id 2024-03-22 14:29:53.979 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:53.979 | + functions-common:get_or_create_service:1049 : service_id=' 2024-03-22 14:29:53.979 | 0e3b9af07bdd453988a98469e828f0a8' 2024-03-22 14:29:53.979 | + functions-common:get_or_create_service:1050 : echo 0e3b9af07bdd453988a98469e828f0a8 2024-03-22 14:29:53.979 | 0e3b9af07bdd453988a98469e828f0a8 2024-03-22 14:29:53.979 | + lib/nova:create_nova_accounts:399 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2024-03-22 14:29:53.979 | + functions-common:get_or_create_endpoint:1082 : local public_id 2024-03-22 14:29:53.979 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface compute public http://10.180.1.21/compute/v2.1 RegionOne 2024-03-22 14:29:53.979 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2024-03-22 14:29:53.979 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute --interface public --region RegionOne -c ID -f value 2024-03-22 14:29:53.979 | +++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:53.979 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2024-03-22 14:29:53.980 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2024-03-22 14:29:53.980 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : 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-03-22 14:29:53.980 | +++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:53.980 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=05ae9c9f71e74be3a7bc51d1c5bd4c05 2024-03-22 14:29:53.980 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 05ae9c9f71e74be3a7bc51d1c5bd4c05 2024-03-22 14:29:53.980 | + functions-common:get_or_create_endpoint:1083 : public_id=05ae9c9f71e74be3a7bc51d1c5bd4c05 2024-03-22 14:29:53.980 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2024-03-22 14:29:53.980 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2024-03-22 14:29:53.980 | + functions-common:get_or_create_endpoint:1092 : echo 05ae9c9f71e74be3a7bc51d1c5bd4c05 2024-03-22 14:29:53.980 | 05ae9c9f71e74be3a7bc51d1c5bd4c05 2024-03-22 14:29:53.980 | + lib/nova:create_nova_accounts:404 : is_service_enabled n-api 2024-03-22 14:29:53.980 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:29:53.980 | + lib/nova:create_nova_accounts:406 : is_service_enabled swift 2024-03-22 14:29:53.980 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:29:53.980 | + lib/nova:create_nova_accounts:414 : is_service_enabled s3api 2024-03-22 14:29:53.980 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:29:53.980 | + lib/nova:create_nova_accounts:425 : is_service_enabled n-api 2024-03-22 14:29:53.980 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:29:53.980 | + lib/nova:create_nova_accounts:426 : [[ False = True ]] 2024-03-22 14:29:54.011 | [4710 Async create_nova_accounts:37857]: finished create_nova_accounts with result 0 in 21 seconds 2024-03-22 14:29:54.037 | [4710 Async create_glance_accounts:37980]: Waiting for completion of create_glance_accounts running on PID 37980 (4 other jobs running) 2024-03-22 14:29:54.054 | [4710 Async create_glance_accounts:37980]: Signaling child to exit 2024-03-22 14:29:55.005 | + inc/async:async_inner:64 : rc=0 2024-03-22 14:29:55.026 | [37980 Async create_glance_accounts:37980]: finished successfully 2024-03-22 14:29:55.042 | WAKEUP 2024-03-22 14:29:55.058 | [4710 Async create_glance_accounts:37980]: Signaled 2024-03-22 14:29:55.059 | + lib/glance:create_glance_accounts:454 : is_service_enabled g-api 2024-03-22 14:29:55.059 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:29:55.059 | + lib/glance:create_glance_accounts:456 : create_service_user glance 2024-03-22 14:29:55.059 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2024-03-22 14:29:55.059 | + functions-common:get_or_create_user:882 : local user_id 2024-03-22 14:29:55.059 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2024-03-22 14:29:55.059 | + functions-common:get_or_create_user:886 : local email= 2024-03-22 14:29:55.059 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create glance --password nomoresecret --domain=Default --or-show -f value -c id 2024-03-22 14:29:55.059 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:55.059 | + functions-common:get_or_create_user:898 : user_id=0b12ecca82ba47429df6bffba6140c10 2024-03-22 14:29:55.059 | + functions-common:get_or_create_user:899 : echo 0b12ecca82ba47429df6bffba6140c10 2024-03-22 14:29:55.059 | 0b12ecca82ba47429df6bffba6140c10 2024-03-22 14:29:55.059 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2024-03-22 14:29:55.059 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-03-22 14:29:55.059 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-03-22 14:29:55.059 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2024-03-22 14:29:55.059 | ++ functions-common:_get_domain_args:930 : local domain 2024-03-22 14:29:55.059 | ++ functions-common:_get_domain_args:931 : domain= 2024-03-22 14:29:55.059 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2024-03-22 14:29:55.059 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2024-03-22 14:29:55.059 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2024-03-22 14:29:55.059 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2024-03-22 14:29:55.059 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2024-03-22 14:29:55.059 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2024-03-22 14:29:55.059 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user glance --project service --user-domain Default --project-domain Default 2024-03-22 14:29:55.059 | ++ functions-common:get_or_add_user_project_role:962 : 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-03-22 14:29:55.059 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:55.059 | + functions-common:get_or_add_user_project_role:962 : user_role_id=a1c4dc57370f46b5af1cbb827e18119a 2024-03-22 14:29:55.059 | + functions-common:get_or_add_user_project_role:963 : echo a1c4dc57370f46b5af1cbb827e18119a 2024-03-22 14:29:55.059 | a1c4dc57370f46b5af1cbb827e18119a 2024-03-22 14:29:55.059 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-03-22 14:29:55.059 | + lib/glance:create_glance_accounts:459 : is_service_enabled s-proxy 2024-03-22 14:29:55.059 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:29:55.060 | + lib/glance:create_glance_accounts:463 : get_or_create_service glance image 'Glance Image Service' 2024-03-22 14:29:55.060 | + functions-common:get_or_create_service:1038 : local service_id 2024-03-22 14:29:55.060 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2024-03-22 14:29:55.060 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create image --name glance '--description=Glance Image Service' -f value -c id 2024-03-22 14:29:55.060 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:55.060 | + functions-common:get_or_create_service:1049 : service_id=' 2024-03-22 14:29:55.060 | 2ef89955d8f44968bfa49d4ca6ded42b' 2024-03-22 14:29:55.060 | + functions-common:get_or_create_service:1050 : echo 2ef89955d8f44968bfa49d4ca6ded42b 2024-03-22 14:29:55.060 | 2ef89955d8f44968bfa49d4ca6ded42b 2024-03-22 14:29:55.060 | + lib/glance:create_glance_accounts:465 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2024-03-22 14:29:55.060 | + functions-common:get_or_create_endpoint:1082 : local public_id 2024-03-22 14:29:55.060 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface image public http://10.180.1.21/image RegionOne 2024-03-22 14:29:55.060 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2024-03-22 14:29:55.060 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service image --interface public --region RegionOne -c ID -f value 2024-03-22 14:29:55.060 | +++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:55.060 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2024-03-22 14:29:55.060 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2024-03-22 14:29:55.060 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create image public http://10.180.1.21/image --region RegionOne -f value -c id 2024-03-22 14:29:55.060 | +++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:55.060 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=5fdd872104864218951b4d9ec865322e 2024-03-22 14:29:55.060 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 5fdd872104864218951b4d9ec865322e 2024-03-22 14:29:55.060 | + functions-common:get_or_create_endpoint:1083 : public_id=5fdd872104864218951b4d9ec865322e 2024-03-22 14:29:55.060 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2024-03-22 14:29:55.060 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2024-03-22 14:29:55.060 | + functions-common:get_or_create_endpoint:1092 : echo 5fdd872104864218951b4d9ec865322e 2024-03-22 14:29:55.060 | 5fdd872104864218951b4d9ec865322e 2024-03-22 14:29:55.060 | ++ lib/glance:create_glance_accounts:470 : get_or_create_domain Default 2024-03-22 14:29:55.060 | ++ functions-common:get_or_create_domain:855 : local domain_id 2024-03-22 14:29:55.060 | +++ functions-common:get_or_create_domain:861 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-03-22 14:29:55.060 | +++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:55.060 | ++ functions-common:get_or_create_domain:860 : domain_id=default 2024-03-22 14:29:55.060 | ++ functions-common:get_or_create_domain:861 : echo default 2024-03-22 14:29:55.060 | + lib/glance:create_glance_accounts:470 : service_domain_id=default 2024-03-22 14:29:55.060 | + lib/glance:create_glance_accounts:471 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2024-03-22 14:29:55.060 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2024-03-22 14:29:55.060 | + lib/glance:create_glance_accounts:474 : [[ True = True ]] 2024-03-22 14:29:55.060 | + lib/glance:create_glance_accounts:475 : configure_glance_quotas 2024-03-22 14:29:55.060 | + lib/glance:configure_glance_quotas:293 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 1000 --region RegionOne image_size_total 2024-03-22 14:29:55.060 | +---------------+----------------------------------+ 2024-03-22 14:29:55.060 | | Field | Value | 2024-03-22 14:29:55.060 | +---------------+----------------------------------+ 2024-03-22 14:29:55.060 | | default_limit | 1000 | 2024-03-22 14:29:55.060 | | description | None | 2024-03-22 14:29:55.060 | | id | a068dbf85115410bb7163f69fbf75cb5 | 2024-03-22 14:29:55.060 | | region_id | RegionOne | 2024-03-22 14:29:55.060 | | resource_name | image_size_total | 2024-03-22 14:29:55.060 | | service_id | 2ef89955d8f44968bfa49d4ca6ded42b | 2024-03-22 14:29:55.060 | +---------------+----------------------------------+ 2024-03-22 14:29:55.060 | + lib/glance:configure_glance_quotas:295 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 1000 --region RegionOne image_stage_total 2024-03-22 14:29:55.060 | +---------------+----------------------------------+ 2024-03-22 14:29:55.061 | | Field | Value | 2024-03-22 14:29:55.061 | +---------------+----------------------------------+ 2024-03-22 14:29:55.061 | | default_limit | 1000 | 2024-03-22 14:29:55.061 | | description | None | 2024-03-22 14:29:55.061 | | id | 7b847163709c4eb88fe6db462f7e05da | 2024-03-22 14:29:55.061 | | region_id | RegionOne | 2024-03-22 14:29:55.061 | | resource_name | image_stage_total | 2024-03-22 14:29:55.061 | | service_id | 2ef89955d8f44968bfa49d4ca6ded42b | 2024-03-22 14:29:55.061 | +---------------+----------------------------------+ 2024-03-22 14:29:55.061 | + lib/glance:configure_glance_quotas:297 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_total 2024-03-22 14:29:55.061 | +---------------+----------------------------------+ 2024-03-22 14:29:55.061 | | Field | Value | 2024-03-22 14:29:55.061 | +---------------+----------------------------------+ 2024-03-22 14:29:55.061 | | default_limit | 100 | 2024-03-22 14:29:55.061 | | description | None | 2024-03-22 14:29:55.061 | | id | fbf70d7dfc434a1b82395d6d18da8da0 | 2024-03-22 14:29:55.061 | | region_id | RegionOne | 2024-03-22 14:29:55.061 | | resource_name | image_count_total | 2024-03-22 14:29:55.061 | | service_id | 2ef89955d8f44968bfa49d4ca6ded42b | 2024-03-22 14:29:55.061 | +---------------+----------------------------------+ 2024-03-22 14:29:55.061 | + lib/glance:configure_glance_quotas:299 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_uploading 2024-03-22 14:29:55.061 | +---------------+----------------------------------+ 2024-03-22 14:29:55.061 | | Field | Value | 2024-03-22 14:29:55.061 | +---------------+----------------------------------+ 2024-03-22 14:29:55.061 | | default_limit | 100 | 2024-03-22 14:29:55.061 | | description | None | 2024-03-22 14:29:55.061 | | id | 01d236703cdf42d78881bce2650a30b2 | 2024-03-22 14:29:55.061 | | region_id | RegionOne | 2024-03-22 14:29:55.061 | | resource_name | image_count_uploading | 2024-03-22 14:29:55.061 | | service_id | 2ef89955d8f44968bfa49d4ca6ded42b | 2024-03-22 14:29:55.061 | +---------------+----------------------------------+ 2024-03-22 14:29:55.061 | + lib/glance:configure_glance_quotas:303 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2024-03-22 14:29:55.061 | + lib/glance:configure_glance_quotas:306 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2024-03-22 14:29:55.061 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2024-03-22 14:29:55.061 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2024-03-22 14:29:55.061 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2024-03-22 14:29:55.061 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.180.1.21/identity 2024-03-22 14:29:55.061 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2024-03-22 14:29:55.061 | ++ lib/glance:configure_glance_quotas:312 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2024-03-22 14:29:55.061 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:55.061 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id 5fdd872104864218951b4d9ec865322e 2024-03-22 14:29:55.061 | + lib/glance:configure_glance_quotas:316 : openstack --os-cloud devstack-system-admin role add --user glance --user-domain Default --system all reader 2024-03-22 14:29:55.091 | [4710 Async create_glance_accounts:37980]: finished create_glance_accounts with result 0 in 22 seconds 2024-03-22 14:29:55.118 | [4710 Async create_cinder_accounts:38119]: Waiting for completion of create_cinder_accounts running on PID 38119 (3 other jobs running) 2024-03-22 14:29:55.136 | [4710 Async create_cinder_accounts:38119]: Signaling child to exit 2024-03-22 14:29:55.136 | WAKEUP 2024-03-22 14:29:55.152 | [4710 Async create_cinder_accounts:38119]: Signaled 2024-03-22 14:29:55.152 | + lib/cinder:create_cinder_accounts:441 : [[ 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-03-22 14:29:55.152 | + lib/cinder:create_cinder_accounts:443 : local extra_role= 2024-03-22 14:29:55.152 | + lib/cinder:create_cinder_accounts:446 : is_service_enabled barbican 2024-03-22 14:29:55.152 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:29:55.152 | + lib/cinder:create_cinder_accounts:450 : create_service_user cinder 2024-03-22 14:29:55.152 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2024-03-22 14:29:55.152 | + functions-common:get_or_create_user:882 : local user_id 2024-03-22 14:29:55.152 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2024-03-22 14:29:55.152 | + functions-common:get_or_create_user:886 : local email= 2024-03-22 14:29:55.152 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create cinder --password nomoresecret --domain=Default --or-show -f value -c id 2024-03-22 14:29:55.152 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:55.153 | + functions-common:get_or_create_user:898 : user_id=a4ff219f37624936916a57fe824e648b 2024-03-22 14:29:55.153 | + functions-common:get_or_create_user:899 : echo a4ff219f37624936916a57fe824e648b 2024-03-22 14:29:55.153 | a4ff219f37624936916a57fe824e648b 2024-03-22 14:29:55.153 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2024-03-22 14:29:55.153 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-03-22 14:29:55.153 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-03-22 14:29:55.153 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2024-03-22 14:29:55.153 | ++ functions-common:_get_domain_args:930 : local domain 2024-03-22 14:29:55.153 | ++ functions-common:_get_domain_args:931 : domain= 2024-03-22 14:29:55.153 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2024-03-22 14:29:55.153 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2024-03-22 14:29:55.153 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2024-03-22 14:29:55.153 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2024-03-22 14:29:55.153 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2024-03-22 14:29:55.153 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2024-03-22 14:29:55.153 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user cinder --project service --user-domain Default --project-domain Default 2024-03-22 14:29:55.153 | ++ functions-common:get_or_add_user_project_role:962 : 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-03-22 14:29:55.153 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:55.153 | + functions-common:get_or_add_user_project_role:962 : user_role_id=a1c4dc57370f46b5af1cbb827e18119a 2024-03-22 14:29:55.153 | + functions-common:get_or_add_user_project_role:963 : echo a1c4dc57370f46b5af1cbb827e18119a 2024-03-22 14:29:55.153 | a1c4dc57370f46b5af1cbb827e18119a 2024-03-22 14:29:55.153 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-03-22 14:29:55.153 | + lib/cinder:create_cinder_accounts:453 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2024-03-22 14:29:55.153 | + functions-common:get_or_create_service:1038 : local service_id 2024-03-22 14:29:55.153 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2024-03-22 14:29:55.153 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2024-03-22 14:29:55.153 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:55.153 | + functions-common:get_or_create_service:1049 : service_id=' 2024-03-22 14:29:55.153 | fbe490e134cf4aa89cff30e1f3f506b5' 2024-03-22 14:29:55.153 | + functions-common:get_or_create_service:1050 : echo fbe490e134cf4aa89cff30e1f3f506b5 2024-03-22 14:29:55.153 | fbe490e134cf4aa89cff30e1f3f506b5 2024-03-22 14:29:55.153 | + lib/cinder:create_cinder_accounts:454 : '[' True == False ']' 2024-03-22 14:29:55.153 | + lib/cinder:create_cinder_accounts:467 : get_or_create_endpoint block-storage RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-03-22 14:29:55.153 | + functions-common:get_or_create_endpoint:1082 : local public_id 2024-03-22 14:29:55.153 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface block-storage public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2024-03-22 14:29:55.153 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2024-03-22 14:29:55.153 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2024-03-22 14:29:55.153 | +++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:55.153 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2024-03-22 14:29:55.153 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2024-03-22 14:29:55.153 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : 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-03-22 14:29:55.153 | +++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:55.153 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=6cebbbf8a4bf49b2bbe54399ae9ca7ae 2024-03-22 14:29:55.153 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 6cebbbf8a4bf49b2bbe54399ae9ca7ae 2024-03-22 14:29:55.153 | + functions-common:get_or_create_endpoint:1083 : public_id=6cebbbf8a4bf49b2bbe54399ae9ca7ae 2024-03-22 14:29:55.153 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2024-03-22 14:29:55.153 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2024-03-22 14:29:55.153 | + functions-common:get_or_create_endpoint:1092 : echo 6cebbbf8a4bf49b2bbe54399ae9ca7ae 2024-03-22 14:29:55.153 | 6cebbbf8a4bf49b2bbe54399ae9ca7ae 2024-03-22 14:29:55.153 | + lib/cinder:create_cinder_accounts:471 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2024-03-22 14:29:55.153 | + functions-common:get_or_create_service:1038 : local service_id 2024-03-22 14:29:55.153 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2024-03-22 14:29:55.153 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2024-03-22 14:29:55.153 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:55.153 | + functions-common:get_or_create_service:1049 : service_id=' 2024-03-22 14:29:55.153 | 08086f08df284eec998b2fe7d57adbd8' 2024-03-22 14:29:55.153 | + functions-common:get_or_create_service:1050 : echo 08086f08df284eec998b2fe7d57adbd8 2024-03-22 14:29:55.153 | 08086f08df284eec998b2fe7d57adbd8 2024-03-22 14:29:55.153 | + lib/cinder:create_cinder_accounts:473 : get_or_create_endpoint volumev3 RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-03-22 14:29:55.153 | + functions-common:get_or_create_endpoint:1082 : local public_id 2024-03-22 14:29:55.153 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2024-03-22 14:29:55.153 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2024-03-22 14:29:55.153 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2024-03-22 14:29:55.153 | +++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:55.153 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2024-03-22 14:29:55.153 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2024-03-22 14:29:55.154 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : 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-03-22 14:29:55.154 | +++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:55.154 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=bbff7e1635634ccdadf2d221344acb4e 2024-03-22 14:29:55.154 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo bbff7e1635634ccdadf2d221344acb4e 2024-03-22 14:29:55.154 | + functions-common:get_or_create_endpoint:1083 : public_id=bbff7e1635634ccdadf2d221344acb4e 2024-03-22 14:29:55.154 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2024-03-22 14:29:55.154 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2024-03-22 14:29:55.154 | + functions-common:get_or_create_endpoint:1092 : echo bbff7e1635634ccdadf2d221344acb4e 2024-03-22 14:29:55.154 | bbff7e1635634ccdadf2d221344acb4e 2024-03-22 14:29:55.154 | + lib/cinder:create_cinder_accounts:478 : configure_cinder_internal_tenant 2024-03-22 14:29:55.154 | ++ lib/cinder:configure_cinder_internal_tenant:709 : get_or_create_project service 2024-03-22 14:29:55.154 | ++ functions-common:get_or_create_project:905 : local project_id 2024-03-22 14:29:55.154 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2024-03-22 14:29:55.154 | +++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:55.154 | ++ functions-common:get_or_create_project:911 : project_id=272f7cf3da114133830c70f91e0c18c6 2024-03-22 14:29:55.154 | ++ functions-common:get_or_create_project:912 : echo 272f7cf3da114133830c70f91e0c18c6 2024-03-22 14:29:55.154 | + lib/cinder:configure_cinder_internal_tenant:709 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 272f7cf3da114133830c70f91e0c18c6 2024-03-22 14:29:55.154 | ++ lib/cinder:configure_cinder_internal_tenant:710 : get_or_create_user cinder 2024-03-22 14:29:55.154 | ++ functions-common:get_or_create_user:882 : local user_id 2024-03-22 14:29:55.154 | ++ functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2024-03-22 14:29:55.154 | ++ functions-common:get_or_create_user:886 : local email= 2024-03-22 14:29:55.154 | +++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create cinder --password '' --domain= --or-show -f value -c id 2024-03-22 14:29:55.154 | No password was supplied, authentication will fail when a user does not have a password. 2024-03-22 14:29:55.154 | +++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:55.154 | ++ functions-common:get_or_create_user:898 : user_id=a4ff219f37624936916a57fe824e648b 2024-03-22 14:29:55.154 | ++ functions-common:get_or_create_user:899 : echo a4ff219f37624936916a57fe824e648b 2024-03-22 14:29:55.154 | + lib/cinder:configure_cinder_internal_tenant:710 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id a4ff219f37624936916a57fe824e648b 2024-03-22 14:29:55.184 | [4710 Async create_cinder_accounts:38119]: finished create_cinder_accounts with result 0 in 20 seconds 2024-03-22 14:29:55.189 | + inc/async:async_wait:197 : return 0 2024-03-22 14:29:55.191 | + stack.sh:main:1166 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2024-03-22 14:29:55.228 | [4710 Async create_neutron_accounts:38262]: Waiting for completion of create_neutron_accounts running on PID 38262 (2 other jobs running) 2024-03-22 14:29:55.246 | [4710 Async create_neutron_accounts:38262]: Signaling child to exit 2024-03-22 14:29:55.246 | WAKEUP 2024-03-22 14:29:55.262 | [4710 Async create_neutron_accounts:38262]: Signaled 2024-03-22 14:29:55.263 | + lib/neutron:create_neutron_accounts:488 : local neutron_url 2024-03-22 14:29:55.263 | + lib/neutron:create_neutron_accounts:489 : '[' False == True ']' 2024-03-22 14:29:55.263 | + lib/neutron:create_neutron_accounts:492 : neutron_url=http://10.180.1.21:9696/ 2024-03-22 14:29:55.263 | + lib/neutron:create_neutron_accounts:494 : '[' '!' -z networking ']' 2024-03-22 14:29:55.263 | + lib/neutron:create_neutron_accounts:495 : neutron_url=http://10.180.1.21:9696/networking 2024-03-22 14:29:55.263 | + lib/neutron:create_neutron_accounts:498 : is_service_enabled q-svc neutron-api 2024-03-22 14:29:55.263 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:29:55.263 | + lib/neutron:create_neutron_accounts:500 : create_service_user neutron 2024-03-22 14:29:55.263 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2024-03-22 14:29:55.263 | + functions-common:get_or_create_user:882 : local user_id 2024-03-22 14:29:55.263 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2024-03-22 14:29:55.263 | + functions-common:get_or_create_user:886 : local email= 2024-03-22 14:29:55.263 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create neutron --password nomoresecret --domain=Default --or-show -f value -c id 2024-03-22 14:29:55.263 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:55.263 | + functions-common:get_or_create_user:898 : user_id=8f64355505154cf3bcfd50782a8293ee 2024-03-22 14:29:55.263 | + functions-common:get_or_create_user:899 : echo 8f64355505154cf3bcfd50782a8293ee 2024-03-22 14:29:55.263 | 8f64355505154cf3bcfd50782a8293ee 2024-03-22 14:29:55.263 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2024-03-22 14:29:55.263 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-03-22 14:29:55.263 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-03-22 14:29:55.263 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2024-03-22 14:29:55.263 | ++ functions-common:_get_domain_args:930 : local domain 2024-03-22 14:29:55.263 | ++ functions-common:_get_domain_args:931 : domain= 2024-03-22 14:29:55.263 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2024-03-22 14:29:55.263 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2024-03-22 14:29:55.263 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2024-03-22 14:29:55.263 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2024-03-22 14:29:55.263 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2024-03-22 14:29:55.263 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2024-03-22 14:29:55.263 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user neutron --project service --user-domain Default --project-domain Default 2024-03-22 14:29:55.263 | ++ functions-common:get_or_add_user_project_role:962 : 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-03-22 14:29:55.264 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:55.264 | + functions-common:get_or_add_user_project_role:962 : user_role_id=a1c4dc57370f46b5af1cbb827e18119a 2024-03-22 14:29:55.264 | + functions-common:get_or_add_user_project_role:963 : echo a1c4dc57370f46b5af1cbb827e18119a 2024-03-22 14:29:55.264 | a1c4dc57370f46b5af1cbb827e18119a 2024-03-22 14:29:55.264 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-03-22 14:29:55.264 | + lib/neutron:create_neutron_accounts:502 : get_or_create_service neutron network 'Neutron Service' 2024-03-22 14:29:55.264 | + functions-common:get_or_create_service:1038 : local service_id 2024-03-22 14:29:55.264 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2024-03-22 14:29:55.264 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create network --name neutron '--description=Neutron Service' -f value -c id 2024-03-22 14:29:55.264 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:55.264 | + functions-common:get_or_create_service:1049 : service_id=' 2024-03-22 14:29:55.264 | 7848201b07c04fcbafd47e4e58bd2244' 2024-03-22 14:29:55.264 | + functions-common:get_or_create_service:1050 : echo 7848201b07c04fcbafd47e4e58bd2244 2024-03-22 14:29:55.264 | 7848201b07c04fcbafd47e4e58bd2244 2024-03-22 14:29:55.264 | + lib/neutron:create_neutron_accounts:504 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2024-03-22 14:29:55.264 | + functions-common:get_or_create_endpoint:1082 : local public_id 2024-03-22 14:29:55.264 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface network public http://10.180.1.21:9696/networking RegionOne 2024-03-22 14:29:55.264 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2024-03-22 14:29:55.264 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service network --interface public --region RegionOne -c ID -f value 2024-03-22 14:29:55.264 | +++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:55.264 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2024-03-22 14:29:55.264 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2024-03-22 14:29:55.264 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create network public http://10.180.1.21:9696/networking --region RegionOne -f value -c id 2024-03-22 14:29:55.264 | +++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:29:55.264 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=152106b9b56847e8b63fb9fd5bf26ac3 2024-03-22 14:29:55.264 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 152106b9b56847e8b63fb9fd5bf26ac3 2024-03-22 14:29:55.264 | + functions-common:get_or_create_endpoint:1083 : public_id=152106b9b56847e8b63fb9fd5bf26ac3 2024-03-22 14:29:55.264 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2024-03-22 14:29:55.264 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2024-03-22 14:29:55.264 | + functions-common:get_or_create_endpoint:1092 : echo 152106b9b56847e8b63fb9fd5bf26ac3 2024-03-22 14:29:55.264 | 152106b9b56847e8b63fb9fd5bf26ac3 2024-03-22 14:29:55.294 | [4710 Async create_neutron_accounts:38262]: finished create_neutron_accounts with result 0 in 12 seconds 2024-03-22 14:29:55.300 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2024-03-22 14:29:55.304 | Not waiting for async task configure_horizon that we never started or has already been waited for 2024-03-22 14:29:55.306 | + inc/async:async_wait:197 : return 0 2024-03-22 14:29:55.308 | + stack.sh:main:1172 : is_service_enabled mysql postgresql 2024-03-22 14:29:55.322 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:29:55.324 | + stack.sh:main:1172 : is_service_enabled glance 2024-03-22 14:29:55.339 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:29:55.341 | + stack.sh:main:1173 : echo_summary 'Configuring Glance' 2024-03-22 14:29:55.343 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-22 14:29:55.345 | + stack.sh:echo_summary:470 : echo -e Configuring Glance 2024-03-22 14:29:55.347 | + stack.sh:main:1174 : async_runfunc init_glance 2024-03-22 14:29:55.349 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2024-03-22 14:29:55.397 | + inc/async:async_inner:63 : init_glance 2024-03-22 14:29:55.426 | [4710 Async init_glance:40544]: running: init_glance 2024-03-22 14:29:55.428 | + stack.sh:main:1181 : is_service_enabled neutron 2024-03-22 14:29:55.443 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:29:55.445 | + stack.sh:main:1182 : echo_summary 'Configuring Neutron' 2024-03-22 14:29:55.447 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-22 14:29:55.449 | + stack.sh:echo_summary:470 : echo -e Configuring Neutron 2024-03-22 14:29:55.451 | + stack.sh:main:1184 : configure_neutron 2024-03-22 14:29:55.454 | + lib/neutron:configure_neutron:380 : _configure_neutron_common 2024-03-22 14:29:55.455 | + lib/neutron:_configure_neutron_common:858 : _create_neutron_conf_dir 2024-03-22 14:29:55.457 | + lib/neutron:_create_neutron_conf_dir:851 : sudo install -d -o stack /etc/neutron 2024-03-22 14:29:55.467 | + lib/neutron:_configure_neutron_common:861 : cd /opt/stack//neutron 2024-03-22 14:29:55.470 | + lib/neutron:_configure_neutron_common:861 : exec ./tools/generate_config_file_samples.sh 2024-03-22 14:29:59.575 | + inc/async:async_inner:64 : rc=0 2024-03-22 14:29:59.594 | [40544 Async init_glance:40544]: finished successfully 2024-03-22 14:30:13.453 | + lib/neutron:_configure_neutron_common:863 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2024-03-22 14:30:13.457 | + lib/neutron:_configure_neutron_common:865 : Q_POLICY_FILE=/etc/neutron/policy.json 2024-03-22 14:30:13.459 | + lib/neutron:_configure_neutron_common:869 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2024-03-22 14:30:13.461 | + lib/neutron:_configure_neutron_common:873 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2024-03-22 14:30:13.462 | + lib/neutron:_configure_neutron_common:878 : neutron_plugin_configure_common 2024-03-22 14:30:13.464 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2024-03-22 14:30:13.466 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2024-03-22 14:30:13.468 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2024-03-22 14:30:13.469 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2024-03-22 14:30:13.471 | + lib/neutron:neutron_service_plugin_class_add:1036 : local service_plugin_class=router 2024-03-22 14:30:13.473 | + lib/neutron:neutron_service_plugin_class_add:1037 : [[ '' == '' ]] 2024-03-22 14:30:13.475 | + lib/neutron:neutron_service_plugin_class_add:1038 : Q_SERVICE_PLUGIN_CLASSES=router 2024-03-22 14:30:13.477 | + lib/neutron:_configure_neutron_common:880 : [[ etc/neutron/plugins/ml2 == '' ]] 2024-03-22 14:30:13.479 | + lib/neutron:_configure_neutron_common:880 : [[ ml2_conf.ini == '' ]] 2024-03-22 14:30:13.480 | + lib/neutron:_configure_neutron_common:880 : [[ ml2 == '' ]] 2024-03-22 14:30:13.482 | + lib/neutron:_configure_neutron_common:885 : mkdir -p /etc/neutron/plugins/ml2 2024-03-22 14:30:13.485 | + lib/neutron:_configure_neutron_common:886 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-22 14:30:13.487 | + lib/neutron:_configure_neutron_common:889 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-22 14:30:13.489 | + lib/neutron:_configure_neutron_common:892 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2024-03-22 14:30:13.491 | + lib/neutron:_configure_neutron_common:893 : cp /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-22 14:30:13.494 | ++ lib/neutron:_configure_neutron_common:898 : database_connection_url neutron 2024-03-22 14:30:13.496 | ++ lib/database:database_connection_url:134 : local db=neutron 2024-03-22 14:30:13.498 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2024-03-22 14:30:13.500 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=neutron 2024-03-22 14:30:13.502 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2024-03-22 14:30:13.504 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2024-03-22 14:30:13.506 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2024-03-22 14:30:13.518 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:30:13.520 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2024-03-22 14:30:13.521 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2024-03-22 14:30:13.524 | + lib/neutron:_configure_neutron_common:898 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2024-03-22 14:30:13.547 | + lib/neutron:_configure_neutron_common:899 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2024-03-22 14:30:13.571 | + lib/neutron:_configure_neutron_common:900 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2024-03-22 14:30:13.595 | + lib/neutron:_configure_neutron_common:901 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2024-03-22 14:30:13.618 | + lib/neutron:_configure_neutron_common:902 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2024-03-22 14:30:13.642 | + lib/neutron:_configure_neutron_common:905 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2024-03-22 14:30:13.665 | + lib/neutron:_configure_neutron_common:907 : '[' vsphere = fake ']' 2024-03-22 14:30:13.666 | + lib/neutron:_configure_neutron_common:917 : setup_logging /etc/neutron/neutron.conf 2024-03-22 14:30:13.668 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2024-03-22 14:30:13.670 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2024-03-22 14:30:13.672 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-03-22 14:30:13.685 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-03-22 14:30:13.687 | + functions:setup_systemd_logging:706 : local pidstr= 2024-03-22 14:30:13.689 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-03-22 14:30:13.691 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-03-22 14:30:13.692 | + 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-03-22 14:30:13.716 | + 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-03-22 14:30:13.739 | + 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-03-22 14:30:13.763 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-03-22 14:30:13.787 | + lib/neutron:_configure_neutron_common:919 : is_service_enabled tls-proxy 2024-03-22 14:30:13.799 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:30:13.801 | + lib/neutron:_configure_neutron_common:925 : _neutron_setup_rootwrap 2024-03-22 14:30:13.803 | + lib/neutron:_neutron_setup_rootwrap:1071 : [[ True == \F\a\l\s\e ]] 2024-03-22 14:30:13.805 | + lib/neutron:_neutron_setup_rootwrap:1075 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2024-03-22 14:30:13.806 | + lib/neutron:_neutron_setup_rootwrap:1076 : [[ -d /etc/neutron/rootwrap.d ]] 2024-03-22 14:30:13.808 | + lib/neutron:_neutron_setup_rootwrap:1080 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2024-03-22 14:30:13.810 | + lib/neutron:neutron_deploy_rootwrap_filters:1061 : [[ True == \F\a\l\s\e ]] 2024-03-22 14:30:13.812 | + lib/neutron:neutron_deploy_rootwrap_filters:1064 : local srcdir=/opt/stack//neutron 2024-03-22 14:30:13.814 | + lib/neutron:neutron_deploy_rootwrap_filters:1065 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2024-03-22 14:30:13.824 | + lib/neutron:neutron_deploy_rootwrap_filters:1066 : sudo install -o root -m 644 /opt/stack//neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/ 2024-03-22 14:30:13.834 | + lib/neutron:_neutron_setup_rootwrap:1084 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2024-03-22 14:30:13.836 | + lib/neutron:_neutron_setup_rootwrap:1087 : sudo install -o root -g root -m 644 /opt/stack//neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2024-03-22 14:30:13.845 | + lib/neutron:_neutron_setup_rootwrap:1089 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2024-03-22 14:30:13.855 | + lib/neutron:_neutron_setup_rootwrap:1093 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/neutron/rootwrap.conf 2024-03-22 14:30:13.865 | + lib/neutron:_neutron_setup_rootwrap:1096 : ROOTWRAP_SUDOER_CMD='/opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-03-22 14:30:13.867 | + lib/neutron:_neutron_setup_rootwrap:1097 : ROOTWRAP_DAEMON_SUDOER_CMD='/opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-03-22 14:30:13.869 | ++ lib/neutron:_neutron_setup_rootwrap:1100 : mktemp 2024-03-22 14:30:13.872 | + lib/neutron:_neutron_setup_rootwrap:1100 : TEMPFILE=/tmp/tmp.GfdgdOvhY7 2024-03-22 14:30:13.875 | + lib/neutron:_neutron_setup_rootwrap:1101 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-03-22 14:30:13.877 | + lib/neutron:_neutron_setup_rootwrap:1102 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-03-22 14:30:13.879 | + lib/neutron:_neutron_setup_rootwrap:1103 : chmod 0440 /tmp/tmp.GfdgdOvhY7 2024-03-22 14:30:13.882 | + lib/neutron:_neutron_setup_rootwrap:1104 : sudo chown root:root /tmp/tmp.GfdgdOvhY7 2024-03-22 14:30:13.891 | + lib/neutron:_neutron_setup_rootwrap:1105 : sudo mv /tmp/tmp.GfdgdOvhY7 /etc/sudoers.d/neutron-rootwrap 2024-03-22 14:30:13.900 | + lib/neutron:_neutron_setup_rootwrap:1108 : configure_root_helper_options /etc/neutron/neutron.conf 2024-03-22 14:30:13.902 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/neutron.conf 2024-03-22 14:30:13.904 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-03-22 14:30:13.928 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2024-03-22 14:30:13.930 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-03-22 14:30:13.953 | + lib/neutron:configure_neutron:381 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2024-03-22 14:30:13.955 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=neutron 2024-03-22 14:30:13.957 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/neutron/neutron.conf 2024-03-22 14:30:13.959 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2024-03-22 14:30:13.961 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2024-03-22 14:30:13.963 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2024-03-22 14:30:13.977 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:30:13.979 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2024-03-22 14:30:13.981 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2024-03-22 14:30:13.983 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2024-03-22 14:30:13.997 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:30:13.999 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-22 14:30:14.001 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-03-22 14:30:14.026 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2024-03-22 14:30:14.028 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2024-03-22 14:30:14.030 | + lib/neutron:configure_neutron:383 : is_service_enabled q-metering neutron-metering 2024-03-22 14:30:14.043 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:30:14.045 | + lib/neutron:configure_neutron:386 : is_service_enabled q-agt neutron-agent 2024-03-22 14:30:14.058 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:30:14.060 | + lib/neutron:configure_neutron:387 : _configure_neutron_plugin_agent 2024-03-22 14:30:14.062 | + lib/neutron:_configure_neutron_plugin_agent:983 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-22 14:30:14.064 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-22 14:30:14.066 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-03-22 14:30:14.092 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2024-03-22 14:30:14.094 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-03-22 14:30:14.118 | + lib/neutron:_configure_neutron_plugin_agent:984 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-03-22 14:30:14.143 | + lib/neutron:_configure_neutron_plugin_agent:987 : neutron_plugin_configure_plugin_agent 2024-03-22 14:30:14.145 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2024-03-22 14:30:14.147 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2024-03-22 14:30:14.149 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-03-22 14:30:15.393 | INFO neutron.common.config [-] Logging enabled! 2024-03-22 14:30:15.393 | INFO neutron.common.config [-] /opt/stack/data/venv/bin/neutron-ovs-cleanup version 0.0.1.dev17 2024-03-22 14:30:15.394 | DEBUG neutron.common.config [-] command line: /opt/stack/data/venv/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=41468) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-03-22 14:30:15.394 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2024-03-22 14:30:15.395 | INFO oslo.privsep.daemon [-] Running privsep helper: ['sudo', '/opt/stack/data/venv/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/tmp4ler4upa/privsep.sock'] 2024-03-22 14:30:16.223 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2024-03-22 14:30:16.223 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmp4ler4upa/privsep.sock {{(pid=41468) __init__ /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:362}} 2024-03-22 14:30:16.224 | INFO oslo.privsep.daemon [-] privsep daemon starting 2024-03-22 14:30:16.224 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2024-03-22 14:30:16.224 | 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-03-22 14:30:16.224 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 41479 2024-03-22 14:30:16.225 | DEBUG oslo.privsep.daemon [-] privsep: reply[719c6569-d08d-4a09-88e7-24198dce9c96]: (2,) {{(pid=41479) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2024-03-22 14:30:16.311 | 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=41479) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:384}} 2024-03-22 14:30:16.320 | 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.009s {{(pid=41479) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:422}} 2024-03-22 14:30:16.320 | DEBUG oslo.privsep.daemon [-] privsep: reply[4a714bd4-77b4-4c34-8969-7a917686bba6]: (4, ('f44e65c2-5419-463b-8422-c7102024b504\n', '')) {{(pid=41479) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2024-03-22 14:30:16.416 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=41468) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-03-22 14:30:16.416 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=41468) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-03-22 14:30:16.416 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=41468) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-03-22 14:30:16.416 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=41468) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-03-22 14:30:16.416 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=41468) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-03-22 14:30:16.416 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=41468) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-03-22 14:30:16.450 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-03-22 14:30:16.450 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=41468) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-03-22 14:30:16.450 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=41468) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-03-22 14:30:16.451 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-03-22 14:30:16.683 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2024-03-22 14:30:16.686 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2024-03-22 14:30:16.688 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2024-03-22 14:30:16.690 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-03-22 14:30:16.692 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2024-03-22 14:30:16.706 | + 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-03-22 14:30:16.719 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2024-03-22 14:30:16.721 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:88 : [[ True == \T\r\u\e ]] 2024-03-22 14:30:16.723 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:89 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver openvswitch 2024-03-22 14:30:16.748 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:90 : running_in_container 2024-03-22 14:30:16.751 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2024-03-22 14:30:16.757 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2024-03-22 14:30:16.759 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:91 : enable_kernel_bridge_firewall 2024-03-22 14:30:16.761 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2024-03-22 14:30:16.797 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2024-03-22 14:30:16.810 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-03-22 14:30:16.812 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2024-03-22 14:30:16.821 | net.bridge.bridge-nf-call-iptables = 1 2024-03-22 14:30:16.824 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-03-22 14:30:16.826 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2024-03-22 14:30:16.832 | net.bridge.bridge-nf-call-ip6tables = 1 2024-03-22 14:30:16.835 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2024-03-22 14:30:16.837 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2024-03-22 14:30:16.839 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2024-03-22 14:30:16.841 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2024-03-22 14:30:16.843 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2024-03-22 14:30:16.845 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2024-03-22 14:30:16.847 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-03-22 14:30:16.849 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2024-03-22 14:30:16.851 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-03-22 14:30:16.853 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-03-22 14:30:16.865 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2024-03-22 14:30:16.867 | + 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-03-22 14:30:16.894 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/opt/stack/data/venv/bin/neutron-openvswitch-agent 2024-03-22 14:30:16.896 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2024-03-22 14:30:16.921 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2024-03-22 14:30:16.945 | + lib/neutron:configure_neutron:389 : is_service_enabled q-dhcp neutron-dhcp 2024-03-22 14:30:16.959 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:30:16.961 | + lib/neutron:configure_neutron:390 : _configure_neutron_dhcp_agent 2024-03-22 14:30:16.963 | + lib/neutron:_configure_neutron_dhcp_agent:930 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2024-03-22 14:30:16.966 | + lib/neutron:_configure_neutron_dhcp_agent:932 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2024-03-22 14:30:16.991 | + lib/neutron:_configure_neutron_dhcp_agent:934 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2024-03-22 14:30:17.015 | + lib/neutron:_configure_neutron_dhcp_agent:935 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2024-03-22 14:30:17.017 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/dhcp_agent.ini 2024-03-22 14:30:17.019 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/dhcp_agent.ini agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-03-22 14:30:17.043 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2024-03-22 14:30:17.045 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/dhcp_agent.ini agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-03-22 14:30:17.070 | + lib/neutron:_configure_neutron_dhcp_agent:937 : is_service_enabled q-l3 neutron-l3 2024-03-22 14:30:17.085 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:30:17.087 | + lib/neutron:_configure_neutron_dhcp_agent:948 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-03-22 14:30:17.089 | + lib/neutron:_neutron_setup_interface_driver:1123 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2024-03-22 14:30:17.115 | + lib/neutron:_neutron_setup_interface_driver:1125 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-03-22 14:30:17.117 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-03-22 14:30:17.119 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-03-22 14:30:17.144 | + lib/neutron:_configure_neutron_dhcp_agent:950 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2024-03-22 14:30:17.147 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-03-22 14:30:17.149 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2024-03-22 14:30:17.151 | + lib/neutron:configure_neutron:392 : is_service_enabled q-l3 neutron-l3 2024-03-22 14:30:17.165 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:30:17.167 | + lib/neutron:configure_neutron:393 : _configure_neutron_l3_agent 2024-03-22 14:30:17.169 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:120 : cp /opt/stack//neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini 2024-03-22 14:30:17.173 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2024-03-22 14:30:17.198 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:123 : iniset /etc/neutron/l3_agent.ini AGENT root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-03-22 14:30:17.227 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : [[ True == \T\r\u\e ]] 2024-03-22 14:30:17.229 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:125 : iniset /etc/neutron/l3_agent.ini AGENT root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-03-22 14:30:17.254 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:128 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2024-03-22 14:30:17.256 | + lib/neutron:_neutron_setup_interface_driver:1123 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2024-03-22 14:30:17.281 | + lib/neutron:_neutron_setup_interface_driver:1125 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2024-03-22 14:30:17.283 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2024-03-22 14:30:17.285 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2024-03-22 14:30:17.310 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:130 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2024-03-22 14:30:17.312 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2024-03-22 14:30:17.314 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2024-03-22 14:30:17.316 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:99 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-03-22 14:30:18.565 | INFO neutron.common.config [-] Logging enabled! 2024-03-22 14:30:18.565 | INFO neutron.common.config [-] /opt/stack/data/venv/bin/neutron-ovs-cleanup version 0.0.1.dev17 2024-03-22 14:30:18.566 | DEBUG neutron.common.config [-] command line: /opt/stack/data/venv/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=42025) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-03-22 14:30:18.589 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=42025) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-03-22 14:30:18.589 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=42025) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-03-22 14:30:18.589 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=42025) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-03-22 14:30:18.589 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=42025) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-03-22 14:30:18.589 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=42025) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-03-22 14:30:18.589 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=42025) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-03-22 14:30:18.623 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-03-22 14:30:18.623 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=42025) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-03-22 14:30:18.623 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=42025) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-03-22 14:30:18.623 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-03-22 14:30:18.858 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:100 : [[ False = \T\r\u\e ]] 2024-03-22 14:30:18.860 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:108 : _neutron_ovs_base_add_public_bridge 2024-03-22 14:30:18.862 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:114 : _neutron_ovs_base_add_bridge br-ex 2024-03-22 14:30:18.864 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-03-22 14:30:18.866 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2024-03-22 14:30:18.868 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-03-22 14:30:18.870 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-03-22 14:30:18.884 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:115 : set_mtu br-ex 8950 2024-03-22 14:30:18.886 | + functions:set_mtu:796 : local dev=br-ex 2024-03-22 14:30:18.888 | + functions:set_mtu:797 : local mtu=8950 2024-03-22 14:30:18.890 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2024-03-22 14:30:18.900 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:109 : sudo ovs-vsctl br-set-external-id br-ex bridge-id br-ex 2024-03-22 14:30:18.914 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:132 : _configure_public_network_connectivity 2024-03-22 14:30:18.916 | + lib/neutron:_configure_public_network_connectivity:787 : [[ -n ens224 ]] 2024-03-22 14:30:18.918 | + lib/neutron:_configure_public_network_connectivity:788 : _move_neutron_addresses_route ens224 br-ex True False inet 2024-03-22 14:30:18.920 | + lib/neutron:_move_neutron_addresses_route:728 : local from_intf=ens224 2024-03-22 14:30:18.922 | + lib/neutron:_move_neutron_addresses_route:729 : local to_intf=br-ex 2024-03-22 14:30:18.924 | + lib/neutron:_move_neutron_addresses_route:730 : local add_ovs_port=True 2024-03-22 14:30:18.926 | + lib/neutron:_move_neutron_addresses_route:731 : local del_ovs_port=False 2024-03-22 14:30:18.928 | + lib/neutron:_move_neutron_addresses_route:732 : local af=inet 2024-03-22 14:30:18.930 | + lib/neutron:_move_neutron_addresses_route:734 : [[ -n ens224 ]] 2024-03-22 14:30:18.932 | + lib/neutron:_move_neutron_addresses_route:734 : [[ -n br-ex ]] 2024-03-22 14:30:18.934 | + lib/neutron:_move_neutron_addresses_route:740 : local IP_REPLACE= 2024-03-22 14:30:18.936 | + lib/neutron:_move_neutron_addresses_route:741 : local IP_DEL= 2024-03-22 14:30:18.938 | + lib/neutron:_move_neutron_addresses_route:742 : local IP_UP= 2024-03-22 14:30:18.940 | + lib/neutron:_move_neutron_addresses_route:743 : local DEFAULT_ROUTE_GW 2024-03-22 14:30:18.943 | ++ lib/neutron:_move_neutron_addresses_route:744 : ip -f inet r 2024-03-22 14:30:18.943 | ++ lib/neutron:_move_neutron_addresses_route:744 : awk '/default.+ens224\s/ { print $3; exit }' 2024-03-22 14:30:18.948 | + lib/neutron:_move_neutron_addresses_route:744 : DEFAULT_ROUTE_GW= 2024-03-22 14:30:18.950 | + lib/neutron:_move_neutron_addresses_route:745 : local ADD_OVS_PORT= 2024-03-22 14:30:18.952 | + lib/neutron:_move_neutron_addresses_route:746 : local DEL_OVS_PORT= 2024-03-22 14:30:18.954 | + lib/neutron:_move_neutron_addresses_route:747 : local ARP_CMD= 2024-03-22 14:30:18.957 | ++ lib/neutron:_move_neutron_addresses_route:749 : ip -f inet a s dev ens224 scope global primary 2024-03-22 14:30:18.957 | ++ lib/neutron:_move_neutron_addresses_route:749 : awk '{ print $2, $3, $4; exit }' 2024-03-22 14:30:18.957 | ++ lib/neutron:_move_neutron_addresses_route:749 : grep inet 2024-03-22 14:30:18.962 | + lib/neutron:_move_neutron_addresses_route:749 : IP_BRD= 2024-03-22 14:30:18.964 | + lib/neutron:_move_neutron_addresses_route:751 : '[' '' '!=' '' ']' 2024-03-22 14:30:18.966 | + lib/neutron:_move_neutron_addresses_route:755 : [[ True == \T\r\u\e ]] 2024-03-22 14:30:18.968 | + lib/neutron:_move_neutron_addresses_route:756 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2024-03-22 14:30:18.970 | + lib/neutron:_move_neutron_addresses_route:759 : [[ False == \T\r\u\e ]] 2024-03-22 14:30:18.972 | + lib/neutron:_move_neutron_addresses_route:763 : [[ '' != '' ]] 2024-03-22 14:30:18.974 | + lib/neutron:_move_neutron_addresses_route:775 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2024-03-22 14:30:18.988 | ++ lib/neutron:_configure_public_network_connectivity:790 : ip -f inet6 a s dev ens224 2024-03-22 14:30:18.988 | ++ lib/neutron:_configure_public_network_connectivity:790 : grep -c global 2024-03-22 14:30:18.992 | + lib/neutron:_configure_public_network_connectivity:790 : [[ 0 != 0 ]] 2024-03-22 14:30:18.994 | + lib/neutron:configure_neutron:395 : is_service_enabled q-meta neutron-metadata-agent 2024-03-22 14:30:19.008 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:30:19.010 | + lib/neutron:configure_neutron:396 : _configure_neutron_metadata_agent 2024-03-22 14:30:19.012 | + lib/neutron:_configure_neutron_metadata_agent:955 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2024-03-22 14:30:19.016 | + lib/neutron:_configure_neutron_metadata_agent:957 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2024-03-22 14:30:19.040 | + lib/neutron:_configure_neutron_metadata_agent:958 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2024-03-22 14:30:19.063 | + lib/neutron:_configure_neutron_metadata_agent:959 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2024-03-22 14:30:19.087 | + lib/neutron:_configure_neutron_metadata_agent:960 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2024-03-22 14:30:19.089 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/metadata_agent.ini 2024-03-22 14:30:19.091 | + lib/neutron:configure_root_helper_options:1113 : iniset /etc/neutron/metadata_agent.ini agent root_helper 'sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-03-22 14:30:19.115 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2024-03-22 14:30:19.117 | + lib/neutron:configure_root_helper_options:1115 : iniset /etc/neutron/metadata_agent.ini agent root_helper_daemon 'sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-03-22 14:30:19.142 | + lib/neutron:configure_neutron:399 : [[ legacy != \l\e\g\a\c\y ]] 2024-03-22 14:30:19.144 | + lib/neutron:configure_neutron:402 : is_service_enabled ceilometer 2024-03-22 14:30:19.158 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:30:19.160 | + lib/neutron:configure_neutron:406 : [[ openvswitch == \o\v\n ]] 2024-03-22 14:30:19.162 | + lib/neutron:configure_neutron:412 : is_service_enabled q-placement neutron-placement 2024-03-22 14:30:19.176 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:30:19.178 | + lib/neutron:configure_neutron:415 : is_service_enabled q-trunk neutron-trunk 2024-03-22 14:30:19.193 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:30:19.195 | + lib/neutron:configure_neutron:418 : is_service_enabled q-qos neutron-qos 2024-03-22 14:30:19.209 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:30:19.211 | + lib/neutron:configure_neutron:425 : is_service_enabled neutron-segments 2024-03-22 14:30:19.224 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:30:19.227 | + lib/neutron:configure_neutron:431 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2024-03-22 14:30:19.240 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:30:19.242 | + lib/neutron:configure_neutron:432 : _configure_neutron_service 2024-03-22 14:30:19.244 | + lib/neutron:_configure_neutron_service:1002 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2024-03-22 14:30:19.246 | + lib/neutron:_configure_neutron_service:1003 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2024-03-22 14:30:19.250 | + lib/neutron:_configure_neutron_service:1005 : [[ -n networking ]] 2024-03-22 14:30:19.252 | + lib/neutron:_configure_neutron_service:1006 : _replace_api_paste_composite 2024-03-22 14:30:19.254 | + lib/neutron:_replace_api_paste_composite:991 : local sep 2024-03-22 14:30:19.256 | ++ lib/neutron:_replace_api_paste_composite:992 : echo -ne '\x01' 2024-03-22 14:30:19.259 | + lib/neutron:_replace_api_paste_composite:992 : sep=$'\001' 2024-03-22 14:30:19.261 | + lib/neutron:_replace_api_paste_composite:994 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2024-03-22 14:30:19.264 | + lib/neutron:_replace_api_paste_composite:995 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2024-03-22 14:30:19.268 | + lib/neutron:_replace_api_paste_composite:996 : sed -i -e 's/\/v2.0\: neutronapi_v2_0/\/networking\/v2.0\: neutronapi_v2_0/' /etc/neutron/api-paste.ini 2024-03-22 14:30:19.272 | + lib/neutron:_configure_neutron_service:1010 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2024-03-22 14:30:19.297 | + lib/neutron:_configure_neutron_service:1012 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-03-22 14:30:19.325 | + lib/neutron:_configure_neutron_service:1013 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2024-03-22 14:30:19.351 | + lib/neutron:_configure_neutron_service:1015 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2024-03-22 14:30:19.376 | + lib/neutron:_configure_neutron_service:1016 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2024-03-22 14:30:19.378 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-03-22 14:30:19.381 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2024-03-22 14:30:19.383 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-03-22 14:30:19.385 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2024-03-22 14:30:19.409 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2024-03-22 14:30:19.434 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-03-22 14:30:19.458 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2024-03-22 14:30:19.482 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2024-03-22 14:30:19.507 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2024-03-22 14:30:19.532 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2024-03-22 14:30:19.556 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2024-03-22 14:30:19.581 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-03-22 14:30:19.606 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2024-03-22 14:30:19.631 | + lib/neutron:_configure_neutron_service:1019 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2024-03-22 14:30:19.655 | + lib/neutron:_configure_neutron_service:1020 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2024-03-22 14:30:19.680 | + lib/neutron:_configure_neutron_service:1022 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2024-03-22 14:30:19.682 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-03-22 14:30:19.684 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-03-22 14:30:19.686 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-03-22 14:30:19.688 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2024-03-22 14:30:19.713 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2024-03-22 14:30:19.738 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2024-03-22 14:30:19.763 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2024-03-22 14:30:19.788 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2024-03-22 14:30:19.812 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2024-03-22 14:30:19.836 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2024-03-22 14:30:19.862 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2024-03-22 14:30:19.887 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-03-22 14:30:19.913 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2024-03-22 14:30:19.940 | + lib/neutron:_configure_neutron_service:1025 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2024-03-22 14:30:19.942 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-03-22 14:30:19.944 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-03-22 14:30:19.946 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2024-03-22 14:30:19.948 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2024-03-22 14:30:19.973 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2024-03-22 14:30:19.998 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2024-03-22 14:30:20.024 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2024-03-22 14:30:20.048 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2024-03-22 14:30:20.074 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2024-03-22 14:30:20.099 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2024-03-22 14:30:20.124 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2024-03-22 14:30:20.148 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2024-03-22 14:30:20.174 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2024-03-22 14:30:20.198 | + lib/neutron:_configure_neutron_service:1028 : neutron_plugin_configure_service 2024-03-22 14:30:20.200 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2024-03-22 14:30:20.202 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2024-03-22 14:30:20.204 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2024-03-22 14:30:20.206 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2024-03-22 14:30:20.208 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2024-03-22 14:30:20.210 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2024-03-22 14:30:20.212 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2024-03-22 14:30:20.214 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2024-03-22 14:30:20.216 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2024-03-22 14:30:20.218 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2024-03-22 14:30:20.220 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2024-03-22 14:30:20.222 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2024-03-22 14:30:20.224 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2024-03-22 14:30:20.226 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2024-03-22 14:30:20.228 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2024-03-22 14:30:20.230 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2024-03-22 14:30:20.232 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2024-03-22 14:30:20.234 | + 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-03-22 14:30:20.236 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-22 14:30:20.237 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2024-03-22 14:30:20.239 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2024-03-22 14:30:20.241 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2024-03-22 14:30:20.243 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-03-22 14:30:20.245 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-03-22 14:30:20.269 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:116 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=ovn 2024-03-22 14:30:20.271 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-22 14:30:20.273 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-03-22 14:30:20.275 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2024-03-22 14:30:20.277 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2024-03-22 14:30:20.279 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-03-22 14:30:20.281 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2024-03-22 14:30:20.305 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2024-03-22 14:30:20.307 | + 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-03-22 14:30:20.308 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-22 14:30:20.310 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-03-22 14:30:20.312 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2024-03-22 14:30:20.314 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2024-03-22 14:30:20.316 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-03-22 14:30:20.318 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-03-22 14:30:20.341 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2024-03-22 14:30:20.343 | + 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-03-22 14:30:20.345 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-22 14:30:20.347 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-03-22 14:30:20.349 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2024-03-22 14:30:20.351 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2024-03-22 14:30:20.353 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-03-22 14:30:20.355 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-03-22 14:30:20.380 | + 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-03-22 14:30:20.382 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-22 14:30:20.384 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-03-22 14:30:20.386 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2024-03-22 14:30:20.388 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2024-03-22 14:30:20.389 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-03-22 14:30:20.391 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2024-03-22 14:30:20.415 | + 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-03-22 14:30:20.416 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-22 14:30:20.418 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2024-03-22 14:30:20.420 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2024-03-22 14:30:20.422 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2024-03-22 14:30:20.424 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-03-22 14:30:20.426 | + 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-03-22 14:30:20.451 | + 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-03-22 14:30:20.453 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-22 14:30:20.454 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2024-03-22 14:30:20.456 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-03-22 14:30:20.458 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-03-22 14:30:20.460 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-03-22 14:30:20.462 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2024-03-22 14:30:20.487 | + 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-03-22 14:30:20.489 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-22 14:30:20.491 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2024-03-22 14:30:20.493 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2024-03-22 14:30:20.495 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2024-03-22 14:30:20.496 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-03-22 14:30:20.499 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks default, 2024-03-22 14:30:20.523 | + 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-03-22 14:30:20.525 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-22 14:30:20.526 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2024-03-22 14:30:20.528 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2024-03-22 14:30:20.530 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2024-03-22 14:30:20.532 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-03-22 14:30:20.534 | + 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-03-22 14:30:20.558 | + 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-03-22 14:30:20.560 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-22 14:30:20.562 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2024-03-22 14:30:20.564 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-03-22 14:30:20.566 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-03-22 14:30:20.568 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-03-22 14:30:20.570 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2024-03-22 14:30:20.594 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2024-03-22 14:30:20.596 | + lib/neutron:configure_neutron:435 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2024-03-22 14:30:20.621 | + lib/neutron:configure_neutron:439 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2024-03-22 14:30:20.646 | + lib/neutron:configure_neutron:441 : '[' False == True ']' 2024-03-22 14:30:20.648 | + stack.sh:main:1187 : is_service_enabled mysql postgresql 2024-03-22 14:30:20.662 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:30:20.664 | + stack.sh:main:1187 : is_service_enabled neutron 2024-03-22 14:30:20.677 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:30:20.680 | + stack.sh:main:1188 : async_runfunc init_neutron 2024-03-22 14:30:20.682 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2024-03-22 14:30:20.732 | + inc/async:async_inner:63 : init_neutron 2024-03-22 14:30:20.763 | [4710 Async init_neutron:43842]: running: init_neutron 2024-03-22 14:30:20.765 | + stack.sh:main:1196 : is_service_enabled q-dhcp 2024-03-22 14:30:20.779 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:30:20.782 | ++ stack.sh:main:1200 : pidof NetworkManager 2024-03-22 14:30:20.793 | ++ stack.sh:main:1200 : true 2024-03-22 14:30:20.795 | + stack.sh:main:1200 : netman_pid= 2024-03-22 14:30:20.797 | + stack.sh:main:1201 : '[' -z '' ']' 2024-03-22 14:30:20.799 | + stack.sh:main:1202 : sudo killall dnsmasq 2024-03-22 14:30:20.810 | dnsmasq: no process found 2024-03-22 14:30:20.813 | + stack.sh:main:1202 : true 2024-03-22 14:30:20.815 | + stack.sh:main:1207 : clean_iptables 2024-03-22 14:30:20.818 | + lib/nova:clean_iptables:189 : sudo iptables -S -v 2024-03-22 14:30:20.818 | + lib/nova:clean_iptables:189 : sed 's/-c [0-9]* [0-9]* //g' 2024-03-22 14:30:20.818 | + lib/nova:clean_iptables:189 : grep nova 2024-03-22 14:30:20.819 | + lib/nova:clean_iptables:189 : sed s/-A/-D/g 2024-03-22 14:30:20.820 | + lib/nova:clean_iptables:189 : bash 2024-03-22 14:30:20.820 | + lib/nova:clean_iptables:189 : grep '\-A' 2024-03-22 14:30:20.821 | + lib/nova:clean_iptables:189 : awk '{print "sudo iptables",$0}' 2024-03-22 14:30:20.856 | + lib/nova:clean_iptables:191 : sudo iptables -S -v -t nat 2024-03-22 14:30:20.856 | + lib/nova:clean_iptables:191 : grep nova 2024-03-22 14:30:20.856 | + lib/nova:clean_iptables:191 : sed 's/-c [0-9]* [0-9]* //g' 2024-03-22 14:30:20.856 | + lib/nova:clean_iptables:191 : grep '\-A' 2024-03-22 14:30:20.857 | + lib/nova:clean_iptables:191 : sed s/-A/-D/g 2024-03-22 14:30:20.858 | + lib/nova:clean_iptables:191 : bash 2024-03-22 14:30:20.859 | + lib/nova:clean_iptables:191 : awk '{print "sudo iptables -t nat",$0}' 2024-03-22 14:30:20.867 | + lib/nova:clean_iptables:193 : sudo iptables -S -v 2024-03-22 14:30:20.868 | + lib/nova:clean_iptables:193 : grep nova 2024-03-22 14:30:20.868 | + lib/nova:clean_iptables:193 : grep '\-N' 2024-03-22 14:30:20.868 | + lib/nova:clean_iptables:193 : sed 's/-c [0-9]* [0-9]* //g' 2024-03-22 14:30:20.868 | + lib/nova:clean_iptables:193 : sed s/-N/-X/g 2024-03-22 14:30:20.870 | + lib/nova:clean_iptables:193 : bash 2024-03-22 14:30:20.871 | + lib/nova:clean_iptables:193 : awk '{print "sudo iptables",$0}' 2024-03-22 14:30:20.881 | + lib/nova:clean_iptables:195 : sudo iptables -S -v -t nat 2024-03-22 14:30:20.881 | + lib/nova:clean_iptables:195 : grep nova 2024-03-22 14:30:20.881 | + lib/nova:clean_iptables:195 : sed 's/-c [0-9]* [0-9]* //g' 2024-03-22 14:30:20.881 | + lib/nova:clean_iptables:195 : grep '\-N' 2024-03-22 14:30:20.881 | + lib/nova:clean_iptables:195 : bash 2024-03-22 14:30:20.881 | + lib/nova:clean_iptables:195 : sed s/-N/-X/g 2024-03-22 14:30:20.881 | + lib/nova:clean_iptables:195 : awk '{print "sudo iptables -t nat",$0}' 2024-03-22 14:30:20.889 | + stack.sh:main:1210 : sudo sysctl -w net.ipv4.ip_forward=1 2024-03-22 14:30:20.897 | net.ipv4.ip_forward = 1 2024-03-22 14:30:20.899 | + stack.sh:main:1215 : is_service_enabled nova neutron 2024-03-22 14:30:20.913 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:30:20.915 | + stack.sh:main:1216 : configure_os_vif 2024-03-22 14:30:20.917 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2024-03-22 14:30:20.919 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2024-03-22 14:30:20.946 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2024-03-22 14:30:20.948 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2024-03-22 14:30:20.976 | + stack.sh:main:1222 : is_service_enabled swift 2024-03-22 14:30:20.990 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:30:20.992 | + stack.sh:main:1231 : is_service_enabled cinder 2024-03-22 14:30:21.006 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:30:21.008 | + stack.sh:main:1232 : echo_summary 'Configuring Cinder' 2024-03-22 14:30:21.011 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-22 14:30:21.013 | + stack.sh:echo_summary:470 : echo -e Configuring Cinder 2024-03-22 14:30:21.015 | + stack.sh:main:1233 : async_runfunc init_cinder 2024-03-22 14:30:21.017 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2024-03-22 14:30:21.066 | + inc/async:async_inner:63 : init_cinder 2024-03-22 14:30:21.097 | [4710 Async init_cinder:44193]: running: init_cinder 2024-03-22 14:30:21.099 | + stack.sh:main:1239 : is_service_enabled placement 2024-03-22 14:30:21.114 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:30:21.117 | + stack.sh:main:1240 : echo_summary 'Configuring placement' 2024-03-22 14:30:21.119 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-22 14:30:21.121 | + stack.sh:echo_summary:470 : echo -e Configuring placement 2024-03-22 14:30:21.123 | + stack.sh:main:1241 : async_runfunc init_placement 2024-03-22 14:30:21.125 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2024-03-22 14:30:21.173 | + inc/async:async_inner:63 : init_placement 2024-03-22 14:30:21.205 | [4710 Async init_placement:44340]: running: init_placement 2024-03-22 14:30:21.207 | + stack.sh:main:1245 : async_wait init_neutron 2024-03-22 14:30:21.245 | [4710 Async init_neutron:43842]: Waiting for completion of init_neutron running on PID 43842 (5 other jobs running) 2024-03-22 14:30:21.267 | [4710 Async init_neutron:43842]: Signaling child to exit 2024-03-22 14:30:24.276 | + inc/async:async_inner:64 : rc=0 2024-03-22 14:30:24.298 | [44193 Async init_cinder:44193]: finished successfully 2024-03-22 14:30:28.938 | + inc/async:async_inner:64 : rc=0 2024-03-22 14:30:28.957 | [43842 Async init_neutron:43842]: finished successfully 2024-03-22 14:30:28.974 | WAKEUP 2024-03-22 14:30:28.991 | [4710 Async init_neutron:43842]: Signaled 2024-03-22 14:30:28.992 | + lib/neutron:init_neutron:511 : recreate_database neutron 2024-03-22 14:30:28.992 | + lib/database:recreate_database:112 : local db=neutron 2024-03-22 14:30:28.992 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2024-03-22 14:30:28.992 | + lib/databases/mysql:recreate_database_mysql:60 : local db=neutron 2024-03-22 14:30:28.992 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2024-03-22 14:30:28.992 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2024-03-22 14:30:28.992 | + lib/neutron:init_neutron:512 : time_start dbsync 2024-03-22 14:30:28.992 | + functions-common:time_start:2386 : local name=dbsync 2024-03-22 14:30:28.992 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:30:28.992 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:30:28.992 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:30:28.992 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117820771 2024-03-22 14:30:28.993 | + lib/neutron:init_neutron:514 : /opt/stack/data/venv/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2024-03-22 14:30:28.993 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2024-03-22 14:30:28.994 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade fc153938cdc1 -> 93f394357a27 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade 93f394357a27 -> 6f1145bff34c 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade 6f1145bff34c -> 682c319773d7 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade 682c319773d7 -> 0aefee21cd87 2024-03-22 14:30:28.995 | INFO [alembic.runtime.migration] Running upgrade 0aefee21cd87 -> b1199a3adbef 2024-03-22 14:30:28.996 | INFO [alembic.runtime.migration] Running upgrade b1199a3adbef -> c33da356b165 2024-03-22 14:30:28.996 | INFO [alembic.runtime.migration] Running upgrade c33da356b165 -> 89c58a70ceba 2024-03-22 14:30:28.996 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2024-03-22 14:30:28.996 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2024-03-22 14:30:28.996 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2024-03-22 14:30:28.996 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2024-03-22 14:30:28.996 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2024-03-22 14:30:28.996 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2024-03-22 14:30:28.996 | Running upgrade for neutron ... 2024-03-22 14:30:28.996 | OK 2024-03-22 14:30:28.996 | + lib/neutron:init_neutron:515 : time_stop dbsync 2024-03-22 14:30:28.996 | + functions-common:time_stop:2400 : local name 2024-03-22 14:30:28.996 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:30:28.996 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:30:28.996 | + functions-common:time_stop:2403 : local total 2024-03-22 14:30:28.996 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:30:28.996 | + functions-common:time_stop:2406 : name=dbsync 2024-03-22 14:30:28.996 | + functions-common:time_stop:2407 : start_time=1711117820771 2024-03-22 14:30:28.996 | + functions-common:time_stop:2409 : [[ -z 1711117820771 ]] 2024-03-22 14:30:28.996 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:30:28.996 | + functions-common:time_stop:2412 : end_time=1711117828926 2024-03-22 14:30:28.996 | + functions-common:time_stop:2413 : elapsed_time=8155 2024-03-22 14:30:28.996 | + functions-common:time_stop:2414 : total=2528 2024-03-22 14:30:28.996 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:30:28.996 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10683 2024-03-22 14:30:29.029 | [4710 Async init_neutron:43842]: finished init_neutron with result 0 in 8 seconds 2024-03-22 14:30:29.032 | + inc/async:async_wait:197 : return 0 2024-03-22 14:30:29.034 | + stack.sh:main:1246 : async_wait init_placement 2024-03-22 14:30:29.072 | [4710 Async init_placement:44340]: Waiting for completion of init_placement running on PID 44340 (4 other jobs running) 2024-03-22 14:30:29.089 | [4710 Async init_placement:44340]: Signaling child to exit 2024-03-22 14:30:37.462 | + inc/async:async_inner:64 : rc=0 2024-03-22 14:30:37.481 | [44340 Async init_placement:44340]: finished successfully 2024-03-22 14:30:37.498 | WAKEUP 2024-03-22 14:30:37.515 | [4710 Async init_placement:44340]: Signaled 2024-03-22 14:30:37.516 | + lib/placement:init_placement:143 : recreate_database placement 2024-03-22 14:30:37.516 | + lib/database:recreate_database:112 : local db=placement 2024-03-22 14:30:37.516 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2024-03-22 14:30:37.516 | + lib/databases/mysql:recreate_database_mysql:60 : local db=placement 2024-03-22 14:30:37.516 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2024-03-22 14:30:37.516 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2024-03-22 14:30:37.516 | + lib/placement:init_placement:144 : /opt/stack/data/venv/bin/placement-manage db sync 2024-03-22 14:30:37.516 | + lib/placement:init_placement:145 : create_placement_accounts 2024-03-22 14:30:37.516 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2024-03-22 14:30:37.516 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2024-03-22 14:30:37.516 | + functions-common:get_or_create_user:882 : local user_id 2024-03-22 14:30:37.516 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2024-03-22 14:30:37.516 | + functions-common:get_or_create_user:886 : local email= 2024-03-22 14:30:37.516 | ++ functions-common:get_or_create_user:900 : oscwrap --os-cloud devstack-system-admin user create placement --password nomoresecret --domain=Default --or-show -f value -c id 2024-03-22 14:30:37.516 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:30:37.517 | + functions-common:get_or_create_user:898 : user_id=5ee9b6749ea74b59b79fc76672427f2d 2024-03-22 14:30:37.517 | + functions-common:get_or_create_user:899 : echo 5ee9b6749ea74b59b79fc76672427f2d 2024-03-22 14:30:37.517 | 5ee9b6749ea74b59b79fc76672427f2d 2024-03-22 14:30:37.517 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2024-03-22 14:30:37.517 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-03-22 14:30:37.517 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-03-22 14:30:37.517 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2024-03-22 14:30:37.517 | ++ functions-common:_get_domain_args:930 : local domain 2024-03-22 14:30:37.517 | ++ functions-common:_get_domain_args:931 : domain= 2024-03-22 14:30:37.517 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2024-03-22 14:30:37.517 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2024-03-22 14:30:37.517 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2024-03-22 14:30:37.517 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2024-03-22 14:30:37.517 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2024-03-22 14:30:37.517 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2024-03-22 14:30:37.517 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add service --user placement --project service --user-domain Default --project-domain Default 2024-03-22 14:30:37.517 | ++ functions-common:get_or_add_user_project_role:962 : 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-03-22 14:30:37.517 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:30:37.517 | + functions-common:get_or_add_user_project_role:962 : user_role_id=a1c4dc57370f46b5af1cbb827e18119a 2024-03-22 14:30:37.517 | + functions-common:get_or_add_user_project_role:963 : echo a1c4dc57370f46b5af1cbb827e18119a 2024-03-22 14:30:37.517 | a1c4dc57370f46b5af1cbb827e18119a 2024-03-22 14:30:37.517 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-03-22 14:30:37.517 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2024-03-22 14:30:37.517 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-03-22 14:30:37.517 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-03-22 14:30:37.517 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2024-03-22 14:30:37.517 | ++ functions-common:_get_domain_args:930 : local domain 2024-03-22 14:30:37.517 | ++ functions-common:_get_domain_args:931 : domain= 2024-03-22 14:30:37.517 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2024-03-22 14:30:37.517 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2024-03-22 14:30:37.517 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2024-03-22 14:30:37.517 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2024-03-22 14:30:37.517 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2024-03-22 14:30:37.517 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2024-03-22 14:30:37.517 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user placement --project service --user-domain Default --project-domain Default 2024-03-22 14:30:37.517 | ++ functions-common:get_or_add_user_project_role:962 : 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-03-22 14:30:37.517 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:30:37.517 | + functions-common:get_or_add_user_project_role:962 : user_role_id=59a23adcc35545edb3b15753de4988e6 2024-03-22 14:30:37.517 | + functions-common:get_or_add_user_project_role:963 : echo 59a23adcc35545edb3b15753de4988e6 2024-03-22 14:30:37.517 | 59a23adcc35545edb3b15753de4988e6 2024-03-22 14:30:37.517 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2024-03-22 14:30:37.517 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2024-03-22 14:30:37.517 | + functions-common:get_or_create_service:1038 : local service_id 2024-03-22 14:30:37.517 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2024-03-22 14:30:37.517 | ++ functions-common:get_or_create_service:1053 : oscwrap --os-cloud devstack-system-admin service create placement --name placement '--description=Placement Service' -f value -c id 2024-03-22 14:30:37.517 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:30:37.517 | + functions-common:get_or_create_service:1049 : service_id=' 2024-03-22 14:30:37.517 | da09698f76924a8ca5f54ae20eb87c1e' 2024-03-22 14:30:37.517 | + functions-common:get_or_create_service:1050 : echo da09698f76924a8ca5f54ae20eb87c1e 2024-03-22 14:30:37.517 | da09698f76924a8ca5f54ae20eb87c1e 2024-03-22 14:30:37.517 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2024-03-22 14:30:37.517 | + functions-common:get_or_create_endpoint:1082 : local public_id 2024-03-22 14:30:37.517 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface placement public http://10.180.1.21/placement RegionOne 2024-03-22 14:30:37.517 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2024-03-22 14:30:37.517 | +++ functions-common:_get_or_create_endpoint_with_interface:1061 : oscwrap --os-cloud devstack-system-admin endpoint list --service placement --interface public --region RegionOne -c ID -f value 2024-03-22 14:30:37.517 | +++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:30:37.517 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2024-03-22 14:30:37.517 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2024-03-22 14:30:37.517 | +++ functions-common:_get_or_create_endpoint_with_interface:1065 : oscwrap --os-cloud devstack-system-admin endpoint create placement public http://10.180.1.21/placement --region RegionOne -f value -c id 2024-03-22 14:30:37.517 | +++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:30:37.517 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=ea0961c0fca4467a9c08de999054317e 2024-03-22 14:30:37.517 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo ea0961c0fca4467a9c08de999054317e 2024-03-22 14:30:37.517 | + functions-common:get_or_create_endpoint:1083 : public_id=ea0961c0fca4467a9c08de999054317e 2024-03-22 14:30:37.517 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2024-03-22 14:30:37.518 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2024-03-22 14:30:37.518 | + functions-common:get_or_create_endpoint:1092 : echo ea0961c0fca4467a9c08de999054317e 2024-03-22 14:30:37.518 | ea0961c0fca4467a9c08de999054317e 2024-03-22 14:30:37.549 | [4710 Async init_placement:44340]: finished init_placement with result 0 in 16 seconds 2024-03-22 14:30:37.552 | + inc/async:async_wait:197 : return 0 2024-03-22 14:30:37.554 | + stack.sh:main:1247 : async_wait init_glance 2024-03-22 14:30:37.591 | [4710 Async init_glance:40544]: Waiting for completion of init_glance running on PID 40544 (3 other jobs running) 2024-03-22 14:30:37.608 | [4710 Async init_glance:40544]: Signaling child to exit 2024-03-22 14:30:37.609 | WAKEUP 2024-03-22 14:30:37.624 | [4710 Async init_glance:40544]: Signaled 2024-03-22 14:30:37.625 | + lib/glance:init_glance:484 : rm -rf /opt/stack/data/glance/images 2024-03-22 14:30:37.625 | + lib/glance:init_glance:485 : mkdir -p /opt/stack/data/glance/images 2024-03-22 14:30:37.625 | + lib/glance:init_glance:488 : recreate_database glance 2024-03-22 14:30:37.625 | + lib/database:recreate_database:112 : local db=glance 2024-03-22 14:30:37.625 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2024-03-22 14:30:37.625 | + lib/databases/mysql:recreate_database_mysql:60 : local db=glance 2024-03-22 14:30:37.625 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2024-03-22 14:30:37.625 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2024-03-22 14:30:37.625 | + lib/glance:init_glance:490 : time_start dbsync 2024-03-22 14:30:37.625 | + functions-common:time_start:2386 : local name=dbsync 2024-03-22 14:30:37.625 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:30:37.625 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:30:37.625 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:30:37.625 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117795443 2024-03-22 14:30:37.625 | + lib/glance:init_glance:492 : /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2024-03-22 14:30:37.625 | INFO dbcounter [-] Registered counter for database glance 2024-03-22 14:30:37.625 | 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=40631) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-03-22 14:30:37.625 | DEBUG dbcounter [-] [40631] Writer thread running {{(pid=40631) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-22 14:30:37.625 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-03-22 14:30:37.625 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-03-22 14:30:37.625 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-03-22 14:30:37.625 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-03-22 14:30:37.625 | INFO dbcounter [-] Registered counter for database glance 2024-03-22 14:30:37.625 | 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=40631) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-03-22 14:30:37.625 | DEBUG dbcounter [-] [40631] Writer thread running {{(pid=40631) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-22 14:30:37.625 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-03-22 14:30:37.625 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-03-22 14:30:37.625 | INFO alembic.runtime.migration [-] Running upgrade -> liberty, liberty initial 2024-03-22 14:30:37.625 | DEBUG alembic.runtime.migration [-] new branch insert liberty {{(pid=40631) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2024-03-22 14:30:37.625 | INFO alembic.runtime.migration [-] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2024-03-22 14:30:37.625 | DEBUG alembic.runtime.migration [-] update liberty to mitaka01 {{(pid=40631) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:37.625 | INFO alembic.runtime.migration [-] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2024-03-22 14:30:37.625 | DEBUG alembic.runtime.migration [-] update mitaka01 to mitaka02 {{(pid=40631) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:37.626 | INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2024-03-22 14:30:37.626 | DEBUG alembic.runtime.migration [-] update mitaka02 to ocata_expand01 {{(pid=40631) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:37.626 | INFO alembic.runtime.migration [-] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2024-03-22 14:30:37.626 | DEBUG alembic.runtime.migration [-] update ocata_expand01 to pike_expand01 {{(pid=40631) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:37.626 | INFO alembic.runtime.migration [-] Running upgrade pike_expand01 -> queens_expand01 2024-03-22 14:30:37.626 | DEBUG alembic.runtime.migration [-] update pike_expand01 to queens_expand01 {{(pid=40631) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:37.626 | INFO alembic.runtime.migration [-] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2024-03-22 14:30:37.626 | DEBUG alembic.runtime.migration [-] update queens_expand01 to rocky_expand01 {{(pid=40631) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:37.626 | INFO alembic.runtime.migration [-] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2024-03-22 14:30:37.626 | DEBUG alembic.runtime.migration [-] update rocky_expand01 to rocky_expand02 {{(pid=40631) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:37.626 | INFO alembic.runtime.migration [-] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2024-03-22 14:30:37.626 | DEBUG alembic.runtime.migration [-] update rocky_expand02 to train_expand01 {{(pid=40631) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:37.626 | INFO alembic.runtime.migration [-] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2024-03-22 14:30:37.626 | DEBUG alembic.runtime.migration [-] update train_expand01 to ussuri_expand01 {{(pid=40631) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:37.626 | INFO alembic.runtime.migration [-] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2024-03-22 14:30:37.626 | DEBUG alembic.runtime.migration [-] update ussuri_expand01 to wallaby_expand01 {{(pid=40631) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:37.626 | INFO alembic.runtime.migration [-] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2024-03-22 14:30:37.626 | DEBUG alembic.runtime.migration [-] update wallaby_expand01 to xena_expand01 {{(pid=40631) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:37.626 | INFO alembic.runtime.migration [-] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2024-03-22 14:30:37.626 | DEBUG alembic.runtime.migration [-] update xena_expand01 to yoga_expand01 {{(pid=40631) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:37.626 | INFO alembic.runtime.migration [-] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2024-03-22 14:30:37.626 | DEBUG alembic.runtime.migration [-] update yoga_expand01 to zed_expand01 {{(pid=40631) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:37.626 | INFO alembic.runtime.migration [-] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2024-03-22 14:30:37.626 | DEBUG alembic.runtime.migration [-] update zed_expand01 to 2023_1_expand01 {{(pid=40631) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:37.626 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-03-22 14:30:37.626 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-03-22 14:30:37.626 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-03-22 14:30:37.626 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-03-22 14:30:37.626 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-03-22 14:30:37.626 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-03-22 14:30:37.626 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-03-22 14:30:37.626 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-03-22 14:30:37.626 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-03-22 14:30:37.626 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-03-22 14:30:37.626 | INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2024-03-22 14:30:37.626 | DEBUG alembic.runtime.migration [-] new branch insert ocata_contract01 {{(pid=40631) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2024-03-22 14:30:37.626 | INFO alembic.runtime.migration [-] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2024-03-22 14:30:37.626 | DEBUG alembic.runtime.migration [-] update ocata_contract01 to pike_contract01 {{(pid=40631) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:37.626 | INFO alembic.runtime.migration [-] Running upgrade pike_contract01 -> queens_contract01 2024-03-22 14:30:37.626 | DEBUG alembic.runtime.migration [-] update pike_contract01 to queens_contract01 {{(pid=40631) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:37.626 | INFO alembic.runtime.migration [-] Running upgrade queens_contract01 -> rocky_contract01 2024-03-22 14:30:37.626 | DEBUG alembic.runtime.migration [-] update queens_contract01 to rocky_contract01 {{(pid=40631) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:37.627 | INFO alembic.runtime.migration [-] Running upgrade rocky_contract01 -> rocky_contract02 2024-03-22 14:30:37.627 | DEBUG alembic.runtime.migration [-] update rocky_contract01 to rocky_contract02 {{(pid=40631) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:37.627 | INFO alembic.runtime.migration [-] Running upgrade rocky_contract02 -> train_contract01 2024-03-22 14:30:37.627 | DEBUG alembic.runtime.migration [-] update rocky_contract02 to train_contract01 {{(pid=40631) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:37.627 | INFO alembic.runtime.migration [-] Running upgrade train_contract01 -> ussuri_contract01 2024-03-22 14:30:37.627 | DEBUG alembic.runtime.migration [-] update train_contract01 to ussuri_contract01 {{(pid=40631) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:37.627 | INFO alembic.runtime.migration [-] Running upgrade ussuri_contract01 -> wallaby_contract01 2024-03-22 14:30:37.627 | DEBUG alembic.runtime.migration [-] update ussuri_contract01 to wallaby_contract01 {{(pid=40631) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:37.627 | INFO alembic.runtime.migration [-] Running upgrade wallaby_contract01 -> xena_contract01 2024-03-22 14:30:37.627 | DEBUG alembic.runtime.migration [-] update wallaby_contract01 to xena_contract01 {{(pid=40631) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:37.627 | INFO alembic.runtime.migration [-] Running upgrade xena_contract01 -> yoga_contract01 2024-03-22 14:30:37.627 | DEBUG alembic.runtime.migration [-] update xena_contract01 to yoga_contract01 {{(pid=40631) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:37.627 | INFO alembic.runtime.migration [-] Running upgrade yoga_contract01 -> zed_contract01 2024-03-22 14:30:37.627 | DEBUG alembic.runtime.migration [-] update yoga_contract01 to zed_contract01 {{(pid=40631) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:37.627 | INFO alembic.runtime.migration [-] Running upgrade zed_contract01 -> 2023_1_contract01 2024-03-22 14:30:37.627 | DEBUG alembic.runtime.migration [-] merge, delete ['zed_contract01'], update 2023_1_expand01 to 2023_1_contract01 {{(pid=40631) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:837}} 2024-03-22 14:30:37.627 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-03-22 14:30:37.627 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-03-22 14:30:37.627 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-03-22 14:30:37.627 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-03-22 14:30:37.627 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2024-03-22 14:30:37.627 | Database migration is up to date. No migration needed. 2024-03-22 14:30:37.627 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2024-03-22 14:30:37.627 | Database is synced successfully. 2024-03-22 14:30:37.627 | + lib/glance:init_glance:495 : /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2024-03-22 14:30:37.627 | INFO dbcounter [-] Registered counter for database glance 2024-03-22 14:30:37.627 | 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=40665) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-03-22 14:30:37.627 | DEBUG dbcounter [-] [40665] Writer thread running {{(pid=40665) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-22 14:30:37.627 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2024-03-22 14:30:37.627 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2024-03-22 14:30:37.627 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2024-03-22 14:30:37.627 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2024-03-22 14:30:37.627 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2024-03-22 14:30:37.627 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2024-03-22 14:30:37.627 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2024-03-22 14:30:37.627 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2024-03-22 14:30:37.627 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2024-03-22 14:30:37.627 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2024-03-22 14:30:37.627 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2024-03-22 14:30:37.627 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2024-03-22 14:30:37.627 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2024-03-22 14:30:37.627 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2024-03-22 14:30:37.628 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2024-03-22 14:30:37.628 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2024-03-22 14:30:37.628 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2024-03-22 14:30:37.628 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2024-03-22 14:30:37.628 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2024-03-22 14:30:37.628 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2024-03-22 14:30:37.628 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2024-03-22 14:30:37.628 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2024-03-22 14:30:37.628 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2024-03-22 14:30:37.628 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2024-03-22 14:30:37.628 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2024-03-22 14:30:37.628 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2024-03-22 14:30:37.628 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2024-03-22 14:30:37.628 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2024-03-22 14:30:37.628 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2024-03-22 14:30:37.628 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2024-03-22 14:30:37.628 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2024-03-22 14:30:37.628 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2024-03-22 14:30:37.628 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2024-03-22 14:30:37.628 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2024-03-22 14:30:37.628 | + lib/glance:init_glance:496 : time_stop dbsync 2024-03-22 14:30:37.628 | + functions-common:time_stop:2400 : local name 2024-03-22 14:30:37.628 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:30:37.628 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:30:37.628 | + functions-common:time_stop:2403 : local total 2024-03-22 14:30:37.628 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:30:37.628 | + functions-common:time_stop:2406 : name=dbsync 2024-03-22 14:30:37.628 | + functions-common:time_stop:2407 : start_time=1711117795443 2024-03-22 14:30:37.628 | + functions-common:time_stop:2409 : [[ -z 1711117795443 ]] 2024-03-22 14:30:37.628 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:30:37.628 | + functions-common:time_stop:2412 : end_time=1711117799564 2024-03-22 14:30:37.628 | + functions-common:time_stop:2413 : elapsed_time=4121 2024-03-22 14:30:37.628 | + functions-common:time_stop:2414 : total=2528 2024-03-22 14:30:37.628 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:30:37.628 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6649 2024-03-22 14:30:37.657 | [4710 Async init_glance:40544]: finished init_glance with result 0 in 4 seconds 2024-03-22 14:30:37.661 | + inc/async:async_wait:197 : return 0 2024-03-22 14:30:37.663 | + stack.sh:main:1248 : async_wait init_swift 2024-03-22 14:30:37.678 | Not waiting for async task init_swift that we never started or has already been waited for 2024-03-22 14:30:37.680 | + inc/async:async_wait:197 : return 0 2024-03-22 14:30:37.682 | + stack.sh:main:1249 : async_wait init_cinder 2024-03-22 14:30:37.718 | [4710 Async init_cinder:44193]: Waiting for completion of init_cinder running on PID 44193 (2 other jobs running) 2024-03-22 14:30:37.736 | [4710 Async init_cinder:44193]: Signaling child to exit 2024-03-22 14:30:37.736 | WAKEUP 2024-03-22 14:30:37.752 | [4710 Async init_cinder:44193]: Signaled 2024-03-22 14:30:37.753 | + lib/cinder:init_cinder:484 : is_service_enabled mysql postgresql 2024-03-22 14:30:37.753 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:30:37.753 | + lib/cinder:init_cinder:486 : recreate_database cinder 2024-03-22 14:30:37.753 | + lib/database:recreate_database:112 : local db=cinder 2024-03-22 14:30:37.753 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2024-03-22 14:30:37.753 | + lib/databases/mysql:recreate_database_mysql:60 : local db=cinder 2024-03-22 14:30:37.753 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2024-03-22 14:30:37.753 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2024-03-22 14:30:37.753 | + lib/cinder:init_cinder:488 : time_start dbsync 2024-03-22 14:30:37.753 | + functions-common:time_start:2386 : local name=dbsync 2024-03-22 14:30:37.753 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:30:37.753 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:30:37.753 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:30:37.753 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117821122 2024-03-22 14:30:37.753 | + lib/cinder:init_cinder:490 : /opt/stack/data/venv/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2024-03-22 14:30:37.753 | INFO dbcounter [-] Registered counter for database cinder 2024-03-22 14:30:37.753 | 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=44299) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-03-22 14:30:37.753 | DEBUG dbcounter [-] [44299] Writer thread running {{(pid=44299) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-22 14:30:37.753 | INFO cinder.db.migration [-] Applying migration(s) 2024-03-22 14:30:37.753 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-03-22 14:30:37.753 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-03-22 14:30:37.753 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2024-03-22 14:30:37.753 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=44299) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2024-03-22 14:30:37.753 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2024-03-22 14:30:37.753 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=44299) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:37.753 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2024-03-22 14:30:37.753 | INFO dbcounter [-] Registered counter for database cinder 2024-03-22 14:30:37.753 | 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=44299) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-03-22 14:30:37.753 | DEBUG dbcounter [-] [44299] Writer thread running {{(pid=44299) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-22 14:30:37.753 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=44299) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:37.753 | INFO alembic.runtime.migration [-] Running upgrade daa98075b90d -> 89aa6f9639f9, Drop legacy migrate_version table 2024-03-22 14:30:37.753 | DEBUG alembic.runtime.migration [-] update daa98075b90d to 89aa6f9639f9 {{(pid=44299) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:37.753 | INFO cinder.db.migration [-] Migration(s) applied 2024-03-22 14:30:37.753 | + lib/cinder:init_cinder:491 : time_stop dbsync 2024-03-22 14:30:37.753 | + functions-common:time_stop:2400 : local name 2024-03-22 14:30:37.753 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:30:37.753 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:30:37.753 | + functions-common:time_stop:2403 : local total 2024-03-22 14:30:37.753 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:30:37.753 | + functions-common:time_stop:2406 : name=dbsync 2024-03-22 14:30:37.753 | + functions-common:time_stop:2407 : start_time=1711117821122 2024-03-22 14:30:37.753 | + functions-common:time_stop:2409 : [[ -z 1711117821122 ]] 2024-03-22 14:30:37.753 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:30:37.753 | + functions-common:time_stop:2412 : end_time=1711117824215 2024-03-22 14:30:37.753 | + functions-common:time_stop:2413 : elapsed_time=3093 2024-03-22 14:30:37.753 | + functions-common:time_stop:2414 : total=2528 2024-03-22 14:30:37.753 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:30:37.754 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5621 2024-03-22 14:30:37.754 | + lib/cinder:init_cinder:494 : is_service_enabled c-vol 2024-03-22 14:30:37.754 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:30:37.754 | + lib/cinder:init_cinder:494 : [[ -n vmdk:vsphere ]] 2024-03-22 14:30:37.754 | + lib/cinder:init_cinder:495 : local be be_name be_type 2024-03-22 14:30:37.754 | + lib/cinder:init_cinder:496 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-03-22 14:30:37.754 | + lib/cinder:init_cinder:497 : be_type=vmdk 2024-03-22 14:30:37.754 | + lib/cinder:init_cinder:498 : be_name=vsphere 2024-03-22 14:30:37.754 | + lib/cinder:init_cinder:499 : type init_cinder_backend_vmdk 2024-03-22 14:30:37.754 | + lib/cinder:init_cinder:505 : is_service_enabled c-bak 2024-03-22 14:30:37.754 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:30:37.754 | + lib/cinder:init_cinder:511 : mkdir -p /opt/stack/data/cinder/volumes 2024-03-22 14:30:37.785 | [4710 Async init_cinder:44193]: finished init_cinder with result 0 in 3 seconds 2024-03-22 14:30:37.789 | + inc/async:async_wait:197 : return 0 2024-03-22 14:30:37.791 | + stack.sh:main:1254 : is_service_enabled nova 2024-03-22 14:30:37.805 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:30:37.807 | + stack.sh:main:1255 : echo_summary 'Configuring Nova' 2024-03-22 14:30:37.809 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-22 14:30:37.810 | + stack.sh:echo_summary:470 : echo -e Configuring Nova 2024-03-22 14:30:37.813 | + stack.sh:main:1256 : init_nova 2024-03-22 14:30:37.815 | + lib/nova:init_nova:858 : is_service_enabled mysql postgresql 2024-03-22 14:30:37.828 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:30:37.830 | + lib/nova:init_nova:858 : is_service_enabled n-api 2024-03-22 14:30:37.843 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:30:37.845 | + lib/nova:init_nova:860 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-03-22 14:30:37.847 | + lib/nova:init_nova:866 : recreate_database nova_cell0 2024-03-22 14:30:37.849 | + lib/database:recreate_database:112 : local db=nova_cell0 2024-03-22 14:30:37.851 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2024-03-22 14:30:37.853 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_cell0 2024-03-22 14:30:37.855 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2024-03-22 14:30:37.864 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2024-03-22 14:30:37.873 | ++ lib/nova:init_nova:871 : seq 1 1 2024-03-22 14:30:37.877 | + lib/nova:init_nova:871 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-03-22 14:30:37.880 | ++ lib/nova:init_nova:872 : conductor_conf 1 2024-03-22 14:30:37.882 | ++ lib/nova:conductor_conf:837 : local cell=1 2024-03-22 14:30:37.885 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2024-03-22 14:30:37.887 | + lib/nova:init_nova:872 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-03-22 14:30:37.933 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-03-22 14:30:37.962 | [4710 Async nova-cell-1:45664]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-03-22 14:30:37.964 | + lib/nova:init_nova:875 : recreate_database nova_api 2024-03-22 14:30:37.966 | + lib/database:recreate_database:112 : local db=nova_api 2024-03-22 14:30:37.968 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2024-03-22 14:30:37.970 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_api 2024-03-22 14:30:37.973 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2024-03-22 14:30:37.980 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2024-03-22 14:30:37.988 | + lib/nova:init_nova:876 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2024-03-22 14:30:38.445 | 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-03-22 14:30:40.109 | INFO dbcounter [-] Registered counter for database nova_api 2024-03-22 14:30:40.120 | DEBUG dbcounter [-] [45731] Writer thread running {{(pid=45731) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-22 14:30:40.123 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-03-22 14:30:40.123 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-03-22 14:30:40.140 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2024-03-22 14:30:40.984 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=45731) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2024-03-22 14:30:40.985 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2024-03-22 14:30:41.154 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=45731) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:41.157 | INFO alembic.runtime.migration [-] Running upgrade b30f573d3377 -> cdeec0c85668, Drop legacy migrate_version table 2024-03-22 14:30:41.159 | DEBUG alembic.runtime.migration [-] update b30f573d3377 to cdeec0c85668 {{(pid=45731) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:41.556 | ++ lib/nova:init_nova:880 : database_connection_url nova_cell0 2024-03-22 14:30:41.558 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2024-03-22 14:30:41.561 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2024-03-22 14:30:41.563 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell0 2024-03-22 14:30:41.565 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2024-03-22 14:30:41.567 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2024-03-22 14:30:41.569 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2024-03-22 14:30:41.583 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:30:41.585 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2024-03-22 14:30:41.587 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2024-03-22 14:30:41.590 | + lib/nova:init_nova:880 : /opt/stack/data/venv/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2024-03-22 14:30:42.055 | 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-03-22 14:30:42.963 | + inc/async:async_inner:64 : rc=0 2024-03-22 14:30:42.982 | [45664 Async nova-cell-1:45664]: finished successfully 2024-03-22 14:30:43.280 | INFO dbcounter [None req-ceb13866-29c3-4882-bf34-6a9225dc1240 None None] Registered counter for database nova_api 2024-03-22 14:30:43.291 | DEBUG dbcounter [-] [45772] Writer thread running {{(pid=45772) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-22 14:30:43.632 | ++ lib/nova:init_nova:883 : seq 0 1 2024-03-22 14:30:43.636 | + lib/nova:init_nova:883 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-03-22 14:30:43.638 | + lib/nova:init_nova:884 : async_wait nova-cell-0 2024-03-22 14:30:43.653 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2024-03-22 14:30:43.655 | + inc/async:async_wait:197 : return 0 2024-03-22 14:30:43.657 | + lib/nova:init_nova:883 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-03-22 14:30:43.659 | + lib/nova:init_nova:884 : async_wait nova-cell-1 2024-03-22 14:30:43.695 | [4710 Async nova-cell-1:45664]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 45664 (2 other jobs running) 2024-03-22 14:30:43.713 | [4710 Async nova-cell-1:45664]: Signaling child to exit 2024-03-22 14:30:43.713 | WAKEUP 2024-03-22 14:30:43.728 | [4710 Async nova-cell-1:45664]: Signaled 2024-03-22 14:30:43.729 | + lib/nova:init_nova_db:848 : local dbname=nova_cell1 2024-03-22 14:30:43.729 | + lib/nova:init_nova_db:849 : local conffile=/etc/nova/nova_cell1.conf 2024-03-22 14:30:43.729 | + lib/nova:init_nova_db:850 : recreate_database nova_cell1 2024-03-22 14:30:43.729 | + lib/database:recreate_database:112 : local db=nova_cell1 2024-03-22 14:30:43.729 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2024-03-22 14:30:43.729 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_cell1 2024-03-22 14:30:43.729 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2024-03-22 14:30:43.729 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2024-03-22 14:30:43.729 | + lib/nova:init_nova_db:851 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2024-03-22 14:30:43.730 | 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-03-22 14:30:43.730 | INFO dbcounter [-] Registered counter for database nova_cell1 2024-03-22 14:30:43.730 | DEBUG dbcounter [-] [45717] Writer thread running {{(pid=45717) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-22 14:30:43.730 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-03-22 14:30:43.730 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-03-22 14:30:43.730 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2024-03-22 14:30:43.730 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=45717) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2024-03-22 14:30:43.730 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-03-22 14:30:43.730 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=45717) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:43.730 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-03-22 14:30:43.730 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=45717) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:43.730 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-03-22 14:30:43.730 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=45717) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:43.730 | INFO alembic.runtime.migration [-] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table 2024-03-22 14:30:43.730 | DEBUG alembic.runtime.migration [-] update 960aac0e09ea to 1b91788ec3a6 {{(pid=45717) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:43.730 | INFO alembic.runtime.migration [-] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance 2024-03-22 14:30:43.730 | DEBUG alembic.runtime.migration [-] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=45717) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:43.760 | [4710 Async nova-cell-1:45664]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 5 seconds 2024-03-22 14:30:43.763 | + inc/async:async_wait:197 : return 0 2024-03-22 14:30:43.765 | + lib/nova:init_nova:887 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-03-22 14:30:43.767 | + lib/nova:init_nova:889 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2024-03-22 14:30:44.211 | 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-03-22 14:30:45.409 | INFO dbcounter [None req-8e0ef36a-cf4a-41c3-b4e8-b36a45e34fff None None] Registered counter for database nova_api 2024-03-22 14:30:45.420 | DEBUG dbcounter [-] [45977] Writer thread running {{(pid=45977) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-22 14:30:45.446 | INFO dbcounter [None req-8e0ef36a-cf4a-41c3-b4e8-b36a45e34fff None None] Registered counter for database nova_cell0 2024-03-22 14:30:45.450 | DEBUG dbcounter [-] [45977] Writer thread running {{(pid=45977) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-22 14:30:45.453 | INFO alembic.runtime.migration [None req-8e0ef36a-cf4a-41c3-b4e8-b36a45e34fff None None] Context impl MySQLImpl. 2024-03-22 14:30:45.453 | INFO alembic.runtime.migration [None req-8e0ef36a-cf4a-41c3-b4e8-b36a45e34fff None None] Will assume non-transactional DDL. 2024-03-22 14:30:45.464 | INFO alembic.runtime.migration [None req-8e0ef36a-cf4a-41c3-b4e8-b36a45e34fff None None] Running upgrade -> 8f2f1571d55b, Initial version 2024-03-22 14:30:47.431 | DEBUG alembic.runtime.migration [None req-8e0ef36a-cf4a-41c3-b4e8-b36a45e34fff None None] new branch insert 8f2f1571d55b {{(pid=45977) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2024-03-22 14:30:47.433 | INFO alembic.runtime.migration [None req-8e0ef36a-cf4a-41c3-b4e8-b36a45e34fff None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-03-22 14:30:47.461 | DEBUG alembic.runtime.migration [None req-8e0ef36a-cf4a-41c3-b4e8-b36a45e34fff None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=45977) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:47.462 | INFO alembic.runtime.migration [None req-8e0ef36a-cf4a-41c3-b4e8-b36a45e34fff None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-03-22 14:30:47.531 | DEBUG alembic.runtime.migration [None req-8e0ef36a-cf4a-41c3-b4e8-b36a45e34fff None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=45977) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:47.532 | INFO alembic.runtime.migration [None req-8e0ef36a-cf4a-41c3-b4e8-b36a45e34fff None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-03-22 14:30:47.548 | DEBUG alembic.runtime.migration [None req-8e0ef36a-cf4a-41c3-b4e8-b36a45e34fff None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=45977) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:47.549 | INFO alembic.runtime.migration [None req-8e0ef36a-cf4a-41c3-b4e8-b36a45e34fff None None] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table 2024-03-22 14:30:47.551 | DEBUG alembic.runtime.migration [None req-8e0ef36a-cf4a-41c3-b4e8-b36a45e34fff None None] update 960aac0e09ea to 1b91788ec3a6 {{(pid=45977) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:47.552 | INFO alembic.runtime.migration [None req-8e0ef36a-cf4a-41c3-b4e8-b36a45e34fff None None] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance 2024-03-22 14:30:47.598 | DEBUG alembic.runtime.migration [None req-8e0ef36a-cf4a-41c3-b4e8-b36a45e34fff None None] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=45977) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-03-22 14:30:47.601 | INFO dbcounter [None req-8e0ef36a-cf4a-41c3-b4e8-b36a45e34fff None None] Registered counter for database nova_cell1 2024-03-22 14:30:47.605 | DEBUG dbcounter [-] [45977] Writer thread running {{(pid=45977) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-22 14:30:47.608 | INFO alembic.runtime.migration [None req-8e0ef36a-cf4a-41c3-b4e8-b36a45e34fff None None] Context impl MySQLImpl. 2024-03-22 14:30:47.608 | INFO alembic.runtime.migration [None req-8e0ef36a-cf4a-41c3-b4e8-b36a45e34fff None None] Will assume non-transactional DDL. 2024-03-22 14:30:47.942 | + lib/nova:init_nova:894 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2024-03-22 14:30:48.398 | 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-03-22 14:30:49.560 | Running batches of 50 until complete 2024-03-22 14:30:49.560 | INFO dbcounter [None req-386fa024-d407-4c59-bb10-93c1665f172b None None] Registered counter for database nova_cell1 2024-03-22 14:30:49.570 | DEBUG dbcounter [-] [46010] Writer thread running {{(pid=46010) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-22 14:30:49.624 | INFO dbcounter [None req-386fa024-d407-4c59-bb10-93c1665f172b None None] Registered counter for database nova_api 2024-03-22 14:30:49.629 | DEBUG dbcounter [-] [46010] Writer thread running {{(pid=46010) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-22 14:30:49.694 | INFO dbcounter [None req-386fa024-d407-4c59-bb10-93c1665f172b None None] Registered counter for database nova_cell0 2024-03-22 14:30:49.698 | DEBUG dbcounter [-] [46010] Writer thread running {{(pid=46010) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-22 14:30:49.737 | +-------------------------------------+--------------+-----------+ 2024-03-22 14:30:49.737 | | Migration | Total Needed | Completed | 2024-03-22 14:30:49.738 | +-------------------------------------+--------------+-----------+ 2024-03-22 14:30:49.738 | | fill_virtual_interface_list | 0 | 0 | 2024-03-22 14:30:49.738 | | migrate_empty_ratio | 0 | 0 | 2024-03-22 14:30:49.738 | | migrate_quota_classes_to_api_db | 0 | 0 | 2024-03-22 14:30:49.738 | | migrate_quota_limits_to_api_db | 0 | 0 | 2024-03-22 14:30:49.738 | | migration_migrate_to_uuid | 0 | 0 | 2024-03-22 14:30:49.738 | | populate_dev_uuids | 0 | 0 | 2024-03-22 14:30:49.738 | | populate_instance_compute_id | 0 | 0 | 2024-03-22 14:30:49.738 | | populate_missing_availability_zones | 0 | 0 | 2024-03-22 14:30:49.738 | | populate_queued_for_delete | 0 | 0 | 2024-03-22 14:30:49.738 | | populate_user_id | 0 | 0 | 2024-03-22 14:30:49.738 | | populate_uuids | 0 | 0 | 2024-03-22 14:30:49.738 | +-------------------------------------+--------------+-----------+ 2024-03-22 14:30:50.078 | ++ lib/nova:init_nova:897 : seq 1 1 2024-03-22 14:30:50.082 | + lib/nova:init_nova:897 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-03-22 14:30:50.084 | ++ lib/nova:init_nova:898 : conductor_conf 1 2024-03-22 14:30:50.087 | ++ lib/nova:conductor_conf:837 : local cell=1 2024-03-22 14:30:50.089 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2024-03-22 14:30:50.091 | + lib/nova:init_nova:898 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf --config-file /etc/nova/nova_cell1.conf cell_v2 create_cell --name cell1 2024-03-22 14:30:50.530 | 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-03-22 14:30:51.701 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2024-03-22 14:30:51.701 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2024-03-22 14:30:51.701 | INFO dbcounter [None req-59cb5f13-57fc-48fb-9f6d-69402cba133e None None] Registered counter for database nova_api 2024-03-22 14:30:51.712 | DEBUG dbcounter [-] [46027] Writer thread running {{(pid=46027) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-22 14:30:52.059 | + lib/nova:init_nova:902 : create_nova_keys_dir 2024-03-22 14:30:52.062 | + lib/nova:create_nova_keys_dir:844 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2024-03-22 14:30:52.072 | + lib/nova:init_nova:904 : [[ '' == \L\V\M ]] 2024-03-22 14:30:52.074 | + stack.sh:main:1258 : async_runfunc configure_neutron_nova 2024-03-22 14:30:52.076 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2024-03-22 14:30:52.125 | + inc/async:async_inner:63 : configure_neutron_nova 2024-03-22 14:30:52.156 | [4710 Async configure_neutron_nova:46084]: running: configure_neutron_nova 2024-03-22 14:30:52.159 | + stack.sh:main:1266 : run_phase stack post-config 2024-03-22 14:30:52.161 | + functions-common:run_phase:1828 : local mode=stack 2024-03-22 14:30:52.163 | + functions-common:run_phase:1829 : local phase=post-config 2024-03-22 14:30:52.165 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2024-03-22 14:30:52.167 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2024-03-22 14:30:52.170 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-03-22 14:30:52.172 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2024-03-22 14:30:52.174 | + functions-common:run_phase:1838 : local extra 2024-03-22 14:30:52.177 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-03-22 14:30:52.181 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2024-03-22 14:30:52.184 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-03-22 14:30:52.186 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-03-22 14:30:52.189 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2024-03-22 14:30:52.191 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-03-22 14:30:52.204 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:30:52.206 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-03-22 14:30:52.208 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-03-22 14:30:52.210 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-03-22 14:30:52.213 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-03-22 14:30:52.215 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-03-22 14:30:52.217 | ++ extras.d/80-tempest.sh:source:12 : : 2024-03-22 14:30:52.219 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-03-22 14:30:52.222 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-03-22 14:30:52.224 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2024-03-22 14:30:52.227 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-03-22 14:30:52.229 | + functions-common:run_phase:1855 : run_plugins stack post-config 2024-03-22 14:30:52.231 | + functions-common:run_plugins:1814 : local mode=stack 2024-03-22 14:30:52.233 | + functions-common:run_plugins:1815 : local phase=post-config 2024-03-22 14:30:52.235 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2024-03-22 14:30:52.237 | + functions-common:run_plugins:1818 : local plugin 2024-03-22 14:30:52.239 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2024-03-22 14:30:52.242 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2024-03-22 14:30:52.244 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-03-22 14:30:52.246 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2024-03-22 14:30:52.249 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-03-22 14:30:52.251 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-03-22 14:30:52.253 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-03-22 14:30:52.255 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-03-22 14:30:52.258 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-03-22 14:30:52.260 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2024-03-22 14:30:52.263 | ++ stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-22 14:30:52.265 | ++ stack.sh:echo_summary:470 : echo -e Configuring Networking-NSX-T 2024-03-22 14:30:52.267 | + stack.sh:main:1274 : merge_config_group /opt/stack/devstack/local.conf post-config 2024-03-22 14:30:52.270 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-03-22 14:30:52.272 | + inc/meta-config:merge_config_group:171 : shift 2024-03-22 14:30:52.274 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2024-03-22 14:30:52.276 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-22 14:30:52.279 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-03-22 14:30:52.281 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-03-22 14:30:52.283 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2024-03-22 14:30:52.285 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-03-22 14:30:52.288 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2024-03-22 14:30:52.290 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-22 14:30:52.293 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2024-03-22 14:30:52.293 | /^\[\[.+\|.*\]\]/ { 2024-03-22 14:30:52.293 | gsub("[][]", "", $1); 2024-03-22 14:30:52.293 | split($1, a, "|"); 2024-03-22 14:30:52.293 | if (a[1] == matchgroup) 2024-03-22 14:30:52.293 | print a[2] 2024-03-22 14:30:52.293 | } 2024-03-22 14:30:52.293 | ' /opt/stack/devstack/local.conf 2024-03-22 14:30:52.298 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-03-22 14:30:52.300 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-03-22 14:30:52.302 | + inc/meta-config:merge_config_group:180 : local dir 2024-03-22 14:30:52.305 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2024-03-22 14:30:52.308 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2024-03-22 14:30:52.311 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2024-03-22 14:30:52.313 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2024-03-22 14:30:52.316 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2024-03-22 14:30:52.320 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2024-03-22 14:30:52.322 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2024-03-22 14:30:52.325 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-03-22 14:30:52.327 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-03-22 14:30:52.330 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-03-22 14:30:52.332 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2024-03-22 14:30:52.334 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-03-22 14:30:52.337 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2024-03-22 14:30:52.339 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2024-03-22 14:30:52.342 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2024-03-22 14:30:52.345 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2024-03-22 14:30:52.348 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2024-03-22 14:30:52.348 | BEGIN { 2024-03-22 14:30:52.348 | section = "" 2024-03-22 14:30:52.348 | last_section = "" 2024-03-22 14:30:52.348 | section_count = 0 2024-03-22 14:30:52.349 | } 2024-03-22 14:30:52.349 | /^\[.+\]/ { 2024-03-22 14:30:52.349 | gsub("[][]", "", $1); 2024-03-22 14:30:52.349 | section=$1 2024-03-22 14:30:52.349 | next 2024-03-22 14:30:52.349 | } 2024-03-22 14:30:52.349 | /^ *\#/ { 2024-03-22 14:30:52.349 | next 2024-03-22 14:30:52.349 | } 2024-03-22 14:30:52.349 | /^[^ \t]+/ { 2024-03-22 14:30:52.349 | # get offset of first = in $0 2024-03-22 14:30:52.349 | eq_idx = index($0, "=") 2024-03-22 14:30:52.349 | # extract attr & value from $0 2024-03-22 14:30:52.349 | attr = substr($0, 1, eq_idx - 1) 2024-03-22 14:30:52.349 | value = substr($0, eq_idx + 1) 2024-03-22 14:30:52.349 | # only need to strip trailing whitespace from attr 2024-03-22 14:30:52.349 | sub(/[ \t]*$/, "", attr) 2024-03-22 14:30:52.349 | # need to strip leading & trailing whitespace from value 2024-03-22 14:30:52.349 | sub(/^[ \t]*/, "", value) 2024-03-22 14:30:52.349 | sub(/[ \t]*$/, "", value) 2024-03-22 14:30:52.349 | 2024-03-22 14:30:52.349 | # cfg_attr_count: number of config lines per [section, attr] 2024-03-22 14:30:52.349 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-03-22 14:30:52.349 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-03-22 14:30:52.350 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-03-22 14:30:52.350 | if (! (section, attr) in cfg_attr_count) { 2024-03-22 14:30:52.350 | if (section != last_section) { 2024-03-22 14:30:52.350 | cfg_section[section_count++] = section 2024-03-22 14:30:52.350 | last_section = section 2024-03-22 14:30:52.350 | } 2024-03-22 14:30:52.350 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-03-22 14:30:52.350 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-03-22 14:30:52.350 | 2024-03-22 14:30:52.350 | cfg_attr[section, attr, 0] = value 2024-03-22 14:30:52.350 | cfg_attr_count[section, attr] = 1 2024-03-22 14:30:52.350 | } else { 2024-03-22 14:30:52.350 | lno = cfg_attr_count[section, attr]++ 2024-03-22 14:30:52.350 | cfg_attr[section, attr, lno] = value 2024-03-22 14:30:52.350 | } 2024-03-22 14:30:52.350 | } 2024-03-22 14:30:52.350 | END { 2024-03-22 14:30:52.350 | # Process each section in order 2024-03-22 14:30:52.350 | for (sno = 0; sno < section_count; sno++) { 2024-03-22 14:30:52.350 | section = cfg_section[sno] 2024-03-22 14:30:52.350 | # The ini routines simply append a config item immediately 2024-03-22 14:30:52.350 | # after the section header. To keep the same order as defined 2024-03-22 14:30:52.350 | # in local.conf, invoke the ini routines in the reverse order 2024-03-22 14:30:52.350 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-03-22 14:30:52.350 | attr = cfg_sec_attr_name[sno, attr_no] 2024-03-22 14:30:52.350 | if (cfg_attr_count[section, attr] == 1) 2024-03-22 14:30:52.350 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-03-22 14:30:52.350 | else { 2024-03-22 14:30:52.350 | # For multiline, invoke the ini routines in the reverse order 2024-03-22 14:30:52.350 | count = cfg_attr_count[section, attr] 2024-03-22 14:30:52.350 | print "inidelete " configfile " " section " " attr 2024-03-22 14:30:52.350 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-03-22 14:30:52.350 | for (l = count -2; l >= 0; l--) 2024-03-22 14:30:52.350 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-03-22 14:30:52.350 | } 2024-03-22 14:30:52.350 | } 2024-03-22 14:30:52.350 | } 2024-03-22 14:30:52.350 | } 2024-03-22 14:30:52.350 | ' 2024-03-22 14:30:52.350 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-03-22 14:30:52.350 | + inc/meta-config:merge_config_file:164 : read a 2024-03-22 14:30:52.350 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-03-22 14:30:52.351 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-03-22 14:30:52.353 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-03-22 14:30:52.356 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2024-03-22 14:30:52.358 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-22 14:30:52.360 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2024-03-22 14:30:52.363 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2024-03-22 14:30:52.363 | BEGIN { group = "" } 2024-03-22 14:30:52.363 | /^\[\[.+\|.*\]\]/ { 2024-03-22 14:30:52.363 | gsub("[][]", "", $1); 2024-03-22 14:30:52.363 | split($1, a, "|"); 2024-03-22 14:30:52.363 | if (a[1] == matchgroup && a[2] == configfile) { 2024-03-22 14:30:52.363 | group=a[1] 2024-03-22 14:30:52.363 | } else { 2024-03-22 14:30:52.363 | group="" 2024-03-22 14:30:52.363 | } 2024-03-22 14:30:52.363 | next 2024-03-22 14:30:52.363 | } 2024-03-22 14:30:52.363 | { 2024-03-22 14:30:52.363 | if (group != "") 2024-03-22 14:30:52.363 | print $0 2024-03-22 14:30:52.363 | } 2024-03-22 14:30:52.363 | ' /opt/stack/devstack/local.conf 2024-03-22 14:30:52.367 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2024-03-22 14:30:52.370 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2024-03-22 14:30:52.395 | + inc/meta-config:merge_config_file:164 : read a 2024-03-22 14:30:52.398 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-03-22 14:30:52.400 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-03-22 14:30:52.403 | + inc/meta-config:merge_config_group:180 : local dir 2024-03-22 14:30:52.406 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2024-03-22 14:30:52.408 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2024-03-22 14:30:52.410 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2024-03-22 14:30:52.412 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2024-03-22 14:30:52.415 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2024-03-22 14:30:52.419 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2024-03-22 14:30:52.421 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2024-03-22 14:30:52.424 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-03-22 14:30:52.426 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-03-22 14:30:52.428 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-03-22 14:30:52.430 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2024-03-22 14:30:52.433 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-03-22 14:30:52.435 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2024-03-22 14:30:52.437 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2024-03-22 14:30:52.440 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2024-03-22 14:30:52.442 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2024-03-22 14:30:52.445 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-03-22 14:30:52.446 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2024-03-22 14:30:52.446 | BEGIN { 2024-03-22 14:30:52.446 | section = "" 2024-03-22 14:30:52.446 | last_section = "" 2024-03-22 14:30:52.446 | section_count = 0 2024-03-22 14:30:52.446 | } 2024-03-22 14:30:52.446 | /^\[.+\]/ { 2024-03-22 14:30:52.446 | gsub("[][]", "", $1); 2024-03-22 14:30:52.446 | section=$1 2024-03-22 14:30:52.446 | next 2024-03-22 14:30:52.446 | } 2024-03-22 14:30:52.446 | /^ *\#/ { 2024-03-22 14:30:52.446 | next 2024-03-22 14:30:52.446 | } 2024-03-22 14:30:52.446 | /^[^ \t]+/ { 2024-03-22 14:30:52.446 | # get offset of first = in $0 2024-03-22 14:30:52.446 | eq_idx = index($0, "=") 2024-03-22 14:30:52.446 | # extract attr & value from $0 2024-03-22 14:30:52.446 | attr = substr($0, 1, eq_idx - 1) 2024-03-22 14:30:52.446 | value = substr($0, eq_idx + 1) 2024-03-22 14:30:52.446 | # only need to strip trailing whitespace from attr 2024-03-22 14:30:52.446 | sub(/[ \t]*$/, "", attr) 2024-03-22 14:30:52.446 | # need to strip leading & trailing whitespace from value 2024-03-22 14:30:52.446 | sub(/^[ \t]*/, "", value) 2024-03-22 14:30:52.446 | sub(/[ \t]*$/, "", value) 2024-03-22 14:30:52.446 | 2024-03-22 14:30:52.446 | # cfg_attr_count: number of config lines per [section, attr] 2024-03-22 14:30:52.446 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-03-22 14:30:52.446 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-03-22 14:30:52.446 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-03-22 14:30:52.446 | if (! (section, attr) in cfg_attr_count) { 2024-03-22 14:30:52.446 | if (section != last_section) { 2024-03-22 14:30:52.446 | cfg_section[section_count++] = section 2024-03-22 14:30:52.446 | last_section = section 2024-03-22 14:30:52.446 | } 2024-03-22 14:30:52.446 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-03-22 14:30:52.446 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-03-22 14:30:52.446 | 2024-03-22 14:30:52.446 | cfg_attr[section, attr, 0] = value 2024-03-22 14:30:52.446 | cfg_attr_count[section, attr] = 1 2024-03-22 14:30:52.446 | } else { 2024-03-22 14:30:52.446 | lno = cfg_attr_count[section, attr]++ 2024-03-22 14:30:52.446 | cfg_attr[section, attr, lno] = value 2024-03-22 14:30:52.446 | } 2024-03-22 14:30:52.446 | } 2024-03-22 14:30:52.446 | END { 2024-03-22 14:30:52.446 | # Process each section in order 2024-03-22 14:30:52.446 | for (sno = 0; sno < section_count; sno++) { 2024-03-22 14:30:52.446 | section = cfg_section[sno] 2024-03-22 14:30:52.446 | # The ini routines simply append a config item immediately 2024-03-22 14:30:52.446 | # after the section header. To keep the same order as defined 2024-03-22 14:30:52.446 | # in local.conf, invoke the ini routines in the reverse order 2024-03-22 14:30:52.446 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-03-22 14:30:52.446 | attr = cfg_sec_attr_name[sno, attr_no] 2024-03-22 14:30:52.446 | if (cfg_attr_count[section, attr] == 1) 2024-03-22 14:30:52.446 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-03-22 14:30:52.446 | else { 2024-03-22 14:30:52.446 | # For multiline, invoke the ini routines in the reverse order 2024-03-22 14:30:52.446 | count = cfg_attr_count[section, attr] 2024-03-22 14:30:52.446 | print "inidelete " configfile " " section " " attr 2024-03-22 14:30:52.446 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-03-22 14:30:52.446 | for (l = count -2; l >= 0; l--) 2024-03-22 14:30:52.446 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-03-22 14:30:52.446 | } 2024-03-22 14:30:52.447 | } 2024-03-22 14:30:52.447 | } 2024-03-22 14:30:52.447 | } 2024-03-22 14:30:52.447 | ' 2024-03-22 14:30:52.447 | + inc/meta-config:merge_config_file:164 : read a 2024-03-22 14:30:52.448 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-03-22 14:30:52.449 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-03-22 14:30:52.450 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-03-22 14:30:52.452 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2024-03-22 14:30:52.454 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-22 14:30:52.456 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2024-03-22 14:30:52.459 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2024-03-22 14:30:52.459 | BEGIN { group = "" } 2024-03-22 14:30:52.459 | /^\[\[.+\|.*\]\]/ { 2024-03-22 14:30:52.459 | gsub("[][]", "", $1); 2024-03-22 14:30:52.459 | split($1, a, "|"); 2024-03-22 14:30:52.459 | if (a[1] == matchgroup && a[2] == configfile) { 2024-03-22 14:30:52.459 | group=a[1] 2024-03-22 14:30:52.459 | } else { 2024-03-22 14:30:52.459 | group="" 2024-03-22 14:30:52.459 | } 2024-03-22 14:30:52.459 | next 2024-03-22 14:30:52.459 | } 2024-03-22 14:30:52.459 | { 2024-03-22 14:30:52.459 | if (group != "") 2024-03-22 14:30:52.459 | print $0 2024-03-22 14:30:52.459 | } 2024-03-22 14:30:52.459 | ' /opt/stack/devstack/local.conf 2024-03-22 14:30:52.464 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2024-03-22 14:30:52.466 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2024-03-22 14:30:52.474 | + inc/async:async_inner:64 : rc=0 2024-03-22 14:30:52.490 | + inc/meta-config:merge_config_file:164 : read a 2024-03-22 14:30:52.493 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-03-22 14:30:52.493 | [46084 Async configure_neutron_nova:46084]: finished successfully 2024-03-22 14:30:52.495 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-03-22 14:30:52.497 | + inc/meta-config:merge_config_group:180 : local dir 2024-03-22 14:30:52.500 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2024-03-22 14:30:52.502 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2024-03-22 14:30:52.505 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2024-03-22 14:30:52.507 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2024-03-22 14:30:52.510 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2024-03-22 14:30:52.513 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-03-22 14:30:52.515 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-03-22 14:30:52.517 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-03-22 14:30:52.519 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-03-22 14:30:52.521 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-03-22 14:30:52.523 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2024-03-22 14:30:52.525 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-03-22 14:30:52.528 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2024-03-22 14:30:52.530 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2024-03-22 14:30:52.533 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2024-03-22 14:30:52.535 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2024-03-22 14:30:52.538 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-03-22 14:30:52.538 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2024-03-22 14:30:52.538 | BEGIN { 2024-03-22 14:30:52.538 | section = "" 2024-03-22 14:30:52.538 | last_section = "" 2024-03-22 14:30:52.538 | section_count = 0 2024-03-22 14:30:52.538 | } 2024-03-22 14:30:52.538 | /^\[.+\]/ { 2024-03-22 14:30:52.538 | gsub("[][]", "", $1); 2024-03-22 14:30:52.538 | section=$1 2024-03-22 14:30:52.538 | next 2024-03-22 14:30:52.538 | } 2024-03-22 14:30:52.538 | /^ *\#/ { 2024-03-22 14:30:52.538 | next 2024-03-22 14:30:52.538 | } 2024-03-22 14:30:52.538 | /^[^ \t]+/ { 2024-03-22 14:30:52.538 | # get offset of first = in $0 2024-03-22 14:30:52.538 | eq_idx = index($0, "=") 2024-03-22 14:30:52.538 | # extract attr & value from $0 2024-03-22 14:30:52.538 | attr = substr($0, 1, eq_idx - 1) 2024-03-22 14:30:52.538 | value = substr($0, eq_idx + 1) 2024-03-22 14:30:52.538 | # only need to strip trailing whitespace from attr 2024-03-22 14:30:52.538 | sub(/[ \t]*$/, "", attr) 2024-03-22 14:30:52.538 | # need to strip leading & trailing whitespace from value 2024-03-22 14:30:52.538 | sub(/^[ \t]*/, "", value) 2024-03-22 14:30:52.538 | sub(/[ \t]*$/, "", value) 2024-03-22 14:30:52.538 | 2024-03-22 14:30:52.538 | # cfg_attr_count: number of config lines per [section, attr] 2024-03-22 14:30:52.538 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-03-22 14:30:52.538 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-03-22 14:30:52.538 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-03-22 14:30:52.538 | if (! (section, attr) in cfg_attr_count) { 2024-03-22 14:30:52.538 | if (section != last_section) { 2024-03-22 14:30:52.538 | cfg_section[section_count++] = section 2024-03-22 14:30:52.538 | last_section = section 2024-03-22 14:30:52.538 | } 2024-03-22 14:30:52.538 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-03-22 14:30:52.538 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-03-22 14:30:52.538 | 2024-03-22 14:30:52.538 | cfg_attr[section, attr, 0] = value 2024-03-22 14:30:52.538 | cfg_attr_count[section, attr] = 1 2024-03-22 14:30:52.538 | } else { 2024-03-22 14:30:52.538 | lno = cfg_attr_count[section, attr]++ 2024-03-22 14:30:52.538 | cfg_attr[section, attr, lno] = value 2024-03-22 14:30:52.539 | } 2024-03-22 14:30:52.539 | } 2024-03-22 14:30:52.539 | END { 2024-03-22 14:30:52.539 | # Process each section in order 2024-03-22 14:30:52.539 | for (sno = 0; sno < section_count; sno++) { 2024-03-22 14:30:52.539 | section = cfg_section[sno] 2024-03-22 14:30:52.539 | # The ini routines simply append a config item immediately 2024-03-22 14:30:52.539 | # after the section header. To keep the same order as defined 2024-03-22 14:30:52.539 | # in local.conf, invoke the ini routines in the reverse order 2024-03-22 14:30:52.539 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-03-22 14:30:52.539 | attr = cfg_sec_attr_name[sno, attr_no] 2024-03-22 14:30:52.539 | if (cfg_attr_count[section, attr] == 1) 2024-03-22 14:30:52.539 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-03-22 14:30:52.539 | else { 2024-03-22 14:30:52.539 | # For multiline, invoke the ini routines in the reverse order 2024-03-22 14:30:52.539 | count = cfg_attr_count[section, attr] 2024-03-22 14:30:52.539 | print "inidelete " configfile " " section " " attr 2024-03-22 14:30:52.539 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-03-22 14:30:52.539 | for (l = count -2; l >= 0; l--) 2024-03-22 14:30:52.539 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-03-22 14:30:52.539 | } 2024-03-22 14:30:52.539 | } 2024-03-22 14:30:52.539 | } 2024-03-22 14:30:52.539 | } 2024-03-22 14:30:52.539 | ' 2024-03-22 14:30:52.539 | + inc/meta-config:merge_config_file:164 : read a 2024-03-22 14:30:52.540 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-03-22 14:30:52.541 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-03-22 14:30:52.543 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-03-22 14:30:52.544 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2024-03-22 14:30:52.546 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-22 14:30:52.548 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2024-03-22 14:30:52.550 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2024-03-22 14:30:52.550 | BEGIN { group = "" } 2024-03-22 14:30:52.550 | /^\[\[.+\|.*\]\]/ { 2024-03-22 14:30:52.550 | gsub("[][]", "", $1); 2024-03-22 14:30:52.550 | split($1, a, "|"); 2024-03-22 14:30:52.550 | if (a[1] == matchgroup && a[2] == configfile) { 2024-03-22 14:30:52.550 | group=a[1] 2024-03-22 14:30:52.550 | } else { 2024-03-22 14:30:52.550 | group="" 2024-03-22 14:30:52.550 | } 2024-03-22 14:30:52.550 | next 2024-03-22 14:30:52.550 | } 2024-03-22 14:30:52.550 | { 2024-03-22 14:30:52.550 | if (group != "") 2024-03-22 14:30:52.550 | print $0 2024-03-22 14:30:52.550 | } 2024-03-22 14:30:52.550 | ' /opt/stack/devstack/local.conf 2024-03-22 14:30:52.555 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2024-03-22 14:30:52.557 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2024-03-22 14:30:52.580 | + inc/meta-config:merge_config_file:164 : read a 2024-03-22 14:30:52.582 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2024-03-22 14:30:52.584 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2024-03-22 14:30:52.609 | + inc/meta-config:merge_config_file:164 : read a 2024-03-22 14:30:52.612 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-03-22 14:30:52.614 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-03-22 14:30:52.616 | + inc/meta-config:merge_config_group:180 : local dir 2024-03-22 14:30:52.619 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2024-03-22 14:30:52.621 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-22 14:30:52.623 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-22 14:30:52.625 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2024-03-22 14:30:52.628 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-22 14:30:52.631 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2024-03-22 14:30:52.633 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2024-03-22 14:30:52.636 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-03-22 14:30:52.638 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-03-22 14:30:52.640 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-03-22 14:30:52.642 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-03-22 14:30:52.644 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-03-22 14:30:52.647 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2024-03-22 14:30:52.649 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-22 14:30:52.651 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-03-22 14:30:52.653 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2024-03-22 14:30:52.656 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-03-22 14:30:52.657 | + inc/meta-config:merge_config_file:164 : read a 2024-03-22 14:30:52.657 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-03-22 14:30:52.657 | BEGIN { 2024-03-22 14:30:52.657 | section = "" 2024-03-22 14:30:52.657 | last_section = "" 2024-03-22 14:30:52.657 | section_count = 0 2024-03-22 14:30:52.657 | } 2024-03-22 14:30:52.657 | /^\[.+\]/ { 2024-03-22 14:30:52.657 | gsub("[][]", "", $1); 2024-03-22 14:30:52.657 | section=$1 2024-03-22 14:30:52.657 | next 2024-03-22 14:30:52.657 | } 2024-03-22 14:30:52.657 | /^ *\#/ { 2024-03-22 14:30:52.657 | next 2024-03-22 14:30:52.657 | } 2024-03-22 14:30:52.657 | /^[^ \t]+/ { 2024-03-22 14:30:52.657 | # get offset of first = in $0 2024-03-22 14:30:52.657 | eq_idx = index($0, "=") 2024-03-22 14:30:52.657 | # extract attr & value from $0 2024-03-22 14:30:52.657 | attr = substr($0, 1, eq_idx - 1) 2024-03-22 14:30:52.657 | value = substr($0, eq_idx + 1) 2024-03-22 14:30:52.657 | # only need to strip trailing whitespace from attr 2024-03-22 14:30:52.657 | sub(/[ \t]*$/, "", attr) 2024-03-22 14:30:52.657 | # need to strip leading & trailing whitespace from value 2024-03-22 14:30:52.657 | sub(/^[ \t]*/, "", value) 2024-03-22 14:30:52.657 | sub(/[ \t]*$/, "", value) 2024-03-22 14:30:52.657 | 2024-03-22 14:30:52.657 | # cfg_attr_count: number of config lines per [section, attr] 2024-03-22 14:30:52.657 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-03-22 14:30:52.657 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-03-22 14:30:52.657 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-03-22 14:30:52.657 | if (! (section, attr) in cfg_attr_count) { 2024-03-22 14:30:52.657 | if (section != last_section) { 2024-03-22 14:30:52.657 | cfg_section[section_count++] = section 2024-03-22 14:30:52.657 | last_section = section 2024-03-22 14:30:52.657 | } 2024-03-22 14:30:52.657 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-03-22 14:30:52.657 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-03-22 14:30:52.657 | 2024-03-22 14:30:52.657 | cfg_attr[section, attr, 0] = value 2024-03-22 14:30:52.657 | cfg_attr_count[section, attr] = 1 2024-03-22 14:30:52.657 | } else { 2024-03-22 14:30:52.657 | lno = cfg_attr_count[section, attr]++ 2024-03-22 14:30:52.657 | cfg_attr[section, attr, lno] = value 2024-03-22 14:30:52.657 | } 2024-03-22 14:30:52.657 | } 2024-03-22 14:30:52.657 | END { 2024-03-22 14:30:52.657 | # Process each section in order 2024-03-22 14:30:52.657 | for (sno = 0; sno < section_count; sno++) { 2024-03-22 14:30:52.658 | section = cfg_section[sno] 2024-03-22 14:30:52.658 | # The ini routines simply append a config item immediately 2024-03-22 14:30:52.658 | # after the section header. To keep the same order as defined 2024-03-22 14:30:52.658 | # in local.conf, invoke the ini routines in the reverse order 2024-03-22 14:30:52.658 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-03-22 14:30:52.658 | attr = cfg_sec_attr_name[sno, attr_no] 2024-03-22 14:30:52.658 | if (cfg_attr_count[section, attr] == 1) 2024-03-22 14:30:52.658 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-03-22 14:30:52.658 | else { 2024-03-22 14:30:52.658 | # For multiline, invoke the ini routines in the reverse order 2024-03-22 14:30:52.658 | count = cfg_attr_count[section, attr] 2024-03-22 14:30:52.658 | print "inidelete " configfile " " section " " attr 2024-03-22 14:30:52.658 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-03-22 14:30:52.658 | for (l = count -2; l >= 0; l--) 2024-03-22 14:30:52.658 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-03-22 14:30:52.658 | } 2024-03-22 14:30:52.658 | } 2024-03-22 14:30:52.658 | } 2024-03-22 14:30:52.658 | } 2024-03-22 14:30:52.658 | ' 2024-03-22 14:30:52.658 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-03-22 14:30:52.660 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-03-22 14:30:52.660 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-03-22 14:30:52.662 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-03-22 14:30:52.664 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-22 14:30:52.666 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2024-03-22 14:30:52.668 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-03-22 14:30:52.668 | BEGIN { group = "" } 2024-03-22 14:30:52.668 | /^\[\[.+\|.*\]\]/ { 2024-03-22 14:30:52.668 | gsub("[][]", "", $1); 2024-03-22 14:30:52.668 | split($1, a, "|"); 2024-03-22 14:30:52.668 | if (a[1] == matchgroup && a[2] == configfile) { 2024-03-22 14:30:52.668 | group=a[1] 2024-03-22 14:30:52.668 | } else { 2024-03-22 14:30:52.668 | group="" 2024-03-22 14:30:52.668 | } 2024-03-22 14:30:52.668 | next 2024-03-22 14:30:52.668 | } 2024-03-22 14:30:52.668 | { 2024-03-22 14:30:52.668 | if (group != "") 2024-03-22 14:30:52.668 | print $0 2024-03-22 14:30:52.668 | } 2024-03-22 14:30:52.668 | ' /opt/stack/devstack/local.conf 2024-03-22 14:30:52.673 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2024-03-22 14:30:52.675 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2024-03-22 14:30:52.698 | + inc/meta-config:merge_config_file:164 : read a 2024-03-22 14:30:52.700 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2024-03-22 14:30:52.703 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-03-22 14:30:52.727 | + inc/meta-config:merge_config_file:164 : read a 2024-03-22 14:30:52.729 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2024-03-22 14:30:52.731 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-03-22 14:30:52.756 | + inc/meta-config:merge_config_file:164 : read a 2024-03-22 14:30:52.758 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2024-03-22 14:30:52.760 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2024-03-22 14:30:52.785 | + inc/meta-config:merge_config_file:164 : read a 2024-03-22 14:30:52.786 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2024-03-22 14:30:52.788 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2024-03-22 14:30:52.811 | + inc/meta-config:merge_config_file:164 : read a 2024-03-22 14:30:52.813 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2024-03-22 14:30:52.815 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2024-03-22 14:30:52.839 | + inc/meta-config:merge_config_file:164 : read a 2024-03-22 14:30:52.841 | + 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-03-22 14:30:52.843 | ++ 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-03-22 14:30:52.868 | + inc/meta-config:merge_config_file:164 : read a 2024-03-22 14:30:52.870 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2024-03-22 14:30:52.872 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2024-03-22 14:30:52.897 | + inc/meta-config:merge_config_file:164 : read a 2024-03-22 14:30:52.899 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2024-03-22 14:30:52.901 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-03-22 14:30:52.927 | + inc/meta-config:merge_config_file:164 : read a 2024-03-22 14:30:52.929 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-03-22 14:30:52.931 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-03-22 14:30:52.933 | + inc/meta-config:merge_config_group:180 : local dir 2024-03-22 14:30:52.936 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2024-03-22 14:30:52.938 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2024-03-22 14:30:52.941 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2024-03-22 14:30:52.943 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-03-22 14:30:52.946 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2024-03-22 14:30:52.949 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-03-22 14:30:52.951 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-03-22 14:30:52.953 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2024-03-22 14:30:52.955 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-03-22 14:30:52.957 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-03-22 14:30:52.959 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2024-03-22 14:30:52.961 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-03-22 14:30:52.964 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2024-03-22 14:30:52.966 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2024-03-22 14:30:52.968 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2024-03-22 14:30:52.970 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2024-03-22 14:30:52.973 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2024-03-22 14:30:52.973 | + inc/meta-config:merge_config_file:164 : read a 2024-03-22 14:30:52.974 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-03-22 14:30:52.974 | BEGIN { 2024-03-22 14:30:52.974 | section = "" 2024-03-22 14:30:52.974 | last_section = "" 2024-03-22 14:30:52.974 | section_count = 0 2024-03-22 14:30:52.974 | } 2024-03-22 14:30:52.974 | /^\[.+\]/ { 2024-03-22 14:30:52.974 | gsub("[][]", "", $1); 2024-03-22 14:30:52.974 | section=$1 2024-03-22 14:30:52.974 | next 2024-03-22 14:30:52.974 | } 2024-03-22 14:30:52.974 | /^ *\#/ { 2024-03-22 14:30:52.974 | next 2024-03-22 14:30:52.974 | } 2024-03-22 14:30:52.974 | /^[^ \t]+/ { 2024-03-22 14:30:52.974 | # get offset of first = in $0 2024-03-22 14:30:52.974 | eq_idx = index($0, "=") 2024-03-22 14:30:52.974 | # extract attr & value from $0 2024-03-22 14:30:52.974 | attr = substr($0, 1, eq_idx - 1) 2024-03-22 14:30:52.974 | value = substr($0, eq_idx + 1) 2024-03-22 14:30:52.974 | # only need to strip trailing whitespace from attr 2024-03-22 14:30:52.974 | sub(/[ \t]*$/, "", attr) 2024-03-22 14:30:52.974 | # need to strip leading & trailing whitespace from value 2024-03-22 14:30:52.974 | sub(/^[ \t]*/, "", value) 2024-03-22 14:30:52.974 | sub(/[ \t]*$/, "", value) 2024-03-22 14:30:52.974 | 2024-03-22 14:30:52.974 | # cfg_attr_count: number of config lines per [section, attr] 2024-03-22 14:30:52.974 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-03-22 14:30:52.974 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-03-22 14:30:52.974 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-03-22 14:30:52.974 | if (! (section, attr) in cfg_attr_count) { 2024-03-22 14:30:52.974 | if (section != last_section) { 2024-03-22 14:30:52.974 | cfg_section[section_count++] = section 2024-03-22 14:30:52.974 | last_section = section 2024-03-22 14:30:52.974 | } 2024-03-22 14:30:52.974 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-03-22 14:30:52.974 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-03-22 14:30:52.974 | 2024-03-22 14:30:52.974 | cfg_attr[section, attr, 0] = value 2024-03-22 14:30:52.975 | cfg_attr_count[section, attr] = 1 2024-03-22 14:30:52.975 | } else { 2024-03-22 14:30:52.975 | lno = cfg_attr_count[section, attr]++ 2024-03-22 14:30:52.975 | cfg_attr[section, attr, lno] = value 2024-03-22 14:30:52.975 | } 2024-03-22 14:30:52.975 | } 2024-03-22 14:30:52.975 | END { 2024-03-22 14:30:52.975 | # Process each section in order 2024-03-22 14:30:52.975 | for (sno = 0; sno < section_count; sno++) { 2024-03-22 14:30:52.975 | section = cfg_section[sno] 2024-03-22 14:30:52.975 | # The ini routines simply append a config item immediately 2024-03-22 14:30:52.975 | # after the section header. To keep the same order as defined 2024-03-22 14:30:52.975 | # in local.conf, invoke the ini routines in the reverse order 2024-03-22 14:30:52.975 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-03-22 14:30:52.975 | attr = cfg_sec_attr_name[sno, attr_no] 2024-03-22 14:30:52.975 | if (cfg_attr_count[section, attr] == 1) 2024-03-22 14:30:52.975 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-03-22 14:30:52.975 | else { 2024-03-22 14:30:52.975 | # For multiline, invoke the ini routines in the reverse order 2024-03-22 14:30:52.975 | count = cfg_attr_count[section, attr] 2024-03-22 14:30:52.975 | print "inidelete " configfile " " section " " attr 2024-03-22 14:30:52.975 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-03-22 14:30:52.975 | for (l = count -2; l >= 0; l--) 2024-03-22 14:30:52.975 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-03-22 14:30:52.975 | } 2024-03-22 14:30:52.975 | } 2024-03-22 14:30:52.975 | } 2024-03-22 14:30:52.975 | } 2024-03-22 14:30:52.975 | ' 2024-03-22 14:30:52.975 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-03-22 14:30:52.977 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-03-22 14:30:52.977 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-03-22 14:30:52.979 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2024-03-22 14:30:52.981 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-22 14:30:52.983 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-03-22 14:30:52.985 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-03-22 14:30:52.985 | BEGIN { group = "" } 2024-03-22 14:30:52.985 | /^\[\[.+\|.*\]\]/ { 2024-03-22 14:30:52.985 | gsub("[][]", "", $1); 2024-03-22 14:30:52.985 | split($1, a, "|"); 2024-03-22 14:30:52.985 | if (a[1] == matchgroup && a[2] == configfile) { 2024-03-22 14:30:52.985 | group=a[1] 2024-03-22 14:30:52.985 | } else { 2024-03-22 14:30:52.985 | group="" 2024-03-22 14:30:52.985 | } 2024-03-22 14:30:52.985 | next 2024-03-22 14:30:52.985 | } 2024-03-22 14:30:52.985 | { 2024-03-22 14:30:52.985 | if (group != "") 2024-03-22 14:30:52.985 | print $0 2024-03-22 14:30:52.985 | } 2024-03-22 14:30:52.985 | ' /opt/stack/devstack/local.conf 2024-03-22 14:30:52.989 | + 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-03-22 14:30:52.991 | ++ 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-03-22 14:30:53.015 | + inc/meta-config:merge_config_file:164 : read a 2024-03-22 14:30:53.017 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2024-03-22 14:30:53.019 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-03-22 14:30:53.043 | + inc/meta-config:merge_config_file:164 : read a 2024-03-22 14:30:53.045 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2024-03-22 14:30:53.047 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2024-03-22 14:30:53.070 | + inc/meta-config:merge_config_file:164 : read a 2024-03-22 14:30:53.073 | + stack.sh:main:1283 : is_service_enabled swift 2024-03-22 14:30:53.086 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:30:53.089 | + stack.sh:main:1291 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-03-22 14:30:53.091 | + stack.sh:main:1292 : is_service_enabled cinder 2024-03-22 14:30:53.104 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:30:53.106 | + stack.sh:main:1293 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-03-22 14:30:53.132 | + stack.sh:main:1296 : async_wait configure_neutron_nova 2024-03-22 14:30:53.168 | [4710 Async configure_neutron_nova:46084]: Waiting for completion of configure_neutron_nova running on PID 46084 (2 other jobs running) 2024-03-22 14:30:53.185 | [4710 Async configure_neutron_nova:46084]: Signaling child to exit 2024-03-22 14:30:53.185 | WAKEUP 2024-03-22 14:30:53.201 | [4710 Async configure_neutron_nova:46084]: Signaled 2024-03-22 14:30:53.202 | + lib/neutron:configure_neutron_nova:447 : create_nova_conf_neutron /etc/nova/nova.conf 2024-03-22 14:30:53.202 | + lib/neutron:create_nova_conf_neutron:458 : local conf=/etc/nova/nova.conf 2024-03-22 14:30:53.202 | + lib/neutron:create_nova_conf_neutron:459 : iniset /etc/nova/nova.conf neutron auth_type password 2024-03-22 14:30:53.202 | + lib/neutron:create_nova_conf_neutron:460 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2024-03-22 14:30:53.202 | + lib/neutron:create_nova_conf_neutron:461 : iniset /etc/nova/nova.conf neutron username neutron 2024-03-22 14:30:53.202 | + lib/neutron:create_nova_conf_neutron:462 : iniset /etc/nova/nova.conf neutron password nomoresecret 2024-03-22 14:30:53.202 | + lib/neutron:create_nova_conf_neutron:463 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2024-03-22 14:30:53.202 | + lib/neutron:create_nova_conf_neutron:464 : iniset /etc/nova/nova.conf neutron project_name service 2024-03-22 14:30:53.202 | + lib/neutron:create_nova_conf_neutron:465 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2024-03-22 14:30:53.202 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2024-03-22 14:30:53.202 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2024-03-22 14:30:53.202 | + lib/neutron:create_nova_conf_neutron:470 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2024-03-22 14:30:53.202 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2024-03-22 14:30:53.202 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2024-03-22 14:30:53.202 | + lib/neutron:create_nova_conf_neutron:472 : is_service_enabled q-meta neutron-metadata-agent 2024-03-22 14:30:53.202 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:30:53.202 | + lib/neutron:create_nova_conf_neutron:473 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2024-03-22 14:30:53.202 | + lib/neutron:create_nova_conf_neutron:476 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2024-03-22 14:30:53.202 | + lib/neutron:create_nova_conf_neutron:477 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2024-03-22 14:30:53.202 | + lib/neutron:configure_neutron_nova:448 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2024-03-22 14:30:53.234 | [4710 Async configure_neutron_nova:46084]: finished configure_neutron_nova with result 0 in 0 seconds 2024-03-22 14:30:53.237 | + inc/async:async_wait:197 : return 0 2024-03-22 14:30:53.239 | + stack.sh:main:1302 : is_service_enabled nova 2024-03-22 14:30:53.253 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:30:53.256 | + stack.sh:main:1303 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-03-22 14:30:53.280 | + stack.sh:main:1304 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-03-22 14:30:53.307 | + stack.sh:main:1308 : is_service_enabled n-api 2024-03-22 14:30:53.321 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:30:53.323 | + stack.sh:main:1309 : echo_summary 'Starting Nova API' 2024-03-22 14:30:53.325 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-22 14:30:53.327 | + stack.sh:echo_summary:470 : echo -e Starting Nova API 2024-03-22 14:30:53.329 | + stack.sh:main:1310 : start_nova_api 2024-03-22 14:30:53.331 | + lib/nova:start_nova_api:978 : local service_port=8774 2024-03-22 14:30:53.333 | + lib/nova:start_nova_api:979 : local service_protocol=http 2024-03-22 14:30:53.335 | + lib/nova:start_nova_api:980 : local nova_url 2024-03-22 14:30:53.337 | + lib/nova:start_nova_api:981 : is_service_enabled tls-proxy 2024-03-22 14:30:53.350 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:30:53.352 | + lib/nova:start_nova_api:987 : local old_path=/opt/stack/data/venv/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-03-22 14:30:53.354 | + lib/nova:start_nova_api:988 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/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-03-22 14:30:53.356 | + lib/nova:start_nova_api:988 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/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-03-22 14:30:53.358 | + lib/nova:start_nova_api:990 : '[' True == False ']' 2024-03-22 14:30:53.361 | ++ lib/nova:start_nova_api:998 : which uwsgi 2024-03-22 14:30:53.364 | + lib/nova:start_nova_api:998 : run_process n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-03-22 14:30:53.366 | + functions-common:run_process:1654 : local service=n-api 2024-03-22 14:30:53.368 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-03-22 14:30:53.370 | + functions-common:run_process:1656 : local group= 2024-03-22 14:30:53.372 | + functions-common:run_process:1657 : local user= 2024-03-22 14:30:53.374 | + functions-common:run_process:1658 : local env_vars= 2024-03-22 14:30:53.376 | + functions-common:run_process:1660 : local name=n-api 2024-03-22 14:30:53.378 | + functions-common:run_process:1662 : time_start run_process 2024-03-22 14:30:53.380 | + functions-common:time_start:2386 : local name=run_process 2024-03-22 14:30:53.382 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:30:53.384 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:30:53.387 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:30:53.390 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117853388 2024-03-22 14:30:53.392 | + functions-common:run_process:1663 : is_service_enabled n-api 2024-03-22 14:30:53.405 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:30:53.407 | + functions-common:run_process:1664 : _run_under_systemd n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' '' 2024-03-22 14:30:53.408 | + functions-common:_run_under_systemd:1611 : local service=n-api 2024-03-22 14:30:53.411 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-03-22 14:30:53.413 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-03-22 14:30:53.415 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-03-22 14:30:53.417 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-03-22 14:30:53.419 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2024-03-22 14:30:53.421 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2024-03-22 14:30:53.423 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-api.service 2024-03-22 14:30:53.425 | + functions-common:_run_under_systemd:1618 : local group= 2024-03-22 14:30:53.427 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-03-22 14:30:53.429 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-03-22 14:30:53.431 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-03-22 14:30:53.433 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2024-03-22 14:30:53.435 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2024-03-22 14:30:53.437 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' 2024-03-22 14:30:53.439 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@n-api.service '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2024-03-22 14:30:53.441 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@n-api.service 2024-03-22 14:30:53.443 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini --venv /opt/stack/data/venv' 2024-03-22 14:30:53.445 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2024-03-22 14:30:53.446 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2024-03-22 14:30:53.448 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2024-03-22 14:30:53.450 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@n-api.service 2024-03-22 14:30:53.452 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2024-03-22 14:30:53.455 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' 2024-03-22 14:30:53.505 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Environment '"PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/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-03-22 14:30:53.555 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2024-03-22 14:30:53.595 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2024-03-22 14:30:53.636 | + functions-common:write_uwsgi_user_unit_file:1562 : 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 --venv /opt/stack/data/venv' 2024-03-22 14:30:53.677 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-03-22 14:30:53.717 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2024-03-22 14:30:53.759 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2024-03-22 14:30:53.800 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2024-03-22 14:30:53.841 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2024-03-22 14:30:53.882 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2024-03-22 14:30:53.925 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2024-03-22 14:30:53.927 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2024-03-22 14:30:53.929 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2024-03-22 14:30:53.978 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2024-03-22 14:30:54.279 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-api.service 2024-03-22 14:30:54.288 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2024-03-22 14:30:54.612 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-api.service 2024-03-22 14:30:54.694 | + functions-common:run_process:1666 : time_stop run_process 2024-03-22 14:30:54.696 | + functions-common:time_stop:2400 : local name 2024-03-22 14:30:54.698 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:30:54.700 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:30:54.702 | + functions-common:time_stop:2403 : local total 2024-03-22 14:30:54.704 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:30:54.706 | + functions-common:time_stop:2406 : name=run_process 2024-03-22 14:30:54.708 | + functions-common:time_stop:2407 : start_time=1711117853388 2024-03-22 14:30:54.710 | + functions-common:time_stop:2409 : [[ -z 1711117853388 ]] 2024-03-22 14:30:54.712 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:30:54.716 | + functions-common:time_stop:2412 : end_time=1711117854713 2024-03-22 14:30:54.718 | + functions-common:time_stop:2413 : elapsed_time=1325 2024-03-22 14:30:54.719 | + functions-common:time_stop:2414 : total=1443 2024-03-22 14:30:54.722 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:30:54.723 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2768 2024-03-22 14:30:54.725 | + lib/nova:start_nova_api:999 : nova_url=http://10.180.1.21/compute/v2.1/ 2024-03-22 14:30:54.727 | + lib/nova:start_nova_api:1002 : echo 'Waiting for nova-api to start...' 2024-03-22 14:30:54.727 | Waiting for nova-api to start... 2024-03-22 14:30:54.730 | + lib/nova:start_nova_api:1003 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2024-03-22 14:30:54.731 | + functions:wait_for_service:468 : local timeout=60 2024-03-22 14:30:54.734 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2024-03-22 14:30:54.735 | + functions:wait_for_service:470 : local rval=0 2024-03-22 14:30:54.738 | + functions:wait_for_service:471 : time_start wait_for_service 2024-03-22 14:30:54.739 | + functions-common:time_start:2386 : local name=wait_for_service 2024-03-22 14:30:54.741 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:30:54.743 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:30:54.745 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:30:54.749 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117854747 2024-03-22 14:30:54.751 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-03-22 14:30:54.755 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2024-03-22 14:30:57.287 | + :: : [[ 200 == 503 ]] 2024-03-22 14:30:57.288 | + :: : [[ 0 -eq 7 ]] 2024-03-22 14:30:57.291 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-03-22 14:30:57.293 | + functions-common:time_stop:2400 : local name 2024-03-22 14:30:57.295 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:30:57.297 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:30:57.299 | + functions-common:time_stop:2403 : local total 2024-03-22 14:30:57.301 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:30:57.303 | + functions-common:time_stop:2406 : name=wait_for_service 2024-03-22 14:30:57.305 | + functions-common:time_stop:2407 : start_time=1711117854747 2024-03-22 14:30:57.307 | + functions-common:time_stop:2409 : [[ -z 1711117854747 ]] 2024-03-22 14:30:57.309 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:30:57.313 | + functions-common:time_stop:2412 : end_time=1711117857310 2024-03-22 14:30:57.315 | + functions-common:time_stop:2413 : elapsed_time=2563 2024-03-22 14:30:57.317 | + functions-common:time_stop:2414 : total=2325 2024-03-22 14:30:57.318 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:30:57.320 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4888 2024-03-22 14:30:57.322 | + functions:wait_for_service:478 : return 0 2024-03-22 14:30:57.324 | + lib/nova:start_nova_api:1007 : export PATH=/opt/stack/data/venv/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-03-22 14:30:57.327 | + lib/nova:start_nova_api:1007 : PATH=/opt/stack/data/venv/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-03-22 14:30:57.329 | + stack.sh:main:1313 : is_service_enabled ovn-controller ovn-controller-vtep 2024-03-22 14:30:57.342 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:30:57.344 | + stack.sh:main:1318 : is_service_enabled neutron-api 2024-03-22 14:30:57.358 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:30:57.360 | + stack.sh:main:1321 : is_service_enabled q-svc 2024-03-22 14:30:57.374 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:30:57.375 | + stack.sh:main:1322 : echo_summary 'Starting Neutron' 2024-03-22 14:30:57.378 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-22 14:30:57.380 | + stack.sh:echo_summary:470 : echo -e Starting Neutron 2024-03-22 14:30:57.382 | + stack.sh:main:1323 : configure_neutron_after_post_config 2024-03-22 14:30:57.384 | + lib/neutron:configure_neutron_after_post_config:557 : [[ router != '' ]] 2024-03-22 14:30:57.386 | + lib/neutron:configure_neutron_after_post_config:558 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2024-03-22 14:30:57.412 | + lib/neutron:configure_neutron_after_post_config:560 : configure_rbac_policies 2024-03-22 14:30:57.414 | + lib/neutron:configure_rbac_policies:566 : [[ False == \T\r\u\e ]] 2024-03-22 14:30:57.416 | + lib/neutron:configure_rbac_policies:566 : [[ False == True ]] 2024-03-22 14:30:57.418 | + lib/neutron:configure_rbac_policies:570 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2024-03-22 14:30:57.443 | + lib/neutron:configure_rbac_policies:571 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2024-03-22 14:30:57.469 | + stack.sh:main:1324 : start_neutron_service_and_check 2024-03-22 14:30:57.471 | + lib/neutron:start_neutron_service_and_check:600 : local service_port=9696 2024-03-22 14:30:57.473 | + lib/neutron:start_neutron_service_and_check:601 : local service_protocol=http 2024-03-22 14:30:57.475 | + lib/neutron:start_neutron_service_and_check:602 : local cfg_file_options 2024-03-22 14:30:57.477 | + lib/neutron:start_neutron_service_and_check:603 : local neutron_url 2024-03-22 14:30:57.479 | ++ lib/neutron:start_neutron_service_and_check:605 : determine_config_files neutron-server 2024-03-22 14:30:57.482 | ++ lib/neutron:determine_config_files:366 : local opts= 2024-03-22 14:30:57.484 | ++ lib/neutron:determine_config_files:367 : case "$1" in 2024-03-22 14:30:57.486 | +++ lib/neutron:determine_config_files:368 : _determine_config_server 2024-03-22 14:30:57.488 | +++ lib/neutron:_determine_config_server:336 : [[ '' != '' ]] 2024-03-22 14:30:57.490 | +++ lib/neutron:_determine_config_server:343 : [[ 0 > 0 ]] 2024-03-22 14:30:57.492 | +++ lib/neutron:_determine_config_server:350 : local cfg_file 2024-03-22 14:30:57.494 | +++ lib/neutron:_determine_config_server:351 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-22 14:30:57.496 | +++ lib/neutron:_determine_config_server:355 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-22 14:30:57.499 | ++ lib/neutron:determine_config_files:368 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-22 14:30:57.501 | ++ lib/neutron:determine_config_files:371 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2024-03-22 14:30:57.503 | ++ lib/neutron:determine_config_files:374 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-22 14:30:57.506 | + lib/neutron:start_neutron_service_and_check:605 : cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-22 14:30:57.508 | + lib/neutron:start_neutron_service_and_check:607 : is_service_enabled tls-proxy 2024-03-22 14:30:57.521 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:30:57.523 | + lib/neutron:start_neutron_service_and_check:612 : '[' False == True ']' 2024-03-22 14:30:57.525 | + lib/neutron:start_neutron_service_and_check:619 : run_process q-svc '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-22 14:30:57.527 | + functions-common:run_process:1654 : local service=q-svc 2024-03-22 14:30:57.529 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-22 14:30:57.531 | + functions-common:run_process:1656 : local group= 2024-03-22 14:30:57.534 | + functions-common:run_process:1657 : local user= 2024-03-22 14:30:57.536 | + functions-common:run_process:1658 : local env_vars= 2024-03-22 14:30:57.538 | + functions-common:run_process:1660 : local name=q-svc 2024-03-22 14:30:57.540 | + functions-common:run_process:1662 : time_start run_process 2024-03-22 14:30:57.542 | + functions-common:time_start:2386 : local name=run_process 2024-03-22 14:30:57.544 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:30:57.546 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:30:57.549 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:30:57.552 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117857550 2024-03-22 14:30:57.554 | + functions-common:run_process:1663 : is_service_enabled q-svc 2024-03-22 14:30:57.567 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:30:57.569 | + functions-common:run_process:1664 : _run_under_systemd q-svc '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2024-03-22 14:30:57.571 | + functions-common:_run_under_systemd:1611 : local service=q-svc 2024-03-22 14:30:57.573 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-22 14:30:57.575 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-22 14:30:57.577 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-22 14:30:57.579 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-22 14:30:57.581 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2024-03-22 14:30:57.583 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2024-03-22 14:30:57.585 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-svc.service 2024-03-22 14:30:57.588 | + functions-common:_run_under_systemd:1618 : local group= 2024-03-22 14:30:57.590 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-03-22 14:30:57.592 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-03-22 14:30:57.594 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-03-22 14:30:57.596 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2024-03-22 14:30:57.598 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-svc.service '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' stack '' 2024-03-22 14:30:57.600 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-svc.service 2024-03-22 14:30:57.602 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-22 14:30:57.603 | + functions-common:write_user_unit_file:1520 : local group= 2024-03-22 14:30:57.605 | + functions-common:write_user_unit_file:1521 : local user=stack 2024-03-22 14:30:57.608 | + functions-common:write_user_unit_file:1522 : local env_vars= 2024-03-22 14:30:57.609 | + functions-common:write_user_unit_file:1523 : local extra= 2024-03-22 14:30:57.611 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2024-03-22 14:30:57.613 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2024-03-22 14:30:57.615 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2024-03-22 14:30:57.618 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2024-03-22 14:30:57.669 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service Environment '"PATH=/opt/stack/data/venv/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-03-22 14:30:57.718 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2024-03-22 14:30:57.759 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecStart '/opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-22 14:30:57.801 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2024-03-22 14:30:57.842 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2024-03-22 14:30:57.885 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-03-22 14:30:57.927 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2024-03-22 14:30:57.929 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2024-03-22 14:30:57.931 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2024-03-22 14:30:57.984 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2024-03-22 14:30:58.287 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-svc.service 2024-03-22 14:30:58.297 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2024-03-22 14:30:58.576 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-svc.service 2024-03-22 14:30:58.648 | + functions-common:run_process:1666 : time_stop run_process 2024-03-22 14:30:58.650 | + functions-common:time_stop:2400 : local name 2024-03-22 14:30:58.652 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:30:58.654 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:30:58.656 | + functions-common:time_stop:2403 : local total 2024-03-22 14:30:58.658 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:30:58.660 | + functions-common:time_stop:2406 : name=run_process 2024-03-22 14:30:58.662 | + functions-common:time_stop:2407 : start_time=1711117857550 2024-03-22 14:30:58.664 | + functions-common:time_stop:2409 : [[ -z 1711117857550 ]] 2024-03-22 14:30:58.666 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:30:58.670 | + functions-common:time_stop:2412 : end_time=1711117858668 2024-03-22 14:30:58.672 | + functions-common:time_stop:2413 : elapsed_time=1118 2024-03-22 14:30:58.674 | + functions-common:time_stop:2414 : total=2768 2024-03-22 14:30:58.676 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:30:58.678 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3886 2024-03-22 14:30:58.680 | + lib/neutron:start_neutron_service_and_check:620 : neutron_url=http://10.180.1.21:9696/ 2024-03-22 14:30:58.682 | + lib/neutron:start_neutron_service_and_check:622 : is_service_enabled tls-proxy 2024-03-22 14:30:58.696 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:30:58.698 | + lib/neutron:start_neutron_service_and_check:626 : '[' '!' -z networking ']' 2024-03-22 14:30:58.700 | + lib/neutron:start_neutron_service_and_check:627 : neutron_url=http://10.180.1.21:9696/networking 2024-03-22 14:30:58.702 | + lib/neutron:start_neutron_service_and_check:629 : echo 'Waiting for Neutron to start...' 2024-03-22 14:30:58.702 | Waiting for Neutron to start... 2024-03-22 14:30:58.704 | + lib/neutron:start_neutron_service_and_check:631 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2024-03-22 14:30:58.706 | + lib/neutron:start_neutron_service_and_check:632 : test_with_retry 'wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 'Neutron did not start' 60 2024-03-22 14:30:58.708 | + functions-common:test_with_retry:2338 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2024-03-22 14:30:58.710 | + functions-common:test_with_retry:2339 : local 'failmsg=Neutron did not start' 2024-03-22 14:30:58.712 | + functions-common:test_with_retry:2340 : local until=60 2024-03-22 14:30:58.714 | + functions-common:test_with_retry:2341 : local sleep=0.5 2024-03-22 14:30:58.716 | + functions-common:test_with_retry:2343 : time_start test_with_retry 2024-03-22 14:30:58.718 | + functions-common:time_start:2386 : local name=test_with_retry 2024-03-22 14:30:58.720 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:30:58.722 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:30:58.724 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:30:58.728 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117858726 2024-03-22 14:30:58.730 | + functions-common:test_with_retry:2344 : timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.180.1.21:9696/networking; do sleep 0.5; done' 2024-03-22 14:31:01.767 | {"versions": [{"id": "v2.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://10.180.1.21:9696/networking/v2.0/"}]}]}+ functions-common:test_with_retry:2347 : time_stop test_with_retry 2024-03-22 14:31:01.769 | + functions-common:time_stop:2400 : local name 2024-03-22 14:31:01.771 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:31:01.774 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:31:01.776 | + functions-common:time_stop:2403 : local total 2024-03-22 14:31:01.778 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:31:01.780 | + functions-common:time_stop:2406 : name=test_with_retry 2024-03-22 14:31:01.782 | + functions-common:time_stop:2407 : start_time=1711117858726 2024-03-22 14:31:01.784 | + functions-common:time_stop:2409 : [[ -z 1711117858726 ]] 2024-03-22 14:31:01.786 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:31:01.790 | + functions-common:time_stop:2412 : end_time=1711117861787 2024-03-22 14:31:01.792 | + functions-common:time_stop:2413 : elapsed_time=3061 2024-03-22 14:31:01.794 | + functions-common:time_stop:2414 : total=0 2024-03-22 14:31:01.796 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:31:01.798 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3061 2024-03-22 14:31:01.800 | + stack.sh:main:1329 : is_service_enabled placement 2024-03-22 14:31:01.813 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:31:01.815 | + stack.sh:main:1330 : echo_summary 'Starting Placement' 2024-03-22 14:31:01.817 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-22 14:31:01.819 | + stack.sh:echo_summary:470 : echo -e Starting Placement 2024-03-22 14:31:01.821 | + stack.sh:main:1331 : start_placement 2024-03-22 14:31:01.823 | + lib/placement:start_placement:173 : start_placement_api 2024-03-22 14:31:01.825 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2024-03-22 14:31:01.828 | ++ lib/placement:start_placement_api:160 : which uwsgi 2024-03-22 14:31:01.831 | + lib/placement:start_placement_api:160 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-03-22 14:31:01.834 | + functions-common:run_process:1654 : local service=placement-api 2024-03-22 14:31:01.835 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-03-22 14:31:01.837 | + functions-common:run_process:1656 : local group= 2024-03-22 14:31:01.839 | + functions-common:run_process:1657 : local user= 2024-03-22 14:31:01.841 | + functions-common:run_process:1658 : local env_vars= 2024-03-22 14:31:01.843 | + functions-common:run_process:1660 : local name=placement-api 2024-03-22 14:31:01.845 | + functions-common:run_process:1662 : time_start run_process 2024-03-22 14:31:01.847 | + functions-common:time_start:2386 : local name=run_process 2024-03-22 14:31:01.849 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:31:01.851 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:31:01.854 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:31:01.857 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117861855 2024-03-22 14:31:01.859 | + functions-common:run_process:1663 : is_service_enabled placement-api 2024-03-22 14:31:01.873 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:31:01.875 | + functions-common:run_process:1664 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' 2024-03-22 14:31:01.877 | + functions-common:_run_under_systemd:1611 : local service=placement-api 2024-03-22 14:31:01.879 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-03-22 14:31:01.881 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-03-22 14:31:01.883 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-03-22 14:31:01.885 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-03-22 14:31:01.887 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2024-03-22 14:31:01.890 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2024-03-22 14:31:01.892 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@placement-api.service 2024-03-22 14:31:01.894 | + functions-common:_run_under_systemd:1618 : local group= 2024-03-22 14:31:01.896 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-03-22 14:31:01.898 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-03-22 14:31:01.899 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-03-22 14:31:01.902 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2024-03-22 14:31:01.904 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2024-03-22 14:31:01.906 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' 2024-03-22 14:31:01.908 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@placement-api.service '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2024-03-22 14:31:01.910 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@placement-api.service 2024-03-22 14:31:01.912 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' 2024-03-22 14:31:01.914 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2024-03-22 14:31:01.916 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2024-03-22 14:31:01.917 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2024-03-22 14:31:01.919 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2024-03-22 14:31:01.921 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2024-03-22 14:31:01.924 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service' 2024-03-22 14:31:01.974 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Environment '"PATH=/opt/stack/data/venv/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-03-22 14:31:02.025 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2024-03-22 14:31:02.066 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2024-03-22 14:31:02.108 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini --venv /opt/stack/data/venv' 2024-03-22 14:31:02.150 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-03-22 14:31:02.192 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2024-03-22 14:31:02.233 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2024-03-22 14:31:02.275 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2024-03-22 14:31:02.316 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2024-03-22 14:31:02.358 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2024-03-22 14:31:02.399 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2024-03-22 14:31:02.401 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2024-03-22 14:31:02.403 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2024-03-22 14:31:02.451 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2024-03-22 14:31:02.768 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@placement-api.service 2024-03-22 14:31:02.777 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2024-03-22 14:31:03.077 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@placement-api.service 2024-03-22 14:31:03.141 | + functions-common:run_process:1666 : time_stop run_process 2024-03-22 14:31:03.143 | + functions-common:time_stop:2400 : local name 2024-03-22 14:31:03.145 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:31:03.147 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:31:03.149 | + functions-common:time_stop:2403 : local total 2024-03-22 14:31:03.151 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:31:03.153 | + functions-common:time_stop:2406 : name=run_process 2024-03-22 14:31:03.154 | + functions-common:time_stop:2407 : start_time=1711117861855 2024-03-22 14:31:03.156 | + functions-common:time_stop:2409 : [[ -z 1711117861855 ]] 2024-03-22 14:31:03.160 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:31:03.163 | + functions-common:time_stop:2412 : end_time=1711117863161 2024-03-22 14:31:03.165 | + functions-common:time_stop:2413 : elapsed_time=1306 2024-03-22 14:31:03.167 | + functions-common:time_stop:2414 : total=3886 2024-03-22 14:31:03.169 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:31:03.171 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5192 2024-03-22 14:31:03.173 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2024-03-22 14:31:03.173 | Waiting for placement-api to start... 2024-03-22 14:31:03.175 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2024-03-22 14:31:03.177 | + functions:wait_for_service:468 : local timeout=60 2024-03-22 14:31:03.179 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2024-03-22 14:31:03.180 | + functions:wait_for_service:470 : local rval=0 2024-03-22 14:31:03.182 | + functions:wait_for_service:471 : time_start wait_for_service 2024-03-22 14:31:03.184 | + functions-common:time_start:2386 : local name=wait_for_service 2024-03-22 14:31:03.186 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:31:03.188 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:31:03.191 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:31:03.194 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117863192 2024-03-22 14:31:03.196 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-03-22 14:31:03.200 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2024-03-22 14:31:04.361 | + :: : [[ 200 == 503 ]] 2024-03-22 14:31:04.362 | + :: : [[ 0 -eq 7 ]] 2024-03-22 14:31:04.365 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-03-22 14:31:04.367 | + functions-common:time_stop:2400 : local name 2024-03-22 14:31:04.369 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:31:04.371 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:31:04.373 | + functions-common:time_stop:2403 : local total 2024-03-22 14:31:04.375 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:31:04.377 | + functions-common:time_stop:2406 : name=wait_for_service 2024-03-22 14:31:04.379 | + functions-common:time_stop:2407 : start_time=1711117863192 2024-03-22 14:31:04.380 | + functions-common:time_stop:2409 : [[ -z 1711117863192 ]] 2024-03-22 14:31:04.383 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:31:04.387 | + functions-common:time_stop:2412 : end_time=1711117864384 2024-03-22 14:31:04.389 | + functions-common:time_stop:2413 : elapsed_time=1192 2024-03-22 14:31:04.391 | + functions-common:time_stop:2414 : total=4888 2024-03-22 14:31:04.393 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:31:04.394 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6080 2024-03-22 14:31:04.396 | + functions:wait_for_service:478 : return 0 2024-03-22 14:31:04.398 | + stack.sh:main:1334 : is_service_enabled neutron 2024-03-22 14:31:04.412 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:31:04.414 | + stack.sh:main:1335 : start_neutron 2024-03-22 14:31:04.416 | + lib/neutron:start_neutron:636 : start_l2_agent 2024-03-22 14:31:04.418 | + lib/neutron:start_l2_agent:643 : run_process q-agt '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-22 14:31:04.420 | + functions-common:run_process:1654 : local service=q-agt 2024-03-22 14:31:04.422 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-22 14:31:04.424 | + functions-common:run_process:1656 : local group= 2024-03-22 14:31:04.426 | + functions-common:run_process:1657 : local user= 2024-03-22 14:31:04.428 | + functions-common:run_process:1658 : local env_vars= 2024-03-22 14:31:04.430 | + functions-common:run_process:1660 : local name=q-agt 2024-03-22 14:31:04.432 | + functions-common:run_process:1662 : time_start run_process 2024-03-22 14:31:04.434 | + functions-common:time_start:2386 : local name=run_process 2024-03-22 14:31:04.436 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:31:04.438 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:31:04.441 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:31:04.444 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117864442 2024-03-22 14:31:04.446 | + functions-common:run_process:1663 : is_service_enabled q-agt 2024-03-22 14:31:04.459 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:31:04.462 | + functions-common:run_process:1664 : _run_under_systemd q-agt '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2024-03-22 14:31:04.464 | + functions-common:_run_under_systemd:1611 : local service=q-agt 2024-03-22 14:31:04.466 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-22 14:31:04.468 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-22 14:31:04.470 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-22 14:31:04.472 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-22 14:31:04.473 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2024-03-22 14:31:04.475 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2024-03-22 14:31:04.478 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-agt.service 2024-03-22 14:31:04.480 | + functions-common:_run_under_systemd:1618 : local group= 2024-03-22 14:31:04.482 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-03-22 14:31:04.484 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-03-22 14:31:04.486 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-03-22 14:31:04.488 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2024-03-22 14:31:04.490 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-agt.service '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' stack '' 2024-03-22 14:31:04.491 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-agt.service 2024-03-22 14:31:04.493 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-22 14:31:04.495 | + functions-common:write_user_unit_file:1520 : local group= 2024-03-22 14:31:04.497 | + functions-common:write_user_unit_file:1521 : local user=stack 2024-03-22 14:31:04.499 | + functions-common:write_user_unit_file:1522 : local env_vars= 2024-03-22 14:31:04.501 | + functions-common:write_user_unit_file:1523 : local extra= 2024-03-22 14:31:04.502 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2024-03-22 14:31:04.504 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2024-03-22 14:31:04.506 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2024-03-22 14:31:04.509 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2024-03-22 14:31:04.559 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service Environment '"PATH=/opt/stack/data/venv/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-03-22 14:31:04.608 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User stack 2024-03-22 14:31:04.649 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecStart '/opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-03-22 14:31:04.691 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2024-03-22 14:31:04.731 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2024-03-22 14:31:04.773 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-03-22 14:31:04.814 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2024-03-22 14:31:04.816 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2024-03-22 14:31:04.818 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2024-03-22 14:31:04.868 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2024-03-22 14:31:05.220 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-agt.service 2024-03-22 14:31:05.230 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2024-03-22 14:31:05.513 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-agt.service 2024-03-22 14:31:05.564 | + functions-common:run_process:1666 : time_stop run_process 2024-03-22 14:31:05.566 | + functions-common:time_stop:2400 : local name 2024-03-22 14:31:05.569 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:31:05.571 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:31:05.573 | + functions-common:time_stop:2403 : local total 2024-03-22 14:31:05.575 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:31:05.577 | + functions-common:time_stop:2406 : name=run_process 2024-03-22 14:31:05.579 | + functions-common:time_stop:2407 : start_time=1711117864442 2024-03-22 14:31:05.581 | + functions-common:time_stop:2409 : [[ -z 1711117864442 ]] 2024-03-22 14:31:05.584 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:31:05.587 | + functions-common:time_stop:2412 : end_time=1711117865585 2024-03-22 14:31:05.590 | + functions-common:time_stop:2413 : elapsed_time=1143 2024-03-22 14:31:05.592 | + functions-common:time_stop:2414 : total=5192 2024-03-22 14:31:05.594 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:31:05.597 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6335 2024-03-22 14:31:05.599 | + lib/neutron:start_l2_agent:645 : is_provider_network 2024-03-22 14:31:05.601 | + functions-common:is_provider_network:2249 : '[' '' == True ']' 2024-03-22 14:31:05.603 | + functions-common:is_provider_network:2252 : return 1 2024-03-22 14:31:05.605 | + lib/neutron:start_neutron:637 : start_other_agents 2024-03-22 14:31:05.607 | + lib/neutron:start_other_agents:661 : run_process q-dhcp '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-03-22 14:31:05.608 | + functions-common:run_process:1654 : local service=q-dhcp 2024-03-22 14:31:05.610 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-03-22 14:31:05.612 | + functions-common:run_process:1656 : local group= 2024-03-22 14:31:05.614 | + functions-common:run_process:1657 : local user= 2024-03-22 14:31:05.616 | + functions-common:run_process:1658 : local env_vars= 2024-03-22 14:31:05.618 | + functions-common:run_process:1660 : local name=q-dhcp 2024-03-22 14:31:05.620 | + functions-common:run_process:1662 : time_start run_process 2024-03-22 14:31:05.622 | + functions-common:time_start:2386 : local name=run_process 2024-03-22 14:31:05.624 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:31:05.626 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:31:05.629 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:31:05.632 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117865629 2024-03-22 14:31:05.634 | + functions-common:run_process:1663 : is_service_enabled q-dhcp 2024-03-22 14:31:05.648 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:31:05.650 | + functions-common:run_process:1664 : _run_under_systemd q-dhcp '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' '' '' 2024-03-22 14:31:05.651 | + functions-common:_run_under_systemd:1611 : local service=q-dhcp 2024-03-22 14:31:05.654 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-03-22 14:31:05.656 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-03-22 14:31:05.658 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-03-22 14:31:05.660 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-03-22 14:31:05.661 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ sudo ]] 2024-03-22 14:31:05.663 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ ^/ ]] 2024-03-22 14:31:05.665 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-dhcp.service 2024-03-22 14:31:05.667 | + functions-common:_run_under_systemd:1618 : local group= 2024-03-22 14:31:05.669 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-03-22 14:31:05.671 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-03-22 14:31:05.673 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-03-22 14:31:05.675 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ uwsgi ]] 2024-03-22 14:31:05.677 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-dhcp.service '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' stack '' 2024-03-22 14:31:05.679 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-dhcp.service 2024-03-22 14:31:05.681 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-03-22 14:31:05.683 | + functions-common:write_user_unit_file:1520 : local group= 2024-03-22 14:31:05.685 | + functions-common:write_user_unit_file:1521 : local user=stack 2024-03-22 14:31:05.687 | + functions-common:write_user_unit_file:1522 : local env_vars= 2024-03-22 14:31:05.689 | + functions-common:write_user_unit_file:1523 : local extra= 2024-03-22 14:31:05.690 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2024-03-22 14:31:05.692 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2024-03-22 14:31:05.694 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2024-03-22 14:31:05.697 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2024-03-22 14:31:05.748 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service Environment '"PATH=/opt/stack/data/venv/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-03-22 14:31:05.798 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User stack 2024-03-22 14:31:05.840 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecStart '/opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-03-22 14:31:05.883 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2024-03-22 14:31:05.927 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2024-03-22 14:31:05.969 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-03-22 14:31:06.015 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2024-03-22 14:31:06.017 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2024-03-22 14:31:06.018 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2024-03-22 14:31:06.074 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2024-03-22 14:31:06.376 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-dhcp.service 2024-03-22 14:31:06.386 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2024-03-22 14:31:06.690 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-dhcp.service 2024-03-22 14:31:06.732 | + functions-common:run_process:1666 : time_stop run_process 2024-03-22 14:31:06.734 | + functions-common:time_stop:2400 : local name 2024-03-22 14:31:06.736 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:31:06.738 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:31:06.740 | + functions-common:time_stop:2403 : local total 2024-03-22 14:31:06.742 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:31:06.744 | + functions-common:time_stop:2406 : name=run_process 2024-03-22 14:31:06.746 | + functions-common:time_stop:2407 : start_time=1711117865629 2024-03-22 14:31:06.747 | + functions-common:time_stop:2409 : [[ -z 1711117865629 ]] 2024-03-22 14:31:06.750 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:31:06.753 | + functions-common:time_stop:2412 : end_time=1711117866751 2024-03-22 14:31:06.755 | + functions-common:time_stop:2413 : elapsed_time=1122 2024-03-22 14:31:06.757 | + functions-common:time_stop:2414 : total=6335 2024-03-22 14:31:06.759 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:31:06.761 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7457 2024-03-22 14:31:06.763 | ++ lib/neutron:start_other_agents:663 : determine_config_files neutron-l3-agent 2024-03-22 14:31:06.765 | ++ lib/neutron:determine_config_files:366 : local opts= 2024-03-22 14:31:06.768 | ++ lib/neutron:determine_config_files:367 : case "$1" in 2024-03-22 14:31:06.770 | +++ lib/neutron:determine_config_files:369 : _determine_config_l3 2024-03-22 14:31:06.772 | +++ lib/neutron:_determine_config_l3:359 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-03-22 14:31:06.774 | +++ lib/neutron:_determine_config_l3:360 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-03-22 14:31:06.776 | ++ lib/neutron:determine_config_files:369 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-03-22 14:31:06.778 | ++ lib/neutron:determine_config_files:371 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2024-03-22 14:31:06.780 | ++ lib/neutron:determine_config_files:374 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-03-22 14:31:06.783 | + lib/neutron:start_other_agents:663 : run_process q-l3 '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-03-22 14:31:06.785 | + functions-common:run_process:1654 : local service=q-l3 2024-03-22 14:31:06.787 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-03-22 14:31:06.788 | + functions-common:run_process:1656 : local group= 2024-03-22 14:31:06.790 | + functions-common:run_process:1657 : local user= 2024-03-22 14:31:06.792 | + functions-common:run_process:1658 : local env_vars= 2024-03-22 14:31:06.794 | + functions-common:run_process:1660 : local name=q-l3 2024-03-22 14:31:06.796 | + functions-common:run_process:1662 : time_start run_process 2024-03-22 14:31:06.798 | + functions-common:time_start:2386 : local name=run_process 2024-03-22 14:31:06.800 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:31:06.802 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:31:06.804 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:31:06.808 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117866805 2024-03-22 14:31:06.810 | + functions-common:run_process:1663 : is_service_enabled q-l3 2024-03-22 14:31:06.824 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:31:06.826 | + functions-common:run_process:1664 : _run_under_systemd q-l3 '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' '' '' 2024-03-22 14:31:06.828 | + functions-common:_run_under_systemd:1611 : local service=q-l3 2024-03-22 14:31:06.830 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-03-22 14:31:06.832 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-03-22 14:31:06.834 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-03-22 14:31:06.836 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-03-22 14:31:06.838 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ sudo ]] 2024-03-22 14:31:06.840 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ ^/ ]] 2024-03-22 14:31:06.842 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-l3.service 2024-03-22 14:31:06.844 | + functions-common:_run_under_systemd:1618 : local group= 2024-03-22 14:31:06.846 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-03-22 14:31:06.848 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-03-22 14:31:06.850 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-03-22 14:31:06.852 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ uwsgi ]] 2024-03-22 14:31:06.854 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-l3.service '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' stack '' 2024-03-22 14:31:06.856 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-l3.service 2024-03-22 14:31:06.858 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-03-22 14:31:06.860 | + functions-common:write_user_unit_file:1520 : local group= 2024-03-22 14:31:06.862 | + functions-common:write_user_unit_file:1521 : local user=stack 2024-03-22 14:31:06.864 | + functions-common:write_user_unit_file:1522 : local env_vars= 2024-03-22 14:31:06.866 | + functions-common:write_user_unit_file:1523 : local extra= 2024-03-22 14:31:06.868 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2024-03-22 14:31:06.870 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2024-03-22 14:31:06.872 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2024-03-22 14:31:06.875 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2024-03-22 14:31:06.926 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service Environment '"PATH=/opt/stack/data/venv/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-03-22 14:31:06.978 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User stack 2024-03-22 14:31:07.021 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecStart '/opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-03-22 14:31:07.065 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2024-03-22 14:31:07.107 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2024-03-22 14:31:07.151 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-03-22 14:31:07.198 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2024-03-22 14:31:07.200 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2024-03-22 14:31:07.202 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2024-03-22 14:31:07.256 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2024-03-22 14:31:07.574 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-l3.service 2024-03-22 14:31:07.584 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2024-03-22 14:31:07.912 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-l3.service 2024-03-22 14:31:07.956 | + functions-common:run_process:1666 : time_stop run_process 2024-03-22 14:31:07.958 | + functions-common:time_stop:2400 : local name 2024-03-22 14:31:07.961 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:31:07.963 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:31:07.965 | + functions-common:time_stop:2403 : local total 2024-03-22 14:31:07.967 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:31:07.969 | + functions-common:time_stop:2406 : name=run_process 2024-03-22 14:31:07.971 | + functions-common:time_stop:2407 : start_time=1711117866805 2024-03-22 14:31:07.973 | + functions-common:time_stop:2409 : [[ -z 1711117866805 ]] 2024-03-22 14:31:07.975 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:31:07.979 | + functions-common:time_stop:2412 : end_time=1711117867977 2024-03-22 14:31:07.981 | + functions-common:time_stop:2413 : elapsed_time=1172 2024-03-22 14:31:07.983 | + functions-common:time_stop:2414 : total=7457 2024-03-22 14:31:07.985 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:31:07.987 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8629 2024-03-22 14:31:07.989 | + lib/neutron:start_other_agents:665 : run_process q-meta '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-03-22 14:31:07.991 | + functions-common:run_process:1654 : local service=q-meta 2024-03-22 14:31:07.993 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-03-22 14:31:07.995 | + functions-common:run_process:1656 : local group= 2024-03-22 14:31:07.997 | + functions-common:run_process:1657 : local user= 2024-03-22 14:31:07.999 | + functions-common:run_process:1658 : local env_vars= 2024-03-22 14:31:08.001 | + functions-common:run_process:1660 : local name=q-meta 2024-03-22 14:31:08.003 | + functions-common:run_process:1662 : time_start run_process 2024-03-22 14:31:08.005 | + functions-common:time_start:2386 : local name=run_process 2024-03-22 14:31:08.007 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:31:08.009 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:31:08.011 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:31:08.015 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117868013 2024-03-22 14:31:08.017 | + functions-common:run_process:1663 : is_service_enabled q-meta 2024-03-22 14:31:08.031 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:31:08.033 | + functions-common:run_process:1664 : _run_under_systemd q-meta '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' '' '' 2024-03-22 14:31:08.035 | + functions-common:_run_under_systemd:1611 : local service=q-meta 2024-03-22 14:31:08.037 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-03-22 14:31:08.039 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-03-22 14:31:08.041 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-03-22 14:31:08.043 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-03-22 14:31:08.045 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ sudo ]] 2024-03-22 14:31:08.047 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ ^/ ]] 2024-03-22 14:31:08.049 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-meta.service 2024-03-22 14:31:08.051 | + functions-common:_run_under_systemd:1618 : local group= 2024-03-22 14:31:08.053 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-03-22 14:31:08.055 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-03-22 14:31:08.057 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-03-22 14:31:08.059 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ uwsgi ]] 2024-03-22 14:31:08.061 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@q-meta.service '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' stack '' 2024-03-22 14:31:08.063 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-meta.service 2024-03-22 14:31:08.065 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-03-22 14:31:08.067 | + functions-common:write_user_unit_file:1520 : local group= 2024-03-22 14:31:08.069 | + functions-common:write_user_unit_file:1521 : local user=stack 2024-03-22 14:31:08.071 | + functions-common:write_user_unit_file:1522 : local env_vars= 2024-03-22 14:31:08.074 | + functions-common:write_user_unit_file:1523 : local extra= 2024-03-22 14:31:08.075 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2024-03-22 14:31:08.078 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2024-03-22 14:31:08.080 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2024-03-22 14:31:08.083 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2024-03-22 14:31:08.133 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service Environment '"PATH=/opt/stack/data/venv/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-03-22 14:31:08.183 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User stack 2024-03-22 14:31:08.227 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecStart '/opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-03-22 14:31:08.270 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2024-03-22 14:31:08.314 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2024-03-22 14:31:08.356 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-03-22 14:31:08.402 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2024-03-22 14:31:08.404 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2024-03-22 14:31:08.406 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2024-03-22 14:31:08.460 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2024-03-22 14:31:08.777 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-meta.service 2024-03-22 14:31:08.823 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2024-03-22 14:31:09.139 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-meta.service 2024-03-22 14:31:09.188 | + functions-common:run_process:1666 : time_stop run_process 2024-03-22 14:31:09.191 | + functions-common:time_stop:2400 : local name 2024-03-22 14:31:09.193 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:31:09.195 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:31:09.197 | + functions-common:time_stop:2403 : local total 2024-03-22 14:31:09.199 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:31:09.201 | + functions-common:time_stop:2406 : name=run_process 2024-03-22 14:31:09.203 | + functions-common:time_stop:2407 : start_time=1711117868013 2024-03-22 14:31:09.205 | + functions-common:time_stop:2409 : [[ -z 1711117868013 ]] 2024-03-22 14:31:09.207 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:31:09.211 | + functions-common:time_stop:2412 : end_time=1711117869209 2024-03-22 14:31:09.213 | + functions-common:time_stop:2413 : elapsed_time=1196 2024-03-22 14:31:09.215 | + functions-common:time_stop:2414 : total=8629 2024-03-22 14:31:09.217 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:31:09.219 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9825 2024-03-22 14:31:09.222 | + lib/neutron:start_other_agents:666 : run_process q-metering '/opt/stack/data/venv/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2024-03-22 14:31:09.224 | + functions-common:run_process:1654 : local service=q-metering 2024-03-22 14:31:09.226 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2024-03-22 14:31:09.228 | + functions-common:run_process:1656 : local group= 2024-03-22 14:31:09.230 | + functions-common:run_process:1657 : local user= 2024-03-22 14:31:09.232 | + functions-common:run_process:1658 : local env_vars= 2024-03-22 14:31:09.234 | + functions-common:run_process:1660 : local name=q-metering 2024-03-22 14:31:09.236 | + functions-common:run_process:1662 : time_start run_process 2024-03-22 14:31:09.238 | + functions-common:time_start:2386 : local name=run_process 2024-03-22 14:31:09.240 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:31:09.242 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:31:09.244 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:31:09.248 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117869246 2024-03-22 14:31:09.251 | + functions-common:run_process:1663 : is_service_enabled q-metering 2024-03-22 14:31:09.265 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:31:09.267 | + functions-common:run_process:1666 : time_stop run_process 2024-03-22 14:31:09.269 | + functions-common:time_stop:2400 : local name 2024-03-22 14:31:09.271 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:31:09.273 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:31:09.275 | + functions-common:time_stop:2403 : local total 2024-03-22 14:31:09.277 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:31:09.279 | + functions-common:time_stop:2406 : name=run_process 2024-03-22 14:31:09.281 | + functions-common:time_stop:2407 : start_time=1711117869246 2024-03-22 14:31:09.283 | + functions-common:time_stop:2409 : [[ -z 1711117869246 ]] 2024-03-22 14:31:09.285 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:31:09.289 | + functions-common:time_stop:2412 : end_time=1711117869287 2024-03-22 14:31:09.291 | + functions-common:time_stop:2413 : elapsed_time=41 2024-03-22 14:31:09.293 | + functions-common:time_stop:2414 : total=9825 2024-03-22 14:31:09.295 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:31:09.297 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9866 2024-03-22 14:31:09.299 | + stack.sh:main:1338 : is_service_enabled q-svc 2024-03-22 14:31:09.314 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:31:09.316 | + stack.sh:main:1338 : [[ True == \T\r\u\e ]] 2024-03-22 14:31:09.318 | + stack.sh:main:1339 : echo_summary 'Creating initial neutron network elements' 2024-03-22 14:31:09.320 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-22 14:31:09.322 | + stack.sh:echo_summary:470 : echo -e Creating initial neutron network elements 2024-03-22 14:31:09.324 | + stack.sh:main:1342 : type -p neutron_plugin_create_initial_networks 2024-03-22 14:31:09.326 | + stack.sh:main:1345 : create_neutron_initial_network 2024-03-22 14:31:09.328 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : type -p neutron_plugin_create_initial_network_profile 2024-03-22 14:31:09.330 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:161 : is_networking_extension_supported auto-allocated-topology 2024-03-22 14:31:09.332 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=auto-allocated-topology 2024-03-22 14:31:09.334 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-03-22 14:31:10.749 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:31:10.752 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2024-03-22 14:31:10.753 | address-scope 2024-03-22 14:31:10.753 | router-admin-state-down-before-update 2024-03-22 14:31:10.753 | agent 2024-03-22 14:31:10.753 | agent-resources-synced 2024-03-22 14:31:10.753 | allowed-address-pairs 2024-03-22 14:31:10.753 | auto-allocated-topology 2024-03-22 14:31:10.753 | availability_zone 2024-03-22 14:31:10.753 | availability_zone_filter 2024-03-22 14:31:10.753 | default-subnetpools 2024-03-22 14:31:10.753 | dhcp_agent_scheduler 2024-03-22 14:31:10.753 | dvr 2024-03-22 14:31:10.753 | empty-string-filtering 2024-03-22 14:31:10.753 | external-net 2024-03-22 14:31:10.753 | extra_dhcp_opt 2024-03-22 14:31:10.753 | extraroute 2024-03-22 14:31:10.753 | extraroute-atomic 2024-03-22 14:31:10.753 | filter-validation 2024-03-22 14:31:10.753 | floating-ip-port-forwarding-detail 2024-03-22 14:31:10.753 | fip-port-details 2024-03-22 14:31:10.753 | flavors 2024-03-22 14:31:10.753 | floatingip-pools 2024-03-22 14:31:10.753 | ip-substring-filtering 2024-03-22 14:31:10.753 | router 2024-03-22 14:31:10.753 | ext-gw-mode 2024-03-22 14:31:10.753 | l3-ha 2024-03-22 14:31:10.753 | l3-flavors 2024-03-22 14:31:10.753 | l3-port-ip-change-not-allowed 2024-03-22 14:31:10.753 | l3_agent_scheduler 2024-03-22 14:31:10.753 | multi-provider 2024-03-22 14:31:10.753 | net-mtu 2024-03-22 14:31:10.753 | net-mtu-writable 2024-03-22 14:31:10.753 | network_availability_zone 2024-03-22 14:31:10.753 | network_ha 2024-03-22 14:31:10.753 | network-ip-availability 2024-03-22 14:31:10.753 | pagination 2024-03-22 14:31:10.753 | port-device-profile 2024-03-22 14:31:10.753 | port-mac-override 2024-03-22 14:31:10.753 | port-mac-address-regenerate 2024-03-22 14:31:10.753 | port-numa-affinity-policy 2024-03-22 14:31:10.753 | binding 2024-03-22 14:31:10.753 | binding-extended 2024-03-22 14:31:10.753 | port-security 2024-03-22 14:31:10.753 | project-id 2024-03-22 14:31:10.753 | provider 2024-03-22 14:31:10.753 | quota-check-limit 2024-03-22 14:31:10.753 | quotas 2024-03-22 14:31:10.753 | quota_details 2024-03-22 14:31:10.753 | rbac-policies 2024-03-22 14:31:10.753 | rbac-address-group 2024-03-22 14:31:10.753 | rbac-address-scope 2024-03-22 14:31:10.753 | rbac-security-groups 2024-03-22 14:31:10.753 | rbac-subnetpool 2024-03-22 14:31:10.753 | revision-if-match 2024-03-22 14:31:10.753 | standard-attr-revisions 2024-03-22 14:31:10.753 | router_availability_zone 2024-03-22 14:31:10.753 | security-groups-default-rules 2024-03-22 14:31:10.753 | security-groups-normalized-cidr 2024-03-22 14:31:10.753 | port-security-groups-filtering 2024-03-22 14:31:10.753 | security-groups-remote-address-group 2024-03-22 14:31:10.753 | security-groups-shared-filtering 2024-03-22 14:31:10.753 | security-group 2024-03-22 14:31:10.753 | service-type 2024-03-22 14:31:10.753 | sorting 2024-03-22 14:31:10.753 | standard-attr-description 2024-03-22 14:31:10.753 | stateful-security-group 2024-03-22 14:31:10.753 | subnet_onboard 2024-03-22 14:31:10.753 | subnet-service-types 2024-03-22 14:31:10.753 | subnet_allocation 2024-03-22 14:31:10.753 | subnetpool-prefix-ops 2024-03-22 14:31:10.753 | standard-attr-tag 2024-03-22 14:31:10.753 | standard-attr-timestamp 2024-03-22 14:31:10.753 | nsxt-ops' 2024-03-22 14:31:10.755 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2024-03-22 14:31:10.755 | address-scope 2024-03-22 14:31:10.755 | router-admin-state-down-before-update 2024-03-22 14:31:10.755 | agent 2024-03-22 14:31:10.755 | agent-resources-synced 2024-03-22 14:31:10.755 | allowed-address-pairs 2024-03-22 14:31:10.755 | auto-allocated-topology 2024-03-22 14:31:10.755 | availability_zone 2024-03-22 14:31:10.755 | availability_zone_filter 2024-03-22 14:31:10.755 | default-subnetpools 2024-03-22 14:31:10.755 | dhcp_agent_scheduler 2024-03-22 14:31:10.755 | dvr 2024-03-22 14:31:10.755 | empty-string-filtering 2024-03-22 14:31:10.755 | external-net 2024-03-22 14:31:10.755 | extra_dhcp_opt 2024-03-22 14:31:10.755 | extraroute 2024-03-22 14:31:10.755 | extraroute-atomic 2024-03-22 14:31:10.755 | filter-validation 2024-03-22 14:31:10.755 | floating-ip-port-forwarding-detail 2024-03-22 14:31:10.755 | fip-port-details 2024-03-22 14:31:10.755 | flavors 2024-03-22 14:31:10.755 | floatingip-pools 2024-03-22 14:31:10.755 | ip-substring-filtering 2024-03-22 14:31:10.755 | router 2024-03-22 14:31:10.755 | ext-gw-mode 2024-03-22 14:31:10.755 | l3-ha 2024-03-22 14:31:10.755 | l3-flavors 2024-03-22 14:31:10.755 | l3-port-ip-change-not-allowed 2024-03-22 14:31:10.755 | l3_agent_scheduler 2024-03-22 14:31:10.755 | multi-provider 2024-03-22 14:31:10.755 | net-mtu 2024-03-22 14:31:10.755 | net-mtu-writable 2024-03-22 14:31:10.755 | network_availability_zone 2024-03-22 14:31:10.755 | network_ha 2024-03-22 14:31:10.755 | network-ip-availability 2024-03-22 14:31:10.755 | pagination 2024-03-22 14:31:10.755 | port-device-profile 2024-03-22 14:31:10.755 | port-mac-override 2024-03-22 14:31:10.755 | port-mac-address-regenerate 2024-03-22 14:31:10.755 | port-numa-affinity-policy 2024-03-22 14:31:10.755 | binding 2024-03-22 14:31:10.755 | binding-extended 2024-03-22 14:31:10.755 | port-security 2024-03-22 14:31:10.755 | project-id 2024-03-22 14:31:10.755 | provider 2024-03-22 14:31:10.755 | quota-check-limit 2024-03-22 14:31:10.755 | quotas 2024-03-22 14:31:10.755 | quota_details 2024-03-22 14:31:10.755 | rbac-policies 2024-03-22 14:31:10.755 | rbac-address-group 2024-03-22 14:31:10.755 | rbac-address-scope 2024-03-22 14:31:10.755 | rbac-security-groups 2024-03-22 14:31:10.755 | rbac-subnetpool 2024-03-22 14:31:10.755 | revision-if-match 2024-03-22 14:31:10.755 | standard-attr-revisions 2024-03-22 14:31:10.755 | router_availability_zone 2024-03-22 14:31:10.755 | security-groups-default-rules 2024-03-22 14:31:10.755 | security-groups-normalized-cidr 2024-03-22 14:31:10.755 | port-security-groups-filtering 2024-03-22 14:31:10.755 | security-groups-remote-address-group 2024-03-22 14:31:10.755 | security-groups-shared-filtering 2024-03-22 14:31:10.755 | security-group 2024-03-22 14:31:10.755 | service-type 2024-03-22 14:31:10.755 | sorting 2024-03-22 14:31:10.755 | standard-attr-description 2024-03-22 14:31:10.755 | stateful-security-group 2024-03-22 14:31:10.755 | subnet_onboard 2024-03-22 14:31:10.755 | subnet-service-types 2024-03-22 14:31:10.755 | subnet_allocation 2024-03-22 14:31:10.755 | subnetpool-prefix-ops 2024-03-22 14:31:10.755 | standard-attr-tag 2024-03-22 14:31:10.755 | standard-attr-timestamp 2024-03-22 14:31:10.755 | nsxt-ops =~ auto-allocated-topology ]] 2024-03-22 14:31:10.757 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2024-03-22 14:31:10.759 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:162 : [[ True == \T\r\u\e ]] 2024-03-22 14:31:10.761 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:163 : [[ 4 =~ 4.* ]] 2024-03-22 14:31:10.764 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:164 : 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-03-22 14:31:12.014 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:31:12.017 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:164 : SUBNETPOOL_V4_ID=178cdfae-4472-4d8b-9b52-2073fa34c8f7 2024-03-22 14:31:12.019 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : [[ 4 =~ .*6 ]] 2024-03-22 14:31:12.021 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:172 : is_provider_network 2024-03-22 14:31:12.023 | + functions-common:is_provider_network:2249 : '[' '' == True ']' 2024-03-22 14:31:12.025 | + functions-common:is_provider_network:2252 : return 1 2024-03-22 14:31:12.027 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:202 : oscwrap --os-cloud devstack --os-region RegionOne network create private -f value -c id 2024-03-22 14:31:13.615 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:31:13.618 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:202 : NET_ID=cebea0a1-c252-4d16-967b-67efc589ea30 2024-03-22 14:31:13.620 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:203 : die_if_not_set 203 NET_ID 'Failure creating NET_ID for private' 2024-03-22 14:31:13.623 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-03-22 14:31:13.637 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:205 : [[ 4 =~ 4.* ]] 2024-03-22 14:31:13.639 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:207 : _neutron_create_private_subnet_v4 2024-03-22 14:31:13.642 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:254 : '[' -z 178cdfae-4472-4d8b-9b52-2073fa34c8f7 ']' 2024-03-22 14:31:13.644 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : local 'subnet_params=--ip-version 4 ' 2024-03-22 14:31:13.646 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : [[ -n '' ]] 2024-03-22 14:31:13.648 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : subnet_params+='--subnet-pool 178cdfae-4472-4d8b-9b52-2073fa34c8f7 ' 2024-03-22 14:31:13.650 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:263 : subnet_params+=' ' 2024-03-22 14:31:13.652 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:264 : subnet_params+='--network cebea0a1-c252-4d16-967b-67efc589ea30 private-subnet' 2024-03-22 14:31:13.654 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 : local subnet_id 2024-03-22 14:31:13.656 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:266 : oscwrap --os-cloud devstack-admin-demo --os-region RegionOne subnet create --ip-version 4 --subnet-pool 178cdfae-4472-4d8b-9b52-2073fa34c8f7 --network cebea0a1-c252-4d16-967b-67efc589ea30 private-subnet -f value -c id 2024-03-22 14:31:15.040 | +++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:31:15.042 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:266 : subnet_id=0750ada4-6654-4e1b-9327-2008bd1268db 2024-03-22 14:31:15.044 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:267 : die_if_not_set 267 subnet_id 'Failure creating private IPv4 subnet' 2024-03-22 14:31:15.046 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2024-03-22 14:31:15.060 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:268 : echo 0750ada4-6654-4e1b-9327-2008bd1268db 2024-03-22 14:31:15.062 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:207 : SUBNET_ID=0750ada4-6654-4e1b-9327-2008bd1268db 2024-03-22 14:31:15.065 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : [[ 4 =~ .*6 ]] 2024-03-22 14:31:15.067 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : is_networking_extension_supported router 2024-03-22 14:31:15.069 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=router 2024-03-22 14:31:15.071 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-03-22 14:31:16.223 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:31:16.225 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2024-03-22 14:31:16.225 | address-scope 2024-03-22 14:31:16.225 | router-admin-state-down-before-update 2024-03-22 14:31:16.225 | agent 2024-03-22 14:31:16.225 | agent-resources-synced 2024-03-22 14:31:16.225 | allowed-address-pairs 2024-03-22 14:31:16.225 | auto-allocated-topology 2024-03-22 14:31:16.225 | availability_zone 2024-03-22 14:31:16.225 | availability_zone_filter 2024-03-22 14:31:16.225 | default-subnetpools 2024-03-22 14:31:16.225 | dhcp_agent_scheduler 2024-03-22 14:31:16.225 | dvr 2024-03-22 14:31:16.225 | empty-string-filtering 2024-03-22 14:31:16.225 | external-net 2024-03-22 14:31:16.225 | extra_dhcp_opt 2024-03-22 14:31:16.225 | extraroute 2024-03-22 14:31:16.225 | extraroute-atomic 2024-03-22 14:31:16.225 | filter-validation 2024-03-22 14:31:16.225 | floating-ip-port-forwarding-detail 2024-03-22 14:31:16.225 | fip-port-details 2024-03-22 14:31:16.225 | flavors 2024-03-22 14:31:16.225 | floatingip-pools 2024-03-22 14:31:16.225 | ip-substring-filtering 2024-03-22 14:31:16.225 | router 2024-03-22 14:31:16.225 | ext-gw-mode 2024-03-22 14:31:16.225 | l3-ha 2024-03-22 14:31:16.225 | l3-flavors 2024-03-22 14:31:16.225 | l3-port-ip-change-not-allowed 2024-03-22 14:31:16.225 | l3_agent_scheduler 2024-03-22 14:31:16.225 | multi-provider 2024-03-22 14:31:16.225 | net-mtu 2024-03-22 14:31:16.225 | net-mtu-writable 2024-03-22 14:31:16.225 | network_availability_zone 2024-03-22 14:31:16.225 | network_ha 2024-03-22 14:31:16.225 | network-ip-availability 2024-03-22 14:31:16.225 | pagination 2024-03-22 14:31:16.225 | port-device-profile 2024-03-22 14:31:16.225 | port-mac-override 2024-03-22 14:31:16.225 | port-mac-address-regenerate 2024-03-22 14:31:16.225 | port-numa-affinity-policy 2024-03-22 14:31:16.225 | binding 2024-03-22 14:31:16.225 | binding-extended 2024-03-22 14:31:16.225 | port-security 2024-03-22 14:31:16.225 | project-id 2024-03-22 14:31:16.225 | provider 2024-03-22 14:31:16.225 | quota-check-limit 2024-03-22 14:31:16.225 | quotas 2024-03-22 14:31:16.225 | quota_details 2024-03-22 14:31:16.225 | rbac-policies 2024-03-22 14:31:16.226 | rbac-address-group 2024-03-22 14:31:16.226 | rbac-address-scope 2024-03-22 14:31:16.226 | rbac-security-groups 2024-03-22 14:31:16.226 | rbac-subnetpool 2024-03-22 14:31:16.226 | revision-if-match 2024-03-22 14:31:16.226 | standard-attr-revisions 2024-03-22 14:31:16.226 | router_availability_zone 2024-03-22 14:31:16.226 | security-groups-default-rules 2024-03-22 14:31:16.226 | security-groups-normalized-cidr 2024-03-22 14:31:16.226 | port-security-groups-filtering 2024-03-22 14:31:16.226 | security-groups-remote-address-group 2024-03-22 14:31:16.226 | security-groups-shared-filtering 2024-03-22 14:31:16.226 | security-group 2024-03-22 14:31:16.226 | service-type 2024-03-22 14:31:16.226 | sorting 2024-03-22 14:31:16.226 | standard-attr-description 2024-03-22 14:31:16.226 | stateful-security-group 2024-03-22 14:31:16.226 | subnet_onboard 2024-03-22 14:31:16.226 | subnet-service-types 2024-03-22 14:31:16.226 | subnet_allocation 2024-03-22 14:31:16.226 | subnetpool-prefix-ops 2024-03-22 14:31:16.226 | standard-attr-tag 2024-03-22 14:31:16.226 | standard-attr-timestamp 2024-03-22 14:31:16.226 | nsxt-ops' 2024-03-22 14:31:16.227 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2024-03-22 14:31:16.227 | address-scope 2024-03-22 14:31:16.228 | router-admin-state-down-before-update 2024-03-22 14:31:16.228 | agent 2024-03-22 14:31:16.228 | agent-resources-synced 2024-03-22 14:31:16.228 | allowed-address-pairs 2024-03-22 14:31:16.228 | auto-allocated-topology 2024-03-22 14:31:16.228 | availability_zone 2024-03-22 14:31:16.228 | availability_zone_filter 2024-03-22 14:31:16.228 | default-subnetpools 2024-03-22 14:31:16.228 | dhcp_agent_scheduler 2024-03-22 14:31:16.228 | dvr 2024-03-22 14:31:16.228 | empty-string-filtering 2024-03-22 14:31:16.228 | external-net 2024-03-22 14:31:16.228 | extra_dhcp_opt 2024-03-22 14:31:16.228 | extraroute 2024-03-22 14:31:16.228 | extraroute-atomic 2024-03-22 14:31:16.228 | filter-validation 2024-03-22 14:31:16.228 | floating-ip-port-forwarding-detail 2024-03-22 14:31:16.228 | fip-port-details 2024-03-22 14:31:16.228 | flavors 2024-03-22 14:31:16.228 | floatingip-pools 2024-03-22 14:31:16.228 | ip-substring-filtering 2024-03-22 14:31:16.228 | router 2024-03-22 14:31:16.228 | ext-gw-mode 2024-03-22 14:31:16.228 | l3-ha 2024-03-22 14:31:16.228 | l3-flavors 2024-03-22 14:31:16.228 | l3-port-ip-change-not-allowed 2024-03-22 14:31:16.228 | l3_agent_scheduler 2024-03-22 14:31:16.228 | multi-provider 2024-03-22 14:31:16.228 | net-mtu 2024-03-22 14:31:16.228 | net-mtu-writable 2024-03-22 14:31:16.228 | network_availability_zone 2024-03-22 14:31:16.228 | network_ha 2024-03-22 14:31:16.228 | network-ip-availability 2024-03-22 14:31:16.228 | pagination 2024-03-22 14:31:16.228 | port-device-profile 2024-03-22 14:31:16.228 | port-mac-override 2024-03-22 14:31:16.228 | port-mac-address-regenerate 2024-03-22 14:31:16.228 | port-numa-affinity-policy 2024-03-22 14:31:16.228 | binding 2024-03-22 14:31:16.228 | binding-extended 2024-03-22 14:31:16.228 | port-security 2024-03-22 14:31:16.228 | project-id 2024-03-22 14:31:16.228 | provider 2024-03-22 14:31:16.228 | quota-check-limit 2024-03-22 14:31:16.228 | quotas 2024-03-22 14:31:16.228 | quota_details 2024-03-22 14:31:16.228 | rbac-policies 2024-03-22 14:31:16.228 | rbac-address-group 2024-03-22 14:31:16.229 | rbac-address-scope 2024-03-22 14:31:16.229 | rbac-security-groups 2024-03-22 14:31:16.229 | rbac-subnetpool 2024-03-22 14:31:16.229 | revision-if-match 2024-03-22 14:31:16.229 | standard-attr-revisions 2024-03-22 14:31:16.229 | router_availability_zone 2024-03-22 14:31:16.229 | security-groups-default-rules 2024-03-22 14:31:16.229 | security-groups-normalized-cidr 2024-03-22 14:31:16.229 | port-security-groups-filtering 2024-03-22 14:31:16.229 | security-groups-remote-address-group 2024-03-22 14:31:16.229 | security-groups-shared-filtering 2024-03-22 14:31:16.229 | security-group 2024-03-22 14:31:16.229 | service-type 2024-03-22 14:31:16.229 | sorting 2024-03-22 14:31:16.229 | standard-attr-description 2024-03-22 14:31:16.229 | stateful-security-group 2024-03-22 14:31:16.229 | subnet_onboard 2024-03-22 14:31:16.229 | subnet-service-types 2024-03-22 14:31:16.229 | subnet_allocation 2024-03-22 14:31:16.229 | subnetpool-prefix-ops 2024-03-22 14:31:16.229 | standard-attr-tag 2024-03-22 14:31:16.229 | standard-attr-timestamp 2024-03-22 14:31:16.229 | nsxt-ops =~ router ]] 2024-03-22 14:31:16.229 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2024-03-22 14:31:16.232 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : is_networking_extension_supported external-net 2024-03-22 14:31:16.234 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=external-net 2024-03-22 14:31:16.236 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-03-22 14:31:17.387 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:31:17.390 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2024-03-22 14:31:17.390 | address-scope 2024-03-22 14:31:17.390 | router-admin-state-down-before-update 2024-03-22 14:31:17.390 | agent 2024-03-22 14:31:17.390 | agent-resources-synced 2024-03-22 14:31:17.390 | allowed-address-pairs 2024-03-22 14:31:17.390 | auto-allocated-topology 2024-03-22 14:31:17.390 | availability_zone 2024-03-22 14:31:17.390 | availability_zone_filter 2024-03-22 14:31:17.390 | default-subnetpools 2024-03-22 14:31:17.390 | dhcp_agent_scheduler 2024-03-22 14:31:17.390 | dvr 2024-03-22 14:31:17.390 | empty-string-filtering 2024-03-22 14:31:17.390 | external-net 2024-03-22 14:31:17.390 | extra_dhcp_opt 2024-03-22 14:31:17.390 | extraroute 2024-03-22 14:31:17.390 | extraroute-atomic 2024-03-22 14:31:17.390 | filter-validation 2024-03-22 14:31:17.390 | floating-ip-port-forwarding-detail 2024-03-22 14:31:17.391 | fip-port-details 2024-03-22 14:31:17.391 | flavors 2024-03-22 14:31:17.391 | floatingip-pools 2024-03-22 14:31:17.391 | ip-substring-filtering 2024-03-22 14:31:17.391 | router 2024-03-22 14:31:17.391 | ext-gw-mode 2024-03-22 14:31:17.391 | l3-ha 2024-03-22 14:31:17.391 | l3-flavors 2024-03-22 14:31:17.391 | l3-port-ip-change-not-allowed 2024-03-22 14:31:17.391 | l3_agent_scheduler 2024-03-22 14:31:17.391 | multi-provider 2024-03-22 14:31:17.391 | net-mtu 2024-03-22 14:31:17.391 | net-mtu-writable 2024-03-22 14:31:17.391 | network_availability_zone 2024-03-22 14:31:17.391 | network_ha 2024-03-22 14:31:17.391 | network-ip-availability 2024-03-22 14:31:17.391 | pagination 2024-03-22 14:31:17.391 | port-device-profile 2024-03-22 14:31:17.391 | port-mac-override 2024-03-22 14:31:17.391 | port-mac-address-regenerate 2024-03-22 14:31:17.391 | port-numa-affinity-policy 2024-03-22 14:31:17.391 | binding 2024-03-22 14:31:17.391 | binding-extended 2024-03-22 14:31:17.391 | port-security 2024-03-22 14:31:17.391 | project-id 2024-03-22 14:31:17.391 | provider 2024-03-22 14:31:17.391 | quota-check-limit 2024-03-22 14:31:17.391 | quotas 2024-03-22 14:31:17.391 | quota_details 2024-03-22 14:31:17.391 | rbac-policies 2024-03-22 14:31:17.391 | rbac-address-group 2024-03-22 14:31:17.391 | rbac-address-scope 2024-03-22 14:31:17.391 | rbac-security-groups 2024-03-22 14:31:17.391 | rbac-subnetpool 2024-03-22 14:31:17.391 | revision-if-match 2024-03-22 14:31:17.391 | standard-attr-revisions 2024-03-22 14:31:17.391 | router_availability_zone 2024-03-22 14:31:17.391 | security-groups-default-rules 2024-03-22 14:31:17.391 | security-groups-normalized-cidr 2024-03-22 14:31:17.391 | port-security-groups-filtering 2024-03-22 14:31:17.391 | security-groups-remote-address-group 2024-03-22 14:31:17.391 | security-groups-shared-filtering 2024-03-22 14:31:17.391 | security-group 2024-03-22 14:31:17.391 | service-type 2024-03-22 14:31:17.391 | sorting 2024-03-22 14:31:17.391 | standard-attr-description 2024-03-22 14:31:17.391 | stateful-security-group 2024-03-22 14:31:17.391 | subnet_onboard 2024-03-22 14:31:17.391 | subnet-service-types 2024-03-22 14:31:17.391 | subnet_allocation 2024-03-22 14:31:17.392 | subnetpool-prefix-ops 2024-03-22 14:31:17.392 | standard-attr-tag 2024-03-22 14:31:17.392 | standard-attr-timestamp 2024-03-22 14:31:17.392 | nsxt-ops' 2024-03-22 14:31:17.392 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2024-03-22 14:31:17.392 | address-scope 2024-03-22 14:31:17.392 | router-admin-state-down-before-update 2024-03-22 14:31:17.392 | agent 2024-03-22 14:31:17.392 | agent-resources-synced 2024-03-22 14:31:17.392 | allowed-address-pairs 2024-03-22 14:31:17.392 | auto-allocated-topology 2024-03-22 14:31:17.392 | availability_zone 2024-03-22 14:31:17.392 | availability_zone_filter 2024-03-22 14:31:17.392 | default-subnetpools 2024-03-22 14:31:17.392 | dhcp_agent_scheduler 2024-03-22 14:31:17.392 | dvr 2024-03-22 14:31:17.392 | empty-string-filtering 2024-03-22 14:31:17.392 | external-net 2024-03-22 14:31:17.392 | extra_dhcp_opt 2024-03-22 14:31:17.392 | extraroute 2024-03-22 14:31:17.392 | extraroute-atomic 2024-03-22 14:31:17.392 | filter-validation 2024-03-22 14:31:17.392 | floating-ip-port-forwarding-detail 2024-03-22 14:31:17.392 | fip-port-details 2024-03-22 14:31:17.392 | flavors 2024-03-22 14:31:17.392 | floatingip-pools 2024-03-22 14:31:17.392 | ip-substring-filtering 2024-03-22 14:31:17.392 | router 2024-03-22 14:31:17.393 | ext-gw-mode 2024-03-22 14:31:17.393 | l3-ha 2024-03-22 14:31:17.393 | l3-flavors 2024-03-22 14:31:17.393 | l3-port-ip-change-not-allowed 2024-03-22 14:31:17.393 | l3_agent_scheduler 2024-03-22 14:31:17.393 | multi-provider 2024-03-22 14:31:17.393 | net-mtu 2024-03-22 14:31:17.393 | net-mtu-writable 2024-03-22 14:31:17.393 | network_availability_zone 2024-03-22 14:31:17.393 | network_ha 2024-03-22 14:31:17.393 | network-ip-availability 2024-03-22 14:31:17.393 | pagination 2024-03-22 14:31:17.393 | port-device-profile 2024-03-22 14:31:17.393 | port-mac-override 2024-03-22 14:31:17.393 | port-mac-address-regenerate 2024-03-22 14:31:17.393 | port-numa-affinity-policy 2024-03-22 14:31:17.393 | binding 2024-03-22 14:31:17.393 | binding-extended 2024-03-22 14:31:17.393 | port-security 2024-03-22 14:31:17.393 | project-id 2024-03-22 14:31:17.393 | provider 2024-03-22 14:31:17.393 | quota-check-limit 2024-03-22 14:31:17.393 | quotas 2024-03-22 14:31:17.393 | quota_details 2024-03-22 14:31:17.393 | rbac-policies 2024-03-22 14:31:17.393 | rbac-address-group 2024-03-22 14:31:17.393 | rbac-address-scope 2024-03-22 14:31:17.393 | rbac-security-groups 2024-03-22 14:31:17.393 | rbac-subnetpool 2024-03-22 14:31:17.393 | revision-if-match 2024-03-22 14:31:17.393 | standard-attr-revisions 2024-03-22 14:31:17.393 | router_availability_zone 2024-03-22 14:31:17.393 | security-groups-default-rules 2024-03-22 14:31:17.393 | security-groups-normalized-cidr 2024-03-22 14:31:17.393 | port-security-groups-filtering 2024-03-22 14:31:17.393 | security-groups-remote-address-group 2024-03-22 14:31:17.393 | security-groups-shared-filtering 2024-03-22 14:31:17.393 | security-group 2024-03-22 14:31:17.393 | service-type 2024-03-22 14:31:17.393 | sorting 2024-03-22 14:31:17.393 | standard-attr-description 2024-03-22 14:31:17.393 | stateful-security-group 2024-03-22 14:31:17.393 | subnet_onboard 2024-03-22 14:31:17.393 | subnet-service-types 2024-03-22 14:31:17.393 | subnet_allocation 2024-03-22 14:31:17.393 | subnetpool-prefix-ops 2024-03-22 14:31:17.393 | standard-attr-tag 2024-03-22 14:31:17.393 | standard-attr-timestamp 2024-03-22 14:31:17.393 | nsxt-ops =~ external-net ]] 2024-03-22 14:31:17.394 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2024-03-22 14:31:17.396 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : [[ True == \T\r\u\e ]] 2024-03-22 14:31:17.399 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:220 : oscwrap --os-cloud devstack --os-region RegionOne router create router1 -f value -c id 2024-03-22 14:31:18.601 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:31:18.604 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:220 : ROUTER_ID=40f766d3-a3f1-4dd7-adad-1d1a3a7e96be 2024-03-22 14:31:18.607 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:221 : die_if_not_set 221 ROUTER_ID 'Failure creating router router1' 2024-03-22 14:31:18.609 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-03-22 14:31:18.623 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXTERNAL_NETWORK_FLAGS=--external 2024-03-22 14:31:18.625 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:229 : is_networking_extension_supported auto-allocated-topology 2024-03-22 14:31:18.628 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=auto-allocated-topology 2024-03-22 14:31:18.630 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-03-22 14:31:19.780 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:31:19.782 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2024-03-22 14:31:19.782 | address-scope 2024-03-22 14:31:19.782 | router-admin-state-down-before-update 2024-03-22 14:31:19.782 | agent 2024-03-22 14:31:19.782 | agent-resources-synced 2024-03-22 14:31:19.782 | allowed-address-pairs 2024-03-22 14:31:19.782 | auto-allocated-topology 2024-03-22 14:31:19.782 | availability_zone 2024-03-22 14:31:19.782 | availability_zone_filter 2024-03-22 14:31:19.782 | default-subnetpools 2024-03-22 14:31:19.782 | dhcp_agent_scheduler 2024-03-22 14:31:19.782 | dvr 2024-03-22 14:31:19.782 | empty-string-filtering 2024-03-22 14:31:19.782 | external-net 2024-03-22 14:31:19.782 | extra_dhcp_opt 2024-03-22 14:31:19.782 | extraroute 2024-03-22 14:31:19.782 | extraroute-atomic 2024-03-22 14:31:19.782 | filter-validation 2024-03-22 14:31:19.782 | floating-ip-port-forwarding-detail 2024-03-22 14:31:19.782 | fip-port-details 2024-03-22 14:31:19.782 | flavors 2024-03-22 14:31:19.782 | floatingip-pools 2024-03-22 14:31:19.782 | ip-substring-filtering 2024-03-22 14:31:19.782 | router 2024-03-22 14:31:19.782 | ext-gw-mode 2024-03-22 14:31:19.782 | l3-ha 2024-03-22 14:31:19.782 | l3-flavors 2024-03-22 14:31:19.782 | l3-port-ip-change-not-allowed 2024-03-22 14:31:19.782 | l3_agent_scheduler 2024-03-22 14:31:19.782 | multi-provider 2024-03-22 14:31:19.782 | net-mtu 2024-03-22 14:31:19.782 | net-mtu-writable 2024-03-22 14:31:19.782 | network_availability_zone 2024-03-22 14:31:19.782 | network_ha 2024-03-22 14:31:19.782 | network-ip-availability 2024-03-22 14:31:19.782 | pagination 2024-03-22 14:31:19.782 | port-device-profile 2024-03-22 14:31:19.782 | port-mac-override 2024-03-22 14:31:19.782 | port-mac-address-regenerate 2024-03-22 14:31:19.782 | port-numa-affinity-policy 2024-03-22 14:31:19.782 | binding 2024-03-22 14:31:19.782 | binding-extended 2024-03-22 14:31:19.782 | port-security 2024-03-22 14:31:19.782 | project-id 2024-03-22 14:31:19.782 | provider 2024-03-22 14:31:19.782 | quota-check-limit 2024-03-22 14:31:19.782 | quotas 2024-03-22 14:31:19.783 | quota_details 2024-03-22 14:31:19.783 | rbac-policies 2024-03-22 14:31:19.783 | rbac-address-group 2024-03-22 14:31:19.783 | rbac-address-scope 2024-03-22 14:31:19.783 | rbac-security-groups 2024-03-22 14:31:19.783 | rbac-subnetpool 2024-03-22 14:31:19.783 | revision-if-match 2024-03-22 14:31:19.783 | standard-attr-revisions 2024-03-22 14:31:19.783 | router_availability_zone 2024-03-22 14:31:19.783 | security-groups-default-rules 2024-03-22 14:31:19.783 | security-groups-normalized-cidr 2024-03-22 14:31:19.783 | port-security-groups-filtering 2024-03-22 14:31:19.783 | security-groups-remote-address-group 2024-03-22 14:31:19.783 | security-groups-shared-filtering 2024-03-22 14:31:19.783 | security-group 2024-03-22 14:31:19.783 | service-type 2024-03-22 14:31:19.783 | sorting 2024-03-22 14:31:19.783 | standard-attr-description 2024-03-22 14:31:19.783 | stateful-security-group 2024-03-22 14:31:19.783 | subnet_onboard 2024-03-22 14:31:19.783 | subnet-service-types 2024-03-22 14:31:19.783 | subnet_allocation 2024-03-22 14:31:19.783 | subnetpool-prefix-ops 2024-03-22 14:31:19.783 | standard-attr-tag 2024-03-22 14:31:19.783 | standard-attr-timestamp 2024-03-22 14:31:19.783 | nsxt-ops' 2024-03-22 14:31:19.784 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2024-03-22 14:31:19.784 | address-scope 2024-03-22 14:31:19.784 | router-admin-state-down-before-update 2024-03-22 14:31:19.784 | agent 2024-03-22 14:31:19.784 | agent-resources-synced 2024-03-22 14:31:19.784 | allowed-address-pairs 2024-03-22 14:31:19.784 | auto-allocated-topology 2024-03-22 14:31:19.784 | availability_zone 2024-03-22 14:31:19.784 | availability_zone_filter 2024-03-22 14:31:19.784 | default-subnetpools 2024-03-22 14:31:19.784 | dhcp_agent_scheduler 2024-03-22 14:31:19.784 | dvr 2024-03-22 14:31:19.784 | empty-string-filtering 2024-03-22 14:31:19.785 | external-net 2024-03-22 14:31:19.785 | extra_dhcp_opt 2024-03-22 14:31:19.785 | extraroute 2024-03-22 14:31:19.785 | extraroute-atomic 2024-03-22 14:31:19.785 | filter-validation 2024-03-22 14:31:19.785 | floating-ip-port-forwarding-detail 2024-03-22 14:31:19.785 | fip-port-details 2024-03-22 14:31:19.785 | flavors 2024-03-22 14:31:19.785 | floatingip-pools 2024-03-22 14:31:19.785 | ip-substring-filtering 2024-03-22 14:31:19.785 | router 2024-03-22 14:31:19.785 | ext-gw-mode 2024-03-22 14:31:19.785 | l3-ha 2024-03-22 14:31:19.785 | l3-flavors 2024-03-22 14:31:19.785 | l3-port-ip-change-not-allowed 2024-03-22 14:31:19.785 | l3_agent_scheduler 2024-03-22 14:31:19.785 | multi-provider 2024-03-22 14:31:19.785 | net-mtu 2024-03-22 14:31:19.785 | net-mtu-writable 2024-03-22 14:31:19.785 | network_availability_zone 2024-03-22 14:31:19.785 | network_ha 2024-03-22 14:31:19.785 | network-ip-availability 2024-03-22 14:31:19.785 | pagination 2024-03-22 14:31:19.785 | port-device-profile 2024-03-22 14:31:19.785 | port-mac-override 2024-03-22 14:31:19.785 | port-mac-address-regenerate 2024-03-22 14:31:19.785 | port-numa-affinity-policy 2024-03-22 14:31:19.785 | binding 2024-03-22 14:31:19.785 | binding-extended 2024-03-22 14:31:19.785 | port-security 2024-03-22 14:31:19.785 | project-id 2024-03-22 14:31:19.785 | provider 2024-03-22 14:31:19.785 | quota-check-limit 2024-03-22 14:31:19.785 | quotas 2024-03-22 14:31:19.785 | quota_details 2024-03-22 14:31:19.785 | rbac-policies 2024-03-22 14:31:19.785 | rbac-address-group 2024-03-22 14:31:19.785 | rbac-address-scope 2024-03-22 14:31:19.785 | rbac-security-groups 2024-03-22 14:31:19.785 | rbac-subnetpool 2024-03-22 14:31:19.785 | revision-if-match 2024-03-22 14:31:19.785 | standard-attr-revisions 2024-03-22 14:31:19.785 | router_availability_zone 2024-03-22 14:31:19.785 | security-groups-default-rules 2024-03-22 14:31:19.785 | security-groups-normalized-cidr 2024-03-22 14:31:19.785 | port-security-groups-filtering 2024-03-22 14:31:19.785 | security-groups-remote-address-group 2024-03-22 14:31:19.785 | security-groups-shared-filtering 2024-03-22 14:31:19.785 | security-group 2024-03-22 14:31:19.785 | service-type 2024-03-22 14:31:19.785 | sorting 2024-03-22 14:31:19.785 | standard-attr-description 2024-03-22 14:31:19.785 | stateful-security-group 2024-03-22 14:31:19.785 | subnet_onboard 2024-03-22 14:31:19.785 | subnet-service-types 2024-03-22 14:31:19.785 | subnet_allocation 2024-03-22 14:31:19.785 | subnetpool-prefix-ops 2024-03-22 14:31:19.785 | standard-attr-tag 2024-03-22 14:31:19.785 | standard-attr-timestamp 2024-03-22 14:31:19.785 | nsxt-ops =~ auto-allocated-topology ]] 2024-03-22 14:31:19.787 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2024-03-22 14:31:19.789 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:230 : EXTERNAL_NETWORK_FLAGS='--external --default' 2024-03-22 14:31:19.791 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : '[' True = True ']' 2024-03-22 14:31:19.794 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : 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-03-22 14:31:21.154 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:31:21.157 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : EXT_NET_ID=be55aaf9-d6a7-4bfe-9c15-51a2fec59a72 2024-03-22 14:31:21.159 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:238 : die_if_not_set 238 EXT_NET_ID 'Failure creating EXT_NET_ID for public' 2024-03-22 14:31:21.162 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-03-22 14:31:21.176 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:240 : [[ 4 =~ 4.* ]] 2024-03-22 14:31:21.179 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:242 : _neutron_configure_router_v4 2024-03-22 14:31:21.180 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet 40f766d3-a3f1-4dd7-adad-1d1a3a7e96be 0750ada4-6654-4e1b-9327-2008bd1268db 2024-03-22 14:31:23.140 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : local id_and_ext_gw_ip 2024-03-22 14:31:23.142 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 : _neutron_create_public_subnet_v4 be55aaf9-d6a7-4bfe-9c15-51a2fec59a72 2024-03-22 14:31:23.144 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : local 'subnet_params=--ip-version 4 ' 2024-03-22 14:31:23.146 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:295 : subnet_params+='--allocation-pool start=10.180.180.128,end=10.180.180.254 ' 2024-03-22 14:31:23.148 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : [[ -n 10.180.180.1 ]] 2024-03-22 14:31:23.150 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:297 : subnet_params+='--gateway 10.180.180.1 ' 2024-03-22 14:31:23.152 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:299 : subnet_params+='--network be55aaf9-d6a7-4bfe-9c15-51a2fec59a72 --subnet-range 10.180.180.0/24 --no-dhcp ' 2024-03-22 14:31:23.154 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:300 : subnet_params+=public-subnet 2024-03-22 14:31:23.156 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:301 : local id_and_ext_gw_ip 2024-03-22 14:31:23.159 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : 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 be55aaf9-d6a7-4bfe-9c15-51a2fec59a72 --subnet-range 10.180.180.0/24 --no-dhcp public-subnet 2024-03-22 14:31:23.159 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : grep -e gateway_ip -e ' id ' 2024-03-22 14:31:24.491 | +++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:31:24.494 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | 2024-03-22 14:31:24.494 | | id | 0bb17c21-dac7-4f87-8dbf-87158896d63c |' 2024-03-22 14:31:24.496 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:303 : die_if_not_set 303 id_and_ext_gw_ip 'Failure creating public IPv4 subnet' 2024-03-22 14:31:24.497 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2024-03-22 14:31:24.510 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:304 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 0bb17c21-dac7-4f87-8dbf-87158896d63c '|' 2024-03-22 14:31:24.512 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | | id | 0bb17c21-dac7-4f87-8dbf-87158896d63c |' 2024-03-22 14:31:24.514 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:325 : local ext_gw_ip 2024-03-22 14:31:24.517 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 0bb17c21-dac7-4f87-8dbf-87158896d63c '|' 2024-03-22 14:31:24.517 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : get_field 2 2024-03-22 14:31:24.519 | ++ functions-common:get_field:789 : local data field 2024-03-22 14:31:24.521 | ++ functions-common:get_field:790 : read data 2024-03-22 14:31:24.522 | ++ functions-common:get_field:791 : '[' 2 -lt 0 ']' 2024-03-22 14:31:24.524 | ++ functions-common:get_field:794 : field='$3' 2024-03-22 14:31:24.527 | ++ functions-common:get_field:796 : echo '| gateway_ip | 10.180.180.1 | | id | 0bb17c21-dac7-4f87-8dbf-87158896d63c |' 2024-03-22 14:31:24.527 | ++ functions-common:get_field:796 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2024-03-22 14:31:24.531 | ++ functions-common:get_field:790 : read data 2024-03-22 14:31:24.534 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : ext_gw_ip=10.180.180.1 2024-03-22 14:31:24.536 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 0bb17c21-dac7-4f87-8dbf-87158896d63c '|' 2024-03-22 14:31:24.537 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : get_field 5 2024-03-22 14:31:24.538 | ++ functions-common:get_field:789 : local data field 2024-03-22 14:31:24.540 | ++ functions-common:get_field:790 : read data 2024-03-22 14:31:24.542 | ++ functions-common:get_field:791 : '[' 5 -lt 0 ']' 2024-03-22 14:31:24.544 | ++ functions-common:get_field:794 : field='$6' 2024-03-22 14:31:24.546 | ++ functions-common:get_field:796 : echo '| gateway_ip | 10.180.180.1 | | id | 0bb17c21-dac7-4f87-8dbf-87158896d63c |' 2024-03-22 14:31:24.546 | ++ functions-common:get_field:796 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2024-03-22 14:31:24.551 | ++ functions-common:get_field:790 : read data 2024-03-22 14:31:24.553 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : PUB_SUBNET_ID=0bb17c21-dac7-4f87-8dbf-87158896d63c 2024-03-22 14:31:24.555 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway be55aaf9-d6a7-4bfe-9c15-51a2fec59a72 40f766d3-a3f1-4dd7-adad-1d1a3a7e96be 2024-03-22 14:31:26.394 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 : [[ openvswitch == \o\v\n ]] 2024-03-22 14:31:26.396 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 : is_service_enabled q-l3 neutron-l3 2024-03-22 14:31:26.409 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:31:26.410 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:334 : local ext_gw_interface=none 2024-03-22 14:31:26.412 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:335 : is_neutron_ovs_base_plugin 2024-03-22 14:31:26.414 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2024-03-22 14:31:26.416 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : _neutron_get_ext_gw_interface 2024-03-22 14:31:26.418 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:144 : [[ False == \T\r\u\e ]] 2024-03-22 14:31:26.420 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:149 : sudo ovs-vsctl set Bridge br-ex other_config:disable-in-band=true 2024-03-22 14:31:26.433 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:151 : echo br-ex 2024-03-22 14:31:26.436 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : ext_gw_interface=br-ex 2024-03-22 14:31:26.438 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:348 : [[ br-ex != \n\o\n\e ]] 2024-03-22 14:31:26.440 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:349 : local cidr_len=24 2024-03-22 14:31:26.442 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : local 'testcmd=ip -o link | grep -q br-ex' 2024-03-22 14:31:26.444 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : test_with_retry 'ip -o link | grep -q br-ex' 'br-ex creation failed' 2024-03-22 14:31:26.445 | + functions-common:test_with_retry:2338 : local 'testcmd=ip -o link | grep -q br-ex' 2024-03-22 14:31:26.447 | + functions-common:test_with_retry:2339 : local 'failmsg=br-ex creation failed' 2024-03-22 14:31:26.449 | + functions-common:test_with_retry:2340 : local until=10 2024-03-22 14:31:26.451 | + functions-common:test_with_retry:2341 : local sleep=0.5 2024-03-22 14:31:26.453 | + functions-common:test_with_retry:2343 : time_start test_with_retry 2024-03-22 14:31:26.455 | + functions-common:time_start:2386 : local name=test_with_retry 2024-03-22 14:31:26.457 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:31:26.459 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:31:26.461 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:31:26.464 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117886462 2024-03-22 14:31:26.466 | + functions-common:test_with_retry:2344 : timeout 10 sh -c 'while ! ip -o link | grep -q br-ex; do sleep 0.5; done' 2024-03-22 14:31:26.471 | + functions-common:test_with_retry:2347 : time_stop test_with_retry 2024-03-22 14:31:26.473 | + functions-common:time_stop:2400 : local name 2024-03-22 14:31:26.475 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:31:26.477 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:31:26.479 | + functions-common:time_stop:2403 : local total 2024-03-22 14:31:26.480 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:31:26.482 | + functions-common:time_stop:2406 : name=test_with_retry 2024-03-22 14:31:26.484 | + functions-common:time_stop:2407 : start_time=1711117886462 2024-03-22 14:31:26.486 | + functions-common:time_stop:2409 : [[ -z 1711117886462 ]] 2024-03-22 14:31:26.488 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:31:26.491 | + functions-common:time_stop:2412 : end_time=1711117886489 2024-03-22 14:31:26.493 | + functions-common:time_stop:2413 : elapsed_time=27 2024-03-22 14:31:26.495 | + functions-common:time_stop:2414 : total=3061 2024-03-22 14:31:26.497 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:31:26.499 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3088 2024-03-22 14:31:26.501 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : ip addr show dev br-ex 2024-03-22 14:31:26.502 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : grep -c 10.180.180.1 2024-03-22 14:31:26.507 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ 0 == 0 ]] 2024-03-22 14:31:26.508 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ True == \F\a\l\s\e ]] 2024-03-22 14:31:26.510 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ False == \T\r\u\e ]] 2024-03-22 14:31:26.512 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ False == \T\r\u\e ]] 2024-03-22 14:31:26.515 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : awk -Fip_address '{ print $2 }' 2024-03-22 14:31:26.516 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : oscwrap --os-cloud devstack-admin --os-region RegionOne port list -c 'Fixed IP Addresses' --device-owner network:router_gateway 2024-03-22 14:31:26.517 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : cut -f2 '-d'\''' 2024-03-22 14:31:26.517 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : tr '\n' ' ' 2024-03-22 14:31:27.739 | ++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:31:27.743 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : ROUTER_GW_IP=' 10.180.180.190 ' 2024-03-22 14:31:27.745 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:357 : die_if_not_set 357 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2024-03-22 14:31:27.747 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-03-22 14:31:27.763 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:359 : _neutron_set_router_id 2024-03-22 14:31:27.765 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:137 : [[ True == \F\a\l\s\e ]] 2024-03-22 14:31:27.767 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:245 : [[ 4 =~ .*6 ]] 2024-03-22 14:31:27.770 | + stack.sh:main:1350 : is_service_enabled nova 2024-03-22 14:31:27.785 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:31:27.787 | + stack.sh:main:1351 : echo_summary 'Starting Nova' 2024-03-22 14:31:27.789 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-22 14:31:27.791 | + stack.sh:echo_summary:470 : echo -e Starting Nova 2024-03-22 14:31:27.794 | + stack.sh:main:1352 : start_nova 2024-03-22 14:31:27.796 | + lib/nova:start_nova:1184 : start_nova_rest 2024-03-22 14:31:27.798 | + lib/nova:start_nova_rest:1093 : local old_path=/opt/stack/data/venv/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-03-22 14:31:27.801 | + lib/nova:start_nova_rest:1094 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/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-03-22 14:31:27.803 | + lib/nova:start_nova_rest:1094 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/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-03-22 14:31:27.806 | + lib/nova:start_nova_rest:1096 : local compute_cell_conf=/etc/nova/nova.conf 2024-03-22 14:31:27.809 | + lib/nova:start_nova_rest:1098 : run_process n-sch '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-03-22 14:31:27.811 | + functions-common:run_process:1654 : local service=n-sch 2024-03-22 14:31:27.813 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-03-22 14:31:27.816 | + functions-common:run_process:1656 : local group= 2024-03-22 14:31:27.818 | + functions-common:run_process:1657 : local user= 2024-03-22 14:31:27.821 | + functions-common:run_process:1658 : local env_vars= 2024-03-22 14:31:27.823 | + functions-common:run_process:1660 : local name=n-sch 2024-03-22 14:31:27.825 | + functions-common:run_process:1662 : time_start run_process 2024-03-22 14:31:27.827 | + functions-common:time_start:2386 : local name=run_process 2024-03-22 14:31:27.830 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:31:27.832 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:31:27.835 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:31:27.839 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117887836 2024-03-22 14:31:27.842 | + functions-common:run_process:1663 : is_service_enabled n-sch 2024-03-22 14:31:27.857 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:31:27.859 | + functions-common:run_process:1664 : _run_under_systemd n-sch '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' '' 2024-03-22 14:31:27.862 | + functions-common:_run_under_systemd:1611 : local service=n-sch 2024-03-22 14:31:27.864 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-03-22 14:31:27.867 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-03-22 14:31:27.869 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-03-22 14:31:27.871 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-03-22 14:31:27.873 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2024-03-22 14:31:27.875 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-03-22 14:31:27.877 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-sch.service 2024-03-22 14:31:27.879 | + functions-common:_run_under_systemd:1618 : local group= 2024-03-22 14:31:27.882 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-03-22 14:31:27.885 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-03-22 14:31:27.887 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-03-22 14:31:27.890 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-03-22 14:31:27.892 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@n-sch.service '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' stack '' 2024-03-22 14:31:27.894 | + functions-common:write_user_unit_file:1518 : local service=devstack@n-sch.service 2024-03-22 14:31:27.896 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-03-22 14:31:27.898 | + functions-common:write_user_unit_file:1520 : local group= 2024-03-22 14:31:27.900 | + functions-common:write_user_unit_file:1521 : local user=stack 2024-03-22 14:31:27.901 | + functions-common:write_user_unit_file:1522 : local env_vars= 2024-03-22 14:31:27.903 | + functions-common:write_user_unit_file:1523 : local extra= 2024-03-22 14:31:27.905 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2024-03-22 14:31:27.907 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2024-03-22 14:31:27.909 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2024-03-22 14:31:27.912 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2024-03-22 14:31:27.966 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service Environment '"PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/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-03-22 14:31:28.023 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2024-03-22 14:31:28.072 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecStart '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-03-22 14:31:28.121 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2024-03-22 14:31:28.168 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2024-03-22 14:31:28.218 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-03-22 14:31:28.264 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2024-03-22 14:31:28.266 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2024-03-22 14:31:28.268 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2024-03-22 14:31:28.326 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2024-03-22 14:31:28.661 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-sch.service 2024-03-22 14:31:28.671 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2024-03-22 14:31:28.985 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-sch.service 2024-03-22 14:31:29.041 | + functions-common:run_process:1666 : time_stop run_process 2024-03-22 14:31:29.043 | + functions-common:time_stop:2400 : local name 2024-03-22 14:31:29.045 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:31:29.047 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:31:29.049 | + functions-common:time_stop:2403 : local total 2024-03-22 14:31:29.051 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:31:29.053 | + functions-common:time_stop:2406 : name=run_process 2024-03-22 14:31:29.055 | + functions-common:time_stop:2407 : start_time=1711117887836 2024-03-22 14:31:29.057 | + functions-common:time_stop:2409 : [[ -z 1711117887836 ]] 2024-03-22 14:31:29.060 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:31:29.064 | + functions-common:time_stop:2412 : end_time=1711117889061 2024-03-22 14:31:29.066 | + functions-common:time_stop:2413 : elapsed_time=1225 2024-03-22 14:31:29.068 | + functions-common:time_stop:2414 : total=9866 2024-03-22 14:31:29.070 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:31:29.072 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11091 2024-03-22 14:31:29.074 | + lib/nova:start_nova_rest:1099 : '[' True == False ']' 2024-03-22 14:31:29.076 | ++ lib/nova:start_nova_rest:1102 : which uwsgi 2024-03-22 14:31:29.081 | + lib/nova:start_nova_rest:1102 : run_process n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-03-22 14:31:29.083 | + functions-common:run_process:1654 : local service=n-api-meta 2024-03-22 14:31:29.085 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-03-22 14:31:29.087 | + functions-common:run_process:1656 : local group= 2024-03-22 14:31:29.089 | + functions-common:run_process:1657 : local user= 2024-03-22 14:31:29.091 | + functions-common:run_process:1658 : local env_vars= 2024-03-22 14:31:29.093 | + functions-common:run_process:1660 : local name=n-api-meta 2024-03-22 14:31:29.095 | + functions-common:run_process:1662 : time_start run_process 2024-03-22 14:31:29.097 | + functions-common:time_start:2386 : local name=run_process 2024-03-22 14:31:29.099 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:31:29.101 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:31:29.103 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:31:29.107 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117889104 2024-03-22 14:31:29.109 | + functions-common:run_process:1663 : is_service_enabled n-api-meta 2024-03-22 14:31:29.123 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:31:29.125 | + functions-common:run_process:1664 : _run_under_systemd n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' '' '' 2024-03-22 14:31:29.128 | + functions-common:_run_under_systemd:1611 : local service=n-api-meta 2024-03-22 14:31:29.130 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-03-22 14:31:29.132 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-03-22 14:31:29.134 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-03-22 14:31:29.136 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-03-22 14:31:29.138 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2024-03-22 14:31:29.140 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2024-03-22 14:31:29.142 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-api-meta.service 2024-03-22 14:31:29.145 | + functions-common:_run_under_systemd:1618 : local group= 2024-03-22 14:31:29.146 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-03-22 14:31:29.149 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-03-22 14:31:29.150 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-03-22 14:31:29.152 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2024-03-22 14:31:29.154 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2024-03-22 14:31:29.156 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' 2024-03-22 14:31:29.158 | + functions-common:_run_under_systemd:1628 : 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 --venv /opt/stack/data/venv' '' stack '' 2024-03-22 14:31:29.160 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@n-api-meta.service 2024-03-22 14:31:29.162 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini --venv /opt/stack/data/venv' 2024-03-22 14:31:29.164 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2024-03-22 14:31:29.166 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2024-03-22 14:31:29.168 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2024-03-22 14:31:29.170 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2024-03-22 14:31:29.172 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2024-03-22 14:31:29.175 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Unit Description 'Devstack devstack@n-api-meta.service' 2024-03-22 14:31:29.228 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Environment '"PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/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-03-22 14:31:29.316 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service SyslogIdentifier devstack@n-api-meta.service 2024-03-22 14:31:29.366 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2024-03-22 14:31:29.416 | + functions-common:write_uwsgi_user_unit_file:1562 : 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 --venv /opt/stack/data/venv' 2024-03-22 14:31:29.463 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-03-22 14:31:29.508 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2024-03-22 14:31:29.551 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2024-03-22 14:31:29.596 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2024-03-22 14:31:29.639 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2024-03-22 14:31:29.682 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2024-03-22 14:31:29.725 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2024-03-22 14:31:29.727 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2024-03-22 14:31:29.728 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2024-03-22 14:31:29.777 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2024-03-22 14:31:30.122 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-api-meta.service 2024-03-22 14:31:30.132 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2024-03-22 14:31:30.442 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-api-meta.service 2024-03-22 14:31:30.534 | + functions-common:run_process:1666 : time_stop run_process 2024-03-22 14:31:30.536 | + functions-common:time_stop:2400 : local name 2024-03-22 14:31:30.538 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:31:30.540 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:31:30.542 | + functions-common:time_stop:2403 : local total 2024-03-22 14:31:30.544 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:31:30.546 | + functions-common:time_stop:2406 : name=run_process 2024-03-22 14:31:30.548 | + functions-common:time_stop:2407 : start_time=1711117889104 2024-03-22 14:31:30.550 | + functions-common:time_stop:2409 : [[ -z 1711117889104 ]] 2024-03-22 14:31:30.553 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:31:30.556 | + functions-common:time_stop:2412 : end_time=1711117890554 2024-03-22 14:31:30.558 | + functions-common:time_stop:2413 : elapsed_time=1450 2024-03-22 14:31:30.561 | + functions-common:time_stop:2414 : total=11091 2024-03-22 14:31:30.563 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:31:30.564 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=12541 2024-03-22 14:31:30.567 | + lib/nova:start_nova_rest:1105 : export PATH=/opt/stack/data/venv/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-03-22 14:31:30.569 | + lib/nova:start_nova_rest:1105 : PATH=/opt/stack/data/venv/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-03-22 14:31:30.571 | + lib/nova:start_nova:1185 : start_nova_console_proxies 2024-03-22 14:31:30.573 | + lib/nova:start_nova_console_proxies:1120 : local old_path=/opt/stack/data/venv/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-03-22 14:31:30.575 | + lib/nova:start_nova_console_proxies:1122 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/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-03-22 14:31:30.577 | + lib/nova:start_nova_console_proxies:1122 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/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-03-22 14:31:30.579 | + lib/nova:start_nova_console_proxies:1124 : local api_cell_conf=/etc/nova/nova.conf 2024-03-22 14:31:30.581 | + lib/nova:start_nova_console_proxies:1126 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-03-22 14:31:30.583 | + lib/nova:start_nova_console_proxies:1127 : run_process n-novnc '/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2024-03-22 14:31:30.585 | + functions-common:run_process:1654 : local service=n-novnc 2024-03-22 14:31:30.587 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2024-03-22 14:31:30.589 | + functions-common:run_process:1656 : local group= 2024-03-22 14:31:30.591 | + functions-common:run_process:1657 : local user= 2024-03-22 14:31:30.592 | + functions-common:run_process:1658 : local env_vars= 2024-03-22 14:31:30.594 | + functions-common:run_process:1660 : local name=n-novnc 2024-03-22 14:31:30.596 | + functions-common:run_process:1662 : time_start run_process 2024-03-22 14:31:30.598 | + functions-common:time_start:2386 : local name=run_process 2024-03-22 14:31:30.600 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:31:30.602 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:31:30.604 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:31:30.608 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117890606 2024-03-22 14:31:30.610 | + functions-common:run_process:1663 : is_service_enabled n-novnc 2024-03-22 14:31:30.624 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:31:30.626 | + functions-common:run_process:1666 : time_stop run_process 2024-03-22 14:31:30.628 | + functions-common:time_stop:2400 : local name 2024-03-22 14:31:30.631 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:31:30.633 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:31:30.635 | + functions-common:time_stop:2403 : local total 2024-03-22 14:31:30.637 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:31:30.639 | + functions-common:time_stop:2406 : name=run_process 2024-03-22 14:31:30.643 | + functions-common:time_stop:2407 : start_time=1711117890606 2024-03-22 14:31:30.645 | + functions-common:time_stop:2409 : [[ -z 1711117890606 ]] 2024-03-22 14:31:30.648 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:31:30.652 | + functions-common:time_stop:2412 : end_time=1711117890649 2024-03-22 14:31:30.654 | + functions-common:time_stop:2413 : elapsed_time=43 2024-03-22 14:31:30.657 | + functions-common:time_stop:2414 : total=12541 2024-03-22 14:31:30.659 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:31:30.662 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=12584 2024-03-22 14:31:30.665 | + lib/nova:start_nova_console_proxies:1128 : run_process n-spice '/opt/stack/data/venv/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2024-03-22 14:31:30.667 | + functions-common:run_process:1654 : local service=n-spice 2024-03-22 14:31:30.670 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2024-03-22 14:31:30.672 | + functions-common:run_process:1656 : local group= 2024-03-22 14:31:30.675 | + functions-common:run_process:1657 : local user= 2024-03-22 14:31:30.678 | + functions-common:run_process:1658 : local env_vars= 2024-03-22 14:31:30.681 | + functions-common:run_process:1660 : local name=n-spice 2024-03-22 14:31:30.683 | + functions-common:run_process:1662 : time_start run_process 2024-03-22 14:31:30.686 | + functions-common:time_start:2386 : local name=run_process 2024-03-22 14:31:30.691 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:31:30.693 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:31:30.699 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:31:30.702 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117890699 2024-03-22 14:31:30.706 | + functions-common:run_process:1663 : is_service_enabled n-spice 2024-03-22 14:31:30.726 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:31:30.729 | + functions-common:run_process:1666 : time_stop run_process 2024-03-22 14:31:30.731 | + functions-common:time_stop:2400 : local name 2024-03-22 14:31:30.733 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:31:30.735 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:31:30.737 | + functions-common:time_stop:2403 : local total 2024-03-22 14:31:30.740 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:31:30.742 | + functions-common:time_stop:2406 : name=run_process 2024-03-22 14:31:30.744 | + functions-common:time_stop:2407 : start_time=1711117890699 2024-03-22 14:31:30.746 | + functions-common:time_stop:2409 : [[ -z 1711117890699 ]] 2024-03-22 14:31:30.749 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:31:30.753 | + functions-common:time_stop:2412 : end_time=1711117890750 2024-03-22 14:31:30.755 | + functions-common:time_stop:2413 : elapsed_time=51 2024-03-22 14:31:30.757 | + functions-common:time_stop:2414 : total=12584 2024-03-22 14:31:30.759 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:31:30.761 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=12635 2024-03-22 14:31:30.763 | + lib/nova:start_nova_console_proxies:1129 : run_process n-sproxy '/opt/stack/data/venv/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2024-03-22 14:31:30.766 | + functions-common:run_process:1654 : local service=n-sproxy 2024-03-22 14:31:30.768 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2024-03-22 14:31:30.770 | + functions-common:run_process:1656 : local group= 2024-03-22 14:31:30.772 | + functions-common:run_process:1657 : local user= 2024-03-22 14:31:30.774 | + functions-common:run_process:1658 : local env_vars= 2024-03-22 14:31:30.777 | + functions-common:run_process:1660 : local name=n-sproxy 2024-03-22 14:31:30.779 | + functions-common:run_process:1662 : time_start run_process 2024-03-22 14:31:30.781 | + functions-common:time_start:2386 : local name=run_process 2024-03-22 14:31:30.783 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:31:30.785 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:31:30.787 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:31:30.791 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117890788 2024-03-22 14:31:30.794 | + functions-common:run_process:1663 : is_service_enabled n-sproxy 2024-03-22 14:31:30.807 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:31:30.809 | + functions-common:run_process:1666 : time_stop run_process 2024-03-22 14:31:30.811 | + functions-common:time_stop:2400 : local name 2024-03-22 14:31:30.814 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:31:30.816 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:31:30.818 | + functions-common:time_stop:2403 : local total 2024-03-22 14:31:30.820 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:31:30.822 | + functions-common:time_stop:2406 : name=run_process 2024-03-22 14:31:30.824 | + functions-common:time_stop:2407 : start_time=1711117890788 2024-03-22 14:31:30.826 | + functions-common:time_stop:2409 : [[ -z 1711117890788 ]] 2024-03-22 14:31:30.828 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:31:30.832 | + functions-common:time_stop:2412 : end_time=1711117890830 2024-03-22 14:31:30.834 | + functions-common:time_stop:2413 : elapsed_time=42 2024-03-22 14:31:30.836 | + functions-common:time_stop:2414 : total=12635 2024-03-22 14:31:30.838 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:31:30.840 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=12677 2024-03-22 14:31:30.842 | + lib/nova:start_nova_console_proxies:1141 : export PATH=/opt/stack/data/venv/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-03-22 14:31:30.845 | + lib/nova:start_nova_console_proxies:1141 : PATH=/opt/stack/data/venv/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-03-22 14:31:30.847 | + lib/nova:start_nova:1186 : start_nova_conductor 2024-03-22 14:31:30.849 | + lib/nova:start_nova_conductor:1154 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-03-22 14:31:30.851 | + lib/nova:start_nova_conductor:1155 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2024-03-22 14:31:30.851 | Starting nova-conductor in a cellsv1-compatible way 2024-03-22 14:31:30.853 | + lib/nova:start_nova_conductor:1156 : run_process n-cond '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-03-22 14:31:30.855 | + functions-common:run_process:1654 : local service=n-cond 2024-03-22 14:31:30.857 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-03-22 14:31:30.859 | + functions-common:run_process:1656 : local group= 2024-03-22 14:31:30.861 | + functions-common:run_process:1657 : local user= 2024-03-22 14:31:30.863 | + functions-common:run_process:1658 : local env_vars= 2024-03-22 14:31:30.865 | + functions-common:run_process:1660 : local name=n-cond 2024-03-22 14:31:30.867 | + functions-common:run_process:1662 : time_start run_process 2024-03-22 14:31:30.869 | + functions-common:time_start:2386 : local name=run_process 2024-03-22 14:31:30.871 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:31:30.873 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:31:30.875 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:31:30.879 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117890876 2024-03-22 14:31:30.881 | + functions-common:run_process:1663 : is_service_enabled n-cond 2024-03-22 14:31:30.894 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:31:30.896 | + functions-common:run_process:1664 : _run_under_systemd n-cond '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' '' 2024-03-22 14:31:30.899 | + functions-common:_run_under_systemd:1611 : local service=n-cond 2024-03-22 14:31:30.901 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-03-22 14:31:30.903 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-03-22 14:31:30.905 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-03-22 14:31:30.907 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-03-22 14:31:30.909 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2024-03-22 14:31:30.911 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-03-22 14:31:30.913 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-cond.service 2024-03-22 14:31:30.915 | + functions-common:_run_under_systemd:1618 : local group= 2024-03-22 14:31:30.917 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-03-22 14:31:30.919 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-03-22 14:31:30.922 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-03-22 14:31:30.924 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-03-22 14:31:30.926 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@n-cond.service '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' '' stack '' 2024-03-22 14:31:30.928 | + functions-common:write_user_unit_file:1518 : local service=devstack@n-cond.service 2024-03-22 14:31:30.930 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-03-22 14:31:30.932 | + functions-common:write_user_unit_file:1520 : local group= 2024-03-22 14:31:30.933 | + functions-common:write_user_unit_file:1521 : local user=stack 2024-03-22 14:31:30.935 | + functions-common:write_user_unit_file:1522 : local env_vars= 2024-03-22 14:31:30.937 | + functions-common:write_user_unit_file:1523 : local extra= 2024-03-22 14:31:30.939 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2024-03-22 14:31:30.941 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2024-03-22 14:31:30.943 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2024-03-22 14:31:30.946 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Unit Description 'Devstack devstack@n-cond.service' 2024-03-22 14:31:31.002 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service Environment '"PATH=/opt/stack/data/venv/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-03-22 14:31:31.052 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2024-03-22 14:31:31.095 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecStart '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-03-22 14:31:31.137 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2024-03-22 14:31:31.179 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2024-03-22 14:31:31.221 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-03-22 14:31:31.264 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2024-03-22 14:31:31.265 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2024-03-22 14:31:31.267 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2024-03-22 14:31:31.318 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2024-03-22 14:31:31.636 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-cond.service 2024-03-22 14:31:31.646 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2024-03-22 14:31:31.979 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-cond.service 2024-03-22 14:31:32.028 | + functions-common:run_process:1666 : time_stop run_process 2024-03-22 14:31:32.030 | + functions-common:time_stop:2400 : local name 2024-03-22 14:31:32.033 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:31:32.035 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:31:32.037 | + functions-common:time_stop:2403 : local total 2024-03-22 14:31:32.039 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:31:32.041 | + functions-common:time_stop:2406 : name=run_process 2024-03-22 14:31:32.043 | + functions-common:time_stop:2407 : start_time=1711117890876 2024-03-22 14:31:32.045 | + functions-common:time_stop:2409 : [[ -z 1711117890876 ]] 2024-03-22 14:31:32.047 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:31:32.051 | + functions-common:time_stop:2412 : end_time=1711117892049 2024-03-22 14:31:32.053 | + functions-common:time_stop:2413 : elapsed_time=1173 2024-03-22 14:31:32.055 | + functions-common:time_stop:2414 : total=12677 2024-03-22 14:31:32.057 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:31:32.059 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13850 2024-03-22 14:31:32.061 | + lib/nova:start_nova_conductor:1157 : return 2024-03-22 14:31:32.063 | + lib/nova:start_nova:1187 : start_nova_compute 2024-03-22 14:31:32.065 | + lib/nova:start_nova_compute:1014 : local old_path=/opt/stack/data/venv/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-03-22 14:31:32.067 | + lib/nova:start_nova_compute:1015 : export PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/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-03-22 14:31:32.069 | + lib/nova:start_nova_compute:1015 : PATH=/opt/stack/data/venv/bin:/opt/stack/data/venv/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-03-22 14:31:32.071 | + lib/nova:start_nova_compute:1017 : local compute_cell_conf=/etc/nova/nova.conf 2024-03-22 14:31:32.073 | + lib/nova:start_nova_compute:1020 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2024-03-22 14:31:32.076 | + lib/nova:start_nova_compute:1022 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-03-22 14:31:32.078 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-03-22 14:31:32.080 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-03-22 14:31:32.082 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2024-03-22 14:31:32.084 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-03-22 14:31:32.087 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2024-03-22 14:31:32.089 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2024-03-22 14:31:32.091 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2024-03-22 14:31:32.093 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2024-03-22 14:31:32.096 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-03-22 14:31:32.097 | + inc/meta-config:merge_config_file:164 : read a 2024-03-22 14:31:32.098 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2024-03-22 14:31:32.098 | BEGIN { 2024-03-22 14:31:32.098 | section = "" 2024-03-22 14:31:32.098 | last_section = "" 2024-03-22 14:31:32.098 | section_count = 0 2024-03-22 14:31:32.098 | } 2024-03-22 14:31:32.098 | /^\[.+\]/ { 2024-03-22 14:31:32.098 | gsub("[][]", "", $1); 2024-03-22 14:31:32.098 | section=$1 2024-03-22 14:31:32.098 | next 2024-03-22 14:31:32.098 | } 2024-03-22 14:31:32.098 | /^ *\#/ { 2024-03-22 14:31:32.098 | next 2024-03-22 14:31:32.098 | } 2024-03-22 14:31:32.098 | /^[^ \t]+/ { 2024-03-22 14:31:32.098 | # get offset of first = in $0 2024-03-22 14:31:32.098 | eq_idx = index($0, "=") 2024-03-22 14:31:32.098 | # extract attr & value from $0 2024-03-22 14:31:32.098 | attr = substr($0, 1, eq_idx - 1) 2024-03-22 14:31:32.098 | value = substr($0, eq_idx + 1) 2024-03-22 14:31:32.098 | # only need to strip trailing whitespace from attr 2024-03-22 14:31:32.098 | sub(/[ \t]*$/, "", attr) 2024-03-22 14:31:32.098 | # need to strip leading & trailing whitespace from value 2024-03-22 14:31:32.098 | sub(/^[ \t]*/, "", value) 2024-03-22 14:31:32.098 | sub(/[ \t]*$/, "", value) 2024-03-22 14:31:32.098 | 2024-03-22 14:31:32.098 | # cfg_attr_count: number of config lines per [section, attr] 2024-03-22 14:31:32.098 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-03-22 14:31:32.098 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-03-22 14:31:32.098 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-03-22 14:31:32.098 | if (! (section, attr) in cfg_attr_count) { 2024-03-22 14:31:32.098 | if (section != last_section) { 2024-03-22 14:31:32.098 | cfg_section[section_count++] = section 2024-03-22 14:31:32.098 | last_section = section 2024-03-22 14:31:32.098 | } 2024-03-22 14:31:32.098 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-03-22 14:31:32.098 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-03-22 14:31:32.098 | 2024-03-22 14:31:32.098 | cfg_attr[section, attr, 0] = value 2024-03-22 14:31:32.098 | cfg_attr_count[section, attr] = 1 2024-03-22 14:31:32.098 | } else { 2024-03-22 14:31:32.098 | lno = cfg_attr_count[section, attr]++ 2024-03-22 14:31:32.098 | cfg_attr[section, attr, lno] = value 2024-03-22 14:31:32.098 | } 2024-03-22 14:31:32.098 | } 2024-03-22 14:31:32.098 | END { 2024-03-22 14:31:32.098 | # Process each section in order 2024-03-22 14:31:32.098 | for (sno = 0; sno < section_count; sno++) { 2024-03-22 14:31:32.098 | section = cfg_section[sno] 2024-03-22 14:31:32.098 | # The ini routines simply append a config item immediately 2024-03-22 14:31:32.098 | # after the section header. To keep the same order as defined 2024-03-22 14:31:32.098 | # in local.conf, invoke the ini routines in the reverse order 2024-03-22 14:31:32.098 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-03-22 14:31:32.098 | attr = cfg_sec_attr_name[sno, attr_no] 2024-03-22 14:31:32.098 | if (cfg_attr_count[section, attr] == 1) 2024-03-22 14:31:32.098 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-03-22 14:31:32.098 | else { 2024-03-22 14:31:32.098 | # For multiline, invoke the ini routines in the reverse order 2024-03-22 14:31:32.098 | count = cfg_attr_count[section, attr] 2024-03-22 14:31:32.098 | print "inidelete " configfile " " section " " attr 2024-03-22 14:31:32.098 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-03-22 14:31:32.098 | for (l = count -2; l >= 0; l--) 2024-03-22 14:31:32.098 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-03-22 14:31:32.098 | } 2024-03-22 14:31:32.098 | } 2024-03-22 14:31:32.098 | } 2024-03-22 14:31:32.098 | } 2024-03-22 14:31:32.098 | ' 2024-03-22 14:31:32.098 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-03-22 14:31:32.099 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-03-22 14:31:32.101 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-03-22 14:31:32.103 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2024-03-22 14:31:32.104 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-22 14:31:32.106 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2024-03-22 14:31:32.108 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2024-03-22 14:31:32.108 | BEGIN { group = "" } 2024-03-22 14:31:32.108 | /^\[\[.+\|.*\]\]/ { 2024-03-22 14:31:32.108 | gsub("[][]", "", $1); 2024-03-22 14:31:32.108 | split($1, a, "|"); 2024-03-22 14:31:32.108 | if (a[1] == matchgroup && a[2] == configfile) { 2024-03-22 14:31:32.108 | group=a[1] 2024-03-22 14:31:32.108 | } else { 2024-03-22 14:31:32.108 | group="" 2024-03-22 14:31:32.108 | } 2024-03-22 14:31:32.108 | next 2024-03-22 14:31:32.108 | } 2024-03-22 14:31:32.109 | { 2024-03-22 14:31:32.109 | if (group != "") 2024-03-22 14:31:32.109 | print $0 2024-03-22 14:31:32.109 | } 2024-03-22 14:31:32.109 | ' /opt/stack/devstack/local.conf 2024-03-22 14:31:32.114 | + lib/nova:start_nova_compute:1024 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-03-22 14:31:32.116 | + lib/nova:start_nova_compute:1027 : echo 'Skipping multi-cell conductor fleet setup' 2024-03-22 14:31:32.116 | Skipping multi-cell conductor fleet setup 2024-03-22 14:31:32.118 | + lib/nova:start_nova_compute:1039 : inidelete /etc/nova/nova-cpu.conf database connection 2024-03-22 14:31:32.134 | + lib/nova:start_nova_compute:1040 : inidelete /etc/nova/nova-cpu.conf api_database connection 2024-03-22 14:31:32.152 | + lib/nova:start_nova_compute:1045 : configure_console_compute 2024-03-22 14:31:32.154 | + lib/nova:configure_console_compute:672 : local offset 2024-03-22 14:31:32.156 | + lib/nova:configure_console_compute:673 : offset=0 2024-03-22 14:31:32.158 | + lib/nova:configure_console_compute:677 : local default_proxyclient_addr 2024-03-22 14:31:32.161 | ++ lib/nova:configure_console_compute:678 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2024-03-22 14:31:32.180 | + lib/nova:configure_console_compute:678 : default_proxyclient_addr=10.180.1.21 2024-03-22 14:31:32.182 | + lib/nova:configure_console_compute:682 : is_service_enabled n-cpu 2024-03-22 14:31:32.196 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:31:32.198 | + lib/nova:configure_console_compute:698 : is_service_enabled n-novnc 2024-03-22 14:31:32.211 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:31:32.213 | + lib/nova:configure_console_compute:698 : '[' False '!=' False ']' 2024-03-22 14:31:32.215 | + lib/nova:configure_console_compute:706 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2024-03-22 14:31:32.241 | + lib/nova:configure_console_compute:709 : is_service_enabled n-spice 2024-03-22 14:31:32.254 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:31:32.256 | + lib/nova:configure_console_compute:719 : is_service_enabled n-sproxy 2024-03-22 14:31:32.269 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:31:32.271 | + lib/nova:start_nova_compute:1049 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2024-03-22 14:31:32.296 | + lib/nova:start_nova_compute:1052 : '[' -n '' ']' 2024-03-22 14:31:32.298 | + lib/nova:start_nova_compute:1057 : [[ vsphere == \l\i\b\v\i\r\t ]] 2024-03-22 14:31:32.300 | + lib/nova:start_nova_compute:1061 : [[ vsphere = \l\i\b\v\i\r\t ]] 2024-03-22 14:31:32.302 | + lib/nova:start_nova_compute:1066 : [[ vsphere = \l\x\d ]] 2024-03-22 14:31:32.303 | + lib/nova:start_nova_compute:1068 : [[ vsphere = \d\o\c\k\e\r ]] 2024-03-22 14:31:32.305 | + lib/nova:start_nova_compute:1068 : [[ vsphere = \z\u\n ]] 2024-03-22 14:31:32.308 | + lib/nova:start_nova_compute:1070 : [[ vsphere = \f\a\k\e ]] 2024-03-22 14:31:32.310 | + lib/nova:start_nova_compute:1081 : is_service_enabled n-cpu 2024-03-22 14:31:32.324 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:31:32.326 | + lib/nova:start_nova_compute:1084 : run_process n-cpu '/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2024-03-22 14:31:32.328 | + functions-common:run_process:1654 : local service=n-cpu 2024-03-22 14:31:32.330 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2024-03-22 14:31:32.332 | + functions-common:run_process:1656 : local group= 2024-03-22 14:31:32.334 | + functions-common:run_process:1657 : local user= 2024-03-22 14:31:32.336 | + functions-common:run_process:1658 : local env_vars= 2024-03-22 14:31:32.338 | + functions-common:run_process:1660 : local name=n-cpu 2024-03-22 14:31:32.339 | + functions-common:run_process:1662 : time_start run_process 2024-03-22 14:31:32.342 | + functions-common:time_start:2386 : local name=run_process 2024-03-22 14:31:32.344 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:31:32.346 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:31:32.348 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:31:32.352 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117892350 2024-03-22 14:31:32.354 | + functions-common:run_process:1663 : is_service_enabled n-cpu 2024-03-22 14:31:32.368 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:31:32.370 | + functions-common:run_process:1666 : time_stop run_process 2024-03-22 14:31:32.372 | + functions-common:time_stop:2400 : local name 2024-03-22 14:31:32.374 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:31:32.376 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:31:32.378 | + functions-common:time_stop:2403 : local total 2024-03-22 14:31:32.380 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:31:32.382 | + functions-common:time_stop:2406 : name=run_process 2024-03-22 14:31:32.384 | + functions-common:time_stop:2407 : start_time=1711117892350 2024-03-22 14:31:32.386 | + functions-common:time_stop:2409 : [[ -z 1711117892350 ]] 2024-03-22 14:31:32.388 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:31:32.392 | + functions-common:time_stop:2412 : end_time=1711117892390 2024-03-22 14:31:32.394 | + functions-common:time_stop:2413 : elapsed_time=40 2024-03-22 14:31:32.396 | + functions-common:time_stop:2414 : total=13850 2024-03-22 14:31:32.398 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:31:32.400 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13890 2024-03-22 14:31:32.403 | + lib/nova:start_nova_compute:1087 : export PATH=/opt/stack/data/venv/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-03-22 14:31:32.405 | + lib/nova:start_nova_compute:1087 : PATH=/opt/stack/data/venv/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-03-22 14:31:32.407 | + lib/nova:start_nova:1188 : is_service_enabled n-api 2024-03-22 14:31:32.422 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:31:32.424 | + lib/nova:start_nova:1190 : echo 'Dumping cells_v2 mapping' 2024-03-22 14:31:32.424 | Dumping cells_v2 mapping 2024-03-22 14:31:32.426 | + lib/nova:start_nova:1191 : /opt/stack/data/venv/bin/nova-manage cell_v2 list_cells --verbose 2024-03-22 14:31:32.879 | 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-03-22 14:31:34.092 | INFO dbcounter [None req-8fd8c6c6-956a-461d-9020-c7d314fa7cf8 None None] Registered counter for database nova_api 2024-03-22 14:31:34.104 | DEBUG dbcounter [-] [54766] Writer thread running {{(pid=54766) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-22 14:31:34.127 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2024-03-22 14:31:34.127 | | Name | UUID | Transport URL | Database Connection | Disabled | 2024-03-22 14:31:34.127 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2024-03-22 14:31:34.127 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter | False | 2024-03-22 14:31:34.127 | | cell1 | 4ae1e547-2410-483f-b99e-767ca644ca32 | rabbit://stackrabbit:stackdb@10.180.1.21:5672/ | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter | False | 2024-03-22 14:31:34.127 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2024-03-22 14:31:34.453 | + stack.sh:main:1353 : async_runfunc create_flavors 2024-03-22 14:31:34.455 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2024-03-22 14:31:34.503 | + inc/async:async_inner:63 : create_flavors 2024-03-22 14:31:34.534 | [4710 Async create_flavors:54825]: running: create_flavors 2024-03-22 14:31:34.537 | + stack.sh:main:1355 : is_service_enabled cinder 2024-03-22 14:31:34.551 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:31:34.553 | + stack.sh:main:1356 : echo_summary 'Starting Cinder' 2024-03-22 14:31:34.555 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-22 14:31:34.557 | + stack.sh:echo_summary:470 : echo -e Starting Cinder 2024-03-22 14:31:34.559 | + stack.sh:main:1357 : start_cinder 2024-03-22 14:31:34.561 | + lib/cinder:start_cinder:595 : local service_port=8776 2024-03-22 14:31:34.563 | + lib/cinder:start_cinder:596 : local service_protocol=http 2024-03-22 14:31:34.565 | + lib/cinder:start_cinder:597 : local cinder_url 2024-03-22 14:31:34.567 | + lib/cinder:start_cinder:598 : is_service_enabled tls-proxy 2024-03-22 14:31:34.580 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:31:34.582 | + lib/cinder:start_cinder:602 : '[' lioadm = tgtadm ']' 2024-03-22 14:31:34.585 | + lib/cinder:start_cinder:617 : [[ 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-03-22 14:31:34.587 | + lib/cinder:start_cinder:618 : '[' True == False ']' 2024-03-22 14:31:34.590 | ++ lib/cinder:start_cinder:626 : which uwsgi 2024-03-22 14:31:34.593 | + lib/cinder:start_cinder:626 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-03-22 14:31:34.595 | + functions-common:run_process:1654 : local service=c-api 2024-03-22 14:31:34.597 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-03-22 14:31:34.599 | + functions-common:run_process:1656 : local group= 2024-03-22 14:31:34.601 | + functions-common:run_process:1657 : local user= 2024-03-22 14:31:34.603 | + functions-common:run_process:1658 : local env_vars= 2024-03-22 14:31:34.605 | + functions-common:run_process:1660 : local name=c-api 2024-03-22 14:31:34.607 | + functions-common:run_process:1662 : time_start run_process 2024-03-22 14:31:34.610 | + functions-common:time_start:2386 : local name=run_process 2024-03-22 14:31:34.611 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:31:34.613 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:31:34.616 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:31:34.619 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117894617 2024-03-22 14:31:34.621 | + functions-common:run_process:1663 : is_service_enabled c-api 2024-03-22 14:31:34.634 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:31:34.636 | + functions-common:run_process:1664 : _run_under_systemd c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' '' '' 2024-03-22 14:31:34.638 | + functions-common:_run_under_systemd:1611 : local service=c-api 2024-03-22 14:31:34.640 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-03-22 14:31:34.642 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-03-22 14:31:34.644 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-03-22 14:31:34.646 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-03-22 14:31:34.648 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2024-03-22 14:31:34.650 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2024-03-22 14:31:34.652 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-api.service 2024-03-22 14:31:34.654 | + functions-common:_run_under_systemd:1618 : local group= 2024-03-22 14:31:34.657 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-03-22 14:31:34.659 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-03-22 14:31:34.661 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-03-22 14:31:34.663 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2024-03-22 14:31:34.665 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2024-03-22 14:31:34.667 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' 2024-03-22 14:31:34.669 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@c-api.service '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2024-03-22 14:31:34.671 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@c-api.service 2024-03-22 14:31:34.673 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini --venv /opt/stack/data/venv' 2024-03-22 14:31:34.674 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2024-03-22 14:31:34.676 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2024-03-22 14:31:34.678 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2024-03-22 14:31:34.680 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@c-api.service 2024-03-22 14:31:34.682 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2024-03-22 14:31:34.685 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@c-api.service Unit Description 'Devstack devstack@c-api.service' 2024-03-22 14:31:34.735 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Environment '"PATH=/opt/stack/data/venv/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-03-22 14:31:34.786 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2024-03-22 14:31:34.827 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2024-03-22 14:31:34.869 | + functions-common:write_uwsgi_user_unit_file:1562 : 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 --venv /opt/stack/data/venv' 2024-03-22 14:31:34.912 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-03-22 14:31:34.955 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2024-03-22 14:31:34.997 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2024-03-22 14:31:35.038 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2024-03-22 14:31:35.080 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2024-03-22 14:31:35.122 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2024-03-22 14:31:35.163 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2024-03-22 14:31:35.165 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2024-03-22 14:31:35.166 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2024-03-22 14:31:35.216 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2024-03-22 14:31:35.547 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-api.service 2024-03-22 14:31:35.557 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2024-03-22 14:31:35.897 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-api.service 2024-03-22 14:31:35.973 | + functions-common:run_process:1666 : time_stop run_process 2024-03-22 14:31:35.975 | + functions-common:time_stop:2400 : local name 2024-03-22 14:31:35.977 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:31:35.979 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:31:35.981 | + functions-common:time_stop:2403 : local total 2024-03-22 14:31:35.983 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:31:35.985 | + functions-common:time_stop:2406 : name=run_process 2024-03-22 14:31:35.987 | + functions-common:time_stop:2407 : start_time=1711117894617 2024-03-22 14:31:35.989 | + functions-common:time_stop:2409 : [[ -z 1711117894617 ]] 2024-03-22 14:31:35.991 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:31:35.995 | + functions-common:time_stop:2412 : end_time=1711117895993 2024-03-22 14:31:35.997 | + functions-common:time_stop:2413 : elapsed_time=1376 2024-03-22 14:31:35.999 | + functions-common:time_stop:2414 : total=13890 2024-03-22 14:31:36.001 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:31:36.003 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=15266 2024-03-22 14:31:36.005 | + lib/cinder:start_cinder:627 : cinder_url=http://10.180.1.21/volume/v3 2024-03-22 14:31:36.007 | + lib/cinder:start_cinder:631 : echo 'Waiting for Cinder API to start...' 2024-03-22 14:31:36.007 | Waiting for Cinder API to start... 2024-03-22 14:31:36.008 | + lib/cinder:start_cinder:632 : wait_for_service 60 http://10.180.1.21/volume/v3 2024-03-22 14:31:36.010 | + functions:wait_for_service:468 : local timeout=60 2024-03-22 14:31:36.012 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2024-03-22 14:31:36.014 | + functions:wait_for_service:470 : local rval=0 2024-03-22 14:31:36.016 | + functions:wait_for_service:471 : time_start wait_for_service 2024-03-22 14:31:36.018 | + functions-common:time_start:2386 : local name=wait_for_service 2024-03-22 14:31:36.020 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:31:36.022 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:31:36.024 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:31:36.028 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117896026 2024-03-22 14:31:36.030 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-03-22 14:31:36.034 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2024-03-22 14:31:37.937 | + :: : [[ 401 == 503 ]] 2024-03-22 14:31:37.938 | + :: : [[ 0 -eq 7 ]] 2024-03-22 14:31:37.940 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-03-22 14:31:37.943 | + functions-common:time_stop:2400 : local name 2024-03-22 14:31:37.945 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:31:37.947 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:31:37.949 | + functions-common:time_stop:2403 : local total 2024-03-22 14:31:37.951 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:31:37.953 | + functions-common:time_stop:2406 : name=wait_for_service 2024-03-22 14:31:37.955 | + functions-common:time_stop:2407 : start_time=1711117896026 2024-03-22 14:31:37.957 | + functions-common:time_stop:2409 : [[ -z 1711117896026 ]] 2024-03-22 14:31:37.959 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:31:37.964 | + functions-common:time_stop:2412 : end_time=1711117897961 2024-03-22 14:31:37.965 | + functions-common:time_stop:2413 : elapsed_time=1935 2024-03-22 14:31:37.967 | + functions-common:time_stop:2414 : total=6080 2024-03-22 14:31:37.969 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:31:37.971 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8015 2024-03-22 14:31:37.973 | + functions:wait_for_service:478 : return 0 2024-03-22 14:31:37.975 | + lib/cinder:start_cinder:636 : run_process c-sch '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-03-22 14:31:37.977 | + functions-common:run_process:1654 : local service=c-sch 2024-03-22 14:31:37.979 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-03-22 14:31:37.981 | + functions-common:run_process:1656 : local group= 2024-03-22 14:31:37.983 | + functions-common:run_process:1657 : local user= 2024-03-22 14:31:37.985 | + functions-common:run_process:1658 : local env_vars= 2024-03-22 14:31:37.987 | + functions-common:run_process:1660 : local name=c-sch 2024-03-22 14:31:37.989 | + functions-common:run_process:1662 : time_start run_process 2024-03-22 14:31:37.991 | + functions-common:time_start:2386 : local name=run_process 2024-03-22 14:31:37.993 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:31:37.996 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:31:37.999 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:31:38.002 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117898000 2024-03-22 14:31:38.004 | + functions-common:run_process:1663 : is_service_enabled c-sch 2024-03-22 14:31:38.018 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:31:38.020 | + functions-common:run_process:1664 : _run_under_systemd c-sch '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' '' 2024-03-22 14:31:38.022 | + functions-common:_run_under_systemd:1611 : local service=c-sch 2024-03-22 14:31:38.024 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-03-22 14:31:38.026 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-03-22 14:31:38.028 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-03-22 14:31:38.031 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-03-22 14:31:38.033 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-03-22 14:31:38.035 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-03-22 14:31:38.037 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-sch.service 2024-03-22 14:31:38.039 | + functions-common:_run_under_systemd:1618 : local group= 2024-03-22 14:31:38.041 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-03-22 14:31:38.043 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-03-22 14:31:38.045 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-03-22 14:31:38.048 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-03-22 14:31:38.050 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@c-sch.service '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' stack '' 2024-03-22 14:31:38.052 | + functions-common:write_user_unit_file:1518 : local service=devstack@c-sch.service 2024-03-22 14:31:38.054 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-03-22 14:31:38.056 | + functions-common:write_user_unit_file:1520 : local group= 2024-03-22 14:31:38.058 | + functions-common:write_user_unit_file:1521 : local user=stack 2024-03-22 14:31:38.060 | + functions-common:write_user_unit_file:1522 : local env_vars= 2024-03-22 14:31:38.062 | + functions-common:write_user_unit_file:1523 : local extra= 2024-03-22 14:31:38.064 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2024-03-22 14:31:38.066 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2024-03-22 14:31:38.068 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2024-03-22 14:31:38.071 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2024-03-22 14:31:38.125 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service Environment '"PATH=/opt/stack/data/venv/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-03-22 14:31:38.177 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2024-03-22 14:31:38.219 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecStart '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-03-22 14:31:38.263 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2024-03-22 14:31:38.308 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2024-03-22 14:31:38.355 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-03-22 14:31:38.400 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2024-03-22 14:31:38.402 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2024-03-22 14:31:38.404 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2024-03-22 14:31:38.458 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2024-03-22 14:31:38.793 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-sch.service 2024-03-22 14:31:38.803 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2024-03-22 14:31:39.113 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-sch.service 2024-03-22 14:31:39.144 | + functions-common:run_process:1666 : time_stop run_process 2024-03-22 14:31:39.146 | + functions-common:time_stop:2400 : local name 2024-03-22 14:31:39.148 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:31:39.150 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:31:39.152 | + functions-common:time_stop:2403 : local total 2024-03-22 14:31:39.154 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:31:39.156 | + functions-common:time_stop:2406 : name=run_process 2024-03-22 14:31:39.158 | + functions-common:time_stop:2407 : start_time=1711117898000 2024-03-22 14:31:39.160 | + functions-common:time_stop:2409 : [[ -z 1711117898000 ]] 2024-03-22 14:31:39.163 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:31:39.166 | + functions-common:time_stop:2412 : end_time=1711117899164 2024-03-22 14:31:39.168 | + functions-common:time_stop:2413 : elapsed_time=1164 2024-03-22 14:31:39.170 | + functions-common:time_stop:2414 : total=15266 2024-03-22 14:31:39.172 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:31:39.174 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=16430 2024-03-22 14:31:39.176 | + lib/cinder:start_cinder:641 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-03-22 14:31:39.178 | + lib/cinder:start_cinder:642 : run_process c-bak '/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-03-22 14:31:39.180 | + functions-common:run_process:1654 : local service=c-bak 2024-03-22 14:31:39.182 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2024-03-22 14:31:39.184 | + functions-common:run_process:1656 : local group= 2024-03-22 14:31:39.186 | + functions-common:run_process:1657 : local user= 2024-03-22 14:31:39.188 | + functions-common:run_process:1658 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-03-22 14:31:39.190 | + functions-common:run_process:1660 : local name=c-bak 2024-03-22 14:31:39.192 | + functions-common:run_process:1662 : time_start run_process 2024-03-22 14:31:39.194 | + functions-common:time_start:2386 : local name=run_process 2024-03-22 14:31:39.196 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:31:39.198 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:31:39.200 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:31:39.204 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117899202 2024-03-22 14:31:39.206 | + functions-common:run_process:1663 : is_service_enabled c-bak 2024-03-22 14:31:39.220 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:31:39.222 | + functions-common:run_process:1666 : time_stop run_process 2024-03-22 14:31:39.224 | + functions-common:time_stop:2400 : local name 2024-03-22 14:31:39.226 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:31:39.228 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:31:39.230 | + functions-common:time_stop:2403 : local total 2024-03-22 14:31:39.232 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:31:39.234 | + functions-common:time_stop:2406 : name=run_process 2024-03-22 14:31:39.236 | + functions-common:time_stop:2407 : start_time=1711117899202 2024-03-22 14:31:39.238 | + functions-common:time_stop:2409 : [[ -z 1711117899202 ]] 2024-03-22 14:31:39.240 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:31:39.243 | + functions-common:time_stop:2412 : end_time=1711117899241 2024-03-22 14:31:39.245 | + functions-common:time_stop:2413 : elapsed_time=39 2024-03-22 14:31:39.247 | + functions-common:time_stop:2414 : total=16430 2024-03-22 14:31:39.249 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:31:39.251 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=16469 2024-03-22 14:31:39.253 | + lib/cinder:start_cinder:643 : run_process c-vol '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-03-22 14:31:39.255 | + functions-common:run_process:1654 : local service=c-vol 2024-03-22 14:31:39.257 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-03-22 14:31:39.259 | + functions-common:run_process:1656 : local group= 2024-03-22 14:31:39.261 | + functions-common:run_process:1657 : local user= 2024-03-22 14:31:39.263 | + functions-common:run_process:1658 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-03-22 14:31:39.265 | + functions-common:run_process:1660 : local name=c-vol 2024-03-22 14:31:39.267 | + functions-common:run_process:1662 : time_start run_process 2024-03-22 14:31:39.269 | + functions-common:time_start:2386 : local name=run_process 2024-03-22 14:31:39.271 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:31:39.273 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:31:39.275 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:31:39.279 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117899277 2024-03-22 14:31:39.281 | + functions-common:run_process:1663 : is_service_enabled c-vol 2024-03-22 14:31:39.295 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:31:39.297 | + functions-common:run_process:1664 : _run_under_systemd c-vol '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-03-22 14:31:39.299 | + functions-common:_run_under_systemd:1611 : local service=c-vol 2024-03-22 14:31:39.301 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-03-22 14:31:39.303 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-03-22 14:31:39.305 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-03-22 14:31:39.307 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-03-22 14:31:39.309 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-03-22 14:31:39.311 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-03-22 14:31:39.313 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-vol.service 2024-03-22 14:31:39.315 | + functions-common:_run_under_systemd:1618 : local group= 2024-03-22 14:31:39.317 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-03-22 14:31:39.319 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-03-22 14:31:39.321 | + functions-common:_run_under_systemd:1623 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-03-22 14:31:39.325 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-03-22 14:31:39.331 | + functions-common:_run_under_systemd:1630 : write_user_unit_file devstack@c-vol.service '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' stack 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-03-22 14:31:39.333 | + functions-common:write_user_unit_file:1518 : local service=devstack@c-vol.service 2024-03-22 14:31:39.335 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-03-22 14:31:39.337 | + functions-common:write_user_unit_file:1520 : local group= 2024-03-22 14:31:39.339 | + functions-common:write_user_unit_file:1521 : local user=stack 2024-03-22 14:31:39.341 | + functions-common:write_user_unit_file:1522 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-03-22 14:31:39.342 | + functions-common:write_user_unit_file:1523 : local extra= 2024-03-22 14:31:39.345 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2024-03-22 14:31:39.348 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2024-03-22 14:31:39.350 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2024-03-22 14:31:39.353 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2024-03-22 14:31:39.404 | + functions-common:write_user_unit_file:1531 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service Environment '"PATH=/opt/stack/data/venv/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-03-22 14:31:39.456 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2024-03-22 14:31:39.510 | + functions-common:write_user_unit_file:1533 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecStart '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-03-22 14:31:39.554 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2024-03-22 14:31:39.598 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2024-03-22 14:31:39.642 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-03-22 14:31:39.685 | + functions-common:write_user_unit_file:1537 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2024-03-22 14:31:39.687 | + functions-common:write_user_unit_file:1538 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service Environment 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-03-22 14:31:39.731 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2024-03-22 14:31:39.733 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2024-03-22 14:31:39.783 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2024-03-22 14:31:40.099 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-vol.service 2024-03-22 14:31:40.109 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2024-03-22 14:31:40.433 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-vol.service 2024-03-22 14:31:40.480 | + functions-common:run_process:1666 : time_stop run_process 2024-03-22 14:31:40.482 | + functions-common:time_stop:2400 : local name 2024-03-22 14:31:40.484 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:31:40.487 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:31:40.489 | + functions-common:time_stop:2403 : local total 2024-03-22 14:31:40.491 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:31:40.493 | + functions-common:time_stop:2406 : name=run_process 2024-03-22 14:31:40.495 | + functions-common:time_stop:2407 : start_time=1711117899277 2024-03-22 14:31:40.498 | + functions-common:time_stop:2409 : [[ -z 1711117899277 ]] 2024-03-22 14:31:40.500 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:31:40.504 | + functions-common:time_stop:2412 : end_time=1711117900502 2024-03-22 14:31:40.508 | + functions-common:time_stop:2413 : elapsed_time=1225 2024-03-22 14:31:40.514 | + functions-common:time_stop:2414 : total=16469 2024-03-22 14:31:40.516 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:31:40.518 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=17694 2024-03-22 14:31:40.520 | + stack.sh:main:1358 : create_volume_types 2024-03-22 14:31:40.522 | + lib/cinder:create_volume_types:678 : is_service_enabled c-api 2024-03-22 14:31:40.536 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:31:40.538 | + lib/cinder:create_volume_types:678 : [[ -n vmdk:vsphere ]] 2024-03-22 14:31:40.540 | + lib/cinder:create_volume_types:679 : local be be_name 2024-03-22 14:31:40.542 | + lib/cinder:create_volume_types:680 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-03-22 14:31:40.544 | + lib/cinder:create_volume_types:681 : be_name=vsphere 2024-03-22 14:31:40.546 | + lib/cinder:create_volume_types:682 : create_one_type vsphere volume_backend_name vsphere 2024-03-22 14:31:40.548 | + lib/cinder:create_one_type:659 : type_name=vsphere 2024-03-22 14:31:40.550 | + lib/cinder:create_one_type:660 : property_key=volume_backend_name 2024-03-22 14:31:40.552 | + lib/cinder:create_one_type:661 : property_value=vsphere 2024-03-22 14:31:40.554 | + lib/cinder:create_one_type:663 : is_service_enabled keystone 2024-03-22 14:31:40.569 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:31:40.571 | + lib/cinder:create_one_type:664 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2024-03-22 14:31:42.434 | +-------------+--------------------------------------+ 2024-03-22 14:31:42.434 | | Field | Value | 2024-03-22 14:31:42.434 | +-------------+--------------------------------------+ 2024-03-22 14:31:42.434 | | description | None | 2024-03-22 14:31:42.434 | | id | cb6419f0-5a3a-4337-855b-de1468fc3ec9 | 2024-03-22 14:31:42.434 | | is_public | True | 2024-03-22 14:31:42.434 | | name | vsphere | 2024-03-22 14:31:42.434 | | properties | volume_backend_name='vsphere' | 2024-03-22 14:31:42.434 | +-------------+--------------------------------------+ 2024-03-22 14:31:42.595 | + lib/cinder:create_volume_types:685 : [[ False == \T\r\u\e ]] 2024-03-22 14:31:42.597 | + lib/cinder:create_volume_types:692 : [[ False == \T\r\u\e ]] 2024-03-22 14:31:42.600 | + stack.sh:main:1363 : [[ False == \T\r\u\e ]] 2024-03-22 14:31:42.602 | + stack.sh:main:1371 : is_service_enabled glance 2024-03-22 14:31:42.617 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:31:42.619 | + stack.sh:main:1372 : echo_summary 'Starting Glance' 2024-03-22 14:31:42.622 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-22 14:31:42.624 | + stack.sh:echo_summary:470 : echo -e Starting Glance 2024-03-22 14:31:42.626 | + stack.sh:main:1373 : start_glance 2024-03-22 14:31:42.628 | + lib/glance:start_glance:609 : local service_protocol=http 2024-03-22 14:31:42.630 | + lib/glance:start_glance:610 : is_service_enabled tls-proxy 2024-03-22 14:31:42.644 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:31:42.646 | + lib/glance:start_glance:616 : [[ False == False ]] 2024-03-22 14:31:42.648 | ++ lib/glance:start_glance:617 : which uwsgi 2024-03-22 14:31:42.652 | + lib/glance:start_glance:617 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-03-22 14:31:42.654 | + functions-common:run_process:1654 : local service=g-api 2024-03-22 14:31:42.656 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-03-22 14:31:42.658 | + functions-common:run_process:1656 : local group= 2024-03-22 14:31:42.660 | + functions-common:run_process:1657 : local user= 2024-03-22 14:31:42.662 | + functions-common:run_process:1658 : local env_vars= 2024-03-22 14:31:42.664 | + functions-common:run_process:1660 : local name=g-api 2024-03-22 14:31:42.666 | + functions-common:run_process:1662 : time_start run_process 2024-03-22 14:31:42.668 | + functions-common:time_start:2386 : local name=run_process 2024-03-22 14:31:42.670 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:31:42.672 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:31:42.674 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:31:42.678 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117902675 2024-03-22 14:31:42.680 | + functions-common:run_process:1663 : is_service_enabled g-api 2024-03-22 14:31:42.693 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:31:42.695 | + functions-common:run_process:1664 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' '' 2024-03-22 14:31:42.697 | + functions-common:_run_under_systemd:1611 : local service=g-api 2024-03-22 14:31:42.699 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-03-22 14:31:42.701 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-03-22 14:31:42.703 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-03-22 14:31:42.705 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-03-22 14:31:42.707 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2024-03-22 14:31:42.709 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2024-03-22 14:31:42.711 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@g-api.service 2024-03-22 14:31:42.713 | + functions-common:_run_under_systemd:1618 : local group= 2024-03-22 14:31:42.715 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-03-22 14:31:42.718 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-03-22 14:31:42.720 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-03-22 14:31:42.722 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2024-03-22 14:31:42.724 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2024-03-22 14:31:42.726 | + functions-common:_run_under_systemd:1626 : cmd='/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' 2024-03-22 14:31:42.728 | + functions-common:_run_under_systemd:1628 : write_uwsgi_user_unit_file devstack@g-api.service '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' '' stack '' 2024-03-22 14:31:42.730 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@g-api.service 2024-03-22 14:31:42.732 | + functions-common:write_uwsgi_user_unit_file:1551 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' 2024-03-22 14:31:42.733 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2024-03-22 14:31:42.739 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2024-03-22 14:31:42.741 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2024-03-22 14:31:42.743 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@g-api.service 2024-03-22 14:31:42.745 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2024-03-22 14:31:42.748 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@g-api.service Unit Description 'Devstack devstack@g-api.service' 2024-03-22 14:31:42.799 | + functions-common:write_uwsgi_user_unit_file:1559 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Environment '"PATH=/opt/stack/data/venv/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-03-22 14:31:42.850 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2024-03-22 14:31:42.907 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2024-03-22 14:31:42.951 | + functions-common:write_uwsgi_user_unit_file:1562 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini --venv /opt/stack/data/venv' 2024-03-22 14:31:42.995 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-03-22 14:31:43.040 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2024-03-22 14:31:43.086 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2024-03-22 14:31:43.132 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2024-03-22 14:31:43.176 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2024-03-22 14:31:43.219 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2024-03-22 14:31:43.264 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2024-03-22 14:31:43.266 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2024-03-22 14:31:43.268 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2024-03-22 14:31:43.322 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2024-03-22 14:31:43.622 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@g-api.service 2024-03-22 14:31:43.633 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2024-03-22 14:31:43.944 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@g-api.service 2024-03-22 14:31:44.046 | + functions-common:run_process:1666 : time_stop run_process 2024-03-22 14:31:44.048 | + functions-common:time_stop:2400 : local name 2024-03-22 14:31:44.051 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:31:44.053 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:31:44.055 | + functions-common:time_stop:2403 : local total 2024-03-22 14:31:44.057 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:31:44.059 | + functions-common:time_stop:2406 : name=run_process 2024-03-22 14:31:44.061 | + functions-common:time_stop:2407 : start_time=1711117902675 2024-03-22 14:31:44.063 | + functions-common:time_stop:2409 : [[ -z 1711117902675 ]] 2024-03-22 14:31:44.066 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:31:44.069 | + functions-common:time_stop:2412 : end_time=1711117904067 2024-03-22 14:31:44.071 | + functions-common:time_stop:2413 : elapsed_time=1392 2024-03-22 14:31:44.073 | + functions-common:time_stop:2414 : total=17694 2024-03-22 14:31:44.075 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:31:44.078 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=19086 2024-03-22 14:31:44.080 | + lib/glance:start_glance:622 : is_service_enabled g-api-r 2024-03-22 14:31:44.094 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:31:44.096 | + lib/glance:start_glance:627 : echo 'Waiting for g-api (10.180.1.21) to start...' 2024-03-22 14:31:44.096 | Waiting for g-api (10.180.1.21) to start... 2024-03-22 14:31:44.098 | + lib/glance:start_glance:628 : wait_for_service 60 http://10.180.1.21/image 2024-03-22 14:31:44.100 | + functions:wait_for_service:468 : local timeout=60 2024-03-22 14:31:44.102 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2024-03-22 14:31:44.104 | + functions:wait_for_service:470 : local rval=0 2024-03-22 14:31:44.106 | + functions:wait_for_service:471 : time_start wait_for_service 2024-03-22 14:31:44.108 | + functions-common:time_start:2386 : local name=wait_for_service 2024-03-22 14:31:44.110 | + functions-common:time_start:2387 : local start_time= 2024-03-22 14:31:44.115 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:31:44.117 | ++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:31:44.121 | + functions-common:time_start:2391 : _TIME_START[$name]=1711117904119 2024-03-22 14:31:44.123 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-03-22 14:31:44.127 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2024-03-22 14:31:46.061 | + :: : [[ 300 == 503 ]] 2024-03-22 14:31:46.062 | + :: : [[ 0 -eq 7 ]] 2024-03-22 14:31:46.064 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-03-22 14:31:46.066 | + functions-common:time_stop:2400 : local name 2024-03-22 14:31:46.068 | + functions-common:time_stop:2401 : local end_time 2024-03-22 14:31:46.071 | + functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:31:46.073 | + functions-common:time_stop:2403 : local total 2024-03-22 14:31:46.076 | + functions-common:time_stop:2404 : local start_time 2024-03-22 14:31:46.078 | + functions-common:time_stop:2406 : name=wait_for_service 2024-03-22 14:31:46.080 | + functions-common:time_stop:2407 : start_time=1711117904119 2024-03-22 14:31:46.082 | + functions-common:time_stop:2409 : [[ -z 1711117904119 ]] 2024-03-22 14:31:46.084 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:31:46.088 | + functions-common:time_stop:2412 : end_time=1711117906086 2024-03-22 14:31:46.090 | + functions-common:time_stop:2413 : elapsed_time=1967 2024-03-22 14:31:46.092 | + functions-common:time_stop:2414 : total=8015 2024-03-22 14:31:46.094 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:31:46.096 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9982 2024-03-22 14:31:46.098 | + functions:wait_for_service:478 : return 0 2024-03-22 14:31:46.100 | + stack.sh:main:1387 : is_service_enabled mysql postgresql 2024-03-22 14:31:46.115 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:31:46.117 | + stack.sh:main:1387 : is_service_enabled glance 2024-03-22 14:31:46.130 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:31:46.132 | + stack.sh:main:1388 : echo_summary 'Uploading images' 2024-03-22 14:31:46.134 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-22 14:31:46.136 | + stack.sh:echo_summary:470 : echo -e Uploading images 2024-03-22 14:31:46.138 | + stack.sh:main:1390 : for image_url in ${IMAGE_URLS//,/ } 2024-03-22 14:31:46.140 | + stack.sh:main:1391 : upload_image 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-03-22 14:31:46.142 | + 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-03-22 14:31:46.144 | + functions:upload_image:134 : local image image_fname image_name 2024-03-22 14:31:46.146 | + functions:upload_image:136 : local max_attempts=5 2024-03-22 14:31:46.147 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2024-03-22 14:31:46.151 | ++ functions:upload_image:140 : basename 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-03-22 14:31:46.154 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-03-22 14:31:46.156 | + functions:upload_image:141 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk != file* ]] 2024-03-22 14:31:46.157 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2024-03-22 14:31:46.160 | ++ functions:upload_image:144 : seq 5 2024-03-22 14:31:46.163 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2024-03-22 14:31:46.164 | + functions:upload_image:145 : local rc=0 2024-03-22 14:31:46.166 | + 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-03-22 14:31:46.168 | --2024-03-22 14:31:46-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2024-03-22 14:31:46.174 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-03-22 14:31:46.174 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-03-22 14:31:46.218 | HTTP request sent, awaiting response... 200 OK 2024-03-22 14:31:46.218 | Length: 21318656 (20M) [application/octet-stream] 2024-03-22 14:31:46.219 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2024-03-22 14:31:46.246 | 2024-03-22 14:31:46.462 | 0K ........ ........ .... 100% 83.9M=0.2s 2024-03-22 14:31:46.462 | 2024-03-22 14:31:46.462 | 2024-03-22 14:31:46 (83.9 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2024-03-22 14:31:46.462 | 2024-03-22 14:31:46.464 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2024-03-22 14:31:46.466 | + functions:upload_image:155 : break 2024-03-22 14:31:46.468 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-03-22 14:31:46.470 | + functions:upload_image:173 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ openvz ]] 2024-03-22 14:31:46.472 | + functions:upload_image:180 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ \.vmdk ]] 2024-03-22 14:31:46.473 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-03-22 14:31:46.475 | + functions:upload_image:194 : local vmdk_disktype= 2024-03-22 14:31:46.477 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2024-03-22 14:31:46.479 | + functions:upload_image:196 : local path_len 2024-03-22 14:31:46.480 | + functions:upload_image:199 : local vmdk_adapter_type 2024-03-22 14:31:46.483 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-03-22 14:31:46.483 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-03-22 14:31:46.487 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2024-03-22 14:31:46.489 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2024-03-22 14:31:46.491 | + functions:upload_image:202 : vmdk_adapter_type=ide 2024-03-22 14:31:46.492 | + functions:upload_image:205 : local vmdk_create_type 2024-03-22 14:31:46.495 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-03-22 14:31:46.495 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-03-22 14:31:46.499 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2024-03-22 14:31:46.501 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2024-03-22 14:31:46.503 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2024-03-22 14:31:46.505 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2024-03-22 14:31:46.506 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2024-03-22 14:31:46.508 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2024-03-22 14:31:46.510 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2024-03-22 14:31:46.511 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2024-03-22 14:31:46.513 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2024-03-22 14:31:46.516 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-03-22 14:31:46.516 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2024-03-22 14:31:46.520 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2024-03-22 14:31:46.522 | + functions:upload_image:284 : IFS=':;' 2024-03-22 14:31:46.524 | + functions:upload_image:284 : read -a props 2024-03-22 14:31:46.525 | + functions:upload_image:285 : vmdk_disktype=sparse 2024-03-22 14:31:46.527 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2024-03-22 14:31:46.529 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2024-03-22 14:31:46.531 | + 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-03-22 14:31:46.533 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-03-22 14:31:46.534 | + functions:_upload_image:105 : shift 2024-03-22 14:31:46.536 | + functions:_upload_image:106 : local container=bare 2024-03-22 14:31:46.538 | + functions:_upload_image:107 : shift 2024-03-22 14:31:46.539 | + functions:_upload_image:108 : local disk=vmdk 2024-03-22 14:31:46.541 | + functions:_upload_image:109 : shift 2024-03-22 14:31:46.543 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-03-22 14:31:46.545 | + functions:_upload_image:111 : shift 2024-03-22 14:31:46.546 | + functions:_upload_image:112 : local properties 2024-03-22 14:31:46.548 | + functions:_upload_image:113 : local useimport 2024-03-22 14:31:46.550 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2024-03-22 14:31:46.552 | ++ functions:_image_properties_to_arg:87 : local result= 2024-03-22 14:31:46.554 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-03-22 14:31:46.555 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2024-03-22 14:31:46.557 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-03-22 14:31:46.559 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2024-03-22 14:31:46.561 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-03-22 14:31:46.563 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2024-03-22 14:31:46.564 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2024-03-22 14:31:46.567 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2024-03-22 14:31:46.568 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2024-03-22 14:31:46.570 | + 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-03-22 14:31:48.893 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-03-22 14:31:48.893 | | Field | Value | 2024-03-22 14:31:48.893 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-03-22 14:31:48.893 | | container_format | bare | 2024-03-22 14:31:48.893 | | created_at | 2024-03-22T14:31:48Z | 2024-03-22 14:31:48.893 | | disk_format | vmdk | 2024-03-22 14:31:48.893 | | file | /v2/images/2ac0b39e-9905-4d86-8f3b-0875b1282d0b/file | 2024-03-22 14:31:48.893 | | id | 2ac0b39e-9905-4d86-8f3b-0875b1282d0b | 2024-03-22 14:31:48.893 | | min_disk | 0 | 2024-03-22 14:31:48.893 | | min_ram | 0 | 2024-03-22 14:31:48.893 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2024-03-22 14:31:48.893 | | owner | 53d344078ac949bc9a672e60e994152d | 2024-03-22 14:31:48.893 | | 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-03-22 14:31:48.893 | | protected | False | 2024-03-22 14:31:48.893 | | schema | /v2/schemas/image | 2024-03-22 14:31:48.893 | | status | queued | 2024-03-22 14:31:48.893 | | tags | | 2024-03-22 14:31:48.893 | | updated_at | 2024-03-22T14:31:48Z | 2024-03-22 14:31:48.893 | | visibility | public | 2024-03-22 14:31:48.893 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-03-22 14:31:49.045 | + functions:upload_image:291 : return 2024-03-22 14:31:49.047 | + stack.sh:main:1395 : async_wait create_flavors 2024-03-22 14:31:49.050 | + inc/async:async_inner:64 : rc=0 2024-03-22 14:31:49.071 | [54825 Async create_flavors:54825]: finished successfully 2024-03-22 14:31:49.087 | [4710 Async create_flavors:54825]: Waiting for completion of create_flavors running on PID 54825 (2 other jobs running) 2024-03-22 14:31:49.105 | [4710 Async create_flavors:54825]: Signaling child to exit 2024-03-22 14:31:49.105 | WAKEUP 2024-03-22 14:31:49.126 | [4710 Async create_flavors:54825]: Signaled 2024-03-22 14:31:49.127 | + lib/nova:create_flavors:1255 : is_service_enabled n-api 2024-03-22 14:31:49.127 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:31:49.127 | + lib/nova:create_flavors:1256 : openstack --os-region-name=RegionOne flavor list 2024-03-22 14:31:49.127 | + lib/nova:create_flavors:1256 : grep -q ds512M 2024-03-22 14:31:49.127 | + lib/nova:create_flavors:1258 : openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 1 --vcpus 1 --property hw_rng:allowed=True cirros256 2024-03-22 14:31:49.127 | +----------------------------+-----------------------+ 2024-03-22 14:31:49.127 | | Field | Value | 2024-03-22 14:31:49.127 | +----------------------------+-----------------------+ 2024-03-22 14:31:49.127 | | OS-FLV-DISABLED:disabled | False | 2024-03-22 14:31:49.127 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-03-22 14:31:49.127 | | description | None | 2024-03-22 14:31:49.127 | | disk | 1 | 2024-03-22 14:31:49.127 | | id | c1 | 2024-03-22 14:31:49.127 | | name | cirros256 | 2024-03-22 14:31:49.127 | | os-flavor-access:is_public | True | 2024-03-22 14:31:49.127 | | properties | hw_rng:allowed='True' | 2024-03-22 14:31:49.127 | | ram | 256 | 2024-03-22 14:31:49.127 | | rxtx_factor | 1.0 | 2024-03-22 14:31:49.127 | | swap | 0 | 2024-03-22 14:31:49.127 | | vcpus | 1 | 2024-03-22 14:31:49.127 | +----------------------------+-----------------------+ 2024-03-22 14:31:49.127 | + lib/nova:create_flavors:1259 : openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 --property hw_rng:allowed=True ds512M 2024-03-22 14:31:49.127 | +----------------------------+-----------------------+ 2024-03-22 14:31:49.127 | | Field | Value | 2024-03-22 14:31:49.127 | +----------------------------+-----------------------+ 2024-03-22 14:31:49.127 | | OS-FLV-DISABLED:disabled | False | 2024-03-22 14:31:49.127 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-03-22 14:31:49.127 | | description | None | 2024-03-22 14:31:49.127 | | disk | 5 | 2024-03-22 14:31:49.127 | | id | d1 | 2024-03-22 14:31:49.127 | | name | ds512M | 2024-03-22 14:31:49.127 | | os-flavor-access:is_public | True | 2024-03-22 14:31:49.127 | | properties | hw_rng:allowed='True' | 2024-03-22 14:31:49.127 | | ram | 512 | 2024-03-22 14:31:49.127 | | rxtx_factor | 1.0 | 2024-03-22 14:31:49.127 | | swap | 0 | 2024-03-22 14:31:49.127 | | vcpus | 1 | 2024-03-22 14:31:49.127 | +----------------------------+-----------------------+ 2024-03-22 14:31:49.127 | + lib/nova:create_flavors:1260 : openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 --property hw_rng:allowed=True ds1G 2024-03-22 14:31:49.127 | +----------------------------+-----------------------+ 2024-03-22 14:31:49.127 | | Field | Value | 2024-03-22 14:31:49.127 | +----------------------------+-----------------------+ 2024-03-22 14:31:49.127 | | OS-FLV-DISABLED:disabled | False | 2024-03-22 14:31:49.127 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-03-22 14:31:49.127 | | description | None | 2024-03-22 14:31:49.127 | | disk | 10 | 2024-03-22 14:31:49.127 | | id | d2 | 2024-03-22 14:31:49.127 | | name | ds1G | 2024-03-22 14:31:49.127 | | os-flavor-access:is_public | True | 2024-03-22 14:31:49.127 | | properties | hw_rng:allowed='True' | 2024-03-22 14:31:49.127 | | ram | 1024 | 2024-03-22 14:31:49.127 | | rxtx_factor | 1.0 | 2024-03-22 14:31:49.127 | | swap | 0 | 2024-03-22 14:31:49.127 | | vcpus | 1 | 2024-03-22 14:31:49.127 | +----------------------------+-----------------------+ 2024-03-22 14:31:49.127 | + lib/nova:create_flavors:1261 : openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 --property hw_rng:allowed=True ds2G 2024-03-22 14:31:49.127 | +----------------------------+-----------------------+ 2024-03-22 14:31:49.127 | | Field | Value | 2024-03-22 14:31:49.127 | +----------------------------+-----------------------+ 2024-03-22 14:31:49.127 | | OS-FLV-DISABLED:disabled | False | 2024-03-22 14:31:49.127 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-03-22 14:31:49.127 | | description | None | 2024-03-22 14:31:49.127 | | disk | 10 | 2024-03-22 14:31:49.127 | | id | d3 | 2024-03-22 14:31:49.127 | | name | ds2G | 2024-03-22 14:31:49.127 | | os-flavor-access:is_public | True | 2024-03-22 14:31:49.127 | | properties | hw_rng:allowed='True' | 2024-03-22 14:31:49.127 | | ram | 2048 | 2024-03-22 14:31:49.127 | | rxtx_factor | 1.0 | 2024-03-22 14:31:49.127 | | swap | 0 | 2024-03-22 14:31:49.127 | | vcpus | 2 | 2024-03-22 14:31:49.127 | +----------------------------+-----------------------+ 2024-03-22 14:31:49.127 | + lib/nova:create_flavors:1262 : openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 --property hw_rng:allowed=True ds4G 2024-03-22 14:31:49.127 | +----------------------------+-----------------------+ 2024-03-22 14:31:49.127 | | Field | Value | 2024-03-22 14:31:49.127 | +----------------------------+-----------------------+ 2024-03-22 14:31:49.127 | | OS-FLV-DISABLED:disabled | False | 2024-03-22 14:31:49.127 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-03-22 14:31:49.127 | | description | None | 2024-03-22 14:31:49.127 | | disk | 20 | 2024-03-22 14:31:49.127 | | id | d4 | 2024-03-22 14:31:49.127 | | name | ds4G | 2024-03-22 14:31:49.127 | | os-flavor-access:is_public | True | 2024-03-22 14:31:49.127 | | properties | hw_rng:allowed='True' | 2024-03-22 14:31:49.127 | | ram | 4096 | 2024-03-22 14:31:49.127 | | rxtx_factor | 1.0 | 2024-03-22 14:31:49.128 | | swap | 0 | 2024-03-22 14:31:49.128 | | vcpus | 4 | 2024-03-22 14:31:49.128 | +----------------------------+-----------------------+ 2024-03-22 14:31:49.128 | + lib/nova:create_flavors:1265 : openstack --os-region-name=RegionOne flavor list 2024-03-22 14:31:49.128 | + lib/nova:create_flavors:1265 : grep -q m1.tiny 2024-03-22 14:31:49.128 | + lib/nova:create_flavors:1266 : openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.tiny 2024-03-22 14:31:49.128 | +----------------------------+-----------------------+ 2024-03-22 14:31:49.128 | | Field | Value | 2024-03-22 14:31:49.128 | +----------------------------+-----------------------+ 2024-03-22 14:31:49.128 | | OS-FLV-DISABLED:disabled | False | 2024-03-22 14:31:49.128 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-03-22 14:31:49.128 | | description | None | 2024-03-22 14:31:49.128 | | disk | 1 | 2024-03-22 14:31:49.128 | | id | 1 | 2024-03-22 14:31:49.128 | | name | m1.tiny | 2024-03-22 14:31:49.128 | | os-flavor-access:is_public | True | 2024-03-22 14:31:49.128 | | properties | hw_rng:allowed='True' | 2024-03-22 14:31:49.128 | | ram | 512 | 2024-03-22 14:31:49.128 | | rxtx_factor | 1.0 | 2024-03-22 14:31:49.128 | | swap | 0 | 2024-03-22 14:31:49.128 | | vcpus | 1 | 2024-03-22 14:31:49.128 | +----------------------------+-----------------------+ 2024-03-22 14:31:49.128 | + lib/nova:create_flavors:1267 : openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 --property hw_rng:allowed=True m1.small 2024-03-22 14:31:49.128 | +----------------------------+-----------------------+ 2024-03-22 14:31:49.128 | | Field | Value | 2024-03-22 14:31:49.128 | +----------------------------+-----------------------+ 2024-03-22 14:31:49.128 | | OS-FLV-DISABLED:disabled | False | 2024-03-22 14:31:49.128 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-03-22 14:31:49.128 | | description | None | 2024-03-22 14:31:49.128 | | disk | 20 | 2024-03-22 14:31:49.128 | | id | 2 | 2024-03-22 14:31:49.128 | | name | m1.small | 2024-03-22 14:31:49.128 | | os-flavor-access:is_public | True | 2024-03-22 14:31:49.128 | | properties | hw_rng:allowed='True' | 2024-03-22 14:31:49.128 | | ram | 2048 | 2024-03-22 14:31:49.128 | | rxtx_factor | 1.0 | 2024-03-22 14:31:49.128 | | swap | 0 | 2024-03-22 14:31:49.128 | | vcpus | 1 | 2024-03-22 14:31:49.128 | +----------------------------+-----------------------+ 2024-03-22 14:31:49.128 | + lib/nova:create_flavors:1268 : openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 --property hw_rng:allowed=True m1.medium 2024-03-22 14:31:49.128 | +----------------------------+-----------------------+ 2024-03-22 14:31:49.128 | | Field | Value | 2024-03-22 14:31:49.128 | +----------------------------+-----------------------+ 2024-03-22 14:31:49.128 | | OS-FLV-DISABLED:disabled | False | 2024-03-22 14:31:49.128 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-03-22 14:31:49.128 | | description | None | 2024-03-22 14:31:49.128 | | disk | 40 | 2024-03-22 14:31:49.128 | | id | 3 | 2024-03-22 14:31:49.128 | | name | m1.medium | 2024-03-22 14:31:49.128 | | os-flavor-access:is_public | True | 2024-03-22 14:31:49.128 | | properties | hw_rng:allowed='True' | 2024-03-22 14:31:49.128 | | ram | 4096 | 2024-03-22 14:31:49.128 | | rxtx_factor | 1.0 | 2024-03-22 14:31:49.128 | | swap | 0 | 2024-03-22 14:31:49.128 | | vcpus | 2 | 2024-03-22 14:31:49.128 | +----------------------------+-----------------------+ 2024-03-22 14:31:49.128 | + lib/nova:create_flavors:1269 : openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 --property hw_rng:allowed=True m1.large 2024-03-22 14:31:49.128 | +----------------------------+-----------------------+ 2024-03-22 14:31:49.128 | | Field | Value | 2024-03-22 14:31:49.128 | +----------------------------+-----------------------+ 2024-03-22 14:31:49.128 | | OS-FLV-DISABLED:disabled | False | 2024-03-22 14:31:49.128 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-03-22 14:31:49.128 | | description | None | 2024-03-22 14:31:49.128 | | disk | 80 | 2024-03-22 14:31:49.128 | | id | 4 | 2024-03-22 14:31:49.128 | | name | m1.large | 2024-03-22 14:31:49.128 | | os-flavor-access:is_public | True | 2024-03-22 14:31:49.128 | | properties | hw_rng:allowed='True' | 2024-03-22 14:31:49.128 | | ram | 8192 | 2024-03-22 14:31:49.128 | | rxtx_factor | 1.0 | 2024-03-22 14:31:49.128 | | swap | 0 | 2024-03-22 14:31:49.128 | | vcpus | 4 | 2024-03-22 14:31:49.128 | +----------------------------+-----------------------+ 2024-03-22 14:31:49.128 | + lib/nova:create_flavors:1270 : openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 --property hw_rng:allowed=True m1.xlarge 2024-03-22 14:31:49.128 | +----------------------------+-----------------------+ 2024-03-22 14:31:49.128 | | Field | Value | 2024-03-22 14:31:49.128 | +----------------------------+-----------------------+ 2024-03-22 14:31:49.128 | | OS-FLV-DISABLED:disabled | False | 2024-03-22 14:31:49.128 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-03-22 14:31:49.128 | | description | None | 2024-03-22 14:31:49.128 | | disk | 160 | 2024-03-22 14:31:49.128 | | id | 5 | 2024-03-22 14:31:49.128 | | name | m1.xlarge | 2024-03-22 14:31:49.128 | | os-flavor-access:is_public | True | 2024-03-22 14:31:49.128 | | properties | hw_rng:allowed='True' | 2024-03-22 14:31:49.128 | | ram | 16384 | 2024-03-22 14:31:49.128 | | rxtx_factor | 1.0 | 2024-03-22 14:31:49.128 | | swap | 0 | 2024-03-22 14:31:49.128 | | vcpus | 8 | 2024-03-22 14:31:49.128 | +----------------------------+-----------------------+ 2024-03-22 14:31:49.163 | [4710 Async create_flavors:54825]: finished create_flavors with result 0 in 14 seconds 2024-03-22 14:31:49.166 | + inc/async:async_wait:197 : return 0 2024-03-22 14:31:49.168 | + stack.sh:main:1397 : is_service_enabled horizon 2024-03-22 14:31:49.183 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:31:49.184 | + stack.sh:main:1411 : is_service_enabled nova 2024-03-22 14:31:49.198 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:31:49.200 | + stack.sh:main:1411 : is_service_enabled keystone 2024-03-22 14:31:49.215 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:31:49.216 | + stack.sh:main:1412 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2024-03-22 14:31:49.218 | + stack.sh:main:1414 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-03-22 14:31:49.220 | + stack.sh:main:1418 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2024-03-22 14:31:49.223 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2024-03-22 14:31:49.225 | ++ 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-03-22 14:31:49.228 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2024-03-22 14:31:49.229 | + opt/stack/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/opt/stack/devstack/accrc'\''' --os-password ''\''nomoresecret'\''' -- 2024-03-22 14:31:49.230 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2024-03-22 14:31:49.231 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2024-03-22 14:31:49.232 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2024-03-22 14:31:49.233 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2024-03-22 14:31:49.234 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2024-03-22 14:31:49.235 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2024-03-22 14:31:49.236 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2024-03-22 14:31:49.237 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2024-03-22 14:31:49.238 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2024-03-22 14:31:49.239 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-03-22 14:31:49.240 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2024-03-22 14:31:49.241 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-03-22 14:31:49.242 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2024-03-22 14:31:49.243 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-03-22 14:31:49.244 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2024-03-22 14:31:49.245 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-03-22 14:31:49.246 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2024-03-22 14:31:49.247 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-03-22 14:31:49.248 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2024-03-22 14:31:49.250 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2024-03-22 14:31:49.251 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-03-22 14:31:49.252 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2024-03-22 14:31:49.253 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-03-22 14:31:49.254 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2024-03-22 14:31:49.255 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2024-03-22 14:31:49.256 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2024-03-22 14:31:49.257 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-03-22 14:31:49.258 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2024-03-22 14:31:49.259 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-03-22 14:31:49.260 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2024-03-22 14:31:49.261 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2024-03-22 14:31:49.262 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2024-03-22 14:31:49.263 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2024-03-22 14:31:49.264 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2024-03-22 14:31:49.265 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2024-03-22 14:31:49.266 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2024-03-22 14:31:49.268 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2024-03-22 14:31:49.269 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2024-03-22 14:31:49.270 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2024-03-22 14:31:49.271 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2024-03-22 14:31:49.272 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2024-03-22 14:31:49.273 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2024-03-22 14:31:49.274 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2024-03-22 14:31:49.275 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2024-03-22 14:31:49.276 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2024-03-22 14:31:49.277 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2024-03-22 14:31:49.278 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2024-03-22 14:31:49.280 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2024-03-22 14:31:49.281 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2024-03-22 14:31:49.282 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2024-03-22 14:31:49.283 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2024-03-22 14:31:49.285 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2024-03-22 14:31:49.285 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2024-03-22 14:31:49.285 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2024-03-22 14:31:49.285 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2024-03-22 14:31:49.286 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2024-03-22 14:31:50.120 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2024-03-22 14:31:50.121 | 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-03-22 14:31:50.228 | + stack.sh:main:1423 : save_stackenv 2024-03-22 14:31:50.230 | + functions-common:save_stackenv:60 : local tag= 2024-03-22 14:31:50.232 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-03-22 14:31:50.236 | + functions-common:save_stackenv:62 : time_stamp=2024-03-22-143150 2024-03-22 14:31:50.239 | + functions-common:save_stackenv:63 : echo '# 2024-03-22-143150 ' 2024-03-22 14:31:50.241 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:31:50.243 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-03-22 14:31:50.245 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:31:50.247 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-03-22 14:31:50.249 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:31:50.251 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-03-22 14:31:50.252 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:31:50.254 | + 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-03-22 14:31:50.256 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:31:50.258 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-03-22 14:31:50.260 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:31:50.262 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-03-22 14:31:50.264 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:31:50.266 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-03-22-142447 2024-03-22 14:31:50.268 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:31:50.270 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-03-22 14:31:50.271 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:31:50.273 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-03-22 14:31:50.275 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:31:50.277 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-03-22 14:31:50.279 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:31:50.281 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-03-22 14:31:50.283 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:31:50.285 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-03-22 14:31:50.287 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:31:50.289 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-03-22 14:31:50.291 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:31:50.293 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-03-22 14:31:50.295 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-03-22 14:31:50.297 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-03-22 14:31:50.300 | + stack.sh:main:1434 : merge_config_group /opt/stack/devstack/local.conf extra 2024-03-22 14:31:50.302 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-03-22 14:31:50.303 | + inc/meta-config:merge_config_group:171 : shift 2024-03-22 14:31:50.305 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2024-03-22 14:31:50.307 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-22 14:31:50.309 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-03-22 14:31:50.311 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-03-22 14:31:50.314 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2024-03-22 14:31:50.316 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-03-22 14:31:50.318 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2024-03-22 14:31:50.320 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-22 14:31:50.322 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2024-03-22 14:31:50.322 | /^\[\[.+\|.*\]\]/ { 2024-03-22 14:31:50.322 | gsub("[][]", "", $1); 2024-03-22 14:31:50.322 | split($1, a, "|"); 2024-03-22 14:31:50.322 | if (a[1] == matchgroup) 2024-03-22 14:31:50.322 | print a[2] 2024-03-22 14:31:50.322 | } 2024-03-22 14:31:50.322 | ' /opt/stack/devstack/local.conf 2024-03-22 14:31:50.326 | + stack.sh:main:1441 : run_phase stack extra 2024-03-22 14:31:50.328 | + functions-common:run_phase:1828 : local mode=stack 2024-03-22 14:31:50.330 | + functions-common:run_phase:1829 : local phase=extra 2024-03-22 14:31:50.332 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2024-03-22 14:31:50.334 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2024-03-22 14:31:50.336 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-03-22 14:31:50.338 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2024-03-22 14:31:50.340 | + functions-common:run_phase:1838 : local extra 2024-03-22 14:31:50.343 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-03-22 14:31:50.346 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2024-03-22 14:31:50.348 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-03-22 14:31:50.350 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-03-22 14:31:50.352 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2024-03-22 14:31:50.354 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-03-22 14:31:50.368 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:31:50.370 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-03-22 14:31:50.372 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-03-22 14:31:50.374 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-03-22 14:31:50.376 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-03-22 14:31:50.378 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-03-22 14:31:50.380 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-03-22 14:31:50.382 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2024-03-22 14:31:50.384 | ++ extras.d/80-tempest.sh:source:15 : : 2024-03-22 14:31:50.386 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-03-22 14:31:50.388 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-03-22 14:31:50.390 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2024-03-22 14:31:50.392 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-03-22 14:31:50.394 | + functions-common:run_phase:1855 : run_plugins stack extra 2024-03-22 14:31:50.396 | + functions-common:run_plugins:1814 : local mode=stack 2024-03-22 14:31:50.398 | + functions-common:run_plugins:1815 : local phase=extra 2024-03-22 14:31:50.400 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2024-03-22 14:31:50.402 | + functions-common:run_plugins:1818 : local plugin 2024-03-22 14:31:50.404 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2024-03-22 14:31:50.406 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2024-03-22 14:31:50.408 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-03-22 14:31:50.410 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2024-03-22 14:31:50.412 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-03-22 14:31:50.414 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-03-22 14:31:50.416 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-03-22 14:31:50.418 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-03-22 14:31:50.420 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-03-22 14:31:50.422 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-03-22 14:31:50.424 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2024-03-22 14:31:50.426 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2024-03-22 14:31:50.428 | ++ stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-22 14:31:50.430 | ++ stack.sh:echo_summary:470 : echo -e Initializing Networking-NSX-T 2024-03-22 14:31:50.432 | + stack.sh:main:1449 : merge_config_group /opt/stack/devstack/local.conf post-extra 2024-03-22 14:31:50.434 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-03-22 14:31:50.436 | + inc/meta-config:merge_config_group:171 : shift 2024-03-22 14:31:50.438 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2024-03-22 14:31:50.440 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-22 14:31:50.442 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-03-22 14:31:50.445 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-03-22 14:31:50.447 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2024-03-22 14:31:50.449 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-03-22 14:31:50.451 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2024-03-22 14:31:50.453 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-22 14:31:50.456 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2024-03-22 14:31:50.456 | /^\[\[.+\|.*\]\]/ { 2024-03-22 14:31:50.456 | gsub("[][]", "", $1); 2024-03-22 14:31:50.456 | split($1, a, "|"); 2024-03-22 14:31:50.456 | if (a[1] == matchgroup) 2024-03-22 14:31:50.456 | print a[2] 2024-03-22 14:31:50.456 | } 2024-03-22 14:31:50.456 | ' /opt/stack/devstack/local.conf 2024-03-22 14:31:50.460 | + stack.sh:main:1458 : is_service_enabled n-cpu 2024-03-22 14:31:50.475 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:31:50.477 | + stack.sh:main:1463 : service_check 2024-03-22 14:31:50.479 | + functions-common:service_check:1693 : local service 2024-03-22 14:31:50.481 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:31:50.483 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@key.service 2024-03-22 14:31:50.492 | Failed to get unit file state for devstack@key.service: No such file or directory 2024-03-22 14:31:50.495 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:31:50.497 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-api.service 2024-03-22 14:31:50.507 | enabled 2024-03-22 14:31:50.510 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-api.service --no-pager 2024-03-22 14:31:50.531 | ● devstack@n-api.service - Devstack devstack@n-api.service 2024-03-22 14:31:50.531 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2024-03-22 14:31:50.531 | Active: active (running) since Fri 2024-03-22 14:30:54 UTC; 55s ago 2024-03-22 14:31:50.531 | Main PID: 48154 (uwsgi) 2024-03-22 14:31:50.531 | Status: "uWSGI is ready" 2024-03-22 14:31:50.531 | Tasks: 3 (limit: 19115) 2024-03-22 14:31:50.531 | Memory: 226.2M 2024-03-22 14:31:50.531 | CPU: 6.021s 2024-03-22 14:31:50.531 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2024-03-22 14:31:50.531 | ├─48154 "nova-apiuWSGI master" 2024-03-22 14:31:50.531 | ├─48155 "nova-apiuWSGI worker 1" 2024-03-22 14:31:50.531 | └─48156 "nova-apiuWSGI worker 2" 2024-03-22 14:31:50.531 | 2024-03-22 14:31:50.532 | Mar 22 14:31:47 devstack devstack@n-api.service[48155]: [pid: 48155|app: 0|req: 17/32] 10.180.1.21 () {64 vars in 1332 bytes} [Fri Mar 22 14:31:47 2024] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 97 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2024-03-22 14:31:50.532 | Mar 22 14:31:48 devstack devstack@n-api.service[48156]: DEBUG nova.api.openstack.wsgi [None req-e909da96-b8a3-41f4-a79e-b5c02de217ae admin admin] Calling method '>' {{(pid=48156) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2024-03-22 14:31:50.532 | Mar 22 14:31:48 devstack devstack@n-api.service[48156]: INFO nova.api.openstack.requestlog [None req-e909da96-b8a3-41f4-a79e-b5c02de217ae admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.000923 2024-03-22 14:31:50.532 | Mar 22 14:31:48 devstack devstack@n-api.service[48156]: [pid: 48156|app: 0|req: 16/33] 10.180.1.21 () {54 vars in 930 bytes} [Fri Mar 22 14:31:48 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-03-22 14:31:50.532 | Mar 22 14:31:48 devstack devstack@n-api.service[48155]: DEBUG nova.api.openstack.wsgi [None req-abcfe03c-df26-4ffb-b00a-2349a3036e44 admin admin] Action: 'create', calling method: >, body: {"flavor": {"disk": 160, "id": "5", "swap": 0, "vcpus": 8, "rxtx_factor": 1.0, "name": "m1.xlarge", "os-flavor-access:is_public": true, "ram": 16384, "OS-FLV-EXT-DATA:ephemeral": 0}} {{(pid=48155) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-03-22 14:31:50.532 | Mar 22 14:31:48 devstack devstack@n-api.service[48155]: INFO nova.api.openstack.requestlog [None req-abcfe03c-df26-4ffb-b00a-2349a3036e44 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.035933 2024-03-22 14:31:50.532 | Mar 22 14:31:48 devstack devstack@n-api.service[48155]: [pid: 48155|app: 0|req: 18/34] 10.180.1.21 () {64 vars in 1282 bytes} [Fri Mar 22 14:31:48 2024] POST /compute/v2.1/flavors => generated 408 bytes in 37 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) 2024-03-22 14:31:50.532 | Mar 22 14:31:48 devstack devstack@n-api.service[48156]: DEBUG nova.api.openstack.wsgi [None req-3f74e55b-0e01-4a30-8abe-7da8d22bb095 admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=48156) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-03-22 14:31:50.532 | Mar 22 14:31:48 devstack devstack@n-api.service[48156]: INFO nova.api.openstack.requestlog [None req-3f74e55b-0e01-4a30-8abe-7da8d22bb095 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.015960 2024-03-22 14:31:50.532 | Mar 22 14:31:48 devstack devstack@n-api.service[48156]: [pid: 48156|app: 0|req: 17/35] 10.180.1.21 () {64 vars in 1332 bytes} [Fri Mar 22 14:31:48 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-03-22 14:31:50.534 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:31:50.536 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-cond.service 2024-03-22 14:31:50.546 | enabled 2024-03-22 14:31:50.549 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-cond.service --no-pager 2024-03-22 14:31:50.560 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2024-03-22 14:31:50.560 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2024-03-22 14:31:50.560 | Active: active (running) since Fri 2024-03-22 14:31:32 UTC; 18s ago 2024-03-22 14:31:50.560 | Main PID: 54355 (nova-conductor) 2024-03-22 14:31:50.560 | Tasks: 3 (limit: 19115) 2024-03-22 14:31:50.560 | Memory: 142.2M 2024-03-22 14:31:50.560 | CPU: 1.998s 2024-03-22 14:31:50.560 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2024-03-22 14:31:50.560 | ├─54355 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-03-22 14:31:50.560 | ├─54774 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-03-22 14:31:50.560 | └─54775 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-03-22 14:31:50.560 | 2024-03-22 14:31:50.560 | Mar 22 14:31:33 devstack nova-conductor[54355]: DEBUG oslo_service.service [None req-bb2ee551-cfea-4c24-a567-97fb72a64661 None None] oslo_limit.version = None {{(pid=54355) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-03-22 14:31:50.560 | Mar 22 14:31:33 devstack nova-conductor[54355]: DEBUG oslo_service.service [None req-bb2ee551-cfea-4c24-a567-97fb72a64661 None None] oslo_reports.file_event_handler = None {{(pid=54355) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-03-22 14:31:50.560 | Mar 22 14:31:33 devstack nova-conductor[54355]: DEBUG oslo_service.service [None req-bb2ee551-cfea-4c24-a567-97fb72a64661 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=54355) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-03-22 14:31:50.560 | Mar 22 14:31:33 devstack nova-conductor[54355]: DEBUG oslo_service.service [None req-bb2ee551-cfea-4c24-a567-97fb72a64661 None None] oslo_reports.log_dir = None {{(pid=54355) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-03-22 14:31:50.560 | Mar 22 14:31:33 devstack nova-conductor[54355]: DEBUG oslo_service.service [None req-bb2ee551-cfea-4c24-a567-97fb72a64661 None None] ******************************************************************************** {{(pid=54355) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2024-03-22 14:31:50.561 | Mar 22 14:31:43 devstack nova-conductor[54355]: DEBUG dbcounter [-] [54355] Writing DB stats nova_api:SELECT=3 {{(pid=54355) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-22 14:31:50.561 | Mar 22 14:31:43 devstack nova-conductor[54355]: DEBUG dbcounter [-] [54355] Writing DB stats nova_cell0:SELECT=3 {{(pid=54355) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-22 14:31:50.561 | Mar 22 14:31:43 devstack nova-conductor[54355]: DEBUG dbcounter [-] [54355] Writing DB stats nova_cell1:SELECT=3 {{(pid=54355) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-22 14:31:50.561 | Mar 22 14:31:48 devstack nova-conductor[54774]: DEBUG dbcounter [-] [54774] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=54774) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-22 14:31:50.561 | Mar 22 14:31:48 devstack nova-conductor[54775]: DEBUG dbcounter [-] [54775] Writing DB stats nova_cell1:SELECT=12,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=54775) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-22 14:31:50.563 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:31:50.565 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-sch.service 2024-03-22 14:31:50.574 | enabled 2024-03-22 14:31:50.577 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-sch.service --no-pager 2024-03-22 14:31:50.588 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2024-03-22 14:31:50.588 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2024-03-22 14:31:50.588 | Active: active (running) since Fri 2024-03-22 14:31:29 UTC; 21s ago 2024-03-22 14:31:50.588 | Main PID: 53057 (nova-scheduler) 2024-03-22 14:31:50.588 | Tasks: 3 (limit: 19115) 2024-03-22 14:31:50.588 | Memory: 141.8M 2024-03-22 14:31:50.588 | CPU: 2.026s 2024-03-22 14:31:50.588 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2024-03-22 14:31:50.588 | ├─53057 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-03-22 14:31:50.588 | ├─53769 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-03-22 14:31:50.588 | └─53773 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-03-22 14:31:50.588 | 2024-03-22 14:31:50.588 | Mar 22 14:31:30 devstack nova-scheduler[53057]: DEBUG oslo_service.service [None req-9417c1e0-e7a6-4cfa-83d8-c2a6c4060795 None None] oslo_limit.version = None {{(pid=53057) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-03-22 14:31:50.588 | Mar 22 14:31:30 devstack nova-scheduler[53057]: DEBUG oslo_service.service [None req-9417c1e0-e7a6-4cfa-83d8-c2a6c4060795 None None] oslo_reports.file_event_handler = None {{(pid=53057) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-03-22 14:31:50.588 | Mar 22 14:31:30 devstack nova-scheduler[53057]: DEBUG oslo_service.service [None req-9417c1e0-e7a6-4cfa-83d8-c2a6c4060795 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=53057) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-03-22 14:31:50.588 | Mar 22 14:31:30 devstack nova-scheduler[53057]: DEBUG oslo_service.service [None req-9417c1e0-e7a6-4cfa-83d8-c2a6c4060795 None None] oslo_reports.log_dir = None {{(pid=53057) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-03-22 14:31:50.588 | Mar 22 14:31:30 devstack nova-scheduler[53057]: DEBUG oslo_service.service [None req-9417c1e0-e7a6-4cfa-83d8-c2a6c4060795 None None] ******************************************************************************** {{(pid=53057) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2024-03-22 14:31:50.588 | Mar 22 14:31:40 devstack nova-scheduler[53057]: DEBUG dbcounter [-] [53057] Writing DB stats nova_api:SELECT=7 {{(pid=53057) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-22 14:31:50.588 | Mar 22 14:31:40 devstack nova-scheduler[53057]: DEBUG dbcounter [-] [53057] Writing DB stats nova_cell1:SELECT=5 {{(pid=53057) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-22 14:31:50.588 | Mar 22 14:31:40 devstack nova-scheduler[53057]: DEBUG dbcounter [-] [53057] Writing DB stats nova_cell0:SELECT=3 {{(pid=53057) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-22 14:31:50.588 | Mar 22 14:31:45 devstack nova-scheduler[53769]: DEBUG dbcounter [-] [53769] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=53769) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-22 14:31:50.588 | Mar 22 14:31:45 devstack nova-scheduler[53773]: DEBUG dbcounter [-] [53773] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1 {{(pid=53773) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-22 14:31:50.590 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:31:50.592 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-api-meta.service 2024-03-22 14:31:50.602 | enabled 2024-03-22 14:31:50.604 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-api-meta.service --no-pager 2024-03-22 14:31:50.616 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2024-03-22 14:31:50.616 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2024-03-22 14:31:50.616 | Active: active (running) since Fri 2024-03-22 14:31:30 UTC; 20s ago 2024-03-22 14:31:50.616 | Main PID: 53657 (uwsgi) 2024-03-22 14:31:50.616 | Status: "uWSGI is ready" 2024-03-22 14:31:50.616 | Tasks: 4 (limit: 19115) 2024-03-22 14:31:50.616 | Memory: 188.3M 2024-03-22 14:31:50.616 | CPU: 3.817s 2024-03-22 14:31:50.616 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2024-03-22 14:31:50.616 | ├─53657 "nova-api-metauWSGI master" 2024-03-22 14:31:50.616 | ├─53659 "nova-api-metauWSGI worker 1" 2024-03-22 14:31:50.616 | ├─53660 "nova-api-metauWSGI worker 2" 2024-03-22 14:31:50.616 | └─53661 "nova-api-metauWSGI http 1" 2024-03-22 14:31:50.616 | 2024-03-22 14:31:50.616 | Mar 22 14:31:32 devstack devstack@n-api-meta.service[53660]: INFO dbcounter [None req-6e6314d0-9136-40dd-8e99-73d04c96b59b None None] Registered counter for database nova_cell1 2024-03-22 14:31:50.616 | Mar 22 14:31:32 devstack devstack@n-api-meta.service[53660]: DEBUG oslo_db.sqlalchemy.engines [None req-6e6314d0-9136-40dd-8e99-73d04c96b59b 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=53660) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-03-22 14:31:50.616 | Mar 22 14:31:32 devstack devstack@n-api-meta.service[53660]: DEBUG dbcounter [-] [53660] Writer thread running {{(pid=53660) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-22 14:31:50.616 | Mar 22 14:31:32 devstack devstack@n-api-meta.service[53659]: INFO dbcounter [None req-b0ad5e20-2f8e-4a7f-8c5b-9d071115008c None None] Registered counter for database nova_cell1 2024-03-22 14:31:50.616 | Mar 22 14:31:32 devstack devstack@n-api-meta.service[53659]: DEBUG oslo_db.sqlalchemy.engines [None req-b0ad5e20-2f8e-4a7f-8c5b-9d071115008c 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=53659) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-03-22 14:31:50.616 | Mar 22 14:31:32 devstack devstack@n-api-meta.service[53659]: DEBUG dbcounter [-] [53659] Writer thread running {{(pid=53659) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-22 14:31:50.616 | Mar 22 14:31:32 devstack devstack@n-api-meta.service[53660]: WARNING nova.api.metadata.handler [None req-6e6314d0-9136-40dd-8e99-73d04c96b59b None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-03-22 14:31:50.616 | Mar 22 14:31:32 devstack devstack@n-api-meta.service[53660]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x575fcad37100 pid: 53660 (default app) 2024-03-22 14:31:50.616 | Mar 22 14:31:32 devstack devstack@n-api-meta.service[53659]: WARNING nova.api.metadata.handler [None req-b0ad5e20-2f8e-4a7f-8c5b-9d071115008c None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-03-22 14:31:50.616 | Mar 22 14:31:32 devstack devstack@n-api-meta.service[53659]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x575fcad37100 pid: 53659 (default app) 2024-03-22 14:31:50.618 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:31:50.620 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@placement-api.service 2024-03-22 14:31:50.631 | enabled 2024-03-22 14:31:50.634 | + functions-common:service_check:1700 : sudo systemctl status devstack@placement-api.service --no-pager 2024-03-22 14:31:50.645 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2024-03-22 14:31:50.645 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2024-03-22 14:31:50.645 | Active: active (running) since Fri 2024-03-22 14:31:03 UTC; 47s ago 2024-03-22 14:31:50.645 | Main PID: 49547 (uwsgi) 2024-03-22 14:31:50.645 | Status: "uWSGI is ready" 2024-03-22 14:31:50.645 | Tasks: 5 (limit: 19115) 2024-03-22 14:31:50.645 | Memory: 137.2M 2024-03-22 14:31:50.645 | CPU: 2.446s 2024-03-22 14:31:50.645 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2024-03-22 14:31:50.646 | ├─49547 "placementuWSGI master" 2024-03-22 14:31:50.646 | ├─49559 "placementuWSGI worker 1" 2024-03-22 14:31:50.646 | └─49560 "placementuWSGI worker 2" 2024-03-22 14:31:50.646 | 2024-03-22 14:31:50.646 | Mar 22 14:31:05 devstack devstack@placement-api.service[49559]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "resource_classes_sync" {{(pid=49559) lock /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:333}} 2024-03-22 14:31:50.646 | Mar 22 14:31:05 devstack devstack@placement-api.service[49559]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5efbc81fbb70 pid: 49559 (default app) 2024-03-22 14:31:50.646 | Mar 22 14:31:14 devstack devstack@placement-api.service[49560]: DEBUG dbcounter [-] [49560] Writing DB stats placement:SELECT=5,placement:INSERT=2,placement:SET=1 {{(pid=49560) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-22 14:31:50.646 | Mar 22 14:31:15 devstack devstack@placement-api.service[49559]: DEBUG dbcounter [-] [49559] Writing DB stats placement:SELECT=7,placement:INSERT=1 {{(pid=49559) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-22 14:31:50.646 | Mar 22 14:31:30 devstack devstack@placement-api.service[49560]: DEBUG placement.requestlog [None req-1c759c1d-1a42-4e4b-8b21-edb10e4077f8 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=49560) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-03-22 14:31:50.646 | Mar 22 14:31:30 devstack devstack@placement-api.service[49560]: INFO placement.requestlog [None req-1c759c1d-1a42-4e4b-8b21-edb10e4077f8 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-03-22 14:31:50.646 | Mar 22 14:31:30 devstack devstack@placement-api.service[49560]: [pid: 49560|app: 0|req: 2/2] 10.180.1.21 () {54 vars in 917 bytes} [Fri Mar 22 14:31:30 2024] GET /placement => generated 136 bytes in 1 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-03-22 14:31:50.646 | Mar 22 14:31:33 devstack devstack@placement-api.service[49559]: DEBUG placement.requestlog [None req-3ab6a8ca-e2da-4f00-bc59-79134026d1ae None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=49559) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-03-22 14:31:50.646 | Mar 22 14:31:33 devstack devstack@placement-api.service[49559]: INFO placement.requestlog [None req-3ab6a8ca-e2da-4f00-bc59-79134026d1ae None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-03-22 14:31:50.646 | Mar 22 14:31:33 devstack devstack@placement-api.service[49559]: [pid: 49559|app: 0|req: 1/3] 10.180.1.21 () {54 vars in 917 bytes} [Fri Mar 22 14:31:33 2024] GET /placement => generated 136 bytes in 7 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-03-22 14:31:50.648 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:31:50.650 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@placement-client.service 2024-03-22 14:31:50.660 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2024-03-22 14:31:50.663 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:31:50.665 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@g-api.service 2024-03-22 14:31:50.674 | enabled 2024-03-22 14:31:50.677 | + functions-common:service_check:1700 : sudo systemctl status devstack@g-api.service --no-pager 2024-03-22 14:31:50.687 | ● devstack@g-api.service - Devstack devstack@g-api.service 2024-03-22 14:31:50.688 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2024-03-22 14:31:50.688 | Active: active (running) since Fri 2024-03-22 14:31:44 UTC; 6s ago 2024-03-22 14:31:50.688 | Main PID: 57500 (uwsgi) 2024-03-22 14:31:50.688 | Status: "uWSGI is ready" 2024-03-22 14:31:50.688 | Tasks: 9 (limit: 19115) 2024-03-22 14:31:50.688 | Memory: 223.4M 2024-03-22 14:31:50.688 | CPU: 4.473s 2024-03-22 14:31:50.688 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2024-03-22 14:31:50.688 | ├─57500 "glance-apiuWSGI master" 2024-03-22 14:31:50.688 | ├─57501 "glance-apiuWSGI worker 1" 2024-03-22 14:31:50.688 | └─57502 "glance-apiuWSGI worker 2" 2024-03-22 14:31:50.688 | 2024-03-22 14:31:50.688 | Mar 22 14:31:48 devstack devstack@g-api.service[57502]: INFO dbcounter [None req-11b6f591-dd26-4980-b702-a6962655812d admin admin] Registered counter for database glance 2024-03-22 14:31:50.688 | Mar 22 14:31:48 devstack devstack@g-api.service[57502]: DEBUG oslo_db.sqlalchemy.engines [None req-11b6f591-dd26-4980-b702-a6962655812d 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=57502) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-03-22 14:31:50.688 | Mar 22 14:31:48 devstack devstack@g-api.service[57502]: DEBUG dbcounter [-] [57502] Writer thread running {{(pid=57502) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-03-22 14:31:50.688 | Mar 22 14:31:48 devstack devstack@g-api.service[57502]: INFO glance.api.v2.image_data [None req-11b6f591-dd26-4980-b702-a6962655812d admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2024-03-22 14:31:50.688 | Mar 22 14:31:48 devstack devstack@g-api.service[57502]: DEBUG glance.location [None req-11b6f591-dd26-4980-b702-a6962655812d admin admin] Enabling in-flight format inspection for vmdk {{(pid=57502) set_data /opt/stack/glance/glance/location.py:581}} 2024-03-22 14:31:50.688 | Mar 22 14:31:48 devstack devstack@g-api.service[57502]: DEBUG glance_store._drivers.filesystem [None req-11b6f591-dd26-4980-b702-a6962655812d admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/2ac0b39e-9905-4d86-8f3b-0875b1282d0b with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=57502) add /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/_drivers/filesystem.py:773}} 2024-03-22 14:31:50.688 | Mar 22 14:31:48 devstack devstack@g-api.service[57502]: WARNING glance.common.format_inspector [None req-11b6f591-dd26-4980-b702-a6962655812d admin admin] Unsupported VMDK format b'streamOptimized' 2024-03-22 14:31:50.688 | Mar 22 14:31:48 devstack devstack@g-api.service[57502]: INFO glance.location [None req-11b6f591-dd26-4980-b702-a6962655812d admin admin] Image format matched and virtual size computed: 0 2024-03-22 14:31:50.689 | Mar 22 14:31:48 devstack devstack@g-api.service[57502]: DEBUG glance_store.backend [None req-11b6f591-dd26-4980-b702-a6962655812d admin admin] Skipping store.set_acls... not implemented. {{(pid=57502) set_acls /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:508}} 2024-03-22 14:31:50.689 | Mar 22 14:31:48 devstack devstack@g-api.service[57502]: [pid: 57502|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 860 bytes} [Fri Mar 22 14:31:48 2024] PUT /v2/images/2ac0b39e-9905-4d86-8f3b-0875b1282d0b/file => generated 0 bytes in 753 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2024-03-22 14:31:50.690 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:31:50.692 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-sch.service 2024-03-22 14:31:50.702 | enabled 2024-03-22 14:31:50.704 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-sch.service --no-pager 2024-03-22 14:31:50.715 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2024-03-22 14:31:50.715 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2024-03-22 14:31:50.715 | Active: active (running) since Fri 2024-03-22 14:31:39 UTC; 11s ago 2024-03-22 14:31:50.716 | Main PID: 55988 (cinder-schedule) 2024-03-22 14:31:50.716 | Tasks: 2 (limit: 19115) 2024-03-22 14:31:50.716 | Memory: 93.7M 2024-03-22 14:31:50.716 | CPU: 1.663s 2024-03-22 14:31:50.716 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2024-03-22 14:31:50.716 | └─55988 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2024-03-22 14:31:50.716 | 2024-03-22 14:31:50.716 | Mar 22 14:31:40 devstack cinder-scheduler[55988]: DEBUG oslo_service.service [None req-05fb3720-3ea5-4cce-9018-4b06c1e720da None None] nova.token_auth_url = None {{(pid=55988) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-03-22 14:31:50.716 | Mar 22 14:31:40 devstack cinder-scheduler[55988]: DEBUG oslo_service.service [None req-05fb3720-3ea5-4cce-9018-4b06c1e720da None None] ******************************************************************************** {{(pid=55988) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2024-03-22 14:31:50.716 | Mar 22 14:31:40 devstack cinder-scheduler[55988]: INFO cinder.service [-] Starting cinder-scheduler node (version 0.0.1) 2024-03-22 14:31:50.716 | Mar 22 14:31:40 devstack cinder-scheduler[55988]: INFO cinder.manager [None req-4db38c00-da24-403d-b59e-b1c4f42a22f8 None None] Initiating service 1 cleanup 2024-03-22 14:31:50.716 | Mar 22 14:31:40 devstack cinder-scheduler[55988]: INFO cinder.manager [None req-4db38c00-da24-403d-b59e-b1c4f42a22f8 None None] Service 1 cleanup completed. 2024-03-22 14:31:50.716 | Mar 22 14:31:40 devstack cinder-scheduler[55988]: DEBUG cinder.service [None req-4db38c00-da24-403d-b59e-b1c4f42a22f8 None None] Creating RPC server for service cinder-scheduler {{(pid=55988) start /opt/stack/cinder/cinder/service.py:238}} 2024-03-22 14:31:50.716 | Mar 22 14:31:40 devstack cinder-scheduler[55988]: DEBUG cinder.service [None req-4db38c00-da24-403d-b59e-b1c4f42a22f8 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=55988) start /opt/stack/cinder/cinder/service.py:244}} 2024-03-22 14:31:50.716 | Mar 22 14:31:44 devstack cinder-scheduler[55988]: DEBUG cinder.scheduler.host_manager [None req-6d7be511-9383-491c-91b0-6fd97be37912 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=55988) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2024-03-22 14:31:50.716 | Mar 22 14:31:44 devstack cinder-scheduler[55988]: DEBUG cinder.scheduler.host_manager [None req-6d7be511-9383-491c-91b0-6fd97be37912 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, 3, 22, 14, 31, 44, 604533)} {{(pid=55988) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2024-03-22 14:31:50.716 | Mar 22 14:31:44 devstack cinder-scheduler[55988]: DEBUG cinder.utils [None req-6d7be511-9383-491c-91b0-6fd97be37912 None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=55988) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2024-03-22 14:31:50.718 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:31:50.720 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-api.service 2024-03-22 14:31:50.730 | enabled 2024-03-22 14:31:50.732 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-api.service --no-pager 2024-03-22 14:31:50.743 | ● devstack@c-api.service - Devstack devstack@c-api.service 2024-03-22 14:31:50.744 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2024-03-22 14:31:50.744 | Active: active (running) since Fri 2024-03-22 14:31:35 UTC; 14s ago 2024-03-22 14:31:50.744 | Main PID: 55451 (uwsgi) 2024-03-22 14:31:50.744 | Status: "uWSGI is ready" 2024-03-22 14:31:50.744 | Tasks: 7 (limit: 19115) 2024-03-22 14:31:50.744 | Memory: 213.4M 2024-03-22 14:31:50.744 | CPU: 4.704s 2024-03-22 14:31:50.744 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2024-03-22 14:31:50.744 | ├─55451 "cinder-apiuWSGI master" 2024-03-22 14:31:50.744 | ├─55453 "cinder-apiuWSGI worker 1" 2024-03-22 14:31:50.744 | └─55454 "cinder-apiuWSGI worker 2" 2024-03-22 14:31:50.744 | 2024-03-22 14:31:50.744 | Mar 22 14:31:42 devstack devstack@c-api.service[55453]: INFO cinder.api.openstack.wsgi [None req-2e57e897-5308-4ea5-89c4-858ea501bb13 admin admin] http://10.180.1.21/volume/v3/53d344078ac949bc9a672e60e994152d/types returned with HTTP 200 2024-03-22 14:31:50.744 | Mar 22 14:31:42 devstack devstack@c-api.service[55453]: [pid: 55453|app: 0|req: 1/2] 10.180.1.21 () {60 vars in 1236 bytes} [Fri Mar 22 14:31:41 2024] POST /volume/v3/53d344078ac949bc9a672e60e994152d/types => generated 182 bytes in 480 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2024-03-22 14:31:50.744 | Mar 22 14:31:42 devstack devstack@c-api.service[55454]: DEBUG cinder.api.middleware.request_id [req-2e57e897-5308-4ea5-89c4-858ea501bb13 req-39fd3073-0aee-43c8-a607-81297c4516f8 None None] RequestId filter calling following filter/app {{(pid=55454) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2024-03-22 14:31:50.744 | Mar 22 14:31:42 devstack devstack@c-api.service[55454]: INFO cinder.api.openstack.wsgi [req-2e57e897-5308-4ea5-89c4-858ea501bb13 req-39fd3073-0aee-43c8-a607-81297c4516f8 admin admin] POST http://10.180.1.21/volume/v3/53d344078ac949bc9a672e60e994152d/types/cb6419f0-5a3a-4337-855b-de1468fc3ec9/extra_specs 2024-03-22 14:31:50.744 | Mar 22 14:31:42 devstack devstack@c-api.service[55454]: DEBUG cinder.api.openstack.wsgi [req-2e57e897-5308-4ea5-89c4-858ea501bb13 req-39fd3073-0aee-43c8-a607-81297c4516f8 admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=55454) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2024-03-22 14:31:50.744 | Mar 22 14:31:42 devstack devstack@c-api.service[55454]: /opt/stack/data/venv/lib/python3.10/site-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-03-22 14:31:50.744 | Mar 22 14:31:42 devstack devstack@c-api.service[55454]: warnings.warn('Policy enforcement is depending on the value of ' 2024-03-22 14:31:50.744 | Mar 22 14:31:42 devstack devstack@c-api.service[55454]: DEBUG oslo_db.sqlalchemy.engines [req-2e57e897-5308-4ea5-89c4-858ea501bb13 req-39fd3073-0aee-43c8-a607-81297c4516f8 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=55454) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-03-22 14:31:50.744 | Mar 22 14:31:42 devstack devstack@c-api.service[55454]: INFO cinder.api.openstack.wsgi [req-2e57e897-5308-4ea5-89c4-858ea501bb13 req-39fd3073-0aee-43c8-a607-81297c4516f8 admin admin] http://10.180.1.21/volume/v3/53d344078ac949bc9a672e60e994152d/types/cb6419f0-5a3a-4337-855b-de1468fc3ec9/extra_specs returned with HTTP 200 2024-03-22 14:31:50.744 | Mar 22 14:31:42 devstack devstack@c-api.service[55454]: [pid: 55454|app: 0|req: 2/3] 10.180.1.21 () {62 vars in 1454 bytes} [Fri Mar 22 14:31:42 2024] POST /volume/v3/53d344078ac949bc9a672e60e994152d/types/cb6419f0-5a3a-4337-855b-de1468fc3ec9/extra_specs => generated 51 bytes in 416 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2024-03-22 14:31:50.746 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:31:50.748 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-vol.service 2024-03-22 14:31:50.758 | enabled 2024-03-22 14:31:50.761 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-vol.service --no-pager 2024-03-22 14:31:50.771 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2024-03-22 14:31:50.771 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2024-03-22 14:31:50.771 | Active: active (running) since Fri 2024-03-22 14:31:40 UTC; 10s ago 2024-03-22 14:31:50.771 | Main PID: 56532 (cinder-volume) 2024-03-22 14:31:50.771 | Tasks: 3 (limit: 19115) 2024-03-22 14:31:50.772 | Memory: 242.6M 2024-03-22 14:31:50.772 | CPU: 4.140s 2024-03-22 14:31:50.772 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2024-03-22 14:31:50.772 | ├─56532 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-03-22 14:31:50.772 | └─56926 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-03-22 14:31:50.772 | 2024-03-22 14:31:50.772 | Mar 22 14:31:44 devstack cinder-volume[56926]: DEBUG cinder.image.image_utils [None req-6d7be511-9383-491c-91b0-6fd97be37912 None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=56926) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1165}} 2024-03-22 14:31:50.772 | Mar 22 14:31:44 devstack cinder-volume[56926]: INFO cinder.keymgr.migration [None req-ab6db76d-2bb0-4798-9aab-821eaf2156e3 None None] Not migrating encryption keys because the ConfKeyManager is still in use. 2024-03-22 14:31:50.772 | Mar 22 14:31:44 devstack cinder-volume[56926]: DEBUG cinder.manager [None req-6d7be511-9383-491c-91b0-6fd97be37912 None None] Notifying Schedulers of capabilities ... {{(pid=56926) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} 2024-03-22 14:31:50.772 | Mar 22 14:31:44 devstack cinder-volume[56926]: INFO cinder.volume.manager [None req-6d7be511-9383-491c-91b0-6fd97be37912 None None] Driver initialization completed successfully. 2024-03-22 14:31:50.772 | Mar 22 14:31:44 devstack cinder-volume[56926]: INFO cinder.manager [None req-6d7be511-9383-491c-91b0-6fd97be37912 None None] Initiating service 2 cleanup 2024-03-22 14:31:50.772 | Mar 22 14:31:44 devstack cinder-volume[56926]: INFO cinder.manager [None req-6d7be511-9383-491c-91b0-6fd97be37912 None None] Service 2 cleanup completed. 2024-03-22 14:31:50.772 | Mar 22 14:31:44 devstack cinder-volume[56926]: DEBUG cinder.service [None req-6d7be511-9383-491c-91b0-6fd97be37912 None None] Creating RPC server for service cinder-volume {{(pid=56926) start /opt/stack/cinder/cinder/service.py:238}} 2024-03-22 14:31:50.772 | Mar 22 14:31:44 devstack cinder-volume[56926]: DEBUG cinder.service [None req-6d7be511-9383-491c-91b0-6fd97be37912 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=56926) start /opt/stack/cinder/cinder/service.py:244}} 2024-03-22 14:31:50.772 | Mar 22 14:31:44 devstack cinder-volume[56926]: INFO cinder.volume.manager [None req-6d7be511-9383-491c-91b0-6fd97be37912 None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2024-03-22 14:31:50.772 | Mar 22 14:31:44 devstack cinder-volume[56926]: INFO cinder.volume.manager [None req-6d7be511-9383-491c-91b0-6fd97be37912 None None] Driver post RPC initialization completed successfully. 2024-03-22 14:31:50.774 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:31:50.776 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2024-03-22 14:31:50.784 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2024-03-22 14:31:50.787 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:31:50.789 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@ovsdb-server.service 2024-03-22 14:31:50.797 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2024-03-22 14:31:50.800 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:31:50.802 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-svc.service 2024-03-22 14:31:50.811 | enabled 2024-03-22 14:31:50.814 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-svc.service --no-pager 2024-03-22 14:31:50.825 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2024-03-22 14:31:50.825 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2024-03-22 14:31:50.825 | Active: active (running) since Fri 2024-03-22 14:30:58 UTC; 52s ago 2024-03-22 14:31:50.825 | Main PID: 48867 (/opt/stack/data) 2024-03-22 14:31:50.825 | Tasks: 5 (limit: 19115) 2024-03-22 14:31:50.825 | Memory: 373.7M 2024-03-22 14:31:50.825 | CPU: 9.376s 2024-03-22 14:31:50.825 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2024-03-22 14:31:50.825 | ├─48867 "/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini" 2024-03-22 14:31:50.825 | ├─48970 "neutron-server: api worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-03-22 14:31:50.825 | ├─48971 "neutron-server: api worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-03-22 14:31:50.825 | ├─48972 "neutron-server: rpc worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-03-22 14:31:50.826 | └─48973 "neutron-server: rpc worker (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-03-22 14:31:50.826 | 2024-03-22 14:31:50.826 | Mar 22 14:31:36 devstack neutron-server[48971]: DEBUG dbcounter [-] [48971] Writing DB stats neutron:SELECT=362,neutron:INSERT=33,neutron:DELETE=4,neutron:UPDATE=10 {{(pid=48971) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-22 14:31:50.826 | Mar 22 14:31:37 devstack neutron-server[48970]: DEBUG dbcounter [-] [48970] Writing DB stats neutron:SELECT=90,neutron:INSERT=24,neutron:UPDATE=3,neutron:DELETE=2 {{(pid=48970) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-22 14:31:50.826 | Mar 22 14:31:37 devstack neutron-server[48970]: DEBUG dbcounter [-] [48970] Writing DB stats neutron:SELECT=85,neutron:INSERT=11,neutron:UPDATE=5,neutron:DELETE=4 {{(pid=48970) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-22 14:31:50.826 | Mar 22 14:31:38 devstack neutron-server[48972]: DEBUG neutron_lib.callbacks.manager [None req-558d5f6b-d31a-4f33-b475-e17be9e481a2 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7934184218369', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-8140863'] for agent (2ed6f41c-ac90-4f93-8ce1-a5816903c5a7), after_update {{(pid=48972) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2024-03-22 14:31:50.826 | Mar 22 14:31:39 devstack neutron-server[48973]: DEBUG neutron.db.agents_db [None req-8173b1c3-dc83-4b21-b0da-4c98db98025d None None] Agent healthcheck: found 4 active agents {{(pid=48973) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:319}} 2024-03-22 14:31:50.826 | Mar 22 14:31:39 devstack neutron-server[48972]: DEBUG neutron_lib.callbacks.manager [None req-3ee9bc70-b03a-47b0-b4f2-e64782f6d429 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7934184218369', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-8140863'] for agent (a11dbfeb-bc9f-4d19-85e7-8b6a320489ae), after_update {{(pid=48972) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2024-03-22 14:31:50.826 | Mar 22 14:31:40 devstack neutron-server[48972]: DEBUG neutron_lib.callbacks.manager [None req-deabc60b-4ef6-4a13-a198-3810527726a7 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7934184218369', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-8140863'] for agent (dc6648d0-24c9-4c25-bdbc-5a37313168aa), after_update {{(pid=48972) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2024-03-22 14:31:50.826 | Mar 22 14:31:41 devstack neutron-server[48972]: DEBUG neutron_lib.callbacks.manager [None req-243f6aec-93c2-4122-846f-cd718797691e None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7934184218369', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-8140863'] for agent (f87f2ae8-3359-4bef-a6bb-05d0a277ff8d), after_update {{(pid=48972) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2024-03-22 14:31:50.826 | Mar 22 14:31:49 devstack neutron-server[48973]: DEBUG dbcounter [-] [48973] Writing DB stats neutron:SELECT=1 {{(pid=48973) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-22 14:31:50.826 | Mar 22 14:31:49 devstack neutron-server[48973]: DEBUG dbcounter [-] [48973] Writing DB stats neutron:SELECT=1 {{(pid=48973) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-03-22 14:31:50.828 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:31:50.830 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@rabbit.service 2024-03-22 14:31:50.838 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2024-03-22 14:31:50.841 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:31:50.843 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@tempest.service 2024-03-22 14:31:50.852 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2024-03-22 14:31:50.855 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:31:50.857 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@mysql.service 2024-03-22 14:31:50.866 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2024-03-22 14:31:50.869 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:31:50.871 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@etcd3.service 2024-03-22 14:31:50.879 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2024-03-22 14:31:50.882 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:31:50.884 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-agt.service 2024-03-22 14:31:50.894 | enabled 2024-03-22 14:31:50.896 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-agt.service --no-pager 2024-03-22 14:31:50.910 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2024-03-22 14:31:50.910 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2024-03-22 14:31:50.910 | Active: active (running) since Fri 2024-03-22 14:31:05 UTC; 45s ago 2024-03-22 14:31:50.910 | Main PID: 50145 (neutron-openvsw) 2024-03-22 14:31:50.910 | Tasks: 4 (limit: 19115) 2024-03-22 14:31:50.910 | Memory: 153.1M 2024-03-22 14:31:50.910 | CPU: 3.681s 2024-03-22 14:31:50.910 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2024-03-22 14:31:50.910 | ├─50145 "neutron-openvswitch-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-03-22 14:31:50.910 | ├─51662 /opt/stack/data/venv/bin/python /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/tmpepj6qf5q/privsep.sock 2024-03-22 14:31:50.910 | └─51697 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2024-03-22 14:31:50.910 | 2024-03-22 14:31:50.910 | Mar 22 14:31:47 devstack neutron-openvswitch-agent[50145]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-50185cad-5616-46e2-94b5-2b3cc043704b None None] Agent rpc_loop - iteration:18 started 2024-03-22 14:31:50.910 | Mar 22 14:31:47 devstack neutron-openvswitch-agent[50145]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-50185cad-5616-46e2-94b5-2b3cc043704b None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xd5e0aaf9,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=2432822172451586737,duration_nsec=225000000,duration_sec=39,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=50145) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2024-03-22 14:31:50.911 | Mar 22 14:31:47 devstack neutron-openvswitch-agent[50145]: DEBUG neutron.agent.linux.utils [None req-50185cad-5616-46e2-94b5-2b3cc043704b None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 51697. {{(pid=50145) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-03-22 14:31:50.911 | Mar 22 14:31:47 devstack neutron-openvswitch-agent[50145]: DEBUG neutron.agent.common.ovsdb_monitor [None req-50185cad-5616-46e2-94b5-2b3cc043704b None None] Current size of new_events: added=0 modified=0 removed=0. New events: {'added': [], 'removed': [], 'modified': []} {{(pid=50145) process_events /opt/stack/neutron/neutron/agent/common/ovsdb_monitor.py:147}} 2024-03-22 14:31:50.911 | Mar 22 14:31:47 devstack neutron-openvswitch-agent[50145]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-50185cad-5616-46e2-94b5-2b3cc043704b None None] Agent rpc_loop - iteration:18 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2024-03-22 14:31:50.911 | Mar 22 14:31:49 devstack neutron-openvswitch-agent[50145]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-50185cad-5616-46e2-94b5-2b3cc043704b None None] Agent rpc_loop - iteration:19 started 2024-03-22 14:31:50.911 | Mar 22 14:31:49 devstack neutron-openvswitch-agent[50145]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-50185cad-5616-46e2-94b5-2b3cc043704b None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xd5e0aafb,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=2432822172451586737,duration_nsec=226000000,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=50145) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2024-03-22 14:31:50.911 | Mar 22 14:31:49 devstack neutron-openvswitch-agent[50145]: DEBUG neutron.agent.linux.utils [None req-50185cad-5616-46e2-94b5-2b3cc043704b None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 51697. {{(pid=50145) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-03-22 14:31:50.911 | Mar 22 14:31:49 devstack neutron-openvswitch-agent[50145]: DEBUG neutron.agent.common.ovsdb_monitor [None req-50185cad-5616-46e2-94b5-2b3cc043704b None None] Current size of new_events: added=0 modified=0 removed=0. New events: {'added': [], 'removed': [], 'modified': []} {{(pid=50145) process_events /opt/stack/neutron/neutron/agent/common/ovsdb_monitor.py:147}} 2024-03-22 14:31:50.911 | Mar 22 14:31:49 devstack neutron-openvswitch-agent[50145]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-50185cad-5616-46e2-94b5-2b3cc043704b None None] Agent rpc_loop - iteration:19 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2024-03-22 14:31:50.913 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:31:50.915 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-dhcp.service 2024-03-22 14:31:50.925 | enabled 2024-03-22 14:31:50.928 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-dhcp.service --no-pager 2024-03-22 14:31:50.939 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2024-03-22 14:31:50.939 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2024-03-22 14:31:50.939 | Active: active (running) since Fri 2024-03-22 14:31:06 UTC; 44s ago 2024-03-22 14:31:50.939 | Main PID: 50589 (neutron-dhcp-ag) 2024-03-22 14:31:50.939 | Tasks: 13 (limit: 19115) 2024-03-22 14:31:50.939 | Memory: 399.9M 2024-03-22 14:31:50.940 | CPU: 8.508s 2024-03-22 14:31:50.940 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2024-03-22 14:31:50.940 | ├─50589 "neutron-dhcp-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini)" 2024-03-22 14:31:50.940 | ├─51896 /opt/stack/data/venv/bin/python /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/tmpefbypptm/privsep.sock 2024-03-22 14:31:50.940 | ├─51939 /opt/stack/data/venv/bin/python /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/tmppx3nwrvj/privsep.sock 2024-03-22 14:31:50.940 | ├─52000 /opt/stack/data/venv/bin/python /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/tmpb5nbamj8/privsep.sock 2024-03-22 14:31:50.940 | ├─52119 sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-03-22 14:31:50.940 | ├─52120 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-03-22 14:31:50.940 | └─52132 dnsmasq --no-hosts --no-resolv --pid-file=/opt/stack/data/neutron/dhcp/cebea0a1-c252-4d16-967b-67efc589ea30/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/cebea0a1-c252-4d16-967b-67efc589ea30/host --addn-hosts=/opt/stack/data/neutron/dhcp/cebea0a1-c252-4d16-967b-67efc589ea30/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/cebea0a1-c252-4d16-967b-67efc589ea30/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/cebea0a1-c252-4d16-967b-67efc589ea30/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-0750ada4-6654-4e1b-9327-2008bd1268db,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-03-22 14:31:50.940 | 2024-03-22 14:31:50.940 | Mar 22 14:31:23 devstack neutron-dhcp-agent[50589]: INFO neutron.agent.dhcp.agent [None req-54084108-5e38-4ea0-8480-f460f238fc7d None None] DHCP configuration for ports {'3f5a83a0-d404-46f8-8e2a-d34237eb077e'} is completed 2024-03-22 14:31:50.940 | Mar 22 14:31:24 devstack neutron-dhcp-agent[50589]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _network_create called with arguments ({'network': {'id': 'be55aaf9-d6a7-4bfe-9c15-51a2fec59a72'}, 'priority': 0},) {} {{(pid=50589) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2024-03-22 14:31:50.940 | Mar 22 14:31:24 devstack neutron-dhcp-agent[50589]: DEBUG oslo_concurrency.lockutils [None req-f882f0d6-5347-4404-b1e1-7fda11684163 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=50589) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:404}} 2024-03-22 14:31:50.940 | Mar 22 14:31:24 devstack neutron-dhcp-agent[50589]: DEBUG oslo_concurrency.lockutils [None req-f882f0d6-5347-4404-b1e1-7fda11684163 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=50589) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:409}} 2024-03-22 14:31:50.940 | Mar 22 14:31:24 devstack neutron-dhcp-agent[50589]: DEBUG oslo_concurrency.lockutils [None req-f882f0d6-5347-4404-b1e1-7fda11684163 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=50589) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:423}} 2024-03-22 14:31:50.940 | Mar 22 14:31:24 devstack neutron-dhcp-agent[50589]: DEBUG neutron.agent.dhcp.agent [None req-f882f0d6-5347-4404-b1e1-7fda11684163 None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': '0bb17c21-dac7-4f87-8dbf-87158896d63c', 'name': 'public-subnet', 'tenant_id': '53d344078ac949bc9a672e60e994152d', 'network_id': 'be55aaf9-d6a7-4bfe-9c15-51a2fec59a72', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': False, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 24, '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-03-22T14:31:24Z', 'updated_at': '2024-03-22T14:31:24Z', 'revision_number': 0, 'project_id': '53d344078ac949bc9a672e60e994152d', 'network': {'id': 'be55aaf9-d6a7-4bfe-9c15-51a2fec59a72', 'name': 'public', 'tenant_id': '53d344078ac949bc9a672e60e994152d', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['0bb17c21-dac7-4f87-8dbf-87158896d63c'], 'standard_attr_id': 21, '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-03-22T14:31:20Z', 'updated_at': '2024-03-22T14:31:24Z', 'revision_number': 2, 'project_id': '53d344078ac949bc9a672e60e994152d', 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 1001}}, 'priority': 3},) {} {{(pid=50589) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2024-03-22 14:31:50.940 | Mar 22 14:31:24 devstack neutron-dhcp-agent[50589]: DEBUG oslo_concurrency.lockutils [None req-1a1ddf29-9cbd-4d88-b3c8-a09712af026c None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=50589) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:404}} 2024-03-22 14:31:50.941 | Mar 22 14:31:24 devstack neutron-dhcp-agent[50589]: DEBUG oslo_concurrency.lockutils [None req-1a1ddf29-9cbd-4d88-b3c8-a09712af026c None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=50589) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:409}} 2024-03-22 14:31:50.941 | Mar 22 14:31:24 devstack neutron-dhcp-agent[50589]: DEBUG oslo_concurrency.lockutils [None req-1a1ddf29-9cbd-4d88-b3c8-a09712af026c None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=50589) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:423}} 2024-03-22 14:31:50.941 | Mar 22 14:31:25 devstack neutron-dhcp-agent[50589]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=50589) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2024-03-22 14:31:50.942 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:31:50.944 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-l3.service 2024-03-22 14:31:50.954 | enabled 2024-03-22 14:31:50.957 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-l3.service --no-pager 2024-03-22 14:31:50.968 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2024-03-22 14:31:50.968 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2024-03-22 14:31:50.968 | Active: active (running) since Fri 2024-03-22 14:31:07 UTC; 43s ago 2024-03-22 14:31:50.968 | Main PID: 51048 (neutron-l3-agen) 2024-03-22 14:31:50.968 | Tasks: 24 (limit: 19115) 2024-03-22 14:31:50.968 | Memory: 405.3M 2024-03-22 14:31:50.968 | CPU: 8.576s 2024-03-22 14:31:50.968 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2024-03-22 14:31:50.968 | ├─51048 "neutron-l3-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini)" 2024-03-22 14:31:50.968 | ├─51858 /opt/stack/data/venv/bin/python /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/tmp9dlau737/privsep.sock 2024-03-22 14:31:50.969 | ├─52309 /opt/stack/data/venv/bin/python /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/tmp1_orksi2/privsep.sock 2024-03-22 14:31:50.969 | ├─52321 /opt/stack/data/venv/bin/python /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/tmpm6pvs6ta/privsep.sock 2024-03-22 14:31:50.969 | ├─52785 sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-03-22 14:31:50.969 | ├─52786 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-03-22 14:31:50.969 | └─52974 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/40f766d3-a3f1-4dd7-adad-1d1a3a7e96be.conf 2024-03-22 14:31:50.969 | 2024-03-22 14:31:50.969 | Mar 22 14:31:30 devstack neutron-l3-agent[51048]: DEBUG oslo.privsep.daemon [-] privsep: reply[353ce24f-678b-499a-9d1b-5655e2d526ac]: (4, ('ARPING 10.180.180.190 from 10.180.180.190 qg-9f5ab199-3d\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=52309) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2024-03-22 14:31:50.969 | Mar 22 14:31:31 devstack neutron-l3-agent[51048]: DEBUG oslo.privsep.daemon [-] privsep: reply[d7e9885b-f58c-43f5-b6e4-c1280f5ca0c2]: (4, ('ARPING 10.180.180.190 from 10.180.180.190 qg-9f5ab199-3d\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=52309) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2024-03-22 14:31:50.969 | Mar 22 14:31:32 devstack neutron-l3-agent[51048]: DEBUG oslo.privsep.daemon [-] privsep: reply[6c0c117c-fe17-4ec7-98af-81c04e85b3cf]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-3f5a83a0-d4\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=52309) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2024-03-22 14:31:50.969 | Mar 22 14:31:33 devstack neutron-l3-agent[51048]: DEBUG oslo.privsep.daemon [-] privsep: reply[a09d49a9-4497-4338-8dbc-b1c175ea8185]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-3f5a83a0-d4\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=52309) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2024-03-22 14:31:50.969 | Mar 22 14:31:34 devstack neutron-l3-agent[51048]: DEBUG oslo.privsep.daemon [-] privsep: reply[42d99b72-3dde-4311-873c-0b8e4ce3a53d]: (4, ('ARPING 10.180.180.190 from 10.180.180.190 qg-9f5ab199-3d\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=52309) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2024-03-22 14:31:50.969 | Mar 22 14:31:35 devstack neutron-l3-agent[51048]: DEBUG oslo.privsep.daemon [-] privsep: reply[67ca9c0c-8ed5-47b0-97cd-0df59dd92d90]: (4, ('ARPING 10.180.180.190 from 10.180.180.190 qg-9f5ab199-3d\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=52309) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2024-03-22 14:31:50.969 | Mar 22 14:31:36 devstack neutron-l3-agent[51048]: DEBUG oslo.privsep.daemon [-] privsep: reply[2d212743-109f-4034-8057-cc97034f60fd]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-3f5a83a0-d4\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=52309) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2024-03-22 14:31:50.969 | Mar 22 14:31:37 devstack neutron-l3-agent[51048]: DEBUG oslo.privsep.daemon [-] privsep: reply[6423093d-61ce-4688-b23f-7c6a5b9a37ab]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-3f5a83a0-d4\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=52309) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2024-03-22 14:31:50.969 | Mar 22 14:31:38 devstack neutron-l3-agent[51048]: DEBUG oslo.privsep.daemon [-] privsep: reply[e8b5bddf-2048-44c1-a548-0230b08a0d6f]: (4, ('ARPING 10.180.180.190 from 10.180.180.190 qg-9f5ab199-3d\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=52309) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2024-03-22 14:31:50.969 | Mar 22 14:31:39 devstack neutron-l3-agent[51048]: DEBUG oslo.privsep.daemon [-] privsep: reply[e3a76051-0178-4794-91ba-2a1d217904ec]: (4, ('ARPING 10.180.180.190 from 10.180.180.190 qg-9f5ab199-3d\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=52309) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2024-03-22 14:31:50.971 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-03-22 14:31:50.973 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-meta.service 2024-03-22 14:31:50.982 | enabled 2024-03-22 14:31:50.985 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-meta.service --no-pager 2024-03-22 14:31:50.996 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2024-03-22 14:31:50.996 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2024-03-22 14:31:50.996 | Active: active (running) since Fri 2024-03-22 14:31:09 UTC; 41s ago 2024-03-22 14:31:50.997 | Main PID: 51488 (neutron-metadat) 2024-03-22 14:31:50.997 | Tasks: 3 (limit: 19115) 2024-03-22 14:31:50.997 | Memory: 117.0M 2024-03-22 14:31:50.997 | CPU: 1.893s 2024-03-22 14:31:50.997 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2024-03-22 14:31:50.997 | ├─51488 "neutron-metadata-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2024-03-22 14:31:50.997 | ├─51698 "neutron-metadata-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2024-03-22 14:31:50.997 | └─51699 "neutron-metadata-agent (/opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2024-03-22 14:31:50.997 | 2024-03-22 14:31:50.997 | Mar 22 14:31:11 devstack neutron-metadata-agent[51488]: DEBUG oslo_service.service [None req-243f6aec-93c2-4122-846f-cd718797691e None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=51488) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-03-22 14:31:50.997 | Mar 22 14:31:11 devstack neutron-metadata-agent[51488]: DEBUG oslo_service.service [None req-243f6aec-93c2-4122-846f-cd718797691e None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=51488) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-03-22 14:31:50.997 | Mar 22 14:31:11 devstack neutron-metadata-agent[51488]: DEBUG oslo_service.service [None req-243f6aec-93c2-4122-846f-cd718797691e None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=51488) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-03-22 14:31:50.997 | Mar 22 14:31:11 devstack neutron-metadata-agent[51488]: DEBUG oslo_service.service [None req-243f6aec-93c2-4122-846f-cd718797691e None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=51488) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-03-22 14:31:50.997 | Mar 22 14:31:11 devstack neutron-metadata-agent[51488]: DEBUG oslo_service.service [None req-243f6aec-93c2-4122-846f-cd718797691e None None] oslo_messaging_rabbit.ssl_version = {{(pid=51488) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-03-22 14:31:50.997 | Mar 22 14:31:11 devstack neutron-metadata-agent[51488]: DEBUG oslo_service.service [None req-243f6aec-93c2-4122-846f-cd718797691e None None] oslo_messaging_notifications.driver = [] {{(pid=51488) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-03-22 14:31:50.997 | Mar 22 14:31:11 devstack neutron-metadata-agent[51488]: DEBUG oslo_service.service [None req-243f6aec-93c2-4122-846f-cd718797691e None None] oslo_messaging_notifications.retry = -1 {{(pid=51488) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-03-22 14:31:50.997 | Mar 22 14:31:11 devstack neutron-metadata-agent[51488]: DEBUG oslo_service.service [None req-243f6aec-93c2-4122-846f-cd718797691e None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=51488) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-03-22 14:31:50.997 | Mar 22 14:31:11 devstack neutron-metadata-agent[51488]: DEBUG oslo_service.service [None req-243f6aec-93c2-4122-846f-cd718797691e None None] oslo_messaging_notifications.transport_url = **** {{(pid=51488) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-03-22 14:31:50.997 | Mar 22 14:31:11 devstack neutron-metadata-agent[51488]: DEBUG oslo_service.service [None req-243f6aec-93c2-4122-846f-cd718797691e None None] ******************************************************************************** {{(pid=51488) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2024-03-22 14:31:50.999 | + stack.sh:main:1469 : is_service_enabled n-api 2024-03-22 14:31:51.013 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:31:51.016 | + stack.sh:main:1470 : is_service_enabled n-cpu 2024-03-22 14:31:51.029 | + functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:31:51.032 | + stack.sh:main:1477 : 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-03-22 14:31:51.034 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-22 14:31:51.036 | + stack.sh:echo_summary:470 : 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-03-22 14:31:51.038 | + stack.sh:main:1484 : /opt/stack/data/venv/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2024-03-22 14:31:51.488 | 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-03-22 14:31:52.827 | +--------------------------------------------------------------------+ 2024-03-22 14:31:52.827 | | Upgrade Check Results | 2024-03-22 14:31:52.827 | +--------------------------------------------------------------------+ 2024-03-22 14:31:52.827 | | Check: Cells v2 | 2024-03-22 14:31:52.827 | | Result: Success | 2024-03-22 14:31:52.827 | | Details: No host mappings or compute nodes were found. Remember to | 2024-03-22 14:31:52.827 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2024-03-22 14:31:52.827 | | compute hosts are deployed. | 2024-03-22 14:31:52.827 | +--------------------------------------------------------------------+ 2024-03-22 14:31:52.827 | | Check: Placement API | 2024-03-22 14:31:52.827 | | Result: Success | 2024-03-22 14:31:52.827 | | Details: None | 2024-03-22 14:31:52.827 | +--------------------------------------------------------------------+ 2024-03-22 14:31:52.827 | | Check: Cinder API | 2024-03-22 14:31:52.827 | | Result: Success | 2024-03-22 14:31:52.827 | | Details: None | 2024-03-22 14:31:52.827 | +--------------------------------------------------------------------+ 2024-03-22 14:31:52.827 | | Check: Policy File JSON to YAML Migration | 2024-03-22 14:31:52.827 | | Result: Success | 2024-03-22 14:31:52.827 | | Details: None | 2024-03-22 14:31:52.827 | +--------------------------------------------------------------------+ 2024-03-22 14:31:52.827 | | Check: Older than N-1 computes | 2024-03-22 14:31:52.828 | | Result: Success | 2024-03-22 14:31:52.828 | | Details: None | 2024-03-22 14:31:52.828 | +--------------------------------------------------------------------+ 2024-03-22 14:31:52.828 | | Check: hw_machine_type unset | 2024-03-22 14:31:52.828 | | Result: Success | 2024-03-22 14:31:52.828 | | Details: None | 2024-03-22 14:31:52.828 | +--------------------------------------------------------------------+ 2024-03-22 14:31:52.828 | | Check: Service User Token Configuration | 2024-03-22 14:31:52.828 | | Result: Success | 2024-03-22 14:31:52.828 | | Details: None | 2024-03-22 14:31:52.828 | +--------------------------------------------------------------------+ 2024-03-22 14:31:53.143 | + stack.sh:main:1491 : [[ -x /opt/stack/devstack/local.sh ]] 2024-03-22 14:31:53.145 | + stack.sh:main:1502 : command openstack complete 2024-03-22 14:31:53.146 | + stack.sh:main:1503 : sudo tee /etc/bash_completion.d/osc.bash_completion 2024-03-22 14:31:54.440 | + stack.sh:main:1506 : is_service_enabled cinder 2024-03-22 14:31:54.455 | + functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:31:54.457 | + stack.sh:main:1507 : is_ubuntu 2024-03-22 14:31:54.459 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-03-22 14:31:54.461 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-03-22 14:31:54.463 | + stack.sh:main:1508 : echo_summary 'Configuring lvm.conf global device filter' 2024-03-22 14:31:54.465 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-22 14:31:54.467 | + stack.sh:echo_summary:470 : echo -e Configuring lvm.conf global device filter 2024-03-22 14:31:54.469 | + stack.sh:main:1509 : set_lvm_filter 2024-03-22 14:31:54.471 | + lib/lvm:set_lvm_filter:189 : local 'filter_suffix="r|.*|" ] # from devstack' 2024-03-22 14:31:54.473 | + lib/lvm:set_lvm_filter:190 : local 'filter_string=global_filter = [ ' 2024-03-22 14:31:54.475 | + lib/lvm:set_lvm_filter:191 : local pv 2024-03-22 14:31:54.477 | + lib/lvm:set_lvm_filter:192 : local vg 2024-03-22 14:31:54.479 | + lib/lvm:set_lvm_filter:193 : local line 2024-03-22 14:31:54.481 | ++ lib/lvm:set_lvm_filter:195 : sudo pvs --noheadings -o name 2024-03-22 14:31:54.556 | + lib/lvm:set_lvm_filter:200 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2024-03-22 14:31:54.558 | + lib/lvm:set_lvm_filter:202 : clean_lvm_filter 2024-03-22 14:31:54.560 | + lib/lvm:clean_lvm_filter:177 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2024-03-22 14:31:54.572 | + lib/lvm:set_lvm_filter:203 : sudo sed -i '/# global_filter = \[.*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2024-03-22 14:31:54.583 | + lib/lvm:set_lvm_filter:204 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2024-03-22 14:31:54.585 | + stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-22 14:31:54.587 | + stack.sh:echo_summary:470 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2024-03-22 14:31:54.590 | + stack.sh:main:1519 : run_phase stack test-config 2024-03-22 14:31:54.592 | + functions-common:run_phase:1828 : local mode=stack 2024-03-22 14:31:54.594 | + functions-common:run_phase:1829 : local phase=test-config 2024-03-22 14:31:54.596 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2024-03-22 14:31:54.598 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2024-03-22 14:31:54.601 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-03-22 14:31:54.603 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2024-03-22 14:31:54.605 | + functions-common:run_phase:1838 : local extra 2024-03-22 14:31:54.608 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-03-22 14:31:54.611 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2024-03-22 14:31:54.613 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-03-22 14:31:54.615 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-03-22 14:31:54.618 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2024-03-22 14:31:54.620 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-03-22 14:31:54.633 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:31:54.635 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-03-22 14:31:54.637 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-03-22 14:31:54.639 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-03-22 14:31:54.641 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-03-22 14:31:54.643 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-03-22 14:31:54.645 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-03-22 14:31:54.647 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2024-03-22 14:31:54.649 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-03-22 14:31:54.651 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2024-03-22 14:31:54.653 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-03-22 14:31:54.655 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-03-22 14:31:54.657 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2024-03-22 14:31:54.692 | [4710 Async install_tempest:28786]: Waiting for completion of install_tempest running on PID 28786 (1 other jobs running) 2024-03-22 14:31:54.709 | [4710 Async install_tempest:28786]: Signaling child to exit 2024-03-22 14:31:54.709 | WAKEUP 2024-03-22 14:31:54.724 | [4710 Async install_tempest:28786]: Signaled 2024-03-22 14:31:54.725 | ++ lib/tempest:install_tempest:858 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest master 2024-03-22 14:31:54.725 | ++ functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/tempest.git 2024-03-22 14:31:54.725 | ++ functions-common:git_clone:573 : local git_dest=/opt/stack//tempest 2024-03-22 14:31:54.725 | ++ functions-common:git_clone:574 : local git_ref=master 2024-03-22 14:31:54.725 | ++ functions-common:git_clone:575 : local orig_dir 2024-03-22 14:31:54.725 | +++ functions-common:git_clone:576 : pwd 2024-03-22 14:31:54.725 | ++ functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-03-22 14:31:54.725 | ++ functions-common:git_clone:577 : local git_clone_flags= 2024-03-22 14:31:54.725 | +++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-03-22 14:31:54.725 | ++ functions-common:git_clone:579 : RECLONE=False 2024-03-22 14:31:54.725 | ++ functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2024-03-22 14:31:54.725 | ++ functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2024-03-22 14:31:54.725 | ++ functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-03-22 14:31:54.725 | ++ functions-common:git_clone:593 : echo master 2024-03-22 14:31:54.725 | ++ functions-common:git_clone:593 : egrep -q '^refs' 2024-03-22 14:31:54.725 | ++ functions-common:git_clone:607 : [[ ! -d /opt/stack//tempest ]] 2024-03-22 14:31:54.725 | ++ functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2024-03-22 14:31:54.725 | ++ functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2024-03-22 14:31:54.725 | ++ functions-common:git_timed:680 : local count=0 2024-03-22 14:31:54.725 | ++ functions-common:git_timed:681 : local timeout=0 2024-03-22 14:31:54.725 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-22 14:31:54.725 | ++ functions-common:git_timed:684 : timeout=0 2024-03-22 14:31:54.725 | ++ functions-common:git_timed:687 : time_start git_timed 2024-03-22 14:31:54.725 | ++ functions-common:time_start:2386 : local name=git_timed 2024-03-22 14:31:54.725 | ++ functions-common:time_start:2387 : local start_time= 2024-03-22 14:31:54.725 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:31:54.725 | +++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:31:54.725 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1711117710686 2024-03-22 14:31:54.725 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2024-03-22 14:31:54.725 | Cloning into '/opt/stack//tempest'... 2024-03-22 14:31:54.725 | ++ functions-common:git_timed:702 : time_stop git_timed 2024-03-22 14:31:54.725 | ++ functions-common:time_stop:2400 : local name 2024-03-22 14:31:54.725 | ++ functions-common:time_stop:2401 : local end_time 2024-03-22 14:31:54.725 | ++ functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:31:54.725 | ++ functions-common:time_stop:2403 : local total 2024-03-22 14:31:54.725 | ++ functions-common:time_stop:2404 : local start_time 2024-03-22 14:31:54.726 | ++ functions-common:time_stop:2406 : name=git_timed 2024-03-22 14:31:54.726 | ++ functions-common:time_stop:2407 : start_time=1711117710686 2024-03-22 14:31:54.726 | ++ functions-common:time_stop:2409 : [[ -z 1711117710686 ]] 2024-03-22 14:31:54.726 | +++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:31:54.726 | ++ functions-common:time_stop:2412 : end_time=1711117713057 2024-03-22 14:31:54.726 | ++ functions-common:time_stop:2413 : elapsed_time=2371 2024-03-22 14:31:54.726 | ++ functions-common:time_stop:2414 : total=93815 2024-03-22 14:31:54.726 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:31:54.726 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=96186 2024-03-22 14:31:54.726 | ++ functions-common:git_clone:614 : cd /opt/stack//tempest 2024-03-22 14:31:54.726 | ++ functions-common:git_clone:615 : git_timed fetch --depth 10 origin master 2024-03-22 14:31:54.726 | ++ functions-common:git_timed:680 : local count=0 2024-03-22 14:31:54.726 | ++ functions-common:git_timed:681 : local timeout=0 2024-03-22 14:31:54.726 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-22 14:31:54.726 | ++ functions-common:git_timed:684 : timeout=0 2024-03-22 14:31:54.726 | ++ functions-common:git_timed:687 : time_start git_timed 2024-03-22 14:31:54.726 | ++ functions-common:time_start:2386 : local name=git_timed 2024-03-22 14:31:54.726 | ++ functions-common:time_start:2387 : local start_time= 2024-03-22 14:31:54.726 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:31:54.726 | +++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:31:54.726 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1711117713087 2024-03-22 14:31:54.726 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin master 2024-03-22 14:31:54.726 | From https://opendev.org/openstack/tempest 2024-03-22 14:31:54.726 | * branch master -> FETCH_HEAD 2024-03-22 14:31:54.726 | ++ functions-common:git_timed:702 : time_stop git_timed 2024-03-22 14:31:54.726 | ++ functions-common:time_stop:2400 : local name 2024-03-22 14:31:54.726 | ++ functions-common:time_stop:2401 : local end_time 2024-03-22 14:31:54.726 | ++ functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:31:54.726 | ++ functions-common:time_stop:2403 : local total 2024-03-22 14:31:54.726 | ++ functions-common:time_stop:2404 : local start_time 2024-03-22 14:31:54.726 | ++ functions-common:time_stop:2406 : name=git_timed 2024-03-22 14:31:54.726 | ++ functions-common:time_stop:2407 : start_time=1711117713087 2024-03-22 14:31:54.726 | ++ functions-common:time_stop:2409 : [[ -z 1711117713087 ]] 2024-03-22 14:31:54.726 | +++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:31:54.726 | ++ functions-common:time_stop:2412 : end_time=1711117714001 2024-03-22 14:31:54.726 | ++ functions-common:time_stop:2413 : elapsed_time=914 2024-03-22 14:31:54.726 | ++ functions-common:time_stop:2414 : total=96186 2024-03-22 14:31:54.726 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:31:54.726 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=97100 2024-03-22 14:31:54.726 | ++ functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2024-03-22 14:31:54.726 | ++ functions-common:git_timed:680 : local count=0 2024-03-22 14:31:54.726 | ++ functions-common:git_timed:681 : local timeout=0 2024-03-22 14:31:54.726 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2024-03-22 14:31:54.726 | ++ functions-common:git_timed:684 : timeout=0 2024-03-22 14:31:54.726 | ++ functions-common:git_timed:687 : time_start git_timed 2024-03-22 14:31:54.726 | ++ functions-common:time_start:2386 : local name=git_timed 2024-03-22 14:31:54.726 | ++ functions-common:time_start:2387 : local start_time= 2024-03-22 14:31:54.726 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2024-03-22 14:31:54.727 | +++ functions-common:time_start:2391 : date +%s%3N 2024-03-22 14:31:54.727 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1711117714030 2024-03-22 14:31:54.727 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-03-22 14:31:54.727 | Note: switching to 'FETCH_HEAD'. 2024-03-22 14:31:54.727 | 2024-03-22 14:31:54.727 | You are in 'detached HEAD' state. You can look around, make experimental 2024-03-22 14:31:54.727 | changes and commit them, and you can discard any commits you make in this 2024-03-22 14:31:54.727 | state without impacting any branches by switching back to a branch. 2024-03-22 14:31:54.727 | 2024-03-22 14:31:54.727 | If you want to create a new branch to retain commits you create, you may 2024-03-22 14:31:54.727 | do so (now or later) by using -c with the switch command. Example: 2024-03-22 14:31:54.727 | 2024-03-22 14:31:54.727 | git switch -c 2024-03-22 14:31:54.727 | 2024-03-22 14:31:54.727 | Or undo this operation with: 2024-03-22 14:31:54.727 | 2024-03-22 14:31:54.727 | git switch - 2024-03-22 14:31:54.727 | 2024-03-22 14:31:54.727 | Turn off this advice by setting config variable advice.detachedHead to false 2024-03-22 14:31:54.727 | 2024-03-22 14:31:54.727 | HEAD is now at cfdaf9a Add releasenote to tag the Tempest for 2024.1 release 2024-03-22 14:31:54.727 | ++ functions-common:git_timed:702 : time_stop git_timed 2024-03-22 14:31:54.727 | ++ functions-common:time_stop:2400 : local name 2024-03-22 14:31:54.727 | ++ functions-common:time_stop:2401 : local end_time 2024-03-22 14:31:54.727 | ++ functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:31:54.727 | ++ functions-common:time_stop:2403 : local total 2024-03-22 14:31:54.727 | ++ functions-common:time_stop:2404 : local start_time 2024-03-22 14:31:54.727 | ++ functions-common:time_stop:2406 : name=git_timed 2024-03-22 14:31:54.727 | ++ functions-common:time_stop:2407 : start_time=1711117714030 2024-03-22 14:31:54.727 | ++ functions-common:time_stop:2409 : [[ -z 1711117714030 ]] 2024-03-22 14:31:54.727 | +++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:31:54.727 | ++ functions-common:time_stop:2412 : end_time=1711117714125 2024-03-22 14:31:54.727 | ++ functions-common:time_stop:2413 : elapsed_time=95 2024-03-22 14:31:54.727 | ++ functions-common:time_stop:2414 : total=97100 2024-03-22 14:31:54.727 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:31:54.727 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=97195 2024-03-22 14:31:54.727 | ++ functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//tempest 2024-03-22 14:31:54.727 | ++ functions-common:git_clone:655 : cd /opt/stack//tempest 2024-03-22 14:31:54.727 | ++ functions-common:git_clone:656 : git show --oneline 2024-03-22 14:31:54.727 | ++ functions-common:git_clone:656 : head -1 2024-03-22 14:31:54.727 | cfdaf9a Add releasenote to tag the Tempest for 2024.1 release 2024-03-22 14:31:54.727 | ++ functions-common:git_clone:657 : cd /opt/stack/devstack 2024-03-22 14:31:54.727 | ++ lib/tempest:install_tempest:864 : pip_install 'tox!=2.8.0,<4.0.0' 2024-03-22 14:31:54.727 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2024-03-22 14:31:54.727 | ++ inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt 'tox!=2.8.0,<4.0.0' 2024-03-22 14:31:54.727 | Collecting tox!=2.8.0,<4.0.0 2024-03-22 14:31:54.727 | Using cached tox-3.28.0-py2.py3-none-any.whl.metadata (7.8 kB) 2024-03-22 14:31:54.727 | Collecting filelock>=3.0.0 (from tox!=2.8.0,<4.0.0) 2024-03-22 14:31:54.728 | Using cached filelock-3.12.0-py3-none-any.whl.metadata (2.5 kB) 2024-03-22 14:31:54.728 | Requirement already satisfied: packaging>=14 in /opt/stack/data/venv/lib/python3.10/site-packages (from tox!=2.8.0,<4.0.0) (23.1) 2024-03-22 14:31:54.728 | Collecting pluggy>=0.12.0 (from tox!=2.8.0,<4.0.0) 2024-03-22 14:31:54.728 | Using cached pluggy-1.0.0-py2.py3-none-any.whl.metadata (4.3 kB) 2024-03-22 14:31:54.728 | Collecting py>=1.4.17 (from tox!=2.8.0,<4.0.0) 2024-03-22 14:31:54.728 | Using cached py-1.11.0-py2.py3-none-any.whl.metadata (2.8 kB) 2024-03-22 14:31:54.728 | Requirement already satisfied: six>=1.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tox!=2.8.0,<4.0.0) (1.16.0) 2024-03-22 14:31:54.728 | 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 (from tox!=2.8.0,<4.0.0) 2024-03-22 14:31:54.728 | Using cached virtualenv-20.22.0-py3-none-any.whl.metadata (4.1 kB) 2024-03-22 14:31:54.728 | Collecting tomli>=2.0.1 (from tox!=2.8.0,<4.0.0) 2024-03-22 14:31:54.728 | Using cached tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB) 2024-03-22 14:31:54.728 | Collecting distlib<1,>=0.3.6 (from 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->tox!=2.8.0,<4.0.0) 2024-03-22 14:31:54.728 | Using cached distlib-0.3.6-py2.py3-none-any.whl.metadata (5.1 kB) 2024-03-22 14:31:54.728 | Collecting platformdirs<4,>=3.2 (from 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->tox!=2.8.0,<4.0.0) 2024-03-22 14:31:54.728 | Using cached platformdirs-3.2.0-py3-none-any.whl.metadata (9.5 kB) 2024-03-22 14:31:54.728 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2024-03-22 14:31:54.728 | Using cached filelock-3.12.0-py3-none-any.whl (10 kB) 2024-03-22 14:31:54.728 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2024-03-22 14:31:54.728 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2024-03-22 14:31:54.728 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2024-03-22 14:31:54.728 | Using cached virtualenv-20.22.0-py3-none-any.whl (3.2 MB) 2024-03-22 14:31:54.728 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2024-03-22 14:31:54.728 | Using cached platformdirs-3.2.0-py3-none-any.whl (14 kB) 2024-03-22 14:31:54.728 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2024-03-22 14:31:54.728 | Successfully installed distlib-0.3.6 filelock-3.12.0 platformdirs-3.2.0 pluggy-1.0.0 py-1.11.0 tomli-2.0.1 tox-3.28.0 virtualenv-20.22.0 2024-03-22 14:31:54.728 | ++ inc/python:pip_install:222 : result=0 2024-03-22 14:31:54.728 | ++ inc/python:pip_install:224 : time_stop pip_install 2024-03-22 14:31:54.728 | ++ functions-common:time_stop:2400 : local name 2024-03-22 14:31:54.728 | ++ functions-common:time_stop:2401 : local end_time 2024-03-22 14:31:54.728 | ++ functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:31:54.728 | ++ functions-common:time_stop:2403 : local total 2024-03-22 14:31:54.728 | ++ functions-common:time_stop:2404 : local start_time 2024-03-22 14:31:54.728 | ++ functions-common:time_stop:2406 : name=pip_install 2024-03-22 14:31:54.728 | ++ functions-common:time_stop:2407 : start_time=1711117714167 2024-03-22 14:31:54.728 | ++ functions-common:time_stop:2409 : [[ -z 1711117714167 ]] 2024-03-22 14:31:54.728 | +++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:31:54.728 | ++ functions-common:time_stop:2412 : end_time=1711117717416 2024-03-22 14:31:54.728 | ++ functions-common:time_stop:2413 : elapsed_time=3249 2024-03-22 14:31:54.728 | ++ functions-common:time_stop:2414 : total=87986 2024-03-22 14:31:54.728 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:31:54.728 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=91235 2024-03-22 14:31:54.728 | ++ inc/python:pip_install:225 : return 0 2024-03-22 14:31:54.728 | ++ lib/tempest:install_tempest:865 : pushd /opt/stack//tempest 2024-03-22 14:31:54.728 | ~/tempest ~/devstack 2024-03-22 14:31:54.728 | ++ lib/tempest:install_tempest:869 : git checkout master 2024-03-22 14:31:54.728 | Switched to branch 'master' 2024-03-22 14:31:54.728 | Your branch is up to date with 'origin/master'. 2024-03-22 14:31:54.728 | ++ lib/tempest:install_tempest:871 : local tmp_u_c_m 2024-03-22 14:31:54.728 | +++ lib/tempest:install_tempest:872 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-03-22 14:31:54.729 | ++ lib/tempest:install_tempest:872 : tmp_u_c_m=/tmp/tempest_u_c_m.gYFXixGBio 2024-03-22 14:31:54.729 | ++ lib/tempest:install_tempest:873 : set_tempest_venv_constraints /tmp/tempest_u_c_m.gYFXixGBio 2024-03-22 14:31:54.729 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-03-22 14:31:54.729 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.gYFXixGBio 2024-03-22 14:31:54.729 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-03-22 14:31:54.729 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-03-22 14:31:54.729 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-03-22 14:31:54.729 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-03-22 14:31:54.729 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-03-22 14:31:54.729 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-03-22 14:31:54.729 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-03-22 14:31:54.729 | ++ lib/tempest:install_tempest:875 : tox -r --notest -efull 2024-03-22 14:31:54.729 | full create: /opt/stack/tempest/.tox/tempest 2024-03-22 14:31:54.729 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-03-22 14:31:54.729 | full develop-inst: /opt/stack/tempest 2024-03-22 14:31:54.729 | full installed: attrs==23.2.0,autopage==0.5.2,bcrypt==4.1.2,certifi==2024.2.2,cffi==1.16.0,charset-normalizer==3.3.2,cliff==4.6.0,cmd2==2.4.3,cryptography==42.0.4,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.6,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.7,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.0.0,oslo.config==9.4.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==5.5.0,oslo.serialization==5.4.0,oslo.utils==7.1.0,packaging==23.2,paramiko==3.4.0,pbr==6.0.0,prettytable==3.9.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.1.1,pyperclip==1.8.2,python-dateutil==2.8.2,python-subunit==1.4.4,PyYAML==6.0.1,referencing==0.33.0,requests==2.31.0,rfc3986==2.0.0,rpds-py==0.18.0,six==1.16.0,stestr==4.1.0,stevedore==5.2.0,-e git+https://opendev.org/openstack/tempest.git@cfdaf9a4b9c8592c08e64206bef5e98828538662#egg=tempest,testtools==2.7.1,tomlkit==0.12.3,tzdata==2024.1,urllib3==1.26.18,voluptuous==0.14.2,wcwidth==0.2.13,wrapt==1.16.0 2024-03-22 14:31:54.729 | ___________________________________ summary ____________________________________ 2024-03-22 14:31:54.729 | full: skipped tests 2024-03-22 14:31:54.729 | congratulations :) 2024-03-22 14:31:54.729 | ++ lib/tempest:install_tempest:879 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.gYFXixGBio -r requirements.txt 2024-03-22 14:31:54.729 | 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.0.0) 2024-03-22 14:31:54.729 | 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.6.0) 2024-03-22 14:31:54.729 | 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-03-22 14:31:54.729 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (2.7.1) 2024-03-22 14:31:54.729 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (3.4.0) 2024-03-22 14:31:54.729 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (42.0.4) 2024-03-22 14:31:54.729 | 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-03-22 14:31:54.729 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (6.0.0) 2024-03-22 14:31:54.729 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (9.4.0) 2024-03-22 14:31:54.729 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (5.5.0) 2024-03-22 14:31:54.729 | 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-03-22 14:31:54.729 | 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.4.0) 2024-03-22 14:31:54.729 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (7.1.0) 2024-03-22 14:31:54.729 | 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-03-22 14:31:54.729 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0.1) 2024-03-22 14:31:54.729 | 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-03-22 14:31:54.729 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (5.2.0) 2024-03-22 14:31:54.729 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.9.0) 2024-03-22 14:31:54.729 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (1.26.18) 2024-03-22 14:31:54.729 | 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-03-22 14:31:54.729 | 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-03-22 14:31:54.729 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.19) 2024-03-22 14:31:54.729 | 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-03-22 14:31:54.729 | 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-03-22 14:31:54.730 | 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)) (23.2.0) 2024-03-22 14:31:54.730 | 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-03-22 14:31:54.730 | 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.33.0) 2024-03-22 14:31:54.730 | 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.18.0) 2024-03-22 14:31:54.730 | 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.1.2) 2024-03-22 14:31:54.730 | 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-03-22 14:31:54.730 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.16.0) 2024-03-22 14:31:54.730 | 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.3.0) 2024-03-22 14:31:54.730 | 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.31.0) 2024-03-22 14:31:54.730 | 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-03-22 14:31:54.730 | 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.5.0) 2024-03-22 14:31:54.730 | 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.8.2) 2024-03-22 14:31:54.730 | Requirement already satisfied: pyinotify>=0.9.6 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (0.9.6) 2024-03-22 14:31:54.730 | 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.14.2) 2024-03-22 14:31:54.730 | 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.12.3) 2024-03-22 14:31:54.730 | 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-03-22 14:31:54.730 | 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.7) 2024-03-22 14:31:54.730 | 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-03-22 14:31:54.730 | 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-03-22 14:31:54.730 | 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-03-22 14:31:54.730 | 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)) (23.2) 2024-03-22 14:31:54.730 | 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.1) 2024-03-22 14:31:54.730 | 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-03-22 14:31:54.730 | 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-03-22 14:31:54.730 | 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.21) 2024-03-22 14:31:54.730 | 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.8.2) 2024-03-22 14:31:54.730 | 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-03-22 14:31:54.730 | 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-03-22 14:31:54.730 | 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.6) 2024-03-22 14:31:54.730 | 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.2.2) 2024-03-22 14:31:54.730 | WARNING: There was an error checking the latest version of pip. 2024-03-22 14:31:54.730 | ++ lib/tempest:install_tempest:880 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2024-03-22 14:31:54.730 | ++ lib/tempest:install_tempest:881 : rm -f /tmp/tempest_u_c_m.gYFXixGBio 2024-03-22 14:31:54.730 | ++ lib/tempest:install_tempest:882 : popd 2024-03-22 14:31:54.730 | ~/devstack 2024-03-22 14:31:54.756 | [4710 Async install_tempest:28786]: finished install_tempest with result 0 in 21 seconds 2024-03-22 14:31:54.759 | ++ inc/async:async_wait:197 : return 0 2024-03-22 14:31:54.761 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2024-03-22 14:31:54.763 | ++ stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-22 14:31:54.765 | ++ stack.sh:echo_summary:470 : echo -e Initializing Tempest 2024-03-22 14:31:54.767 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2024-03-22 14:31:54.769 | ++ lib/tempest:configure_tempest:189 : [[ False == \T\r\u\e ]] 2024-03-22 14:31:54.771 | ++ lib/tempest:configure_tempest:193 : pip_install_gr testrepository 2024-03-22 14:31:54.772 | ++ inc/python:pip_install_gr:94 : local name=testrepository 2024-03-22 14:31:54.774 | ++ inc/python:pip_install_gr:95 : local clean_name 2024-03-22 14:31:54.776 | +++ inc/python:pip_install_gr:96 : get_from_global_requirements testrepository 2024-03-22 14:31:54.778 | +++ inc/python:get_from_global_requirements:247 : local package=testrepository 2024-03-22 14:31:54.779 | +++ inc/python:get_from_global_requirements:248 : local required_pkg 2024-03-22 14:31:54.782 | ++++ inc/python:get_from_global_requirements:249 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2024-03-22 14:31:54.782 | ++++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2024-03-22 14:31:54.786 | +++ inc/python:get_from_global_requirements:249 : required_pkg='testrepository ' 2024-03-22 14:31:54.787 | +++ inc/python:get_from_global_requirements:250 : [[ testrepository == '' ]] 2024-03-22 14:31:54.789 | +++ inc/python:get_from_global_requirements:253 : echo testrepository 2024-03-22 14:31:54.791 | ++ inc/python:pip_install_gr:96 : clean_name=testrepository 2024-03-22 14:31:54.792 | ++ inc/python:pip_install_gr:97 : pip_install testrepository 2024-03-22 14:31:54.807 | Using python 3.10 to install testrepository 2024-03-22 14:31:54.809 | ++ inc/python:pip_install:216 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/data/venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt testrepository 2024-03-22 14:31:55.819 | Collecting testrepository 2024-03-22 14:31:55.820 | Using cached testrepository-0.0.20-py3-none-any.whl 2024-03-22 14:31:55.850 | Requirement already satisfied: fixtures in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (4.0.1) 2024-03-22 14:31:55.851 | Requirement already satisfied: python-subunit>=0.0.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (1.4.2) 2024-03-22 14:31:55.852 | Requirement already satisfied: testtools>=0.9.30 in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (2.6.0) 2024-03-22 14:31:55.857 | Requirement already satisfied: extras in /opt/stack/data/venv/lib/python3.10/site-packages (from python-subunit>=0.0.18->testrepository) (1.0.0) 2024-03-22 14:31:55.862 | Requirement already satisfied: pbr>=0.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from testtools>=0.9.30->testrepository) (5.11.1) 2024-03-22 14:31:56.906 | Installing collected packages: testrepository 2024-03-22 14:31:57.011 | Successfully installed testrepository-0.0.20 2024-03-22 14:31:57.108 | ++ inc/python:pip_install:222 : result=0 2024-03-22 14:31:57.110 | ++ inc/python:pip_install:224 : time_stop pip_install 2024-03-22 14:31:57.112 | ++ functions-common:time_stop:2400 : local name 2024-03-22 14:31:57.113 | ++ functions-common:time_stop:2401 : local end_time 2024-03-22 14:31:57.115 | ++ functions-common:time_stop:2402 : local elapsed_time 2024-03-22 14:31:57.117 | ++ functions-common:time_stop:2403 : local total 2024-03-22 14:31:57.118 | ++ functions-common:time_stop:2404 : local start_time 2024-03-22 14:31:57.120 | ++ functions-common:time_stop:2406 : name=pip_install 2024-03-22 14:31:57.122 | ++ functions-common:time_stop:2407 : start_time=1711117914803 2024-03-22 14:31:57.124 | ++ functions-common:time_stop:2409 : [[ -z 1711117914803 ]] 2024-03-22 14:31:57.126 | +++ functions-common:time_stop:2412 : date +%s%3N 2024-03-22 14:31:57.129 | ++ functions-common:time_stop:2412 : end_time=1711117917127 2024-03-22 14:31:57.131 | ++ functions-common:time_stop:2413 : elapsed_time=2324 2024-03-22 14:31:57.132 | ++ functions-common:time_stop:2414 : total=105252 2024-03-22 14:31:57.134 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2024-03-22 14:31:57.136 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=107576 2024-03-22 14:31:57.137 | ++ inc/python:pip_install:225 : return 0 2024-03-22 14:31:57.139 | ++ lib/tempest:configure_tempest:196 : local image_lines 2024-03-22 14:31:57.141 | ++ lib/tempest:configure_tempest:197 : local images 2024-03-22 14:31:57.142 | ++ lib/tempest:configure_tempest:198 : local num_images 2024-03-22 14:31:57.144 | ++ lib/tempest:configure_tempest:199 : local image_uuid 2024-03-22 14:31:57.146 | ++ lib/tempest:configure_tempest:200 : local image_uuid_alt 2024-03-22 14:31:57.148 | ++ lib/tempest:configure_tempest:201 : local password 2024-03-22 14:31:57.149 | ++ lib/tempest:configure_tempest:202 : local line 2024-03-22 14:31:57.151 | ++ lib/tempest:configure_tempest:203 : local flavors 2024-03-22 14:31:57.153 | ++ lib/tempest:configure_tempest:204 : local available_flavors 2024-03-22 14:31:57.155 | ++ lib/tempest:configure_tempest:205 : local flavors_ref 2024-03-22 14:31:57.156 | ++ lib/tempest:configure_tempest:206 : local flavor_lines 2024-03-22 14:31:57.158 | ++ lib/tempest:configure_tempest:207 : local flavor_ref_size 2024-03-22 14:31:57.160 | ++ lib/tempest:configure_tempest:208 : local flavor_ref_alt_size 2024-03-22 14:31:57.162 | ++ lib/tempest:configure_tempest:209 : local public_network_id 2024-03-22 14:31:57.163 | ++ lib/tempest:configure_tempest:210 : local public_router_id 2024-03-22 14:31:57.165 | ++ lib/tempest:configure_tempest:211 : local ssh_connect_method=floating 2024-03-22 14:31:57.167 | ++ lib/tempest:configure_tempest:212 : local disk 2024-03-22 14:31:57.169 | ++ lib/tempest:configure_tempest:215 : ifs=' 2024-03-22 14:31:57.169 | ' 2024-03-22 14:31:57.171 | ++ lib/tempest:configure_tempest:225 : declare -a images 2024-03-22 14:31:57.173 | ++ lib/tempest:configure_tempest:227 : is_service_enabled glance 2024-03-22 14:31:57.186 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:31:57.188 | ++ lib/tempest:configure_tempest:228 : get_active_images images image_uuid 2024-03-22 14:31:57.190 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2024-03-22 14:31:57.191 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2024-03-22 14:31:57.193 | ++ lib/tempest:get_active_images:158 : img_array=() 2024-03-22 14:31:57.195 | ++ lib/tempest:get_active_images:160 : read -r IMAGE_NAME IMAGE_UUID 2024-03-22 14:31:57.196 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2024-03-22 14:31:57.196 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2024-03-22 14:31:58.349 | +++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:31:58.352 | ++ lib/tempest:get_active_images:161 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2024-03-22 14:31:58.354 | ++ lib/tempest:get_active_images:164 : img_array+=($IMAGE_UUID) 2024-03-22 14:31:58.356 | ++ lib/tempest:get_active_images:160 : read -r IMAGE_NAME IMAGE_UUID 2024-03-22 14:31:58.357 | ++ lib/tempest:configure_tempest:230 : (( 1 < 1 )) 2024-03-22 14:31:58.359 | ++ lib/tempest:configure_tempest:244 : case "${#images[*]}" in 2024-03-22 14:31:58.361 | ++ lib/tempest:configure_tempest:250 : '[' -z '' ']' 2024-03-22 14:31:58.362 | ++ lib/tempest:configure_tempest:251 : image_uuid=2ac0b39e-9905-4d86-8f3b-0875b1282d0b 2024-03-22 14:31:58.364 | ++ lib/tempest:configure_tempest:253 : image_uuid_alt=2ac0b39e-9905-4d86-8f3b-0875b1282d0b 2024-03-22 14:31:58.366 | ++ lib/tempest:configure_tempest:275 : sudo install -d -o stack /opt/stack//tempest/etc 2024-03-22 14:31:58.375 | ++ lib/tempest:configure_tempest:276 : rm -f /opt/stack//tempest/etc/tempest.conf 2024-03-22 14:31:58.378 | ++ lib/tempest:configure_tempest:278 : local password=nomoresecret 2024-03-22 14:31:58.380 | ++ lib/tempest:configure_tempest:281 : local admin_username=admin 2024-03-22 14:31:58.382 | ++ lib/tempest:configure_tempest:282 : local admin_project_name=admin 2024-03-22 14:31:58.383 | ++ lib/tempest:configure_tempest:283 : local admin_domain_name=Default 2024-03-22 14:31:58.385 | ++ lib/tempest:configure_tempest:284 : local alt_username=alt_demo 2024-03-22 14:31:58.387 | ++ lib/tempest:configure_tempest:285 : local alt_project_name=alt_demo 2024-03-22 14:31:58.388 | ++ lib/tempest:configure_tempest:286 : local admin_project_id 2024-03-22 14:31:58.391 | +++ lib/tempest:configure_tempest:287 : oscwrap --os-cloud devstack-admin project list 2024-03-22 14:31:58.392 | +++ lib/tempest:configure_tempest:287 : awk '/ admin / { print $2 }' 2024-03-22 14:31:59.456 | +++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:31:59.458 | ++ lib/tempest:configure_tempest:287 : admin_project_id=53d344078ac949bc9a672e60e994152d 2024-03-22 14:31:59.460 | ++ lib/tempest:configure_tempest:289 : is_service_enabled nova 2024-03-22 14:31:59.473 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:31:59.475 | +++ lib/tempest:configure_tempest:292 : oscwrap --os-cloud devstack-admin flavor list 2024-03-22 14:32:00.612 | +++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:32:00.615 | ++ lib/tempest:configure_tempest:292 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2024-03-22 14:32:00.615 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-03-22 14:32:00.615 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-03-22 14:32:00.615 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-03-22 14:32:00.615 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-03-22 14:32:00.615 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-03-22 14:32:00.615 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-03-22 14:32:00.615 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-03-22 14:32:00.615 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-03-22 14:32:00.615 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-03-22 14:32:00.615 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-03-22 14:32:00.615 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-03-22 14:32:00.615 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-03-22 14:32:00.615 | +----+-----------+-------+------+-----------+-------+-----------+' 2024-03-22 14:32:00.617 | ++ lib/tempest:configure_tempest:293 : [[ -z '' ]] 2024-03-22 14:32:00.618 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-03-22 14:32:00.618 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-03-22 14:32:00.618 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-03-22 14:32:00.618 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-03-22 14:32:00.618 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-03-22 14:32:00.618 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-03-22 14:32:00.618 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-03-22 14:32:00.618 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-03-22 14:32:00.618 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-03-22 14:32:00.618 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-03-22 14:32:00.618 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-03-22 14:32:00.618 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-03-22 14:32:00.618 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-03-22 14:32:00.618 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2024-03-22 14:32:00.620 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib 2ac0b39e-9905-4d86-8f3b-0875b1282d0b 2024-03-22 14:32:00.622 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-03-22 14:32:00.625 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 2ac0b39e-9905-4d86-8f3b-0875b1282d0b -c size -f value 2024-03-22 14:32:01.705 | ++++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:32:01.708 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-03-22 14:32:01.710 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-03-22 14:32:01.710 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-03-22 14:32:01.738 | ++ lib/tempest:configure_tempest:296 : disk=1 2024-03-22 14:32:01.739 | ++ lib/tempest:configure_tempest:297 : openstack --os-cloud devstack-admin flavor create --id 42 --ram 128 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.nano 2024-03-22 14:32:02.715 | +----------------------------+-----------------------+ 2024-03-22 14:32:02.715 | | Field | Value | 2024-03-22 14:32:02.715 | +----------------------------+-----------------------+ 2024-03-22 14:32:02.715 | | OS-FLV-DISABLED:disabled | False | 2024-03-22 14:32:02.715 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-03-22 14:32:02.715 | | description | None | 2024-03-22 14:32:02.715 | | disk | 1 | 2024-03-22 14:32:02.715 | | id | 42 | 2024-03-22 14:32:02.715 | | name | m1.nano | 2024-03-22 14:32:02.716 | | os-flavor-access:is_public | True | 2024-03-22 14:32:02.716 | | properties | hw_rng:allowed='True' | 2024-03-22 14:32:02.716 | | ram | 128 | 2024-03-22 14:32:02.716 | | rxtx_factor | 1.0 | 2024-03-22 14:32:02.716 | | swap | 0 | 2024-03-22 14:32:02.716 | | vcpus | 1 | 2024-03-22 14:32:02.716 | +----------------------------+-----------------------+ 2024-03-22 14:32:02.839 | ++ lib/tempest:configure_tempest:299 : flavor_ref=42 2024-03-22 14:32:02.841 | ++ lib/tempest:configure_tempest:300 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-03-22 14:32:02.841 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-03-22 14:32:02.841 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-03-22 14:32:02.841 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-03-22 14:32:02.841 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-03-22 14:32:02.841 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-03-22 14:32:02.841 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-03-22 14:32:02.841 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-03-22 14:32:02.841 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-03-22 14:32:02.841 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-03-22 14:32:02.841 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-03-22 14:32:02.841 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-03-22 14:32:02.841 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-03-22 14:32:02.841 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2024-03-22 14:32:02.843 | +++ lib/tempest:configure_tempest:302 : image_size_in_gib 2ac0b39e-9905-4d86-8f3b-0875b1282d0b 2024-03-22 14:32:02.845 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-03-22 14:32:02.847 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 2ac0b39e-9905-4d86-8f3b-0875b1282d0b -c size -f value 2024-03-22 14:32:03.951 | ++++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:32:03.953 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-03-22 14:32:03.956 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-03-22 14:32:03.956 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-03-22 14:32:03.984 | ++ lib/tempest:configure_tempest:302 : disk=1 2024-03-22 14:32:03.985 | ++ lib/tempest:configure_tempest:303 : openstack --os-cloud devstack-admin flavor create --id 84 --ram 192 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.micro 2024-03-22 14:32:04.967 | +----------------------------+-----------------------+ 2024-03-22 14:32:04.967 | | Field | Value | 2024-03-22 14:32:04.967 | +----------------------------+-----------------------+ 2024-03-22 14:32:04.967 | | OS-FLV-DISABLED:disabled | False | 2024-03-22 14:32:04.967 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-03-22 14:32:04.967 | | description | None | 2024-03-22 14:32:04.967 | | disk | 1 | 2024-03-22 14:32:04.967 | | id | 84 | 2024-03-22 14:32:04.967 | | name | m1.micro | 2024-03-22 14:32:04.967 | | os-flavor-access:is_public | True | 2024-03-22 14:32:04.967 | | properties | hw_rng:allowed='True' | 2024-03-22 14:32:04.967 | | ram | 192 | 2024-03-22 14:32:04.967 | | rxtx_factor | 1.0 | 2024-03-22 14:32:04.967 | | swap | 0 | 2024-03-22 14:32:04.967 | | vcpus | 1 | 2024-03-22 14:32:04.967 | +----------------------------+-----------------------+ 2024-03-22 14:32:05.089 | ++ lib/tempest:configure_tempest:305 : flavor_ref_alt=84 2024-03-22 14:32:05.091 | ++ lib/tempest:configure_tempest:354 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2024-03-22 14:32:05.116 | ++ lib/tempest:configure_tempest:356 : ssh_connect_method=floating 2024-03-22 14:32:05.118 | ++ lib/tempest:configure_tempest:362 : [[ True == \T\r\u\e ]] 2024-03-22 14:32:05.119 | ++ lib/tempest:configure_tempest:362 : is_networking_extension_supported external-net 2024-03-22 14:32:05.121 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=external-net 2024-03-22 14:32:05.123 | +++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-03-22 14:32:06.275 | +++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:32:06.277 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2024-03-22 14:32:06.277 | address-scope 2024-03-22 14:32:06.277 | router-admin-state-down-before-update 2024-03-22 14:32:06.277 | agent 2024-03-22 14:32:06.277 | agent-resources-synced 2024-03-22 14:32:06.277 | allowed-address-pairs 2024-03-22 14:32:06.277 | auto-allocated-topology 2024-03-22 14:32:06.277 | availability_zone 2024-03-22 14:32:06.278 | availability_zone_filter 2024-03-22 14:32:06.278 | default-subnetpools 2024-03-22 14:32:06.278 | dhcp_agent_scheduler 2024-03-22 14:32:06.278 | dvr 2024-03-22 14:32:06.278 | empty-string-filtering 2024-03-22 14:32:06.278 | external-net 2024-03-22 14:32:06.278 | extra_dhcp_opt 2024-03-22 14:32:06.278 | extraroute 2024-03-22 14:32:06.278 | extraroute-atomic 2024-03-22 14:32:06.278 | filter-validation 2024-03-22 14:32:06.278 | floating-ip-port-forwarding-detail 2024-03-22 14:32:06.278 | fip-port-details 2024-03-22 14:32:06.278 | flavors 2024-03-22 14:32:06.278 | floatingip-pools 2024-03-22 14:32:06.278 | ip-substring-filtering 2024-03-22 14:32:06.278 | router 2024-03-22 14:32:06.278 | ext-gw-mode 2024-03-22 14:32:06.278 | l3-ha 2024-03-22 14:32:06.278 | l3-flavors 2024-03-22 14:32:06.278 | l3-port-ip-change-not-allowed 2024-03-22 14:32:06.278 | l3_agent_scheduler 2024-03-22 14:32:06.278 | multi-provider 2024-03-22 14:32:06.278 | net-mtu 2024-03-22 14:32:06.278 | net-mtu-writable 2024-03-22 14:32:06.278 | network_availability_zone 2024-03-22 14:32:06.278 | network_ha 2024-03-22 14:32:06.278 | network-ip-availability 2024-03-22 14:32:06.278 | pagination 2024-03-22 14:32:06.278 | port-device-profile 2024-03-22 14:32:06.278 | port-mac-override 2024-03-22 14:32:06.278 | port-mac-address-regenerate 2024-03-22 14:32:06.278 | port-numa-affinity-policy 2024-03-22 14:32:06.278 | binding 2024-03-22 14:32:06.278 | binding-extended 2024-03-22 14:32:06.278 | port-security 2024-03-22 14:32:06.278 | project-id 2024-03-22 14:32:06.278 | provider 2024-03-22 14:32:06.278 | quota-check-limit 2024-03-22 14:32:06.278 | quotas 2024-03-22 14:32:06.278 | quota_details 2024-03-22 14:32:06.278 | rbac-policies 2024-03-22 14:32:06.278 | rbac-address-group 2024-03-22 14:32:06.278 | rbac-address-scope 2024-03-22 14:32:06.278 | rbac-security-groups 2024-03-22 14:32:06.278 | rbac-subnetpool 2024-03-22 14:32:06.278 | revision-if-match 2024-03-22 14:32:06.278 | standard-attr-revisions 2024-03-22 14:32:06.278 | router_availability_zone 2024-03-22 14:32:06.278 | security-groups-default-rules 2024-03-22 14:32:06.279 | security-groups-normalized-cidr 2024-03-22 14:32:06.279 | port-security-groups-filtering 2024-03-22 14:32:06.279 | security-groups-remote-address-group 2024-03-22 14:32:06.279 | security-groups-shared-filtering 2024-03-22 14:32:06.279 | security-group 2024-03-22 14:32:06.279 | service-type 2024-03-22 14:32:06.279 | sorting 2024-03-22 14:32:06.279 | standard-attr-description 2024-03-22 14:32:06.279 | stateful-security-group 2024-03-22 14:32:06.279 | subnet_onboard 2024-03-22 14:32:06.279 | subnet-service-types 2024-03-22 14:32:06.279 | subnet_allocation 2024-03-22 14:32:06.279 | subnetpool-prefix-ops 2024-03-22 14:32:06.279 | standard-attr-tag 2024-03-22 14:32:06.279 | standard-attr-timestamp 2024-03-22 14:32:06.279 | nsxt-ops' 2024-03-22 14:32:06.279 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2024-03-22 14:32:06.279 | address-scope 2024-03-22 14:32:06.279 | router-admin-state-down-before-update 2024-03-22 14:32:06.279 | agent 2024-03-22 14:32:06.279 | agent-resources-synced 2024-03-22 14:32:06.279 | allowed-address-pairs 2024-03-22 14:32:06.279 | auto-allocated-topology 2024-03-22 14:32:06.279 | availability_zone 2024-03-22 14:32:06.280 | availability_zone_filter 2024-03-22 14:32:06.280 | default-subnetpools 2024-03-22 14:32:06.280 | dhcp_agent_scheduler 2024-03-22 14:32:06.280 | dvr 2024-03-22 14:32:06.280 | empty-string-filtering 2024-03-22 14:32:06.280 | external-net 2024-03-22 14:32:06.280 | extra_dhcp_opt 2024-03-22 14:32:06.280 | extraroute 2024-03-22 14:32:06.280 | extraroute-atomic 2024-03-22 14:32:06.280 | filter-validation 2024-03-22 14:32:06.280 | floating-ip-port-forwarding-detail 2024-03-22 14:32:06.280 | fip-port-details 2024-03-22 14:32:06.280 | flavors 2024-03-22 14:32:06.280 | floatingip-pools 2024-03-22 14:32:06.280 | ip-substring-filtering 2024-03-22 14:32:06.280 | router 2024-03-22 14:32:06.280 | ext-gw-mode 2024-03-22 14:32:06.280 | l3-ha 2024-03-22 14:32:06.280 | l3-flavors 2024-03-22 14:32:06.280 | l3-port-ip-change-not-allowed 2024-03-22 14:32:06.280 | l3_agent_scheduler 2024-03-22 14:32:06.280 | multi-provider 2024-03-22 14:32:06.280 | net-mtu 2024-03-22 14:32:06.280 | net-mtu-writable 2024-03-22 14:32:06.280 | network_availability_zone 2024-03-22 14:32:06.280 | network_ha 2024-03-22 14:32:06.280 | network-ip-availability 2024-03-22 14:32:06.280 | pagination 2024-03-22 14:32:06.280 | port-device-profile 2024-03-22 14:32:06.280 | port-mac-override 2024-03-22 14:32:06.280 | port-mac-address-regenerate 2024-03-22 14:32:06.280 | port-numa-affinity-policy 2024-03-22 14:32:06.280 | binding 2024-03-22 14:32:06.280 | binding-extended 2024-03-22 14:32:06.280 | port-security 2024-03-22 14:32:06.280 | project-id 2024-03-22 14:32:06.280 | provider 2024-03-22 14:32:06.280 | quota-check-limit 2024-03-22 14:32:06.280 | quotas 2024-03-22 14:32:06.280 | quota_details 2024-03-22 14:32:06.280 | rbac-policies 2024-03-22 14:32:06.280 | rbac-address-group 2024-03-22 14:32:06.280 | rbac-address-scope 2024-03-22 14:32:06.280 | rbac-security-groups 2024-03-22 14:32:06.280 | rbac-subnetpool 2024-03-22 14:32:06.280 | revision-if-match 2024-03-22 14:32:06.280 | standard-attr-revisions 2024-03-22 14:32:06.280 | router_availability_zone 2024-03-22 14:32:06.280 | security-groups-default-rules 2024-03-22 14:32:06.280 | security-groups-normalized-cidr 2024-03-22 14:32:06.280 | port-security-groups-filtering 2024-03-22 14:32:06.280 | security-groups-remote-address-group 2024-03-22 14:32:06.280 | security-groups-shared-filtering 2024-03-22 14:32:06.281 | security-group 2024-03-22 14:32:06.281 | service-type 2024-03-22 14:32:06.281 | sorting 2024-03-22 14:32:06.281 | standard-attr-description 2024-03-22 14:32:06.281 | stateful-security-group 2024-03-22 14:32:06.281 | subnet_onboard 2024-03-22 14:32:06.281 | subnet-service-types 2024-03-22 14:32:06.281 | subnet_allocation 2024-03-22 14:32:06.281 | subnetpool-prefix-ops 2024-03-22 14:32:06.281 | standard-attr-tag 2024-03-22 14:32:06.281 | standard-attr-timestamp 2024-03-22 14:32:06.281 | nsxt-ops =~ external-net ]] 2024-03-22 14:32:06.281 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2024-03-22 14:32:06.283 | +++ lib/tempest:configure_tempest:363 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2024-03-22 14:32:07.432 | +++ functions-common:oscwrap:2440 : return 0 2024-03-22 14:32:07.435 | ++ lib/tempest:configure_tempest:363 : public_network_id=be55aaf9-d6a7-4bfe-9c15-51a2fec59a72 2024-03-22 14:32:07.437 | ++ lib/tempest:configure_tempest:365 : openstack --os-cloud devstack-admin --os-region RegionOne network create --share shared 2024-03-22 14:32:08.471 | +---------------------------+--------------------------------------+ 2024-03-22 14:32:08.471 | | Field | Value | 2024-03-22 14:32:08.471 | +---------------------------+--------------------------------------+ 2024-03-22 14:32:08.472 | | admin_state_up | UP | 2024-03-22 14:32:08.472 | | availability_zone_hints | | 2024-03-22 14:32:08.472 | | availability_zones | | 2024-03-22 14:32:08.472 | | created_at | 2024-03-22T14:32:08Z | 2024-03-22 14:32:08.472 | | description | | 2024-03-22 14:32:08.472 | | dns_domain | None | 2024-03-22 14:32:08.472 | | id | a756f69c-17a0-495a-9a23-50fa78f50ecd | 2024-03-22 14:32:08.472 | | ipv4_address_scope | None | 2024-03-22 14:32:08.472 | | ipv6_address_scope | None | 2024-03-22 14:32:08.472 | | is_default | False | 2024-03-22 14:32:08.472 | | is_vlan_transparent | None | 2024-03-22 14:32:08.472 | | mtu | 8950 | 2024-03-22 14:32:08.472 | | name | shared | 2024-03-22 14:32:08.472 | | port_security_enabled | True | 2024-03-22 14:32:08.472 | | project_id | 53d344078ac949bc9a672e60e994152d | 2024-03-22 14:32:08.472 | | provider:network_type | vlan | 2024-03-22 14:32:08.472 | | provider:physical_network | default | 2024-03-22 14:32:08.472 | | provider:segmentation_id | 791 | 2024-03-22 14:32:08.472 | | qos_policy_id | None | 2024-03-22 14:32:08.472 | | revision_number | 1 | 2024-03-22 14:32:08.472 | | router:external | Internal | 2024-03-22 14:32:08.472 | | segments | None | 2024-03-22 14:32:08.472 | | shared | True | 2024-03-22 14:32:08.472 | | status | ACTIVE | 2024-03-22 14:32:08.472 | | subnets | | 2024-03-22 14:32:08.472 | | tags | | 2024-03-22 14:32:08.472 | | tenant_id | 53d344078ac949bc9a672e60e994152d | 2024-03-22 14:32:08.472 | | updated_at | 2024-03-22T14:32:08Z | 2024-03-22 14:32:08.472 | +---------------------------+--------------------------------------+ 2024-03-22 14:32:08.601 | ++ lib/tempest:configure_tempest:366 : 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-03-22 14:32:09.724 | +----------------------+--------------------------------------+ 2024-03-22 14:32:09.724 | | Field | Value | 2024-03-22 14:32:09.724 | +----------------------+--------------------------------------+ 2024-03-22 14:32:09.724 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2024-03-22 14:32:09.724 | | cidr | 192.168.233.0/24 | 2024-03-22 14:32:09.724 | | created_at | 2024-03-22T14:32:09Z | 2024-03-22 14:32:09.724 | | description | shared-subnet | 2024-03-22 14:32:09.724 | | dns_nameservers | | 2024-03-22 14:32:09.724 | | dns_publish_fixed_ip | None | 2024-03-22 14:32:09.724 | | enable_dhcp | True | 2024-03-22 14:32:09.724 | | gateway_ip | 192.168.233.1 | 2024-03-22 14:32:09.724 | | host_routes | | 2024-03-22 14:32:09.724 | | id | e0208521-b709-47ba-aab6-dec11610d56c | 2024-03-22 14:32:09.724 | | ip_version | 4 | 2024-03-22 14:32:09.724 | | ipv6_address_mode | None | 2024-03-22 14:32:09.724 | | ipv6_ra_mode | None | 2024-03-22 14:32:09.724 | | name | shared-subnet | 2024-03-22 14:32:09.724 | | network_id | a756f69c-17a0-495a-9a23-50fa78f50ecd | 2024-03-22 14:32:09.724 | | project_id | 53d344078ac949bc9a672e60e994152d | 2024-03-22 14:32:09.724 | | revision_number | 0 | 2024-03-22 14:32:09.724 | | segment_id | None | 2024-03-22 14:32:09.724 | | service_types | | 2024-03-22 14:32:09.724 | | subnetpool_id | None | 2024-03-22 14:32:09.724 | | tags | | 2024-03-22 14:32:09.725 | | updated_at | 2024-03-22T14:32:09Z | 2024-03-22 14:32:09.725 | +----------------------+--------------------------------------+ 2024-03-22 14:32:09.856 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2024-03-22 14:32:09.883 | ++ lib/tempest:configure_tempest:372 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2024-03-22 14:32:09.909 | ++ lib/tempest:configure_tempest:373 : mkdir -p /opt/stack/data/tempest 2024-03-22 14:32:09.913 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2024-03-22 14:32:09.938 | ++ lib/tempest:configure_tempest:375 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2024-03-22 14:32:09.963 | ++ lib/tempest:configure_tempest:376 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2024-03-22 14:32:09.990 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2024-03-22 14:32:10.014 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2024-03-22 14:32:10.041 | ++ lib/tempest:configure_tempest:383 : iniset /opt/stack//tempest/etc/tempest.conf identity uri http://10.180.1.21/identity/v2.0/ 2024-03-22 14:32:10.064 | ++ lib/tempest:configure_tempest:384 : iniset /opt/stack//tempest/etc/tempest.conf identity uri_v3 http://10.180.1.21/identity/v3 2024-03-22 14:32:10.087 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2024-03-22 14:32:10.110 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2024-03-22 14:32:10.133 | ++ lib/tempest:configure_tempest:387 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2024-03-22 14:32:10.155 | ++ lib/tempest:configure_tempest:388 : [[ True == \T\r\u\e ]] 2024-03-22 14:32:10.158 | ++ lib/tempest:configure_tempest:389 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2024-03-22 14:32:10.185 | ++ lib/tempest:configure_tempest:390 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2024-03-22 14:32:10.210 | ++ lib/tempest:configure_tempest:391 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2024-03-22 14:32:10.233 | ++ lib/tempest:configure_tempest:392 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2024-03-22 14:32:10.255 | ++ lib/tempest:configure_tempest:394 : '[' '' == True ']' 2024-03-22 14:32:10.257 | ++ lib/tempest:configure_tempest:399 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2024-03-22 14:32:10.281 | ++ lib/tempest:configure_tempest:401 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2024-03-22 14:32:10.305 | ++ lib/tempest:configure_tempest:402 : [[ '' != \v\2 ]] 2024-03-22 14:32:10.306 | ++ lib/tempest:configure_tempest:404 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2024-03-22 14:32:10.330 | ++ lib/tempest:configure_tempest:407 : is_service_enabled tls-proxy 2024-03-22 14:32:10.342 | ++ functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:32:10.344 | ++ lib/tempest:configure_tempest:412 : [[ True = True ]] 2024-03-22 14:32:10.346 | ++ lib/tempest:configure_tempest:413 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2024-03-22 14:32:10.368 | ++ lib/tempest:configure_tempest:418 : is_service_enabled ldap 2024-03-22 14:32:10.380 | ++ functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:32:10.382 | ++ lib/tempest:configure_tempest:424 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2024-03-22 14:32:10.405 | ++ lib/tempest:configure_tempest:428 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2024-03-22 14:32:10.428 | ++ lib/tempest:configure_tempest:432 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2024-03-22 14:32:10.452 | ++ lib/tempest:configure_tempest:437 : [[ ! -z '' ]] 2024-03-22 14:32:10.453 | ++ lib/tempest:configure_tempest:440 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2024-03-22 14:32:10.478 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2024-03-22 14:32:10.503 | ++ lib/tempest:configure_tempest:442 : is_service_enabled g-api-r 2024-03-22 14:32:10.514 | ++ functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:32:10.516 | ++ lib/tempest:configure_tempest:447 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref 2ac0b39e-9905-4d86-8f3b-0875b1282d0b 2024-03-22 14:32:10.539 | ++ lib/tempest:configure_tempest:448 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt 2ac0b39e-9905-4d86-8f3b-0875b1282d0b 2024-03-22 14:32:10.562 | ++ lib/tempest:configure_tempest:449 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2024-03-22 14:32:10.585 | ++ lib/tempest:configure_tempest:450 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2024-03-22 14:32:10.609 | ++ lib/tempest:configure_tempest:451 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2024-03-22 14:32:10.633 | ++ lib/tempest:configure_tempest:452 : is_service_enabled neutron 2024-03-22 14:32:10.646 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:32:10.647 | ++ lib/tempest:configure_tempest:460 : [[ -n '' ]] 2024-03-22 14:32:10.649 | ++ lib/tempest:configure_tempest:470 : local tempest_compute_min_microversion=None 2024-03-22 14:32:10.651 | ++ lib/tempest:configure_tempest:471 : local tempest_compute_max_microversion=2.95 2024-03-22 14:32:10.653 | ++ lib/tempest:configure_tempest:474 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2024-03-22 14:32:10.654 | ++ lib/tempest:configure_tempest:478 : '[' None == None ']' 2024-03-22 14:32:10.656 | ++ lib/tempest:configure_tempest:479 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2024-03-22 14:32:10.670 | ++ lib/tempest:configure_tempest:483 : '[' 2.95 == None ']' 2024-03-22 14:32:10.672 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2024-03-22 14:32:10.696 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2024-03-22 14:32:10.721 | ++ lib/tempest:configure_tempest:490 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2024-03-22 14:32:10.744 | ++ lib/tempest:configure_tempest:491 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2024-03-22 14:32:10.769 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2024-03-22 14:32:10.792 | ++ lib/tempest:configure_tempest:493 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2024-03-22 14:32:10.815 | ++ lib/tempest:configure_tempest:494 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2024-03-22 14:32:10.837 | ++ lib/tempest:configure_tempest:495 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2024-03-22 14:32:10.860 | ++ lib/tempest:configure_tempest:498 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2024-03-22 14:32:10.882 | ++ lib/tempest:configure_tempest:500 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2024-03-22 14:32:10.884 | ++ lib/tempest:configure_tempest:501 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled scheduler_enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2024-03-22 14:32:10.907 | ++ lib/tempest:configure_tempest:504 : [[ False == \T\r\u\e ]] 2024-03-22 14:32:10.908 | ++ lib/tempest:configure_tempest:508 : is_service_enabled n-novnc 2024-03-22 14:32:10.921 | ++ functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:32:10.923 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2024-03-22 14:32:10.947 | ++ lib/tempest:configure_tempest:514 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id be55aaf9-d6a7-4bfe-9c15-51a2fec59a72 2024-03-22 14:32:10.969 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2024-03-22 14:32:10.992 | ++ lib/tempest:configure_tempest:516 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2024-03-22 14:32:11.014 | ++ lib/tempest:configure_tempest:517 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2024-03-22 14:32:11.038 | ++ lib/tempest:configure_tempest:518 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2024-03-22 14:32:11.060 | ++ lib/tempest:configure_tempest:519 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2024-03-22 14:32:11.083 | ++ lib/tempest:configure_tempest:521 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2024-03-22 14:32:11.107 | ++ lib/tempest:configure_tempest:524 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2024-03-22 14:32:11.108 | ++ lib/tempest:configure_tempest:525 : SCENARIO_IMAGE_FILE= 2024-03-22 14:32:11.110 | ++ lib/tempest:configure_tempest:526 : SCENARIO_IMAGE_TYPE=cirros 2024-03-22 14:32:11.112 | ++ lib/tempest:configure_tempest:527 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2024-03-22 14:32:11.135 | ++ lib/tempest:configure_tempest:531 : [[ cirros == \c\i\r\r\o\s ]] 2024-03-22 14:32:11.138 | +++ lib/tempest:configure_tempest:534 : echo 0.6.2 2024-03-22 14:32:11.138 | +++ lib/tempest:configure_tempest:534 : tr -d . 2024-03-22 14:32:11.142 | ++ lib/tempest:configure_tempest:534 : [[ 062 -ge 060 ]] 2024-03-22 14:32:11.144 | ++ lib/tempest:configure_tempest:535 : iniset /opt/stack//tempest/etc/tempest.conf scenario dhcp_client dhcpcd 2024-03-22 14:32:11.166 | ++ lib/tempest:configure_tempest:540 : TEMPEST_SSH_NETWORK_NAME=private 2024-03-22 14:32:11.168 | ++ lib/tempest:configure_tempest:541 : is_provider_network 2024-03-22 14:32:11.170 | ++ functions-common:is_provider_network:2249 : '[' '' == True ']' 2024-03-22 14:32:11.172 | ++ functions-common:is_provider_network:2252 : return 1 2024-03-22 14:32:11.174 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2024-03-22 14:32:11.197 | ++ lib/tempest:configure_tempest:546 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2024-03-22 14:32:11.219 | ++ lib/tempest:configure_tempest:547 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2024-03-22 14:32:11.241 | ++ lib/tempest:configure_tempest:548 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2024-03-22 14:32:11.263 | ++ lib/tempest:configure_tempest:549 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2024-03-22 14:32:11.285 | ++ lib/tempest:configure_tempest:550 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2024-03-22 14:32:11.307 | ++ lib/tempest:configure_tempest:554 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-03-22 14:32:11.309 | +++ lib/tempest:configure_tempest:557 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2024-03-22 14:32:11.321 | ++ lib/tempest:configure_tempest:557 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2024-03-22 14:32:11.345 | ++ lib/tempest:configure_tempest:559 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-03-22 14:32:11.347 | +++ lib/tempest:configure_tempest:562 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2024-03-22 14:32:11.360 | ++ lib/tempest:configure_tempest:562 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2024-03-22 14:32:11.382 | ++ lib/tempest:configure_tempest:565 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-03-22 14:32:11.384 | +++ lib/tempest:configure_tempest:568 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2024-03-22 14:32:11.396 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2024-03-22 14:32:11.419 | ++ lib/tempest:configure_tempest:570 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-03-22 14:32:11.421 | +++ lib/tempest:configure_tempest:573 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2024-03-22 14:32:11.433 | ++ lib/tempest:configure_tempest:573 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2024-03-22 14:32:11.456 | ++ lib/tempest:configure_tempest:574 : local tempest_volume_min_microversion=None 2024-03-22 14:32:11.458 | ++ lib/tempest:configure_tempest:575 : local tempest_volume_max_microversion=3.70 2024-03-22 14:32:11.460 | ++ lib/tempest:configure_tempest:576 : '[' None == None ']' 2024-03-22 14:32:11.462 | ++ lib/tempest:configure_tempest:577 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2024-03-22 14:32:11.475 | ++ lib/tempest:configure_tempest:582 : '[' 3.70 == None ']' 2024-03-22 14:32:11.477 | ++ lib/tempest:configure_tempest:585 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2024-03-22 14:32:11.499 | ++ lib/tempest:configure_tempest:588 : is_service_enabled c-bak 2024-03-22 14:32:11.512 | ++ functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:32:11.513 | ++ lib/tempest:configure_tempest:589 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2024-03-22 14:32:11.536 | ++ lib/tempest:configure_tempest:595 : [[ -n vmdk:vsphere ]] 2024-03-22 14:32:11.538 | ++ lib/tempest:configure_tempest:595 : [[ vmdk:vsphere =~ .*,.* ]] 2024-03-22 14:32:11.540 | ++ lib/tempest:configure_tempest:615 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2024-03-22 14:32:11.542 | ++ lib/tempest:configure_tempest:619 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2024-03-22 14:32:11.544 | ++ lib/tempest:configure_tempest:624 : [[ False == \T\r\u\e ]] 2024-03-22 14:32:11.545 | ++ lib/tempest:configure_tempest:633 : local tempest_placement_min_microversion=None 2024-03-22 14:32:11.547 | ++ lib/tempest:configure_tempest:634 : local tempest_placement_max_microversion=1.39 2024-03-22 14:32:11.549 | ++ lib/tempest:configure_tempest:635 : '[' None == None ']' 2024-03-22 14:32:11.551 | ++ lib/tempest:configure_tempest:636 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2024-03-22 14:32:11.564 | ++ lib/tempest:configure_tempest:640 : '[' 1.39 == None ']' 2024-03-22 14:32:11.566 | ++ lib/tempest:configure_tempest:643 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2024-03-22 14:32:11.590 | ++ lib/tempest:configure_tempest:647 : '[' vsphere = ironic ']' 2024-03-22 14:32:11.592 | ++ lib/tempest:configure_tempest:661 : '[' vsphere = libvirt ']' 2024-03-22 14:32:11.594 | ++ lib/tempest:configure_tempest:685 : local service 2024-03-22 14:32:11.595 | ++ lib/tempest:configure_tempest:686 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2024-03-22 14:32:11.597 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2024-03-22 14:32:11.599 | ++ lib/tempest:configure_tempest:688 : is_service_enabled key 2024-03-22 14:32:11.611 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:32:11.613 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2024-03-22 14:32:11.636 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2024-03-22 14:32:11.638 | ++ lib/tempest:configure_tempest:688 : is_service_enabled glance 2024-03-22 14:32:11.650 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:32:11.652 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2024-03-22 14:32:11.675 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2024-03-22 14:32:11.676 | ++ lib/tempest:configure_tempest:688 : is_service_enabled nova 2024-03-22 14:32:11.688 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:32:11.690 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2024-03-22 14:32:11.714 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2024-03-22 14:32:11.716 | ++ lib/tempest:configure_tempest:688 : is_service_enabled neutron 2024-03-22 14:32:11.728 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:32:11.730 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2024-03-22 14:32:11.752 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2024-03-22 14:32:11.754 | ++ lib/tempest:configure_tempest:688 : is_service_enabled cinder 2024-03-22 14:32:11.767 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:32:11.768 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2024-03-22 14:32:11.791 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2024-03-22 14:32:11.792 | ++ lib/tempest:configure_tempest:688 : is_service_enabled swift 2024-03-22 14:32:11.804 | ++ functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:32:11.806 | ++ lib/tempest:configure_tempest:691 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2024-03-22 14:32:11.828 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2024-03-22 14:32:11.830 | ++ lib/tempest:configure_tempest:688 : is_service_enabled horizon 2024-03-22 14:32:11.842 | ++ functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:32:11.844 | ++ lib/tempest:configure_tempest:691 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon False 2024-03-22 14:32:11.867 | ++ lib/tempest:configure_tempest:699 : [[ False == True ]] 2024-03-22 14:32:11.869 | ++ lib/tempest:configure_tempest:699 : [[ False == True ]] 2024-03-22 14:32:11.871 | ++ lib/tempest:configure_tempest:705 : [[ True == True ]] 2024-03-22 14:32:11.873 | ++ lib/tempest:configure_tempest:706 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope nova true 2024-03-22 14:32:11.895 | ++ lib/tempest:configure_tempest:709 : [[ False == True ]] 2024-03-22 14:32:11.897 | ++ lib/tempest:configure_tempest:709 : [[ False == True ]] 2024-03-22 14:32:11.899 | ++ lib/tempest:configure_tempest:713 : [[ True == True ]] 2024-03-22 14:32:11.901 | ++ lib/tempest:configure_tempest:714 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope glance true 2024-03-22 14:32:11.925 | ++ lib/tempest:configure_tempest:717 : [[ False == True ]] 2024-03-22 14:32:11.926 | ++ lib/tempest:configure_tempest:717 : [[ False == True ]] 2024-03-22 14:32:11.928 | ++ lib/tempest:configure_tempest:721 : '[' vsphere = libvirt ']' 2024-03-22 14:32:11.930 | ++ lib/tempest:configure_tempest:731 : local tmp_cfg_file 2024-03-22 14:32:11.932 | +++ lib/tempest:configure_tempest:732 : mktemp 2024-03-22 14:32:11.935 | ++ lib/tempest:configure_tempest:732 : tmp_cfg_file=/tmp/tmp.i4bYYZFakj 2024-03-22 14:32:11.937 | ++ lib/tempest:configure_tempest:733 : cd /opt/stack//tempest 2024-03-22 14:32:11.939 | ++ lib/tempest:configure_tempest:735 : local tmp_u_c_m 2024-03-22 14:32:11.941 | +++ lib/tempest:configure_tempest:736 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-03-22 14:32:11.944 | ++ lib/tempest:configure_tempest:736 : tmp_u_c_m=/tmp/tempest_u_c_m.lK6SnUfuHK 2024-03-22 14:32:11.946 | ++ lib/tempest:configure_tempest:737 : set_tempest_venv_constraints /tmp/tempest_u_c_m.lK6SnUfuHK 2024-03-22 14:32:11.948 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-03-22 14:32:11.950 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.lK6SnUfuHK 2024-03-22 14:32:11.952 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-03-22 14:32:11.954 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-03-22 14:32:11.956 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-03-22 14:32:11.960 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-03-22 14:32:11.962 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-03-22 14:32:11.965 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-03-22 14:32:11.966 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-03-22 14:32:11.968 | ++ lib/tempest:configure_tempest:738 : [[ False != \T\r\u\e ]] 2024-03-22 14:32:11.970 | ++ lib/tempest:configure_tempest:739 : tox -revenv-tempest --notest 2024-03-22 14:32:12.205 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2024-03-22 14:32:12.582 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-03-22 14:32:21.538 | venv-tempest develop-inst: /opt/stack/tempest 2024-03-22 14:32:24.315 | venv-tempest installed: attrs==23.2.0,autopage==0.5.2,bcrypt==4.1.2,certifi==2024.2.2,cffi==1.16.0,charset-normalizer==3.3.2,cliff==4.6.0,cmd2==2.4.3,cryptography==42.0.4,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.6,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.7,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.0.0,oslo.config==9.4.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==5.5.0,oslo.serialization==5.4.0,oslo.utils==7.1.0,packaging==23.2,paramiko==3.4.0,pbr==6.0.0,prettytable==3.9.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.1.1,pyperclip==1.8.2,python-dateutil==2.8.2,python-subunit==1.4.4,PyYAML==6.0.1,referencing==0.33.0,requests==2.31.0,rfc3986==2.0.0,rpds-py==0.18.0,six==1.16.0,stestr==4.1.0,stevedore==5.2.0,-e git+https://opendev.org/openstack/tempest.git@cfdaf9a4b9c8592c08e64206bef5e98828538662#egg=tempest,testtools==2.7.1,tomlkit==0.12.3,tzdata==2024.1,urllib3==1.26.18,voluptuous==0.14.2,wcwidth==0.2.13,wrapt==1.16.0 2024-03-22 14:32:24.315 | ___________________________________ summary ____________________________________ 2024-03-22 14:32:24.315 | venv-tempest: skipped tests 2024-03-22 14:32:24.315 | congratulations :) 2024-03-22 14:32:24.335 | ++ lib/tempest:configure_tempest:741 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.lK6SnUfuHK -r requirements.txt 2024-03-22 14:32:24.752 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/__init__.py:85: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. 2024-03-22 14:32:24.752 | dist.fetch_build_eggs(dist.setup_requires) 2024-03-22 14:32:24.816 | /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-03-22 14:32:24.816 | warnings.warn( 2024-03-22 14:32:24.816 | /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-03-22 14:32:24.816 | warnings.warn( 2024-03-22 14:32:24.878 | venv-tempest develop-inst-nodeps: /opt/stack/tempest 2024-03-22 14:32:26.894 | venv-tempest installed: attrs==23.2.0,autopage==0.5.2,bcrypt==4.1.2,certifi==2024.2.2,cffi==1.16.0,charset-normalizer==3.3.2,cliff==4.6.0,cmd2==2.4.3,cryptography==42.0.4,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.6,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.7,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.0.0,oslo.config==9.4.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==5.5.0,oslo.serialization==5.4.0,oslo.utils==7.1.0,packaging==23.2,paramiko==3.4.0,pbr==6.0.0,prettytable==3.9.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.1.1,pyperclip==1.8.2,python-dateutil==2.8.2,python-subunit==1.4.4,PyYAML==6.0.1,referencing==0.33.0,requests==2.31.0,rfc3986==2.0.0,rpds-py==0.18.0,six==1.16.0,stestr==4.1.0,stevedore==5.2.0,-e git+https://opendev.org/openstack/tempest.git@cfdaf9a4b9c8592c08e64206bef5e98828538662#egg=tempest,testtools==2.7.1,tomlkit==0.12.3,tzdata==2024.1,urllib3==1.26.18,voluptuous==0.14.2,wcwidth==0.2.13,wrapt==1.16.0 2024-03-22 14:32:26.894 | venv-tempest run-test-pre: PYTHONHASHSEED='906390239' 2024-03-22 14:32:26.894 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.lK6SnUfuHK -r requirements.txt 2024-03-22 14:32:27.758 | 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.0.0) 2024-03-22 14:32:27.759 | 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.6.0) 2024-03-22 14:32:27.759 | 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-03-22 14:32:27.760 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (2.7.1) 2024-03-22 14:32:27.761 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (3.4.0) 2024-03-22 14:32:27.762 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (42.0.4) 2024-03-22 14:32:27.762 | 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-03-22 14:32:27.763 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (6.0.0) 2024-03-22 14:32:27.764 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (9.4.0) 2024-03-22 14:32:27.764 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (5.5.0) 2024-03-22 14:32:27.765 | 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-03-22 14:32:27.766 | 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.4.0) 2024-03-22 14:32:27.767 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (7.1.0) 2024-03-22 14:32:27.767 | 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-03-22 14:32:27.768 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0.1) 2024-03-22 14:32:27.769 | 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-03-22 14:32:27.770 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (5.2.0) 2024-03-22 14:32:27.771 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.9.0) 2024-03-22 14:32:27.771 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (1.26.18) 2024-03-22 14:32:27.772 | 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-03-22 14:32:27.794 | 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-03-22 14:32:27.795 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.19) 2024-03-22 14:32:27.801 | 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-03-22 14:32:27.802 | 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-03-22 14:32:27.819 | 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)) (23.2.0) 2024-03-22 14:32:27.820 | 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-03-22 14:32:27.821 | 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.33.0) 2024-03-22 14:32:27.821 | 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.18.0) 2024-03-22 14:32:27.838 | 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.1.2) 2024-03-22 14:32:27.839 | 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-03-22 14:32:27.856 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.16.0) 2024-03-22 14:32:27.864 | 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.3.0) 2024-03-22 14:32:27.881 | 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.31.0) 2024-03-22 14:32:27.881 | 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-03-22 14:32:27.898 | 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.5.0) 2024-03-22 14:32:27.899 | 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.8.2) 2024-03-22 14:32:27.901 | Requirement already satisfied: pyinotify>=0.9.6 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (0.9.6) 2024-03-22 14:32:27.916 | 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.14.2) 2024-03-22 14:32:27.917 | 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.12.3) 2024-03-22 14:32:27.918 | 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-03-22 14:32:27.925 | 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.7) 2024-03-22 14:32:27.927 | 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-03-22 14:32:27.937 | 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-03-22 14:32:27.938 | 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-03-22 14:32:27.939 | 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)) (23.2) 2024-03-22 14:32:27.940 | 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.1) 2024-03-22 14:32:27.969 | 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-03-22 14:32:27.992 | 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-03-22 14:32:28.041 | 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.21) 2024-03-22 14:32:28.066 | 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.8.2) 2024-03-22 14:32:28.140 | 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-03-22 14:32:28.159 | 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-03-22 14:32:28.160 | 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.6) 2024-03-22 14:32:28.161 | 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.2.2) 2024-03-22 14:32:28.326 | WARNING: There was an error checking the latest version of pip. 2024-03-22 14:32:28.435 | ___________________________________ summary ____________________________________ 2024-03-22 14:32:28.436 | venv-tempest: commands succeeded 2024-03-22 14:32:28.436 | congratulations :) 2024-03-22 14:32:28.455 | ++ lib/tempest:configure_tempest:742 : rm -f /tmp/tempest_u_c_m.lK6SnUfuHK 2024-03-22 14:32:28.458 | ++ lib/tempest:configure_tempest:745 : [[ False == \T\r\u\e ]] 2024-03-22 14:32:28.460 | ++ lib/tempest:configure_tempest:753 : [[ True == \F\a\l\s\e ]] 2024-03-22 14:32:28.462 | ++ lib/tempest:configure_tempest:757 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2024-03-22 14:32:28.487 | ++ lib/tempest:configure_tempest:763 : tox -evenv -- tempest verify-config -uro /tmp/tmp.i4bYYZFakj 2024-03-22 14:32:28.715 | venv create: /opt/stack/tempest/.tox/venv 2024-03-22 14:32:29.000 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2024-03-22 14:32:42.398 | venv develop-inst: /opt/stack/tempest 2024-03-22 14:32:45.680 | venv installed: /opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__init__.py:121: DeprecationWarning: pkg_resources is deprecated as an API, warnings.warn("pkg_resources is deprecated as an API", DeprecationWarning),/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/pip/_vendor/pkg_resources/__init__.py:2870: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('sphinxcontrib')`.,Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages, declare_namespace(pkg),alabaster==0.7.16,attrs==23.2.0,autopage==0.5.2,Babel==2.14.0,bcrypt==4.1.2,certifi==2024.2.2,cffi==1.16.0,charset-normalizer==3.3.2,cliff==4.6.0,cmd2==2.4.3,cryptography==42.0.4,debtcollector==3.0.0,defusedxml==0.7.1,docutils==0.20.1,dulwich==0.21.7,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.6,imagesize==1.4.1,iso8601==2.1.0,Jinja2==3.1.3,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,MarkupSafe==2.1.5,msgpack==1.0.7,netaddr==0.10.1,netifaces==0.11.0,openstackdocstheme==3.2.0,oslo.concurrency==6.0.0,oslo.config==9.4.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==5.5.0,oslo.serialization==5.4.0,oslo.utils==7.1.0,packaging==23.2,paramiko==3.4.0,pbr==6.0.0,prettytable==3.9.0,pycparser==2.21,Pygments==2.17.2,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.1.1,pyperclip==1.8.2,python-dateutil==2.8.2,python-subunit==1.4.4,PyYAML==6.0.1,referencing==0.33.0,reno==4.1.0,requests==2.31.0,rfc3986==2.0.0,rpds-py==0.18.0,six==1.16.0,snowballstemmer==2.2.0,Sphinx==7.2.6,sphinxcontrib-applehelp==1.0.8,sphinxcontrib-devhelp==1.0.6,sphinxcontrib-htmlhelp==2.0.5,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==1.0.7,sphinxcontrib-serializinghtml==1.1.10,sphinxcontrib-svg2pdfconverter==1.2.2,stestr==4.1.0,stevedore==5.2.0,-e git+https://opendev.org/openstack/tempest.git@cfdaf9a4b9c8592c08e64206bef5e98828538662#egg=tempest,testtools==2.7.1,tomlkit==0.12.3,tzdata==2024.1,urllib3==1.26.18,voluptuous==0.14.2,wcwidth==0.2.13,wrapt==1.16.0 2024-03-22 14:32:45.680 | venv run-test-pre: PYTHONHASHSEED='420594436' 2024-03-22 14:32:45.681 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.i4bYYZFakj 2024-03-22 14:32:45.971 | /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-03-22 14:32:45.971 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2024-03-22 14:32:45.971 | /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-03-22 14:32:45.971 | @jsonschema.FormatChecker.cls_checks('base64') 2024-03-22 14:32:46.209 | /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-03-22 14:32:46.209 | warnings.warn( 2024-03-22 14:32:46.377 | /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-03-22 14:32:46.377 | for key, value in info.getheaders().items(): 2024-03-22 14:32:46.400 | /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-03-22 14:32:46.400 | for key, value in info.getheaders().items(): 2024-03-22 14:32:46.603 | /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-03-22 14:32:46.603 | for key, value in info.getheaders().items(): 2024-03-22 14:32:46.604 | /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-03-22 14:32:46.604 | _client = klass(auth_provider=auth_provider, **kwargs) 2024-03-22 14:32:47.144 | ___________________________________ summary ____________________________________ 2024-03-22 14:32:47.144 | venv: commands succeeded 2024-03-22 14:32:47.144 | congratulations :) 2024-03-22 14:32:47.164 | ++ lib/tempest:configure_tempest:768 : is_service_enabled q-metering neutron-metering 2024-03-22 14:32:47.177 | ++ functions-common:is_service_enabled:2056 : return 1 2024-03-22 14:32:47.179 | ++ lib/tempest:configure_tempest:769 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2024-03-22 14:32:47.181 | ++ lib/tempest:configure_tempest:773 : is_service_enabled q-l3 neutron-l3 2024-03-22 14:32:47.193 | ++ functions-common:is_service_enabled:2056 : return 0 2024-03-22 14:32:47.195 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2024-03-22 14:32:47.197 | ++ lib/tempest:configure_tempest:778 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2024-03-22 14:32:47.199 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2024-03-22 14:32:47.201 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2024-03-22 14:32:47.203 | ++ lib/tempest:configure_tempest:781 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2024-03-22 14:32:47.205 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2024-03-22 14:32:47.207 | ++ lib/tempest:configure_tempest:783 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2024-03-22 14:32:47.208 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2024-03-22 14:32:47.210 | ++ lib/tempest:configure_tempest:785 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2024-03-22 14:32:47.212 | ++ lib/tempest:configure_tempest:786 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2024-03-22 14:32:47.214 | ++ lib/tempest:configure_tempest:787 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2024-03-22 14:32:47.216 | ++ lib/tempest:configure_tempest:788 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2024-03-22 14:32:47.218 | ++ lib/tempest:configure_tempest:789 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2024-03-22 14:32:47.220 | ++ lib/tempest:configure_tempest:790 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2024-03-22 14:32:47.221 | ++ lib/tempest:configure_tempest:791 : DEFAULT_NET_EXT+=,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details 2024-03-22 14:32:47.223 | ++ lib/tempest:configure_tempest:792 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2024-03-22 14:32:47.225 | ++ lib/tempest:configure_tempest:793 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2024-03-22 14:32:47.227 | ++ lib/tempest:configure_tempest:794 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2024-03-22 14:32:47.229 | ++ lib/tempest:configure_tempest:796 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2024-03-22 14:32:47.231 | ++ lib/tempest:configure_tempest:797 : DEFAULT_NET_EXT+=,port-resource-request-groups 2024-03-22 14:32:47.233 | ++ lib/tempest:configure_tempest:799 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2024-03-22 14:32:47.235 | ++ lib/tempest:configure_tempest:801 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2024-03-22 14:32:47.237 | ++ lib/tempest:configure_tempest:803 : DEFAULT_NET_EXT+=,port-hint-ovs-tx-steering,enable-default-route-bfd 2024-03-22 14:32:47.239 | ++ lib/tempest:configure_tempest:804 : DEFAULT_NET_EXT+=,enable-default-route-ecmp,standard-attr-fwaas-v2 2024-03-22 14:32:47.241 | ++ lib/tempest:configure_tempest:805 : DEFAULT_NET_EXT+=,allowed-address-pairs-atomic,network_ha 2024-03-22 14:32:47.243 | ++ lib/tempest:configure_tempest:806 : DEFAULT_NET_EXT+=,security-groups-rules-belongs-to-default-sg 2024-03-22 14:32:47.245 | ++ lib/tempest:configure_tempest:807 : DEFAULT_NET_EXT+=,port-hardware-offload-type 2024-03-22 14:32:47.247 | ++ lib/tempest:configure_tempest:808 : 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,port-hint-ovs-tx-steering,enable-default-route-bfd,enable-default-route-ecmp,standard-attr-fwaas-v2,allowed-address-pairs-atomic,network_ha,security-groups-rules-belongs-to-default-sg,port-hardware-offload-type 2024-03-22 14:32:47.248 | ++ lib/tempest:configure_tempest:809 : [[ ! -z , metering ]] 2024-03-22 14:32:47.252 | +++ lib/tempest:configure_tempest:811 : iniget /tmp/tmp.i4bYYZFakj network-feature-enabled api_extensions 2024-03-22 14:32:47.252 | +++ lib/tempest:configure_tempest:811 : tr -d ' ' 2024-03-22 14:32:47.268 | ++ lib/tempest:configure_tempest:811 : 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,network_ha,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-default-rules,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-03-22 14:32:47.270 | +++ lib/tempest:configure_tempest:813 : 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,network_ha,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-default-rules,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-03-22 14:32:47.272 | +++ 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,network_ha,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-default-rules,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-03-22 14:32:47.274 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2024-03-22 14:32:47.276 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering' 2024-03-22 14:32:47.278 | +++ 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,network_ha,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-default-rules,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-03-22 14:32:47.292 | +++ functions-common:remove_disabled_services:2087 : _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,network_ha,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-default-rules,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-03-22 14:32:47.307 | ++ lib/tempest:configure_tempest:813 : 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,network_ha,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-default-rules,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-03-22 14:32:47.309 | ++ lib/tempest:configure_tempest:815 : [[ -n '' ]] 2024-03-22 14:32:47.311 | ++ lib/tempest:configure_tempest:818 : 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,network_ha,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-default-rules,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-03-22 14:32:47.335 | ++ lib/tempest:configure_tempest:820 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2024-03-22 14:32:47.337 | ++ lib/tempest:configure_tempest:821 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2024-03-22 14:32:47.339 | ++ lib/tempest:configure_tempest:822 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2024-03-22 14:32:47.341 | ++ lib/tempest:configure_tempest:823 : 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-03-22 14:32:47.343 | ++ lib/tempest:configure_tempest:824 : [[ ! -z '' ]] 2024-03-22 14:32:47.345 | ++ lib/tempest:configure_tempest:830 : 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-03-22 14:32:47.371 | ++ lib/tempest:configure_tempest:832 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2024-03-22 14:32:47.373 | ++ lib/tempest:configure_tempest:833 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2024-03-22 14:32:47.374 | ++ lib/tempest:configure_tempest:834 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2024-03-22 14:32:47.376 | ++ lib/tempest:configure_tempest:835 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2024-03-22 14:32:47.378 | ++ lib/tempest:configure_tempest:836 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2024-03-22 14:32:47.380 | ++ lib/tempest:configure_tempest:837 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2024-03-22 14:32:47.382 | ++ lib/tempest:configure_tempest:838 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2024-03-22 14:32:47.384 | ++ lib/tempest:configure_tempest:839 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2024-03-22 14:32:47.386 | ++ lib/tempest:configure_tempest:840 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2024-03-22 14:32:47.388 | ++ lib/tempest:configure_tempest:841 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2024-03-22 14:32:47.390 | ++ lib/tempest:configure_tempest:842 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2024-03-22 14:32:47.392 | ++ lib/tempest:configure_tempest:843 : 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-03-22 14:32:47.394 | ++ lib/tempest:configure_tempest:844 : [[ ! -z '' ]] 2024-03-22 14:32:47.396 | ++ lib/tempest:configure_tempest:850 : 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-03-22 14:32:47.420 | ++ lib/tempest:configure_tempest:853 : IFS=' 2024-03-22 14:32:47.420 | ' 2024-03-22 14:32:47.422 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2024-03-22 14:32:47.424 | ++ stack.sh:echo_summary:464 : [[ -t 3 ]] 2024-03-22 14:32:47.426 | ++ stack.sh:echo_summary:470 : echo -e Installing Tempest Plugins 2024-03-22 14:32:47.428 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2024-03-22 14:32:47.430 | ++ lib/tempest:install_tempest_plugins:887 : pushd /opt/stack//tempest 2024-03-22 14:32:47.430 | ~/tempest ~/tempest 2024-03-22 14:32:47.432 | ++ lib/tempest:install_tempest_plugins:888 : [[ 0 != 0 ]] 2024-03-22 14:32:47.434 | ++ lib/tempest:install_tempest_plugins:897 : popd 2024-03-22 14:32:47.434 | ~/tempest 2024-03-22 14:32:47.436 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-03-22 14:32:47.438 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-03-22 14:32:47.440 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2024-03-22 14:32:47.442 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-03-22 14:32:47.444 | + functions-common:run_phase:1855 : run_plugins stack test-config 2024-03-22 14:32:47.447 | + functions-common:run_plugins:1814 : local mode=stack 2024-03-22 14:32:47.449 | + functions-common:run_plugins:1815 : local phase=test-config 2024-03-22 14:32:47.451 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2024-03-22 14:32:47.453 | + functions-common:run_plugins:1818 : local plugin 2024-03-22 14:32:47.455 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2024-03-22 14:32:47.458 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2024-03-22 14:32:47.460 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-03-22 14:32:47.462 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2024-03-22 14:32:47.464 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-03-22 14:32:47.466 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-03-22 14:32:47.468 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-03-22 14:32:47.471 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-03-22 14:32:47.473 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-03-22 14:32:47.475 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-03-22 14:32:47.477 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2024-03-22 14:32:47.479 | + stack.sh:main:1523 : merge_config_group /opt/stack/devstack/local.conf test-config 2024-03-22 14:32:47.481 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-03-22 14:32:47.483 | + inc/meta-config:merge_config_group:171 : shift 2024-03-22 14:32:47.486 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2024-03-22 14:32:47.488 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-22 14:32:47.492 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-03-22 14:32:47.494 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-03-22 14:32:47.498 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2024-03-22 14:32:47.501 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-03-22 14:32:47.503 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2024-03-22 14:32:47.506 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-03-22 14:32:47.508 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2024-03-22 14:32:47.508 | /^\[\[.+\|.*\]\]/ { 2024-03-22 14:32:47.508 | gsub("[][]", "", $1); 2024-03-22 14:32:47.508 | split($1, a, "|"); 2024-03-22 14:32:47.508 | if (a[1] == matchgroup) 2024-03-22 14:32:47.508 | print a[2] 2024-03-22 14:32:47.508 | } 2024-03-22 14:32:47.508 | ' /opt/stack/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 9 async_wait 40 osc 147 apt-get 4 test_with_retry 3 dbsync 2 pip_install 107 apt-get-update 5 run_process 19 git_timed 93 ------------------------- Unaccounted time 52 ========================= Total runtime 481 ================= Async summary ================= Time spent in the background minus waits: 175 sec Elapsed time: 481 sec Time if we did everything serially: 656 sec Speedup: 1.36383 Post-stack database query stats: +------------+-----------+-------+ | db | op | count | +------------+-----------+-------+ | keystone | SELECT | 36285 | | keystone | INSERT | 93 | | neutron | SELECT | 2539 | | neutron | INSERT | 131 | | placement | SELECT | 12 | | placement | INSERT | 3 | | placement | SET | 1 | | neutron | UPDATE | 69 | | nova_api | SELECT | 110 | | nova_cell0 | SELECT | 12 | | nova_cell1 | SELECT | 65 | | neutron | DELETE | 16 | | nova_cell1 | INSERT | 5 | | nova_cell1 | UPDATE | 3 | | cinder | SELECT | 115 | | cinder | INSERT | 5 | | cinder | UPDATE | 1 | | glance | SELECT | 47 | | glance | INSERT | 8 | | nova_api | INSERT | 20 | | nova_api | SAVEPOINT | 10 | | nova_api | RELEASE | 10 | | glance | UPDATE | 2 | | cinder | DELETE | 1 | +------------+-----------+-------+ 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.2 Change: 8ed5e01b1a3e4daeec5747b16aa1f46c7d506a24 Drop the devstack-single-node-centos-7 nodeset 2024-03-04 18:49:51 +0000 OS Version: Ubuntu 22.04 jammy