2024-11-06 22:03:03.599 | + stack.sh:main:502 : exec 2024-11-06 22:03:03.599 | + stack.sh:main:510 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2024-11-06-220303' 2024-11-06 22:03:03.599 | ++ stack.sh:main:502 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2024-11-06-220303.summary.2024-11-06-220303 2024-11-06 22:03:03.600 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2024-11-06 22:03:03.600 | + stack.sh:echo_summary:461 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2024-11-06-220303 2024-11-06 22:03:03.600 | + stack.sh:main:512 : ln -sf /opt/stack//logs/stack.sh.log.2024-11-06-220303 /opt/stack//logs/stack.sh.log 2024-11-06 22:03:03.600 | + stack.sh:main:513 : ln -sf /opt/stack//logs/stack.sh.log.2024-11-06-220303.summary.2024-11-06-220303 /opt/stack//logs/stack.sh.log.summary 2024-11-06 22:03:03.600 | + stack.sh:main:528 : check_path_perm_sanity /opt/stack/ 2024-11-06 22:03:03.600 | + functions:check_path_perm_sanity:607 : local real_path 2024-11-06 22:03:03.600 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2024-11-06 22:03:03.600 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2024-11-06 22:03:03.600 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2024-11-06 22:03:03.600 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2024-11-06 22:03:03.600 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2024-11-06 22:03:03.600 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-11-06 22:03:03.600 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2024-11-06 22:03:03.600 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2024-11-06 22:03:03.601 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-11-06 22:03:03.602 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-11-06 22:03:03.603 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2024-11-06 22:03:03.605 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2024-11-06 22:03:03.607 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-11-06 22:03:03.609 | + stack.sh:main:534 : trap exit_trap EXIT 2024-11-06 22:03:03.610 | + stack.sh:main:575 : trap err_trap ERR 2024-11-06 22:03:03.612 | + stack.sh:main:588 : set -o errexit 2024-11-06 22:03:03.613 | + stack.sh:main:591 : uname -a 2024-11-06 22:03:03.614 | Linux devstack 6.8.0-48-generic #48~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 7 11:24:13 UTC 2 x86_64 x86_64 x86_64 GNU/Linux 2024-11-06 22:03:03.615 | + stack.sh:main:594 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2024-11-06 22:03:03.617 | + stack.sh:main:595 : rm -f /opt/stack/data/ca-bundle.pem 2024-11-06 22:03:03.619 | + stack.sh:main:598 : source /opt/stack/devstack/lib/database 2024-11-06 22:03:03.643 | + stack.sh:main:599 : source /opt/stack/devstack/lib/rpc_backend 2024-11-06 22:03:03.654 | + stack.sh:main:605 : fetch_plugins 2024-11-06 22:03:03.655 | + functions-common:fetch_plugins:1746 : local plugins=,networking-nsx-t 2024-11-06 22:03:03.657 | + functions-common:fetch_plugins:1747 : local plugin 2024-11-06 22:03:03.658 | + functions-common:fetch_plugins:1750 : [[ -z ,networking-nsx-t ]] 2024-11-06 22:03:03.659 | + functions-common:fetch_plugins:1754 : echo 'Fetching DevStack plugins' 2024-11-06 22:03:03.659 | Fetching DevStack plugins 2024-11-06 22:03:03.661 | + functions-common:fetch_plugins:1755 : for plugin in ${plugins//,/ } 2024-11-06 22:03:03.662 | + functions-common:fetch_plugins:1756 : git_clone_by_name networking-nsx-t 2024-11-06 22:03:03.664 | + functions-common:git_clone_by_name:664 : local name=networking-nsx-t 2024-11-06 22:03:03.665 | + functions-common:git_clone_by_name:665 : local repo=https://github.com/sapcc/networking-nsx-t 2024-11-06 22:03:03.666 | + functions-common:git_clone_by_name:666 : local dir=/opt/stack/networking-nsx-t 2024-11-06 22:03:03.668 | + functions-common:git_clone_by_name:667 : local branch=devstack 2024-11-06 22:03:03.669 | + functions-common:git_clone_by_name:668 : git_clone https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t devstack 2024-11-06 22:03:03.670 | + functions-common:git_clone:572 : local git_remote=https://github.com/sapcc/networking-nsx-t 2024-11-06 22:03:03.672 | + functions-common:git_clone:573 : local git_dest=/opt/stack/networking-nsx-t 2024-11-06 22:03:03.673 | + functions-common:git_clone:574 : local git_ref=devstack 2024-11-06 22:03:03.674 | + functions-common:git_clone:575 : local orig_dir 2024-11-06 22:03:03.676 | ++ functions-common:git_clone:576 : pwd 2024-11-06 22:03:03.677 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-11-06 22:03:03.679 | + functions-common:git_clone:577 : local git_clone_flags= 2024-11-06 22:03:03.680 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-11-06 22:03:03.690 | + functions-common:git_clone:579 : RECLONE=False 2024-11-06 22:03:03.691 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2024-11-06 22:03:03.692 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2024-11-06 22:03:03.694 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-11-06 22:03:03.695 | + functions-common:git_clone:593 : echo devstack 2024-11-06 22:03:03.695 | + functions-common:git_clone:593 : egrep -q '^refs' 2024-11-06 22:03:03.698 | + functions-common:git_clone:607 : [[ ! -d /opt/stack/networking-nsx-t ]] 2024-11-06 22:03:03.700 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2024-11-06 22:03:03.701 | + 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-11-06 22:03:03.702 | + functions-common:git_timed:680 : local count=0 2024-11-06 22:03:03.704 | + functions-common:git_timed:681 : local timeout=0 2024-11-06 22:03:03.705 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-11-06 22:03:03.706 | + functions-common:git_timed:684 : timeout=0 2024-11-06 22:03:03.708 | + functions-common:git_timed:687 : time_start git_timed 2024-11-06 22:03:03.709 | + functions-common:time_start:2386 : local name=git_timed 2024-11-06 22:03:03.710 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:03:03.712 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:03:03.713 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:03:03.715 | + functions-common:time_start:2391 : _TIME_START[$name]=1730930583714 2024-11-06 22:03:03.717 | + 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-11-06 22:03:03.720 | Cloning into '/opt/stack/networking-nsx-t'... 2024-11-06 22:03:04.179 | + functions-common:git_timed:702 : time_stop git_timed 2024-11-06 22:03:04.180 | + functions-common:time_stop:2400 : local name 2024-11-06 22:03:04.182 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:03:04.183 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:03:04.184 | + functions-common:time_stop:2403 : local total 2024-11-06 22:03:04.186 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:03:04.187 | + functions-common:time_stop:2406 : name=git_timed 2024-11-06 22:03:04.188 | + functions-common:time_stop:2407 : start_time=1730930583714 2024-11-06 22:03:04.190 | + functions-common:time_stop:2409 : [[ -z 1730930583714 ]] 2024-11-06 22:03:04.192 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:03:04.194 | + functions-common:time_stop:2412 : end_time=1730930584192 2024-11-06 22:03:04.195 | + functions-common:time_stop:2413 : elapsed_time=478 2024-11-06 22:03:04.196 | + functions-common:time_stop:2414 : total=0 2024-11-06 22:03:04.198 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:03:04.199 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=478 2024-11-06 22:03:04.200 | + functions-common:git_clone:614 : cd /opt/stack/networking-nsx-t 2024-11-06 22:03:04.202 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin devstack 2024-11-06 22:03:04.203 | + functions-common:git_timed:680 : local count=0 2024-11-06 22:03:04.205 | + functions-common:git_timed:681 : local timeout=0 2024-11-06 22:03:04.206 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-11-06 22:03:04.207 | + functions-common:git_timed:684 : timeout=0 2024-11-06 22:03:04.209 | + functions-common:git_timed:687 : time_start git_timed 2024-11-06 22:03:04.210 | + functions-common:time_start:2386 : local name=git_timed 2024-11-06 22:03:04.211 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:03:04.213 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:03:04.214 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:03:04.217 | + functions-common:time_start:2391 : _TIME_START[$name]=1730930584215 2024-11-06 22:03:04.218 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2024-11-06 22:03:04.653 | From https://github.com/sapcc/networking-nsx-t 2024-11-06 22:03:04.653 | * branch devstack -> FETCH_HEAD 2024-11-06 22:03:04.656 | + functions-common:git_timed:702 : time_stop git_timed 2024-11-06 22:03:04.658 | + functions-common:time_stop:2400 : local name 2024-11-06 22:03:04.659 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:03:04.660 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:03:04.662 | + functions-common:time_stop:2403 : local total 2024-11-06 22:03:04.663 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:03:04.666 | + functions-common:time_stop:2406 : name=git_timed 2024-11-06 22:03:04.667 | + functions-common:time_stop:2407 : start_time=1730930584215 2024-11-06 22:03:04.669 | + functions-common:time_stop:2409 : [[ -z 1730930584215 ]] 2024-11-06 22:03:04.671 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:03:04.673 | + functions-common:time_stop:2412 : end_time=1730930584671 2024-11-06 22:03:04.674 | + functions-common:time_stop:2413 : elapsed_time=456 2024-11-06 22:03:04.676 | + functions-common:time_stop:2414 : total=478 2024-11-06 22:03:04.677 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:03:04.678 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=934 2024-11-06 22:03:04.680 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2024-11-06 22:03:04.681 | + functions-common:git_timed:680 : local count=0 2024-11-06 22:03:04.683 | + functions-common:git_timed:681 : local timeout=0 2024-11-06 22:03:04.684 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-11-06 22:03:04.685 | + functions-common:git_timed:684 : timeout=0 2024-11-06 22:03:04.687 | + functions-common:git_timed:687 : time_start git_timed 2024-11-06 22:03:04.688 | + functions-common:time_start:2386 : local name=git_timed 2024-11-06 22:03:04.689 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:03:04.691 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:03:04.692 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:03:04.695 | + functions-common:time_start:2391 : _TIME_START[$name]=1730930584693 2024-11-06 22:03:04.696 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-11-06 22:03:04.706 | Note: switching to 'FETCH_HEAD'. 2024-11-06 22:03:04.706 | 2024-11-06 22:03:04.706 | You are in 'detached HEAD' state. You can look around, make experimental 2024-11-06 22:03:04.706 | changes and commit them, and you can discard any commits you make in this 2024-11-06 22:03:04.706 | state without impacting any branches by switching back to a branch. 2024-11-06 22:03:04.706 | 2024-11-06 22:03:04.706 | If you want to create a new branch to retain commits you create, you may 2024-11-06 22:03:04.706 | do so (now or later) by using -c with the switch command. Example: 2024-11-06 22:03:04.706 | 2024-11-06 22:03:04.706 | git switch -c 2024-11-06 22:03:04.706 | 2024-11-06 22:03:04.706 | Or undo this operation with: 2024-11-06 22:03:04.706 | 2024-11-06 22:03:04.706 | git switch - 2024-11-06 22:03:04.706 | 2024-11-06 22:03:04.706 | Turn off this advice by setting config variable advice.detachedHead to false 2024-11-06 22:03:04.706 | 2024-11-06 22:03:04.706 | HEAD is now at 29bc664 Delay agent initialization 2024-11-06 22:03:04.707 | + functions-common:git_timed:702 : time_stop git_timed 2024-11-06 22:03:04.709 | + functions-common:time_stop:2400 : local name 2024-11-06 22:03:04.710 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:03:04.711 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:03:04.713 | + functions-common:time_stop:2403 : local total 2024-11-06 22:03:04.714 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:03:04.715 | + functions-common:time_stop:2406 : name=git_timed 2024-11-06 22:03:04.717 | + functions-common:time_stop:2407 : start_time=1730930584693 2024-11-06 22:03:04.718 | + functions-common:time_stop:2409 : [[ -z 1730930584693 ]] 2024-11-06 22:03:04.720 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:03:04.722 | + functions-common:time_stop:2412 : end_time=1730930584720 2024-11-06 22:03:04.723 | + functions-common:time_stop:2413 : elapsed_time=27 2024-11-06 22:03:04.725 | + functions-common:time_stop:2414 : total=934 2024-11-06 22:03:04.726 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:03:04.727 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=961 2024-11-06 22:03:04.729 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2024-11-06 22:03:04.737 | + functions-common:git_clone:655 : cd /opt/stack/networking-nsx-t 2024-11-06 22:03:04.739 | + functions-common:git_clone:656 : git show --oneline 2024-11-06 22:03:04.739 | + functions-common:git_clone:656 : head -1 2024-11-06 22:03:04.741 | 29bc664 Delay agent initialization 2024-11-06 22:03:04.743 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2024-11-06 22:03:04.744 | + stack.sh:main:609 : run_phase override_defaults 2024-11-06 22:03:04.746 | + functions-common:run_phase:1828 : local mode=override_defaults 2024-11-06 22:03:04.747 | + functions-common:run_phase:1829 : local phase= 2024-11-06 22:03:04.748 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2024-11-06 22:03:04.750 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2024-11-06 22:03:04.751 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-11-06 22:03:04.753 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2024-11-06 22:03:04.754 | + functions-common:run_phase:1838 : local extra 2024-11-06 22:03:04.756 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-11-06 22:03:04.758 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2024-11-06 22:03:04.760 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-11-06 22:03:04.761 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-11-06 22:03:04.763 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2024-11-06 22:03:04.764 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-11-06 22:03:04.773 | ++ functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:03:04.775 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-11-06 22:03:04.776 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2024-11-06 22:03:04.777 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2024-11-06 22:03:04.779 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2024-11-06 22:03:04.780 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2024-11-06 22:03:04.781 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2024-11-06 22:03:04.783 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2024-11-06 22:03:04.784 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2024-11-06 22:03:04.785 | + functions-common:run_phase:1849 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-11-06 22:03:04.787 | + functions-common:run_phase:1852 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-11-06 22:03:04.788 | + functions-common:run_phase:1853 : plugin_override_defaults 2024-11-06 22:03:04.790 | + functions-common:plugin_override_defaults:1787 : local plugins=,networking-nsx-t 2024-11-06 22:03:04.791 | + functions-common:plugin_override_defaults:1788 : local plugin 2024-11-06 22:03:04.792 | + functions-common:plugin_override_defaults:1791 : [[ -z ,networking-nsx-t ]] 2024-11-06 22:03:04.794 | + functions-common:plugin_override_defaults:1795 : echo 'Overriding Configuration Defaults' 2024-11-06 22:03:04.794 | Overriding Configuration Defaults 2024-11-06 22:03:04.795 | + functions-common:plugin_override_defaults:1796 : for plugin in ${plugins//,/ } 2024-11-06 22:03:04.796 | + functions-common:plugin_override_defaults:1797 : local dir=/opt/stack/networking-nsx-t 2024-11-06 22:03:04.798 | + functions-common:plugin_override_defaults:1799 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2024-11-06 22:03:04.800 | + stack.sh:main:612 : source /opt/stack/devstack/lib/apache 2024-11-06 22:03:04.811 | + stack.sh:main:615 : source /opt/stack/devstack/lib/tls 2024-11-06 22:03:04.812 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2024-11-06 22:03:04.822 | ++ functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:03:04.824 | +++ lib/tls:source:43 : hostname -f 2024-11-06 22:03:04.826 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2024-11-06 22:03:04.827 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2024-11-06 22:03:04.829 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2024-11-06 22:03:04.830 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2024-11-06 22:03:04.832 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2024-11-06 22:03:04.833 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2024-11-06 22:03:04.835 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2024-11-06 22:03:04.836 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2024-11-06 22:03:04.837 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2024-11-06 22:03:04.839 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2024-11-06 22:03:04.841 | + stack.sh:main:618 : source /opt/stack/devstack/lib/infra 2024-11-06 22:03:04.850 | + stack.sh:main:619 : source /opt/stack/devstack/lib/libraries 2024-11-06 22:03:04.861 | + stack.sh:main:620 : source /opt/stack/devstack/lib/lvm 2024-11-06 22:03:04.870 | + stack.sh:main:621 : source /opt/stack/devstack/lib/horizon 2024-11-06 22:03:04.878 | + stack.sh:main:622 : source /opt/stack/devstack/lib/keystone 2024-11-06 22:03:04.902 | + stack.sh:main:623 : source /opt/stack/devstack/lib/glance 2024-11-06 22:03:04.940 | + stack.sh:main:624 : source /opt/stack/devstack/lib/nova 2024-11-06 22:03:04.985 | + stack.sh:main:625 : source /opt/stack/devstack/lib/placement 2024-11-06 22:03:05.003 | + stack.sh:main:626 : source /opt/stack/devstack/lib/cinder 2024-11-06 22:03:05.037 | + stack.sh:main:627 : source /opt/stack/devstack/lib/swift 2024-11-06 22:03:05.068 | + stack.sh:main:628 : source /opt/stack/devstack/lib/neutron 2024-11-06 22:03:05.069 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2024-11-06 22:03:05.080 | ++ functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:03:05.081 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2024-11-06 22:03:05.083 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2024-11-06 22:03:05.084 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2024-11-06 22:03:05.086 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2024-11-06 22:03:05.088 | +++ lib/neutron:source:77 : get_python_exec_prefix 2024-11-06 22:03:05.099 | +++ inc/python:get_python_exec_prefix:80 : [[ True == \T\r\u\e ]] 2024-11-06 22:03:05.100 | +++ inc/python:get_python_exec_prefix:81 : echo /opt/stack/data/venv/bin 2024-11-06 22:03:05.102 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/opt/stack/data/venv/bin 2024-11-06 22:03:05.104 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2024-11-06 22:03:05.105 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2024-11-06 22:03:05.107 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-11-06 22:03:05.109 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-11-06 22:03:05.111 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2024-11-06 22:03:05.121 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2024-11-06 22:03:05.123 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2024-11-06 22:03:05.125 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2024-11-06 22:03:05.136 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2024-11-06 22:03:05.138 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/opt/stack/data/venv/bin/neutron-dhcp-agent 2024-11-06 22:03:05.140 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/opt/stack/data/venv/bin/neutron-l3-agent 2024-11-06 22:03:05.141 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/opt/stack/data/venv/bin/neutron-metadata-agent 2024-11-06 22:03:05.143 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2024-11-06 22:03:05.145 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2024-11-06 22:03:05.146 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2024-11-06 22:03:05.148 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2024-11-06 22:03:05.149 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2024-11-06 22:03:05.151 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2024-11-06 22:03:05.153 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2024-11-06 22:03:05.154 | ++ lib/neutron:source:121 : Q_PORT=9696 2024-11-06 22:03:05.156 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2024-11-06 22:03:05.157 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2024-11-06 22:03:05.159 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2024-11-06 22:03:05.161 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2024-11-06 22:03:05.163 | +++ functions-common:ipv6_unquote:2198 : echo 0.0.0.0 2024-11-06 22:03:05.163 | +++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2024-11-06 22:03:05.166 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2024-11-06 22:03:05.168 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2024-11-06 22:03:05.169 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2024-11-06 22:03:05.171 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2024-11-06 22:03:05.172 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2024-11-06 22:03:05.174 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2024-11-06 22:03:05.186 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2024-11-06 22:03:05.190 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2024-11-06 22:03:05.192 | +++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2024-11-06 22:03:05.192 | +++ functions-common:ipv6_unquote:2198 : echo 10.180.1.21 2024-11-06 22:03:05.195 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2024-11-06 22:03:05.196 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2024-11-06 22:03:05.198 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2024-11-06 22:03:05.199 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2024-11-06 22:03:05.201 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2024-11-06 22:03:05.203 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2024-11-06 22:03:05.204 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2024-11-06 22:03:05.206 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2024-11-06 22:03:05.208 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2024-11-06 22:03:05.209 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2024-11-06 22:03:05.211 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2024-11-06 22:03:05.212 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2024-11-06 22:03:05.214 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2024-11-06 22:03:05.215 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2024-11-06 22:03:05.217 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2024-11-06 22:03:05.219 | +++ functions:get_rootwrap_location:593 : local module=neutron 2024-11-06 22:03:05.221 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2024-11-06 22:03:05.231 | ++++ inc/python:get_python_exec_prefix:80 : [[ True == \T\r\u\e ]] 2024-11-06 22:03:05.232 | ++++ inc/python:get_python_exec_prefix:81 : echo /opt/stack/data/venv/bin 2024-11-06 22:03:05.234 | +++ functions:get_rootwrap_location:595 : echo /opt/stack/data/venv/bin/neutron-rootwrap 2024-11-06 22:03:05.236 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/opt/stack/data/venv/bin/neutron-rootwrap 2024-11-06 22:03:05.238 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-11-06 22:03:05.239 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2024-11-06 22:03:05.241 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-11-06 22:03:05.242 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2024-11-06 22:03:05.244 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2024-11-06 22:03:05.245 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2024-11-06 22:03:05.247 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2024-11-06 22:03:05.248 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2024-11-06 22:03:05.250 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2024-11-06 22:03:05.251 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2024-11-06 22:03:05.253 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2024-11-06 22:03:05.255 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2024-11-06 22:03:05.256 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2024-11-06 22:03:05.258 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2024-11-06 22:03:05.259 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2024-11-06 22:03:05.261 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2024-11-06 22:03:05.262 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2024-11-06 22:03:05.284 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2024-11-06 22:03:05.293 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2024-11-06 22:03:05.294 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2024-11-06 22:03:05.296 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2024-11-06 22:03:05.297 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2024-11-06 22:03:05.299 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2024-11-06 22:03:05.301 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2024-11-06 22:03:05.302 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2024-11-06 22:03:05.304 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2024-11-06 22:03:05.306 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2024-11-06 22:03:05.307 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2024-11-06 22:03:05.309 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2024-11-06 22:03:05.311 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2024-11-06 22:03:05.312 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2024-11-06 22:03:05.314 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2024-11-06 22:03:05.315 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2024-11-06 22:03:05.317 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2024-11-06 22:03:05.319 | +++ lib/neutron_plugins/services/l3:source:72 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2024-11-06 22:03:05.320 | +++ lib/neutron_plugins/services/l3:source:73 : PUBLIC_PHYSICAL_NETWORK=default 2024-11-06 22:03:05.323 | ++++ lib/neutron_plugins/services/l3:source:76 : uuidgen 2024-11-06 22:03:05.323 | ++++ lib/neutron_plugins/services/l3:source:76 : sed s/-//g 2024-11-06 22:03:05.323 | ++++ lib/neutron_plugins/services/l3:source:76 : cut -c 23- 2024-11-06 22:03:05.324 | ++++ lib/neutron_plugins/services/l3:source:76 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2024-11-06 22:03:05.328 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_GLOBAL_ID=63:a439:6ef4 2024-11-06 22:03:05.330 | +++ lib/neutron_plugins/services/l3:source:79 : IPV6_RA_MODE=slaac 2024-11-06 22:03:05.332 | +++ lib/neutron_plugins/services/l3:source:80 : IPV6_ADDRESS_MODE=slaac 2024-11-06 22:03:05.333 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2024-11-06 22:03:05.335 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2024-11-06 22:03:05.336 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_ADDRS_SAFE_TO_USE=fd63:a439:6ef4::/56 2024-11-06 22:03:05.339 | ++++ lib/neutron_plugins/services/l3:source:86 : echo fd63:a439:6ef4::/56 2024-11-06 22:03:05.339 | ++++ lib/neutron_plugins/services/l3:source:86 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2024-11-06 22:03:05.343 | +++ lib/neutron_plugins/services/l3:source:86 : FIXED_RANGE_V6=fd63:a439:6ef4::/64 2024-11-06 22:03:05.344 | +++ lib/neutron_plugins/services/l3:source:87 : IPV6_PRIVATE_NETWORK_GATEWAY= 2024-11-06 22:03:05.346 | +++ lib/neutron_plugins/services/l3:source:88 : IPV6_PUBLIC_RANGE=2001:db8::/64 2024-11-06 22:03:05.348 | +++ lib/neutron_plugins/services/l3:source:89 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2024-11-06 22:03:05.349 | +++ lib/neutron_plugins/services/l3:source:90 : IPV6_ROUTER_GW_IP=2001:db8::1 2024-11-06 22:03:05.351 | +++ lib/neutron_plugins/services/l3:source:93 : NETWORK_GATEWAY= 2024-11-06 22:03:05.352 | +++ lib/neutron_plugins/services/l3:source:94 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2024-11-06 22:03:05.354 | +++ lib/neutron_plugins/services/l3:source:95 : PRIVATE_SUBNET_NAME=private-subnet 2024-11-06 22:03:05.356 | +++ lib/neutron_plugins/services/l3:source:96 : PUBLIC_SUBNET_NAME=public-subnet 2024-11-06 22:03:05.357 | +++ lib/neutron_plugins/services/l3:source:99 : USE_SUBNETPOOL=True 2024-11-06 22:03:05.359 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2024-11-06 22:03:05.360 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2024-11-06 22:03:05.362 | +++ lib/neutron_plugins/services/l3:source:103 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2024-11-06 22:03:05.364 | +++ lib/neutron_plugins/services/l3:source:104 : SUBNETPOOL_PREFIX_V6=fd63:a439:6ef4::/56 2024-11-06 22:03:05.365 | +++ lib/neutron_plugins/services/l3:source:106 : SUBNETPOOL_SIZE_V4=26 2024-11-06 22:03:05.367 | +++ lib/neutron_plugins/services/l3:source:107 : SUBNETPOOL_SIZE_V6=64 2024-11-06 22:03:05.369 | ++++ lib/neutron_plugins/services/l3:source:109 : ip -4 route 2024-11-06 22:03:05.369 | ++++ lib/neutron_plugins/services/l3:source:109 : grep '^default' 2024-11-06 22:03:05.369 | ++++ lib/neutron_plugins/services/l3:source:109 : awk '{print $5}' 2024-11-06 22:03:05.373 | +++ lib/neutron_plugins/services/l3:source:109 : default_v4_route_devs=ens192 2024-11-06 22:03:05.376 | ++++ lib/neutron_plugins/services/l3:source:111 : grep via 2024-11-06 22:03:05.376 | ++++ lib/neutron_plugins/services/l3:source:111 : ip -6 route list match default table all 2024-11-06 22:03:05.376 | ++++ lib/neutron_plugins/services/l3:source:111 : awk '{print $5}' 2024-11-06 22:03:05.381 | +++ lib/neutron_plugins/services/l3:source:111 : default_v6_route_devs= 2024-11-06 22:03:05.383 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2024-11-06 22:03:05.385 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2024-11-06 22:03:05.386 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2024-11-06 22:03:05.388 | ++ lib/neutron:source:297 : source /opt/stack/devstack/lib/neutron_plugins/services/segments 2024-11-06 22:03:05.390 | ++ lib/neutron:source:300 : has_neutron_plugin_security_group 2024-11-06 22:03:05.391 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2024-11-06 22:03:05.393 | ++ lib/neutron:source:301 : Q_USE_SECGROUP=True 2024-11-06 22:03:05.394 | ++ lib/neutron:source:309 : OVN_BRIDGE_MAPPINGS=default:br-ex 2024-11-06 22:03:05.406 | + stack.sh:main:629 : source /opt/stack/devstack/lib/ldap 2024-11-06 22:03:05.416 | + stack.sh:main:630 : source /opt/stack/devstack/lib/dstat 2024-11-06 22:03:05.426 | + stack.sh:main:631 : source /opt/stack/devstack/lib/tcpdump 2024-11-06 22:03:05.435 | + stack.sh:main:632 : source /opt/stack/devstack/lib/etcd3 2024-11-06 22:03:05.482 | + stack.sh:main:633 : source /opt/stack/devstack/lib/os-vif 2024-11-06 22:03:05.484 | +++ lib/os-vif:source:12 : is_ml2_ovs 2024-11-06 22:03:05.486 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2024-11-06 22:03:05.487 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2024-11-06 22:03:05.489 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2024-11-06 22:03:05.491 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2024-11-06 22:03:05.491 | False' 2024-11-06 22:03:05.494 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2024-11-06 22:03:05.505 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2024-11-06 22:03:05.506 | + stack.sh:main:639 : run_phase source 2024-11-06 22:03:05.508 | + functions-common:run_phase:1828 : local mode=source 2024-11-06 22:03:05.510 | + functions-common:run_phase:1829 : local phase= 2024-11-06 22:03:05.511 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2024-11-06 22:03:05.513 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2024-11-06 22:03:05.514 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-11-06 22:03:05.516 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2024-11-06 22:03:05.518 | + functions-common:run_phase:1838 : local extra 2024-11-06 22:03:05.520 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-11-06 22:03:05.522 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2024-11-06 22:03:05.524 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-11-06 22:03:05.525 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-11-06 22:03:05.527 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2024-11-06 22:03:05.529 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-11-06 22:03:05.539 | ++ functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:03:05.541 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2024-11-06 22:03:05.543 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2024-11-06 22:03:05.569 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2024-11-06 22:03:05.571 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2024-11-06 22:03:05.573 | + functions-common:run_phase:1849 : [[ source == \s\o\u\r\c\e ]] 2024-11-06 22:03:05.574 | + functions-common:run_phase:1850 : load_plugin_settings 2024-11-06 22:03:05.576 | + functions-common:load_plugin_settings:1764 : local plugins=,networking-nsx-t 2024-11-06 22:03:05.578 | + functions-common:load_plugin_settings:1765 : local plugin 2024-11-06 22:03:05.579 | + functions-common:load_plugin_settings:1768 : [[ -z ,networking-nsx-t ]] 2024-11-06 22:03:05.581 | + functions-common:load_plugin_settings:1772 : echo 'Loading plugin settings' 2024-11-06 22:03:05.581 | Loading plugin settings 2024-11-06 22:03:05.583 | + functions-common:load_plugin_settings:1773 : for plugin in ${plugins//,/ } 2024-11-06 22:03:05.584 | + functions-common:load_plugin_settings:1774 : local dir=/opt/stack/networking-nsx-t 2024-11-06 22:03:05.586 | + functions-common:load_plugin_settings:1776 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2024-11-06 22:03:05.587 | + functions-common:load_plugin_settings:1777 : source /opt/stack/networking-nsx-t/devstack/settings 2024-11-06 22:03:05.589 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2024-11-06 22:03:05.591 | ++ functions-common:define_plugin:1872 : : 2024-11-06 22:03:05.593 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2024-11-06 22:03:05.594 | + functions-common:run_phase:1851 : verify_disabled_services 2024-11-06 22:03:05.596 | + functions-common:verify_disabled_services:2111 : local service 2024-11-06 22:03:05.598 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:03:05.599 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,key, ]] 2024-11-06 22:03:05.601 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:03:05.603 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api, ]] 2024-11-06 22:03:05.605 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:03:05.606 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-cond, ]] 2024-11-06 22:03:05.608 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:03:05.610 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-sch, ]] 2024-11-06 22:03:05.612 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:03:05.613 | + 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-11-06 22:03:05.615 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:03:05.617 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-api, ]] 2024-11-06 22:03:05.619 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:03:05.620 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-client, ]] 2024-11-06 22:03:05.622 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:03:05.624 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,g-api, ]] 2024-11-06 22:03:05.626 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:03:05.627 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-sch, ]] 2024-11-06 22:03:05.629 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:03:05.631 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-api, ]] 2024-11-06 22:03:05.632 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:03:05.634 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-vol, ]] 2024-11-06 22:03:05.636 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:03:05.638 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovs-vswitchd, ]] 2024-11-06 22:03:05.640 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:03:05.641 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovsdb-server, ]] 2024-11-06 22:03:05.643 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:03:05.645 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-svc, ]] 2024-11-06 22:03:05.647 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:03:05.649 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,rabbit, ]] 2024-11-06 22:03:05.650 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:03:05.652 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,tempest, ]] 2024-11-06 22:03:05.654 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:03:05.656 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,mysql, ]] 2024-11-06 22:03:05.658 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:03:05.660 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,etcd3, ]] 2024-11-06 22:03:05.662 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:03:05.663 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-agt, ]] 2024-11-06 22:03:05.665 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:03:05.667 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-dhcp, ]] 2024-11-06 22:03:05.669 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:03:05.670 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-l3, ]] 2024-11-06 22:03:05.672 | + functions-common:verify_disabled_services:2112 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:03:05.674 | + functions-common:verify_disabled_services:2113 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-meta, ]] 2024-11-06 22:03:05.676 | + stack.sh:main:710 : initialize_database_backends 2024-11-06 22:03:05.678 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-11-06 22:03:05.679 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2024-11-06 22:03:05.691 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:03:05.693 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2024-11-06 22:03:05.694 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-11-06 22:03:05.696 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2024-11-06 22:03:05.708 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:03:05.710 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2024-11-06 22:03:05.711 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2024-11-06 22:03:05.713 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2024-11-06 22:03:05.715 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2024-11-06 22:03:05.717 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2024-11-06 22:03:05.719 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2024-11-06 22:03:05.720 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2024-11-06 22:03:05.722 | + lib/database:initialize_database_backends:92 : return 0 2024-11-06 22:03:05.724 | + stack.sh:main:711 : echo 'Using mysql database backend' 2024-11-06 22:03:05.724 | Using mysql database backend 2024-11-06 22:03:05.726 | + stack.sh:main:714 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2024-11-06 22:03:05.738 | + stack.sh:main:716 : define_database_baseurl 2024-11-06 22:03:05.741 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2024-11-06 22:03:05.742 | ++ lib/databases/mysql:get_database_type_mysql:32 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-11-06 22:03:05.744 | ++ lib/databases/mysql:get_database_type_mysql:33 : echo mysql+pymysql 2024-11-06 22:03:05.747 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-11-06 22:03:05.748 | + stack.sh:main:728 : is_service_enabled rabbit 2024-11-06 22:03:05.761 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:03:05.762 | + stack.sh:main:729 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2024-11-06 22:03:05.775 | + stack.sh:main:736 : is_service_enabled keystone 2024-11-06 22:03:05.787 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:03:05.789 | + stack.sh:main:738 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2024-11-06 22:03:05.801 | + stack.sh:main:740 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2024-11-06 22:03:05.813 | + stack.sh:main:751 : is_service_enabled ldap 2024-11-06 22:03:05.825 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:03:05.827 | + stack.sh:main:760 : is_service_enabled s-proxy 2024-11-06 22:03:05.839 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:03:05.841 | + stack.sh:main:772 : save_stackenv 772 2024-11-06 22:03:05.843 | + functions-common:save_stackenv:60 : local tag=772 2024-11-06 22:03:05.846 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-11-06 22:03:05.849 | + functions-common:save_stackenv:62 : time_stamp=2024-11-06-220305 2024-11-06 22:03:05.850 | + functions-common:save_stackenv:63 : echo '# 2024-11-06-220305 772' 2024-11-06 22:03:05.852 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:03:05.854 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-11-06 22:03:05.856 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:03:05.858 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-11-06 22:03:05.859 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:03:05.861 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-11-06 22:03:05.863 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:03:05.865 | + 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-11-06 22:03:05.867 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:03:05.868 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-11-06 22:03:05.870 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:03:05.872 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-11-06 22:03:05.874 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:03:05.876 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-11-06-220303 2024-11-06 22:03:05.878 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:03:05.879 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-11-06 22:03:05.881 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:03:05.883 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-11-06 22:03:05.885 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:03:05.887 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-11-06 22:03:05.888 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:03:05.890 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-11-06 22:03:05.892 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:03:05.894 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-11-06 22:03:05.896 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:03:05.898 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-11-06 22:03:05.899 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:03:05.901 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-11-06 22:03:05.903 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:03:05.905 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-11-06 22:03:05.907 | + stack.sh:main:785 : GIT_DEPTH=0 2024-11-06 22:03:05.909 | + stack.sh:main:785 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements stable/2023.2 2024-11-06 22:03:05.910 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/requirements.git 2024-11-06 22:03:05.912 | + functions-common:git_clone:573 : local git_dest=/opt/stack//requirements 2024-11-06 22:03:05.914 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2024-11-06 22:03:05.915 | + functions-common:git_clone:575 : local orig_dir 2024-11-06 22:03:05.917 | ++ functions-common:git_clone:576 : pwd 2024-11-06 22:03:05.919 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-11-06 22:03:05.921 | + functions-common:git_clone:577 : local git_clone_flags= 2024-11-06 22:03:05.923 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-11-06 22:03:05.935 | + functions-common:git_clone:579 : RECLONE=False 2024-11-06 22:03:05.936 | + functions-common:git_clone:580 : [[ 0 -gt 0 ]] 2024-11-06 22:03:05.938 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-11-06 22:03:05.940 | + functions-common:git_clone:593 : egrep -q '^refs' 2024-11-06 22:03:05.940 | + functions-common:git_clone:593 : echo stable/2023.2 2024-11-06 22:03:05.944 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//requirements ]] 2024-11-06 22:03:05.945 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2024-11-06 22:03:05.947 | + functions-common:git_clone:613 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-11-06 22:03:05.949 | + functions-common:git_timed:680 : local count=0 2024-11-06 22:03:05.950 | + functions-common:git_timed:681 : local timeout=0 2024-11-06 22:03:05.952 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-11-06 22:03:05.953 | + functions-common:git_timed:684 : timeout=0 2024-11-06 22:03:05.955 | + functions-common:git_timed:687 : time_start git_timed 2024-11-06 22:03:05.956 | + functions-common:time_start:2386 : local name=git_timed 2024-11-06 22:03:05.958 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:03:05.960 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:03:05.962 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:03:05.964 | + functions-common:time_start:2391 : _TIME_START[$name]=1730930585963 2024-11-06 22:03:05.966 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-11-06 22:03:05.968 | Cloning into '/opt/stack//requirements'... 2024-11-06 22:03:48.859 | + functions-common:git_timed:702 : time_stop git_timed 2024-11-06 22:03:48.861 | + functions-common:time_stop:2400 : local name 2024-11-06 22:03:48.863 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:03:48.864 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:03:48.866 | + functions-common:time_stop:2403 : local total 2024-11-06 22:03:48.868 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:03:48.870 | + functions-common:time_stop:2406 : name=git_timed 2024-11-06 22:03:48.872 | + functions-common:time_stop:2407 : start_time=1730930585963 2024-11-06 22:03:48.874 | + functions-common:time_stop:2409 : [[ -z 1730930585963 ]] 2024-11-06 22:03:48.876 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:03:48.879 | + functions-common:time_stop:2412 : end_time=1730930628877 2024-11-06 22:03:48.880 | + functions-common:time_stop:2413 : elapsed_time=42914 2024-11-06 22:03:48.882 | + functions-common:time_stop:2414 : total=961 2024-11-06 22:03:48.884 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:03:48.885 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=43875 2024-11-06 22:03:48.887 | + functions-common:git_clone:614 : cd /opt/stack//requirements 2024-11-06 22:03:48.889 | + functions-common:git_clone:615 : git_timed fetch origin stable/2023.2 2024-11-06 22:03:48.890 | + functions-common:git_timed:680 : local count=0 2024-11-06 22:03:48.892 | + functions-common:git_timed:681 : local timeout=0 2024-11-06 22:03:48.894 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-11-06 22:03:48.895 | + functions-common:git_timed:684 : timeout=0 2024-11-06 22:03:48.897 | + functions-common:git_timed:687 : time_start git_timed 2024-11-06 22:03:48.899 | + functions-common:time_start:2386 : local name=git_timed 2024-11-06 22:03:48.900 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:03:48.902 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:03:48.904 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:03:48.907 | + functions-common:time_start:2391 : _TIME_START[$name]=1730930628905 2024-11-06 22:03:48.909 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch origin stable/2023.2 2024-11-06 22:03:49.603 | From https://opendev.org/openstack/requirements 2024-11-06 22:03:49.603 | * branch stable/2023.2 -> FETCH_HEAD 2024-11-06 22:03:49.611 | + functions-common:git_timed:702 : time_stop git_timed 2024-11-06 22:03:49.613 | + functions-common:time_stop:2400 : local name 2024-11-06 22:03:49.614 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:03:49.616 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:03:49.618 | + functions-common:time_stop:2403 : local total 2024-11-06 22:03:49.619 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:03:49.621 | + functions-common:time_stop:2406 : name=git_timed 2024-11-06 22:03:49.623 | + functions-common:time_stop:2407 : start_time=1730930628905 2024-11-06 22:03:49.624 | + functions-common:time_stop:2409 : [[ -z 1730930628905 ]] 2024-11-06 22:03:49.627 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:03:49.629 | + functions-common:time_stop:2412 : end_time=1730930629627 2024-11-06 22:03:49.631 | + functions-common:time_stop:2413 : elapsed_time=722 2024-11-06 22:03:49.632 | + functions-common:time_stop:2414 : total=43875 2024-11-06 22:03:49.634 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:03:49.636 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=44597 2024-11-06 22:03:49.638 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2024-11-06 22:03:49.639 | + functions-common:git_timed:680 : local count=0 2024-11-06 22:03:49.641 | + functions-common:git_timed:681 : local timeout=0 2024-11-06 22:03:49.642 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-11-06 22:03:49.644 | + functions-common:git_timed:684 : timeout=0 2024-11-06 22:03:49.646 | + functions-common:git_timed:687 : time_start git_timed 2024-11-06 22:03:49.647 | + functions-common:time_start:2386 : local name=git_timed 2024-11-06 22:03:49.649 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:03:49.650 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:03:49.653 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:03:49.656 | + functions-common:time_start:2391 : _TIME_START[$name]=1730930629654 2024-11-06 22:03:49.657 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-11-06 22:03:49.666 | Note: switching to 'FETCH_HEAD'. 2024-11-06 22:03:49.666 | 2024-11-06 22:03:49.666 | You are in 'detached HEAD' state. You can look around, make experimental 2024-11-06 22:03:49.666 | changes and commit them, and you can discard any commits you make in this 2024-11-06 22:03:49.666 | state without impacting any branches by switching back to a branch. 2024-11-06 22:03:49.666 | 2024-11-06 22:03:49.666 | If you want to create a new branch to retain commits you create, you may 2024-11-06 22:03:49.666 | do so (now or later) by using -c with the switch command. Example: 2024-11-06 22:03:49.666 | 2024-11-06 22:03:49.666 | git switch -c 2024-11-06 22:03:49.666 | 2024-11-06 22:03:49.666 | Or undo this operation with: 2024-11-06 22:03:49.666 | 2024-11-06 22:03:49.666 | git switch - 2024-11-06 22:03:49.666 | 2024-11-06 22:03:49.666 | Turn off this advice by setting config variable advice.detachedHead to false 2024-11-06 22:03:49.666 | 2024-11-06 22:03:49.666 | HEAD is now at f18d00dc update constraint for oslo.serialization to new release 5.2.1 2024-11-06 22:03:49.668 | + functions-common:git_timed:702 : time_stop git_timed 2024-11-06 22:03:49.670 | + functions-common:time_stop:2400 : local name 2024-11-06 22:03:49.671 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:03:49.673 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:03:49.675 | + functions-common:time_stop:2403 : local total 2024-11-06 22:03:49.676 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:03:49.678 | + functions-common:time_stop:2406 : name=git_timed 2024-11-06 22:03:49.679 | + functions-common:time_stop:2407 : start_time=1730930629654 2024-11-06 22:03:49.681 | + functions-common:time_stop:2409 : [[ -z 1730930629654 ]] 2024-11-06 22:03:49.683 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:03:49.686 | + functions-common:time_stop:2412 : end_time=1730930629684 2024-11-06 22:03:49.687 | + functions-common:time_stop:2413 : elapsed_time=30 2024-11-06 22:03:49.689 | + functions-common:time_stop:2414 : total=44597 2024-11-06 22:03:49.691 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:03:49.692 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=44627 2024-11-06 22:03:49.694 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//requirements 2024-11-06 22:03:49.704 | + functions-common:git_clone:655 : cd /opt/stack//requirements 2024-11-06 22:03:49.706 | + functions-common:git_clone:656 : git show --oneline 2024-11-06 22:03:49.706 | + functions-common:git_clone:656 : head -1 2024-11-06 22:03:49.708 | f18d00dc update constraint for oslo.serialization to new release 5.2.1 2024-11-06 22:03:49.711 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2024-11-06 22:03:49.713 | + stack.sh:main:789 : echo_summary 'Installing package prerequisites' 2024-11-06 22:03:49.715 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2024-11-06 22:03:49.716 | + stack.sh:echo_summary:461 : echo -e Installing package prerequisites 2024-11-06 22:03:49.719 | + stack.sh:main:790 : source /opt/stack/devstack/tools/install_prereqs.sh 2024-11-06 22:03:49.721 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2024-11-06 22:03:49.722 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2024-11-06 22:03:49.724 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2024-11-06 22:03:49.726 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2024-11-06 22:03:49.728 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2024-11-06 22:03:49.730 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2024-11-06 22:03:49.732 | +++ tools/install_prereqs.sh:source:47 : date +%s 2024-11-06 22:03:49.735 | ++ tools/install_prereqs.sh:source:47 : NOW=1730930629 2024-11-06 22:03:49.738 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2024-11-06 22:03:49.740 | +++ tools/install_prereqs.sh:source:48 : echo 0 2024-11-06 22:03:49.743 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2024-11-06 22:03:49.745 | ++ tools/install_prereqs.sh:source:49 : DELTA=1730930629 2024-11-06 22:03:49.747 | ++ tools/install_prereqs.sh:source:50 : [[ 1730930629 -lt 7200 ]] 2024-11-06 22:03:49.748 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2024-11-06 22:03:49.750 | ++ functions-common:export_proxy_variables:2218 : isset http_proxy 2024-11-06 22:03:49.752 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2024-11-06 22:03:49.754 | ++ functions-common:export_proxy_variables:2221 : isset https_proxy 2024-11-06 22:03:49.756 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2024-11-06 22:03:49.758 | ++ functions-common:export_proxy_variables:2224 : isset no_proxy 2024-11-06 22:03:49.759 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2024-11-06 22:03:49.762 | +++ 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-11-06 22:03:49.789 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2024-11-06 22:03:49.789 | apache2-dev 2024-11-06 22:03:49.789 | bc 2024-11-06 22:03:49.789 | bsdmainutils 2024-11-06 22:03:49.789 | curl 2024-11-06 22:03:49.789 | g++ 2024-11-06 22:03:49.789 | gawk 2024-11-06 22:03:49.789 | gcc 2024-11-06 22:03:49.789 | gettext 2024-11-06 22:03:49.789 | git 2024-11-06 22:03:49.789 | graphviz 2024-11-06 22:03:49.789 | iputils-ping 2024-11-06 22:03:49.789 | libapache2-mod-proxy-uwsgi 2024-11-06 22:03:49.789 | libffi-dev 2024-11-06 22:03:49.789 | libjpeg-dev 2024-11-06 22:03:49.789 | libpcre3-dev 2024-11-06 22:03:49.789 | libpq-dev 2024-11-06 22:03:49.789 | libssl-dev 2024-11-06 22:03:49.789 | libsystemd-dev 2024-11-06 22:03:49.789 | libxml2-dev 2024-11-06 22:03:49.789 | libxslt1-dev 2024-11-06 22:03:49.789 | libyaml-dev 2024-11-06 22:03:49.790 | lsof 2024-11-06 22:03:49.790 | openssh-server 2024-11-06 22:03:49.790 | openssl 2024-11-06 22:03:49.790 | pkg-config 2024-11-06 22:03:49.790 | psmisc 2024-11-06 22:03:49.790 | python3-dev 2024-11-06 22:03:49.790 | python3-pip 2024-11-06 22:03:49.790 | python3-systemd 2024-11-06 22:03:49.790 | python3-venv 2024-11-06 22:03:49.790 | tar 2024-11-06 22:03:49.790 | tcpdump 2024-11-06 22:03:49.790 | unzip 2024-11-06 22:03:49.790 | uuid-runtime 2024-11-06 22:03:49.790 | wget 2024-11-06 22:03:49.790 | wget 2024-11-06 22:03:49.790 | zlib1g-dev 2024-11-06 22:03:49.790 | libkrb5-dev 2024-11-06 22:03:49.790 | libldap2-dev 2024-11-06 22:03:49.790 | libsasl2-dev 2024-11-06 22:03:49.790 | memcached 2024-11-06 22:03:49.790 | python3-mysqldb 2024-11-06 22:03:49.790 | sqlite3 2024-11-06 22:03:49.790 | conntrack 2024-11-06 22:03:49.790 | curl 2024-11-06 22:03:49.790 | ebtables 2024-11-06 22:03:49.790 | genisoimage 2024-11-06 22:03:49.790 | iptables 2024-11-06 22:03:49.790 | iputils-arping 2024-11-06 22:03:49.790 | kpartx 2024-11-06 22:03:49.790 | libjs-jquery-tablesorter 2024-11-06 22:03:49.790 | parted 2024-11-06 22:03:49.790 | pm-utils 2024-11-06 22:03:49.790 | python3-mysqldb 2024-11-06 22:03:49.790 | socat 2024-11-06 22:03:49.790 | sqlite3 2024-11-06 22:03:49.790 | sudo 2024-11-06 22:03:49.790 | vlan 2024-11-06 22:03:49.790 | lsscsi 2024-11-06 22:03:49.790 | open-iscsi 2024-11-06 22:03:49.790 | lvm2 2024-11-06 22:03:49.790 | qemu-utils 2024-11-06 22:03:49.790 | thin-provisioning-tools 2024-11-06 22:03:49.790 | acl 2024-11-06 22:03:49.790 | dnsmasq-base 2024-11-06 22:03:49.790 | dnsmasq-utils 2024-11-06 22:03:49.790 | ebtables 2024-11-06 22:03:49.790 | haproxy 2024-11-06 22:03:49.790 | iptables 2024-11-06 22:03:49.790 | iputils-arping 2024-11-06 22:03:49.790 | iputils-ping 2024-11-06 22:03:49.790 | postgresql-server-dev-all 2024-11-06 22:03:49.790 | python3-mysqldb 2024-11-06 22:03:49.790 | sqlite3 2024-11-06 22:03:49.790 | sudo 2024-11-06 22:03:49.790 | vlan 2024-11-06 22:03:49.790 | ipset 2024-11-06 22:03:49.790 | conntrack 2024-11-06 22:03:49.790 | conntrackd 2024-11-06 22:03:49.790 | keepalived' 2024-11-06 22:03:49.792 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2024-11-06 22:03:49.807 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2024-11-06 22:03:49.807 | apache2-dev 2024-11-06 22:03:49.807 | bc 2024-11-06 22:03:49.807 | bsdmainutils 2024-11-06 22:03:49.807 | curl 2024-11-06 22:03:49.807 | g++ 2024-11-06 22:03:49.807 | gawk 2024-11-06 22:03:49.807 | gcc 2024-11-06 22:03:49.807 | gettext 2024-11-06 22:03:49.807 | git 2024-11-06 22:03:49.807 | graphviz 2024-11-06 22:03:49.807 | iputils-ping 2024-11-06 22:03:49.807 | libapache2-mod-proxy-uwsgi 2024-11-06 22:03:49.807 | libffi-dev 2024-11-06 22:03:49.807 | libjpeg-dev 2024-11-06 22:03:49.807 | libpcre3-dev 2024-11-06 22:03:49.807 | libpq-dev 2024-11-06 22:03:49.807 | libssl-dev 2024-11-06 22:03:49.807 | libsystemd-dev 2024-11-06 22:03:49.807 | libxml2-dev 2024-11-06 22:03:49.807 | libxslt1-dev 2024-11-06 22:03:49.807 | libyaml-dev 2024-11-06 22:03:49.807 | lsof 2024-11-06 22:03:49.807 | openssh-server 2024-11-06 22:03:49.807 | openssl 2024-11-06 22:03:49.807 | pkg-config 2024-11-06 22:03:49.807 | psmisc 2024-11-06 22:03:49.807 | python3-dev 2024-11-06 22:03:49.807 | python3-pip 2024-11-06 22:03:49.807 | python3-systemd 2024-11-06 22:03:49.807 | python3-venv 2024-11-06 22:03:49.807 | tar 2024-11-06 22:03:49.807 | tcpdump 2024-11-06 22:03:49.807 | unzip 2024-11-06 22:03:49.807 | uuid-runtime 2024-11-06 22:03:49.807 | wget 2024-11-06 22:03:49.807 | wget 2024-11-06 22:03:49.807 | zlib1g-dev 2024-11-06 22:03:49.807 | libkrb5-dev 2024-11-06 22:03:49.807 | libldap2-dev 2024-11-06 22:03:49.807 | libsasl2-dev 2024-11-06 22:03:49.807 | memcached 2024-11-06 22:03:49.807 | python3-mysqldb 2024-11-06 22:03:49.807 | sqlite3 2024-11-06 22:03:49.807 | conntrack 2024-11-06 22:03:49.807 | curl 2024-11-06 22:03:49.807 | ebtables 2024-11-06 22:03:49.807 | genisoimage 2024-11-06 22:03:49.807 | iptables 2024-11-06 22:03:49.807 | iputils-arping 2024-11-06 22:03:49.807 | kpartx 2024-11-06 22:03:49.807 | libjs-jquery-tablesorter 2024-11-06 22:03:49.807 | parted 2024-11-06 22:03:49.807 | pm-utils 2024-11-06 22:03:49.807 | python3-mysqldb 2024-11-06 22:03:49.807 | socat 2024-11-06 22:03:49.807 | sqlite3 2024-11-06 22:03:49.807 | sudo 2024-11-06 22:03:49.807 | vlan 2024-11-06 22:03:49.807 | lsscsi 2024-11-06 22:03:49.807 | open-iscsi 2024-11-06 22:03:49.807 | lvm2 2024-11-06 22:03:49.807 | qemu-utils 2024-11-06 22:03:49.807 | thin-provisioning-tools 2024-11-06 22:03:49.807 | acl 2024-11-06 22:03:49.807 | dnsmasq-base 2024-11-06 22:03:49.807 | dnsmasq-utils 2024-11-06 22:03:49.807 | ebtables 2024-11-06 22:03:49.807 | haproxy 2024-11-06 22:03:49.807 | iptables 2024-11-06 22:03:49.807 | iputils-arping 2024-11-06 22:03:49.807 | iputils-ping 2024-11-06 22:03:49.807 | postgresql-server-dev-all 2024-11-06 22:03:49.807 | python3-mysqldb 2024-11-06 22:03:49.807 | sqlite3 2024-11-06 22:03:49.807 | sudo 2024-11-06 22:03:49.807 | vlan 2024-11-06 22:03:49.807 | ipset 2024-11-06 22:03:49.807 | conntrack 2024-11-06 22:03:49.807 | conntrackd 2024-11-06 22:03:49.807 | keepalived ' 2024-11-06 22:03:49.809 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2024-11-06 22:03:49.810 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:03:49.812 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:03:49.815 | ++ 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-11-06 22:03:49.815 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2024-11-06 22:03:49.818 | ++ 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-11-06 22:03:49.820 | ++ functions-common:install_package:1421 : update_package_repo 2024-11-06 22:03:49.822 | ++ functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2024-11-06 22:03:49.824 | ++ functions-common:update_package_repo:1396 : REPOS_UPDATED=False 2024-11-06 22:03:49.825 | ++ functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2024-11-06 22:03:49.827 | ++ functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2024-11-06 22:03:49.829 | ++ functions-common:update_package_repo:1403 : is_ubuntu 2024-11-06 22:03:49.830 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:03:49.832 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:03:49.834 | ++ functions-common:update_package_repo:1404 : apt_get_update 2024-11-06 22:03:49.836 | ++ functions-common:apt_get_update:1149 : [[ False == \T\r\u\e ]] 2024-11-06 22:03:49.837 | ++ functions-common:apt_get_update:1154 : [[ False = \T\r\u\e ]] 2024-11-06 22:03:49.839 | ++ functions-common:apt_get_update:1156 : local sudo=sudo 2024-11-06 22:03:49.841 | +++ functions-common:apt_get_update:1157 : id -u 2024-11-06 22:03:49.844 | ++ functions-common:apt_get_update:1157 : [[ 1001 = \0 ]] 2024-11-06 22:03:49.846 | ++ functions-common:apt_get_update:1160 : time_start apt-get-update 2024-11-06 22:03:49.847 | ++ functions-common:time_start:2386 : local name=apt-get-update 2024-11-06 22:03:49.849 | ++ functions-common:time_start:2387 : local start_time= 2024-11-06 22:03:49.851 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:03:49.853 | +++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:03:49.855 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1730930629853 2024-11-06 22:03:49.857 | ++ functions-common:apt_get_update:1162 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2024-11-06 22:03:49.859 | ++ functions-common:apt_get_update:1163 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2024-11-06 22:03:49.861 | ++ 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-11-06 22:03:50.035 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2024-11-06 22:03:50.041 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [128 kB] 2024-11-06 22:03:50.053 | Get:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease [127 kB] 2024-11-06 22:03:50.132 | Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-11-06 22:03:50.211 | Get:5 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [2,127 kB] 2024-11-06 22:03:50.263 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main Translation-en [365 kB] 2024-11-06 22:03:50.273 | Get:7 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 Packages [2,605 kB] 2024-11-06 22:03:50.301 | Get:8 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted Translation-en [450 kB] 2024-11-06 22:03:50.314 | Get:9 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 Packages [1,134 kB] 2024-11-06 22:03:50.334 | Get:10 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe Translation-en [265 kB] 2024-11-06 22:03:50.614 | Get:11 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,911 kB] 2024-11-06 22:03:54.225 | Get:12 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [307 kB] 2024-11-06 22:03:54.794 | Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,545 kB] 2024-11-06 22:03:59.632 | Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [440 kB] 2024-11-06 22:04:00.460 | Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [913 kB] 2024-11-06 22:04:02.471 | Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [181 kB] 2024-11-06 22:04:05.356 | Fetched 13.6 MB in 13s (1,056 kB/s) 2024-11-06 22:04:06.359 | Reading package lists... 2024-11-06 22:04:06.381 | ++ functions-common:apt_get_update:1168 : REPOS_UPDATED=True 2024-11-06 22:04:06.383 | ++ functions-common:apt_get_update:1170 : time_stop apt-get-update 2024-11-06 22:04:06.385 | ++ functions-common:time_stop:2400 : local name 2024-11-06 22:04:06.387 | ++ functions-common:time_stop:2401 : local end_time 2024-11-06 22:04:06.388 | ++ functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:04:06.390 | ++ functions-common:time_stop:2403 : local total 2024-11-06 22:04:06.392 | ++ functions-common:time_stop:2404 : local start_time 2024-11-06 22:04:06.393 | ++ functions-common:time_stop:2406 : name=apt-get-update 2024-11-06 22:04:06.395 | ++ functions-common:time_stop:2407 : start_time=1730930629853 2024-11-06 22:04:06.397 | ++ functions-common:time_stop:2409 : [[ -z 1730930629853 ]] 2024-11-06 22:04:06.399 | +++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:04:06.402 | ++ functions-common:time_stop:2412 : end_time=1730930646400 2024-11-06 22:04:06.404 | ++ functions-common:time_stop:2413 : elapsed_time=16547 2024-11-06 22:04:06.405 | ++ functions-common:time_stop:2414 : total=0 2024-11-06 22:04:06.407 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:04:06.409 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=16547 2024-11-06 22:04:06.411 | ++ 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-11-06 22:04:06.412 | ++ functions-common:real_install_package:1409 : is_ubuntu 2024-11-06 22:04:06.414 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:04:06.416 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:04:06.418 | ++ 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-11-06 22:04:06.434 | ++ 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-11-06 22:04:06.492 | Reading package lists... 2024-11-06 22:04:06.691 | Building dependency tree... 2024-11-06 22:04:06.692 | Reading state information... 2024-11-06 22:04:06.708 | acl is already the newest version (2.3.1-1). 2024-11-06 22:04:06.708 | bc is already the newest version (1.07.1-3build1). 2024-11-06 22:04:06.708 | bc set to manually installed. 2024-11-06 22:04:06.708 | conntrack is already the newest version (1:1.4.6-2build2). 2024-11-06 22:04:06.708 | ebtables is already the newest version (2.0.11-4build2). 2024-11-06 22:04:06.708 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2024-11-06 22:04:06.708 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2024-11-06 22:04:06.708 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2024-11-06 22:04:06.708 | gettext is already the newest version (0.21-4ubuntu4). 2024-11-06 22:04:06.708 | ipset is already the newest version (7.15-1build1). 2024-11-06 22:04:06.708 | iputils-arping is already the newest version (3:20211215-1). 2024-11-06 22:04:06.708 | iputils-ping is already the newest version (3:20211215-1). 2024-11-06 22:04:06.708 | iputils-ping set to manually installed. 2024-11-06 22:04:06.708 | keepalived is already the newest version (1:2.2.4-0.2build1). 2024-11-06 22:04:06.708 | libffi-dev is already the newest version (3.4.2-4). 2024-11-06 22:04:06.708 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2024-11-06 22:04:06.708 | libyaml-dev is already the newest version (0.2.2-1build2). 2024-11-06 22:04:06.708 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2024-11-06 22:04:06.708 | lsof set to manually installed. 2024-11-06 22:04:06.708 | lsscsi is already the newest version (0.31-1build2). 2024-11-06 22:04:06.708 | lvm2 is already the newest version (2.03.11-2.1ubuntu4). 2024-11-06 22:04:06.708 | lvm2 set to manually installed. 2024-11-06 22:04:06.708 | open-iscsi is already the newest version (2.1.5-1ubuntu1). 2024-11-06 22:04:06.708 | open-iscsi set to manually installed. 2024-11-06 22:04:06.708 | parted is already the newest version (3.4-2build1). 2024-11-06 22:04:06.708 | parted set to manually installed. 2024-11-06 22:04:06.708 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2024-11-06 22:04:06.708 | psmisc is already the newest version (23.4-2build3). 2024-11-06 22:04:06.708 | psmisc set to manually installed. 2024-11-06 22:04:06.708 | python3-mysqldb is already the newest version (1.4.6-1build1). 2024-11-06 22:04:06.708 | python3-systemd is already the newest version (234-3ubuntu2). 2024-11-06 22:04:06.708 | python3-systemd set to manually installed. 2024-11-06 22:04:06.708 | socat is already the newest version (1.7.4.1-3ubuntu4). 2024-11-06 22:04:06.708 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2024-11-06 22:04:06.708 | thin-provisioning-tools set to manually installed. 2024-11-06 22:04:06.708 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2024-11-06 22:04:06.708 | conntrackd is already the newest version (1:1.4.6-2build2). 2024-11-06 22:04:06.708 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2024-11-06 22:04:06.708 | pm-utils is already the newest version (1.4.1-19). 2024-11-06 22:04:06.708 | postgresql-server-dev-all is already the newest version (238). 2024-11-06 22:04:06.708 | vlan is already the newest version (2.0.5ubuntu5). 2024-11-06 22:04:06.708 | apache2 is already the newest version (2.4.52-1ubuntu4.12). 2024-11-06 22:04:06.708 | apache2-dev is already the newest version (2.4.52-1ubuntu4.12). 2024-11-06 22:04:06.708 | curl is already the newest version (7.81.0-1ubuntu1.18). 2024-11-06 22:04:06.708 | curl set to manually installed. 2024-11-06 22:04:06.708 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2024-11-06 22:04:06.708 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2024-11-06 22:04:06.708 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2024-11-06 22:04:06.708 | gawk set to manually installed. 2024-11-06 22:04:06.708 | git is already the newest version (1:2.34.1-1ubuntu1.11). 2024-11-06 22:04:06.708 | git set to manually installed. 2024-11-06 22:04:06.708 | haproxy is already the newest version (2.4.24-0ubuntu0.22.04.1). 2024-11-06 22:04:06.708 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2024-11-06 22:04:06.708 | iptables set to manually installed. 2024-11-06 22:04:06.708 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2024-11-06 22:04:06.708 | kpartx set to manually installed. 2024-11-06 22:04:06.708 | libkrb5-dev is already the newest version (1.19.2-2ubuntu0.4). 2024-11-06 22:04:06.708 | libldap2-dev is already the newest version (2.5.18+dfsg-0ubuntu0.22.04.2). 2024-11-06 22:04:06.708 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2024-11-06 22:04:06.708 | libpq-dev is already the newest version (14.13-0ubuntu0.22.04.1). 2024-11-06 22:04:06.708 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2024-11-06 22:04:06.708 | libssl-dev is already the newest version (3.0.2-0ubuntu1.18). 2024-11-06 22:04:06.708 | libsystemd-dev is already the newest version (249.11-0ubuntu3.12). 2024-11-06 22:04:06.708 | libxml2-dev is already the newest version (2.9.13+dfsg-1ubuntu0.4). 2024-11-06 22:04:06.708 | libxslt1-dev is already the newest version (1.1.34-4ubuntu0.22.04.1). 2024-11-06 22:04:06.708 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2024-11-06 22:04:06.708 | openssh-server is already the newest version (1:8.9p1-3ubuntu0.10). 2024-11-06 22:04:06.708 | openssl is already the newest version (3.0.2-0ubuntu1.18). 2024-11-06 22:04:06.708 | openssl set to manually installed. 2024-11-06 22:04:06.708 | python3-dev is already the newest version (3.10.6-1~22.04.1). 2024-11-06 22:04:06.708 | qemu-utils is already the newest version (1:6.2+dfsg-2ubuntu6.23). 2024-11-06 22:04:06.708 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2024-11-06 22:04:06.708 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2024-11-06 22:04:06.708 | sudo set to manually installed. 2024-11-06 22:04:06.887 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2024-11-06 22:04:06.887 | tar set to manually installed. 2024-11-06 22:04:06.887 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2024-11-06 22:04:06.887 | tcpdump set to manually installed. 2024-11-06 22:04:06.887 | unzip is already the newest version (6.0-26ubuntu3.2). 2024-11-06 22:04:06.887 | uuid-runtime is already the newest version (2.37.2-4ubuntu3.4). 2024-11-06 22:04:06.887 | uuid-runtime set to manually installed. 2024-11-06 22:04:06.887 | wget is already the newest version (1.21.2-2ubuntu1.1). 2024-11-06 22:04:06.887 | wget set to manually installed. 2024-11-06 22:04:06.887 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2024-11-06 22:04:06.887 | graphviz is already the newest version (2.42.2-6ubuntu0.1). 2024-11-06 22:04:06.887 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.12). 2024-11-06 22:04:06.887 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.5). 2024-11-06 22:04:06.887 | python3-venv is already the newest version (3.10.6-1~22.04.1). 2024-11-06 22:04:06.887 | The following packages were automatically installed and are no longer required: 2024-11-06 22:04:06.887 | linux-headers-6.8.0-40-generic linux-hwe-6.8-headers-6.8.0-40 2024-11-06 22:04:06.887 | linux-hwe-6.8-tools-6.8.0-40 linux-image-6.8.0-40-generic 2024-11-06 22:04:06.887 | linux-modules-6.8.0-40-generic linux-tools-6.8.0-40-generic 2024-11-06 22:04:06.887 | Use 'sudo apt autoremove' to remove them. 2024-11-06 22:04:06.916 | 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. 2024-11-06 22:04:06.919 | ++ functions-common:apt_get:1194 : result=0 2024-11-06 22:04:06.921 | ++ functions-common:apt_get:1197 : time_stop apt-get 2024-11-06 22:04:06.923 | ++ functions-common:time_stop:2400 : local name 2024-11-06 22:04:06.925 | ++ functions-common:time_stop:2401 : local end_time 2024-11-06 22:04:06.927 | ++ functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:04:06.929 | ++ functions-common:time_stop:2403 : local total 2024-11-06 22:04:06.930 | ++ functions-common:time_stop:2404 : local start_time 2024-11-06 22:04:06.932 | ++ functions-common:time_stop:2406 : name=apt-get 2024-11-06 22:04:06.934 | ++ functions-common:time_stop:2407 : start_time=1730930646431 2024-11-06 22:04:06.936 | ++ functions-common:time_stop:2409 : [[ -z 1730930646431 ]] 2024-11-06 22:04:06.938 | +++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:04:06.941 | ++ functions-common:time_stop:2412 : end_time=1730930646939 2024-11-06 22:04:06.943 | ++ functions-common:time_stop:2413 : elapsed_time=508 2024-11-06 22:04:06.945 | ++ functions-common:time_stop:2414 : total=497 2024-11-06 22:04:06.946 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:04:06.948 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1005 2024-11-06 22:04:06.950 | ++ functions-common:apt_get:1198 : return 0 2024-11-06 22:04:06.952 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2024-11-06 22:04:06.954 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2024-11-06 22:04:06.957 | +++ tools/install_prereqs.sh:source:83 : which python3.10 2024-11-06 22:04:06.960 | ++ tools/install_prereqs.sh:source:83 : export PYTHON=/usr/bin/python3.10 2024-11-06 22:04:06.962 | ++ tools/install_prereqs.sh:source:83 : PYTHON=/usr/bin/python3.10 2024-11-06 22:04:06.964 | ++ tools/install_prereqs.sh:source:88 : date +%s 2024-11-06 22:04:06.967 | ++ tools/install_prereqs.sh:source:89 : date 2024-11-06 22:04:06.970 | + stack.sh:main:805 : [[ False != \T\r\u\e ]] 2024-11-06 22:04:06.972 | + stack.sh:main:806 : PYPI_ALTERNATIVE_URL= 2024-11-06 22:04:06.974 | + stack.sh:main:806 : /opt/stack/devstack/tools/install_pip.sh 2024-11-06 22:04:07.282 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2024-11-06 22:04:07.284 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2024-11-06 22:04:07.285 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2024-11-06 22:04:07.286 | + tools/install_pip.sh:main:43 : GetDistro 2024-11-06 22:04:07.288 | + functions-common:GetDistro:449 : GetOSVersion 2024-11-06 22:04:07.289 | + functions-common:GetOSVersion:416 : source /etc/os-release 2024-11-06 22:04:07.290 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.5 LTS' 2024-11-06 22:04:07.291 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2024-11-06 22:04:07.293 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2024-11-06 22:04:07.294 | ++ /etc/os-release:source:4 : VERSION='22.04.5 LTS (Jammy Jellyfish)' 2024-11-06 22:04:07.295 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2024-11-06 22:04:07.296 | ++ /etc/os-release:source:6 : ID=ubuntu 2024-11-06 22:04:07.298 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2024-11-06 22:04:07.299 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2024-11-06 22:04:07.300 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2024-11-06 22:04:07.301 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2024-11-06 22:04:07.303 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2024-11-06 22:04:07.304 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2024-11-06 22:04:07.305 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2024-11-06 22:04:07.306 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) =~ rhel9 ]] 2024-11-06 22:04:07.308 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.5 LTS (Jammy Jellyfish) =~ rocky9 ]] 2024-11-06 22:04:07.309 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2024-11-06 22:04:07.311 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2024-11-06 22:04:07.312 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2024-11-06 22:04:07.313 | + functions-common:_ensure_lsb_release:394 : return 2024-11-06 22:04:07.315 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2024-11-06 22:04:07.349 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2024-11-06 22:04:07.350 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2024-11-06 22:04:07.383 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2024-11-06 22:04:07.385 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2024-11-06 22:04:07.418 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2024-11-06 22:04:07.419 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2024-11-06 22:04:07.421 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2024-11-06 22:04:07.422 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2024-11-06 22:04:07.424 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2024-11-06 22:04:07.425 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2024-11-06 22:04:07.426 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2024-11-06 22:04:07.428 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2024-11-06 22:04:07.429 | + functions-common:GetDistro:453 : DISTRO=jammy 2024-11-06 22:04:07.431 | + functions-common:GetDistro:491 : typeset -xr DISTRO 2024-11-06 22:04:07.432 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2024-11-06 22:04:07.432 | Distro: jammy 2024-11-06 22:04:07.433 | + tools/install_pip.sh:main:124 : get_versions 2024-11-06 22:04:07.435 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-11-06 22:04:07.438 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-11-06 22:04:07.439 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-11-06 22:04:07.441 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-11-06 22:04:07.441 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-11-06 22:04:07.543 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-11-06 22:04:07.544 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-11-06 22:04:07.545 | pip: 0.1.15 2024-11-06 22:04:07.546 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2024-11-06 22:04:07.547 | + tools/install_pip.sh:main:130 : is_fedora 2024-11-06 22:04:07.549 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2024-11-06 22:04:07.550 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2024-11-06 22:04:07.551 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2024-11-06 22:04:07.552 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2024-11-06 22:04:07.554 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-11-06 22:04:07.555 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2024-11-06 22:04:07.556 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2024-11-06 22:04:07.557 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2024-11-06 22:04:07.559 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2024-11-06 22:04:07.560 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2024-11-06 22:04:07.561 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2024-11-06 22:04:07.562 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2024-11-06 22:04:07.564 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2024-11-06 22:04:07.565 | + tools/install_pip.sh:main:141 : is_ubuntu 2024-11-06 22:04:07.566 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:04:07.567 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:04:07.569 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2024-11-06 22:04:07.572 | + tools/install_pip.sh:main:153 : set -x 2024-11-06 22:04:07.574 | + tools/install_pip.sh:main:156 : get_versions 2024-11-06 22:04:07.575 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-11-06 22:04:07.578 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-11-06 22:04:07.579 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-11-06 22:04:07.581 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-11-06 22:04:07.581 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-11-06 22:04:07.589 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-11-06 22:04:07.590 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-11-06 22:04:07.590 | pip: 0.1.15 2024-11-06 22:04:07.592 | + stack.sh:main:810 : source /opt/stack/devstack/tools/fixup_stuff.sh 2024-11-06 22:04:07.594 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2024-11-06 22:04:07.597 | + stack.sh:main:811 : fixup_all 2024-11-06 22:04:07.599 | + tools/fixup_stuff.sh:fixup_all:124 : fixup_ubuntu 2024-11-06 22:04:07.601 | + tools/fixup_stuff.sh:fixup_ubuntu:108 : is_ubuntu 2024-11-06 22:04:07.602 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:04:07.604 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:04:07.606 | + tools/fixup_stuff.sh:fixup_ubuntu:118 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2024-11-06 22:04:07.616 | + tools/fixup_stuff.sh:fixup_ubuntu:119 : sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info 2024-11-06 22:04:07.624 | + tools/fixup_stuff.sh:fixup_ubuntu:120 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2024-11-06 22:04:07.633 | + tools/fixup_stuff.sh:fixup_all:125 : fixup_fedora 2024-11-06 22:04:07.634 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2024-11-06 22:04:07.636 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2024-11-06 22:04:07.638 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2024-11-06 22:04:07.639 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2024-11-06 22:04:07.641 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2024-11-06 22:04:07.643 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-11-06 22:04:07.645 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2024-11-06 22:04:07.646 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2024-11-06 22:04:07.648 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2024-11-06 22:04:07.650 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2024-11-06 22:04:07.652 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2024-11-06 22:04:07.653 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2024-11-06 22:04:07.655 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2024-11-06 22:04:07.657 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2024-11-06 22:04:07.658 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2024-11-06 22:04:07.660 | + stack.sh:main:813 : [[ True == \T\r\u\e ]] 2024-11-06 22:04:07.662 | + stack.sh:main:815 : sudo ln -sf /opt/stack/data/venv/bin/cinder-rtstool /usr/local/bin 2024-11-06 22:04:07.671 | + stack.sh:main:816 : sudo ln -sf /opt/stack/data/venv/bin/glance /usr/local/bin 2024-11-06 22:04:07.680 | + stack.sh:main:817 : sudo ln -sf /opt/stack/data/venv/bin/nova-manage /usr/local/bin 2024-11-06 22:04:07.689 | + stack.sh:main:818 : sudo ln -sf /opt/stack/data/venv/bin/openstack /usr/local/bin 2024-11-06 22:04:07.697 | + stack.sh:main:819 : sudo ln -sf /opt/stack/data/venv/bin/privsep-helper /usr/local/bin 2024-11-06 22:04:07.706 | + stack.sh:main:820 : sudo ln -sf /opt/stack/data/venv/bin/rally /usr/local/bin 2024-11-06 22:04:07.716 | + stack.sh:main:821 : sudo ln -sf /opt/stack/data/venv/bin/tox /usr/local/bin 2024-11-06 22:04:07.725 | + stack.sh:main:823 : setup_devstack_virtualenv 2024-11-06 22:04:07.727 | + inc/python:setup_devstack_virtualenv:39 : [[ ! -d /opt/stack/data/venv ]] 2024-11-06 22:04:07.729 | + 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-11-06 22:04:07.730 | + 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-11-06 22:04:07.732 | + 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-11-06 22:04:07.734 | + inc/python:setup_devstack_virtualenv:48 : export PYTHON=/opt/stack/data/venv/bin/python3 2024-11-06 22:04:07.736 | + inc/python:setup_devstack_virtualenv:48 : PYTHON=/opt/stack/data/venv/bin/python3 2024-11-06 22:04:07.738 | + stack.sh:main:827 : pip_install -U os-testr 2024-11-06 22:04:07.765 | Using python 3.10 to install os-testr 2024-11-06 22:04:07.767 | + 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-11-06 22:04:09.557 | Collecting os-testr 2024-11-06 22:04:09.559 | Using cached os_testr-3.0.0-py3-none-any.whl.metadata (1.8 kB) 2024-11-06 22:04:09.596 | Collecting pbr!=2.1.0,>=2.0.0 (from os-testr) 2024-11-06 22:04:09.599 | Using cached pbr-5.11.1-py2.py3-none-any.whl.metadata (1.3 kB) 2024-11-06 22:04:09.619 | Collecting python-subunit>=1.0.0 (from os-testr) 2024-11-06 22:04:09.621 | Using cached python_subunit-1.4.2-py3-none-any.whl.metadata (22 kB) 2024-11-06 22:04:09.646 | Collecting testtools>=2.2.0 (from os-testr) 2024-11-06 22:04:09.648 | Using cached testtools-2.6.0-py3-none-any.whl.metadata (5.2 kB) 2024-11-06 22:04:09.670 | Collecting extras (from python-subunit>=1.0.0->os-testr) 2024-11-06 22:04:09.672 | Using cached extras-1.0.0-py2.py3-none-any.whl.metadata (1.7 kB) 2024-11-06 22:04:09.703 | Collecting fixtures>=2.0 (from testtools>=2.2.0->os-testr) 2024-11-06 22:04:09.703 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-11-06 22:04:09.724 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2024-11-06 22:04:09.727 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-11-06 22:04:09.731 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2024-11-06 22:04:09.734 | Using cached testtools-2.6.0-py3-none-any.whl (182 kB) 2024-11-06 22:04:09.738 | Using cached extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2024-11-06 22:04:09.806 | Installing collected packages: extras, pbr, fixtures, testtools, python-subunit, os-testr 2024-11-06 22:04:10.148 | 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-11-06 22:04:10.224 | + inc/python:pip_install:222 : result=0 2024-11-06 22:04:10.226 | + inc/python:pip_install:224 : time_stop pip_install 2024-11-06 22:04:10.228 | + functions-common:time_stop:2400 : local name 2024-11-06 22:04:10.230 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:04:10.232 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:04:10.233 | + functions-common:time_stop:2403 : local total 2024-11-06 22:04:10.235 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:04:10.237 | + functions-common:time_stop:2406 : name=pip_install 2024-11-06 22:04:10.239 | + functions-common:time_stop:2407 : start_time=1730930647761 2024-11-06 22:04:10.240 | + functions-common:time_stop:2409 : [[ -z 1730930647761 ]] 2024-11-06 22:04:10.243 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:04:10.246 | + functions-common:time_stop:2412 : end_time=1730930650244 2024-11-06 22:04:10.248 | + functions-common:time_stop:2413 : elapsed_time=2483 2024-11-06 22:04:10.249 | + functions-common:time_stop:2414 : total=0 2024-11-06 22:04:10.251 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:04:10.253 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2483 2024-11-06 22:04:10.255 | + inc/python:pip_install:225 : return 0 2024-11-06 22:04:10.257 | + stack.sh:main:831 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2024-11-06 22:04:10.299 | + stack.sh:main:832 : sudo systemctl restart systemd-journald 2024-11-06 22:04:10.351 | + stack.sh:main:838 : install_infra 2024-11-06 22:04:10.353 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-11-06 22:04:10.355 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2024-11-06 22:04:10.357 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2024-11-06 22:04:13.575 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-11-06 22:04:13.577 | + lib/infra:install_infra:34 : pip_install -U pbr 2024-11-06 22:04:13.595 | + 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-11-06 22:04:14.540 | Collecting pbr 2024-11-06 22:04:14.543 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-11-06 22:04:14.569 | Installing collected packages: pbr 2024-11-06 22:04:14.635 | Successfully installed pbr-5.11.1 2024-11-06 22:04:14.705 | + inc/python:pip_install:222 : result=0 2024-11-06 22:04:14.707 | + inc/python:pip_install:224 : time_stop pip_install 2024-11-06 22:04:14.709 | + functions-common:time_stop:2400 : local name 2024-11-06 22:04:14.711 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:04:14.713 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:04:14.715 | + functions-common:time_stop:2403 : local total 2024-11-06 22:04:14.716 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:04:14.718 | + functions-common:time_stop:2406 : name=pip_install 2024-11-06 22:04:14.719 | + functions-common:time_stop:2407 : start_time=1730930653590 2024-11-06 22:04:14.721 | + functions-common:time_stop:2409 : [[ -z 1730930653590 ]] 2024-11-06 22:04:14.723 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:04:14.726 | + functions-common:time_stop:2412 : end_time=1730930654724 2024-11-06 22:04:14.728 | + functions-common:time_stop:2413 : elapsed_time=1134 2024-11-06 22:04:14.729 | + functions-common:time_stop:2414 : total=2483 2024-11-06 22:04:14.731 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:04:14.733 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3617 2024-11-06 22:04:14.734 | + inc/python:pip_install:225 : return 0 2024-11-06 22:04:14.736 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-11-06 22:04:14.738 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2024-11-06 22:04:14.756 | + 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-11-06 22:04:15.593 | Processing /opt/stack/requirements 2024-11-06 22:04:15.593 | Preparing metadata (setup.py): started 2024-11-06 22:04:16.275 | Preparing metadata (setup.py): finished with status 'done' 2024-11-06 22:04:16.454 | Collecting Parsley>=1.2 2024-11-06 22:04:16.457 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-11-06 22:04:16.547 | Collecting PyYAML>=3.12 2024-11-06 22:04:16.555 | 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-11-06 22:04:16.667 | Collecting beagle>=0.2.1 2024-11-06 22:04:16.670 | Using cached beagle-0.4.0-py3-none-any.whl (11 kB) 2024-11-06 22:04:16.695 | Collecting fixtures>=3.0.0 2024-11-06 22:04:16.695 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-11-06 22:04:16.739 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2024-11-06 22:04:16.741 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2024-11-06 22:04:16.796 | Collecting requests>=2.14.2 2024-11-06 22:04:16.798 | Using cached requests-2.28.2-py3-none-any.whl (62 kB) 2024-11-06 22:04:16.823 | Collecting six>=1.10.0 2024-11-06 22:04:16.826 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-11-06 22:04:16.834 | 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.dev6383) (5.11.1) 2024-11-06 22:04:16.878 | Collecting cliff>=2.11.0 2024-11-06 22:04:16.882 | Using cached cliff-4.3.0-py3-none-any.whl (80 kB) 2024-11-06 22:04:16.952 | Collecting urllib3<1.27,>=1.21.1 2024-11-06 22:04:16.957 | Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) 2024-11-06 22:04:16.992 | Collecting certifi>=2017.4.17 2024-11-06 22:04:16.996 | Using cached certifi-2024.8.30-py3-none-any.whl (167 kB) 2024-11-06 22:04:17.168 | Collecting charset-normalizer<4,>=2 2024-11-06 22:04:17.173 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) 2024-11-06 22:04:17.198 | Collecting idna<4,>=2.5 2024-11-06 22:04:17.201 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-11-06 22:04:17.290 | Collecting cmd2>=1.0.0 2024-11-06 22:04:17.293 | Using cached cmd2-2.4.3-py3-none-any.whl (147 kB) 2024-11-06 22:04:17.318 | Collecting autopage>=0.4.0 2024-11-06 22:04:17.321 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-11-06 22:04:17.362 | Collecting stevedore>=2.0.1 2024-11-06 22:04:17.365 | Using cached stevedore-5.1.0-py3-none-any.whl (49 kB) 2024-11-06 22:04:17.438 | Collecting importlib-metadata>=4.4 2024-11-06 22:04:17.440 | Using cached importlib_metadata-6.0.1-py3-none-any.whl (21 kB) 2024-11-06 22:04:17.469 | Collecting PrettyTable>=0.7.2 2024-11-06 22:04:17.471 | Using cached prettytable-3.7.0-py3-none-any.whl (27 kB) 2024-11-06 22:04:17.534 | Collecting pyperclip>=1.6 2024-11-06 22:04:17.534 | Using cached pyperclip-1.8.2-py3-none-any.whl 2024-11-06 22:04:17.565 | Collecting attrs>=16.3.0 2024-11-06 22:04:17.567 | Using cached attrs-23.1.0-py3-none-any.whl (61 kB) 2024-11-06 22:04:17.590 | Collecting wcwidth>=0.1.7 2024-11-06 22:04:17.592 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) 2024-11-06 22:04:17.655 | Collecting zipp>=0.5 2024-11-06 22:04:17.656 | Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) 2024-11-06 22:04:17.713 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2024-11-06 22:04:17.857 | 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-11-06 22:04:18.659 | Running setup.py install for openstack-requirements: started 2024-11-06 22:04:20.047 | Running setup.py install for openstack-requirements: finished with status 'done' 2024-11-06 22:04:20.056 | Successfully installed Parsley-1.3 PrettyTable-3.7.0 PyYAML-6.0 attrs-23.1.0 autopage-0.5.1 beagle-0.4.0 certifi-2024.8.30 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.dev6383 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-11-06 22:04:20.150 | + inc/python:pip_install:222 : result=0 2024-11-06 22:04:20.152 | + inc/python:pip_install:224 : time_stop pip_install 2024-11-06 22:04:20.154 | + functions-common:time_stop:2400 : local name 2024-11-06 22:04:20.155 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:04:20.157 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:04:20.159 | + functions-common:time_stop:2403 : local total 2024-11-06 22:04:20.160 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:04:20.162 | + functions-common:time_stop:2406 : name=pip_install 2024-11-06 22:04:20.164 | + functions-common:time_stop:2407 : start_time=1730930654750 2024-11-06 22:04:20.165 | + functions-common:time_stop:2409 : [[ -z 1730930654750 ]] 2024-11-06 22:04:20.168 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:04:20.171 | + functions-common:time_stop:2412 : end_time=1730930660168 2024-11-06 22:04:20.172 | + functions-common:time_stop:2413 : elapsed_time=5418 2024-11-06 22:04:20.174 | + functions-common:time_stop:2414 : total=3617 2024-11-06 22:04:20.176 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:04:20.178 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9035 2024-11-06 22:04:20.180 | + inc/python:pip_install:225 : return 0 2024-11-06 22:04:20.182 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2024-11-06 22:04:20.184 | + lib/infra:install_infra:42 : use_library_from_git pbr 2024-11-06 22:04:20.186 | + inc/python:use_library_from_git:272 : local name=pbr 2024-11-06 22:04:20.188 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:20.190 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:20.191 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,pbr, ]] 2024-11-06 22:04:20.193 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:20.196 | + lib/infra:install_infra:48 : pip_install -U pbr 2024-11-06 22:04:20.211 | Using python 3.10 to install pbr 2024-11-06 22:04:20.213 | + 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-11-06 22:04:20.988 | Requirement already satisfied: pbr in /opt/stack/data/venv/lib/python3.10/site-packages (5.11.1) 2024-11-06 22:04:21.220 | + inc/python:pip_install:222 : result=0 2024-11-06 22:04:21.222 | + inc/python:pip_install:224 : time_stop pip_install 2024-11-06 22:04:21.224 | + functions-common:time_stop:2400 : local name 2024-11-06 22:04:21.226 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:04:21.228 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:04:21.230 | + functions-common:time_stop:2403 : local total 2024-11-06 22:04:21.232 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:04:21.233 | + functions-common:time_stop:2406 : name=pip_install 2024-11-06 22:04:21.235 | + functions-common:time_stop:2407 : start_time=1730930660207 2024-11-06 22:04:21.237 | + functions-common:time_stop:2409 : [[ -z 1730930660207 ]] 2024-11-06 22:04:21.239 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:04:21.243 | + functions-common:time_stop:2412 : end_time=1730930661240 2024-11-06 22:04:21.244 | + functions-common:time_stop:2413 : elapsed_time=1033 2024-11-06 22:04:21.246 | + functions-common:time_stop:2414 : total=9035 2024-11-06 22:04:21.248 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:04:21.250 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10068 2024-11-06 22:04:21.251 | + inc/python:pip_install:225 : return 0 2024-11-06 22:04:21.253 | + stack.sh:main:841 : python3 -m venv /opt/stack//bindep-venv 2024-11-06 22:04:24.413 | + stack.sh:main:843 : /opt/stack//bindep-venv/bin/pip install bindep 2024-11-06 22:04:25.007 | Collecting bindep 2024-11-06 22:04:25.010 | Using cached bindep-2.11.0-py2.py3-none-any.whl (34 kB) 2024-11-06 22:04:25.039 | Collecting distro>=1.7.0 2024-11-06 22:04:25.042 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2024-11-06 22:04:25.059 | Collecting Parsley 2024-11-06 22:04:25.062 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-11-06 22:04:25.106 | Collecting pbr>=2.0.0 2024-11-06 22:04:25.108 | Using cached pbr-6.1.0-py2.py3-none-any.whl (108 kB) 2024-11-06 22:04:25.147 | Collecting packaging 2024-11-06 22:04:25.150 | Using cached packaging-24.1-py3-none-any.whl (53 kB) 2024-11-06 22:04:25.185 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2024-11-06 22:04:25.421 | Successfully installed Parsley-1.3 bindep-2.11.0 distro-1.9.0 packaging-24.1 pbr-6.1.0 2024-11-06 22:04:25.488 | + stack.sh:main:844 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-11-06 22:04:25.491 | + stack.sh:main:844 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-11-06 22:04:25.493 | ++ stack.sh:main:847 : _get_plugin_bindep_packages 2024-11-06 22:04:25.507 | + stack.sh:main:847 : pkgs= 2024-11-06 22:04:25.509 | + stack.sh:main:848 : [[ -n '' ]] 2024-11-06 22:04:25.511 | + stack.sh:main:855 : run_phase stack pre-install 2024-11-06 22:04:25.512 | + functions-common:run_phase:1828 : local mode=stack 2024-11-06 22:04:25.514 | + functions-common:run_phase:1829 : local phase=pre-install 2024-11-06 22:04:25.516 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2024-11-06 22:04:25.517 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2024-11-06 22:04:25.519 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-11-06 22:04:25.521 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2024-11-06 22:04:25.523 | + functions-common:run_phase:1838 : local extra 2024-11-06 22:04:25.525 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-11-06 22:04:25.528 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2024-11-06 22:04:25.530 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-11-06 22:04:25.531 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-11-06 22:04:25.533 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2024-11-06 22:04:25.535 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-11-06 22:04:25.545 | ++ functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:04:25.547 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-11-06 22:04:25.549 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-11-06 22:04:25.550 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-11-06 22:04:25.552 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-11-06 22:04:25.553 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-11-06 22:04:25.555 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-11-06 22:04:25.557 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2024-11-06 22:04:25.558 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-11-06 22:04:25.560 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2024-11-06 22:04:25.562 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-11-06 22:04:25.563 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-11-06 22:04:25.565 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-11-06 22:04:25.567 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-11-06 22:04:25.569 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2024-11-06 22:04:25.570 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-11-06 22:04:25.572 | + functions-common:run_phase:1855 : run_plugins stack pre-install 2024-11-06 22:04:25.574 | + functions-common:run_plugins:1814 : local mode=stack 2024-11-06 22:04:25.575 | + functions-common:run_plugins:1815 : local phase=pre-install 2024-11-06 22:04:25.577 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2024-11-06 22:04:25.579 | + functions-common:run_plugins:1818 : local plugin 2024-11-06 22:04:25.580 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2024-11-06 22:04:25.582 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2024-11-06 22:04:25.584 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-11-06 22:04:25.585 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2024-11-06 22:04:25.587 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-11-06 22:04:25.589 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-11-06 22:04:25.590 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-11-06 22:04:25.592 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-11-06 22:04:25.593 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-11-06 22:04:25.595 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-11-06 22:04:25.597 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2024-11-06 22:04:25.598 | + stack.sh:main:858 : set_systemd_override DefaultLimitNOFILE 2048 2024-11-06 22:04:25.600 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2024-11-06 22:04:25.602 | + functions:set_systemd_override:832 : local value=2048 2024-11-06 22:04:25.604 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2024-11-06 22:04:25.606 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2024-11-06 22:04:25.647 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2024-11-06 22:04:25.648 | Set systemd system override for DefaultLimitNOFILE=2048 2024-11-06 22:04:25.649 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2024-11-06 22:04:25.890 | + stack.sh:main:860 : install_rpc_backend 2024-11-06 22:04:25.892 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2024-11-06 22:04:25.905 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:04:25.907 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2024-11-06 22:04:25.909 | + functions-common:install_package:1421 : update_package_repo 2024-11-06 22:04:25.911 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2024-11-06 22:04:25.912 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2024-11-06 22:04:25.914 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2024-11-06 22:04:25.916 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2024-11-06 22:04:25.918 | + functions-common:update_package_repo:1403 : is_ubuntu 2024-11-06 22:04:25.920 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:04:25.921 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:04:25.923 | + functions-common:update_package_repo:1404 : apt_get_update 2024-11-06 22:04:25.925 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2024-11-06 22:04:25.927 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2024-11-06 22:04:25.928 | + functions-common:apt_get_update:1150 : return 2024-11-06 22:04:25.930 | + functions-common:install_package:1422 : real_install_package rabbitmq-server 2024-11-06 22:04:25.932 | + functions-common:real_install_package:1409 : is_ubuntu 2024-11-06 22:04:25.933 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:04:25.935 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:04:25.937 | + functions-common:real_install_package:1410 : apt_get install rabbitmq-server 2024-11-06 22:04:25.953 | + 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-11-06 22:04:26.011 | Reading package lists... 2024-11-06 22:04:26.210 | Building dependency tree... 2024-11-06 22:04:26.210 | Reading state information... 2024-11-06 22:04:26.405 | The following packages were automatically installed and are no longer required: 2024-11-06 22:04:26.405 | linux-headers-6.8.0-40-generic linux-hwe-6.8-headers-6.8.0-40 2024-11-06 22:04:26.405 | linux-hwe-6.8-tools-6.8.0-40 linux-image-6.8.0-40-generic 2024-11-06 22:04:26.405 | linux-modules-6.8.0-40-generic linux-tools-6.8.0-40-generic 2024-11-06 22:04:26.407 | Use 'sudo apt autoremove' to remove them. 2024-11-06 22:04:26.419 | The following packages will be upgraded: 2024-11-06 22:04:26.419 | rabbitmq-server 2024-11-06 22:04:26.839 | 1 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 2024-11-06 22:04:26.839 | Need to get 0 B/15.2 MB of archives. 2024-11-06 22:04:26.839 | After this operation, 111 kB of additional disk space will be used. 2024-11-06 22:04:27.571 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 198043 files and directories currently installed.) 2024-11-06 22:04:27.579 | Preparing to unpack .../rabbitmq-server_3.9.27-0ubuntu0.1_all.deb ... 2024-11-06 22:04:27.597 | Unpacking rabbitmq-server (3.9.27-0ubuntu0.1) over (3.9.13-1ubuntu0.22.04.2) ... 2024-11-06 22:04:28.083 | Setting up rabbitmq-server (3.9.27-0ubuntu0.1) ... 2024-11-06 22:04:33.559 | Processing triggers for man-db (2.10.2-1) ... 2024-11-06 22:04:34.002 | NEEDRESTART-VER: 3.5 2024-11-06 22:04:34.376 | NEEDRESTART-KCUR: 6.8.0-48-generic 2024-11-06 22:04:34.376 | NEEDRESTART-KEXP: 6.8.0-48-generic 2024-11-06 22:04:34.376 | NEEDRESTART-KSTA: 1 2024-11-06 22:04:35.448 | + functions-common:apt_get:1194 : result=0 2024-11-06 22:04:35.450 | + functions-common:apt_get:1197 : time_stop apt-get 2024-11-06 22:04:35.452 | + functions-common:time_stop:2400 : local name 2024-11-06 22:04:35.454 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:04:35.456 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:04:35.457 | + functions-common:time_stop:2403 : local total 2024-11-06 22:04:35.459 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:04:35.460 | + functions-common:time_stop:2406 : name=apt-get 2024-11-06 22:04:35.462 | + functions-common:time_stop:2407 : start_time=1730930665951 2024-11-06 22:04:35.464 | + functions-common:time_stop:2409 : [[ -z 1730930665951 ]] 2024-11-06 22:04:35.467 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:04:35.469 | + functions-common:time_stop:2412 : end_time=1730930675467 2024-11-06 22:04:35.471 | + functions-common:time_stop:2413 : elapsed_time=9516 2024-11-06 22:04:35.473 | + functions-common:time_stop:2414 : total=1005 2024-11-06 22:04:35.474 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:04:35.476 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10521 2024-11-06 22:04:35.478 | + functions-common:apt_get:1198 : return 0 2024-11-06 22:04:35.480 | + lib/rpc_backend:install_rpc_backend:55 : is_fedora 2024-11-06 22:04:35.482 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2024-11-06 22:04:35.484 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2024-11-06 22:04:35.485 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2024-11-06 22:04:35.487 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2024-11-06 22:04:35.489 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-11-06 22:04:35.491 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2024-11-06 22:04:35.492 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2024-11-06 22:04:35.494 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2024-11-06 22:04:35.496 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2024-11-06 22:04:35.498 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2024-11-06 22:04:35.499 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2024-11-06 22:04:35.501 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2024-11-06 22:04:35.503 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2024-11-06 22:04:35.505 | + stack.sh:main:861 : restart_rpc_backend 2024-11-06 22:04:35.506 | + lib/rpc_backend:restart_rpc_backend:68 : is_service_enabled rabbit 2024-11-06 22:04:35.518 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:04:35.520 | + lib/rpc_backend:restart_rpc_backend:70 : echo_summary 'Starting RabbitMQ' 2024-11-06 22:04:35.522 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2024-11-06 22:04:35.523 | + stack.sh:echo_summary:461 : echo -e Starting RabbitMQ 2024-11-06 22:04:35.525 | + lib/rpc_backend:restart_rpc_backend:81 : local i 2024-11-06 22:04:35.528 | ++ lib/rpc_backend:restart_rpc_backend:82 : seq 20 2024-11-06 22:04:35.531 | + lib/rpc_backend:restart_rpc_backend:82 : for i in `seq 20` 2024-11-06 22:04:35.533 | + lib/rpc_backend:restart_rpc_backend:83 : local rc=0 2024-11-06 22:04:35.534 | + lib/rpc_backend:restart_rpc_backend:85 : [[ 1 -eq 20 ]] 2024-11-06 22:04:35.536 | + lib/rpc_backend:restart_rpc_backend:87 : [[ 1 == \0 ]] 2024-11-06 22:04:35.538 | + lib/rpc_backend:restart_rpc_backend:91 : rabbit_setuser stackrabbit stackdb 2024-11-06 22:04:35.540 | + lib/rpc_backend:rabbit_setuser:160 : local user=stackrabbit pass=stackdb found= out= 2024-11-06 22:04:35.542 | ++ lib/rpc_backend:rabbit_setuser:161 : sudo rabbitmqctl list_users 2024-11-06 22:04:35.994 | + lib/rpc_backend:rabbit_setuser:161 : out='Listing users ... 2024-11-06 22:04:35.994 | user tags 2024-11-06 22:04:35.994 | guest [administrator]' 2024-11-06 22:04:35.998 | ++ lib/rpc_backend:rabbit_setuser:163 : echo 'Listing users ... 2024-11-06 22:04:35.998 | user tags 2024-11-06 22:04:35.998 | guest [administrator]' 2024-11-06 22:04:35.998 | ++ lib/rpc_backend:rabbit_setuser:163 : awk '$1 == user { print $1 }' user=stackrabbit 2024-11-06 22:04:36.002 | + lib/rpc_backend:rabbit_setuser:163 : found= 2024-11-06 22:04:36.004 | + lib/rpc_backend:rabbit_setuser:164 : '[' '' = stackrabbit ']' 2024-11-06 22:04:36.006 | + lib/rpc_backend:rabbit_setuser:168 : sudo rabbitmqctl add_user stackrabbit stackdb 2024-11-06 22:04:36.427 | Adding user "stackrabbit" ... 2024-11-06 22:04:36.435 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2024-11-06 22:04:36.446 | + lib/rpc_backend:rabbit_setuser:171 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2024-11-06 22:04:36.870 | Setting permissions for user "stackrabbit" in vhost "/" ... 2024-11-06 22:04:36.886 | + lib/rpc_backend:restart_rpc_backend:92 : '[' 0 -ne 0 ']' 2024-11-06 22:04:36.888 | + lib/rpc_backend:restart_rpc_backend:97 : sudo rabbitmqctl change_password stackrabbit stackdb 2024-11-06 22:04:37.313 | Changing password for user "stackrabbit" ... 2024-11-06 22:04:37.329 | + lib/rpc_backend:restart_rpc_backend:99 : '[' 0 -ne 0 ']' 2024-11-06 22:04:37.331 | + lib/rpc_backend:restart_rpc_backend:103 : break 2024-11-06 22:04:37.333 | + lib/rpc_backend:restart_rpc_backend:106 : sudo rabbitmqctl delete_user guest 2024-11-06 22:04:37.755 | Deleting user "guest" ... 2024-11-06 22:04:37.771 | + stack.sh:main:863 : is_service_enabled mysql postgresql 2024-11-06 22:04:37.785 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:04:37.786 | + stack.sh:main:864 : install_database 2024-11-06 22:04:37.788 | + lib/database:install_database:118 : install_database_mysql 2024-11-06 22:04:37.790 | + lib/databases/mysql:install_database_mysql:197 : is_ubuntu 2024-11-06 22:04:37.792 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:04:37.794 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:04:37.796 | + lib/databases/mysql:install_database_mysql:200 : sudo debconf-set-selections 2024-11-06 22:04:37.915 | + lib/databases/mysql:install_database_mysql:210 : [[ ! -e /opt/stack/.my.cnf ]] 2024-11-06 22:04:37.918 | + lib/databases/mysql:install_database_mysql:211 : cat 2024-11-06 22:04:37.921 | + lib/databases/mysql:install_database_mysql:217 : is_ubuntu 2024-11-06 22:04:37.923 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:04:37.926 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:04:37.928 | + lib/databases/mysql:install_database_mysql:217 : '[' mariadb '!=' mariadb ']' 2024-11-06 22:04:37.930 | + lib/databases/mysql:install_database_mysql:220 : chmod 0600 /opt/stack/.my.cnf 2024-11-06 22:04:37.933 | + lib/databases/mysql:install_database_mysql:223 : [[ False == \T\r\u\e ]] 2024-11-06 22:04:37.935 | + stack.sh:main:866 : '[' -n mysql ']' 2024-11-06 22:04:37.937 | + stack.sh:main:867 : install_database_python 2024-11-06 22:04:37.938 | + lib/database:install_database_python:123 : install_database_python_mysql 2024-11-06 22:04:37.940 | + lib/databases/mysql:install_database_python_mysql:239 : pip_install_gr PyMySQL 2024-11-06 22:04:37.942 | + inc/python:pip_install_gr:94 : local name=PyMySQL 2024-11-06 22:04:37.944 | + inc/python:pip_install_gr:95 : local clean_name 2024-11-06 22:04:37.947 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements PyMySQL 2024-11-06 22:04:37.948 | ++ inc/python:get_from_global_requirements:247 : local package=PyMySQL 2024-11-06 22:04:37.950 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2024-11-06 22:04:37.953 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2024-11-06 22:04:37.953 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2024-11-06 22:04:37.957 | ++ inc/python:get_from_global_requirements:249 : required_pkg='PyMySQL ' 2024-11-06 22:04:37.959 | ++ inc/python:get_from_global_requirements:250 : [[ PyMySQL == '' ]] 2024-11-06 22:04:37.960 | ++ inc/python:get_from_global_requirements:253 : echo PyMySQL 2024-11-06 22:04:37.963 | + inc/python:pip_install_gr:96 : clean_name=PyMySQL 2024-11-06 22:04:37.965 | + inc/python:pip_install_gr:97 : pip_install PyMySQL 2024-11-06 22:04:37.980 | Using python 3.10 to install PyMySQL 2024-11-06 22:04:37.982 | + 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-11-06 22:04:38.859 | Collecting PyMySQL 2024-11-06 22:04:38.860 | Using cached PyMySQL-1.0.3-py3-none-any.whl.metadata (4.4 kB) 2024-11-06 22:04:38.866 | Using cached PyMySQL-1.0.3-py3-none-any.whl (43 kB) 2024-11-06 22:04:38.927 | Installing collected packages: PyMySQL 2024-11-06 22:04:38.965 | Successfully installed PyMySQL-1.0.3 2024-11-06 22:04:39.032 | + inc/python:pip_install:222 : result=0 2024-11-06 22:04:39.034 | + inc/python:pip_install:224 : time_stop pip_install 2024-11-06 22:04:39.036 | + functions-common:time_stop:2400 : local name 2024-11-06 22:04:39.038 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:04:39.040 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:04:39.041 | + functions-common:time_stop:2403 : local total 2024-11-06 22:04:39.043 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:04:39.045 | + functions-common:time_stop:2406 : name=pip_install 2024-11-06 22:04:39.047 | + functions-common:time_stop:2407 : start_time=1730930677976 2024-11-06 22:04:39.049 | + functions-common:time_stop:2409 : [[ -z 1730930677976 ]] 2024-11-06 22:04:39.051 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:04:39.054 | + functions-common:time_stop:2412 : end_time=1730930679052 2024-11-06 22:04:39.056 | + functions-common:time_stop:2413 : elapsed_time=1076 2024-11-06 22:04:39.058 | + functions-common:time_stop:2414 : total=10068 2024-11-06 22:04:39.059 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:04:39.061 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11144 2024-11-06 22:04:39.063 | + inc/python:pip_install:225 : return 0 2024-11-06 22:04:39.065 | + lib/databases/mysql:install_database_python_mysql:240 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2024-11-06 22:04:39.067 | + lib/databases/mysql:install_database_python_mysql:242 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-11-06 22:04:39.069 | + lib/databases/mysql:install_database_python_mysql:243 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2024-11-06 22:04:39.071 | + stack.sh:main:870 : is_service_enabled neutron 2024-11-06 22:04:39.084 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:04:39.085 | + stack.sh:main:871 : install_neutron_agent_packages 2024-11-06 22:04:39.087 | + lib/neutron:install_neutron_agent_packages:546 : is_service_enabled q-l3 neutron-l3 2024-11-06 22:04:39.100 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:04:39.102 | + lib/neutron:install_neutron_agent_packages:547 : install_package radvd 2024-11-06 22:04:39.104 | + functions-common:install_package:1421 : update_package_repo 2024-11-06 22:04:39.106 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2024-11-06 22:04:39.107 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2024-11-06 22:04:39.109 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2024-11-06 22:04:39.111 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2024-11-06 22:04:39.113 | + functions-common:update_package_repo:1403 : is_ubuntu 2024-11-06 22:04:39.115 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:04:39.116 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:04:39.118 | + functions-common:update_package_repo:1404 : apt_get_update 2024-11-06 22:04:39.120 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2024-11-06 22:04:39.122 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2024-11-06 22:04:39.123 | + functions-common:apt_get_update:1150 : return 2024-11-06 22:04:39.125 | + functions-common:install_package:1422 : real_install_package radvd 2024-11-06 22:04:39.127 | + functions-common:real_install_package:1409 : is_ubuntu 2024-11-06 22:04:39.129 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:04:39.131 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:04:39.133 | + functions-common:real_install_package:1410 : apt_get install radvd 2024-11-06 22:04:39.148 | + 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-11-06 22:04:39.207 | Reading package lists... 2024-11-06 22:04:39.413 | Building dependency tree... 2024-11-06 22:04:39.414 | Reading state information... 2024-11-06 22:04:39.610 | radvd is already the newest version (1:2.18-3build2). 2024-11-06 22:04:39.610 | The following packages were automatically installed and are no longer required: 2024-11-06 22:04:39.610 | linux-headers-6.8.0-40-generic linux-hwe-6.8-headers-6.8.0-40 2024-11-06 22:04:39.610 | linux-hwe-6.8-tools-6.8.0-40 linux-image-6.8.0-40-generic 2024-11-06 22:04:39.610 | linux-modules-6.8.0-40-generic linux-tools-6.8.0-40-generic 2024-11-06 22:04:39.610 | Use 'sudo apt autoremove' to remove them. 2024-11-06 22:04:39.632 | 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 2024-11-06 22:04:39.636 | + functions-common:apt_get:1194 : result=0 2024-11-06 22:04:39.638 | + functions-common:apt_get:1197 : time_stop apt-get 2024-11-06 22:04:39.640 | + functions-common:time_stop:2400 : local name 2024-11-06 22:04:39.642 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:04:39.644 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:04:39.645 | + functions-common:time_stop:2403 : local total 2024-11-06 22:04:39.647 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:04:39.649 | + functions-common:time_stop:2406 : name=apt-get 2024-11-06 22:04:39.651 | + functions-common:time_stop:2407 : start_time=1730930679146 2024-11-06 22:04:39.653 | + functions-common:time_stop:2409 : [[ -z 1730930679146 ]] 2024-11-06 22:04:39.655 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:04:39.658 | + functions-common:time_stop:2412 : end_time=1730930679656 2024-11-06 22:04:39.660 | + functions-common:time_stop:2413 : elapsed_time=510 2024-11-06 22:04:39.661 | + functions-common:time_stop:2414 : total=10521 2024-11-06 22:04:39.663 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:04:39.665 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11031 2024-11-06 22:04:39.667 | + functions-common:apt_get:1198 : return 0 2024-11-06 22:04:39.669 | + lib/neutron:install_neutron_agent_packages:550 : is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 2024-11-06 22:04:39.681 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:04:39.683 | + lib/neutron:install_neutron_agent_packages:551 : neutron_plugin_install_agent_packages 2024-11-06 22:04:39.685 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2024-11-06 22:04:39.686 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2024-11-06 22:04:39.689 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2024-11-06 22:04:39.704 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2024-11-06 22:04:39.706 | + functions-common:install_package:1421 : update_package_repo 2024-11-06 22:04:39.708 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2024-11-06 22:04:39.710 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2024-11-06 22:04:39.712 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2024-11-06 22:04:39.714 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2024-11-06 22:04:39.716 | + functions-common:update_package_repo:1403 : is_ubuntu 2024-11-06 22:04:39.717 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:04:39.719 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:04:39.721 | + functions-common:update_package_repo:1404 : apt_get_update 2024-11-06 22:04:39.723 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2024-11-06 22:04:39.725 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2024-11-06 22:04:39.727 | + functions-common:apt_get_update:1150 : return 2024-11-06 22:04:39.729 | + functions-common:install_package:1422 : real_install_package fakeroot make openvswitch-switch 2024-11-06 22:04:39.731 | + functions-common:real_install_package:1409 : is_ubuntu 2024-11-06 22:04:39.733 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:04:39.735 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:04:39.736 | + functions-common:real_install_package:1410 : apt_get install fakeroot make openvswitch-switch 2024-11-06 22:04:39.752 | + 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-11-06 22:04:39.811 | Reading package lists... 2024-11-06 22:04:40.011 | Building dependency tree... 2024-11-06 22:04:40.011 | Reading state information... 2024-11-06 22:04:40.202 | fakeroot is already the newest version (1.28-1ubuntu1). 2024-11-06 22:04:40.202 | fakeroot set to manually installed. 2024-11-06 22:04:40.202 | make is already the newest version (4.3-4.1build1). 2024-11-06 22:04:40.202 | make set to manually installed. 2024-11-06 22:04:40.202 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2024-11-06 22:04:40.202 | The following packages were automatically installed and are no longer required: 2024-11-06 22:04:40.202 | linux-headers-6.8.0-40-generic linux-hwe-6.8-headers-6.8.0-40 2024-11-06 22:04:40.202 | linux-hwe-6.8-tools-6.8.0-40 linux-image-6.8.0-40-generic 2024-11-06 22:04:40.203 | linux-modules-6.8.0-40-generic linux-tools-6.8.0-40-generic 2024-11-06 22:04:40.203 | Use 'sudo apt autoremove' to remove them. 2024-11-06 22:04:40.232 | 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 2024-11-06 22:04:40.236 | + functions-common:apt_get:1194 : result=0 2024-11-06 22:04:40.238 | + functions-common:apt_get:1197 : time_stop apt-get 2024-11-06 22:04:40.240 | + functions-common:time_stop:2400 : local name 2024-11-06 22:04:40.243 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:04:40.244 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:04:40.246 | + functions-common:time_stop:2403 : local total 2024-11-06 22:04:40.248 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:04:40.250 | + functions-common:time_stop:2406 : name=apt-get 2024-11-06 22:04:40.252 | + functions-common:time_stop:2407 : start_time=1730930679750 2024-11-06 22:04:40.253 | + functions-common:time_stop:2409 : [[ -z 1730930679750 ]] 2024-11-06 22:04:40.256 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:04:40.259 | + functions-common:time_stop:2412 : end_time=1730930680256 2024-11-06 22:04:40.260 | + functions-common:time_stop:2413 : elapsed_time=506 2024-11-06 22:04:40.262 | + functions-common:time_stop:2414 : total=11031 2024-11-06 22:04:40.264 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:04:40.266 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11537 2024-11-06 22:04:40.267 | + functions-common:apt_get:1198 : return 0 2024-11-06 22:04:40.269 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2024-11-06 22:04:40.271 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:04:40.273 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:04:40.275 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2024-11-06 22:04:40.277 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2024-11-06 22:04:40.279 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2024-11-06 22:04:40.282 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.8.0-48-generic 2024-11-06 22:04:40.284 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2024-11-06 22:04:40.287 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.8.0-48-generic 2024-11-06 22:04:40.287 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2024-11-06 22:04:40.291 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.8 2024-11-06 22:04:40.293 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.8 '<' 3.13 2024-11-06 22:04:40.294 | + functions:vercmp:639 : local v1=6.8 2024-11-06 22:04:40.296 | + functions:vercmp:640 : local 'op=<' 2024-11-06 22:04:40.298 | + functions:vercmp:641 : local v2=3.13 2024-11-06 22:04:40.300 | + functions:vercmp:642 : local result 2024-11-06 22:04:40.303 | ++ functions:vercmp:646 : echo -e '6.8\n3.13' 2024-11-06 22:04:40.303 | ++ functions:vercmp:646 : sort -V 2024-11-06 22:04:40.304 | ++ functions:vercmp:646 : head -1 2024-11-06 22:04:40.307 | + functions:vercmp:646 : result=3.13 2024-11-06 22:04:40.309 | + functions:vercmp:648 : case $op in 2024-11-06 22:04:40.310 | + functions:vercmp:658 : '[' 6.8 '!=' 3.13 ']' 2024-11-06 22:04:40.312 | + functions:vercmp:658 : '[' 3.13 = 6.8 ']' 2024-11-06 22:04:40.314 | + functions:vercmp:659 : return 2024-11-06 22:04:40.316 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2024-11-06 22:04:40.318 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-11-06 22:04:40.320 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart openvswitch-switch 2024-11-06 22:04:40.774 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2024-11-06 22:04:40.776 | + inc/python:use_library_from_git:272 : local name=os-ken 2024-11-06 22:04:40.779 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:40.781 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:40.783 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-ken, ]] 2024-11-06 22:04:40.785 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:40.787 | + stack.sh:main:874 : is_service_enabled etcd3 2024-11-06 22:04:40.800 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:04:40.802 | + stack.sh:main:875 : install_etcd3 2024-11-06 22:04:40.804 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2024-11-06 22:04:40.804 | Installing etcd 2024-11-06 22:04:40.806 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2024-11-06 22:04:40.815 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2024-11-06 22:04:40.824 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2024-11-06 22:04:40.826 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2024-11-06 22:04:40.835 | + lib/etcd3:install_etcd3:113 : local etcd_file 2024-11-06 22:04:40.837 | ++ 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-11-06 22:04:40.839 | ++ 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-11-06 22:04:40.842 | +++ 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-11-06 22:04:40.845 | ++ functions:get_extra_file:64 : file_name=etcd-v3.4.27-linux-amd64.tar.gz 2024-11-06 22:04:40.847 | ++ 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-11-06 22:04:40.849 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz ]] 2024-11-06 22:04:40.851 | ++ 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-11-06 22:04:40.861 | --2024-11-06 22:04:40-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.4.27/etcd-v3.4.27-linux-amd64.tar.gz 2024-11-06 22:04:40.865 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-11-06 22:04:40.866 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-11-06 22:04:40.894 | HTTP request sent, awaiting response... 200 OK 2024-11-06 22:04:40.894 | Length: 16171146 (15M) [application/gzip] 2024-11-06 22:04:40.894 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ 2024-11-06 22:04:40.908 | 2024-11-06 22:04:40.977 | 0K ........ ....... 100% 186M=0.08s 2024-11-06 22:04:40.977 | 2024-11-06 22:04:40.977 | 2024-11-06 22:04:40 (186 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz’ saved [16171146/16171146] 2024-11-06 22:04:40.977 | 2024-11-06 22:04:40.981 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2024-11-06 22:04:40.983 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2024-11-06 22:04:40.985 | ++ functions:get_extra_file:74 : return 2024-11-06 22:04:40.988 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz 2024-11-06 22:04:40.990 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcd ']' 2024-11-06 22:04:40.992 | + lib/etcd3:install_etcd3:116 : echo 'a32d21e006252dbc3405b0645ba8468021ed41376974b573285927bf39b39eb9 /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz' 2024-11-06 22:04:40.994 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2024-11-06 22:04:41.084 | /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64.tar.gz: OK 2024-11-06 22:04:41.087 | + 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-11-06 22:04:41.089 | etcd-v3.4.27-linux-amd64/ 2024-11-06 22:04:41.089 | etcd-v3.4.27-linux-amd64/READMEv2-etcdctl.md 2024-11-06 22:04:41.090 | etcd-v3.4.27-linux-amd64/etcdctl 2024-11-06 22:04:41.218 | etcd-v3.4.27-linux-amd64/README-etcdctl.md 2024-11-06 22:04:41.219 | etcd-v3.4.27-linux-amd64/Documentation/ 2024-11-06 22:04:41.219 | etcd-v3.4.27-linux-amd64/Documentation/demo.md 2024-11-06 22:04:41.219 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/ 2024-11-06 22:04:41.219 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/experimental_apis.md 2024-11-06 22:04:41.219 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/interacting_v3.md 2024-11-06 22:04:41.219 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/local_cluster.md 2024-11-06 22:04:41.219 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/ 2024-11-06 22:04:41.219 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2024-11-06 22:04:41.219 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2024-11-06 22:04:41.219 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2024-11-06 22:04:41.219 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2024-11-06 22:04:41.219 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2024-11-06 22:04:41.219 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2024-11-06 22:04:41.219 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/grpc_naming.md 2024-11-06 22:04:41.219 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/limit.md 2024-11-06 22:04:41.220 | etcd-v3.4.27-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2024-11-06 22:04:41.220 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/ 2024-11-06 22:04:41.220 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2024-11-06 22:04:41.220 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2024-11-06 22:04:41.220 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-11-06 22:04:41.220 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2024-11-06 22:04:41.220 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-11-06 22:04:41.220 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2024-11-06 22:04:41.220 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/README.md 2024-11-06 22:04:41.220 | etcd-v3.4.27-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-11-06 22:04:41.220 | etcd-v3.4.27-linux-amd64/Documentation/v2/ 2024-11-06 22:04:41.220 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/ 2024-11-06 22:04:41.220 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2024-11-06 22:04:41.220 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2024-11-06 22:04:41.220 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-11-06 22:04:41.220 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2024-11-06 22:04:41.220 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-11-06 22:04:41.220 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2024-11-06 22:04:41.220 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/README.md 2024-11-06 22:04:41.220 | etcd-v3.4.27-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-11-06 22:04:41.220 | etcd-v3.4.27-linux-amd64/Documentation/v2/clustering.md 2024-11-06 22:04:41.220 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_2.md 2024-11-06 22:04:41.220 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_3.md 2024-11-06 22:04:41.220 | etcd-v3.4.27-linux-amd64/Documentation/v2/authentication.md 2024-11-06 22:04:41.220 | etcd-v3.4.27-linux-amd64/Documentation/v2/metrics.md 2024-11-06 22:04:41.220 | etcd-v3.4.27-linux-amd64/Documentation/v2/auth_api.md 2024-11-06 22:04:41.220 | etcd-v3.4.27-linux-amd64/Documentation/v2/api_v3.md 2024-11-06 22:04:41.220 | etcd-v3.4.27-linux-amd64/Documentation/v2/platforms/ 2024-11-06 22:04:41.220 | etcd-v3.4.27-linux-amd64/Documentation/v2/platforms/freebsd.md 2024-11-06 22:04:41.220 | etcd-v3.4.27-linux-amd64/Documentation/v2/configuration.md 2024-11-06 22:04:41.221 | etcd-v3.4.27-linux-amd64/Documentation/v2/proxy.md 2024-11-06 22:04:41.221 | etcd-v3.4.27-linux-amd64/Documentation/v2/upgrade_2_1.md 2024-11-06 22:04:41.221 | etcd-v3.4.27-linux-amd64/Documentation/v2/glossary.md 2024-11-06 22:04:41.221 | etcd-v3.4.27-linux-amd64/Documentation/v2/security.md 2024-11-06 22:04:41.221 | etcd-v3.4.27-linux-amd64/Documentation/v2/tuning.md 2024-11-06 22:04:41.221 | etcd-v3.4.27-linux-amd64/Documentation/v2/admin_guide.md 2024-11-06 22:04:41.221 | etcd-v3.4.27-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2024-11-06 22:04:41.221 | etcd-v3.4.27-linux-amd64/Documentation/v2/runtime-reconf-design.md 2024-11-06 22:04:41.221 | etcd-v3.4.27-linux-amd64/Documentation/v2/libraries-and-tools.md 2024-11-06 22:04:41.221 | etcd-v3.4.27-linux-amd64/Documentation/v2/other_apis.md 2024-11-06 22:04:41.221 | etcd-v3.4.27-linux-amd64/Documentation/v2/faq.md 2024-11-06 22:04:41.221 | etcd-v3.4.27-linux-amd64/Documentation/v2/etcd_alert.rules 2024-11-06 22:04:41.221 | etcd-v3.4.27-linux-amd64/Documentation/v2/reporting_bugs.md 2024-11-06 22:04:41.221 | etcd-v3.4.27-linux-amd64/Documentation/v2/docker_guide.md 2024-11-06 22:04:41.221 | etcd-v3.4.27-linux-amd64/Documentation/v2/members_api.md 2024-11-06 22:04:41.221 | etcd-v3.4.27-linux-amd64/Documentation/v2/production-users.md 2024-11-06 22:04:41.221 | etcd-v3.4.27-linux-amd64/Documentation/v2/backward_compatibility.md 2024-11-06 22:04:41.221 | etcd-v3.4.27-linux-amd64/Documentation/v2/api.md 2024-11-06 22:04:41.221 | etcd-v3.4.27-linux-amd64/Documentation/v2/rfc/ 2024-11-06 22:04:41.221 | etcd-v3.4.27-linux-amd64/Documentation/v2/rfc/v3api.md 2024-11-06 22:04:41.221 | etcd-v3.4.27-linux-amd64/Documentation/v2/dev/ 2024-11-06 22:04:41.222 | etcd-v3.4.27-linux-amd64/Documentation/v2/dev/release.md 2024-11-06 22:04:41.222 | etcd-v3.4.27-linux-amd64/Documentation/v2/README.md 2024-11-06 22:04:41.222 | etcd-v3.4.27-linux-amd64/Documentation/v2/discovery_protocol.md 2024-11-06 22:04:41.222 | etcd-v3.4.27-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2024-11-06 22:04:41.222 | etcd-v3.4.27-linux-amd64/Documentation/v2/errorcode.md 2024-11-06 22:04:41.222 | etcd-v3.4.27-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2024-11-06 22:04:41.222 | etcd-v3.4.27-linux-amd64/Documentation/v2/runtime-configuration.md 2024-11-06 22:04:41.222 | etcd-v3.4.27-linux-amd64/Documentation/v2/branch_management.md 2024-11-06 22:04:41.222 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/ 2024-11-06 22:04:41.222 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/release.md 2024-11-06 22:04:41.222 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2024-11-06 22:04:41.222 | etcd-v3.4.27-linux-amd64/Documentation/dev-internal/logging.md 2024-11-06 22:04:41.222 | etcd-v3.4.27-linux-amd64/Documentation/metrics/ 2024-11-06 22:04:41.222 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.12 2024-11-06 22:04:41.222 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.13 2024-11-06 22:04:41.222 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.9 2024-11-06 22:04:41.222 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.0 2024-11-06 22:04:41.222 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.10 2024-11-06 22:04:41.222 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.6 2024-11-06 22:04:41.223 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.7 2024-11-06 22:04:41.223 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.3 2024-11-06 22:04:41.223 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.4 2024-11-06 22:04:41.223 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.12 2024-11-06 22:04:41.223 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.8 2024-11-06 22:04:41.223 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.1 2024-11-06 22:04:41.223 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.13 2024-11-06 22:04:41.223 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.17 2024-11-06 22:04:41.223 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.15 2024-11-06 22:04:41.223 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.6 2024-11-06 22:04:41.223 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.4 2024-11-06 22:04:41.224 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.22 2024-11-06 22:04:41.224 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.5 2024-11-06 22:04:41.224 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.7 2024-11-06 22:04:41.224 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.0 2024-11-06 22:04:41.224 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.10 2024-11-06 22:04:41.224 | etcd-v3.4.27-linux-amd64/Documentation/metrics/latest 2024-11-06 22:04:41.224 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.0 2024-11-06 22:04:41.224 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.16 2024-11-06 22:04:41.225 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.14 2024-11-06 22:04:41.225 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.20 2024-11-06 22:04:41.225 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.14 2024-11-06 22:04:41.225 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.20 2024-11-06 22:04:41.225 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.2 2024-11-06 22:04:41.225 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.4 2024-11-06 22:04:41.225 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.8 2024-11-06 22:04:41.225 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.3 2024-11-06 22:04:41.225 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.23 2024-11-06 22:04:41.226 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.19 2024-11-06 22:04:41.226 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.5 2024-11-06 22:04:41.226 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.18 2024-11-06 22:04:41.226 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.1 2024-11-06 22:04:41.226 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.9 2024-11-06 22:04:41.226 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.5 2024-11-06 22:04:41.226 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.1 2024-11-06 22:04:41.226 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.11 2024-11-06 22:04:41.227 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.18 2024-11-06 22:04:41.227 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.21 2024-11-06 22:04:41.227 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.7 2024-11-06 22:04:41.227 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.2 2024-11-06 22:04:41.227 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.19 2024-11-06 22:04:41.227 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.8 2024-11-06 22:04:41.228 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.3.10 2024-11-06 22:04:41.228 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.3 2024-11-06 22:04:41.228 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.17 2024-11-06 22:04:41.228 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.9 2024-11-06 22:04:41.228 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.11 2024-11-06 22:04:41.228 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.15 2024-11-06 22:04:41.228 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.2 2024-11-06 22:04:41.228 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.6 2024-11-06 22:04:41.228 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.24 2024-11-06 22:04:41.229 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.1.16 2024-11-06 22:04:41.229 | etcd-v3.4.27-linux-amd64/Documentation/metrics/v3.2.25 2024-11-06 22:04:41.229 | etcd-v3.4.27-linux-amd64/Documentation/metrics.md 2024-11-06 22:04:41.229 | etcd-v3.4.27-linux-amd64/Documentation/platforms/ 2024-11-06 22:04:41.229 | etcd-v3.4.27-linux-amd64/Documentation/platforms/freebsd.md 2024-11-06 22:04:41.229 | etcd-v3.4.27-linux-amd64/Documentation/platforms/container-linux-systemd.md 2024-11-06 22:04:41.229 | etcd-v3.4.27-linux-amd64/Documentation/platforms/aws.md 2024-11-06 22:04:41.229 | etcd-v3.4.27-linux-amd64/Documentation/dl_build.md 2024-11-06 22:04:41.229 | etcd-v3.4.27-linux-amd64/Documentation/learning/ 2024-11-06 22:04:41.229 | etcd-v3.4.27-linux-amd64/Documentation/learning/data_model.md 2024-11-06 22:04:41.229 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/ 2024-11-06 22:04:41.229 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-07.png 2024-11-06 22:04:41.230 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-11.png 2024-11-06 22:04:41.231 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-04.png 2024-11-06 22:04:41.231 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-01.png 2024-11-06 22:04:41.232 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-02.png 2024-11-06 22:04:41.233 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-05.png 2024-11-06 22:04:41.234 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-13.png 2024-11-06 22:04:41.234 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-10.png 2024-11-06 22:04:41.235 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-06.png 2024-11-06 22:04:41.236 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-03.png 2024-11-06 22:04:41.238 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-08.png 2024-11-06 22:04:41.238 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-03.png 2024-11-06 22:04:41.239 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-01.png 2024-11-06 22:04:41.239 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-06.png 2024-11-06 22:04:41.240 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-02.png 2024-11-06 22:04:41.241 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-05.png 2024-11-06 22:04:41.242 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-09.png 2024-11-06 22:04:41.243 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/etcd.png 2024-11-06 22:04:41.243 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-08.png 2024-11-06 22:04:41.245 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-04.png 2024-11-06 22:04:41.246 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/server-learner-figure-12.png 2024-11-06 22:04:41.247 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-07.png 2024-11-06 22:04:41.247 | etcd-v3.4.27-linux-amd64/Documentation/learning/img/client-balancer-figure-09.png 2024-11-06 22:04:41.249 | etcd-v3.4.27-linux-amd64/Documentation/learning/glossary.md 2024-11-06 22:04:41.249 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-auth-v3.md 2024-11-06 22:04:41.249 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-learner.md 2024-11-06 22:04:41.249 | etcd-v3.4.27-linux-amd64/Documentation/learning/design-client.md 2024-11-06 22:04:41.249 | etcd-v3.4.27-linux-amd64/Documentation/learning/api.md 2024-11-06 22:04:41.250 | etcd-v3.4.27-linux-amd64/Documentation/learning/why.md 2024-11-06 22:04:41.250 | etcd-v3.4.27-linux-amd64/Documentation/learning/api_guarantees.md 2024-11-06 22:04:41.250 | etcd-v3.4.27-linux-amd64/Documentation/docs.md 2024-11-06 22:04:41.250 | etcd-v3.4.27-linux-amd64/Documentation/triage/ 2024-11-06 22:04:41.250 | etcd-v3.4.27-linux-amd64/Documentation/triage/issues.md 2024-11-06 22:04:41.250 | etcd-v3.4.27-linux-amd64/Documentation/triage/PRs.md 2024-11-06 22:04:41.250 | etcd-v3.4.27-linux-amd64/Documentation/integrations.md 2024-11-06 22:04:41.250 | etcd-v3.4.27-linux-amd64/Documentation/tuning.md 2024-11-06 22:04:41.250 | etcd-v3.4.27-linux-amd64/Documentation/faq.md 2024-11-06 22:04:41.250 | etcd-v3.4.27-linux-amd64/Documentation/reporting_bugs.md 2024-11-06 22:04:41.250 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/ 2024-11-06 22:04:41.250 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/supported-platform.md 2024-11-06 22:04:41.250 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/clustering.md 2024-11-06 22:04:41.250 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2024-11-06 22:04:41.251 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/recovery.md 2024-11-06 22:04:41.251 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2024-11-06 22:04:41.251 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/gateway.md 2024-11-06 22:04:41.252 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/authentication.md 2024-11-06 22:04:41.252 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/v2-migration.md 2024-11-06 22:04:41.252 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/versioning.md 2024-11-06 22:04:41.252 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/configuration.md 2024-11-06 22:04:41.252 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/hardware.md 2024-11-06 22:04:41.252 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/grpc_proxy.md 2024-11-06 22:04:41.252 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/security.md 2024-11-06 22:04:41.252 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/performance.md 2024-11-06 22:04:41.252 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2024-11-06 22:04:41.252 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2024-11-06 22:04:41.252 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/monitoring.md 2024-11-06 22:04:41.252 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/maintenance.md 2024-11-06 22:04:41.252 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/container.md 2024-11-06 22:04:41.252 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/grafana.json 2024-11-06 22:04:41.253 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/runtime-configuration.md 2024-11-06 22:04:41.253 | etcd-v3.4.27-linux-amd64/Documentation/op-guide/failures.md 2024-11-06 22:04:41.253 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/ 2024-11-06 22:04:41.253 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/mixin.libsonnet 2024-11-06 22:04:41.253 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/README.md 2024-11-06 22:04:41.253 | etcd-v3.4.27-linux-amd64/Documentation/etcd-mixin/test.yaml 2024-11-06 22:04:41.253 | etcd-v3.4.27-linux-amd64/Documentation/production-users.md 2024-11-06 22:04:41.253 | etcd-v3.4.27-linux-amd64/Documentation/rfc/ 2024-11-06 22:04:41.253 | etcd-v3.4.27-linux-amd64/Documentation/rfc/v3api.md 2024-11-06 22:04:41.253 | etcd-v3.4.27-linux-amd64/Documentation/README.md 2024-11-06 22:04:41.253 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/ 2024-11-06 22:04:41.253 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2024-11-06 22:04:41.253 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_5.md 2024-11-06 22:04:41.253 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2024-11-06 22:04:41.253 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2024-11-06 22:04:41.253 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2024-11-06 22:04:41.254 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2024-11-06 22:04:41.254 | etcd-v3.4.27-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2024-11-06 22:04:41.254 | etcd-v3.4.27-linux-amd64/Documentation/branch_management.md 2024-11-06 22:04:41.254 | etcd-v3.4.27-linux-amd64/README.md 2024-11-06 22:04:41.254 | etcd-v3.4.27-linux-amd64/etcd 2024-11-06 22:04:41.426 | + lib/etcd3:install_etcd3:121 : sudo cp /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcd /opt/stack//bin/etcd 2024-11-06 22:04:41.450 | + lib/etcd3:install_etcd3:122 : sudo cp /opt/stack/devstack/files/etcd-v3.4.27-linux-amd64/etcdctl /opt/stack//bin/etcdctl 2024-11-06 22:04:41.469 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2024-11-06 22:04:41.471 | + stack.sh:main:884 : is_service_enabled tls-proxy 2024-11-06 22:04:41.485 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:04:41.487 | + stack.sh:main:894 : install_dstat 2024-11-06 22:04:41.489 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2024-11-06 22:04:41.501 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:04:41.503 | + stack.sh:main:900 : echo_summary 'Installing OpenStack project source' 2024-11-06 22:04:41.505 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2024-11-06 22:04:41.507 | + stack.sh:echo_summary:461 : echo -e Installing OpenStack project source 2024-11-06 22:04:41.509 | + stack.sh:main:903 : install_libs 2024-11-06 22:04:41.511 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2024-11-06 22:04:41.513 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2024-11-06 22:04:41.515 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2024-11-06 22:04:41.516 | + inc/python:use_library_from_git:272 : local name=automaton 2024-11-06 22:04:41.518 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:41.520 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:41.522 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,automaton, ]] 2024-11-06 22:04:41.524 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:41.526 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2024-11-06 22:04:41.527 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2024-11-06 22:04:41.529 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2024-11-06 22:04:41.531 | + inc/python:use_library_from_git:272 : local name=castellan 2024-11-06 22:04:41.533 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:41.535 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:41.536 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,castellan, ]] 2024-11-06 22:04:41.538 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:41.540 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2024-11-06 22:04:41.542 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2024-11-06 22:04:41.544 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2024-11-06 22:04:41.546 | + inc/python:use_library_from_git:272 : local name=cliff 2024-11-06 22:04:41.548 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:41.549 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:41.551 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,cliff, ]] 2024-11-06 22:04:41.553 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:41.555 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2024-11-06 22:04:41.557 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2024-11-06 22:04:41.559 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2024-11-06 22:04:41.560 | + inc/python:use_library_from_git:272 : local name=cursive 2024-11-06 22:04:41.562 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:41.564 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:41.566 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,cursive, ]] 2024-11-06 22:04:41.568 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:41.570 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2024-11-06 22:04:41.571 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2024-11-06 22:04:41.573 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2024-11-06 22:04:41.575 | + inc/python:use_library_from_git:272 : local name=debtcollector 2024-11-06 22:04:41.577 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:41.579 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:41.581 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,debtcollector, ]] 2024-11-06 22:04:41.583 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:41.584 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2024-11-06 22:04:41.586 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2024-11-06 22:04:41.588 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2024-11-06 22:04:41.590 | + inc/python:use_library_from_git:272 : local name=futurist 2024-11-06 22:04:41.592 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:41.594 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:41.595 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,futurist, ]] 2024-11-06 22:04:41.597 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:41.599 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2024-11-06 22:04:41.601 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2024-11-06 22:04:41.603 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2024-11-06 22:04:41.605 | + inc/python:use_library_from_git:272 : local name=openstacksdk 2024-11-06 22:04:41.607 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:41.608 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:41.610 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,openstacksdk, ]] 2024-11-06 22:04:41.612 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:41.614 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2024-11-06 22:04:41.616 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2024-11-06 22:04:41.618 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2024-11-06 22:04:41.620 | + inc/python:use_library_from_git:272 : local name=osc-lib 2024-11-06 22:04:41.622 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:41.623 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:41.625 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osc-lib, ]] 2024-11-06 22:04:41.627 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:41.629 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2024-11-06 22:04:41.631 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2024-11-06 22:04:41.633 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2024-11-06 22:04:41.635 | + inc/python:use_library_from_git:272 : local name=osc-placement 2024-11-06 22:04:41.636 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:41.638 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:41.640 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osc-placement, ]] 2024-11-06 22:04:41.642 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:41.644 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2024-11-06 22:04:41.646 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2024-11-06 22:04:41.648 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2024-11-06 22:04:41.649 | + inc/python:use_library_from_git:272 : local name=os-client-config 2024-11-06 22:04:41.651 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:41.653 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:41.655 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-client-config, ]] 2024-11-06 22:04:41.657 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:41.659 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2024-11-06 22:04:41.660 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2024-11-06 22:04:41.662 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2024-11-06 22:04:41.664 | + inc/python:use_library_from_git:272 : local name=oslo.cache 2024-11-06 22:04:41.666 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:41.668 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:41.670 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.cache, ]] 2024-11-06 22:04:41.672 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:41.673 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2024-11-06 22:04:41.675 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2024-11-06 22:04:41.677 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2024-11-06 22:04:41.679 | + inc/python:use_library_from_git:272 : local name=oslo.concurrency 2024-11-06 22:04:41.681 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:41.683 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:41.685 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.concurrency, ]] 2024-11-06 22:04:41.686 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:41.688 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2024-11-06 22:04:41.690 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2024-11-06 22:04:41.692 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2024-11-06 22:04:41.694 | + inc/python:use_library_from_git:272 : local name=oslo.config 2024-11-06 22:04:41.696 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:41.698 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:41.699 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.config, ]] 2024-11-06 22:04:41.701 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:41.703 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2024-11-06 22:04:41.705 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2024-11-06 22:04:41.707 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2024-11-06 22:04:41.709 | + inc/python:use_library_from_git:272 : local name=oslo.context 2024-11-06 22:04:41.711 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:41.713 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:41.715 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.context, ]] 2024-11-06 22:04:41.717 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:41.719 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2024-11-06 22:04:41.721 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2024-11-06 22:04:41.722 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2024-11-06 22:04:41.724 | + inc/python:use_library_from_git:272 : local name=oslo.db 2024-11-06 22:04:41.726 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:41.728 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:41.730 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.db, ]] 2024-11-06 22:04:41.732 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:41.734 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2024-11-06 22:04:41.736 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2024-11-06 22:04:41.738 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2024-11-06 22:04:41.740 | + inc/python:use_library_from_git:272 : local name=oslo.i18n 2024-11-06 22:04:41.741 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:41.743 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:41.745 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.i18n, ]] 2024-11-06 22:04:41.747 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:41.749 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2024-11-06 22:04:41.751 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2024-11-06 22:04:41.753 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2024-11-06 22:04:41.755 | + inc/python:use_library_from_git:272 : local name=oslo.limit 2024-11-06 22:04:41.757 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:41.759 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:41.760 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.limit, ]] 2024-11-06 22:04:41.762 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:41.764 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2024-11-06 22:04:41.766 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2024-11-06 22:04:41.768 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2024-11-06 22:04:41.770 | + inc/python:use_library_from_git:272 : local name=oslo.log 2024-11-06 22:04:41.772 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:41.774 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:41.776 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.log, ]] 2024-11-06 22:04:41.778 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:41.779 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2024-11-06 22:04:41.781 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2024-11-06 22:04:41.783 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2024-11-06 22:04:41.785 | + inc/python:use_library_from_git:272 : local name=oslo.messaging 2024-11-06 22:04:41.787 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:41.789 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:41.791 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.messaging, ]] 2024-11-06 22:04:41.793 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:41.794 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2024-11-06 22:04:41.796 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2024-11-06 22:04:41.798 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2024-11-06 22:04:41.800 | + inc/python:use_library_from_git:272 : local name=oslo.middleware 2024-11-06 22:04:41.802 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:41.804 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:41.806 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.middleware, ]] 2024-11-06 22:04:41.808 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:41.810 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2024-11-06 22:04:41.812 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2024-11-06 22:04:41.813 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2024-11-06 22:04:41.815 | + inc/python:use_library_from_git:272 : local name=oslo.policy 2024-11-06 22:04:41.817 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:41.819 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:41.821 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.policy, ]] 2024-11-06 22:04:41.823 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:41.825 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2024-11-06 22:04:41.827 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2024-11-06 22:04:41.828 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2024-11-06 22:04:41.830 | + inc/python:use_library_from_git:272 : local name=oslo.privsep 2024-11-06 22:04:41.832 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:41.834 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:41.836 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.privsep, ]] 2024-11-06 22:04:41.838 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:41.840 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2024-11-06 22:04:41.842 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2024-11-06 22:04:41.843 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2024-11-06 22:04:41.845 | + inc/python:use_library_from_git:272 : local name=oslo.reports 2024-11-06 22:04:41.847 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:41.849 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:41.851 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.reports, ]] 2024-11-06 22:04:41.853 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:41.855 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2024-11-06 22:04:41.856 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2024-11-06 22:04:41.858 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2024-11-06 22:04:41.860 | + inc/python:use_library_from_git:272 : local name=oslo.rootwrap 2024-11-06 22:04:41.862 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:41.864 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:41.866 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.rootwrap, ]] 2024-11-06 22:04:41.868 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:41.870 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2024-11-06 22:04:41.872 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2024-11-06 22:04:41.874 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2024-11-06 22:04:41.875 | + inc/python:use_library_from_git:272 : local name=oslo.serialization 2024-11-06 22:04:41.877 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:41.879 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:41.881 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.serialization, ]] 2024-11-06 22:04:41.883 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:41.885 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2024-11-06 22:04:41.887 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2024-11-06 22:04:41.889 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2024-11-06 22:04:41.890 | + inc/python:use_library_from_git:272 : local name=oslo.service 2024-11-06 22:04:41.892 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:41.894 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:41.896 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.service, ]] 2024-11-06 22:04:41.898 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:41.900 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2024-11-06 22:04:41.902 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2024-11-06 22:04:41.904 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2024-11-06 22:04:41.906 | + inc/python:use_library_from_git:272 : local name=oslo.utils 2024-11-06 22:04:41.908 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:41.909 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:41.911 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.utils, ]] 2024-11-06 22:04:41.913 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:41.915 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2024-11-06 22:04:41.917 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2024-11-06 22:04:41.919 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2024-11-06 22:04:41.921 | + inc/python:use_library_from_git:272 : local name=oslo.versionedobjects 2024-11-06 22:04:41.922 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:41.924 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:41.926 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.versionedobjects, ]] 2024-11-06 22:04:41.928 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:41.930 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2024-11-06 22:04:41.932 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2024-11-06 22:04:41.934 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2024-11-06 22:04:41.935 | + inc/python:use_library_from_git:272 : local name=oslo.vmware 2024-11-06 22:04:41.937 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:41.939 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:41.941 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,oslo.vmware, ]] 2024-11-06 22:04:41.943 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:41.945 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2024-11-06 22:04:41.947 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2024-11-06 22:04:41.949 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2024-11-06 22:04:41.951 | + inc/python:use_library_from_git:272 : local name=osprofiler 2024-11-06 22:04:41.953 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:41.954 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:41.956 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,osprofiler, ]] 2024-11-06 22:04:41.958 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:41.960 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2024-11-06 22:04:41.962 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2024-11-06 22:04:41.964 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2024-11-06 22:04:41.966 | + inc/python:use_library_from_git:272 : local name=pycadf 2024-11-06 22:04:41.968 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:41.970 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:41.971 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,pycadf, ]] 2024-11-06 22:04:41.973 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:41.975 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2024-11-06 22:04:41.977 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2024-11-06 22:04:41.979 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2024-11-06 22:04:41.981 | + inc/python:use_library_from_git:272 : local name=stevedore 2024-11-06 22:04:41.983 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:41.985 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:41.987 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,stevedore, ]] 2024-11-06 22:04:41.988 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:41.990 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2024-11-06 22:04:41.992 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2024-11-06 22:04:41.994 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2024-11-06 22:04:41.996 | + inc/python:use_library_from_git:272 : local name=taskflow 2024-11-06 22:04:41.998 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:42.000 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:42.001 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,taskflow, ]] 2024-11-06 22:04:42.003 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:42.005 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2024-11-06 22:04:42.007 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2024-11-06 22:04:42.009 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2024-11-06 22:04:42.011 | + inc/python:use_library_from_git:272 : local name=tooz 2024-11-06 22:04:42.013 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:42.014 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:42.016 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,tooz, ]] 2024-11-06 22:04:42.018 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:42.020 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2024-11-06 22:04:42.022 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2024-11-06 22:04:42.024 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2024-11-06 22:04:42.026 | + inc/python:use_library_from_git:272 : local name=os-brick 2024-11-06 22:04:42.027 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:42.029 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:42.031 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-brick, ]] 2024-11-06 22:04:42.033 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:42.035 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2024-11-06 22:04:42.037 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2024-11-06 22:04:42.039 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2024-11-06 22:04:42.040 | + inc/python:use_library_from_git:272 : local name=os-resource-classes 2024-11-06 22:04:42.042 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:42.044 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:42.046 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-resource-classes, ]] 2024-11-06 22:04:42.048 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:42.050 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2024-11-06 22:04:42.052 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2024-11-06 22:04:42.054 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2024-11-06 22:04:42.055 | + inc/python:use_library_from_git:272 : local name=os-traits 2024-11-06 22:04:42.057 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:42.059 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:42.061 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-traits, ]] 2024-11-06 22:04:42.063 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:42.065 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2024-11-06 22:04:42.067 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2024-11-06 22:04:42.069 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2024-11-06 22:04:42.071 | + inc/python:use_library_from_git:272 : local name=python-barbicanclient 2024-11-06 22:04:42.073 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:42.075 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:42.076 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-barbicanclient, ]] 2024-11-06 22:04:42.078 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:42.080 | + lib/libraries:install_libs:139 : pip_install etcd3 2024-11-06 22:04:42.096 | Using python 3.10 to install etcd3 2024-11-06 22:04:42.098 | + 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-11-06 22:04:43.063 | Collecting etcd3 2024-11-06 22:04:43.063 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2024-11-06 22:04:43.682 | Collecting grpcio>=1.27.1 (from etcd3) 2024-11-06 22:04:43.685 | Using cached grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) 2024-11-06 22:04:43.886 | Collecting protobuf>=3.6.1 (from etcd3) 2024-11-06 22:04:43.888 | Using cached protobuf-4.22.3-cp37-abi3-manylinux2014_x86_64.whl.metadata (540 bytes) 2024-11-06 22:04:43.911 | Collecting six>=1.12.0 (from etcd3) 2024-11-06 22:04:43.913 | Using cached six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) 2024-11-06 22:04:43.947 | Collecting tenacity>=6.1.0 (from etcd3) 2024-11-06 22:04:43.949 | Using cached tenacity-6.3.1-py2.py3-none-any.whl.metadata (1.2 kB) 2024-11-06 22:04:43.966 | Using cached grpcio-1.54.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB) 2024-11-06 22:04:43.996 | Using cached protobuf-4.22.3-cp37-abi3-manylinux2014_x86_64.whl (302 kB) 2024-11-06 22:04:44.013 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-11-06 22:04:44.018 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2024-11-06 22:04:44.113 | Installing collected packages: six, protobuf, grpcio, tenacity, etcd3 2024-11-06 22:04:44.462 | Successfully installed etcd3-0.12.0 grpcio-1.54.0 protobuf-4.22.3 six-1.16.0 tenacity-6.3.1 2024-11-06 22:04:44.635 | + inc/python:pip_install:222 : result=0 2024-11-06 22:04:44.637 | + inc/python:pip_install:224 : time_stop pip_install 2024-11-06 22:04:44.639 | + functions-common:time_stop:2400 : local name 2024-11-06 22:04:44.640 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:04:44.642 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:04:44.644 | + functions-common:time_stop:2403 : local total 2024-11-06 22:04:44.646 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:04:44.647 | + functions-common:time_stop:2406 : name=pip_install 2024-11-06 22:04:44.649 | + functions-common:time_stop:2407 : start_time=1730930682092 2024-11-06 22:04:44.651 | + functions-common:time_stop:2409 : [[ -z 1730930682092 ]] 2024-11-06 22:04:44.653 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:04:44.656 | + functions-common:time_stop:2412 : end_time=1730930684654 2024-11-06 22:04:44.658 | + functions-common:time_stop:2413 : elapsed_time=2562 2024-11-06 22:04:44.660 | + functions-common:time_stop:2414 : total=11144 2024-11-06 22:04:44.661 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:04:44.663 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13706 2024-11-06 22:04:44.665 | + inc/python:pip_install:225 : return 0 2024-11-06 22:04:44.667 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2024-11-06 22:04:44.683 | Using python 3.10 to install etcd3gw 2024-11-06 22:04:44.685 | + 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-11-06 22:04:45.679 | Collecting etcd3gw 2024-11-06 22:04:45.681 | Using cached etcd3gw-2.1.0-py3-none-any.whl.metadata (1.6 kB) 2024-11-06 22:04:45.710 | Collecting futurist>=0.16.0 (from etcd3gw) 2024-11-06 22:04:45.712 | Using cached futurist-2.4.1-py3-none-any.whl.metadata (2.1 kB) 2024-11-06 22:04:45.714 | Requirement already satisfied: pbr>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from etcd3gw) (5.11.1) 2024-11-06 22:04:45.759 | Collecting requests>=2.20.0 (from etcd3gw) 2024-11-06 22:04:45.760 | Using cached requests-2.28.2-py3-none-any.whl.metadata (4.6 kB) 2024-11-06 22:04:45.861 | Collecting charset-normalizer<4,>=2 (from requests>=2.20.0->etcd3gw) 2024-11-06 22:04:45.863 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (30 kB) 2024-11-06 22:04:45.888 | Collecting idna<4,>=2.5 (from requests>=2.20.0->etcd3gw) 2024-11-06 22:04:45.890 | Using cached idna-3.4-py3-none-any.whl.metadata (9.8 kB) 2024-11-06 22:04:45.939 | Collecting urllib3<1.27,>=1.21.1 (from requests>=2.20.0->etcd3gw) 2024-11-06 22:04:45.941 | Using cached urllib3-1.26.15-py2.py3-none-any.whl.metadata (48 kB) 2024-11-06 22:04:45.974 | Collecting certifi>=2017.4.17 (from requests>=2.20.0->etcd3gw) 2024-11-06 22:04:45.976 | Using cached certifi-2024.8.30-py3-none-any.whl.metadata (2.2 kB) 2024-11-06 22:04:46.000 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2024-11-06 22:04:46.003 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2024-11-06 22:04:46.006 | Using cached requests-2.28.2-py3-none-any.whl (62 kB) 2024-11-06 22:04:46.008 | Using cached certifi-2024.8.30-py3-none-any.whl (167 kB) 2024-11-06 22:04:46.012 | Using cached charset_normalizer-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) 2024-11-06 22:04:46.015 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-11-06 22:04:46.018 | Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) 2024-11-06 22:04:46.118 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, certifi, requests, etcd3gw 2024-11-06 22:04:46.411 | Successfully installed certifi-2024.8.30 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-11-06 22:04:46.493 | + inc/python:pip_install:222 : result=0 2024-11-06 22:04:46.495 | + inc/python:pip_install:224 : time_stop pip_install 2024-11-06 22:04:46.497 | + functions-common:time_stop:2400 : local name 2024-11-06 22:04:46.499 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:04:46.501 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:04:46.502 | + functions-common:time_stop:2403 : local total 2024-11-06 22:04:46.504 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:04:46.506 | + functions-common:time_stop:2406 : name=pip_install 2024-11-06 22:04:46.507 | + functions-common:time_stop:2407 : start_time=1730930684679 2024-11-06 22:04:46.509 | + functions-common:time_stop:2409 : [[ -z 1730930684679 ]] 2024-11-06 22:04:46.511 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:04:46.514 | + functions-common:time_stop:2412 : end_time=1730930686512 2024-11-06 22:04:46.516 | + functions-common:time_stop:2413 : elapsed_time=1833 2024-11-06 22:04:46.518 | + functions-common:time_stop:2414 : total=13706 2024-11-06 22:04:46.519 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:04:46.521 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=15539 2024-11-06 22:04:46.523 | + inc/python:pip_install:225 : return 0 2024-11-06 22:04:46.525 | + stack.sh:main:906 : install_apache_uwsgi 2024-11-06 22:04:46.527 | + lib/apache:install_apache_uwsgi:76 : local apxs=apxs2 2024-11-06 22:04:46.529 | + lib/apache:install_apache_uwsgi:77 : is_fedora 2024-11-06 22:04:46.530 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2024-11-06 22:04:46.532 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2024-11-06 22:04:46.534 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2024-11-06 22:04:46.536 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2024-11-06 22:04:46.538 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-11-06 22:04:46.539 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2024-11-06 22:04:46.541 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2024-11-06 22:04:46.543 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2024-11-06 22:04:46.545 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2024-11-06 22:04:46.547 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2024-11-06 22:04:46.548 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2024-11-06 22:04:46.550 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2024-11-06 22:04:46.552 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2024-11-06 22:04:46.554 | + lib/apache:install_apache_uwsgi:81 : is_ubuntu 2024-11-06 22:04:46.556 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:04:46.557 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:04:46.559 | + lib/apache:install_apache_uwsgi:82 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2024-11-06 22:04:46.561 | + lib/apache:install_apache_uwsgi:83 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-11-06 22:04:46.563 | + functions-common:install_package:1421 : update_package_repo 2024-11-06 22:04:46.565 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2024-11-06 22:04:46.567 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2024-11-06 22:04:46.568 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2024-11-06 22:04:46.570 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2024-11-06 22:04:46.572 | + functions-common:update_package_repo:1403 : is_ubuntu 2024-11-06 22:04:46.574 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:04:46.576 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:04:46.578 | + functions-common:update_package_repo:1404 : apt_get_update 2024-11-06 22:04:46.579 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2024-11-06 22:04:46.581 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2024-11-06 22:04:46.583 | + functions-common:apt_get_update:1150 : return 2024-11-06 22:04:46.585 | + functions-common:install_package:1422 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-11-06 22:04:46.587 | + functions-common:real_install_package:1409 : is_ubuntu 2024-11-06 22:04:46.588 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:04:46.590 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:04:46.592 | + functions-common:real_install_package:1410 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-11-06 22:04:46.608 | + 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-11-06 22:04:46.666 | Reading package lists... 2024-11-06 22:04:46.867 | Building dependency tree... 2024-11-06 22:04:46.868 | Reading state information... 2024-11-06 22:04:47.063 | uwsgi is already the newest version (2.0.20-4). 2024-11-06 22:04:47.063 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2024-11-06 22:04:47.063 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.12). 2024-11-06 22:04:47.063 | The following packages were automatically installed and are no longer required: 2024-11-06 22:04:47.063 | linux-headers-6.8.0-40-generic linux-hwe-6.8-headers-6.8.0-40 2024-11-06 22:04:47.063 | linux-hwe-6.8-tools-6.8.0-40 linux-image-6.8.0-40-generic 2024-11-06 22:04:47.063 | linux-modules-6.8.0-40-generic linux-tools-6.8.0-40-generic 2024-11-06 22:04:47.063 | Use 'sudo apt autoremove' to remove them. 2024-11-06 22:04:47.085 | 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 2024-11-06 22:04:47.089 | + functions-common:apt_get:1194 : result=0 2024-11-06 22:04:47.092 | + functions-common:apt_get:1197 : time_stop apt-get 2024-11-06 22:04:47.094 | + functions-common:time_stop:2400 : local name 2024-11-06 22:04:47.095 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:04:47.097 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:04:47.099 | + functions-common:time_stop:2403 : local total 2024-11-06 22:04:47.101 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:04:47.103 | + functions-common:time_stop:2406 : name=apt-get 2024-11-06 22:04:47.105 | + functions-common:time_stop:2407 : start_time=1730930686605 2024-11-06 22:04:47.107 | + functions-common:time_stop:2409 : [[ -z 1730930686605 ]] 2024-11-06 22:04:47.109 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:04:47.112 | + functions-common:time_stop:2412 : end_time=1730930687110 2024-11-06 22:04:47.114 | + functions-common:time_stop:2413 : elapsed_time=505 2024-11-06 22:04:47.116 | + functions-common:time_stop:2414 : total=11537 2024-11-06 22:04:47.118 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:04:47.120 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=12042 2024-11-06 22:04:47.122 | + functions-common:apt_get:1198 : return 0 2024-11-06 22:04:47.123 | + lib/apache:install_apache_uwsgi:115 : is_ubuntu 2024-11-06 22:04:47.125 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:04:47.127 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:04:47.129 | + lib/apache:install_apache_uwsgi:117 : sudo a2enmod proxy 2024-11-06 22:04:47.166 | Enabling module proxy. 2024-11-06 22:04:47.170 | To activate the new configuration, you need to run: 2024-11-06 22:04:47.170 | systemctl restart apache2 2024-11-06 22:04:47.173 | + lib/apache:install_apache_uwsgi:118 : sudo a2enmod proxy_uwsgi 2024-11-06 22:04:47.205 | Considering dependency proxy for proxy_uwsgi: 2024-11-06 22:04:47.205 | Module proxy already enabled 2024-11-06 22:04:47.205 | Enabling module proxy_uwsgi. 2024-11-06 22:04:47.209 | To activate the new configuration, you need to run: 2024-11-06 22:04:47.209 | systemctl restart apache2 2024-11-06 22:04:47.212 | + lib/apache:install_apache_uwsgi:124 : restart_apache_server 2024-11-06 22:04:47.214 | + lib/apache:restart_apache_server:237 : restart_service apache2 2024-11-06 22:04:47.216 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-11-06 22:04:47.218 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2024-11-06 22:04:47.321 | + stack.sh:main:909 : install_keystoneauth 2024-11-06 22:04:47.323 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2024-11-06 22:04:47.325 | + inc/python:use_library_from_git:272 : local name=keystoneauth 2024-11-06 22:04:47.327 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:47.329 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:47.331 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,keystoneauth, ]] 2024-11-06 22:04:47.333 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:47.335 | + stack.sh:main:910 : install_keystoneclient 2024-11-06 22:04:47.337 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2024-11-06 22:04:47.339 | + inc/python:use_library_from_git:272 : local name=python-keystoneclient 2024-11-06 22:04:47.340 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:47.343 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:47.345 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-keystoneclient, ]] 2024-11-06 22:04:47.346 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:47.348 | + stack.sh:main:911 : install_glanceclient 2024-11-06 22:04:47.350 | + lib/glance:install_glanceclient:501 : use_library_from_git python-glanceclient 2024-11-06 22:04:47.352 | + inc/python:use_library_from_git:272 : local name=python-glanceclient 2024-11-06 22:04:47.354 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:47.356 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:47.358 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-glanceclient, ]] 2024-11-06 22:04:47.360 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:47.362 | + stack.sh:main:912 : install_cinderclient 2024-11-06 22:04:47.364 | + lib/cinder:install_cinderclient:571 : use_library_from_git python-brick-cinderclient-ext 2024-11-06 22:04:47.365 | + inc/python:use_library_from_git:272 : local name=python-brick-cinderclient-ext 2024-11-06 22:04:47.367 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:47.369 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:47.371 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2024-11-06 22:04:47.373 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:47.375 | + lib/cinder:install_cinderclient:576 : use_library_from_git python-cinderclient 2024-11-06 22:04:47.377 | + inc/python:use_library_from_git:272 : local name=python-cinderclient 2024-11-06 22:04:47.379 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:47.381 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:47.383 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-cinderclient, ]] 2024-11-06 22:04:47.385 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:47.386 | + stack.sh:main:913 : install_novaclient 2024-11-06 22:04:47.388 | + lib/nova:install_novaclient:911 : use_library_from_git python-novaclient 2024-11-06 22:04:47.390 | + inc/python:use_library_from_git:272 : local name=python-novaclient 2024-11-06 22:04:47.392 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:47.394 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:47.396 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-novaclient, ]] 2024-11-06 22:04:47.398 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:47.400 | + stack.sh:main:914 : is_service_enabled swift glance horizon 2024-11-06 22:04:47.413 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:04:47.415 | + stack.sh:main:915 : install_swiftclient 2024-11-06 22:04:47.417 | + lib/swift:install_swiftclient:730 : use_library_from_git python-swiftclient 2024-11-06 22:04:47.419 | + inc/python:use_library_from_git:272 : local name=python-swiftclient 2024-11-06 22:04:47.421 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:47.423 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:47.425 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-swiftclient, ]] 2024-11-06 22:04:47.427 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:47.429 | + stack.sh:main:917 : is_service_enabled neutron nova horizon 2024-11-06 22:04:47.441 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:04:47.444 | + stack.sh:main:918 : install_neutronclient 2024-11-06 22:04:47.446 | + lib/neutron:install_neutronclient:537 : use_library_from_git python-neutronclient 2024-11-06 22:04:47.447 | + inc/python:use_library_from_git:272 : local name=python-neutronclient 2024-11-06 22:04:47.449 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:47.451 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:47.453 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-neutronclient, ]] 2024-11-06 22:04:47.455 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:47.457 | + stack.sh:main:922 : install_keystonemiddleware 2024-11-06 22:04:47.459 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2024-11-06 22:04:47.461 | + inc/python:use_library_from_git:272 : local name=keystonemiddleware 2024-11-06 22:04:47.463 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:04:47.465 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:04:47.467 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,keystonemiddleware, ]] 2024-11-06 22:04:47.469 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:04:47.471 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2024-11-06 22:04:47.472 | + inc/python:pip_install_gr:94 : local name=keystonemiddleware 2024-11-06 22:04:47.474 | + inc/python:pip_install_gr:95 : local clean_name 2024-11-06 22:04:47.477 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements keystonemiddleware 2024-11-06 22:04:47.479 | ++ inc/python:get_from_global_requirements:247 : local package=keystonemiddleware 2024-11-06 22:04:47.481 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2024-11-06 22:04:47.484 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2024-11-06 22:04:47.484 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2024-11-06 22:04:47.488 | ++ inc/python:get_from_global_requirements:249 : required_pkg='keystonemiddleware ' 2024-11-06 22:04:47.489 | ++ inc/python:get_from_global_requirements:250 : [[ keystonemiddleware == '' ]] 2024-11-06 22:04:47.491 | ++ inc/python:get_from_global_requirements:253 : echo keystonemiddleware 2024-11-06 22:04:47.494 | + inc/python:pip_install_gr:96 : clean_name=keystonemiddleware 2024-11-06 22:04:47.496 | + inc/python:pip_install_gr:97 : pip_install keystonemiddleware 2024-11-06 22:04:47.511 | Using python 3.10 to install keystonemiddleware 2024-11-06 22:04:47.513 | + 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-11-06 22:04:48.492 | Collecting keystonemiddleware 2024-11-06 22:04:48.495 | Using cached keystonemiddleware-10.4.1-py3-none-any.whl.metadata (3.8 kB) 2024-11-06 22:04:48.548 | Collecting WebOb>=1.7.1 (from keystonemiddleware) 2024-11-06 22:04:48.550 | Using cached WebOb-1.8.7-py2.py3-none-any.whl.metadata (10 kB) 2024-11-06 22:04:48.589 | Collecting keystoneauth1>=3.12.0 (from keystonemiddleware) 2024-11-06 22:04:48.591 | Using cached keystoneauth1-5.3.0-py3-none-any.whl.metadata (3.8 kB) 2024-11-06 22:04:48.717 | Collecting oslo.cache>=1.26.0 (from keystonemiddleware) 2024-11-06 22:04:48.719 | Using cached oslo.cache-3.5.0-py3-none-any.whl.metadata (3.2 kB) 2024-11-06 22:04:48.768 | Collecting oslo.config>=5.2.0 (from keystonemiddleware) 2024-11-06 22:04:48.770 | Using cached oslo.config-9.2.0-py3-none-any.whl.metadata (3.1 kB) 2024-11-06 22:04:48.805 | Collecting oslo.context>=2.19.2 (from keystonemiddleware) 2024-11-06 22:04:48.807 | Using cached oslo.context-5.2.0-py3-none-any.whl.metadata (2.0 kB) 2024-11-06 22:04:48.838 | Collecting oslo.i18n>=3.15.3 (from keystonemiddleware) 2024-11-06 22:04:48.840 | Using cached oslo.i18n-6.1.0-py3-none-any.whl.metadata (2.0 kB) 2024-11-06 22:04:48.882 | Collecting oslo.log>=3.36.0 (from keystonemiddleware) 2024-11-06 22:04:48.884 | Using cached oslo.log-5.3.1-py3-none-any.whl.metadata (3.1 kB) 2024-11-06 22:04:48.921 | Collecting oslo.serialization!=2.19.1,>=2.18.0 (from keystonemiddleware) 2024-11-06 22:04:48.923 | Using cached oslo.serialization-5.2.1-py3-none-any.whl.metadata (2.2 kB) 2024-11-06 22:04:48.969 | Collecting oslo.utils>=3.33.0 (from keystonemiddleware) 2024-11-06 22:04:48.971 | Using cached oslo.utils-6.2.1-py3-none-any.whl.metadata (2.2 kB) 2024-11-06 22:04:48.973 | 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-11-06 22:04:48.995 | Collecting pycadf!=2.0.0,>=1.1.0 (from keystonemiddleware) 2024-11-06 22:04:48.997 | Using cached pycadf-3.1.1-py3-none-any.whl.metadata (2.1 kB) 2024-11-06 22:04:49.032 | Collecting python-keystoneclient>=3.20.0 (from keystonemiddleware) 2024-11-06 22:04:49.034 | Using cached python_keystoneclient-5.2.0-py3-none-any.whl.metadata (3.7 kB) 2024-11-06 22:04:49.035 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware) (2.28.2) 2024-11-06 22:04:49.080 | Collecting iso8601>=0.1.11 (from keystoneauth1>=3.12.0->keystonemiddleware) 2024-11-06 22:04:49.082 | Using cached iso8601-1.1.0-py3-none-any.whl.metadata (9.8 kB) 2024-11-06 22:04:49.100 | Collecting os-service-types>=1.2.0 (from keystoneauth1>=3.12.0->keystonemiddleware) 2024-11-06 22:04:49.102 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl.metadata (1.7 kB) 2024-11-06 22:04:49.146 | Collecting stevedore>=1.20.0 (from keystoneauth1>=3.12.0->keystonemiddleware) 2024-11-06 22:04:49.150 | Using cached stevedore-5.1.0-py3-none-any.whl.metadata (2.2 kB) 2024-11-06 22:04:49.192 | Collecting dogpile.cache>=1.1.5 (from oslo.cache>=1.26.0->keystonemiddleware) 2024-11-06 22:04:49.194 | Using cached dogpile.cache-1.1.8-py3-none-any.whl.metadata (5.0 kB) 2024-11-06 22:04:49.298 | Collecting PyYAML>=5.1 (from oslo.config>=5.2.0->keystonemiddleware) 2024-11-06 22:04:49.300 | 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-11-06 22:04:49.325 | Collecting debtcollector>=1.2.0 (from oslo.config>=5.2.0->keystonemiddleware) 2024-11-06 22:04:49.327 | Using cached debtcollector-2.5.0-py3-none-any.whl.metadata (2.3 kB) 2024-11-06 22:04:49.351 | Collecting netaddr>=0.7.18 (from oslo.config>=5.2.0->keystonemiddleware) 2024-11-06 22:04:49.353 | Using cached netaddr-0.8.0-py2.py3-none-any.whl.metadata (4.9 kB) 2024-11-06 22:04:49.374 | Collecting rfc3986>=1.2.0 (from oslo.config>=5.2.0->keystonemiddleware) 2024-11-06 22:04:49.376 | Using cached rfc3986-2.0.0-py2.py3-none-any.whl.metadata (6.6 kB) 2024-11-06 22:04:49.483 | Collecting python-dateutil>=2.7.0 (from oslo.log>=3.36.0->keystonemiddleware) 2024-11-06 22:04:49.484 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl.metadata (8.2 kB) 2024-11-06 22:04:49.503 | Collecting pyinotify>=0.9.6 (from oslo.log>=3.36.0->keystonemiddleware) 2024-11-06 22:04:49.504 | Using cached pyinotify-0.9.6-py3-none-any.whl 2024-11-06 22:04:49.592 | Collecting msgpack>=0.5.2 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2024-11-06 22:04:49.593 | Using cached msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.8 kB) 2024-11-06 22:04:49.654 | Collecting pytz>=2013.6 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2024-11-06 22:04:49.656 | Using cached pytz-2023.3-py2.py3-none-any.whl.metadata (22 kB) 2024-11-06 22:04:49.681 | Collecting tzdata>=2022.4 (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) 2024-11-06 22:04:49.683 | Using cached tzdata-2023.3-py2.py3-none-any.whl.metadata (1.4 kB) 2024-11-06 22:04:49.716 | Collecting netifaces>=0.10.4 (from oslo.utils>=3.33.0->keystonemiddleware) 2024-11-06 22:04:49.717 | Using cached netifaces-0.11.0-cp310-cp310-linux_x86_64.whl 2024-11-06 22:04:49.749 | Collecting packaging>=20.4 (from oslo.utils>=3.33.0->keystonemiddleware) 2024-11-06 22:04:49.751 | Using cached packaging-23.1-py3-none-any.whl.metadata (3.1 kB) 2024-11-06 22:04:49.793 | Collecting pyparsing>=2.1.0 (from oslo.utils>=3.33.0->keystonemiddleware) 2024-11-06 22:04:49.795 | Using cached pyparsing-3.0.9-py3-none-any.whl.metadata (4.2 kB) 2024-11-06 22:04:49.806 | 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-11-06 22:04:49.828 | 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-11-06 22:04:49.829 | 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-11-06 22:04:49.830 | 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-11-06 22:04:49.831 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.14.2->keystonemiddleware) (2024.8.30) 2024-11-06 22:04:49.959 | Collecting wrapt>=1.7.0 (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware) 2024-11-06 22:04:49.961 | 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-11-06 22:04:49.993 | Collecting decorator>=4.0.0 (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware) 2024-11-06 22:04:49.995 | Using cached decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB) 2024-11-06 22:04:50.129 | Using cached keystonemiddleware-10.4.1-py3-none-any.whl (130 kB) 2024-11-06 22:04:50.132 | Using cached keystoneauth1-5.3.0-py3-none-any.whl (323 kB) 2024-11-06 22:04:50.136 | Using cached oslo.cache-3.5.0-py3-none-any.whl (70 kB) 2024-11-06 22:04:50.139 | Using cached oslo.config-9.2.0-py3-none-any.whl (128 kB) 2024-11-06 22:04:50.142 | Using cached oslo.context-5.2.0-py3-none-any.whl (20 kB) 2024-11-06 22:04:50.144 | Using cached oslo.i18n-6.1.0-py3-none-any.whl (46 kB) 2024-11-06 22:04:50.147 | Using cached oslo.log-5.3.1-py3-none-any.whl (76 kB) 2024-11-06 22:04:50.151 | Using cached oslo.serialization-5.2.1-py3-none-any.whl (26 kB) 2024-11-06 22:04:50.153 | Using cached oslo.utils-6.2.1-py3-none-any.whl (101 kB) 2024-11-06 22:04:50.157 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2024-11-06 22:04:50.160 | Using cached python_keystoneclient-5.2.0-py3-none-any.whl (397 kB) 2024-11-06 22:04:50.164 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2024-11-06 22:04:50.168 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2024-11-06 22:04:50.170 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2024-11-06 22:04:50.173 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2024-11-06 22:04:50.175 | Using cached msgpack-1.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2024-11-06 22:04:50.180 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2024-11-06 22:04:50.193 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2024-11-06 22:04:50.196 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2024-11-06 22:04:50.198 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2024-11-06 22:04:50.201 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2024-11-06 22:04:50.206 | Using cached pytz-2023.3-py2.py3-none-any.whl (502 kB) 2024-11-06 22:04:50.211 | 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-11-06 22:04:50.217 | Using cached rfc3986-2.0.0-py2.py3-none-any.whl (31 kB) 2024-11-06 22:04:50.220 | Using cached stevedore-5.1.0-py3-none-any.whl (49 kB) 2024-11-06 22:04:50.223 | Using cached tzdata-2023.3-py2.py3-none-any.whl (341 kB) 2024-11-06 22:04:50.229 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2024-11-06 22:04:50.231 | 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-11-06 22:04:50.520 | 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-11-06 22:04:52.181 | 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.1 oslo.serialization-5.2.1 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-11-06 22:04:52.312 | + inc/python:pip_install:222 : result=0 2024-11-06 22:04:52.314 | + inc/python:pip_install:224 : time_stop pip_install 2024-11-06 22:04:52.316 | + functions-common:time_stop:2400 : local name 2024-11-06 22:04:52.318 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:04:52.320 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:04:52.322 | + functions-common:time_stop:2403 : local total 2024-11-06 22:04:52.324 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:04:52.326 | + functions-common:time_stop:2406 : name=pip_install 2024-11-06 22:04:52.327 | + functions-common:time_stop:2407 : start_time=1730930687507 2024-11-06 22:04:52.329 | + functions-common:time_stop:2409 : [[ -z 1730930687507 ]] 2024-11-06 22:04:52.332 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:04:52.335 | + functions-common:time_stop:2412 : end_time=1730930692333 2024-11-06 22:04:52.337 | + functions-common:time_stop:2413 : elapsed_time=4826 2024-11-06 22:04:52.339 | + functions-common:time_stop:2414 : total=15539 2024-11-06 22:04:52.341 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:04:52.343 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=20365 2024-11-06 22:04:52.345 | + inc/python:pip_install:225 : return 0 2024-11-06 22:04:52.347 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2024-11-06 22:04:52.348 | + inc/python:pip_install_gr:94 : local name=python-memcached 2024-11-06 22:04:52.350 | + inc/python:pip_install_gr:95 : local clean_name 2024-11-06 22:04:52.353 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements python-memcached 2024-11-06 22:04:52.355 | ++ inc/python:get_from_global_requirements:247 : local package=python-memcached 2024-11-06 22:04:52.357 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2024-11-06 22:04:52.360 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2024-11-06 22:04:52.360 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2024-11-06 22:04:52.364 | ++ inc/python:get_from_global_requirements:249 : required_pkg='python-memcached ' 2024-11-06 22:04:52.366 | ++ inc/python:get_from_global_requirements:250 : [[ python-memcached == '' ]] 2024-11-06 22:04:52.368 | ++ inc/python:get_from_global_requirements:253 : echo python-memcached 2024-11-06 22:04:52.370 | + inc/python:pip_install_gr:96 : clean_name=python-memcached 2024-11-06 22:04:52.372 | + inc/python:pip_install_gr:97 : pip_install python-memcached 2024-11-06 22:04:52.389 | Using python 3.10 to install python-memcached 2024-11-06 22:04:52.391 | + 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-11-06 22:04:53.277 | Collecting python-memcached 2024-11-06 22:04:53.278 | Using cached python_memcached-1.59-py2.py3-none-any.whl.metadata (2.1 kB) 2024-11-06 22:04:53.281 | Requirement already satisfied: six>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-memcached) (1.16.0) 2024-11-06 22:04:53.284 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2024-11-06 22:04:53.486 | Installing collected packages: python-memcached 2024-11-06 22:04:53.509 | Successfully installed python-memcached-1.59 2024-11-06 22:04:53.582 | + inc/python:pip_install:222 : result=0 2024-11-06 22:04:53.585 | + inc/python:pip_install:224 : time_stop pip_install 2024-11-06 22:04:53.587 | + functions-common:time_stop:2400 : local name 2024-11-06 22:04:53.589 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:04:53.590 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:04:53.592 | + functions-common:time_stop:2403 : local total 2024-11-06 22:04:53.594 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:04:53.596 | + functions-common:time_stop:2406 : name=pip_install 2024-11-06 22:04:53.597 | + functions-common:time_stop:2407 : start_time=1730930692385 2024-11-06 22:04:53.599 | + functions-common:time_stop:2409 : [[ -z 1730930692385 ]] 2024-11-06 22:04:53.601 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:04:53.604 | + functions-common:time_stop:2412 : end_time=1730930693602 2024-11-06 22:04:53.606 | + functions-common:time_stop:2413 : elapsed_time=1217 2024-11-06 22:04:53.607 | + functions-common:time_stop:2414 : total=20365 2024-11-06 22:04:53.609 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:04:53.611 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=21582 2024-11-06 22:04:53.613 | + inc/python:pip_install:225 : return 0 2024-11-06 22:04:53.615 | + stack.sh:main:924 : is_service_enabled keystone 2024-11-06 22:04:53.628 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:04:53.630 | + stack.sh:main:925 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-11-06 22:04:53.631 | + stack.sh:main:926 : stack_install_service keystone 2024-11-06 22:04:53.634 | + lib/stack:stack_install_service:20 : local service=keystone 2024-11-06 22:04:53.636 | + lib/stack:stack_install_service:21 : type install_keystone 2024-11-06 22:04:53.638 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-11-06 22:04:53.640 | + lib/stack:stack_install_service:32 : install_keystone 2024-11-06 22:04:53.642 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2024-11-06 22:04:53.654 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:04:53.656 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone stable/2023.2 2024-11-06 22:04:53.658 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/keystone.git 2024-11-06 22:04:53.659 | + functions-common:git_clone:573 : local git_dest=/opt/stack//keystone 2024-11-06 22:04:53.661 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2024-11-06 22:04:53.663 | + functions-common:git_clone:575 : local orig_dir 2024-11-06 22:04:53.665 | ++ functions-common:git_clone:576 : pwd 2024-11-06 22:04:53.667 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-11-06 22:04:53.668 | + functions-common:git_clone:577 : local git_clone_flags= 2024-11-06 22:04:53.671 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-11-06 22:04:53.682 | + functions-common:git_clone:579 : RECLONE=False 2024-11-06 22:04:53.684 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2024-11-06 22:04:53.686 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2024-11-06 22:04:53.687 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-11-06 22:04:53.689 | + functions-common:git_clone:593 : echo stable/2023.2 2024-11-06 22:04:53.689 | + functions-common:git_clone:593 : egrep -q '^refs' 2024-11-06 22:04:53.693 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//keystone ]] 2024-11-06 22:04:53.695 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2024-11-06 22:04:53.697 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2024-11-06 22:04:53.698 | + functions-common:git_timed:680 : local count=0 2024-11-06 22:04:53.700 | + functions-common:git_timed:681 : local timeout=0 2024-11-06 22:04:53.702 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-11-06 22:04:53.703 | + functions-common:git_timed:684 : timeout=0 2024-11-06 22:04:53.705 | + functions-common:git_timed:687 : time_start git_timed 2024-11-06 22:04:53.707 | + functions-common:time_start:2386 : local name=git_timed 2024-11-06 22:04:53.708 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:04:53.710 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:04:53.712 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:04:53.715 | + functions-common:time_start:2391 : _TIME_START[$name]=1730930693713 2024-11-06 22:04:53.717 | + 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-11-06 22:04:53.719 | Cloning into '/opt/stack//keystone'... 2024-11-06 22:04:56.084 | + functions-common:git_timed:702 : time_stop git_timed 2024-11-06 22:04:56.086 | + functions-common:time_stop:2400 : local name 2024-11-06 22:04:56.088 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:04:56.089 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:04:56.091 | + functions-common:time_stop:2403 : local total 2024-11-06 22:04:56.093 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:04:56.095 | + functions-common:time_stop:2406 : name=git_timed 2024-11-06 22:04:56.096 | + functions-common:time_stop:2407 : start_time=1730930693713 2024-11-06 22:04:56.098 | + functions-common:time_stop:2409 : [[ -z 1730930693713 ]] 2024-11-06 22:04:56.100 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:04:56.103 | + functions-common:time_stop:2412 : end_time=1730930696101 2024-11-06 22:04:56.105 | + functions-common:time_stop:2413 : elapsed_time=2388 2024-11-06 22:04:56.106 | + functions-common:time_stop:2414 : total=44627 2024-11-06 22:04:56.108 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:04:56.110 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=47015 2024-11-06 22:04:56.111 | + functions-common:git_clone:614 : cd /opt/stack//keystone 2024-11-06 22:04:56.113 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2024-11-06 22:04:56.115 | + functions-common:git_timed:680 : local count=0 2024-11-06 22:04:56.116 | + functions-common:git_timed:681 : local timeout=0 2024-11-06 22:04:56.118 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-11-06 22:04:56.120 | + functions-common:git_timed:684 : timeout=0 2024-11-06 22:04:56.121 | + functions-common:git_timed:687 : time_start git_timed 2024-11-06 22:04:56.123 | + functions-common:time_start:2386 : local name=git_timed 2024-11-06 22:04:56.125 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:04:56.126 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:04:56.129 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:04:56.131 | + functions-common:time_start:2391 : _TIME_START[$name]=1730930696129 2024-11-06 22:04:56.133 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2024-11-06 22:04:58.345 | From https://opendev.org/openstack/keystone 2024-11-06 22:04:58.345 | * branch stable/2023.2 -> FETCH_HEAD 2024-11-06 22:04:58.349 | + functions-common:git_timed:702 : time_stop git_timed 2024-11-06 22:04:58.351 | + functions-common:time_stop:2400 : local name 2024-11-06 22:04:58.353 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:04:58.354 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:04:58.356 | + functions-common:time_stop:2403 : local total 2024-11-06 22:04:58.358 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:04:58.359 | + functions-common:time_stop:2406 : name=git_timed 2024-11-06 22:04:58.361 | + functions-common:time_stop:2407 : start_time=1730930696129 2024-11-06 22:04:58.362 | + functions-common:time_stop:2409 : [[ -z 1730930696129 ]] 2024-11-06 22:04:58.365 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:04:58.367 | + functions-common:time_stop:2412 : end_time=1730930698365 2024-11-06 22:04:58.369 | + functions-common:time_stop:2413 : elapsed_time=2236 2024-11-06 22:04:58.371 | + functions-common:time_stop:2414 : total=47015 2024-11-06 22:04:58.372 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:04:58.374 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=49251 2024-11-06 22:04:58.376 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2024-11-06 22:04:58.377 | + functions-common:git_timed:680 : local count=0 2024-11-06 22:04:58.379 | + functions-common:git_timed:681 : local timeout=0 2024-11-06 22:04:58.381 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-11-06 22:04:58.382 | + functions-common:git_timed:684 : timeout=0 2024-11-06 22:04:58.384 | + functions-common:git_timed:687 : time_start git_timed 2024-11-06 22:04:58.385 | + functions-common:time_start:2386 : local name=git_timed 2024-11-06 22:04:58.387 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:04:58.389 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:04:58.391 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:04:58.394 | + functions-common:time_start:2391 : _TIME_START[$name]=1730930698392 2024-11-06 22:04:58.395 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-11-06 22:04:58.485 | Note: switching to 'FETCH_HEAD'. 2024-11-06 22:04:58.485 | 2024-11-06 22:04:58.485 | You are in 'detached HEAD' state. You can look around, make experimental 2024-11-06 22:04:58.485 | changes and commit them, and you can discard any commits you make in this 2024-11-06 22:04:58.485 | state without impacting any branches by switching back to a branch. 2024-11-06 22:04:58.485 | 2024-11-06 22:04:58.485 | If you want to create a new branch to retain commits you create, you may 2024-11-06 22:04:58.485 | do so (now or later) by using -c with the switch command. Example: 2024-11-06 22:04:58.485 | 2024-11-06 22:04:58.485 | git switch -c 2024-11-06 22:04:58.485 | 2024-11-06 22:04:58.485 | Or undo this operation with: 2024-11-06 22:04:58.485 | 2024-11-06 22:04:58.485 | git switch - 2024-11-06 22:04:58.485 | 2024-11-06 22:04:58.485 | Turn off this advice by setting config variable advice.detachedHead to false 2024-11-06 22:04:58.485 | 2024-11-06 22:04:58.485 | HEAD is now at 1829ce0 Add keystone-manage reset_last_active command 2024-11-06 22:04:58.488 | + functions-common:git_timed:702 : time_stop git_timed 2024-11-06 22:04:58.490 | + functions-common:time_stop:2400 : local name 2024-11-06 22:04:58.491 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:04:58.493 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:04:58.494 | + functions-common:time_stop:2403 : local total 2024-11-06 22:04:58.496 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:04:58.498 | + functions-common:time_stop:2406 : name=git_timed 2024-11-06 22:04:58.499 | + functions-common:time_stop:2407 : start_time=1730930698392 2024-11-06 22:04:58.501 | + functions-common:time_stop:2409 : [[ -z 1730930698392 ]] 2024-11-06 22:04:58.503 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:04:58.506 | + functions-common:time_stop:2412 : end_time=1730930698503 2024-11-06 22:04:58.507 | + functions-common:time_stop:2413 : elapsed_time=111 2024-11-06 22:04:58.509 | + functions-common:time_stop:2414 : total=49251 2024-11-06 22:04:58.510 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:04:58.512 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=49362 2024-11-06 22:04:58.513 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//keystone 2024-11-06 22:04:58.523 | + functions-common:git_clone:655 : cd /opt/stack//keystone 2024-11-06 22:04:58.526 | + functions-common:git_clone:656 : git show --oneline 2024-11-06 22:04:58.526 | + functions-common:git_clone:656 : head -1 2024-11-06 22:04:58.529 | 1829ce0 Add keystone-manage reset_last_active command 2024-11-06 22:04:58.532 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2024-11-06 22:04:58.534 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2024-11-06 22:04:58.535 | + inc/python:setup_develop:360 : local bindep 2024-11-06 22:04:58.537 | + inc/python:setup_develop:361 : [[ /opt/stack//keystone == -bindep* ]] 2024-11-06 22:04:58.539 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//keystone 2024-11-06 22:04:58.541 | + inc/python:setup_develop:366 : local extras= 2024-11-06 22:04:58.542 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2024-11-06 22:04:58.544 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2024-11-06 22:04:58.546 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//keystone == -bindep* ]] 2024-11-06 22:04:58.548 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//keystone 2024-11-06 22:04:58.550 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2024-11-06 22:04:58.551 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2024-11-06 22:04:58.553 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//keystone 2024-11-06 22:04:58.555 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2024-11-06 22:04:58.557 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/keystone 2024-11-06 22:04:58.559 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2024-11-06 22:04:58.561 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2024-11-06 22:04:58.563 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2024-11-06 22:04:58.567 | + inc/python:_setup_package_with_constraints_edit:407 : name=keystone 2024-11-06 22:04:58.569 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- keystone 2024-11-06 22:04:58.888 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/keystone -e 2024-11-06 22:04:58.890 | + inc/python:setup_package:440 : local bindep=0 2024-11-06 22:04:58.891 | + inc/python:setup_package:441 : local bindep_flag= 2024-11-06 22:04:58.893 | + inc/python:setup_package:442 : local bindep_profiles= 2024-11-06 22:04:58.895 | + inc/python:setup_package:443 : [[ /opt/stack/keystone == -bindep* ]] 2024-11-06 22:04:58.897 | + inc/python:setup_package:448 : local project_dir=/opt/stack/keystone 2024-11-06 22:04:58.899 | + inc/python:setup_package:449 : local flags=-e 2024-11-06 22:04:58.901 | + inc/python:setup_package:450 : local extras= 2024-11-06 22:04:58.903 | + inc/python:setup_package:454 : [[ -n -e ]] 2024-11-06 22:04:58.904 | + inc/python:setup_package:454 : [[ -z '' ]] 2024-11-06 22:04:58.906 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2024-11-06 22:04:58.908 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2024-11-06 22:04:58.910 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2024-11-06 22:04:58.912 | + inc/python:setup_package:468 : pip_install -e /opt/stack/keystone 2024-11-06 22:04:58.928 | Using python 3.10 to install /opt/stack/keystone 2024-11-06 22:04:58.929 | + 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-11-06 22:04:59.718 | Obtaining file:///opt/stack/keystone 2024-11-06 22:04:59.738 | Preparing metadata (setup.py): started 2024-11-06 22:05:00.456 | Preparing metadata (setup.py): finished with status 'done' 2024-11-06 22:05:00.494 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.11.1) 2024-11-06 22:05:00.495 | Requirement already satisfied: WebOb>=1.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (1.8.7) 2024-11-06 22:05:00.610 | Collecting Flask!=0.11,>=1.0.2 (from keystone==0.0.1.dev11) 2024-11-06 22:05:00.613 | Using cached Flask-2.2.3-py3-none-any.whl.metadata (3.9 kB) 2024-11-06 22:05:00.644 | Collecting Flask-RESTful>=0.3.5 (from keystone==0.0.1.dev11) 2024-11-06 22:05:00.647 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl.metadata (912 bytes) 2024-11-06 22:05:00.868 | Collecting cryptography>=2.7 (from keystone==0.0.1.dev11) 2024-11-06 22:05:00.871 | Using cached cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB) 2024-11-06 22:05:01.281 | Collecting SQLAlchemy>=1.4.0 (from keystone==0.0.1.dev11) 2024-11-06 22:05:01.283 | 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-11-06 22:05:01.286 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.1.0) 2024-11-06 22:05:01.307 | Collecting passlib>=1.7.0 (from keystone==0.0.1.dev11) 2024-11-06 22:05:01.309 | Using cached passlib-1.7.4-py2.py3-none-any.whl.metadata (1.7 kB) 2024-11-06 22:05:01.310 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.2.0) 2024-11-06 22:05:01.311 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (10.4.1) 2024-11-06 22:05:01.367 | Collecting bcrypt>=3.1.3 (from keystone==0.0.1.dev11) 2024-11-06 22:05:01.369 | Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl.metadata (9.0 kB) 2024-11-06 22:05:01.514 | Collecting scrypt>=0.8.0 (from keystone==0.0.1.dev11) 2024-11-06 22:05:01.517 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.5 kB) 2024-11-06 22:05:01.519 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (3.5.0) 2024-11-06 22:05:01.521 | Requirement already satisfied: oslo.config>=6.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (9.2.0) 2024-11-06 22:05:01.521 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.2.0) 2024-11-06 22:05:01.587 | Collecting oslo.messaging>=5.29.0 (from keystone==0.0.1.dev11) 2024-11-06 22:05:01.588 | Using cached oslo.messaging-14.4.2-py3-none-any.whl.metadata (3.3 kB) 2024-11-06 22:05:01.727 | Collecting oslo.db>=6.0.0 (from keystone==0.0.1.dev11) 2024-11-06 22:05:01.730 | Using cached oslo.db-14.1.0-py3-none-any.whl.metadata (3.2 kB) 2024-11-06 22:05:01.733 | Requirement already satisfied: oslo.i18n>=3.15.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (6.1.0) 2024-11-06 22:05:01.733 | Requirement already satisfied: oslo.log>=3.44.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.3.1) 2024-11-06 22:05:01.856 | Collecting oslo.middleware>=3.31.0 (from keystone==0.0.1.dev11) 2024-11-06 22:05:01.860 | Using cached oslo.middleware-5.2.0-py3-none-any.whl.metadata (2.2 kB) 2024-11-06 22:05:01.996 | Collecting oslo.policy>=3.10.0 (from keystone==0.0.1.dev11) 2024-11-06 22:05:01.998 | Using cached oslo.policy-4.2.1-py3-none-any.whl.metadata (2.1 kB) 2024-11-06 22:05:02.000 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (5.2.1) 2024-11-06 22:05:02.111 | Collecting oslo.upgradecheck>=1.3.0 (from keystone==0.0.1.dev11) 2024-11-06 22:05:02.113 | Using cached oslo.upgradecheck-2.2.0-py3-none-any.whl.metadata (1.7 kB) 2024-11-06 22:05:02.115 | Requirement already satisfied: oslo.utils>=3.33.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (6.2.1) 2024-11-06 22:05:02.136 | Collecting oauthlib>=0.6.2 (from keystone==0.0.1.dev11) 2024-11-06 22:05:02.138 | Using cached oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB) 2024-11-06 22:05:02.168 | Collecting pysaml2>=5.0.0 (from keystone==0.0.1.dev11) 2024-11-06 22:05:02.169 | Using cached pysaml2-7.3.1-py3-none-any.whl.metadata (7.1 kB) 2024-11-06 22:05:02.197 | Collecting PyJWT>=1.6.1 (from keystone==0.0.1.dev11) 2024-11-06 22:05:02.198 | Using cached PyJWT-2.6.0-py3-none-any.whl.metadata (4.0 kB) 2024-11-06 22:05:02.200 | Requirement already satisfied: dogpile.cache>=1.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (1.1.8) 2024-11-06 22:05:02.238 | Collecting jsonschema>=3.2.0 (from keystone==0.0.1.dev11) 2024-11-06 22:05:02.240 | Using cached jsonschema-4.17.3-py3-none-any.whl.metadata (7.9 kB) 2024-11-06 22:05:02.242 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (3.1.1) 2024-11-06 22:05:02.243 | Requirement already satisfied: msgpack>=0.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (1.0.5) 2024-11-06 22:05:02.271 | Collecting osprofiler>=1.4.0 (from keystone==0.0.1.dev11) 2024-11-06 22:05:02.273 | Using cached osprofiler-4.1.0-py3-none-any.whl.metadata (3.4 kB) 2024-11-06 22:05:02.275 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystone==0.0.1.dev11) (2023.3) 2024-11-06 22:05:02.470 | Collecting cffi>=1.12 (from cryptography>=2.7->keystone==0.0.1.dev11) 2024-11-06 22:05:02.472 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.1 kB) 2024-11-06 22:05:02.477 | Requirement already satisfied: decorator>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from dogpile.cache>=1.0.2->keystone==0.0.1.dev11) (5.1.1) 2024-11-06 22:05:02.524 | Collecting Werkzeug>=2.2.2 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2024-11-06 22:05:02.527 | Using cached Werkzeug-2.2.3-py3-none-any.whl.metadata (4.4 kB) 2024-11-06 22:05:02.557 | Collecting Jinja2>=3.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2024-11-06 22:05:02.558 | Using cached Jinja2-3.1.2-py3-none-any.whl.metadata (3.5 kB) 2024-11-06 22:05:02.584 | Collecting itsdangerous>=2.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2024-11-06 22:05:02.587 | Using cached itsdangerous-2.1.2-py3-none-any.whl.metadata (2.9 kB) 2024-11-06 22:05:02.616 | Collecting click>=8.0 (from Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2024-11-06 22:05:02.618 | Using cached click-8.1.3-py3-none-any.whl.metadata (3.2 kB) 2024-11-06 22:05:02.645 | Collecting aniso8601>=0.82 (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev11) 2024-11-06 22:05:02.646 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl.metadata (23 kB) 2024-11-06 22:05:02.654 | Requirement already satisfied: six>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev11) (1.16.0) 2024-11-06 22:05:02.695 | Collecting attrs>=17.4.0 (from jsonschema>=3.2.0->keystone==0.0.1.dev11) 2024-11-06 22:05:02.697 | Using cached attrs-23.1.0-py3-none-any.whl.metadata (11 kB) 2024-11-06 22:05:02.746 | Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 (from jsonschema>=3.2.0->keystone==0.0.1.dev11) 2024-11-06 22:05:02.748 | Using cached pyrsistent-0.19.3-py3-none-any.whl.metadata (27 kB) 2024-11-06 22:05:02.772 | Requirement already satisfied: keystoneauth1>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (5.3.0) 2024-11-06 22:05:02.774 | Requirement already satisfied: requests>=2.14.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev11) (2.28.2) 2024-11-06 22:05:02.819 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (6.0) 2024-11-06 22:05:02.820 | Requirement already satisfied: debtcollector>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (2.5.0) 2024-11-06 22:05:02.821 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (0.8.0) 2024-11-06 22:05:02.823 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev11) (2.0.0) 2024-11-06 22:05:02.893 | Collecting alembic>=0.9.6 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2024-11-06 22:05:02.894 | Using cached alembic-1.9.4-py3-none-any.whl.metadata (7.2 kB) 2024-11-06 22:05:02.913 | Collecting testresources>=2.0.0 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2024-11-06 22:05:02.916 | Using cached testresources-2.0.1-py2.py3-none-any.whl.metadata (11 kB) 2024-11-06 22:05:03.022 | Collecting testscenarios>=0.4 (from oslo.db>=6.0.0->keystone==0.0.1.dev11) 2024-11-06 22:05:03.023 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl.metadata (12 kB) 2024-11-06 22:05:03.049 | 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==0.0.1.dev11) (2.8.2) 2024-11-06 22:05:03.051 | Requirement already satisfied: pyinotify>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev11) (0.9.6) 2024-11-06 22:05:03.106 | Collecting amqp>=2.5.2 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2024-11-06 22:05:03.108 | Using cached amqp-5.1.1-py3-none-any.whl.metadata (8.9 kB) 2024-11-06 22:05:03.134 | Collecting cachetools>=2.0.0 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2024-11-06 22:05:03.136 | Using cached cachetools-5.3.0-py3-none-any.whl.metadata (5.2 kB) 2024-11-06 22:05:03.138 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) (2.4.1) 2024-11-06 22:05:03.189 | Collecting kombu>=4.6.6 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2024-11-06 22:05:03.190 | Using cached kombu-5.2.4-py3-none-any.whl.metadata (2.7 kB) 2024-11-06 22:05:03.302 | Collecting oslo.metrics>=0.2.1 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2024-11-06 22:05:03.303 | Using cached oslo.metrics-0.7.0-py3-none-any.whl.metadata (1.3 kB) 2024-11-06 22:05:03.434 | Collecting oslo.service!=1.28.1,>=1.24.0 (from oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2024-11-06 22:05:03.448 | Using cached oslo.service-3.2.1-py3-none-any.whl.metadata (2.7 kB) 2024-11-06 22:05:03.483 | Collecting statsd>=3.2.1 (from oslo.middleware>=3.31.0->keystone==0.0.1.dev11) 2024-11-06 22:05:03.485 | Using cached statsd-4.0.1-py2.py3-none-any.whl.metadata (2.9 kB) 2024-11-06 22:05:03.502 | 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==0.0.1.dev11) (2023.3) 2024-11-06 22:05:03.534 | Collecting PrettyTable>=0.7.1 (from oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev11) 2024-11-06 22:05:03.536 | Using cached prettytable-3.7.0-py3-none-any.whl.metadata (26 kB) 2024-11-06 22:05:03.556 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (1.1.0) 2024-11-06 22:05:03.557 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (0.11.0) 2024-11-06 22:05:03.558 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (23.1) 2024-11-06 22:05:03.559 | Requirement already satisfied: pyparsing>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev11) (3.0.9) 2024-11-06 22:05:03.619 | Collecting oslo.concurrency>=3.26.0 (from osprofiler>=1.4.0->keystone==0.0.1.dev11) 2024-11-06 22:05:03.621 | Using cached oslo.concurrency-5.2.0-py3-none-any.whl.metadata (2.0 kB) 2024-11-06 22:05:03.701 | Collecting defusedxml (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2024-11-06 22:05:03.703 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB) 2024-11-06 22:05:03.730 | Collecting pyopenssl (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2024-11-06 22:05:03.732 | Using cached pyOpenSSL-23.1.1-py3-none-any.whl.metadata (10 kB) 2024-11-06 22:05:03.773 | Collecting xmlschema>=1.2.1 (from pysaml2>=5.0.0->keystone==0.0.1.dev11) 2024-11-06 22:05:03.775 | Using cached xmlschema-2.2.3-py3-none-any.whl.metadata (8.2 kB) 2024-11-06 22:05:04.083 | Collecting greenlet!=0.4.17 (from SQLAlchemy>=1.4.0->keystone==0.0.1.dev11) 2024-11-06 22:05:04.086 | Using cached greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB) 2024-11-06 22:05:04.161 | Collecting Mako (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==0.0.1.dev11) 2024-11-06 22:05:04.163 | Using cached Mako-1.2.4-py3-none-any.whl.metadata (2.9 kB) 2024-11-06 22:05:04.192 | Collecting vine>=5.0.0 (from amqp>=2.5.2->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2024-11-06 22:05:04.194 | Using cached vine-5.0.0-py2.py3-none-any.whl.metadata (2.2 kB) 2024-11-06 22:05:04.355 | Collecting pycparser (from cffi>=1.12->cryptography>=2.7->keystone==0.0.1.dev11) 2024-11-06 22:05:04.357 | Using cached pycparser-2.21-py2.py3-none-any.whl.metadata (1.1 kB) 2024-11-06 22:05:04.379 | 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==0.0.1.dev11) (1.15.0) 2024-11-06 22:05:04.510 | Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->Flask!=0.11,>=1.0.2->keystone==0.0.1.dev11) 2024-11-06 22:05:04.513 | Using cached MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.2 kB) 2024-11-06 22:05:04.547 | 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==0.0.1.dev11) (1.7.0) 2024-11-06 22:05:04.633 | Collecting fasteners>=0.7.0 (from oslo.concurrency>=3.26.0->osprofiler>=1.4.0->keystone==0.0.1.dev11) 2024-11-06 22:05:04.635 | Using cached fasteners-0.18-py3-none-any.whl.metadata (4.9 kB) 2024-11-06 22:05:04.676 | Collecting prometheus-client>=0.6.0 (from oslo.metrics>=0.2.1->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2024-11-06 22:05:04.678 | Using cached prometheus_client-0.16.0-py3-none-any.whl.metadata (22 kB) 2024-11-06 22:05:04.731 | Collecting Paste>=2.0.2 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2024-11-06 22:05:04.733 | Using cached Paste-3.5.2-py2.py3-none-any.whl.metadata (4.5 kB) 2024-11-06 22:05:04.755 | Collecting PasteDeploy>=1.5.0 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2024-11-06 22:05:04.757 | Using cached PasteDeploy-3.0.1-py3-none-any.whl.metadata (2.6 kB) 2024-11-06 22:05:04.779 | Collecting Routes>=2.3.1 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2024-11-06 22:05:04.781 | Using cached Routes-2.5.1-py2.py3-none-any.whl.metadata (25 kB) 2024-11-06 22:05:04.813 | Collecting Yappi>=1.0 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2024-11-06 22:05:04.815 | 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-11-06 22:05:04.843 | Collecting eventlet>=0.25.2 (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2024-11-06 22:05:04.845 | Using cached eventlet-0.33.3-py2.py3-none-any.whl.metadata (4.3 kB) 2024-11-06 22:05:04.846 | 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==0.0.1.dev11) (4.0.1) 2024-11-06 22:05:04.906 | Collecting wcwidth (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev11) 2024-11-06 22:05:04.907 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl.metadata (11 kB) 2024-11-06 22:05:04.988 | 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==0.0.1.dev11) (3.1.0) 2024-11-06 22:05:04.988 | 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==0.0.1.dev11) (3.4) 2024-11-06 22:05:04.989 | 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==0.0.1.dev11) (1.26.15) 2024-11-06 22:05:04.990 | 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==0.0.1.dev11) (2024.8.30) 2024-11-06 22:05:05.056 | Requirement already satisfied: testtools in /opt/stack/data/venv/lib/python3.10/site-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==0.0.1.dev11) (2.6.0) 2024-11-06 22:05:05.146 | Collecting elementpath<5.0.0,>=4.0.0 (from xmlschema>=1.2.1->pysaml2>=5.0.0->keystone==0.0.1.dev11) 2024-11-06 22:05:05.149 | Using cached elementpath-4.1.1-py3-none-any.whl.metadata (6.6 kB) 2024-11-06 22:05:05.278 | Collecting dnspython>=1.15.0 (from eventlet>=0.25.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2024-11-06 22:05:05.280 | Using cached dnspython-2.3.0-py3-none-any.whl.metadata (5.2 kB) 2024-11-06 22:05:05.378 | 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==0.0.1.dev11) (69.1.1) 2024-11-06 22:05:05.451 | Collecting repoze.lru>=0.3 (from Routes>=2.3.1->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==0.0.1.dev11) 2024-11-06 22:05:05.453 | Using cached repoze.lru-0.7-py3-none-any.whl.metadata (1.1 kB) 2024-11-06 22:05:05.713 | Using cached bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB) 2024-11-06 22:05:05.718 | Using cached cryptography-40.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (3.7 MB) 2024-11-06 22:05:05.740 | Using cached Flask-2.2.3-py3-none-any.whl (101 kB) 2024-11-06 22:05:05.743 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2024-11-06 22:05:05.746 | Using cached jsonschema-4.17.3-py3-none-any.whl (90 kB) 2024-11-06 22:05:05.748 | Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB) 2024-11-06 22:05:05.759 | Using cached oslo.db-14.1.0-py3-none-any.whl (161 kB) 2024-11-06 22:05:05.764 | Using cached oslo.messaging-14.4.2-py3-none-any.whl (257 kB) 2024-11-06 22:05:05.769 | Using cached oslo.middleware-5.2.0-py3-none-any.whl (63 kB) 2024-11-06 22:05:05.772 | Using cached oslo.policy-4.2.1-py3-none-any.whl (88 kB) 2024-11-06 22:05:05.775 | Using cached oslo.upgradecheck-2.2.0-py3-none-any.whl (14 kB) 2024-11-06 22:05:05.778 | Using cached osprofiler-4.1.0-py3-none-any.whl (95 kB) 2024-11-06 22:05:05.781 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2024-11-06 22:05:05.786 | Using cached PyJWT-2.6.0-py3-none-any.whl (20 kB) 2024-11-06 22:05:05.789 | Using cached pysaml2-7.3.1-py3-none-any.whl (419 kB) 2024-11-06 22:05:05.794 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2024-11-06 22:05:05.802 | 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-11-06 22:05:05.814 | Using cached alembic-1.9.4-py3-none-any.whl (210 kB) 2024-11-06 22:05:05.818 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2024-11-06 22:05:05.821 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2024-11-06 22:05:05.824 | Using cached attrs-23.1.0-py3-none-any.whl (61 kB) 2024-11-06 22:05:05.827 | Using cached cachetools-5.3.0-py3-none-any.whl (9.3 kB) 2024-11-06 22:05:05.830 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2024-11-06 22:05:05.835 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2024-11-06 22:05:05.838 | Using cached greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (613 kB) 2024-11-06 22:05:05.844 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2024-11-06 22:05:05.846 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2024-11-06 22:05:05.850 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2024-11-06 22:05:05.853 | Using cached oslo.concurrency-5.2.0-py3-none-any.whl (48 kB) 2024-11-06 22:05:05.856 | Using cached oslo.metrics-0.7.0-py3-none-any.whl (13 kB) 2024-11-06 22:05:05.859 | Using cached oslo.service-3.2.1-py3-none-any.whl (77 kB) 2024-11-06 22:05:05.862 | Using cached prettytable-3.7.0-py3-none-any.whl (27 kB) 2024-11-06 22:05:05.865 | Using cached pyrsistent-0.19.3-py3-none-any.whl (57 kB) 2024-11-06 22:05:05.868 | Using cached statsd-4.0.1-py2.py3-none-any.whl (13 kB) 2024-11-06 22:05:05.870 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2024-11-06 22:05:05.873 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2024-11-06 22:05:05.875 | Using cached Werkzeug-2.2.3-py3-none-any.whl (233 kB) 2024-11-06 22:05:05.879 | Using cached xmlschema-2.2.3-py3-none-any.whl (355 kB) 2024-11-06 22:05:05.883 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2024-11-06 22:05:05.886 | Using cached pyOpenSSL-23.1.1-py3-none-any.whl (57 kB) 2024-11-06 22:05:05.890 | Using cached elementpath-4.1.1-py3-none-any.whl (216 kB) 2024-11-06 22:05:05.894 | Using cached eventlet-0.33.3-py2.py3-none-any.whl (226 kB) 2024-11-06 22:05:05.898 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2024-11-06 22:05:05.901 | Using cached MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2024-11-06 22:05:05.903 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2024-11-06 22:05:05.910 | Using cached PasteDeploy-3.0.1-py3-none-any.whl (16 kB) 2024-11-06 22:05:05.912 | Using cached prometheus_client-0.16.0-py3-none-any.whl (122 kB) 2024-11-06 22:05:05.915 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2024-11-06 22:05:05.918 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2024-11-06 22:05:05.921 | 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-11-06 22:05:05.924 | Using cached Mako-1.2.4-py3-none-any.whl (78 kB) 2024-11-06 22:05:05.935 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2024-11-06 22:05:05.938 | Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) 2024-11-06 22:05:05.940 | Using cached dnspython-2.3.0-py3-none-any.whl (283 kB) 2024-11-06 22:05:05.944 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2024-11-06 22:05:06.508 | 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-11-06 22:05:10.833 | Running setup.py develop for keystone 2024-11-06 22:05:11.899 | 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-0.0.1.dev11 kombu-5.2.4 oauthlib-3.2.2 oslo.concurrency-5.2.0 oslo.db-14.1.0 oslo.messaging-14.4.2 oslo.metrics-0.7.0 oslo.middleware-5.2.0 oslo.policy-4.2.1 oslo.service-3.2.1 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-11-06 22:05:12.682 | + inc/python:pip_install:222 : result=0 2024-11-06 22:05:12.685 | + inc/python:pip_install:224 : time_stop pip_install 2024-11-06 22:05:12.686 | + functions-common:time_stop:2400 : local name 2024-11-06 22:05:12.688 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:05:12.690 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:05:12.692 | + functions-common:time_stop:2403 : local total 2024-11-06 22:05:12.693 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:05:12.695 | + functions-common:time_stop:2406 : name=pip_install 2024-11-06 22:05:12.697 | + functions-common:time_stop:2407 : start_time=1730930698923 2024-11-06 22:05:12.699 | + functions-common:time_stop:2409 : [[ -z 1730930698923 ]] 2024-11-06 22:05:12.701 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:05:12.704 | + functions-common:time_stop:2412 : end_time=1730930712702 2024-11-06 22:05:12.706 | + functions-common:time_stop:2413 : elapsed_time=13779 2024-11-06 22:05:12.708 | + functions-common:time_stop:2414 : total=21582 2024-11-06 22:05:12.710 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:05:12.711 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=35361 2024-11-06 22:05:12.713 | + inc/python:pip_install:225 : return 0 2024-11-06 22:05:12.715 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2024-11-06 22:05:12.717 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2024-11-06 22:05:12.719 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/keystone 2024-11-06 22:05:12.721 | + inc/python:use_library_from_git:272 : local name=/opt/stack/keystone 2024-11-06 22:05:12.723 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:05:12.725 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:05:12.727 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/keystone, ]] 2024-11-06 22:05:12.729 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:05:12.731 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2024-11-06 22:05:12.745 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:05:12.747 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2024-11-06 22:05:12.749 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-11-06 22:05:12.752 | + stack.sh:main:927 : configure_keystone 2024-11-06 22:05:12.754 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2024-11-06 22:05:12.764 | + 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-11-06 22:05:12.767 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2024-11-06 22:05:12.770 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2024-11-06 22:05:12.785 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:05:12.787 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2024-11-06 22:05:12.815 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2024-11-06 22:05:12.841 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2024-11-06 22:05:12.868 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2024-11-06 22:05:12.895 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2024-11-06 22:05:12.922 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2024-11-06 22:05:12.950 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2024-11-06 22:05:12.975 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2024-11-06 22:05:13.000 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2024-11-06 22:05:13.002 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=keystone 2024-11-06 22:05:13.004 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/keystone/keystone.conf 2024-11-06 22:05:13.006 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=oslo_messaging_notifications 2024-11-06 22:05:13.008 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2024-11-06 22:05:13.010 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2024-11-06 22:05:13.024 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:05:13.027 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2024-11-06 22:05:13.029 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2024-11-06 22:05:13.031 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2024-11-06 22:05:13.044 | ++ functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:05:13.046 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-11-06 22:05:13.049 | + 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-11-06 22:05:13.077 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2024-11-06 22:05:13.079 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2024-11-06 22:05:13.081 | + lib/keystone:configure_keystone:215 : local service_port=5000 2024-11-06 22:05:13.083 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2024-11-06 22:05:13.097 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:05:13.099 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2024-11-06 22:05:13.127 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2024-11-06 22:05:13.129 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2024-11-06 22:05:13.157 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2024-11-06 22:05:13.159 | ++ lib/database:database_connection_url:134 : local db=keystone 2024-11-06 22:05:13.161 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2024-11-06 22:05:13.163 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=keystone 2024-11-06 22:05:13.165 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2024-11-06 22:05:13.167 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2024-11-06 22:05:13.169 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2024-11-06 22:05:13.183 | ++ functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:05:13.185 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2024-11-06 22:05:13.187 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2024-11-06 22:05:13.190 | + 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-11-06 22:05:13.216 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2024-11-06 22:05:13.218 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2024-11-06 22:05:13.221 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2024-11-06 22:05:13.223 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2024-11-06 22:05:13.226 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-11-06 22:05:13.240 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-11-06 22:05:13.242 | + functions:setup_systemd_logging:706 : local pidstr= 2024-11-06 22:05:13.244 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-11-06 22:05:13.246 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-11-06 22:05:13.248 | + 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-11-06 22:05:13.272 | + 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-11-06 22:05:13.297 | + 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-11-06 22:05:13.321 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-11-06 22:05:13.345 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2024-11-06 22:05:13.370 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2024-11-06 22:05:13.372 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /opt/stack/data/venv/bin/keystone-wsgi-public /identity 2024-11-06 22:05:13.374 | + lib/apache:write_uwsgi_config:241 : local file=/etc/keystone/keystone-uwsgi-public.ini 2024-11-06 22:05:13.376 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/keystone-wsgi-public 2024-11-06 22:05:13.378 | + lib/apache:write_uwsgi_config:243 : local url=/identity 2024-11-06 22:05:13.379 | + lib/apache:write_uwsgi_config:244 : local http= 2024-11-06 22:05:13.381 | + lib/apache:write_uwsgi_config:245 : local name= 2024-11-06 22:05:13.384 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/keystone-wsgi-public 2024-11-06 22:05:13.387 | + lib/apache:write_uwsgi_config:246 : name=keystone-wsgi-public 2024-11-06 22:05:13.389 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2024-11-06 22:05:13.391 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2024-11-06 22:05:13.401 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-11-06 22:05:13.401 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2024-11-06 22:05:13.407 | d /var/run/uwsgi 0755 stack root 2024-11-06 22:05:13.410 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-11-06 22:05:13.418 | /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-11-06 22:05:13.421 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2024-11-06 22:05:13.423 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2024-11-06 22:05:13.426 | + 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-11-06 22:05:13.451 | + lib/apache:write_uwsgi_config:263 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2024-11-06 22:05:13.474 | + lib/apache:write_uwsgi_config:265 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2024-11-06 22:05:13.496 | + lib/apache:write_uwsgi_config:267 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2024-11-06 22:05:13.519 | + lib/apache:write_uwsgi_config:268 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2024-11-06 22:05:13.542 | + lib/apache:write_uwsgi_config:271 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2024-11-06 22:05:13.564 | + lib/apache:write_uwsgi_config:272 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2024-11-06 22:05:13.587 | + lib/apache:write_uwsgi_config:273 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2024-11-06 22:05:13.610 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2024-11-06 22:05:13.634 | + 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-11-06 22:05:13.657 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2024-11-06 22:05:13.680 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2024-11-06 22:05:13.702 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2024-11-06 22:05:13.724 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2024-11-06 22:05:13.726 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2024-11-06 22:05:13.729 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for keystone-wsgi-public 2024-11-06 22:05:13.730 | ++ lib/apache:apache_site_config_for:173 : local site=keystone-wsgi-public 2024-11-06 22:05:13.732 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2024-11-06 22:05:13.734 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:05:13.736 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:05:13.738 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-11-06 22:05:13.740 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2024-11-06 22:05:13.742 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2024-11-06 22:05:13.764 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2024-11-06 22:05:13.787 | + 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-11-06 22:05:13.787 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-11-06 22:05:13.794 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 acquire=1 2024-11-06 22:05:13.797 | + lib/apache:write_uwsgi_config:294 : enable_apache_site keystone-wsgi-public 2024-11-06 22:05:13.799 | + lib/apache:enable_apache_site:190 : local site=keystone-wsgi-public 2024-11-06 22:05:13.801 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2024-11-06 22:05:13.803 | + lib/apache:enable_apache_mod:55 : local mod=version 2024-11-06 22:05:13.805 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2024-11-06 22:05:13.807 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:05:13.809 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:05:13.810 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2024-11-06 22:05:13.812 | + lib/apache:enable_apache_site:193 : is_ubuntu 2024-11-06 22:05:13.814 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:05:13.816 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:05:13.818 | + lib/apache:enable_apache_site:194 : sudo a2ensite keystone-wsgi-public 2024-11-06 22:05:13.851 | Enabling site keystone-wsgi-public. 2024-11-06 22:05:13.855 | To activate the new configuration, you need to run: 2024-11-06 22:05:13.855 | systemctl reload apache2 2024-11-06 22:05:13.858 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2024-11-06 22:05:13.860 | + lib/apache:restart_apache_server:237 : restart_service apache2 2024-11-06 22:05:13.862 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-11-06 22:05:13.864 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2024-11-06 22:05:13.957 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2024-11-06 22:05:13.981 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2024-11-06 22:05:14.006 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2024-11-06 22:05:14.032 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2024-11-06 22:05:14.034 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2024-11-06 22:05:14.059 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2024-11-06 22:05:14.083 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2024-11-06 22:05:14.105 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2024-11-06 22:05:14.130 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-11-06 22:05:14.132 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-11-06 22:05:14.134 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2024-11-06 22:05:14.157 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2024-11-06 22:05:14.181 | + stack.sh:main:931 : is_service_enabled swift 2024-11-06 22:05:14.194 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:05:14.196 | + stack.sh:main:945 : is_service_enabled g-api n-api 2024-11-06 22:05:14.209 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:05:14.211 | + stack.sh:main:947 : stack_install_service glance 2024-11-06 22:05:14.213 | + lib/stack:stack_install_service:20 : local service=glance 2024-11-06 22:05:14.215 | + lib/stack:stack_install_service:21 : type install_glance 2024-11-06 22:05:14.217 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-11-06 22:05:14.219 | + lib/stack:stack_install_service:32 : install_glance 2024-11-06 22:05:14.221 | + lib/glance:install_glance:510 : glance_store_extras=() 2024-11-06 22:05:14.223 | + lib/glance:install_glance:510 : local glance_store_extras 2024-11-06 22:05:14.225 | + lib/glance:install_glance:512 : is_service_enabled cinder 2024-11-06 22:05:14.237 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:05:14.239 | + lib/glance:install_glance:513 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2024-11-06 22:05:14.241 | + lib/glance:install_glance:516 : is_service_enabled swift 2024-11-06 22:05:14.253 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:05:14.255 | + lib/glance:install_glance:522 : use_library_from_git glance_store 2024-11-06 22:05:14.257 | + inc/python:use_library_from_git:272 : local name=glance_store 2024-11-06 22:05:14.259 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:05:14.261 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:05:14.263 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,glance_store, ]] 2024-11-06 22:05:14.265 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:05:14.268 | ++ lib/glance:install_glance:528 : join_extras cinder 2024-11-06 22:05:14.269 | ++ inc/python:join_extras:28 : local IFS=, 2024-11-06 22:05:14.271 | ++ inc/python:join_extras:29 : echo cinder 2024-11-06 22:05:14.274 | + lib/glance:install_glance:528 : pip_install_gr_extras glance-store cinder 2024-11-06 22:05:14.276 | + inc/python:pip_install_gr_extras:107 : local name=glance-store 2024-11-06 22:05:14.278 | + inc/python:pip_install_gr_extras:108 : local extras=cinder 2024-11-06 22:05:14.279 | + inc/python:pip_install_gr_extras:109 : local version_constraints 2024-11-06 22:05:14.282 | ++ inc/python:pip_install_gr_extras:110 : get_version_constraints_from_global_requirements glance-store 2024-11-06 22:05:14.284 | ++ inc/python:get_version_constraints_from_global_requirements:259 : local package=glance-store 2024-11-06 22:05:14.286 | ++ inc/python:get_version_constraints_from_global_requirements:260 : local required_pkg_version_constraint 2024-11-06 22:05:14.289 | +++ inc/python:get_version_constraints_from_global_requirements:262 : grep -i -h -o -P '^glance-store\K.*' /opt/stack//requirements/global-requirements.txt 2024-11-06 22:05:14.289 | +++ inc/python:get_version_constraints_from_global_requirements:262 : cut -d# -f1 2024-11-06 22:05:14.293 | ++ inc/python:get_version_constraints_from_global_requirements:262 : required_pkg_version_constraint='!=0.29.0 ' 2024-11-06 22:05:14.295 | ++ inc/python:get_version_constraints_from_global_requirements:263 : [[ !=0.29.0 == '' ]] 2024-11-06 22:05:14.297 | ++ inc/python:get_version_constraints_from_global_requirements:266 : echo '!=0.29.0' 2024-11-06 22:05:14.299 | + inc/python:pip_install_gr_extras:110 : version_constraints='!=0.29.0' 2024-11-06 22:05:14.301 | + inc/python:pip_install_gr_extras:111 : pip_install 'glance-store[cinder]!=0.29.0' 2024-11-06 22:05:14.317 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2024-11-06 22:05:14.319 | + 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-11-06 22:05:15.326 | Collecting glance-store!=0.29.0 (from glance-store[cinder]!=0.29.0) 2024-11-06 22:05:15.327 | Using cached glance_store-4.6.1-py3-none-any.whl.metadata (4.4 kB) 2024-11-06 22:05:15.361 | 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-11-06 22:05:15.365 | 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-11-06 22:05:15.365 | 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-11-06 22:05:15.365 | 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-11-06 22:05:15.365 | 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-11-06 22:05:15.365 | 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-11-06 22:05:15.365 | 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.1) 2024-11-06 22:05:15.366 | 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-11-06 22:05:15.367 | 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-11-06 22:05:15.368 | 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-11-06 22:05:15.368 | 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-11-06 22:05:15.513 | Collecting os-brick>=6.3.0 (from glance-store[cinder]!=0.29.0) 2024-11-06 22:05:15.515 | Using cached os_brick-6.4.1-py3-none-any.whl.metadata (1.5 kB) 2024-11-06 22:05:15.548 | Collecting oslo.privsep>=1.23.0 (from glance-store[cinder]!=0.29.0) 2024-11-06 22:05:15.550 | Using cached oslo.privsep-3.2.0-py3-none-any.whl.metadata (2.5 kB) 2024-11-06 22:05:15.674 | Collecting oslo.rootwrap>=5.8.0 (from glance-store[cinder]!=0.29.0) 2024-11-06 22:05:15.676 | Using cached oslo.rootwrap-7.1.0-py3-none-any.whl.metadata (2.0 kB) 2024-11-06 22:05:15.712 | Collecting python-cinderclient>=4.1.0 (from glance-store[cinder]!=0.29.0) 2024-11-06 22:05:15.719 | Using cached python_cinderclient-9.4.0-py3-none-any.whl.metadata (19 kB) 2024-11-06 22:05:15.725 | 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-11-06 22:05:15.726 | 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-11-06 22:05:15.727 | 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-11-06 22:05:15.745 | 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-11-06 22:05:15.746 | 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-11-06 22:05:15.771 | 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-11-06 22:05:15.772 | 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-11-06 22:05:15.773 | 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-11-06 22:05:15.901 | Collecting os-win>=5.7.0 (from os-brick>=6.3.0->glance-store[cinder]!=0.29.0) 2024-11-06 22:05:15.903 | Using cached os_win-5.9.0-py3-none-any.whl.metadata (3.4 kB) 2024-11-06 22:05:15.906 | 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-11-06 22:05:15.907 | 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.1) 2024-11-06 22:05:15.912 | 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.1) 2024-11-06 22:05:15.913 | 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-11-06 22:05:15.919 | 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-11-06 22:05:15.938 | 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-11-06 22:05:15.938 | 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-11-06 22:05:15.942 | 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-11-06 22:05:15.942 | 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-11-06 22:05:15.950 | 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-11-06 22:05:15.951 | 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-11-06 22:05:15.961 | 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-11-06 22:05:15.961 | 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-11-06 22:05:15.969 | 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-11-06 22:05:15.970 | 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-11-06 22:05:15.971 | 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-11-06 22:05:15.980 | 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-11-06 22:05:16.001 | 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-11-06 22:05:16.003 | 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-11-06 22:05:16.003 | 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-11-06 22:05:16.005 | 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.8.30) 2024-11-06 22:05:16.037 | 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-11-06 22:05:16.048 | 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-11-06 22:05:16.170 | 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-11-06 22:05:16.172 | 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-11-06 22:05:16.186 | 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-11-06 22:05:16.187 | 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-11-06 22:05:16.188 | 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-11-06 22:05:16.188 | 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-11-06 22:05:16.189 | 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-11-06 22:05:16.190 | 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-11-06 22:05:16.214 | 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-11-06 22:05:16.322 | 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-11-06 22:05:16.363 | 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-11-06 22:05:16.478 | Using cached glance_store-4.6.1-py3-none-any.whl (242 kB) 2024-11-06 22:05:16.484 | Using cached os_brick-6.4.1-py3-none-any.whl (297 kB) 2024-11-06 22:05:16.488 | Using cached oslo.privsep-3.2.0-py3-none-any.whl (38 kB) 2024-11-06 22:05:16.491 | Using cached oslo.rootwrap-7.1.0-py3-none-any.whl (38 kB) 2024-11-06 22:05:16.493 | Using cached python_cinderclient-9.4.0-py3-none-any.whl (255 kB) 2024-11-06 22:05:16.496 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2024-11-06 22:05:16.866 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2024-11-06 22:05:17.636 | 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-11-06 22:05:17.737 | + inc/python:pip_install:222 : result=0 2024-11-06 22:05:17.739 | + inc/python:pip_install:224 : time_stop pip_install 2024-11-06 22:05:17.741 | + functions-common:time_stop:2400 : local name 2024-11-06 22:05:17.743 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:05:17.745 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:05:17.747 | + functions-common:time_stop:2403 : local total 2024-11-06 22:05:17.749 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:05:17.751 | + functions-common:time_stop:2406 : name=pip_install 2024-11-06 22:05:17.753 | + functions-common:time_stop:2407 : start_time=1730930714313 2024-11-06 22:05:17.755 | + functions-common:time_stop:2409 : [[ -z 1730930714313 ]] 2024-11-06 22:05:17.757 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:05:17.760 | + functions-common:time_stop:2412 : end_time=1730930717758 2024-11-06 22:05:17.762 | + functions-common:time_stop:2413 : elapsed_time=3445 2024-11-06 22:05:17.764 | + functions-common:time_stop:2414 : total=35361 2024-11-06 22:05:17.766 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:05:17.768 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=38806 2024-11-06 22:05:17.770 | + inc/python:pip_install:225 : return 0 2024-11-06 22:05:17.772 | + lib/glance:install_glance:529 : copy_rootwrap /opt/stack/data/venv/etc/glance 2024-11-06 22:05:17.774 | + lib/glance:copy_rootwrap:238 : local source_path=/opt/stack/data/venv/etc/glance 2024-11-06 22:05:17.776 | + lib/glance:copy_rootwrap:240 : sudo install -d -o stack /etc/glance 2024-11-06 22:05:17.786 | + 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-11-06 22:05:17.790 | + lib/glance:install_glance:532 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance stable/2023.2 2024-11-06 22:05:17.791 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/glance.git 2024-11-06 22:05:17.794 | + functions-common:git_clone:573 : local git_dest=/opt/stack//glance 2024-11-06 22:05:17.797 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2024-11-06 22:05:17.799 | + functions-common:git_clone:575 : local orig_dir 2024-11-06 22:05:17.801 | ++ functions-common:git_clone:576 : pwd 2024-11-06 22:05:17.803 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-11-06 22:05:17.805 | + functions-common:git_clone:577 : local git_clone_flags= 2024-11-06 22:05:17.808 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-11-06 22:05:17.821 | + functions-common:git_clone:579 : RECLONE=False 2024-11-06 22:05:17.823 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2024-11-06 22:05:17.825 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2024-11-06 22:05:17.827 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-11-06 22:05:17.829 | + functions-common:git_clone:593 : echo stable/2023.2 2024-11-06 22:05:17.831 | + functions-common:git_clone:593 : egrep -q '^refs' 2024-11-06 22:05:17.835 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//glance ]] 2024-11-06 22:05:17.837 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2024-11-06 22:05:17.839 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2024-11-06 22:05:17.841 | + functions-common:git_timed:680 : local count=0 2024-11-06 22:05:17.842 | + functions-common:git_timed:681 : local timeout=0 2024-11-06 22:05:17.844 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-11-06 22:05:17.846 | + functions-common:git_timed:684 : timeout=0 2024-11-06 22:05:17.848 | + functions-common:git_timed:687 : time_start git_timed 2024-11-06 22:05:17.849 | + functions-common:time_start:2386 : local name=git_timed 2024-11-06 22:05:17.851 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:05:17.853 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:05:17.855 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:05:17.858 | + functions-common:time_start:2391 : _TIME_START[$name]=1730930717856 2024-11-06 22:05:17.860 | + 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-11-06 22:05:17.863 | Cloning into '/opt/stack//glance'... 2024-11-06 22:05:20.215 | + functions-common:git_timed:702 : time_stop git_timed 2024-11-06 22:05:20.217 | + functions-common:time_stop:2400 : local name 2024-11-06 22:05:20.218 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:05:20.220 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:05:20.222 | + functions-common:time_stop:2403 : local total 2024-11-06 22:05:20.224 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:05:20.226 | + functions-common:time_stop:2406 : name=git_timed 2024-11-06 22:05:20.227 | + functions-common:time_stop:2407 : start_time=1730930717856 2024-11-06 22:05:20.229 | + functions-common:time_stop:2409 : [[ -z 1730930717856 ]] 2024-11-06 22:05:20.232 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:05:20.234 | + functions-common:time_stop:2412 : end_time=1730930720232 2024-11-06 22:05:20.236 | + functions-common:time_stop:2413 : elapsed_time=2376 2024-11-06 22:05:20.238 | + functions-common:time_stop:2414 : total=49362 2024-11-06 22:05:20.239 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:05:20.241 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=51738 2024-11-06 22:05:20.243 | + functions-common:git_clone:614 : cd /opt/stack//glance 2024-11-06 22:05:20.245 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2024-11-06 22:05:20.246 | + functions-common:git_timed:680 : local count=0 2024-11-06 22:05:20.248 | + functions-common:git_timed:681 : local timeout=0 2024-11-06 22:05:20.250 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-11-06 22:05:20.252 | + functions-common:git_timed:684 : timeout=0 2024-11-06 22:05:20.253 | + functions-common:git_timed:687 : time_start git_timed 2024-11-06 22:05:20.255 | + functions-common:time_start:2386 : local name=git_timed 2024-11-06 22:05:20.257 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:05:20.259 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:05:20.261 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:05:20.264 | + functions-common:time_start:2391 : _TIME_START[$name]=1730930720262 2024-11-06 22:05:20.266 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2024-11-06 22:05:22.175 | From https://opendev.org/openstack/glance 2024-11-06 22:05:22.175 | * branch stable/2023.2 -> FETCH_HEAD 2024-11-06 22:05:22.180 | + functions-common:git_timed:702 : time_stop git_timed 2024-11-06 22:05:22.181 | + functions-common:time_stop:2400 : local name 2024-11-06 22:05:22.184 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:05:22.186 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:05:22.188 | + functions-common:time_stop:2403 : local total 2024-11-06 22:05:22.189 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:05:22.191 | + functions-common:time_stop:2406 : name=git_timed 2024-11-06 22:05:22.193 | + functions-common:time_stop:2407 : start_time=1730930720262 2024-11-06 22:05:22.195 | + functions-common:time_stop:2409 : [[ -z 1730930720262 ]] 2024-11-06 22:05:22.198 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:05:22.201 | + functions-common:time_stop:2412 : end_time=1730930722199 2024-11-06 22:05:22.203 | + functions-common:time_stop:2413 : elapsed_time=1937 2024-11-06 22:05:22.205 | + functions-common:time_stop:2414 : total=51738 2024-11-06 22:05:22.206 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:05:22.208 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=53675 2024-11-06 22:05:22.210 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2024-11-06 22:05:22.212 | + functions-common:git_timed:680 : local count=0 2024-11-06 22:05:22.214 | + functions-common:git_timed:681 : local timeout=0 2024-11-06 22:05:22.216 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-11-06 22:05:22.218 | + functions-common:git_timed:684 : timeout=0 2024-11-06 22:05:22.220 | + functions-common:git_timed:687 : time_start git_timed 2024-11-06 22:05:22.222 | + functions-common:time_start:2386 : local name=git_timed 2024-11-06 22:05:22.224 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:05:22.226 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:05:22.229 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:05:22.231 | + functions-common:time_start:2391 : _TIME_START[$name]=1730930722229 2024-11-06 22:05:22.233 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-11-06 22:05:22.326 | Note: switching to 'FETCH_HEAD'. 2024-11-06 22:05:22.326 | 2024-11-06 22:05:22.326 | You are in 'detached HEAD' state. You can look around, make experimental 2024-11-06 22:05:22.326 | changes and commit them, and you can discard any commits you make in this 2024-11-06 22:05:22.326 | state without impacting any branches by switching back to a branch. 2024-11-06 22:05:22.326 | 2024-11-06 22:05:22.326 | If you want to create a new branch to retain commits you create, you may 2024-11-06 22:05:22.326 | do so (now or later) by using -c with the switch command. Example: 2024-11-06 22:05:22.326 | 2024-11-06 22:05:22.326 | git switch -c 2024-11-06 22:05:22.326 | 2024-11-06 22:05:22.326 | Or undo this operation with: 2024-11-06 22:05:22.326 | 2024-11-06 22:05:22.326 | git switch - 2024-11-06 22:05:22.326 | 2024-11-06 22:05:22.326 | Turn off this advice by setting config variable advice.detachedHead to false 2024-11-06 22:05:22.326 | 2024-11-06 22:05:22.326 | HEAD is now at 18453f8 Fixed typo in discovery.py 2024-11-06 22:05:22.329 | + functions-common:git_timed:702 : time_stop git_timed 2024-11-06 22:05:22.331 | + functions-common:time_stop:2400 : local name 2024-11-06 22:05:22.333 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:05:22.335 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:05:22.337 | + functions-common:time_stop:2403 : local total 2024-11-06 22:05:22.339 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:05:22.341 | + functions-common:time_stop:2406 : name=git_timed 2024-11-06 22:05:22.342 | + functions-common:time_stop:2407 : start_time=1730930722229 2024-11-06 22:05:22.344 | + functions-common:time_stop:2409 : [[ -z 1730930722229 ]] 2024-11-06 22:05:22.347 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:05:22.350 | + functions-common:time_stop:2412 : end_time=1730930722348 2024-11-06 22:05:22.352 | + functions-common:time_stop:2413 : elapsed_time=119 2024-11-06 22:05:22.354 | + functions-common:time_stop:2414 : total=53675 2024-11-06 22:05:22.355 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:05:22.357 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=53794 2024-11-06 22:05:22.359 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//glance 2024-11-06 22:05:22.369 | + functions-common:git_clone:655 : cd /opt/stack//glance 2024-11-06 22:05:22.372 | + functions-common:git_clone:656 : git show --oneline 2024-11-06 22:05:22.372 | + functions-common:git_clone:656 : head -1 2024-11-06 22:05:22.374 | 18453f8 Fixed typo in discovery.py 2024-11-06 22:05:22.376 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2024-11-06 22:05:22.378 | + lib/glance:install_glance:534 : setup_develop /opt/stack//glance 2024-11-06 22:05:22.380 | + inc/python:setup_develop:360 : local bindep 2024-11-06 22:05:22.382 | + inc/python:setup_develop:361 : [[ /opt/stack//glance == -bindep* ]] 2024-11-06 22:05:22.384 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//glance 2024-11-06 22:05:22.386 | + inc/python:setup_develop:366 : local extras= 2024-11-06 22:05:22.389 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//glance -e 2024-11-06 22:05:22.390 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2024-11-06 22:05:22.392 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//glance == -bindep* ]] 2024-11-06 22:05:22.394 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//glance 2024-11-06 22:05:22.396 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2024-11-06 22:05:22.398 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2024-11-06 22:05:22.401 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//glance 2024-11-06 22:05:22.402 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2024-11-06 22:05:22.405 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/glance 2024-11-06 22:05:22.406 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2024-11-06 22:05:22.408 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2024-11-06 22:05:22.411 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2024-11-06 22:05:22.415 | + inc/python:_setup_package_with_constraints_edit:407 : name=glance 2024-11-06 22:05:22.417 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- glance 2024-11-06 22:05:22.758 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/glance -e 2024-11-06 22:05:22.760 | + inc/python:setup_package:440 : local bindep=0 2024-11-06 22:05:22.762 | + inc/python:setup_package:441 : local bindep_flag= 2024-11-06 22:05:22.764 | + inc/python:setup_package:442 : local bindep_profiles= 2024-11-06 22:05:22.765 | + inc/python:setup_package:443 : [[ /opt/stack/glance == -bindep* ]] 2024-11-06 22:05:22.767 | + inc/python:setup_package:448 : local project_dir=/opt/stack/glance 2024-11-06 22:05:22.769 | + inc/python:setup_package:449 : local flags=-e 2024-11-06 22:05:22.771 | + inc/python:setup_package:450 : local extras= 2024-11-06 22:05:22.773 | + inc/python:setup_package:454 : [[ -n -e ]] 2024-11-06 22:05:22.775 | + inc/python:setup_package:454 : [[ -z '' ]] 2024-11-06 22:05:22.777 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2024-11-06 22:05:22.778 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2024-11-06 22:05:22.780 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2024-11-06 22:05:22.782 | + inc/python:setup_package:468 : pip_install -e /opt/stack/glance 2024-11-06 22:05:22.799 | Using python 3.10 to install /opt/stack/glance 2024-11-06 22:05:22.801 | + 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-11-06 22:05:23.636 | Obtaining file:///opt/stack/glance 2024-11-06 22:05:23.636 | Preparing metadata (setup.py): started 2024-11-06 22:05:24.002 | Preparing metadata (setup.py): finished with status 'done' 2024-11-06 22:05:24.062 | Requirement already satisfied: pbr>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.11.1) 2024-11-06 22:05:24.062 | Requirement already satisfied: defusedxml>=0.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (0.7.1) 2024-11-06 22:05:24.065 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (1.4.41) 2024-11-06 22:05:24.065 | Requirement already satisfied: eventlet>=0.33.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (0.33.3) 2024-11-06 22:05:24.065 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (3.0.1) 2024-11-06 22:05:24.065 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (2.5.1) 2024-11-06 22:05:24.066 | Requirement already satisfied: WebOb>=1.8.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (1.8.7) 2024-11-06 22:05:24.160 | Collecting sqlparse>=0.2.2 (from glance==0.0.1.dev13) 2024-11-06 22:05:24.163 | Using cached sqlparse-0.4.4-py3-none-any.whl.metadata (4.0 kB) 2024-11-06 22:05:24.165 | Requirement already satisfied: alembic>=0.9.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (1.9.4) 2024-11-06 22:05:24.189 | Collecting httplib2>=0.9.1 (from glance==0.0.1.dev13) 2024-11-06 22:05:24.191 | Using cached httplib2-0.22.0-py3-none-any.whl.metadata (2.6 kB) 2024-11-06 22:05:24.193 | Requirement already satisfied: oslo.config>=8.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (9.2.0) 2024-11-06 22:05:24.193 | Requirement already satisfied: oslo.concurrency>=4.5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.2.0) 2024-11-06 22:05:24.194 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.2.0) 2024-11-06 22:05:24.195 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (2.2.0) 2024-11-06 22:05:24.196 | Requirement already satisfied: oslo.utils>=4.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (6.2.1) 2024-11-06 22:05:24.197 | 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.dev13) (5.1.0) 2024-11-06 22:05:24.197 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (2.4.1) 2024-11-06 22:05:24.326 | Collecting taskflow>=4.0.0 (from glance==0.0.1.dev13) 2024-11-06 22:05:24.328 | Using cached taskflow-5.4.0-py3-none-any.whl.metadata (5.1 kB) 2024-11-06 22:05:24.331 | Requirement already satisfied: keystoneauth1>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.3.0) 2024-11-06 22:05:24.331 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (10.4.1) 2024-11-06 22:05:24.439 | Collecting WSME>=0.8.0 (from glance==0.0.1.dev13) 2024-11-06 22:05:24.441 | Using cached WSME-0.12.1-py3-none-any.whl.metadata (3.7 kB) 2024-11-06 22:05:24.445 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (3.7.0) 2024-11-06 22:05:24.445 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (3.5.2) 2024-11-06 22:05:24.445 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (4.17.3) 2024-11-06 22:05:24.445 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.2.0) 2024-11-06 22:05:24.446 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (23.1.1) 2024-11-06 22:05:24.446 | Requirement already satisfied: oslo.db>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (14.1.0) 2024-11-06 22:05:24.447 | Requirement already satisfied: oslo.i18n>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (6.1.0) 2024-11-06 22:05:24.558 | Collecting oslo.limit>=1.6.0 (from glance==0.0.1.dev13) 2024-11-06 22:05:24.560 | Using cached oslo.limit-2.2.0-py3-none-any.whl.metadata (2.0 kB) 2024-11-06 22:05:24.562 | Requirement already satisfied: oslo.log>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.3.1) 2024-11-06 22:05:24.563 | 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.dev13) (14.4.2) 2024-11-06 22:05:24.564 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.2.0) 2024-11-06 22:05:24.682 | Collecting oslo.reports>=1.18.0 (from glance==0.0.1.dev13) 2024-11-06 22:05:24.684 | Using cached oslo.reports-3.1.0-py3-none-any.whl.metadata (3.8 kB) 2024-11-06 22:05:24.686 | Requirement already satisfied: oslo.policy>=3.11.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (4.2.1) 2024-11-06 22:05:24.710 | Collecting retrying!=1.3.0,>=1.2.3 (from glance==0.0.1.dev13) 2024-11-06 22:05:24.712 | Using cached retrying-1.3.4-py3-none-any.whl.metadata (6.9 kB) 2024-11-06 22:05:24.716 | Requirement already satisfied: osprofiler>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (4.1.0) 2024-11-06 22:05:24.717 | Requirement already satisfied: glance-store>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (4.6.1) 2024-11-06 22:05:24.717 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (2.5.0) 2024-11-06 22:05:24.718 | Requirement already satisfied: cryptography>=2.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (40.0.2) 2024-11-06 22:05:24.825 | Collecting cursive>=0.2.1 (from glance==0.0.1.dev13) 2024-11-06 22:05:24.827 | Using cached cursive-0.2.3-py2.py3-none-any.whl.metadata (1.7 kB) 2024-11-06 22:05:24.829 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (1.1.0) 2024-11-06 22:05:24.830 | Requirement already satisfied: os-win>=4.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from glance==0.0.1.dev13) (5.9.0) 2024-11-06 22:05:24.955 | Collecting castellan>=0.17.0 (from glance==0.0.1.dev13) 2024-11-06 22:05:24.957 | Using cached castellan-4.3.0-py3-none-any.whl.metadata (1.9 kB) 2024-11-06 22:05:24.964 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=0.9.6->glance==0.0.1.dev13) (1.2.4) 2024-11-06 22:05:25.086 | Collecting python-barbicanclient>=4.5.2 (from castellan>=0.17.0->glance==0.0.1.dev13) 2024-11-06 22:05:25.088 | Using cached python_barbicanclient-5.6.1-py3-none-any.whl.metadata (11 kB) 2024-11-06 22:05:25.090 | 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.dev13) (2.28.2) 2024-11-06 22:05:25.109 | 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.dev13) (1.15.1) 2024-11-06 22:05:25.124 | 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.dev13) (5.2.1) 2024-11-06 22:05:25.128 | 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.dev13) (1.15.0) 2024-11-06 22:05:25.136 | 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.dev13) (2.3.0) 2024-11-06 22:05:25.136 | 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.dev13) (2.0.2) 2024-11-06 22:05:25.136 | 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.dev13) (1.16.0) 2024-11-06 22:05:25.176 | 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.dev13) (3.0.9) 2024-11-06 22:05:25.198 | 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.dev13) (23.1.0) 2024-11-06 22:05:25.199 | 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.dev13) (0.19.3) 2024-11-06 22:05:25.224 | 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.dev13) (1.7.0) 2024-11-06 22:05:25.247 | 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.dev13) (3.5.0) 2024-11-06 22:05:25.249 | 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.dev13) (3.1.1) 2024-11-06 22:05:25.264 | 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.dev13) (0.18) 2024-11-06 22:05:25.284 | 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.dev13) (6.0) 2024-11-06 22:05:25.285 | 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.dev13) (0.8.0) 2024-11-06 22:05:25.287 | 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.dev13) (2.0.0) 2024-11-06 22:05:25.337 | 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.dev13) (2.0.1) 2024-11-06 22:05:25.340 | 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.dev13) (0.5.0) 2024-11-06 22:05:25.392 | Collecting openstacksdk>=0.31.1 (from oslo.limit>=1.6.0->glance==0.0.1.dev13) 2024-11-06 22:05:25.394 | Using cached openstacksdk-1.5.0-py3-none-any.whl.metadata (9.4 kB) 2024-11-06 22:05:25.419 | 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.dev13) (2.8.2) 2024-11-06 22:05:25.421 | 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.dev13) (0.9.6) 2024-11-06 22:05:25.447 | 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.dev13) (5.1.1) 2024-11-06 22:05:25.448 | 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.dev13) (5.3.0) 2024-11-06 22:05:25.449 | 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.dev13) (5.2.4) 2024-11-06 22:05:25.450 | 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.dev13) (0.7.0) 2024-11-06 22:05:25.452 | 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.dev13) (3.2.1) 2024-11-06 22:05:25.463 | 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.dev13) (3.1.2) 2024-11-06 22:05:25.464 | 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.dev13) (4.0.1) 2024-11-06 22:05:25.466 | 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.dev13) (4.0.1) 2024-11-06 22:05:25.591 | Collecting psutil>=3.2.2 (from oslo.reports>=1.18.0->glance==0.0.1.dev13) 2024-11-06 22:05:25.593 | 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-11-06 22:05:25.616 | 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.dev13) (0.11.0) 2024-11-06 22:05:25.617 | 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.dev13) (23.1) 2024-11-06 22:05:25.618 | 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.dev13) (2023.3) 2024-11-06 22:05:25.619 | 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.dev13) (2023.3) 2024-11-06 22:05:25.653 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->glance==0.0.1.dev13) (69.1.1) 2024-11-06 22:05:25.682 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->glance==0.0.1.dev13) (0.2.6) 2024-11-06 22:05:25.731 | 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.dev13) (0.7) 2024-11-06 22:05:25.991 | Collecting automaton>=1.9.0 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2024-11-06 22:05:25.993 | Using cached automaton-3.2.0-py3-none-any.whl.metadata (1.8 kB) 2024-11-06 22:05:26.033 | Collecting networkx>=2.1.0 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2024-11-06 22:05:26.035 | Using cached networkx-3.1-py3-none-any.whl.metadata (5.3 kB) 2024-11-06 22:05:26.057 | Collecting pydot>=1.2.4 (from taskflow>=4.0.0->glance==0.0.1.dev13) 2024-11-06 22:05:26.059 | Using cached pydot-1.4.2-py2.py3-none-any.whl.metadata (8.0 kB) 2024-11-06 22:05:26.061 | 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.dev13) (6.3.1) 2024-11-06 22:05:26.196 | Collecting simplegeneric (from WSME>=0.8.0->glance==0.0.1.dev13) 2024-11-06 22:05:26.196 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2024-11-06 22:05:26.267 | Collecting importlib-metadata>=4.4 (from WSME>=0.8.0->glance==0.0.1.dev13) 2024-11-06 22:05:26.269 | Using cached importlib_metadata-6.0.1-py3-none-any.whl.metadata (5.0 kB) 2024-11-06 22:05:26.283 | 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.dev13) (5.0.0) 2024-11-06 22:05:26.353 | 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.dev13) (2.21) 2024-11-06 22:05:26.465 | Collecting zipp>=0.5 (from importlib-metadata>=4.4->WSME>=0.8.0->glance==0.0.1.dev13) 2024-11-06 22:05:26.467 | Using cached zipp-3.15.0-py3-none-any.whl.metadata (3.7 kB) 2024-11-06 22:05:26.482 | 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.dev13) (2.1.2) 2024-11-06 22:05:26.598 | Collecting appdirs>=1.3.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2024-11-06 22:05:26.599 | Using cached appdirs-1.4.4-py2.py3-none-any.whl.metadata (9.0 kB) 2024-11-06 22:05:26.602 | 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.dev13) (5.1.1) 2024-11-06 22:05:26.603 | 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.dev13) (1.1.8) 2024-11-06 22:05:26.622 | Collecting jmespath>=0.9.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2024-11-06 22:05:26.623 | Using cached jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) 2024-11-06 22:05:26.649 | Collecting jsonpatch!=1.20,>=1.16 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2024-11-06 22:05:26.651 | Using cached jsonpatch-1.32-py2.py3-none-any.whl.metadata (3.2 kB) 2024-11-06 22:05:26.670 | Collecting requestsexceptions>=1.2.0 (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2024-11-06 22:05:26.671 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl.metadata (1.2 kB) 2024-11-06 22:05:26.730 | 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.dev13) (0.16.0) 2024-11-06 22:05:26.745 | 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.dev13) (1.0.5) 2024-11-06 22:05:26.767 | 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.dev13) (1.4.0) 2024-11-06 22:05:26.771 | 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.dev13) (4.0.1) 2024-11-06 22:05:26.936 | Collecting cliff!=2.9.0,>=2.8.0 (from python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev13) 2024-11-06 22:05:26.939 | Using cached cliff-4.3.0-py3-none-any.whl.metadata (1.9 kB) 2024-11-06 22:05:27.026 | 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.dev13) (3.1.0) 2024-11-06 22:05:27.027 | 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.dev13) (3.4) 2024-11-06 22:05:27.028 | 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.dev13) (1.26.15) 2024-11-06 22:05:27.028 | 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.dev13) (2024.8.30) 2024-11-06 22:05:27.137 | 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.dev13) (2.6.0) 2024-11-06 22:05:27.375 | 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.dev13) 2024-11-06 22:05:27.389 | Using cached autopage-0.5.1-py3-none-any.whl.metadata (7.8 kB) 2024-11-06 22:05:27.444 | 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.dev13) 2024-11-06 22:05:27.446 | Using cached cmd2-2.4.3-py3-none-any.whl.metadata (12 kB) 2024-11-06 22:05:27.583 | Collecting jsonpointer>=1.9 (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev13) 2024-11-06 22:05:27.585 | Using cached jsonpointer-2.3-py2.py3-none-any.whl.metadata (2.5 kB) 2024-11-06 22:05:27.920 | 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.dev13) 2024-11-06 22:05:27.920 | Using cached pyperclip-1.8.2-py3-none-any.whl 2024-11-06 22:05:27.985 | Using cached castellan-4.3.0-py3-none-any.whl (97 kB) 2024-11-06 22:05:27.989 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2024-11-06 22:05:27.992 | Using cached httplib2-0.22.0-py3-none-any.whl (96 kB) 2024-11-06 22:05:27.995 | Using cached oslo.limit-2.2.0-py3-none-any.whl (20 kB) 2024-11-06 22:05:27.997 | Using cached oslo.reports-3.1.0-py3-none-any.whl (53 kB) 2024-11-06 22:05:28.000 | Using cached retrying-1.3.4-py3-none-any.whl (11 kB) 2024-11-06 22:05:28.002 | Using cached sqlparse-0.4.4-py3-none-any.whl (41 kB) 2024-11-06 22:05:28.005 | Using cached taskflow-5.4.0-py3-none-any.whl (493 kB) 2024-11-06 22:05:28.011 | Using cached WSME-0.12.1-py3-none-any.whl (59 kB) 2024-11-06 22:05:28.014 | Using cached automaton-3.2.0-py3-none-any.whl (22 kB) 2024-11-06 22:05:28.016 | Using cached importlib_metadata-6.0.1-py3-none-any.whl (21 kB) 2024-11-06 22:05:28.019 | Using cached networkx-3.1-py3-none-any.whl (2.1 MB) 2024-11-06 22:05:28.033 | Using cached openstacksdk-1.5.0-py3-none-any.whl (1.7 MB) 2024-11-06 22:05:28.044 | 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-11-06 22:05:28.048 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2024-11-06 22:05:28.051 | Using cached python_barbicanclient-5.6.1-py3-none-any.whl (89 kB) 2024-11-06 22:05:28.054 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2024-11-06 22:05:28.056 | Using cached cliff-4.3.0-py3-none-any.whl (80 kB) 2024-11-06 22:05:28.059 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2024-11-06 22:05:28.062 | Using cached jsonpatch-1.32-py2.py3-none-any.whl (12 kB) 2024-11-06 22:05:28.064 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2024-11-06 22:05:28.066 | Using cached zipp-3.15.0-py3-none-any.whl (6.8 kB) 2024-11-06 22:05:28.069 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-11-06 22:05:28.072 | Using cached cmd2-2.4.3-py3-none-any.whl (147 kB) 2024-11-06 22:05:28.075 | Using cached jsonpointer-2.3-py2.py3-none-any.whl (7.8 kB) 2024-11-06 22:05:28.408 | 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-11-06 22:05:31.502 | Running setup.py develop for glance 2024-11-06 22:05:32.779 | 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.dev13 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-11-06 22:05:32.920 | + inc/python:pip_install:222 : result=0 2024-11-06 22:05:32.922 | + inc/python:pip_install:224 : time_stop pip_install 2024-11-06 22:05:32.924 | + functions-common:time_stop:2400 : local name 2024-11-06 22:05:32.926 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:05:32.928 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:05:32.930 | + functions-common:time_stop:2403 : local total 2024-11-06 22:05:32.931 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:05:32.933 | + functions-common:time_stop:2406 : name=pip_install 2024-11-06 22:05:32.935 | + functions-common:time_stop:2407 : start_time=1730930722795 2024-11-06 22:05:32.937 | + functions-common:time_stop:2409 : [[ -z 1730930722795 ]] 2024-11-06 22:05:32.939 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:05:32.942 | + functions-common:time_stop:2412 : end_time=1730930732940 2024-11-06 22:05:32.944 | + functions-common:time_stop:2413 : elapsed_time=10145 2024-11-06 22:05:32.946 | + functions-common:time_stop:2414 : total=38806 2024-11-06 22:05:32.947 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:05:32.949 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=48951 2024-11-06 22:05:32.951 | + inc/python:pip_install:225 : return 0 2024-11-06 22:05:32.953 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2024-11-06 22:05:32.955 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2024-11-06 22:05:32.957 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/glance 2024-11-06 22:05:32.958 | + inc/python:use_library_from_git:272 : local name=/opt/stack/glance 2024-11-06 22:05:32.960 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:05:32.962 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:05:32.964 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/glance, ]] 2024-11-06 22:05:32.966 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:05:32.968 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-11-06 22:05:32.970 | + stack.sh:main:948 : configure_glance 2024-11-06 22:05:32.972 | + lib/glance:configure_glance:322 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2024-11-06 22:05:32.981 | + lib/glance:configure_glance:325 : local dburl 2024-11-06 22:05:32.984 | ++ lib/glance:configure_glance:326 : database_connection_url glance 2024-11-06 22:05:32.985 | ++ lib/database:database_connection_url:134 : local db=glance 2024-11-06 22:05:32.987 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2024-11-06 22:05:32.989 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=glance 2024-11-06 22:05:32.991 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2024-11-06 22:05:32.993 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2024-11-06 22:05:32.994 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2024-11-06 22:05:33.006 | ++ functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:05:33.008 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2024-11-06 22:05:33.009 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2024-11-06 22:05:33.012 | + lib/glance:configure_glance:326 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2024-11-06 22:05:33.013 | + lib/glance:configure_glance:328 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2024-11-06 22:05:33.037 | + 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-11-06 22:05:33.061 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2024-11-06 22:05:33.083 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-11-06 22:05:33.105 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2024-11-06 22:05:33.129 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2024-11-06 22:05:33.155 | + lib/glance:configure_glance:334 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2024-11-06 22:05:33.157 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2024-11-06 22:05:33.159 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2024-11-06 22:05:33.161 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-11-06 22:05:33.163 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2024-11-06 22:05:33.193 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2024-11-06 22:05:33.220 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-11-06 22:05:33.251 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2024-11-06 22:05:33.274 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2024-11-06 22:05:33.297 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2024-11-06 22:05:33.320 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2024-11-06 22:05:33.342 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2024-11-06 22:05:33.364 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-11-06 22:05:33.386 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2024-11-06 22:05:33.409 | + lib/glance:configure_glance:335 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2024-11-06 22:05:33.434 | + lib/glance:configure_glance:336 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2024-11-06 22:05:33.436 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=glance 2024-11-06 22:05:33.438 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/glance/glance-api.conf 2024-11-06 22:05:33.439 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2024-11-06 22:05:33.441 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2024-11-06 22:05:33.443 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2024-11-06 22:05:33.456 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:05:33.459 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2024-11-06 22:05:33.461 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2024-11-06 22:05:33.463 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2024-11-06 22:05:33.475 | ++ functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:05:33.476 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-11-06 22:05:33.479 | + 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-11-06 22:05:33.501 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2024-11-06 22:05:33.503 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2024-11-06 22:05:33.505 | + lib/glance:configure_glance:337 : '[' vsphere = libvirt ']' 2024-11-06 22:05:33.508 | + lib/glance:configure_glance:341 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2024-11-06 22:05:33.530 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2024-11-06 22:05:33.553 | + lib/glance:configure_glance:345 : configure_glance_store False False 2024-11-06 22:05:33.555 | + lib/glance:configure_glance_store:251 : local use_cinder_for_glance=False 2024-11-06 22:05:33.557 | + lib/glance:configure_glance_store:252 : local glance_enable_multiple_stores=False 2024-11-06 22:05:33.558 | + lib/glance:configure_glance_store:253 : local be 2024-11-06 22:05:33.560 | + lib/glance:configure_glance_store:255 : [[ False == \F\a\l\s\e ]] 2024-11-06 22:05:33.562 | + lib/glance:configure_glance_store:257 : [[ False == \T\r\u\e ]] 2024-11-06 22:05:33.564 | + lib/glance:configure_glance_store:274 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-11-06 22:05:33.588 | + lib/glance:configure_glance:348 : '[' -n '' ']' 2024-11-06 22:05:33.590 | + lib/glance:configure_glance:351 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2024-11-06 22:05:33.614 | + lib/glance:configure_glance:355 : [[ False == \F\a\l\s\e ]] 2024-11-06 22:05:33.616 | + lib/glance:configure_glance:357 : is_service_enabled s-proxy 2024-11-06 22:05:33.629 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:05:33.631 | + lib/glance:configure_glance:379 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2024-11-06 22:05:33.653 | + lib/glance:configure_glance:381 : is_service_enabled tls-proxy 2024-11-06 22:05:33.666 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:05:33.667 | + lib/glance:configure_glance:387 : setup_logging /etc/glance/glance-api.conf 2024-11-06 22:05:33.669 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2024-11-06 22:05:33.671 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2024-11-06 22:05:33.673 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-11-06 22:05:33.686 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-11-06 22:05:33.688 | + functions:setup_systemd_logging:706 : local pidstr= 2024-11-06 22:05:33.690 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-11-06 22:05:33.692 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-11-06 22:05:33.693 | + 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-11-06 22:05:33.716 | + 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-11-06 22:05:33.738 | + 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-11-06 22:05:33.761 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-11-06 22:05:33.783 | + lib/glance:configure_glance:389 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2024-11-06 22:05:33.787 | + lib/glance:configure_glance:392 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2024-11-06 22:05:33.811 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2024-11-06 22:05:33.835 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-11-06 22:05:33.857 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2024-11-06 22:05:33.880 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2024-11-06 22:05:33.902 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2024-11-06 22:05:33.924 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2024-11-06 22:05:33.947 | + lib/glance:configure_glance:401 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-11-06 22:05:33.972 | + lib/glance:configure_glance:404 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2024-11-06 22:05:33.996 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2024-11-06 22:05:34.020 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2024-11-06 22:05:34.043 | + lib/glance:configure_glance:408 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2024-11-06 22:05:34.046 | + 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-11-06 22:05:34.051 | + lib/glance:configure_glance:412 : is_service_enabled tls-proxy 2024-11-06 22:05:34.063 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:05:34.065 | + lib/glance:configure_glance:420 : [[ False == False ]] 2024-11-06 22:05:34.067 | + 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-11-06 22:05:34.069 | + lib/apache:write_local_uwsgi_http_config:306 : local file=/etc/glance/glance-uwsgi.ini 2024-11-06 22:05:34.070 | + lib/apache:write_local_uwsgi_http_config:307 : local wsgi=/opt/stack/data/venv/bin/glance-wsgi-api 2024-11-06 22:05:34.072 | + lib/apache:write_local_uwsgi_http_config:308 : local url=/image 2024-11-06 22:05:34.074 | ++ lib/apache:write_local_uwsgi_http_config:309 : basename /opt/stack/data/venv/bin/glance-wsgi-api 2024-11-06 22:05:34.077 | + lib/apache:write_local_uwsgi_http_config:309 : name=glance-wsgi-api 2024-11-06 22:05:34.079 | + lib/apache:write_local_uwsgi_http_config:315 : rm -rf /etc/glance/glance-uwsgi.ini 2024-11-06 22:05:34.082 | + 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-11-06 22:05:34.105 | ++ lib/apache:write_local_uwsgi_http_config:317 : get_random_port 2024-11-06 22:05:34.107 | ++ functions:get_random_port:847 : read lower_port upper_port 2024-11-06 22:05:34.109 | ++ functions:get_random_port:848 : true 2024-11-06 22:05:34.111 | ++ functions:get_random_port:849 : (( port = upper_port )) 2024-11-06 22:05:34.112 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2024-11-06 22:05:34.114 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2024-11-06 22:05:34.154 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2024-11-06 22:05:34.156 | ++ functions:get_random_port:852 : break 2 2024-11-06 22:05:34.158 | ++ functions:get_random_port:856 : echo 60999 2024-11-06 22:05:34.160 | + lib/apache:write_local_uwsgi_http_config:317 : port=60999 2024-11-06 22:05:34.162 | + lib/apache:write_local_uwsgi_http_config:318 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2024-11-06 22:05:34.184 | + lib/apache:write_local_uwsgi_http_config:319 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2024-11-06 22:05:34.206 | + lib/apache:write_local_uwsgi_http_config:321 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2024-11-06 22:05:34.228 | + lib/apache:write_local_uwsgi_http_config:323 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2024-11-06 22:05:34.250 | + lib/apache:write_local_uwsgi_http_config:324 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2024-11-06 22:05:34.271 | + lib/apache:write_local_uwsgi_http_config:325 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2024-11-06 22:05:34.293 | + lib/apache:write_local_uwsgi_http_config:326 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2024-11-06 22:05:34.315 | + lib/apache:write_local_uwsgi_http_config:328 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2024-11-06 22:05:34.336 | + 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-11-06 22:05:34.358 | + lib/apache:write_local_uwsgi_http_config:333 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2024-11-06 22:05:34.380 | + lib/apache:write_local_uwsgi_http_config:335 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2024-11-06 22:05:34.402 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2024-11-06 22:05:34.424 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2024-11-06 22:05:34.446 | + lib/apache:write_local_uwsgi_http_config:340 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2024-11-06 22:05:34.468 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2024-11-06 22:05:34.490 | + lib/apache:write_local_uwsgi_http_config:342 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2024-11-06 22:05:34.512 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2024-11-06 22:05:34.534 | + lib/apache:write_local_uwsgi_http_config:344 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2024-11-06 22:05:34.556 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2024-11-06 22:05:34.578 | + lib/apache:write_local_uwsgi_http_config:348 : enable_apache_mod proxy 2024-11-06 22:05:34.580 | + lib/apache:enable_apache_mod:55 : local mod=proxy 2024-11-06 22:05:34.582 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2024-11-06 22:05:34.584 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:05:34.585 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:05:34.587 | + lib/apache:enable_apache_mod:60 : [[ proxy != \v\e\r\s\i\o\n ]] 2024-11-06 22:05:34.589 | + lib/apache:enable_apache_mod:60 : a2query -m proxy 2024-11-06 22:05:34.618 | proxy (enabled by site administrator) 2024-11-06 22:05:34.620 | + lib/apache:write_local_uwsgi_http_config:349 : enable_apache_mod proxy_http 2024-11-06 22:05:34.622 | + lib/apache:enable_apache_mod:55 : local mod=proxy_http 2024-11-06 22:05:34.623 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2024-11-06 22:05:34.625 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:05:34.627 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:05:34.629 | + lib/apache:enable_apache_mod:60 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2024-11-06 22:05:34.631 | + lib/apache:enable_apache_mod:60 : a2query -m proxy_http 2024-11-06 22:05:34.660 | No module matches proxy_http 2024-11-06 22:05:34.662 | + lib/apache:enable_apache_mod:61 : sudo a2enmod proxy_http 2024-11-06 22:05:34.694 | Considering dependency proxy for proxy_http: 2024-11-06 22:05:34.694 | Module proxy already enabled 2024-11-06 22:05:34.694 | Enabling module proxy_http. 2024-11-06 22:05:34.697 | To activate the new configuration, you need to run: 2024-11-06 22:05:34.697 | systemctl restart apache2 2024-11-06 22:05:34.700 | + lib/apache:enable_apache_mod:62 : restart_apache_server 2024-11-06 22:05:34.702 | + lib/apache:restart_apache_server:237 : restart_service apache2 2024-11-06 22:05:34.704 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-11-06 22:05:34.706 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2024-11-06 22:05:34.815 | + lib/apache:write_local_uwsgi_http_config:350 : local apache_conf= 2024-11-06 22:05:34.818 | ++ lib/apache:write_local_uwsgi_http_config:351 : apache_site_config_for glance-wsgi-api 2024-11-06 22:05:34.820 | ++ lib/apache:apache_site_config_for:173 : local site=glance-wsgi-api 2024-11-06 22:05:34.822 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2024-11-06 22:05:34.823 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:05:34.825 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:05:34.827 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2024-11-06 22:05:34.830 | + lib/apache:write_local_uwsgi_http_config:351 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2024-11-06 22:05:34.832 | + lib/apache:write_local_uwsgi_http_config:352 : echo 'KeepAlive Off' 2024-11-06 22:05:34.833 | + lib/apache:write_local_uwsgi_http_config:352 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2024-11-06 22:05:34.839 | KeepAlive Off 2024-11-06 22:05:34.843 | + lib/apache:write_local_uwsgi_http_config:353 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-11-06 22:05:34.843 | + lib/apache:write_local_uwsgi_http_config:353 : echo 'SetEnv proxy-sendchunked 1' 2024-11-06 22:05:34.849 | SetEnv proxy-sendchunked 1 2024-11-06 22:05:34.853 | + lib/apache:write_local_uwsgi_http_config:354 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-11-06 22:05:34.853 | + lib/apache:write_local_uwsgi_http_config:354 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 ' 2024-11-06 22:05:34.858 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 acquire=1 2024-11-06 22:05:34.861 | + lib/apache:write_local_uwsgi_http_config:355 : enable_apache_site glance-wsgi-api 2024-11-06 22:05:34.863 | + lib/apache:enable_apache_site:190 : local site=glance-wsgi-api 2024-11-06 22:05:34.864 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2024-11-06 22:05:34.866 | + lib/apache:enable_apache_mod:55 : local mod=version 2024-11-06 22:05:34.868 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2024-11-06 22:05:34.869 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:05:34.871 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:05:34.873 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2024-11-06 22:05:34.875 | + lib/apache:enable_apache_site:193 : is_ubuntu 2024-11-06 22:05:34.877 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:05:34.879 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:05:34.881 | + lib/apache:enable_apache_site:194 : sudo a2ensite glance-wsgi-api 2024-11-06 22:05:34.911 | Enabling site glance-wsgi-api. 2024-11-06 22:05:34.915 | To activate the new configuration, you need to run: 2024-11-06 22:05:34.915 | systemctl reload apache2 2024-11-06 22:05:34.918 | + lib/apache:write_local_uwsgi_http_config:356 : restart_apache_server 2024-11-06 22:05:34.920 | + lib/apache:restart_apache_server:237 : restart_service apache2 2024-11-06 22:05:34.922 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-11-06 22:05:34.924 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2024-11-06 22:05:35.019 | ++ lib/glance:configure_glance:424 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2024-11-06 22:05:35.023 | + lib/glance:configure_glance:424 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2024-11-06 22:05:35.047 | + lib/glance:configure_glance:434 : [[ True == True ]] 2024-11-06 22:05:35.049 | + lib/glance:configure_glance:435 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope true 2024-11-06 22:05:35.074 | + lib/glance:configure_glance:436 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults true 2024-11-06 22:05:35.097 | + lib/glance:configure_glance:437 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac true 2024-11-06 22:05:35.120 | + stack.sh:main:951 : is_service_enabled cinder 2024-11-06 22:05:35.133 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:05:35.135 | + stack.sh:main:953 : stack_install_service cinder 2024-11-06 22:05:35.137 | + lib/stack:stack_install_service:20 : local service=cinder 2024-11-06 22:05:35.139 | + lib/stack:stack_install_service:21 : type install_cinder 2024-11-06 22:05:35.141 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-11-06 22:05:35.143 | + lib/stack:stack_install_service:32 : install_cinder 2024-11-06 22:05:35.145 | + lib/cinder:install_cinder:516 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder stable/2023.2 2024-11-06 22:05:35.147 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/cinder.git 2024-11-06 22:05:35.149 | + functions-common:git_clone:573 : local git_dest=/opt/stack//cinder 2024-11-06 22:05:35.150 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2024-11-06 22:05:35.152 | + functions-common:git_clone:575 : local orig_dir 2024-11-06 22:05:35.154 | ++ functions-common:git_clone:576 : pwd 2024-11-06 22:05:35.156 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-11-06 22:05:35.158 | + functions-common:git_clone:577 : local git_clone_flags= 2024-11-06 22:05:35.161 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-11-06 22:05:35.173 | + functions-common:git_clone:579 : RECLONE=False 2024-11-06 22:05:35.175 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2024-11-06 22:05:35.176 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2024-11-06 22:05:35.178 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-11-06 22:05:35.181 | + functions-common:git_clone:593 : echo stable/2023.2 2024-11-06 22:05:35.181 | + functions-common:git_clone:593 : egrep -q '^refs' 2024-11-06 22:05:35.185 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//cinder ]] 2024-11-06 22:05:35.187 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2024-11-06 22:05:35.188 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2024-11-06 22:05:35.190 | + functions-common:git_timed:680 : local count=0 2024-11-06 22:05:35.192 | + functions-common:git_timed:681 : local timeout=0 2024-11-06 22:05:35.194 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-11-06 22:05:35.195 | + functions-common:git_timed:684 : timeout=0 2024-11-06 22:05:35.197 | + functions-common:git_timed:687 : time_start git_timed 2024-11-06 22:05:35.199 | + functions-common:time_start:2386 : local name=git_timed 2024-11-06 22:05:35.200 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:05:35.202 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:05:35.205 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:05:35.207 | + functions-common:time_start:2391 : _TIME_START[$name]=1730930735205 2024-11-06 22:05:35.209 | + 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-11-06 22:05:35.211 | Cloning into '/opt/stack//cinder'... 2024-11-06 22:05:39.237 | + functions-common:git_timed:702 : time_stop git_timed 2024-11-06 22:05:39.240 | + functions-common:time_stop:2400 : local name 2024-11-06 22:05:39.241 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:05:39.243 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:05:39.245 | + functions-common:time_stop:2403 : local total 2024-11-06 22:05:39.247 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:05:39.249 | + functions-common:time_stop:2406 : name=git_timed 2024-11-06 22:05:39.250 | + functions-common:time_stop:2407 : start_time=1730930735205 2024-11-06 22:05:39.252 | + functions-common:time_stop:2409 : [[ -z 1730930735205 ]] 2024-11-06 22:05:39.255 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:05:39.257 | + functions-common:time_stop:2412 : end_time=1730930739255 2024-11-06 22:05:39.259 | + functions-common:time_stop:2413 : elapsed_time=4050 2024-11-06 22:05:39.261 | + functions-common:time_stop:2414 : total=53794 2024-11-06 22:05:39.263 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:05:39.264 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=57844 2024-11-06 22:05:39.266 | + functions-common:git_clone:614 : cd /opt/stack//cinder 2024-11-06 22:05:39.268 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2024-11-06 22:05:39.270 | + functions-common:git_timed:680 : local count=0 2024-11-06 22:05:39.272 | + functions-common:git_timed:681 : local timeout=0 2024-11-06 22:05:39.274 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-11-06 22:05:39.275 | + functions-common:git_timed:684 : timeout=0 2024-11-06 22:05:39.277 | + functions-common:git_timed:687 : time_start git_timed 2024-11-06 22:05:39.279 | + functions-common:time_start:2386 : local name=git_timed 2024-11-06 22:05:39.281 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:05:39.283 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:05:39.285 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:05:39.288 | + functions-common:time_start:2391 : _TIME_START[$name]=1730930739286 2024-11-06 22:05:39.290 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2024-11-06 22:05:42.288 | From https://opendev.org/openstack/cinder 2024-11-06 22:05:42.288 | * branch stable/2023.2 -> FETCH_HEAD 2024-11-06 22:05:42.292 | + functions-common:git_timed:702 : time_stop git_timed 2024-11-06 22:05:42.294 | + functions-common:time_stop:2400 : local name 2024-11-06 22:05:42.296 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:05:42.298 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:05:42.299 | + functions-common:time_stop:2403 : local total 2024-11-06 22:05:42.301 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:05:42.303 | + functions-common:time_stop:2406 : name=git_timed 2024-11-06 22:05:42.305 | + functions-common:time_stop:2407 : start_time=1730930739286 2024-11-06 22:05:42.307 | + functions-common:time_stop:2409 : [[ -z 1730930739286 ]] 2024-11-06 22:05:42.309 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:05:42.312 | + functions-common:time_stop:2412 : end_time=1730930742310 2024-11-06 22:05:42.314 | + functions-common:time_stop:2413 : elapsed_time=3024 2024-11-06 22:05:42.316 | + functions-common:time_stop:2414 : total=57844 2024-11-06 22:05:42.317 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:05:42.319 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=60868 2024-11-06 22:05:42.321 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2024-11-06 22:05:42.323 | + functions-common:git_timed:680 : local count=0 2024-11-06 22:05:42.325 | + functions-common:git_timed:681 : local timeout=0 2024-11-06 22:05:42.327 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-11-06 22:05:42.328 | + functions-common:git_timed:684 : timeout=0 2024-11-06 22:05:42.330 | + functions-common:git_timed:687 : time_start git_timed 2024-11-06 22:05:42.332 | + functions-common:time_start:2386 : local name=git_timed 2024-11-06 22:05:42.334 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:05:42.336 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:05:42.339 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:05:42.342 | + functions-common:time_start:2391 : _TIME_START[$name]=1730930742339 2024-11-06 22:05:42.344 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-11-06 22:05:42.581 | Note: switching to 'FETCH_HEAD'. 2024-11-06 22:05:42.581 | 2024-11-06 22:05:42.581 | You are in 'detached HEAD' state. You can look around, make experimental 2024-11-06 22:05:42.581 | changes and commit them, and you can discard any commits you make in this 2024-11-06 22:05:42.581 | state without impacting any branches by switching back to a branch. 2024-11-06 22:05:42.581 | 2024-11-06 22:05:42.581 | If you want to create a new branch to retain commits you create, you may 2024-11-06 22:05:42.581 | do so (now or later) by using -c with the switch command. Example: 2024-11-06 22:05:42.581 | 2024-11-06 22:05:42.581 | git switch -c 2024-11-06 22:05:42.581 | 2024-11-06 22:05:42.581 | Or undo this operation with: 2024-11-06 22:05:42.581 | 2024-11-06 22:05:42.581 | git switch - 2024-11-06 22:05:42.581 | 2024-11-06 22:05:42.581 | Turn off this advice by setting config variable advice.detachedHead to false 2024-11-06 22:05:42.581 | 2024-11-06 22:05:42.581 | HEAD is now at b3eb81a Merge "Ceph: Catch more failure conditions on volume backup" into stable/2023.2 2024-11-06 22:05:42.585 | + functions-common:git_timed:702 : time_stop git_timed 2024-11-06 22:05:42.587 | + functions-common:time_stop:2400 : local name 2024-11-06 22:05:42.589 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:05:42.591 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:05:42.593 | + functions-common:time_stop:2403 : local total 2024-11-06 22:05:42.595 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:05:42.596 | + functions-common:time_stop:2406 : name=git_timed 2024-11-06 22:05:42.598 | + functions-common:time_stop:2407 : start_time=1730930742339 2024-11-06 22:05:42.600 | + functions-common:time_stop:2409 : [[ -z 1730930742339 ]] 2024-11-06 22:05:42.603 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:05:42.606 | + functions-common:time_stop:2412 : end_time=1730930742603 2024-11-06 22:05:42.607 | + functions-common:time_stop:2413 : elapsed_time=264 2024-11-06 22:05:42.609 | + functions-common:time_stop:2414 : total=60868 2024-11-06 22:05:42.611 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:05:42.613 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=61132 2024-11-06 22:05:42.615 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//cinder 2024-11-06 22:05:42.625 | + functions-common:git_clone:655 : cd /opt/stack//cinder 2024-11-06 22:05:42.627 | + functions-common:git_clone:656 : git show --oneline 2024-11-06 22:05:42.627 | + functions-common:git_clone:656 : head -1 2024-11-06 22:05:42.630 | b3eb81a Merge "Ceph: Catch more failure conditions on volume backup" into stable/2023.2 2024-11-06 22:05:42.632 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2024-11-06 22:05:42.634 | + lib/cinder:install_cinder:517 : setup_develop /opt/stack//cinder 2024-11-06 22:05:42.636 | + inc/python:setup_develop:360 : local bindep 2024-11-06 22:05:42.638 | + inc/python:setup_develop:361 : [[ /opt/stack//cinder == -bindep* ]] 2024-11-06 22:05:42.640 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//cinder 2024-11-06 22:05:42.642 | + inc/python:setup_develop:366 : local extras= 2024-11-06 22:05:42.644 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2024-11-06 22:05:42.646 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2024-11-06 22:05:42.648 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//cinder == -bindep* ]] 2024-11-06 22:05:42.649 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//cinder 2024-11-06 22:05:42.651 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2024-11-06 22:05:42.653 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2024-11-06 22:05:42.655 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//cinder 2024-11-06 22:05:42.657 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2024-11-06 22:05:42.659 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/cinder 2024-11-06 22:05:42.661 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2024-11-06 22:05:42.663 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2024-11-06 22:05:42.666 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2024-11-06 22:05:42.670 | + inc/python:_setup_package_with_constraints_edit:407 : name=cinder 2024-11-06 22:05:42.672 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- cinder 2024-11-06 22:05:42.990 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/cinder -e 2024-11-06 22:05:42.992 | + inc/python:setup_package:440 : local bindep=0 2024-11-06 22:05:42.994 | + inc/python:setup_package:441 : local bindep_flag= 2024-11-06 22:05:42.996 | + inc/python:setup_package:442 : local bindep_profiles= 2024-11-06 22:05:42.998 | + inc/python:setup_package:443 : [[ /opt/stack/cinder == -bindep* ]] 2024-11-06 22:05:43.000 | + inc/python:setup_package:448 : local project_dir=/opt/stack/cinder 2024-11-06 22:05:43.002 | + inc/python:setup_package:449 : local flags=-e 2024-11-06 22:05:43.004 | + inc/python:setup_package:450 : local extras= 2024-11-06 22:05:43.006 | + inc/python:setup_package:454 : [[ -n -e ]] 2024-11-06 22:05:43.008 | + inc/python:setup_package:454 : [[ -z '' ]] 2024-11-06 22:05:43.010 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2024-11-06 22:05:43.011 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2024-11-06 22:05:43.013 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2024-11-06 22:05:43.015 | + inc/python:setup_package:468 : pip_install -e /opt/stack/cinder 2024-11-06 22:05:43.031 | Using python 3.10 to install /opt/stack/cinder 2024-11-06 22:05:43.033 | + 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-11-06 22:05:43.845 | Obtaining file:///opt/stack/cinder 2024-11-06 22:05:43.846 | Preparing metadata (setup.py): started 2024-11-06 22:05:44.385 | Preparing metadata (setup.py): finished with status 'done' 2024-11-06 22:05:44.474 | Requirement already satisfied: pbr>=5.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (5.11.1) 2024-11-06 22:05:44.475 | Requirement already satisfied: decorator>=4.4.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (5.1.1) 2024-11-06 22:05:44.477 | 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.dev45) (0.33.3) 2024-11-06 22:05:44.477 | Requirement already satisfied: greenlet>=0.4.16 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (2.0.2) 2024-11-06 22:05:44.477 | Requirement already satisfied: httplib2>=0.18.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (0.22.0) 2024-11-06 22:05:44.478 | Requirement already satisfied: importlib_metadata>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (6.0.1) 2024-11-06 22:05:44.478 | Requirement already satisfied: iso8601>=0.1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (1.1.0) 2024-11-06 22:05:44.479 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (4.17.3) 2024-11-06 22:05:44.480 | Requirement already satisfied: keystoneauth1>=4.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (5.3.0) 2024-11-06 22:05:44.481 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (10.4.1) 2024-11-06 22:05:44.768 | Collecting lxml>=4.5.2 (from cinder==0.0.1.dev45) 2024-11-06 22:05:44.771 | 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-11-06 22:05:44.802 | Collecting oauth2client>=4.1.3 (from cinder==0.0.1.dev45) 2024-11-06 22:05:44.804 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl.metadata (1.2 kB) 2024-11-06 22:05:44.806 | Requirement already satisfied: oslo.config>=8.3.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (9.2.0) 2024-11-06 22:05:44.807 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (5.2.0) 2024-11-06 22:05:44.807 | Requirement already satisfied: oslo.context>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (5.2.0) 2024-11-06 22:05:44.808 | Requirement already satisfied: oslo.db>=11.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (14.1.0) 2024-11-06 22:05:44.809 | Requirement already satisfied: oslo.log>=4.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (5.3.1) 2024-11-06 22:05:44.810 | Requirement already satisfied: oslo.messaging>=14.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (14.4.2) 2024-11-06 22:05:44.811 | Requirement already satisfied: oslo.middleware>=4.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (5.2.0) 2024-11-06 22:05:44.812 | Requirement already satisfied: oslo.policy>=3.8.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (4.2.1) 2024-11-06 22:05:44.812 | Requirement already satisfied: oslo.privsep>=2.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (3.2.0) 2024-11-06 22:05:44.815 | Requirement already satisfied: oslo.reports>=2.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (3.1.0) 2024-11-06 22:05:44.815 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (7.1.0) 2024-11-06 22:05:44.816 | Requirement already satisfied: oslo.serialization>=4.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (5.2.1) 2024-11-06 22:05:44.816 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (3.2.1) 2024-11-06 22:05:44.816 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (2.2.0) 2024-11-06 22:05:44.817 | Requirement already satisfied: oslo.utils>=4.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (6.2.1) 2024-11-06 22:05:44.940 | Collecting oslo.versionedobjects>=2.4.0 (from cinder==0.0.1.dev45) 2024-11-06 22:05:44.942 | Using cached oslo.versionedobjects-3.2.0-py3-none-any.whl.metadata (2.6 kB) 2024-11-06 22:05:44.944 | Requirement already satisfied: osprofiler>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (4.1.0) 2024-11-06 22:05:44.945 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (23.1) 2024-11-06 22:05:44.984 | Collecting paramiko>=2.7.2 (from cinder==0.0.1.dev45) 2024-11-06 22:05:44.986 | Using cached paramiko-3.1.0-py3-none-any.whl.metadata (4.3 kB) 2024-11-06 22:05:44.988 | Requirement already satisfied: Paste>=3.4.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (3.5.2) 2024-11-06 22:05:44.989 | Requirement already satisfied: PasteDeploy>=2.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (3.0.1) 2024-11-06 22:05:44.990 | Requirement already satisfied: psutil>=5.7.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (5.9.5) 2024-11-06 22:05:44.990 | Requirement already satisfied: pyparsing>=2.4.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (3.0.9) 2024-11-06 22:05:44.992 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (5.6.1) 2024-11-06 22:05:45.116 | Collecting python-glanceclient>=3.2.2 (from cinder==0.0.1.dev45) 2024-11-06 22:05:45.118 | Using cached python_glanceclient-4.4.1-py3-none-any.whl.metadata (3.8 kB) 2024-11-06 22:05:45.120 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (5.2.0) 2024-11-06 22:05:45.161 | Collecting python-novaclient>=18.2.0 (from cinder==0.0.1.dev45) 2024-11-06 22:05:45.163 | Using cached python_novaclient-18.4.0-py3-none-any.whl.metadata (3.0 kB) 2024-11-06 22:05:45.215 | Collecting python-swiftclient>=3.10.1 (from cinder==0.0.1.dev45) 2024-11-06 22:05:45.216 | Using cached python_swiftclient-4.4.0-py3-none-any.whl.metadata (3.7 kB) 2024-11-06 22:05:45.218 | Requirement already satisfied: pytz>=2020.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (2023.3) 2024-11-06 22:05:45.220 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (2.28.2) 2024-11-06 22:05:45.220 | Requirement already satisfied: Routes>=2.4.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (2.5.1) 2024-11-06 22:05:45.220 | Requirement already satisfied: taskflow>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (5.4.0) 2024-11-06 22:05:45.336 | Collecting rtslib-fb>=2.1.74 (from cinder==0.0.1.dev45) 2024-11-06 22:05:45.337 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2024-11-06 22:05:45.342 | Requirement already satisfied: six>=1.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (1.16.0) 2024-11-06 22:05:45.343 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (1.4.41) 2024-11-06 22:05:45.344 | Requirement already satisfied: stevedore>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (5.1.0) 2024-11-06 22:05:45.364 | Collecting tabulate>=0.8.7 (from cinder==0.0.1.dev45) 2024-11-06 22:05:45.366 | Using cached tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2024-11-06 22:05:45.369 | Requirement already satisfied: tenacity>=6.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (6.3.1) 2024-11-06 22:05:45.370 | Requirement already satisfied: WebOb>=1.8.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (1.8.7) 2024-11-06 22:05:45.371 | Requirement already satisfied: oslo.i18n>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (6.1.0) 2024-11-06 22:05:45.504 | Collecting oslo.vmware>=3.10.0 (from cinder==0.0.1.dev45) 2024-11-06 22:05:45.506 | Using cached oslo.vmware-4.2.0-py3-none-any.whl.metadata (2.4 kB) 2024-11-06 22:05:45.508 | Requirement already satisfied: os-brick>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (6.4.1) 2024-11-06 22:05:45.509 | Requirement already satisfied: os-win>=5.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (5.9.0) 2024-11-06 22:05:45.638 | Collecting tooz>=2.8.0 (from cinder==0.0.1.dev45) 2024-11-06 22:05:45.641 | Using cached tooz-4.2.0-py3-none-any.whl.metadata (3.5 kB) 2024-11-06 22:05:45.759 | Collecting google-api-python-client>=1.11.0 (from cinder==0.0.1.dev45) 2024-11-06 22:05:45.762 | Using cached google_api_python_client-2.86.0-py2.py3-none-any.whl.metadata (6.6 kB) 2024-11-06 22:05:45.764 | Requirement already satisfied: castellan>=3.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (4.3.0) 2024-11-06 22:05:45.765 | Requirement already satisfied: cryptography>=3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (40.0.2) 2024-11-06 22:05:45.766 | Requirement already satisfied: cursive>=0.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from cinder==0.0.1.dev45) (0.2.3) 2024-11-06 22:05:45.817 | Collecting zstd>=1.4.5.1 (from cinder==0.0.1.dev45) 2024-11-06 22:05:45.819 | Using cached zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.9 kB) 2024-11-06 22:05:46.286 | Collecting boto3>=1.18.49 (from cinder==0.0.1.dev45) 2024-11-06 22:05:46.288 | Using cached boto3-1.26.118-py3-none-any.whl.metadata (7.0 kB) 2024-11-06 22:05:46.909 | Collecting botocore<1.30.0,>=1.29.118 (from boto3>=1.18.49->cinder==0.0.1.dev45) 2024-11-06 22:05:46.911 | Using cached botocore-1.29.118-py3-none-any.whl.metadata (5.9 kB) 2024-11-06 22:05:46.914 | 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.dev45) (1.0.1) 2024-11-06 22:05:46.940 | Collecting s3transfer<0.7.0,>=0.6.0 (from boto3>=1.18.49->cinder==0.0.1.dev45) 2024-11-06 22:05:46.942 | Using cached s3transfer-0.6.0-py3-none-any.whl.metadata (1.6 kB) 2024-11-06 22:05:46.972 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=3.1->cinder==0.0.1.dev45) (1.15.1) 2024-11-06 22:05:46.985 | 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.dev45) (2.3.0) 2024-11-06 22:05:47.092 | Collecting google-auth<3.0.0dev,>=1.19.0 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev45) 2024-11-06 22:05:47.093 | Using cached google_auth-2.17.3-py2.py3-none-any.whl.metadata (4.3 kB) 2024-11-06 22:05:47.116 | Collecting google-auth-httplib2>=0.1.0 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev45) 2024-11-06 22:05:47.118 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl.metadata (2.1 kB) 2024-11-06 22:05:47.201 | 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.dev45) 2024-11-06 22:05:47.203 | Using cached google_api_core-2.11.0-py3-none-any.whl.metadata (2.6 kB) 2024-11-06 22:05:47.223 | Collecting uritemplate<5,>=3.0.1 (from google-api-python-client>=1.11.0->cinder==0.0.1.dev45) 2024-11-06 22:05:47.225 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl.metadata (2.9 kB) 2024-11-06 22:05:47.258 | 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.dev45) (3.15.0) 2024-11-06 22:05:47.330 | 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.dev45) (23.1.0) 2024-11-06 22:05:47.330 | 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.dev45) (0.19.3) 2024-11-06 22:05:47.357 | 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.dev45) (1.7.0) 2024-11-06 22:05:47.380 | 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.dev45) (3.5.0) 2024-11-06 22:05:47.382 | 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.dev45) (3.1.1) 2024-11-06 22:05:47.432 | Collecting pyasn1>=0.1.7 (from oauth2client>=4.1.3->cinder==0.0.1.dev45) 2024-11-06 22:05:47.434 | Using cached pyasn1-0.4.8-py2.py3-none-any.whl.metadata (1.5 kB) 2024-11-06 22:05:47.466 | Collecting pyasn1-modules>=0.0.5 (from oauth2client>=4.1.3->cinder==0.0.1.dev45) 2024-11-06 22:05:47.468 | Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl.metadata (3.6 kB) 2024-11-06 22:05:47.493 | Collecting rsa>=3.1.4 (from oauth2client>=4.1.3->cinder==0.0.1.dev45) 2024-11-06 22:05:47.495 | Using cached rsa-4.9-py3-none-any.whl.metadata (4.2 kB) 2024-11-06 22:05:47.523 | 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.dev45) (0.18) 2024-11-06 22:05:47.543 | 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.dev45) (6.0) 2024-11-06 22:05:47.543 | 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.dev45) (2.5.0) 2024-11-06 22:05:47.544 | 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.dev45) (0.8.0) 2024-11-06 22:05:47.545 | 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.dev45) (2.0.0) 2024-11-06 22:05:47.571 | 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.dev45) (1.9.4) 2024-11-06 22:05:47.573 | 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.dev45) (2.0.1) 2024-11-06 22:05:47.574 | 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.dev45) (0.5.0) 2024-11-06 22:05:47.600 | 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.dev45) (2.8.2) 2024-11-06 22:05:47.602 | 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.dev45) (0.9.6) 2024-11-06 22:05:47.628 | 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.dev45) (5.1.1) 2024-11-06 22:05:47.629 | 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.dev45) (5.3.0) 2024-11-06 22:05:47.630 | 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.dev45) (2.4.1) 2024-11-06 22:05:47.630 | 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.dev45) (5.2.4) 2024-11-06 22:05:47.631 | 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.dev45) (0.7.0) 2024-11-06 22:05:47.643 | 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.dev45) (3.1.2) 2024-11-06 22:05:47.643 | 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.dev45) (4.0.1) 2024-11-06 22:05:47.645 | 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.dev45) (4.0.1) 2024-11-06 22:05:47.665 | 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.dev45) (1.0.5) 2024-11-06 22:05:47.690 | 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.dev45) (2023.3) 2024-11-06 22:05:47.705 | 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.dev45) (1.4.0) 2024-11-06 22:05:47.706 | 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.dev45) (4.0.1) 2024-11-06 22:05:47.717 | 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.dev45) (3.7.0) 2024-11-06 22:05:47.729 | 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.dev45) (0.11.0) 2024-11-06 22:05:47.760 | 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.dev45) (0.7.1) 2024-11-06 22:05:47.790 | Collecting suds-community>=0.6 (from oslo.vmware>=3.10.0->cinder==0.0.1.dev45) 2024-11-06 22:05:47.792 | Using cached suds_community-1.1.2-py3-none-any.whl.metadata (1.7 kB) 2024-11-06 22:05:47.794 | 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.dev45) (1.26.15) 2024-11-06 22:05:47.881 | Collecting pynacl>=1.5 (from paramiko>=2.7.2->cinder==0.0.1.dev45) 2024-11-06 22:05:47.883 | 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-11-06 22:05:47.897 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=3.4.3->cinder==0.0.1.dev45) (69.1.1) 2024-11-06 22:05:47.963 | 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.dev45) (4.3.0) 2024-11-06 22:05:47.981 | 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.dev45) (23.1.1) 2024-11-06 22:05:48.091 | Collecting warlock>=1.2.0 (from python-glanceclient>=3.2.2->cinder==0.0.1.dev45) 2024-11-06 22:05:48.093 | Using cached warlock-2.0.1-py3-none-any.whl.metadata (3.9 kB) 2024-11-06 22:05:48.095 | 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.dev45) (1.15.0) 2024-11-06 22:05:48.181 | 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.dev45) (3.1.0) 2024-11-06 22:05:48.182 | 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.dev45) (3.4) 2024-11-06 22:05:48.182 | 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.dev45) (2024.8.30) 2024-11-06 22:05:48.199 | 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.dev45) (0.7) 2024-11-06 22:05:48.233 | Collecting pyudev>=0.16.1 (from rtslib-fb>=2.1.74->cinder==0.0.1.dev45) 2024-11-06 22:05:48.235 | Using cached pyudev-0.24.1-py3-none-any.whl.metadata (4.6 kB) 2024-11-06 22:05:48.384 | 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.dev45) (3.2.0) 2024-11-06 22:05:48.385 | 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.dev45) (3.1) 2024-11-06 22:05:48.387 | 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.dev45) (1.4.2) 2024-11-06 22:05:48.470 | Collecting voluptuous>=0.8.9 (from tooz>=2.8.0->cinder==0.0.1.dev45) 2024-11-06 22:05:48.472 | Using cached voluptuous-0.13.1-py3-none-any.whl.metadata (20 kB) 2024-11-06 22:05:48.528 | 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.dev45) (1.2.4) 2024-11-06 22:05:48.544 | 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.dev45) (5.0.0) 2024-11-06 22:05:48.676 | 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.dev45) (2.21) 2024-11-06 22:05:48.713 | 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.dev45) (0.5.1) 2024-11-06 22:05:48.714 | 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.dev45) (2.4.3) 2024-11-06 22:05:48.889 | 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.dev45) 2024-11-06 22:05:48.891 | Using cached googleapis_common_protos-1.59.0-py2.py3-none-any.whl.metadata (1.5 kB) 2024-11-06 22:05:48.892 | 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.dev45) (4.22.3) 2024-11-06 22:05:48.999 | 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.dev45) (2.1.2) 2024-11-06 22:05:49.201 | 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.dev45) (1.1.8) 2024-11-06 22:05:49.226 | 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.dev45) (0.16.0) 2024-11-06 22:05:49.249 | 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.dev45) (0.2.6) 2024-11-06 22:05:49.888 | 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.dev45) (2.6.0) 2024-11-06 22:05:50.016 | 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.dev45) (1.32) 2024-11-06 22:05:50.223 | 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.dev45) (1.8.2) 2024-11-06 22:05:50.301 | 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.dev45) (2.3) 2024-11-06 22:05:50.570 | Using cached boto3-1.26.118-py3-none-any.whl (135 kB) 2024-11-06 22:05:50.574 | Using cached google_api_python_client-2.86.0-py2.py3-none-any.whl (11.3 MB) 2024-11-06 22:05:50.625 | 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-11-06 22:05:50.661 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2024-11-06 22:05:50.664 | Using cached oslo.versionedobjects-3.2.0-py3-none-any.whl (86 kB) 2024-11-06 22:05:50.667 | Using cached oslo.vmware-4.2.0-py3-none-any.whl (491 kB) 2024-11-06 22:05:50.671 | Using cached paramiko-3.1.0-py3-none-any.whl (211 kB) 2024-11-06 22:05:50.675 | Using cached python_glanceclient-4.4.1-py3-none-any.whl (205 kB) 2024-11-06 22:05:50.678 | Using cached python_novaclient-18.4.0-py3-none-any.whl (335 kB) 2024-11-06 22:05:50.683 | Using cached python_swiftclient-4.4.0-py3-none-any.whl (88 kB) 2024-11-06 22:05:50.686 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-11-06 22:05:50.689 | Using cached tooz-4.2.0-py3-none-any.whl (94 kB) 2024-11-06 22:05:50.691 | Using cached zstd-1.5.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2024-11-06 22:05:50.710 | Using cached botocore-1.29.118-py3-none-any.whl (10.7 MB) 2024-11-06 22:05:50.761 | Using cached google_api_core-2.11.0-py3-none-any.whl (120 kB) 2024-11-06 22:05:50.764 | Using cached google_auth-2.17.3-py2.py3-none-any.whl (178 kB) 2024-11-06 22:05:50.767 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2024-11-06 22:05:50.769 | Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 2024-11-06 22:05:50.771 | Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB) 2024-11-06 22:05:50.775 | 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-11-06 22:05:50.782 | Using cached pyudev-0.24.1-py3-none-any.whl (62 kB) 2024-11-06 22:05:50.785 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2024-11-06 22:05:50.787 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2024-11-06 22:05:50.790 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2024-11-06 22:05:50.793 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2024-11-06 22:05:50.796 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2024-11-06 22:05:50.798 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2024-11-06 22:05:50.800 | Using cached googleapis_common_protos-1.59.0-py2.py3-none-any.whl (223 kB) 2024-11-06 22:05:51.338 | 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-11-06 22:05:54.320 | Running setup.py develop for cinder 2024-11-06 22:05:55.766 | Successfully installed boto3-1.26.118 botocore-1.29.118 cinder-0.0.1.dev45 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.1 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-11-06 22:05:56.070 | + inc/python:pip_install:222 : result=0 2024-11-06 22:05:56.073 | + inc/python:pip_install:224 : time_stop pip_install 2024-11-06 22:05:56.075 | + functions-common:time_stop:2400 : local name 2024-11-06 22:05:56.077 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:05:56.079 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:05:56.080 | + functions-common:time_stop:2403 : local total 2024-11-06 22:05:56.082 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:05:56.084 | + functions-common:time_stop:2406 : name=pip_install 2024-11-06 22:05:56.086 | + functions-common:time_stop:2407 : start_time=1730930743027 2024-11-06 22:05:56.088 | + functions-common:time_stop:2409 : [[ -z 1730930743027 ]] 2024-11-06 22:05:56.090 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:05:56.093 | + functions-common:time_stop:2412 : end_time=1730930756091 2024-11-06 22:05:56.095 | + functions-common:time_stop:2413 : elapsed_time=13064 2024-11-06 22:05:56.097 | + functions-common:time_stop:2414 : total=48951 2024-11-06 22:05:56.098 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:05:56.100 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=62015 2024-11-06 22:05:56.102 | + inc/python:pip_install:225 : return 0 2024-11-06 22:05:56.104 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2024-11-06 22:05:56.106 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2024-11-06 22:05:56.108 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/cinder 2024-11-06 22:05:56.109 | + inc/python:use_library_from_git:272 : local name=/opt/stack/cinder 2024-11-06 22:05:56.111 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:05:56.113 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:05:56.115 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/cinder, ]] 2024-11-06 22:05:56.117 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:05:56.119 | + lib/cinder:install_cinder:518 : [[ lioadm == \t\g\t\a\d\m ]] 2024-11-06 22:05:56.121 | + lib/cinder:install_cinder:520 : [[ lioadm == \l\i\o\a\d\m ]] 2024-11-06 22:05:56.123 | + lib/cinder:install_cinder:521 : is_ubuntu 2024-11-06 22:05:56.125 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:05:56.127 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:05:56.128 | + lib/cinder:install_cinder:523 : sudo mkdir -p /etc/target 2024-11-06 22:05:56.138 | + lib/cinder:install_cinder:525 : install_package targetcli-fb 2024-11-06 22:05:56.140 | + functions-common:install_package:1421 : update_package_repo 2024-11-06 22:05:56.141 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2024-11-06 22:05:56.143 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2024-11-06 22:05:56.145 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2024-11-06 22:05:56.147 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2024-11-06 22:05:56.149 | + functions-common:update_package_repo:1403 : is_ubuntu 2024-11-06 22:05:56.151 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:05:56.153 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:05:56.154 | + functions-common:update_package_repo:1404 : apt_get_update 2024-11-06 22:05:56.156 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2024-11-06 22:05:56.158 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2024-11-06 22:05:56.160 | + functions-common:apt_get_update:1150 : return 2024-11-06 22:05:56.162 | + functions-common:install_package:1422 : real_install_package targetcli-fb 2024-11-06 22:05:56.164 | + functions-common:real_install_package:1409 : is_ubuntu 2024-11-06 22:05:56.166 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:05:56.167 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:05:56.169 | + functions-common:real_install_package:1410 : apt_get install targetcli-fb 2024-11-06 22:05:56.186 | + 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-11-06 22:05:56.246 | Reading package lists... 2024-11-06 22:05:56.437 | Building dependency tree... 2024-11-06 22:05:56.440 | Reading state information... 2024-11-06 22:05:56.634 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2024-11-06 22:05:56.634 | The following packages were automatically installed and are no longer required: 2024-11-06 22:05:56.634 | linux-headers-6.8.0-40-generic linux-hwe-6.8-headers-6.8.0-40 2024-11-06 22:05:56.634 | linux-hwe-6.8-tools-6.8.0-40 linux-image-6.8.0-40-generic 2024-11-06 22:05:56.634 | linux-modules-6.8.0-40-generic linux-tools-6.8.0-40-generic 2024-11-06 22:05:56.634 | Use 'sudo apt autoremove' to remove them. 2024-11-06 22:05:56.656 | 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 2024-11-06 22:05:56.660 | + functions-common:apt_get:1194 : result=0 2024-11-06 22:05:56.662 | + functions-common:apt_get:1197 : time_stop apt-get 2024-11-06 22:05:56.664 | + functions-common:time_stop:2400 : local name 2024-11-06 22:05:56.666 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:05:56.668 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:05:56.670 | + functions-common:time_stop:2403 : local total 2024-11-06 22:05:56.672 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:05:56.674 | + functions-common:time_stop:2406 : name=apt-get 2024-11-06 22:05:56.676 | + functions-common:time_stop:2407 : start_time=1730930756184 2024-11-06 22:05:56.678 | + functions-common:time_stop:2409 : [[ -z 1730930756184 ]] 2024-11-06 22:05:56.681 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:05:56.684 | + functions-common:time_stop:2412 : end_time=1730930756682 2024-11-06 22:05:56.686 | + functions-common:time_stop:2413 : elapsed_time=498 2024-11-06 22:05:56.688 | + functions-common:time_stop:2414 : total=12042 2024-11-06 22:05:56.690 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:05:56.692 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=12540 2024-11-06 22:05:56.694 | + functions-common:apt_get:1198 : return 0 2024-11-06 22:05:56.696 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-11-06 22:05:56.697 | + stack.sh:main:954 : configure_cinder 2024-11-06 22:05:56.699 | + lib/cinder:configure_cinder:283 : sudo install -d -o stack -m 755 /etc/cinder 2024-11-06 22:05:56.709 | + lib/cinder:configure_cinder:285 : rm -f /etc/cinder/cinder.conf 2024-11-06 22:05:56.712 | + lib/cinder:configure_cinder:287 : configure_rootwrap cinder 2024-11-06 22:05:56.714 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2024-11-06 22:05:56.716 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-11-06 22:05:56.719 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2024-11-06 22:05:56.719 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-11-06 22:05:56.722 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2024-11-06 22:05:56.724 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2024-11-06 22:05:56.726 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/opt/stack/data/venv/bin 2024-11-06 22:05:56.727 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2024-11-06 22:05:56.729 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2024-11-06 22:05:56.731 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2024-11-06 22:05:56.732 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/opt/stack/data/venv/bin/cinder-rootwrap 2024-11-06 22:05:56.734 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2024-11-06 22:05:56.743 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2024-11-06 22:05:56.752 | + 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-11-06 22:05:56.761 | + 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-11-06 22:05:56.770 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2024-11-06 22:05:56.778 | + inc/rootwrap:configure_rootwrap:66 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/cinder/rootwrap.conf 2024-11-06 22:05:56.787 | + inc/rootwrap:configure_rootwrap:69 : local tempfile 2024-11-06 22:05:56.790 | ++ inc/rootwrap:configure_rootwrap:70 : mktemp 2024-11-06 22:05:56.793 | + inc/rootwrap:configure_rootwrap:70 : tempfile=/tmp/tmp.3wYKUmgSlc 2024-11-06 22:05:56.795 | + inc/rootwrap:configure_rootwrap:72 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-11-06 22:05:56.797 | + inc/rootwrap:configure_rootwrap:73 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-11-06 22:05:56.799 | + inc/rootwrap:configure_rootwrap:74 : '[' -f /opt/stack/data/venv/bin/cinder-rootwrap-daemon ']' 2024-11-06 22:05:56.800 | + inc/rootwrap:configure_rootwrap:79 : chmod 0440 /tmp/tmp.3wYKUmgSlc 2024-11-06 22:05:56.803 | + inc/rootwrap:configure_rootwrap:80 : sudo chown root:root /tmp/tmp.3wYKUmgSlc 2024-11-06 22:05:56.812 | + inc/rootwrap:configure_rootwrap:81 : sudo mv /tmp/tmp.3wYKUmgSlc /etc/sudoers.d/cinder-rootwrap 2024-11-06 22:05:56.821 | ++ inc/rootwrap:configure_rootwrap:85 : dirname /opt/stack/data/venv/bin/cinder-rootwrap 2024-11-06 22:05:56.824 | + inc/rootwrap:configure_rootwrap:85 : add_sudo_secure_path /opt/stack/data/venv/bin 2024-11-06 22:05:56.825 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/opt/stack/data/venv/bin 2024-11-06 22:05:56.827 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-11-06 22:05:56.829 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-11-06 22:05:56.830 | + 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-11-06 22:05:56.832 | + 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-11-06 22:05:56.834 | + 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-11-06 22:05:56.834 | + inc/rootwrap:add_sudo_secure_path:33 : sudo tee /etc/sudoers.d/zz-secure-path 2024-11-06 22:05:56.840 | Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin 2024-11-06 22:05:56.843 | + inc/rootwrap:add_sudo_secure_path:34 : sudo chmod 400 /etc/sudoers.d/zz-secure-path 2024-11-06 22:05:56.852 | + inc/rootwrap:add_sudo_secure_path:35 : sudo chown root:root /etc/sudoers.d/zz-secure-path 2024-11-06 22:05:56.860 | + lib/cinder:configure_cinder:289 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2024-11-06 22:05:56.862 | + lib/cinder:configure_cinder:290 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2024-11-06 22:05:56.865 | + lib/cinder:configure_cinder:293 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2024-11-06 22:05:56.869 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2024-11-06 22:05:56.883 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2024-11-06 22:05:56.896 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2024-11-06 22:05:56.911 | + lib/cinder:configure_cinder:298 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2024-11-06 22:05:56.925 | + lib/cinder:configure_cinder:299 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2024-11-06 22:05:56.940 | + lib/cinder:configure_cinder:300 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2024-11-06 22:05:56.954 | + lib/cinder:configure_cinder:301 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2024-11-06 22:05:56.968 | + lib/cinder:configure_cinder:302 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2024-11-06 22:05:56.982 | + lib/cinder:configure_cinder:304 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2024-11-06 22:05:56.984 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-11-06 22:05:56.985 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2024-11-06 22:05:56.987 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-11-06 22:05:56.989 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2024-11-06 22:05:57.012 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2024-11-06 22:05:57.034 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-11-06 22:05:57.057 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2024-11-06 22:05:57.079 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2024-11-06 22:05:57.101 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2024-11-06 22:05:57.124 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2024-11-06 22:05:57.147 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2024-11-06 22:05:57.170 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-11-06 22:05:57.192 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2024-11-06 22:05:57.215 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2024-11-06 22:05:57.239 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2024-11-06 22:05:57.262 | ++ lib/cinder:configure_cinder:309 : database_connection_url cinder 2024-11-06 22:05:57.264 | ++ lib/database:database_connection_url:134 : local db=cinder 2024-11-06 22:05:57.266 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2024-11-06 22:05:57.268 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=cinder 2024-11-06 22:05:57.270 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2024-11-06 22:05:57.272 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2024-11-06 22:05:57.273 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2024-11-06 22:05:57.286 | ++ functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:05:57.288 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2024-11-06 22:05:57.290 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2024-11-06 22:05:57.292 | + 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-11-06 22:05:57.317 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2024-11-06 22:05:57.339 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2024-11-06 22:05:57.362 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2024-11-06 22:05:57.384 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2024-11-06 22:05:57.407 | + lib/cinder:configure_cinder:314 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2024-11-06 22:05:57.430 | + lib/cinder:configure_cinder:315 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2024-11-06 22:05:57.454 | + lib/cinder:configure_cinder:316 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2024-11-06 22:05:57.477 | + lib/cinder:configure_cinder:317 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2024-11-06 22:05:57.503 | ++ lib/cinder:configure_cinder:318 : openssl rand -hex 16 2024-11-06 22:05:57.518 | + lib/cinder:configure_cinder:318 : iniset /etc/cinder/cinder.conf key_manager fixed_key 8df9f59e7400ed9471a4f1d980156611 2024-11-06 22:05:57.541 | + lib/cinder:configure_cinder:319 : [[ -n '' ]] 2024-11-06 22:05:57.543 | + lib/cinder:configure_cinder:324 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2024-11-06 22:05:57.566 | + lib/cinder:configure_cinder:325 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2024-11-06 22:05:57.588 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2024-11-06 22:05:57.610 | + lib/cinder:configure_cinder:331 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2024-11-06 22:05:57.633 | + lib/cinder:configure_cinder:333 : iniset /etc/cinder/cinder.conf DEFAULT report_interval 120 2024-11-06 22:05:57.656 | + lib/cinder:configure_cinder:334 : iniset /etc/cinder/cinder.conf DEFAULT service_down_time 720 2024-11-06 22:05:57.678 | + lib/cinder:configure_cinder:336 : is_service_enabled c-vol 2024-11-06 22:05:57.691 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:05:57.693 | + lib/cinder:configure_cinder:336 : [[ -n vmdk:vsphere ]] 2024-11-06 22:05:57.694 | + lib/cinder:configure_cinder:337 : local enabled_backends= 2024-11-06 22:05:57.696 | + lib/cinder:configure_cinder:338 : local default_name= 2024-11-06 22:05:57.698 | + lib/cinder:configure_cinder:339 : local be be_name be_type 2024-11-06 22:05:57.700 | + lib/cinder:configure_cinder:340 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-11-06 22:05:57.702 | + lib/cinder:configure_cinder:341 : be_type=vmdk 2024-11-06 22:05:57.704 | + lib/cinder:configure_cinder:342 : be_name=vsphere 2024-11-06 22:05:57.705 | + lib/cinder:configure_cinder:343 : type configure_cinder_backend_vmdk 2024-11-06 22:05:57.707 | + lib/cinder:configure_cinder:344 : configure_cinder_backend_vmdk vsphere 2024-11-06 22:05:57.709 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2024-11-06 22:05:57.711 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2024-11-06 22:05:57.736 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:35 : iniset /etc/cinder/cinder.conf vsphere volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-11-06 22:05:57.759 | + 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-11-06 22:05:57.781 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2024-11-06 22:05:57.804 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2024-11-06 22:05:57.826 | + lib/cinder:configure_cinder:346 : [[ -z '' ]] 2024-11-06 22:05:57.828 | + lib/cinder:configure_cinder:347 : default_name=vsphere 2024-11-06 22:05:57.830 | + lib/cinder:configure_cinder:349 : enabled_backends+=vsphere, 2024-11-06 22:05:57.832 | + lib/cinder:configure_cinder:351 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2024-11-06 22:05:57.854 | + lib/cinder:configure_cinder:352 : [[ -n vsphere ]] 2024-11-06 22:05:57.856 | + lib/cinder:configure_cinder:353 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2024-11-06 22:05:57.879 | + lib/cinder:configure_cinder:355 : configure_cinder_image_volume_cache 2024-11-06 22:05:57.881 | + lib/cinder:configure_cinder_image_volume_cache:717 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2024-11-06 22:05:57.883 | + lib/cinder:configure_cinder_image_volume_cache:718 : local be_name=vsphere 2024-11-06 22:05:57.885 | + lib/cinder:configure_cinder_image_volume_cache:720 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2024-11-06 22:05:57.907 | + lib/cinder:configure_cinder_image_volume_cache:722 : [[ -n '' ]] 2024-11-06 22:05:57.909 | + lib/cinder:configure_cinder_image_volume_cache:726 : [[ -n '' ]] 2024-11-06 22:05:57.911 | + lib/cinder:configure_cinder:358 : is_service_enabled c-bak 2024-11-06 22:05:57.924 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:05:57.926 | + lib/cinder:configure_cinder:366 : is_service_enabled ceilometer 2024-11-06 22:05:57.938 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:05:57.940 | + lib/cinder:configure_cinder:370 : is_service_enabled tls-proxy 2024-11-06 22:05:57.953 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:05:57.954 | + lib/cinder:configure_cinder:384 : '[' False '!=' False ']' 2024-11-06 22:05:57.956 | + lib/cinder:configure_cinder:388 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2024-11-06 22:05:57.958 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=cinder 2024-11-06 22:05:57.960 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/cinder/cinder.conf 2024-11-06 22:05:57.962 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2024-11-06 22:05:57.963 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2024-11-06 22:05:57.965 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2024-11-06 22:05:57.977 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:05:57.980 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2024-11-06 22:05:57.982 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2024-11-06 22:05:57.984 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2024-11-06 22:05:57.996 | ++ functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:05:57.998 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-11-06 22:05:58.000 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-11-06 22:05:58.022 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2024-11-06 22:05:58.024 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2024-11-06 22:05:58.026 | + lib/cinder:configure_cinder:391 : setup_logging /etc/cinder/cinder.conf True 2024-11-06 22:05:58.028 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2024-11-06 22:05:58.030 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2024-11-06 22:05:58.032 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-11-06 22:05:58.045 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-11-06 22:05:58.047 | + functions:setup_systemd_logging:706 : local pidstr= 2024-11-06 22:05:58.049 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-11-06 22:05:58.051 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-11-06 22:05:58.052 | + 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-11-06 22:05:58.075 | + 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-11-06 22:05:58.097 | + 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-11-06 22:05:58.121 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-11-06 22:05:58.143 | + lib/cinder:configure_cinder:393 : is_service_enabled c-api 2024-11-06 22:05:58.156 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:05:58.158 | + lib/cinder:configure_cinder:394 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /opt/stack/data/venv/bin/cinder-wsgi /volume 2024-11-06 22:05:58.159 | + lib/apache:write_uwsgi_config:241 : local file=/etc/cinder/cinder-api-uwsgi.ini 2024-11-06 22:05:58.161 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/cinder-wsgi 2024-11-06 22:05:58.163 | + lib/apache:write_uwsgi_config:243 : local url=/volume 2024-11-06 22:05:58.165 | + lib/apache:write_uwsgi_config:244 : local http= 2024-11-06 22:05:58.167 | + lib/apache:write_uwsgi_config:245 : local name= 2024-11-06 22:05:58.169 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/cinder-wsgi 2024-11-06 22:05:58.172 | + lib/apache:write_uwsgi_config:246 : name=cinder-wsgi 2024-11-06 22:05:58.174 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2024-11-06 22:05:58.176 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2024-11-06 22:05:58.185 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2024-11-06 22:05:58.185 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-11-06 22:05:58.192 | d /var/run/uwsgi 0755 stack root 2024-11-06 22:05:58.195 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-11-06 22:05:58.202 | /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-11-06 22:05:58.205 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2024-11-06 22:05:58.207 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2024-11-06 22:05:58.210 | + lib/apache:write_uwsgi_config:262 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/cinder-wsgi 2024-11-06 22:05:58.233 | + lib/apache:write_uwsgi_config:263 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2024-11-06 22:05:58.255 | + lib/apache:write_uwsgi_config:265 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2024-11-06 22:05:58.276 | + lib/apache:write_uwsgi_config:267 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2024-11-06 22:05:58.298 | + lib/apache:write_uwsgi_config:268 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2024-11-06 22:05:58.320 | + lib/apache:write_uwsgi_config:271 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-11-06 22:05:58.342 | + lib/apache:write_uwsgi_config:272 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2024-11-06 22:05:58.365 | + lib/apache:write_uwsgi_config:273 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2024-11-06 22:05:58.386 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2024-11-06 22:05:58.409 | + 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-11-06 22:05:58.431 | + lib/apache:write_uwsgi_config:279 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2024-11-06 22:05:58.454 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-11-06 22:05:58.476 | + lib/apache:write_uwsgi_config:283 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2024-11-06 22:05:58.499 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2024-11-06 22:05:58.501 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2024-11-06 22:05:58.503 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for cinder-wsgi 2024-11-06 22:05:58.505 | ++ lib/apache:apache_site_config_for:173 : local site=cinder-wsgi 2024-11-06 22:05:58.507 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2024-11-06 22:05:58.509 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:05:58.511 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:05:58.513 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2024-11-06 22:05:58.515 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2024-11-06 22:05:58.517 | + lib/apache:write_uwsgi_config:291 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2024-11-06 22:05:58.539 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2024-11-06 22:05:58.561 | + 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-11-06 22:05:58.562 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2024-11-06 22:05:58.568 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 acquire=1 2024-11-06 22:05:58.571 | + lib/apache:write_uwsgi_config:294 : enable_apache_site cinder-wsgi 2024-11-06 22:05:58.572 | + lib/apache:enable_apache_site:190 : local site=cinder-wsgi 2024-11-06 22:05:58.574 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2024-11-06 22:05:58.576 | + lib/apache:enable_apache_mod:55 : local mod=version 2024-11-06 22:05:58.578 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2024-11-06 22:05:58.580 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:05:58.581 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:05:58.583 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2024-11-06 22:05:58.585 | + lib/apache:enable_apache_site:193 : is_ubuntu 2024-11-06 22:05:58.587 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:05:58.588 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:05:58.590 | + lib/apache:enable_apache_site:194 : sudo a2ensite cinder-wsgi 2024-11-06 22:05:58.621 | Enabling site cinder-wsgi. 2024-11-06 22:05:58.625 | To activate the new configuration, you need to run: 2024-11-06 22:05:58.625 | systemctl reload apache2 2024-11-06 22:05:58.628 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2024-11-06 22:05:58.630 | + lib/apache:restart_apache_server:237 : restart_service apache2 2024-11-06 22:05:58.632 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-11-06 22:05:58.633 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2024-11-06 22:05:58.731 | + lib/cinder:configure_cinder:397 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2024-11-06 22:05:58.733 | + lib/cinder:configure_cinder:398 : configure_cinder_driver 2024-11-06 22:05:58.735 | + 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-11-06 22:05:58.758 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2024-11-06 22:05:58.781 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2024-11-06 22:05:58.805 | + lib/cinder_plugins/vsphere:configure_cinder_driver:36 : iniset /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-11-06 22:05:58.827 | + lib/cinder:configure_cinder:401 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2024-11-06 22:05:58.850 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2024-11-06 22:05:58.873 | + lib/cinder:configure_cinder:404 : is_service_enabled tls-proxy 2024-11-06 22:05:58.885 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:05:58.887 | + lib/cinder:configure_cinder:410 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2024-11-06 22:05:58.889 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-11-06 22:05:58.891 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-11-06 22:05:58.893 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-11-06 22:05:58.894 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2024-11-06 22:05:58.919 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2024-11-06 22:05:58.942 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2024-11-06 22:05:58.964 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2024-11-06 22:05:58.987 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2024-11-06 22:05:59.009 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2024-11-06 22:05:59.032 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2024-11-06 22:05:59.054 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2024-11-06 22:05:59.077 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-11-06 22:05:59.099 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2024-11-06 22:05:59.122 | + lib/cinder:configure_cinder:411 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2024-11-06 22:05:59.144 | + lib/cinder:configure_cinder:412 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2024-11-06 22:05:59.167 | + lib/cinder:configure_cinder:414 : [[ ! -z '' ]] 2024-11-06 22:05:59.168 | + lib/cinder:configure_cinder:416 : is_service_enabled etcd3 2024-11-06 22:05:59.181 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:05:59.183 | + lib/cinder:configure_cinder:419 : iniset /etc/cinder/cinder.conf coordination backend_url 'etcd3+http://10.180.1.21:2379?api_version=v3' 2024-11-06 22:05:59.208 | + lib/cinder:configure_cinder:422 : [[ False == True ]] 2024-11-06 22:05:59.210 | + lib/cinder:configure_cinder:422 : [[ False == True ]] 2024-11-06 22:05:59.212 | + lib/cinder:configure_cinder:426 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2024-11-06 22:05:59.237 | + lib/cinder:configure_cinder:427 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2024-11-06 22:05:59.259 | + stack.sh:main:957 : is_service_enabled neutron 2024-11-06 22:05:59.278 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:05:59.280 | + stack.sh:main:959 : stack_install_service neutron 2024-11-06 22:05:59.282 | + lib/stack:stack_install_service:20 : local service=neutron 2024-11-06 22:05:59.284 | + lib/stack:stack_install_service:21 : type install_neutron 2024-11-06 22:05:59.287 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-11-06 22:05:59.289 | + lib/stack:stack_install_service:32 : install_neutron 2024-11-06 22:05:59.291 | + lib/neutron:install_neutron:522 : use_library_from_git neutron-lib 2024-11-06 22:05:59.293 | + inc/python:use_library_from_git:272 : local name=neutron-lib 2024-11-06 22:05:59.295 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:05:59.297 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:05:59.299 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,neutron-lib, ]] 2024-11-06 22:05:59.301 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:05:59.303 | + lib/neutron:install_neutron:527 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron stable/2023.2 2024-11-06 22:05:59.306 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/neutron.git 2024-11-06 22:05:59.308 | + functions-common:git_clone:573 : local git_dest=/opt/stack//neutron 2024-11-06 22:05:59.309 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2024-11-06 22:05:59.311 | + functions-common:git_clone:575 : local orig_dir 2024-11-06 22:05:59.314 | ++ functions-common:git_clone:576 : pwd 2024-11-06 22:05:59.316 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-11-06 22:05:59.318 | + functions-common:git_clone:577 : local git_clone_flags= 2024-11-06 22:05:59.320 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-11-06 22:05:59.334 | + functions-common:git_clone:579 : RECLONE=False 2024-11-06 22:05:59.336 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2024-11-06 22:05:59.338 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2024-11-06 22:05:59.339 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-11-06 22:05:59.342 | + functions-common:git_clone:593 : echo stable/2023.2 2024-11-06 22:05:59.342 | + functions-common:git_clone:593 : egrep -q '^refs' 2024-11-06 22:05:59.346 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//neutron ]] 2024-11-06 22:05:59.348 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2024-11-06 22:05:59.350 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2024-11-06 22:05:59.352 | + functions-common:git_timed:680 : local count=0 2024-11-06 22:05:59.353 | + functions-common:git_timed:681 : local timeout=0 2024-11-06 22:05:59.355 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-11-06 22:05:59.357 | + functions-common:git_timed:684 : timeout=0 2024-11-06 22:05:59.359 | + functions-common:git_timed:687 : time_start git_timed 2024-11-06 22:05:59.361 | + functions-common:time_start:2386 : local name=git_timed 2024-11-06 22:05:59.362 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:05:59.364 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:05:59.366 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:05:59.369 | + functions-common:time_start:2391 : _TIME_START[$name]=1730930759367 2024-11-06 22:05:59.371 | + 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-11-06 22:05:59.373 | Cloning into '/opt/stack//neutron'... 2024-11-06 22:06:02.802 | + functions-common:git_timed:702 : time_stop git_timed 2024-11-06 22:06:02.804 | + functions-common:time_stop:2400 : local name 2024-11-06 22:06:02.806 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:06:02.808 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:06:02.809 | + functions-common:time_stop:2403 : local total 2024-11-06 22:06:02.811 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:06:02.813 | + functions-common:time_stop:2406 : name=git_timed 2024-11-06 22:06:02.815 | + functions-common:time_stop:2407 : start_time=1730930759367 2024-11-06 22:06:02.817 | + functions-common:time_stop:2409 : [[ -z 1730930759367 ]] 2024-11-06 22:06:02.819 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:06:02.823 | + functions-common:time_stop:2412 : end_time=1730930762821 2024-11-06 22:06:02.824 | + functions-common:time_stop:2413 : elapsed_time=3454 2024-11-06 22:06:02.827 | + functions-common:time_stop:2414 : total=61132 2024-11-06 22:06:02.828 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:06:02.830 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=64586 2024-11-06 22:06:02.832 | + functions-common:git_clone:614 : cd /opt/stack//neutron 2024-11-06 22:06:02.834 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2024-11-06 22:06:02.836 | + functions-common:git_timed:680 : local count=0 2024-11-06 22:06:02.838 | + functions-common:git_timed:681 : local timeout=0 2024-11-06 22:06:02.840 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-11-06 22:06:02.842 | + functions-common:git_timed:684 : timeout=0 2024-11-06 22:06:02.843 | + functions-common:git_timed:687 : time_start git_timed 2024-11-06 22:06:02.845 | + functions-common:time_start:2386 : local name=git_timed 2024-11-06 22:06:02.847 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:06:02.849 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:06:02.851 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:06:02.854 | + functions-common:time_start:2391 : _TIME_START[$name]=1730930762852 2024-11-06 22:06:02.856 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2024-11-06 22:06:06.206 | From https://opendev.org/openstack/neutron 2024-11-06 22:06:06.207 | * branch stable/2023.2 -> FETCH_HEAD 2024-11-06 22:06:06.211 | + functions-common:git_timed:702 : time_stop git_timed 2024-11-06 22:06:06.213 | + functions-common:time_stop:2400 : local name 2024-11-06 22:06:06.215 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:06:06.217 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:06:06.219 | + functions-common:time_stop:2403 : local total 2024-11-06 22:06:06.221 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:06:06.223 | + functions-common:time_stop:2406 : name=git_timed 2024-11-06 22:06:06.225 | + functions-common:time_stop:2407 : start_time=1730930762852 2024-11-06 22:06:06.227 | + functions-common:time_stop:2409 : [[ -z 1730930762852 ]] 2024-11-06 22:06:06.229 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:06:06.232 | + functions-common:time_stop:2412 : end_time=1730930766230 2024-11-06 22:06:06.234 | + functions-common:time_stop:2413 : elapsed_time=3378 2024-11-06 22:06:06.236 | + functions-common:time_stop:2414 : total=64586 2024-11-06 22:06:06.238 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:06:06.240 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=67964 2024-11-06 22:06:06.242 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2024-11-06 22:06:06.244 | + functions-common:git_timed:680 : local count=0 2024-11-06 22:06:06.246 | + functions-common:git_timed:681 : local timeout=0 2024-11-06 22:06:06.248 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-11-06 22:06:06.249 | + functions-common:git_timed:684 : timeout=0 2024-11-06 22:06:06.251 | + functions-common:git_timed:687 : time_start git_timed 2024-11-06 22:06:06.253 | + functions-common:time_start:2386 : local name=git_timed 2024-11-06 22:06:06.255 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:06:06.257 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:06:06.260 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:06:06.263 | + functions-common:time_start:2391 : _TIME_START[$name]=1730930766260 2024-11-06 22:06:06.265 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-11-06 22:06:06.522 | Note: switching to 'FETCH_HEAD'. 2024-11-06 22:06:06.522 | 2024-11-06 22:06:06.522 | You are in 'detached HEAD' state. You can look around, make experimental 2024-11-06 22:06:06.522 | changes and commit them, and you can discard any commits you make in this 2024-11-06 22:06:06.522 | state without impacting any branches by switching back to a branch. 2024-11-06 22:06:06.522 | 2024-11-06 22:06:06.522 | If you want to create a new branch to retain commits you create, you may 2024-11-06 22:06:06.522 | do so (now or later) by using -c with the switch command. Example: 2024-11-06 22:06:06.522 | 2024-11-06 22:06:06.522 | git switch -c 2024-11-06 22:06:06.522 | 2024-11-06 22:06:06.522 | Or undo this operation with: 2024-11-06 22:06:06.522 | 2024-11-06 22:06:06.522 | git switch - 2024-11-06 22:06:06.522 | 2024-11-06 22:06:06.522 | Turn off this advice by setting config variable advice.detachedHead to false 2024-11-06 22:06:06.522 | 2024-11-06 22:06:06.523 | HEAD is now at de11a56 [OVN] Fix the revision number retrieval method 2024-11-06 22:06:06.527 | + functions-common:git_timed:702 : time_stop git_timed 2024-11-06 22:06:06.529 | + functions-common:time_stop:2400 : local name 2024-11-06 22:06:06.531 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:06:06.533 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:06:06.535 | + functions-common:time_stop:2403 : local total 2024-11-06 22:06:06.536 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:06:06.538 | + functions-common:time_stop:2406 : name=git_timed 2024-11-06 22:06:06.540 | + functions-common:time_stop:2407 : start_time=1730930766260 2024-11-06 22:06:06.542 | + functions-common:time_stop:2409 : [[ -z 1730930766260 ]] 2024-11-06 22:06:06.545 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:06:06.547 | + functions-common:time_stop:2412 : end_time=1730930766545 2024-11-06 22:06:06.549 | + functions-common:time_stop:2413 : elapsed_time=285 2024-11-06 22:06:06.551 | + functions-common:time_stop:2414 : total=67964 2024-11-06 22:06:06.553 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:06:06.555 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=68249 2024-11-06 22:06:06.557 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//neutron 2024-11-06 22:06:06.567 | + functions-common:git_clone:655 : cd /opt/stack//neutron 2024-11-06 22:06:06.569 | + functions-common:git_clone:656 : git show --oneline 2024-11-06 22:06:06.569 | + functions-common:git_clone:656 : head -1 2024-11-06 22:06:06.574 | de11a56 [OVN] Fix the revision number retrieval method 2024-11-06 22:06:06.576 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2024-11-06 22:06:06.578 | + lib/neutron:install_neutron:528 : setup_develop /opt/stack//neutron 2024-11-06 22:06:06.580 | + inc/python:setup_develop:360 : local bindep 2024-11-06 22:06:06.582 | + inc/python:setup_develop:361 : [[ /opt/stack//neutron == -bindep* ]] 2024-11-06 22:06:06.584 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//neutron 2024-11-06 22:06:06.586 | + inc/python:setup_develop:366 : local extras= 2024-11-06 22:06:06.588 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2024-11-06 22:06:06.590 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2024-11-06 22:06:06.592 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//neutron == -bindep* ]] 2024-11-06 22:06:06.594 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//neutron 2024-11-06 22:06:06.596 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2024-11-06 22:06:06.598 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2024-11-06 22:06:06.601 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//neutron 2024-11-06 22:06:06.602 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2024-11-06 22:06:06.605 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/neutron 2024-11-06 22:06:06.607 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2024-11-06 22:06:06.609 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2024-11-06 22:06:06.612 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2024-11-06 22:06:06.616 | + inc/python:_setup_package_with_constraints_edit:407 : name=neutron 2024-11-06 22:06:06.618 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- neutron 2024-11-06 22:06:06.935 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/neutron -e 2024-11-06 22:06:06.937 | + inc/python:setup_package:440 : local bindep=0 2024-11-06 22:06:06.939 | + inc/python:setup_package:441 : local bindep_flag= 2024-11-06 22:06:06.941 | + inc/python:setup_package:442 : local bindep_profiles= 2024-11-06 22:06:06.943 | + inc/python:setup_package:443 : [[ /opt/stack/neutron == -bindep* ]] 2024-11-06 22:06:06.945 | + inc/python:setup_package:448 : local project_dir=/opt/stack/neutron 2024-11-06 22:06:06.947 | + inc/python:setup_package:449 : local flags=-e 2024-11-06 22:06:06.949 | + inc/python:setup_package:450 : local extras= 2024-11-06 22:06:06.951 | + inc/python:setup_package:454 : [[ -n -e ]] 2024-11-06 22:06:06.953 | + inc/python:setup_package:454 : [[ -z '' ]] 2024-11-06 22:06:06.955 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2024-11-06 22:06:06.957 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2024-11-06 22:06:06.959 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2024-11-06 22:06:06.961 | + inc/python:setup_package:468 : pip_install -e /opt/stack/neutron 2024-11-06 22:06:06.977 | Using python 3.10 to install /opt/stack/neutron 2024-11-06 22:06:06.979 | + 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-11-06 22:06:07.798 | Obtaining file:///opt/stack/neutron 2024-11-06 22:06:07.798 | Preparing metadata (setup.py): started 2024-11-06 22:06:08.387 | Preparing metadata (setup.py): finished with status 'done' 2024-11-06 22:06:08.461 | Requirement already satisfied: pbr>=4.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (5.11.1) 2024-11-06 22:06:08.462 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (3.5.2) 2024-11-06 22:06:08.462 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (3.0.1) 2024-11-06 22:06:08.464 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (2.5.1) 2024-11-06 22:06:08.466 | Requirement already satisfied: debtcollector>=1.19.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (2.5.0) 2024-11-06 22:06:08.466 | Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (5.1.1) 2024-11-06 22:06:08.466 | Requirement already satisfied: eventlet>=0.26.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (0.33.3) 2024-11-06 22:06:08.646 | Collecting pecan>=1.4.0 (from neutron==0.0.1.dev22) 2024-11-06 22:06:08.646 | Using cached pecan-1.4.2-py3-none-any.whl 2024-11-06 22:06:08.655 | Requirement already satisfied: httplib2>=0.9.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (0.22.0) 2024-11-06 22:06:08.655 | Requirement already satisfied: requests>=2.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (2.28.2) 2024-11-06 22:06:08.656 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (3.1.2) 2024-11-06 22:06:08.657 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (10.4.1) 2024-11-06 22:06:08.658 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (0.8.0) 2024-11-06 22:06:08.658 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (0.11.0) 2024-11-06 22:06:08.791 | Collecting neutron-lib>=3.8.1 (from neutron==0.0.1.dev22) 2024-11-06 22:06:08.794 | Using cached neutron_lib-3.8.2-py3-none-any.whl.metadata (2.3 kB) 2024-11-06 22:06:08.828 | Collecting python-neutronclient>=7.8.0 (from neutron==0.0.1.dev22) 2024-11-06 22:06:08.831 | Using cached python_neutronclient-11.0.0-py3-none-any.whl.metadata (3.0 kB) 2024-11-06 22:06:08.832 | Requirement already satisfied: tenacity>=6.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (6.3.1) 2024-11-06 22:06:08.833 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (1.4.41) 2024-11-06 22:06:08.834 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (1.8.7) 2024-11-06 22:06:08.835 | Requirement already satisfied: keystoneauth1>=3.14.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (5.3.0) 2024-11-06 22:06:08.836 | Requirement already satisfied: alembic>=1.6.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (1.9.4) 2024-11-06 22:06:08.836 | Requirement already satisfied: stevedore>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (5.1.0) 2024-11-06 22:06:08.837 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (3.5.0) 2024-11-06 22:06:08.838 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (5.2.0) 2024-11-06 22:06:08.839 | Requirement already satisfied: oslo.config>=9.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (9.2.0) 2024-11-06 22:06:08.840 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (5.2.0) 2024-11-06 22:06:08.842 | Requirement already satisfied: oslo.db>=4.44.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (14.1.0) 2024-11-06 22:06:08.842 | Requirement already satisfied: oslo.i18n>=3.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (6.1.0) 2024-11-06 22:06:08.842 | Requirement already satisfied: oslo.log>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (5.3.1) 2024-11-06 22:06:08.843 | Requirement already satisfied: oslo.messaging>=7.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (14.4.2) 2024-11-06 22:06:08.843 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (5.2.0) 2024-11-06 22:06:08.844 | Requirement already satisfied: oslo.policy>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (4.2.1) 2024-11-06 22:06:08.845 | Requirement already satisfied: oslo.privsep>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (3.2.0) 2024-11-06 22:06:08.846 | Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (3.1.0) 2024-11-06 22:06:08.847 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (7.1.0) 2024-11-06 22:06:08.847 | Requirement already satisfied: oslo.serialization>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (5.2.1) 2024-11-06 22:06:08.848 | Requirement already satisfied: oslo.service>=3.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (3.2.1) 2024-11-06 22:06:08.849 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (2.2.0) 2024-11-06 22:06:08.850 | Requirement already satisfied: oslo.utils>=6.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (6.2.1) 2024-11-06 22:06:08.850 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (3.2.0) 2024-11-06 22:06:08.851 | Requirement already satisfied: osprofiler>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (4.1.0) 2024-11-06 22:06:08.967 | Collecting os-ken>=2.2.0 (from neutron==0.0.1.dev22) 2024-11-06 22:06:08.969 | Using cached os_ken-2.7.0-py3-none-any.whl.metadata (1.6 kB) 2024-11-06 22:06:09.249 | Collecting os-resource-classes>=1.1.0 (from neutron==0.0.1.dev22) 2024-11-06 22:06:09.252 | Using cached os_resource_classes-1.1.0-py3-none-any.whl.metadata (1.9 kB) 2024-11-06 22:06:09.363 | Collecting ovs>=2.10.0 (from neutron==0.0.1.dev22) 2024-11-06 22:06:09.364 | Using cached ovs-2.17.7-py3-none-any.whl 2024-11-06 22:06:09.495 | Collecting ovsdbapp>=2.2.1 (from neutron==0.0.1.dev22) 2024-11-06 22:06:09.505 | Using cached ovsdbapp-2.4.2-py3-none-any.whl.metadata (1.4 kB) 2024-11-06 22:06:09.509 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (23.1) 2024-11-06 22:06:09.509 | Requirement already satisfied: psutil>=5.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (5.9.5) 2024-11-06 22:06:09.559 | Collecting pyroute2>=0.7.3 (from neutron==0.0.1.dev22) 2024-11-06 22:06:09.569 | Using cached pyroute2-0.7.7-py3-none-any.whl.metadata (8.3 kB) 2024-11-06 22:06:09.572 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (23.1.1) 2024-11-06 22:06:09.574 | Requirement already satisfied: python-novaclient>=9.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (18.4.0) 2024-11-06 22:06:09.574 | Requirement already satisfied: openstacksdk>=0.31.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (1.5.0) 2024-11-06 22:06:09.689 | Collecting python-designateclient>=2.7.0 (from neutron==0.0.1.dev22) 2024-11-06 22:06:09.691 | Using cached python_designateclient-5.3.0-py3-none-any.whl.metadata (1.4 kB) 2024-11-06 22:06:09.815 | Collecting os-vif>=3.1.0 (from neutron==0.0.1.dev22) 2024-11-06 22:06:09.818 | Using cached os_vif-3.2.0-py3-none-any.whl.metadata (2.3 kB) 2024-11-06 22:06:09.819 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (2.4.1) 2024-11-06 22:06:09.820 | Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from neutron==0.0.1.dev22) (4.2.0) 2024-11-06 22:06:09.826 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.6.5->neutron==0.0.1.dev22) (1.2.4) 2024-11-06 22:06:09.830 | 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.dev22) (1.15.0) 2024-11-06 22:06:09.835 | 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.dev22) (2.3.0) 2024-11-06 22:06:09.836 | 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.dev22) (2.0.2) 2024-11-06 22:06:09.837 | 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.dev22) (1.16.0) 2024-11-06 22:06:09.845 | 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.dev22) (3.0.9) 2024-11-06 22:06:09.848 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->neutron==0.0.1.dev22) (2.1.2) 2024-11-06 22:06:09.873 | 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.dev22) (1.1.0) 2024-11-06 22:06:09.874 | 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.dev22) (1.7.0) 2024-11-06 22:06:09.898 | 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.dev22) (3.1.1) 2024-11-06 22:06:09.898 | 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.dev22) (5.2.0) 2024-11-06 22:06:10.037 | Collecting os-traits>=0.9.0 (from neutron-lib>=3.8.1->neutron==0.0.1.dev22) 2024-11-06 22:06:10.039 | Using cached os_traits-3.0.0-py3-none-any.whl.metadata (1.7 kB) 2024-11-06 22:06:10.095 | Collecting setproctitle>=1.1.10 (from neutron-lib>=3.8.1->neutron==0.0.1.dev22) 2024-11-06 22:06:10.096 | 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-11-06 22:06:10.110 | 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.dev22) (6.0) 2024-11-06 22:06:10.110 | 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.dev22) (1.4.4) 2024-11-06 22:06:10.110 | 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.dev22) (40.0.2) 2024-11-06 22:06:10.111 | 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.dev22) (1.1.8) 2024-11-06 22:06:10.112 | 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.dev22) (1.0.1) 2024-11-06 22:06:10.113 | 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.dev22) (1.32) 2024-11-06 22:06:10.114 | 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.dev22) (1.4.0) 2024-11-06 22:06:10.122 | 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.dev22) (1.0.5) 2024-11-06 22:06:10.146 | Collecting ncclient>=0.6.13 (from os-ken>=2.2.0->neutron==0.0.1.dev22) 2024-11-06 22:06:10.146 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2024-11-06 22:06:10.221 | 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.dev22) (0.18) 2024-11-06 22:06:10.241 | 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.dev22) (2.0.0) 2024-11-06 22:06:10.268 | 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.dev22) (2.0.1) 2024-11-06 22:06:10.269 | 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.dev22) (0.5.0) 2024-11-06 22:06:10.295 | 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.dev22) (2.8.2) 2024-11-06 22:06:10.296 | 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.dev22) (0.9.6) 2024-11-06 22:06:10.321 | 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.dev22) (5.1.1) 2024-11-06 22:06:10.322 | 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.dev22) (5.3.0) 2024-11-06 22:06:10.323 | 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.dev22) (5.2.4) 2024-11-06 22:06:10.324 | 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.dev22) (0.7.0) 2024-11-06 22:06:10.336 | 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.dev22) (4.0.1) 2024-11-06 22:06:10.339 | 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.dev22) (4.0.1) 2024-11-06 22:06:10.356 | 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.dev22) (1.15.1) 2024-11-06 22:06:10.382 | 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.dev22) (2023.3) 2024-11-06 22:06:10.382 | 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.dev22) (2023.3) 2024-11-06 22:06:10.397 | Requirement already satisfied: Yappi>=1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=3.2.1->neutron==0.0.1.dev22) (1.4.0) 2024-11-06 22:06:10.398 | Requirement already satisfied: fixtures>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.service>=3.2.1->neutron==0.0.1.dev22) (4.0.1) 2024-11-06 22:06:10.408 | 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.dev22) (3.7.0) 2024-11-06 22:06:10.493 | Collecting sortedcontainers (from ovs>=2.10.0->neutron==0.0.1.dev22) 2024-11-06 22:06:10.495 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2024-11-06 22:06:10.528 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->neutron==0.0.1.dev22) (69.1.1) 2024-11-06 22:06:10.583 | Collecting logutils>=0.3 (from pecan>=1.4.0->neutron==0.0.1.dev22) 2024-11-06 22:06:10.584 | Using cached logutils-0.3.5-py3-none-any.whl 2024-11-06 22:06:10.646 | 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.dev22) (4.3.0) 2024-11-06 22:06:10.647 | 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.dev22) (4.17.3) 2024-11-06 22:06:10.690 | Collecting osc-lib>=1.8.0 (from python-designateclient>=2.7.0->neutron==0.0.1.dev22) 2024-11-06 22:06:10.692 | Using cached osc_lib-2.8.1-py3-none-any.whl.metadata (3.9 kB) 2024-11-06 22:06:10.744 | Collecting os-client-config>=1.28.0 (from python-neutronclient>=7.8.0->neutron==0.0.1.dev22) 2024-11-06 22:06:10.746 | Using cached os_client_config-2.1.0-py3-none-any.whl.metadata (2.2 kB) 2024-11-06 22:06:10.870 | Collecting simplejson>=3.5.1 (from python-neutronclient>=7.8.0->neutron==0.0.1.dev22) 2024-11-06 22:06:10.873 | 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-11-06 22:06:10.943 | 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.dev22) (3.1.0) 2024-11-06 22:06:10.945 | 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.dev22) (3.4) 2024-11-06 22:06:10.945 | 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.dev22) (1.26.15) 2024-11-06 22:06:10.945 | 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.dev22) (2024.8.30) 2024-11-06 22:06:10.963 | 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.dev22) (0.7) 2024-11-06 22:06:11.105 | 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.dev22) (0.13.1) 2024-11-06 22:06:11.139 | 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.dev22) (5.0.0) 2024-11-06 22:06:11.212 | 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.dev22) (2.21) 2024-11-06 22:06:11.244 | 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.dev22) (0.5.1) 2024-11-06 22:06:11.245 | 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.dev22) (2.4.3) 2024-11-06 22:06:11.246 | 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.dev22) (6.0.1) 2024-11-06 22:06:11.433 | 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.dev22) (2.3) 2024-11-06 22:06:11.466 | 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.dev22) (23.1.0) 2024-11-06 22:06:11.467 | 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.dev22) (0.19.3) 2024-11-06 22:06:11.587 | 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.dev22) (3.1.0) 2024-11-06 22:06:11.588 | 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.dev22) (4.9.2) 2024-11-06 22:06:11.686 | 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.dev22) (0.16.0) 2024-11-06 22:06:11.708 | 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.dev22) (0.2.6) 2024-11-06 22:06:12.099 | 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.dev22) (2.6.0) 2024-11-06 22:06:12.344 | 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.dev22) (1.8.2) 2024-11-06 22:06:12.386 | 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.dev22) (3.15.0) 2024-11-06 22:06:12.466 | 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.dev22) (1.5.0) 2024-11-06 22:06:12.778 | Using cached neutron_lib-3.8.2-py3-none-any.whl (601 kB) 2024-11-06 22:06:12.785 | Using cached os_ken-2.7.0-py3-none-any.whl (2.0 MB) 2024-11-06 22:06:12.799 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2024-11-06 22:06:12.802 | Using cached os_vif-3.2.0-py3-none-any.whl (112 kB) 2024-11-06 22:06:12.805 | Using cached ovsdbapp-2.4.2-py3-none-any.whl (139 kB) 2024-11-06 22:06:12.809 | Using cached pyroute2-0.7.7-py3-none-any.whl (456 kB) 2024-11-06 22:06:12.814 | Using cached python_designateclient-5.3.0-py3-none-any.whl (95 kB) 2024-11-06 22:06:12.816 | Using cached python_neutronclient-11.0.0-py3-none-any.whl (293 kB) 2024-11-06 22:06:12.820 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2024-11-06 22:06:12.823 | Using cached os_traits-3.0.0-py3-none-any.whl (41 kB) 2024-11-06 22:06:12.825 | Using cached osc_lib-2.8.1-py3-none-any.whl (89 kB) 2024-11-06 22:06:12.828 | 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-11-06 22:06:12.830 | 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-11-06 22:06:12.834 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2024-11-06 22:06:13.260 | 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-11-06 22:06:16.038 | Running setup.py develop for neutron 2024-11-06 22:06:17.488 | Successfully installed logutils-0.3.5 ncclient-0.6.13 neutron-0.0.1.dev22 neutron-lib-3.8.2 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.7 ovsdbapp-2.4.2 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-11-06 22:06:17.645 | + inc/python:pip_install:222 : result=0 2024-11-06 22:06:17.647 | + inc/python:pip_install:224 : time_stop pip_install 2024-11-06 22:06:17.649 | + functions-common:time_stop:2400 : local name 2024-11-06 22:06:17.651 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:06:17.653 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:06:17.655 | + functions-common:time_stop:2403 : local total 2024-11-06 22:06:17.657 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:06:17.658 | + functions-common:time_stop:2406 : name=pip_install 2024-11-06 22:06:17.660 | + functions-common:time_stop:2407 : start_time=1730930766973 2024-11-06 22:06:17.662 | + functions-common:time_stop:2409 : [[ -z 1730930766973 ]] 2024-11-06 22:06:17.665 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:06:17.668 | + functions-common:time_stop:2412 : end_time=1730930777665 2024-11-06 22:06:17.670 | + functions-common:time_stop:2413 : elapsed_time=10692 2024-11-06 22:06:17.671 | + functions-common:time_stop:2414 : total=62015 2024-11-06 22:06:17.673 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:06:17.675 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=72707 2024-11-06 22:06:17.677 | + inc/python:pip_install:225 : return 0 2024-11-06 22:06:17.679 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2024-11-06 22:06:17.681 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2024-11-06 22:06:17.683 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/neutron 2024-11-06 22:06:17.685 | + inc/python:use_library_from_git:272 : local name=/opt/stack/neutron 2024-11-06 22:06:17.687 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:06:17.689 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:06:17.691 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/neutron, ]] 2024-11-06 22:06:17.693 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:06:17.695 | + lib/neutron:install_neutron:530 : [[ openvswitch == \o\v\n ]] 2024-11-06 22:06:17.697 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-11-06 22:06:17.699 | + stack.sh:main:962 : is_service_enabled nova 2024-11-06 22:06:17.712 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:06:17.714 | + stack.sh:main:964 : stack_install_service nova 2024-11-06 22:06:17.716 | + lib/stack:stack_install_service:20 : local service=nova 2024-11-06 22:06:17.718 | + lib/stack:stack_install_service:21 : type install_nova 2024-11-06 22:06:17.720 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-11-06 22:06:17.722 | + lib/stack:stack_install_service:32 : install_nova 2024-11-06 22:06:17.724 | + lib/nova:install_nova:922 : use_library_from_git os-vif 2024-11-06 22:06:17.726 | + inc/python:use_library_from_git:272 : local name=os-vif 2024-11-06 22:06:17.728 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:06:17.730 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:06:17.732 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,os-vif, ]] 2024-11-06 22:06:17.734 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:06:17.736 | + lib/nova:install_nova:927 : is_service_enabled n-cpu 2024-11-06 22:06:17.749 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:06:17.751 | + lib/nova:install_nova:931 : is_service_enabled n-novnc 2024-11-06 22:06:17.764 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:06:17.766 | + lib/nova:install_nova:958 : is_service_enabled n-spice 2024-11-06 22:06:17.778 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:06:17.780 | + lib/nova:install_nova:970 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova refs/changes/89/916089/2 2024-11-06 22:06:17.782 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/nova.git 2024-11-06 22:06:17.784 | + functions-common:git_clone:573 : local git_dest=/opt/stack//nova 2024-11-06 22:06:17.785 | + functions-common:git_clone:574 : local git_ref=refs/changes/89/916089/2 2024-11-06 22:06:17.787 | + functions-common:git_clone:575 : local orig_dir 2024-11-06 22:06:17.789 | ++ functions-common:git_clone:576 : pwd 2024-11-06 22:06:17.792 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-11-06 22:06:17.793 | + functions-common:git_clone:577 : local git_clone_flags= 2024-11-06 22:06:17.796 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-11-06 22:06:17.808 | + functions-common:git_clone:579 : RECLONE=False 2024-11-06 22:06:17.810 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2024-11-06 22:06:17.811 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2024-11-06 22:06:17.814 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-11-06 22:06:17.815 | + functions-common:git_clone:593 : echo refs/changes/89/916089/2 2024-11-06 22:06:17.816 | + functions-common:git_clone:593 : egrep -q '^refs' 2024-11-06 22:06:17.820 | + functions-common:git_clone:595 : [[ ! -d /opt/stack//nova ]] 2024-11-06 22:06:17.822 | + functions-common:git_clone:596 : [[ False = \T\r\u\e ]] 2024-11-06 22:06:17.824 | + functions-common:git_clone:601 : git_timed clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-11-06 22:06:17.825 | + functions-common:git_timed:680 : local count=0 2024-11-06 22:06:17.827 | + functions-common:git_timed:681 : local timeout=0 2024-11-06 22:06:17.829 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-11-06 22:06:17.831 | + functions-common:git_timed:684 : timeout=0 2024-11-06 22:06:17.832 | + functions-common:git_timed:687 : time_start git_timed 2024-11-06 22:06:17.834 | + functions-common:time_start:2386 : local name=git_timed 2024-11-06 22:06:17.836 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:06:17.838 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:06:17.840 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:06:17.843 | + functions-common:time_start:2391 : _TIME_START[$name]=1730930777841 2024-11-06 22:06:17.845 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-11-06 22:06:17.848 | Cloning into '/opt/stack//nova'... 2024-11-06 22:06:22.081 | + functions-common:git_timed:702 : time_stop git_timed 2024-11-06 22:06:22.083 | + functions-common:time_stop:2400 : local name 2024-11-06 22:06:22.085 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:06:22.086 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:06:22.088 | + functions-common:time_stop:2403 : local total 2024-11-06 22:06:22.090 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:06:22.092 | + functions-common:time_stop:2406 : name=git_timed 2024-11-06 22:06:22.094 | + functions-common:time_stop:2407 : start_time=1730930777841 2024-11-06 22:06:22.095 | + functions-common:time_stop:2409 : [[ -z 1730930777841 ]] 2024-11-06 22:06:22.098 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:06:22.101 | + functions-common:time_stop:2412 : end_time=1730930782099 2024-11-06 22:06:22.103 | + functions-common:time_stop:2413 : elapsed_time=4258 2024-11-06 22:06:22.104 | + functions-common:time_stop:2414 : total=68249 2024-11-06 22:06:22.106 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:06:22.108 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=72507 2024-11-06 22:06:22.110 | + functions-common:git_clone:603 : cd /opt/stack//nova 2024-11-06 22:06:22.112 | + functions-common:git_clone:604 : git_timed fetch https://opendev.org/openstack/nova.git refs/changes/89/916089/2 2024-11-06 22:06:22.113 | + functions-common:git_timed:680 : local count=0 2024-11-06 22:06:22.115 | + functions-common:git_timed:681 : local timeout=0 2024-11-06 22:06:22.117 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-11-06 22:06:22.119 | + functions-common:git_timed:684 : timeout=0 2024-11-06 22:06:22.120 | + functions-common:git_timed:687 : time_start git_timed 2024-11-06 22:06:22.122 | + functions-common:time_start:2386 : local name=git_timed 2024-11-06 22:06:22.124 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:06:22.126 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:06:22.128 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:06:22.131 | + functions-common:time_start:2391 : _TIME_START[$name]=1730930782129 2024-11-06 22:06:22.132 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch https://opendev.org/openstack/nova.git refs/changes/89/916089/2 2024-11-06 22:07:26.867 | From https://opendev.org/openstack/nova 2024-11-06 22:07:26.868 | * branch refs/changes/89/916089/2 -> FETCH_HEAD 2024-11-06 22:07:26.872 | + functions-common:git_timed:702 : time_stop git_timed 2024-11-06 22:07:26.874 | + functions-common:time_stop:2400 : local name 2024-11-06 22:07:26.876 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:07:26.878 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:07:26.880 | + functions-common:time_stop:2403 : local total 2024-11-06 22:07:26.882 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:07:26.884 | + functions-common:time_stop:2406 : name=git_timed 2024-11-06 22:07:26.885 | + functions-common:time_stop:2407 : start_time=1730930782129 2024-11-06 22:07:26.887 | + functions-common:time_stop:2409 : [[ -z 1730930782129 ]] 2024-11-06 22:07:26.890 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:07:26.893 | + functions-common:time_stop:2412 : end_time=1730930846891 2024-11-06 22:07:26.895 | + functions-common:time_stop:2413 : elapsed_time=64762 2024-11-06 22:07:26.896 | + functions-common:time_stop:2414 : total=72507 2024-11-06 22:07:26.898 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:07:26.900 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=137269 2024-11-06 22:07:26.902 | + functions-common:git_clone:604 : git checkout FETCH_HEAD 2024-11-06 22:07:27.090 | Note: switching to 'FETCH_HEAD'. 2024-11-06 22:07:27.090 | 2024-11-06 22:07:27.090 | You are in 'detached HEAD' state. You can look around, make experimental 2024-11-06 22:07:27.090 | changes and commit them, and you can discard any commits you make in this 2024-11-06 22:07:27.090 | state without impacting any branches by switching back to a branch. 2024-11-06 22:07:27.090 | 2024-11-06 22:07:27.090 | If you want to create a new branch to retain commits you create, you may 2024-11-06 22:07:27.090 | do so (now or later) by using -c with the switch command. Example: 2024-11-06 22:07:27.090 | 2024-11-06 22:07:27.090 | git switch -c 2024-11-06 22:07:27.090 | 2024-11-06 22:07:27.090 | Or undo this operation with: 2024-11-06 22:07:27.090 | 2024-11-06 22:07:27.090 | git switch - 2024-11-06 22:07:27.090 | 2024-11-06 22:07:27.090 | Turn off this advice by setting config variable advice.detachedHead to false 2024-11-06 22:07:27.090 | 2024-11-06 22:07:27.090 | HEAD is now at cda5708951 libvirt: Cap with max_instances GPU types 2024-11-06 22:07:27.094 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//nova 2024-11-06 22:07:27.106 | + functions-common:git_clone:655 : cd /opt/stack//nova 2024-11-06 22:07:27.108 | + functions-common:git_clone:656 : git show --oneline 2024-11-06 22:07:27.108 | + functions-common:git_clone:656 : head -1 2024-11-06 22:07:27.111 | cda5708951 libvirt: Cap with max_instances GPU types 2024-11-06 22:07:27.130 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2024-11-06 22:07:27.133 | + lib/nova:install_nova:971 : setup_develop /opt/stack//nova 2024-11-06 22:07:27.135 | + inc/python:setup_develop:360 : local bindep 2024-11-06 22:07:27.137 | + inc/python:setup_develop:361 : [[ /opt/stack//nova == -bindep* ]] 2024-11-06 22:07:27.139 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//nova 2024-11-06 22:07:27.141 | + inc/python:setup_develop:366 : local extras= 2024-11-06 22:07:27.142 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//nova -e 2024-11-06 22:07:27.144 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2024-11-06 22:07:27.146 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//nova == -bindep* ]] 2024-11-06 22:07:27.148 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//nova 2024-11-06 22:07:27.150 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2024-11-06 22:07:27.152 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2024-11-06 22:07:27.155 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//nova 2024-11-06 22:07:27.157 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2024-11-06 22:07:27.159 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/nova 2024-11-06 22:07:27.161 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2024-11-06 22:07:27.163 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2024-11-06 22:07:27.165 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2024-11-06 22:07:27.170 | + inc/python:_setup_package_with_constraints_edit:407 : name=nova 2024-11-06 22:07:27.172 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- nova 2024-11-06 22:07:27.489 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/nova -e 2024-11-06 22:07:27.492 | + inc/python:setup_package:440 : local bindep=0 2024-11-06 22:07:27.494 | + inc/python:setup_package:441 : local bindep_flag= 2024-11-06 22:07:27.496 | + inc/python:setup_package:442 : local bindep_profiles= 2024-11-06 22:07:27.498 | + inc/python:setup_package:443 : [[ /opt/stack/nova == -bindep* ]] 2024-11-06 22:07:27.500 | + inc/python:setup_package:448 : local project_dir=/opt/stack/nova 2024-11-06 22:07:27.502 | + inc/python:setup_package:449 : local flags=-e 2024-11-06 22:07:27.504 | + inc/python:setup_package:450 : local extras= 2024-11-06 22:07:27.506 | + inc/python:setup_package:454 : [[ -n -e ]] 2024-11-06 22:07:27.508 | + inc/python:setup_package:454 : [[ -z '' ]] 2024-11-06 22:07:27.510 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2024-11-06 22:07:27.512 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2024-11-06 22:07:27.514 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2024-11-06 22:07:27.516 | + inc/python:setup_package:468 : pip_install -e /opt/stack/nova 2024-11-06 22:07:27.531 | Using python 3.10 to install /opt/stack/nova 2024-11-06 22:07:27.533 | + 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-11-06 22:07:28.362 | Obtaining file:///opt/stack/nova 2024-11-06 22:07:28.363 | Preparing metadata (setup.py): started 2024-11-06 22:07:31.260 | Preparing metadata (setup.py): finished with status 'done' 2024-11-06 22:07:31.348 | Requirement already satisfied: pbr>=5.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (5.11.1) 2024-11-06 22:07:31.348 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (1.4.41) 2024-11-06 22:07:31.349 | Requirement already satisfied: decorator>=4.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (5.1.1) 2024-11-06 22:07:31.350 | Requirement already satisfied: eventlet>=0.30.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (0.33.3) 2024-11-06 22:07:31.351 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (3.1.2) 2024-11-06 22:07:31.352 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (10.4.1) 2024-11-06 22:07:31.355 | Requirement already satisfied: lxml>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (4.9.2) 2024-11-06 22:07:31.355 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (2.5.1) 2024-11-06 22:07:31.355 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (40.0.2) 2024-11-06 22:07:31.355 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (1.8.7) 2024-11-06 22:07:31.355 | Requirement already satisfied: greenlet>=0.4.15 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (2.0.2) 2024-11-06 22:07:31.356 | Requirement already satisfied: PasteDeploy>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (3.0.1) 2024-11-06 22:07:31.356 | Requirement already satisfied: Paste>=2.0.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (3.5.2) 2024-11-06 22:07:31.357 | Requirement already satisfied: PrettyTable>=0.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (3.7.0) 2024-11-06 22:07:31.358 | Requirement already satisfied: alembic>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (1.9.4) 2024-11-06 22:07:31.359 | Requirement already satisfied: netaddr>=0.7.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (0.8.0) 2024-11-06 22:07:31.359 | Requirement already satisfied: netifaces>=0.10.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (0.11.0) 2024-11-06 22:07:31.360 | Requirement already satisfied: paramiko>=2.7.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (3.1.0) 2024-11-06 22:07:31.361 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (1.1.0) 2024-11-06 22:07:31.362 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (4.17.3) 2024-11-06 22:07:31.363 | 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.dev60454) (9.4.0) 2024-11-06 22:07:31.363 | Requirement already satisfied: keystoneauth1>=3.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (5.3.0) 2024-11-06 22:07:31.364 | Requirement already satisfied: python-neutronclient>=7.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (11.0.0) 2024-11-06 22:07:31.365 | Requirement already satisfied: python-glanceclient>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (4.4.1) 2024-11-06 22:07:31.366 | Requirement already satisfied: requests>=2.25.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (2.28.2) 2024-11-06 22:07:31.366 | Requirement already satisfied: stevedore>=1.20.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (5.1.0) 2024-11-06 22:07:31.545 | Collecting websockify>=0.9.0 (from nova==0.1.0.dev60454) 2024-11-06 22:07:31.545 | Using cached websockify-0.10.0-py3-none-any.whl 2024-11-06 22:07:31.557 | Requirement already satisfied: oslo.cache>=1.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (3.5.0) 2024-11-06 22:07:31.558 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (5.2.0) 2024-11-06 22:07:31.559 | Requirement already satisfied: oslo.config>=8.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (9.2.0) 2024-11-06 22:07:31.560 | Requirement already satisfied: oslo.context>=3.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (5.2.0) 2024-11-06 22:07:31.561 | Requirement already satisfied: oslo.log>=4.6.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (5.3.1) 2024-11-06 22:07:31.562 | Requirement already satisfied: oslo.limit>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (2.2.0) 2024-11-06 22:07:31.562 | Requirement already satisfied: oslo.reports>=1.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (3.1.0) 2024-11-06 22:07:31.563 | Requirement already satisfied: oslo.serialization>=4.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (5.2.1) 2024-11-06 22:07:31.564 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (2.2.0) 2024-11-06 22:07:31.565 | Requirement already satisfied: oslo.utils>=4.12.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (6.2.1) 2024-11-06 22:07:31.566 | Requirement already satisfied: oslo.db>=10.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (14.1.0) 2024-11-06 22:07:31.566 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (7.1.0) 2024-11-06 22:07:31.567 | Requirement already satisfied: oslo.messaging>=14.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (14.4.2) 2024-11-06 22:07:31.568 | Requirement already satisfied: oslo.policy>=3.11.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (4.2.1) 2024-11-06 22:07:31.569 | Requirement already satisfied: oslo.privsep>=2.6.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (3.2.0) 2024-11-06 22:07:31.570 | Requirement already satisfied: oslo.i18n>=5.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (6.1.0) 2024-11-06 22:07:31.571 | Requirement already satisfied: oslo.service>=2.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (3.2.1) 2024-11-06 22:07:31.571 | Requirement already satisfied: rfc3986>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (2.0.0) 2024-11-06 22:07:31.572 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (5.2.0) 2024-11-06 22:07:31.573 | Requirement already satisfied: psutil>=3.2.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (5.9.5) 2024-11-06 22:07:31.574 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (3.2.0) 2024-11-06 22:07:31.574 | Requirement already satisfied: os-brick>=5.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (6.4.1) 2024-11-06 22:07:31.575 | Requirement already satisfied: os-resource-classes>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (1.1.0) 2024-11-06 22:07:31.576 | Requirement already satisfied: os-traits>=2.10.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (3.0.0) 2024-11-06 22:07:31.577 | Requirement already satisfied: os-vif>=3.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (3.2.0) 2024-11-06 22:07:31.579 | Requirement already satisfied: castellan>=0.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (4.3.0) 2024-11-06 22:07:31.691 | Collecting microversion-parse>=0.2.1 (from nova==0.1.0.dev60454) 2024-11-06 22:07:31.693 | Using cached microversion_parse-1.0.1-py3-none-any.whl.metadata (5.0 kB) 2024-11-06 22:07:31.696 | Requirement already satisfied: tooz>=1.58.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (4.2.0) 2024-11-06 22:07:31.696 | Requirement already satisfied: cursive>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (0.2.3) 2024-11-06 22:07:31.697 | 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.dev60454) (1.3.4) 2024-11-06 22:07:31.697 | Requirement already satisfied: os-service-types>=1.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (1.7.0) 2024-11-06 22:07:31.698 | Requirement already satisfied: python-dateutil>=2.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (2.8.2) 2024-11-06 22:07:31.699 | Requirement already satisfied: futurist>=1.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (2.4.1) 2024-11-06 22:07:31.699 | Requirement already satisfied: openstacksdk>=0.35.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (1.5.0) 2024-11-06 22:07:31.700 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (6.0) 2024-11-06 22:07:31.701 | Requirement already satisfied: packaging>=21.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from nova==0.1.0.dev60454) (23.1) 2024-11-06 22:07:31.707 | Requirement already satisfied: Mako in /opt/stack/data/venv/lib/python3.10/site-packages (from alembic>=1.5.0->nova==0.1.0.dev60454) (1.2.4) 2024-11-06 22:07:31.718 | 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.dev60454) (5.6.1) 2024-11-06 22:07:31.736 | Requirement already satisfied: cffi>=1.12 in /opt/stack/data/venv/lib/python3.10/site-packages (from cryptography>=2.7->nova==0.1.0.dev60454) (1.15.1) 2024-11-06 22:07:31.750 | 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.dev60454) (2.3.0) 2024-11-06 22:07:31.750 | 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.dev60454) (1.16.0) 2024-11-06 22:07:31.762 | Requirement already satisfied: MarkupSafe>=2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from Jinja2>=2.10->nova==0.1.0.dev60454) (2.1.2) 2024-11-06 22:07:31.781 | 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.dev60454) (23.1.0) 2024-11-06 22:07:31.782 | 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.dev60454) (0.19.3) 2024-11-06 22:07:31.830 | 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.dev60454) (3.1.1) 2024-11-06 22:07:31.832 | 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.dev60454) (5.2.0) 2024-11-06 22:07:31.857 | 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.dev60454) (1.4.4) 2024-11-06 22:07:31.858 | 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.dev60454) (1.1.8) 2024-11-06 22:07:31.858 | 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.dev60454) (1.0.1) 2024-11-06 22:07:31.859 | 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.dev60454) (1.32) 2024-11-06 22:07:31.860 | 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.dev60454) (1.4.0) 2024-11-06 22:07:31.871 | 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.dev60454) (5.9.0) 2024-11-06 22:07:31.873 | 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.dev60454) (6.3.1) 2024-11-06 22:07:31.894 | 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.dev60454) (2.5.0) 2024-11-06 22:07:31.896 | 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.dev60454) (2.4.2) 2024-11-06 22:07:31.899 | 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.dev60454) (0.7.7) 2024-11-06 22:07:31.924 | 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.dev60454) (0.18) 2024-11-06 22:07:31.994 | 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.dev60454) (2.0.1) 2024-11-06 22:07:31.996 | 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.dev60454) (0.5.0) 2024-11-06 22:07:32.032 | 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.dev60454) (0.9.6) 2024-11-06 22:07:32.059 | 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.dev60454) (5.1.1) 2024-11-06 22:07:32.059 | 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.dev60454) (5.3.0) 2024-11-06 22:07:32.060 | 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.dev60454) (5.2.4) 2024-11-06 22:07:32.061 | 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.dev60454) (0.7.0) 2024-11-06 22:07:32.073 | 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.dev60454) (4.0.1) 2024-11-06 22:07:32.075 | 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.dev60454) (4.0.1) 2024-11-06 22:07:32.097 | 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.dev60454) (1.0.5) 2024-11-06 22:07:32.123 | 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.dev60454) (2023.3) 2024-11-06 22:07:32.125 | 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.dev60454) (2023.3) 2024-11-06 22:07:32.138 | 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.dev60454) (1.4.0) 2024-11-06 22:07:32.140 | 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.dev60454) (4.0.1) 2024-11-06 22:07:32.164 | 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.dev60454) (3.0.9) 2024-11-06 22:07:32.208 | 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.dev60454) (1.5.0) 2024-11-06 22:07:32.224 | Requirement already satisfied: setuptools in /opt/stack/data/venv/lib/python3.10/site-packages (from Paste>=2.0.2->nova==0.1.0.dev60454) (69.1.1) 2024-11-06 22:07:32.257 | Requirement already satisfied: wcwidth in /opt/stack/data/venv/lib/python3.10/site-packages (from PrettyTable>=0.7.1->nova==0.1.0.dev60454) (0.2.6) 2024-11-06 22:07:32.319 | 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.dev60454) (23.1.1) 2024-11-06 22:07:32.320 | 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.dev60454) (2.0.1) 2024-11-06 22:07:32.321 | 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.dev60454) (1.15.0) 2024-11-06 22:07:32.341 | 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.dev60454) (4.3.0) 2024-11-06 22:07:32.343 | 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.dev60454) (2.1.0) 2024-11-06 22:07:32.343 | 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.dev60454) (2.8.1) 2024-11-06 22:07:32.346 | 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.dev60454) (3.19.1) 2024-11-06 22:07:32.375 | 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.dev60454) (3.1.0) 2024-11-06 22:07:32.376 | 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.dev60454) (3.4) 2024-11-06 22:07:32.377 | 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.dev60454) (1.26.15) 2024-11-06 22:07:32.378 | 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.dev60454) (2024.8.30) 2024-11-06 22:07:32.422 | 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.dev60454) (0.7) 2024-11-06 22:07:32.546 | 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.dev60454) (0.13.1) 2024-11-06 22:07:32.818 | Collecting numpy (from websockify>=0.9.0->nova==0.1.0.dev60454) 2024-11-06 22:07:32.820 | Using cached numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.6 kB) 2024-11-06 22:07:32.838 | 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.dev60454) (5.0.0) 2024-11-06 22:07:32.942 | 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.dev60454) (2.21) 2024-11-06 22:07:32.977 | 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.dev60454) (0.5.1) 2024-11-06 22:07:32.977 | 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.dev60454) (2.4.3) 2024-11-06 22:07:32.978 | 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.dev60454) (6.0.1) 2024-11-06 22:07:33.123 | 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.dev60454) (2.3) 2024-11-06 22:07:33.271 | 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.dev60454) (0.16.0) 2024-11-06 22:07:33.291 | 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.dev60454) (2.17.7) 2024-11-06 22:07:33.664 | 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.dev60454) (2.6.0) 2024-11-06 22:07:33.986 | 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.dev60454) (1.8.2) 2024-11-06 22:07:34.026 | 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.dev60454) (3.15.0) 2024-11-06 22:07:34.069 | 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.dev60454) (2.4.0) 2024-11-06 22:07:34.258 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2024-11-06 22:07:34.261 | Using cached numpy-1.24.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB) 2024-11-06 22:07:34.786 | Installing collected packages: numpy, microversion-parse, websockify, nova 2024-11-06 22:07:36.657 | Running setup.py develop for nova 2024-11-06 22:07:40.435 | Successfully installed microversion-parse-1.0.1 nova-0.1.0.dev60454 numpy-1.24.2 websockify-0.10.0 2024-11-06 22:07:40.572 | + inc/python:pip_install:222 : result=0 2024-11-06 22:07:40.574 | + inc/python:pip_install:224 : time_stop pip_install 2024-11-06 22:07:40.576 | + functions-common:time_stop:2400 : local name 2024-11-06 22:07:40.578 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:07:40.580 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:07:40.582 | + functions-common:time_stop:2403 : local total 2024-11-06 22:07:40.584 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:07:40.586 | + functions-common:time_stop:2406 : name=pip_install 2024-11-06 22:07:40.588 | + functions-common:time_stop:2407 : start_time=1730930847528 2024-11-06 22:07:40.589 | + functions-common:time_stop:2409 : [[ -z 1730930847528 ]] 2024-11-06 22:07:40.592 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:07:40.595 | + functions-common:time_stop:2412 : end_time=1730930860593 2024-11-06 22:07:40.597 | + functions-common:time_stop:2413 : elapsed_time=13065 2024-11-06 22:07:40.599 | + functions-common:time_stop:2414 : total=72707 2024-11-06 22:07:40.600 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:07:40.602 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=85772 2024-11-06 22:07:40.604 | + inc/python:pip_install:225 : return 0 2024-11-06 22:07:40.606 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2024-11-06 22:07:40.608 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2024-11-06 22:07:40.610 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/nova 2024-11-06 22:07:40.612 | + inc/python:use_library_from_git:272 : local name=/opt/stack/nova 2024-11-06 22:07:40.614 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:07:40.616 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:07:40.618 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/nova, ]] 2024-11-06 22:07:40.620 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:07:40.622 | + 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-11-06 22:07:40.633 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-11-06 22:07:40.635 | + stack.sh:main:965 : configure_nova 2024-11-06 22:07:40.637 | + lib/nova:configure_nova:254 : sudo install -d -o stack /etc/nova 2024-11-06 22:07:40.647 | + lib/nova:configure_nova:256 : configure_rootwrap nova 2024-11-06 22:07:40.648 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2024-11-06 22:07:40.650 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-11-06 22:07:40.653 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2024-11-06 22:07:40.653 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-11-06 22:07:40.657 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2024-11-06 22:07:40.659 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2024-11-06 22:07:40.661 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/opt/stack/data/venv/bin 2024-11-06 22:07:40.663 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2024-11-06 22:07:40.665 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2024-11-06 22:07:40.667 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2024-11-06 22:07:40.669 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/opt/stack/data/venv/bin/nova-rootwrap 2024-11-06 22:07:40.671 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2024-11-06 22:07:40.680 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2024-11-06 22:07:40.689 | + 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-11-06 22:07:40.698 | + 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-11-06 22:07:40.707 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2024-11-06 22:07:40.716 | + inc/rootwrap:configure_rootwrap:66 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/nova/rootwrap.conf 2024-11-06 22:07:40.725 | + inc/rootwrap:configure_rootwrap:69 : local tempfile 2024-11-06 22:07:40.728 | ++ inc/rootwrap:configure_rootwrap:70 : mktemp 2024-11-06 22:07:40.731 | + inc/rootwrap:configure_rootwrap:70 : tempfile=/tmp/tmp.ofJoBSpr8B 2024-11-06 22:07:40.733 | + inc/rootwrap:configure_rootwrap:72 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-11-06 22:07:40.736 | + inc/rootwrap:configure_rootwrap:73 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-11-06 22:07:40.738 | + inc/rootwrap:configure_rootwrap:74 : '[' -f /opt/stack/data/venv/bin/nova-rootwrap-daemon ']' 2024-11-06 22:07:40.740 | + inc/rootwrap:configure_rootwrap:76 : rootwrap_sudo_cmd='/opt/stack/data/venv/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-11-06 22:07:40.741 | + inc/rootwrap:configure_rootwrap:77 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-11-06 22:07:40.743 | + inc/rootwrap:configure_rootwrap:79 : chmod 0440 /tmp/tmp.ofJoBSpr8B 2024-11-06 22:07:40.746 | + inc/rootwrap:configure_rootwrap:80 : sudo chown root:root /tmp/tmp.ofJoBSpr8B 2024-11-06 22:07:40.755 | + inc/rootwrap:configure_rootwrap:81 : sudo mv /tmp/tmp.ofJoBSpr8B /etc/sudoers.d/nova-rootwrap 2024-11-06 22:07:40.765 | ++ inc/rootwrap:configure_rootwrap:85 : dirname /opt/stack/data/venv/bin/nova-rootwrap 2024-11-06 22:07:40.768 | + inc/rootwrap:configure_rootwrap:85 : add_sudo_secure_path /opt/stack/data/venv/bin 2024-11-06 22:07:40.770 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/opt/stack/data/venv/bin 2024-11-06 22:07:40.772 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-11-06 22:07:40.774 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-11-06 22:07:40.776 | + 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-11-06 22:07:40.778 | + 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-11-06 22:07:40.780 | + 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-11-06 22:07:40.780 | + inc/rootwrap:add_sudo_secure_path:33 : sudo tee /etc/sudoers.d/zz-secure-path 2024-11-06 22:07:40.786 | Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin:/opt/stack/data/venv/bin 2024-11-06 22:07:40.789 | + inc/rootwrap:add_sudo_secure_path:34 : sudo chmod 400 /etc/sudoers.d/zz-secure-path 2024-11-06 22:07:40.799 | + inc/rootwrap:add_sudo_secure_path:35 : sudo chown root:root /etc/sudoers.d/zz-secure-path 2024-11-06 22:07:40.808 | + 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-11-06 22:07:40.810 | + lib/nova:configure_nova:260 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2024-11-06 22:07:40.814 | + lib/nova:configure_nova:263 : is_service_enabled n-cpu 2024-11-06 22:07:40.826 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:07:40.829 | + lib/nova:configure_nova:361 : create_nova_conf 2024-11-06 22:07:40.830 | + lib/nova:create_nova_conf:435 : rm -f /opt/stack//nova/bin/nova.conf 2024-11-06 22:07:40.833 | + lib/nova:create_nova_conf:438 : rm -f /etc/nova/nova.conf 2024-11-06 22:07:40.836 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT debug True 2024-11-06 22:07:40.859 | + lib/nova:create_nova_conf:440 : '[' True == True ']' 2024-11-06 22:07:40.861 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2024-11-06 22:07:40.882 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2024-11-06 22:07:40.905 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2024-11-06 22:07:40.928 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2024-11-06 22:07:40.952 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf scheduler workers 2 2024-11-06 22:07:40.975 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2024-11-06 22:07:40.999 | + lib/nova:create_nova_conf:448 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2024-11-06 22:07:41.020 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2024-11-06 22:07:41.042 | + lib/nova:create_nova_conf:450 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2024-11-06 22:07:41.065 | + lib/nova:create_nova_conf:451 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2024-11-06 22:07:41.087 | + lib/nova:create_nova_conf:452 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2024-11-06 22:07:41.108 | + lib/nova:create_nova_conf:454 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2024-11-06 22:07:41.132 | + lib/nova:create_nova_conf:456 : iniset /etc/nova/nova.conf DEFAULT report_interval 120 2024-11-06 22:07:41.154 | + lib/nova:create_nova_conf:457 : iniset /etc/nova/nova.conf DEFAULT service_down_time 720 2024-11-06 22:07:41.176 | + lib/nova:create_nova_conf:459 : is_fedora 2024-11-06 22:07:41.178 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2024-11-06 22:07:41.179 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2024-11-06 22:07:41.181 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2024-11-06 22:07:41.183 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2024-11-06 22:07:41.185 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-11-06 22:07:41.186 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2024-11-06 22:07:41.189 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2024-11-06 22:07:41.190 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2024-11-06 22:07:41.192 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2024-11-06 22:07:41.194 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2024-11-06 22:07:41.196 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2024-11-06 22:07:41.197 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2024-11-06 22:07:41.199 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2024-11-06 22:07:41.201 | + lib/nova:create_nova_conf:468 : is_service_enabled n-api n-cond n-sched 2024-11-06 22:07:41.213 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:07:41.215 | + lib/nova:create_nova_conf:472 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-11-06 22:07:41.216 | + lib/nova:create_nova_conf:473 : local db=nova_cell1 2024-11-06 22:07:41.219 | ++ lib/nova:create_nova_conf:481 : database_connection_url nova_cell1 2024-11-06 22:07:41.220 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-11-06 22:07:41.222 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-11-06 22:07:41.224 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell1 2024-11-06 22:07:41.226 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2024-11-06 22:07:41.227 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2024-11-06 22:07:41.229 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2024-11-06 22:07:41.241 | ++ functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:07:41.243 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2024-11-06 22:07:41.244 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2024-11-06 22:07:41.247 | + 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-11-06 22:07:41.271 | ++ lib/nova:create_nova_conf:482 : database_connection_url nova_api 2024-11-06 22:07:41.273 | ++ lib/database:database_connection_url:134 : local db=nova_api 2024-11-06 22:07:41.274 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2024-11-06 22:07:41.276 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_api 2024-11-06 22:07:41.278 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2024-11-06 22:07:41.280 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2024-11-06 22:07:41.282 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2024-11-06 22:07:41.295 | ++ functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:07:41.297 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2024-11-06 22:07:41.299 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2024-11-06 22:07:41.301 | + 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-11-06 22:07:41.326 | + lib/nova:create_nova_conf:487 : iniset /etc/nova/nova.conf cache enabled True 2024-11-06 22:07:41.349 | + lib/nova:create_nova_conf:488 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2024-11-06 22:07:41.370 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2024-11-06 22:07:41.392 | + lib/nova:create_nova_conf:492 : is_service_enabled n-api 2024-11-06 22:07:41.403 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:07:41.405 | + lib/nova:create_nova_conf:493 : is_service_enabled n-api-meta 2024-11-06 22:07:41.417 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:07:41.420 | ++ lib/nova:create_nova_conf:495 : sed s/,metadata// 2024-11-06 22:07:41.420 | ++ lib/nova:create_nova_conf:495 : echo osapi_compute,metadata 2024-11-06 22:07:41.424 | + lib/nova:create_nova_conf:495 : NOVA_ENABLED_APIS=osapi_compute 2024-11-06 22:07:41.426 | + lib/nova:create_nova_conf:497 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2024-11-06 22:07:41.448 | + lib/nova:create_nova_conf:498 : [[ True == \T\r\u\e ]] 2024-11-06 22:07:41.450 | + lib/nova:create_nova_conf:499 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults True 2024-11-06 22:07:41.473 | + lib/nova:create_nova_conf:500 : iniset /etc/nova/nova.conf oslo_policy enforce_scope True 2024-11-06 22:07:41.495 | + lib/nova:create_nova_conf:505 : is_service_enabled tls-proxy 2024-11-06 22:07:41.507 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:07:41.509 | + lib/nova:create_nova_conf:511 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2024-11-06 22:07:41.511 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2024-11-06 22:07:41.512 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-11-06 22:07:41.514 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-11-06 22:07:41.516 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2024-11-06 22:07:41.539 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2024-11-06 22:07:41.561 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-11-06 22:07:41.582 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2024-11-06 22:07:41.604 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2024-11-06 22:07:41.627 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2024-11-06 22:07:41.649 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2024-11-06 22:07:41.672 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2024-11-06 22:07:41.694 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-11-06 22:07:41.716 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2024-11-06 22:07:41.739 | + lib/nova:create_nova_conf:514 : is_service_enabled cinder 2024-11-06 22:07:41.751 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:07:41.753 | + lib/nova:create_nova_conf:515 : configure_cinder_access 2024-11-06 22:07:41.755 | + lib/nova:configure_cinder_access:642 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2024-11-06 22:07:41.778 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder auth_type password 2024-11-06 22:07:41.801 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2024-11-06 22:07:41.825 | + lib/nova:configure_cinder_access:651 : iniset /etc/nova/nova.conf cinder username nova 2024-11-06 22:07:41.847 | + lib/nova:configure_cinder_access:652 : iniset /etc/nova/nova.conf cinder password nomoresecret 2024-11-06 22:07:41.868 | + lib/nova:configure_cinder_access:653 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2024-11-06 22:07:41.890 | + lib/nova:configure_cinder_access:654 : iniset /etc/nova/nova.conf cinder project_name service 2024-11-06 22:07:41.912 | + lib/nova:configure_cinder_access:655 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2024-11-06 22:07:41.934 | + lib/nova:configure_cinder_access:656 : is_service_enabled tls-proxy 2024-11-06 22:07:41.946 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:07:41.948 | + lib/nova:create_nova_conf:518 : '[' -n /opt/stack/data/nova ']' 2024-11-06 22:07:41.950 | + lib/nova:create_nova_conf:519 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2024-11-06 22:07:41.972 | + lib/nova:create_nova_conf:520 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2024-11-06 22:07:41.996 | + lib/nova:create_nova_conf:522 : '[' -n /opt/stack/data/nova/instances ']' 2024-11-06 22:07:41.998 | + lib/nova:create_nova_conf:523 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2024-11-06 22:07:42.020 | + lib/nova:create_nova_conf:525 : '[' False '!=' False ']' 2024-11-06 22:07:42.022 | + lib/nova:create_nova_conf:528 : '[' False '!=' False ']' 2024-11-06 22:07:42.024 | + lib/nova:create_nova_conf:534 : is_fedora 2024-11-06 22:07:42.026 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2024-11-06 22:07:42.027 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2024-11-06 22:07:42.029 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2024-11-06 22:07:42.031 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2024-11-06 22:07:42.033 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-11-06 22:07:42.034 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2024-11-06 22:07:42.036 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2024-11-06 22:07:42.038 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2024-11-06 22:07:42.040 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2024-11-06 22:07:42.041 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2024-11-06 22:07:42.043 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2024-11-06 22:07:42.045 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2024-11-06 22:07:42.047 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2024-11-06 22:07:42.048 | + lib/nova:create_nova_conf:539 : setup_logging /etc/nova/nova.conf 2024-11-06 22:07:42.050 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2024-11-06 22:07:42.052 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2024-11-06 22:07:42.055 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-11-06 22:07:42.067 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-11-06 22:07:42.069 | + functions:setup_systemd_logging:706 : local pidstr= 2024-11-06 22:07:42.071 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-11-06 22:07:42.073 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-11-06 22:07:42.074 | + 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-11-06 22:07:42.097 | + 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-11-06 22:07:42.119 | + 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-11-06 22:07:42.141 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-11-06 22:07:42.163 | + lib/nova:create_nova_conf:541 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2024-11-06 22:07:42.188 | + lib/nova:create_nova_conf:543 : is_service_enabled n-api 2024-11-06 22:07:42.200 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:07:42.202 | + 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-11-06 22:07:42.204 | + lib/apache:write_uwsgi_config:241 : local file=/etc/nova/nova-api-uwsgi.ini 2024-11-06 22:07:42.206 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/nova-api-wsgi 2024-11-06 22:07:42.207 | + lib/apache:write_uwsgi_config:243 : local url=/compute 2024-11-06 22:07:42.209 | + lib/apache:write_uwsgi_config:244 : local http= 2024-11-06 22:07:42.211 | + lib/apache:write_uwsgi_config:245 : local name= 2024-11-06 22:07:42.213 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/nova-api-wsgi 2024-11-06 22:07:42.216 | + lib/apache:write_uwsgi_config:246 : name=nova-api-wsgi 2024-11-06 22:07:42.218 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2024-11-06 22:07:42.220 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2024-11-06 22:07:42.229 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2024-11-06 22:07:42.229 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-11-06 22:07:42.236 | d /var/run/uwsgi 0755 stack root 2024-11-06 22:07:42.238 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-11-06 22:07:42.246 | /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-11-06 22:07:42.249 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2024-11-06 22:07:42.251 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/nova/nova-api-uwsgi.ini 2024-11-06 22:07:42.254 | + 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-11-06 22:07:42.277 | + lib/apache:write_uwsgi_config:263 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2024-11-06 22:07:42.299 | + lib/apache:write_uwsgi_config:265 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2024-11-06 22:07:42.321 | + lib/apache:write_uwsgi_config:267 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2024-11-06 22:07:42.342 | + lib/apache:write_uwsgi_config:268 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2024-11-06 22:07:42.364 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-11-06 22:07:42.386 | + lib/apache:write_uwsgi_config:272 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2024-11-06 22:07:42.408 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2024-11-06 22:07:42.430 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2024-11-06 22:07:42.452 | + 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-11-06 22:07:42.474 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2024-11-06 22:07:42.496 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-11-06 22:07:42.518 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2024-11-06 22:07:42.540 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2024-11-06 22:07:42.541 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2024-11-06 22:07:42.544 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for nova-api-wsgi 2024-11-06 22:07:42.545 | ++ lib/apache:apache_site_config_for:173 : local site=nova-api-wsgi 2024-11-06 22:07:42.547 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2024-11-06 22:07:42.549 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:07:42.551 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:07:42.552 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2024-11-06 22:07:42.555 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2024-11-06 22:07:42.557 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2024-11-06 22:07:42.578 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2024-11-06 22:07:42.601 | + 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-11-06 22:07:42.601 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2024-11-06 22:07:42.608 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 acquire=1 2024-11-06 22:07:42.610 | + lib/apache:write_uwsgi_config:294 : enable_apache_site nova-api-wsgi 2024-11-06 22:07:42.612 | + lib/apache:enable_apache_site:190 : local site=nova-api-wsgi 2024-11-06 22:07:42.614 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2024-11-06 22:07:42.616 | + lib/apache:enable_apache_mod:55 : local mod=version 2024-11-06 22:07:42.618 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2024-11-06 22:07:42.619 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:07:42.621 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:07:42.623 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2024-11-06 22:07:42.625 | + lib/apache:enable_apache_site:193 : is_ubuntu 2024-11-06 22:07:42.626 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:07:42.628 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:07:42.630 | + lib/apache:enable_apache_site:194 : sudo a2ensite nova-api-wsgi 2024-11-06 22:07:42.661 | Enabling site nova-api-wsgi. 2024-11-06 22:07:42.665 | To activate the new configuration, you need to run: 2024-11-06 22:07:42.665 | systemctl reload apache2 2024-11-06 22:07:42.668 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2024-11-06 22:07:42.670 | + lib/apache:restart_apache_server:237 : restart_service apache2 2024-11-06 22:07:42.671 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-11-06 22:07:42.673 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2024-11-06 22:07:42.766 | + lib/nova:create_nova_conf:547 : is_service_enabled n-api-meta 2024-11-06 22:07:42.778 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:07:42.780 | + 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-11-06 22:07:42.782 | + lib/apache:write_uwsgi_config:241 : local file=/etc/nova/nova-metadata-uwsgi.ini 2024-11-06 22:07:42.783 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/nova-metadata-wsgi 2024-11-06 22:07:42.785 | + lib/apache:write_uwsgi_config:243 : local url= 2024-11-06 22:07:42.787 | + lib/apache:write_uwsgi_config:244 : local http=0.0.0.0:8775 2024-11-06 22:07:42.789 | + lib/apache:write_uwsgi_config:245 : local name= 2024-11-06 22:07:42.792 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/nova-metadata-wsgi 2024-11-06 22:07:42.794 | + lib/apache:write_uwsgi_config:246 : name=nova-metadata-wsgi 2024-11-06 22:07:42.796 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2024-11-06 22:07:42.798 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2024-11-06 22:07:42.808 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2024-11-06 22:07:42.808 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-11-06 22:07:42.814 | d /var/run/uwsgi 0755 stack root 2024-11-06 22:07:42.817 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-11-06 22:07:42.825 | /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-11-06 22:07:42.828 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2024-11-06 22:07:42.830 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2024-11-06 22:07:42.833 | + 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-11-06 22:07:42.857 | + lib/apache:write_uwsgi_config:263 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2024-11-06 22:07:42.878 | + lib/apache:write_uwsgi_config:265 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2024-11-06 22:07:42.900 | + lib/apache:write_uwsgi_config:267 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2024-11-06 22:07:42.922 | + lib/apache:write_uwsgi_config:268 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2024-11-06 22:07:42.944 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2024-11-06 22:07:42.966 | + lib/apache:write_uwsgi_config:272 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2024-11-06 22:07:42.987 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2024-11-06 22:07:43.009 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2024-11-06 22:07:43.031 | + 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-11-06 22:07:43.053 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2024-11-06 22:07:43.075 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2024-11-06 22:07:43.097 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2024-11-06 22:07:43.119 | + lib/apache:write_uwsgi_config:286 : [[ -n 0.0.0.0:8775 ]] 2024-11-06 22:07:43.121 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2024-11-06 22:07:43.144 | + lib/nova:create_nova_conf:551 : is_service_enabled ceilometer 2024-11-06 22:07:43.156 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:07:43.158 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2024-11-06 22:07:43.182 | ++ lib/nova:create_nova_conf:560 : get_notification_url 2024-11-06 22:07:43.184 | ++ lib/rpc_backend:get_notification_url:136 : local virtual_host= 2024-11-06 22:07:43.186 | ++ lib/rpc_backend:get_notification_url:137 : is_service_enabled rabbit 2024-11-06 22:07:43.198 | ++ functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:07:43.200 | ++ lib/rpc_backend:get_notification_url:138 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-11-06 22:07:43.202 | + 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-11-06 22:07:43.225 | + lib/nova:create_nova_conf:561 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2024-11-06 22:07:43.250 | + lib/nova:create_nova_conf:562 : iniset_rpc_backend nova /etc/nova/nova.conf 2024-11-06 22:07:43.252 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=nova 2024-11-06 22:07:43.254 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/nova/nova.conf 2024-11-06 22:07:43.256 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2024-11-06 22:07:43.257 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2024-11-06 22:07:43.259 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2024-11-06 22:07:43.272 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:07:43.274 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2024-11-06 22:07:43.276 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2024-11-06 22:07:43.278 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2024-11-06 22:07:43.290 | ++ functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:07:43.292 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-11-06 22:07:43.294 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-11-06 22:07:43.317 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2024-11-06 22:07:43.319 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2024-11-06 22:07:43.321 | + lib/nova:create_nova_conf:564 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2024-11-06 22:07:43.344 | + lib/nova:create_nova_conf:565 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2024-11-06 22:07:43.366 | + lib/nova:create_nova_conf:567 : iniset /etc/nova/nova.conf conductor workers 2 2024-11-06 22:07:43.390 | + lib/nova:create_nova_conf:569 : is_service_enabled tls-proxy 2024-11-06 22:07:43.402 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:07:43.404 | + lib/nova:create_nova_conf:574 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2024-11-06 22:07:43.426 | + lib/nova:create_nova_conf:576 : '[' True == True ']' 2024-11-06 22:07:43.428 | + lib/nova:create_nova_conf:577 : init_nova_service_user_conf 2024-11-06 22:07:43.430 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2024-11-06 22:07:43.455 | + lib/nova:init_nova_service_user_conf:826 : iniset /etc/nova/nova.conf service_user auth_type password 2024-11-06 22:07:43.477 | + lib/nova:init_nova_service_user_conf:827 : iniset /etc/nova/nova.conf service_user auth_url http://10.180.1.21/identity 2024-11-06 22:07:43.500 | + lib/nova:init_nova_service_user_conf:828 : iniset /etc/nova/nova.conf service_user username nova 2024-11-06 22:07:43.522 | + lib/nova:init_nova_service_user_conf:829 : iniset /etc/nova/nova.conf service_user password nomoresecret 2024-11-06 22:07:43.545 | + lib/nova:init_nova_service_user_conf:830 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2024-11-06 22:07:43.568 | + lib/nova:init_nova_service_user_conf:831 : iniset /etc/nova/nova.conf service_user project_name service 2024-11-06 22:07:43.590 | + lib/nova:init_nova_service_user_conf:832 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2024-11-06 22:07:43.613 | + lib/nova:init_nova_service_user_conf:833 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2024-11-06 22:07:43.635 | + lib/nova:create_nova_conf:580 : is_service_enabled n-cond 2024-11-06 22:07:43.648 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:07:43.650 | ++ lib/nova:create_nova_conf:581 : seq 1 1 2024-11-06 22:07:43.653 | + lib/nova:create_nova_conf:581 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-11-06 22:07:43.655 | + lib/nova:create_nova_conf:582 : local conf 2024-11-06 22:07:43.657 | + lib/nova:create_nova_conf:583 : local vhost 2024-11-06 22:07:43.659 | ++ lib/nova:create_nova_conf:584 : conductor_conf 1 2024-11-06 22:07:43.661 | ++ lib/nova:conductor_conf:837 : local cell=1 2024-11-06 22:07:43.663 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2024-11-06 22:07:43.665 | + lib/nova:create_nova_conf:584 : conf=/etc/nova/nova_cell1.conf 2024-11-06 22:07:43.667 | + lib/nova:create_nova_conf:585 : vhost=nova_cell1 2024-11-06 22:07:43.669 | + lib/nova:create_nova_conf:587 : rm -f /etc/nova/nova_cell1.conf 2024-11-06 22:07:43.672 | ++ lib/nova:create_nova_conf:588 : database_connection_url nova_cell1 2024-11-06 22:07:43.674 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-11-06 22:07:43.676 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-11-06 22:07:43.678 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell1 2024-11-06 22:07:43.680 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2024-11-06 22:07:43.682 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2024-11-06 22:07:43.684 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2024-11-06 22:07:43.696 | ++ functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:07:43.698 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2024-11-06 22:07:43.699 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2024-11-06 22:07:43.702 | + 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-11-06 22:07:43.727 | + lib/nova:create_nova_conf:589 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2024-11-06 22:07:43.752 | + lib/nova:create_nova_conf:590 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2024-11-06 22:07:43.776 | + lib/nova:create_nova_conf:592 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-11-06 22:07:43.778 | + lib/nova:create_nova_conf:593 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2024-11-06 22:07:43.780 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=nova 2024-11-06 22:07:43.782 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/nova/nova_cell1.conf 2024-11-06 22:07:43.783 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2024-11-06 22:07:43.785 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2024-11-06 22:07:43.787 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2024-11-06 22:07:43.800 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:07:43.802 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2024-11-06 22:07:43.804 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2024-11-06 22:07:43.806 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2024-11-06 22:07:43.818 | ++ functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:07:43.820 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-11-06 22:07:43.822 | + 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-11-06 22:07:43.845 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2024-11-06 22:07:43.847 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2024-11-06 22:07:43.849 | + lib/nova:create_nova_conf:605 : setup_logging /etc/nova/nova_cell1.conf 2024-11-06 22:07:43.850 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2024-11-06 22:07:43.852 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2024-11-06 22:07:43.855 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-11-06 22:07:43.867 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-11-06 22:07:43.869 | + functions:setup_systemd_logging:706 : local pidstr= 2024-11-06 22:07:43.871 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-11-06 22:07:43.873 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-11-06 22:07:43.875 | + 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-11-06 22:07:43.897 | + 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-11-06 22:07:43.920 | + 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-11-06 22:07:43.942 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-11-06 22:07:43.964 | + lib/nova:create_nova_conf:612 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-11-06 22:07:43.966 | + lib/nova:create_nova_conf:613 : configure_console_proxies 2024-11-06 22:07:43.968 | + lib/nova:configure_console_proxies:727 : local conf=/etc/nova/nova.conf 2024-11-06 22:07:43.970 | + lib/nova:configure_console_proxies:728 : local offset=0 2024-11-06 22:07:43.972 | + lib/nova:configure_console_proxies:732 : offset=0 2024-11-06 22:07:43.974 | + lib/nova:configure_console_proxies:734 : is_service_enabled n-novnc 2024-11-06 22:07:43.986 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:07:43.987 | + lib/nova:configure_console_proxies:734 : '[' False '!=' False ']' 2024-11-06 22:07:43.989 | + lib/nova:configure_console_proxies:766 : is_service_enabled n-spice 2024-11-06 22:07:44.001 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:07:44.003 | + lib/nova:configure_console_proxies:771 : is_service_enabled n-sproxy 2024-11-06 22:07:44.015 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:07:44.017 | + lib/nova:configure_nova:363 : is_service_enabled n-cpu 2024-11-06 22:07:44.030 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:07:44.032 | + stack.sh:main:968 : is_service_enabled placement 2024-11-06 22:07:44.045 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:07:44.047 | + stack.sh:main:970 : stack_install_service placement 2024-11-06 22:07:44.049 | + lib/stack:stack_install_service:20 : local service=placement 2024-11-06 22:07:44.051 | + lib/stack:stack_install_service:21 : type install_placement 2024-11-06 22:07:44.053 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-11-06 22:07:44.055 | + lib/stack:stack_install_service:32 : install_placement 2024-11-06 22:07:44.057 | + lib/placement:install_placement:150 : install_apache_wsgi 2024-11-06 22:07:44.059 | + lib/apache:install_apache_wsgi:130 : is_ubuntu 2024-11-06 22:07:44.061 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:07:44.063 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:07:44.065 | + lib/apache:install_apache_wsgi:132 : install_package apache2 2024-11-06 22:07:44.068 | + functions-common:install_package:1421 : update_package_repo 2024-11-06 22:07:44.070 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2024-11-06 22:07:44.072 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2024-11-06 22:07:44.074 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2024-11-06 22:07:44.075 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2024-11-06 22:07:44.077 | + functions-common:update_package_repo:1403 : is_ubuntu 2024-11-06 22:07:44.079 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:07:44.081 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:07:44.083 | + functions-common:update_package_repo:1404 : apt_get_update 2024-11-06 22:07:44.085 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2024-11-06 22:07:44.087 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2024-11-06 22:07:44.089 | + functions-common:apt_get_update:1150 : return 2024-11-06 22:07:44.091 | + functions-common:install_package:1422 : real_install_package apache2 2024-11-06 22:07:44.093 | + functions-common:real_install_package:1409 : is_ubuntu 2024-11-06 22:07:44.095 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:07:44.097 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:07:44.099 | + functions-common:real_install_package:1410 : apt_get install apache2 2024-11-06 22:07:44.115 | + 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-11-06 22:07:44.176 | Reading package lists... 2024-11-06 22:07:44.376 | Building dependency tree... 2024-11-06 22:07:44.377 | Reading state information... 2024-11-06 22:07:44.565 | apache2 is already the newest version (2.4.52-1ubuntu4.12). 2024-11-06 22:07:44.566 | The following packages were automatically installed and are no longer required: 2024-11-06 22:07:44.566 | linux-headers-6.8.0-40-generic linux-hwe-6.8-headers-6.8.0-40 2024-11-06 22:07:44.566 | linux-hwe-6.8-tools-6.8.0-40 linux-image-6.8.0-40-generic 2024-11-06 22:07:44.566 | linux-modules-6.8.0-40-generic linux-tools-6.8.0-40-generic 2024-11-06 22:07:44.566 | Use 'sudo apt autoremove' to remove them. 2024-11-06 22:07:44.587 | 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 2024-11-06 22:07:44.591 | + functions-common:apt_get:1194 : result=0 2024-11-06 22:07:44.593 | + functions-common:apt_get:1197 : time_stop apt-get 2024-11-06 22:07:44.595 | + functions-common:time_stop:2400 : local name 2024-11-06 22:07:44.597 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:07:44.599 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:07:44.601 | + functions-common:time_stop:2403 : local total 2024-11-06 22:07:44.603 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:07:44.605 | + functions-common:time_stop:2406 : name=apt-get 2024-11-06 22:07:44.607 | + functions-common:time_stop:2407 : start_time=1730930864113 2024-11-06 22:07:44.609 | + functions-common:time_stop:2409 : [[ -z 1730930864113 ]] 2024-11-06 22:07:44.611 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:07:44.614 | + functions-common:time_stop:2412 : end_time=1730930864612 2024-11-06 22:07:44.616 | + functions-common:time_stop:2413 : elapsed_time=499 2024-11-06 22:07:44.618 | + functions-common:time_stop:2414 : total=12540 2024-11-06 22:07:44.620 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:07:44.622 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13039 2024-11-06 22:07:44.624 | + functions-common:apt_get:1198 : return 0 2024-11-06 22:07:44.626 | + lib/apache:install_apache_wsgi:133 : is_package_installed libapache2-mod-wsgi 2024-11-06 22:07:44.629 | + functions-common:is_package_installed:1430 : [[ -z libapache2-mod-wsgi ]] 2024-11-06 22:07:44.631 | + functions-common:is_package_installed:1434 : [[ -z deb ]] 2024-11-06 22:07:44.633 | + functions-common:is_package_installed:1438 : [[ deb = \d\e\b ]] 2024-11-06 22:07:44.635 | + functions-common:is_package_installed:1439 : dpkg -s libapache2-mod-wsgi 2024-11-06 22:07:44.648 | + lib/apache:install_apache_wsgi:136 : install_package libapache2-mod-wsgi-py3 2024-11-06 22:07:44.650 | + functions-common:install_package:1421 : update_package_repo 2024-11-06 22:07:44.652 | + functions-common:update_package_repo:1395 : NO_UPDATE_REPOS=False 2024-11-06 22:07:44.655 | + functions-common:update_package_repo:1396 : REPOS_UPDATED=True 2024-11-06 22:07:44.657 | + functions-common:update_package_repo:1397 : RETRY_UPDATE=False 2024-11-06 22:07:44.659 | + functions-common:update_package_repo:1399 : [[ False = \T\r\u\e ]] 2024-11-06 22:07:44.661 | + functions-common:update_package_repo:1403 : is_ubuntu 2024-11-06 22:07:44.663 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:07:44.665 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:07:44.667 | + functions-common:update_package_repo:1404 : apt_get_update 2024-11-06 22:07:44.669 | + functions-common:apt_get_update:1149 : [[ True == \T\r\u\e ]] 2024-11-06 22:07:44.670 | + functions-common:apt_get_update:1149 : [[ False != \T\r\u\e ]] 2024-11-06 22:07:44.672 | + functions-common:apt_get_update:1150 : return 2024-11-06 22:07:44.675 | + functions-common:install_package:1422 : real_install_package libapache2-mod-wsgi-py3 2024-11-06 22:07:44.677 | + functions-common:real_install_package:1409 : is_ubuntu 2024-11-06 22:07:44.679 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:07:44.681 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:07:44.683 | + functions-common:real_install_package:1410 : apt_get install libapache2-mod-wsgi-py3 2024-11-06 22:07:44.700 | + 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-11-06 22:07:44.759 | Reading package lists... 2024-11-06 22:07:44.957 | Building dependency tree... 2024-11-06 22:07:44.958 | Reading state information... 2024-11-06 22:07:45.149 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2024-11-06 22:07:45.149 | The following packages were automatically installed and are no longer required: 2024-11-06 22:07:45.149 | linux-headers-6.8.0-40-generic linux-hwe-6.8-headers-6.8.0-40 2024-11-06 22:07:45.149 | linux-hwe-6.8-tools-6.8.0-40 linux-image-6.8.0-40-generic 2024-11-06 22:07:45.150 | linux-modules-6.8.0-40-generic linux-tools-6.8.0-40-generic 2024-11-06 22:07:45.150 | Use 'sudo apt autoremove' to remove them. 2024-11-06 22:07:45.171 | 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 2024-11-06 22:07:45.175 | + functions-common:apt_get:1194 : result=0 2024-11-06 22:07:45.177 | + functions-common:apt_get:1197 : time_stop apt-get 2024-11-06 22:07:45.179 | + functions-common:time_stop:2400 : local name 2024-11-06 22:07:45.181 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:07:45.183 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:07:45.185 | + functions-common:time_stop:2403 : local total 2024-11-06 22:07:45.187 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:07:45.189 | + functions-common:time_stop:2406 : name=apt-get 2024-11-06 22:07:45.191 | + functions-common:time_stop:2407 : start_time=1730930864698 2024-11-06 22:07:45.193 | + functions-common:time_stop:2409 : [[ -z 1730930864698 ]] 2024-11-06 22:07:45.196 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:07:45.199 | + functions-common:time_stop:2412 : end_time=1730930865197 2024-11-06 22:07:45.201 | + functions-common:time_stop:2413 : elapsed_time=499 2024-11-06 22:07:45.203 | + functions-common:time_stop:2414 : total=13039 2024-11-06 22:07:45.205 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:07:45.207 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13538 2024-11-06 22:07:45.209 | + functions-common:apt_get:1198 : return 0 2024-11-06 22:07:45.211 | + lib/apache:install_apache_wsgi:151 : enable_apache_mod wsgi 2024-11-06 22:07:45.213 | + lib/apache:enable_apache_mod:55 : local mod=wsgi 2024-11-06 22:07:45.215 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2024-11-06 22:07:45.217 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:07:45.219 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:07:45.221 | + lib/apache:enable_apache_mod:60 : [[ wsgi != \v\e\r\s\i\o\n ]] 2024-11-06 22:07:45.223 | + lib/apache:enable_apache_mod:60 : a2query -m wsgi 2024-11-06 22:07:45.252 | wsgi (enabled by maintainer script) 2024-11-06 22:07:45.255 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2024-11-06 22:07:45.257 | + inc/python:pip_install_gr:94 : local name=osc-placement 2024-11-06 22:07:45.259 | + inc/python:pip_install_gr:95 : local clean_name 2024-11-06 22:07:45.261 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements osc-placement 2024-11-06 22:07:45.264 | ++ inc/python:get_from_global_requirements:247 : local package=osc-placement 2024-11-06 22:07:45.266 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2024-11-06 22:07:45.269 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2024-11-06 22:07:45.269 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2024-11-06 22:07:45.273 | ++ inc/python:get_from_global_requirements:249 : required_pkg='osc-placement ' 2024-11-06 22:07:45.276 | ++ inc/python:get_from_global_requirements:250 : [[ osc-placement == '' ]] 2024-11-06 22:07:45.277 | ++ inc/python:get_from_global_requirements:253 : echo osc-placement 2024-11-06 22:07:45.280 | + inc/python:pip_install_gr:96 : clean_name=osc-placement 2024-11-06 22:07:45.282 | + inc/python:pip_install_gr:97 : pip_install osc-placement 2024-11-06 22:07:45.299 | Using python 3.10 to install osc-placement 2024-11-06 22:07:45.301 | + 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-11-06 22:07:46.304 | Collecting osc-placement 2024-11-06 22:07:46.306 | Using cached osc_placement-4.2.0-py3-none-any.whl.metadata (1.9 kB) 2024-11-06 22:07:46.313 | Requirement already satisfied: keystoneauth1>=3.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (5.3.0) 2024-11-06 22:07:46.315 | 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-11-06 22:07:46.332 | 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-11-06 22:07:46.332 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (5.11.1) 2024-11-06 22:07:46.333 | Requirement already satisfied: simplejson>=3.16.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from osc-placement) (3.19.1) 2024-11-06 22:07:46.359 | 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-11-06 22:07:46.359 | 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-11-06 22:07:46.360 | 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-11-06 22:07:46.361 | 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-11-06 22:07:46.367 | 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-11-06 22:07:46.368 | 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-11-06 22:07:46.369 | 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-11-06 22:07:46.376 | 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-11-06 22:07:46.377 | 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-11-06 22:07:46.377 | 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-11-06 22:07:46.378 | 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-11-06 22:07:46.379 | 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-11-06 22:07:46.380 | 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-11-06 22:07:46.381 | 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-11-06 22:07:46.388 | 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-11-06 22:07:46.389 | 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-11-06 22:07:46.390 | 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-11-06 22:07:46.391 | 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-11-06 22:07:46.391 | 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-11-06 22:07:46.395 | 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-11-06 22:07:46.411 | 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-11-06 22:07:46.412 | 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-11-06 22:07:46.413 | 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-11-06 22:07:46.413 | 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-11-06 22:07:46.414 | 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-11-06 22:07:46.416 | 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-11-06 22:07:46.418 | 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-11-06 22:07:46.438 | 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-11-06 22:07:46.438 | 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-11-06 22:07:46.439 | 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-11-06 22:07:46.440 | 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.8.30) 2024-11-06 22:07:46.479 | 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-11-06 22:07:46.480 | 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-11-06 22:07:46.481 | 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-11-06 22:07:46.501 | 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-11-06 22:07:46.533 | 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-11-06 22:07:46.541 | 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-11-06 22:07:46.600 | 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-11-06 22:07:46.640 | Using cached osc_placement-4.2.0-py3-none-any.whl (64 kB) 2024-11-06 22:07:47.428 | Installing collected packages: osc-placement 2024-11-06 22:07:47.501 | Successfully installed osc-placement-4.2.0 2024-11-06 22:07:47.603 | + inc/python:pip_install:222 : result=0 2024-11-06 22:07:47.606 | + inc/python:pip_install:224 : time_stop pip_install 2024-11-06 22:07:47.608 | + functions-common:time_stop:2400 : local name 2024-11-06 22:07:47.610 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:07:47.613 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:07:47.615 | + functions-common:time_stop:2403 : local total 2024-11-06 22:07:47.616 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:07:47.618 | + functions-common:time_stop:2406 : name=pip_install 2024-11-06 22:07:47.620 | + functions-common:time_stop:2407 : start_time=1730930865295 2024-11-06 22:07:47.622 | + functions-common:time_stop:2409 : [[ -z 1730930865295 ]] 2024-11-06 22:07:47.625 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:07:47.629 | + functions-common:time_stop:2412 : end_time=1730930867626 2024-11-06 22:07:47.630 | + functions-common:time_stop:2413 : elapsed_time=2331 2024-11-06 22:07:47.632 | + functions-common:time_stop:2414 : total=85772 2024-11-06 22:07:47.635 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:07:47.637 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=88103 2024-11-06 22:07:47.639 | + inc/python:pip_install:225 : return 0 2024-11-06 22:07:47.641 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement stable/2023.2 2024-11-06 22:07:47.643 | + functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/placement.git 2024-11-06 22:07:47.645 | + functions-common:git_clone:573 : local git_dest=/opt/stack//placement 2024-11-06 22:07:47.647 | + functions-common:git_clone:574 : local git_ref=stable/2023.2 2024-11-06 22:07:47.648 | + functions-common:git_clone:575 : local orig_dir 2024-11-06 22:07:47.651 | ++ functions-common:git_clone:576 : pwd 2024-11-06 22:07:47.653 | + functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-11-06 22:07:47.655 | + functions-common:git_clone:577 : local git_clone_flags= 2024-11-06 22:07:47.658 | ++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-11-06 22:07:47.671 | + functions-common:git_clone:579 : RECLONE=False 2024-11-06 22:07:47.673 | + functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2024-11-06 22:07:47.675 | + functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2024-11-06 22:07:47.677 | + functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-11-06 22:07:47.679 | + functions-common:git_clone:593 : echo stable/2023.2 2024-11-06 22:07:47.679 | + functions-common:git_clone:593 : egrep -q '^refs' 2024-11-06 22:07:47.683 | + functions-common:git_clone:607 : [[ ! -d /opt/stack//placement ]] 2024-11-06 22:07:47.685 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2024-11-06 22:07:47.687 | + functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2024-11-06 22:07:47.689 | + functions-common:git_timed:680 : local count=0 2024-11-06 22:07:47.691 | + functions-common:git_timed:681 : local timeout=0 2024-11-06 22:07:47.693 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-11-06 22:07:47.695 | + functions-common:git_timed:684 : timeout=0 2024-11-06 22:07:47.697 | + functions-common:git_timed:687 : time_start git_timed 2024-11-06 22:07:47.699 | + functions-common:time_start:2386 : local name=git_timed 2024-11-06 22:07:47.700 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:07:47.702 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:07:47.705 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:07:47.708 | + functions-common:time_start:2391 : _TIME_START[$name]=1730930867705 2024-11-06 22:07:47.710 | + 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-11-06 22:07:47.712 | Cloning into '/opt/stack//placement'... 2024-11-06 22:07:50.672 | + functions-common:git_timed:702 : time_stop git_timed 2024-11-06 22:07:50.674 | + functions-common:time_stop:2400 : local name 2024-11-06 22:07:50.676 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:07:50.678 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:07:50.680 | + functions-common:time_stop:2403 : local total 2024-11-06 22:07:50.682 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:07:50.684 | + functions-common:time_stop:2406 : name=git_timed 2024-11-06 22:07:50.685 | + functions-common:time_stop:2407 : start_time=1730930867705 2024-11-06 22:07:50.687 | + functions-common:time_stop:2409 : [[ -z 1730930867705 ]] 2024-11-06 22:07:50.690 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:07:50.693 | + functions-common:time_stop:2412 : end_time=1730930870691 2024-11-06 22:07:50.695 | + functions-common:time_stop:2413 : elapsed_time=2986 2024-11-06 22:07:50.697 | + functions-common:time_stop:2414 : total=137269 2024-11-06 22:07:50.699 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:07:50.700 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=140255 2024-11-06 22:07:50.702 | + functions-common:git_clone:614 : cd /opt/stack//placement 2024-11-06 22:07:50.704 | + functions-common:git_clone:615 : git_timed fetch --depth 10 origin stable/2023.2 2024-11-06 22:07:50.706 | + functions-common:git_timed:680 : local count=0 2024-11-06 22:07:50.708 | + functions-common:git_timed:681 : local timeout=0 2024-11-06 22:07:50.710 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-11-06 22:07:50.712 | + functions-common:git_timed:684 : timeout=0 2024-11-06 22:07:50.714 | + functions-common:git_timed:687 : time_start git_timed 2024-11-06 22:07:50.716 | + functions-common:time_start:2386 : local name=git_timed 2024-11-06 22:07:50.718 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:07:50.720 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:07:50.722 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:07:50.725 | + functions-common:time_start:2391 : _TIME_START[$name]=1730930870723 2024-11-06 22:07:50.727 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.2 2024-11-06 22:07:52.316 | From https://opendev.org/openstack/placement 2024-11-06 22:07:52.316 | * branch stable/2023.2 -> FETCH_HEAD 2024-11-06 22:07:52.320 | + functions-common:git_timed:702 : time_stop git_timed 2024-11-06 22:07:52.322 | + functions-common:time_stop:2400 : local name 2024-11-06 22:07:52.324 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:07:52.326 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:07:52.328 | + functions-common:time_stop:2403 : local total 2024-11-06 22:07:52.329 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:07:52.331 | + functions-common:time_stop:2406 : name=git_timed 2024-11-06 22:07:52.333 | + functions-common:time_stop:2407 : start_time=1730930870723 2024-11-06 22:07:52.335 | + functions-common:time_stop:2409 : [[ -z 1730930870723 ]] 2024-11-06 22:07:52.338 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:07:52.340 | + functions-common:time_stop:2412 : end_time=1730930872338 2024-11-06 22:07:52.342 | + functions-common:time_stop:2413 : elapsed_time=1615 2024-11-06 22:07:52.344 | + functions-common:time_stop:2414 : total=140255 2024-11-06 22:07:52.346 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:07:52.348 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=141870 2024-11-06 22:07:52.350 | + functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2024-11-06 22:07:52.352 | + functions-common:git_timed:680 : local count=0 2024-11-06 22:07:52.354 | + functions-common:git_timed:681 : local timeout=0 2024-11-06 22:07:52.355 | + functions-common:git_timed:683 : [[ -n 0 ]] 2024-11-06 22:07:52.357 | + functions-common:git_timed:684 : timeout=0 2024-11-06 22:07:52.359 | + functions-common:git_timed:687 : time_start git_timed 2024-11-06 22:07:52.361 | + functions-common:time_start:2386 : local name=git_timed 2024-11-06 22:07:52.363 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:07:52.365 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:07:52.368 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:07:52.371 | + functions-common:time_start:2391 : _TIME_START[$name]=1730930872368 2024-11-06 22:07:52.373 | + functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-11-06 22:07:52.399 | Note: switching to 'FETCH_HEAD'. 2024-11-06 22:07:52.399 | 2024-11-06 22:07:52.399 | You are in 'detached HEAD' state. You can look around, make experimental 2024-11-06 22:07:52.399 | changes and commit them, and you can discard any commits you make in this 2024-11-06 22:07:52.399 | state without impacting any branches by switching back to a branch. 2024-11-06 22:07:52.399 | 2024-11-06 22:07:52.399 | If you want to create a new branch to retain commits you create, you may 2024-11-06 22:07:52.399 | do so (now or later) by using -c with the switch command. Example: 2024-11-06 22:07:52.399 | 2024-11-06 22:07:52.399 | git switch -c 2024-11-06 22:07:52.399 | 2024-11-06 22:07:52.399 | Or undo this operation with: 2024-11-06 22:07:52.399 | 2024-11-06 22:07:52.399 | git switch - 2024-11-06 22:07:52.399 | 2024-11-06 22:07:52.399 | Turn off this advice by setting config variable advice.detachedHead to false 2024-11-06 22:07:52.399 | 2024-11-06 22:07:52.399 | HEAD is now at a361622 Update TOX_CONSTRAINTS_FILE for stable/2023.2 2024-11-06 22:07:52.401 | + functions-common:git_timed:702 : time_stop git_timed 2024-11-06 22:07:52.403 | + functions-common:time_stop:2400 : local name 2024-11-06 22:07:52.405 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:07:52.407 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:07:52.409 | + functions-common:time_stop:2403 : local total 2024-11-06 22:07:52.411 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:07:52.413 | + functions-common:time_stop:2406 : name=git_timed 2024-11-06 22:07:52.415 | + functions-common:time_stop:2407 : start_time=1730930872368 2024-11-06 22:07:52.417 | + functions-common:time_stop:2409 : [[ -z 1730930872368 ]] 2024-11-06 22:07:52.420 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:07:52.423 | + functions-common:time_stop:2412 : end_time=1730930872420 2024-11-06 22:07:52.425 | + functions-common:time_stop:2413 : elapsed_time=52 2024-11-06 22:07:52.427 | + functions-common:time_stop:2414 : total=141870 2024-11-06 22:07:52.429 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:07:52.431 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=141922 2024-11-06 22:07:52.433 | + functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//placement 2024-11-06 22:07:52.443 | + functions-common:git_clone:655 : cd /opt/stack//placement 2024-11-06 22:07:52.446 | + functions-common:git_clone:656 : git show --oneline 2024-11-06 22:07:52.446 | + functions-common:git_clone:656 : head -1 2024-11-06 22:07:52.448 | a361622 Update TOX_CONSTRAINTS_FILE for stable/2023.2 2024-11-06 22:07:52.450 | + functions-common:git_clone:657 : cd /opt/stack/devstack 2024-11-06 22:07:52.452 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2024-11-06 22:07:52.454 | + inc/python:setup_develop:360 : local bindep 2024-11-06 22:07:52.456 | + inc/python:setup_develop:361 : [[ /opt/stack//placement == -bindep* ]] 2024-11-06 22:07:52.458 | + inc/python:setup_develop:365 : local project_dir=/opt/stack//placement 2024-11-06 22:07:52.460 | + inc/python:setup_develop:366 : local extras= 2024-11-06 22:07:52.462 | + inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//placement -e 2024-11-06 22:07:52.464 | + inc/python:_setup_package_with_constraints_edit:386 : local bindep 2024-11-06 22:07:52.466 | + inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//placement == -bindep* ]] 2024-11-06 22:07:52.468 | + inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//placement 2024-11-06 22:07:52.470 | + inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2024-11-06 22:07:52.472 | + inc/python:_setup_package_with_constraints_edit:393 : local extras= 2024-11-06 22:07:52.475 | ++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//placement 2024-11-06 22:07:52.477 | ++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2024-11-06 22:07:52.479 | + inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/placement 2024-11-06 22:07:52.481 | + inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2024-11-06 22:07:52.483 | + inc/python:_setup_package_with_constraints_edit:406 : local name 2024-11-06 22:07:52.486 | ++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2024-11-06 22:07:52.490 | + inc/python:_setup_package_with_constraints_edit:407 : name=openstack-placement 2024-11-06 22:07:52.492 | + inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- openstack-placement 2024-11-06 22:07:52.813 | + inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/placement -e 2024-11-06 22:07:52.815 | + inc/python:setup_package:440 : local bindep=0 2024-11-06 22:07:52.817 | + inc/python:setup_package:441 : local bindep_flag= 2024-11-06 22:07:52.819 | + inc/python:setup_package:442 : local bindep_profiles= 2024-11-06 22:07:52.821 | + inc/python:setup_package:443 : [[ /opt/stack/placement == -bindep* ]] 2024-11-06 22:07:52.823 | + inc/python:setup_package:448 : local project_dir=/opt/stack/placement 2024-11-06 22:07:52.825 | + inc/python:setup_package:449 : local flags=-e 2024-11-06 22:07:52.827 | + inc/python:setup_package:450 : local extras= 2024-11-06 22:07:52.829 | + inc/python:setup_package:454 : [[ -n -e ]] 2024-11-06 22:07:52.831 | + inc/python:setup_package:454 : [[ -z '' ]] 2024-11-06 22:07:52.833 | + inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2024-11-06 22:07:52.835 | + inc/python:setup_package:459 : [[ ! -z '' ]] 2024-11-06 22:07:52.837 | + inc/python:setup_package:464 : [[ 0 == 1 ]] 2024-11-06 22:07:52.839 | + inc/python:setup_package:468 : pip_install -e /opt/stack/placement 2024-11-06 22:07:52.855 | Using python 3.10 to install /opt/stack/placement 2024-11-06 22:07:52.857 | + 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-11-06 22:07:53.685 | Obtaining file:///opt/stack/placement 2024-11-06 22:07:53.685 | Preparing metadata (setup.py): started 2024-11-06 22:07:54.102 | Preparing metadata (setup.py): finished with status 'done' 2024-11-06 22:07:54.157 | Requirement already satisfied: pbr>=3.1.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (5.11.1) 2024-11-06 22:07:54.159 | Requirement already satisfied: SQLAlchemy>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (1.4.41) 2024-11-06 22:07:54.159 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (10.4.1) 2024-11-06 22:07:54.159 | Requirement already satisfied: Routes>=2.3.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (2.5.1) 2024-11-06 22:07:54.159 | Requirement already satisfied: WebOb>=1.8.2 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (1.8.7) 2024-11-06 22:07:54.160 | Requirement already satisfied: jsonschema>=3.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (4.17.3) 2024-11-06 22:07:54.161 | Requirement already satisfied: requests>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (2.28.2) 2024-11-06 22:07:54.162 | 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==0.1.0.dev20) (69.1.1) 2024-11-06 22:07:54.163 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (5.2.0) 2024-11-06 22:07:54.163 | Requirement already satisfied: oslo.config>=6.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (9.2.0) 2024-11-06 22:07:54.164 | Requirement already satisfied: oslo.context>=2.22.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (5.2.0) 2024-11-06 22:07:54.165 | Requirement already satisfied: oslo.log>=4.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (5.3.1) 2024-11-06 22:07:54.166 | Requirement already satisfied: oslo.serialization>=2.25.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (5.2.1) 2024-11-06 22:07:54.167 | Requirement already satisfied: oslo.utils>=4.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (6.2.1) 2024-11-06 22:07:54.167 | Requirement already satisfied: oslo.db>=8.6.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (14.1.0) 2024-11-06 22:07:54.168 | Requirement already satisfied: oslo.policy>=3.7.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (4.2.1) 2024-11-06 22:07:54.169 | Requirement already satisfied: oslo.middleware>=3.31.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (5.2.0) 2024-11-06 22:07:54.170 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (2.2.0) 2024-11-06 22:07:54.171 | Requirement already satisfied: os-resource-classes>=1.1.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (1.1.0) 2024-11-06 22:07:54.171 | Requirement already satisfied: os-traits>=3.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (3.0.0) 2024-11-06 22:07:54.172 | Requirement already satisfied: microversion-parse>=0.2.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from openstack-placement==0.1.0.dev20) (1.0.1) 2024-11-06 22:07:54.191 | Requirement already satisfied: attrs>=17.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from jsonschema>=3.2.0->openstack-placement==0.1.0.dev20) (23.1.0) 2024-11-06 22:07:54.191 | 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==0.1.0.dev20) (0.19.3) 2024-11-06 22:07:54.214 | Requirement already satisfied: keystoneauth1>=3.12.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.1.0.dev20) (5.3.0) 2024-11-06 22:07:54.215 | 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==0.1.0.dev20) (3.5.0) 2024-11-06 22:07:54.216 | 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==0.1.0.dev20) (6.1.0) 2024-11-06 22:07:54.217 | 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==0.1.0.dev20) (3.1.1) 2024-11-06 22:07:54.218 | 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==0.1.0.dev20) (5.2.0) 2024-11-06 22:07:54.227 | 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==0.1.0.dev20) (0.18) 2024-11-06 22:07:54.246 | Requirement already satisfied: PyYAML>=5.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.config>=6.7.0->openstack-placement==0.1.0.dev20) (6.0) 2024-11-06 22:07:54.248 | 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==0.1.0.dev20) (2.5.0) 2024-11-06 22:07:54.248 | 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==0.1.0.dev20) (0.8.0) 2024-11-06 22:07:54.248 | 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==0.1.0.dev20) (2.0.0) 2024-11-06 22:07:54.249 | 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==0.1.0.dev20) (5.1.0) 2024-11-06 22:07:54.270 | 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==0.1.0.dev20) (1.9.4) 2024-11-06 22:07:54.272 | 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==0.1.0.dev20) (2.0.1) 2024-11-06 22:07:54.272 | Requirement already satisfied: testscenarios>=0.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.db>=8.6.0->openstack-placement==0.1.0.dev20) (0.5.0) 2024-11-06 22:07:54.292 | 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==0.1.0.dev20) (2.8.2) 2024-11-06 22:07:54.293 | 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==0.1.0.dev20) (0.9.6) 2024-11-06 22:07:54.301 | Requirement already satisfied: Jinja2>=2.10 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.middleware>=3.31.0->openstack-placement==0.1.0.dev20) (3.1.2) 2024-11-06 22:07:54.302 | 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==0.1.0.dev20) (4.0.1) 2024-11-06 22:07:54.303 | 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==0.1.0.dev20) (4.0.1) 2024-11-06 22:07:54.315 | 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==0.1.0.dev20) (1.0.5) 2024-11-06 22:07:54.316 | Requirement already satisfied: pytz>=2013.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->openstack-placement==0.1.0.dev20) (2023.3) 2024-11-06 22:07:54.317 | Requirement already satisfied: tzdata>=2022.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.serialization>=2.25.0->openstack-placement==0.1.0.dev20) (2023.3) 2024-11-06 22:07:54.323 | 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==0.1.0.dev20) (3.7.0) 2024-11-06 22:07:54.331 | 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==0.1.0.dev20) (1.1.0) 2024-11-06 22:07:54.331 | 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==0.1.0.dev20) (0.11.0) 2024-11-06 22:07:54.333 | Requirement already satisfied: packaging>=20.4 in /opt/stack/data/venv/lib/python3.10/site-packages (from oslo.utils>=4.5.0->openstack-placement==0.1.0.dev20) (23.1) 2024-11-06 22:07:54.333 | 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==0.1.0.dev20) (3.0.9) 2024-11-06 22:07:54.345 | Requirement already satisfied: charset-normalizer<4,>=2 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==0.1.0.dev20) (3.1.0) 2024-11-06 22:07:54.346 | Requirement already satisfied: idna<4,>=2.5 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==0.1.0.dev20) (3.4) 2024-11-06 22:07:54.347 | 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==0.1.0.dev20) (1.26.15) 2024-11-06 22:07:54.348 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from requests>=2.25.0->openstack-placement==0.1.0.dev20) (2024.8.30) 2024-11-06 22:07:54.356 | Requirement already satisfied: six in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->openstack-placement==0.1.0.dev20) (1.16.0) 2024-11-06 22:07:54.359 | Requirement already satisfied: repoze.lru>=0.3 in /opt/stack/data/venv/lib/python3.10/site-packages (from Routes>=2.3.1->openstack-placement==0.1.0.dev20) (0.7) 2024-11-06 22:07:54.464 | Requirement already satisfied: greenlet!=0.4.17 in /opt/stack/data/venv/lib/python3.10/site-packages (from SQLAlchemy>=1.4.0->openstack-placement==0.1.0.dev20) (2.0.2) 2024-11-06 22:07:54.482 | 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==0.1.0.dev20) (1.2.4) 2024-11-06 22:07:54.526 | 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==0.1.0.dev20) (1.15.0) 2024-11-06 22:07:54.557 | 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==0.1.0.dev20) (2.1.2) 2024-11-06 22:07:54.585 | 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==0.1.0.dev20) (1.7.0) 2024-11-06 22:07:54.625 | 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==0.1.0.dev20) (1.1.8) 2024-11-06 22:07:54.650 | 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==0.1.0.dev20) (0.2.6) 2024-11-06 22:07:54.777 | 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==0.1.0.dev20) (2.6.0) 2024-11-06 22:07:54.840 | 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==0.1.0.dev20) (5.1.1) 2024-11-06 22:07:54.891 | 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==0.1.0.dev20) (4.0.1) 2024-11-06 22:07:55.571 | Installing collected packages: openstack-placement 2024-11-06 22:07:55.571 | Running setup.py develop for openstack-placement 2024-11-06 22:07:56.501 | Successfully installed openstack-placement-0.1.0.dev20 2024-11-06 22:07:56.605 | + inc/python:pip_install:222 : result=0 2024-11-06 22:07:56.607 | + inc/python:pip_install:224 : time_stop pip_install 2024-11-06 22:07:56.609 | + functions-common:time_stop:2400 : local name 2024-11-06 22:07:56.611 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:07:56.613 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:07:56.615 | + functions-common:time_stop:2403 : local total 2024-11-06 22:07:56.617 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:07:56.619 | + functions-common:time_stop:2406 : name=pip_install 2024-11-06 22:07:56.621 | + functions-common:time_stop:2407 : start_time=1730930872851 2024-11-06 22:07:56.623 | + functions-common:time_stop:2409 : [[ -z 1730930872851 ]] 2024-11-06 22:07:56.625 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:07:56.629 | + functions-common:time_stop:2412 : end_time=1730930876627 2024-11-06 22:07:56.631 | + functions-common:time_stop:2413 : elapsed_time=3776 2024-11-06 22:07:56.632 | + functions-common:time_stop:2414 : total=88103 2024-11-06 22:07:56.634 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:07:56.636 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=91879 2024-11-06 22:07:56.639 | + inc/python:pip_install:225 : return 0 2024-11-06 22:07:56.640 | + inc/python:setup_package:470 : [[ -e == \-\e ]] 2024-11-06 22:07:56.642 | + inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2024-11-06 22:07:56.645 | + inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/placement 2024-11-06 22:07:56.646 | + inc/python:use_library_from_git:272 : local name=/opt/stack/placement 2024-11-06 22:07:56.649 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:07:56.650 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:07:56.653 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/placement, ]] 2024-11-06 22:07:56.655 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:07:56.657 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-11-06 22:07:56.658 | + stack.sh:main:971 : configure_placement 2024-11-06 22:07:56.660 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2024-11-06 22:07:56.671 | + lib/placement:configure_placement:113 : create_placement_conf 2024-11-06 22:07:56.673 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2024-11-06 22:07:56.676 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2024-11-06 22:07:56.678 | ++ lib/database:database_connection_url:134 : local db=placement 2024-11-06 22:07:56.680 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2024-11-06 22:07:56.682 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=placement 2024-11-06 22:07:56.684 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2024-11-06 22:07:56.686 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2024-11-06 22:07:56.688 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2024-11-06 22:07:56.702 | ++ functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:07:56.704 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2024-11-06 22:07:56.706 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2024-11-06 22:07:56.709 | + 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-11-06 22:07:56.736 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2024-11-06 22:07:56.763 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2024-11-06 22:07:56.789 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2024-11-06 22:07:56.791 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2024-11-06 22:07:56.793 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-11-06 22:07:56.795 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-11-06 22:07:56.797 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2024-11-06 22:07:56.824 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2024-11-06 22:07:56.848 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-11-06 22:07:56.872 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2024-11-06 22:07:56.897 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2024-11-06 22:07:56.921 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2024-11-06 22:07:56.945 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2024-11-06 22:07:56.970 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2024-11-06 22:07:56.994 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-11-06 22:07:57.018 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2024-11-06 22:07:57.042 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2024-11-06 22:07:57.044 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2024-11-06 22:07:57.046 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2024-11-06 22:07:57.049 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-11-06 22:07:57.062 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-11-06 22:07:57.064 | + functions:setup_systemd_logging:706 : local pidstr= 2024-11-06 22:07:57.067 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-11-06 22:07:57.069 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-11-06 22:07:57.071 | + 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-11-06 22:07:57.095 | + 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-11-06 22:07:57.119 | + 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-11-06 22:07:57.143 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-11-06 22:07:57.168 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2024-11-06 22:07:57.171 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /opt/stack/data/venv/bin/placement-api /placement 2024-11-06 22:07:57.173 | + lib/apache:write_uwsgi_config:241 : local file=/etc/placement/placement-uwsgi.ini 2024-11-06 22:07:57.174 | + lib/apache:write_uwsgi_config:242 : local wsgi=/opt/stack/data/venv/bin/placement-api 2024-11-06 22:07:57.176 | + lib/apache:write_uwsgi_config:243 : local url=/placement 2024-11-06 22:07:57.178 | + lib/apache:write_uwsgi_config:244 : local http= 2024-11-06 22:07:57.180 | + lib/apache:write_uwsgi_config:245 : local name= 2024-11-06 22:07:57.183 | ++ lib/apache:write_uwsgi_config:246 : basename /opt/stack/data/venv/bin/placement-api 2024-11-06 22:07:57.186 | + lib/apache:write_uwsgi_config:246 : name=placement-api 2024-11-06 22:07:57.188 | + lib/apache:write_uwsgi_config:250 : local socket_dir=/var/run/uwsgi 2024-11-06 22:07:57.190 | + lib/apache:write_uwsgi_config:254 : sudo mkdir -p /etc/tmpfiles.d/ 2024-11-06 22:07:57.199 | + lib/apache:write_uwsgi_config:255 : echo 'd /var/run/uwsgi 0755 stack root' 2024-11-06 22:07:57.200 | + lib/apache:write_uwsgi_config:255 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-11-06 22:07:57.206 | d /var/run/uwsgi 0755 stack root 2024-11-06 22:07:57.209 | + lib/apache:write_uwsgi_config:256 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-11-06 22:07:57.217 | /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-11-06 22:07:57.220 | + lib/apache:write_uwsgi_config:258 : local socket=/var/run/uwsgi/placement-api.socket 2024-11-06 22:07:57.222 | + lib/apache:write_uwsgi_config:261 : rm -rf /etc/placement/placement-uwsgi.ini 2024-11-06 22:07:57.226 | + lib/apache:write_uwsgi_config:262 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /opt/stack/data/venv/bin/placement-api 2024-11-06 22:07:57.251 | + lib/apache:write_uwsgi_config:263 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2024-11-06 22:07:57.275 | + lib/apache:write_uwsgi_config:265 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2024-11-06 22:07:57.298 | + lib/apache:write_uwsgi_config:267 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2024-11-06 22:07:57.322 | + lib/apache:write_uwsgi_config:268 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2024-11-06 22:07:57.345 | + lib/apache:write_uwsgi_config:271 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2024-11-06 22:07:57.368 | + lib/apache:write_uwsgi_config:272 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2024-11-06 22:07:57.393 | + lib/apache:write_uwsgi_config:273 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2024-11-06 22:07:57.417 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2024-11-06 22:07:57.441 | + lib/apache:write_uwsgi_config:277 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-11-06 22:07:57.465 | + lib/apache:write_uwsgi_config:279 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2024-11-06 22:07:57.488 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2024-11-06 22:07:57.512 | + lib/apache:write_uwsgi_config:283 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2024-11-06 22:07:57.537 | + lib/apache:write_uwsgi_config:286 : [[ -n '' ]] 2024-11-06 22:07:57.539 | + lib/apache:write_uwsgi_config:289 : local apache_conf= 2024-11-06 22:07:57.541 | ++ lib/apache:write_uwsgi_config:290 : apache_site_config_for placement-api 2024-11-06 22:07:57.544 | ++ lib/apache:apache_site_config_for:173 : local site=placement-api 2024-11-06 22:07:57.546 | ++ lib/apache:apache_site_config_for:174 : is_ubuntu 2024-11-06 22:07:57.548 | ++ functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:07:57.550 | ++ functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:07:57.551 | ++ lib/apache:apache_site_config_for:176 : echo /etc/apache2/sites-available/placement-api.conf 2024-11-06 22:07:57.554 | + lib/apache:write_uwsgi_config:290 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2024-11-06 22:07:57.556 | + lib/apache:write_uwsgi_config:291 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2024-11-06 22:07:57.580 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2024-11-06 22:07:57.604 | + 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-11-06 22:07:57.604 | + lib/apache:write_uwsgi_config:293 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2024-11-06 22:07:57.610 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 acquire=1 2024-11-06 22:07:57.613 | + lib/apache:write_uwsgi_config:294 : enable_apache_site placement-api 2024-11-06 22:07:57.615 | + lib/apache:enable_apache_site:190 : local site=placement-api 2024-11-06 22:07:57.617 | + lib/apache:enable_apache_site:192 : enable_apache_mod version 2024-11-06 22:07:57.619 | + lib/apache:enable_apache_mod:55 : local mod=version 2024-11-06 22:07:57.621 | + lib/apache:enable_apache_mod:57 : is_ubuntu 2024-11-06 22:07:57.623 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:07:57.625 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:07:57.627 | + lib/apache:enable_apache_mod:60 : [[ version != \v\e\r\s\i\o\n ]] 2024-11-06 22:07:57.629 | + lib/apache:enable_apache_site:193 : is_ubuntu 2024-11-06 22:07:57.631 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:07:57.633 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:07:57.635 | + lib/apache:enable_apache_site:194 : sudo a2ensite placement-api 2024-11-06 22:07:57.666 | Enabling site placement-api. 2024-11-06 22:07:57.670 | To activate the new configuration, you need to run: 2024-11-06 22:07:57.670 | systemctl reload apache2 2024-11-06 22:07:57.673 | + lib/apache:write_uwsgi_config:295 : restart_apache_server 2024-11-06 22:07:57.675 | + lib/apache:restart_apache_server:237 : restart_service apache2 2024-11-06 22:07:57.677 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-11-06 22:07:57.679 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart apache2 2024-11-06 22:07:57.770 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-11-06 22:07:57.772 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-11-06 22:07:57.774 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2024-11-06 22:07:57.802 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2024-11-06 22:07:57.827 | + stack.sh:main:978 : is_service_enabled placement placement-client 2024-11-06 22:07:57.841 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:07:57.843 | + stack.sh:main:979 : is_service_enabled n-cpu 2024-11-06 22:07:57.856 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:07:57.858 | + stack.sh:main:979 : is_service_enabled n-sch 2024-11-06 22:07:57.872 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:07:57.874 | + stack.sh:main:980 : configure_placement_nova_compute 2024-11-06 22:07:57.876 | + lib/nova:configure_placement_nova_compute:629 : local conf=/etc/nova/nova.conf 2024-11-06 22:07:57.878 | + lib/nova:configure_placement_nova_compute:630 : iniset /etc/nova/nova.conf placement auth_type password 2024-11-06 22:07:57.904 | + lib/nova:configure_placement_nova_compute:631 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2024-11-06 22:07:57.928 | + lib/nova:configure_placement_nova_compute:632 : iniset /etc/nova/nova.conf placement username placement 2024-11-06 22:07:57.953 | + lib/nova:configure_placement_nova_compute:633 : iniset /etc/nova/nova.conf placement password nomoresecret 2024-11-06 22:07:57.978 | + lib/nova:configure_placement_nova_compute:634 : iniset /etc/nova/nova.conf placement user_domain_name Default 2024-11-06 22:07:58.002 | + lib/nova:configure_placement_nova_compute:635 : iniset /etc/nova/nova.conf placement project_name service 2024-11-06 22:07:58.026 | + lib/nova:configure_placement_nova_compute:636 : iniset /etc/nova/nova.conf placement project_domain_name Default 2024-11-06 22:07:58.050 | + lib/nova:configure_placement_nova_compute:637 : iniset /etc/nova/nova.conf placement region_name RegionOne 2024-11-06 22:07:58.074 | + stack.sh:main:984 : is_service_enabled horizon 2024-11-06 22:07:58.088 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:07:58.090 | + stack.sh:main:989 : is_service_enabled tls-proxy 2024-11-06 22:07:58.103 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:07:58.106 | + stack.sh:main:997 : run_phase stack install 2024-11-06 22:07:58.108 | + functions-common:run_phase:1828 : local mode=stack 2024-11-06 22:07:58.110 | + functions-common:run_phase:1829 : local phase=install 2024-11-06 22:07:58.112 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2024-11-06 22:07:58.114 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2024-11-06 22:07:58.116 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-11-06 22:07:58.118 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2024-11-06 22:07:58.120 | + functions-common:run_phase:1838 : local extra 2024-11-06 22:07:58.122 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-11-06 22:07:58.126 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2024-11-06 22:07:58.128 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-11-06 22:07:58.130 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-11-06 22:07:58.132 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2024-11-06 22:07:58.134 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-11-06 22:07:58.146 | ++ functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:07:58.148 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-11-06 22:07:58.150 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-11-06 22:07:58.152 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-11-06 22:07:58.153 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2024-11-06 22:07:58.156 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2024-11-06 22:07:58.157 | ++ stack.sh:echo_summary:461 : echo -e Installing Tempest 2024-11-06 22:07:58.160 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2024-11-06 22:07:58.162 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2024-11-06 22:07:58.206 | ++ inc/async:async_inner:63 : install_tempest 2024-11-06 22:07:58.235 | [4836 Async install_tempest:28646]: running: install_tempest 2024-11-06 22:07:58.237 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-11-06 22:07:58.239 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-11-06 22:07:58.241 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2024-11-06 22:07:58.244 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-11-06 22:07:58.246 | + functions-common:run_phase:1855 : run_plugins stack install 2024-11-06 22:07:58.248 | + functions-common:run_plugins:1814 : local mode=stack 2024-11-06 22:07:58.250 | + functions-common:run_plugins:1815 : local phase=install 2024-11-06 22:07:58.252 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2024-11-06 22:07:58.255 | + functions-common:run_plugins:1818 : local plugin 2024-11-06 22:07:58.257 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2024-11-06 22:07:58.259 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2024-11-06 22:07:58.262 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-11-06 22:07:58.264 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2024-11-06 22:07:58.266 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-11-06 22:07:58.268 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-11-06 22:07:58.271 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-11-06 22:07:58.273 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2024-11-06 22:07:58.275 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2024-11-06 22:07:58.277 | ++ stack.sh:echo_summary:461 : echo -e Installing Networking-NSX-T 2024-11-06 22:07:58.279 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2024-11-06 22:07:58.281 | ++ inc/python:setup_develop:360 : local bindep 2024-11-06 22:07:58.283 | ++ inc/python:setup_develop:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-11-06 22:07:58.285 | ++ inc/python:setup_develop:365 : local project_dir=/opt/stack//networking-nsx-t 2024-11-06 22:07:58.287 | ++ inc/python:setup_develop:366 : local extras= 2024-11-06 22:07:58.289 | ++ inc/python:setup_develop:367 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2024-11-06 22:07:58.291 | ++ inc/python:_setup_package_with_constraints_edit:386 : local bindep 2024-11-06 22:07:58.293 | ++ inc/python:_setup_package_with_constraints_edit:387 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-11-06 22:07:58.295 | ++ inc/python:_setup_package_with_constraints_edit:391 : local project_dir=/opt/stack//networking-nsx-t 2024-11-06 22:07:58.297 | ++ inc/python:_setup_package_with_constraints_edit:392 : local flags=-e 2024-11-06 22:07:58.299 | ++ inc/python:_setup_package_with_constraints_edit:393 : local extras= 2024-11-06 22:07:58.301 | +++ inc/python:_setup_package_with_constraints_edit:400 : cd /opt/stack//networking-nsx-t 2024-11-06 22:07:58.303 | +++ inc/python:_setup_package_with_constraints_edit:400 : pwd 2024-11-06 22:07:58.305 | ++ inc/python:_setup_package_with_constraints_edit:400 : project_dir=/opt/stack/networking-nsx-t 2024-11-06 22:07:58.307 | ++ inc/python:_setup_package_with_constraints_edit:402 : '[' -n /opt/stack//requirements ']' 2024-11-06 22:07:58.309 | ++ inc/python:_setup_package_with_constraints_edit:406 : local name 2024-11-06 22:07:58.312 | +++ inc/python:_setup_package_with_constraints_edit:407 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2024-11-06 22:07:58.316 | ++ inc/python:_setup_package_with_constraints_edit:407 : name=networking_nsxv3 2024-11-06 22:07:58.318 | ++ inc/python:_setup_package_with_constraints_edit:409 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- networking_nsxv3 2024-11-06 22:07:58.638 | ++ inc/python:_setup_package_with_constraints_edit:412 : setup_package /opt/stack/networking-nsx-t -e 2024-11-06 22:07:58.640 | ++ inc/python:setup_package:440 : local bindep=0 2024-11-06 22:07:58.642 | ++ inc/python:setup_package:441 : local bindep_flag= 2024-11-06 22:07:58.644 | ++ inc/python:setup_package:442 : local bindep_profiles= 2024-11-06 22:07:58.646 | ++ inc/python:setup_package:443 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2024-11-06 22:07:58.648 | ++ inc/python:setup_package:448 : local project_dir=/opt/stack/networking-nsx-t 2024-11-06 22:07:58.650 | ++ inc/python:setup_package:449 : local flags=-e 2024-11-06 22:07:58.652 | ++ inc/python:setup_package:450 : local extras= 2024-11-06 22:07:58.654 | ++ inc/python:setup_package:454 : [[ -n -e ]] 2024-11-06 22:07:58.656 | ++ inc/python:setup_package:454 : [[ -z '' ]] 2024-11-06 22:07:58.658 | ++ inc/python:setup_package:454 : [[ ! -e =~ ^-.* ]] 2024-11-06 22:07:58.660 | ++ inc/python:setup_package:459 : [[ ! -z '' ]] 2024-11-06 22:07:58.662 | ++ inc/python:setup_package:464 : [[ 0 == 1 ]] 2024-11-06 22:07:58.664 | ++ inc/python:setup_package:468 : pip_install -e /opt/stack/networking-nsx-t 2024-11-06 22:07:58.679 | Using python 3.10 to install /opt/stack/networking-nsx-t 2024-11-06 22:07:58.681 | ++ 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-11-06 22:07:59.517 | Obtaining file:///opt/stack/networking-nsx-t 2024-11-06 22:07:59.519 | Preparing metadata (setup.py): started 2024-11-06 22:07:59.943 | Preparing metadata (setup.py): finished with status 'done' 2024-11-06 22:07:59.994 | Requirement already satisfied: pbr>=1.6 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (5.11.1) 2024-11-06 22:08:00.096 | Collecting Babel>=1.3 (from networking_nsxv3==0.0.1.dev9) 2024-11-06 22:08:00.100 | Using cached Babel-2.12.1-py3-none-any.whl.metadata (1.3 kB) 2024-11-06 22:08:00.103 | Requirement already satisfied: neutron-lib>=1.13.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (3.8.2) 2024-11-06 22:08:00.104 | Requirement already satisfied: oslo.config>=2.3.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (9.2.0) 2024-11-06 22:08:00.106 | Requirement already satisfied: oslo.i18n>=1.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (6.1.0) 2024-11-06 22:08:00.106 | Requirement already satisfied: oslo.log>=1.8.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (5.3.1) 2024-11-06 22:08:00.107 | Requirement already satisfied: oslo.serialization>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (5.2.1) 2024-11-06 22:08:00.108 | Requirement already satisfied: oslo.utils>=2.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (6.2.1) 2024-11-06 22:08:00.109 | Requirement already satisfied: oslo.service>=1.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (3.2.1) 2024-11-06 22:08:00.109 | Requirement already satisfied: python-neutronclient in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (11.0.0) 2024-11-06 22:08:00.157 | Collecting ipaddress (from networking_nsxv3==0.0.1.dev9) 2024-11-06 22:08:00.159 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl.metadata (923 bytes) 2024-11-06 22:08:00.161 | Requirement already satisfied: netaddr in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (0.8.0) 2024-11-06 22:08:00.161 | Requirement already satisfied: tooz in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (4.2.0) 2024-11-06 22:08:00.184 | Collecting ratelimiter (from networking_nsxv3==0.0.1.dev9) 2024-11-06 22:08:00.186 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl.metadata (4.0 kB) 2024-11-06 22:08:00.189 | Requirement already satisfied: prometheus_client in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (0.16.0) 2024-11-06 22:08:00.189 | Requirement already satisfied: attrs in /opt/stack/data/venv/lib/python3.10/site-packages (from networking_nsxv3==0.0.1.dev9) (23.1.0) 2024-11-06 22:08:00.209 | 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.dev9) (1.4.41) 2024-11-06 22:08:00.209 | 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.dev9) (1.8.7) 2024-11-06 22:08:00.210 | 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.dev9) (5.3.0) 2024-11-06 22:08:00.211 | 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.dev9) (2.7.0) 2024-11-06 22:08:00.212 | 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.dev9) (3.0.0) 2024-11-06 22:08:00.213 | 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.dev9) (5.2.0) 2024-11-06 22:08:00.217 | 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.dev9) (5.2.0) 2024-11-06 22:08:00.217 | 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.dev9) (14.1.0) 2024-11-06 22:08:00.217 | 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.dev9) (14.4.2) 2024-11-06 22:08:00.217 | 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.dev9) (4.2.1) 2024-11-06 22:08:00.218 | 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.dev9) (3.2.0) 2024-11-06 22:08:00.221 | 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.dev9) (4.1.0) 2024-11-06 22:08:00.221 | 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.dev9) (1.4.2) 2024-11-06 22:08:00.221 | 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.dev9) (1.3.2) 2024-11-06 22:08:00.221 | 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.dev9) (5.1.0) 2024-11-06 22:08:00.240 | 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.dev9) (6.0) 2024-11-06 22:08:00.240 | 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.dev9) (2.5.0) 2024-11-06 22:08:00.242 | 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.dev9) (2.28.2) 2024-11-06 22:08:00.242 | 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.dev9) (2.0.0) 2024-11-06 22:08:00.264 | 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.dev9) (2.8.2) 2024-11-06 22:08:00.265 | 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.dev9) (0.9.6) 2024-11-06 22:08:00.271 | 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.dev9) (1.0.5) 2024-11-06 22:08:00.272 | 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.dev9) (2023.3) 2024-11-06 22:08:00.273 | 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.dev9) (2023.3) 2024-11-06 22:08:00.284 | 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.dev9) (3.5.2) 2024-11-06 22:08:00.285 | 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.dev9) (3.0.1) 2024-11-06 22:08:00.285 | 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.dev9) (2.5.1) 2024-11-06 22:08:00.286 | 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.dev9) (1.4.0) 2024-11-06 22:08:00.287 | 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.dev9) (0.33.3) 2024-11-06 22:08:00.288 | 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.dev9) (4.0.1) 2024-11-06 22:08:00.289 | 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.dev9) (2.0.2) 2024-11-06 22:08:00.297 | 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.dev9) (1.1.0) 2024-11-06 22:08:00.298 | 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.dev9) (0.11.0) 2024-11-06 22:08:00.298 | 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.dev9) (23.1) 2024-11-06 22:08:00.299 | 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.dev9) (3.0.9) 2024-11-06 22:08:00.341 | 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.dev9) (4.3.0) 2024-11-06 22:08:00.342 | 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.dev9) (1.5.0) 2024-11-06 22:08:00.343 | 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.dev9) (2.1.0) 2024-11-06 22:08:00.344 | 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.dev9) (2.8.1) 2024-11-06 22:08:00.345 | 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.dev9) (5.2.0) 2024-11-06 22:08:00.346 | 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.dev9) (3.19.1) 2024-11-06 22:08:00.379 | Requirement already satisfied: fasteners>=0.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev9) (0.18) 2024-11-06 22:08:00.380 | Requirement already satisfied: futurist>=1.2.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev9) (2.4.1) 2024-11-06 22:08:00.382 | Requirement already satisfied: tenacity>=5.0.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev9) (6.3.1) 2024-11-06 22:08:00.383 | Requirement already satisfied: voluptuous>=0.8.9 in /opt/stack/data/venv/lib/python3.10/site-packages (from tooz->networking_nsxv3==0.0.1.dev9) (0.13.1) 2024-11-06 22:08:00.390 | 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.dev9) (3.7.0) 2024-11-06 22:08:00.391 | 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.dev9) (0.5.1) 2024-11-06 22:08:00.392 | 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.dev9) (2.4.3) 2024-11-06 22:08:00.393 | 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.dev9) (6.0.1) 2024-11-06 22:08:00.398 | 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.dev9) (1.15.0) 2024-11-06 22:08:00.405 | 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.dev9) (2.3.0) 2024-11-06 22:08:00.406 | 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.dev9) (1.16.0) 2024-11-06 22:08:00.459 | 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.dev9) (1.7.0) 2024-11-06 22:08:00.481 | 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.dev9) (1.4.4) 2024-11-06 22:08:00.482 | 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.dev9) (40.0.2) 2024-11-06 22:08:00.484 | 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.dev9) (5.1.1) 2024-11-06 22:08:00.487 | 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.dev9) (1.1.8) 2024-11-06 22:08:00.487 | 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.dev9) (1.0.1) 2024-11-06 22:08:00.487 | 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.dev9) (1.32) 2024-11-06 22:08:00.487 | 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.dev9) (1.4.0) 2024-11-06 22:08:00.503 | 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.dev9) (0.6.13) 2024-11-06 22:08:00.504 | 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.dev9) (2.17.7) 2024-11-06 22:08:00.558 | 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.dev9) (1.9.4) 2024-11-06 22:08:00.560 | 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.dev9) (2.0.1) 2024-11-06 22:08:00.561 | 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.dev9) (0.5.0) 2024-11-06 22:08:00.588 | 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.dev9) (5.1.1) 2024-11-06 22:08:00.589 | 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.dev9) (5.3.0) 2024-11-06 22:08:00.590 | 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.dev9) (5.2.4) 2024-11-06 22:08:00.591 | 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.dev9) (0.7.0) 2024-11-06 22:08:00.592 | 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.dev9) (5.2.0) 2024-11-06 22:08:00.684 | 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.dev9) (69.1.1) 2024-11-06 22:08:00.708 | 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.dev9) (1.2.4) 2024-11-06 22:08:00.709 | 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.dev9) (0.3.5) 2024-11-06 22:08:00.783 | 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.dev9) (3.1.0) 2024-11-06 22:08:00.784 | 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.dev9) (3.4) 2024-11-06 22:08:00.785 | 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.dev9) (1.26.15) 2024-11-06 22:08:00.785 | 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.dev9) (2024.8.30) 2024-11-06 22:08:00.809 | 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.dev9) (0.7) 2024-11-06 22:08:00.994 | 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.dev9) (5.0.0) 2024-11-06 22:08:01.104 | 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.dev9) (1.8.2) 2024-11-06 22:08:01.105 | 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.dev9) (0.2.6) 2024-11-06 22:08:01.134 | 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.dev9) (1.15.1) 2024-11-06 22:08:01.222 | 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.dev9) (3.15.0) 2024-11-06 22:08:01.246 | 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.dev9) (2.3) 2024-11-06 22:08:01.307 | 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.dev9) (2.1.2) 2024-11-06 22:08:01.323 | 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.dev9) (3.1.0) 2024-11-06 22:08:01.323 | 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.dev9) (4.9.2) 2024-11-06 22:08:01.370 | 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.dev9) (3.1.2) 2024-11-06 22:08:01.372 | 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.dev9) (4.0.1) 2024-11-06 22:08:01.374 | 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.dev9) (4.0.1) 2024-11-06 22:08:01.388 | 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.dev9) (2.4.0) 2024-11-06 22:08:01.528 | 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.dev9) (2.6.0) 2024-11-06 22:08:01.599 | 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.dev9) (2.21) 2024-11-06 22:08:01.682 | 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.dev9) (1.5.0) 2024-11-06 22:08:01.848 | Using cached Babel-2.12.1-py3-none-any.whl (10.1 MB) 2024-11-06 22:08:01.894 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2024-11-06 22:08:01.897 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2024-11-06 22:08:02.418 | Installing collected packages: ratelimiter, ipaddress, Babel, networking_nsxv3 2024-11-06 22:08:02.856 | Running setup.py develop for networking_nsxv3 2024-11-06 22:08:04.037 | Successfully installed Babel-2.12.1 ipaddress-1.0.23 networking_nsxv3-0.0.1.dev9 ratelimiter-1.2.0.post0 2024-11-06 22:08:04.165 | ++ inc/python:pip_install:222 : result=0 2024-11-06 22:08:04.167 | ++ inc/python:pip_install:224 : time_stop pip_install 2024-11-06 22:08:04.169 | ++ functions-common:time_stop:2400 : local name 2024-11-06 22:08:04.171 | ++ functions-common:time_stop:2401 : local end_time 2024-11-06 22:08:04.172 | ++ functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:08:04.174 | ++ functions-common:time_stop:2403 : local total 2024-11-06 22:08:04.176 | ++ functions-common:time_stop:2404 : local start_time 2024-11-06 22:08:04.178 | ++ functions-common:time_stop:2406 : name=pip_install 2024-11-06 22:08:04.180 | ++ functions-common:time_stop:2407 : start_time=1730930878675 2024-11-06 22:08:04.181 | ++ functions-common:time_stop:2409 : [[ -z 1730930878675 ]] 2024-11-06 22:08:04.184 | +++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:08:04.187 | ++ functions-common:time_stop:2412 : end_time=1730930884185 2024-11-06 22:08:04.189 | ++ functions-common:time_stop:2413 : elapsed_time=5510 2024-11-06 22:08:04.191 | ++ functions-common:time_stop:2414 : total=91879 2024-11-06 22:08:04.192 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:08:04.194 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=97389 2024-11-06 22:08:04.196 | ++ inc/python:pip_install:225 : return 0 2024-11-06 22:08:04.198 | ++ inc/python:setup_package:470 : [[ -e == \-\e ]] 2024-11-06 22:08:04.200 | ++ inc/python:setup_package:470 : [[ True == \F\a\l\s\e ]] 2024-11-06 22:08:04.202 | ++ inc/python:_setup_package_with_constraints_edit:416 : use_library_from_git /opt/stack/networking-nsx-t 2024-11-06 22:08:04.204 | ++ inc/python:use_library_from_git:272 : local name=/opt/stack/networking-nsx-t 2024-11-06 22:08:04.206 | ++ inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:08:04.208 | ++ inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:08:04.210 | ++ inc/python:use_library_from_git:274 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2024-11-06 22:08:04.212 | ++ inc/python:use_library_from_git:275 : return 1 2024-11-06 22:08:04.214 | + stack.sh:main:1000 : use_library_from_git python-openstackclient 2024-11-06 22:08:04.216 | + inc/python:use_library_from_git:272 : local name=python-openstackclient 2024-11-06 22:08:04.218 | + inc/python:use_library_from_git:273 : local enabled=1 2024-11-06 22:08:04.220 | + inc/python:use_library_from_git:274 : [[ '' = \A\L\L ]] 2024-11-06 22:08:04.222 | + inc/python:use_library_from_git:274 : [[ ,, =~ ,python-openstackclient, ]] 2024-11-06 22:08:04.225 | + inc/python:use_library_from_git:275 : return 1 2024-11-06 22:08:04.227 | + stack.sh:main:1004 : pip_install_gr python-openstackclient 2024-11-06 22:08:04.229 | + inc/python:pip_install_gr:94 : local name=python-openstackclient 2024-11-06 22:08:04.231 | + inc/python:pip_install_gr:95 : local clean_name 2024-11-06 22:08:04.234 | ++ inc/python:pip_install_gr:96 : get_from_global_requirements python-openstackclient 2024-11-06 22:08:04.236 | ++ inc/python:get_from_global_requirements:247 : local package=python-openstackclient 2024-11-06 22:08:04.238 | ++ inc/python:get_from_global_requirements:248 : local required_pkg 2024-11-06 22:08:04.241 | +++ inc/python:get_from_global_requirements:249 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2024-11-06 22:08:04.241 | +++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2024-11-06 22:08:04.245 | ++ inc/python:get_from_global_requirements:249 : required_pkg='python-openstackclient ' 2024-11-06 22:08:04.247 | ++ inc/python:get_from_global_requirements:250 : [[ python-openstackclient == '' ]] 2024-11-06 22:08:04.249 | ++ inc/python:get_from_global_requirements:253 : echo python-openstackclient 2024-11-06 22:08:04.251 | + inc/python:pip_install_gr:96 : clean_name=python-openstackclient 2024-11-06 22:08:04.253 | + inc/python:pip_install_gr:97 : pip_install python-openstackclient 2024-11-06 22:08:04.270 | Using python 3.10 to install python-openstackclient 2024-11-06 22:08:04.272 | + 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-11-06 22:08:05.340 | Collecting python-openstackclient 2024-11-06 22:08:05.344 | Using cached python_openstackclient-6.3.0-py3-none-any.whl.metadata (6.5 kB) 2024-11-06 22:08:05.357 | Requirement already satisfied: cliff>=3.5.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (4.3.0) 2024-11-06 22:08:05.360 | Requirement already satisfied: cryptography>=2.7 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (40.0.2) 2024-11-06 22:08:05.360 | Requirement already satisfied: iso8601>=0.1.11 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (1.1.0) 2024-11-06 22:08:05.360 | Requirement already satisfied: openstacksdk>=1.4.0 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (1.5.0) 2024-11-06 22:08:05.360 | 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-11-06 22:08:05.360 | 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-11-06 22:08:05.361 | 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-11-06 22:08:05.362 | 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-11-06 22:08:05.363 | 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-11-06 22:08:05.363 | 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-11-06 22:08:05.364 | 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-11-06 22:08:05.365 | Requirement already satisfied: stevedore>=2.0.1 in /opt/stack/data/venv/lib/python3.10/site-packages (from python-openstackclient) (5.1.0) 2024-11-06 22:08:05.370 | 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-11-06 22:08:05.371 | 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-11-06 22:08:05.372 | 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-11-06 22:08:05.373 | 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-11-06 22:08:05.373 | 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-11-06 22:08:05.393 | 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-11-06 22:08:05.405 | 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-11-06 22:08:05.406 | 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-11-06 22:08:05.407 | 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-11-06 22:08:05.408 | 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-11-06 22:08:05.409 | 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-11-06 22:08:05.410 | 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-11-06 22:08:05.411 | 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-11-06 22:08:05.411 | 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-11-06 22:08:05.412 | 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-11-06 22:08:05.419 | 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-11-06 22:08:05.428 | 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-11-06 22:08:05.429 | 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-11-06 22:08:05.430 | 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-11-06 22:08:05.431 | 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-11-06 22:08:05.432 | 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-11-06 22:08:05.433 | 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-11-06 22:08:05.443 | 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-11-06 22:08:05.453 | 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-11-06 22:08:05.454 | 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.1) 2024-11-06 22:08:05.455 | 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-11-06 22:08:05.475 | 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-11-06 22:08:05.499 | 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-11-06 22:08:05.501 | 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-11-06 22:08:05.501 | 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-11-06 22:08:05.509 | 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-11-06 22:08:05.538 | 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-11-06 22:08:05.547 | 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-11-06 22:08:05.607 | 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-11-06 22:08:05.615 | 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-11-06 22:08:05.656 | 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-11-06 22:08:05.657 | 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-11-06 22:08:05.658 | 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-11-06 22:08:05.659 | 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.8.30) 2024-11-06 22:08:05.811 | Using cached python_openstackclient-6.3.0-py3-none-any.whl (1.1 MB) 2024-11-06 22:08:06.690 | Installing collected packages: python-openstackclient 2024-11-06 22:08:07.598 | Successfully installed python-openstackclient-6.3.0 2024-11-06 22:08:07.707 | + inc/python:pip_install:222 : result=0 2024-11-06 22:08:07.710 | + inc/python:pip_install:224 : time_stop pip_install 2024-11-06 22:08:07.712 | + functions-common:time_stop:2400 : local name 2024-11-06 22:08:07.714 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:08:07.716 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:08:07.718 | + functions-common:time_stop:2403 : local total 2024-11-06 22:08:07.720 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:08:07.722 | + functions-common:time_stop:2406 : name=pip_install 2024-11-06 22:08:07.724 | + functions-common:time_stop:2407 : start_time=1730930884266 2024-11-06 22:08:07.726 | + functions-common:time_stop:2409 : [[ -z 1730930884266 ]] 2024-11-06 22:08:07.729 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:08:07.732 | + functions-common:time_stop:2412 : end_time=1730930887730 2024-11-06 22:08:07.734 | + functions-common:time_stop:2413 : elapsed_time=3464 2024-11-06 22:08:07.737 | + functions-common:time_stop:2414 : total=97389 2024-11-06 22:08:07.739 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:08:07.741 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=100853 2024-11-06 22:08:07.744 | + inc/python:pip_install:225 : return 0 2024-11-06 22:08:07.746 | + stack.sh:main:1009 : install_oscwrap 2024-11-06 22:08:07.749 | ++ functions-common:install_oscwrap:2445 : mktemp 2024-11-06 22:08:07.752 | + functions-common:install_oscwrap:2445 : OSCWRAP_TIMER_FILE=/tmp/tmp.c3U9xdZtTI 2024-11-06 22:08:07.754 | + functions-common:install_oscwrap:2448 : shopt -s expand_aliases 2024-11-06 22:08:07.756 | + functions-common:install_oscwrap:2451 : unalias -a 2024-11-06 22:08:07.758 | + functions-common:install_oscwrap:2453 : alias openstack=oscwrap 2024-11-06 22:08:07.760 | + stack.sh:main:1014 : [[ False != \F\a\l\s\e ]] 2024-11-06 22:08:07.762 | + stack.sh:main:1054 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-11-06 22:08:07.764 | + stack.sh:main:1062 : is_service_enabled mysql postgresql 2024-11-06 22:08:07.778 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:08:07.780 | + stack.sh:main:1063 : configure_database 2024-11-06 22:08:07.782 | + lib/database:configure_database:128 : configure_database_mysql 2024-11-06 22:08:07.784 | + lib/databases/mysql:configure_database_mysql:66 : local my_conf mysql slow_log my_client_conf 2024-11-06 22:08:07.786 | + lib/databases/mysql:configure_database_mysql:67 : echo_summary 'Configuring and starting MySQL' 2024-11-06 22:08:07.788 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2024-11-06 22:08:07.790 | + stack.sh:echo_summary:461 : echo -e Configuring and starting MySQL 2024-11-06 22:08:07.792 | + lib/databases/mysql:configure_database_mysql:69 : is_ubuntu 2024-11-06 22:08:07.794 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:08:07.795 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:08:07.797 | + lib/databases/mysql:configure_database_mysql:70 : my_conf=/etc/mysql/my.cnf 2024-11-06 22:08:07.799 | + lib/databases/mysql:configure_database_mysql:84 : is_ubuntu 2024-11-06 22:08:07.801 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:08:07.803 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:08:07.805 | + lib/databases/mysql:configure_database_mysql:85 : is_fips_enabled 2024-11-06 22:08:07.807 | ++ functions-common:is_fips_enabled:2516 : cat /proc/sys/crypto/fips_enabled 2024-11-06 22:08:07.808 | cat: /proc/sys/crypto/fips_enabled: No such file or directory 2024-11-06 22:08:07.810 | + functions-common:is_fips_enabled:2516 : fips= 2024-11-06 22:08:07.812 | + functions-common:is_fips_enabled:2517 : '[' '' == 1 ']' 2024-11-06 22:08:07.815 | ++ lib/databases/mysql:configure_database_mysql:93 : ipv6_unquote 0.0.0.0 2024-11-06 22:08:07.817 | ++ functions-common:ipv6_unquote:2198 : echo 0.0.0.0 2024-11-06 22:08:07.817 | ++ functions-common:ipv6_unquote:2198 : tr -d '[]' 2024-11-06 22:08:07.821 | + lib/databases/mysql:configure_database_mysql:93 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2024-11-06 22:08:07.869 | + lib/databases/mysql:configure_database_mysql:96 : is_fedora 2024-11-06 22:08:07.871 | + functions-common:is_fedora:515 : [[ -z Ubuntu ]] 2024-11-06 22:08:07.873 | + functions-common:is_fedora:519 : '[' Ubuntu = Fedora ']' 2024-11-06 22:08:07.875 | + functions-common:is_fedora:519 : '[' Ubuntu = 'Red Hat' ']' 2024-11-06 22:08:07.877 | + functions-common:is_fedora:520 : '[' Ubuntu = openEuler ']' 2024-11-06 22:08:07.879 | + functions-common:is_fedora:521 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-11-06 22:08:07.880 | + functions-common:is_fedora:522 : '[' Ubuntu = RedHatEnterprise ']' 2024-11-06 22:08:07.882 | + functions-common:is_fedora:523 : '[' Ubuntu = RedHatEnterpriseLinux ']' 2024-11-06 22:08:07.884 | + functions-common:is_fedora:524 : '[' Ubuntu = Rocky ']' 2024-11-06 22:08:07.886 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOS ']' 2024-11-06 22:08:07.888 | + functions-common:is_fedora:525 : '[' Ubuntu = CentOSStream ']' 2024-11-06 22:08:07.890 | + functions-common:is_fedora:526 : '[' Ubuntu = AlmaLinux ']' 2024-11-06 22:08:07.891 | + functions-common:is_fedora:527 : '[' Ubuntu = OracleServer ']' 2024-11-06 22:08:07.893 | + functions-common:is_fedora:527 : '[' Ubuntu = Virtuozzo ']' 2024-11-06 22:08:07.895 | + lib/databases/mysql:configure_database_mysql:99 : is_ubuntu 2024-11-06 22:08:07.897 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:08:07.899 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:08:07.901 | + lib/databases/mysql:configure_database_mysql:101 : restart_service mariadb 2024-11-06 22:08:07.902 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-11-06 22:08:07.904 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart mariadb 2024-11-06 22:08:08.437 | + lib/databases/mysql:configure_database_mysql:110 : is_ubuntu 2024-11-06 22:08:08.439 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:08:08.441 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:08:08.443 | + lib/databases/mysql:configure_database_mysql:110 : [[ jammy == \j\a\m\m\y ]] 2024-11-06 22:08:08.445 | + lib/databases/mysql:configure_database_mysql:110 : '[' mariadb == mariadb ']' 2024-11-06 22:08:08.447 | + lib/databases/mysql:configure_database_mysql:116 : is_ubuntu 2024-11-06 22:08:08.449 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:08:08.451 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:08:08.453 | + lib/databases/mysql:configure_database_mysql:116 : '[' mariadb == mariadb ']' 2024-11-06 22:08:08.455 | + lib/databases/mysql:configure_database_mysql:117 : local 'cmd_args=-uroot -pstackdb ' 2024-11-06 22:08:08.457 | + lib/databases/mysql:configure_database_mysql:126 : is_ubuntu 2024-11-06 22:08:08.460 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:08:08.462 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:08:08.463 | + lib/databases/mysql:configure_database_mysql:126 : [[ ! jammy =~ bookworm|bullseye ]] 2024-11-06 22:08:08.465 | + lib/databases/mysql:configure_database_mysql:126 : '[' mariadb == mariadb ']' 2024-11-06 22:08:08.467 | + lib/databases/mysql:configure_database_mysql:127 : [[ jammy == \j\a\m\m\y ]] 2024-11-06 22:08:08.469 | + lib/databases/mysql:configure_database_mysql:130 : sudo mysql -e 'ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('\''stackdb'\'');' 2024-11-06 22:08:08.486 | + lib/databases/mysql:configure_database_mysql:136 : is_ubuntu 2024-11-06 22:08:08.488 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:08:08.490 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:08:08.492 | + lib/databases/mysql:configure_database_mysql:136 : [[ jammy == \j\a\m\m\y ]] 2024-11-06 22:08:08.494 | + lib/databases/mysql:configure_database_mysql:136 : '[' mariadb == mariadb ']' 2024-11-06 22:08:08.496 | + lib/databases/mysql:configure_database_mysql:146 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2024-11-06 22:08:08.539 | + lib/databases/mysql:configure_database_mysql:147 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2024-11-06 22:08:08.585 | + lib/databases/mysql:configure_database_mysql:148 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2024-11-06 22:08:08.628 | + lib/databases/mysql:configure_database_mysql:150 : [[ False == \T\r\u\e ]] 2024-11-06 22:08:08.630 | + lib/databases/mysql:configure_database_mysql:170 : [[ True == \T\r\u\e ]] 2024-11-06 22:08:08.632 | + lib/databases/mysql:configure_database_mysql:171 : echo 'enabling MySQL performance counting' 2024-11-06 22:08:08.632 | enabling MySQL performance counting 2024-11-06 22:08:08.633 | + lib/databases/mysql:configure_database_mysql:174 : pip_install /opt/stack/devstack/tools/dbcounter 2024-11-06 22:08:08.650 | Using python 3.10 to install /opt/stack/devstack/tools/dbcounter 2024-11-06 22:08:08.652 | + 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-11-06 22:08:09.502 | Processing ./tools/dbcounter 2024-11-06 22:08:09.503 | Installing build dependencies: started 2024-11-06 22:08:14.096 | Installing build dependencies: finished with status 'done' 2024-11-06 22:08:14.097 | Getting requirements to build wheel: started 2024-11-06 22:08:14.278 | Getting requirements to build wheel: finished with status 'done' 2024-11-06 22:08:14.280 | Preparing metadata (pyproject.toml): started 2024-11-06 22:08:14.471 | Preparing metadata (pyproject.toml): finished with status 'done' 2024-11-06 22:08:14.474 | Building wheels for collected packages: dbcounter 2024-11-06 22:08:14.476 | Building wheel for dbcounter (pyproject.toml): started 2024-11-06 22:08:14.685 | Building wheel for dbcounter (pyproject.toml): finished with status 'done' 2024-11-06 22:08:14.685 | Created wheel for dbcounter: filename=dbcounter-0.1-py3-none-any.whl size=3226 sha256=baaa06a88d5eb377edb5dd85c37dbc23286397ce2a7b7319ba77ef65febd5ea6 2024-11-06 22:08:14.685 | Stored in directory: /tmp/pip-ephem-wheel-cache-42oo93lw/wheels/e3/83/d0/d5edd61a93218f4a1789af99bf08ab7f0ad72cdcbde06f9d11 2024-11-06 22:08:14.691 | Successfully built dbcounter 2024-11-06 22:08:15.727 | Installing collected packages: dbcounter 2024-11-06 22:08:15.764 | Successfully installed dbcounter-0.1 2024-11-06 22:08:15.883 | + inc/python:pip_install:222 : result=0 2024-11-06 22:08:15.885 | + inc/python:pip_install:224 : time_stop pip_install 2024-11-06 22:08:15.888 | + functions-common:time_stop:2400 : local name 2024-11-06 22:08:15.890 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:08:15.892 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:08:15.895 | + functions-common:time_stop:2403 : local total 2024-11-06 22:08:15.897 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:08:15.899 | + functions-common:time_stop:2406 : name=pip_install 2024-11-06 22:08:15.901 | + functions-common:time_stop:2407 : start_time=1730930888646 2024-11-06 22:08:15.902 | + functions-common:time_stop:2409 : [[ -z 1730930888646 ]] 2024-11-06 22:08:15.905 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:08:15.908 | + functions-common:time_stop:2412 : end_time=1730930895906 2024-11-06 22:08:15.910 | + functions-common:time_stop:2413 : elapsed_time=7260 2024-11-06 22:08:15.912 | + functions-common:time_stop:2414 : total=100853 2024-11-06 22:08:15.914 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:08:15.916 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=108113 2024-11-06 22:08:15.918 | + inc/python:pip_install:225 : return 0 2024-11-06 22:08:15.920 | + lib/databases/mysql:configure_database_mysql:177 : recreate_database stats 2024-11-06 22:08:15.922 | + lib/database:recreate_database:112 : local db=stats 2024-11-06 22:08:15.924 | + lib/database:recreate_database:113 : recreate_database_mysql stats 2024-11-06 22:08:15.926 | + lib/databases/mysql:recreate_database_mysql:60 : local db=stats 2024-11-06 22:08:15.928 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS stats;' 2024-11-06 22:08:15.937 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE stats CHARACTER SET utf8;' 2024-11-06 22:08:15.946 | + 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-11-06 22:08:15.946 | count INT, PRIMARY KEY (db, op)) ENGINE MEMORY' stats 2024-11-06 22:08:15.967 | + lib/databases/mysql:configure_database_mysql:183 : [[ True == \T\r\u\e ]] 2024-11-06 22:08:15.969 | + lib/databases/mysql:configure_database_mysql:184 : iniset -sudo /etc/mysql/my.cnf mysqld read_buffer_size 64K 2024-11-06 22:08:16.013 | + lib/databases/mysql:configure_database_mysql:185 : iniset -sudo /etc/mysql/my.cnf mysqld innodb_buffer_pool_size 16M 2024-11-06 22:08:16.054 | + lib/databases/mysql:configure_database_mysql:186 : iniset -sudo /etc/mysql/my.cnf mysqld thread_stack 192K 2024-11-06 22:08:16.096 | + lib/databases/mysql:configure_database_mysql:187 : iniset -sudo /etc/mysql/my.cnf mysqld thread_cache_size 8 2024-11-06 22:08:16.136 | + lib/databases/mysql:configure_database_mysql:188 : iniset -sudo /etc/mysql/my.cnf mysqld tmp_table_size 8M 2024-11-06 22:08:16.178 | + lib/databases/mysql:configure_database_mysql:189 : iniset -sudo /etc/mysql/my.cnf mysqld sort_buffer_size 8M 2024-11-06 22:08:16.219 | + lib/databases/mysql:configure_database_mysql:190 : iniset -sudo /etc/mysql/my.cnf mysqld max_allowed_packet 8M 2024-11-06 22:08:16.260 | + lib/databases/mysql:configure_database_mysql:193 : restart_service mariadb 2024-11-06 22:08:16.262 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-11-06 22:08:16.264 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart mariadb 2024-11-06 22:08:16.812 | + stack.sh:main:1067 : save_stackenv 1067 2024-11-06 22:08:16.815 | + functions-common:save_stackenv:60 : local tag=1067 2024-11-06 22:08:16.818 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-11-06 22:08:16.820 | + functions-common:save_stackenv:62 : time_stamp=2024-11-06-220816 2024-11-06 22:08:16.823 | + functions-common:save_stackenv:63 : echo '# 2024-11-06-220816 1067' 2024-11-06 22:08:16.825 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:08:16.827 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-11-06 22:08:16.829 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:08:16.831 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-11-06 22:08:16.833 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:08:16.835 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-11-06 22:08:16.836 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:08:16.838 | + 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-11-06 22:08:16.840 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:08:16.842 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-11-06 22:08:16.844 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:08:16.846 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-11-06 22:08:16.848 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:08:16.850 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-11-06-220303 2024-11-06 22:08:16.852 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:08:16.854 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-11-06 22:08:16.856 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:08:16.857 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-11-06 22:08:16.859 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:08:16.861 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-11-06 22:08:16.863 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:08:16.865 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-11-06 22:08:16.867 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:08:16.869 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-11-06 22:08:16.871 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:08:16.873 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-11-06 22:08:16.874 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:08:16.876 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-11-06 22:08:16.878 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:08:16.880 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-11-06 22:08:16.882 | + stack.sh:main:1079 : [[ False == \T\r\u\e ]] 2024-11-06 22:08:16.884 | + stack.sh:main:1093 : start_dstat 2024-11-06 22:08:16.886 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-11-06 22:08:16.888 | + functions-common:run_process:1654 : local service=dstat 2024-11-06 22:08:16.890 | + functions-common:run_process:1655 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-11-06 22:08:16.892 | + functions-common:run_process:1656 : local group= 2024-11-06 22:08:16.894 | + functions-common:run_process:1657 : local user= 2024-11-06 22:08:16.896 | + functions-common:run_process:1658 : local env_vars= 2024-11-06 22:08:16.898 | + functions-common:run_process:1660 : local name=dstat 2024-11-06 22:08:16.900 | + functions-common:run_process:1662 : time_start run_process 2024-11-06 22:08:16.902 | + functions-common:time_start:2386 : local name=run_process 2024-11-06 22:08:16.904 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:08:16.906 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:08:16.909 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:08:16.912 | + functions-common:time_start:2391 : _TIME_START[$name]=1730930896910 2024-11-06 22:08:16.914 | + functions-common:run_process:1663 : is_service_enabled dstat 2024-11-06 22:08:16.929 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:08:16.931 | + functions-common:run_process:1666 : time_stop run_process 2024-11-06 22:08:16.933 | + functions-common:time_stop:2400 : local name 2024-11-06 22:08:16.935 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:08:16.937 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:08:16.939 | + functions-common:time_stop:2403 : local total 2024-11-06 22:08:16.941 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:08:16.943 | + functions-common:time_stop:2406 : name=run_process 2024-11-06 22:08:16.945 | + functions-common:time_stop:2407 : start_time=1730930896910 2024-11-06 22:08:16.947 | + functions-common:time_stop:2409 : [[ -z 1730930896910 ]] 2024-11-06 22:08:16.950 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:08:16.953 | + functions-common:time_stop:2412 : end_time=1730930896951 2024-11-06 22:08:16.955 | + functions-common:time_stop:2413 : elapsed_time=41 2024-11-06 22:08:16.957 | + functions-common:time_stop:2414 : total=0 2024-11-06 22:08:16.959 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:08:16.961 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=41 2024-11-06 22:08:16.963 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2024-11-06 22:08:16.965 | + functions-common:run_process:1654 : local service=memory_tracker 2024-11-06 22:08:16.967 | + functions-common:run_process:1655 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2024-11-06 22:08:16.969 | + functions-common:run_process:1656 : local group= 2024-11-06 22:08:16.971 | + functions-common:run_process:1657 : local user=root 2024-11-06 22:08:16.973 | + functions-common:run_process:1658 : local env_vars= 2024-11-06 22:08:16.975 | + functions-common:run_process:1660 : local name=memory_tracker 2024-11-06 22:08:16.977 | + functions-common:run_process:1662 : time_start run_process 2024-11-06 22:08:16.979 | + functions-common:time_start:2386 : local name=run_process 2024-11-06 22:08:16.981 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:08:16.983 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:08:16.986 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:08:16.989 | + functions-common:time_start:2391 : _TIME_START[$name]=1730930896987 2024-11-06 22:08:16.991 | + functions-common:run_process:1663 : is_service_enabled memory_tracker 2024-11-06 22:08:17.005 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:08:17.007 | + functions-common:run_process:1666 : time_stop run_process 2024-11-06 22:08:17.009 | + functions-common:time_stop:2400 : local name 2024-11-06 22:08:17.011 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:08:17.013 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:08:17.015 | + functions-common:time_stop:2403 : local total 2024-11-06 22:08:17.017 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:08:17.019 | + functions-common:time_stop:2406 : name=run_process 2024-11-06 22:08:17.021 | + functions-common:time_stop:2407 : start_time=1730930896987 2024-11-06 22:08:17.023 | + functions-common:time_stop:2409 : [[ -z 1730930896987 ]] 2024-11-06 22:08:17.026 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:08:17.029 | + functions-common:time_stop:2412 : end_time=1730930897027 2024-11-06 22:08:17.031 | + functions-common:time_stop:2413 : elapsed_time=40 2024-11-06 22:08:17.033 | + functions-common:time_stop:2414 : total=41 2024-11-06 22:08:17.035 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:08:17.038 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=81 2024-11-06 22:08:17.040 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2024-11-06 22:08:17.054 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:08:17.056 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2024-11-06 22:08:17.058 | + functions-common:run_process:1654 : local service=file_tracker 2024-11-06 22:08:17.060 | + functions-common:run_process:1655 : local command=/opt/stack/devstack/tools/file_tracker.sh 2024-11-06 22:08:17.062 | + functions-common:run_process:1656 : local group= 2024-11-06 22:08:17.064 | + functions-common:run_process:1657 : local user= 2024-11-06 22:08:17.066 | + functions-common:run_process:1658 : local env_vars= 2024-11-06 22:08:17.068 | + functions-common:run_process:1660 : local name=file_tracker 2024-11-06 22:08:17.070 | + functions-common:run_process:1662 : time_start run_process 2024-11-06 22:08:17.072 | + functions-common:time_start:2386 : local name=run_process 2024-11-06 22:08:17.074 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:08:17.077 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:08:17.079 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:08:17.083 | + functions-common:time_start:2391 : _TIME_START[$name]=1730930897080 2024-11-06 22:08:17.085 | + functions-common:run_process:1663 : is_service_enabled file_tracker 2024-11-06 22:08:17.098 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:08:17.101 | + functions-common:run_process:1666 : time_stop run_process 2024-11-06 22:08:17.103 | + functions-common:time_stop:2400 : local name 2024-11-06 22:08:17.105 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:08:17.107 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:08:17.109 | + functions-common:time_stop:2403 : local total 2024-11-06 22:08:17.111 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:08:17.113 | + functions-common:time_stop:2406 : name=run_process 2024-11-06 22:08:17.115 | + functions-common:time_stop:2407 : start_time=1730930897080 2024-11-06 22:08:17.117 | + functions-common:time_stop:2409 : [[ -z 1730930897080 ]] 2024-11-06 22:08:17.120 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:08:17.123 | + functions-common:time_stop:2412 : end_time=1730930897121 2024-11-06 22:08:17.125 | + functions-common:time_stop:2413 : elapsed_time=41 2024-11-06 22:08:17.127 | + functions-common:time_stop:2414 : total=81 2024-11-06 22:08:17.129 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:08:17.131 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=122 2024-11-06 22:08:17.133 | + stack.sh:main:1097 : is_service_enabled tcpdump 2024-11-06 22:08:17.148 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:08:17.150 | + stack.sh:main:1105 : is_service_enabled etcd3 2024-11-06 22:08:17.163 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:08:17.166 | + stack.sh:main:1106 : start_etcd3 2024-11-06 22:08:17.168 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2024-11-06 22:08:17.170 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2024-11-06 22:08:17.172 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2024-11-06 22:08:17.174 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2024-11-06 22:08:17.176 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2024-11-06 22:08:17.179 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2024-11-06 22:08:17.181 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2024-11-06 22:08:17.183 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2024-11-06 22:08:17.185 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2024-11-06 22:08:17.187 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2024-11-06 22:08:17.189 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2024-11-06 22:08:17.191 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-11-06 22:08:17.193 | + 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-11-06 22:08:17.195 | + functions-common:write_user_unit_file:1518 : local service=devstack@etcd.service 2024-11-06 22:08:17.197 | + 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-11-06 22:08:17.199 | + functions-common:write_user_unit_file:1520 : local group= 2024-11-06 22:08:17.201 | + functions-common:write_user_unit_file:1521 : local user=root 2024-11-06 22:08:17.203 | + functions-common:write_user_unit_file:1522 : local env_vars= 2024-11-06 22:08:17.205 | + functions-common:write_user_unit_file:1523 : local extra= 2024-11-06 22:08:17.207 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2024-11-06 22:08:17.208 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-11-06 22:08:17.210 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2024-11-06 22:08:17.214 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2024-11-06 22:08:17.261 | + 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-11-06 22:08:17.310 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2024-11-06 22:08:17.351 | + 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-11-06 22:08:17.390 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2024-11-06 22:08:17.430 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2024-11-06 22:08:17.471 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-11-06 22:08:17.511 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2024-11-06 22:08:17.513 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2024-11-06 22:08:17.516 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2024-11-06 22:08:17.565 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2024-11-06 22:08:17.799 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2024-11-06 22:08:17.843 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2024-11-06 22:08:17.885 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2024-11-06 22:08:17.928 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2024-11-06 22:08:17.970 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2024-11-06 22:08:17.973 | ++ functions-common:is_arch:497 : uname -m 2024-11-06 22:08:17.976 | + functions-common:is_arch:497 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2024-11-06 22:08:17.978 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2024-11-06 22:08:18.217 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2024-11-06 22:08:18.227 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2024-11-06 22:08:18.450 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2024-11-06 22:08:18.920 | + stack.sh:main:1112 : is_service_enabled tls-proxy 2024-11-06 22:08:18.934 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:08:18.936 | + stack.sh:main:1117 : write_clouds_yaml 2024-11-06 22:08:18.938 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2024-11-06 22:08:18.941 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2024-11-06 22:08:18.944 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2024-11-06 22:08:18.954 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2024-11-06 22:08:18.963 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2024-11-06 22:08:18.965 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-11-06 22:08:18.967 | + 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-11-06 22:08:19.015 | The user clouds.yaml file didn't exist. 2024-11-06 22:08:19.022 | + 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-11-06 22:08:19.079 | + 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-11-06 22:08:19.136 | + 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-11-06 22:08:19.196 | + 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-11-06 22:08:19.258 | + 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-11-06 22:08:19.322 | + 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-11-06 22:08:19.387 | + 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-11-06 22:08:19.454 | + 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-11-06 22:08:19.522 | + 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-11-06 22:08:19.592 | + functions-common:write_clouds_yaml:198 : cat 2024-11-06 22:08:19.596 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2024-11-06 22:08:19.598 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2024-11-06 22:08:19.601 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2024-11-06 22:08:19.604 | + stack.sh:main:1118 : export OS_CLOUD=devstack-admin 2024-11-06 22:08:19.606 | + stack.sh:main:1118 : OS_CLOUD=devstack-admin 2024-11-06 22:08:19.608 | + stack.sh:main:1120 : is_service_enabled keystone 2024-11-06 22:08:19.622 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:08:19.624 | + stack.sh:main:1121 : echo_summary 'Starting Keystone' 2024-11-06 22:08:19.626 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2024-11-06 22:08:19.628 | + stack.sh:echo_summary:461 : echo -e Starting Keystone 2024-11-06 22:08:19.630 | + stack.sh:main:1123 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-11-06 22:08:19.632 | + stack.sh:main:1124 : init_keystone 2024-11-06 22:08:19.634 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2024-11-06 22:08:19.647 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:08:19.649 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2024-11-06 22:08:19.651 | + lib/keystone:init_keystone:484 : recreate_database keystone 2024-11-06 22:08:19.653 | + lib/database:recreate_database:112 : local db=keystone 2024-11-06 22:08:19.655 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2024-11-06 22:08:19.657 | + lib/databases/mysql:recreate_database_mysql:60 : local db=keystone 2024-11-06 22:08:19.659 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2024-11-06 22:08:19.668 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2024-11-06 22:08:19.676 | + lib/keystone:init_keystone:487 : time_start dbsync 2024-11-06 22:08:19.678 | + functions-common:time_start:2386 : local name=dbsync 2024-11-06 22:08:19.680 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:08:19.682 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:08:19.685 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:08:19.688 | + functions-common:time_start:2391 : _TIME_START[$name]=1730930899686 2024-11-06 22:08:19.690 | + lib/keystone:init_keystone:489 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2024-11-06 22:08:21.310 | INFO dbcounter [-] Registered counter for database keystone 2024-11-06 22:08:21.318 | DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION {{(pid=31255) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-11-06 22:08:21.321 | DEBUG dbcounter [-] [31255] Writer thread running {{(pid=31255) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-11-06 22:08:21.327 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-11-06 22:08:21.327 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-11-06 22:08:21.364 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2024-11-06 22:08:22.090 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=31255) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2024-11-06 22:08:22.091 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2024-11-06 22:08:22.091 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=31255) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:08:22.092 | INFO alembic.runtime.migration [-] Running upgrade e25ffa003242 -> 99de3849d860, Fix incorrect constraints. 2024-11-06 22:08:22.110 | DEBUG alembic.runtime.migration [-] update e25ffa003242 to 99de3849d860 {{(pid=31255) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:08:22.111 | INFO alembic.runtime.migration [-] Running upgrade 99de3849d860 -> c88cdce8f248, Remove duplicate constraints. 2024-11-06 22:08:22.123 | DEBUG alembic.runtime.migration [-] update 99de3849d860 to c88cdce8f248 {{(pid=31255) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:08:22.124 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2024-11-06 22:08:22.124 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=31255) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2024-11-06 22:08:22.125 | INFO alembic.runtime.migration [-] Running upgrade 29e87d24a316 -> b4f8b3f584e0, Fix incorrect constraints. 2024-11-06 22:08:22.152 | DEBUG alembic.runtime.migration [-] update 29e87d24a316 to b4f8b3f584e0 {{(pid=31255) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:08:22.153 | INFO alembic.runtime.migration [-] Running upgrade b4f8b3f584e0 -> 11c3b243b4cb, Remove service_provider.relay_state_prefix server default. 2024-11-06 22:08:22.159 | DEBUG alembic.runtime.migration [-] update b4f8b3f584e0 to 11c3b243b4cb {{(pid=31255) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:08:22.391 | + lib/keystone:init_keystone:490 : time_stop dbsync 2024-11-06 22:08:22.394 | + functions-common:time_stop:2400 : local name 2024-11-06 22:08:22.396 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:08:22.398 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:08:22.400 | + functions-common:time_stop:2403 : local total 2024-11-06 22:08:22.402 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:08:22.404 | + functions-common:time_stop:2406 : name=dbsync 2024-11-06 22:08:22.406 | + functions-common:time_stop:2407 : start_time=1730930899686 2024-11-06 22:08:22.408 | + functions-common:time_stop:2409 : [[ -z 1730930899686 ]] 2024-11-06 22:08:22.411 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:08:22.414 | + functions-common:time_stop:2412 : end_time=1730930902412 2024-11-06 22:08:22.416 | + functions-common:time_stop:2413 : elapsed_time=2726 2024-11-06 22:08:22.418 | + functions-common:time_stop:2414 : total=0 2024-11-06 22:08:22.420 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:08:22.422 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2726 2024-11-06 22:08:22.424 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2024-11-06 22:08:22.426 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2024-11-06 22:08:22.429 | + lib/keystone:init_keystone:494 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2024-11-06 22:08:23.927 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2024-11-06 22:08:23.927 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-11-06 22:08:23.927 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-11-06 22:08:23.931 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2024-11-06 22:08:23.931 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-11-06 22:08:23.931 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-11-06 22:08:23.931 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-11-06 22:08:23.931 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-11-06 22:08:23.931 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-11-06 22:08:24.138 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2024-11-06 22:08:24.141 | + lib/keystone:init_keystone:497 : /opt/stack/data/venv/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2024-11-06 22:08:25.636 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2024-11-06 22:08:25.636 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-11-06 22:08:25.636 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-11-06 22:08:25.636 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2024-11-06 22:08:25.637 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-11-06 22:08:25.637 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-11-06 22:08:25.637 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-11-06 22:08:25.637 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-11-06 22:08:25.637 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-11-06 22:08:25.882 | + stack.sh:main:1125 : start_keystone 2024-11-06 22:08:25.884 | + lib/keystone:start_keystone:555 : local service_port=5000 2024-11-06 22:08:25.886 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2024-11-06 22:08:25.889 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2024-11-06 22:08:25.903 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:08:25.905 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2024-11-06 22:08:25.908 | ++ lib/keystone:start_keystone:566 : which uwsgi 2024-11-06 22:08:25.911 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2024-11-06 22:08:25.913 | + functions-common:run_process:1654 : local service=keystone 2024-11-06 22:08:25.915 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-11-06 22:08:25.917 | + functions-common:run_process:1656 : local group= 2024-11-06 22:08:25.920 | + functions-common:run_process:1657 : local user= 2024-11-06 22:08:25.922 | + functions-common:run_process:1658 : local env_vars= 2024-11-06 22:08:25.924 | + functions-common:run_process:1660 : local name=keystone 2024-11-06 22:08:25.926 | + functions-common:run_process:1662 : time_start run_process 2024-11-06 22:08:25.928 | + functions-common:time_start:2386 : local name=run_process 2024-11-06 22:08:25.930 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:08:25.932 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:08:25.935 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:08:25.938 | + functions-common:time_start:2391 : _TIME_START[$name]=1730930905936 2024-11-06 22:08:25.940 | + functions-common:run_process:1663 : is_service_enabled keystone 2024-11-06 22:08:25.953 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:08:25.955 | + functions-common:run_process:1664 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2024-11-06 22:08:25.957 | + functions-common:_run_under_systemd:1611 : local service=keystone 2024-11-06 22:08:25.959 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-11-06 22:08:25.961 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-11-06 22:08:25.963 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-11-06 22:08:25.965 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-11-06 22:08:25.967 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2024-11-06 22:08:25.968 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2024-11-06 22:08:25.971 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@keystone.service 2024-11-06 22:08:25.973 | + functions-common:_run_under_systemd:1618 : local group= 2024-11-06 22:08:25.975 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-11-06 22:08:25.977 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-11-06 22:08:25.979 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-11-06 22:08:25.981 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2024-11-06 22:08:25.983 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2024-11-06 22:08:25.984 | + 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-11-06 22:08:25.987 | + 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-11-06 22:08:25.988 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@keystone.service 2024-11-06 22:08:25.990 | + 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-11-06 22:08:25.992 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2024-11-06 22:08:25.994 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2024-11-06 22:08:25.996 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2024-11-06 22:08:25.998 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@keystone.service 2024-11-06 22:08:25.999 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2024-11-06 22:08:26.002 | + functions-common:write_uwsgi_user_unit_file:1558 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2024-11-06 22:08:26.050 | + 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-11-06 22:08:26.098 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2024-11-06 22:08:26.139 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2024-11-06 22:08:26.184 | + 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-11-06 22:08:26.229 | + functions-common:write_uwsgi_user_unit_file:1563 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-11-06 22:08:26.274 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2024-11-06 22:08:26.321 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2024-11-06 22:08:26.365 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2024-11-06 22:08:26.412 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2024-11-06 22:08:26.453 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2024-11-06 22:08:26.494 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2024-11-06 22:08:26.496 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2024-11-06 22:08:26.498 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2024-11-06 22:08:26.545 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2024-11-06 22:08:26.781 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@keystone.service 2024-11-06 22:08:26.790 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2024-11-06 22:08:27.027 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@keystone.service 2024-11-06 22:08:27.101 | + functions-common:run_process:1666 : time_stop run_process 2024-11-06 22:08:27.103 | + functions-common:time_stop:2400 : local name 2024-11-06 22:08:27.105 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:08:27.107 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:08:27.109 | + functions-common:time_stop:2403 : local total 2024-11-06 22:08:27.112 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:08:27.114 | + functions-common:time_stop:2406 : name=run_process 2024-11-06 22:08:27.115 | + functions-common:time_stop:2407 : start_time=1730930905936 2024-11-06 22:08:27.117 | + functions-common:time_stop:2409 : [[ -z 1730930905936 ]] 2024-11-06 22:08:27.120 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:08:27.123 | + functions-common:time_stop:2412 : end_time=1730930907121 2024-11-06 22:08:27.125 | + functions-common:time_stop:2413 : elapsed_time=1185 2024-11-06 22:08:27.127 | + functions-common:time_stop:2414 : total=122 2024-11-06 22:08:27.129 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:08:27.131 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=1307 2024-11-06 22:08:27.133 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2024-11-06 22:08:27.133 | Waiting for keystone to start... 2024-11-06 22:08:27.136 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2024-11-06 22:08:27.138 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2024-11-06 22:08:27.140 | + functions:wait_for_service:468 : local timeout=60 2024-11-06 22:08:27.142 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2024-11-06 22:08:27.144 | + functions:wait_for_service:470 : local rval=0 2024-11-06 22:08:27.146 | + functions:wait_for_service:471 : time_start wait_for_service 2024-11-06 22:08:27.148 | + functions-common:time_start:2386 : local name=wait_for_service 2024-11-06 22:08:27.150 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:08:27.152 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:08:27.155 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:08:27.158 | + functions-common:time_start:2391 : _TIME_START[$name]=1730930907156 2024-11-06 22:08:27.161 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-11-06 22:08:27.164 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2024-11-06 22:08:29.435 | + :: : [[ 200 == 503 ]] 2024-11-06 22:08:29.436 | + :: : [[ 0 -eq 7 ]] 2024-11-06 22:08:29.439 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-11-06 22:08:29.441 | + functions-common:time_stop:2400 : local name 2024-11-06 22:08:29.443 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:08:29.445 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:08:29.447 | + functions-common:time_stop:2403 : local total 2024-11-06 22:08:29.449 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:08:29.451 | + functions-common:time_stop:2406 : name=wait_for_service 2024-11-06 22:08:29.453 | + functions-common:time_stop:2407 : start_time=1730930907156 2024-11-06 22:08:29.455 | + functions-common:time_stop:2409 : [[ -z 1730930907156 ]] 2024-11-06 22:08:29.458 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:08:29.461 | + functions-common:time_stop:2412 : end_time=1730930909458 2024-11-06 22:08:29.462 | + functions-common:time_stop:2413 : elapsed_time=2302 2024-11-06 22:08:29.464 | + functions-common:time_stop:2414 : total=0 2024-11-06 22:08:29.466 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:08:29.468 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2302 2024-11-06 22:08:29.471 | + functions:wait_for_service:478 : return 0 2024-11-06 22:08:29.473 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2024-11-06 22:08:29.486 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:08:29.488 | + lib/keystone:start_keystone:587 : restart_service memcached 2024-11-06 22:08:29.490 | + functions-common:restart_service:2284 : '[' -x /bin/systemctl ']' 2024-11-06 22:08:29.492 | + functions-common:restart_service:2285 : sudo /bin/systemctl restart memcached 2024-11-06 22:08:30.827 | + stack.sh:main:1126 : bootstrap_keystone 2024-11-06 22:08:30.829 | + 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-11-06 22:08:32.355 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=32054) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-11-06 22:08:32.356 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=32054) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-11-06 22:08:32.356 | 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=32054) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-11-06 22:08:32.362 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=32054) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-11-06 22:08:32.367 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=32054) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-11-06 22:08:32.367 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=32054) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-11-06 22:08:32.383 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=32054) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-11-06 22:08:32.399 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=32054) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-11-06 22:08:32.399 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=32054) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-11-06 22:08:32.440 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=32054) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-11-06 22:08:32.440 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=32054) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-11-06 22:08:32.441 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=32054) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-11-06 22:08:32.441 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=32054) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-11-06 22:08:32.441 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=32054) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-11-06 22:08:32.441 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=32054) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-11-06 22:08:32.447 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=32054) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-11-06 22:08:32.448 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=32054) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-11-06 22:08:32.448 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=32054) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-11-06 22:08:32.448 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=32054) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-11-06 22:08:32.448 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=32054) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-11-06 22:08:32.448 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=32054) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-11-06 22:08:32.448 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=32054) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-11-06 22:08:32.452 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=32054) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-11-06 22:08:32.454 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=32054) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-11-06 22:08:32.454 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=32054) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-11-06 22:08:32.454 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=32054) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-11-06 22:08:32.454 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=32054) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-11-06 22:08:32.454 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=32054) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-11-06 22:08:32.454 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=32054) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-11-06 22:08:32.454 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=32054) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-11-06 22:08:32.481 | INFO dbcounter [-] Registered counter for database keystone 2024-11-06 22:08:32.490 | 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=32054) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-11-06 22:08:32.493 | DEBUG dbcounter [-] [32054] Writer thread running {{(pid=32054) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-11-06 22:08:32.656 | INFO keystone.cmd.bootstrap [None req-0f0fa8d1-2138-44a7-a1a4-cd92ca31aaa7 None None] Created domain default 2024-11-06 22:08:32.682 | INFO keystone.cmd.bootstrap [None req-0f0fa8d1-2138-44a7-a1a4-cd92ca31aaa7 None None] Created project admin 2024-11-06 22:08:32.696 | WARNING keystone.common.password_hashing [None req-0f0fa8d1-2138-44a7-a1a4-cd92ca31aaa7 None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2024-11-06 22:08:32.697 | DEBUG passlib.handlers.bcrypt [None req-0f0fa8d1-2138-44a7-a1a4-cd92ca31aaa7 None None] detected 'bcrypt' backend, version '4.0.1' {{(pid=32054) _load_backend_mixin /opt/stack/data/venv/lib/python3.10/site-packages/passlib/handlers/bcrypt.py:625}} 2024-11-06 22:08:32.697 | DEBUG passlib.handlers.bcrypt [None req-0f0fa8d1-2138-44a7-a1a4-cd92ca31aaa7 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=32054) _finalize_backend_mixin /opt/stack/data/venv/lib/python3.10/site-packages/passlib/handlers/bcrypt.py:406}} 2024-11-06 22:08:32.732 | INFO keystone.cmd.bootstrap [None req-0f0fa8d1-2138-44a7-a1a4-cd92ca31aaa7 None None] Created user admin 2024-11-06 22:08:32.740 | INFO keystone.cmd.bootstrap [None req-0f0fa8d1-2138-44a7-a1a4-cd92ca31aaa7 None None] Created role reader 2024-11-06 22:08:32.755 | INFO keystone.cmd.bootstrap [None req-0f0fa8d1-2138-44a7-a1a4-cd92ca31aaa7 None None] Created role member 2024-11-06 22:08:32.766 | INFO keystone.cmd.bootstrap [None req-0f0fa8d1-2138-44a7-a1a4-cd92ca31aaa7 None None] Created implied role where 6868848c5e86455ea3bc7891345db146 implies 2d9943d6ea764de98bbba7e7cbd1a8b5 2024-11-06 22:08:32.771 | INFO keystone.cmd.bootstrap [None req-0f0fa8d1-2138-44a7-a1a4-cd92ca31aaa7 None None] Created role manager 2024-11-06 22:08:32.779 | INFO keystone.cmd.bootstrap [None req-0f0fa8d1-2138-44a7-a1a4-cd92ca31aaa7 None None] Created implied role where 8d9b7937d0c64354beee37b0f14463cf implies 6868848c5e86455ea3bc7891345db146 2024-11-06 22:08:32.785 | INFO keystone.cmd.bootstrap [None req-0f0fa8d1-2138-44a7-a1a4-cd92ca31aaa7 None None] Created role admin 2024-11-06 22:08:32.793 | INFO keystone.cmd.bootstrap [None req-0f0fa8d1-2138-44a7-a1a4-cd92ca31aaa7 None None] Created implied role where 86a0dd9b9f5b43a5b7b88c0a6487e2d9 implies 8d9b7937d0c64354beee37b0f14463cf 2024-11-06 22:08:32.800 | INFO keystone.cmd.bootstrap [None req-0f0fa8d1-2138-44a7-a1a4-cd92ca31aaa7 None None] Created role service 2024-11-06 22:08:32.806 | INFO keystone.cmd.bootstrap [None req-0f0fa8d1-2138-44a7-a1a4-cd92ca31aaa7 None None] Granted role admin on project admin to user admin. 2024-11-06 22:08:32.810 | INFO keystone.cmd.bootstrap [None req-0f0fa8d1-2138-44a7-a1a4-cd92ca31aaa7 None None] Granted role admin on the system to user admin. 2024-11-06 22:08:32.816 | WARNING py.warnings [None req-0f0fa8d1-2138-44a7-a1a4-cd92ca31aaa7 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-11-06 22:08:32.816 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2024-11-06 22:08:32.816 |  2024-11-06 22:08:32.818 | INFO keystone.cmd.bootstrap [None req-0f0fa8d1-2138-44a7-a1a4-cd92ca31aaa7 None None] Created region RegionOne 2024-11-06 22:08:32.835 | INFO keystone.cmd.bootstrap [None req-0f0fa8d1-2138-44a7-a1a4-cd92ca31aaa7 None None] Created public endpoint http://10.180.1.21/identity 2024-11-06 22:08:33.136 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2024-11-06 22:08:33.138 | + stack.sh:main:1129 : create_keystone_accounts 2024-11-06 22:08:33.140 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2024-11-06 22:08:33.143 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2024-11-06 22:08:34.639 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:34.642 | + lib/keystone:create_keystone_accounts:315 : admin_project=63ed6630e9c140baa826f53d7a0564d1 2024-11-06 22:08:34.644 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2024-11-06 22:08:34.647 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2024-11-06 22:08:35.758 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:35.760 | + lib/keystone:create_keystone_accounts:317 : admin_user=46431cb0aa454515b594e56caa5bb560 2024-11-06 22:08:35.762 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2024-11-06 22:08:35.764 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2024-11-06 22:08:35.766 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2024-11-06 22:08:35.768 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin 46431cb0aa454515b594e56caa5bb560 default 2024-11-06 22:08:35.815 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 46431cb0aa454515b594e56caa5bb560 default 2024-11-06 22:08:35.843 | [4836 Async ks-domain-role:32225]: running: get_or_add_user_domain_role admin 46431cb0aa454515b594e56caa5bb560 default 2024-11-06 22:08:35.845 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2024-11-06 22:08:35.847 | + functions-common:get_or_create_domain:855 : local domain_id 2024-11-06 22:08:35.849 | ++ functions-common:get_or_create_domain:861 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-11-06 22:08:37.267 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:37.270 | + functions-common:get_or_create_domain:860 : domain_id=default 2024-11-06 22:08:37.272 | + functions-common:get_or_create_domain:861 : echo default 2024-11-06 22:08:37.272 | default 2024-11-06 22:08:37.274 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2024-11-06 22:08:37.321 | + inc/async:async_inner:63 : get_or_create_project service Default 2024-11-06 22:08:37.352 | [4836 Async ks-project:32335]: running: get_or_create_project service Default 2024-11-06 22:08:37.355 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2024-11-06 22:08:37.402 | + inc/async:async_inner:63 : get_or_create_role service 2024-11-06 22:08:37.433 | [4836 Async ks-service:32447]: running: get_or_create_role service 2024-11-06 22:08:37.435 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2024-11-06 22:08:37.483 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2024-11-06 22:08:37.514 | [4836 Async ks-reseller:32543]: running: get_or_create_role ResellerAdmin 2024-11-06 22:08:37.516 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2024-11-06 22:08:37.518 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2024-11-06 22:08:37.565 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2024-11-06 22:08:37.596 | [4836 Async ks-anotherrole:32640]: running: get_or_create_role anotherrole 2024-11-06 22:08:37.598 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2024-11-06 22:08:37.601 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2024-11-06 22:08:37.604 | ++ functions-common:get_or_create_project:905 : local project_id 2024-11-06 22:08:37.606 | +++ 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-11-06 22:08:38.810 | + inc/async:async_inner:64 : rc=0 2024-11-06 22:08:38.830 | [32335 Async ks-project:32335]: finished successfully 2024-11-06 22:08:38.871 | + inc/async:async_inner:64 : rc=0 2024-11-06 22:08:38.892 | [32543 Async ks-reseller:32543]: finished successfully 2024-11-06 22:08:39.011 | + inc/async:async_inner:64 : rc=0 2024-11-06 22:08:39.030 | + inc/async:async_inner:64 : rc=0 2024-11-06 22:08:39.031 | [32447 Async ks-service:32447]: finished successfully 2024-11-06 22:08:39.050 | [32640 Async ks-anotherrole:32640]: finished successfully 2024-11-06 22:08:39.153 | +++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:39.155 | ++ functions-common:get_or_create_project:911 : project_id=e90730a23779490fb2e0c6a749bbdc65 2024-11-06 22:08:39.157 | ++ functions-common:get_or_create_project:912 : echo e90730a23779490fb2e0c6a749bbdc65 2024-11-06 22:08:39.160 | + lib/keystone:create_keystone_accounts:345 : invis_project=e90730a23779490fb2e0c6a749bbdc65 2024-11-06 22:08:39.162 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2024-11-06 22:08:39.165 | + inc/async:async_inner:64 : rc=0 2024-11-06 22:08:39.166 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2024-11-06 22:08:39.167 | ++ functions-common:get_or_create_project:905 : local project_id 2024-11-06 22:08:39.171 | +++ 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-11-06 22:08:39.186 | [32225 Async ks-domain-role:32225]: finished successfully 2024-11-06 22:08:40.424 | +++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:40.427 | ++ functions-common:get_or_create_project:911 : project_id=881982beccf04a32b2615ea0d6276389 2024-11-06 22:08:40.429 | ++ functions-common:get_or_create_project:912 : echo 881982beccf04a32b2615ea0d6276389 2024-11-06 22:08:40.432 | + lib/keystone:create_keystone_accounts:349 : demo_project=881982beccf04a32b2615ea0d6276389 2024-11-06 22:08:40.434 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2024-11-06 22:08:40.437 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2024-11-06 22:08:40.439 | ++ functions-common:get_or_create_user:882 : local user_id 2024-11-06 22:08:40.441 | ++ functions-common:get_or_create_user:883 : [[ ! -z demo@example.com ]] 2024-11-06 22:08:40.442 | ++ functions-common:get_or_create_user:884 : local email=--email=demo@example.com 2024-11-06 22:08:40.446 | +++ 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-11-06 22:08:41.677 | +++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:41.680 | ++ functions-common:get_or_create_user:898 : user_id=9aa5e0a5d7e347fc8a2e02e70c8cdd41 2024-11-06 22:08:41.682 | ++ functions-common:get_or_create_user:899 : echo 9aa5e0a5d7e347fc8a2e02e70c8cdd41 2024-11-06 22:08:41.684 | + lib/keystone:create_keystone_accounts:352 : demo_user=9aa5e0a5d7e347fc8a2e02e70c8cdd41 2024-11-06 22:08:41.686 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2024-11-06 22:08:41.724 | [4836 Async ks-domain-role:32225]: Waiting for completion of get_or_add_user_domain_role admin 46431cb0aa454515b594e56caa5bb560 default running on PID 32225 (6 other jobs running) 2024-11-06 22:08:41.742 | [4836 Async ks-domain-role:32225]: Signaling child to exit 2024-11-06 22:08:41.742 | WAKEUP 2024-11-06 22:08:41.760 | [4836 Async ks-domain-role:32225]: Signaled 2024-11-06 22:08:41.760 | + functions-common:get_or_add_user_domain_role:969 : local user_role_id 2024-11-06 22:08:41.760 | + functions-common:get_or_add_user_domain_role:973 : openstack --os-cloud devstack-system-admin role add admin --user 46431cb0aa454515b594e56caa5bb560 --domain default 2024-11-06 22:08:41.760 | ++ functions-common:get_or_add_user_domain_role:980 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 46431cb0aa454515b594e56caa5bb560 --domain default -c Role -f value 2024-11-06 22:08:41.760 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:41.760 | + functions-common:get_or_add_user_domain_role:980 : user_role_id=86a0dd9b9f5b43a5b7b88c0a6487e2d9 2024-11-06 22:08:41.760 | + functions-common:get_or_add_user_domain_role:982 : echo 86a0dd9b9f5b43a5b7b88c0a6487e2d9 2024-11-06 22:08:41.760 | 86a0dd9b9f5b43a5b7b88c0a6487e2d9 2024-11-06 22:08:41.792 | [4836 Async ks-domain-role:32225]: finished get_or_add_user_domain_role admin 46431cb0aa454515b594e56caa5bb560 default with result 0 in 3 seconds 2024-11-06 22:08:41.797 | Not waiting for async task ks-domain that we never started or has already been waited for 2024-11-06 22:08:41.822 | [4836 Async ks-project:32335]: Waiting for completion of get_or_create_project service Default running on PID 32335 (5 other jobs running) 2024-11-06 22:08:41.839 | [4836 Async ks-project:32335]: Signaling child to exit 2024-11-06 22:08:41.839 | WAKEUP 2024-11-06 22:08:41.855 | [4836 Async ks-project:32335]: Signaled 2024-11-06 22:08:41.856 | + functions-common:get_or_create_project:905 : local project_id 2024-11-06 22:08:41.856 | ++ 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-11-06 22:08:41.856 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:41.856 | + functions-common:get_or_create_project:911 : project_id=c949d94fc8214780924605426a82cf05 2024-11-06 22:08:41.856 | + functions-common:get_or_create_project:912 : echo c949d94fc8214780924605426a82cf05 2024-11-06 22:08:41.856 | c949d94fc8214780924605426a82cf05 2024-11-06 22:08:41.887 | [4836 Async ks-project:32335]: finished get_or_create_project service Default with result 0 in 1 seconds 2024-11-06 22:08:41.913 | [4836 Async ks-service:32447]: Waiting for completion of get_or_create_role service running on PID 32447 (4 other jobs running) 2024-11-06 22:08:41.930 | [4836 Async ks-service:32447]: Signaling child to exit 2024-11-06 22:08:41.930 | WAKEUP 2024-11-06 22:08:41.946 | [4836 Async ks-service:32447]: Signaled 2024-11-06 22:08:41.947 | + functions-common:get_or_create_role:918 : local role_id 2024-11-06 22:08:41.947 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2024-11-06 22:08:41.947 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:41.947 | + functions-common:get_or_create_role:923 : role_id=1e39d0ee13b7445a8fafe1087fb6d8a9 2024-11-06 22:08:41.947 | + functions-common:get_or_create_role:924 : echo 1e39d0ee13b7445a8fafe1087fb6d8a9 2024-11-06 22:08:41.947 | 1e39d0ee13b7445a8fafe1087fb6d8a9 2024-11-06 22:08:41.979 | [4836 Async ks-service:32447]: finished get_or_create_role service with result 0 in 1 seconds 2024-11-06 22:08:42.005 | [4836 Async ks-reseller:32543]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 32543 (3 other jobs running) 2024-11-06 22:08:42.023 | [4836 Async ks-reseller:32543]: Signaling child to exit 2024-11-06 22:08:42.023 | WAKEUP 2024-11-06 22:08:42.039 | [4836 Async ks-reseller:32543]: Signaled 2024-11-06 22:08:42.040 | + functions-common:get_or_create_role:918 : local role_id 2024-11-06 22:08:42.040 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2024-11-06 22:08:42.040 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:42.040 | + functions-common:get_or_create_role:923 : role_id=96a0685bf64e463cb49803486d4370d1 2024-11-06 22:08:42.040 | + functions-common:get_or_create_role:924 : echo 96a0685bf64e463cb49803486d4370d1 2024-11-06 22:08:42.040 | 96a0685bf64e463cb49803486d4370d1 2024-11-06 22:08:42.072 | [4836 Async ks-reseller:32543]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2024-11-06 22:08:42.101 | [4836 Async ks-anotherrole:32640]: Waiting for completion of get_or_create_role anotherrole running on PID 32640 (2 other jobs running) 2024-11-06 22:08:42.119 | [4836 Async ks-anotherrole:32640]: Signaling child to exit 2024-11-06 22:08:42.119 | WAKEUP 2024-11-06 22:08:42.138 | [4836 Async ks-anotherrole:32640]: Signaled 2024-11-06 22:08:42.139 | + functions-common:get_or_create_role:918 : local role_id 2024-11-06 22:08:42.139 | ++ functions-common:get_or_create_role:925 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2024-11-06 22:08:42.139 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:42.139 | + functions-common:get_or_create_role:923 : role_id=e5cfe77fc86b48f8b9f334c3ce0ae103 2024-11-06 22:08:42.139 | + functions-common:get_or_create_role:924 : echo e5cfe77fc86b48f8b9f334c3ce0ae103 2024-11-06 22:08:42.139 | e5cfe77fc86b48f8b9f334c3ce0ae103 2024-11-06 22:08:42.171 | [4836 Async ks-anotherrole:32640]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2024-11-06 22:08:42.174 | + inc/async:async_wait:197 : return 0 2024-11-06 22:08:42.176 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member 9aa5e0a5d7e347fc8a2e02e70c8cdd41 881982beccf04a32b2615ea0d6276389 2024-11-06 22:08:42.223 | + inc/async:async_inner:63 : get_or_add_user_project_role member 9aa5e0a5d7e347fc8a2e02e70c8cdd41 881982beccf04a32b2615ea0d6276389 2024-11-06 22:08:42.253 | [4836 Async ks-demo-member:33514]: running: get_or_add_user_project_role member 9aa5e0a5d7e347fc8a2e02e70c8cdd41 881982beccf04a32b2615ea0d6276389 2024-11-06 22:08:42.255 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin 46431cb0aa454515b594e56caa5bb560 881982beccf04a32b2615ea0d6276389 2024-11-06 22:08:42.303 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 46431cb0aa454515b594e56caa5bb560 881982beccf04a32b2615ea0d6276389 2024-11-06 22:08:42.335 | [4836 Async ks-demo-admin:33611]: running: get_or_add_user_project_role admin 46431cb0aa454515b594e56caa5bb560 881982beccf04a32b2615ea0d6276389 2024-11-06 22:08:42.337 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole 9aa5e0a5d7e347fc8a2e02e70c8cdd41 881982beccf04a32b2615ea0d6276389 2024-11-06 22:08:42.385 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 9aa5e0a5d7e347fc8a2e02e70c8cdd41 881982beccf04a32b2615ea0d6276389 2024-11-06 22:08:42.420 | [4836 Async ks-demo-another:33712]: running: get_or_add_user_project_role anotherrole 9aa5e0a5d7e347fc8a2e02e70c8cdd41 881982beccf04a32b2615ea0d6276389 2024-11-06 22:08:42.422 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member 9aa5e0a5d7e347fc8a2e02e70c8cdd41 e90730a23779490fb2e0c6a749bbdc65 2024-11-06 22:08:42.472 | + inc/async:async_inner:63 : get_or_add_user_project_role member 9aa5e0a5d7e347fc8a2e02e70c8cdd41 e90730a23779490fb2e0c6a749bbdc65 2024-11-06 22:08:42.503 | [4836 Async ks-demo-invis:33812]: running: get_or_add_user_project_role member 9aa5e0a5d7e347fc8a2e02e70c8cdd41 e90730a23779490fb2e0c6a749bbdc65 2024-11-06 22:08:42.505 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2024-11-06 22:08:42.508 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2024-11-06 22:08:42.510 | ++ functions-common:get_or_create_user:882 : local user_id 2024-11-06 22:08:42.512 | ++ functions-common:get_or_create_user:883 : [[ ! -z demo_reader@example.com ]] 2024-11-06 22:08:42.514 | ++ functions-common:get_or_create_user:884 : local email=--email=demo_reader@example.com 2024-11-06 22:08:42.516 | +++ 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-11-06 22:08:43.959 | ++ inc/async:async_inner:64 : rc=0 2024-11-06 22:08:43.979 | [28646 Async install_tempest:28646]: finished successfully 2024-11-06 22:08:44.111 | +++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:44.114 | ++ functions-common:get_or_create_user:898 : user_id=d049c389e8904f259a137f4853b5d42f 2024-11-06 22:08:44.116 | ++ functions-common:get_or_create_user:899 : echo d049c389e8904f259a137f4853b5d42f 2024-11-06 22:08:44.118 | + lib/keystone:create_keystone_accounts:365 : demo_reader=d049c389e8904f259a137f4853b5d42f 2024-11-06 22:08:44.121 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader d049c389e8904f259a137f4853b5d42f 881982beccf04a32b2615ea0d6276389 2024-11-06 22:08:44.172 | + inc/async:async_inner:63 : get_or_add_user_project_role reader d049c389e8904f259a137f4853b5d42f 881982beccf04a32b2615ea0d6276389 2024-11-06 22:08:44.206 | [4836 Async ks-demo-reader:34031]: running: get_or_add_user_project_role reader d049c389e8904f259a137f4853b5d42f 881982beccf04a32b2615ea0d6276389 2024-11-06 22:08:44.208 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2024-11-06 22:08:44.210 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2024-11-06 22:08:44.212 | ++ functions-common:get_or_create_project:905 : local project_id 2024-11-06 22:08:44.215 | +++ 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-11-06 22:08:45.567 | + inc/async:async_inner:64 : rc=0 2024-11-06 22:08:45.586 | [33514 Async ks-demo-member:33514]: finished successfully 2024-11-06 22:08:45.821 | +++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:45.824 | ++ functions-common:get_or_create_project:911 : project_id=40d58939bc6b49f98767c57f7ab5713e 2024-11-06 22:08:45.826 | ++ functions-common:get_or_create_project:912 : echo 40d58939bc6b49f98767c57f7ab5713e 2024-11-06 22:08:45.828 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=40d58939bc6b49f98767c57f7ab5713e 2024-11-06 22:08:45.830 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2024-11-06 22:08:45.833 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2024-11-06 22:08:45.835 | ++ functions-common:get_or_create_user:882 : local user_id 2024-11-06 22:08:45.837 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo@example.com ]] 2024-11-06 22:08:45.839 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo@example.com 2024-11-06 22:08:45.842 | +++ 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-11-06 22:08:46.117 | + inc/async:async_inner:64 : rc=0 2024-11-06 22:08:46.140 | [33611 Async ks-demo-admin:33611]: finished successfully 2024-11-06 22:08:46.284 | + inc/async:async_inner:64 : rc=0 2024-11-06 22:08:46.303 | [33712 Async ks-demo-another:33712]: finished successfully 2024-11-06 22:08:46.360 | + inc/async:async_inner:64 : rc=0 2024-11-06 22:08:46.378 | [33812 Async ks-demo-invis:33812]: finished successfully 2024-11-06 22:08:47.101 | +++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:47.103 | ++ functions-common:get_or_create_user:898 : user_id=f6db1840a6644d4b9cb65f668bfd3e52 2024-11-06 22:08:47.105 | ++ functions-common:get_or_create_user:899 : echo f6db1840a6644d4b9cb65f668bfd3e52 2024-11-06 22:08:47.108 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=f6db1840a6644d4b9cb65f668bfd3e52 2024-11-06 22:08:47.110 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin f6db1840a6644d4b9cb65f668bfd3e52 40d58939bc6b49f98767c57f7ab5713e 2024-11-06 22:08:47.158 | + inc/async:async_inner:63 : get_or_add_user_project_role admin f6db1840a6644d4b9cb65f668bfd3e52 40d58939bc6b49f98767c57f7ab5713e 2024-11-06 22:08:47.188 | [4836 Async ks-alt-admin:34421]: running: get_or_add_user_project_role admin f6db1840a6644d4b9cb65f668bfd3e52 40d58939bc6b49f98767c57f7ab5713e 2024-11-06 22:08:47.190 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole f6db1840a6644d4b9cb65f668bfd3e52 40d58939bc6b49f98767c57f7ab5713e 2024-11-06 22:08:47.238 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole f6db1840a6644d4b9cb65f668bfd3e52 40d58939bc6b49f98767c57f7ab5713e 2024-11-06 22:08:47.269 | [4836 Async ks-alt-another:34517]: running: get_or_add_user_project_role anotherrole f6db1840a6644d4b9cb65f668bfd3e52 40d58939bc6b49f98767c57f7ab5713e 2024-11-06 22:08:47.271 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2024-11-06 22:08:47.274 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2024-11-06 22:08:47.276 | ++ functions-common:get_or_create_user:882 : local user_id 2024-11-06 22:08:47.278 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo_member@example.com ]] 2024-11-06 22:08:47.280 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo_member@example.com 2024-11-06 22:08:47.283 | +++ 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-11-06 22:08:48.066 | + inc/async:async_inner:64 : rc=0 2024-11-06 22:08:48.085 | [34031 Async ks-demo-reader:34031]: finished successfully 2024-11-06 22:08:48.754 | +++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:48.757 | ++ functions-common:get_or_create_user:898 : user_id=7740f8706c9740cb9bf522440feb557a 2024-11-06 22:08:48.759 | ++ functions-common:get_or_create_user:899 : echo 7740f8706c9740cb9bf522440feb557a 2024-11-06 22:08:48.761 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=7740f8706c9740cb9bf522440feb557a 2024-11-06 22:08:48.763 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member 7740f8706c9740cb9bf522440feb557a 40d58939bc6b49f98767c57f7ab5713e 2024-11-06 22:08:48.814 | + inc/async:async_inner:63 : get_or_add_user_project_role member 7740f8706c9740cb9bf522440feb557a 40d58939bc6b49f98767c57f7ab5713e 2024-11-06 22:08:48.847 | [4836 Async ks-alt-member-user:34731]: running: get_or_add_user_project_role member 7740f8706c9740cb9bf522440feb557a 40d58939bc6b49f98767c57f7ab5713e 2024-11-06 22:08:48.848 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2024-11-06 22:08:48.850 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2024-11-06 22:08:48.852 | ++ functions-common:get_or_create_user:882 : local user_id 2024-11-06 22:08:48.854 | ++ functions-common:get_or_create_user:883 : [[ ! -z alt_demo_reader@example.com ]] 2024-11-06 22:08:48.856 | ++ functions-common:get_or_create_user:884 : local email=--email=alt_demo_reader@example.com 2024-11-06 22:08:48.859 | +++ 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-11-06 22:08:50.317 | +++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:50.320 | ++ functions-common:get_or_create_user:898 : user_id=f63f599e2bf2419e9e5122671fda102e 2024-11-06 22:08:50.322 | ++ functions-common:get_or_create_user:899 : echo f63f599e2bf2419e9e5122671fda102e 2024-11-06 22:08:50.324 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=f63f599e2bf2419e9e5122671fda102e 2024-11-06 22:08:50.328 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader f63f599e2bf2419e9e5122671fda102e 40d58939bc6b49f98767c57f7ab5713e 2024-11-06 22:08:50.381 | + inc/async:async_inner:63 : get_or_add_user_project_role reader f63f599e2bf2419e9e5122671fda102e 40d58939bc6b49f98767c57f7ab5713e 2024-11-06 22:08:50.411 | [4836 Async ks-alt-reader-user:34868]: running: get_or_add_user_project_role reader f63f599e2bf2419e9e5122671fda102e 40d58939bc6b49f98767c57f7ab5713e 2024-11-06 22:08:50.415 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2024-11-06 22:08:50.417 | ++ functions-common:get_or_create_user:882 : local user_id 2024-11-06 22:08:50.419 | ++ functions-common:get_or_create_user:883 : [[ ! -z system_member@example.com ]] 2024-11-06 22:08:50.421 | ++ functions-common:get_or_create_user:884 : local email=--email=system_member@example.com 2024-11-06 22:08:50.424 | +++ 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-11-06 22:08:50.526 | + inc/async:async_inner:64 : rc=0 2024-11-06 22:08:50.545 | [34421 Async ks-alt-admin:34421]: finished successfully 2024-11-06 22:08:50.633 | + inc/async:async_inner:64 : rc=0 2024-11-06 22:08:50.651 | [34517 Async ks-alt-another:34517]: finished successfully 2024-11-06 22:08:51.720 | +++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:51.723 | ++ functions-common:get_or_create_user:898 : user_id=772fd499674e4b1493eebabb9db9278b 2024-11-06 22:08:51.725 | ++ functions-common:get_or_create_user:899 : echo 772fd499674e4b1493eebabb9db9278b 2024-11-06 22:08:51.727 | + lib/keystone:create_keystone_accounts:397 : system_member_user=772fd499674e4b1493eebabb9db9278b 2024-11-06 22:08:51.730 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member 772fd499674e4b1493eebabb9db9278b all 2024-11-06 22:08:51.782 | + inc/async:async_inner:63 : get_or_add_user_system_role member 772fd499674e4b1493eebabb9db9278b all 2024-11-06 22:08:51.814 | [4836 Async ks-system-member:35101]: running: get_or_add_user_system_role member 772fd499674e4b1493eebabb9db9278b all 2024-11-06 22:08:51.817 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2024-11-06 22:08:51.820 | ++ functions-common:get_or_create_user:882 : local user_id 2024-11-06 22:08:51.822 | ++ functions-common:get_or_create_user:883 : [[ ! -z system_reader@example.com ]] 2024-11-06 22:08:51.824 | ++ functions-common:get_or_create_user:884 : local email=--email=system_reader@example.com 2024-11-06 22:08:51.826 | +++ 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-11-06 22:08:52.235 | + inc/async:async_inner:64 : rc=0 2024-11-06 22:08:52.255 | [34731 Async ks-alt-member-user:34731]: finished successfully 2024-11-06 22:08:53.164 | +++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:53.167 | ++ functions-common:get_or_create_user:898 : user_id=c17d70cfe4ee4c08b0a250e076e511bd 2024-11-06 22:08:53.169 | ++ functions-common:get_or_create_user:899 : echo c17d70cfe4ee4c08b0a250e076e511bd 2024-11-06 22:08:53.171 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=c17d70cfe4ee4c08b0a250e076e511bd 2024-11-06 22:08:53.173 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader c17d70cfe4ee4c08b0a250e076e511bd all 2024-11-06 22:08:53.224 | + inc/async:async_inner:63 : get_or_add_user_system_role reader c17d70cfe4ee4c08b0a250e076e511bd all 2024-11-06 22:08:53.256 | [4836 Async ks-system-reader:35309]: running: get_or_add_user_system_role reader c17d70cfe4ee4c08b0a250e076e511bd all 2024-11-06 22:08:53.258 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2024-11-06 22:08:53.261 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2024-11-06 22:08:53.263 | ++ functions-common:get_or_create_group:867 : local 'desc=openstack admin group' 2024-11-06 22:08:53.265 | ++ functions-common:get_or_create_group:868 : local group_id 2024-11-06 22:08:53.268 | +++ 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-11-06 22:08:53.557 | + inc/async:async_inner:64 : rc=0 2024-11-06 22:08:53.576 | [34868 Async ks-alt-reader-user:34868]: finished successfully 2024-11-06 22:08:54.572 | +++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:54.575 | ++ functions-common:get_or_create_group:875 : group_id=fd0c4b6e8269437e9ec9e5fdd1828f84 2024-11-06 22:08:54.577 | ++ functions-common:get_or_create_group:876 : echo fd0c4b6e8269437e9ec9e5fdd1828f84 2024-11-06 22:08:54.580 | + lib/keystone:create_keystone_accounts:407 : admin_group=fd0c4b6e8269437e9ec9e5fdd1828f84 2024-11-06 22:08:54.582 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2024-11-06 22:08:54.585 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2024-11-06 22:08:54.587 | ++ functions-common:get_or_create_group:867 : local 'desc=non-admin group' 2024-11-06 22:08:54.589 | ++ functions-common:get_or_create_group:868 : local group_id 2024-11-06 22:08:54.592 | +++ 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-11-06 22:08:55.844 | +++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:55.846 | ++ functions-common:get_or_create_group:875 : group_id=a3cb987e62224816ad840c7c75f49c49 2024-11-06 22:08:55.848 | ++ functions-common:get_or_create_group:876 : echo a3cb987e62224816ad840c7c75f49c49 2024-11-06 22:08:55.851 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=a3cb987e62224816ad840c7c75f49c49 2024-11-06 22:08:55.853 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member a3cb987e62224816ad840c7c75f49c49 881982beccf04a32b2615ea0d6276389 2024-11-06 22:08:55.902 | + inc/async:async_inner:63 : get_or_add_group_project_role member a3cb987e62224816ad840c7c75f49c49 881982beccf04a32b2615ea0d6276389 2024-11-06 22:08:55.933 | [4836 Async ks-group-memberdemo:35577]: running: get_or_add_group_project_role member a3cb987e62224816ad840c7c75f49c49 881982beccf04a32b2615ea0d6276389 2024-11-06 22:08:55.935 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole a3cb987e62224816ad840c7c75f49c49 881982beccf04a32b2615ea0d6276389 2024-11-06 22:08:55.986 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole a3cb987e62224816ad840c7c75f49c49 881982beccf04a32b2615ea0d6276389 2024-11-06 22:08:56.017 | [4836 Async ks-group-anotherdemo:35656]: running: get_or_add_group_project_role anotherrole a3cb987e62224816ad840c7c75f49c49 881982beccf04a32b2615ea0d6276389 2024-11-06 22:08:56.019 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member a3cb987e62224816ad840c7c75f49c49 40d58939bc6b49f98767c57f7ab5713e 2024-11-06 22:08:56.070 | + inc/async:async_inner:63 : get_or_add_group_project_role member a3cb987e62224816ad840c7c75f49c49 40d58939bc6b49f98767c57f7ab5713e 2024-11-06 22:08:56.089 | + inc/async:async_inner:64 : rc=0 2024-11-06 22:08:56.106 | [4836 Async ks-group-memberalt:35736]: running: get_or_add_group_project_role member a3cb987e62224816ad840c7c75f49c49 40d58939bc6b49f98767c57f7ab5713e 2024-11-06 22:08:56.109 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole a3cb987e62224816ad840c7c75f49c49 40d58939bc6b49f98767c57f7ab5713e 2024-11-06 22:08:56.109 | [35101 Async ks-system-member:35101]: finished successfully 2024-11-06 22:08:56.162 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole a3cb987e62224816ad840c7c75f49c49 40d58939bc6b49f98767c57f7ab5713e 2024-11-06 22:08:56.191 | [4836 Async ks-group-anotheralt:35874]: running: get_or_add_group_project_role anotherrole a3cb987e62224816ad840c7c75f49c49 40d58939bc6b49f98767c57f7ab5713e 2024-11-06 22:08:56.193 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin fd0c4b6e8269437e9ec9e5fdd1828f84 63ed6630e9c140baa826f53d7a0564d1 2024-11-06 22:08:56.242 | + inc/async:async_inner:63 : get_or_add_group_project_role admin fd0c4b6e8269437e9ec9e5fdd1828f84 63ed6630e9c140baa826f53d7a0564d1 2024-11-06 22:08:56.272 | [4836 Async ks-group-admin:35954]: running: get_or_add_group_project_role admin fd0c4b6e8269437e9ec9e5fdd1828f84 63ed6630e9c140baa826f53d7a0564d1 2024-11-06 22:08:56.274 | + lib/keystone:create_keystone_accounts:418 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2024-11-06 22:08:56.312 | [4836 Async ks-demo-member:33514]: Waiting for completion of get_or_add_user_project_role member 9aa5e0a5d7e347fc8a2e02e70c8cdd41 881982beccf04a32b2615ea0d6276389 running on PID 33514 (17 other jobs running) 2024-11-06 22:08:56.330 | [4836 Async ks-demo-member:33514]: Signaling child to exit 2024-11-06 22:08:56.330 | WAKEUP 2024-11-06 22:08:56.347 | [4836 Async ks-demo-member:33514]: Signaled 2024-11-06 22:08:56.348 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-11-06 22:08:56.348 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-11-06 22:08:56.348 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2024-11-06 22:08:56.348 | ++ functions-common:_get_domain_args:930 : local domain 2024-11-06 22:08:56.348 | ++ functions-common:_get_domain_args:931 : domain= 2024-11-06 22:08:56.348 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-11-06 22:08:56.348 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-11-06 22:08:56.348 | ++ functions-common:_get_domain_args:940 : echo 2024-11-06 22:08:56.348 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2024-11-06 22:08:56.348 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user 9aa5e0a5d7e347fc8a2e02e70c8cdd41 --project 881982beccf04a32b2615ea0d6276389 2024-11-06 22:08:56.348 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 9aa5e0a5d7e347fc8a2e02e70c8cdd41 --project 881982beccf04a32b2615ea0d6276389 -c Role -f value 2024-11-06 22:08:56.348 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:56.348 | + functions-common:get_or_add_user_project_role:962 : user_role_id=6868848c5e86455ea3bc7891345db146 2024-11-06 22:08:56.348 | + functions-common:get_or_add_user_project_role:963 : echo 6868848c5e86455ea3bc7891345db146 2024-11-06 22:08:56.348 | 6868848c5e86455ea3bc7891345db146 2024-11-06 22:08:56.380 | [4836 Async ks-demo-member:33514]: finished get_or_add_user_project_role member 9aa5e0a5d7e347fc8a2e02e70c8cdd41 881982beccf04a32b2615ea0d6276389 with result 0 in 3 seconds 2024-11-06 22:08:56.407 | [4836 Async ks-demo-admin:33611]: Waiting for completion of get_or_add_user_project_role admin 46431cb0aa454515b594e56caa5bb560 881982beccf04a32b2615ea0d6276389 running on PID 33611 (16 other jobs running) 2024-11-06 22:08:56.425 | [4836 Async ks-demo-admin:33611]: Signaling child to exit 2024-11-06 22:08:56.426 | WAKEUP 2024-11-06 22:08:56.442 | [4836 Async ks-demo-admin:33611]: Signaled 2024-11-06 22:08:56.442 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-11-06 22:08:56.442 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-11-06 22:08:56.442 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2024-11-06 22:08:56.443 | ++ functions-common:_get_domain_args:930 : local domain 2024-11-06 22:08:56.443 | ++ functions-common:_get_domain_args:931 : domain= 2024-11-06 22:08:56.443 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-11-06 22:08:56.443 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-11-06 22:08:56.443 | ++ functions-common:_get_domain_args:940 : echo 2024-11-06 22:08:56.443 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2024-11-06 22:08:56.443 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user 46431cb0aa454515b594e56caa5bb560 --project 881982beccf04a32b2615ea0d6276389 2024-11-06 22:08:56.443 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 46431cb0aa454515b594e56caa5bb560 --project 881982beccf04a32b2615ea0d6276389 -c Role -f value 2024-11-06 22:08:56.443 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:56.443 | + functions-common:get_or_add_user_project_role:962 : user_role_id=86a0dd9b9f5b43a5b7b88c0a6487e2d9 2024-11-06 22:08:56.443 | + functions-common:get_or_add_user_project_role:963 : echo 86a0dd9b9f5b43a5b7b88c0a6487e2d9 2024-11-06 22:08:56.443 | 86a0dd9b9f5b43a5b7b88c0a6487e2d9 2024-11-06 22:08:56.474 | [4836 Async ks-demo-admin:33611]: finished get_or_add_user_project_role admin 46431cb0aa454515b594e56caa5bb560 881982beccf04a32b2615ea0d6276389 with result 0 in 3 seconds 2024-11-06 22:08:56.500 | [4836 Async ks-demo-another:33712]: Waiting for completion of get_or_add_user_project_role anotherrole 9aa5e0a5d7e347fc8a2e02e70c8cdd41 881982beccf04a32b2615ea0d6276389 running on PID 33712 (15 other jobs running) 2024-11-06 22:08:56.519 | [4836 Async ks-demo-another:33712]: Signaling child to exit 2024-11-06 22:08:56.519 | WAKEUP 2024-11-06 22:08:56.535 | [4836 Async ks-demo-another:33712]: Signaled 2024-11-06 22:08:56.536 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-11-06 22:08:56.537 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-11-06 22:08:56.537 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2024-11-06 22:08:56.537 | ++ functions-common:_get_domain_args:930 : local domain 2024-11-06 22:08:56.537 | ++ functions-common:_get_domain_args:931 : domain= 2024-11-06 22:08:56.537 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-11-06 22:08:56.537 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-11-06 22:08:56.537 | ++ functions-common:_get_domain_args:940 : echo 2024-11-06 22:08:56.537 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2024-11-06 22:08:56.537 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add anotherrole --user 9aa5e0a5d7e347fc8a2e02e70c8cdd41 --project 881982beccf04a32b2615ea0d6276389 2024-11-06 22:08:56.537 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 9aa5e0a5d7e347fc8a2e02e70c8cdd41 --project 881982beccf04a32b2615ea0d6276389 -c Role -f value 2024-11-06 22:08:56.537 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:56.537 | + functions-common:get_or_add_user_project_role:962 : user_role_id=e5cfe77fc86b48f8b9f334c3ce0ae103 2024-11-06 22:08:56.537 | + functions-common:get_or_add_user_project_role:963 : echo e5cfe77fc86b48f8b9f334c3ce0ae103 2024-11-06 22:08:56.537 | e5cfe77fc86b48f8b9f334c3ce0ae103 2024-11-06 22:08:56.568 | [4836 Async ks-demo-another:33712]: finished get_or_add_user_project_role anotherrole 9aa5e0a5d7e347fc8a2e02e70c8cdd41 881982beccf04a32b2615ea0d6276389 with result 0 in 3 seconds 2024-11-06 22:08:56.594 | [4836 Async ks-demo-invis:33812]: Waiting for completion of get_or_add_user_project_role member 9aa5e0a5d7e347fc8a2e02e70c8cdd41 e90730a23779490fb2e0c6a749bbdc65 running on PID 33812 (14 other jobs running) 2024-11-06 22:08:56.613 | [4836 Async ks-demo-invis:33812]: Signaling child to exit 2024-11-06 22:08:56.613 | WAKEUP 2024-11-06 22:08:56.629 | [4836 Async ks-demo-invis:33812]: Signaled 2024-11-06 22:08:56.629 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-11-06 22:08:56.629 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-11-06 22:08:56.630 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2024-11-06 22:08:56.630 | ++ functions-common:_get_domain_args:930 : local domain 2024-11-06 22:08:56.630 | ++ functions-common:_get_domain_args:931 : domain= 2024-11-06 22:08:56.630 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-11-06 22:08:56.630 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-11-06 22:08:56.630 | ++ functions-common:_get_domain_args:940 : echo 2024-11-06 22:08:56.630 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2024-11-06 22:08:56.630 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user 9aa5e0a5d7e347fc8a2e02e70c8cdd41 --project e90730a23779490fb2e0c6a749bbdc65 2024-11-06 22:08:56.630 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 9aa5e0a5d7e347fc8a2e02e70c8cdd41 --project e90730a23779490fb2e0c6a749bbdc65 -c Role -f value 2024-11-06 22:08:56.630 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:56.630 | + functions-common:get_or_add_user_project_role:962 : user_role_id=6868848c5e86455ea3bc7891345db146 2024-11-06 22:08:56.630 | + functions-common:get_or_add_user_project_role:963 : echo 6868848c5e86455ea3bc7891345db146 2024-11-06 22:08:56.630 | 6868848c5e86455ea3bc7891345db146 2024-11-06 22:08:56.660 | [4836 Async ks-demo-invis:33812]: finished get_or_add_user_project_role member 9aa5e0a5d7e347fc8a2e02e70c8cdd41 e90730a23779490fb2e0c6a749bbdc65 with result 0 in 3 seconds 2024-11-06 22:08:56.687 | [4836 Async ks-demo-reader:34031]: Waiting for completion of get_or_add_user_project_role reader d049c389e8904f259a137f4853b5d42f 881982beccf04a32b2615ea0d6276389 running on PID 34031 (13 other jobs running) 2024-11-06 22:08:56.705 | [4836 Async ks-demo-reader:34031]: Signaling child to exit 2024-11-06 22:08:56.705 | WAKEUP 2024-11-06 22:08:56.721 | [4836 Async ks-demo-reader:34031]: Signaled 2024-11-06 22:08:56.722 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-11-06 22:08:56.722 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-11-06 22:08:56.722 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2024-11-06 22:08:56.722 | ++ functions-common:_get_domain_args:930 : local domain 2024-11-06 22:08:56.722 | ++ functions-common:_get_domain_args:931 : domain= 2024-11-06 22:08:56.722 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-11-06 22:08:56.722 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-11-06 22:08:56.722 | ++ functions-common:_get_domain_args:940 : echo 2024-11-06 22:08:56.722 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2024-11-06 22:08:56.722 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add reader --user d049c389e8904f259a137f4853b5d42f --project 881982beccf04a32b2615ea0d6276389 2024-11-06 22:08:56.722 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user d049c389e8904f259a137f4853b5d42f --project 881982beccf04a32b2615ea0d6276389 -c Role -f value 2024-11-06 22:08:56.722 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:56.722 | + functions-common:get_or_add_user_project_role:962 : user_role_id=2d9943d6ea764de98bbba7e7cbd1a8b5 2024-11-06 22:08:56.722 | + functions-common:get_or_add_user_project_role:963 : echo 2d9943d6ea764de98bbba7e7cbd1a8b5 2024-11-06 22:08:56.722 | 2d9943d6ea764de98bbba7e7cbd1a8b5 2024-11-06 22:08:56.754 | [4836 Async ks-demo-reader:34031]: finished get_or_add_user_project_role reader d049c389e8904f259a137f4853b5d42f 881982beccf04a32b2615ea0d6276389 with result 0 in 3 seconds 2024-11-06 22:08:56.757 | + inc/async:async_wait:197 : return 0 2024-11-06 22:08:56.760 | + lib/keystone:create_keystone_accounts:419 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2024-11-06 22:08:56.798 | [4836 Async ks-alt-admin:34421]: Waiting for completion of get_or_add_user_project_role admin f6db1840a6644d4b9cb65f668bfd3e52 40d58939bc6b49f98767c57f7ab5713e running on PID 34421 (12 other jobs running) 2024-11-06 22:08:56.827 | [4836 Async ks-alt-admin:34421]: Signaling child to exit 2024-11-06 22:08:56.827 | WAKEUP 2024-11-06 22:08:56.847 | [4836 Async ks-alt-admin:34421]: Signaled 2024-11-06 22:08:56.848 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-11-06 22:08:56.848 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-11-06 22:08:56.848 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2024-11-06 22:08:56.848 | ++ functions-common:_get_domain_args:930 : local domain 2024-11-06 22:08:56.848 | ++ functions-common:_get_domain_args:931 : domain= 2024-11-06 22:08:56.848 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-11-06 22:08:56.848 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-11-06 22:08:56.848 | ++ functions-common:_get_domain_args:940 : echo 2024-11-06 22:08:56.848 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2024-11-06 22:08:56.848 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add admin --user f6db1840a6644d4b9cb65f668bfd3e52 --project 40d58939bc6b49f98767c57f7ab5713e 2024-11-06 22:08:56.848 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user f6db1840a6644d4b9cb65f668bfd3e52 --project 40d58939bc6b49f98767c57f7ab5713e -c Role -f value 2024-11-06 22:08:56.848 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:56.848 | + functions-common:get_or_add_user_project_role:962 : user_role_id=86a0dd9b9f5b43a5b7b88c0a6487e2d9 2024-11-06 22:08:56.848 | + functions-common:get_or_add_user_project_role:963 : echo 86a0dd9b9f5b43a5b7b88c0a6487e2d9 2024-11-06 22:08:56.848 | 86a0dd9b9f5b43a5b7b88c0a6487e2d9 2024-11-06 22:08:56.886 | [4836 Async ks-alt-admin:34421]: finished get_or_add_user_project_role admin f6db1840a6644d4b9cb65f668bfd3e52 40d58939bc6b49f98767c57f7ab5713e with result 0 in 3 seconds 2024-11-06 22:08:56.912 | [4836 Async ks-alt-another:34517]: Waiting for completion of get_or_add_user_project_role anotherrole f6db1840a6644d4b9cb65f668bfd3e52 40d58939bc6b49f98767c57f7ab5713e running on PID 34517 (11 other jobs running) 2024-11-06 22:08:56.932 | [4836 Async ks-alt-another:34517]: Signaling child to exit 2024-11-06 22:08:56.932 | WAKEUP 2024-11-06 22:08:56.951 | [4836 Async ks-alt-another:34517]: Signaled 2024-11-06 22:08:56.954 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-11-06 22:08:56.954 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-11-06 22:08:56.954 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2024-11-06 22:08:56.954 | ++ functions-common:_get_domain_args:930 : local domain 2024-11-06 22:08:56.954 | ++ functions-common:_get_domain_args:931 : domain= 2024-11-06 22:08:56.954 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-11-06 22:08:56.954 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-11-06 22:08:56.954 | ++ functions-common:_get_domain_args:940 : echo 2024-11-06 22:08:56.954 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2024-11-06 22:08:56.954 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add anotherrole --user f6db1840a6644d4b9cb65f668bfd3e52 --project 40d58939bc6b49f98767c57f7ab5713e 2024-11-06 22:08:56.954 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user f6db1840a6644d4b9cb65f668bfd3e52 --project 40d58939bc6b49f98767c57f7ab5713e -c Role -f value 2024-11-06 22:08:56.954 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:56.954 | + functions-common:get_or_add_user_project_role:962 : user_role_id=e5cfe77fc86b48f8b9f334c3ce0ae103 2024-11-06 22:08:56.954 | + functions-common:get_or_add_user_project_role:963 : echo e5cfe77fc86b48f8b9f334c3ce0ae103 2024-11-06 22:08:56.954 | e5cfe77fc86b48f8b9f334c3ce0ae103 2024-11-06 22:08:57.000 | [4836 Async ks-alt-another:34517]: finished get_or_add_user_project_role anotherrole f6db1840a6644d4b9cb65f668bfd3e52 40d58939bc6b49f98767c57f7ab5713e with result 0 in 3 seconds 2024-11-06 22:08:57.029 | [4836 Async ks-alt-member-user:34731]: Waiting for completion of get_or_add_user_project_role member 7740f8706c9740cb9bf522440feb557a 40d58939bc6b49f98767c57f7ab5713e running on PID 34731 (10 other jobs running) 2024-11-06 22:08:57.048 | [4836 Async ks-alt-member-user:34731]: Signaling child to exit 2024-11-06 22:08:57.048 | WAKEUP 2024-11-06 22:08:57.067 | [4836 Async ks-alt-member-user:34731]: Signaled 2024-11-06 22:08:57.068 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-11-06 22:08:57.068 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-11-06 22:08:57.069 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2024-11-06 22:08:57.069 | ++ functions-common:_get_domain_args:930 : local domain 2024-11-06 22:08:57.069 | ++ functions-common:_get_domain_args:931 : domain= 2024-11-06 22:08:57.069 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-11-06 22:08:57.069 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-11-06 22:08:57.069 | ++ functions-common:_get_domain_args:940 : echo 2024-11-06 22:08:57.069 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2024-11-06 22:08:57.069 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add member --user 7740f8706c9740cb9bf522440feb557a --project 40d58939bc6b49f98767c57f7ab5713e 2024-11-06 22:08:57.069 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 7740f8706c9740cb9bf522440feb557a --project 40d58939bc6b49f98767c57f7ab5713e -c Role -f value 2024-11-06 22:08:57.069 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:57.069 | + functions-common:get_or_add_user_project_role:962 : user_role_id=6868848c5e86455ea3bc7891345db146 2024-11-06 22:08:57.069 | + functions-common:get_or_add_user_project_role:963 : echo 6868848c5e86455ea3bc7891345db146 2024-11-06 22:08:57.069 | 6868848c5e86455ea3bc7891345db146 2024-11-06 22:08:57.104 | [4836 Async ks-alt-member-user:34731]: finished get_or_add_user_project_role member 7740f8706c9740cb9bf522440feb557a 40d58939bc6b49f98767c57f7ab5713e with result 0 in 3 seconds 2024-11-06 22:08:57.133 | [4836 Async ks-alt-reader-user:34868]: Waiting for completion of get_or_add_user_project_role reader f63f599e2bf2419e9e5122671fda102e 40d58939bc6b49f98767c57f7ab5713e running on PID 34868 (9 other jobs running) 2024-11-06 22:08:57.156 | [4836 Async ks-alt-reader-user:34868]: Signaling child to exit 2024-11-06 22:08:57.156 | WAKEUP 2024-11-06 22:08:57.175 | [4836 Async ks-alt-reader-user:34868]: Signaled 2024-11-06 22:08:57.175 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-11-06 22:08:57.175 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-11-06 22:08:57.175 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args 2024-11-06 22:08:57.175 | ++ functions-common:_get_domain_args:930 : local domain 2024-11-06 22:08:57.175 | ++ functions-common:_get_domain_args:931 : domain= 2024-11-06 22:08:57.175 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-11-06 22:08:57.175 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-11-06 22:08:57.176 | ++ functions-common:_get_domain_args:940 : echo 2024-11-06 22:08:57.176 | + functions-common:get_or_add_user_project_role:949 : domain_args= 2024-11-06 22:08:57.176 | + functions-common:get_or_add_user_project_role:953 : openstack --os-cloud devstack-system-admin role add reader --user f63f599e2bf2419e9e5122671fda102e --project 40d58939bc6b49f98767c57f7ab5713e 2024-11-06 22:08:57.176 | ++ functions-common:get_or_add_user_project_role:962 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user f63f599e2bf2419e9e5122671fda102e --project 40d58939bc6b49f98767c57f7ab5713e -c Role -f value 2024-11-06 22:08:57.176 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:57.176 | + functions-common:get_or_add_user_project_role:962 : user_role_id=2d9943d6ea764de98bbba7e7cbd1a8b5 2024-11-06 22:08:57.176 | + functions-common:get_or_add_user_project_role:963 : echo 2d9943d6ea764de98bbba7e7cbd1a8b5 2024-11-06 22:08:57.176 | 2d9943d6ea764de98bbba7e7cbd1a8b5 2024-11-06 22:08:57.211 | [4836 Async ks-alt-reader-user:34868]: finished get_or_add_user_project_role reader f63f599e2bf2419e9e5122671fda102e 40d58939bc6b49f98767c57f7ab5713e with result 0 in 3 seconds 2024-11-06 22:08:57.214 | + inc/async:async_wait:197 : return 0 2024-11-06 22:08:57.216 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2024-11-06 22:08:57.258 | [4836 Async ks-system-member:35101]: Waiting for completion of get_or_add_user_system_role member 772fd499674e4b1493eebabb9db9278b all running on PID 35101 (8 other jobs running) 2024-11-06 22:08:57.278 | [4836 Async ks-system-member:35101]: Signaling child to exit 2024-11-06 22:08:57.278 | WAKEUP 2024-11-06 22:08:57.296 | [4836 Async ks-system-member:35101]: Signaled 2024-11-06 22:08:57.297 | + functions-common:get_or_add_user_system_role:988 : local user_role_id 2024-11-06 22:08:57.297 | + functions-common:get_or_add_user_system_role:989 : local domain_args 2024-11-06 22:08:57.297 | ++ functions-common:get_or_add_user_system_role:991 : _get_domain_args 2024-11-06 22:08:57.297 | ++ functions-common:_get_domain_args:930 : local domain 2024-11-06 22:08:57.297 | ++ functions-common:_get_domain_args:931 : domain= 2024-11-06 22:08:57.297 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-11-06 22:08:57.297 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-11-06 22:08:57.297 | ++ functions-common:_get_domain_args:940 : echo 2024-11-06 22:08:57.297 | + functions-common:get_or_add_user_system_role:991 : domain_args= 2024-11-06 22:08:57.297 | ++ functions-common:get_or_add_user_system_role:999 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 772fd499674e4b1493eebabb9db9278b --system all -f value -c Role 2024-11-06 22:08:57.297 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:57.297 | + functions-common:get_or_add_user_system_role:999 : user_role_id= 2024-11-06 22:08:57.297 | + functions-common:get_or_add_user_system_role:1000 : [[ -z '' ]] 2024-11-06 22:08:57.297 | + functions-common:get_or_add_user_system_role:1002 : openstack --os-cloud devstack-system-admin role add member --user 772fd499674e4b1493eebabb9db9278b --system all 2024-11-06 22:08:57.297 | ++ functions-common:get_or_add_user_system_role:1011 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 772fd499674e4b1493eebabb9db9278b --system all -f value -c Role 2024-11-06 22:08:57.297 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:57.297 | + functions-common:get_or_add_user_system_role:1011 : user_role_id= 2024-11-06 22:08:57.297 | + functions-common:get_or_add_user_system_role:1013 : echo 2024-11-06 22:08:57.297 | 2024-11-06 22:08:57.333 | [4836 Async ks-system-member:35101]: finished get_or_add_user_system_role member 772fd499674e4b1493eebabb9db9278b all with result 0 in 4 seconds 2024-11-06 22:08:57.363 | [4836 Async ks-system-reader:35309]: Waiting for completion of get_or_add_user_system_role reader c17d70cfe4ee4c08b0a250e076e511bd all running on PID 35309 (7 other jobs running) 2024-11-06 22:08:57.384 | [4836 Async ks-system-reader:35309]: Signaling child to exit 2024-11-06 22:08:57.678 | + inc/async:async_inner:64 : rc=0 2024-11-06 22:08:57.698 | [35309 Async ks-system-reader:35309]: finished successfully 2024-11-06 22:08:57.714 | WAKEUP 2024-11-06 22:08:57.733 | [4836 Async ks-system-reader:35309]: Signaled 2024-11-06 22:08:57.734 | + functions-common:get_or_add_user_system_role:988 : local user_role_id 2024-11-06 22:08:57.734 | + functions-common:get_or_add_user_system_role:989 : local domain_args 2024-11-06 22:08:57.734 | ++ functions-common:get_or_add_user_system_role:991 : _get_domain_args 2024-11-06 22:08:57.734 | ++ functions-common:_get_domain_args:930 : local domain 2024-11-06 22:08:57.734 | ++ functions-common:_get_domain_args:931 : domain= 2024-11-06 22:08:57.734 | ++ functions-common:_get_domain_args:933 : [[ -n '' ]] 2024-11-06 22:08:57.734 | ++ functions-common:_get_domain_args:936 : [[ -n '' ]] 2024-11-06 22:08:57.734 | ++ functions-common:_get_domain_args:940 : echo 2024-11-06 22:08:57.734 | + functions-common:get_or_add_user_system_role:991 : domain_args= 2024-11-06 22:08:57.734 | ++ functions-common:get_or_add_user_system_role:999 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user c17d70cfe4ee4c08b0a250e076e511bd --system all -f value -c Role 2024-11-06 22:08:57.734 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:57.734 | + functions-common:get_or_add_user_system_role:999 : user_role_id= 2024-11-06 22:08:57.734 | + functions-common:get_or_add_user_system_role:1000 : [[ -z '' ]] 2024-11-06 22:08:57.734 | + functions-common:get_or_add_user_system_role:1002 : openstack --os-cloud devstack-system-admin role add reader --user c17d70cfe4ee4c08b0a250e076e511bd --system all 2024-11-06 22:08:57.734 | ++ functions-common:get_or_add_user_system_role:1011 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user c17d70cfe4ee4c08b0a250e076e511bd --system all -f value -c Role 2024-11-06 22:08:57.734 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:57.734 | + functions-common:get_or_add_user_system_role:1011 : user_role_id=2d9943d6ea764de98bbba7e7cbd1a8b5 2024-11-06 22:08:57.734 | + functions-common:get_or_add_user_system_role:1013 : echo 2d9943d6ea764de98bbba7e7cbd1a8b5 2024-11-06 22:08:57.734 | 2d9943d6ea764de98bbba7e7cbd1a8b5 2024-11-06 22:08:57.766 | [4836 Async ks-system-reader:35309]: finished get_or_add_user_system_role reader c17d70cfe4ee4c08b0a250e076e511bd all with result 0 in 4 seconds 2024-11-06 22:08:57.770 | + inc/async:async_wait:197 : return 0 2024-11-06 22:08:57.772 | + lib/keystone:create_keystone_accounts:421 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2024-11-06 22:08:57.811 | [4836 Async ks-group-memberdemo:35577]: Waiting for completion of get_or_add_group_project_role member a3cb987e62224816ad840c7c75f49c49 881982beccf04a32b2615ea0d6276389 running on PID 35577 (6 other jobs running) 2024-11-06 22:08:57.829 | [4836 Async ks-group-memberdemo:35577]: Signaling child to exit 2024-11-06 22:08:59.047 | + inc/async:async_inner:64 : rc=0 2024-11-06 22:08:59.068 | [35577 Async ks-group-memberdemo:35577]: finished successfully 2024-11-06 22:08:59.085 | WAKEUP 2024-11-06 22:08:59.103 | [4836 Async ks-group-memberdemo:35577]: Signaled 2024-11-06 22:08:59.104 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2024-11-06 22:08:59.104 | + functions-common:get_or_add_group_project_role:1023 : openstack role add member --group a3cb987e62224816ad840c7c75f49c49 --project 881982beccf04a32b2615ea0d6276389 2024-11-06 22:08:59.104 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group a3cb987e62224816ad840c7c75f49c49 --project 881982beccf04a32b2615ea0d6276389 -f value -c Role 2024-11-06 22:08:59.104 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:59.104 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=6868848c5e86455ea3bc7891345db146 2024-11-06 22:08:59.104 | + functions-common:get_or_add_group_project_role:1032 : echo 6868848c5e86455ea3bc7891345db146 2024-11-06 22:08:59.104 | 6868848c5e86455ea3bc7891345db146 2024-11-06 22:08:59.136 | [4836 Async ks-group-memberdemo:35577]: finished get_or_add_group_project_role member a3cb987e62224816ad840c7c75f49c49 881982beccf04a32b2615ea0d6276389 with result 0 in 3 seconds 2024-11-06 22:08:59.167 | [4836 Async ks-group-anotherdemo:35656]: Waiting for completion of get_or_add_group_project_role anotherrole a3cb987e62224816ad840c7c75f49c49 881982beccf04a32b2615ea0d6276389 running on PID 35656 (5 other jobs running) 2024-11-06 22:08:59.186 | [4836 Async ks-group-anotherdemo:35656]: Signaling child to exit 2024-11-06 22:08:59.320 | + inc/async:async_inner:64 : rc=0 2024-11-06 22:08:59.339 | [35656 Async ks-group-anotherdemo:35656]: finished successfully 2024-11-06 22:08:59.357 | WAKEUP 2024-11-06 22:08:59.375 | [4836 Async ks-group-anotherdemo:35656]: Signaled 2024-11-06 22:08:59.376 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2024-11-06 22:08:59.376 | + functions-common:get_or_add_group_project_role:1023 : openstack role add anotherrole --group a3cb987e62224816ad840c7c75f49c49 --project 881982beccf04a32b2615ea0d6276389 2024-11-06 22:08:59.376 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group a3cb987e62224816ad840c7c75f49c49 --project 881982beccf04a32b2615ea0d6276389 -f value -c Role 2024-11-06 22:08:59.376 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:59.376 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=e5cfe77fc86b48f8b9f334c3ce0ae103 2024-11-06 22:08:59.376 | + functions-common:get_or_add_group_project_role:1032 : echo e5cfe77fc86b48f8b9f334c3ce0ae103 2024-11-06 22:08:59.376 | e5cfe77fc86b48f8b9f334c3ce0ae103 2024-11-06 22:08:59.388 | + inc/async:async_inner:64 : rc=0 2024-11-06 22:08:59.407 | [35736 Async ks-group-memberalt:35736]: finished successfully 2024-11-06 22:08:59.411 | [4836 Async ks-group-anotherdemo:35656]: finished get_or_add_group_project_role anotherrole a3cb987e62224816ad840c7c75f49c49 881982beccf04a32b2615ea0d6276389 with result 0 in 3 seconds 2024-11-06 22:08:59.439 | [4836 Async ks-group-memberalt:35736]: Waiting for completion of get_or_add_group_project_role member a3cb987e62224816ad840c7c75f49c49 40d58939bc6b49f98767c57f7ab5713e running on PID 35736 (4 other jobs running) 2024-11-06 22:08:59.458 | [4836 Async ks-group-memberalt:35736]: Signaling child to exit 2024-11-06 22:08:59.458 | WAKEUP 2024-11-06 22:08:59.476 | [4836 Async ks-group-memberalt:35736]: Signaled 2024-11-06 22:08:59.478 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2024-11-06 22:08:59.478 | + functions-common:get_or_add_group_project_role:1023 : openstack role add member --group a3cb987e62224816ad840c7c75f49c49 --project 40d58939bc6b49f98767c57f7ab5713e 2024-11-06 22:08:59.478 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group a3cb987e62224816ad840c7c75f49c49 --project 40d58939bc6b49f98767c57f7ab5713e -f value -c Role 2024-11-06 22:08:59.478 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:59.478 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=6868848c5e86455ea3bc7891345db146 2024-11-06 22:08:59.478 | + functions-common:get_or_add_group_project_role:1032 : echo 6868848c5e86455ea3bc7891345db146 2024-11-06 22:08:59.478 | 6868848c5e86455ea3bc7891345db146 2024-11-06 22:08:59.512 | [4836 Async ks-group-memberalt:35736]: finished get_or_add_group_project_role member a3cb987e62224816ad840c7c75f49c49 40d58939bc6b49f98767c57f7ab5713e with result 0 in 3 seconds 2024-11-06 22:08:59.541 | [4836 Async ks-group-anotheralt:35874]: Waiting for completion of get_or_add_group_project_role anotherrole a3cb987e62224816ad840c7c75f49c49 40d58939bc6b49f98767c57f7ab5713e running on PID 35874 (3 other jobs running) 2024-11-06 22:08:59.560 | [4836 Async ks-group-anotheralt:35874]: Signaling child to exit 2024-11-06 22:08:59.597 | + inc/async:async_inner:64 : rc=0 2024-11-06 22:08:59.616 | [35874 Async ks-group-anotheralt:35874]: finished successfully 2024-11-06 22:08:59.632 | + inc/async:async_inner:64 : rc=0 2024-11-06 22:08:59.636 | WAKEUP 2024-11-06 22:08:59.652 | [35954 Async ks-group-admin:35954]: finished successfully 2024-11-06 22:08:59.654 | [4836 Async ks-group-anotheralt:35874]: Signaled 2024-11-06 22:08:59.655 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2024-11-06 22:08:59.655 | + functions-common:get_or_add_group_project_role:1023 : openstack role add anotherrole --group a3cb987e62224816ad840c7c75f49c49 --project 40d58939bc6b49f98767c57f7ab5713e 2024-11-06 22:08:59.655 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group a3cb987e62224816ad840c7c75f49c49 --project 40d58939bc6b49f98767c57f7ab5713e -f value -c Role 2024-11-06 22:08:59.655 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:59.655 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=e5cfe77fc86b48f8b9f334c3ce0ae103 2024-11-06 22:08:59.655 | + functions-common:get_or_add_group_project_role:1032 : echo e5cfe77fc86b48f8b9f334c3ce0ae103 2024-11-06 22:08:59.655 | e5cfe77fc86b48f8b9f334c3ce0ae103 2024-11-06 22:08:59.688 | [4836 Async ks-group-anotheralt:35874]: finished get_or_add_group_project_role anotherrole a3cb987e62224816ad840c7c75f49c49 40d58939bc6b49f98767c57f7ab5713e with result 0 in 3 seconds 2024-11-06 22:08:59.714 | [4836 Async ks-group-admin:35954]: Waiting for completion of get_or_add_group_project_role admin fd0c4b6e8269437e9ec9e5fdd1828f84 63ed6630e9c140baa826f53d7a0564d1 running on PID 35954 (2 other jobs running) 2024-11-06 22:08:59.733 | [4836 Async ks-group-admin:35954]: Signaling child to exit 2024-11-06 22:08:59.733 | WAKEUP 2024-11-06 22:08:59.750 | [4836 Async ks-group-admin:35954]: Signaled 2024-11-06 22:08:59.751 | + functions-common:get_or_add_group_project_role:1019 : local group_role_id 2024-11-06 22:08:59.751 | + functions-common:get_or_add_group_project_role:1023 : openstack role add admin --group fd0c4b6e8269437e9ec9e5fdd1828f84 --project 63ed6630e9c140baa826f53d7a0564d1 2024-11-06 22:08:59.751 | ++ functions-common:get_or_add_group_project_role:1030 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group fd0c4b6e8269437e9ec9e5fdd1828f84 --project 63ed6630e9c140baa826f53d7a0564d1 -f value -c Role 2024-11-06 22:08:59.751 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:08:59.751 | + functions-common:get_or_add_group_project_role:1030 : group_role_id=86a0dd9b9f5b43a5b7b88c0a6487e2d9 2024-11-06 22:08:59.751 | + functions-common:get_or_add_group_project_role:1032 : echo 86a0dd9b9f5b43a5b7b88c0a6487e2d9 2024-11-06 22:08:59.751 | 86a0dd9b9f5b43a5b7b88c0a6487e2d9 2024-11-06 22:08:59.783 | [4836 Async ks-group-admin:35954]: finished get_or_add_group_project_role admin fd0c4b6e8269437e9ec9e5fdd1828f84 63ed6630e9c140baa826f53d7a0564d1 with result 0 in 3 seconds 2024-11-06 22:08:59.786 | + inc/async:async_wait:197 : return 0 2024-11-06 22:08:59.788 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2024-11-06 22:08:59.802 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:08:59.804 | + stack.sh:main:1130 : is_service_enabled nova 2024-11-06 22:08:59.818 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:08:59.820 | + stack.sh:main:1131 : async_runfunc create_nova_accounts 2024-11-06 22:08:59.822 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2024-11-06 22:08:59.871 | + inc/async:async_inner:63 : create_nova_accounts 2024-11-06 22:08:59.902 | [4836 Async create_nova_accounts:37803]: running: create_nova_accounts 2024-11-06 22:08:59.904 | + stack.sh:main:1133 : is_service_enabled glance 2024-11-06 22:08:59.918 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:08:59.920 | + stack.sh:main:1134 : async_runfunc create_glance_accounts 2024-11-06 22:08:59.922 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2024-11-06 22:08:59.971 | + inc/async:async_inner:63 : create_glance_accounts 2024-11-06 22:09:00.001 | [4836 Async create_glance_accounts:37926]: running: create_glance_accounts 2024-11-06 22:09:00.004 | + stack.sh:main:1136 : is_service_enabled cinder 2024-11-06 22:09:00.020 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:09:00.022 | + stack.sh:main:1137 : async_runfunc create_cinder_accounts 2024-11-06 22:09:00.024 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2024-11-06 22:09:00.074 | + inc/async:async_inner:63 : create_cinder_accounts 2024-11-06 22:09:00.105 | [4836 Async create_cinder_accounts:38065]: running: create_cinder_accounts 2024-11-06 22:09:00.109 | + stack.sh:main:1139 : is_service_enabled neutron 2024-11-06 22:09:00.123 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:09:00.129 | + stack.sh:main:1140 : async_runfunc create_neutron_accounts 2024-11-06 22:09:00.129 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2024-11-06 22:09:00.182 | + inc/async:async_inner:63 : create_neutron_accounts 2024-11-06 22:09:00.214 | [4836 Async create_neutron_accounts:38208]: running: create_neutron_accounts 2024-11-06 22:09:00.216 | + stack.sh:main:1142 : is_service_enabled swift 2024-11-06 22:09:00.232 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:09:00.235 | + stack.sh:main:1151 : is_service_enabled horizon 2024-11-06 22:09:00.250 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:09:00.252 | + stack.sh:main:1156 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2024-11-06 22:09:00.292 | [4836 Async create_nova_accounts:37803]: Waiting for completion of create_nova_accounts running on PID 37803 (5 other jobs running) 2024-11-06 22:09:00.311 | [4836 Async create_nova_accounts:37803]: Signaling child to exit 2024-11-06 22:09:12.467 | + inc/async:async_inner:64 : rc=0 2024-11-06 22:09:12.489 | [38208 Async create_neutron_accounts:38208]: finished successfully 2024-11-06 22:09:20.662 | + inc/async:async_inner:64 : rc=0 2024-11-06 22:09:20.682 | [38065 Async create_cinder_accounts:38065]: finished successfully 2024-11-06 22:09:21.396 | + inc/async:async_inner:64 : rc=0 2024-11-06 22:09:21.414 | [37803 Async create_nova_accounts:37803]: finished successfully 2024-11-06 22:09:21.431 | WAKEUP 2024-11-06 22:09:21.447 | [4836 Async create_nova_accounts:37803]: Signaled 2024-11-06 22:09:21.448 | + 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-11-06 22:09:21.448 | + lib/nova:create_nova_accounts:382 : create_service_user nova admin 2024-11-06 22:09:21.448 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2024-11-06 22:09:21.448 | + functions-common:get_or_create_user:882 : local user_id 2024-11-06 22:09:21.448 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2024-11-06 22:09:21.448 | + functions-common:get_or_create_user:886 : local email= 2024-11-06 22:09:21.448 | ++ 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-11-06 22:09:21.448 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:09:21.448 | + functions-common:get_or_create_user:898 : user_id=5f3e528747c84f65a71d579d3847efc2 2024-11-06 22:09:21.448 | + functions-common:get_or_create_user:899 : echo 5f3e528747c84f65a71d579d3847efc2 2024-11-06 22:09:21.448 | 5f3e528747c84f65a71d579d3847efc2 2024-11-06 22:09:21.448 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2024-11-06 22:09:21.448 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-11-06 22:09:21.448 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-11-06 22:09:21.448 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2024-11-06 22:09:21.448 | ++ functions-common:_get_domain_args:930 : local domain 2024-11-06 22:09:21.448 | ++ functions-common:_get_domain_args:931 : domain= 2024-11-06 22:09:21.448 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2024-11-06 22:09:21.448 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2024-11-06 22:09:21.448 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2024-11-06 22:09:21.448 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2024-11-06 22:09:21.448 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2024-11-06 22:09:21.449 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2024-11-06 22:09:21.449 | + 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-11-06 22:09:21.449 | ++ 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-11-06 22:09:21.449 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:09:21.449 | + functions-common:get_or_add_user_project_role:962 : user_role_id=1e39d0ee13b7445a8fafe1087fb6d8a9 2024-11-06 22:09:21.449 | + functions-common:get_or_add_user_project_role:963 : echo 1e39d0ee13b7445a8fafe1087fb6d8a9 2024-11-06 22:09:21.449 | 1e39d0ee13b7445a8fafe1087fb6d8a9 2024-11-06 22:09:21.449 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-11-06 22:09:21.449 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2024-11-06 22:09:21.449 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-11-06 22:09:21.449 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-11-06 22:09:21.449 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2024-11-06 22:09:21.449 | ++ functions-common:_get_domain_args:930 : local domain 2024-11-06 22:09:21.449 | ++ functions-common:_get_domain_args:931 : domain= 2024-11-06 22:09:21.449 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2024-11-06 22:09:21.449 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2024-11-06 22:09:21.449 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2024-11-06 22:09:21.449 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2024-11-06 22:09:21.449 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2024-11-06 22:09:21.449 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2024-11-06 22:09:21.449 | + 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-11-06 22:09:21.449 | ++ 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-11-06 22:09:21.449 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:09:21.449 | + functions-common:get_or_add_user_project_role:962 : user_role_id=86a0dd9b9f5b43a5b7b88c0a6487e2d9 2024-11-06 22:09:21.449 | + functions-common:get_or_add_user_project_role:963 : echo 86a0dd9b9f5b43a5b7b88c0a6487e2d9 2024-11-06 22:09:21.449 | 86a0dd9b9f5b43a5b7b88c0a6487e2d9 2024-11-06 22:09:21.449 | + lib/nova:create_nova_accounts:384 : local nova_api_url 2024-11-06 22:09:21.449 | + lib/nova:create_nova_accounts:385 : [[ True == \F\a\l\s\e ]] 2024-11-06 22:09:21.449 | + lib/nova:create_nova_accounts:388 : nova_api_url=http://10.180.1.21/compute 2024-11-06 22:09:21.449 | + lib/nova:create_nova_accounts:391 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2024-11-06 22:09:21.449 | + functions-common:get_or_create_service:1038 : local service_id 2024-11-06 22:09:21.449 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2024-11-06 22:09:21.449 | ++ 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-11-06 22:09:21.449 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:09:21.449 | + functions-common:get_or_create_service:1049 : service_id=' 2024-11-06 22:09:21.449 | ca4cbe4bc90f48a897fa48b23aefce36' 2024-11-06 22:09:21.449 | + functions-common:get_or_create_service:1050 : echo ca4cbe4bc90f48a897fa48b23aefce36 2024-11-06 22:09:21.449 | ca4cbe4bc90f48a897fa48b23aefce36 2024-11-06 22:09:21.449 | + lib/nova:create_nova_accounts:393 : get_or_create_endpoint compute_legacy RegionOne 'http://10.180.1.21/compute/v2/$(project_id)s' 2024-11-06 22:09:21.449 | + functions-common:get_or_create_endpoint:1082 : local public_id 2024-11-06 22:09:21.449 | ++ 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-11-06 22:09:21.449 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2024-11-06 22:09:21.450 | +++ 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-11-06 22:09:21.450 | +++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:09:21.450 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2024-11-06 22:09:21.450 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2024-11-06 22:09:21.450 | +++ 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-11-06 22:09:21.450 | +++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:09:21.450 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=fc3e66ae9661444c89acfb96338ea8ae 2024-11-06 22:09:21.450 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo fc3e66ae9661444c89acfb96338ea8ae 2024-11-06 22:09:21.450 | + functions-common:get_or_create_endpoint:1083 : public_id=fc3e66ae9661444c89acfb96338ea8ae 2024-11-06 22:09:21.450 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2024-11-06 22:09:21.450 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2024-11-06 22:09:21.450 | + functions-common:get_or_create_endpoint:1092 : echo fc3e66ae9661444c89acfb96338ea8ae 2024-11-06 22:09:21.450 | fc3e66ae9661444c89acfb96338ea8ae 2024-11-06 22:09:21.450 | + lib/nova:create_nova_accounts:397 : get_or_create_service nova compute 'Nova Compute Service' 2024-11-06 22:09:21.450 | + functions-common:get_or_create_service:1038 : local service_id 2024-11-06 22:09:21.450 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2024-11-06 22:09:21.450 | ++ 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-11-06 22:09:21.450 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:09:21.450 | + functions-common:get_or_create_service:1049 : service_id=' 2024-11-06 22:09:21.450 | ceccf60de7664c00b96c5df4d48f714b' 2024-11-06 22:09:21.450 | + functions-common:get_or_create_service:1050 : echo ceccf60de7664c00b96c5df4d48f714b 2024-11-06 22:09:21.450 | ceccf60de7664c00b96c5df4d48f714b 2024-11-06 22:09:21.450 | + lib/nova:create_nova_accounts:399 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2024-11-06 22:09:21.450 | + functions-common:get_or_create_endpoint:1082 : local public_id 2024-11-06 22:09:21.450 | ++ 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-11-06 22:09:21.450 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2024-11-06 22:09:21.450 | +++ 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-11-06 22:09:21.450 | +++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:09:21.450 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2024-11-06 22:09:21.450 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2024-11-06 22:09:21.450 | +++ 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-11-06 22:09:21.450 | +++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:09:21.450 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=c1cd31e4b2a949a3b5cbd45e1bb8f97b 2024-11-06 22:09:21.450 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo c1cd31e4b2a949a3b5cbd45e1bb8f97b 2024-11-06 22:09:21.450 | + functions-common:get_or_create_endpoint:1083 : public_id=c1cd31e4b2a949a3b5cbd45e1bb8f97b 2024-11-06 22:09:21.450 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2024-11-06 22:09:21.450 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2024-11-06 22:09:21.450 | + functions-common:get_or_create_endpoint:1092 : echo c1cd31e4b2a949a3b5cbd45e1bb8f97b 2024-11-06 22:09:21.450 | c1cd31e4b2a949a3b5cbd45e1bb8f97b 2024-11-06 22:09:21.450 | + lib/nova:create_nova_accounts:404 : is_service_enabled n-api 2024-11-06 22:09:21.450 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:09:21.450 | + lib/nova:create_nova_accounts:406 : is_service_enabled swift 2024-11-06 22:09:21.450 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:09:21.450 | + lib/nova:create_nova_accounts:414 : is_service_enabled s3api 2024-11-06 22:09:21.450 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:09:21.450 | + lib/nova:create_nova_accounts:425 : is_service_enabled n-api 2024-11-06 22:09:21.450 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:09:21.450 | + lib/nova:create_nova_accounts:426 : [[ False = True ]] 2024-11-06 22:09:21.480 | [4836 Async create_nova_accounts:37803]: finished create_nova_accounts with result 0 in 21 seconds 2024-11-06 22:09:21.507 | [4836 Async create_glance_accounts:37926]: Waiting for completion of create_glance_accounts running on PID 37926 (4 other jobs running) 2024-11-06 22:09:21.526 | [4836 Async create_glance_accounts:37926]: Signaling child to exit 2024-11-06 22:09:22.463 | + inc/async:async_inner:64 : rc=0 2024-11-06 22:09:22.483 | [37926 Async create_glance_accounts:37926]: finished successfully 2024-11-06 22:09:22.500 | WAKEUP 2024-11-06 22:09:22.516 | [4836 Async create_glance_accounts:37926]: Signaled 2024-11-06 22:09:22.518 | + lib/glance:create_glance_accounts:454 : is_service_enabled g-api 2024-11-06 22:09:22.518 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:09:22.518 | + lib/glance:create_glance_accounts:456 : create_service_user glance 2024-11-06 22:09:22.518 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2024-11-06 22:09:22.518 | + functions-common:get_or_create_user:882 : local user_id 2024-11-06 22:09:22.518 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2024-11-06 22:09:22.518 | + functions-common:get_or_create_user:886 : local email= 2024-11-06 22:09:22.518 | ++ 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-11-06 22:09:22.518 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:09:22.518 | + functions-common:get_or_create_user:898 : user_id=270f5be794674c15b1fcb377c90c7d33 2024-11-06 22:09:22.518 | + functions-common:get_or_create_user:899 : echo 270f5be794674c15b1fcb377c90c7d33 2024-11-06 22:09:22.518 | 270f5be794674c15b1fcb377c90c7d33 2024-11-06 22:09:22.518 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2024-11-06 22:09:22.518 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-11-06 22:09:22.518 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-11-06 22:09:22.518 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2024-11-06 22:09:22.518 | ++ functions-common:_get_domain_args:930 : local domain 2024-11-06 22:09:22.518 | ++ functions-common:_get_domain_args:931 : domain= 2024-11-06 22:09:22.518 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2024-11-06 22:09:22.518 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2024-11-06 22:09:22.518 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2024-11-06 22:09:22.518 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2024-11-06 22:09:22.518 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2024-11-06 22:09:22.518 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2024-11-06 22:09:22.518 | + 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-11-06 22:09:22.518 | ++ 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-11-06 22:09:22.518 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:09:22.518 | + functions-common:get_or_add_user_project_role:962 : user_role_id=1e39d0ee13b7445a8fafe1087fb6d8a9 2024-11-06 22:09:22.518 | + functions-common:get_or_add_user_project_role:963 : echo 1e39d0ee13b7445a8fafe1087fb6d8a9 2024-11-06 22:09:22.518 | 1e39d0ee13b7445a8fafe1087fb6d8a9 2024-11-06 22:09:22.518 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-11-06 22:09:22.518 | + lib/glance:create_glance_accounts:459 : is_service_enabled s-proxy 2024-11-06 22:09:22.518 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:09:22.518 | + lib/glance:create_glance_accounts:463 : get_or_create_service glance image 'Glance Image Service' 2024-11-06 22:09:22.518 | + functions-common:get_or_create_service:1038 : local service_id 2024-11-06 22:09:22.518 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2024-11-06 22:09:22.518 | ++ 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-11-06 22:09:22.518 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:09:22.518 | + functions-common:get_or_create_service:1049 : service_id=' 2024-11-06 22:09:22.518 | bff914799464473c85548d1c67a7ded9' 2024-11-06 22:09:22.518 | + functions-common:get_or_create_service:1050 : echo bff914799464473c85548d1c67a7ded9 2024-11-06 22:09:22.518 | bff914799464473c85548d1c67a7ded9 2024-11-06 22:09:22.518 | + lib/glance:create_glance_accounts:465 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2024-11-06 22:09:22.518 | + functions-common:get_or_create_endpoint:1082 : local public_id 2024-11-06 22:09:22.518 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface image public http://10.180.1.21/image RegionOne 2024-11-06 22:09:22.518 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2024-11-06 22:09:22.518 | +++ 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-11-06 22:09:22.518 | +++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:09:22.518 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2024-11-06 22:09:22.518 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2024-11-06 22:09:22.518 | +++ 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-11-06 22:09:22.518 | +++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:09:22.518 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=cf2f5c01ac1745fba0522408996fb7e5 2024-11-06 22:09:22.518 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo cf2f5c01ac1745fba0522408996fb7e5 2024-11-06 22:09:22.518 | + functions-common:get_or_create_endpoint:1083 : public_id=cf2f5c01ac1745fba0522408996fb7e5 2024-11-06 22:09:22.518 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2024-11-06 22:09:22.518 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2024-11-06 22:09:22.518 | + functions-common:get_or_create_endpoint:1092 : echo cf2f5c01ac1745fba0522408996fb7e5 2024-11-06 22:09:22.518 | cf2f5c01ac1745fba0522408996fb7e5 2024-11-06 22:09:22.518 | ++ lib/glance:create_glance_accounts:470 : get_or_create_domain Default 2024-11-06 22:09:22.518 | ++ functions-common:get_or_create_domain:855 : local domain_id 2024-11-06 22:09:22.518 | +++ functions-common:get_or_create_domain:861 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-11-06 22:09:22.518 | +++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:09:22.518 | ++ functions-common:get_or_create_domain:860 : domain_id=default 2024-11-06 22:09:22.518 | ++ functions-common:get_or_create_domain:861 : echo default 2024-11-06 22:09:22.518 | + lib/glance:create_glance_accounts:470 : service_domain_id=default 2024-11-06 22:09:22.518 | + lib/glance:create_glance_accounts:471 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2024-11-06 22:09:22.518 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2024-11-06 22:09:22.518 | + lib/glance:create_glance_accounts:474 : [[ True = True ]] 2024-11-06 22:09:22.518 | + lib/glance:create_glance_accounts:475 : configure_glance_quotas 2024-11-06 22:09:22.518 | + 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-11-06 22:09:22.518 | +---------------+----------------------------------+ 2024-11-06 22:09:22.518 | | Field | Value | 2024-11-06 22:09:22.518 | +---------------+----------------------------------+ 2024-11-06 22:09:22.518 | | default_limit | 1000 | 2024-11-06 22:09:22.518 | | description | None | 2024-11-06 22:09:22.518 | | id | dc55e611141d4cad9182c7a2f487a5b6 | 2024-11-06 22:09:22.518 | | region_id | RegionOne | 2024-11-06 22:09:22.518 | | resource_name | image_size_total | 2024-11-06 22:09:22.518 | | service_id | bff914799464473c85548d1c67a7ded9 | 2024-11-06 22:09:22.518 | +---------------+----------------------------------+ 2024-11-06 22:09:22.518 | + 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-11-06 22:09:22.518 | +---------------+----------------------------------+ 2024-11-06 22:09:22.518 | | Field | Value | 2024-11-06 22:09:22.518 | +---------------+----------------------------------+ 2024-11-06 22:09:22.518 | | default_limit | 1000 | 2024-11-06 22:09:22.518 | | description | None | 2024-11-06 22:09:22.518 | | id | ed802fa3e321494fa654736d399723a4 | 2024-11-06 22:09:22.518 | | region_id | RegionOne | 2024-11-06 22:09:22.518 | | resource_name | image_stage_total | 2024-11-06 22:09:22.518 | | service_id | bff914799464473c85548d1c67a7ded9 | 2024-11-06 22:09:22.519 | +---------------+----------------------------------+ 2024-11-06 22:09:22.519 | + 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-11-06 22:09:22.519 | +---------------+----------------------------------+ 2024-11-06 22:09:22.519 | | Field | Value | 2024-11-06 22:09:22.519 | +---------------+----------------------------------+ 2024-11-06 22:09:22.519 | | default_limit | 100 | 2024-11-06 22:09:22.519 | | description | None | 2024-11-06 22:09:22.519 | | id | fddf901125db439b9e9f8bc9ed0d0dfc | 2024-11-06 22:09:22.519 | | region_id | RegionOne | 2024-11-06 22:09:22.519 | | resource_name | image_count_total | 2024-11-06 22:09:22.519 | | service_id | bff914799464473c85548d1c67a7ded9 | 2024-11-06 22:09:22.519 | +---------------+----------------------------------+ 2024-11-06 22:09:22.519 | + 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-11-06 22:09:22.519 | +---------------+----------------------------------+ 2024-11-06 22:09:22.519 | | Field | Value | 2024-11-06 22:09:22.519 | +---------------+----------------------------------+ 2024-11-06 22:09:22.519 | | default_limit | 100 | 2024-11-06 22:09:22.519 | | description | None | 2024-11-06 22:09:22.519 | | id | 6410972f82e94462ba55f01554073503 | 2024-11-06 22:09:22.519 | | region_id | RegionOne | 2024-11-06 22:09:22.519 | | resource_name | image_count_uploading | 2024-11-06 22:09:22.519 | | service_id | bff914799464473c85548d1c67a7ded9 | 2024-11-06 22:09:22.519 | +---------------+----------------------------------+ 2024-11-06 22:09:22.519 | + lib/glance:configure_glance_quotas:303 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2024-11-06 22:09:22.519 | + lib/glance:configure_glance_quotas:306 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2024-11-06 22:09:22.519 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2024-11-06 22:09:22.519 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2024-11-06 22:09:22.519 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2024-11-06 22:09:22.519 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.180.1.21/identity 2024-11-06 22:09:22.519 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2024-11-06 22:09:22.519 | ++ lib/glance:configure_glance_quotas:312 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2024-11-06 22:09:22.519 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:09:22.519 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id cf2f5c01ac1745fba0522408996fb7e5 2024-11-06 22:09:22.519 | + lib/glance:configure_glance_quotas:316 : openstack --os-cloud devstack-system-admin role add --user glance --user-domain Default --system all reader 2024-11-06 22:09:22.550 | [4836 Async create_glance_accounts:37926]: finished create_glance_accounts with result 0 in 22 seconds 2024-11-06 22:09:22.577 | [4836 Async create_cinder_accounts:38065]: Waiting for completion of create_cinder_accounts running on PID 38065 (3 other jobs running) 2024-11-06 22:09:22.594 | [4836 Async create_cinder_accounts:38065]: Signaling child to exit 2024-11-06 22:09:22.594 | WAKEUP 2024-11-06 22:09:22.610 | [4836 Async create_cinder_accounts:38065]: Signaled 2024-11-06 22:09:22.611 | + 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-11-06 22:09:22.611 | + lib/cinder:create_cinder_accounts:443 : local extra_role= 2024-11-06 22:09:22.611 | + lib/cinder:create_cinder_accounts:446 : is_service_enabled barbican 2024-11-06 22:09:22.611 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:09:22.611 | + lib/cinder:create_cinder_accounts:450 : create_service_user cinder 2024-11-06 22:09:22.611 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2024-11-06 22:09:22.611 | + functions-common:get_or_create_user:882 : local user_id 2024-11-06 22:09:22.611 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2024-11-06 22:09:22.611 | + functions-common:get_or_create_user:886 : local email= 2024-11-06 22:09:22.611 | ++ 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-11-06 22:09:22.611 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:09:22.611 | + functions-common:get_or_create_user:898 : user_id=128c2e7ec3294b6489aee2c98f92b03e 2024-11-06 22:09:22.611 | + functions-common:get_or_create_user:899 : echo 128c2e7ec3294b6489aee2c98f92b03e 2024-11-06 22:09:22.611 | 128c2e7ec3294b6489aee2c98f92b03e 2024-11-06 22:09:22.611 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2024-11-06 22:09:22.611 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-11-06 22:09:22.611 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-11-06 22:09:22.611 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2024-11-06 22:09:22.611 | ++ functions-common:_get_domain_args:930 : local domain 2024-11-06 22:09:22.611 | ++ functions-common:_get_domain_args:931 : domain= 2024-11-06 22:09:22.611 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2024-11-06 22:09:22.611 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2024-11-06 22:09:22.611 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2024-11-06 22:09:22.611 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2024-11-06 22:09:22.611 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2024-11-06 22:09:22.611 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2024-11-06 22:09:22.612 | + 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-11-06 22:09:22.612 | ++ 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-11-06 22:09:22.612 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:09:22.612 | + functions-common:get_or_add_user_project_role:962 : user_role_id=1e39d0ee13b7445a8fafe1087fb6d8a9 2024-11-06 22:09:22.612 | + functions-common:get_or_add_user_project_role:963 : echo 1e39d0ee13b7445a8fafe1087fb6d8a9 2024-11-06 22:09:22.612 | 1e39d0ee13b7445a8fafe1087fb6d8a9 2024-11-06 22:09:22.612 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-11-06 22:09:22.612 | + lib/cinder:create_cinder_accounts:453 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2024-11-06 22:09:22.612 | + functions-common:get_or_create_service:1038 : local service_id 2024-11-06 22:09:22.612 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2024-11-06 22:09:22.612 | ++ 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-11-06 22:09:22.612 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:09:22.612 | + functions-common:get_or_create_service:1049 : service_id=' 2024-11-06 22:09:22.612 | f441ab0fcc794236bc8935fe6ad1b578' 2024-11-06 22:09:22.612 | + functions-common:get_or_create_service:1050 : echo f441ab0fcc794236bc8935fe6ad1b578 2024-11-06 22:09:22.612 | f441ab0fcc794236bc8935fe6ad1b578 2024-11-06 22:09:22.612 | + lib/cinder:create_cinder_accounts:454 : '[' True == False ']' 2024-11-06 22:09:22.612 | + lib/cinder:create_cinder_accounts:467 : get_or_create_endpoint block-storage RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-11-06 22:09:22.612 | + functions-common:get_or_create_endpoint:1082 : local public_id 2024-11-06 22:09:22.612 | ++ 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-11-06 22:09:22.612 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2024-11-06 22:09:22.612 | +++ 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-11-06 22:09:22.612 | +++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:09:22.612 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2024-11-06 22:09:22.612 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2024-11-06 22:09:22.612 | +++ 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-11-06 22:09:22.612 | +++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:09:22.612 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=03fabb345f7f4a2ba0d45aebc879deeb 2024-11-06 22:09:22.612 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 03fabb345f7f4a2ba0d45aebc879deeb 2024-11-06 22:09:22.612 | + functions-common:get_or_create_endpoint:1083 : public_id=03fabb345f7f4a2ba0d45aebc879deeb 2024-11-06 22:09:22.612 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2024-11-06 22:09:22.613 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2024-11-06 22:09:22.613 | + functions-common:get_or_create_endpoint:1092 : echo 03fabb345f7f4a2ba0d45aebc879deeb 2024-11-06 22:09:22.613 | 03fabb345f7f4a2ba0d45aebc879deeb 2024-11-06 22:09:22.613 | + lib/cinder:create_cinder_accounts:471 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2024-11-06 22:09:22.613 | + functions-common:get_or_create_service:1038 : local service_id 2024-11-06 22:09:22.613 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2024-11-06 22:09:22.613 | ++ 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-11-06 22:09:22.613 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:09:22.613 | + functions-common:get_or_create_service:1049 : service_id=' 2024-11-06 22:09:22.613 | 9bafe391f55f462ca7dc9c76815c8bc3' 2024-11-06 22:09:22.613 | + functions-common:get_or_create_service:1050 : echo 9bafe391f55f462ca7dc9c76815c8bc3 2024-11-06 22:09:22.613 | 9bafe391f55f462ca7dc9c76815c8bc3 2024-11-06 22:09:22.613 | + lib/cinder:create_cinder_accounts:473 : get_or_create_endpoint volumev3 RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-11-06 22:09:22.613 | + functions-common:get_or_create_endpoint:1082 : local public_id 2024-11-06 22:09:22.613 | ++ 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-11-06 22:09:22.613 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2024-11-06 22:09:22.613 | +++ 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-11-06 22:09:22.613 | +++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:09:22.613 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2024-11-06 22:09:22.613 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2024-11-06 22:09:22.613 | +++ 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-11-06 22:09:22.613 | +++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:09:22.613 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=755dfc0089fb4dfbb888543aeb88286e 2024-11-06 22:09:22.613 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 755dfc0089fb4dfbb888543aeb88286e 2024-11-06 22:09:22.613 | + functions-common:get_or_create_endpoint:1083 : public_id=755dfc0089fb4dfbb888543aeb88286e 2024-11-06 22:09:22.613 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2024-11-06 22:09:22.613 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2024-11-06 22:09:22.613 | + functions-common:get_or_create_endpoint:1092 : echo 755dfc0089fb4dfbb888543aeb88286e 2024-11-06 22:09:22.613 | 755dfc0089fb4dfbb888543aeb88286e 2024-11-06 22:09:22.613 | + lib/cinder:create_cinder_accounts:478 : configure_cinder_internal_tenant 2024-11-06 22:09:22.613 | ++ lib/cinder:configure_cinder_internal_tenant:709 : get_or_create_project service 2024-11-06 22:09:22.613 | ++ functions-common:get_or_create_project:905 : local project_id 2024-11-06 22:09:22.613 | +++ functions-common:get_or_create_project:913 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2024-11-06 22:09:22.613 | +++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:09:22.613 | ++ functions-common:get_or_create_project:911 : project_id=c949d94fc8214780924605426a82cf05 2024-11-06 22:09:22.613 | ++ functions-common:get_or_create_project:912 : echo c949d94fc8214780924605426a82cf05 2024-11-06 22:09:22.613 | + lib/cinder:configure_cinder_internal_tenant:709 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id c949d94fc8214780924605426a82cf05 2024-11-06 22:09:22.613 | ++ lib/cinder:configure_cinder_internal_tenant:710 : get_or_create_user cinder 2024-11-06 22:09:22.613 | ++ functions-common:get_or_create_user:882 : local user_id 2024-11-06 22:09:22.613 | ++ functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2024-11-06 22:09:22.613 | ++ functions-common:get_or_create_user:886 : local email= 2024-11-06 22:09:22.613 | +++ 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-11-06 22:09:22.613 | No password was supplied, authentication will fail when a user does not have a password. 2024-11-06 22:09:22.613 | +++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:09:22.613 | ++ functions-common:get_or_create_user:898 : user_id=128c2e7ec3294b6489aee2c98f92b03e 2024-11-06 22:09:22.613 | ++ functions-common:get_or_create_user:899 : echo 128c2e7ec3294b6489aee2c98f92b03e 2024-11-06 22:09:22.613 | + lib/cinder:configure_cinder_internal_tenant:710 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 128c2e7ec3294b6489aee2c98f92b03e 2024-11-06 22:09:22.643 | [4836 Async create_cinder_accounts:38065]: finished create_cinder_accounts with result 0 in 20 seconds 2024-11-06 22:09:22.647 | + inc/async:async_wait:197 : return 0 2024-11-06 22:09:22.649 | + stack.sh:main:1157 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2024-11-06 22:09:22.686 | [4836 Async create_neutron_accounts:38208]: Waiting for completion of create_neutron_accounts running on PID 38208 (2 other jobs running) 2024-11-06 22:09:22.704 | [4836 Async create_neutron_accounts:38208]: Signaling child to exit 2024-11-06 22:09:22.704 | WAKEUP 2024-11-06 22:09:22.720 | [4836 Async create_neutron_accounts:38208]: Signaled 2024-11-06 22:09:22.721 | + lib/neutron:create_neutron_accounts:488 : local neutron_url 2024-11-06 22:09:22.721 | + lib/neutron:create_neutron_accounts:489 : '[' False == True ']' 2024-11-06 22:09:22.721 | + lib/neutron:create_neutron_accounts:492 : neutron_url=http://10.180.1.21:9696/ 2024-11-06 22:09:22.721 | + lib/neutron:create_neutron_accounts:494 : '[' '!' -z networking ']' 2024-11-06 22:09:22.721 | + lib/neutron:create_neutron_accounts:495 : neutron_url=http://10.180.1.21:9696/networking 2024-11-06 22:09:22.721 | + lib/neutron:create_neutron_accounts:498 : is_service_enabled q-svc neutron-api 2024-11-06 22:09:22.721 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:09:22.721 | + lib/neutron:create_neutron_accounts:500 : create_service_user neutron 2024-11-06 22:09:22.721 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2024-11-06 22:09:22.721 | + functions-common:get_or_create_user:882 : local user_id 2024-11-06 22:09:22.721 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2024-11-06 22:09:22.721 | + functions-common:get_or_create_user:886 : local email= 2024-11-06 22:09:22.721 | ++ 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-11-06 22:09:22.721 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:09:22.721 | + functions-common:get_or_create_user:898 : user_id=0674fd3e7c7c4aadbfa4ad4fe183033d 2024-11-06 22:09:22.721 | + functions-common:get_or_create_user:899 : echo 0674fd3e7c7c4aadbfa4ad4fe183033d 2024-11-06 22:09:22.721 | 0674fd3e7c7c4aadbfa4ad4fe183033d 2024-11-06 22:09:22.721 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2024-11-06 22:09:22.721 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-11-06 22:09:22.721 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-11-06 22:09:22.721 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2024-11-06 22:09:22.721 | ++ functions-common:_get_domain_args:930 : local domain 2024-11-06 22:09:22.721 | ++ functions-common:_get_domain_args:931 : domain= 2024-11-06 22:09:22.721 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2024-11-06 22:09:22.721 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2024-11-06 22:09:22.721 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2024-11-06 22:09:22.721 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2024-11-06 22:09:22.721 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2024-11-06 22:09:22.721 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2024-11-06 22:09:22.721 | + 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-11-06 22:09:22.721 | ++ 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-11-06 22:09:22.721 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:09:22.721 | + functions-common:get_or_add_user_project_role:962 : user_role_id=1e39d0ee13b7445a8fafe1087fb6d8a9 2024-11-06 22:09:22.722 | + functions-common:get_or_add_user_project_role:963 : echo 1e39d0ee13b7445a8fafe1087fb6d8a9 2024-11-06 22:09:22.722 | 1e39d0ee13b7445a8fafe1087fb6d8a9 2024-11-06 22:09:22.722 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-11-06 22:09:22.722 | + lib/neutron:create_neutron_accounts:502 : get_or_create_service neutron network 'Neutron Service' 2024-11-06 22:09:22.722 | + functions-common:get_or_create_service:1038 : local service_id 2024-11-06 22:09:22.722 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2024-11-06 22:09:22.722 | ++ 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-11-06 22:09:22.722 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:09:22.722 | + functions-common:get_or_create_service:1049 : service_id=' 2024-11-06 22:09:22.722 | 68eb98d3bfba4648b1769b86ece0a038' 2024-11-06 22:09:22.722 | + functions-common:get_or_create_service:1050 : echo 68eb98d3bfba4648b1769b86ece0a038 2024-11-06 22:09:22.722 | 68eb98d3bfba4648b1769b86ece0a038 2024-11-06 22:09:22.722 | + lib/neutron:create_neutron_accounts:504 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2024-11-06 22:09:22.722 | + functions-common:get_or_create_endpoint:1082 : local public_id 2024-11-06 22:09:22.722 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface network public http://10.180.1.21:9696/networking RegionOne 2024-11-06 22:09:22.722 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2024-11-06 22:09:22.722 | +++ 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-11-06 22:09:22.722 | +++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:09:22.722 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2024-11-06 22:09:22.722 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2024-11-06 22:09:22.722 | +++ 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-11-06 22:09:22.722 | +++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:09:22.722 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=37b95265938f4e7f87766c1a24612d6f 2024-11-06 22:09:22.722 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 37b95265938f4e7f87766c1a24612d6f 2024-11-06 22:09:22.722 | + functions-common:get_or_create_endpoint:1083 : public_id=37b95265938f4e7f87766c1a24612d6f 2024-11-06 22:09:22.722 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2024-11-06 22:09:22.722 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2024-11-06 22:09:22.722 | + functions-common:get_or_create_endpoint:1092 : echo 37b95265938f4e7f87766c1a24612d6f 2024-11-06 22:09:22.722 | 37b95265938f4e7f87766c1a24612d6f 2024-11-06 22:09:22.757 | [4836 Async create_neutron_accounts:38208]: finished create_neutron_accounts with result 0 in 12 seconds 2024-11-06 22:09:22.763 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2024-11-06 22:09:22.768 | Not waiting for async task configure_horizon that we never started or has already been waited for 2024-11-06 22:09:22.770 | + inc/async:async_wait:197 : return 0 2024-11-06 22:09:22.772 | + stack.sh:main:1163 : is_service_enabled mysql postgresql 2024-11-06 22:09:22.787 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:09:22.789 | + stack.sh:main:1163 : is_service_enabled glance 2024-11-06 22:09:22.805 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:09:22.807 | + stack.sh:main:1164 : echo_summary 'Configuring Glance' 2024-11-06 22:09:22.810 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2024-11-06 22:09:22.812 | + stack.sh:echo_summary:461 : echo -e Configuring Glance 2024-11-06 22:09:22.814 | + stack.sh:main:1165 : async_runfunc init_glance 2024-11-06 22:09:22.817 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2024-11-06 22:09:22.867 | + inc/async:async_inner:63 : init_glance 2024-11-06 22:09:22.898 | [4836 Async init_glance:40490]: running: init_glance 2024-11-06 22:09:22.900 | + stack.sh:main:1172 : is_service_enabled neutron 2024-11-06 22:09:22.916 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:09:22.918 | + stack.sh:main:1173 : echo_summary 'Configuring Neutron' 2024-11-06 22:09:22.921 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2024-11-06 22:09:22.923 | + stack.sh:echo_summary:461 : echo -e Configuring Neutron 2024-11-06 22:09:22.925 | + stack.sh:main:1175 : configure_neutron 2024-11-06 22:09:22.927 | + lib/neutron:configure_neutron:380 : _configure_neutron_common 2024-11-06 22:09:22.929 | + lib/neutron:_configure_neutron_common:858 : _create_neutron_conf_dir 2024-11-06 22:09:22.931 | + lib/neutron:_create_neutron_conf_dir:851 : sudo install -d -o stack /etc/neutron 2024-11-06 22:09:22.942 | + lib/neutron:_configure_neutron_common:861 : cd /opt/stack//neutron 2024-11-06 22:09:22.944 | + lib/neutron:_configure_neutron_common:861 : exec ./tools/generate_config_file_samples.sh 2024-11-06 22:09:27.384 | + inc/async:async_inner:64 : rc=0 2024-11-06 22:09:27.404 | [40490 Async init_glance:40490]: finished successfully 2024-11-06 22:09:41.252 | + lib/neutron:_configure_neutron_common:863 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2024-11-06 22:09:41.256 | + lib/neutron:_configure_neutron_common:865 : Q_POLICY_FILE=/etc/neutron/policy.json 2024-11-06 22:09:41.258 | + lib/neutron:_configure_neutron_common:869 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2024-11-06 22:09:41.260 | + lib/neutron:_configure_neutron_common:873 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2024-11-06 22:09:41.262 | + lib/neutron:_configure_neutron_common:878 : neutron_plugin_configure_common 2024-11-06 22:09:41.264 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2024-11-06 22:09:41.266 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2024-11-06 22:09:41.267 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2024-11-06 22:09:41.269 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2024-11-06 22:09:41.271 | + lib/neutron:neutron_service_plugin_class_add:1036 : local service_plugin_class=router 2024-11-06 22:09:41.273 | + lib/neutron:neutron_service_plugin_class_add:1037 : [[ '' == '' ]] 2024-11-06 22:09:41.275 | + lib/neutron:neutron_service_plugin_class_add:1038 : Q_SERVICE_PLUGIN_CLASSES=router 2024-11-06 22:09:41.277 | + lib/neutron:_configure_neutron_common:880 : [[ etc/neutron/plugins/ml2 == '' ]] 2024-11-06 22:09:41.279 | + lib/neutron:_configure_neutron_common:880 : [[ ml2_conf.ini == '' ]] 2024-11-06 22:09:41.280 | + lib/neutron:_configure_neutron_common:880 : [[ ml2 == '' ]] 2024-11-06 22:09:41.282 | + lib/neutron:_configure_neutron_common:885 : mkdir -p /etc/neutron/plugins/ml2 2024-11-06 22:09:41.286 | + lib/neutron:_configure_neutron_common:886 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2024-11-06 22:09:41.288 | + lib/neutron:_configure_neutron_common:889 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2024-11-06 22:09:41.290 | + lib/neutron:_configure_neutron_common:892 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2024-11-06 22:09:41.291 | + 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-11-06 22:09:41.295 | ++ lib/neutron:_configure_neutron_common:898 : database_connection_url neutron 2024-11-06 22:09:41.297 | ++ lib/database:database_connection_url:134 : local db=neutron 2024-11-06 22:09:41.299 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2024-11-06 22:09:41.301 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=neutron 2024-11-06 22:09:41.303 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2024-11-06 22:09:41.305 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2024-11-06 22:09:41.307 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2024-11-06 22:09:41.319 | ++ functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:09:41.321 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2024-11-06 22:09:41.322 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2024-11-06 22:09:41.325 | + 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-11-06 22:09:41.350 | + lib/neutron:_configure_neutron_common:899 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2024-11-06 22:09:41.374 | + lib/neutron:_configure_neutron_common:900 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2024-11-06 22:09:41.398 | + lib/neutron:_configure_neutron_common:901 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2024-11-06 22:09:41.423 | + lib/neutron:_configure_neutron_common:902 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2024-11-06 22:09:41.448 | + lib/neutron:_configure_neutron_common:905 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2024-11-06 22:09:41.472 | + lib/neutron:_configure_neutron_common:907 : '[' vsphere = fake ']' 2024-11-06 22:09:41.474 | + lib/neutron:_configure_neutron_common:917 : setup_logging /etc/neutron/neutron.conf 2024-11-06 22:09:41.476 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2024-11-06 22:09:41.478 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2024-11-06 22:09:41.480 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-11-06 22:09:41.494 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-11-06 22:09:41.496 | + functions:setup_systemd_logging:706 : local pidstr= 2024-11-06 22:09:41.498 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-11-06 22:09:41.500 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-11-06 22:09:41.501 | + 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-11-06 22:09:41.525 | + 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-11-06 22:09:41.549 | + 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-11-06 22:09:41.573 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-11-06 22:09:41.598 | + lib/neutron:_configure_neutron_common:919 : is_service_enabled tls-proxy 2024-11-06 22:09:41.611 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:09:41.613 | + lib/neutron:_configure_neutron_common:925 : _neutron_setup_rootwrap 2024-11-06 22:09:41.615 | + lib/neutron:_neutron_setup_rootwrap:1071 : [[ True == \F\a\l\s\e ]] 2024-11-06 22:09:41.617 | + lib/neutron:_neutron_setup_rootwrap:1075 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2024-11-06 22:09:41.619 | + lib/neutron:_neutron_setup_rootwrap:1076 : [[ -d /etc/neutron/rootwrap.d ]] 2024-11-06 22:09:41.620 | + lib/neutron:_neutron_setup_rootwrap:1080 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2024-11-06 22:09:41.622 | + lib/neutron:neutron_deploy_rootwrap_filters:1061 : [[ True == \F\a\l\s\e ]] 2024-11-06 22:09:41.624 | + lib/neutron:neutron_deploy_rootwrap_filters:1064 : local srcdir=/opt/stack//neutron 2024-11-06 22:09:41.626 | + lib/neutron:neutron_deploy_rootwrap_filters:1065 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2024-11-06 22:09:41.637 | + 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-11-06 22:09:41.647 | + lib/neutron:_neutron_setup_rootwrap:1084 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2024-11-06 22:09:41.649 | + 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-11-06 22:09:41.658 | + lib/neutron:_neutron_setup_rootwrap:1089 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2024-11-06 22:09:41.667 | + lib/neutron:_neutron_setup_rootwrap:1093 : sudo sed -e 's/^exec_dirs=.*/#&/' -i /etc/neutron/rootwrap.conf 2024-11-06 22:09:41.677 | + lib/neutron:_neutron_setup_rootwrap:1096 : ROOTWRAP_SUDOER_CMD='/opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-11-06 22:09:41.679 | + lib/neutron:_neutron_setup_rootwrap:1097 : ROOTWRAP_DAEMON_SUDOER_CMD='/opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-11-06 22:09:41.682 | ++ lib/neutron:_neutron_setup_rootwrap:1100 : mktemp 2024-11-06 22:09:41.685 | + lib/neutron:_neutron_setup_rootwrap:1100 : TEMPFILE=/tmp/tmp.shbBJLpMCO 2024-11-06 22:09:41.687 | + lib/neutron:_neutron_setup_rootwrap:1101 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-11-06 22:09:41.689 | + lib/neutron:_neutron_setup_rootwrap:1102 : echo 'stack ALL=(root) NOPASSWD: /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-11-06 22:09:41.691 | + lib/neutron:_neutron_setup_rootwrap:1103 : chmod 0440 /tmp/tmp.shbBJLpMCO 2024-11-06 22:09:41.694 | + lib/neutron:_neutron_setup_rootwrap:1104 : sudo chown root:root /tmp/tmp.shbBJLpMCO 2024-11-06 22:09:41.703 | + lib/neutron:_neutron_setup_rootwrap:1105 : sudo mv /tmp/tmp.shbBJLpMCO /etc/sudoers.d/neutron-rootwrap 2024-11-06 22:09:41.713 | + lib/neutron:_neutron_setup_rootwrap:1108 : configure_root_helper_options /etc/neutron/neutron.conf 2024-11-06 22:09:41.715 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/neutron.conf 2024-11-06 22:09:41.717 | + 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-11-06 22:09:41.742 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2024-11-06 22:09:41.744 | + 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-11-06 22:09:41.768 | + lib/neutron:configure_neutron:381 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2024-11-06 22:09:41.770 | + lib/rpc_backend:iniset_rpc_backend:144 : local package=neutron 2024-11-06 22:09:41.772 | + lib/rpc_backend:iniset_rpc_backend:145 : local file=/etc/neutron/neutron.conf 2024-11-06 22:09:41.775 | + lib/rpc_backend:iniset_rpc_backend:146 : local section=DEFAULT 2024-11-06 22:09:41.777 | + lib/rpc_backend:iniset_rpc_backend:147 : local virtual_host= 2024-11-06 22:09:41.779 | + lib/rpc_backend:iniset_rpc_backend:148 : is_service_enabled rabbit 2024-11-06 22:09:41.793 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:09:41.796 | ++ lib/rpc_backend:iniset_rpc_backend:149 : get_transport_url '' 2024-11-06 22:09:41.798 | ++ lib/rpc_backend:get_transport_url:126 : local virtual_host= 2024-11-06 22:09:41.800 | ++ lib/rpc_backend:get_transport_url:127 : is_service_enabled rabbit 2024-11-06 22:09:41.814 | ++ functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:09:41.816 | ++ lib/rpc_backend:get_transport_url:128 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-11-06 22:09:41.818 | + lib/rpc_backend:iniset_rpc_backend:149 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-11-06 22:09:41.844 | + lib/rpc_backend:iniset_rpc_backend:150 : '[' -n '' ']' 2024-11-06 22:09:41.846 | + lib/rpc_backend:iniset_rpc_backend:153 : '[' -n '' ']' 2024-11-06 22:09:41.848 | + lib/neutron:configure_neutron:383 : is_service_enabled q-metering neutron-metering 2024-11-06 22:09:41.862 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:09:41.864 | + lib/neutron:configure_neutron:386 : is_service_enabled q-agt neutron-agent 2024-11-06 22:09:41.878 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:09:41.880 | + lib/neutron:configure_neutron:387 : _configure_neutron_plugin_agent 2024-11-06 22:09:41.882 | + lib/neutron:_configure_neutron_plugin_agent:983 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2024-11-06 22:09:41.884 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-11-06 22:09:41.886 | + 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-11-06 22:09:41.913 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2024-11-06 22:09:41.915 | + 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-11-06 22:09:41.940 | + lib/neutron:_configure_neutron_plugin_agent:984 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-11-06 22:09:41.966 | + lib/neutron:_configure_neutron_plugin_agent:987 : neutron_plugin_configure_plugin_agent 2024-11-06 22:09:41.968 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2024-11-06 22:09:41.970 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2024-11-06 22:09:41.972 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-11-06 22:09:43.219 | INFO neutron.common.config [-] Logging enabled! 2024-11-06 22:09:43.219 | INFO neutron.common.config [-] /opt/stack/data/venv/bin/neutron-ovs-cleanup version 0.0.1.dev22 2024-11-06 22:09:43.219 | DEBUG neutron.common.config [-] command line: /opt/stack/data/venv/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=41472) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-11-06 22:09:43.220 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2024-11-06 22:09:43.220 | 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/tmp8he1hhwv/privsep.sock'] 2024-11-06 22:09:44.066 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2024-11-06 22:09:44.066 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmp8he1hhwv/privsep.sock {{(pid=41472) __init__ /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:362}} 2024-11-06 22:09:44.067 | INFO oslo.privsep.daemon [-] privsep daemon starting 2024-11-06 22:09:44.067 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2024-11-06 22:09:44.067 | 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-11-06 22:09:44.067 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 41484 2024-11-06 22:09:44.068 | DEBUG oslo.privsep.daemon [-] privsep: reply[446e163f-bd6f-495a-832b-440420b2c3e9]: (2,) {{(pid=41484) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2024-11-06 22:09:44.156 | 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=41484) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:384}} 2024-11-06 22:09:44.165 | 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=41484) execute /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/processutils.py:422}} 2024-11-06 22:09:44.165 | DEBUG oslo.privsep.daemon [-] privsep: reply[982a069c-14c8-4a1a-964a-c2c6468de6fc]: (4, ('57f7dc8f-88bb-4095-bc5b-febed22749d7\n', '')) {{(pid=41484) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2024-11-06 22:09:44.252 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=41472) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-11-06 22:09:44.252 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=41472) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-11-06 22:09:44.252 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=41472) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-11-06 22:09:44.252 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=41472) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-11-06 22:09:44.252 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=41472) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-11-06 22:09:44.252 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=41472) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-11-06 22:09:44.286 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-11-06 22:09:44.287 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=41472) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-11-06 22:09:44.287 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=41472) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-11-06 22:09:44.288 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-11-06 22:09:44.533 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2024-11-06 22:09:44.535 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2024-11-06 22:09:44.538 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2024-11-06 22:09:44.540 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-11-06 22:09:44.542 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2024-11-06 22:09:44.555 | + 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-11-06 22:09:44.568 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2024-11-06 22:09:44.570 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:88 : [[ True == \T\r\u\e ]] 2024-11-06 22:09:44.573 | + 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-11-06 22:09:44.598 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:90 : running_in_container 2024-11-06 22:09:44.601 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2024-11-06 22:09:44.607 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2024-11-06 22:09:44.609 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:91 : enable_kernel_bridge_firewall 2024-11-06 22:09:44.611 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2024-11-06 22:09:44.648 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2024-11-06 22:09:44.661 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-11-06 22:09:44.664 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2024-11-06 22:09:44.671 | net.bridge.bridge-nf-call-iptables = 1 2024-11-06 22:09:44.674 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-11-06 22:09:44.676 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2024-11-06 22:09:44.683 | net.bridge.bridge-nf-call-ip6tables = 1 2024-11-06 22:09:44.685 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2024-11-06 22:09:44.687 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2024-11-06 22:09:44.689 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2024-11-06 22:09:44.691 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2024-11-06 22:09:44.694 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2024-11-06 22:09:44.696 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2024-11-06 22:09:44.698 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-11-06 22:09:44.700 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2024-11-06 22:09:44.702 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-11-06 22:09:44.704 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-11-06 22:09:44.716 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2024-11-06 22:09:44.719 | + 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-11-06 22:09:44.747 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/opt/stack/data/venv/bin/neutron-openvswitch-agent 2024-11-06 22:09:44.749 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2024-11-06 22:09:44.774 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2024-11-06 22:09:44.799 | + lib/neutron:configure_neutron:389 : is_service_enabled q-dhcp neutron-dhcp 2024-11-06 22:09:44.813 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:09:44.815 | + lib/neutron:configure_neutron:390 : _configure_neutron_dhcp_agent 2024-11-06 22:09:44.817 | + lib/neutron:_configure_neutron_dhcp_agent:930 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2024-11-06 22:09:44.821 | + lib/neutron:_configure_neutron_dhcp_agent:932 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2024-11-06 22:09:44.845 | + lib/neutron:_configure_neutron_dhcp_agent:934 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2024-11-06 22:09:44.871 | + lib/neutron:_configure_neutron_dhcp_agent:935 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2024-11-06 22:09:44.873 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/dhcp_agent.ini 2024-11-06 22:09:44.875 | + 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-11-06 22:09:44.900 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2024-11-06 22:09:44.902 | + 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-11-06 22:09:44.928 | + lib/neutron:_configure_neutron_dhcp_agent:937 : is_service_enabled q-l3 neutron-l3 2024-11-06 22:09:44.942 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:09:44.945 | + lib/neutron:_configure_neutron_dhcp_agent:948 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-11-06 22:09:44.947 | + lib/neutron:_neutron_setup_interface_driver:1123 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2024-11-06 22:09:44.972 | + lib/neutron:_neutron_setup_interface_driver:1125 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-11-06 22:09:44.974 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-11-06 22:09:44.976 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-11-06 22:09:45.001 | + lib/neutron:_configure_neutron_dhcp_agent:950 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2024-11-06 22:09:45.004 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-11-06 22:09:45.006 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2024-11-06 22:09:45.008 | + lib/neutron:configure_neutron:392 : is_service_enabled q-l3 neutron-l3 2024-11-06 22:09:45.022 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:09:45.025 | + lib/neutron:configure_neutron:393 : _configure_neutron_l3_agent 2024-11-06 22:09:45.027 | + 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-11-06 22:09:45.030 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2024-11-06 22:09:45.055 | + 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-11-06 22:09:45.082 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : [[ True == \T\r\u\e ]] 2024-11-06 22:09:45.084 | + 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-11-06 22:09:45.109 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:128 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2024-11-06 22:09:45.112 | + lib/neutron:_neutron_setup_interface_driver:1123 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2024-11-06 22:09:45.137 | + lib/neutron:_neutron_setup_interface_driver:1125 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2024-11-06 22:09:45.139 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2024-11-06 22:09:45.141 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2024-11-06 22:09:45.166 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:130 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2024-11-06 22:09:45.168 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2024-11-06 22:09:45.170 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2024-11-06 22:09:45.173 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:99 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-11-06 22:09:46.412 | INFO neutron.common.config [-] Logging enabled! 2024-11-06 22:09:46.412 | INFO neutron.common.config [-] /opt/stack/data/venv/bin/neutron-ovs-cleanup version 0.0.1.dev22 2024-11-06 22:09:46.412 | DEBUG neutron.common.config [-] command line: /opt/stack/data/venv/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=42028) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-11-06 22:09:46.437 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=42028) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-11-06 22:09:46.437 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=42028) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-11-06 22:09:46.437 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=42028) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-11-06 22:09:46.437 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=42028) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-11-06 22:09:46.437 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=42028) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-11-06 22:09:46.437 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=42028) autocreate_indices /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-11-06 22:09:46.470 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-11-06 22:09:46.470 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=42028) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-11-06 22:09:46.471 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=42028) do_commit /opt/stack/data/venv/lib/python3.10/site-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-11-06 22:09:46.471 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-11-06 22:09:46.713 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:100 : [[ False = \T\r\u\e ]] 2024-11-06 22:09:46.715 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:108 : _neutron_ovs_base_add_public_bridge 2024-11-06 22:09:46.717 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:114 : _neutron_ovs_base_add_bridge br-ex 2024-11-06 22:09:46.720 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-11-06 22:09:46.722 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2024-11-06 22:09:46.724 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-11-06 22:09:46.726 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-11-06 22:09:46.739 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:115 : set_mtu br-ex 8950 2024-11-06 22:09:46.741 | + functions:set_mtu:796 : local dev=br-ex 2024-11-06 22:09:46.743 | + functions:set_mtu:797 : local mtu=8950 2024-11-06 22:09:46.746 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2024-11-06 22:09:46.756 | + 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-11-06 22:09:46.769 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:132 : _configure_public_network_connectivity 2024-11-06 22:09:46.771 | + lib/neutron:_configure_public_network_connectivity:787 : [[ -n ens224 ]] 2024-11-06 22:09:46.773 | + lib/neutron:_configure_public_network_connectivity:788 : _move_neutron_addresses_route ens224 br-ex True False inet 2024-11-06 22:09:46.775 | + lib/neutron:_move_neutron_addresses_route:728 : local from_intf=ens224 2024-11-06 22:09:46.777 | + lib/neutron:_move_neutron_addresses_route:729 : local to_intf=br-ex 2024-11-06 22:09:46.779 | + lib/neutron:_move_neutron_addresses_route:730 : local add_ovs_port=True 2024-11-06 22:09:46.781 | + lib/neutron:_move_neutron_addresses_route:731 : local del_ovs_port=False 2024-11-06 22:09:46.783 | + lib/neutron:_move_neutron_addresses_route:732 : local af=inet 2024-11-06 22:09:46.786 | + lib/neutron:_move_neutron_addresses_route:734 : [[ -n ens224 ]] 2024-11-06 22:09:46.788 | + lib/neutron:_move_neutron_addresses_route:734 : [[ -n br-ex ]] 2024-11-06 22:09:46.790 | + lib/neutron:_move_neutron_addresses_route:740 : local IP_REPLACE= 2024-11-06 22:09:46.792 | + lib/neutron:_move_neutron_addresses_route:741 : local IP_DEL= 2024-11-06 22:09:46.794 | + lib/neutron:_move_neutron_addresses_route:742 : local IP_UP= 2024-11-06 22:09:46.796 | + lib/neutron:_move_neutron_addresses_route:743 : local DEFAULT_ROUTE_GW 2024-11-06 22:09:46.799 | ++ lib/neutron:_move_neutron_addresses_route:744 : ip -f inet r 2024-11-06 22:09:46.799 | ++ lib/neutron:_move_neutron_addresses_route:744 : awk '/default.+ens224\s/ { print $3; exit }' 2024-11-06 22:09:46.804 | + lib/neutron:_move_neutron_addresses_route:744 : DEFAULT_ROUTE_GW= 2024-11-06 22:09:46.806 | + lib/neutron:_move_neutron_addresses_route:745 : local ADD_OVS_PORT= 2024-11-06 22:09:46.808 | + lib/neutron:_move_neutron_addresses_route:746 : local DEL_OVS_PORT= 2024-11-06 22:09:46.810 | + lib/neutron:_move_neutron_addresses_route:747 : local ARP_CMD= 2024-11-06 22:09:46.814 | ++ lib/neutron:_move_neutron_addresses_route:749 : ip -f inet a s dev ens224 scope global primary 2024-11-06 22:09:46.814 | ++ lib/neutron:_move_neutron_addresses_route:749 : grep inet 2024-11-06 22:09:46.814 | ++ lib/neutron:_move_neutron_addresses_route:749 : awk '{ print $2, $3, $4; exit }' 2024-11-06 22:09:46.819 | + lib/neutron:_move_neutron_addresses_route:749 : IP_BRD= 2024-11-06 22:09:46.821 | + lib/neutron:_move_neutron_addresses_route:751 : '[' '' '!=' '' ']' 2024-11-06 22:09:46.823 | + lib/neutron:_move_neutron_addresses_route:755 : [[ True == \T\r\u\e ]] 2024-11-06 22:09:46.825 | + lib/neutron:_move_neutron_addresses_route:756 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2024-11-06 22:09:46.827 | + lib/neutron:_move_neutron_addresses_route:759 : [[ False == \T\r\u\e ]] 2024-11-06 22:09:46.829 | + lib/neutron:_move_neutron_addresses_route:763 : [[ '' != '' ]] 2024-11-06 22:09:46.831 | + lib/neutron:_move_neutron_addresses_route:775 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2024-11-06 22:09:46.845 | ++ lib/neutron:_configure_public_network_connectivity:790 : grep -c global 2024-11-06 22:09:46.845 | ++ lib/neutron:_configure_public_network_connectivity:790 : ip -f inet6 a s dev ens224 2024-11-06 22:09:46.850 | + lib/neutron:_configure_public_network_connectivity:790 : [[ 0 != 0 ]] 2024-11-06 22:09:46.852 | + lib/neutron:configure_neutron:395 : is_service_enabled q-meta neutron-metadata-agent 2024-11-06 22:09:46.866 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:09:46.868 | + lib/neutron:configure_neutron:396 : _configure_neutron_metadata_agent 2024-11-06 22:09:46.870 | + lib/neutron:_configure_neutron_metadata_agent:955 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2024-11-06 22:09:46.873 | + lib/neutron:_configure_neutron_metadata_agent:957 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2024-11-06 22:09:46.898 | + lib/neutron:_configure_neutron_metadata_agent:958 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2024-11-06 22:09:46.922 | + lib/neutron:_configure_neutron_metadata_agent:959 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2024-11-06 22:09:46.948 | + lib/neutron:_configure_neutron_metadata_agent:960 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2024-11-06 22:09:46.950 | + lib/neutron:configure_root_helper_options:1112 : local conffile=/etc/neutron/metadata_agent.ini 2024-11-06 22:09:46.952 | + 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-11-06 22:09:46.977 | + lib/neutron:configure_root_helper_options:1114 : [[ True == \T\r\u\e ]] 2024-11-06 22:09:46.979 | + 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-11-06 22:09:47.003 | + lib/neutron:configure_neutron:399 : [[ legacy != \l\e\g\a\c\y ]] 2024-11-06 22:09:47.006 | + lib/neutron:configure_neutron:402 : is_service_enabled ceilometer 2024-11-06 22:09:47.019 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:09:47.021 | + lib/neutron:configure_neutron:406 : [[ openvswitch == \o\v\n ]] 2024-11-06 22:09:47.023 | + lib/neutron:configure_neutron:412 : is_service_enabled q-placement neutron-placement 2024-11-06 22:09:47.037 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:09:47.039 | + lib/neutron:configure_neutron:415 : is_service_enabled q-trunk neutron-trunk 2024-11-06 22:09:47.054 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:09:47.056 | + lib/neutron:configure_neutron:418 : is_service_enabled q-qos neutron-qos 2024-11-06 22:09:47.070 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:09:47.072 | + lib/neutron:configure_neutron:425 : is_service_enabled neutron-segments 2024-11-06 22:09:47.086 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:09:47.088 | + lib/neutron:configure_neutron:431 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2024-11-06 22:09:47.102 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:09:47.104 | + lib/neutron:configure_neutron:432 : _configure_neutron_service 2024-11-06 22:09:47.106 | + lib/neutron:_configure_neutron_service:1002 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2024-11-06 22:09:47.108 | + lib/neutron:_configure_neutron_service:1003 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2024-11-06 22:09:47.112 | + lib/neutron:_configure_neutron_service:1005 : [[ -n networking ]] 2024-11-06 22:09:47.114 | + lib/neutron:_configure_neutron_service:1006 : _replace_api_paste_composite 2024-11-06 22:09:47.116 | + lib/neutron:_replace_api_paste_composite:991 : local sep 2024-11-06 22:09:47.119 | ++ lib/neutron:_replace_api_paste_composite:992 : echo -ne '\x01' 2024-11-06 22:09:47.121 | + lib/neutron:_replace_api_paste_composite:992 : sep=$'\001' 2024-11-06 22:09:47.123 | + lib/neutron:_replace_api_paste_composite:994 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2024-11-06 22:09:47.127 | + lib/neutron:_replace_api_paste_composite:995 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2024-11-06 22:09:47.131 | + 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-11-06 22:09:47.135 | + lib/neutron:_configure_neutron_service:1010 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2024-11-06 22:09:47.160 | + lib/neutron:_configure_neutron_service:1012 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-11-06 22:09:47.186 | + lib/neutron:_configure_neutron_service:1013 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2024-11-06 22:09:47.212 | + lib/neutron:_configure_neutron_service:1015 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2024-11-06 22:09:47.237 | + lib/neutron:_configure_neutron_service:1016 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2024-11-06 22:09:47.240 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-11-06 22:09:47.242 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2024-11-06 22:09:47.244 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-11-06 22:09:47.246 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2024-11-06 22:09:47.270 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2024-11-06 22:09:47.296 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-11-06 22:09:47.321 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2024-11-06 22:09:47.346 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2024-11-06 22:09:47.371 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2024-11-06 22:09:47.396 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2024-11-06 22:09:47.421 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2024-11-06 22:09:47.447 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-11-06 22:09:47.473 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2024-11-06 22:09:47.499 | + lib/neutron:_configure_neutron_service:1019 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2024-11-06 22:09:47.525 | + lib/neutron:_configure_neutron_service:1020 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2024-11-06 22:09:47.551 | + lib/neutron:_configure_neutron_service:1022 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2024-11-06 22:09:47.553 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-11-06 22:09:47.555 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-11-06 22:09:47.558 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-11-06 22:09:47.560 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2024-11-06 22:09:47.587 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2024-11-06 22:09:47.612 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2024-11-06 22:09:47.641 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2024-11-06 22:09:47.666 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2024-11-06 22:09:47.691 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2024-11-06 22:09:47.717 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2024-11-06 22:09:47.742 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2024-11-06 22:09:47.769 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-11-06 22:09:47.796 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2024-11-06 22:09:47.821 | + lib/neutron:_configure_neutron_service:1025 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2024-11-06 22:09:47.823 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-11-06 22:09:47.826 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-11-06 22:09:47.828 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2024-11-06 22:09:47.830 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2024-11-06 22:09:47.855 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2024-11-06 22:09:47.880 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2024-11-06 22:09:47.907 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2024-11-06 22:09:47.932 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2024-11-06 22:09:47.958 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2024-11-06 22:09:47.984 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2024-11-06 22:09:48.009 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2024-11-06 22:09:48.035 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2024-11-06 22:09:48.060 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2024-11-06 22:09:48.086 | + lib/neutron:_configure_neutron_service:1028 : neutron_plugin_configure_service 2024-11-06 22:09:48.088 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2024-11-06 22:09:48.090 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2024-11-06 22:09:48.092 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2024-11-06 22:09:48.094 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2024-11-06 22:09:48.096 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2024-11-06 22:09:48.098 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2024-11-06 22:09:48.100 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2024-11-06 22:09:48.102 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2024-11-06 22:09:48.104 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2024-11-06 22:09:48.106 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2024-11-06 22:09:48.108 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2024-11-06 22:09:48.110 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2024-11-06 22:09:48.112 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2024-11-06 22:09:48.115 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2024-11-06 22:09:48.117 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2024-11-06 22:09:48.119 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2024-11-06 22:09:48.121 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2024-11-06 22:09:48.123 | + 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-11-06 22:09:48.125 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-11-06 22:09:48.127 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2024-11-06 22:09:48.129 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2024-11-06 22:09:48.131 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2024-11-06 22:09:48.133 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-11-06 22:09:48.135 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-11-06 22:09:48.158 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:116 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=ovn 2024-11-06 22:09:48.160 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-11-06 22:09:48.162 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-11-06 22:09:48.164 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2024-11-06 22:09:48.166 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2024-11-06 22:09:48.168 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-11-06 22:09:48.170 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2024-11-06 22:09:48.194 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2024-11-06 22:09:48.196 | + 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-11-06 22:09:48.198 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-11-06 22:09:48.200 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-11-06 22:09:48.202 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2024-11-06 22:09:48.204 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2024-11-06 22:09:48.206 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-11-06 22:09:48.208 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-11-06 22:09:48.232 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2024-11-06 22:09:48.234 | + 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-11-06 22:09:48.236 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-11-06 22:09:48.238 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-11-06 22:09:48.240 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2024-11-06 22:09:48.242 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2024-11-06 22:09:48.244 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-11-06 22:09:48.246 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-11-06 22:09:48.270 | + 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-11-06 22:09:48.272 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-11-06 22:09:48.274 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-11-06 22:09:48.276 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2024-11-06 22:09:48.278 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2024-11-06 22:09:48.280 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-11-06 22:09:48.282 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2024-11-06 22:09:48.306 | + 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-11-06 22:09:48.308 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-11-06 22:09:48.310 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2024-11-06 22:09:48.312 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2024-11-06 22:09:48.314 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2024-11-06 22:09:48.316 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-11-06 22:09:48.318 | + 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-11-06 22:09:48.342 | + 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-11-06 22:09:48.344 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-11-06 22:09:48.346 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2024-11-06 22:09:48.348 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-11-06 22:09:48.350 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-11-06 22:09:48.352 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-11-06 22:09:48.354 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2024-11-06 22:09:48.378 | + 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-11-06 22:09:48.380 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-11-06 22:09:48.382 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2024-11-06 22:09:48.384 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2024-11-06 22:09:48.386 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2024-11-06 22:09:48.388 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-11-06 22:09:48.390 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks default, 2024-11-06 22:09:48.414 | + 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-11-06 22:09:48.416 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-11-06 22:09:48.418 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2024-11-06 22:09:48.420 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2024-11-06 22:09:48.422 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2024-11-06 22:09:48.424 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-11-06 22:09:48.426 | + 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-11-06 22:09:48.449 | + 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-11-06 22:09:48.452 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-11-06 22:09:48.454 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2024-11-06 22:09:48.456 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-11-06 22:09:48.458 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-11-06 22:09:48.460 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-11-06 22:09:48.462 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2024-11-06 22:09:48.486 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2024-11-06 22:09:48.488 | + lib/neutron:configure_neutron:435 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2024-11-06 22:09:48.513 | + lib/neutron:configure_neutron:439 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2024-11-06 22:09:48.539 | + lib/neutron:configure_neutron:441 : '[' False == True ']' 2024-11-06 22:09:48.541 | + stack.sh:main:1178 : is_service_enabled mysql postgresql 2024-11-06 22:09:48.556 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:09:48.558 | + stack.sh:main:1178 : is_service_enabled neutron 2024-11-06 22:09:48.572 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:09:48.574 | + stack.sh:main:1179 : async_runfunc init_neutron 2024-11-06 22:09:48.576 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2024-11-06 22:09:48.626 | + inc/async:async_inner:63 : init_neutron 2024-11-06 22:09:48.657 | [4836 Async init_neutron:43845]: running: init_neutron 2024-11-06 22:09:48.659 | + stack.sh:main:1187 : is_service_enabled q-dhcp 2024-11-06 22:09:48.674 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:09:48.677 | ++ stack.sh:main:1191 : pidof NetworkManager 2024-11-06 22:09:48.690 | ++ stack.sh:main:1191 : true 2024-11-06 22:09:48.692 | + stack.sh:main:1191 : netman_pid= 2024-11-06 22:09:48.694 | + stack.sh:main:1192 : '[' -z '' ']' 2024-11-06 22:09:48.696 | + stack.sh:main:1193 : sudo killall dnsmasq 2024-11-06 22:09:48.708 | dnsmasq: no process found 2024-11-06 22:09:48.711 | + stack.sh:main:1193 : true 2024-11-06 22:09:48.713 | + stack.sh:main:1198 : clean_iptables 2024-11-06 22:09:48.716 | + lib/nova:clean_iptables:189 : sudo iptables -S -v 2024-11-06 22:09:48.716 | + lib/nova:clean_iptables:189 : sed 's/-c [0-9]* [0-9]* //g' 2024-11-06 22:09:48.717 | + lib/nova:clean_iptables:189 : grep nova 2024-11-06 22:09:48.718 | + lib/nova:clean_iptables:189 : grep '\-A' 2024-11-06 22:09:48.718 | + lib/nova:clean_iptables:189 : awk '{print "sudo iptables",$0}' 2024-11-06 22:09:48.718 | + lib/nova:clean_iptables:189 : bash 2024-11-06 22:09:48.719 | + lib/nova:clean_iptables:189 : sed s/-A/-D/g 2024-11-06 22:09:48.756 | + lib/nova:clean_iptables:191 : sed 's/-c [0-9]* [0-9]* //g' 2024-11-06 22:09:48.756 | + lib/nova:clean_iptables:191 : sudo iptables -S -v -t nat 2024-11-06 22:09:48.757 | + lib/nova:clean_iptables:191 : grep '\-A' 2024-11-06 22:09:48.757 | + lib/nova:clean_iptables:191 : sed s/-A/-D/g 2024-11-06 22:09:48.757 | + lib/nova:clean_iptables:191 : grep nova 2024-11-06 22:09:48.758 | + lib/nova:clean_iptables:191 : bash 2024-11-06 22:09:48.758 | + lib/nova:clean_iptables:191 : awk '{print "sudo iptables -t nat",$0}' 2024-11-06 22:09:48.769 | + lib/nova:clean_iptables:193 : sudo iptables -S -v 2024-11-06 22:09:48.769 | + lib/nova:clean_iptables:193 : sed 's/-c [0-9]* [0-9]* //g' 2024-11-06 22:09:48.769 | + lib/nova:clean_iptables:193 : grep nova 2024-11-06 22:09:48.771 | + lib/nova:clean_iptables:193 : grep '\-N' 2024-11-06 22:09:48.771 | + lib/nova:clean_iptables:193 : sed s/-N/-X/g 2024-11-06 22:09:48.771 | + lib/nova:clean_iptables:193 : bash 2024-11-06 22:09:48.771 | + lib/nova:clean_iptables:193 : awk '{print "sudo iptables",$0}' 2024-11-06 22:09:48.780 | + lib/nova:clean_iptables:195 : sudo iptables -S -v -t nat 2024-11-06 22:09:48.780 | + lib/nova:clean_iptables:195 : sed 's/-c [0-9]* [0-9]* //g' 2024-11-06 22:09:48.780 | + lib/nova:clean_iptables:195 : grep nova 2024-11-06 22:09:48.781 | + lib/nova:clean_iptables:195 : grep '\-N' 2024-11-06 22:09:48.781 | + lib/nova:clean_iptables:195 : awk '{print "sudo iptables -t nat",$0}' 2024-11-06 22:09:48.783 | + lib/nova:clean_iptables:195 : sed s/-N/-X/g 2024-11-06 22:09:48.783 | + lib/nova:clean_iptables:195 : bash 2024-11-06 22:09:48.790 | + stack.sh:main:1201 : sudo sysctl -w net.ipv4.ip_forward=1 2024-11-06 22:09:48.797 | net.ipv4.ip_forward = 1 2024-11-06 22:09:48.800 | + stack.sh:main:1206 : is_service_enabled nova neutron 2024-11-06 22:09:48.814 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:09:48.816 | + stack.sh:main:1207 : configure_os_vif 2024-11-06 22:09:48.818 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2024-11-06 22:09:48.820 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2024-11-06 22:09:48.848 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2024-11-06 22:09:48.850 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2024-11-06 22:09:48.879 | + stack.sh:main:1213 : is_service_enabled swift 2024-11-06 22:09:48.893 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:09:48.895 | + stack.sh:main:1222 : is_service_enabled cinder 2024-11-06 22:09:48.910 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:09:48.912 | + stack.sh:main:1223 : echo_summary 'Configuring Cinder' 2024-11-06 22:09:48.914 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2024-11-06 22:09:48.917 | + stack.sh:echo_summary:461 : echo -e Configuring Cinder 2024-11-06 22:09:48.919 | + stack.sh:main:1224 : async_runfunc init_cinder 2024-11-06 22:09:48.921 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2024-11-06 22:09:48.970 | + inc/async:async_inner:63 : init_cinder 2024-11-06 22:09:49.001 | [4836 Async init_cinder:44196]: running: init_cinder 2024-11-06 22:09:49.003 | + stack.sh:main:1230 : is_service_enabled placement 2024-11-06 22:09:49.018 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:09:49.021 | + stack.sh:main:1231 : echo_summary 'Configuring placement' 2024-11-06 22:09:49.022 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2024-11-06 22:09:49.025 | + stack.sh:echo_summary:461 : echo -e Configuring placement 2024-11-06 22:09:49.027 | + stack.sh:main:1232 : async_runfunc init_placement 2024-11-06 22:09:49.029 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2024-11-06 22:09:49.079 | + inc/async:async_inner:63 : init_placement 2024-11-06 22:09:49.111 | [4836 Async init_placement:44343]: running: init_placement 2024-11-06 22:09:49.113 | + stack.sh:main:1236 : async_wait init_neutron 2024-11-06 22:09:49.153 | [4836 Async init_neutron:43845]: Waiting for completion of init_neutron running on PID 43845 (5 other jobs running) 2024-11-06 22:09:49.171 | [4836 Async init_neutron:43845]: Signaling child to exit 2024-11-06 22:09:52.571 | + inc/async:async_inner:64 : rc=0 2024-11-06 22:09:52.591 | [44196 Async init_cinder:44196]: finished successfully 2024-11-06 22:09:57.651 | + inc/async:async_inner:64 : rc=0 2024-11-06 22:09:57.670 | [43845 Async init_neutron:43845]: finished successfully 2024-11-06 22:09:57.687 | WAKEUP 2024-11-06 22:09:57.704 | [4836 Async init_neutron:43845]: Signaled 2024-11-06 22:09:57.705 | + lib/neutron:init_neutron:511 : recreate_database neutron 2024-11-06 22:09:57.705 | + lib/database:recreate_database:112 : local db=neutron 2024-11-06 22:09:57.705 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2024-11-06 22:09:57.705 | + lib/databases/mysql:recreate_database_mysql:60 : local db=neutron 2024-11-06 22:09:57.705 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2024-11-06 22:09:57.705 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2024-11-06 22:09:57.705 | + lib/neutron:init_neutron:512 : time_start dbsync 2024-11-06 22:09:57.705 | + functions-common:time_start:2386 : local name=dbsync 2024-11-06 22:09:57.705 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:09:57.705 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:09:57.705 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:09:57.705 | + functions-common:time_start:2391 : _TIME_START[$name]=1730930988667 2024-11-06 22:09:57.705 | + 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-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2024-11-06 22:09:57.705 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2024-11-06 22:09:57.706 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2024-11-06 22:09:57.706 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2024-11-06 22:09:57.706 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2024-11-06 22:09:57.706 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2024-11-06 22:09:57.706 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2024-11-06 22:09:57.706 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2024-11-06 22:09:57.706 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2024-11-06 22:09:57.706 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2024-11-06 22:09:57.706 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2024-11-06 22:09:57.706 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2024-11-06 22:09:57.706 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2024-11-06 22:09:57.706 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2024-11-06 22:09:57.706 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2024-11-06 22:09:57.706 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2024-11-06 22:09:57.706 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2024-11-06 22:09:57.706 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2024-11-06 22:09:57.706 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2024-11-06 22:09:57.706 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2024-11-06 22:09:57.706 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2024-11-06 22:09:57.706 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2024-11-06 22:09:57.706 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2024-11-06 22:09:57.706 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2024-11-06 22:09:57.706 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2024-11-06 22:09:57.706 | INFO [alembic.runtime.migration] Running upgrade fc153938cdc1 -> 93f394357a27 2024-11-06 22:09:57.706 | INFO [alembic.runtime.migration] Running upgrade 93f394357a27 -> 6f1145bff34c 2024-11-06 22:09:57.706 | INFO [alembic.runtime.migration] Running upgrade 6f1145bff34c -> 682c319773d7 2024-11-06 22:09:57.706 | INFO [alembic.runtime.migration] Running upgrade 682c319773d7 -> 0aefee21cd87 2024-11-06 22:09:57.706 | INFO [alembic.runtime.migration] Running upgrade 0aefee21cd87 -> b1199a3adbef 2024-11-06 22:09:57.706 | INFO [alembic.runtime.migration] Running upgrade b1199a3adbef -> c33da356b165 2024-11-06 22:09:57.706 | INFO [alembic.runtime.migration] Running upgrade c33da356b165 -> 89c58a70ceba 2024-11-06 22:09:57.706 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2024-11-06 22:09:57.706 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2024-11-06 22:09:57.706 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2024-11-06 22:09:57.706 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2024-11-06 22:09:57.706 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2024-11-06 22:09:57.706 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2024-11-06 22:09:57.706 | Running upgrade for neutron ... 2024-11-06 22:09:57.706 | OK 2024-11-06 22:09:57.706 | + lib/neutron:init_neutron:515 : time_stop dbsync 2024-11-06 22:09:57.706 | + functions-common:time_stop:2400 : local name 2024-11-06 22:09:57.706 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:09:57.706 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:09:57.706 | + functions-common:time_stop:2403 : local total 2024-11-06 22:09:57.706 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:09:57.706 | + functions-common:time_stop:2406 : name=dbsync 2024-11-06 22:09:57.706 | + functions-common:time_stop:2407 : start_time=1730930988667 2024-11-06 22:09:57.706 | + functions-common:time_stop:2409 : [[ -z 1730930988667 ]] 2024-11-06 22:09:57.706 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:09:57.706 | + functions-common:time_stop:2412 : end_time=1730930997638 2024-11-06 22:09:57.706 | + functions-common:time_stop:2413 : elapsed_time=8971 2024-11-06 22:09:57.706 | + functions-common:time_stop:2414 : total=2726 2024-11-06 22:09:57.706 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:09:57.706 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11697 2024-11-06 22:09:57.739 | [4836 Async init_neutron:43845]: finished init_neutron with result 0 in 9 seconds 2024-11-06 22:09:57.742 | + inc/async:async_wait:197 : return 0 2024-11-06 22:09:57.745 | + stack.sh:main:1237 : async_wait init_placement 2024-11-06 22:09:57.783 | [4836 Async init_placement:44343]: Waiting for completion of init_placement running on PID 44343 (4 other jobs running) 2024-11-06 22:09:57.801 | [4836 Async init_placement:44343]: Signaling child to exit 2024-11-06 22:10:05.274 | + inc/async:async_inner:64 : rc=0 2024-11-06 22:10:05.293 | [44343 Async init_placement:44343]: finished successfully 2024-11-06 22:10:05.309 | WAKEUP 2024-11-06 22:10:05.326 | [4836 Async init_placement:44343]: Signaled 2024-11-06 22:10:05.327 | + lib/placement:init_placement:143 : recreate_database placement 2024-11-06 22:10:05.327 | + lib/database:recreate_database:112 : local db=placement 2024-11-06 22:10:05.327 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2024-11-06 22:10:05.327 | + lib/databases/mysql:recreate_database_mysql:60 : local db=placement 2024-11-06 22:10:05.327 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2024-11-06 22:10:05.327 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2024-11-06 22:10:05.327 | + lib/placement:init_placement:144 : /opt/stack/data/venv/bin/placement-manage db sync 2024-11-06 22:10:05.327 | + lib/placement:init_placement:145 : create_placement_accounts 2024-11-06 22:10:05.327 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2024-11-06 22:10:05.327 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2024-11-06 22:10:05.327 | + functions-common:get_or_create_user:882 : local user_id 2024-11-06 22:10:05.327 | + functions-common:get_or_create_user:883 : [[ ! -z '' ]] 2024-11-06 22:10:05.327 | + functions-common:get_or_create_user:886 : local email= 2024-11-06 22:10:05.327 | ++ 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-11-06 22:10:05.327 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:10:05.327 | + functions-common:get_or_create_user:898 : user_id=0ea56d0047c040878316cba096289a91 2024-11-06 22:10:05.327 | + functions-common:get_or_create_user:899 : echo 0ea56d0047c040878316cba096289a91 2024-11-06 22:10:05.327 | 0ea56d0047c040878316cba096289a91 2024-11-06 22:10:05.327 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2024-11-06 22:10:05.327 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-11-06 22:10:05.327 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-11-06 22:10:05.327 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2024-11-06 22:10:05.327 | ++ functions-common:_get_domain_args:930 : local domain 2024-11-06 22:10:05.327 | ++ functions-common:_get_domain_args:931 : domain= 2024-11-06 22:10:05.327 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2024-11-06 22:10:05.327 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2024-11-06 22:10:05.327 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2024-11-06 22:10:05.327 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2024-11-06 22:10:05.327 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2024-11-06 22:10:05.327 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2024-11-06 22:10:05.327 | + 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-11-06 22:10:05.327 | ++ 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-11-06 22:10:05.327 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:10:05.327 | + functions-common:get_or_add_user_project_role:962 : user_role_id=1e39d0ee13b7445a8fafe1087fb6d8a9 2024-11-06 22:10:05.327 | + functions-common:get_or_add_user_project_role:963 : echo 1e39d0ee13b7445a8fafe1087fb6d8a9 2024-11-06 22:10:05.327 | 1e39d0ee13b7445a8fafe1087fb6d8a9 2024-11-06 22:10:05.327 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-11-06 22:10:05.327 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2024-11-06 22:10:05.327 | + functions-common:get_or_add_user_project_role:946 : local user_role_id 2024-11-06 22:10:05.327 | + functions-common:get_or_add_user_project_role:947 : local domain_args 2024-11-06 22:10:05.327 | ++ functions-common:get_or_add_user_project_role:949 : _get_domain_args Default Default 2024-11-06 22:10:05.327 | ++ functions-common:_get_domain_args:930 : local domain 2024-11-06 22:10:05.327 | ++ functions-common:_get_domain_args:931 : domain= 2024-11-06 22:10:05.327 | ++ functions-common:_get_domain_args:933 : [[ -n Default ]] 2024-11-06 22:10:05.327 | ++ functions-common:_get_domain_args:934 : domain=' --user-domain Default' 2024-11-06 22:10:05.327 | ++ functions-common:_get_domain_args:936 : [[ -n Default ]] 2024-11-06 22:10:05.327 | ++ functions-common:_get_domain_args:937 : domain=' --user-domain Default --project-domain Default' 2024-11-06 22:10:05.327 | ++ functions-common:_get_domain_args:940 : echo --user-domain Default --project-domain Default 2024-11-06 22:10:05.327 | + functions-common:get_or_add_user_project_role:949 : domain_args='--user-domain Default --project-domain Default' 2024-11-06 22:10:05.327 | + 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-11-06 22:10:05.327 | ++ 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-11-06 22:10:05.327 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:10:05.327 | + functions-common:get_or_add_user_project_role:962 : user_role_id=86a0dd9b9f5b43a5b7b88c0a6487e2d9 2024-11-06 22:10:05.327 | + functions-common:get_or_add_user_project_role:963 : echo 86a0dd9b9f5b43a5b7b88c0a6487e2d9 2024-11-06 22:10:05.327 | 86a0dd9b9f5b43a5b7b88c0a6487e2d9 2024-11-06 22:10:05.327 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2024-11-06 22:10:05.327 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2024-11-06 22:10:05.327 | + functions-common:get_or_create_service:1038 : local service_id 2024-11-06 22:10:05.327 | ++ functions-common:get_or_create_service:1051 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2024-11-06 22:10:05.327 | ++ 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-11-06 22:10:05.327 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:10:05.327 | + functions-common:get_or_create_service:1049 : service_id=' 2024-11-06 22:10:05.327 | 583f38588dfb4b32afd9aa1cf6d15e2d' 2024-11-06 22:10:05.327 | + functions-common:get_or_create_service:1050 : echo 583f38588dfb4b32afd9aa1cf6d15e2d 2024-11-06 22:10:05.327 | 583f38588dfb4b32afd9aa1cf6d15e2d 2024-11-06 22:10:05.328 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2024-11-06 22:10:05.328 | + functions-common:get_or_create_endpoint:1082 : local public_id 2024-11-06 22:10:05.328 | ++ functions-common:get_or_create_endpoint:1083 : _get_or_create_endpoint_with_interface placement public http://10.180.1.21/placement RegionOne 2024-11-06 22:10:05.328 | ++ functions-common:_get_or_create_endpoint_with_interface:1056 : local endpoint_id 2024-11-06 22:10:05.328 | +++ 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-11-06 22:10:05.328 | +++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:10:05.328 | ++ functions-common:_get_or_create_endpoint_with_interface:1061 : endpoint_id= 2024-11-06 22:10:05.328 | ++ functions-common:_get_or_create_endpoint_with_interface:1062 : [[ -z '' ]] 2024-11-06 22:10:05.328 | +++ 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-11-06 22:10:05.328 | +++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:10:05.328 | ++ functions-common:_get_or_create_endpoint_with_interface:1065 : endpoint_id=1d51bb844e0b4456bbbc84021d119e62 2024-11-06 22:10:05.328 | ++ functions-common:_get_or_create_endpoint_with_interface:1068 : echo 1d51bb844e0b4456bbbc84021d119e62 2024-11-06 22:10:05.328 | + functions-common:get_or_create_endpoint:1083 : public_id=1d51bb844e0b4456bbbc84021d119e62 2024-11-06 22:10:05.328 | + functions-common:get_or_create_endpoint:1085 : [[ -n '' ]] 2024-11-06 22:10:05.328 | + functions-common:get_or_create_endpoint:1088 : [[ -n '' ]] 2024-11-06 22:10:05.328 | + functions-common:get_or_create_endpoint:1092 : echo 1d51bb844e0b4456bbbc84021d119e62 2024-11-06 22:10:05.328 | 1d51bb844e0b4456bbbc84021d119e62 2024-11-06 22:10:05.359 | [4836 Async init_placement:44343]: finished init_placement with result 0 in 16 seconds 2024-11-06 22:10:05.363 | + inc/async:async_wait:197 : return 0 2024-11-06 22:10:05.365 | + stack.sh:main:1238 : async_wait init_glance 2024-11-06 22:10:05.402 | [4836 Async init_glance:40490]: Waiting for completion of init_glance running on PID 40490 (3 other jobs running) 2024-11-06 22:10:05.421 | [4836 Async init_glance:40490]: Signaling child to exit 2024-11-06 22:10:05.421 | WAKEUP 2024-11-06 22:10:05.438 | [4836 Async init_glance:40490]: Signaled 2024-11-06 22:10:05.439 | + lib/glance:init_glance:484 : rm -rf /opt/stack/data/glance/images 2024-11-06 22:10:05.439 | + lib/glance:init_glance:485 : mkdir -p /opt/stack/data/glance/images 2024-11-06 22:10:05.439 | + lib/glance:init_glance:488 : recreate_database glance 2024-11-06 22:10:05.439 | + lib/database:recreate_database:112 : local db=glance 2024-11-06 22:10:05.439 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2024-11-06 22:10:05.439 | + lib/databases/mysql:recreate_database_mysql:60 : local db=glance 2024-11-06 22:10:05.439 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2024-11-06 22:10:05.439 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2024-11-06 22:10:05.439 | + lib/glance:init_glance:490 : time_start dbsync 2024-11-06 22:10:05.439 | + functions-common:time_start:2386 : local name=dbsync 2024-11-06 22:10:05.439 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:10:05.439 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:10:05.439 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:10:05.439 | + functions-common:time_start:2391 : _TIME_START[$name]=1730930962913 2024-11-06 22:10:05.439 | + lib/glance:init_glance:492 : /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2024-11-06 22:10:05.439 | INFO dbcounter [-] Registered counter for database glance 2024-11-06 22:10:05.439 | 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=40575) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-11-06 22:10:05.439 | DEBUG dbcounter [-] [40575] Writer thread running {{(pid=40575) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-11-06 22:10:05.439 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-11-06 22:10:05.439 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-11-06 22:10:05.439 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-11-06 22:10:05.439 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-11-06 22:10:05.439 | INFO dbcounter [-] Registered counter for database glance 2024-11-06 22:10:05.439 | 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=40575) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-11-06 22:10:05.439 | DEBUG dbcounter [-] [40575] Writer thread running {{(pid=40575) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-11-06 22:10:05.439 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-11-06 22:10:05.439 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-11-06 22:10:05.439 | INFO alembic.runtime.migration [-] Running upgrade -> liberty, liberty initial 2024-11-06 22:10:05.439 | DEBUG alembic.runtime.migration [-] new branch insert liberty {{(pid=40575) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2024-11-06 22:10:05.439 | INFO alembic.runtime.migration [-] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2024-11-06 22:10:05.439 | DEBUG alembic.runtime.migration [-] update liberty to mitaka01 {{(pid=40575) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:05.439 | INFO alembic.runtime.migration [-] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2024-11-06 22:10:05.439 | DEBUG alembic.runtime.migration [-] update mitaka01 to mitaka02 {{(pid=40575) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:05.439 | INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2024-11-06 22:10:05.440 | DEBUG alembic.runtime.migration [-] update mitaka02 to ocata_expand01 {{(pid=40575) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2024-11-06 22:10:05.440 | DEBUG alembic.runtime.migration [-] update ocata_expand01 to pike_expand01 {{(pid=40575) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Running upgrade pike_expand01 -> queens_expand01 2024-11-06 22:10:05.440 | DEBUG alembic.runtime.migration [-] update pike_expand01 to queens_expand01 {{(pid=40575) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2024-11-06 22:10:05.440 | DEBUG alembic.runtime.migration [-] update queens_expand01 to rocky_expand01 {{(pid=40575) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2024-11-06 22:10:05.440 | DEBUG alembic.runtime.migration [-] update rocky_expand01 to rocky_expand02 {{(pid=40575) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2024-11-06 22:10:05.440 | DEBUG alembic.runtime.migration [-] update rocky_expand02 to train_expand01 {{(pid=40575) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2024-11-06 22:10:05.440 | DEBUG alembic.runtime.migration [-] update train_expand01 to ussuri_expand01 {{(pid=40575) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2024-11-06 22:10:05.440 | DEBUG alembic.runtime.migration [-] update ussuri_expand01 to wallaby_expand01 {{(pid=40575) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2024-11-06 22:10:05.440 | DEBUG alembic.runtime.migration [-] update wallaby_expand01 to xena_expand01 {{(pid=40575) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2024-11-06 22:10:05.440 | DEBUG alembic.runtime.migration [-] update xena_expand01 to yoga_expand01 {{(pid=40575) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2024-11-06 22:10:05.440 | DEBUG alembic.runtime.migration [-] update yoga_expand01 to zed_expand01 {{(pid=40575) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2024-11-06 22:10:05.440 | DEBUG alembic.runtime.migration [-] update zed_expand01 to 2023_1_expand01 {{(pid=40575) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2024-11-06 22:10:05.440 | DEBUG alembic.runtime.migration [-] new branch insert ocata_contract01 {{(pid=40575) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2024-11-06 22:10:05.440 | DEBUG alembic.runtime.migration [-] update ocata_contract01 to pike_contract01 {{(pid=40575) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Running upgrade pike_contract01 -> queens_contract01 2024-11-06 22:10:05.440 | DEBUG alembic.runtime.migration [-] update pike_contract01 to queens_contract01 {{(pid=40575) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Running upgrade queens_contract01 -> rocky_contract01 2024-11-06 22:10:05.440 | DEBUG alembic.runtime.migration [-] update queens_contract01 to rocky_contract01 {{(pid=40575) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Running upgrade rocky_contract01 -> rocky_contract02 2024-11-06 22:10:05.440 | DEBUG alembic.runtime.migration [-] update rocky_contract01 to rocky_contract02 {{(pid=40575) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Running upgrade rocky_contract02 -> train_contract01 2024-11-06 22:10:05.440 | DEBUG alembic.runtime.migration [-] update rocky_contract02 to train_contract01 {{(pid=40575) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Running upgrade train_contract01 -> ussuri_contract01 2024-11-06 22:10:05.440 | DEBUG alembic.runtime.migration [-] update train_contract01 to ussuri_contract01 {{(pid=40575) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Running upgrade ussuri_contract01 -> wallaby_contract01 2024-11-06 22:10:05.440 | DEBUG alembic.runtime.migration [-] update ussuri_contract01 to wallaby_contract01 {{(pid=40575) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Running upgrade wallaby_contract01 -> xena_contract01 2024-11-06 22:10:05.440 | DEBUG alembic.runtime.migration [-] update wallaby_contract01 to xena_contract01 {{(pid=40575) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Running upgrade xena_contract01 -> yoga_contract01 2024-11-06 22:10:05.440 | DEBUG alembic.runtime.migration [-] update xena_contract01 to yoga_contract01 {{(pid=40575) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Running upgrade yoga_contract01 -> zed_contract01 2024-11-06 22:10:05.440 | DEBUG alembic.runtime.migration [-] update yoga_contract01 to zed_contract01 {{(pid=40575) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Running upgrade zed_contract01 -> 2023_1_contract01 2024-11-06 22:10:05.440 | DEBUG alembic.runtime.migration [-] merge, delete ['zed_contract01'], update 2023_1_expand01 to 2023_1_contract01 {{(pid=40575) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:837}} 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-11-06 22:10:05.440 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-11-06 22:10:05.440 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2024-11-06 22:10:05.440 | Database migration is up to date. No migration needed. 2024-11-06 22:10:05.440 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2024-11-06 22:10:05.440 | Database is synced successfully. 2024-11-06 22:10:05.440 | + lib/glance:init_glance:495 : /opt/stack/data/venv/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2024-11-06 22:10:05.440 | INFO dbcounter [-] Registered counter for database glance 2024-11-06 22:10:05.440 | 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=40629) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-11-06 22:10:05.440 | DEBUG dbcounter [-] [40629] Writer thread running {{(pid=40629) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-11-06 22:10:05.440 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2024-11-06 22:10:05.440 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2024-11-06 22:10:05.440 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2024-11-06 22:10:05.440 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2024-11-06 22:10:05.440 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2024-11-06 22:10:05.440 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2024-11-06 22:10:05.440 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2024-11-06 22:10:05.440 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2024-11-06 22:10:05.440 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2024-11-06 22:10:05.440 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2024-11-06 22:10:05.440 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2024-11-06 22:10:05.440 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2024-11-06 22:10:05.440 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2024-11-06 22:10:05.440 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2024-11-06 22:10:05.440 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2024-11-06 22:10:05.440 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2024-11-06 22:10:05.440 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2024-11-06 22:10:05.440 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2024-11-06 22:10:05.440 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2024-11-06 22:10:05.440 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2024-11-06 22:10:05.440 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2024-11-06 22:10:05.440 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2024-11-06 22:10:05.440 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2024-11-06 22:10:05.440 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2024-11-06 22:10:05.440 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2024-11-06 22:10:05.440 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2024-11-06 22:10:05.440 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2024-11-06 22:10:05.440 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2024-11-06 22:10:05.440 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2024-11-06 22:10:05.440 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2024-11-06 22:10:05.440 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2024-11-06 22:10:05.441 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2024-11-06 22:10:05.441 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2024-11-06 22:10:05.441 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2024-11-06 22:10:05.441 | + lib/glance:init_glance:496 : time_stop dbsync 2024-11-06 22:10:05.441 | + functions-common:time_stop:2400 : local name 2024-11-06 22:10:05.441 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:10:05.441 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:10:05.441 | + functions-common:time_stop:2403 : local total 2024-11-06 22:10:05.441 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:10:05.441 | + functions-common:time_stop:2406 : name=dbsync 2024-11-06 22:10:05.441 | + functions-common:time_stop:2407 : start_time=1730930962913 2024-11-06 22:10:05.441 | + functions-common:time_stop:2409 : [[ -z 1730930962913 ]] 2024-11-06 22:10:05.441 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:10:05.441 | + functions-common:time_stop:2412 : end_time=1730930967370 2024-11-06 22:10:05.441 | + functions-common:time_stop:2413 : elapsed_time=4457 2024-11-06 22:10:05.441 | + functions-common:time_stop:2414 : total=2726 2024-11-06 22:10:05.441 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:10:05.441 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7183 2024-11-06 22:10:05.472 | [4836 Async init_glance:40490]: finished init_glance with result 0 in 4 seconds 2024-11-06 22:10:05.476 | + inc/async:async_wait:197 : return 0 2024-11-06 22:10:05.478 | + stack.sh:main:1239 : async_wait init_swift 2024-11-06 22:10:05.494 | Not waiting for async task init_swift that we never started or has already been waited for 2024-11-06 22:10:05.496 | + inc/async:async_wait:197 : return 0 2024-11-06 22:10:05.498 | + stack.sh:main:1240 : async_wait init_cinder 2024-11-06 22:10:05.538 | [4836 Async init_cinder:44196]: Waiting for completion of init_cinder running on PID 44196 (2 other jobs running) 2024-11-06 22:10:05.558 | [4836 Async init_cinder:44196]: Signaling child to exit 2024-11-06 22:10:05.558 | WAKEUP 2024-11-06 22:10:05.575 | [4836 Async init_cinder:44196]: Signaled 2024-11-06 22:10:05.576 | + lib/cinder:init_cinder:484 : is_service_enabled mysql postgresql 2024-11-06 22:10:05.576 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:10:05.576 | + lib/cinder:init_cinder:486 : recreate_database cinder 2024-11-06 22:10:05.576 | + lib/database:recreate_database:112 : local db=cinder 2024-11-06 22:10:05.576 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2024-11-06 22:10:05.576 | + lib/databases/mysql:recreate_database_mysql:60 : local db=cinder 2024-11-06 22:10:05.576 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2024-11-06 22:10:05.576 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2024-11-06 22:10:05.576 | + lib/cinder:init_cinder:488 : time_start dbsync 2024-11-06 22:10:05.576 | + functions-common:time_start:2386 : local name=dbsync 2024-11-06 22:10:05.576 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:10:05.576 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:10:05.576 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:10:05.576 | + functions-common:time_start:2391 : _TIME_START[$name]=1730930989027 2024-11-06 22:10:05.576 | + lib/cinder:init_cinder:490 : /opt/stack/data/venv/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2024-11-06 22:10:05.576 | INFO dbcounter [-] Registered counter for database cinder 2024-11-06 22:10:05.576 | 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=44305) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-11-06 22:10:05.576 | DEBUG dbcounter [-] [44305] Writer thread running {{(pid=44305) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-11-06 22:10:05.576 | INFO cinder.db.migration [-] Applying migration(s) 2024-11-06 22:10:05.576 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-11-06 22:10:05.576 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-11-06 22:10:05.576 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2024-11-06 22:10:05.576 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=44305) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2024-11-06 22:10:05.576 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2024-11-06 22:10:05.576 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=44305) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:05.576 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2024-11-06 22:10:05.576 | INFO dbcounter [-] Registered counter for database cinder 2024-11-06 22:10:05.576 | 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=44305) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-11-06 22:10:05.576 | DEBUG dbcounter [-] [44305] Writer thread running {{(pid=44305) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-11-06 22:10:05.576 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=44305) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:05.576 | INFO alembic.runtime.migration [-] Running upgrade daa98075b90d -> 89aa6f9639f9, Drop legacy migrate_version table 2024-11-06 22:10:05.576 | DEBUG alembic.runtime.migration [-] update daa98075b90d to 89aa6f9639f9 {{(pid=44305) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:05.576 | INFO cinder.db.migration [-] Migration(s) applied 2024-11-06 22:10:05.576 | + lib/cinder:init_cinder:491 : time_stop dbsync 2024-11-06 22:10:05.576 | + functions-common:time_stop:2400 : local name 2024-11-06 22:10:05.576 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:10:05.576 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:10:05.576 | + functions-common:time_stop:2403 : local total 2024-11-06 22:10:05.576 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:10:05.576 | + functions-common:time_stop:2406 : name=dbsync 2024-11-06 22:10:05.576 | + functions-common:time_stop:2407 : start_time=1730930989027 2024-11-06 22:10:05.576 | + functions-common:time_stop:2409 : [[ -z 1730930989027 ]] 2024-11-06 22:10:05.576 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:10:05.576 | + functions-common:time_stop:2412 : end_time=1730930992498 2024-11-06 22:10:05.576 | + functions-common:time_stop:2413 : elapsed_time=3471 2024-11-06 22:10:05.576 | + functions-common:time_stop:2414 : total=2726 2024-11-06 22:10:05.576 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:10:05.576 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6197 2024-11-06 22:10:05.576 | + lib/cinder:init_cinder:494 : is_service_enabled c-vol 2024-11-06 22:10:05.576 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:10:05.576 | + lib/cinder:init_cinder:494 : [[ -n vmdk:vsphere ]] 2024-11-06 22:10:05.576 | + lib/cinder:init_cinder:495 : local be be_name be_type 2024-11-06 22:10:05.576 | + lib/cinder:init_cinder:496 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-11-06 22:10:05.576 | + lib/cinder:init_cinder:497 : be_type=vmdk 2024-11-06 22:10:05.576 | + lib/cinder:init_cinder:498 : be_name=vsphere 2024-11-06 22:10:05.576 | + lib/cinder:init_cinder:499 : type init_cinder_backend_vmdk 2024-11-06 22:10:05.576 | + lib/cinder:init_cinder:505 : is_service_enabled c-bak 2024-11-06 22:10:05.576 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:10:05.576 | + lib/cinder:init_cinder:511 : mkdir -p /opt/stack/data/cinder/volumes 2024-11-06 22:10:05.608 | [4836 Async init_cinder:44196]: finished init_cinder with result 0 in 3 seconds 2024-11-06 22:10:05.612 | + inc/async:async_wait:197 : return 0 2024-11-06 22:10:05.614 | + stack.sh:main:1245 : is_service_enabled nova 2024-11-06 22:10:05.629 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:10:05.631 | + stack.sh:main:1246 : echo_summary 'Configuring Nova' 2024-11-06 22:10:05.633 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2024-11-06 22:10:05.636 | + stack.sh:echo_summary:461 : echo -e Configuring Nova 2024-11-06 22:10:05.638 | + stack.sh:main:1247 : init_nova 2024-11-06 22:10:05.640 | + lib/nova:init_nova:858 : is_service_enabled mysql postgresql 2024-11-06 22:10:05.654 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:10:05.656 | + lib/nova:init_nova:858 : is_service_enabled n-api 2024-11-06 22:10:05.670 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:10:05.672 | + lib/nova:init_nova:860 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-11-06 22:10:05.674 | + lib/nova:init_nova:866 : recreate_database nova_cell0 2024-11-06 22:10:05.676 | + lib/database:recreate_database:112 : local db=nova_cell0 2024-11-06 22:10:05.678 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2024-11-06 22:10:05.680 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_cell0 2024-11-06 22:10:05.682 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2024-11-06 22:10:05.691 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2024-11-06 22:10:05.701 | ++ lib/nova:init_nova:871 : seq 1 1 2024-11-06 22:10:05.704 | + lib/nova:init_nova:871 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-11-06 22:10:05.707 | ++ lib/nova:init_nova:872 : conductor_conf 1 2024-11-06 22:10:05.710 | ++ lib/nova:conductor_conf:837 : local cell=1 2024-11-06 22:10:05.712 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2024-11-06 22:10:05.714 | + lib/nova:init_nova:872 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-11-06 22:10:05.764 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-11-06 22:10:05.795 | [4836 Async nova-cell-1:45476]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-11-06 22:10:05.797 | + lib/nova:init_nova:875 : recreate_database nova_api 2024-11-06 22:10:05.799 | + lib/database:recreate_database:112 : local db=nova_api 2024-11-06 22:10:05.802 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2024-11-06 22:10:05.804 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_api 2024-11-06 22:10:05.806 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2024-11-06 22:10:05.815 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2024-11-06 22:10:05.823 | + lib/nova:init_nova:876 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2024-11-06 22:10:06.281 | 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-11-06 22:10:07.980 | INFO dbcounter [-] Registered counter for database nova_api 2024-11-06 22:10:07.991 | DEBUG dbcounter [-] [45543] Writer thread running {{(pid=45543) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-11-06 22:10:07.995 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-11-06 22:10:07.995 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-11-06 22:10:08.015 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2024-11-06 22:10:09.113 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=45543) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2024-11-06 22:10:09.115 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2024-11-06 22:10:09.296 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=45543) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:09.296 | INFO alembic.runtime.migration [-] Running upgrade b30f573d3377 -> cdeec0c85668, Drop legacy migrate_version table 2024-11-06 22:10:09.298 | DEBUG alembic.runtime.migration [-] update b30f573d3377 to cdeec0c85668 {{(pid=45543) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:09.700 | ++ lib/nova:init_nova:880 : database_connection_url nova_cell0 2024-11-06 22:10:09.702 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2024-11-06 22:10:09.705 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2024-11-06 22:10:09.707 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local db=nova_cell0 2024-11-06 22:10:09.709 | ++ lib/databases/mysql:database_connection_url_mysql:249 : local plugin 2024-11-06 22:10:09.711 | ++ lib/databases/mysql:database_connection_url_mysql:253 : [[ True == \T\r\u\e ]] 2024-11-06 22:10:09.714 | ++ lib/databases/mysql:database_connection_url_mysql:254 : is_service_enabled mysql 2024-11-06 22:10:09.730 | ++ functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:10:09.732 | ++ lib/databases/mysql:database_connection_url_mysql:255 : plugin='&plugin=dbcounter' 2024-11-06 22:10:09.735 | ++ lib/databases/mysql:database_connection_url_mysql:259 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2024-11-06 22:10:09.738 | + 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-11-06 22:10:10.212 | 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-11-06 22:10:11.245 | + inc/async:async_inner:64 : rc=0 2024-11-06 22:10:11.264 | [45476 Async nova-cell-1:45476]: finished successfully 2024-11-06 22:10:11.505 | INFO dbcounter [None req-cec3ad8f-8be7-41ac-bb33-96d2f5e66665 None None] Registered counter for database nova_api 2024-11-06 22:10:11.515 | DEBUG dbcounter [-] [45596] Writer thread running {{(pid=45596) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-11-06 22:10:11.864 | ++ lib/nova:init_nova:883 : seq 0 1 2024-11-06 22:10:11.867 | + lib/nova:init_nova:883 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-11-06 22:10:11.869 | + lib/nova:init_nova:884 : async_wait nova-cell-0 2024-11-06 22:10:11.887 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2024-11-06 22:10:11.889 | + inc/async:async_wait:197 : return 0 2024-11-06 22:10:11.891 | + lib/nova:init_nova:883 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-11-06 22:10:11.893 | + lib/nova:init_nova:884 : async_wait nova-cell-1 2024-11-06 22:10:11.937 | [4836 Async nova-cell-1:45476]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 45476 (2 other jobs running) 2024-11-06 22:10:11.957 | [4836 Async nova-cell-1:45476]: Signaling child to exit 2024-11-06 22:10:11.957 | WAKEUP 2024-11-06 22:10:11.974 | [4836 Async nova-cell-1:45476]: Signaled 2024-11-06 22:10:11.975 | + lib/nova:init_nova_db:848 : local dbname=nova_cell1 2024-11-06 22:10:11.975 | + lib/nova:init_nova_db:849 : local conffile=/etc/nova/nova_cell1.conf 2024-11-06 22:10:11.975 | + lib/nova:init_nova_db:850 : recreate_database nova_cell1 2024-11-06 22:10:11.975 | + lib/database:recreate_database:112 : local db=nova_cell1 2024-11-06 22:10:11.975 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2024-11-06 22:10:11.975 | + lib/databases/mysql:recreate_database_mysql:60 : local db=nova_cell1 2024-11-06 22:10:11.975 | + lib/databases/mysql:recreate_database_mysql:61 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2024-11-06 22:10:11.975 | + lib/databases/mysql:recreate_database_mysql:62 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2024-11-06 22:10:11.975 | + 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-11-06 22:10:11.975 | 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-11-06 22:10:11.975 | INFO dbcounter [-] Registered counter for database nova_cell1 2024-11-06 22:10:11.975 | DEBUG dbcounter [-] [45528] Writer thread running {{(pid=45528) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-11-06 22:10:11.975 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-11-06 22:10:11.975 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-11-06 22:10:11.975 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2024-11-06 22:10:11.975 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=45528) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2024-11-06 22:10:11.975 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-11-06 22:10:11.975 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=45528) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:11.975 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-11-06 22:10:11.975 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=45528) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:11.975 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-11-06 22:10:11.975 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=45528) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:11.975 | INFO alembic.runtime.migration [-] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table 2024-11-06 22:10:11.975 | DEBUG alembic.runtime.migration [-] update 960aac0e09ea to 1b91788ec3a6 {{(pid=45528) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:11.975 | INFO alembic.runtime.migration [-] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance 2024-11-06 22:10:11.975 | DEBUG alembic.runtime.migration [-] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=45528) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:12.008 | [4836 Async nova-cell-1:45476]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 5 seconds 2024-11-06 22:10:12.012 | + inc/async:async_wait:197 : return 0 2024-11-06 22:10:12.014 | + lib/nova:init_nova:887 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-11-06 22:10:12.016 | + lib/nova:init_nova:889 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2024-11-06 22:10:12.509 | 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-11-06 22:10:13.760 | INFO dbcounter [None req-7439889c-fd0c-4824-803f-bd1a9f6e0e69 None None] Registered counter for database nova_api 2024-11-06 22:10:13.770 | DEBUG dbcounter [-] [45774] Writer thread running {{(pid=45774) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-11-06 22:10:13.796 | INFO dbcounter [None req-7439889c-fd0c-4824-803f-bd1a9f6e0e69 None None] Registered counter for database nova_cell0 2024-11-06 22:10:13.801 | DEBUG dbcounter [-] [45774] Writer thread running {{(pid=45774) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-11-06 22:10:13.804 | INFO alembic.runtime.migration [None req-7439889c-fd0c-4824-803f-bd1a9f6e0e69 None None] Context impl MySQLImpl. 2024-11-06 22:10:13.804 | INFO alembic.runtime.migration [None req-7439889c-fd0c-4824-803f-bd1a9f6e0e69 None None] Will assume non-transactional DDL. 2024-11-06 22:10:13.839 | INFO alembic.runtime.migration [None req-7439889c-fd0c-4824-803f-bd1a9f6e0e69 None None] Running upgrade -> 8f2f1571d55b, Initial version 2024-11-06 22:10:16.292 | DEBUG alembic.runtime.migration [None req-7439889c-fd0c-4824-803f-bd1a9f6e0e69 None None] new branch insert 8f2f1571d55b {{(pid=45774) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:828}} 2024-11-06 22:10:16.298 | INFO alembic.runtime.migration [None req-7439889c-fd0c-4824-803f-bd1a9f6e0e69 None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-11-06 22:10:16.327 | DEBUG alembic.runtime.migration [None req-7439889c-fd0c-4824-803f-bd1a9f6e0e69 None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=45774) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:16.329 | INFO alembic.runtime.migration [None req-7439889c-fd0c-4824-803f-bd1a9f6e0e69 None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-11-06 22:10:16.390 | DEBUG alembic.runtime.migration [None req-7439889c-fd0c-4824-803f-bd1a9f6e0e69 None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=45774) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:16.391 | INFO alembic.runtime.migration [None req-7439889c-fd0c-4824-803f-bd1a9f6e0e69 None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-11-06 22:10:16.409 | DEBUG alembic.runtime.migration [None req-7439889c-fd0c-4824-803f-bd1a9f6e0e69 None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=45774) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:16.410 | INFO alembic.runtime.migration [None req-7439889c-fd0c-4824-803f-bd1a9f6e0e69 None None] Running upgrade 960aac0e09ea -> 1b91788ec3a6, Drop legacy migrate_version table 2024-11-06 22:10:16.413 | DEBUG alembic.runtime.migration [None req-7439889c-fd0c-4824-803f-bd1a9f6e0e69 None None] update 960aac0e09ea to 1b91788ec3a6 {{(pid=45774) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:16.414 | INFO alembic.runtime.migration [None req-7439889c-fd0c-4824-803f-bd1a9f6e0e69 None None] Running upgrade 1b91788ec3a6 -> 1acf2c98e646, Add compute_id to instance 2024-11-06 22:10:16.478 | DEBUG alembic.runtime.migration [None req-7439889c-fd0c-4824-803f-bd1a9f6e0e69 None None] update 1b91788ec3a6 to 1acf2c98e646 {{(pid=45774) update_to_step /opt/stack/data/venv/lib/python3.10/site-packages/alembic/runtime/migration.py:863}} 2024-11-06 22:10:16.482 | INFO dbcounter [None req-7439889c-fd0c-4824-803f-bd1a9f6e0e69 None None] Registered counter for database nova_cell1 2024-11-06 22:10:16.487 | DEBUG dbcounter [-] [45774] Writer thread running {{(pid=45774) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-11-06 22:10:16.490 | INFO alembic.runtime.migration [None req-7439889c-fd0c-4824-803f-bd1a9f6e0e69 None None] Context impl MySQLImpl. 2024-11-06 22:10:16.490 | INFO alembic.runtime.migration [None req-7439889c-fd0c-4824-803f-bd1a9f6e0e69 None None] Will assume non-transactional DDL. 2024-11-06 22:10:16.829 | + lib/nova:init_nova:894 : /opt/stack/data/venv/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2024-11-06 22:10:17.281 | 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-11-06 22:10:18.479 | Running batches of 50 until complete 2024-11-06 22:10:18.479 | INFO dbcounter [None req-26230a0b-aa2c-4aa2-b3be-080d90821b21 None None] Registered counter for database nova_cell1 2024-11-06 22:10:18.489 | DEBUG dbcounter [-] [45785] Writer thread running {{(pid=45785) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-11-06 22:10:18.546 | INFO dbcounter [None req-26230a0b-aa2c-4aa2-b3be-080d90821b21 None None] Registered counter for database nova_api 2024-11-06 22:10:18.550 | DEBUG dbcounter [-] [45785] Writer thread running {{(pid=45785) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-11-06 22:10:18.619 | INFO dbcounter [None req-26230a0b-aa2c-4aa2-b3be-080d90821b21 None None] Registered counter for database nova_cell0 2024-11-06 22:10:18.623 | DEBUG dbcounter [-] [45785] Writer thread running {{(pid=45785) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-11-06 22:10:18.665 | +-------------------------------------+--------------+-----------+ 2024-11-06 22:10:18.665 | | Migration | Total Needed | Completed | 2024-11-06 22:10:18.665 | +-------------------------------------+--------------+-----------+ 2024-11-06 22:10:18.665 | | fill_virtual_interface_list | 0 | 0 | 2024-11-06 22:10:18.665 | | migrate_empty_ratio | 0 | 0 | 2024-11-06 22:10:18.665 | | migrate_quota_classes_to_api_db | 0 | 0 | 2024-11-06 22:10:18.665 | | migrate_quota_limits_to_api_db | 0 | 0 | 2024-11-06 22:10:18.665 | | migration_migrate_to_uuid | 0 | 0 | 2024-11-06 22:10:18.665 | | populate_dev_uuids | 0 | 0 | 2024-11-06 22:10:18.665 | | populate_instance_compute_id | 0 | 0 | 2024-11-06 22:10:18.665 | | populate_missing_availability_zones | 0 | 0 | 2024-11-06 22:10:18.665 | | populate_queued_for_delete | 0 | 0 | 2024-11-06 22:10:18.665 | | populate_user_id | 0 | 0 | 2024-11-06 22:10:18.665 | | populate_uuids | 0 | 0 | 2024-11-06 22:10:18.665 | +-------------------------------------+--------------+-----------+ 2024-11-06 22:10:19.024 | ++ lib/nova:init_nova:897 : seq 1 1 2024-11-06 22:10:19.028 | + lib/nova:init_nova:897 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-11-06 22:10:19.031 | ++ lib/nova:init_nova:898 : conductor_conf 1 2024-11-06 22:10:19.033 | ++ lib/nova:conductor_conf:837 : local cell=1 2024-11-06 22:10:19.035 | ++ lib/nova:conductor_conf:838 : echo /etc/nova/nova_cell1.conf 2024-11-06 22:10:19.038 | + 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-11-06 22:10:19.491 | 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-11-06 22:10:20.720 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2024-11-06 22:10:20.720 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2024-11-06 22:10:20.720 | INFO dbcounter [None req-180e4603-cfb3-4d93-85fb-e07db1fcf071 None None] Registered counter for database nova_api 2024-11-06 22:10:20.731 | DEBUG dbcounter [-] [45802] Writer thread running {{(pid=45802) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-11-06 22:10:21.106 | + lib/nova:init_nova:902 : create_nova_keys_dir 2024-11-06 22:10:21.108 | + lib/nova:create_nova_keys_dir:844 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2024-11-06 22:10:21.119 | + lib/nova:init_nova:904 : [[ '' == \L\V\M ]] 2024-11-06 22:10:21.121 | + stack.sh:main:1249 : async_runfunc configure_neutron_nova 2024-11-06 22:10:21.123 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2024-11-06 22:10:21.174 | + inc/async:async_inner:63 : configure_neutron_nova 2024-11-06 22:10:21.206 | [4836 Async configure_neutron_nova:45859]: running: configure_neutron_nova 2024-11-06 22:10:21.208 | + stack.sh:main:1257 : run_phase stack post-config 2024-11-06 22:10:21.210 | + functions-common:run_phase:1828 : local mode=stack 2024-11-06 22:10:21.212 | + functions-common:run_phase:1829 : local phase=post-config 2024-11-06 22:10:21.215 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2024-11-06 22:10:21.217 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2024-11-06 22:10:21.219 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-11-06 22:10:21.222 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2024-11-06 22:10:21.224 | + functions-common:run_phase:1838 : local extra 2024-11-06 22:10:21.227 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-11-06 22:10:21.230 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2024-11-06 22:10:21.232 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-11-06 22:10:21.235 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-11-06 22:10:21.237 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2024-11-06 22:10:21.240 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-11-06 22:10:21.254 | ++ functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:10:21.256 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-11-06 22:10:21.258 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-11-06 22:10:21.260 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-11-06 22:10:21.262 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-11-06 22:10:21.264 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-11-06 22:10:21.266 | ++ extras.d/80-tempest.sh:source:12 : : 2024-11-06 22:10:21.269 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-11-06 22:10:21.271 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-11-06 22:10:21.273 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2024-11-06 22:10:21.276 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-11-06 22:10:21.278 | + functions-common:run_phase:1855 : run_plugins stack post-config 2024-11-06 22:10:21.280 | + functions-common:run_plugins:1814 : local mode=stack 2024-11-06 22:10:21.284 | + functions-common:run_plugins:1815 : local phase=post-config 2024-11-06 22:10:21.287 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2024-11-06 22:10:21.289 | + functions-common:run_plugins:1818 : local plugin 2024-11-06 22:10:21.291 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2024-11-06 22:10:21.293 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2024-11-06 22:10:21.295 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-11-06 22:10:21.298 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2024-11-06 22:10:21.300 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-11-06 22:10:21.303 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-11-06 22:10:21.305 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-11-06 22:10:21.307 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-11-06 22:10:21.309 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-11-06 22:10:21.312 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2024-11-06 22:10:21.314 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2024-11-06 22:10:21.317 | ++ stack.sh:echo_summary:461 : echo -e Configuring Networking-NSX-T 2024-11-06 22:10:21.319 | + stack.sh:main:1265 : merge_config_group /opt/stack/devstack/local.conf post-config 2024-11-06 22:10:21.321 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-11-06 22:10:21.323 | + inc/meta-config:merge_config_group:171 : shift 2024-11-06 22:10:21.326 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2024-11-06 22:10:21.328 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-11-06 22:10:21.330 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-11-06 22:10:21.332 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-11-06 22:10:21.335 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2024-11-06 22:10:21.337 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-11-06 22:10:21.339 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2024-11-06 22:10:21.342 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-11-06 22:10:21.344 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2024-11-06 22:10:21.344 | /^\[\[.+\|.*\]\]/ { 2024-11-06 22:10:21.344 | gsub("[][]", "", $1); 2024-11-06 22:10:21.344 | split($1, a, "|"); 2024-11-06 22:10:21.344 | if (a[1] == matchgroup) 2024-11-06 22:10:21.344 | print a[2] 2024-11-06 22:10:21.344 | } 2024-11-06 22:10:21.344 | ' /opt/stack/devstack/local.conf 2024-11-06 22:10:21.349 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-11-06 22:10:21.351 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-11-06 22:10:21.354 | + inc/meta-config:merge_config_group:180 : local dir 2024-11-06 22:10:21.356 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2024-11-06 22:10:21.358 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2024-11-06 22:10:21.361 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2024-11-06 22:10:21.363 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2024-11-06 22:10:21.366 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2024-11-06 22:10:21.369 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2024-11-06 22:10:21.372 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2024-11-06 22:10:21.374 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-11-06 22:10:21.376 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-11-06 22:10:21.379 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-11-06 22:10:21.381 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2024-11-06 22:10:21.383 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-11-06 22:10:21.386 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2024-11-06 22:10:21.388 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2024-11-06 22:10:21.391 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2024-11-06 22:10:21.393 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2024-11-06 22:10:21.396 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-11-06 22:10:21.396 | + inc/meta-config:merge_config_file:164 : read a 2024-11-06 22:10:21.397 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2024-11-06 22:10:21.397 | BEGIN { 2024-11-06 22:10:21.397 | section = "" 2024-11-06 22:10:21.397 | last_section = "" 2024-11-06 22:10:21.397 | section_count = 0 2024-11-06 22:10:21.397 | } 2024-11-06 22:10:21.397 | /^\[.+\]/ { 2024-11-06 22:10:21.397 | gsub("[][]", "", $1); 2024-11-06 22:10:21.397 | section=$1 2024-11-06 22:10:21.397 | next 2024-11-06 22:10:21.397 | } 2024-11-06 22:10:21.397 | /^ *\#/ { 2024-11-06 22:10:21.397 | next 2024-11-06 22:10:21.397 | } 2024-11-06 22:10:21.397 | /^[^ \t]+/ { 2024-11-06 22:10:21.397 | # get offset of first = in $0 2024-11-06 22:10:21.397 | eq_idx = index($0, "=") 2024-11-06 22:10:21.397 | # extract attr & value from $0 2024-11-06 22:10:21.397 | attr = substr($0, 1, eq_idx - 1) 2024-11-06 22:10:21.397 | value = substr($0, eq_idx + 1) 2024-11-06 22:10:21.397 | # only need to strip trailing whitespace from attr 2024-11-06 22:10:21.397 | sub(/[ \t]*$/, "", attr) 2024-11-06 22:10:21.397 | # need to strip leading & trailing whitespace from value 2024-11-06 22:10:21.397 | sub(/^[ \t]*/, "", value) 2024-11-06 22:10:21.397 | sub(/[ \t]*$/, "", value) 2024-11-06 22:10:21.397 | 2024-11-06 22:10:21.397 | # cfg_attr_count: number of config lines per [section, attr] 2024-11-06 22:10:21.397 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-11-06 22:10:21.397 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-11-06 22:10:21.397 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-11-06 22:10:21.397 | if (! (section, attr) in cfg_attr_count) { 2024-11-06 22:10:21.397 | if (section != last_section) { 2024-11-06 22:10:21.397 | cfg_section[section_count++] = section 2024-11-06 22:10:21.397 | last_section = section 2024-11-06 22:10:21.397 | } 2024-11-06 22:10:21.397 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-11-06 22:10:21.397 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-11-06 22:10:21.397 | 2024-11-06 22:10:21.397 | cfg_attr[section, attr, 0] = value 2024-11-06 22:10:21.397 | cfg_attr_count[section, attr] = 1 2024-11-06 22:10:21.397 | } else { 2024-11-06 22:10:21.397 | lno = cfg_attr_count[section, attr]++ 2024-11-06 22:10:21.397 | cfg_attr[section, attr, lno] = value 2024-11-06 22:10:21.397 | } 2024-11-06 22:10:21.397 | } 2024-11-06 22:10:21.397 | END { 2024-11-06 22:10:21.397 | # Process each section in order 2024-11-06 22:10:21.397 | for (sno = 0; sno < section_count; sno++) { 2024-11-06 22:10:21.397 | section = cfg_section[sno] 2024-11-06 22:10:21.397 | # The ini routines simply append a config item immediately 2024-11-06 22:10:21.397 | # after the section header. To keep the same order as defined 2024-11-06 22:10:21.397 | # in local.conf, invoke the ini routines in the reverse order 2024-11-06 22:10:21.397 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-11-06 22:10:21.397 | attr = cfg_sec_attr_name[sno, attr_no] 2024-11-06 22:10:21.397 | if (cfg_attr_count[section, attr] == 1) 2024-11-06 22:10:21.397 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-11-06 22:10:21.397 | else { 2024-11-06 22:10:21.397 | # For multiline, invoke the ini routines in the reverse order 2024-11-06 22:10:21.397 | count = cfg_attr_count[section, attr] 2024-11-06 22:10:21.397 | print "inidelete " configfile " " section " " attr 2024-11-06 22:10:21.397 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-11-06 22:10:21.397 | for (l = count -2; l >= 0; l--) 2024-11-06 22:10:21.397 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-11-06 22:10:21.397 | } 2024-11-06 22:10:21.397 | } 2024-11-06 22:10:21.397 | } 2024-11-06 22:10:21.397 | } 2024-11-06 22:10:21.397 | ' 2024-11-06 22:10:21.398 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-11-06 22:10:21.399 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-11-06 22:10:21.401 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-11-06 22:10:21.403 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2024-11-06 22:10:21.406 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-11-06 22:10:21.408 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2024-11-06 22:10:21.410 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2024-11-06 22:10:21.411 | BEGIN { group = "" } 2024-11-06 22:10:21.411 | /^\[\[.+\|.*\]\]/ { 2024-11-06 22:10:21.411 | gsub("[][]", "", $1); 2024-11-06 22:10:21.411 | split($1, a, "|"); 2024-11-06 22:10:21.411 | if (a[1] == matchgroup && a[2] == configfile) { 2024-11-06 22:10:21.411 | group=a[1] 2024-11-06 22:10:21.411 | } else { 2024-11-06 22:10:21.411 | group="" 2024-11-06 22:10:21.411 | } 2024-11-06 22:10:21.411 | next 2024-11-06 22:10:21.411 | } 2024-11-06 22:10:21.411 | { 2024-11-06 22:10:21.411 | if (group != "") 2024-11-06 22:10:21.411 | print $0 2024-11-06 22:10:21.411 | } 2024-11-06 22:10:21.411 | ' /opt/stack/devstack/local.conf 2024-11-06 22:10:21.415 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2024-11-06 22:10:21.417 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2024-11-06 22:10:21.443 | + inc/meta-config:merge_config_file:164 : read a 2024-11-06 22:10:21.447 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-11-06 22:10:21.449 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-11-06 22:10:21.452 | + inc/meta-config:merge_config_group:180 : local dir 2024-11-06 22:10:21.455 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2024-11-06 22:10:21.457 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2024-11-06 22:10:21.460 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2024-11-06 22:10:21.462 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2024-11-06 22:10:21.464 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2024-11-06 22:10:21.468 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2024-11-06 22:10:21.470 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2024-11-06 22:10:21.472 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-11-06 22:10:21.475 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-11-06 22:10:21.477 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-11-06 22:10:21.479 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2024-11-06 22:10:21.481 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-11-06 22:10:21.484 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2024-11-06 22:10:21.486 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2024-11-06 22:10:21.489 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2024-11-06 22:10:21.491 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2024-11-06 22:10:21.494 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-11-06 22:10:21.495 | + inc/meta-config:merge_config_file:164 : read a 2024-11-06 22:10:21.495 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2024-11-06 22:10:21.495 | BEGIN { 2024-11-06 22:10:21.495 | section = "" 2024-11-06 22:10:21.495 | last_section = "" 2024-11-06 22:10:21.495 | section_count = 0 2024-11-06 22:10:21.495 | } 2024-11-06 22:10:21.495 | /^\[.+\]/ { 2024-11-06 22:10:21.495 | gsub("[][]", "", $1); 2024-11-06 22:10:21.495 | section=$1 2024-11-06 22:10:21.495 | next 2024-11-06 22:10:21.495 | } 2024-11-06 22:10:21.495 | /^ *\#/ { 2024-11-06 22:10:21.495 | next 2024-11-06 22:10:21.495 | } 2024-11-06 22:10:21.495 | /^[^ \t]+/ { 2024-11-06 22:10:21.495 | # get offset of first = in $0 2024-11-06 22:10:21.495 | eq_idx = index($0, "=") 2024-11-06 22:10:21.495 | # extract attr & value from $0 2024-11-06 22:10:21.495 | attr = substr($0, 1, eq_idx - 1) 2024-11-06 22:10:21.495 | value = substr($0, eq_idx + 1) 2024-11-06 22:10:21.495 | # only need to strip trailing whitespace from attr 2024-11-06 22:10:21.495 | sub(/[ \t]*$/, "", attr) 2024-11-06 22:10:21.495 | # need to strip leading & trailing whitespace from value 2024-11-06 22:10:21.496 | sub(/^[ \t]*/, "", value) 2024-11-06 22:10:21.496 | sub(/[ \t]*$/, "", value) 2024-11-06 22:10:21.496 | 2024-11-06 22:10:21.496 | # cfg_attr_count: number of config lines per [section, attr] 2024-11-06 22:10:21.496 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-11-06 22:10:21.496 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-11-06 22:10:21.496 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-11-06 22:10:21.496 | if (! (section, attr) in cfg_attr_count) { 2024-11-06 22:10:21.496 | if (section != last_section) { 2024-11-06 22:10:21.496 | cfg_section[section_count++] = section 2024-11-06 22:10:21.496 | last_section = section 2024-11-06 22:10:21.496 | } 2024-11-06 22:10:21.496 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-11-06 22:10:21.496 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-11-06 22:10:21.496 | 2024-11-06 22:10:21.496 | cfg_attr[section, attr, 0] = value 2024-11-06 22:10:21.496 | cfg_attr_count[section, attr] = 1 2024-11-06 22:10:21.496 | } else { 2024-11-06 22:10:21.496 | lno = cfg_attr_count[section, attr]++ 2024-11-06 22:10:21.496 | cfg_attr[section, attr, lno] = value 2024-11-06 22:10:21.496 | } 2024-11-06 22:10:21.496 | } 2024-11-06 22:10:21.496 | END { 2024-11-06 22:10:21.496 | # Process each section in order 2024-11-06 22:10:21.496 | for (sno = 0; sno < section_count; sno++) { 2024-11-06 22:10:21.496 | section = cfg_section[sno] 2024-11-06 22:10:21.496 | # The ini routines simply append a config item immediately 2024-11-06 22:10:21.496 | # after the section header. To keep the same order as defined 2024-11-06 22:10:21.496 | # in local.conf, invoke the ini routines in the reverse order 2024-11-06 22:10:21.496 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-11-06 22:10:21.496 | attr = cfg_sec_attr_name[sno, attr_no] 2024-11-06 22:10:21.496 | if (cfg_attr_count[section, attr] == 1) 2024-11-06 22:10:21.496 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-11-06 22:10:21.496 | else { 2024-11-06 22:10:21.496 | # For multiline, invoke the ini routines in the reverse order 2024-11-06 22:10:21.496 | count = cfg_attr_count[section, attr] 2024-11-06 22:10:21.496 | print "inidelete " configfile " " section " " attr 2024-11-06 22:10:21.496 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-11-06 22:10:21.496 | for (l = count -2; l >= 0; l--) 2024-11-06 22:10:21.496 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-11-06 22:10:21.496 | } 2024-11-06 22:10:21.496 | } 2024-11-06 22:10:21.496 | } 2024-11-06 22:10:21.496 | } 2024-11-06 22:10:21.496 | ' 2024-11-06 22:10:21.497 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-11-06 22:10:21.498 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-11-06 22:10:21.499 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-11-06 22:10:21.501 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2024-11-06 22:10:21.503 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-11-06 22:10:21.505 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2024-11-06 22:10:21.507 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2024-11-06 22:10:21.507 | BEGIN { group = "" } 2024-11-06 22:10:21.507 | /^\[\[.+\|.*\]\]/ { 2024-11-06 22:10:21.507 | gsub("[][]", "", $1); 2024-11-06 22:10:21.508 | split($1, a, "|"); 2024-11-06 22:10:21.508 | if (a[1] == matchgroup && a[2] == configfile) { 2024-11-06 22:10:21.508 | group=a[1] 2024-11-06 22:10:21.508 | } else { 2024-11-06 22:10:21.508 | group="" 2024-11-06 22:10:21.508 | } 2024-11-06 22:10:21.508 | next 2024-11-06 22:10:21.508 | } 2024-11-06 22:10:21.508 | { 2024-11-06 22:10:21.508 | if (group != "") 2024-11-06 22:10:21.508 | print $0 2024-11-06 22:10:21.508 | } 2024-11-06 22:10:21.508 | ' /opt/stack/devstack/local.conf 2024-11-06 22:10:21.513 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2024-11-06 22:10:21.515 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2024-11-06 22:10:21.526 | + inc/async:async_inner:64 : rc=0 2024-11-06 22:10:21.539 | + inc/meta-config:merge_config_file:164 : read a 2024-11-06 22:10:21.542 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-11-06 22:10:21.544 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-11-06 22:10:21.546 | [45859 Async configure_neutron_nova:45859]: finished successfully 2024-11-06 22:10:21.547 | + inc/meta-config:merge_config_group:180 : local dir 2024-11-06 22:10:21.550 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2024-11-06 22:10:21.552 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2024-11-06 22:10:21.555 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2024-11-06 22:10:21.557 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2024-11-06 22:10:21.560 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2024-11-06 22:10:21.563 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-11-06 22:10:21.565 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-11-06 22:10:21.568 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-11-06 22:10:21.570 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-11-06 22:10:21.572 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-11-06 22:10:21.574 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2024-11-06 22:10:21.576 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-11-06 22:10:21.579 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2024-11-06 22:10:21.580 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2024-11-06 22:10:21.583 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2024-11-06 22:10:21.586 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2024-11-06 22:10:21.588 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-11-06 22:10:21.588 | + inc/meta-config:merge_config_file:164 : read a 2024-11-06 22:10:21.589 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2024-11-06 22:10:21.589 | BEGIN { 2024-11-06 22:10:21.589 | section = "" 2024-11-06 22:10:21.589 | last_section = "" 2024-11-06 22:10:21.589 | section_count = 0 2024-11-06 22:10:21.589 | } 2024-11-06 22:10:21.589 | /^\[.+\]/ { 2024-11-06 22:10:21.589 | gsub("[][]", "", $1); 2024-11-06 22:10:21.589 | section=$1 2024-11-06 22:10:21.589 | next 2024-11-06 22:10:21.589 | } 2024-11-06 22:10:21.589 | /^ *\#/ { 2024-11-06 22:10:21.589 | next 2024-11-06 22:10:21.589 | } 2024-11-06 22:10:21.589 | /^[^ \t]+/ { 2024-11-06 22:10:21.589 | # get offset of first = in $0 2024-11-06 22:10:21.589 | eq_idx = index($0, "=") 2024-11-06 22:10:21.589 | # extract attr & value from $0 2024-11-06 22:10:21.589 | attr = substr($0, 1, eq_idx - 1) 2024-11-06 22:10:21.589 | value = substr($0, eq_idx + 1) 2024-11-06 22:10:21.589 | # only need to strip trailing whitespace from attr 2024-11-06 22:10:21.589 | sub(/[ \t]*$/, "", attr) 2024-11-06 22:10:21.589 | # need to strip leading & trailing whitespace from value 2024-11-06 22:10:21.589 | sub(/^[ \t]*/, "", value) 2024-11-06 22:10:21.589 | sub(/[ \t]*$/, "", value) 2024-11-06 22:10:21.589 | 2024-11-06 22:10:21.589 | # cfg_attr_count: number of config lines per [section, attr] 2024-11-06 22:10:21.589 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-11-06 22:10:21.589 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-11-06 22:10:21.589 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-11-06 22:10:21.589 | if (! (section, attr) in cfg_attr_count) { 2024-11-06 22:10:21.589 | if (section != last_section) { 2024-11-06 22:10:21.589 | cfg_section[section_count++] = section 2024-11-06 22:10:21.589 | last_section = section 2024-11-06 22:10:21.589 | } 2024-11-06 22:10:21.589 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-11-06 22:10:21.589 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-11-06 22:10:21.589 | 2024-11-06 22:10:21.589 | cfg_attr[section, attr, 0] = value 2024-11-06 22:10:21.589 | cfg_attr_count[section, attr] = 1 2024-11-06 22:10:21.589 | } else { 2024-11-06 22:10:21.589 | lno = cfg_attr_count[section, attr]++ 2024-11-06 22:10:21.589 | cfg_attr[section, attr, lno] = value 2024-11-06 22:10:21.589 | } 2024-11-06 22:10:21.589 | } 2024-11-06 22:10:21.589 | END { 2024-11-06 22:10:21.589 | # Process each section in order 2024-11-06 22:10:21.589 | for (sno = 0; sno < section_count; sno++) { 2024-11-06 22:10:21.589 | section = cfg_section[sno] 2024-11-06 22:10:21.589 | # The ini routines simply append a config item immediately 2024-11-06 22:10:21.589 | # after the section header. To keep the same order as defined 2024-11-06 22:10:21.589 | # in local.conf, invoke the ini routines in the reverse order 2024-11-06 22:10:21.589 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-11-06 22:10:21.589 | attr = cfg_sec_attr_name[sno, attr_no] 2024-11-06 22:10:21.589 | if (cfg_attr_count[section, attr] == 1) 2024-11-06 22:10:21.589 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-11-06 22:10:21.589 | else { 2024-11-06 22:10:21.589 | # For multiline, invoke the ini routines in the reverse order 2024-11-06 22:10:21.589 | count = cfg_attr_count[section, attr] 2024-11-06 22:10:21.589 | print "inidelete " configfile " " section " " attr 2024-11-06 22:10:21.589 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-11-06 22:10:21.589 | for (l = count -2; l >= 0; l--) 2024-11-06 22:10:21.589 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-11-06 22:10:21.589 | } 2024-11-06 22:10:21.589 | } 2024-11-06 22:10:21.589 | } 2024-11-06 22:10:21.589 | } 2024-11-06 22:10:21.589 | ' 2024-11-06 22:10:21.591 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-11-06 22:10:21.591 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-11-06 22:10:21.592 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-11-06 22:10:21.594 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2024-11-06 22:10:21.596 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-11-06 22:10:21.598 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2024-11-06 22:10:21.601 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2024-11-06 22:10:21.601 | BEGIN { group = "" } 2024-11-06 22:10:21.601 | /^\[\[.+\|.*\]\]/ { 2024-11-06 22:10:21.601 | gsub("[][]", "", $1); 2024-11-06 22:10:21.601 | split($1, a, "|"); 2024-11-06 22:10:21.601 | if (a[1] == matchgroup && a[2] == configfile) { 2024-11-06 22:10:21.601 | group=a[1] 2024-11-06 22:10:21.601 | } else { 2024-11-06 22:10:21.601 | group="" 2024-11-06 22:10:21.601 | } 2024-11-06 22:10:21.601 | next 2024-11-06 22:10:21.601 | } 2024-11-06 22:10:21.601 | { 2024-11-06 22:10:21.601 | if (group != "") 2024-11-06 22:10:21.601 | print $0 2024-11-06 22:10:21.601 | } 2024-11-06 22:10:21.601 | ' /opt/stack/devstack/local.conf 2024-11-06 22:10:21.605 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2024-11-06 22:10:21.607 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2024-11-06 22:10:21.635 | + inc/meta-config:merge_config_file:164 : read a 2024-11-06 22:10:21.638 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2024-11-06 22:10:21.640 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2024-11-06 22:10:21.664 | + inc/meta-config:merge_config_file:164 : read a 2024-11-06 22:10:21.667 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-11-06 22:10:21.669 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-11-06 22:10:21.671 | + inc/meta-config:merge_config_group:180 : local dir 2024-11-06 22:10:21.673 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2024-11-06 22:10:21.675 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-11-06 22:10:21.678 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-11-06 22:10:21.680 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2024-11-06 22:10:21.683 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2024-11-06 22:10:21.686 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2024-11-06 22:10:21.688 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2024-11-06 22:10:21.690 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-11-06 22:10:21.692 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-11-06 22:10:21.694 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-11-06 22:10:21.696 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-11-06 22:10:21.698 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-11-06 22:10:21.701 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2024-11-06 22:10:21.703 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-11-06 22:10:21.706 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-11-06 22:10:21.708 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2024-11-06 22:10:21.710 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-11-06 22:10:21.711 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-11-06 22:10:21.711 | BEGIN { 2024-11-06 22:10:21.711 | section = "" 2024-11-06 22:10:21.711 | last_section = "" 2024-11-06 22:10:21.711 | section_count = 0 2024-11-06 22:10:21.711 | } 2024-11-06 22:10:21.711 | /^\[.+\]/ { 2024-11-06 22:10:21.711 | gsub("[][]", "", $1); 2024-11-06 22:10:21.711 | section=$1 2024-11-06 22:10:21.711 | next 2024-11-06 22:10:21.711 | } 2024-11-06 22:10:21.711 | /^ *\#/ { 2024-11-06 22:10:21.711 | next 2024-11-06 22:10:21.711 | } 2024-11-06 22:10:21.711 | /^[^ \t]+/ { 2024-11-06 22:10:21.711 | # get offset of first = in $0 2024-11-06 22:10:21.711 | eq_idx = index($0, "=") 2024-11-06 22:10:21.711 | # extract attr & value from $0 2024-11-06 22:10:21.711 | attr = substr($0, 1, eq_idx - 1) 2024-11-06 22:10:21.711 | value = substr($0, eq_idx + 1) 2024-11-06 22:10:21.711 | # only need to strip trailing whitespace from attr 2024-11-06 22:10:21.711 | sub(/[ \t]*$/, "", attr) 2024-11-06 22:10:21.711 | # need to strip leading & trailing whitespace from value 2024-11-06 22:10:21.711 | sub(/^[ \t]*/, "", value) 2024-11-06 22:10:21.711 | sub(/[ \t]*$/, "", value) 2024-11-06 22:10:21.711 | 2024-11-06 22:10:21.711 | # cfg_attr_count: number of config lines per [section, attr] 2024-11-06 22:10:21.711 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-11-06 22:10:21.711 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-11-06 22:10:21.711 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-11-06 22:10:21.711 | if (! (section, attr) in cfg_attr_count) { 2024-11-06 22:10:21.711 | if (section != last_section) { 2024-11-06 22:10:21.711 | cfg_section[section_count++] = section 2024-11-06 22:10:21.711 | last_section = section 2024-11-06 22:10:21.711 | } 2024-11-06 22:10:21.711 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-11-06 22:10:21.711 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-11-06 22:10:21.711 | 2024-11-06 22:10:21.711 | cfg_attr[section, attr, 0] = value 2024-11-06 22:10:21.711 | cfg_attr_count[section, attr] = 1 2024-11-06 22:10:21.711 | } else { 2024-11-06 22:10:21.711 | lno = cfg_attr_count[section, attr]++ 2024-11-06 22:10:21.711 | cfg_attr[section, attr, lno] = value 2024-11-06 22:10:21.711 | } 2024-11-06 22:10:21.711 | } 2024-11-06 22:10:21.711 | END { 2024-11-06 22:10:21.711 | # Process each section in order 2024-11-06 22:10:21.711 | for (sno = 0; sno < section_count; sno++) { 2024-11-06 22:10:21.711 | section = cfg_section[sno] 2024-11-06 22:10:21.711 | # The ini routines simply append a config item immediately 2024-11-06 22:10:21.711 | # after the section header. To keep the same order as defined 2024-11-06 22:10:21.711 | # in local.conf, invoke the ini routines in the reverse order 2024-11-06 22:10:21.711 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-11-06 22:10:21.712 | attr = cfg_sec_attr_name[sno, attr_no] 2024-11-06 22:10:21.712 | if (cfg_attr_count[section, attr] == 1) 2024-11-06 22:10:21.712 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-11-06 22:10:21.712 | else { 2024-11-06 22:10:21.712 | # For multiline, invoke the ini routines in the reverse order 2024-11-06 22:10:21.712 | count = cfg_attr_count[section, attr] 2024-11-06 22:10:21.712 | print "inidelete " configfile " " section " " attr 2024-11-06 22:10:21.712 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-11-06 22:10:21.712 | for (l = count -2; l >= 0; l--) 2024-11-06 22:10:21.712 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-11-06 22:10:21.712 | } 2024-11-06 22:10:21.712 | } 2024-11-06 22:10:21.712 | } 2024-11-06 22:10:21.712 | } 2024-11-06 22:10:21.712 | ' 2024-11-06 22:10:21.712 | + inc/meta-config:merge_config_file:164 : read a 2024-11-06 22:10:21.713 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-11-06 22:10:21.713 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-11-06 22:10:21.715 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-11-06 22:10:21.717 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-11-06 22:10:21.719 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-11-06 22:10:21.721 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2024-11-06 22:10:21.724 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-11-06 22:10:21.724 | BEGIN { group = "" } 2024-11-06 22:10:21.724 | /^\[\[.+\|.*\]\]/ { 2024-11-06 22:10:21.724 | gsub("[][]", "", $1); 2024-11-06 22:10:21.724 | split($1, a, "|"); 2024-11-06 22:10:21.724 | if (a[1] == matchgroup && a[2] == configfile) { 2024-11-06 22:10:21.724 | group=a[1] 2024-11-06 22:10:21.724 | } else { 2024-11-06 22:10:21.724 | group="" 2024-11-06 22:10:21.724 | } 2024-11-06 22:10:21.724 | next 2024-11-06 22:10:21.724 | } 2024-11-06 22:10:21.724 | { 2024-11-06 22:10:21.724 | if (group != "") 2024-11-06 22:10:21.724 | print $0 2024-11-06 22:10:21.724 | } 2024-11-06 22:10:21.724 | ' /opt/stack/devstack/local.conf 2024-11-06 22:10:21.728 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2024-11-06 22:10:21.731 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2024-11-06 22:10:21.756 | + inc/meta-config:merge_config_file:164 : read a 2024-11-06 22:10:21.758 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2024-11-06 22:10:21.760 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-11-06 22:10:21.785 | + inc/meta-config:merge_config_file:164 : read a 2024-11-06 22:10:21.787 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2024-11-06 22:10:21.790 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-11-06 22:10:21.816 | + inc/meta-config:merge_config_file:164 : read a 2024-11-06 22:10:21.818 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2024-11-06 22:10:21.820 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2024-11-06 22:10:21.846 | + inc/meta-config:merge_config_file:164 : read a 2024-11-06 22:10:21.848 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2024-11-06 22:10:21.850 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2024-11-06 22:10:21.875 | + inc/meta-config:merge_config_file:164 : read a 2024-11-06 22:10:21.877 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2024-11-06 22:10:21.879 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2024-11-06 22:10:21.904 | + inc/meta-config:merge_config_file:164 : read a 2024-11-06 22:10:21.906 | + 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-11-06 22:10:21.908 | ++ 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-11-06 22:10:21.938 | + inc/meta-config:merge_config_file:164 : read a 2024-11-06 22:10:21.940 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2024-11-06 22:10:21.942 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2024-11-06 22:10:21.968 | + inc/meta-config:merge_config_file:164 : read a 2024-11-06 22:10:21.970 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2024-11-06 22:10:21.972 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-11-06 22:10:21.998 | + inc/meta-config:merge_config_file:164 : read a 2024-11-06 22:10:22.001 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-11-06 22:10:22.003 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-11-06 22:10:22.006 | + inc/meta-config:merge_config_group:180 : local dir 2024-11-06 22:10:22.009 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2024-11-06 22:10:22.010 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2024-11-06 22:10:22.013 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2024-11-06 22:10:22.015 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-11-06 22:10:22.018 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2024-11-06 22:10:22.021 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-11-06 22:10:22.024 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-11-06 22:10:22.026 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2024-11-06 22:10:22.028 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-11-06 22:10:22.030 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-11-06 22:10:22.032 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2024-11-06 22:10:22.034 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-11-06 22:10:22.037 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2024-11-06 22:10:22.039 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2024-11-06 22:10:22.042 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2024-11-06 22:10:22.044 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2024-11-06 22:10:22.047 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2024-11-06 22:10:22.047 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-11-06 22:10:22.047 | BEGIN { 2024-11-06 22:10:22.047 | section = "" 2024-11-06 22:10:22.047 | last_section = "" 2024-11-06 22:10:22.047 | section_count = 0 2024-11-06 22:10:22.047 | } 2024-11-06 22:10:22.047 | /^\[.+\]/ { 2024-11-06 22:10:22.047 | gsub("[][]", "", $1); 2024-11-06 22:10:22.047 | section=$1 2024-11-06 22:10:22.047 | next 2024-11-06 22:10:22.047 | } 2024-11-06 22:10:22.047 | /^ *\#/ { 2024-11-06 22:10:22.047 | next 2024-11-06 22:10:22.047 | } 2024-11-06 22:10:22.047 | /^[^ \t]+/ { 2024-11-06 22:10:22.047 | # get offset of first = in $0 2024-11-06 22:10:22.047 | eq_idx = index($0, "=") 2024-11-06 22:10:22.047 | # extract attr & value from $0 2024-11-06 22:10:22.047 | attr = substr($0, 1, eq_idx - 1) 2024-11-06 22:10:22.047 | value = substr($0, eq_idx + 1) 2024-11-06 22:10:22.047 | # only need to strip trailing whitespace from attr 2024-11-06 22:10:22.047 | sub(/[ \t]*$/, "", attr) 2024-11-06 22:10:22.047 | # need to strip leading & trailing whitespace from value 2024-11-06 22:10:22.047 | sub(/^[ \t]*/, "", value) 2024-11-06 22:10:22.048 | sub(/[ \t]*$/, "", value) 2024-11-06 22:10:22.048 | 2024-11-06 22:10:22.048 | # cfg_attr_count: number of config lines per [section, attr] 2024-11-06 22:10:22.048 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-11-06 22:10:22.048 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-11-06 22:10:22.048 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-11-06 22:10:22.048 | if (! (section, attr) in cfg_attr_count) { 2024-11-06 22:10:22.048 | if (section != last_section) { 2024-11-06 22:10:22.048 | cfg_section[section_count++] = section 2024-11-06 22:10:22.048 | last_section = section 2024-11-06 22:10:22.048 | } 2024-11-06 22:10:22.048 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-11-06 22:10:22.048 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-11-06 22:10:22.048 | 2024-11-06 22:10:22.048 | cfg_attr[section, attr, 0] = value 2024-11-06 22:10:22.048 | cfg_attr_count[section, attr] = 1 2024-11-06 22:10:22.048 | } else { 2024-11-06 22:10:22.048 | lno = cfg_attr_count[section, attr]++ 2024-11-06 22:10:22.048 | cfg_attr[section, attr, lno] = value 2024-11-06 22:10:22.048 | } 2024-11-06 22:10:22.048 | } 2024-11-06 22:10:22.048 | END { 2024-11-06 22:10:22.048 | # Process each section in order 2024-11-06 22:10:22.048 | for (sno = 0; sno < section_count; sno++) { 2024-11-06 22:10:22.048 | section = cfg_section[sno] 2024-11-06 22:10:22.048 | # The ini routines simply append a config item immediately 2024-11-06 22:10:22.048 | # after the section header. To keep the same order as defined 2024-11-06 22:10:22.048 | # in local.conf, invoke the ini routines in the reverse order 2024-11-06 22:10:22.048 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-11-06 22:10:22.048 | attr = cfg_sec_attr_name[sno, attr_no] 2024-11-06 22:10:22.048 | if (cfg_attr_count[section, attr] == 1) 2024-11-06 22:10:22.048 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-11-06 22:10:22.048 | else { 2024-11-06 22:10:22.048 | # For multiline, invoke the ini routines in the reverse order 2024-11-06 22:10:22.048 | count = cfg_attr_count[section, attr] 2024-11-06 22:10:22.048 | print "inidelete " configfile " " section " " attr 2024-11-06 22:10:22.048 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-11-06 22:10:22.048 | for (l = count -2; l >= 0; l--) 2024-11-06 22:10:22.048 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-11-06 22:10:22.048 | } 2024-11-06 22:10:22.048 | } 2024-11-06 22:10:22.048 | } 2024-11-06 22:10:22.048 | } 2024-11-06 22:10:22.048 | ' 2024-11-06 22:10:22.048 | + inc/meta-config:merge_config_file:164 : read a 2024-11-06 22:10:22.049 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-11-06 22:10:22.050 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-11-06 22:10:22.051 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-11-06 22:10:22.053 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2024-11-06 22:10:22.055 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-11-06 22:10:22.057 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-11-06 22:10:22.059 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-11-06 22:10:22.059 | BEGIN { group = "" } 2024-11-06 22:10:22.059 | /^\[\[.+\|.*\]\]/ { 2024-11-06 22:10:22.059 | gsub("[][]", "", $1); 2024-11-06 22:10:22.059 | split($1, a, "|"); 2024-11-06 22:10:22.059 | if (a[1] == matchgroup && a[2] == configfile) { 2024-11-06 22:10:22.059 | group=a[1] 2024-11-06 22:10:22.059 | } else { 2024-11-06 22:10:22.059 | group="" 2024-11-06 22:10:22.059 | } 2024-11-06 22:10:22.059 | next 2024-11-06 22:10:22.059 | } 2024-11-06 22:10:22.059 | { 2024-11-06 22:10:22.059 | if (group != "") 2024-11-06 22:10:22.059 | print $0 2024-11-06 22:10:22.059 | } 2024-11-06 22:10:22.059 | ' /opt/stack/devstack/local.conf 2024-11-06 22:10:22.064 | + 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-11-06 22:10:22.066 | ++ 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-11-06 22:10:22.090 | + inc/meta-config:merge_config_file:164 : read a 2024-11-06 22:10:22.092 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2024-11-06 22:10:22.094 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-11-06 22:10:22.120 | + inc/meta-config:merge_config_file:164 : read a 2024-11-06 22:10:22.122 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2024-11-06 22:10:22.124 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2024-11-06 22:10:22.148 | + inc/meta-config:merge_config_file:164 : read a 2024-11-06 22:10:22.151 | + stack.sh:main:1274 : is_service_enabled swift 2024-11-06 22:10:22.165 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:10:22.167 | + stack.sh:main:1282 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-11-06 22:10:22.169 | + stack.sh:main:1283 : is_service_enabled cinder 2024-11-06 22:10:22.183 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:10:22.186 | + stack.sh:main:1284 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-11-06 22:10:22.212 | + stack.sh:main:1287 : async_wait configure_neutron_nova 2024-11-06 22:10:22.249 | [4836 Async configure_neutron_nova:45859]: Waiting for completion of configure_neutron_nova running on PID 45859 (2 other jobs running) 2024-11-06 22:10:22.267 | [4836 Async configure_neutron_nova:45859]: Signaling child to exit 2024-11-06 22:10:22.267 | WAKEUP 2024-11-06 22:10:22.283 | [4836 Async configure_neutron_nova:45859]: Signaled 2024-11-06 22:10:22.283 | + lib/neutron:configure_neutron_nova:447 : create_nova_conf_neutron /etc/nova/nova.conf 2024-11-06 22:10:22.283 | + lib/neutron:create_nova_conf_neutron:458 : local conf=/etc/nova/nova.conf 2024-11-06 22:10:22.283 | + lib/neutron:create_nova_conf_neutron:459 : iniset /etc/nova/nova.conf neutron auth_type password 2024-11-06 22:10:22.283 | + lib/neutron:create_nova_conf_neutron:460 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2024-11-06 22:10:22.284 | + lib/neutron:create_nova_conf_neutron:461 : iniset /etc/nova/nova.conf neutron username neutron 2024-11-06 22:10:22.284 | + lib/neutron:create_nova_conf_neutron:462 : iniset /etc/nova/nova.conf neutron password nomoresecret 2024-11-06 22:10:22.284 | + lib/neutron:create_nova_conf_neutron:463 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2024-11-06 22:10:22.284 | + lib/neutron:create_nova_conf_neutron:464 : iniset /etc/nova/nova.conf neutron project_name service 2024-11-06 22:10:22.284 | + lib/neutron:create_nova_conf_neutron:465 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2024-11-06 22:10:22.284 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2024-11-06 22:10:22.284 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2024-11-06 22:10:22.284 | + lib/neutron:create_nova_conf_neutron:470 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2024-11-06 22:10:22.284 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2024-11-06 22:10:22.284 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:119 : : 2024-11-06 22:10:22.284 | + lib/neutron:create_nova_conf_neutron:472 : is_service_enabled q-meta neutron-metadata-agent 2024-11-06 22:10:22.284 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:10:22.284 | + lib/neutron:create_nova_conf_neutron:473 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2024-11-06 22:10:22.284 | + lib/neutron:create_nova_conf_neutron:476 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2024-11-06 22:10:22.284 | + lib/neutron:create_nova_conf_neutron:477 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2024-11-06 22:10:22.284 | + lib/neutron:configure_neutron_nova:448 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2024-11-06 22:10:22.315 | [4836 Async configure_neutron_nova:45859]: finished configure_neutron_nova with result 0 in 0 seconds 2024-11-06 22:10:22.319 | + inc/async:async_wait:197 : return 0 2024-11-06 22:10:22.321 | + stack.sh:main:1293 : is_service_enabled nova 2024-11-06 22:10:22.335 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:10:22.337 | + stack.sh:main:1294 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-11-06 22:10:22.362 | + stack.sh:main:1295 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-11-06 22:10:22.390 | + stack.sh:main:1299 : is_service_enabled n-api 2024-11-06 22:10:22.405 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:10:22.407 | + stack.sh:main:1300 : echo_summary 'Starting Nova API' 2024-11-06 22:10:22.409 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2024-11-06 22:10:22.411 | + stack.sh:echo_summary:461 : echo -e Starting Nova API 2024-11-06 22:10:22.414 | + stack.sh:main:1301 : start_nova_api 2024-11-06 22:10:22.416 | + lib/nova:start_nova_api:978 : local service_port=8774 2024-11-06 22:10:22.418 | + lib/nova:start_nova_api:979 : local service_protocol=http 2024-11-06 22:10:22.420 | + lib/nova:start_nova_api:980 : local nova_url 2024-11-06 22:10:22.423 | + lib/nova:start_nova_api:981 : is_service_enabled tls-proxy 2024-11-06 22:10:22.436 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:10:22.438 | + 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-11-06 22:10:22.441 | + 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-11-06 22:10:22.443 | + 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-11-06 22:10:22.445 | + lib/nova:start_nova_api:990 : '[' True == False ']' 2024-11-06 22:10:22.448 | ++ lib/nova:start_nova_api:998 : which uwsgi 2024-11-06 22:10:22.451 | + 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-11-06 22:10:22.454 | + functions-common:run_process:1654 : local service=n-api 2024-11-06 22:10:22.456 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-11-06 22:10:22.458 | + functions-common:run_process:1656 : local group= 2024-11-06 22:10:22.460 | + functions-common:run_process:1657 : local user= 2024-11-06 22:10:22.462 | + functions-common:run_process:1658 : local env_vars= 2024-11-06 22:10:22.464 | + functions-common:run_process:1660 : local name=n-api 2024-11-06 22:10:22.466 | + functions-common:run_process:1662 : time_start run_process 2024-11-06 22:10:22.468 | + functions-common:time_start:2386 : local name=run_process 2024-11-06 22:10:22.470 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:10:22.472 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:10:22.475 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:10:22.478 | + functions-common:time_start:2391 : _TIME_START[$name]=1730931022476 2024-11-06 22:10:22.481 | + functions-common:run_process:1663 : is_service_enabled n-api 2024-11-06 22:10:22.494 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:10:22.496 | + 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-11-06 22:10:22.498 | + functions-common:_run_under_systemd:1611 : local service=n-api 2024-11-06 22:10:22.500 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-11-06 22:10:22.502 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-11-06 22:10:22.504 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-11-06 22:10:22.506 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-11-06 22:10:22.508 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2024-11-06 22:10:22.510 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2024-11-06 22:10:22.512 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-api.service 2024-11-06 22:10:22.514 | + functions-common:_run_under_systemd:1618 : local group= 2024-11-06 22:10:22.517 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-11-06 22:10:22.519 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-11-06 22:10:22.521 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-11-06 22:10:22.523 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2024-11-06 22:10:22.525 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2024-11-06 22:10:22.527 | + 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-11-06 22:10:22.529 | + 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-11-06 22:10:22.531 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@n-api.service 2024-11-06 22:10:22.533 | + 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-11-06 22:10:22.535 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2024-11-06 22:10:22.537 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2024-11-06 22:10:22.539 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2024-11-06 22:10:22.540 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@n-api.service 2024-11-06 22:10:22.542 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2024-11-06 22:10:22.546 | + 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-11-06 22:10:22.595 | + 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-11-06 22:10:22.643 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2024-11-06 22:10:22.684 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2024-11-06 22:10:22.725 | + 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-11-06 22:10:22.767 | + 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-11-06 22:10:22.808 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2024-11-06 22:10:22.849 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2024-11-06 22:10:22.891 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2024-11-06 22:10:22.932 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2024-11-06 22:10:22.974 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2024-11-06 22:10:23.016 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2024-11-06 22:10:23.018 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2024-11-06 22:10:23.020 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2024-11-06 22:10:23.069 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2024-11-06 22:10:23.336 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-api.service 2024-11-06 22:10:23.345 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2024-11-06 22:10:23.602 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-api.service 2024-11-06 22:10:23.654 | + functions-common:run_process:1666 : time_stop run_process 2024-11-06 22:10:23.656 | + functions-common:time_stop:2400 : local name 2024-11-06 22:10:23.658 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:10:23.660 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:10:23.662 | + functions-common:time_stop:2403 : local total 2024-11-06 22:10:23.664 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:10:23.666 | + functions-common:time_stop:2406 : name=run_process 2024-11-06 22:10:23.668 | + functions-common:time_stop:2407 : start_time=1730931022476 2024-11-06 22:10:23.670 | + functions-common:time_stop:2409 : [[ -z 1730931022476 ]] 2024-11-06 22:10:23.673 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:10:23.677 | + functions-common:time_stop:2412 : end_time=1730931023674 2024-11-06 22:10:23.678 | + functions-common:time_stop:2413 : elapsed_time=1198 2024-11-06 22:10:23.680 | + functions-common:time_stop:2414 : total=1307 2024-11-06 22:10:23.682 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:10:23.684 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=2505 2024-11-06 22:10:23.687 | + lib/nova:start_nova_api:999 : nova_url=http://10.180.1.21/compute/v2.1/ 2024-11-06 22:10:23.689 | + lib/nova:start_nova_api:1002 : echo 'Waiting for nova-api to start...' 2024-11-06 22:10:23.689 | Waiting for nova-api to start... 2024-11-06 22:10:23.691 | + lib/nova:start_nova_api:1003 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2024-11-06 22:10:23.693 | + functions:wait_for_service:468 : local timeout=60 2024-11-06 22:10:23.695 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2024-11-06 22:10:23.697 | + functions:wait_for_service:470 : local rval=0 2024-11-06 22:10:23.699 | + functions:wait_for_service:471 : time_start wait_for_service 2024-11-06 22:10:23.701 | + functions-common:time_start:2386 : local name=wait_for_service 2024-11-06 22:10:23.703 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:10:23.704 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:10:23.708 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:10:23.711 | + functions-common:time_start:2391 : _TIME_START[$name]=1730931023708 2024-11-06 22:10:23.713 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-11-06 22:10:23.716 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2024-11-06 22:10:26.307 | + :: : [[ 200 == 503 ]] 2024-11-06 22:10:26.308 | + :: : [[ 0 -eq 7 ]] 2024-11-06 22:10:26.311 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-11-06 22:10:26.313 | + functions-common:time_stop:2400 : local name 2024-11-06 22:10:26.315 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:10:26.317 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:10:26.319 | + functions-common:time_stop:2403 : local total 2024-11-06 22:10:26.321 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:10:26.323 | + functions-common:time_stop:2406 : name=wait_for_service 2024-11-06 22:10:26.325 | + functions-common:time_stop:2407 : start_time=1730931023708 2024-11-06 22:10:26.327 | + functions-common:time_stop:2409 : [[ -z 1730931023708 ]] 2024-11-06 22:10:26.330 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:10:26.333 | + functions-common:time_stop:2412 : end_time=1730931026331 2024-11-06 22:10:26.335 | + functions-common:time_stop:2413 : elapsed_time=2623 2024-11-06 22:10:26.337 | + functions-common:time_stop:2414 : total=2302 2024-11-06 22:10:26.339 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:10:26.341 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4925 2024-11-06 22:10:26.343 | + functions:wait_for_service:478 : return 0 2024-11-06 22:10:26.346 | + 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-11-06 22:10:26.348 | + 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-11-06 22:10:26.350 | + stack.sh:main:1304 : is_service_enabled ovn-controller ovn-controller-vtep 2024-11-06 22:10:26.364 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:10:26.366 | + stack.sh:main:1309 : is_service_enabled neutron-api 2024-11-06 22:10:26.380 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:10:26.382 | + stack.sh:main:1312 : is_service_enabled q-svc 2024-11-06 22:10:26.396 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:10:26.398 | + stack.sh:main:1313 : echo_summary 'Starting Neutron' 2024-11-06 22:10:26.400 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2024-11-06 22:10:26.402 | + stack.sh:echo_summary:461 : echo -e Starting Neutron 2024-11-06 22:10:26.405 | + stack.sh:main:1314 : configure_neutron_after_post_config 2024-11-06 22:10:26.407 | + lib/neutron:configure_neutron_after_post_config:557 : [[ router != '' ]] 2024-11-06 22:10:26.409 | + lib/neutron:configure_neutron_after_post_config:558 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2024-11-06 22:10:26.435 | + lib/neutron:configure_neutron_after_post_config:560 : configure_rbac_policies 2024-11-06 22:10:26.437 | + lib/neutron:configure_rbac_policies:566 : [[ False == \T\r\u\e ]] 2024-11-06 22:10:26.439 | + lib/neutron:configure_rbac_policies:566 : [[ False == True ]] 2024-11-06 22:10:26.442 | + lib/neutron:configure_rbac_policies:570 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2024-11-06 22:10:26.468 | + lib/neutron:configure_rbac_policies:571 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2024-11-06 22:10:26.494 | + stack.sh:main:1315 : start_neutron_service_and_check 2024-11-06 22:10:26.496 | + lib/neutron:start_neutron_service_and_check:600 : local service_port=9696 2024-11-06 22:10:26.498 | + lib/neutron:start_neutron_service_and_check:601 : local service_protocol=http 2024-11-06 22:10:26.500 | + lib/neutron:start_neutron_service_and_check:602 : local cfg_file_options 2024-11-06 22:10:26.502 | + lib/neutron:start_neutron_service_and_check:603 : local neutron_url 2024-11-06 22:10:26.505 | ++ lib/neutron:start_neutron_service_and_check:605 : determine_config_files neutron-server 2024-11-06 22:10:26.507 | ++ lib/neutron:determine_config_files:366 : local opts= 2024-11-06 22:10:26.509 | ++ lib/neutron:determine_config_files:367 : case "$1" in 2024-11-06 22:10:26.512 | +++ lib/neutron:determine_config_files:368 : _determine_config_server 2024-11-06 22:10:26.514 | +++ lib/neutron:_determine_config_server:336 : [[ '' != '' ]] 2024-11-06 22:10:26.516 | +++ lib/neutron:_determine_config_server:343 : [[ 0 > 0 ]] 2024-11-06 22:10:26.518 | +++ lib/neutron:_determine_config_server:350 : local cfg_file 2024-11-06 22:10:26.520 | +++ lib/neutron:_determine_config_server:351 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-11-06 22:10:26.522 | +++ lib/neutron:_determine_config_server:355 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-11-06 22:10:26.525 | ++ lib/neutron:determine_config_files:368 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-11-06 22:10:26.528 | ++ lib/neutron:determine_config_files:371 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2024-11-06 22:10:26.531 | ++ lib/neutron:determine_config_files:374 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-11-06 22:10:26.534 | + 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-11-06 22:10:26.537 | + lib/neutron:start_neutron_service_and_check:607 : is_service_enabled tls-proxy 2024-11-06 22:10:26.552 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:10:26.554 | + lib/neutron:start_neutron_service_and_check:612 : '[' False == True ']' 2024-11-06 22:10:26.556 | + 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-11-06 22:10:26.558 | + functions-common:run_process:1654 : local service=q-svc 2024-11-06 22:10:26.561 | + 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-11-06 22:10:26.563 | + functions-common:run_process:1656 : local group= 2024-11-06 22:10:26.565 | + functions-common:run_process:1657 : local user= 2024-11-06 22:10:26.567 | + functions-common:run_process:1658 : local env_vars= 2024-11-06 22:10:26.570 | + functions-common:run_process:1660 : local name=q-svc 2024-11-06 22:10:26.572 | + functions-common:run_process:1662 : time_start run_process 2024-11-06 22:10:26.574 | + functions-common:time_start:2386 : local name=run_process 2024-11-06 22:10:26.576 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:10:26.579 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:10:26.581 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:10:26.585 | + functions-common:time_start:2391 : _TIME_START[$name]=1730931026583 2024-11-06 22:10:26.587 | + functions-common:run_process:1663 : is_service_enabled q-svc 2024-11-06 22:10:26.600 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:10:26.603 | + 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-11-06 22:10:26.605 | + functions-common:_run_under_systemd:1611 : local service=q-svc 2024-11-06 22:10:26.607 | + 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-11-06 22:10:26.609 | + 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-11-06 22:10:26.611 | + 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-11-06 22:10:26.613 | + 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-11-06 22:10:26.615 | + 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-11-06 22:10:26.617 | + 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-11-06 22:10:26.619 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-svc.service 2024-11-06 22:10:26.621 | + functions-common:_run_under_systemd:1618 : local group= 2024-11-06 22:10:26.623 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-11-06 22:10:26.625 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-11-06 22:10:26.627 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-11-06 22:10:26.629 | + 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-11-06 22:10:26.632 | + 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-11-06 22:10:26.633 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-svc.service 2024-11-06 22:10:26.635 | + 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-11-06 22:10:26.637 | + functions-common:write_user_unit_file:1520 : local group= 2024-11-06 22:10:26.639 | + functions-common:write_user_unit_file:1521 : local user=stack 2024-11-06 22:10:26.641 | + functions-common:write_user_unit_file:1522 : local env_vars= 2024-11-06 22:10:26.643 | + functions-common:write_user_unit_file:1523 : local extra= 2024-11-06 22:10:26.645 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2024-11-06 22:10:26.646 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2024-11-06 22:10:26.648 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2024-11-06 22:10:26.651 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2024-11-06 22:10:26.700 | + 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-11-06 22:10:26.750 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2024-11-06 22:10:26.791 | + 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-11-06 22:10:26.833 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2024-11-06 22:10:26.874 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2024-11-06 22:10:26.915 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-11-06 22:10:26.957 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2024-11-06 22:10:26.959 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2024-11-06 22:10:26.961 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2024-11-06 22:10:27.010 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2024-11-06 22:10:27.248 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-svc.service 2024-11-06 22:10:27.258 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2024-11-06 22:10:27.500 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-svc.service 2024-11-06 22:10:27.529 | + functions-common:run_process:1666 : time_stop run_process 2024-11-06 22:10:27.531 | + functions-common:time_stop:2400 : local name 2024-11-06 22:10:27.533 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:10:27.536 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:10:27.538 | + functions-common:time_stop:2403 : local total 2024-11-06 22:10:27.540 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:10:27.542 | + functions-common:time_stop:2406 : name=run_process 2024-11-06 22:10:27.544 | + functions-common:time_stop:2407 : start_time=1730931026583 2024-11-06 22:10:27.546 | + functions-common:time_stop:2409 : [[ -z 1730931026583 ]] 2024-11-06 22:10:27.549 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:10:27.552 | + functions-common:time_stop:2412 : end_time=1730931027550 2024-11-06 22:10:27.554 | + functions-common:time_stop:2413 : elapsed_time=967 2024-11-06 22:10:27.556 | + functions-common:time_stop:2414 : total=2505 2024-11-06 22:10:27.558 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:10:27.560 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3472 2024-11-06 22:10:27.562 | + lib/neutron:start_neutron_service_and_check:620 : neutron_url=http://10.180.1.21:9696/ 2024-11-06 22:10:27.565 | + lib/neutron:start_neutron_service_and_check:622 : is_service_enabled tls-proxy 2024-11-06 22:10:27.579 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:10:27.581 | + lib/neutron:start_neutron_service_and_check:626 : '[' '!' -z networking ']' 2024-11-06 22:10:27.583 | + lib/neutron:start_neutron_service_and_check:627 : neutron_url=http://10.180.1.21:9696/networking 2024-11-06 22:10:27.585 | + lib/neutron:start_neutron_service_and_check:629 : echo 'Waiting for Neutron to start...' 2024-11-06 22:10:27.585 | Waiting for Neutron to start... 2024-11-06 22:10:27.587 | + lib/neutron:start_neutron_service_and_check:631 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2024-11-06 22:10:27.589 | + 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-11-06 22:10:27.591 | + functions-common:test_with_retry:2338 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2024-11-06 22:10:27.593 | + functions-common:test_with_retry:2339 : local 'failmsg=Neutron did not start' 2024-11-06 22:10:27.595 | + functions-common:test_with_retry:2340 : local until=60 2024-11-06 22:10:27.598 | + functions-common:test_with_retry:2341 : local sleep=0.5 2024-11-06 22:10:27.600 | + functions-common:test_with_retry:2343 : time_start test_with_retry 2024-11-06 22:10:27.602 | + functions-common:time_start:2386 : local name=test_with_retry 2024-11-06 22:10:27.604 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:10:27.606 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:10:27.609 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:10:27.612 | + functions-common:time_start:2391 : _TIME_START[$name]=1730931027610 2024-11-06 22:10:27.614 | + 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-11-06 22:10:30.652 | {"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-11-06 22:10:30.654 | + functions-common:time_stop:2400 : local name 2024-11-06 22:10:30.657 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:10:30.659 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:10:30.661 | + functions-common:time_stop:2403 : local total 2024-11-06 22:10:30.663 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:10:30.666 | + functions-common:time_stop:2406 : name=test_with_retry 2024-11-06 22:10:30.668 | + functions-common:time_stop:2407 : start_time=1730931027610 2024-11-06 22:10:30.670 | + functions-common:time_stop:2409 : [[ -z 1730931027610 ]] 2024-11-06 22:10:30.672 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:10:30.676 | + functions-common:time_stop:2412 : end_time=1730931030674 2024-11-06 22:10:30.678 | + functions-common:time_stop:2413 : elapsed_time=3064 2024-11-06 22:10:30.681 | + functions-common:time_stop:2414 : total=0 2024-11-06 22:10:30.683 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:10:30.685 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3064 2024-11-06 22:10:30.687 | + stack.sh:main:1320 : is_service_enabled placement 2024-11-06 22:10:30.701 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:10:30.703 | + stack.sh:main:1321 : echo_summary 'Starting Placement' 2024-11-06 22:10:30.705 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2024-11-06 22:10:30.707 | + stack.sh:echo_summary:461 : echo -e Starting Placement 2024-11-06 22:10:30.709 | + stack.sh:main:1322 : start_placement 2024-11-06 22:10:30.711 | + lib/placement:start_placement:173 : start_placement_api 2024-11-06 22:10:30.713 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2024-11-06 22:10:30.716 | ++ lib/placement:start_placement_api:160 : which uwsgi 2024-11-06 22:10:30.720 | + lib/placement:start_placement_api:160 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-11-06 22:10:30.722 | + functions-common:run_process:1654 : local service=placement-api 2024-11-06 22:10:30.724 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-11-06 22:10:30.726 | + functions-common:run_process:1656 : local group= 2024-11-06 22:10:30.728 | + functions-common:run_process:1657 : local user= 2024-11-06 22:10:30.730 | + functions-common:run_process:1658 : local env_vars= 2024-11-06 22:10:30.732 | + functions-common:run_process:1660 : local name=placement-api 2024-11-06 22:10:30.734 | + functions-common:run_process:1662 : time_start run_process 2024-11-06 22:10:30.736 | + functions-common:time_start:2386 : local name=run_process 2024-11-06 22:10:30.739 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:10:30.741 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:10:30.744 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:10:30.747 | + functions-common:time_start:2391 : _TIME_START[$name]=1730931030744 2024-11-06 22:10:30.749 | + functions-common:run_process:1663 : is_service_enabled placement-api 2024-11-06 22:10:30.763 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:10:30.765 | + functions-common:run_process:1664 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' 2024-11-06 22:10:30.767 | + functions-common:_run_under_systemd:1611 : local service=placement-api 2024-11-06 22:10:30.769 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-11-06 22:10:30.771 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-11-06 22:10:30.773 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-11-06 22:10:30.775 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-11-06 22:10:30.777 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2024-11-06 22:10:30.779 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2024-11-06 22:10:30.781 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@placement-api.service 2024-11-06 22:10:30.783 | + functions-common:_run_under_systemd:1618 : local group= 2024-11-06 22:10:30.786 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-11-06 22:10:30.787 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-11-06 22:10:30.790 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-11-06 22:10:30.792 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2024-11-06 22:10:30.794 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2024-11-06 22:10:30.796 | + 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-11-06 22:10:30.798 | + 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-11-06 22:10:30.800 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@placement-api.service 2024-11-06 22:10:30.802 | + 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-11-06 22:10:30.804 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2024-11-06 22:10:30.806 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2024-11-06 22:10:30.808 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2024-11-06 22:10:30.810 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2024-11-06 22:10:30.812 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2024-11-06 22:10:30.815 | + 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-11-06 22:10:30.864 | + 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-11-06 22:10:30.913 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2024-11-06 22:10:30.959 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2024-11-06 22:10:31.000 | + 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-11-06 22:10:31.042 | + 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-11-06 22:10:31.084 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2024-11-06 22:10:31.125 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2024-11-06 22:10:31.167 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2024-11-06 22:10:31.208 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2024-11-06 22:10:31.249 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2024-11-06 22:10:31.290 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2024-11-06 22:10:31.292 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2024-11-06 22:10:31.294 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2024-11-06 22:10:31.343 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2024-11-06 22:10:31.585 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@placement-api.service 2024-11-06 22:10:31.594 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2024-11-06 22:10:31.822 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@placement-api.service 2024-11-06 22:10:31.871 | + functions-common:run_process:1666 : time_stop run_process 2024-11-06 22:10:31.873 | + functions-common:time_stop:2400 : local name 2024-11-06 22:10:31.876 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:10:31.878 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:10:31.881 | + functions-common:time_stop:2403 : local total 2024-11-06 22:10:31.883 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:10:31.885 | + functions-common:time_stop:2406 : name=run_process 2024-11-06 22:10:31.887 | + functions-common:time_stop:2407 : start_time=1730931030744 2024-11-06 22:10:31.889 | + functions-common:time_stop:2409 : [[ -z 1730931030744 ]] 2024-11-06 22:10:31.892 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:10:31.896 | + functions-common:time_stop:2412 : end_time=1730931031893 2024-11-06 22:10:31.898 | + functions-common:time_stop:2413 : elapsed_time=1149 2024-11-06 22:10:31.900 | + functions-common:time_stop:2414 : total=3472 2024-11-06 22:10:31.902 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:10:31.904 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=4621 2024-11-06 22:10:31.906 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2024-11-06 22:10:31.906 | Waiting for placement-api to start... 2024-11-06 22:10:31.908 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2024-11-06 22:10:31.910 | + functions:wait_for_service:468 : local timeout=60 2024-11-06 22:10:31.912 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2024-11-06 22:10:31.914 | + functions:wait_for_service:470 : local rval=0 2024-11-06 22:10:31.916 | + functions:wait_for_service:471 : time_start wait_for_service 2024-11-06 22:10:31.919 | + functions-common:time_start:2386 : local name=wait_for_service 2024-11-06 22:10:31.921 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:10:31.923 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:10:31.926 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:10:31.929 | + functions-common:time_start:2391 : _TIME_START[$name]=1730931031927 2024-11-06 22:10:31.931 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-11-06 22:10:31.934 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2024-11-06 22:10:33.091 | + :: : [[ 200 == 503 ]] 2024-11-06 22:10:33.092 | + :: : [[ 0 -eq 7 ]] 2024-11-06 22:10:33.095 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-11-06 22:10:33.097 | + functions-common:time_stop:2400 : local name 2024-11-06 22:10:33.099 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:10:33.102 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:10:33.104 | + functions-common:time_stop:2403 : local total 2024-11-06 22:10:33.106 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:10:33.108 | + functions-common:time_stop:2406 : name=wait_for_service 2024-11-06 22:10:33.110 | + functions-common:time_stop:2407 : start_time=1730931031927 2024-11-06 22:10:33.112 | + functions-common:time_stop:2409 : [[ -z 1730931031927 ]] 2024-11-06 22:10:33.115 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:10:33.118 | + functions-common:time_stop:2412 : end_time=1730931033116 2024-11-06 22:10:33.120 | + functions-common:time_stop:2413 : elapsed_time=1189 2024-11-06 22:10:33.122 | + functions-common:time_stop:2414 : total=4925 2024-11-06 22:10:33.124 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:10:33.126 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6114 2024-11-06 22:10:33.128 | + functions:wait_for_service:478 : return 0 2024-11-06 22:10:33.131 | + stack.sh:main:1325 : is_service_enabled neutron 2024-11-06 22:10:33.146 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:10:33.148 | + stack.sh:main:1326 : start_neutron 2024-11-06 22:10:33.150 | + lib/neutron:start_neutron:636 : start_l2_agent 2024-11-06 22:10:33.152 | + 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-11-06 22:10:33.154 | + functions-common:run_process:1654 : local service=q-agt 2024-11-06 22:10:33.156 | + 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-11-06 22:10:33.158 | + functions-common:run_process:1656 : local group= 2024-11-06 22:10:33.160 | + functions-common:run_process:1657 : local user= 2024-11-06 22:10:33.162 | + functions-common:run_process:1658 : local env_vars= 2024-11-06 22:10:33.164 | + functions-common:run_process:1660 : local name=q-agt 2024-11-06 22:10:33.166 | + functions-common:run_process:1662 : time_start run_process 2024-11-06 22:10:33.168 | + functions-common:time_start:2386 : local name=run_process 2024-11-06 22:10:33.170 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:10:33.172 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:10:33.175 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:10:33.178 | + functions-common:time_start:2391 : _TIME_START[$name]=1730931033176 2024-11-06 22:10:33.180 | + functions-common:run_process:1663 : is_service_enabled q-agt 2024-11-06 22:10:33.194 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:10:33.197 | + 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-11-06 22:10:33.199 | + functions-common:_run_under_systemd:1611 : local service=q-agt 2024-11-06 22:10:33.201 | + 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-11-06 22:10:33.203 | + 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-11-06 22:10:33.205 | + 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-11-06 22:10:33.207 | + 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-11-06 22:10:33.209 | + 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-11-06 22:10:33.211 | + 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-11-06 22:10:33.213 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-agt.service 2024-11-06 22:10:33.216 | + functions-common:_run_under_systemd:1618 : local group= 2024-11-06 22:10:33.218 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-11-06 22:10:33.220 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-11-06 22:10:33.222 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-11-06 22:10:33.224 | + 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-11-06 22:10:33.226 | + 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-11-06 22:10:33.228 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-agt.service 2024-11-06 22:10:33.230 | + 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-11-06 22:10:33.232 | + functions-common:write_user_unit_file:1520 : local group= 2024-11-06 22:10:33.234 | + functions-common:write_user_unit_file:1521 : local user=stack 2024-11-06 22:10:33.236 | + functions-common:write_user_unit_file:1522 : local env_vars= 2024-11-06 22:10:33.238 | + functions-common:write_user_unit_file:1523 : local extra= 2024-11-06 22:10:33.240 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2024-11-06 22:10:33.242 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2024-11-06 22:10:33.244 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2024-11-06 22:10:33.247 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2024-11-06 22:10:33.297 | + 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-11-06 22:10:33.347 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User stack 2024-11-06 22:10:33.388 | + 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-11-06 22:10:33.430 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2024-11-06 22:10:33.471 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2024-11-06 22:10:33.513 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-11-06 22:10:33.554 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2024-11-06 22:10:33.557 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2024-11-06 22:10:33.559 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2024-11-06 22:10:33.608 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2024-11-06 22:10:33.838 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-agt.service 2024-11-06 22:10:33.848 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2024-11-06 22:10:34.085 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-agt.service 2024-11-06 22:10:34.107 | + functions-common:run_process:1666 : time_stop run_process 2024-11-06 22:10:34.110 | + functions-common:time_stop:2400 : local name 2024-11-06 22:10:34.112 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:10:34.114 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:10:34.116 | + functions-common:time_stop:2403 : local total 2024-11-06 22:10:34.118 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:10:34.120 | + functions-common:time_stop:2406 : name=run_process 2024-11-06 22:10:34.122 | + functions-common:time_stop:2407 : start_time=1730931033176 2024-11-06 22:10:34.124 | + functions-common:time_stop:2409 : [[ -z 1730931033176 ]] 2024-11-06 22:10:34.127 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:10:34.130 | + functions-common:time_stop:2412 : end_time=1730931034128 2024-11-06 22:10:34.132 | + functions-common:time_stop:2413 : elapsed_time=952 2024-11-06 22:10:34.134 | + functions-common:time_stop:2414 : total=4621 2024-11-06 22:10:34.136 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:10:34.138 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=5573 2024-11-06 22:10:34.140 | + lib/neutron:start_l2_agent:645 : is_provider_network 2024-11-06 22:10:34.142 | + functions-common:is_provider_network:2249 : '[' '' == True ']' 2024-11-06 22:10:34.145 | + functions-common:is_provider_network:2252 : return 1 2024-11-06 22:10:34.147 | + lib/neutron:start_neutron:637 : start_other_agents 2024-11-06 22:10:34.149 | + 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-11-06 22:10:34.151 | + functions-common:run_process:1654 : local service=q-dhcp 2024-11-06 22:10:34.153 | + 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-11-06 22:10:34.155 | + functions-common:run_process:1656 : local group= 2024-11-06 22:10:34.157 | + functions-common:run_process:1657 : local user= 2024-11-06 22:10:34.159 | + functions-common:run_process:1658 : local env_vars= 2024-11-06 22:10:34.161 | + functions-common:run_process:1660 : local name=q-dhcp 2024-11-06 22:10:34.163 | + functions-common:run_process:1662 : time_start run_process 2024-11-06 22:10:34.165 | + functions-common:time_start:2386 : local name=run_process 2024-11-06 22:10:34.167 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:10:34.169 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:10:34.173 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:10:34.176 | + functions-common:time_start:2391 : _TIME_START[$name]=1730931034173 2024-11-06 22:10:34.178 | + functions-common:run_process:1663 : is_service_enabled q-dhcp 2024-11-06 22:10:34.192 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:10:34.194 | + 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-11-06 22:10:34.197 | + functions-common:_run_under_systemd:1611 : local service=q-dhcp 2024-11-06 22:10:34.199 | + 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-11-06 22:10:34.202 | + 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-11-06 22:10:34.204 | + 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-11-06 22:10:34.206 | + 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-11-06 22:10:34.208 | + 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-11-06 22:10:34.211 | + 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-11-06 22:10:34.213 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-dhcp.service 2024-11-06 22:10:34.215 | + functions-common:_run_under_systemd:1618 : local group= 2024-11-06 22:10:34.217 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-11-06 22:10:34.219 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-11-06 22:10:34.221 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-11-06 22:10:34.223 | + 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-11-06 22:10:34.226 | + 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-11-06 22:10:34.228 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-dhcp.service 2024-11-06 22:10:34.230 | + 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-11-06 22:10:34.232 | + functions-common:write_user_unit_file:1520 : local group= 2024-11-06 22:10:34.234 | + functions-common:write_user_unit_file:1521 : local user=stack 2024-11-06 22:10:34.238 | + functions-common:write_user_unit_file:1522 : local env_vars= 2024-11-06 22:10:34.241 | + functions-common:write_user_unit_file:1523 : local extra= 2024-11-06 22:10:34.243 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2024-11-06 22:10:34.245 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2024-11-06 22:10:34.247 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2024-11-06 22:10:34.250 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2024-11-06 22:10:34.302 | + 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-11-06 22:10:34.352 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User stack 2024-11-06 22:10:34.397 | + 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-11-06 22:10:34.441 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2024-11-06 22:10:34.486 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2024-11-06 22:10:34.530 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-11-06 22:10:34.575 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2024-11-06 22:10:34.577 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2024-11-06 22:10:34.579 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2024-11-06 22:10:34.632 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2024-11-06 22:10:34.877 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-dhcp.service 2024-11-06 22:10:34.887 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2024-11-06 22:10:35.122 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-dhcp.service 2024-11-06 22:10:35.149 | + functions-common:run_process:1666 : time_stop run_process 2024-11-06 22:10:35.151 | + functions-common:time_stop:2400 : local name 2024-11-06 22:10:35.153 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:10:35.155 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:10:35.158 | + functions-common:time_stop:2403 : local total 2024-11-06 22:10:35.160 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:10:35.162 | + functions-common:time_stop:2406 : name=run_process 2024-11-06 22:10:35.164 | + functions-common:time_stop:2407 : start_time=1730931034173 2024-11-06 22:10:35.166 | + functions-common:time_stop:2409 : [[ -z 1730931034173 ]] 2024-11-06 22:10:35.169 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:10:35.173 | + functions-common:time_stop:2412 : end_time=1730931035170 2024-11-06 22:10:35.175 | + functions-common:time_stop:2413 : elapsed_time=997 2024-11-06 22:10:35.177 | + functions-common:time_stop:2414 : total=5573 2024-11-06 22:10:35.179 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:10:35.181 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=6570 2024-11-06 22:10:35.184 | ++ lib/neutron:start_other_agents:663 : determine_config_files neutron-l3-agent 2024-11-06 22:10:35.186 | ++ lib/neutron:determine_config_files:366 : local opts= 2024-11-06 22:10:35.188 | ++ lib/neutron:determine_config_files:367 : case "$1" in 2024-11-06 22:10:35.191 | +++ lib/neutron:determine_config_files:369 : _determine_config_l3 2024-11-06 22:10:35.193 | +++ lib/neutron:_determine_config_l3:359 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-11-06 22:10:35.195 | +++ lib/neutron:_determine_config_l3:360 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-11-06 22:10:35.197 | ++ lib/neutron:determine_config_files:369 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-11-06 22:10:35.200 | ++ lib/neutron:determine_config_files:371 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2024-11-06 22:10:35.202 | ++ lib/neutron:determine_config_files:374 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-11-06 22:10:35.204 | + 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-11-06 22:10:35.206 | + functions-common:run_process:1654 : local service=q-l3 2024-11-06 22:10:35.208 | + 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-11-06 22:10:35.210 | + functions-common:run_process:1656 : local group= 2024-11-06 22:10:35.212 | + functions-common:run_process:1657 : local user= 2024-11-06 22:10:35.214 | + functions-common:run_process:1658 : local env_vars= 2024-11-06 22:10:35.216 | + functions-common:run_process:1660 : local name=q-l3 2024-11-06 22:10:35.218 | + functions-common:run_process:1662 : time_start run_process 2024-11-06 22:10:35.220 | + functions-common:time_start:2386 : local name=run_process 2024-11-06 22:10:35.222 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:10:35.224 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:10:35.227 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:10:35.231 | + functions-common:time_start:2391 : _TIME_START[$name]=1730931035228 2024-11-06 22:10:35.233 | + functions-common:run_process:1663 : is_service_enabled q-l3 2024-11-06 22:10:35.247 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:10:35.249 | + 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-11-06 22:10:35.251 | + functions-common:_run_under_systemd:1611 : local service=q-l3 2024-11-06 22:10:35.253 | + 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-11-06 22:10:35.255 | + 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-11-06 22:10:35.257 | + 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-11-06 22:10:35.259 | + 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-11-06 22:10:35.262 | + 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-11-06 22:10:35.264 | + 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-11-06 22:10:35.266 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-l3.service 2024-11-06 22:10:35.268 | + functions-common:_run_under_systemd:1618 : local group= 2024-11-06 22:10:35.270 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-11-06 22:10:35.272 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-11-06 22:10:35.274 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-11-06 22:10:35.276 | + 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-11-06 22:10:35.278 | + 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-11-06 22:10:35.280 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-l3.service 2024-11-06 22:10:35.282 | + 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-11-06 22:10:35.284 | + functions-common:write_user_unit_file:1520 : local group= 2024-11-06 22:10:35.287 | + functions-common:write_user_unit_file:1521 : local user=stack 2024-11-06 22:10:35.289 | + functions-common:write_user_unit_file:1522 : local env_vars= 2024-11-06 22:10:35.291 | + functions-common:write_user_unit_file:1523 : local extra= 2024-11-06 22:10:35.293 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2024-11-06 22:10:35.295 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2024-11-06 22:10:35.297 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2024-11-06 22:10:35.300 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2024-11-06 22:10:35.353 | + 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-11-06 22:10:35.404 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User stack 2024-11-06 22:10:35.449 | + 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-11-06 22:10:35.492 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2024-11-06 22:10:35.536 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2024-11-06 22:10:35.581 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-11-06 22:10:35.627 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2024-11-06 22:10:35.629 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2024-11-06 22:10:35.631 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2024-11-06 22:10:35.685 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2024-11-06 22:10:35.943 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-l3.service 2024-11-06 22:10:35.952 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2024-11-06 22:10:36.188 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-l3.service 2024-11-06 22:10:36.218 | + functions-common:run_process:1666 : time_stop run_process 2024-11-06 22:10:36.220 | + functions-common:time_stop:2400 : local name 2024-11-06 22:10:36.222 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:10:36.226 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:10:36.228 | + functions-common:time_stop:2403 : local total 2024-11-06 22:10:36.232 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:10:36.234 | + functions-common:time_stop:2406 : name=run_process 2024-11-06 22:10:36.236 | + functions-common:time_stop:2407 : start_time=1730931035228 2024-11-06 22:10:36.241 | + functions-common:time_stop:2409 : [[ -z 1730931035228 ]] 2024-11-06 22:10:36.244 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:10:36.247 | + functions-common:time_stop:2412 : end_time=1730931036245 2024-11-06 22:10:36.249 | + functions-common:time_stop:2413 : elapsed_time=1017 2024-11-06 22:10:36.253 | + functions-common:time_stop:2414 : total=6570 2024-11-06 22:10:36.255 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:10:36.257 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=7587 2024-11-06 22:10:36.259 | + 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-11-06 22:10:36.262 | + functions-common:run_process:1654 : local service=q-meta 2024-11-06 22:10:36.264 | + 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-11-06 22:10:36.266 | + functions-common:run_process:1656 : local group= 2024-11-06 22:10:36.268 | + functions-common:run_process:1657 : local user= 2024-11-06 22:10:36.270 | + functions-common:run_process:1658 : local env_vars= 2024-11-06 22:10:36.272 | + functions-common:run_process:1660 : local name=q-meta 2024-11-06 22:10:36.274 | + functions-common:run_process:1662 : time_start run_process 2024-11-06 22:10:36.277 | + functions-common:time_start:2386 : local name=run_process 2024-11-06 22:10:36.279 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:10:36.281 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:10:36.283 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:10:36.287 | + functions-common:time_start:2391 : _TIME_START[$name]=1730931036285 2024-11-06 22:10:36.289 | + functions-common:run_process:1663 : is_service_enabled q-meta 2024-11-06 22:10:36.303 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:10:36.306 | + 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-11-06 22:10:36.308 | + functions-common:_run_under_systemd:1611 : local service=q-meta 2024-11-06 22:10:36.310 | + 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-11-06 22:10:36.312 | + 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-11-06 22:10:36.314 | + 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-11-06 22:10:36.316 | + 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-11-06 22:10:36.318 | + 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-11-06 22:10:36.320 | + 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-11-06 22:10:36.322 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@q-meta.service 2024-11-06 22:10:36.324 | + functions-common:_run_under_systemd:1618 : local group= 2024-11-06 22:10:36.326 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-11-06 22:10:36.328 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-11-06 22:10:36.330 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-11-06 22:10:36.332 | + 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-11-06 22:10:36.335 | + 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-11-06 22:10:36.337 | + functions-common:write_user_unit_file:1518 : local service=devstack@q-meta.service 2024-11-06 22:10:36.339 | + 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-11-06 22:10:36.341 | + functions-common:write_user_unit_file:1520 : local group= 2024-11-06 22:10:36.343 | + functions-common:write_user_unit_file:1521 : local user=stack 2024-11-06 22:10:36.345 | + functions-common:write_user_unit_file:1522 : local env_vars= 2024-11-06 22:10:36.347 | + functions-common:write_user_unit_file:1523 : local extra= 2024-11-06 22:10:36.349 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2024-11-06 22:10:36.351 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2024-11-06 22:10:36.352 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2024-11-06 22:10:36.356 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2024-11-06 22:10:36.406 | + 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-11-06 22:10:36.458 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User stack 2024-11-06 22:10:36.501 | + 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-11-06 22:10:36.544 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2024-11-06 22:10:36.587 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2024-11-06 22:10:36.630 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-11-06 22:10:36.675 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2024-11-06 22:10:36.677 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2024-11-06 22:10:36.679 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2024-11-06 22:10:36.732 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2024-11-06 22:10:36.988 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@q-meta.service 2024-11-06 22:10:36.998 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2024-11-06 22:10:37.235 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@q-meta.service 2024-11-06 22:10:37.270 | + functions-common:run_process:1666 : time_stop run_process 2024-11-06 22:10:37.270 | + functions-common:time_stop:2400 : local name 2024-11-06 22:10:37.271 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:10:37.273 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:10:37.275 | + functions-common:time_stop:2403 : local total 2024-11-06 22:10:37.277 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:10:37.279 | + functions-common:time_stop:2406 : name=run_process 2024-11-06 22:10:37.281 | + functions-common:time_stop:2407 : start_time=1730931036285 2024-11-06 22:10:37.285 | + functions-common:time_stop:2409 : [[ -z 1730931036285 ]] 2024-11-06 22:10:37.286 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:10:37.290 | + functions-common:time_stop:2412 : end_time=1730931037288 2024-11-06 22:10:37.293 | + functions-common:time_stop:2413 : elapsed_time=1003 2024-11-06 22:10:37.294 | + functions-common:time_stop:2414 : total=7587 2024-11-06 22:10:37.296 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:10:37.300 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8590 2024-11-06 22:10:37.300 | + 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-11-06 22:10:37.303 | + functions-common:run_process:1654 : local service=q-metering 2024-11-06 22:10:37.305 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2024-11-06 22:10:37.307 | + functions-common:run_process:1656 : local group= 2024-11-06 22:10:37.309 | + functions-common:run_process:1657 : local user= 2024-11-06 22:10:37.311 | + functions-common:run_process:1658 : local env_vars= 2024-11-06 22:10:37.314 | + functions-common:run_process:1660 : local name=q-metering 2024-11-06 22:10:37.315 | + functions-common:run_process:1662 : time_start run_process 2024-11-06 22:10:37.317 | + functions-common:time_start:2386 : local name=run_process 2024-11-06 22:10:37.321 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:10:37.323 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:10:37.326 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:10:37.330 | + functions-common:time_start:2391 : _TIME_START[$name]=1730931037328 2024-11-06 22:10:37.333 | + functions-common:run_process:1663 : is_service_enabled q-metering 2024-11-06 22:10:37.347 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:10:37.349 | + functions-common:run_process:1666 : time_stop run_process 2024-11-06 22:10:37.351 | + functions-common:time_stop:2400 : local name 2024-11-06 22:10:37.353 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:10:37.355 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:10:37.357 | + functions-common:time_stop:2403 : local total 2024-11-06 22:10:37.360 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:10:37.362 | + functions-common:time_stop:2406 : name=run_process 2024-11-06 22:10:37.364 | + functions-common:time_stop:2407 : start_time=1730931037328 2024-11-06 22:10:37.366 | + functions-common:time_stop:2409 : [[ -z 1730931037328 ]] 2024-11-06 22:10:37.369 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:10:37.372 | + functions-common:time_stop:2412 : end_time=1730931037370 2024-11-06 22:10:37.374 | + functions-common:time_stop:2413 : elapsed_time=42 2024-11-06 22:10:37.376 | + functions-common:time_stop:2414 : total=8590 2024-11-06 22:10:37.378 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:10:37.380 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8632 2024-11-06 22:10:37.383 | + stack.sh:main:1329 : is_service_enabled q-svc 2024-11-06 22:10:37.397 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:10:37.399 | + stack.sh:main:1329 : [[ True == \T\r\u\e ]] 2024-11-06 22:10:37.401 | + stack.sh:main:1330 : echo_summary 'Creating initial neutron network elements' 2024-11-06 22:10:37.403 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2024-11-06 22:10:37.405 | + stack.sh:echo_summary:461 : echo -e Creating initial neutron network elements 2024-11-06 22:10:37.407 | + stack.sh:main:1333 : type -p neutron_plugin_create_initial_networks 2024-11-06 22:10:37.409 | + stack.sh:main:1336 : create_neutron_initial_network 2024-11-06 22:10:37.411 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : type -p neutron_plugin_create_initial_network_profile 2024-11-06 22:10:37.414 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:161 : is_networking_extension_supported auto-allocated-topology 2024-11-06 22:10:37.416 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=auto-allocated-topology 2024-11-06 22:10:37.419 | ++ 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-11-06 22:10:38.845 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:10:38.848 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2024-11-06 22:10:38.848 | address-scope 2024-11-06 22:10:38.848 | router-admin-state-down-before-update 2024-11-06 22:10:38.848 | agent 2024-11-06 22:10:38.848 | agent-resources-synced 2024-11-06 22:10:38.848 | allowed-address-pairs 2024-11-06 22:10:38.848 | auto-allocated-topology 2024-11-06 22:10:38.848 | availability_zone 2024-11-06 22:10:38.848 | availability_zone_filter 2024-11-06 22:10:38.848 | default-subnetpools 2024-11-06 22:10:38.848 | dhcp_agent_scheduler 2024-11-06 22:10:38.848 | dvr 2024-11-06 22:10:38.848 | empty-string-filtering 2024-11-06 22:10:38.848 | external-net 2024-11-06 22:10:38.848 | extra_dhcp_opt 2024-11-06 22:10:38.848 | extraroute 2024-11-06 22:10:38.848 | extraroute-atomic 2024-11-06 22:10:38.848 | filter-validation 2024-11-06 22:10:38.848 | floating-ip-port-forwarding-detail 2024-11-06 22:10:38.848 | fip-port-details 2024-11-06 22:10:38.848 | flavors 2024-11-06 22:10:38.848 | floatingip-pools 2024-11-06 22:10:38.848 | ip-substring-filtering 2024-11-06 22:10:38.848 | router 2024-11-06 22:10:38.848 | ext-gw-mode 2024-11-06 22:10:38.848 | l3-ha 2024-11-06 22:10:38.848 | l3-flavors 2024-11-06 22:10:38.848 | l3-port-ip-change-not-allowed 2024-11-06 22:10:38.848 | l3_agent_scheduler 2024-11-06 22:10:38.848 | multi-provider 2024-11-06 22:10:38.848 | net-mtu 2024-11-06 22:10:38.848 | net-mtu-writable 2024-11-06 22:10:38.848 | network_availability_zone 2024-11-06 22:10:38.848 | network_ha 2024-11-06 22:10:38.848 | network-ip-availability 2024-11-06 22:10:38.848 | pagination 2024-11-06 22:10:38.848 | port-device-profile 2024-11-06 22:10:38.848 | port-mac-override 2024-11-06 22:10:38.848 | port-mac-address-regenerate 2024-11-06 22:10:38.848 | port-numa-affinity-policy 2024-11-06 22:10:38.848 | binding 2024-11-06 22:10:38.848 | binding-extended 2024-11-06 22:10:38.848 | port-security 2024-11-06 22:10:38.848 | project-id 2024-11-06 22:10:38.848 | provider 2024-11-06 22:10:38.848 | quota-check-limit 2024-11-06 22:10:38.848 | quotas 2024-11-06 22:10:38.848 | quota_details 2024-11-06 22:10:38.848 | rbac-policies 2024-11-06 22:10:38.848 | rbac-address-group 2024-11-06 22:10:38.848 | rbac-address-scope 2024-11-06 22:10:38.849 | rbac-security-groups 2024-11-06 22:10:38.849 | rbac-subnetpool 2024-11-06 22:10:38.849 | revision-if-match 2024-11-06 22:10:38.849 | standard-attr-revisions 2024-11-06 22:10:38.849 | router_availability_zone 2024-11-06 22:10:38.849 | security-groups-default-rules 2024-11-06 22:10:38.849 | security-groups-normalized-cidr 2024-11-06 22:10:38.849 | port-security-groups-filtering 2024-11-06 22:10:38.849 | security-groups-remote-address-group 2024-11-06 22:10:38.849 | security-groups-shared-filtering 2024-11-06 22:10:38.849 | security-group 2024-11-06 22:10:38.849 | service-type 2024-11-06 22:10:38.849 | sorting 2024-11-06 22:10:38.849 | standard-attr-description 2024-11-06 22:10:38.849 | stateful-security-group 2024-11-06 22:10:38.849 | subnet_onboard 2024-11-06 22:10:38.849 | subnet-service-types 2024-11-06 22:10:38.849 | subnet_allocation 2024-11-06 22:10:38.849 | subnetpool-prefix-ops 2024-11-06 22:10:38.849 | standard-attr-tag 2024-11-06 22:10:38.849 | standard-attr-timestamp 2024-11-06 22:10:38.849 | nsxt-ops' 2024-11-06 22:10:38.850 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2024-11-06 22:10:38.850 | address-scope 2024-11-06 22:10:38.851 | router-admin-state-down-before-update 2024-11-06 22:10:38.851 | agent 2024-11-06 22:10:38.851 | agent-resources-synced 2024-11-06 22:10:38.851 | allowed-address-pairs 2024-11-06 22:10:38.851 | auto-allocated-topology 2024-11-06 22:10:38.851 | availability_zone 2024-11-06 22:10:38.851 | availability_zone_filter 2024-11-06 22:10:38.851 | default-subnetpools 2024-11-06 22:10:38.851 | dhcp_agent_scheduler 2024-11-06 22:10:38.851 | dvr 2024-11-06 22:10:38.851 | empty-string-filtering 2024-11-06 22:10:38.851 | external-net 2024-11-06 22:10:38.852 | extra_dhcp_opt 2024-11-06 22:10:38.852 | extraroute 2024-11-06 22:10:38.852 | extraroute-atomic 2024-11-06 22:10:38.852 | filter-validation 2024-11-06 22:10:38.852 | floating-ip-port-forwarding-detail 2024-11-06 22:10:38.852 | fip-port-details 2024-11-06 22:10:38.852 | flavors 2024-11-06 22:10:38.852 | floatingip-pools 2024-11-06 22:10:38.852 | ip-substring-filtering 2024-11-06 22:10:38.852 | router 2024-11-06 22:10:38.852 | ext-gw-mode 2024-11-06 22:10:38.852 | l3-ha 2024-11-06 22:10:38.852 | l3-flavors 2024-11-06 22:10:38.852 | l3-port-ip-change-not-allowed 2024-11-06 22:10:38.852 | l3_agent_scheduler 2024-11-06 22:10:38.852 | multi-provider 2024-11-06 22:10:38.852 | net-mtu 2024-11-06 22:10:38.852 | net-mtu-writable 2024-11-06 22:10:38.852 | network_availability_zone 2024-11-06 22:10:38.852 | network_ha 2024-11-06 22:10:38.852 | network-ip-availability 2024-11-06 22:10:38.852 | pagination 2024-11-06 22:10:38.852 | port-device-profile 2024-11-06 22:10:38.852 | port-mac-override 2024-11-06 22:10:38.852 | port-mac-address-regenerate 2024-11-06 22:10:38.852 | port-numa-affinity-policy 2024-11-06 22:10:38.852 | binding 2024-11-06 22:10:38.852 | binding-extended 2024-11-06 22:10:38.852 | port-security 2024-11-06 22:10:38.852 | project-id 2024-11-06 22:10:38.852 | provider 2024-11-06 22:10:38.852 | quota-check-limit 2024-11-06 22:10:38.852 | quotas 2024-11-06 22:10:38.852 | quota_details 2024-11-06 22:10:38.852 | rbac-policies 2024-11-06 22:10:38.852 | rbac-address-group 2024-11-06 22:10:38.852 | rbac-address-scope 2024-11-06 22:10:38.852 | rbac-security-groups 2024-11-06 22:10:38.852 | rbac-subnetpool 2024-11-06 22:10:38.852 | revision-if-match 2024-11-06 22:10:38.852 | standard-attr-revisions 2024-11-06 22:10:38.852 | router_availability_zone 2024-11-06 22:10:38.852 | security-groups-default-rules 2024-11-06 22:10:38.852 | security-groups-normalized-cidr 2024-11-06 22:10:38.852 | port-security-groups-filtering 2024-11-06 22:10:38.852 | security-groups-remote-address-group 2024-11-06 22:10:38.852 | security-groups-shared-filtering 2024-11-06 22:10:38.852 | security-group 2024-11-06 22:10:38.852 | service-type 2024-11-06 22:10:38.852 | sorting 2024-11-06 22:10:38.852 | standard-attr-description 2024-11-06 22:10:38.852 | stateful-security-group 2024-11-06 22:10:38.852 | subnet_onboard 2024-11-06 22:10:38.852 | subnet-service-types 2024-11-06 22:10:38.852 | subnet_allocation 2024-11-06 22:10:38.852 | subnetpool-prefix-ops 2024-11-06 22:10:38.852 | standard-attr-tag 2024-11-06 22:10:38.852 | standard-attr-timestamp 2024-11-06 22:10:38.852 | nsxt-ops =~ auto-allocated-topology ]] 2024-11-06 22:10:38.853 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2024-11-06 22:10:38.855 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:162 : [[ True == \T\r\u\e ]] 2024-11-06 22:10:38.858 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:163 : [[ 4 =~ 4.* ]] 2024-11-06 22:10:38.860 | ++ 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-11-06 22:10:40.301 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:10:40.304 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:164 : SUBNETPOOL_V4_ID=63b8c3d6-add7-49c7-8a61-00ea5bf1e3b4 2024-11-06 22:10:40.307 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : [[ 4 =~ .*6 ]] 2024-11-06 22:10:40.309 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:172 : is_provider_network 2024-11-06 22:10:40.311 | + functions-common:is_provider_network:2249 : '[' '' == True ']' 2024-11-06 22:10:40.313 | + functions-common:is_provider_network:2252 : return 1 2024-11-06 22:10:40.316 | ++ 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-11-06 22:10:41.714 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:10:41.717 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:202 : NET_ID=4553f7a2-6f34-4174-ac46-70137c09e784 2024-11-06 22:10:41.719 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:203 : die_if_not_set 203 NET_ID 'Failure creating NET_ID for private' 2024-11-06 22:10:41.721 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-11-06 22:10:41.735 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:205 : [[ 4 =~ 4.* ]] 2024-11-06 22:10:41.738 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:207 : _neutron_create_private_subnet_v4 2024-11-06 22:10:41.740 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:254 : '[' -z 63b8c3d6-add7-49c7-8a61-00ea5bf1e3b4 ']' 2024-11-06 22:10:41.743 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : local 'subnet_params=--ip-version 4 ' 2024-11-06 22:10:41.745 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : [[ -n '' ]] 2024-11-06 22:10:41.747 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : subnet_params+='--subnet-pool 63b8c3d6-add7-49c7-8a61-00ea5bf1e3b4 ' 2024-11-06 22:10:41.749 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:263 : subnet_params+=' ' 2024-11-06 22:10:41.751 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:264 : subnet_params+='--network 4553f7a2-6f34-4174-ac46-70137c09e784 private-subnet' 2024-11-06 22:10:41.753 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:265 : local subnet_id 2024-11-06 22:10:41.756 | +++ 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 63b8c3d6-add7-49c7-8a61-00ea5bf1e3b4 --network 4553f7a2-6f34-4174-ac46-70137c09e784 private-subnet -f value -c id 2024-11-06 22:10:43.286 | +++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:10:43.289 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:266 : subnet_id=4e928fa0-5419-4599-8ef1-c47ea77bcc70 2024-11-06 22:10:43.291 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:267 : die_if_not_set 267 subnet_id 'Failure creating private IPv4 subnet' 2024-11-06 22:10:43.293 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2024-11-06 22:10:43.307 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:268 : echo 4e928fa0-5419-4599-8ef1-c47ea77bcc70 2024-11-06 22:10:43.310 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:207 : SUBNET_ID=4e928fa0-5419-4599-8ef1-c47ea77bcc70 2024-11-06 22:10:43.312 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : [[ 4 =~ .*6 ]] 2024-11-06 22:10:43.314 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : is_networking_extension_supported router 2024-11-06 22:10:43.316 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=router 2024-11-06 22:10:43.319 | ++ 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-11-06 22:10:44.466 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:10:44.469 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2024-11-06 22:10:44.469 | address-scope 2024-11-06 22:10:44.469 | router-admin-state-down-before-update 2024-11-06 22:10:44.469 | agent 2024-11-06 22:10:44.469 | agent-resources-synced 2024-11-06 22:10:44.469 | allowed-address-pairs 2024-11-06 22:10:44.469 | auto-allocated-topology 2024-11-06 22:10:44.469 | availability_zone 2024-11-06 22:10:44.469 | availability_zone_filter 2024-11-06 22:10:44.469 | default-subnetpools 2024-11-06 22:10:44.469 | dhcp_agent_scheduler 2024-11-06 22:10:44.469 | dvr 2024-11-06 22:10:44.469 | empty-string-filtering 2024-11-06 22:10:44.469 | external-net 2024-11-06 22:10:44.469 | extra_dhcp_opt 2024-11-06 22:10:44.469 | extraroute 2024-11-06 22:10:44.469 | extraroute-atomic 2024-11-06 22:10:44.469 | filter-validation 2024-11-06 22:10:44.469 | floating-ip-port-forwarding-detail 2024-11-06 22:10:44.469 | fip-port-details 2024-11-06 22:10:44.469 | flavors 2024-11-06 22:10:44.469 | floatingip-pools 2024-11-06 22:10:44.469 | ip-substring-filtering 2024-11-06 22:10:44.469 | router 2024-11-06 22:10:44.469 | ext-gw-mode 2024-11-06 22:10:44.469 | l3-ha 2024-11-06 22:10:44.469 | l3-flavors 2024-11-06 22:10:44.469 | l3-port-ip-change-not-allowed 2024-11-06 22:10:44.469 | l3_agent_scheduler 2024-11-06 22:10:44.469 | multi-provider 2024-11-06 22:10:44.469 | net-mtu 2024-11-06 22:10:44.469 | net-mtu-writable 2024-11-06 22:10:44.469 | network_availability_zone 2024-11-06 22:10:44.469 | network_ha 2024-11-06 22:10:44.469 | network-ip-availability 2024-11-06 22:10:44.469 | pagination 2024-11-06 22:10:44.469 | port-device-profile 2024-11-06 22:10:44.469 | port-mac-override 2024-11-06 22:10:44.469 | port-mac-address-regenerate 2024-11-06 22:10:44.469 | port-numa-affinity-policy 2024-11-06 22:10:44.469 | binding 2024-11-06 22:10:44.469 | binding-extended 2024-11-06 22:10:44.469 | port-security 2024-11-06 22:10:44.469 | project-id 2024-11-06 22:10:44.469 | provider 2024-11-06 22:10:44.469 | quota-check-limit 2024-11-06 22:10:44.469 | quotas 2024-11-06 22:10:44.469 | quota_details 2024-11-06 22:10:44.469 | rbac-policies 2024-11-06 22:10:44.469 | rbac-address-group 2024-11-06 22:10:44.469 | rbac-address-scope 2024-11-06 22:10:44.469 | rbac-security-groups 2024-11-06 22:10:44.469 | rbac-subnetpool 2024-11-06 22:10:44.469 | revision-if-match 2024-11-06 22:10:44.469 | standard-attr-revisions 2024-11-06 22:10:44.469 | router_availability_zone 2024-11-06 22:10:44.469 | security-groups-default-rules 2024-11-06 22:10:44.469 | security-groups-normalized-cidr 2024-11-06 22:10:44.469 | port-security-groups-filtering 2024-11-06 22:10:44.469 | security-groups-remote-address-group 2024-11-06 22:10:44.469 | security-groups-shared-filtering 2024-11-06 22:10:44.469 | security-group 2024-11-06 22:10:44.469 | service-type 2024-11-06 22:10:44.469 | sorting 2024-11-06 22:10:44.469 | standard-attr-description 2024-11-06 22:10:44.469 | stateful-security-group 2024-11-06 22:10:44.469 | subnet_onboard 2024-11-06 22:10:44.469 | subnet-service-types 2024-11-06 22:10:44.469 | subnet_allocation 2024-11-06 22:10:44.469 | subnetpool-prefix-ops 2024-11-06 22:10:44.469 | standard-attr-tag 2024-11-06 22:10:44.469 | standard-attr-timestamp 2024-11-06 22:10:44.469 | nsxt-ops' 2024-11-06 22:10:44.472 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2024-11-06 22:10:44.472 | address-scope 2024-11-06 22:10:44.472 | router-admin-state-down-before-update 2024-11-06 22:10:44.472 | agent 2024-11-06 22:10:44.472 | agent-resources-synced 2024-11-06 22:10:44.472 | allowed-address-pairs 2024-11-06 22:10:44.472 | auto-allocated-topology 2024-11-06 22:10:44.472 | availability_zone 2024-11-06 22:10:44.472 | availability_zone_filter 2024-11-06 22:10:44.472 | default-subnetpools 2024-11-06 22:10:44.472 | dhcp_agent_scheduler 2024-11-06 22:10:44.472 | dvr 2024-11-06 22:10:44.472 | empty-string-filtering 2024-11-06 22:10:44.472 | external-net 2024-11-06 22:10:44.472 | extra_dhcp_opt 2024-11-06 22:10:44.472 | extraroute 2024-11-06 22:10:44.472 | extraroute-atomic 2024-11-06 22:10:44.472 | filter-validation 2024-11-06 22:10:44.472 | floating-ip-port-forwarding-detail 2024-11-06 22:10:44.472 | fip-port-details 2024-11-06 22:10:44.472 | flavors 2024-11-06 22:10:44.472 | floatingip-pools 2024-11-06 22:10:44.472 | ip-substring-filtering 2024-11-06 22:10:44.472 | router 2024-11-06 22:10:44.472 | ext-gw-mode 2024-11-06 22:10:44.472 | l3-ha 2024-11-06 22:10:44.472 | l3-flavors 2024-11-06 22:10:44.472 | l3-port-ip-change-not-allowed 2024-11-06 22:10:44.472 | l3_agent_scheduler 2024-11-06 22:10:44.472 | multi-provider 2024-11-06 22:10:44.472 | net-mtu 2024-11-06 22:10:44.472 | net-mtu-writable 2024-11-06 22:10:44.472 | network_availability_zone 2024-11-06 22:10:44.472 | network_ha 2024-11-06 22:10:44.472 | network-ip-availability 2024-11-06 22:10:44.472 | pagination 2024-11-06 22:10:44.472 | port-device-profile 2024-11-06 22:10:44.472 | port-mac-override 2024-11-06 22:10:44.472 | port-mac-address-regenerate 2024-11-06 22:10:44.472 | port-numa-affinity-policy 2024-11-06 22:10:44.472 | binding 2024-11-06 22:10:44.472 | binding-extended 2024-11-06 22:10:44.472 | port-security 2024-11-06 22:10:44.472 | project-id 2024-11-06 22:10:44.472 | provider 2024-11-06 22:10:44.472 | quota-check-limit 2024-11-06 22:10:44.472 | quotas 2024-11-06 22:10:44.472 | quota_details 2024-11-06 22:10:44.472 | rbac-policies 2024-11-06 22:10:44.472 | rbac-address-group 2024-11-06 22:10:44.472 | rbac-address-scope 2024-11-06 22:10:44.472 | rbac-security-groups 2024-11-06 22:10:44.472 | rbac-subnetpool 2024-11-06 22:10:44.472 | revision-if-match 2024-11-06 22:10:44.472 | standard-attr-revisions 2024-11-06 22:10:44.472 | router_availability_zone 2024-11-06 22:10:44.472 | security-groups-default-rules 2024-11-06 22:10:44.472 | security-groups-normalized-cidr 2024-11-06 22:10:44.472 | port-security-groups-filtering 2024-11-06 22:10:44.472 | security-groups-remote-address-group 2024-11-06 22:10:44.472 | security-groups-shared-filtering 2024-11-06 22:10:44.472 | security-group 2024-11-06 22:10:44.472 | service-type 2024-11-06 22:10:44.472 | sorting 2024-11-06 22:10:44.472 | standard-attr-description 2024-11-06 22:10:44.472 | stateful-security-group 2024-11-06 22:10:44.472 | subnet_onboard 2024-11-06 22:10:44.472 | subnet-service-types 2024-11-06 22:10:44.472 | subnet_allocation 2024-11-06 22:10:44.472 | subnetpool-prefix-ops 2024-11-06 22:10:44.472 | standard-attr-tag 2024-11-06 22:10:44.472 | standard-attr-timestamp 2024-11-06 22:10:44.472 | nsxt-ops =~ router ]] 2024-11-06 22:10:44.474 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2024-11-06 22:10:44.476 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:216 : is_networking_extension_supported external-net 2024-11-06 22:10:44.478 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=external-net 2024-11-06 22:10:44.481 | ++ 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-11-06 22:10:45.633 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:10:45.636 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2024-11-06 22:10:45.636 | address-scope 2024-11-06 22:10:45.636 | router-admin-state-down-before-update 2024-11-06 22:10:45.636 | agent 2024-11-06 22:10:45.636 | agent-resources-synced 2024-11-06 22:10:45.636 | allowed-address-pairs 2024-11-06 22:10:45.636 | auto-allocated-topology 2024-11-06 22:10:45.636 | availability_zone 2024-11-06 22:10:45.636 | availability_zone_filter 2024-11-06 22:10:45.636 | default-subnetpools 2024-11-06 22:10:45.636 | dhcp_agent_scheduler 2024-11-06 22:10:45.636 | dvr 2024-11-06 22:10:45.636 | empty-string-filtering 2024-11-06 22:10:45.636 | external-net 2024-11-06 22:10:45.636 | extra_dhcp_opt 2024-11-06 22:10:45.636 | extraroute 2024-11-06 22:10:45.636 | extraroute-atomic 2024-11-06 22:10:45.636 | filter-validation 2024-11-06 22:10:45.636 | floating-ip-port-forwarding-detail 2024-11-06 22:10:45.636 | fip-port-details 2024-11-06 22:10:45.636 | flavors 2024-11-06 22:10:45.636 | floatingip-pools 2024-11-06 22:10:45.636 | ip-substring-filtering 2024-11-06 22:10:45.636 | router 2024-11-06 22:10:45.636 | ext-gw-mode 2024-11-06 22:10:45.636 | l3-ha 2024-11-06 22:10:45.636 | l3-flavors 2024-11-06 22:10:45.636 | l3-port-ip-change-not-allowed 2024-11-06 22:10:45.636 | l3_agent_scheduler 2024-11-06 22:10:45.636 | multi-provider 2024-11-06 22:10:45.636 | net-mtu 2024-11-06 22:10:45.636 | net-mtu-writable 2024-11-06 22:10:45.636 | network_availability_zone 2024-11-06 22:10:45.636 | network_ha 2024-11-06 22:10:45.636 | network-ip-availability 2024-11-06 22:10:45.636 | pagination 2024-11-06 22:10:45.636 | port-device-profile 2024-11-06 22:10:45.636 | port-mac-override 2024-11-06 22:10:45.636 | port-mac-address-regenerate 2024-11-06 22:10:45.636 | port-numa-affinity-policy 2024-11-06 22:10:45.636 | binding 2024-11-06 22:10:45.636 | binding-extended 2024-11-06 22:10:45.636 | port-security 2024-11-06 22:10:45.636 | project-id 2024-11-06 22:10:45.636 | provider 2024-11-06 22:10:45.636 | quota-check-limit 2024-11-06 22:10:45.636 | quotas 2024-11-06 22:10:45.636 | quota_details 2024-11-06 22:10:45.636 | rbac-policies 2024-11-06 22:10:45.636 | rbac-address-group 2024-11-06 22:10:45.636 | rbac-address-scope 2024-11-06 22:10:45.636 | rbac-security-groups 2024-11-06 22:10:45.636 | rbac-subnetpool 2024-11-06 22:10:45.636 | revision-if-match 2024-11-06 22:10:45.636 | standard-attr-revisions 2024-11-06 22:10:45.636 | router_availability_zone 2024-11-06 22:10:45.636 | security-groups-default-rules 2024-11-06 22:10:45.636 | security-groups-normalized-cidr 2024-11-06 22:10:45.636 | port-security-groups-filtering 2024-11-06 22:10:45.636 | security-groups-remote-address-group 2024-11-06 22:10:45.636 | security-groups-shared-filtering 2024-11-06 22:10:45.636 | security-group 2024-11-06 22:10:45.636 | service-type 2024-11-06 22:10:45.636 | sorting 2024-11-06 22:10:45.636 | standard-attr-description 2024-11-06 22:10:45.636 | stateful-security-group 2024-11-06 22:10:45.636 | subnet_onboard 2024-11-06 22:10:45.636 | subnet-service-types 2024-11-06 22:10:45.636 | subnet_allocation 2024-11-06 22:10:45.636 | subnetpool-prefix-ops 2024-11-06 22:10:45.636 | standard-attr-tag 2024-11-06 22:10:45.636 | standard-attr-timestamp 2024-11-06 22:10:45.637 | nsxt-ops' 2024-11-06 22:10:45.639 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2024-11-06 22:10:45.639 | address-scope 2024-11-06 22:10:45.639 | router-admin-state-down-before-update 2024-11-06 22:10:45.639 | agent 2024-11-06 22:10:45.639 | agent-resources-synced 2024-11-06 22:10:45.639 | allowed-address-pairs 2024-11-06 22:10:45.639 | auto-allocated-topology 2024-11-06 22:10:45.639 | availability_zone 2024-11-06 22:10:45.639 | availability_zone_filter 2024-11-06 22:10:45.639 | default-subnetpools 2024-11-06 22:10:45.639 | dhcp_agent_scheduler 2024-11-06 22:10:45.639 | dvr 2024-11-06 22:10:45.639 | empty-string-filtering 2024-11-06 22:10:45.639 | external-net 2024-11-06 22:10:45.639 | extra_dhcp_opt 2024-11-06 22:10:45.639 | extraroute 2024-11-06 22:10:45.639 | extraroute-atomic 2024-11-06 22:10:45.639 | filter-validation 2024-11-06 22:10:45.639 | floating-ip-port-forwarding-detail 2024-11-06 22:10:45.639 | fip-port-details 2024-11-06 22:10:45.639 | flavors 2024-11-06 22:10:45.639 | floatingip-pools 2024-11-06 22:10:45.639 | ip-substring-filtering 2024-11-06 22:10:45.639 | router 2024-11-06 22:10:45.639 | ext-gw-mode 2024-11-06 22:10:45.639 | l3-ha 2024-11-06 22:10:45.639 | l3-flavors 2024-11-06 22:10:45.639 | l3-port-ip-change-not-allowed 2024-11-06 22:10:45.639 | l3_agent_scheduler 2024-11-06 22:10:45.639 | multi-provider 2024-11-06 22:10:45.639 | net-mtu 2024-11-06 22:10:45.639 | net-mtu-writable 2024-11-06 22:10:45.639 | network_availability_zone 2024-11-06 22:10:45.639 | network_ha 2024-11-06 22:10:45.639 | network-ip-availability 2024-11-06 22:10:45.639 | pagination 2024-11-06 22:10:45.639 | port-device-profile 2024-11-06 22:10:45.639 | port-mac-override 2024-11-06 22:10:45.639 | port-mac-address-regenerate 2024-11-06 22:10:45.639 | port-numa-affinity-policy 2024-11-06 22:10:45.639 | binding 2024-11-06 22:10:45.639 | binding-extended 2024-11-06 22:10:45.639 | port-security 2024-11-06 22:10:45.639 | project-id 2024-11-06 22:10:45.639 | provider 2024-11-06 22:10:45.639 | quota-check-limit 2024-11-06 22:10:45.639 | quotas 2024-11-06 22:10:45.639 | quota_details 2024-11-06 22:10:45.639 | rbac-policies 2024-11-06 22:10:45.639 | rbac-address-group 2024-11-06 22:10:45.639 | rbac-address-scope 2024-11-06 22:10:45.639 | rbac-security-groups 2024-11-06 22:10:45.639 | rbac-subnetpool 2024-11-06 22:10:45.639 | revision-if-match 2024-11-06 22:10:45.639 | standard-attr-revisions 2024-11-06 22:10:45.639 | router_availability_zone 2024-11-06 22:10:45.639 | security-groups-default-rules 2024-11-06 22:10:45.639 | security-groups-normalized-cidr 2024-11-06 22:10:45.639 | port-security-groups-filtering 2024-11-06 22:10:45.639 | security-groups-remote-address-group 2024-11-06 22:10:45.639 | security-groups-shared-filtering 2024-11-06 22:10:45.639 | security-group 2024-11-06 22:10:45.639 | service-type 2024-11-06 22:10:45.639 | sorting 2024-11-06 22:10:45.639 | standard-attr-description 2024-11-06 22:10:45.639 | stateful-security-group 2024-11-06 22:10:45.639 | subnet_onboard 2024-11-06 22:10:45.639 | subnet-service-types 2024-11-06 22:10:45.639 | subnet_allocation 2024-11-06 22:10:45.639 | subnetpool-prefix-ops 2024-11-06 22:10:45.639 | standard-attr-tag 2024-11-06 22:10:45.639 | standard-attr-timestamp 2024-11-06 22:10:45.639 | nsxt-ops =~ external-net ]] 2024-11-06 22:10:45.641 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2024-11-06 22:10:45.643 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:218 : [[ True == \T\r\u\e ]] 2024-11-06 22:10:45.647 | ++ 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-11-06 22:10:46.861 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:10:46.864 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:220 : ROUTER_ID=60bf90be-9956-4837-b6fd-a1e609657216 2024-11-06 22:10:46.866 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:221 : die_if_not_set 221 ROUTER_ID 'Failure creating router router1' 2024-11-06 22:10:46.868 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-11-06 22:10:46.882 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXTERNAL_NETWORK_FLAGS=--external 2024-11-06 22:10:46.884 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:229 : is_networking_extension_supported auto-allocated-topology 2024-11-06 22:10:46.886 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=auto-allocated-topology 2024-11-06 22:10:46.889 | ++ 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-11-06 22:10:48.049 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:10:48.051 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2024-11-06 22:10:48.051 | address-scope 2024-11-06 22:10:48.051 | router-admin-state-down-before-update 2024-11-06 22:10:48.051 | agent 2024-11-06 22:10:48.051 | agent-resources-synced 2024-11-06 22:10:48.051 | allowed-address-pairs 2024-11-06 22:10:48.051 | auto-allocated-topology 2024-11-06 22:10:48.051 | availability_zone 2024-11-06 22:10:48.051 | availability_zone_filter 2024-11-06 22:10:48.051 | default-subnetpools 2024-11-06 22:10:48.051 | dhcp_agent_scheduler 2024-11-06 22:10:48.051 | dvr 2024-11-06 22:10:48.051 | empty-string-filtering 2024-11-06 22:10:48.051 | external-net 2024-11-06 22:10:48.051 | extra_dhcp_opt 2024-11-06 22:10:48.051 | extraroute 2024-11-06 22:10:48.051 | extraroute-atomic 2024-11-06 22:10:48.051 | filter-validation 2024-11-06 22:10:48.051 | floating-ip-port-forwarding-detail 2024-11-06 22:10:48.051 | fip-port-details 2024-11-06 22:10:48.051 | flavors 2024-11-06 22:10:48.051 | floatingip-pools 2024-11-06 22:10:48.051 | ip-substring-filtering 2024-11-06 22:10:48.051 | router 2024-11-06 22:10:48.051 | ext-gw-mode 2024-11-06 22:10:48.052 | l3-ha 2024-11-06 22:10:48.052 | l3-flavors 2024-11-06 22:10:48.052 | l3-port-ip-change-not-allowed 2024-11-06 22:10:48.052 | l3_agent_scheduler 2024-11-06 22:10:48.052 | multi-provider 2024-11-06 22:10:48.052 | net-mtu 2024-11-06 22:10:48.052 | net-mtu-writable 2024-11-06 22:10:48.052 | network_availability_zone 2024-11-06 22:10:48.052 | network_ha 2024-11-06 22:10:48.052 | network-ip-availability 2024-11-06 22:10:48.052 | pagination 2024-11-06 22:10:48.052 | port-device-profile 2024-11-06 22:10:48.052 | port-mac-override 2024-11-06 22:10:48.052 | port-mac-address-regenerate 2024-11-06 22:10:48.052 | port-numa-affinity-policy 2024-11-06 22:10:48.052 | binding 2024-11-06 22:10:48.052 | binding-extended 2024-11-06 22:10:48.052 | port-security 2024-11-06 22:10:48.052 | project-id 2024-11-06 22:10:48.052 | provider 2024-11-06 22:10:48.052 | quota-check-limit 2024-11-06 22:10:48.052 | quotas 2024-11-06 22:10:48.052 | quota_details 2024-11-06 22:10:48.052 | rbac-policies 2024-11-06 22:10:48.052 | rbac-address-group 2024-11-06 22:10:48.052 | rbac-address-scope 2024-11-06 22:10:48.052 | rbac-security-groups 2024-11-06 22:10:48.052 | rbac-subnetpool 2024-11-06 22:10:48.052 | revision-if-match 2024-11-06 22:10:48.052 | standard-attr-revisions 2024-11-06 22:10:48.052 | router_availability_zone 2024-11-06 22:10:48.052 | security-groups-default-rules 2024-11-06 22:10:48.052 | security-groups-normalized-cidr 2024-11-06 22:10:48.052 | port-security-groups-filtering 2024-11-06 22:10:48.052 | security-groups-remote-address-group 2024-11-06 22:10:48.052 | security-groups-shared-filtering 2024-11-06 22:10:48.052 | security-group 2024-11-06 22:10:48.052 | service-type 2024-11-06 22:10:48.052 | sorting 2024-11-06 22:10:48.052 | standard-attr-description 2024-11-06 22:10:48.052 | stateful-security-group 2024-11-06 22:10:48.052 | subnet_onboard 2024-11-06 22:10:48.052 | subnet-service-types 2024-11-06 22:10:48.052 | subnet_allocation 2024-11-06 22:10:48.052 | subnetpool-prefix-ops 2024-11-06 22:10:48.052 | standard-attr-tag 2024-11-06 22:10:48.052 | standard-attr-timestamp 2024-11-06 22:10:48.052 | nsxt-ops' 2024-11-06 22:10:48.054 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2024-11-06 22:10:48.054 | address-scope 2024-11-06 22:10:48.054 | router-admin-state-down-before-update 2024-11-06 22:10:48.054 | agent 2024-11-06 22:10:48.054 | agent-resources-synced 2024-11-06 22:10:48.054 | allowed-address-pairs 2024-11-06 22:10:48.054 | auto-allocated-topology 2024-11-06 22:10:48.054 | availability_zone 2024-11-06 22:10:48.054 | availability_zone_filter 2024-11-06 22:10:48.054 | default-subnetpools 2024-11-06 22:10:48.054 | dhcp_agent_scheduler 2024-11-06 22:10:48.054 | dvr 2024-11-06 22:10:48.054 | empty-string-filtering 2024-11-06 22:10:48.054 | external-net 2024-11-06 22:10:48.054 | extra_dhcp_opt 2024-11-06 22:10:48.054 | extraroute 2024-11-06 22:10:48.054 | extraroute-atomic 2024-11-06 22:10:48.054 | filter-validation 2024-11-06 22:10:48.054 | floating-ip-port-forwarding-detail 2024-11-06 22:10:48.054 | fip-port-details 2024-11-06 22:10:48.054 | flavors 2024-11-06 22:10:48.054 | floatingip-pools 2024-11-06 22:10:48.054 | ip-substring-filtering 2024-11-06 22:10:48.054 | router 2024-11-06 22:10:48.054 | ext-gw-mode 2024-11-06 22:10:48.054 | l3-ha 2024-11-06 22:10:48.054 | l3-flavors 2024-11-06 22:10:48.054 | l3-port-ip-change-not-allowed 2024-11-06 22:10:48.054 | l3_agent_scheduler 2024-11-06 22:10:48.054 | multi-provider 2024-11-06 22:10:48.054 | net-mtu 2024-11-06 22:10:48.054 | net-mtu-writable 2024-11-06 22:10:48.054 | network_availability_zone 2024-11-06 22:10:48.054 | network_ha 2024-11-06 22:10:48.054 | network-ip-availability 2024-11-06 22:10:48.054 | pagination 2024-11-06 22:10:48.054 | port-device-profile 2024-11-06 22:10:48.054 | port-mac-override 2024-11-06 22:10:48.054 | port-mac-address-regenerate 2024-11-06 22:10:48.054 | port-numa-affinity-policy 2024-11-06 22:10:48.054 | binding 2024-11-06 22:10:48.054 | binding-extended 2024-11-06 22:10:48.054 | port-security 2024-11-06 22:10:48.054 | project-id 2024-11-06 22:10:48.054 | provider 2024-11-06 22:10:48.054 | quota-check-limit 2024-11-06 22:10:48.054 | quotas 2024-11-06 22:10:48.054 | quota_details 2024-11-06 22:10:48.054 | rbac-policies 2024-11-06 22:10:48.054 | rbac-address-group 2024-11-06 22:10:48.054 | rbac-address-scope 2024-11-06 22:10:48.054 | rbac-security-groups 2024-11-06 22:10:48.054 | rbac-subnetpool 2024-11-06 22:10:48.054 | revision-if-match 2024-11-06 22:10:48.054 | standard-attr-revisions 2024-11-06 22:10:48.054 | router_availability_zone 2024-11-06 22:10:48.054 | security-groups-default-rules 2024-11-06 22:10:48.054 | security-groups-normalized-cidr 2024-11-06 22:10:48.054 | port-security-groups-filtering 2024-11-06 22:10:48.054 | security-groups-remote-address-group 2024-11-06 22:10:48.054 | security-groups-shared-filtering 2024-11-06 22:10:48.054 | security-group 2024-11-06 22:10:48.054 | service-type 2024-11-06 22:10:48.054 | sorting 2024-11-06 22:10:48.054 | standard-attr-description 2024-11-06 22:10:48.054 | stateful-security-group 2024-11-06 22:10:48.054 | subnet_onboard 2024-11-06 22:10:48.054 | subnet-service-types 2024-11-06 22:10:48.054 | subnet_allocation 2024-11-06 22:10:48.054 | subnetpool-prefix-ops 2024-11-06 22:10:48.054 | standard-attr-tag 2024-11-06 22:10:48.054 | standard-attr-timestamp 2024-11-06 22:10:48.054 | nsxt-ops =~ auto-allocated-topology ]] 2024-11-06 22:10:48.056 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2024-11-06 22:10:48.058 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:230 : EXTERNAL_NETWORK_FLAGS='--external --default' 2024-11-06 22:10:48.061 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:233 : '[' True = True ']' 2024-11-06 22:10:48.064 | ++ 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-11-06 22:10:49.352 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:10:49.355 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : EXT_NET_ID=da03cf51-6d78-4356-aff1-4bfac711b58d 2024-11-06 22:10:49.358 | + 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-11-06 22:10:49.360 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-11-06 22:10:49.374 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:240 : [[ 4 =~ 4.* ]] 2024-11-06 22:10:49.378 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:242 : _neutron_configure_router_v4 2024-11-06 22:10:49.379 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet 60bf90be-9956-4837-b6fd-a1e609657216 4e928fa0-5419-4599-8ef1-c47ea77bcc70 2024-11-06 22:10:51.455 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : local id_and_ext_gw_ip 2024-11-06 22:10:51.458 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 : _neutron_create_public_subnet_v4 da03cf51-6d78-4356-aff1-4bfac711b58d 2024-11-06 22:10:51.460 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : local 'subnet_params=--ip-version 4 ' 2024-11-06 22:10:51.462 | ++ 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-11-06 22:10:51.464 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : [[ -n 10.180.180.1 ]] 2024-11-06 22:10:51.466 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:297 : subnet_params+='--gateway 10.180.180.1 ' 2024-11-06 22:10:51.468 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:299 : subnet_params+='--network da03cf51-6d78-4356-aff1-4bfac711b58d --subnet-range 10.180.180.0/24 --no-dhcp ' 2024-11-06 22:10:51.469 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:300 : subnet_params+=public-subnet 2024-11-06 22:10:51.471 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:301 : local id_and_ext_gw_ip 2024-11-06 22:10:51.474 | +++ 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 da03cf51-6d78-4356-aff1-4bfac711b58d --subnet-range 10.180.180.0/24 --no-dhcp public-subnet 2024-11-06 22:10:51.475 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : grep -e gateway_ip -e ' id ' 2024-11-06 22:10:53.052 | +++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:10:53.055 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:302 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | 2024-11-06 22:10:53.055 | | id | 671a45ad-e21b-4957-b8f2-af4438db5fad |' 2024-11-06 22:10:53.057 | ++ 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-11-06 22:10:53.058 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2024-11-06 22:10:53.071 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:304 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 671a45ad-e21b-4957-b8f2-af4438db5fad '|' 2024-11-06 22:10:53.074 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:324 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | | id | 671a45ad-e21b-4957-b8f2-af4438db5fad |' 2024-11-06 22:10:53.076 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:325 : local ext_gw_ip 2024-11-06 22:10:53.079 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 671a45ad-e21b-4957-b8f2-af4438db5fad '|' 2024-11-06 22:10:53.079 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : get_field 2 2024-11-06 22:10:53.081 | ++ functions-common:get_field:789 : local data field 2024-11-06 22:10:53.083 | ++ functions-common:get_field:790 : read data 2024-11-06 22:10:53.085 | ++ functions-common:get_field:791 : '[' 2 -lt 0 ']' 2024-11-06 22:10:53.087 | ++ functions-common:get_field:794 : field='$3' 2024-11-06 22:10:53.089 | ++ functions-common:get_field:796 : echo '| gateway_ip | 10.180.180.1 | | id | 671a45ad-e21b-4957-b8f2-af4438db5fad |' 2024-11-06 22:10:53.089 | ++ functions-common:get_field:796 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2024-11-06 22:10:53.093 | ++ functions-common:get_field:790 : read data 2024-11-06 22:10:53.096 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : ext_gw_ip=10.180.180.1 2024-11-06 22:10:53.099 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 671a45ad-e21b-4957-b8f2-af4438db5fad '|' 2024-11-06 22:10:53.099 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : get_field 5 2024-11-06 22:10:53.101 | ++ functions-common:get_field:789 : local data field 2024-11-06 22:10:53.103 | ++ functions-common:get_field:790 : read data 2024-11-06 22:10:53.105 | ++ functions-common:get_field:791 : '[' 5 -lt 0 ']' 2024-11-06 22:10:53.107 | ++ functions-common:get_field:794 : field='$6' 2024-11-06 22:10:53.109 | ++ functions-common:get_field:796 : echo '| gateway_ip | 10.180.180.1 | | id | 671a45ad-e21b-4957-b8f2-af4438db5fad |' 2024-11-06 22:10:53.110 | ++ functions-common:get_field:796 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2024-11-06 22:10:53.114 | ++ functions-common:get_field:790 : read data 2024-11-06 22:10:53.117 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:327 : PUB_SUBNET_ID=671a45ad-e21b-4957-b8f2-af4438db5fad 2024-11-06 22:10:53.119 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway da03cf51-6d78-4356-aff1-4bfac711b58d 60bf90be-9956-4837-b6fd-a1e609657216 2024-11-06 22:10:55.089 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 : [[ openvswitch == \o\v\n ]] 2024-11-06 22:10:55.091 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:332 : is_service_enabled q-l3 neutron-l3 2024-11-06 22:10:55.104 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:10:55.106 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:334 : local ext_gw_interface=none 2024-11-06 22:10:55.108 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:335 : is_neutron_ovs_base_plugin 2024-11-06 22:10:55.110 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2024-11-06 22:10:55.113 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : _neutron_get_ext_gw_interface 2024-11-06 22:10:55.115 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:144 : [[ False == \T\r\u\e ]] 2024-11-06 22:10:55.117 | ++ 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-11-06 22:10:55.129 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:151 : echo br-ex 2024-11-06 22:10:55.132 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:336 : ext_gw_interface=br-ex 2024-11-06 22:10:55.134 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:348 : [[ br-ex != \n\o\n\e ]] 2024-11-06 22:10:55.136 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:349 : local cidr_len=24 2024-11-06 22:10:55.138 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : local 'testcmd=ip -o link | grep -q br-ex' 2024-11-06 22:10:55.139 | + 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-11-06 22:10:55.141 | + functions-common:test_with_retry:2338 : local 'testcmd=ip -o link | grep -q br-ex' 2024-11-06 22:10:55.143 | + functions-common:test_with_retry:2339 : local 'failmsg=br-ex creation failed' 2024-11-06 22:10:55.146 | + functions-common:test_with_retry:2340 : local until=10 2024-11-06 22:10:55.148 | + functions-common:test_with_retry:2341 : local sleep=0.5 2024-11-06 22:10:55.150 | + functions-common:test_with_retry:2343 : time_start test_with_retry 2024-11-06 22:10:55.151 | + functions-common:time_start:2386 : local name=test_with_retry 2024-11-06 22:10:55.153 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:10:55.155 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:10:55.158 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:10:55.161 | + functions-common:time_start:2391 : _TIME_START[$name]=1730931055159 2024-11-06 22:10:55.164 | + functions-common:test_with_retry:2344 : timeout 10 sh -c 'while ! ip -o link | grep -q br-ex; do sleep 0.5; done' 2024-11-06 22:10:55.169 | + functions-common:test_with_retry:2347 : time_stop test_with_retry 2024-11-06 22:10:55.171 | + functions-common:time_stop:2400 : local name 2024-11-06 22:10:55.173 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:10:55.175 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:10:55.177 | + functions-common:time_stop:2403 : local total 2024-11-06 22:10:55.179 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:10:55.180 | + functions-common:time_stop:2406 : name=test_with_retry 2024-11-06 22:10:55.182 | + functions-common:time_stop:2407 : start_time=1730931055159 2024-11-06 22:10:55.185 | + functions-common:time_stop:2409 : [[ -z 1730931055159 ]] 2024-11-06 22:10:55.187 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:10:55.190 | + functions-common:time_stop:2412 : end_time=1730931055188 2024-11-06 22:10:55.193 | + functions-common:time_stop:2413 : elapsed_time=29 2024-11-06 22:10:55.194 | + functions-common:time_stop:2414 : total=3064 2024-11-06 22:10:55.196 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:10:55.198 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=3093 2024-11-06 22:10:55.202 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : ip addr show dev br-ex 2024-11-06 22:10:55.202 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : grep -c 10.180.180.1 2024-11-06 22:10:55.206 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ 0 == 0 ]] 2024-11-06 22:10:55.208 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ True == \F\a\l\s\e ]] 2024-11-06 22:10:55.210 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ False == \T\r\u\e ]] 2024-11-06 22:10:55.212 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:352 : [[ False == \T\r\u\e ]] 2024-11-06 22:10:55.216 | ++ 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-11-06 22:10:55.216 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : cut -f2 '-d'\''' 2024-11-06 22:10:55.216 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : awk -Fip_address '{ print $2 }' 2024-11-06 22:10:55.216 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : tr '\n' ' ' 2024-11-06 22:10:56.383 | ++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:10:56.386 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:356 : ROUTER_GW_IP=' 10.180.180.242 ' 2024-11-06 22:10:56.388 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:357 : die_if_not_set 357 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2024-11-06 22:10:56.391 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-11-06 22:10:56.404 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:359 : _neutron_set_router_id 2024-11-06 22:10:56.406 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:137 : [[ True == \F\a\l\s\e ]] 2024-11-06 22:10:56.408 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:245 : [[ 4 =~ .*6 ]] 2024-11-06 22:10:56.411 | + stack.sh:main:1341 : is_service_enabled nova 2024-11-06 22:10:56.426 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:10:56.428 | + stack.sh:main:1342 : echo_summary 'Starting Nova' 2024-11-06 22:10:56.431 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2024-11-06 22:10:56.432 | + stack.sh:echo_summary:461 : echo -e Starting Nova 2024-11-06 22:10:56.435 | + stack.sh:main:1343 : start_nova 2024-11-06 22:10:56.437 | + lib/nova:start_nova:1184 : start_nova_rest 2024-11-06 22:10:56.439 | + 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-11-06 22:10:56.442 | + 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-11-06 22:10:56.444 | + 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-11-06 22:10:56.446 | + lib/nova:start_nova_rest:1096 : local compute_cell_conf=/etc/nova/nova.conf 2024-11-06 22:10:56.448 | + lib/nova:start_nova_rest:1098 : run_process n-sch '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-11-06 22:10:56.450 | + functions-common:run_process:1654 : local service=n-sch 2024-11-06 22:10:56.453 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-11-06 22:10:56.455 | + functions-common:run_process:1656 : local group= 2024-11-06 22:10:56.457 | + functions-common:run_process:1657 : local user= 2024-11-06 22:10:56.459 | + functions-common:run_process:1658 : local env_vars= 2024-11-06 22:10:56.461 | + functions-common:run_process:1660 : local name=n-sch 2024-11-06 22:10:56.464 | + functions-common:run_process:1662 : time_start run_process 2024-11-06 22:10:56.466 | + functions-common:time_start:2386 : local name=run_process 2024-11-06 22:10:56.468 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:10:56.470 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:10:56.473 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:10:56.477 | + functions-common:time_start:2391 : _TIME_START[$name]=1730931056474 2024-11-06 22:10:56.479 | + functions-common:run_process:1663 : is_service_enabled n-sch 2024-11-06 22:10:56.492 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:10:56.494 | + functions-common:run_process:1664 : _run_under_systemd n-sch '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' '' 2024-11-06 22:10:56.497 | + functions-common:_run_under_systemd:1611 : local service=n-sch 2024-11-06 22:10:56.499 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-11-06 22:10:56.501 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-11-06 22:10:56.503 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-11-06 22:10:56.505 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-11-06 22:10:56.507 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2024-11-06 22:10:56.509 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-11-06 22:10:56.511 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-sch.service 2024-11-06 22:10:56.513 | + functions-common:_run_under_systemd:1618 : local group= 2024-11-06 22:10:56.515 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-11-06 22:10:56.517 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-11-06 22:10:56.519 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-11-06 22:10:56.521 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-11-06 22:10:56.523 | + 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-11-06 22:10:56.525 | + functions-common:write_user_unit_file:1518 : local service=devstack@n-sch.service 2024-11-06 22:10:56.527 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-11-06 22:10:56.529 | + functions-common:write_user_unit_file:1520 : local group= 2024-11-06 22:10:56.531 | + functions-common:write_user_unit_file:1521 : local user=stack 2024-11-06 22:10:56.533 | + functions-common:write_user_unit_file:1522 : local env_vars= 2024-11-06 22:10:56.535 | + functions-common:write_user_unit_file:1523 : local extra= 2024-11-06 22:10:56.536 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2024-11-06 22:10:56.538 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2024-11-06 22:10:56.540 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2024-11-06 22:10:56.544 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2024-11-06 22:10:56.596 | + 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-11-06 22:10:56.649 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2024-11-06 22:10:56.694 | + 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-11-06 22:10:56.737 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2024-11-06 22:10:56.779 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2024-11-06 22:10:56.822 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-11-06 22:10:56.863 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2024-11-06 22:10:56.865 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2024-11-06 22:10:56.867 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2024-11-06 22:10:56.916 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2024-11-06 22:10:57.170 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-sch.service 2024-11-06 22:10:57.180 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2024-11-06 22:10:57.455 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-sch.service 2024-11-06 22:10:57.481 | + functions-common:run_process:1666 : time_stop run_process 2024-11-06 22:10:57.484 | + functions-common:time_stop:2400 : local name 2024-11-06 22:10:57.486 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:10:57.488 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:10:57.490 | + functions-common:time_stop:2403 : local total 2024-11-06 22:10:57.492 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:10:57.495 | + functions-common:time_stop:2406 : name=run_process 2024-11-06 22:10:57.497 | + functions-common:time_stop:2407 : start_time=1730931056474 2024-11-06 22:10:57.500 | + functions-common:time_stop:2409 : [[ -z 1730931056474 ]] 2024-11-06 22:10:57.503 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:10:57.506 | + functions-common:time_stop:2412 : end_time=1730931057504 2024-11-06 22:10:57.508 | + functions-common:time_stop:2413 : elapsed_time=1030 2024-11-06 22:10:57.510 | + functions-common:time_stop:2414 : total=8632 2024-11-06 22:10:57.512 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:10:57.514 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=9662 2024-11-06 22:10:57.517 | + lib/nova:start_nova_rest:1099 : '[' True == False ']' 2024-11-06 22:10:57.520 | ++ lib/nova:start_nova_rest:1102 : which uwsgi 2024-11-06 22:10:57.523 | + 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-11-06 22:10:57.525 | + functions-common:run_process:1654 : local service=n-api-meta 2024-11-06 22:10:57.527 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-11-06 22:10:57.529 | + functions-common:run_process:1656 : local group= 2024-11-06 22:10:57.531 | + functions-common:run_process:1657 : local user= 2024-11-06 22:10:57.533 | + functions-common:run_process:1658 : local env_vars= 2024-11-06 22:10:57.536 | + functions-common:run_process:1660 : local name=n-api-meta 2024-11-06 22:10:57.538 | + functions-common:run_process:1662 : time_start run_process 2024-11-06 22:10:57.540 | + functions-common:time_start:2386 : local name=run_process 2024-11-06 22:10:57.542 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:10:57.544 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:10:57.546 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:10:57.550 | + functions-common:time_start:2391 : _TIME_START[$name]=1730931057548 2024-11-06 22:10:57.552 | + functions-common:run_process:1663 : is_service_enabled n-api-meta 2024-11-06 22:10:57.566 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:10:57.568 | + 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-11-06 22:10:57.570 | + functions-common:_run_under_systemd:1611 : local service=n-api-meta 2024-11-06 22:10:57.573 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-11-06 22:10:57.575 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-11-06 22:10:57.577 | + 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-11-06 22:10:57.579 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-11-06 22:10:57.581 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2024-11-06 22:10:57.583 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2024-11-06 22:10:57.585 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-api-meta.service 2024-11-06 22:10:57.587 | + functions-common:_run_under_systemd:1618 : local group= 2024-11-06 22:10:57.589 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-11-06 22:10:57.591 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-11-06 22:10:57.593 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-11-06 22:10:57.595 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2024-11-06 22:10:57.597 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2024-11-06 22:10:57.599 | + 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-11-06 22:10:57.601 | + 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-11-06 22:10:57.603 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@n-api-meta.service 2024-11-06 22:10:57.605 | + 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-11-06 22:10:57.607 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2024-11-06 22:10:57.609 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2024-11-06 22:10:57.611 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2024-11-06 22:10:57.613 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2024-11-06 22:10:57.615 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2024-11-06 22:10:57.619 | + 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-11-06 22:10:57.671 | + 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-11-06 22:10:57.736 | + 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-11-06 22:10:57.786 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2024-11-06 22:10:57.837 | + 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-11-06 22:10:57.883 | + 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-11-06 22:10:57.927 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2024-11-06 22:10:57.970 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2024-11-06 22:10:58.019 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2024-11-06 22:10:58.063 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2024-11-06 22:10:58.110 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2024-11-06 22:10:58.153 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2024-11-06 22:10:58.155 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2024-11-06 22:10:58.157 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2024-11-06 22:10:58.206 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2024-11-06 22:10:58.472 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-api-meta.service 2024-11-06 22:10:58.481 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2024-11-06 22:10:58.736 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-api-meta.service 2024-11-06 22:10:58.797 | + functions-common:run_process:1666 : time_stop run_process 2024-11-06 22:10:58.799 | + functions-common:time_stop:2400 : local name 2024-11-06 22:10:58.801 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:10:58.803 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:10:58.805 | + functions-common:time_stop:2403 : local total 2024-11-06 22:10:58.807 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:10:58.809 | + functions-common:time_stop:2406 : name=run_process 2024-11-06 22:10:58.811 | + functions-common:time_stop:2407 : start_time=1730931057548 2024-11-06 22:10:58.813 | + functions-common:time_stop:2409 : [[ -z 1730931057548 ]] 2024-11-06 22:10:58.816 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:10:58.819 | + functions-common:time_stop:2412 : end_time=1730931058817 2024-11-06 22:10:58.821 | + functions-common:time_stop:2413 : elapsed_time=1269 2024-11-06 22:10:58.824 | + functions-common:time_stop:2414 : total=9662 2024-11-06 22:10:58.825 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:10:58.827 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10931 2024-11-06 22:10:58.829 | + 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-11-06 22:10:58.832 | + 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-11-06 22:10:58.834 | + lib/nova:start_nova:1185 : start_nova_console_proxies 2024-11-06 22:10:58.836 | + 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-11-06 22:10:58.838 | + 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-11-06 22:10:58.840 | + 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-11-06 22:10:58.843 | + lib/nova:start_nova_console_proxies:1124 : local api_cell_conf=/etc/nova/nova.conf 2024-11-06 22:10:58.845 | + lib/nova:start_nova_console_proxies:1126 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-11-06 22:10:58.847 | + 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-11-06 22:10:58.849 | + functions-common:run_process:1654 : local service=n-novnc 2024-11-06 22:10:58.851 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2024-11-06 22:10:58.853 | + functions-common:run_process:1656 : local group= 2024-11-06 22:10:58.855 | + functions-common:run_process:1657 : local user= 2024-11-06 22:10:58.857 | + functions-common:run_process:1658 : local env_vars= 2024-11-06 22:10:58.859 | + functions-common:run_process:1660 : local name=n-novnc 2024-11-06 22:10:58.861 | + functions-common:run_process:1662 : time_start run_process 2024-11-06 22:10:58.863 | + functions-common:time_start:2386 : local name=run_process 2024-11-06 22:10:58.865 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:10:58.867 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:10:58.870 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:10:58.874 | + functions-common:time_start:2391 : _TIME_START[$name]=1730931058871 2024-11-06 22:10:58.876 | + functions-common:run_process:1663 : is_service_enabled n-novnc 2024-11-06 22:10:58.889 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:10:58.891 | + functions-common:run_process:1666 : time_stop run_process 2024-11-06 22:10:58.893 | + functions-common:time_stop:2400 : local name 2024-11-06 22:10:58.895 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:10:58.898 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:10:58.900 | + functions-common:time_stop:2403 : local total 2024-11-06 22:10:58.902 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:10:58.904 | + functions-common:time_stop:2406 : name=run_process 2024-11-06 22:10:58.905 | + functions-common:time_stop:2407 : start_time=1730931058871 2024-11-06 22:10:58.908 | + functions-common:time_stop:2409 : [[ -z 1730931058871 ]] 2024-11-06 22:10:58.911 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:10:58.914 | + functions-common:time_stop:2412 : end_time=1730931058912 2024-11-06 22:10:58.916 | + functions-common:time_stop:2413 : elapsed_time=41 2024-11-06 22:10:58.918 | + functions-common:time_stop:2414 : total=10931 2024-11-06 22:10:58.920 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:10:58.922 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10972 2024-11-06 22:10:58.925 | + 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-11-06 22:10:58.926 | + functions-common:run_process:1654 : local service=n-spice 2024-11-06 22:10:58.929 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2024-11-06 22:10:58.931 | + functions-common:run_process:1656 : local group= 2024-11-06 22:10:58.933 | + functions-common:run_process:1657 : local user= 2024-11-06 22:10:58.935 | + functions-common:run_process:1658 : local env_vars= 2024-11-06 22:10:58.937 | + functions-common:run_process:1660 : local name=n-spice 2024-11-06 22:10:58.939 | + functions-common:run_process:1662 : time_start run_process 2024-11-06 22:10:58.941 | + functions-common:time_start:2386 : local name=run_process 2024-11-06 22:10:58.944 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:10:58.946 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:10:58.948 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:10:58.952 | + functions-common:time_start:2391 : _TIME_START[$name]=1730931058950 2024-11-06 22:10:58.954 | + functions-common:run_process:1663 : is_service_enabled n-spice 2024-11-06 22:10:58.968 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:10:58.970 | + functions-common:run_process:1666 : time_stop run_process 2024-11-06 22:10:58.973 | + functions-common:time_stop:2400 : local name 2024-11-06 22:10:58.975 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:10:58.977 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:10:58.979 | + functions-common:time_stop:2403 : local total 2024-11-06 22:10:58.981 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:10:58.983 | + functions-common:time_stop:2406 : name=run_process 2024-11-06 22:10:58.986 | + functions-common:time_stop:2407 : start_time=1730931058950 2024-11-06 22:10:58.988 | + functions-common:time_stop:2409 : [[ -z 1730931058950 ]] 2024-11-06 22:10:58.990 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:10:58.994 | + functions-common:time_stop:2412 : end_time=1730931058991 2024-11-06 22:10:58.996 | + functions-common:time_stop:2413 : elapsed_time=41 2024-11-06 22:10:58.999 | + functions-common:time_stop:2414 : total=10972 2024-11-06 22:10:59.001 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:10:59.003 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11013 2024-11-06 22:10:59.005 | + 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-11-06 22:10:59.007 | + functions-common:run_process:1654 : local service=n-sproxy 2024-11-06 22:10:59.009 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2024-11-06 22:10:59.011 | + functions-common:run_process:1656 : local group= 2024-11-06 22:10:59.013 | + functions-common:run_process:1657 : local user= 2024-11-06 22:10:59.015 | + functions-common:run_process:1658 : local env_vars= 2024-11-06 22:10:59.017 | + functions-common:run_process:1660 : local name=n-sproxy 2024-11-06 22:10:59.019 | + functions-common:run_process:1662 : time_start run_process 2024-11-06 22:10:59.021 | + functions-common:time_start:2386 : local name=run_process 2024-11-06 22:10:59.023 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:10:59.027 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:10:59.029 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:10:59.033 | + functions-common:time_start:2391 : _TIME_START[$name]=1730931059030 2024-11-06 22:10:59.035 | + functions-common:run_process:1663 : is_service_enabled n-sproxy 2024-11-06 22:10:59.050 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:10:59.052 | + functions-common:run_process:1666 : time_stop run_process 2024-11-06 22:10:59.055 | + functions-common:time_stop:2400 : local name 2024-11-06 22:10:59.057 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:10:59.059 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:10:59.061 | + functions-common:time_stop:2403 : local total 2024-11-06 22:10:59.063 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:10:59.065 | + functions-common:time_stop:2406 : name=run_process 2024-11-06 22:10:59.067 | + functions-common:time_stop:2407 : start_time=1730931059030 2024-11-06 22:10:59.069 | + functions-common:time_stop:2409 : [[ -z 1730931059030 ]] 2024-11-06 22:10:59.072 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:10:59.075 | + functions-common:time_stop:2412 : end_time=1730931059073 2024-11-06 22:10:59.077 | + functions-common:time_stop:2413 : elapsed_time=43 2024-11-06 22:10:59.079 | + functions-common:time_stop:2414 : total=11013 2024-11-06 22:10:59.081 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:10:59.084 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=11056 2024-11-06 22:10:59.086 | + 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-11-06 22:10:59.088 | + 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-11-06 22:10:59.091 | + lib/nova:start_nova:1186 : start_nova_conductor 2024-11-06 22:10:59.093 | + lib/nova:start_nova_conductor:1154 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-11-06 22:10:59.095 | + lib/nova:start_nova_conductor:1155 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2024-11-06 22:10:59.095 | Starting nova-conductor in a cellsv1-compatible way 2024-11-06 22:10:59.098 | + lib/nova:start_nova_conductor:1156 : run_process n-cond '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-11-06 22:10:59.100 | + functions-common:run_process:1654 : local service=n-cond 2024-11-06 22:10:59.102 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-11-06 22:10:59.104 | + functions-common:run_process:1656 : local group= 2024-11-06 22:10:59.107 | + functions-common:run_process:1657 : local user= 2024-11-06 22:10:59.109 | + functions-common:run_process:1658 : local env_vars= 2024-11-06 22:10:59.111 | + functions-common:run_process:1660 : local name=n-cond 2024-11-06 22:10:59.113 | + functions-common:run_process:1662 : time_start run_process 2024-11-06 22:10:59.115 | + functions-common:time_start:2386 : local name=run_process 2024-11-06 22:10:59.117 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:10:59.119 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:10:59.122 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:10:59.125 | + functions-common:time_start:2391 : _TIME_START[$name]=1730931059123 2024-11-06 22:10:59.128 | + functions-common:run_process:1663 : is_service_enabled n-cond 2024-11-06 22:10:59.143 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:10:59.145 | + functions-common:run_process:1664 : _run_under_systemd n-cond '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' '' 2024-11-06 22:10:59.147 | + functions-common:_run_under_systemd:1611 : local service=n-cond 2024-11-06 22:10:59.149 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-11-06 22:10:59.152 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-11-06 22:10:59.154 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-11-06 22:10:59.156 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-11-06 22:10:59.158 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2024-11-06 22:10:59.160 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-11-06 22:10:59.162 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@n-cond.service 2024-11-06 22:10:59.165 | + functions-common:_run_under_systemd:1618 : local group= 2024-11-06 22:10:59.167 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-11-06 22:10:59.169 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-11-06 22:10:59.171 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-11-06 22:10:59.173 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-11-06 22:10:59.175 | + 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-11-06 22:10:59.177 | + functions-common:write_user_unit_file:1518 : local service=devstack@n-cond.service 2024-11-06 22:10:59.179 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-11-06 22:10:59.181 | + functions-common:write_user_unit_file:1520 : local group= 2024-11-06 22:10:59.183 | + functions-common:write_user_unit_file:1521 : local user=stack 2024-11-06 22:10:59.185 | + functions-common:write_user_unit_file:1522 : local env_vars= 2024-11-06 22:10:59.187 | + functions-common:write_user_unit_file:1523 : local extra= 2024-11-06 22:10:59.189 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2024-11-06 22:10:59.191 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2024-11-06 22:10:59.193 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2024-11-06 22:10:59.196 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Unit Description 'Devstack devstack@n-cond.service' 2024-11-06 22:10:59.254 | + 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-11-06 22:10:59.305 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2024-11-06 22:10:59.347 | + 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-11-06 22:10:59.389 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2024-11-06 22:10:59.431 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2024-11-06 22:10:59.473 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-11-06 22:10:59.515 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2024-11-06 22:10:59.518 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2024-11-06 22:10:59.520 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2024-11-06 22:10:59.571 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2024-11-06 22:10:59.819 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@n-cond.service 2024-11-06 22:10:59.829 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2024-11-06 22:11:00.088 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@n-cond.service 2024-11-06 22:11:00.110 | + functions-common:run_process:1666 : time_stop run_process 2024-11-06 22:11:00.112 | + functions-common:time_stop:2400 : local name 2024-11-06 22:11:00.115 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:11:00.117 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:11:00.119 | + functions-common:time_stop:2403 : local total 2024-11-06 22:11:00.121 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:11:00.123 | + functions-common:time_stop:2406 : name=run_process 2024-11-06 22:11:00.125 | + functions-common:time_stop:2407 : start_time=1730931059123 2024-11-06 22:11:00.127 | + functions-common:time_stop:2409 : [[ -z 1730931059123 ]] 2024-11-06 22:11:00.130 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:11:00.133 | + functions-common:time_stop:2412 : end_time=1730931060131 2024-11-06 22:11:00.135 | + functions-common:time_stop:2413 : elapsed_time=1008 2024-11-06 22:11:00.137 | + functions-common:time_stop:2414 : total=11056 2024-11-06 22:11:00.139 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:11:00.141 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=12064 2024-11-06 22:11:00.143 | + lib/nova:start_nova_conductor:1157 : return 2024-11-06 22:11:00.146 | + lib/nova:start_nova:1187 : start_nova_compute 2024-11-06 22:11:00.148 | + 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-11-06 22:11:00.150 | + 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-11-06 22:11:00.152 | + 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-11-06 22:11:00.154 | + lib/nova:start_nova_compute:1017 : local compute_cell_conf=/etc/nova/nova.conf 2024-11-06 22:11:00.156 | + lib/nova:start_nova_compute:1020 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2024-11-06 22:11:00.161 | + lib/nova:start_nova_compute:1022 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-11-06 22:11:00.163 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-11-06 22:11:00.165 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-11-06 22:11:00.167 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2024-11-06 22:11:00.169 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-11-06 22:11:00.172 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2024-11-06 22:11:00.174 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2024-11-06 22:11:00.176 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2024-11-06 22:11:00.178 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2024-11-06 22:11:00.181 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-11-06 22:11:00.182 | + inc/meta-config:merge_config_file:164 : read a 2024-11-06 22:11:00.182 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2024-11-06 22:11:00.182 | BEGIN { 2024-11-06 22:11:00.182 | section = "" 2024-11-06 22:11:00.182 | last_section = "" 2024-11-06 22:11:00.182 | section_count = 0 2024-11-06 22:11:00.182 | } 2024-11-06 22:11:00.182 | /^\[.+\]/ { 2024-11-06 22:11:00.182 | gsub("[][]", "", $1); 2024-11-06 22:11:00.182 | section=$1 2024-11-06 22:11:00.182 | next 2024-11-06 22:11:00.182 | } 2024-11-06 22:11:00.182 | /^ *\#/ { 2024-11-06 22:11:00.182 | next 2024-11-06 22:11:00.182 | } 2024-11-06 22:11:00.182 | /^[^ \t]+/ { 2024-11-06 22:11:00.182 | # get offset of first = in $0 2024-11-06 22:11:00.182 | eq_idx = index($0, "=") 2024-11-06 22:11:00.182 | # extract attr & value from $0 2024-11-06 22:11:00.182 | attr = substr($0, 1, eq_idx - 1) 2024-11-06 22:11:00.182 | value = substr($0, eq_idx + 1) 2024-11-06 22:11:00.182 | # only need to strip trailing whitespace from attr 2024-11-06 22:11:00.182 | sub(/[ \t]*$/, "", attr) 2024-11-06 22:11:00.182 | # need to strip leading & trailing whitespace from value 2024-11-06 22:11:00.182 | sub(/^[ \t]*/, "", value) 2024-11-06 22:11:00.182 | sub(/[ \t]*$/, "", value) 2024-11-06 22:11:00.182 | 2024-11-06 22:11:00.182 | # cfg_attr_count: number of config lines per [section, attr] 2024-11-06 22:11:00.182 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-11-06 22:11:00.182 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-11-06 22:11:00.182 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-11-06 22:11:00.182 | if (! (section, attr) in cfg_attr_count) { 2024-11-06 22:11:00.182 | if (section != last_section) { 2024-11-06 22:11:00.182 | cfg_section[section_count++] = section 2024-11-06 22:11:00.182 | last_section = section 2024-11-06 22:11:00.182 | } 2024-11-06 22:11:00.182 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-11-06 22:11:00.182 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-11-06 22:11:00.182 | 2024-11-06 22:11:00.182 | cfg_attr[section, attr, 0] = value 2024-11-06 22:11:00.182 | cfg_attr_count[section, attr] = 1 2024-11-06 22:11:00.182 | } else { 2024-11-06 22:11:00.183 | lno = cfg_attr_count[section, attr]++ 2024-11-06 22:11:00.183 | cfg_attr[section, attr, lno] = value 2024-11-06 22:11:00.183 | } 2024-11-06 22:11:00.183 | } 2024-11-06 22:11:00.183 | END { 2024-11-06 22:11:00.183 | # Process each section in order 2024-11-06 22:11:00.183 | for (sno = 0; sno < section_count; sno++) { 2024-11-06 22:11:00.183 | section = cfg_section[sno] 2024-11-06 22:11:00.183 | # The ini routines simply append a config item immediately 2024-11-06 22:11:00.183 | # after the section header. To keep the same order as defined 2024-11-06 22:11:00.183 | # in local.conf, invoke the ini routines in the reverse order 2024-11-06 22:11:00.183 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-11-06 22:11:00.183 | attr = cfg_sec_attr_name[sno, attr_no] 2024-11-06 22:11:00.183 | if (cfg_attr_count[section, attr] == 1) 2024-11-06 22:11:00.183 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-11-06 22:11:00.183 | else { 2024-11-06 22:11:00.183 | # For multiline, invoke the ini routines in the reverse order 2024-11-06 22:11:00.183 | count = cfg_attr_count[section, attr] 2024-11-06 22:11:00.183 | print "inidelete " configfile " " section " " attr 2024-11-06 22:11:00.183 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-11-06 22:11:00.183 | for (l = count -2; l >= 0; l--) 2024-11-06 22:11:00.183 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-11-06 22:11:00.183 | } 2024-11-06 22:11:00.183 | } 2024-11-06 22:11:00.183 | } 2024-11-06 22:11:00.183 | } 2024-11-06 22:11:00.183 | ' 2024-11-06 22:11:00.183 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-11-06 22:11:00.184 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-11-06 22:11:00.185 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-11-06 22:11:00.187 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2024-11-06 22:11:00.189 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-11-06 22:11:00.191 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2024-11-06 22:11:00.193 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2024-11-06 22:11:00.193 | BEGIN { group = "" } 2024-11-06 22:11:00.193 | /^\[\[.+\|.*\]\]/ { 2024-11-06 22:11:00.193 | gsub("[][]", "", $1); 2024-11-06 22:11:00.193 | split($1, a, "|"); 2024-11-06 22:11:00.193 | if (a[1] == matchgroup && a[2] == configfile) { 2024-11-06 22:11:00.193 | group=a[1] 2024-11-06 22:11:00.193 | } else { 2024-11-06 22:11:00.193 | group="" 2024-11-06 22:11:00.193 | } 2024-11-06 22:11:00.193 | next 2024-11-06 22:11:00.193 | } 2024-11-06 22:11:00.193 | { 2024-11-06 22:11:00.193 | if (group != "") 2024-11-06 22:11:00.193 | print $0 2024-11-06 22:11:00.193 | } 2024-11-06 22:11:00.193 | ' /opt/stack/devstack/local.conf 2024-11-06 22:11:00.198 | + lib/nova:start_nova_compute:1024 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-11-06 22:11:00.201 | + lib/nova:start_nova_compute:1027 : echo 'Skipping multi-cell conductor fleet setup' 2024-11-06 22:11:00.201 | Skipping multi-cell conductor fleet setup 2024-11-06 22:11:00.203 | + lib/nova:start_nova_compute:1039 : inidelete /etc/nova/nova-cpu.conf database connection 2024-11-06 22:11:00.219 | + lib/nova:start_nova_compute:1040 : inidelete /etc/nova/nova-cpu.conf api_database connection 2024-11-06 22:11:00.235 | + lib/nova:start_nova_compute:1045 : configure_console_compute 2024-11-06 22:11:00.238 | + lib/nova:configure_console_compute:672 : local offset 2024-11-06 22:11:00.240 | + lib/nova:configure_console_compute:673 : offset=0 2024-11-06 22:11:00.242 | + lib/nova:configure_console_compute:677 : local default_proxyclient_addr 2024-11-06 22:11:00.244 | ++ lib/nova:configure_console_compute:678 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2024-11-06 22:11:00.260 | + lib/nova:configure_console_compute:678 : default_proxyclient_addr=10.180.1.21 2024-11-06 22:11:00.262 | + lib/nova:configure_console_compute:682 : is_service_enabled n-cpu 2024-11-06 22:11:00.276 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:11:00.278 | + lib/nova:configure_console_compute:698 : is_service_enabled n-novnc 2024-11-06 22:11:00.291 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:11:00.293 | + lib/nova:configure_console_compute:698 : '[' False '!=' False ']' 2024-11-06 22:11:00.295 | + lib/nova:configure_console_compute:706 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2024-11-06 22:11:00.321 | + lib/nova:configure_console_compute:709 : is_service_enabled n-spice 2024-11-06 22:11:00.336 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:11:00.338 | + lib/nova:configure_console_compute:719 : is_service_enabled n-sproxy 2024-11-06 22:11:00.352 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:11:00.354 | + lib/nova:start_nova_compute:1049 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2024-11-06 22:11:00.381 | + lib/nova:start_nova_compute:1052 : '[' -n '' ']' 2024-11-06 22:11:00.383 | + lib/nova:start_nova_compute:1057 : [[ vsphere == \l\i\b\v\i\r\t ]] 2024-11-06 22:11:00.385 | + lib/nova:start_nova_compute:1061 : [[ vsphere = \l\i\b\v\i\r\t ]] 2024-11-06 22:11:00.387 | + lib/nova:start_nova_compute:1066 : [[ vsphere = \l\x\d ]] 2024-11-06 22:11:00.389 | + lib/nova:start_nova_compute:1068 : [[ vsphere = \d\o\c\k\e\r ]] 2024-11-06 22:11:00.392 | + lib/nova:start_nova_compute:1068 : [[ vsphere = \z\u\n ]] 2024-11-06 22:11:00.394 | + lib/nova:start_nova_compute:1070 : [[ vsphere = \f\a\k\e ]] 2024-11-06 22:11:00.396 | + lib/nova:start_nova_compute:1081 : is_service_enabled n-cpu 2024-11-06 22:11:00.411 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:11:00.413 | + 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-11-06 22:11:00.415 | + functions-common:run_process:1654 : local service=n-cpu 2024-11-06 22:11:00.417 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2024-11-06 22:11:00.419 | + functions-common:run_process:1656 : local group= 2024-11-06 22:11:00.421 | + functions-common:run_process:1657 : local user= 2024-11-06 22:11:00.423 | + functions-common:run_process:1658 : local env_vars= 2024-11-06 22:11:00.425 | + functions-common:run_process:1660 : local name=n-cpu 2024-11-06 22:11:00.427 | + functions-common:run_process:1662 : time_start run_process 2024-11-06 22:11:00.429 | + functions-common:time_start:2386 : local name=run_process 2024-11-06 22:11:00.431 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:11:00.433 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:11:00.436 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:11:00.440 | + functions-common:time_start:2391 : _TIME_START[$name]=1730931060437 2024-11-06 22:11:00.443 | + functions-common:run_process:1663 : is_service_enabled n-cpu 2024-11-06 22:11:00.460 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:11:00.462 | + functions-common:run_process:1666 : time_stop run_process 2024-11-06 22:11:00.464 | + functions-common:time_stop:2400 : local name 2024-11-06 22:11:00.468 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:11:00.470 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:11:00.472 | + functions-common:time_stop:2403 : local total 2024-11-06 22:11:00.474 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:11:00.476 | + functions-common:time_stop:2406 : name=run_process 2024-11-06 22:11:00.478 | + functions-common:time_stop:2407 : start_time=1730931060437 2024-11-06 22:11:00.481 | + functions-common:time_stop:2409 : [[ -z 1730931060437 ]] 2024-11-06 22:11:00.484 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:11:00.487 | + functions-common:time_stop:2412 : end_time=1730931060485 2024-11-06 22:11:00.490 | + functions-common:time_stop:2413 : elapsed_time=48 2024-11-06 22:11:00.492 | + functions-common:time_stop:2414 : total=12064 2024-11-06 22:11:00.494 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:11:00.496 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=12112 2024-11-06 22:11:00.498 | + 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-11-06 22:11:00.500 | + 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-11-06 22:11:00.502 | + lib/nova:start_nova:1188 : is_service_enabled n-api 2024-11-06 22:11:00.517 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:11:00.519 | + lib/nova:start_nova:1190 : echo 'Dumping cells_v2 mapping' 2024-11-06 22:11:00.519 | Dumping cells_v2 mapping 2024-11-06 22:11:00.521 | + lib/nova:start_nova:1191 : /opt/stack/data/venv/bin/nova-manage cell_v2 list_cells --verbose 2024-11-06 22:11:00.984 | 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-11-06 22:11:02.211 | INFO dbcounter [None req-063287ec-54a2-428c-9aa7-38a016d859a5 None None] Registered counter for database nova_api 2024-11-06 22:11:02.223 | DEBUG dbcounter [-] [54497] Writer thread running {{(pid=54497) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-11-06 22:11:02.247 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2024-11-06 22:11:02.247 | | Name | UUID | Transport URL | Database Connection | Disabled | 2024-11-06 22:11:02.247 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2024-11-06 22:11:02.247 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter | False | 2024-11-06 22:11:02.247 | | cell1 | 2dd635c4-71a4-4a6b-a010-d038221d39c7 | rabbit://stackrabbit:stackdb@10.180.1.21:5672/ | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter | False | 2024-11-06 22:11:02.247 | +-------+--------------------------------------+------------------------------------------------+---------------------------------------------------------------------------------+----------+ 2024-11-06 22:11:02.557 | + stack.sh:main:1344 : async_runfunc create_flavors 2024-11-06 22:11:02.559 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2024-11-06 22:11:02.609 | + inc/async:async_inner:63 : create_flavors 2024-11-06 22:11:02.639 | [4836 Async create_flavors:54564]: running: create_flavors 2024-11-06 22:11:02.641 | + stack.sh:main:1346 : is_service_enabled cinder 2024-11-06 22:11:02.655 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:11:02.658 | + stack.sh:main:1347 : echo_summary 'Starting Cinder' 2024-11-06 22:11:02.660 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2024-11-06 22:11:02.662 | + stack.sh:echo_summary:461 : echo -e Starting Cinder 2024-11-06 22:11:02.664 | + stack.sh:main:1348 : start_cinder 2024-11-06 22:11:02.666 | + lib/cinder:start_cinder:595 : local service_port=8776 2024-11-06 22:11:02.668 | + lib/cinder:start_cinder:596 : local service_protocol=http 2024-11-06 22:11:02.670 | + lib/cinder:start_cinder:597 : local cinder_url 2024-11-06 22:11:02.672 | + lib/cinder:start_cinder:598 : is_service_enabled tls-proxy 2024-11-06 22:11:02.686 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:11:02.688 | + lib/cinder:start_cinder:602 : '[' lioadm = tgtadm ']' 2024-11-06 22:11:02.690 | + 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-11-06 22:11:02.692 | + lib/cinder:start_cinder:618 : '[' True == False ']' 2024-11-06 22:11:02.695 | ++ lib/cinder:start_cinder:626 : which uwsgi 2024-11-06 22:11:02.698 | + lib/cinder:start_cinder:626 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-11-06 22:11:02.700 | + functions-common:run_process:1654 : local service=c-api 2024-11-06 22:11:02.702 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-11-06 22:11:02.704 | + functions-common:run_process:1656 : local group= 2024-11-06 22:11:02.707 | + functions-common:run_process:1657 : local user= 2024-11-06 22:11:02.709 | + functions-common:run_process:1658 : local env_vars= 2024-11-06 22:11:02.711 | + functions-common:run_process:1660 : local name=c-api 2024-11-06 22:11:02.713 | + functions-common:run_process:1662 : time_start run_process 2024-11-06 22:11:02.715 | + functions-common:time_start:2386 : local name=run_process 2024-11-06 22:11:02.717 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:11:02.719 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:11:02.722 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:11:02.725 | + functions-common:time_start:2391 : _TIME_START[$name]=1730931062723 2024-11-06 22:11:02.727 | + functions-common:run_process:1663 : is_service_enabled c-api 2024-11-06 22:11:02.740 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:11:02.743 | + 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-11-06 22:11:02.745 | + functions-common:_run_under_systemd:1611 : local service=c-api 2024-11-06 22:11:02.747 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-11-06 22:11:02.749 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-11-06 22:11:02.751 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-11-06 22:11:02.753 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-11-06 22:11:02.755 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2024-11-06 22:11:02.757 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2024-11-06 22:11:02.759 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-api.service 2024-11-06 22:11:02.761 | + functions-common:_run_under_systemd:1618 : local group= 2024-11-06 22:11:02.763 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-11-06 22:11:02.765 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-11-06 22:11:02.767 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-11-06 22:11:02.770 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2024-11-06 22:11:02.772 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2024-11-06 22:11:02.774 | + 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-11-06 22:11:02.776 | + 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-11-06 22:11:02.778 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@c-api.service 2024-11-06 22:11:02.780 | + 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-11-06 22:11:02.782 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2024-11-06 22:11:02.784 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2024-11-06 22:11:02.786 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2024-11-06 22:11:02.787 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@c-api.service 2024-11-06 22:11:02.789 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2024-11-06 22:11:02.793 | + 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-11-06 22:11:02.843 | + 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-11-06 22:11:02.892 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2024-11-06 22:11:02.934 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2024-11-06 22:11:02.975 | + 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-11-06 22:11:03.017 | + 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-11-06 22:11:03.059 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2024-11-06 22:11:03.100 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2024-11-06 22:11:03.141 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2024-11-06 22:11:03.182 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2024-11-06 22:11:03.224 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2024-11-06 22:11:03.267 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2024-11-06 22:11:03.269 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2024-11-06 22:11:03.271 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2024-11-06 22:11:03.323 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2024-11-06 22:11:03.572 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-api.service 2024-11-06 22:11:03.583 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2024-11-06 22:11:03.823 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-api.service 2024-11-06 22:11:03.881 | + functions-common:run_process:1666 : time_stop run_process 2024-11-06 22:11:03.883 | + functions-common:time_stop:2400 : local name 2024-11-06 22:11:03.885 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:11:03.887 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:11:03.889 | + functions-common:time_stop:2403 : local total 2024-11-06 22:11:03.892 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:11:03.894 | + functions-common:time_stop:2406 : name=run_process 2024-11-06 22:11:03.896 | + functions-common:time_stop:2407 : start_time=1730931062723 2024-11-06 22:11:03.897 | + functions-common:time_stop:2409 : [[ -z 1730931062723 ]] 2024-11-06 22:11:03.901 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:11:03.904 | + functions-common:time_stop:2412 : end_time=1730931063902 2024-11-06 22:11:03.906 | + functions-common:time_stop:2413 : elapsed_time=1179 2024-11-06 22:11:03.908 | + functions-common:time_stop:2414 : total=12112 2024-11-06 22:11:03.910 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:11:03.912 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=13291 2024-11-06 22:11:03.914 | + lib/cinder:start_cinder:627 : cinder_url=http://10.180.1.21/volume/v3 2024-11-06 22:11:03.916 | + lib/cinder:start_cinder:631 : echo 'Waiting for Cinder API to start...' 2024-11-06 22:11:03.916 | Waiting for Cinder API to start... 2024-11-06 22:11:03.918 | + lib/cinder:start_cinder:632 : wait_for_service 60 http://10.180.1.21/volume/v3 2024-11-06 22:11:03.920 | + functions:wait_for_service:468 : local timeout=60 2024-11-06 22:11:03.922 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2024-11-06 22:11:03.924 | + functions:wait_for_service:470 : local rval=0 2024-11-06 22:11:03.926 | + functions:wait_for_service:471 : time_start wait_for_service 2024-11-06 22:11:03.928 | + functions-common:time_start:2386 : local name=wait_for_service 2024-11-06 22:11:03.931 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:11:03.933 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:11:03.936 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:11:03.939 | + functions-common:time_start:2391 : _TIME_START[$name]=1730931063937 2024-11-06 22:11:03.941 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-11-06 22:11:03.946 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2024-11-06 22:11:05.841 | + :: : [[ 401 == 503 ]] 2024-11-06 22:11:05.842 | + :: : [[ 0 -eq 7 ]] 2024-11-06 22:11:05.846 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-11-06 22:11:05.848 | + functions-common:time_stop:2400 : local name 2024-11-06 22:11:05.850 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:11:05.852 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:11:05.855 | + functions-common:time_stop:2403 : local total 2024-11-06 22:11:05.856 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:11:05.859 | + functions-common:time_stop:2406 : name=wait_for_service 2024-11-06 22:11:05.861 | + functions-common:time_stop:2407 : start_time=1730931063937 2024-11-06 22:11:05.863 | + functions-common:time_stop:2409 : [[ -z 1730931063937 ]] 2024-11-06 22:11:05.866 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:11:05.869 | + functions-common:time_stop:2412 : end_time=1730931065867 2024-11-06 22:11:05.871 | + functions-common:time_stop:2413 : elapsed_time=1930 2024-11-06 22:11:05.873 | + functions-common:time_stop:2414 : total=6114 2024-11-06 22:11:05.875 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:11:05.877 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=8044 2024-11-06 22:11:05.879 | + functions:wait_for_service:478 : return 0 2024-11-06 22:11:05.881 | + lib/cinder:start_cinder:636 : run_process c-sch '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-11-06 22:11:05.883 | + functions-common:run_process:1654 : local service=c-sch 2024-11-06 22:11:05.885 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-11-06 22:11:05.887 | + functions-common:run_process:1656 : local group= 2024-11-06 22:11:05.889 | + functions-common:run_process:1657 : local user= 2024-11-06 22:11:05.891 | + functions-common:run_process:1658 : local env_vars= 2024-11-06 22:11:05.893 | + functions-common:run_process:1660 : local name=c-sch 2024-11-06 22:11:05.895 | + functions-common:run_process:1662 : time_start run_process 2024-11-06 22:11:05.897 | + functions-common:time_start:2386 : local name=run_process 2024-11-06 22:11:05.899 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:11:05.901 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:11:05.904 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:11:05.907 | + functions-common:time_start:2391 : _TIME_START[$name]=1730931065905 2024-11-06 22:11:05.909 | + functions-common:run_process:1663 : is_service_enabled c-sch 2024-11-06 22:11:05.924 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:11:05.926 | + functions-common:run_process:1664 : _run_under_systemd c-sch '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' '' 2024-11-06 22:11:05.928 | + functions-common:_run_under_systemd:1611 : local service=c-sch 2024-11-06 22:11:05.930 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-11-06 22:11:05.932 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-11-06 22:11:05.934 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-11-06 22:11:05.936 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-11-06 22:11:05.938 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-11-06 22:11:05.940 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-11-06 22:11:05.942 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-sch.service 2024-11-06 22:11:05.944 | + functions-common:_run_under_systemd:1618 : local group= 2024-11-06 22:11:05.946 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-11-06 22:11:05.948 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-11-06 22:11:05.950 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-11-06 22:11:05.952 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-11-06 22:11:05.954 | + 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-11-06 22:11:05.956 | + functions-common:write_user_unit_file:1518 : local service=devstack@c-sch.service 2024-11-06 22:11:05.958 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-11-06 22:11:05.960 | + functions-common:write_user_unit_file:1520 : local group= 2024-11-06 22:11:05.962 | + functions-common:write_user_unit_file:1521 : local user=stack 2024-11-06 22:11:05.964 | + functions-common:write_user_unit_file:1522 : local env_vars= 2024-11-06 22:11:05.966 | + functions-common:write_user_unit_file:1523 : local extra= 2024-11-06 22:11:05.968 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2024-11-06 22:11:05.970 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2024-11-06 22:11:05.972 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2024-11-06 22:11:05.975 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2024-11-06 22:11:06.024 | + 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-11-06 22:11:06.075 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2024-11-06 22:11:06.117 | + 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-11-06 22:11:06.159 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2024-11-06 22:11:06.201 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2024-11-06 22:11:06.243 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-11-06 22:11:06.287 | + functions-common:write_user_unit_file:1537 : [[ -n '' ]] 2024-11-06 22:11:06.290 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2024-11-06 22:11:06.292 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2024-11-06 22:11:06.343 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2024-11-06 22:11:06.586 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-sch.service 2024-11-06 22:11:06.595 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2024-11-06 22:11:06.850 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-sch.service 2024-11-06 22:11:06.884 | + functions-common:run_process:1666 : time_stop run_process 2024-11-06 22:11:06.886 | + functions-common:time_stop:2400 : local name 2024-11-06 22:11:06.888 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:11:06.890 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:11:06.892 | + functions-common:time_stop:2403 : local total 2024-11-06 22:11:06.894 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:11:06.896 | + functions-common:time_stop:2406 : name=run_process 2024-11-06 22:11:06.898 | + functions-common:time_stop:2407 : start_time=1730931065905 2024-11-06 22:11:06.900 | + functions-common:time_stop:2409 : [[ -z 1730931065905 ]] 2024-11-06 22:11:06.903 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:11:06.906 | + functions-common:time_stop:2412 : end_time=1730931066904 2024-11-06 22:11:06.908 | + functions-common:time_stop:2413 : elapsed_time=999 2024-11-06 22:11:06.910 | + functions-common:time_stop:2414 : total=13291 2024-11-06 22:11:06.912 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:11:06.914 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14290 2024-11-06 22:11:06.917 | + lib/cinder:start_cinder:641 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-11-06 22:11:06.919 | + 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-11-06 22:11:06.921 | + functions-common:run_process:1654 : local service=c-bak 2024-11-06 22:11:06.923 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2024-11-06 22:11:06.925 | + functions-common:run_process:1656 : local group= 2024-11-06 22:11:06.927 | + functions-common:run_process:1657 : local user= 2024-11-06 22:11:06.929 | + functions-common:run_process:1658 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-11-06 22:11:06.931 | + functions-common:run_process:1660 : local name=c-bak 2024-11-06 22:11:06.933 | + functions-common:run_process:1662 : time_start run_process 2024-11-06 22:11:06.935 | + functions-common:time_start:2386 : local name=run_process 2024-11-06 22:11:06.937 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:11:06.940 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:11:06.942 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:11:06.946 | + functions-common:time_start:2391 : _TIME_START[$name]=1730931066944 2024-11-06 22:11:06.949 | + functions-common:run_process:1663 : is_service_enabled c-bak 2024-11-06 22:11:06.963 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:11:06.965 | + functions-common:run_process:1666 : time_stop run_process 2024-11-06 22:11:06.968 | + functions-common:time_stop:2400 : local name 2024-11-06 22:11:06.970 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:11:06.972 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:11:06.974 | + functions-common:time_stop:2403 : local total 2024-11-06 22:11:06.976 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:11:06.978 | + functions-common:time_stop:2406 : name=run_process 2024-11-06 22:11:06.980 | + functions-common:time_stop:2407 : start_time=1730931066944 2024-11-06 22:11:06.982 | + functions-common:time_stop:2409 : [[ -z 1730931066944 ]] 2024-11-06 22:11:06.985 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:11:06.989 | + functions-common:time_stop:2412 : end_time=1730931066986 2024-11-06 22:11:06.991 | + functions-common:time_stop:2413 : elapsed_time=42 2024-11-06 22:11:06.993 | + functions-common:time_stop:2414 : total=14290 2024-11-06 22:11:06.995 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:11:06.997 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=14332 2024-11-06 22:11:06.999 | + 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-11-06 22:11:07.001 | + functions-common:run_process:1654 : local service=c-vol 2024-11-06 22:11:07.003 | + functions-common:run_process:1655 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-11-06 22:11:07.005 | + functions-common:run_process:1656 : local group= 2024-11-06 22:11:07.007 | + functions-common:run_process:1657 : local user= 2024-11-06 22:11:07.009 | + functions-common:run_process:1658 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-11-06 22:11:07.011 | + functions-common:run_process:1660 : local name=c-vol 2024-11-06 22:11:07.013 | + functions-common:run_process:1662 : time_start run_process 2024-11-06 22:11:07.015 | + functions-common:time_start:2386 : local name=run_process 2024-11-06 22:11:07.017 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:11:07.019 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:11:07.022 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:11:07.025 | + functions-common:time_start:2391 : _TIME_START[$name]=1730931067023 2024-11-06 22:11:07.027 | + functions-common:run_process:1663 : is_service_enabled c-vol 2024-11-06 22:11:07.044 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:11:07.047 | + 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-11-06 22:11:07.049 | + functions-common:_run_under_systemd:1611 : local service=c-vol 2024-11-06 22:11:07.051 | + functions-common:_run_under_systemd:1612 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-11-06 22:11:07.053 | + functions-common:_run_under_systemd:1613 : local 'cmd=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-11-06 22:11:07.055 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-11-06 22:11:07.057 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-11-06 22:11:07.059 | + functions-common:_common_systemd_pitfalls:1586 : [[ /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-11-06 22:11:07.061 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-11-06 22:11:07.064 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@c-vol.service 2024-11-06 22:11:07.066 | + functions-common:_run_under_systemd:1618 : local group= 2024-11-06 22:11:07.068 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-11-06 22:11:07.070 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-11-06 22:11:07.072 | + functions-common:_run_under_systemd:1623 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-11-06 22:11:07.074 | + functions-common:_run_under_systemd:1624 : [[ /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-11-06 22:11:07.077 | + 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-11-06 22:11:07.079 | + functions-common:write_user_unit_file:1518 : local service=devstack@c-vol.service 2024-11-06 22:11:07.081 | + functions-common:write_user_unit_file:1519 : local 'command=/opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-11-06 22:11:07.083 | + functions-common:write_user_unit_file:1520 : local group= 2024-11-06 22:11:07.085 | + functions-common:write_user_unit_file:1521 : local user=stack 2024-11-06 22:11:07.087 | + functions-common:write_user_unit_file:1522 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-11-06 22:11:07.088 | + functions-common:write_user_unit_file:1523 : local extra= 2024-11-06 22:11:07.090 | + functions-common:write_user_unit_file:1524 : [[ -n '' ]] 2024-11-06 22:11:07.092 | + functions-common:write_user_unit_file:1527 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2024-11-06 22:11:07.094 | + functions-common:write_user_unit_file:1528 : mkdir -p /etc/systemd/system 2024-11-06 22:11:07.098 | + functions-common:write_user_unit_file:1530 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2024-11-06 22:11:07.148 | + 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-11-06 22:11:07.198 | + functions-common:write_user_unit_file:1532 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2024-11-06 22:11:07.240 | + 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-11-06 22:11:07.283 | + functions-common:write_user_unit_file:1534 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2024-11-06 22:11:07.325 | + functions-common:write_user_unit_file:1535 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2024-11-06 22:11:07.368 | + functions-common:write_user_unit_file:1536 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-11-06 22:11:07.411 | + functions-common:write_user_unit_file:1537 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2024-11-06 22:11:07.414 | + 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-11-06 22:11:07.460 | + functions-common:write_user_unit_file:1540 : [[ -n '' ]] 2024-11-06 22:11:07.463 | + functions-common:write_user_unit_file:1543 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2024-11-06 22:11:07.520 | + functions-common:write_user_unit_file:1546 : sudo systemctl daemon-reload 2024-11-06 22:11:07.768 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@c-vol.service 2024-11-06 22:11:07.778 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2024-11-06 22:11:08.025 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@c-vol.service 2024-11-06 22:11:08.051 | + functions-common:run_process:1666 : time_stop run_process 2024-11-06 22:11:08.053 | + functions-common:time_stop:2400 : local name 2024-11-06 22:11:08.057 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:11:08.060 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:11:08.065 | + functions-common:time_stop:2403 : local total 2024-11-06 22:11:08.067 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:11:08.070 | + functions-common:time_stop:2406 : name=run_process 2024-11-06 22:11:08.074 | + functions-common:time_stop:2407 : start_time=1730931067023 2024-11-06 22:11:08.077 | + functions-common:time_stop:2409 : [[ -z 1730931067023 ]] 2024-11-06 22:11:08.081 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:11:08.085 | + functions-common:time_stop:2412 : end_time=1730931068081 2024-11-06 22:11:08.087 | + functions-common:time_stop:2413 : elapsed_time=1058 2024-11-06 22:11:08.089 | + functions-common:time_stop:2414 : total=14332 2024-11-06 22:11:08.091 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:11:08.093 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=15390 2024-11-06 22:11:08.095 | + stack.sh:main:1349 : create_volume_types 2024-11-06 22:11:08.097 | + lib/cinder:create_volume_types:678 : is_service_enabled c-api 2024-11-06 22:11:08.112 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:11:08.114 | + lib/cinder:create_volume_types:678 : [[ -n vmdk:vsphere ]] 2024-11-06 22:11:08.116 | + lib/cinder:create_volume_types:679 : local be be_name 2024-11-06 22:11:08.118 | + lib/cinder:create_volume_types:680 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-11-06 22:11:08.120 | + lib/cinder:create_volume_types:681 : be_name=vsphere 2024-11-06 22:11:08.122 | + lib/cinder:create_volume_types:682 : create_one_type vsphere volume_backend_name vsphere 2024-11-06 22:11:08.125 | + lib/cinder:create_one_type:659 : type_name=vsphere 2024-11-06 22:11:08.127 | + lib/cinder:create_one_type:660 : property_key=volume_backend_name 2024-11-06 22:11:08.129 | + lib/cinder:create_one_type:661 : property_value=vsphere 2024-11-06 22:11:08.131 | + lib/cinder:create_one_type:663 : is_service_enabled keystone 2024-11-06 22:11:08.146 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:11:08.148 | + lib/cinder:create_one_type:664 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2024-11-06 22:11:10.041 | +-------------+--------------------------------------+ 2024-11-06 22:11:10.041 | | Field | Value | 2024-11-06 22:11:10.041 | +-------------+--------------------------------------+ 2024-11-06 22:11:10.041 | | description | None | 2024-11-06 22:11:10.041 | | id | 61a7abf0-5d70-4667-88c9-7d0c3a2855ad | 2024-11-06 22:11:10.041 | | is_public | True | 2024-11-06 22:11:10.041 | | name | vsphere | 2024-11-06 22:11:10.041 | | properties | volume_backend_name='vsphere' | 2024-11-06 22:11:10.041 | +-------------+--------------------------------------+ 2024-11-06 22:11:10.186 | + lib/cinder:create_volume_types:685 : [[ False == \T\r\u\e ]] 2024-11-06 22:11:10.188 | + lib/cinder:create_volume_types:692 : [[ False == \T\r\u\e ]] 2024-11-06 22:11:10.191 | + stack.sh:main:1354 : [[ False == \T\r\u\e ]] 2024-11-06 22:11:10.193 | + stack.sh:main:1362 : is_service_enabled glance 2024-11-06 22:11:10.208 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:11:10.210 | + stack.sh:main:1363 : echo_summary 'Starting Glance' 2024-11-06 22:11:10.212 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2024-11-06 22:11:10.214 | + stack.sh:echo_summary:461 : echo -e Starting Glance 2024-11-06 22:11:10.217 | + stack.sh:main:1364 : start_glance 2024-11-06 22:11:10.219 | + lib/glance:start_glance:609 : local service_protocol=http 2024-11-06 22:11:10.221 | + lib/glance:start_glance:610 : is_service_enabled tls-proxy 2024-11-06 22:11:10.236 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:11:10.238 | + lib/glance:start_glance:616 : [[ False == False ]] 2024-11-06 22:11:10.241 | ++ lib/glance:start_glance:617 : which uwsgi 2024-11-06 22:11:10.245 | + lib/glance:start_glance:617 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-11-06 22:11:10.247 | + functions-common:run_process:1654 : local service=g-api 2024-11-06 22:11:10.249 | + functions-common:run_process:1655 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-11-06 22:11:10.251 | + functions-common:run_process:1656 : local group= 2024-11-06 22:11:10.253 | + functions-common:run_process:1657 : local user= 2024-11-06 22:11:10.255 | + functions-common:run_process:1658 : local env_vars= 2024-11-06 22:11:10.257 | + functions-common:run_process:1660 : local name=g-api 2024-11-06 22:11:10.259 | + functions-common:run_process:1662 : time_start run_process 2024-11-06 22:11:10.261 | + functions-common:time_start:2386 : local name=run_process 2024-11-06 22:11:10.263 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:11:10.265 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:11:10.268 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:11:10.271 | + functions-common:time_start:2391 : _TIME_START[$name]=1730931070269 2024-11-06 22:11:10.273 | + functions-common:run_process:1663 : is_service_enabled g-api 2024-11-06 22:11:10.287 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:11:10.290 | + functions-common:run_process:1664 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' '' 2024-11-06 22:11:10.292 | + functions-common:_run_under_systemd:1611 : local service=g-api 2024-11-06 22:11:10.294 | + functions-common:_run_under_systemd:1612 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-11-06 22:11:10.296 | + functions-common:_run_under_systemd:1613 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-11-06 22:11:10.299 | + functions-common:_run_under_systemd:1615 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-11-06 22:11:10.301 | + functions-common:_common_systemd_pitfalls:1583 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-11-06 22:11:10.303 | + functions-common:_common_systemd_pitfalls:1586 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2024-11-06 22:11:10.305 | + functions-common:_common_systemd_pitfalls:1597 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2024-11-06 22:11:10.307 | + functions-common:_run_under_systemd:1617 : local systemd_service=devstack@g-api.service 2024-11-06 22:11:10.309 | + functions-common:_run_under_systemd:1618 : local group= 2024-11-06 22:11:10.311 | + functions-common:_run_under_systemd:1619 : local user=stack 2024-11-06 22:11:10.313 | + functions-common:_run_under_systemd:1620 : [[ -z stack ]] 2024-11-06 22:11:10.315 | + functions-common:_run_under_systemd:1623 : local env_vars= 2024-11-06 22:11:10.317 | + functions-common:_run_under_systemd:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2024-11-06 22:11:10.319 | + functions-common:_run_under_systemd:1625 : [[ True == \T\r\u\e ]] 2024-11-06 22:11:10.322 | + 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-11-06 22:11:10.324 | + 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-11-06 22:11:10.326 | + functions-common:write_uwsgi_user_unit_file:1550 : local service=devstack@g-api.service 2024-11-06 22:11:10.328 | + 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-11-06 22:11:10.330 | + functions-common:write_uwsgi_user_unit_file:1552 : local group= 2024-11-06 22:11:10.332 | + functions-common:write_uwsgi_user_unit_file:1553 : local user=stack 2024-11-06 22:11:10.334 | + functions-common:write_uwsgi_user_unit_file:1554 : local env_vars= 2024-11-06 22:11:10.336 | + functions-common:write_uwsgi_user_unit_file:1555 : local unitfile=/etc/systemd/system/devstack@g-api.service 2024-11-06 22:11:10.338 | + functions-common:write_uwsgi_user_unit_file:1556 : mkdir -p /etc/systemd/system 2024-11-06 22:11:10.341 | + 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-11-06 22:11:10.394 | + 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-11-06 22:11:10.444 | + functions-common:write_uwsgi_user_unit_file:1560 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2024-11-06 22:11:10.488 | + functions-common:write_uwsgi_user_unit_file:1561 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2024-11-06 22:11:10.532 | + 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-11-06 22:11:10.575 | + 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-11-06 22:11:10.620 | + functions-common:write_uwsgi_user_unit_file:1564 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2024-11-06 22:11:10.662 | + functions-common:write_uwsgi_user_unit_file:1565 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2024-11-06 22:11:10.706 | + functions-common:write_uwsgi_user_unit_file:1566 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2024-11-06 22:11:10.751 | + functions-common:write_uwsgi_user_unit_file:1567 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2024-11-06 22:11:10.802 | + functions-common:write_uwsgi_user_unit_file:1568 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2024-11-06 22:11:10.847 | + functions-common:write_uwsgi_user_unit_file:1570 : [[ -n '' ]] 2024-11-06 22:11:10.850 | + functions-common:write_uwsgi_user_unit_file:1573 : [[ -n '' ]] 2024-11-06 22:11:10.852 | + functions-common:write_uwsgi_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2024-11-06 22:11:10.904 | + functions-common:write_uwsgi_user_unit_file:1579 : sudo systemctl daemon-reload 2024-11-06 22:11:11.171 | + functions-common:_run_under_systemd:1633 : sudo systemctl enable devstack@g-api.service 2024-11-06 22:11:11.181 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2024-11-06 22:11:11.423 | + functions-common:_run_under_systemd:1634 : sudo systemctl start devstack@g-api.service 2024-11-06 22:11:11.479 | + functions-common:run_process:1666 : time_stop run_process 2024-11-06 22:11:11.481 | + functions-common:time_stop:2400 : local name 2024-11-06 22:11:11.483 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:11:11.485 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:11:11.487 | + functions-common:time_stop:2403 : local total 2024-11-06 22:11:11.490 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:11:11.492 | + functions-common:time_stop:2406 : name=run_process 2024-11-06 22:11:11.494 | + functions-common:time_stop:2407 : start_time=1730931070269 2024-11-06 22:11:11.496 | + functions-common:time_stop:2409 : [[ -z 1730931070269 ]] 2024-11-06 22:11:11.498 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:11:11.502 | + functions-common:time_stop:2412 : end_time=1730931071500 2024-11-06 22:11:11.504 | + functions-common:time_stop:2413 : elapsed_time=1231 2024-11-06 22:11:11.506 | + functions-common:time_stop:2414 : total=15390 2024-11-06 22:11:11.508 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:11:11.510 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=16621 2024-11-06 22:11:11.512 | + lib/glance:start_glance:622 : is_service_enabled g-api-r 2024-11-06 22:11:11.527 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:11:11.529 | + lib/glance:start_glance:627 : echo 'Waiting for g-api (10.180.1.21) to start...' 2024-11-06 22:11:11.529 | Waiting for g-api (10.180.1.21) to start... 2024-11-06 22:11:11.531 | + lib/glance:start_glance:628 : wait_for_service 60 http://10.180.1.21/image 2024-11-06 22:11:11.533 | + functions:wait_for_service:468 : local timeout=60 2024-11-06 22:11:11.536 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2024-11-06 22:11:11.538 | + functions:wait_for_service:470 : local rval=0 2024-11-06 22:11:11.540 | + functions:wait_for_service:471 : time_start wait_for_service 2024-11-06 22:11:11.542 | + functions-common:time_start:2386 : local name=wait_for_service 2024-11-06 22:11:11.544 | + functions-common:time_start:2387 : local start_time= 2024-11-06 22:11:11.545 | + functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:11:11.548 | ++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:11:11.552 | + functions-common:time_start:2391 : _TIME_START[$name]=1730931071549 2024-11-06 22:11:11.554 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-11-06 22:11:11.557 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2024-11-06 22:11:13.550 | + :: : [[ 300 == 503 ]] 2024-11-06 22:11:13.552 | + :: : [[ 0 -eq 7 ]] 2024-11-06 22:11:13.554 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-11-06 22:11:13.557 | + functions-common:time_stop:2400 : local name 2024-11-06 22:11:13.559 | + functions-common:time_stop:2401 : local end_time 2024-11-06 22:11:13.561 | + functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:11:13.563 | + functions-common:time_stop:2403 : local total 2024-11-06 22:11:13.564 | + functions-common:time_stop:2404 : local start_time 2024-11-06 22:11:13.566 | + functions-common:time_stop:2406 : name=wait_for_service 2024-11-06 22:11:13.569 | + functions-common:time_stop:2407 : start_time=1730931071549 2024-11-06 22:11:13.571 | + functions-common:time_stop:2409 : [[ -z 1730931071549 ]] 2024-11-06 22:11:13.574 | ++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:11:13.577 | + functions-common:time_stop:2412 : end_time=1730931073575 2024-11-06 22:11:13.579 | + functions-common:time_stop:2413 : elapsed_time=2026 2024-11-06 22:11:13.581 | + functions-common:time_stop:2414 : total=8044 2024-11-06 22:11:13.583 | + functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:11:13.585 | + functions-common:time_stop:2417 : _TIME_TOTAL[$name]=10070 2024-11-06 22:11:13.587 | + functions:wait_for_service:478 : return 0 2024-11-06 22:11:13.590 | + stack.sh:main:1378 : is_service_enabled mysql postgresql 2024-11-06 22:11:13.605 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:11:13.607 | + stack.sh:main:1378 : is_service_enabled glance 2024-11-06 22:11:13.622 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:11:13.624 | + stack.sh:main:1379 : echo_summary 'Uploading images' 2024-11-06 22:11:13.628 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2024-11-06 22:11:13.631 | + stack.sh:echo_summary:461 : echo -e Uploading images 2024-11-06 22:11:13.632 | + stack.sh:main:1381 : for image_url in ${IMAGE_URLS//,/ } 2024-11-06 22:11:13.635 | + stack.sh:main:1382 : upload_image 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-11-06 22:11:13.640 | + 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-11-06 22:11:13.645 | + functions:upload_image:134 : local image image_fname image_name 2024-11-06 22:11:13.645 | + functions:upload_image:136 : local max_attempts=5 2024-11-06 22:11:13.646 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2024-11-06 22:11:13.655 | ++ functions:upload_image:140 : basename 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-11-06 22:11:13.658 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-11-06 22:11:13.659 | + functions:upload_image:141 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk != file* ]] 2024-11-06 22:11:13.664 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2024-11-06 22:11:13.669 | ++ functions:upload_image:144 : seq 5 2024-11-06 22:11:13.670 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2024-11-06 22:11:13.673 | + functions:upload_image:145 : local rc=0 2024-11-06 22:11:13.674 | + 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-11-06 22:11:13.677 | --2024-11-06 22:11:13-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2024-11-06 22:11:13.683 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-11-06 22:11:13.684 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-11-06 22:11:13.715 | HTTP request sent, awaiting response... 200 OK 2024-11-06 22:11:13.715 | Length: 21318656 (20M) [application/octet-stream] 2024-11-06 22:11:13.715 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2024-11-06 22:11:13.724 | 2024-11-06 22:11:13.820 | 0K ........ ........ .... 100% 195M=0.1s 2024-11-06 22:11:13.820 | 2024-11-06 22:11:13.820 | 2024-11-06 22:11:13 (195 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2024-11-06 22:11:13.820 | 2024-11-06 22:11:13.823 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2024-11-06 22:11:13.825 | + functions:upload_image:155 : break 2024-11-06 22:11:13.827 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-11-06 22:11:13.828 | + functions:upload_image:173 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ openvz ]] 2024-11-06 22:11:13.830 | + functions:upload_image:180 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ \.vmdk ]] 2024-11-06 22:11:13.832 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-11-06 22:11:13.834 | + functions:upload_image:194 : local vmdk_disktype= 2024-11-06 22:11:13.836 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2024-11-06 22:11:13.837 | + functions:upload_image:196 : local path_len 2024-11-06 22:11:13.839 | + functions:upload_image:199 : local vmdk_adapter_type 2024-11-06 22:11:13.843 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-11-06 22:11:13.843 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-11-06 22:11:13.846 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2024-11-06 22:11:13.848 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2024-11-06 22:11:13.850 | + functions:upload_image:202 : vmdk_adapter_type=ide 2024-11-06 22:11:13.852 | + functions:upload_image:205 : local vmdk_create_type 2024-11-06 22:11:13.855 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-11-06 22:11:13.855 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-11-06 22:11:13.858 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2024-11-06 22:11:13.860 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2024-11-06 22:11:13.862 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2024-11-06 22:11:13.864 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2024-11-06 22:11:13.866 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2024-11-06 22:11:13.867 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2024-11-06 22:11:13.869 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2024-11-06 22:11:13.871 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2024-11-06 22:11:13.873 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2024-11-06 22:11:13.876 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-11-06 22:11:13.876 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2024-11-06 22:11:13.880 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2024-11-06 22:11:13.882 | + functions:upload_image:284 : IFS=':;' 2024-11-06 22:11:13.884 | + functions:upload_image:284 : read -a props 2024-11-06 22:11:13.886 | + functions:upload_image:285 : vmdk_disktype=sparse 2024-11-06 22:11:13.888 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2024-11-06 22:11:13.890 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2024-11-06 22:11:13.892 | + 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-11-06 22:11:13.893 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-11-06 22:11:13.895 | + functions:_upload_image:105 : shift 2024-11-06 22:11:13.897 | + functions:_upload_image:106 : local container=bare 2024-11-06 22:11:13.899 | + functions:_upload_image:107 : shift 2024-11-06 22:11:13.901 | + functions:_upload_image:108 : local disk=vmdk 2024-11-06 22:11:13.902 | + functions:_upload_image:109 : shift 2024-11-06 22:11:13.904 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-11-06 22:11:13.906 | + functions:_upload_image:111 : shift 2024-11-06 22:11:13.908 | + functions:_upload_image:112 : local properties 2024-11-06 22:11:13.910 | + functions:_upload_image:113 : local useimport 2024-11-06 22:11:13.912 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2024-11-06 22:11:13.914 | ++ functions:_image_properties_to_arg:87 : local result= 2024-11-06 22:11:13.916 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-11-06 22:11:13.917 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2024-11-06 22:11:13.919 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-11-06 22:11:13.921 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2024-11-06 22:11:13.923 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-11-06 22:11:13.924 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2024-11-06 22:11:13.926 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2024-11-06 22:11:13.929 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2024-11-06 22:11:13.931 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2024-11-06 22:11:13.933 | + 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-11-06 22:11:16.148 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-11-06 22:11:16.148 | | Field | Value | 2024-11-06 22:11:16.148 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-11-06 22:11:16.148 | | container_format | bare | 2024-11-06 22:11:16.148 | | created_at | 2024-11-06T22:11:15Z | 2024-11-06 22:11:16.148 | | disk_format | vmdk | 2024-11-06 22:11:16.148 | | file | /v2/images/6f125163-af69-40e9-92ae-3b8a01d74b60/file | 2024-11-06 22:11:16.148 | | id | 6f125163-af69-40e9-92ae-3b8a01d74b60 | 2024-11-06 22:11:16.148 | | min_disk | 0 | 2024-11-06 22:11:16.148 | | min_ram | 0 | 2024-11-06 22:11:16.148 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2024-11-06 22:11:16.148 | | owner | 63ed6630e9c140baa826f53d7a0564d1 | 2024-11-06 22:11:16.148 | | 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-11-06 22:11:16.148 | | protected | False | 2024-11-06 22:11:16.148 | | schema | /v2/schemas/image | 2024-11-06 22:11:16.148 | | status | queued | 2024-11-06 22:11:16.148 | | tags | | 2024-11-06 22:11:16.148 | | updated_at | 2024-11-06T22:11:15Z | 2024-11-06 22:11:16.148 | | visibility | public | 2024-11-06 22:11:16.148 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-11-06 22:11:16.284 | + functions:upload_image:291 : return 2024-11-06 22:11:16.287 | + stack.sh:main:1386 : async_wait create_flavors 2024-11-06 22:11:16.326 | [4836 Async create_flavors:54564]: Waiting for completion of create_flavors running on PID 54564 (2 other jobs running) 2024-11-06 22:11:16.345 | [4836 Async create_flavors:54564]: Signaling child to exit 2024-11-06 22:11:17.210 | + inc/async:async_inner:64 : rc=0 2024-11-06 22:11:17.229 | [54564 Async create_flavors:54564]: finished successfully 2024-11-06 22:11:17.247 | WAKEUP 2024-11-06 22:11:17.264 | [4836 Async create_flavors:54564]: Signaled 2024-11-06 22:11:17.265 | + lib/nova:create_flavors:1255 : is_service_enabled n-api 2024-11-06 22:11:17.265 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:11:17.265 | + lib/nova:create_flavors:1256 : openstack --os-region-name=RegionOne flavor list 2024-11-06 22:11:17.265 | + lib/nova:create_flavors:1256 : grep -q ds512M 2024-11-06 22:11:17.265 | + 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-11-06 22:11:17.265 | +----------------------------+-----------------------+ 2024-11-06 22:11:17.265 | | Field | Value | 2024-11-06 22:11:17.265 | +----------------------------+-----------------------+ 2024-11-06 22:11:17.265 | | OS-FLV-DISABLED:disabled | False | 2024-11-06 22:11:17.265 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-11-06 22:11:17.265 | | description | None | 2024-11-06 22:11:17.265 | | disk | 1 | 2024-11-06 22:11:17.265 | | id | c1 | 2024-11-06 22:11:17.265 | | name | cirros256 | 2024-11-06 22:11:17.265 | | os-flavor-access:is_public | True | 2024-11-06 22:11:17.265 | | properties | hw_rng:allowed='True' | 2024-11-06 22:11:17.265 | | ram | 256 | 2024-11-06 22:11:17.265 | | rxtx_factor | 1.0 | 2024-11-06 22:11:17.265 | | swap | 0 | 2024-11-06 22:11:17.265 | | vcpus | 1 | 2024-11-06 22:11:17.265 | +----------------------------+-----------------------+ 2024-11-06 22:11:17.265 | + 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-11-06 22:11:17.265 | +----------------------------+-----------------------+ 2024-11-06 22:11:17.265 | | Field | Value | 2024-11-06 22:11:17.265 | +----------------------------+-----------------------+ 2024-11-06 22:11:17.265 | | OS-FLV-DISABLED:disabled | False | 2024-11-06 22:11:17.265 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-11-06 22:11:17.265 | | description | None | 2024-11-06 22:11:17.265 | | disk | 5 | 2024-11-06 22:11:17.265 | | id | d1 | 2024-11-06 22:11:17.265 | | name | ds512M | 2024-11-06 22:11:17.265 | | os-flavor-access:is_public | True | 2024-11-06 22:11:17.265 | | properties | hw_rng:allowed='True' | 2024-11-06 22:11:17.265 | | ram | 512 | 2024-11-06 22:11:17.265 | | rxtx_factor | 1.0 | 2024-11-06 22:11:17.265 | | swap | 0 | 2024-11-06 22:11:17.265 | | vcpus | 1 | 2024-11-06 22:11:17.265 | +----------------------------+-----------------------+ 2024-11-06 22:11:17.265 | + 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-11-06 22:11:17.265 | +----------------------------+-----------------------+ 2024-11-06 22:11:17.265 | | Field | Value | 2024-11-06 22:11:17.265 | +----------------------------+-----------------------+ 2024-11-06 22:11:17.265 | | OS-FLV-DISABLED:disabled | False | 2024-11-06 22:11:17.265 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-11-06 22:11:17.265 | | description | None | 2024-11-06 22:11:17.265 | | disk | 10 | 2024-11-06 22:11:17.265 | | id | d2 | 2024-11-06 22:11:17.265 | | name | ds1G | 2024-11-06 22:11:17.265 | | os-flavor-access:is_public | True | 2024-11-06 22:11:17.265 | | properties | hw_rng:allowed='True' | 2024-11-06 22:11:17.265 | | ram | 1024 | 2024-11-06 22:11:17.266 | | rxtx_factor | 1.0 | 2024-11-06 22:11:17.266 | | swap | 0 | 2024-11-06 22:11:17.266 | | vcpus | 1 | 2024-11-06 22:11:17.266 | +----------------------------+-----------------------+ 2024-11-06 22:11:17.266 | + 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-11-06 22:11:17.266 | +----------------------------+-----------------------+ 2024-11-06 22:11:17.266 | | Field | Value | 2024-11-06 22:11:17.266 | +----------------------------+-----------------------+ 2024-11-06 22:11:17.266 | | OS-FLV-DISABLED:disabled | False | 2024-11-06 22:11:17.266 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-11-06 22:11:17.266 | | description | None | 2024-11-06 22:11:17.266 | | disk | 10 | 2024-11-06 22:11:17.266 | | id | d3 | 2024-11-06 22:11:17.266 | | name | ds2G | 2024-11-06 22:11:17.266 | | os-flavor-access:is_public | True | 2024-11-06 22:11:17.266 | | properties | hw_rng:allowed='True' | 2024-11-06 22:11:17.266 | | ram | 2048 | 2024-11-06 22:11:17.266 | | rxtx_factor | 1.0 | 2024-11-06 22:11:17.266 | | swap | 0 | 2024-11-06 22:11:17.266 | | vcpus | 2 | 2024-11-06 22:11:17.266 | +----------------------------+-----------------------+ 2024-11-06 22:11:17.266 | + 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-11-06 22:11:17.266 | +----------------------------+-----------------------+ 2024-11-06 22:11:17.266 | | Field | Value | 2024-11-06 22:11:17.266 | +----------------------------+-----------------------+ 2024-11-06 22:11:17.266 | | OS-FLV-DISABLED:disabled | False | 2024-11-06 22:11:17.266 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-11-06 22:11:17.266 | | description | None | 2024-11-06 22:11:17.266 | | disk | 20 | 2024-11-06 22:11:17.266 | | id | d4 | 2024-11-06 22:11:17.266 | | name | ds4G | 2024-11-06 22:11:17.266 | | os-flavor-access:is_public | True | 2024-11-06 22:11:17.266 | | properties | hw_rng:allowed='True' | 2024-11-06 22:11:17.266 | | ram | 4096 | 2024-11-06 22:11:17.266 | | rxtx_factor | 1.0 | 2024-11-06 22:11:17.266 | | swap | 0 | 2024-11-06 22:11:17.266 | | vcpus | 4 | 2024-11-06 22:11:17.266 | +----------------------------+-----------------------+ 2024-11-06 22:11:17.266 | + lib/nova:create_flavors:1265 : grep -q m1.tiny 2024-11-06 22:11:17.266 | + lib/nova:create_flavors:1265 : openstack --os-region-name=RegionOne flavor list 2024-11-06 22:11:17.266 | + 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-11-06 22:11:17.266 | +----------------------------+-----------------------+ 2024-11-06 22:11:17.266 | | Field | Value | 2024-11-06 22:11:17.266 | +----------------------------+-----------------------+ 2024-11-06 22:11:17.266 | | OS-FLV-DISABLED:disabled | False | 2024-11-06 22:11:17.266 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-11-06 22:11:17.266 | | description | None | 2024-11-06 22:11:17.266 | | disk | 1 | 2024-11-06 22:11:17.266 | | id | 1 | 2024-11-06 22:11:17.266 | | name | m1.tiny | 2024-11-06 22:11:17.266 | | os-flavor-access:is_public | True | 2024-11-06 22:11:17.266 | | properties | hw_rng:allowed='True' | 2024-11-06 22:11:17.266 | | ram | 512 | 2024-11-06 22:11:17.266 | | rxtx_factor | 1.0 | 2024-11-06 22:11:17.266 | | swap | 0 | 2024-11-06 22:11:17.266 | | vcpus | 1 | 2024-11-06 22:11:17.266 | +----------------------------+-----------------------+ 2024-11-06 22:11:17.266 | + 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-11-06 22:11:17.266 | +----------------------------+-----------------------+ 2024-11-06 22:11:17.266 | | Field | Value | 2024-11-06 22:11:17.266 | +----------------------------+-----------------------+ 2024-11-06 22:11:17.266 | | OS-FLV-DISABLED:disabled | False | 2024-11-06 22:11:17.266 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-11-06 22:11:17.266 | | description | None | 2024-11-06 22:11:17.266 | | disk | 20 | 2024-11-06 22:11:17.266 | | id | 2 | 2024-11-06 22:11:17.266 | | name | m1.small | 2024-11-06 22:11:17.266 | | os-flavor-access:is_public | True | 2024-11-06 22:11:17.266 | | properties | hw_rng:allowed='True' | 2024-11-06 22:11:17.266 | | ram | 2048 | 2024-11-06 22:11:17.266 | | rxtx_factor | 1.0 | 2024-11-06 22:11:17.266 | | swap | 0 | 2024-11-06 22:11:17.266 | | vcpus | 1 | 2024-11-06 22:11:17.266 | +----------------------------+-----------------------+ 2024-11-06 22:11:17.266 | + 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-11-06 22:11:17.266 | +----------------------------+-----------------------+ 2024-11-06 22:11:17.266 | | Field | Value | 2024-11-06 22:11:17.266 | +----------------------------+-----------------------+ 2024-11-06 22:11:17.266 | | OS-FLV-DISABLED:disabled | False | 2024-11-06 22:11:17.266 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-11-06 22:11:17.266 | | description | None | 2024-11-06 22:11:17.266 | | disk | 40 | 2024-11-06 22:11:17.266 | | id | 3 | 2024-11-06 22:11:17.266 | | name | m1.medium | 2024-11-06 22:11:17.266 | | os-flavor-access:is_public | True | 2024-11-06 22:11:17.266 | | properties | hw_rng:allowed='True' | 2024-11-06 22:11:17.266 | | ram | 4096 | 2024-11-06 22:11:17.266 | | rxtx_factor | 1.0 | 2024-11-06 22:11:17.266 | | swap | 0 | 2024-11-06 22:11:17.266 | | vcpus | 2 | 2024-11-06 22:11:17.266 | +----------------------------+-----------------------+ 2024-11-06 22:11:17.266 | + 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-11-06 22:11:17.266 | +----------------------------+-----------------------+ 2024-11-06 22:11:17.266 | | Field | Value | 2024-11-06 22:11:17.266 | +----------------------------+-----------------------+ 2024-11-06 22:11:17.266 | | OS-FLV-DISABLED:disabled | False | 2024-11-06 22:11:17.266 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-11-06 22:11:17.266 | | description | None | 2024-11-06 22:11:17.266 | | disk | 80 | 2024-11-06 22:11:17.266 | | id | 4 | 2024-11-06 22:11:17.266 | | name | m1.large | 2024-11-06 22:11:17.266 | | os-flavor-access:is_public | True | 2024-11-06 22:11:17.266 | | properties | hw_rng:allowed='True' | 2024-11-06 22:11:17.266 | | ram | 8192 | 2024-11-06 22:11:17.266 | | rxtx_factor | 1.0 | 2024-11-06 22:11:17.266 | | swap | 0 | 2024-11-06 22:11:17.266 | | vcpus | 4 | 2024-11-06 22:11:17.266 | +----------------------------+-----------------------+ 2024-11-06 22:11:17.266 | + 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-11-06 22:11:17.266 | +----------------------------+-----------------------+ 2024-11-06 22:11:17.266 | | Field | Value | 2024-11-06 22:11:17.266 | +----------------------------+-----------------------+ 2024-11-06 22:11:17.266 | | OS-FLV-DISABLED:disabled | False | 2024-11-06 22:11:17.266 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-11-06 22:11:17.266 | | description | None | 2024-11-06 22:11:17.266 | | disk | 160 | 2024-11-06 22:11:17.266 | | id | 5 | 2024-11-06 22:11:17.266 | | name | m1.xlarge | 2024-11-06 22:11:17.266 | | os-flavor-access:is_public | True | 2024-11-06 22:11:17.266 | | properties | hw_rng:allowed='True' | 2024-11-06 22:11:17.266 | | ram | 16384 | 2024-11-06 22:11:17.267 | | rxtx_factor | 1.0 | 2024-11-06 22:11:17.267 | | swap | 0 | 2024-11-06 22:11:17.267 | | vcpus | 8 | 2024-11-06 22:11:17.267 | +----------------------------+-----------------------+ 2024-11-06 22:11:17.299 | [4836 Async create_flavors:54564]: finished create_flavors with result 0 in 14 seconds 2024-11-06 22:11:17.302 | + inc/async:async_wait:197 : return 0 2024-11-06 22:11:17.304 | + stack.sh:main:1388 : is_service_enabled horizon 2024-11-06 22:11:17.318 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:11:17.320 | + stack.sh:main:1402 : is_service_enabled nova 2024-11-06 22:11:17.334 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:11:17.336 | + stack.sh:main:1402 : is_service_enabled keystone 2024-11-06 22:11:17.350 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:11:17.352 | + stack.sh:main:1403 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2024-11-06 22:11:17.354 | + stack.sh:main:1405 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-11-06 22:11:17.356 | + stack.sh:main:1409 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2024-11-06 22:11:17.359 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2024-11-06 22:11:17.360 | ++ 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-11-06 22:11:17.363 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2024-11-06 22:11:17.364 | + opt/stack/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/opt/stack/devstack/accrc'\''' --os-password ''\''nomoresecret'\''' -- 2024-11-06 22:11:17.366 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2024-11-06 22:11:17.367 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2024-11-06 22:11:17.368 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2024-11-06 22:11:17.369 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2024-11-06 22:11:17.370 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2024-11-06 22:11:17.371 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2024-11-06 22:11:17.372 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2024-11-06 22:11:17.373 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2024-11-06 22:11:17.374 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2024-11-06 22:11:17.375 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-11-06 22:11:17.376 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2024-11-06 22:11:17.377 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-11-06 22:11:17.378 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2024-11-06 22:11:17.379 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-11-06 22:11:17.380 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2024-11-06 22:11:17.381 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-11-06 22:11:17.382 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2024-11-06 22:11:17.383 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-11-06 22:11:17.384 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2024-11-06 22:11:17.385 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2024-11-06 22:11:17.386 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-11-06 22:11:17.387 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2024-11-06 22:11:17.388 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-11-06 22:11:17.390 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2024-11-06 22:11:17.391 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2024-11-06 22:11:17.392 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2024-11-06 22:11:17.393 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-11-06 22:11:17.394 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2024-11-06 22:11:17.395 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-11-06 22:11:17.396 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2024-11-06 22:11:17.397 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2024-11-06 22:11:17.399 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2024-11-06 22:11:17.400 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2024-11-06 22:11:17.401 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2024-11-06 22:11:17.402 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2024-11-06 22:11:17.403 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2024-11-06 22:11:17.405 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2024-11-06 22:11:17.406 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2024-11-06 22:11:17.407 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2024-11-06 22:11:17.408 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2024-11-06 22:11:17.409 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2024-11-06 22:11:17.411 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2024-11-06 22:11:17.412 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2024-11-06 22:11:17.413 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2024-11-06 22:11:17.414 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2024-11-06 22:11:17.415 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2024-11-06 22:11:17.416 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2024-11-06 22:11:17.417 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2024-11-06 22:11:17.418 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2024-11-06 22:11:17.419 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2024-11-06 22:11:17.421 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2024-11-06 22:11:17.422 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2024-11-06 22:11:17.422 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2024-11-06 22:11:17.423 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2024-11-06 22:11:17.423 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2024-11-06 22:11:17.424 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2024-11-06 22:11:18.230 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2024-11-06 22:11:18.231 | 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-11-06 22:11:18.336 | + stack.sh:main:1414 : save_stackenv 2024-11-06 22:11:18.338 | + functions-common:save_stackenv:60 : local tag= 2024-11-06 22:11:18.341 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-11-06 22:11:18.344 | + functions-common:save_stackenv:62 : time_stamp=2024-11-06-221118 2024-11-06 22:11:18.347 | + functions-common:save_stackenv:63 : echo '# 2024-11-06-221118 ' 2024-11-06 22:11:18.349 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:11:18.351 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-11-06 22:11:18.353 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:11:18.355 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-11-06 22:11:18.358 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:11:18.360 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-11-06 22:11:18.362 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:11:18.364 | + 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-11-06 22:11:18.366 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:11:18.368 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-11-06 22:11:18.370 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:11:18.372 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-11-06 22:11:18.374 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:11:18.376 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-11-06-220303 2024-11-06 22:11:18.378 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:11:18.380 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-11-06 22:11:18.382 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:11:18.384 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-11-06 22:11:18.386 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:11:18.388 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-11-06 22:11:18.390 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:11:18.392 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-11-06 22:11:18.394 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:11:18.396 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-11-06 22:11:18.398 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:11:18.400 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-11-06 22:11:18.402 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:11:18.404 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-11-06 22:11:18.406 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-11-06 22:11:18.408 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-11-06 22:11:18.410 | + stack.sh:main:1425 : merge_config_group /opt/stack/devstack/local.conf extra 2024-11-06 22:11:18.412 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-11-06 22:11:18.414 | + inc/meta-config:merge_config_group:171 : shift 2024-11-06 22:11:18.416 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2024-11-06 22:11:18.418 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-11-06 22:11:18.420 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-11-06 22:11:18.422 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-11-06 22:11:18.425 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2024-11-06 22:11:18.427 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-11-06 22:11:18.429 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2024-11-06 22:11:18.431 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-11-06 22:11:18.433 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2024-11-06 22:11:18.433 | /^\[\[.+\|.*\]\]/ { 2024-11-06 22:11:18.433 | gsub("[][]", "", $1); 2024-11-06 22:11:18.433 | split($1, a, "|"); 2024-11-06 22:11:18.433 | if (a[1] == matchgroup) 2024-11-06 22:11:18.433 | print a[2] 2024-11-06 22:11:18.433 | } 2024-11-06 22:11:18.433 | ' /opt/stack/devstack/local.conf 2024-11-06 22:11:18.438 | + stack.sh:main:1432 : run_phase stack extra 2024-11-06 22:11:18.440 | + functions-common:run_phase:1828 : local mode=stack 2024-11-06 22:11:18.442 | + functions-common:run_phase:1829 : local phase=extra 2024-11-06 22:11:18.444 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2024-11-06 22:11:18.446 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2024-11-06 22:11:18.448 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-11-06 22:11:18.450 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2024-11-06 22:11:18.453 | + functions-common:run_phase:1838 : local extra 2024-11-06 22:11:18.455 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-11-06 22:11:18.459 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2024-11-06 22:11:18.461 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-11-06 22:11:18.463 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-11-06 22:11:18.465 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2024-11-06 22:11:18.467 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-11-06 22:11:18.480 | ++ functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:11:18.483 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-11-06 22:11:18.485 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-11-06 22:11:18.487 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-11-06 22:11:18.488 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-11-06 22:11:18.490 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-11-06 22:11:18.492 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-11-06 22:11:18.494 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2024-11-06 22:11:18.497 | ++ extras.d/80-tempest.sh:source:15 : : 2024-11-06 22:11:18.499 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-11-06 22:11:18.501 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-11-06 22:11:18.503 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2024-11-06 22:11:18.505 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-11-06 22:11:18.507 | + functions-common:run_phase:1855 : run_plugins stack extra 2024-11-06 22:11:18.509 | + functions-common:run_plugins:1814 : local mode=stack 2024-11-06 22:11:18.512 | + functions-common:run_plugins:1815 : local phase=extra 2024-11-06 22:11:18.514 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2024-11-06 22:11:18.516 | + functions-common:run_plugins:1818 : local plugin 2024-11-06 22:11:18.518 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2024-11-06 22:11:18.520 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2024-11-06 22:11:18.522 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-11-06 22:11:18.524 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2024-11-06 22:11:18.527 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-11-06 22:11:18.529 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-11-06 22:11:18.531 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-11-06 22:11:18.533 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-11-06 22:11:18.535 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-11-06 22:11:18.537 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-11-06 22:11:18.539 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2024-11-06 22:11:18.541 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2024-11-06 22:11:18.543 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2024-11-06 22:11:18.546 | ++ stack.sh:echo_summary:461 : echo -e Initializing Networking-NSX-T 2024-11-06 22:11:18.548 | + stack.sh:main:1440 : merge_config_group /opt/stack/devstack/local.conf post-extra 2024-11-06 22:11:18.550 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-11-06 22:11:18.552 | + inc/meta-config:merge_config_group:171 : shift 2024-11-06 22:11:18.554 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2024-11-06 22:11:18.556 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-11-06 22:11:18.558 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-11-06 22:11:18.560 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-11-06 22:11:18.563 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2024-11-06 22:11:18.565 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-11-06 22:11:18.568 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2024-11-06 22:11:18.570 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-11-06 22:11:18.572 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2024-11-06 22:11:18.572 | /^\[\[.+\|.*\]\]/ { 2024-11-06 22:11:18.572 | gsub("[][]", "", $1); 2024-11-06 22:11:18.572 | split($1, a, "|"); 2024-11-06 22:11:18.572 | if (a[1] == matchgroup) 2024-11-06 22:11:18.572 | print a[2] 2024-11-06 22:11:18.572 | } 2024-11-06 22:11:18.572 | ' /opt/stack/devstack/local.conf 2024-11-06 22:11:18.577 | + stack.sh:main:1449 : is_service_enabled n-cpu 2024-11-06 22:11:18.592 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:11:18.594 | + stack.sh:main:1454 : service_check 2024-11-06 22:11:18.596 | + functions-common:service_check:1693 : local service 2024-11-06 22:11:18.598 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:11:18.600 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@key.service 2024-11-06 22:11:18.610 | Failed to get unit file state for devstack@key.service: No such file or directory 2024-11-06 22:11:18.613 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:11:18.615 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-api.service 2024-11-06 22:11:18.624 | enabled 2024-11-06 22:11:18.627 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-api.service --no-pager 2024-11-06 22:11:18.652 | ● devstack@n-api.service - Devstack devstack@n-api.service 2024-11-06 22:11:18.652 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2024-11-06 22:11:18.652 | Active: active (running) since Wed 2024-11-06 22:10:23 UTC; 54s ago 2024-11-06 22:11:18.652 | Main PID: 47933 (uwsgi) 2024-11-06 22:11:18.652 | Status: "uWSGI is ready" 2024-11-06 22:11:18.652 | Tasks: 3 (limit: 19126) 2024-11-06 22:11:18.652 | Memory: 226.3M 2024-11-06 22:11:18.652 | CPU: 6.145s 2024-11-06 22:11:18.652 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2024-11-06 22:11:18.652 | ├─47933 "nova-apiuWSGI master" 2024-11-06 22:11:18.652 | ├─47934 "nova-apiuWSGI worker 1" 2024-11-06 22:11:18.652 | └─47935 "nova-apiuWSGI worker 2" 2024-11-06 22:11:18.652 | 2024-11-06 22:11:18.652 | Nov 06 22:11:15 devstack devstack@n-api.service[47934]: [pid: 47934|app: 0|req: 17/32] 10.180.1.21 () {64 vars in 1332 bytes} [Wed Nov 6 22:11:15 2024] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 16 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2024-11-06 22:11:18.652 | Nov 06 22:11:17 devstack devstack@n-api.service[47935]: DEBUG nova.api.openstack.wsgi [None req-44ecfa2c-f286-4d22-9fd5-85edc1dbaf9c admin admin] Calling method '>' {{(pid=47935) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2024-11-06 22:11:18.652 | Nov 06 22:11:17 devstack devstack@n-api.service[47935]: INFO nova.api.openstack.requestlog [None req-44ecfa2c-f286-4d22-9fd5-85edc1dbaf9c admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.000904 2024-11-06 22:11:18.652 | Nov 06 22:11:17 devstack devstack@n-api.service[47935]: [pid: 47935|app: 0|req: 16/33] 10.180.1.21 () {54 vars in 930 bytes} [Wed Nov 6 22:11:17 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-11-06 22:11:18.652 | Nov 06 22:11:17 devstack devstack@n-api.service[47934]: DEBUG nova.api.openstack.wsgi [None req-ff94cf0b-33cf-4053-8e2b-93df2241e0fc admin admin] Action: 'create', calling method: >, body: {"flavor": {"swap": 0, "OS-FLV-EXT-DATA:ephemeral": 0, "os-flavor-access:is_public": true, "vcpus": 8, "disk": 160, "id": "5", "ram": 16384, "name": "m1.xlarge", "rxtx_factor": 1.0}} {{(pid=47934) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-11-06 22:11:18.652 | Nov 06 22:11:17 devstack devstack@n-api.service[47934]: INFO nova.api.openstack.requestlog [None req-ff94cf0b-33cf-4053-8e2b-93df2241e0fc admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.035727 2024-11-06 22:11:18.652 | Nov 06 22:11:17 devstack devstack@n-api.service[47934]: [pid: 47934|app: 0|req: 18/34] 10.180.1.21 () {64 vars in 1282 bytes} [Wed Nov 6 22:11:17 2024] POST /compute/v2.1/flavors => generated 408 bytes in 36 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) 2024-11-06 22:11:18.652 | Nov 06 22:11:17 devstack devstack@n-api.service[47935]: DEBUG nova.api.openstack.wsgi [None req-e1b0c203-1959-42fc-a4d6-350c91b57c79 admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=47935) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-11-06 22:11:18.652 | Nov 06 22:11:17 devstack devstack@n-api.service[47935]: INFO nova.api.openstack.requestlog [None req-e1b0c203-1959-42fc-a4d6-350c91b57c79 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.015420 2024-11-06 22:11:18.652 | Nov 06 22:11:17 devstack devstack@n-api.service[47935]: [pid: 47935|app: 0|req: 17/35] 10.180.1.21 () {64 vars in 1332 bytes} [Wed Nov 6 22:11:17 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-11-06 22:11:18.655 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:11:18.657 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-cond.service 2024-11-06 22:11:18.667 | enabled 2024-11-06 22:11:18.670 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-cond.service --no-pager 2024-11-06 22:11:18.682 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2024-11-06 22:11:18.682 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2024-11-06 22:11:18.682 | Active: active (running) since Wed 2024-11-06 22:11:00 UTC; 18s ago 2024-11-06 22:11:18.682 | Main PID: 54093 (nova-conductor) 2024-11-06 22:11:18.682 | Tasks: 3 (limit: 19126) 2024-11-06 22:11:18.682 | Memory: 142.2M 2024-11-06 22:11:18.682 | CPU: 2.069s 2024-11-06 22:11:18.682 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2024-11-06 22:11:18.682 | ├─54093 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-11-06 22:11:18.682 | ├─54512 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-11-06 22:11:18.682 | └─54513 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-11-06 22:11:18.682 | 2024-11-06 22:11:18.682 | Nov 06 22:11:01 devstack nova-conductor[54093]: DEBUG oslo_service.service [None req-f3eb4fe0-5093-402c-aa97-a608ccc6dbfd None None] oslo_limit.version = None {{(pid=54093) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-11-06 22:11:18.682 | Nov 06 22:11:01 devstack nova-conductor[54093]: DEBUG oslo_service.service [None req-f3eb4fe0-5093-402c-aa97-a608ccc6dbfd None None] oslo_reports.file_event_handler = None {{(pid=54093) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-11-06 22:11:18.682 | Nov 06 22:11:01 devstack nova-conductor[54093]: DEBUG oslo_service.service [None req-f3eb4fe0-5093-402c-aa97-a608ccc6dbfd None None] oslo_reports.file_event_handler_interval = 1 {{(pid=54093) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-11-06 22:11:18.682 | Nov 06 22:11:01 devstack nova-conductor[54093]: DEBUG oslo_service.service [None req-f3eb4fe0-5093-402c-aa97-a608ccc6dbfd None None] oslo_reports.log_dir = None {{(pid=54093) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-11-06 22:11:18.682 | Nov 06 22:11:01 devstack nova-conductor[54093]: DEBUG oslo_service.service [None req-f3eb4fe0-5093-402c-aa97-a608ccc6dbfd None None] ******************************************************************************** {{(pid=54093) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2024-11-06 22:11:18.682 | Nov 06 22:11:11 devstack nova-conductor[54093]: DEBUG dbcounter [-] [54093] Writing DB stats nova_api:SELECT=3 {{(pid=54093) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-11-06 22:11:18.682 | Nov 06 22:11:11 devstack nova-conductor[54093]: DEBUG dbcounter [-] [54093] Writing DB stats nova_cell0:SELECT=3 {{(pid=54093) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-11-06 22:11:18.682 | Nov 06 22:11:11 devstack nova-conductor[54093]: DEBUG dbcounter [-] [54093] Writing DB stats nova_cell1:SELECT=3 {{(pid=54093) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-11-06 22:11:18.682 | Nov 06 22:11:16 devstack nova-conductor[54512]: DEBUG dbcounter [-] [54512] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=54512) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-11-06 22:11:18.682 | Nov 06 22:11:16 devstack nova-conductor[54513]: DEBUG dbcounter [-] [54513] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1 {{(pid=54513) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-11-06 22:11:18.685 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:11:18.687 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-sch.service 2024-11-06 22:11:18.697 | enabled 2024-11-06 22:11:18.700 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-sch.service --no-pager 2024-11-06 22:11:18.711 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2024-11-06 22:11:18.711 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2024-11-06 22:11:18.711 | Active: active (running) since Wed 2024-11-06 22:10:57 UTC; 21s ago 2024-11-06 22:11:18.711 | Main PID: 52795 (nova-scheduler) 2024-11-06 22:11:18.711 | Tasks: 3 (limit: 19126) 2024-11-06 22:11:18.711 | Memory: 142.1M 2024-11-06 22:11:18.711 | CPU: 2.123s 2024-11-06 22:11:18.711 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2024-11-06 22:11:18.711 | ├─52795 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-11-06 22:11:18.711 | ├─53755 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-11-06 22:11:18.711 | └─53761 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-11-06 22:11:18.711 | 2024-11-06 22:11:18.711 | Nov 06 22:10:59 devstack nova-scheduler[52795]: DEBUG oslo_service.service [None req-6698bdee-7867-4ab6-86be-bbc8ea40b547 None None] oslo_limit.version = None {{(pid=52795) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-11-06 22:11:18.711 | Nov 06 22:10:59 devstack nova-scheduler[52795]: DEBUG oslo_service.service [None req-6698bdee-7867-4ab6-86be-bbc8ea40b547 None None] oslo_reports.file_event_handler = None {{(pid=52795) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-11-06 22:11:18.711 | Nov 06 22:10:59 devstack nova-scheduler[52795]: DEBUG oslo_service.service [None req-6698bdee-7867-4ab6-86be-bbc8ea40b547 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=52795) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-11-06 22:11:18.711 | Nov 06 22:10:59 devstack nova-scheduler[52795]: DEBUG oslo_service.service [None req-6698bdee-7867-4ab6-86be-bbc8ea40b547 None None] oslo_reports.log_dir = None {{(pid=52795) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-11-06 22:11:18.711 | Nov 06 22:10:59 devstack nova-scheduler[52795]: DEBUG oslo_service.service [None req-6698bdee-7867-4ab6-86be-bbc8ea40b547 None None] ******************************************************************************** {{(pid=52795) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2024-11-06 22:11:18.711 | Nov 06 22:11:09 devstack nova-scheduler[52795]: DEBUG dbcounter [-] [52795] Writing DB stats nova_api:SELECT=7 {{(pid=52795) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-11-06 22:11:18.711 | Nov 06 22:11:09 devstack nova-scheduler[52795]: DEBUG dbcounter [-] [52795] Writing DB stats nova_cell1:SELECT=5 {{(pid=52795) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-11-06 22:11:18.711 | Nov 06 22:11:09 devstack nova-scheduler[52795]: DEBUG dbcounter [-] [52795] Writing DB stats nova_cell0:SELECT=3 {{(pid=52795) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-11-06 22:11:18.711 | Nov 06 22:11:14 devstack nova-scheduler[53761]: DEBUG dbcounter [-] [53761] Writing DB stats nova_cell1:SELECT=12,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=53761) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-11-06 22:11:18.711 | Nov 06 22:11:14 devstack nova-scheduler[53755]: DEBUG dbcounter [-] [53755] Writing DB stats nova_cell1:SELECT=10,nova_cell1:INSERT=1,nova_cell1:UPDATE=1 {{(pid=53755) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-11-06 22:11:18.714 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:11:18.716 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@n-api-meta.service 2024-11-06 22:11:18.726 | enabled 2024-11-06 22:11:18.729 | + functions-common:service_check:1700 : sudo systemctl status devstack@n-api-meta.service --no-pager 2024-11-06 22:11:18.740 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2024-11-06 22:11:18.740 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2024-11-06 22:11:18.740 | Active: active (running) since Wed 2024-11-06 22:10:58 UTC; 19s ago 2024-11-06 22:11:18.740 | Main PID: 53395 (uwsgi) 2024-11-06 22:11:18.740 | Status: "uWSGI is ready" 2024-11-06 22:11:18.740 | Tasks: 4 (limit: 19126) 2024-11-06 22:11:18.740 | Memory: 188.8M 2024-11-06 22:11:18.740 | CPU: 3.905s 2024-11-06 22:11:18.740 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2024-11-06 22:11:18.740 | ├─53395 "nova-api-metauWSGI master" 2024-11-06 22:11:18.740 | ├─53396 "nova-api-metauWSGI worker 1" 2024-11-06 22:11:18.740 | ├─53397 "nova-api-metauWSGI worker 2" 2024-11-06 22:11:18.740 | └─53398 "nova-api-metauWSGI http 1" 2024-11-06 22:11:18.740 | 2024-11-06 22:11:18.740 | Nov 06 22:11:00 devstack devstack@n-api-meta.service[53397]: INFO dbcounter [None req-a88d9786-bd3b-40b0-adc4-8948e58cc22d None None] Registered counter for database nova_cell1 2024-11-06 22:11:18.740 | Nov 06 22:11:00 devstack devstack@n-api-meta.service[53396]: INFO dbcounter [None req-d6b06e6e-1fc6-43c2-8be4-8762bb9b1814 None None] Registered counter for database nova_cell1 2024-11-06 22:11:18.740 | Nov 06 22:11:00 devstack devstack@n-api-meta.service[53397]: DEBUG oslo_db.sqlalchemy.engines [None req-a88d9786-bd3b-40b0-adc4-8948e58cc22d 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=53397) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-11-06 22:11:18.740 | Nov 06 22:11:00 devstack devstack@n-api-meta.service[53397]: DEBUG dbcounter [-] [53397] Writer thread running {{(pid=53397) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-11-06 22:11:18.740 | Nov 06 22:11:00 devstack devstack@n-api-meta.service[53396]: DEBUG oslo_db.sqlalchemy.engines [None req-d6b06e6e-1fc6-43c2-8be4-8762bb9b1814 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=53396) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-11-06 22:11:18.740 | Nov 06 22:11:00 devstack devstack@n-api-meta.service[53396]: DEBUG dbcounter [-] [53396] Writer thread running {{(pid=53396) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-11-06 22:11:18.740 | Nov 06 22:11:00 devstack devstack@n-api-meta.service[53397]: WARNING nova.api.metadata.handler [None req-a88d9786-bd3b-40b0-adc4-8948e58cc22d None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-11-06 22:11:18.740 | Nov 06 22:11:00 devstack devstack@n-api-meta.service[53396]: WARNING nova.api.metadata.handler [None req-d6b06e6e-1fc6-43c2-8be4-8762bb9b1814 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-11-06 22:11:18.740 | Nov 06 22:11:00 devstack devstack@n-api-meta.service[53397]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x575419199100 pid: 53397 (default app) 2024-11-06 22:11:18.740 | Nov 06 22:11:00 devstack devstack@n-api-meta.service[53396]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x575419199100 pid: 53396 (default app) 2024-11-06 22:11:18.743 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:11:18.746 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@placement-api.service 2024-11-06 22:11:18.755 | enabled 2024-11-06 22:11:18.758 | + functions-common:service_check:1700 : sudo systemctl status devstack@placement-api.service --no-pager 2024-11-06 22:11:18.770 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2024-11-06 22:11:18.770 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2024-11-06 22:11:18.770 | Active: active (running) since Wed 2024-11-06 22:10:31 UTC; 46s ago 2024-11-06 22:11:18.770 | Main PID: 49329 (uwsgi) 2024-11-06 22:11:18.770 | Status: "uWSGI is ready" 2024-11-06 22:11:18.770 | Tasks: 5 (limit: 19126) 2024-11-06 22:11:18.770 | Memory: 136.8M 2024-11-06 22:11:18.770 | CPU: 2.462s 2024-11-06 22:11:18.770 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2024-11-06 22:11:18.770 | ├─49329 "placementuWSGI master" 2024-11-06 22:11:18.770 | ├─49330 "placementuWSGI worker 1" 2024-11-06 22:11:18.770 | └─49331 "placementuWSGI worker 2" 2024-11-06 22:11:18.770 | 2024-11-06 22:11:18.770 | Nov 06 22:10:33 devstack devstack@placement-api.service[49331]: INFO placement.requestlog [None req-8e6c81a3-665d-42b7-b4b0-61ba2befab23 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-11-06 22:11:18.770 | Nov 06 22:10:33 devstack devstack@placement-api.service[49331]: [pid: 49331|app: 0|req: 1/1] 10.180.1.21 () {50 vars in 776 bytes} [Wed Nov 6 22:10: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-11-06 22:11:18.770 | Nov 06 22:10:43 devstack devstack@placement-api.service[49331]: DEBUG dbcounter [-] [49331] Writing DB stats placement:SELECT=5,placement:INSERT=2,placement:SET=1 {{(pid=49331) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-11-06 22:11:18.770 | Nov 06 22:10:43 devstack devstack@placement-api.service[49330]: DEBUG dbcounter [-] [49330] Writing DB stats placement:SELECT=5,placement:INSERT=2,placement:SET=1 {{(pid=49330) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-11-06 22:11:18.770 | Nov 06 22:10:59 devstack devstack@placement-api.service[49330]: DEBUG placement.requestlog [None req-3cfc6c78-ee16-4e7e-9a5e-3755e8f9c4b7 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=49330) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-11-06 22:11:18.770 | Nov 06 22:10:59 devstack devstack@placement-api.service[49330]: INFO placement.requestlog [None req-3cfc6c78-ee16-4e7e-9a5e-3755e8f9c4b7 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-11-06 22:11:18.770 | Nov 06 22:10:59 devstack devstack@placement-api.service[49330]: [pid: 49330|app: 0|req: 1/2] 10.180.1.21 () {54 vars in 917 bytes} [Wed Nov 6 22:10:59 2024] GET /placement => generated 136 bytes in 9 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-11-06 22:11:18.770 | Nov 06 22:11:01 devstack devstack@placement-api.service[49331]: DEBUG placement.requestlog [None req-9291fb92-37b2-4e2d-a52c-5712ce675c90 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=49331) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-11-06 22:11:18.770 | Nov 06 22:11:01 devstack devstack@placement-api.service[49331]: INFO placement.requestlog [None req-9291fb92-37b2-4e2d-a52c-5712ce675c90 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-11-06 22:11:18.770 | Nov 06 22:11:01 devstack devstack@placement-api.service[49331]: [pid: 49331|app: 0|req: 2/3] 10.180.1.21 () {54 vars in 917 bytes} [Wed Nov 6 22:11:01 2024] GET /placement => generated 136 bytes in 1 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-11-06 22:11:18.773 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:11:18.775 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@placement-client.service 2024-11-06 22:11:18.783 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2024-11-06 22:11:18.786 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:11:18.788 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@g-api.service 2024-11-06 22:11:18.797 | enabled 2024-11-06 22:11:18.801 | + functions-common:service_check:1700 : sudo systemctl status devstack@g-api.service --no-pager 2024-11-06 22:11:18.812 | ● devstack@g-api.service - Devstack devstack@g-api.service 2024-11-06 22:11:18.812 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2024-11-06 22:11:18.812 | Active: active (running) since Wed 2024-11-06 22:11:11 UTC; 7s ago 2024-11-06 22:11:18.812 | Main PID: 56951 (uwsgi) 2024-11-06 22:11:18.812 | Status: "uWSGI is ready" 2024-11-06 22:11:18.812 | Tasks: 9 (limit: 19126) 2024-11-06 22:11:18.812 | Memory: 223.5M 2024-11-06 22:11:18.812 | CPU: 4.617s 2024-11-06 22:11:18.812 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2024-11-06 22:11:18.812 | ├─56951 "glance-apiuWSGI master" 2024-11-06 22:11:18.812 | ├─56952 "glance-apiuWSGI worker 1" 2024-11-06 22:11:18.812 | └─56953 "glance-apiuWSGI worker 2" 2024-11-06 22:11:18.812 | 2024-11-06 22:11:18.812 | Nov 06 22:11:15 devstack devstack@g-api.service[56953]: DEBUG glance.api.middleware.version_negotiation [None req-1ca1cd6e-57c5-401c-aa85-fb2073b76cde None None] new path /v2/images/6f125163-af69-40e9-92ae-3b8a01d74b60/file {{(pid=56953) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} 2024-11-06 22:11:18.812 | Nov 06 22:11:15 devstack devstack@g-api.service[56953]: INFO dbcounter [None req-e7dba0f9-03c0-4db8-bc83-b2d64aac9cbf admin admin] Registered counter for database glance 2024-11-06 22:11:18.812 | Nov 06 22:11:15 devstack devstack@g-api.service[56953]: DEBUG oslo_db.sqlalchemy.engines [None req-e7dba0f9-03c0-4db8-bc83-b2d64aac9cbf 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=56953) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-11-06 22:11:18.812 | Nov 06 22:11:15 devstack devstack@g-api.service[56953]: DEBUG dbcounter [-] [56953] Writer thread running {{(pid=56953) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:102}} 2024-11-06 22:11:18.812 | Nov 06 22:11:15 devstack devstack@g-api.service[56953]: INFO glance.api.v2.image_data [None req-e7dba0f9-03c0-4db8-bc83-b2d64aac9cbf admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2024-11-06 22:11:18.812 | Nov 06 22:11:16 devstack devstack@g-api.service[56953]: DEBUG glance.location [None req-e7dba0f9-03c0-4db8-bc83-b2d64aac9cbf admin admin] Enabling in-flight format inspection for vmdk {{(pid=56953) set_data /opt/stack/glance/glance/location.py:592}} 2024-11-06 22:11:18.812 | Nov 06 22:11:16 devstack devstack@g-api.service[56953]: DEBUG glance_store._drivers.filesystem [None req-e7dba0f9-03c0-4db8-bc83-b2d64aac9cbf admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/6f125163-af69-40e9-92ae-3b8a01d74b60 with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=56953) add /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/_drivers/filesystem.py:773}} 2024-11-06 22:11:18.812 | Nov 06 22:11:16 devstack devstack@g-api.service[56953]: INFO glance.location [None req-e7dba0f9-03c0-4db8-bc83-b2d64aac9cbf admin admin] Image format matched and virtual size computed: 117440512 2024-11-06 22:11:18.812 | Nov 06 22:11:16 devstack devstack@g-api.service[56953]: DEBUG glance_store.backend [None req-e7dba0f9-03c0-4db8-bc83-b2d64aac9cbf admin admin] Skipping store.set_acls... not implemented. {{(pid=56953) set_acls /opt/stack/data/venv/lib/python3.10/site-packages/glance_store/backend.py:508}} 2024-11-06 22:11:18.812 | Nov 06 22:11:16 devstack devstack@g-api.service[56953]: [pid: 56953|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 860 bytes} [Wed Nov 6 22:11:15 2024] PUT /v2/images/6f125163-af69-40e9-92ae-3b8a01d74b60/file => generated 0 bytes in 747 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2024-11-06 22:11:18.815 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:11:18.817 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-sch.service 2024-11-06 22:11:18.826 | enabled 2024-11-06 22:11:18.829 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-sch.service --no-pager 2024-11-06 22:11:18.841 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2024-11-06 22:11:18.841 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2024-11-06 22:11:18.841 | Active: active (running) since Wed 2024-11-06 22:11:06 UTC; 11s ago 2024-11-06 22:11:18.841 | Main PID: 55727 (cinder-schedule) 2024-11-06 22:11:18.841 | Tasks: 1 (limit: 19126) 2024-11-06 22:11:18.841 | Memory: 93.8M 2024-11-06 22:11:18.841 | CPU: 1.760s 2024-11-06 22:11:18.841 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2024-11-06 22:11:18.841 | └─55727 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2024-11-06 22:11:18.841 | 2024-11-06 22:11:18.841 | Nov 06 22:11:08 devstack cinder-scheduler[55727]: DEBUG oslo_service.service [None req-0aa40ac1-b68c-4429-9acf-a394baf243b1 None None] nova.token_auth_url = None {{(pid=55727) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-11-06 22:11:18.841 | Nov 06 22:11:08 devstack cinder-scheduler[55727]: DEBUG oslo_service.service [None req-0aa40ac1-b68c-4429-9acf-a394baf243b1 None None] ******************************************************************************** {{(pid=55727) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2024-11-06 22:11:18.841 | Nov 06 22:11:08 devstack cinder-scheduler[55727]: INFO cinder.service [-] Starting cinder-scheduler node (version 0.0.1) 2024-11-06 22:11:18.841 | Nov 06 22:11:08 devstack cinder-scheduler[55727]: INFO cinder.manager [None req-cdc56ea6-fe85-483f-9965-77e1111f5658 None None] Initiating service 1 cleanup 2024-11-06 22:11:18.841 | Nov 06 22:11:08 devstack cinder-scheduler[55727]: INFO cinder.manager [None req-cdc56ea6-fe85-483f-9965-77e1111f5658 None None] Service 1 cleanup completed. 2024-11-06 22:11:18.841 | Nov 06 22:11:08 devstack cinder-scheduler[55727]: DEBUG cinder.service [None req-cdc56ea6-fe85-483f-9965-77e1111f5658 None None] Creating RPC server for service cinder-scheduler {{(pid=55727) start /opt/stack/cinder/cinder/service.py:239}} 2024-11-06 22:11:18.841 | Nov 06 22:11:08 devstack cinder-scheduler[55727]: DEBUG cinder.service [None req-cdc56ea6-fe85-483f-9965-77e1111f5658 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=55727) start /opt/stack/cinder/cinder/service.py:245}} 2024-11-06 22:11:18.841 | Nov 06 22:11:12 devstack cinder-scheduler[55727]: DEBUG cinder.scheduler.host_manager [None req-778b767b-d5bd-40c4-945f-732b92c51623 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=55727) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2024-11-06 22:11:18.841 | Nov 06 22:11:12 devstack cinder-scheduler[55727]: DEBUG cinder.scheduler.host_manager [None req-778b767b-d5bd-40c4-945f-732b92c51623 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, 11, 6, 22, 11, 12, 315922)} {{(pid=55727) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2024-11-06 22:11:18.841 | Nov 06 22:11:12 devstack cinder-scheduler[55727]: DEBUG cinder.utils [None req-778b767b-d5bd-40c4-945f-732b92c51623 None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=55727) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2024-11-06 22:11:18.844 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:11:18.846 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-api.service 2024-11-06 22:11:18.855 | enabled 2024-11-06 22:11:18.858 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-api.service --no-pager 2024-11-06 22:11:18.869 | ● devstack@c-api.service - Devstack devstack@c-api.service 2024-11-06 22:11:18.869 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2024-11-06 22:11:18.869 | Active: active (running) since Wed 2024-11-06 22:11:03 UTC; 14s ago 2024-11-06 22:11:18.869 | Main PID: 55190 (uwsgi) 2024-11-06 22:11:18.869 | Status: "uWSGI is ready" 2024-11-06 22:11:18.869 | Tasks: 7 (limit: 19126) 2024-11-06 22:11:18.869 | Memory: 213.3M 2024-11-06 22:11:18.869 | CPU: 4.712s 2024-11-06 22:11:18.869 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2024-11-06 22:11:18.869 | ├─55190 "cinder-apiuWSGI master" 2024-11-06 22:11:18.869 | ├─55191 "cinder-apiuWSGI worker 1" 2024-11-06 22:11:18.869 | └─55192 "cinder-apiuWSGI worker 2" 2024-11-06 22:11:18.869 | 2024-11-06 22:11:18.869 | Nov 06 22:11:09 devstack devstack@c-api.service[55192]: INFO cinder.api.openstack.wsgi [None req-5ff890df-9d87-462b-8867-57a6241deba2 admin admin] http://10.180.1.21/volume/v3/63ed6630e9c140baa826f53d7a0564d1/types returned with HTTP 200 2024-11-06 22:11:18.869 | Nov 06 22:11:09 devstack devstack@c-api.service[55192]: [pid: 55192|app: 0|req: 1/2] 10.180.1.21 () {60 vars in 1236 bytes} [Wed Nov 6 22:11:09 2024] POST /volume/v3/63ed6630e9c140baa826f53d7a0564d1/types => generated 182 bytes in 493 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2024-11-06 22:11:18.869 | Nov 06 22:11:09 devstack devstack@c-api.service[55191]: DEBUG cinder.api.middleware.request_id [req-5ff890df-9d87-462b-8867-57a6241deba2 req-0f8e4a00-0575-4ce7-b43f-7227c3c4f266 None None] RequestId filter calling following filter/app {{(pid=55191) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2024-11-06 22:11:18.869 | Nov 06 22:11:09 devstack devstack@c-api.service[55191]: INFO cinder.api.openstack.wsgi [req-5ff890df-9d87-462b-8867-57a6241deba2 req-0f8e4a00-0575-4ce7-b43f-7227c3c4f266 admin admin] POST http://10.180.1.21/volume/v3/63ed6630e9c140baa826f53d7a0564d1/types/61a7abf0-5d70-4667-88c9-7d0c3a2855ad/extra_specs 2024-11-06 22:11:18.869 | Nov 06 22:11:09 devstack devstack@c-api.service[55191]: DEBUG cinder.api.openstack.wsgi [req-5ff890df-9d87-462b-8867-57a6241deba2 req-0f8e4a00-0575-4ce7-b43f-7227c3c4f266 admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=55191) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2024-11-06 22:11:18.869 | Nov 06 22:11:09 devstack devstack@c-api.service[55191]: /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-11-06 22:11:18.869 | Nov 06 22:11:09 devstack devstack@c-api.service[55191]: warnings.warn('Policy enforcement is depending on the value of ' 2024-11-06 22:11:18.869 | Nov 06 22:11:09 devstack devstack@c-api.service[55191]: DEBUG oslo_db.sqlalchemy.engines [req-5ff890df-9d87-462b-8867-57a6241deba2 req-0f8e4a00-0575-4ce7-b43f-7227c3c4f266 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=55191) _check_effective_sql_mode /opt/stack/data/venv/lib/python3.10/site-packages/oslo_db/sqlalchemy/engines.py:342}} 2024-11-06 22:11:18.869 | Nov 06 22:11:10 devstack devstack@c-api.service[55191]: INFO cinder.api.openstack.wsgi [req-5ff890df-9d87-462b-8867-57a6241deba2 req-0f8e4a00-0575-4ce7-b43f-7227c3c4f266 admin admin] http://10.180.1.21/volume/v3/63ed6630e9c140baa826f53d7a0564d1/types/61a7abf0-5d70-4667-88c9-7d0c3a2855ad/extra_specs returned with HTTP 200 2024-11-06 22:11:18.869 | Nov 06 22:11:10 devstack devstack@c-api.service[55191]: [pid: 55191|app: 0|req: 2/3] 10.180.1.21 () {62 vars in 1454 bytes} [Wed Nov 6 22:11:09 2024] POST /volume/v3/63ed6630e9c140baa826f53d7a0564d1/types/61a7abf0-5d70-4667-88c9-7d0c3a2855ad/extra_specs => generated 51 bytes in 418 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2024-11-06 22:11:18.872 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:11:18.874 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@c-vol.service 2024-11-06 22:11:18.883 | enabled 2024-11-06 22:11:18.886 | + functions-common:service_check:1700 : sudo systemctl status devstack@c-vol.service --no-pager 2024-11-06 22:11:18.896 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2024-11-06 22:11:18.896 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2024-11-06 22:11:18.897 | Active: active (running) since Wed 2024-11-06 22:11:08 UTC; 10s ago 2024-11-06 22:11:18.897 | Main PID: 56273 (cinder-volume) 2024-11-06 22:11:18.897 | Tasks: 3 (limit: 19126) 2024-11-06 22:11:18.897 | Memory: 242.9M 2024-11-06 22:11:18.897 | CPU: 4.301s 2024-11-06 22:11:18.897 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2024-11-06 22:11:18.897 | ├─56273 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-11-06 22:11:18.897 | └─56374 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-11-06 22:11:18.897 | 2024-11-06 22:11:18.897 | Nov 06 22:11:12 devstack cinder-volume[56374]: DEBUG cinder.image.image_utils [None req-778b767b-d5bd-40c4-945f-732b92c51623 None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=56374) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1241}} 2024-11-06 22:11:18.897 | Nov 06 22:11:12 devstack cinder-volume[56374]: INFO cinder.keymgr.migration [None req-116f2aed-1454-4f2c-a289-d830f31981b7 None None] Not migrating encryption keys because the ConfKeyManager is still in use. 2024-11-06 22:11:18.897 | Nov 06 22:11:12 devstack cinder-volume[56374]: DEBUG cinder.manager [None req-778b767b-d5bd-40c4-945f-732b92c51623 None None] Notifying Schedulers of capabilities ... {{(pid=56374) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} 2024-11-06 22:11:18.897 | Nov 06 22:11:12 devstack cinder-volume[56374]: INFO cinder.volume.manager [None req-778b767b-d5bd-40c4-945f-732b92c51623 None None] Driver initialization completed successfully. 2024-11-06 22:11:18.897 | Nov 06 22:11:12 devstack cinder-volume[56374]: INFO cinder.manager [None req-778b767b-d5bd-40c4-945f-732b92c51623 None None] Initiating service 2 cleanup 2024-11-06 22:11:18.897 | Nov 06 22:11:12 devstack cinder-volume[56374]: INFO cinder.manager [None req-778b767b-d5bd-40c4-945f-732b92c51623 None None] Service 2 cleanup completed. 2024-11-06 22:11:18.897 | Nov 06 22:11:12 devstack cinder-volume[56374]: DEBUG cinder.service [None req-778b767b-d5bd-40c4-945f-732b92c51623 None None] Creating RPC server for service cinder-volume {{(pid=56374) start /opt/stack/cinder/cinder/service.py:239}} 2024-11-06 22:11:18.897 | Nov 06 22:11:12 devstack cinder-volume[56374]: DEBUG cinder.service [None req-778b767b-d5bd-40c4-945f-732b92c51623 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=56374) start /opt/stack/cinder/cinder/service.py:245}} 2024-11-06 22:11:18.897 | Nov 06 22:11:12 devstack cinder-volume[56374]: INFO cinder.volume.manager [None req-778b767b-d5bd-40c4-945f-732b92c51623 None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2024-11-06 22:11:18.897 | Nov 06 22:11:12 devstack cinder-volume[56374]: INFO cinder.volume.manager [None req-778b767b-d5bd-40c4-945f-732b92c51623 None None] Driver post RPC initialization completed successfully. 2024-11-06 22:11:18.899 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:11:18.902 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2024-11-06 22:11:18.910 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2024-11-06 22:11:18.913 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:11:18.915 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@ovsdb-server.service 2024-11-06 22:11:18.923 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2024-11-06 22:11:18.926 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:11:18.928 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-svc.service 2024-11-06 22:11:18.937 | enabled 2024-11-06 22:11:18.940 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-svc.service --no-pager 2024-11-06 22:11:18.952 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2024-11-06 22:11:18.952 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2024-11-06 22:11:18.952 | Active: active (running) since Wed 2024-11-06 22:10:27 UTC; 51s ago 2024-11-06 22:11:18.952 | Main PID: 48646 (/opt/stack/data) 2024-11-06 22:11:18.952 | Tasks: 5 (limit: 19126) 2024-11-06 22:11:18.952 | Memory: 375.1M 2024-11-06 22:11:18.952 | CPU: 10.213s 2024-11-06 22:11:18.952 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2024-11-06 22:11:18.952 | ├─48646 "/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-11-06 22:11:18.952 | ├─48749 "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-11-06 22:11:18.952 | ├─48750 "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-11-06 22:11:18.952 | ├─48751 "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-11-06 22:11:18.952 | └─48752 "neutron-server: periodic 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-11-06 22:11:18.952 | 2024-11-06 22:11:18.952 | Nov 06 22:11:04 devstack neutron-server[48750]: DEBUG dbcounter [-] [48750] Writing DB stats neutron:SELECT=570,neutron:INSERT=42,neutron:UPDATE=10,neutron:DELETE=4 {{(pid=48750) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-11-06 22:11:18.952 | Nov 06 22:11:04 devstack neutron-server[48750]: DEBUG dbcounter [-] [48750] Writing DB stats neutron:INSERT=35,neutron:SELECT=536,neutron:DELETE=6,neutron:UPDATE=13 {{(pid=48750) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-11-06 22:11:18.952 | Nov 06 22:11:06 devstack neutron-server[48749]: DEBUG dbcounter [-] [48749] Writing DB stats neutron:SELECT=57,neutron:INSERT=5,neutron:DELETE=1 {{(pid=48749) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-11-06 22:11:18.952 | Nov 06 22:11:06 devstack neutron-server[48749]: DEBUG dbcounter [-] [48749] Writing DB stats neutron:SELECT=75,neutron:INSERT=6,neutron:UPDATE=2,neutron:DELETE=1 {{(pid=48749) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-11-06 22:11:18.952 | Nov 06 22:11:07 devstack neutron-server[48751]: DEBUG neutron_lib.callbacks.manager [None req-4a7d18e7-7126-45e4-8814-c8f9ed4b690a None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7952385721233', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-3466611'] for agent (5782a3a3-d6d5-4cc2-931d-35e0edaa472a), after_update {{(pid=48751) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2024-11-06 22:11:18.952 | Nov 06 22:11:08 devstack neutron-server[48751]: DEBUG neutron_lib.callbacks.manager [None req-a932a5df-61d0-4ee2-bd6b-0f61423de78d None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7952385721233', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-3466611'] for agent (fbd19d20-9fb5-4246-9f97-ff5ddbb426eb), after_update {{(pid=48751) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2024-11-06 22:11:18.952 | Nov 06 22:11:08 devstack neutron-server[48751]: DEBUG neutron_lib.callbacks.manager [None req-9313467e-c508-4bab-b8c8-b4a5de6e6439 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7952385721233', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-3466611'] for agent (18c598fb-d40a-4d5e-8a1b-8d36397611f6), after_update {{(pid=48751) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2024-11-06 22:11:18.952 | Nov 06 22:11:09 devstack neutron-server[48751]: DEBUG neutron_lib.callbacks.manager [None req-d6c43256-0858-4f18-8613-fc9720ac04d7 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7952385721233', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-3466611'] for agent (d5909e38-283d-445c-9b71-e7d5f050d36b), after_update {{(pid=48751) _notify_loop /opt/stack/data/venv/lib/python3.10/site-packages/neutron_lib/callbacks/manager.py:184}} 2024-11-06 22:11:18.952 | Nov 06 22:11:15 devstack neutron-server[48752]: DEBUG neutron.db.agents_db [None req-38356b76-bd63-4bac-9d76-5a782af1b4eb None None] Agent healthcheck: found 4 active agents {{(pid=48752) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:319}} 2024-11-06 22:11:18.952 | Nov 06 22:11:18 devstack neutron-server[48751]: DEBUG dbcounter [-] [48751] Writing DB stats neutron:SELECT=571,neutron:INSERT=8,neutron:UPDATE=9 {{(pid=48751) stat_writer /opt/stack/data/venv/lib/python3.10/site-packages/dbcounter.py:115}} 2024-11-06 22:11:18.955 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:11:18.957 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@rabbit.service 2024-11-06 22:11:18.965 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2024-11-06 22:11:18.968 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:11:18.970 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@tempest.service 2024-11-06 22:11:18.978 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2024-11-06 22:11:18.981 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:11:18.983 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@mysql.service 2024-11-06 22:11:18.991 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2024-11-06 22:11:18.994 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:11:18.996 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@etcd3.service 2024-11-06 22:11:19.005 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2024-11-06 22:11:19.008 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:11:19.010 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-agt.service 2024-11-06 22:11:19.018 | enabled 2024-11-06 22:11:19.021 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-agt.service --no-pager 2024-11-06 22:11:19.033 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2024-11-06 22:11:19.033 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2024-11-06 22:11:19.033 | Active: active (running) since Wed 2024-11-06 22:10:34 UTC; 44s ago 2024-11-06 22:11:19.033 | Main PID: 49879 (neutron-openvsw) 2024-11-06 22:11:19.033 | Tasks: 4 (limit: 19126) 2024-11-06 22:11:19.033 | Memory: 153.2M 2024-11-06 22:11:19.033 | CPU: 3.745s 2024-11-06 22:11:19.033 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2024-11-06 22:11:19.033 | ├─49879 "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-11-06 22:11:19.033 | ├─51485 /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/tmp4crr_gla/privsep.sock 2024-11-06 22:11:19.033 | └─51488 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2024-11-06 22:11:19.033 | 2024-11-06 22:11:19.033 | Nov 06 22:11:16 devstack neutron-openvswitch-agent[49879]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-39f4b3b1-f277-43e7-83d1-4ce7a764dbaf None None] Agent rpc_loop - iteration:18 started 2024-11-06 22:11:19.033 | Nov 06 22:11:16 devstack neutron-openvswitch-agent[49879]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-39f4b3b1-f277-43e7-83d1-4ce7a764dbaf None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x8b9bf17b,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=3840044903325133885,duration_nsec=238000000,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=49879) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2024-11-06 22:11:19.033 | Nov 06 22:11:16 devstack neutron-openvswitch-agent[49879]: DEBUG neutron.agent.linux.utils [None req-39f4b3b1-f277-43e7-83d1-4ce7a764dbaf None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 51488. {{(pid=49879) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-11-06 22:11:19.033 | Nov 06 22:11:16 devstack neutron-openvswitch-agent[49879]: DEBUG neutron.agent.common.ovsdb_monitor [None req-39f4b3b1-f277-43e7-83d1-4ce7a764dbaf None None] Current size of new_events: added=0 modified=0 removed=0. New events: {'added': [], 'removed': [], 'modified': []} {{(pid=49879) process_events /opt/stack/neutron/neutron/agent/common/ovsdb_monitor.py:147}} 2024-11-06 22:11:19.033 | Nov 06 22:11:16 devstack neutron-openvswitch-agent[49879]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-39f4b3b1-f277-43e7-83d1-4ce7a764dbaf None None] Agent rpc_loop - iteration:18 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2024-11-06 22:11:19.033 | Nov 06 22:11:18 devstack neutron-openvswitch-agent[49879]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-39f4b3b1-f277-43e7-83d1-4ce7a764dbaf None None] Agent rpc_loop - iteration:19 started 2024-11-06 22:11:19.033 | Nov 06 22:11:18 devstack neutron-openvswitch-agent[49879]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-39f4b3b1-f277-43e7-83d1-4ce7a764dbaf None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x8b9bf17d,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=3840044903325133885,duration_nsec=239000000,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=49879) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2024-11-06 22:11:19.033 | Nov 06 22:11:18 devstack neutron-openvswitch-agent[49879]: DEBUG neutron.agent.linux.utils [None req-39f4b3b1-f277-43e7-83d1-4ce7a764dbaf None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 51488. {{(pid=49879) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-11-06 22:11:19.033 | Nov 06 22:11:18 devstack neutron-openvswitch-agent[49879]: DEBUG neutron.agent.common.ovsdb_monitor [None req-39f4b3b1-f277-43e7-83d1-4ce7a764dbaf None None] Current size of new_events: added=0 modified=0 removed=0. New events: {'added': [], 'removed': [], 'modified': []} {{(pid=49879) process_events /opt/stack/neutron/neutron/agent/common/ovsdb_monitor.py:147}} 2024-11-06 22:11:19.033 | Nov 06 22:11:18 devstack neutron-openvswitch-agent[49879]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-39f4b3b1-f277-43e7-83d1-4ce7a764dbaf None None] Agent rpc_loop - iteration:19 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.003 2024-11-06 22:11:19.036 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:11:19.038 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-dhcp.service 2024-11-06 22:11:19.050 | enabled 2024-11-06 22:11:19.053 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-dhcp.service --no-pager 2024-11-06 22:11:19.064 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2024-11-06 22:11:19.064 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2024-11-06 22:11:19.064 | Active: active (running) since Wed 2024-11-06 22:10:35 UTC; 43s ago 2024-11-06 22:11:19.064 | Main PID: 50366 (neutron-dhcp-ag) 2024-11-06 22:11:19.064 | Tasks: 13 (limit: 19126) 2024-11-06 22:11:19.064 | Memory: 400.1M 2024-11-06 22:11:19.064 | CPU: 8.620s 2024-11-06 22:11:19.064 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2024-11-06 22:11:19.064 | ├─50366 "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-11-06 22:11:19.064 | ├─51677 /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/tmpojtgwott/privsep.sock 2024-11-06 22:11:19.064 | ├─51716 /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/tmp0oys1v7m/privsep.sock 2024-11-06 22:11:19.064 | ├─51777 /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/tmpw03bce9r/privsep.sock 2024-11-06 22:11:19.064 | ├─51896 sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-11-06 22:11:19.064 | ├─51897 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-11-06 22:11:19.064 | └─51908 dnsmasq --no-hosts --no-resolv --pid-file=/opt/stack/data/neutron/dhcp/4553f7a2-6f34-4174-ac46-70137c09e784/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/4553f7a2-6f34-4174-ac46-70137c09e784/host --addn-hosts=/opt/stack/data/neutron/dhcp/4553f7a2-6f34-4174-ac46-70137c09e784/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/4553f7a2-6f34-4174-ac46-70137c09e784/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/4553f7a2-6f34-4174-ac46-70137c09e784/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-4e928fa0-5419-4599-8ef1-c47ea77bcc70,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-11-06 22:11:19.064 | 2024-11-06 22:11:19.064 | Nov 06 22:10:51 devstack neutron-dhcp-agent[50366]: INFO neutron.agent.dhcp.agent [None req-64608c0c-af95-4ca2-ae48-011f6d646d17 None None] DHCP configuration for ports {'a7a35be2-3fa5-441d-acf9-fd5e691d7753'} is completed 2024-11-06 22:11:19.065 | Nov 06 22:10:52 devstack neutron-dhcp-agent[50366]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _network_create called with arguments ({'network': {'id': 'da03cf51-6d78-4356-aff1-4bfac711b58d'}, 'priority': 0},) {} {{(pid=50366) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2024-11-06 22:11:19.065 | Nov 06 22:10:52 devstack neutron-dhcp-agent[50366]: DEBUG oslo_concurrency.lockutils [None req-7a855830-ed7b-4ebb-ac6c-9f6d9433d09e None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=50366) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:404}} 2024-11-06 22:11:19.065 | Nov 06 22:10:52 devstack neutron-dhcp-agent[50366]: DEBUG oslo_concurrency.lockutils [None req-7a855830-ed7b-4ebb-ac6c-9f6d9433d09e None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=50366) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:409}} 2024-11-06 22:11:19.065 | Nov 06 22:10:52 devstack neutron-dhcp-agent[50366]: DEBUG oslo_concurrency.lockutils [None req-7a855830-ed7b-4ebb-ac6c-9f6d9433d09e None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=50366) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:423}} 2024-11-06 22:11:19.065 | Nov 06 22:10:52 devstack neutron-dhcp-agent[50366]: DEBUG neutron.agent.dhcp.agent [None req-7a855830-ed7b-4ebb-ac6c-9f6d9433d09e None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': '671a45ad-e21b-4957-b8f2-af4438db5fad', 'name': 'public-subnet', 'tenant_id': '63ed6630e9c140baa826f53d7a0564d1', 'network_id': 'da03cf51-6d78-4356-aff1-4bfac711b58d', '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-11-06T22:10:52Z', 'updated_at': '2024-11-06T22:10:52Z', 'revision_number': 0, 'project_id': '63ed6630e9c140baa826f53d7a0564d1', 'network': {'id': 'da03cf51-6d78-4356-aff1-4bfac711b58d', 'name': 'public', 'tenant_id': '63ed6630e9c140baa826f53d7a0564d1', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['671a45ad-e21b-4957-b8f2-af4438db5fad'], '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-11-06T22:10:49Z', 'updated_at': '2024-11-06T22:10:52Z', 'revision_number': 2, 'project_id': '63ed6630e9c140baa826f53d7a0564d1', 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 1001}}, 'priority': 3},) {} {{(pid=50366) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2024-11-06 22:11:19.065 | Nov 06 22:10:53 devstack neutron-dhcp-agent[50366]: DEBUG oslo_concurrency.lockutils [None req-05ab4d58-b1cc-41b7-b308-c88e830a424f None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=50366) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:404}} 2024-11-06 22:11:19.065 | Nov 06 22:10:53 devstack neutron-dhcp-agent[50366]: DEBUG oslo_concurrency.lockutils [None req-05ab4d58-b1cc-41b7-b308-c88e830a424f None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=50366) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:409}} 2024-11-06 22:11:19.065 | Nov 06 22:10:53 devstack neutron-dhcp-agent[50366]: DEBUG oslo_concurrency.lockutils [None req-05ab4d58-b1cc-41b7-b308-c88e830a424f None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=50366) inner /opt/stack/data/venv/lib/python3.10/site-packages/oslo_concurrency/lockutils.py:423}} 2024-11-06 22:11:19.065 | Nov 06 22:10:54 devstack neutron-dhcp-agent[50366]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=50366) wrapper /opt/stack/data/venv/lib/python3.10/site-packages/oslo_log/helpers.py:65}} 2024-11-06 22:11:19.068 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:11:19.070 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-l3.service 2024-11-06 22:11:19.080 | enabled 2024-11-06 22:11:19.083 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-l3.service --no-pager 2024-11-06 22:11:19.095 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2024-11-06 22:11:19.095 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2024-11-06 22:11:19.095 | Active: active (running) since Wed 2024-11-06 22:10:36 UTC; 42s ago 2024-11-06 22:11:19.095 | Main PID: 50824 (neutron-l3-agen) 2024-11-06 22:11:19.095 | Tasks: 22 (limit: 19126) 2024-11-06 22:11:19.095 | Memory: 405.0M 2024-11-06 22:11:19.095 | CPU: 8.628s 2024-11-06 22:11:19.095 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2024-11-06 22:11:19.095 | ├─50824 "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-11-06 22:11:19.095 | ├─51477 /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/tmppk7nvldr/privsep.sock 2024-11-06 22:11:19.095 | ├─52087 /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/tmp6b6wxqsu/privsep.sock 2024-11-06 22:11:19.095 | ├─52101 /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/tmp4h7gxq_i/privsep.sock 2024-11-06 22:11:19.095 | ├─52307 sudo /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-11-06 22:11:19.095 | ├─52308 /opt/stack/data/venv/bin/python /opt/stack/data/venv/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-11-06 22:11:19.095 | └─52549 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/60bf90be-9956-4837-b6fd-a1e609657216.conf 2024-11-06 22:11:19.095 | 2024-11-06 22:11:19.095 | Nov 06 22:11:00 devstack neutron-l3-agent[50824]: DEBUG oslo.privsep.daemon [-] privsep: reply[6af21a5e-04ef-41a9-82df-1ff558a9b433]: (4, ('ARPING 10.180.180.242 from 10.180.180.242 qg-2bbdc844-45\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=52087) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2024-11-06 22:11:19.095 | Nov 06 22:11:01 devstack neutron-l3-agent[50824]: DEBUG oslo.privsep.daemon [-] privsep: reply[3c5853d5-a167-482a-82e0-6fccf93e2469]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-a7a35be2-3f\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=52087) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2024-11-06 22:11:19.095 | Nov 06 22:11:02 devstack neutron-l3-agent[50824]: DEBUG oslo.privsep.daemon [-] privsep: reply[e47b6940-93a9-4336-a1b9-7d792a934cfe]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-a7a35be2-3f\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=52087) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2024-11-06 22:11:19.095 | Nov 06 22:11:03 devstack neutron-l3-agent[50824]: DEBUG oslo.privsep.daemon [-] privsep: reply[6d6f62c7-8fd0-4ef9-9b76-fbf6618a95ef]: (4, ('ARPING 10.180.180.242 from 10.180.180.242 qg-2bbdc844-45\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=52087) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2024-11-06 22:11:19.095 | Nov 06 22:11:04 devstack neutron-l3-agent[50824]: DEBUG oslo.privsep.daemon [-] privsep: reply[cdc487a9-35fe-425c-b313-4bb015f9d3e0]: (4, ('ARPING 10.180.180.242 from 10.180.180.242 qg-2bbdc844-45\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=52087) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2024-11-06 22:11:19.095 | Nov 06 22:11:05 devstack neutron-l3-agent[50824]: DEBUG oslo.privsep.daemon [-] privsep: reply[67a4a375-6355-4155-86a5-718e0c57a5da]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-a7a35be2-3f\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=52087) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2024-11-06 22:11:19.095 | Nov 06 22:11:06 devstack neutron-l3-agent[50824]: DEBUG oslo.privsep.daemon [-] privsep: reply[b5818c29-35bb-4ecb-b757-3da724798d66]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-a7a35be2-3f\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=52087) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2024-11-06 22:11:19.095 | Nov 06 22:11:07 devstack neutron-l3-agent[50824]: DEBUG oslo.privsep.daemon [-] privsep: reply[ddd4c944-4ce3-434e-8f82-26f7f271e9bf]: (4, ('ARPING 10.180.180.242 from 10.180.180.242 qg-2bbdc844-45\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=52087) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2024-11-06 22:11:19.095 | Nov 06 22:11:08 devstack neutron-l3-agent[50824]: DEBUG oslo.privsep.daemon [-] privsep: reply[a1cb959b-a700-434c-a682-e74d8bf04327]: (4, ('ARPING 10.180.180.242 from 10.180.180.242 qg-2bbdc844-45\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=52087) _call_back /opt/stack/data/venv/lib/python3.10/site-packages/oslo_privsep/daemon.py:499}} 2024-11-06 22:11:19.095 | Nov 06 22:11:18 devstack neutron-l3-agent[50824]: DEBUG oslo_service.periodic_task [None req-3782e2d2-2da6-4cc7-98d8-39f00d65be93 None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=50824) run_periodic_tasks /opt/stack/data/venv/lib/python3.10/site-packages/oslo_service/periodic_task.py:210}} 2024-11-06 22:11:19.098 | + functions-common:service_check:1694 : for service in ${ENABLED_SERVICES//,/ } 2024-11-06 22:11:19.101 | + functions-common:service_check:1696 : sudo systemctl is-enabled devstack@q-meta.service 2024-11-06 22:11:19.110 | enabled 2024-11-06 22:11:19.113 | + functions-common:service_check:1700 : sudo systemctl status devstack@q-meta.service --no-pager 2024-11-06 22:11:19.125 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2024-11-06 22:11:19.125 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2024-11-06 22:11:19.125 | Active: active (running) since Wed 2024-11-06 22:10:37 UTC; 41s ago 2024-11-06 22:11:19.125 | Main PID: 51266 (neutron-metadat) 2024-11-06 22:11:19.125 | Tasks: 3 (limit: 19126) 2024-11-06 22:11:19.125 | Memory: 117.3M 2024-11-06 22:11:19.125 | CPU: 1.935s 2024-11-06 22:11:19.125 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2024-11-06 22:11:19.125 | ├─51266 "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-11-06 22:11:19.125 | ├─51479 "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-11-06 22:11:19.125 | └─51480 "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-11-06 22:11:19.125 | 2024-11-06 22:11:19.125 | Nov 06 22:10:39 devstack neutron-metadata-agent[51266]: DEBUG oslo_service.service [None req-d6c43256-0858-4f18-8613-fc9720ac04d7 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=51266) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-11-06 22:11:19.125 | Nov 06 22:10:39 devstack neutron-metadata-agent[51266]: DEBUG oslo_service.service [None req-d6c43256-0858-4f18-8613-fc9720ac04d7 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=51266) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-11-06 22:11:19.125 | Nov 06 22:10:39 devstack neutron-metadata-agent[51266]: DEBUG oslo_service.service [None req-d6c43256-0858-4f18-8613-fc9720ac04d7 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=51266) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-11-06 22:11:19.125 | Nov 06 22:10:39 devstack neutron-metadata-agent[51266]: DEBUG oslo_service.service [None req-d6c43256-0858-4f18-8613-fc9720ac04d7 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=51266) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-11-06 22:11:19.125 | Nov 06 22:10:39 devstack neutron-metadata-agent[51266]: DEBUG oslo_service.service [None req-d6c43256-0858-4f18-8613-fc9720ac04d7 None None] oslo_messaging_rabbit.ssl_version = {{(pid=51266) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-11-06 22:11:19.125 | Nov 06 22:10:39 devstack neutron-metadata-agent[51266]: DEBUG oslo_service.service [None req-d6c43256-0858-4f18-8613-fc9720ac04d7 None None] oslo_messaging_notifications.driver = [] {{(pid=51266) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-11-06 22:11:19.125 | Nov 06 22:10:39 devstack neutron-metadata-agent[51266]: DEBUG oslo_service.service [None req-d6c43256-0858-4f18-8613-fc9720ac04d7 None None] oslo_messaging_notifications.retry = -1 {{(pid=51266) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-11-06 22:11:19.125 | Nov 06 22:10:39 devstack neutron-metadata-agent[51266]: DEBUG oslo_service.service [None req-d6c43256-0858-4f18-8613-fc9720ac04d7 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=51266) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-11-06 22:11:19.125 | Nov 06 22:10:39 devstack neutron-metadata-agent[51266]: DEBUG oslo_service.service [None req-d6c43256-0858-4f18-8613-fc9720ac04d7 None None] oslo_messaging_notifications.transport_url = **** {{(pid=51266) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2609}} 2024-11-06 22:11:19.125 | Nov 06 22:10:39 devstack neutron-metadata-agent[51266]: DEBUG oslo_service.service [None req-d6c43256-0858-4f18-8613-fc9720ac04d7 None None] ******************************************************************************** {{(pid=51266) log_opt_values /opt/stack/data/venv/lib/python3.10/site-packages/oslo_config/cfg.py:2613}} 2024-11-06 22:11:19.128 | + stack.sh:main:1460 : is_service_enabled n-api 2024-11-06 22:11:19.143 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:11:19.145 | + stack.sh:main:1461 : is_service_enabled n-cpu 2024-11-06 22:11:19.159 | + functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:11:19.162 | + stack.sh:main:1468 : 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-11-06 22:11:19.164 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2024-11-06 22:11:19.166 | + stack.sh:echo_summary:461 : 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-11-06 22:11:19.169 | + stack.sh:main:1475 : /opt/stack/data/venv/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2024-11-06 22:11:19.622 | 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-11-06 22:11:20.999 | +--------------------------------------------------------------------+ 2024-11-06 22:11:20.999 | | Upgrade Check Results | 2024-11-06 22:11:20.999 | +--------------------------------------------------------------------+ 2024-11-06 22:11:20.999 | | Check: Cells v2 | 2024-11-06 22:11:20.999 | | Result: Success | 2024-11-06 22:11:20.999 | | Details: No host mappings or compute nodes were found. Remember to | 2024-11-06 22:11:20.999 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2024-11-06 22:11:20.999 | | compute hosts are deployed. | 2024-11-06 22:11:20.999 | +--------------------------------------------------------------------+ 2024-11-06 22:11:20.999 | | Check: Placement API | 2024-11-06 22:11:20.999 | | Result: Success | 2024-11-06 22:11:20.999 | | Details: None | 2024-11-06 22:11:20.999 | +--------------------------------------------------------------------+ 2024-11-06 22:11:20.999 | | Check: Cinder API | 2024-11-06 22:11:20.999 | | Result: Success | 2024-11-06 22:11:20.999 | | Details: None | 2024-11-06 22:11:20.999 | +--------------------------------------------------------------------+ 2024-11-06 22:11:20.999 | | Check: Policy File JSON to YAML Migration | 2024-11-06 22:11:20.999 | | Result: Success | 2024-11-06 22:11:20.999 | | Details: None | 2024-11-06 22:11:20.999 | +--------------------------------------------------------------------+ 2024-11-06 22:11:20.999 | | Check: Older than N-1 computes | 2024-11-06 22:11:20.999 | | Result: Success | 2024-11-06 22:11:20.999 | | Details: None | 2024-11-06 22:11:20.999 | +--------------------------------------------------------------------+ 2024-11-06 22:11:20.999 | | Check: hw_machine_type unset | 2024-11-06 22:11:20.999 | | Result: Success | 2024-11-06 22:11:20.999 | | Details: None | 2024-11-06 22:11:20.999 | +--------------------------------------------------------------------+ 2024-11-06 22:11:20.999 | | Check: Service User Token Configuration | 2024-11-06 22:11:20.999 | | Result: Success | 2024-11-06 22:11:20.999 | | Details: None | 2024-11-06 22:11:20.999 | +--------------------------------------------------------------------+ 2024-11-06 22:11:21.301 | + stack.sh:main:1482 : [[ -x /opt/stack/devstack/local.sh ]] 2024-11-06 22:11:21.305 | + stack.sh:main:1493 : command openstack complete 2024-11-06 22:11:21.307 | + stack.sh:main:1494 : sudo tee /etc/bash_completion.d/osc.bash_completion 2024-11-06 22:11:22.611 | + stack.sh:main:1497 : is_service_enabled cinder 2024-11-06 22:11:22.626 | + functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:11:22.628 | + stack.sh:main:1498 : is_ubuntu 2024-11-06 22:11:22.630 | + functions-common:is_ubuntu:535 : [[ -z deb ]] 2024-11-06 22:11:22.632 | + functions-common:is_ubuntu:538 : '[' deb = deb ']' 2024-11-06 22:11:22.634 | + stack.sh:main:1499 : echo_summary 'Configuring lvm.conf global device filter' 2024-11-06 22:11:22.637 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2024-11-06 22:11:22.639 | + stack.sh:echo_summary:461 : echo -e Configuring lvm.conf global device filter 2024-11-06 22:11:22.641 | + stack.sh:main:1500 : set_lvm_filter 2024-11-06 22:11:22.643 | + lib/lvm:set_lvm_filter:189 : local 'filter_suffix="r|.*|" ] # from devstack' 2024-11-06 22:11:22.646 | + lib/lvm:set_lvm_filter:190 : local 'filter_string=global_filter = [ ' 2024-11-06 22:11:22.648 | + lib/lvm:set_lvm_filter:191 : local pv 2024-11-06 22:11:22.650 | + lib/lvm:set_lvm_filter:192 : local vg 2024-11-06 22:11:22.652 | + lib/lvm:set_lvm_filter:193 : local line 2024-11-06 22:11:22.655 | ++ lib/lvm:set_lvm_filter:195 : sudo pvs --noheadings -o name 2024-11-06 22:11:22.691 | + lib/lvm:set_lvm_filter:200 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2024-11-06 22:11:22.693 | + lib/lvm:set_lvm_filter:202 : clean_lvm_filter 2024-11-06 22:11:22.695 | + lib/lvm:clean_lvm_filter:177 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2024-11-06 22:11:22.707 | + lib/lvm:set_lvm_filter:203 : sudo sed -i '/# global_filter = \[.*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2024-11-06 22:11:22.717 | + lib/lvm:set_lvm_filter:204 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2024-11-06 22:11:22.720 | + stack.sh:echo_summary:455 : [[ -t 3 ]] 2024-11-06 22:11:22.722 | + stack.sh:echo_summary:461 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2024-11-06 22:11:22.724 | + stack.sh:main:1510 : run_phase stack test-config 2024-11-06 22:11:22.727 | + functions-common:run_phase:1828 : local mode=stack 2024-11-06 22:11:22.729 | + functions-common:run_phase:1829 : local phase=test-config 2024-11-06 22:11:22.731 | + functions-common:run_phase:1830 : [[ -d /opt/stack/devstack/extras.d ]] 2024-11-06 22:11:22.733 | + functions-common:run_phase:1831 : local extra_plugin_file_name 2024-11-06 22:11:22.735 | + functions-common:run_phase:1832 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-11-06 22:11:22.737 | + functions-common:run_phase:1837 : local exceptions=80-tempest.sh 2024-11-06 22:11:22.739 | + functions-common:run_phase:1838 : local extra 2024-11-06 22:11:22.742 | ++ functions-common:run_phase:1839 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-11-06 22:11:22.746 | + functions-common:run_phase:1839 : extra=80-tempest.sh 2024-11-06 22:11:22.748 | + functions-common:run_phase:1840 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-11-06 22:11:22.750 | + functions-common:run_phase:1844 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-11-06 22:11:22.752 | + functions-common:run_phase:1844 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2024-11-06 22:11:22.755 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-11-06 22:11:22.768 | ++ functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:11:22.770 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-11-06 22:11:22.772 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-11-06 22:11:22.774 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-11-06 22:11:22.776 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-11-06 22:11:22.778 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-11-06 22:11:22.780 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-11-06 22:11:22.782 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2024-11-06 22:11:22.784 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-11-06 22:11:22.786 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2024-11-06 22:11:22.788 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-11-06 22:11:22.790 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-11-06 22:11:22.793 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2024-11-06 22:11:22.829 | [4836 Async install_tempest:28646]: Waiting for completion of install_tempest running on PID 28646 (1 other jobs running) 2024-11-06 22:11:22.846 | [4836 Async install_tempest:28646]: Signaling child to exit 2024-11-06 22:11:22.846 | WAKEUP 2024-11-06 22:11:22.862 | [4836 Async install_tempest:28646]: Signaled 2024-11-06 22:11:22.863 | ++ lib/tempest:install_tempest:858 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest master 2024-11-06 22:11:22.863 | ++ functions-common:git_clone:572 : local git_remote=https://opendev.org/openstack/tempest.git 2024-11-06 22:11:22.863 | ++ functions-common:git_clone:573 : local git_dest=/opt/stack//tempest 2024-11-06 22:11:22.863 | ++ functions-common:git_clone:574 : local git_ref=master 2024-11-06 22:11:22.863 | ++ functions-common:git_clone:575 : local orig_dir 2024-11-06 22:11:22.863 | +++ functions-common:git_clone:576 : pwd 2024-11-06 22:11:22.863 | ++ functions-common:git_clone:576 : orig_dir=/opt/stack/devstack 2024-11-06 22:11:22.863 | ++ functions-common:git_clone:577 : local git_clone_flags= 2024-11-06 22:11:22.863 | +++ functions-common:git_clone:579 : trueorfalse False RECLONE 2024-11-06 22:11:22.863 | ++ functions-common:git_clone:579 : RECLONE=False 2024-11-06 22:11:22.863 | ++ functions-common:git_clone:580 : [[ 10 -gt 0 ]] 2024-11-06 22:11:22.863 | ++ functions-common:git_clone:581 : git_clone_flags=' --depth 10' 2024-11-06 22:11:22.863 | ++ functions-common:git_clone:584 : [[ False = \T\r\u\e ]] 2024-11-06 22:11:22.863 | ++ functions-common:git_clone:593 : echo master 2024-11-06 22:11:22.863 | ++ functions-common:git_clone:593 : egrep -q '^refs' 2024-11-06 22:11:22.863 | ++ functions-common:git_clone:607 : [[ ! -d /opt/stack//tempest ]] 2024-11-06 22:11:22.863 | ++ functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2024-11-06 22:11:22.863 | ++ functions-common:git_clone:613 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2024-11-06 22:11:22.863 | ++ functions-common:git_timed:680 : local count=0 2024-11-06 22:11:22.863 | ++ functions-common:git_timed:681 : local timeout=0 2024-11-06 22:11:22.863 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2024-11-06 22:11:22.863 | ++ functions-common:git_timed:684 : timeout=0 2024-11-06 22:11:22.863 | ++ functions-common:git_timed:687 : time_start git_timed 2024-11-06 22:11:22.863 | ++ functions-common:time_start:2386 : local name=git_timed 2024-11-06 22:11:22.863 | ++ functions-common:time_start:2387 : local start_time= 2024-11-06 22:11:22.863 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:11:22.863 | +++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:11:22.863 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1730930878274 2024-11-06 22:11:22.863 | ++ 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-11-06 22:11:22.863 | Cloning into '/opt/stack//tempest'... 2024-11-06 22:11:22.863 | ++ functions-common:git_timed:702 : time_stop git_timed 2024-11-06 22:11:22.863 | ++ functions-common:time_stop:2400 : local name 2024-11-06 22:11:22.863 | ++ functions-common:time_stop:2401 : local end_time 2024-11-06 22:11:22.863 | ++ functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:11:22.863 | ++ functions-common:time_stop:2403 : local total 2024-11-06 22:11:22.863 | ++ functions-common:time_stop:2404 : local start_time 2024-11-06 22:11:22.863 | ++ functions-common:time_stop:2406 : name=git_timed 2024-11-06 22:11:22.863 | ++ functions-common:time_stop:2407 : start_time=1730930878274 2024-11-06 22:11:22.863 | ++ functions-common:time_stop:2409 : [[ -z 1730930878274 ]] 2024-11-06 22:11:22.863 | +++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:11:22.863 | ++ functions-common:time_stop:2412 : end_time=1730930880334 2024-11-06 22:11:22.863 | ++ functions-common:time_stop:2413 : elapsed_time=2060 2024-11-06 22:11:22.863 | ++ functions-common:time_stop:2414 : total=141922 2024-11-06 22:11:22.863 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:11:22.863 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=143982 2024-11-06 22:11:22.863 | ++ functions-common:git_clone:614 : cd /opt/stack//tempest 2024-11-06 22:11:22.863 | ++ functions-common:git_clone:615 : git_timed fetch --depth 10 origin master 2024-11-06 22:11:22.863 | ++ functions-common:git_timed:680 : local count=0 2024-11-06 22:11:22.863 | ++ functions-common:git_timed:681 : local timeout=0 2024-11-06 22:11:22.863 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2024-11-06 22:11:22.863 | ++ functions-common:git_timed:684 : timeout=0 2024-11-06 22:11:22.863 | ++ functions-common:git_timed:687 : time_start git_timed 2024-11-06 22:11:22.863 | ++ functions-common:time_start:2386 : local name=git_timed 2024-11-06 22:11:22.863 | ++ functions-common:time_start:2387 : local start_time= 2024-11-06 22:11:22.863 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:11:22.863 | +++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:11:22.863 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1730930880364 2024-11-06 22:11:22.863 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git fetch --depth 10 origin master 2024-11-06 22:11:22.863 | From https://opendev.org/openstack/tempest 2024-11-06 22:11:22.863 | * branch master -> FETCH_HEAD 2024-11-06 22:11:22.863 | ++ functions-common:git_timed:702 : time_stop git_timed 2024-11-06 22:11:22.863 | ++ functions-common:time_stop:2400 : local name 2024-11-06 22:11:22.863 | ++ functions-common:time_stop:2401 : local end_time 2024-11-06 22:11:22.863 | ++ functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:11:22.863 | ++ functions-common:time_stop:2403 : local total 2024-11-06 22:11:22.863 | ++ functions-common:time_stop:2404 : local start_time 2024-11-06 22:11:22.863 | ++ functions-common:time_stop:2406 : name=git_timed 2024-11-06 22:11:22.863 | ++ functions-common:time_stop:2407 : start_time=1730930880364 2024-11-06 22:11:22.864 | ++ functions-common:time_stop:2409 : [[ -z 1730930880364 ]] 2024-11-06 22:11:22.864 | +++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:11:22.864 | ++ functions-common:time_stop:2412 : end_time=1730930881261 2024-11-06 22:11:22.864 | ++ functions-common:time_stop:2413 : elapsed_time=897 2024-11-06 22:11:22.864 | ++ functions-common:time_stop:2414 : total=143982 2024-11-06 22:11:22.864 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:11:22.864 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=144879 2024-11-06 22:11:22.864 | ++ functions-common:git_clone:616 : git_timed checkout FETCH_HEAD 2024-11-06 22:11:22.864 | ++ functions-common:git_timed:680 : local count=0 2024-11-06 22:11:22.864 | ++ functions-common:git_timed:681 : local timeout=0 2024-11-06 22:11:22.864 | ++ functions-common:git_timed:683 : [[ -n 0 ]] 2024-11-06 22:11:22.864 | ++ functions-common:git_timed:684 : timeout=0 2024-11-06 22:11:22.864 | ++ functions-common:git_timed:687 : time_start git_timed 2024-11-06 22:11:22.864 | ++ functions-common:time_start:2386 : local name=git_timed 2024-11-06 22:11:22.864 | ++ functions-common:time_start:2387 : local start_time= 2024-11-06 22:11:22.864 | ++ functions-common:time_start:2388 : [[ -n '' ]] 2024-11-06 22:11:22.864 | +++ functions-common:time_start:2391 : date +%s%3N 2024-11-06 22:11:22.864 | ++ functions-common:time_start:2391 : _TIME_START[$name]=1730930881291 2024-11-06 22:11:22.864 | ++ functions-common:git_timed:688 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-11-06 22:11:22.864 | Note: switching to 'FETCH_HEAD'. 2024-11-06 22:11:22.864 | 2024-11-06 22:11:22.864 | You are in 'detached HEAD' state. You can look around, make experimental 2024-11-06 22:11:22.864 | changes and commit them, and you can discard any commits you make in this 2024-11-06 22:11:22.864 | state without impacting any branches by switching back to a branch. 2024-11-06 22:11:22.864 | 2024-11-06 22:11:22.864 | If you want to create a new branch to retain commits you create, you may 2024-11-06 22:11:22.864 | do so (now or later) by using -c with the switch command. Example: 2024-11-06 22:11:22.864 | 2024-11-06 22:11:22.864 | git switch -c 2024-11-06 22:11:22.864 | 2024-11-06 22:11:22.864 | Or undo this operation with: 2024-11-06 22:11:22.864 | 2024-11-06 22:11:22.864 | git switch - 2024-11-06 22:11:22.864 | 2024-11-06 22:11:22.864 | Turn off this advice by setting config variable advice.detachedHead to false 2024-11-06 22:11:22.864 | 2024-11-06 22:11:22.864 | HEAD is now at 906b6b8 Check for glance service for glance tests 2024-11-06 22:11:22.864 | ++ functions-common:git_timed:702 : time_stop git_timed 2024-11-06 22:11:22.864 | ++ functions-common:time_stop:2400 : local name 2024-11-06 22:11:22.864 | ++ functions-common:time_stop:2401 : local end_time 2024-11-06 22:11:22.864 | ++ functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:11:22.864 | ++ functions-common:time_stop:2403 : local total 2024-11-06 22:11:22.864 | ++ functions-common:time_stop:2404 : local start_time 2024-11-06 22:11:22.864 | ++ functions-common:time_stop:2406 : name=git_timed 2024-11-06 22:11:22.864 | ++ functions-common:time_stop:2407 : start_time=1730930881291 2024-11-06 22:11:22.864 | ++ functions-common:time_stop:2409 : [[ -z 1730930881291 ]] 2024-11-06 22:11:22.864 | +++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:11:22.864 | ++ functions-common:time_stop:2412 : end_time=1730930881390 2024-11-06 22:11:22.864 | ++ functions-common:time_stop:2413 : elapsed_time=99 2024-11-06 22:11:22.864 | ++ functions-common:time_stop:2414 : total=144879 2024-11-06 22:11:22.864 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:11:22.864 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=144978 2024-11-06 22:11:22.864 | ++ functions-common:git_clone:652 : sudo git config --system --add safe.directory /opt/stack//tempest 2024-11-06 22:11:22.864 | ++ functions-common:git_clone:655 : cd /opt/stack//tempest 2024-11-06 22:11:22.864 | ++ functions-common:git_clone:656 : git show --oneline 2024-11-06 22:11:22.864 | ++ functions-common:git_clone:656 : head -1 2024-11-06 22:11:22.864 | 906b6b8 Check for glance service for glance tests 2024-11-06 22:11:22.864 | ++ functions-common:git_clone:657 : cd /opt/stack/devstack 2024-11-06 22:11:22.864 | ++ lib/tempest:install_tempest:864 : pip_install 'tox!=2.8.0,<4.0.0' 2024-11-06 22:11:22.864 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2024-11-06 22:11:22.864 | ++ 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-11-06 22:11:22.864 | Collecting tox!=2.8.0,<4.0.0 2024-11-06 22:11:22.864 | Using cached tox-3.28.0-py2.py3-none-any.whl.metadata (7.8 kB) 2024-11-06 22:11:22.864 | Collecting filelock>=3.0.0 (from tox!=2.8.0,<4.0.0) 2024-11-06 22:11:22.864 | Using cached filelock-3.12.0-py3-none-any.whl.metadata (2.5 kB) 2024-11-06 22:11:22.864 | 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-11-06 22:11:22.864 | Collecting pluggy>=0.12.0 (from tox!=2.8.0,<4.0.0) 2024-11-06 22:11:22.864 | Using cached pluggy-1.0.0-py2.py3-none-any.whl.metadata (4.3 kB) 2024-11-06 22:11:22.864 | Collecting py>=1.4.17 (from tox!=2.8.0,<4.0.0) 2024-11-06 22:11:22.864 | Using cached py-1.11.0-py2.py3-none-any.whl.metadata (2.8 kB) 2024-11-06 22:11:22.864 | 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-11-06 22:11:22.864 | 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-11-06 22:11:22.864 | Using cached virtualenv-20.22.0-py3-none-any.whl.metadata (4.1 kB) 2024-11-06 22:11:22.864 | Collecting tomli>=2.0.1 (from tox!=2.8.0,<4.0.0) 2024-11-06 22:11:22.864 | Using cached tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB) 2024-11-06 22:11:22.864 | 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-11-06 22:11:22.864 | Using cached distlib-0.3.6-py2.py3-none-any.whl.metadata (5.1 kB) 2024-11-06 22:11:22.864 | 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-11-06 22:11:22.864 | Using cached platformdirs-3.2.0-py3-none-any.whl.metadata (9.5 kB) 2024-11-06 22:11:22.864 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2024-11-06 22:11:22.864 | Using cached filelock-3.12.0-py3-none-any.whl (10 kB) 2024-11-06 22:11:22.864 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2024-11-06 22:11:22.864 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2024-11-06 22:11:22.864 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2024-11-06 22:11:22.864 | Using cached virtualenv-20.22.0-py3-none-any.whl (3.2 MB) 2024-11-06 22:11:22.864 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2024-11-06 22:11:22.864 | Using cached platformdirs-3.2.0-py3-none-any.whl (14 kB) 2024-11-06 22:11:22.864 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2024-11-06 22:11:22.864 | 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-11-06 22:11:22.864 | ++ inc/python:pip_install:222 : result=0 2024-11-06 22:11:22.864 | ++ inc/python:pip_install:224 : time_stop pip_install 2024-11-06 22:11:22.864 | ++ functions-common:time_stop:2400 : local name 2024-11-06 22:11:22.864 | ++ functions-common:time_stop:2401 : local end_time 2024-11-06 22:11:22.864 | ++ functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:11:22.864 | ++ functions-common:time_stop:2403 : local total 2024-11-06 22:11:22.864 | ++ functions-common:time_stop:2404 : local start_time 2024-11-06 22:11:22.864 | ++ functions-common:time_stop:2406 : name=pip_install 2024-11-06 22:11:22.864 | ++ functions-common:time_stop:2407 : start_time=1730930881432 2024-11-06 22:11:22.864 | ++ functions-common:time_stop:2409 : [[ -z 1730930881432 ]] 2024-11-06 22:11:22.864 | +++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:11:22.864 | ++ functions-common:time_stop:2412 : end_time=1730930884561 2024-11-06 22:11:22.864 | ++ functions-common:time_stop:2413 : elapsed_time=3129 2024-11-06 22:11:22.865 | ++ functions-common:time_stop:2414 : total=91879 2024-11-06 22:11:22.865 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:11:22.865 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=95008 2024-11-06 22:11:22.865 | ++ inc/python:pip_install:225 : return 0 2024-11-06 22:11:22.865 | ++ lib/tempest:install_tempest:865 : pushd /opt/stack//tempest 2024-11-06 22:11:22.865 | ~/tempest ~/devstack 2024-11-06 22:11:22.865 | ++ lib/tempest:install_tempest:869 : git checkout master 2024-11-06 22:11:22.865 | Switched to branch 'master' 2024-11-06 22:11:22.865 | Your branch is up to date with 'origin/master'. 2024-11-06 22:11:22.865 | ++ lib/tempest:install_tempest:871 : local tmp_u_c_m 2024-11-06 22:11:22.865 | +++ lib/tempest:install_tempest:872 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-11-06 22:11:22.865 | ++ lib/tempest:install_tempest:872 : tmp_u_c_m=/tmp/tempest_u_c_m.aXkDB9pJh5 2024-11-06 22:11:22.865 | ++ lib/tempest:install_tempest:873 : set_tempest_venv_constraints /tmp/tempest_u_c_m.aXkDB9pJh5 2024-11-06 22:11:22.865 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-11-06 22:11:22.865 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.aXkDB9pJh5 2024-11-06 22:11:22.865 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-11-06 22:11:22.865 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-11-06 22:11:22.865 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-11-06 22:11:22.865 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-11-06 22:11:22.865 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-11-06 22:11:22.865 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-11-06 22:11:22.865 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-11-06 22:11:22.865 | ++ lib/tempest:install_tempest:875 : tox -r --notest -efull 2024-11-06 22:11:22.865 | full create: /opt/stack/tempest/.tox/tempest 2024-11-06 22:11:22.865 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-11-06 22:11:22.865 | full develop-inst: /opt/stack/tempest 2024-11-06 22:11:22.865 | full installed: attrs==24.2.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.8.30,cffi==1.17.1,charset-normalizer==3.4.0,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.8,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.10,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2024.10.1,msgpack==1.1.0,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.1.0,oslo.config==9.6.0,oslo.context==5.6.0,oslo.i18n==6.4.0,oslo.log==6.1.2,oslo.serialization==5.5.0,oslo.utils==7.3.0,packaging==24.1,paramiko==3.5.0,pbr==6.1.0,prettytable==3.11.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.2.0,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.20.0,six==1.16.0,stestr==4.1.0,stevedore==5.3.0,-e git+https://opendev.org/openstack/tempest.git@906b6b85a871288722cf0d670fdda0e7e55ba8c1#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,tzdata==2024.2,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.16.0 2024-11-06 22:11:22.865 | ___________________________________ summary ____________________________________ 2024-11-06 22:11:22.865 | full: skipped tests 2024-11-06 22:11:22.865 | congratulations :) 2024-11-06 22:11:22.865 | ++ lib/tempest:install_tempest:879 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.aXkDB9pJh5 -r requirements.txt 2024-11-06 22:11:22.865 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (6.1.0) 2024-11-06 22:11:22.865 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (4.7.0) 2024-11-06 22:11:22.865 | 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-11-06 22:11:22.865 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (2.7.2) 2024-11-06 22:11:22.865 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (3.5.0) 2024-11-06 22:11:22.865 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (42.0.8) 2024-11-06 22:11:22.865 | 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-11-06 22:11:22.865 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (6.1.0) 2024-11-06 22:11:22.865 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (9.6.0) 2024-11-06 22:11:22.865 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (6.1.2) 2024-11-06 22:11:22.865 | 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-11-06 22:11:22.865 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (5.5.0) 2024-11-06 22:11:22.865 | Requirement already satisfied: oslo.utils>=7.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (7.3.0) 2024-11-06 22:11:22.865 | 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-11-06 22:11:22.865 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0.2) 2024-11-06 22:11:22.865 | 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-11-06 22:11:22.865 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (5.3.0) 2024-11-06 22:11:22.865 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.11.0) 2024-11-06 22:11:22.865 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (1.26.20) 2024-11-06 22:11:22.865 | 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-11-06 22:11:22.865 | 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-11-06 22:11:22.865 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.19) 2024-11-06 22:11:22.865 | Requirement already satisfied: testscenarios>=0.5.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 26)) (0.5.0) 2024-11-06 22:11:22.865 | 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-11-06 22:11:22.865 | 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-11-06 22:11:22.865 | Requirement already satisfied: attrs>=22.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (24.2.0) 2024-11-06 22:11:22.865 | 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)) (2024.10.1) 2024-11-06 22:11:22.865 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.35.1) 2024-11-06 22:11:22.865 | Requirement already satisfied: rpds-py>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.20.0) 2024-11-06 22:11:22.865 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (4.0.1) 2024-11-06 22:11:22.865 | 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-11-06 22:11:22.865 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.17.1) 2024-11-06 22:11:22.865 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 11)) (6.4.0) 2024-11-06 22:11:22.865 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.32.3) 2024-11-06 22:11:22.865 | 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-11-06 22:11:22.865 | Requirement already satisfied: oslo.context>=2.21.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (5.6.0) 2024-11-06 22:11:22.865 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (2.9.0.post0) 2024-11-06 22:11:22.865 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.15.2) 2024-11-06 22:11:22.865 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.13.2) 2024-11-06 22:11:22.865 | 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-11-06 22:11:22.865 | 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.1.0) 2024-11-06 22:11:22.865 | 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.2) 2024-11-06 22:11:22.865 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 16)) (2.1.0) 2024-11-06 22:11:22.865 | Requirement already satisfied: netifaces>=0.10.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 16)) (0.11.0) 2024-11-06 22:11:22.865 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 16)) (24.1) 2024-11-06 22:11:22.865 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 16)) (3.2.0) 2024-11-06 22:11:22.865 | 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-11-06 22:11:22.865 | 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-11-06 22:11:22.866 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 9)) (2.22) 2024-11-06 22:11:22.866 | Requirement already satisfied: pyperclip>=1.6 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (1.9.0) 2024-11-06 22:11:22.866 | 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-11-06 22:11:22.866 | 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.4.0) 2024-11-06 22:11:22.866 | 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.10) 2024-11-06 22:11:22.866 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2024.8.30) 2024-11-06 22:11:22.866 | WARNING: There was an error checking the latest version of pip. 2024-11-06 22:11:22.866 | ++ lib/tempest:install_tempest:880 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2024-11-06 22:11:22.866 | ++ lib/tempest:install_tempest:881 : rm -f /tmp/tempest_u_c_m.aXkDB9pJh5 2024-11-06 22:11:22.866 | ++ lib/tempest:install_tempest:882 : popd 2024-11-06 22:11:22.866 | ~/devstack 2024-11-06 22:11:22.894 | [4836 Async install_tempest:28646]: finished install_tempest with result 0 in 45 seconds 2024-11-06 22:11:22.897 | ++ inc/async:async_wait:197 : return 0 2024-11-06 22:11:22.899 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2024-11-06 22:11:22.901 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2024-11-06 22:11:22.903 | ++ stack.sh:echo_summary:461 : echo -e Initializing Tempest 2024-11-06 22:11:22.905 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2024-11-06 22:11:22.907 | ++ lib/tempest:configure_tempest:189 : [[ False == \T\r\u\e ]] 2024-11-06 22:11:22.909 | ++ lib/tempest:configure_tempest:193 : pip_install_gr testrepository 2024-11-06 22:11:22.911 | ++ inc/python:pip_install_gr:94 : local name=testrepository 2024-11-06 22:11:22.912 | ++ inc/python:pip_install_gr:95 : local clean_name 2024-11-06 22:11:22.915 | +++ inc/python:pip_install_gr:96 : get_from_global_requirements testrepository 2024-11-06 22:11:22.917 | +++ inc/python:get_from_global_requirements:247 : local package=testrepository 2024-11-06 22:11:22.918 | +++ inc/python:get_from_global_requirements:248 : local required_pkg 2024-11-06 22:11:22.921 | ++++ inc/python:get_from_global_requirements:249 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2024-11-06 22:11:22.921 | ++++ inc/python:get_from_global_requirements:249 : cut -d# -f1 2024-11-06 22:11:22.925 | +++ inc/python:get_from_global_requirements:249 : required_pkg='testrepository ' 2024-11-06 22:11:22.927 | +++ inc/python:get_from_global_requirements:250 : [[ testrepository == '' ]] 2024-11-06 22:11:22.928 | +++ inc/python:get_from_global_requirements:253 : echo testrepository 2024-11-06 22:11:22.931 | ++ inc/python:pip_install_gr:96 : clean_name=testrepository 2024-11-06 22:11:22.932 | ++ inc/python:pip_install_gr:97 : pip_install testrepository 2024-11-06 22:11:22.947 | Using python 3.10 to install testrepository 2024-11-06 22:11:22.949 | ++ 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-11-06 22:11:23.957 | Collecting testrepository 2024-11-06 22:11:23.957 | Using cached testrepository-0.0.20-py3-none-any.whl 2024-11-06 22:11:23.990 | Requirement already satisfied: fixtures in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (4.0.1) 2024-11-06 22:11:23.990 | Requirement already satisfied: python-subunit>=0.0.18 in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (1.4.2) 2024-11-06 22:11:23.991 | Requirement already satisfied: testtools>=0.9.30 in /opt/stack/data/venv/lib/python3.10/site-packages (from testrepository) (2.6.0) 2024-11-06 22:11:23.996 | 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-11-06 22:11:24.001 | 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-11-06 22:11:25.018 | Installing collected packages: testrepository 2024-11-06 22:11:25.126 | Successfully installed testrepository-0.0.20 2024-11-06 22:11:25.224 | ++ inc/python:pip_install:222 : result=0 2024-11-06 22:11:25.226 | ++ inc/python:pip_install:224 : time_stop pip_install 2024-11-06 22:11:25.228 | ++ functions-common:time_stop:2400 : local name 2024-11-06 22:11:25.230 | ++ functions-common:time_stop:2401 : local end_time 2024-11-06 22:11:25.231 | ++ functions-common:time_stop:2402 : local elapsed_time 2024-11-06 22:11:25.233 | ++ functions-common:time_stop:2403 : local total 2024-11-06 22:11:25.235 | ++ functions-common:time_stop:2404 : local start_time 2024-11-06 22:11:25.237 | ++ functions-common:time_stop:2406 : name=pip_install 2024-11-06 22:11:25.239 | ++ functions-common:time_stop:2407 : start_time=1730931082943 2024-11-06 22:11:25.240 | ++ functions-common:time_stop:2409 : [[ -z 1730931082943 ]] 2024-11-06 22:11:25.243 | +++ functions-common:time_stop:2412 : date +%s%3N 2024-11-06 22:11:25.246 | ++ functions-common:time_stop:2412 : end_time=1730931085244 2024-11-06 22:11:25.248 | ++ functions-common:time_stop:2413 : elapsed_time=2301 2024-11-06 22:11:25.249 | ++ functions-common:time_stop:2414 : total=108113 2024-11-06 22:11:25.251 | ++ functions-common:time_stop:2416 : _TIME_START[$name]= 2024-11-06 22:11:25.253 | ++ functions-common:time_stop:2417 : _TIME_TOTAL[$name]=110414 2024-11-06 22:11:25.254 | ++ inc/python:pip_install:225 : return 0 2024-11-06 22:11:25.256 | ++ lib/tempest:configure_tempest:196 : local image_lines 2024-11-06 22:11:25.258 | ++ lib/tempest:configure_tempest:197 : local images 2024-11-06 22:11:25.260 | ++ lib/tempest:configure_tempest:198 : local num_images 2024-11-06 22:11:25.262 | ++ lib/tempest:configure_tempest:199 : local image_uuid 2024-11-06 22:11:25.264 | ++ lib/tempest:configure_tempest:200 : local image_uuid_alt 2024-11-06 22:11:25.265 | ++ lib/tempest:configure_tempest:201 : local password 2024-11-06 22:11:25.267 | ++ lib/tempest:configure_tempest:202 : local line 2024-11-06 22:11:25.269 | ++ lib/tempest:configure_tempest:203 : local flavors 2024-11-06 22:11:25.271 | ++ lib/tempest:configure_tempest:204 : local available_flavors 2024-11-06 22:11:25.273 | ++ lib/tempest:configure_tempest:205 : local flavors_ref 2024-11-06 22:11:25.274 | ++ lib/tempest:configure_tempest:206 : local flavor_lines 2024-11-06 22:11:25.276 | ++ lib/tempest:configure_tempest:207 : local flavor_ref_size 2024-11-06 22:11:25.278 | ++ lib/tempest:configure_tempest:208 : local flavor_ref_alt_size 2024-11-06 22:11:25.280 | ++ lib/tempest:configure_tempest:209 : local public_network_id 2024-11-06 22:11:25.282 | ++ lib/tempest:configure_tempest:210 : local public_router_id 2024-11-06 22:11:25.283 | ++ lib/tempest:configure_tempest:211 : local ssh_connect_method=floating 2024-11-06 22:11:25.285 | ++ lib/tempest:configure_tempest:212 : local disk 2024-11-06 22:11:25.287 | ++ lib/tempest:configure_tempest:215 : ifs=' 2024-11-06 22:11:25.287 | ' 2024-11-06 22:11:25.289 | ++ lib/tempest:configure_tempest:225 : declare -a images 2024-11-06 22:11:25.291 | ++ lib/tempest:configure_tempest:227 : is_service_enabled glance 2024-11-06 22:11:25.303 | ++ functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:11:25.305 | ++ lib/tempest:configure_tempest:228 : get_active_images images image_uuid 2024-11-06 22:11:25.307 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2024-11-06 22:11:25.309 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2024-11-06 22:11:25.310 | ++ lib/tempest:get_active_images:158 : img_array=() 2024-11-06 22:11:25.313 | ++ lib/tempest:get_active_images:160 : read -r IMAGE_NAME IMAGE_UUID 2024-11-06 22:11:25.313 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2024-11-06 22:11:25.314 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2024-11-06 22:11:26.473 | +++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:11:26.476 | ++ lib/tempest:get_active_images:161 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2024-11-06 22:11:26.478 | ++ lib/tempest:get_active_images:164 : img_array+=($IMAGE_UUID) 2024-11-06 22:11:26.480 | ++ lib/tempest:get_active_images:160 : read -r IMAGE_NAME IMAGE_UUID 2024-11-06 22:11:26.481 | ++ lib/tempest:configure_tempest:230 : (( 1 < 1 )) 2024-11-06 22:11:26.483 | ++ lib/tempest:configure_tempest:244 : case "${#images[*]}" in 2024-11-06 22:11:26.485 | ++ lib/tempest:configure_tempest:250 : '[' -z '' ']' 2024-11-06 22:11:26.487 | ++ lib/tempest:configure_tempest:251 : image_uuid=6f125163-af69-40e9-92ae-3b8a01d74b60 2024-11-06 22:11:26.489 | ++ lib/tempest:configure_tempest:253 : image_uuid_alt=6f125163-af69-40e9-92ae-3b8a01d74b60 2024-11-06 22:11:26.490 | ++ lib/tempest:configure_tempest:275 : sudo install -d -o stack /opt/stack//tempest/etc 2024-11-06 22:11:26.500 | ++ lib/tempest:configure_tempest:276 : rm -f /opt/stack//tempest/etc/tempest.conf 2024-11-06 22:11:26.503 | ++ lib/tempest:configure_tempest:278 : local password=nomoresecret 2024-11-06 22:11:26.505 | ++ lib/tempest:configure_tempest:281 : local admin_username=admin 2024-11-06 22:11:26.506 | ++ lib/tempest:configure_tempest:282 : local admin_project_name=admin 2024-11-06 22:11:26.508 | ++ lib/tempest:configure_tempest:283 : local admin_domain_name=Default 2024-11-06 22:11:26.510 | ++ lib/tempest:configure_tempest:284 : local alt_username=alt_demo 2024-11-06 22:11:26.512 | ++ lib/tempest:configure_tempest:285 : local alt_project_name=alt_demo 2024-11-06 22:11:26.513 | ++ lib/tempest:configure_tempest:286 : local admin_project_id 2024-11-06 22:11:26.516 | +++ lib/tempest:configure_tempest:287 : oscwrap --os-cloud devstack-admin project list 2024-11-06 22:11:26.516 | +++ lib/tempest:configure_tempest:287 : awk '/ admin / { print $2 }' 2024-11-06 22:11:27.595 | +++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:11:27.598 | ++ lib/tempest:configure_tempest:287 : admin_project_id=63ed6630e9c140baa826f53d7a0564d1 2024-11-06 22:11:27.599 | ++ lib/tempest:configure_tempest:289 : is_service_enabled nova 2024-11-06 22:11:27.612 | ++ functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:11:27.614 | +++ lib/tempest:configure_tempest:292 : oscwrap --os-cloud devstack-admin flavor list 2024-11-06 22:11:28.731 | +++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:11:28.733 | ++ lib/tempest:configure_tempest:292 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2024-11-06 22:11:28.733 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-11-06 22:11:28.733 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-11-06 22:11:28.733 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-11-06 22:11:28.733 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-11-06 22:11:28.733 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-11-06 22:11:28.733 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-11-06 22:11:28.733 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-11-06 22:11:28.733 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-11-06 22:11:28.733 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-11-06 22:11:28.733 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-11-06 22:11:28.733 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-11-06 22:11:28.733 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-11-06 22:11:28.733 | +----+-----------+-------+------+-----------+-------+-----------+' 2024-11-06 22:11:28.735 | ++ lib/tempest:configure_tempest:293 : [[ -z '' ]] 2024-11-06 22:11:28.737 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-11-06 22:11:28.737 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-11-06 22:11:28.737 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-11-06 22:11:28.737 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-11-06 22:11:28.737 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-11-06 22:11:28.737 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-11-06 22:11:28.737 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-11-06 22:11:28.737 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-11-06 22:11:28.738 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-11-06 22:11:28.738 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-11-06 22:11:28.738 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-11-06 22:11:28.738 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-11-06 22:11:28.738 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-11-06 22:11:28.738 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2024-11-06 22:11:28.740 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib 6f125163-af69-40e9-92ae-3b8a01d74b60 2024-11-06 22:11:28.742 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-11-06 22:11:28.744 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 6f125163-af69-40e9-92ae-3b8a01d74b60 -c size -f value 2024-11-06 22:11:29.865 | ++++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:11:29.868 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-11-06 22:11:29.870 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-11-06 22:11:29.870 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-11-06 22:11:29.897 | ++ lib/tempest:configure_tempest:296 : disk=1 2024-11-06 22:11:29.899 | ++ 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-11-06 22:11:30.905 | +----------------------------+-----------------------+ 2024-11-06 22:11:30.905 | | Field | Value | 2024-11-06 22:11:30.905 | +----------------------------+-----------------------+ 2024-11-06 22:11:30.905 | | OS-FLV-DISABLED:disabled | False | 2024-11-06 22:11:30.905 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-11-06 22:11:30.905 | | description | None | 2024-11-06 22:11:30.905 | | disk | 1 | 2024-11-06 22:11:30.905 | | id | 42 | 2024-11-06 22:11:30.905 | | name | m1.nano | 2024-11-06 22:11:30.905 | | os-flavor-access:is_public | True | 2024-11-06 22:11:30.905 | | properties | hw_rng:allowed='True' | 2024-11-06 22:11:30.905 | | ram | 128 | 2024-11-06 22:11:30.905 | | rxtx_factor | 1.0 | 2024-11-06 22:11:30.905 | | swap | 0 | 2024-11-06 22:11:30.905 | | vcpus | 1 | 2024-11-06 22:11:30.905 | +----------------------------+-----------------------+ 2024-11-06 22:11:31.032 | ++ lib/tempest:configure_tempest:299 : flavor_ref=42 2024-11-06 22:11:31.034 | ++ lib/tempest:configure_tempest:300 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-11-06 22:11:31.034 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-11-06 22:11:31.034 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-11-06 22:11:31.034 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-11-06 22:11:31.034 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-11-06 22:11:31.034 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-11-06 22:11:31.034 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-11-06 22:11:31.034 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-11-06 22:11:31.034 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-11-06 22:11:31.034 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-11-06 22:11:31.034 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-11-06 22:11:31.034 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-11-06 22:11:31.034 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-11-06 22:11:31.034 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2024-11-06 22:11:31.037 | +++ lib/tempest:configure_tempest:302 : image_size_in_gib 6f125163-af69-40e9-92ae-3b8a01d74b60 2024-11-06 22:11:31.039 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-11-06 22:11:31.041 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 6f125163-af69-40e9-92ae-3b8a01d74b60 -c size -f value 2024-11-06 22:11:32.150 | ++++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:11:32.153 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-11-06 22:11:32.155 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-11-06 22:11:32.155 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-11-06 22:11:32.183 | ++ lib/tempest:configure_tempest:302 : disk=1 2024-11-06 22:11:32.185 | ++ 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-11-06 22:11:33.176 | +----------------------------+-----------------------+ 2024-11-06 22:11:33.176 | | Field | Value | 2024-11-06 22:11:33.176 | +----------------------------+-----------------------+ 2024-11-06 22:11:33.176 | | OS-FLV-DISABLED:disabled | False | 2024-11-06 22:11:33.176 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-11-06 22:11:33.176 | | description | None | 2024-11-06 22:11:33.176 | | disk | 1 | 2024-11-06 22:11:33.176 | | id | 84 | 2024-11-06 22:11:33.176 | | name | m1.micro | 2024-11-06 22:11:33.176 | | os-flavor-access:is_public | True | 2024-11-06 22:11:33.176 | | properties | hw_rng:allowed='True' | 2024-11-06 22:11:33.176 | | ram | 192 | 2024-11-06 22:11:33.176 | | rxtx_factor | 1.0 | 2024-11-06 22:11:33.176 | | swap | 0 | 2024-11-06 22:11:33.176 | | vcpus | 1 | 2024-11-06 22:11:33.176 | +----------------------------+-----------------------+ 2024-11-06 22:11:33.306 | ++ lib/tempest:configure_tempest:305 : flavor_ref_alt=84 2024-11-06 22:11:33.308 | ++ lib/tempest:configure_tempest:354 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2024-11-06 22:11:33.333 | ++ lib/tempest:configure_tempest:356 : ssh_connect_method=floating 2024-11-06 22:11:33.335 | ++ lib/tempest:configure_tempest:362 : [[ True == \T\r\u\e ]] 2024-11-06 22:11:33.337 | ++ lib/tempest:configure_tempest:362 : is_networking_extension_supported external-net 2024-11-06 22:11:33.339 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:433 : local extension=external-net 2024-11-06 22:11:33.341 | +++ 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-11-06 22:11:34.482 | +++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:11:34.485 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:435 : EXT_LIST='address-group 2024-11-06 22:11:34.485 | address-scope 2024-11-06 22:11:34.485 | router-admin-state-down-before-update 2024-11-06 22:11:34.485 | agent 2024-11-06 22:11:34.485 | agent-resources-synced 2024-11-06 22:11:34.485 | allowed-address-pairs 2024-11-06 22:11:34.485 | auto-allocated-topology 2024-11-06 22:11:34.485 | availability_zone 2024-11-06 22:11:34.485 | availability_zone_filter 2024-11-06 22:11:34.485 | default-subnetpools 2024-11-06 22:11:34.485 | dhcp_agent_scheduler 2024-11-06 22:11:34.485 | dvr 2024-11-06 22:11:34.485 | empty-string-filtering 2024-11-06 22:11:34.485 | external-net 2024-11-06 22:11:34.485 | extra_dhcp_opt 2024-11-06 22:11:34.485 | extraroute 2024-11-06 22:11:34.485 | extraroute-atomic 2024-11-06 22:11:34.485 | filter-validation 2024-11-06 22:11:34.485 | floating-ip-port-forwarding-detail 2024-11-06 22:11:34.485 | fip-port-details 2024-11-06 22:11:34.485 | flavors 2024-11-06 22:11:34.485 | floatingip-pools 2024-11-06 22:11:34.485 | ip-substring-filtering 2024-11-06 22:11:34.485 | router 2024-11-06 22:11:34.485 | ext-gw-mode 2024-11-06 22:11:34.485 | l3-ha 2024-11-06 22:11:34.485 | l3-flavors 2024-11-06 22:11:34.485 | l3-port-ip-change-not-allowed 2024-11-06 22:11:34.485 | l3_agent_scheduler 2024-11-06 22:11:34.485 | multi-provider 2024-11-06 22:11:34.485 | net-mtu 2024-11-06 22:11:34.485 | net-mtu-writable 2024-11-06 22:11:34.485 | network_availability_zone 2024-11-06 22:11:34.485 | network_ha 2024-11-06 22:11:34.485 | network-ip-availability 2024-11-06 22:11:34.485 | pagination 2024-11-06 22:11:34.485 | port-device-profile 2024-11-06 22:11:34.485 | port-mac-override 2024-11-06 22:11:34.485 | port-mac-address-regenerate 2024-11-06 22:11:34.485 | port-numa-affinity-policy 2024-11-06 22:11:34.485 | binding 2024-11-06 22:11:34.485 | binding-extended 2024-11-06 22:11:34.486 | port-security 2024-11-06 22:11:34.486 | project-id 2024-11-06 22:11:34.486 | provider 2024-11-06 22:11:34.486 | quota-check-limit 2024-11-06 22:11:34.486 | quotas 2024-11-06 22:11:34.486 | quota_details 2024-11-06 22:11:34.486 | rbac-policies 2024-11-06 22:11:34.486 | rbac-address-group 2024-11-06 22:11:34.486 | rbac-address-scope 2024-11-06 22:11:34.486 | rbac-security-groups 2024-11-06 22:11:34.486 | rbac-subnetpool 2024-11-06 22:11:34.486 | revision-if-match 2024-11-06 22:11:34.486 | standard-attr-revisions 2024-11-06 22:11:34.486 | router_availability_zone 2024-11-06 22:11:34.486 | security-groups-default-rules 2024-11-06 22:11:34.486 | security-groups-normalized-cidr 2024-11-06 22:11:34.486 | port-security-groups-filtering 2024-11-06 22:11:34.486 | security-groups-remote-address-group 2024-11-06 22:11:34.486 | security-groups-shared-filtering 2024-11-06 22:11:34.486 | security-group 2024-11-06 22:11:34.486 | service-type 2024-11-06 22:11:34.486 | sorting 2024-11-06 22:11:34.486 | standard-attr-description 2024-11-06 22:11:34.486 | stateful-security-group 2024-11-06 22:11:34.486 | subnet_onboard 2024-11-06 22:11:34.486 | subnet-service-types 2024-11-06 22:11:34.486 | subnet_allocation 2024-11-06 22:11:34.486 | subnetpool-prefix-ops 2024-11-06 22:11:34.486 | standard-attr-tag 2024-11-06 22:11:34.486 | standard-attr-timestamp 2024-11-06 22:11:34.486 | nsxt-ops' 2024-11-06 22:11:34.487 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : [[ address-group 2024-11-06 22:11:34.487 | address-scope 2024-11-06 22:11:34.487 | router-admin-state-down-before-update 2024-11-06 22:11:34.487 | agent 2024-11-06 22:11:34.487 | agent-resources-synced 2024-11-06 22:11:34.487 | allowed-address-pairs 2024-11-06 22:11:34.487 | auto-allocated-topology 2024-11-06 22:11:34.487 | availability_zone 2024-11-06 22:11:34.487 | availability_zone_filter 2024-11-06 22:11:34.487 | default-subnetpools 2024-11-06 22:11:34.487 | dhcp_agent_scheduler 2024-11-06 22:11:34.487 | dvr 2024-11-06 22:11:34.487 | empty-string-filtering 2024-11-06 22:11:34.487 | external-net 2024-11-06 22:11:34.487 | extra_dhcp_opt 2024-11-06 22:11:34.487 | extraroute 2024-11-06 22:11:34.487 | extraroute-atomic 2024-11-06 22:11:34.487 | filter-validation 2024-11-06 22:11:34.487 | floating-ip-port-forwarding-detail 2024-11-06 22:11:34.487 | fip-port-details 2024-11-06 22:11:34.487 | flavors 2024-11-06 22:11:34.487 | floatingip-pools 2024-11-06 22:11:34.487 | ip-substring-filtering 2024-11-06 22:11:34.487 | router 2024-11-06 22:11:34.487 | ext-gw-mode 2024-11-06 22:11:34.487 | l3-ha 2024-11-06 22:11:34.487 | l3-flavors 2024-11-06 22:11:34.487 | l3-port-ip-change-not-allowed 2024-11-06 22:11:34.487 | l3_agent_scheduler 2024-11-06 22:11:34.487 | multi-provider 2024-11-06 22:11:34.487 | net-mtu 2024-11-06 22:11:34.487 | net-mtu-writable 2024-11-06 22:11:34.487 | network_availability_zone 2024-11-06 22:11:34.487 | network_ha 2024-11-06 22:11:34.488 | network-ip-availability 2024-11-06 22:11:34.488 | pagination 2024-11-06 22:11:34.488 | port-device-profile 2024-11-06 22:11:34.488 | port-mac-override 2024-11-06 22:11:34.488 | port-mac-address-regenerate 2024-11-06 22:11:34.488 | port-numa-affinity-policy 2024-11-06 22:11:34.488 | binding 2024-11-06 22:11:34.488 | binding-extended 2024-11-06 22:11:34.488 | port-security 2024-11-06 22:11:34.488 | project-id 2024-11-06 22:11:34.488 | provider 2024-11-06 22:11:34.488 | quota-check-limit 2024-11-06 22:11:34.488 | quotas 2024-11-06 22:11:34.488 | quota_details 2024-11-06 22:11:34.488 | rbac-policies 2024-11-06 22:11:34.488 | rbac-address-group 2024-11-06 22:11:34.488 | rbac-address-scope 2024-11-06 22:11:34.488 | rbac-security-groups 2024-11-06 22:11:34.488 | rbac-subnetpool 2024-11-06 22:11:34.488 | revision-if-match 2024-11-06 22:11:34.488 | standard-attr-revisions 2024-11-06 22:11:34.488 | router_availability_zone 2024-11-06 22:11:34.488 | security-groups-default-rules 2024-11-06 22:11:34.488 | security-groups-normalized-cidr 2024-11-06 22:11:34.488 | port-security-groups-filtering 2024-11-06 22:11:34.488 | security-groups-remote-address-group 2024-11-06 22:11:34.488 | security-groups-shared-filtering 2024-11-06 22:11:34.488 | security-group 2024-11-06 22:11:34.488 | service-type 2024-11-06 22:11:34.488 | sorting 2024-11-06 22:11:34.488 | standard-attr-description 2024-11-06 22:11:34.488 | stateful-security-group 2024-11-06 22:11:34.488 | subnet_onboard 2024-11-06 22:11:34.488 | subnet-service-types 2024-11-06 22:11:34.488 | subnet_allocation 2024-11-06 22:11:34.488 | subnetpool-prefix-ops 2024-11-06 22:11:34.488 | standard-attr-tag 2024-11-06 22:11:34.488 | standard-attr-timestamp 2024-11-06 22:11:34.488 | nsxt-ops =~ external-net ]] 2024-11-06 22:11:34.489 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:436 : return 0 2024-11-06 22:11:34.492 | +++ lib/tempest:configure_tempest:363 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2024-11-06 22:11:35.688 | +++ functions-common:oscwrap:2440 : return 0 2024-11-06 22:11:35.690 | ++ lib/tempest:configure_tempest:363 : public_network_id=da03cf51-6d78-4356-aff1-4bfac711b58d 2024-11-06 22:11:35.692 | ++ lib/tempest:configure_tempest:365 : openstack --os-cloud devstack-admin --os-region RegionOne network create --share shared 2024-11-06 22:11:36.872 | +---------------------------+--------------------------------------+ 2024-11-06 22:11:36.872 | | Field | Value | 2024-11-06 22:11:36.872 | +---------------------------+--------------------------------------+ 2024-11-06 22:11:36.872 | | admin_state_up | UP | 2024-11-06 22:11:36.872 | | availability_zone_hints | | 2024-11-06 22:11:36.872 | | availability_zones | | 2024-11-06 22:11:36.872 | | created_at | 2024-11-06T22:11:36Z | 2024-11-06 22:11:36.872 | | description | | 2024-11-06 22:11:36.872 | | dns_domain | None | 2024-11-06 22:11:36.872 | | id | 2c64e00f-4995-4827-b685-5096b1d1d064 | 2024-11-06 22:11:36.872 | | ipv4_address_scope | None | 2024-11-06 22:11:36.872 | | ipv6_address_scope | None | 2024-11-06 22:11:36.872 | | is_default | False | 2024-11-06 22:11:36.872 | | is_vlan_transparent | None | 2024-11-06 22:11:36.872 | | mtu | 8950 | 2024-11-06 22:11:36.872 | | name | shared | 2024-11-06 22:11:36.872 | | port_security_enabled | True | 2024-11-06 22:11:36.872 | | project_id | 63ed6630e9c140baa826f53d7a0564d1 | 2024-11-06 22:11:36.872 | | provider:network_type | vlan | 2024-11-06 22:11:36.872 | | provider:physical_network | default | 2024-11-06 22:11:36.872 | | provider:segmentation_id | 288 | 2024-11-06 22:11:36.872 | | qos_policy_id | None | 2024-11-06 22:11:36.872 | | revision_number | 1 | 2024-11-06 22:11:36.872 | | router:external | Internal | 2024-11-06 22:11:36.872 | | segments | None | 2024-11-06 22:11:36.872 | | shared | True | 2024-11-06 22:11:36.872 | | status | ACTIVE | 2024-11-06 22:11:36.872 | | subnets | | 2024-11-06 22:11:36.872 | | tags | | 2024-11-06 22:11:36.872 | | tenant_id | 63ed6630e9c140baa826f53d7a0564d1 | 2024-11-06 22:11:36.872 | | updated_at | 2024-11-06T22:11:36Z | 2024-11-06 22:11:36.872 | +---------------------------+--------------------------------------+ 2024-11-06 22:11:37.009 | ++ 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-11-06 22:11:38.174 | +----------------------+--------------------------------------+ 2024-11-06 22:11:38.174 | | Field | Value | 2024-11-06 22:11:38.174 | +----------------------+--------------------------------------+ 2024-11-06 22:11:38.174 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2024-11-06 22:11:38.174 | | cidr | 192.168.233.0/24 | 2024-11-06 22:11:38.174 | | created_at | 2024-11-06T22:11:38Z | 2024-11-06 22:11:38.174 | | description | shared-subnet | 2024-11-06 22:11:38.174 | | dns_nameservers | | 2024-11-06 22:11:38.174 | | dns_publish_fixed_ip | None | 2024-11-06 22:11:38.174 | | enable_dhcp | True | 2024-11-06 22:11:38.174 | | gateway_ip | 192.168.233.1 | 2024-11-06 22:11:38.174 | | host_routes | | 2024-11-06 22:11:38.174 | | id | 7d2a3624-9e20-4528-a494-d8f9a76c3e99 | 2024-11-06 22:11:38.174 | | ip_version | 4 | 2024-11-06 22:11:38.174 | | ipv6_address_mode | None | 2024-11-06 22:11:38.174 | | ipv6_ra_mode | None | 2024-11-06 22:11:38.174 | | name | shared-subnet | 2024-11-06 22:11:38.174 | | network_id | 2c64e00f-4995-4827-b685-5096b1d1d064 | 2024-11-06 22:11:38.174 | | project_id | 63ed6630e9c140baa826f53d7a0564d1 | 2024-11-06 22:11:38.174 | | revision_number | 0 | 2024-11-06 22:11:38.174 | | segment_id | None | 2024-11-06 22:11:38.174 | | service_types | | 2024-11-06 22:11:38.174 | | subnetpool_id | None | 2024-11-06 22:11:38.174 | | tags | | 2024-11-06 22:11:38.174 | | updated_at | 2024-11-06T22:11:38Z | 2024-11-06 22:11:38.174 | +----------------------+--------------------------------------+ 2024-11-06 22:11:38.315 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2024-11-06 22:11:38.341 | ++ lib/tempest:configure_tempest:372 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2024-11-06 22:11:38.367 | ++ lib/tempest:configure_tempest:373 : mkdir -p /opt/stack/data/tempest 2024-11-06 22:11:38.370 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2024-11-06 22:11:38.393 | ++ lib/tempest:configure_tempest:375 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2024-11-06 22:11:38.417 | ++ lib/tempest:configure_tempest:376 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2024-11-06 22:11:38.440 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2024-11-06 22:11:38.466 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2024-11-06 22:11:38.491 | ++ lib/tempest:configure_tempest:383 : iniset /opt/stack//tempest/etc/tempest.conf identity uri http://10.180.1.21/identity/v2.0/ 2024-11-06 22:11:38.516 | ++ lib/tempest:configure_tempest:384 : iniset /opt/stack//tempest/etc/tempest.conf identity uri_v3 http://10.180.1.21/identity/v3 2024-11-06 22:11:38.539 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2024-11-06 22:11:38.562 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2024-11-06 22:11:38.585 | ++ lib/tempest:configure_tempest:387 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2024-11-06 22:11:38.609 | ++ lib/tempest:configure_tempest:388 : [[ True == \T\r\u\e ]] 2024-11-06 22:11:38.610 | ++ lib/tempest:configure_tempest:389 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2024-11-06 22:11:38.636 | ++ lib/tempest:configure_tempest:390 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2024-11-06 22:11:38.658 | ++ lib/tempest:configure_tempest:391 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2024-11-06 22:11:38.681 | ++ lib/tempest:configure_tempest:392 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2024-11-06 22:11:38.705 | ++ lib/tempest:configure_tempest:394 : '[' '' == True ']' 2024-11-06 22:11:38.707 | ++ lib/tempest:configure_tempest:399 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2024-11-06 22:11:38.733 | ++ lib/tempest:configure_tempest:401 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2024-11-06 22:11:38.757 | ++ lib/tempest:configure_tempest:402 : [[ '' != \v\2 ]] 2024-11-06 22:11:38.759 | ++ lib/tempest:configure_tempest:404 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2024-11-06 22:11:38.784 | ++ lib/tempest:configure_tempest:407 : is_service_enabled tls-proxy 2024-11-06 22:11:38.798 | ++ functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:11:38.799 | ++ lib/tempest:configure_tempest:412 : [[ True = True ]] 2024-11-06 22:11:38.801 | ++ lib/tempest:configure_tempest:413 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2024-11-06 22:11:38.826 | ++ lib/tempest:configure_tempest:418 : is_service_enabled ldap 2024-11-06 22:11:38.839 | ++ functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:11:38.841 | ++ lib/tempest:configure_tempest:424 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2024-11-06 22:11:38.865 | ++ lib/tempest:configure_tempest:428 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2024-11-06 22:11:38.888 | ++ lib/tempest:configure_tempest:432 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2024-11-06 22:11:38.913 | ++ lib/tempest:configure_tempest:437 : [[ ! -z '' ]] 2024-11-06 22:11:38.915 | ++ lib/tempest:configure_tempest:440 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2024-11-06 22:11:38.940 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2024-11-06 22:11:38.963 | ++ lib/tempest:configure_tempest:442 : is_service_enabled g-api-r 2024-11-06 22:11:38.977 | ++ functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:11:38.978 | ++ lib/tempest:configure_tempest:447 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref 6f125163-af69-40e9-92ae-3b8a01d74b60 2024-11-06 22:11:39.002 | ++ lib/tempest:configure_tempest:448 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt 6f125163-af69-40e9-92ae-3b8a01d74b60 2024-11-06 22:11:39.025 | ++ lib/tempest:configure_tempest:449 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2024-11-06 22:11:39.051 | ++ lib/tempest:configure_tempest:450 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2024-11-06 22:11:39.078 | ++ lib/tempest:configure_tempest:451 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2024-11-06 22:11:39.103 | ++ lib/tempest:configure_tempest:452 : is_service_enabled neutron 2024-11-06 22:11:39.116 | ++ functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:11:39.118 | ++ lib/tempest:configure_tempest:460 : [[ -n '' ]] 2024-11-06 22:11:39.120 | ++ lib/tempest:configure_tempest:470 : local tempest_compute_min_microversion=None 2024-11-06 22:11:39.122 | ++ lib/tempest:configure_tempest:471 : local tempest_compute_max_microversion=2.95 2024-11-06 22:11:39.124 | ++ lib/tempest:configure_tempest:474 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2024-11-06 22:11:39.126 | ++ lib/tempest:configure_tempest:478 : '[' None == None ']' 2024-11-06 22:11:39.127 | ++ lib/tempest:configure_tempest:479 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2024-11-06 22:11:39.141 | ++ lib/tempest:configure_tempest:483 : '[' 2.95 == None ']' 2024-11-06 22:11:39.143 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2024-11-06 22:11:39.166 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2024-11-06 22:11:39.190 | ++ lib/tempest:configure_tempest:490 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2024-11-06 22:11:39.214 | ++ lib/tempest:configure_tempest:491 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2024-11-06 22:11:39.237 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2024-11-06 22:11:39.260 | ++ lib/tempest:configure_tempest:493 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2024-11-06 22:11:39.284 | ++ lib/tempest:configure_tempest:494 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2024-11-06 22:11:39.308 | ++ lib/tempest:configure_tempest:495 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2024-11-06 22:11:39.332 | ++ lib/tempest:configure_tempest:498 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2024-11-06 22:11:39.357 | ++ lib/tempest:configure_tempest:500 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2024-11-06 22:11:39.358 | ++ 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-11-06 22:11:39.382 | ++ lib/tempest:configure_tempest:504 : [[ False == \T\r\u\e ]] 2024-11-06 22:11:39.383 | ++ lib/tempest:configure_tempest:508 : is_service_enabled n-novnc 2024-11-06 22:11:39.396 | ++ functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:11:39.398 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2024-11-06 22:11:39.421 | ++ lib/tempest:configure_tempest:514 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id da03cf51-6d78-4356-aff1-4bfac711b58d 2024-11-06 22:11:39.444 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2024-11-06 22:11:39.467 | ++ lib/tempest:configure_tempest:516 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2024-11-06 22:11:39.490 | ++ lib/tempest:configure_tempest:517 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2024-11-06 22:11:39.516 | ++ lib/tempest:configure_tempest:518 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2024-11-06 22:11:39.538 | ++ lib/tempest:configure_tempest:519 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2024-11-06 22:11:39.562 | ++ lib/tempest:configure_tempest:521 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2024-11-06 22:11:39.586 | ++ lib/tempest:configure_tempest:524 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2024-11-06 22:11:39.588 | ++ lib/tempest:configure_tempest:525 : SCENARIO_IMAGE_FILE= 2024-11-06 22:11:39.590 | ++ lib/tempest:configure_tempest:526 : SCENARIO_IMAGE_TYPE=cirros 2024-11-06 22:11:39.591 | ++ lib/tempest:configure_tempest:527 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2024-11-06 22:11:39.616 | ++ lib/tempest:configure_tempest:531 : [[ cirros == \c\i\r\r\o\s ]] 2024-11-06 22:11:39.619 | +++ lib/tempest:configure_tempest:534 : echo 0.6.2 2024-11-06 22:11:39.619 | +++ lib/tempest:configure_tempest:534 : tr -d . 2024-11-06 22:11:39.623 | ++ lib/tempest:configure_tempest:534 : [[ 062 -ge 060 ]] 2024-11-06 22:11:39.624 | ++ lib/tempest:configure_tempest:535 : iniset /opt/stack//tempest/etc/tempest.conf scenario dhcp_client dhcpcd 2024-11-06 22:11:39.647 | ++ lib/tempest:configure_tempest:540 : TEMPEST_SSH_NETWORK_NAME=private 2024-11-06 22:11:39.649 | ++ lib/tempest:configure_tempest:541 : is_provider_network 2024-11-06 22:11:39.651 | ++ functions-common:is_provider_network:2249 : '[' '' == True ']' 2024-11-06 22:11:39.652 | ++ functions-common:is_provider_network:2252 : return 1 2024-11-06 22:11:39.654 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2024-11-06 22:11:39.677 | ++ lib/tempest:configure_tempest:546 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2024-11-06 22:11:39.700 | ++ lib/tempest:configure_tempest:547 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2024-11-06 22:11:39.724 | ++ lib/tempest:configure_tempest:548 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2024-11-06 22:11:39.747 | ++ lib/tempest:configure_tempest:549 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2024-11-06 22:11:39.770 | ++ lib/tempest:configure_tempest:550 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2024-11-06 22:11:39.793 | ++ lib/tempest:configure_tempest:554 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-11-06 22:11:39.795 | +++ lib/tempest:configure_tempest:557 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2024-11-06 22:11:39.809 | ++ lib/tempest:configure_tempest:557 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2024-11-06 22:11:39.833 | ++ lib/tempest:configure_tempest:559 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-11-06 22:11:39.836 | +++ lib/tempest:configure_tempest:562 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2024-11-06 22:11:39.848 | ++ lib/tempest:configure_tempest:562 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2024-11-06 22:11:39.871 | ++ lib/tempest:configure_tempest:565 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-11-06 22:11:39.874 | +++ lib/tempest:configure_tempest:568 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2024-11-06 22:11:39.886 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2024-11-06 22:11:39.909 | ++ lib/tempest:configure_tempest:570 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-11-06 22:11:39.912 | +++ lib/tempest:configure_tempest:573 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2024-11-06 22:11:39.924 | ++ lib/tempest:configure_tempest:573 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2024-11-06 22:11:39.947 | ++ lib/tempest:configure_tempest:574 : local tempest_volume_min_microversion=None 2024-11-06 22:11:39.949 | ++ lib/tempest:configure_tempest:575 : local tempest_volume_max_microversion=3.70 2024-11-06 22:11:39.951 | ++ lib/tempest:configure_tempest:576 : '[' None == None ']' 2024-11-06 22:11:39.953 | ++ lib/tempest:configure_tempest:577 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2024-11-06 22:11:39.967 | ++ lib/tempest:configure_tempest:582 : '[' 3.70 == None ']' 2024-11-06 22:11:39.968 | ++ lib/tempest:configure_tempest:585 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2024-11-06 22:11:39.992 | ++ lib/tempest:configure_tempest:588 : is_service_enabled c-bak 2024-11-06 22:11:40.004 | ++ functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:11:40.006 | ++ lib/tempest:configure_tempest:589 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2024-11-06 22:11:40.032 | ++ lib/tempest:configure_tempest:595 : [[ -n vmdk:vsphere ]] 2024-11-06 22:11:40.033 | ++ lib/tempest:configure_tempest:595 : [[ vmdk:vsphere =~ .*,.* ]] 2024-11-06 22:11:40.036 | ++ lib/tempest:configure_tempest:615 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2024-11-06 22:11:40.038 | ++ lib/tempest:configure_tempest:619 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2024-11-06 22:11:40.039 | ++ lib/tempest:configure_tempest:624 : [[ False == \T\r\u\e ]] 2024-11-06 22:11:40.041 | ++ lib/tempest:configure_tempest:633 : local tempest_placement_min_microversion=None 2024-11-06 22:11:40.043 | ++ lib/tempest:configure_tempest:634 : local tempest_placement_max_microversion=1.39 2024-11-06 22:11:40.045 | ++ lib/tempest:configure_tempest:635 : '[' None == None ']' 2024-11-06 22:11:40.047 | ++ lib/tempest:configure_tempest:636 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2024-11-06 22:11:40.061 | ++ lib/tempest:configure_tempest:640 : '[' 1.39 == None ']' 2024-11-06 22:11:40.063 | ++ lib/tempest:configure_tempest:643 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2024-11-06 22:11:40.088 | ++ lib/tempest:configure_tempest:647 : '[' vsphere = ironic ']' 2024-11-06 22:11:40.090 | ++ lib/tempest:configure_tempest:661 : '[' vsphere = libvirt ']' 2024-11-06 22:11:40.092 | ++ lib/tempest:configure_tempest:685 : local service 2024-11-06 22:11:40.094 | ++ lib/tempest:configure_tempest:686 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2024-11-06 22:11:40.096 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2024-11-06 22:11:40.098 | ++ lib/tempest:configure_tempest:688 : is_service_enabled key 2024-11-06 22:11:40.110 | ++ functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:11:40.112 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2024-11-06 22:11:40.138 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2024-11-06 22:11:40.140 | ++ lib/tempest:configure_tempest:688 : is_service_enabled glance 2024-11-06 22:11:40.152 | ++ functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:11:40.154 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2024-11-06 22:11:40.177 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2024-11-06 22:11:40.179 | ++ lib/tempest:configure_tempest:688 : is_service_enabled nova 2024-11-06 22:11:40.192 | ++ functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:11:40.194 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2024-11-06 22:11:40.217 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2024-11-06 22:11:40.219 | ++ lib/tempest:configure_tempest:688 : is_service_enabled neutron 2024-11-06 22:11:40.232 | ++ functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:11:40.234 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2024-11-06 22:11:40.257 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2024-11-06 22:11:40.259 | ++ lib/tempest:configure_tempest:688 : is_service_enabled cinder 2024-11-06 22:11:40.271 | ++ functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:11:40.273 | ++ lib/tempest:configure_tempest:689 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2024-11-06 22:11:40.296 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2024-11-06 22:11:40.298 | ++ lib/tempest:configure_tempest:688 : is_service_enabled swift 2024-11-06 22:11:40.310 | ++ functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:11:40.312 | ++ lib/tempest:configure_tempest:691 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2024-11-06 22:11:40.336 | ++ lib/tempest:configure_tempest:687 : for service in ${tempest_services//,/ } 2024-11-06 22:11:40.338 | ++ lib/tempest:configure_tempest:688 : is_service_enabled horizon 2024-11-06 22:11:40.350 | ++ functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:11:40.352 | ++ lib/tempest:configure_tempest:691 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon False 2024-11-06 22:11:40.375 | ++ lib/tempest:configure_tempest:699 : [[ False == True ]] 2024-11-06 22:11:40.377 | ++ lib/tempest:configure_tempest:699 : [[ False == True ]] 2024-11-06 22:11:40.379 | ++ lib/tempest:configure_tempest:705 : [[ True == True ]] 2024-11-06 22:11:40.381 | ++ lib/tempest:configure_tempest:706 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope nova true 2024-11-06 22:11:40.405 | ++ lib/tempest:configure_tempest:709 : [[ False == True ]] 2024-11-06 22:11:40.406 | ++ lib/tempest:configure_tempest:709 : [[ False == True ]] 2024-11-06 22:11:40.408 | ++ lib/tempest:configure_tempest:713 : [[ True == True ]] 2024-11-06 22:11:40.410 | ++ lib/tempest:configure_tempest:714 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope glance true 2024-11-06 22:11:40.434 | ++ lib/tempest:configure_tempest:717 : [[ False == True ]] 2024-11-06 22:11:40.436 | ++ lib/tempest:configure_tempest:717 : [[ False == True ]] 2024-11-06 22:11:40.438 | ++ lib/tempest:configure_tempest:721 : '[' vsphere = libvirt ']' 2024-11-06 22:11:40.440 | ++ lib/tempest:configure_tempest:731 : local tmp_cfg_file 2024-11-06 22:11:40.442 | +++ lib/tempest:configure_tempest:732 : mktemp 2024-11-06 22:11:40.445 | ++ lib/tempest:configure_tempest:732 : tmp_cfg_file=/tmp/tmp.CU8LX5Kt11 2024-11-06 22:11:40.447 | ++ lib/tempest:configure_tempest:733 : cd /opt/stack//tempest 2024-11-06 22:11:40.449 | ++ lib/tempest:configure_tempest:735 : local tmp_u_c_m 2024-11-06 22:11:40.452 | +++ lib/tempest:configure_tempest:736 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-11-06 22:11:40.455 | ++ lib/tempest:configure_tempest:736 : tmp_u_c_m=/tmp/tempest_u_c_m.tz1pIGVicW 2024-11-06 22:11:40.457 | ++ lib/tempest:configure_tempest:737 : set_tempest_venv_constraints /tmp/tempest_u_c_m.tz1pIGVicW 2024-11-06 22:11:40.459 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-11-06 22:11:40.461 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.tz1pIGVicW 2024-11-06 22:11:40.463 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-11-06 22:11:40.465 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-11-06 22:11:40.467 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-11-06 22:11:40.472 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-11-06 22:11:40.474 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-11-06 22:11:40.476 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-11-06 22:11:40.478 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-11-06 22:11:40.480 | ++ lib/tempest:configure_tempest:738 : [[ False != \T\r\u\e ]] 2024-11-06 22:11:40.482 | ++ lib/tempest:configure_tempest:739 : tox -revenv-tempest --notest 2024-11-06 22:11:40.707 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2024-11-06 22:11:41.095 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-11-06 22:11:49.721 | venv-tempest develop-inst: /opt/stack/tempest 2024-11-06 22:11:52.552 | venv-tempest installed: attrs==24.2.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.8.30,cffi==1.17.1,charset-normalizer==3.4.0,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.8,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.10,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2024.10.1,msgpack==1.1.0,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.1.0,oslo.config==9.6.0,oslo.context==5.6.0,oslo.i18n==6.4.0,oslo.log==6.1.2,oslo.serialization==5.5.0,oslo.utils==7.3.0,packaging==24.1,paramiko==3.5.0,pbr==6.1.0,prettytable==3.11.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.2.0,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.20.0,six==1.16.0,stestr==4.1.0,stevedore==5.3.0,-e git+https://opendev.org/openstack/tempest.git@906b6b85a871288722cf0d670fdda0e7e55ba8c1#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,tzdata==2024.2,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.16.0 2024-11-06 22:11:52.552 | ___________________________________ summary ____________________________________ 2024-11-06 22:11:52.552 | venv-tempest: skipped tests 2024-11-06 22:11:52.552 | congratulations :) 2024-11-06 22:11:52.572 | ++ lib/tempest:configure_tempest:741 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.tz1pIGVicW -r requirements.txt 2024-11-06 22:11:52.994 | /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-11-06 22:11:52.994 | dist.fetch_build_eggs(dist.setup_requires) 2024-11-06 22:11:53.057 | /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-11-06 22:11:53.057 | warnings.warn( 2024-11-06 22:11:53.058 | /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-11-06 22:11:53.058 | warnings.warn( 2024-11-06 22:11:53.119 | venv-tempest develop-inst-nodeps: /opt/stack/tempest 2024-11-06 22:11:55.162 | venv-tempest installed: attrs==24.2.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.8.30,cffi==1.17.1,charset-normalizer==3.4.0,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.8,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.10,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2024.10.1,msgpack==1.1.0,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.1.0,oslo.config==9.6.0,oslo.context==5.6.0,oslo.i18n==6.4.0,oslo.log==6.1.2,oslo.serialization==5.5.0,oslo.utils==7.3.0,packaging==24.1,paramiko==3.5.0,pbr==6.1.0,prettytable==3.11.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.2.0,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.20.0,six==1.16.0,stestr==4.1.0,stevedore==5.3.0,-e git+https://opendev.org/openstack/tempest.git@906b6b85a871288722cf0d670fdda0e7e55ba8c1#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,tzdata==2024.2,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.16.0 2024-11-06 22:11:55.162 | venv-tempest run-test-pre: PYTHONHASHSEED='4069589158' 2024-11-06 22:11:55.162 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.tz1pIGVicW -r requirements.txt 2024-11-06 22:11:55.995 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (6.1.0) 2024-11-06 22:11:55.995 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (4.7.0) 2024-11-06 22:11:55.996 | 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-11-06 22:11:55.996 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (2.7.2) 2024-11-06 22:11:55.997 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (3.5.0) 2024-11-06 22:11:55.998 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (42.0.8) 2024-11-06 22:11:55.999 | 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-11-06 22:11:56.000 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (6.1.0) 2024-11-06 22:11:56.000 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (9.6.0) 2024-11-06 22:11:56.001 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (6.1.2) 2024-11-06 22:11:56.002 | 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-11-06 22:11:56.004 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (5.5.0) 2024-11-06 22:11:56.004 | Requirement already satisfied: oslo.utils>=7.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (7.3.0) 2024-11-06 22:11:56.006 | 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-11-06 22:11:56.006 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0.2) 2024-11-06 22:11:56.006 | 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-11-06 22:11:56.008 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (5.3.0) 2024-11-06 22:11:56.008 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.11.0) 2024-11-06 22:11:56.008 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (1.26.20) 2024-11-06 22:11:56.008 | 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-11-06 22:11:56.009 | 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-11-06 22:11:56.010 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.19) 2024-11-06 22:11:56.011 | Requirement already satisfied: testscenarios>=0.5.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 26)) (0.5.0) 2024-11-06 22:11:56.018 | 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-11-06 22:11:56.018 | 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-11-06 22:11:56.035 | Requirement already satisfied: attrs>=22.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (24.2.0) 2024-11-06 22:11:56.035 | 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)) (2024.10.1) 2024-11-06 22:11:56.036 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.35.1) 2024-11-06 22:11:56.037 | Requirement already satisfied: rpds-py>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.20.0) 2024-11-06 22:11:56.054 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (4.0.1) 2024-11-06 22:11:56.057 | 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-11-06 22:11:56.072 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.17.1) 2024-11-06 22:11:56.079 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 11)) (6.4.0) 2024-11-06 22:11:56.095 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.32.3) 2024-11-06 22:11:56.096 | 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-11-06 22:11:56.109 | Requirement already satisfied: oslo.context>=2.21.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (5.6.0) 2024-11-06 22:11:56.111 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (2.9.0.post0) 2024-11-06 22:11:56.126 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.15.2) 2024-11-06 22:11:56.127 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.13.2) 2024-11-06 22:11:56.127 | 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-11-06 22:11:56.135 | 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.1.0) 2024-11-06 22:11:56.136 | 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.2) 2024-11-06 22:11:56.146 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 16)) (2.1.0) 2024-11-06 22:11:56.147 | Requirement already satisfied: netifaces>=0.10.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 16)) (0.11.0) 2024-11-06 22:11:56.148 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 16)) (24.1) 2024-11-06 22:11:56.149 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=7.0.0->-r requirements.txt (line 16)) (3.2.0) 2024-11-06 22:11:56.177 | 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-11-06 22:11:56.200 | 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-11-06 22:11:56.279 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 9)) (2.22) 2024-11-06 22:11:56.304 | Requirement already satisfied: pyperclip>=1.6 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (1.9.0) 2024-11-06 22:11:56.367 | 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-11-06 22:11:56.385 | 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.4.0) 2024-11-06 22:11:56.386 | 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.10) 2024-11-06 22:11:56.387 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2024.8.30) 2024-11-06 22:11:56.536 | WARNING: There was an error checking the latest version of pip. 2024-11-06 22:11:56.606 | ___________________________________ summary ____________________________________ 2024-11-06 22:11:56.606 | venv-tempest: commands succeeded 2024-11-06 22:11:56.606 | congratulations :) 2024-11-06 22:11:56.626 | ++ lib/tempest:configure_tempest:742 : rm -f /tmp/tempest_u_c_m.tz1pIGVicW 2024-11-06 22:11:56.630 | ++ lib/tempest:configure_tempest:745 : [[ False == \T\r\u\e ]] 2024-11-06 22:11:56.632 | ++ lib/tempest:configure_tempest:753 : [[ True == \F\a\l\s\e ]] 2024-11-06 22:11:56.634 | ++ lib/tempest:configure_tempest:757 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2024-11-06 22:11:56.659 | ++ lib/tempest:configure_tempest:763 : tox -evenv -- tempest verify-config -uro /tmp/tmp.CU8LX5Kt11 2024-11-06 22:11:56.895 | venv create: /opt/stack/tempest/.tox/venv 2024-11-06 22:11:57.176 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2024-11-06 22:12:10.736 | venv develop-inst: /opt/stack/tempest 2024-11-06 22:12:14.187 | 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==1.0.0,attrs==24.2.0,autopage==0.5.2,babel==2.16.0,bcrypt==4.0.1,certifi==2024.8.30,cffi==1.17.1,charset-normalizer==3.4.0,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.8,debtcollector==3.0.0,defusedxml==0.7.1,docutils==0.21.2,dulwich==0.22.3,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.10,imagesize==1.4.1,iso8601==2.1.0,Jinja2==3.1.4,jsonschema==4.19.2,jsonschema-specifications==2024.10.1,MarkupSafe==3.0.2,msgpack==1.1.0,netaddr==0.10.1,netifaces==0.11.0,openstackdocstheme==3.4.0,oslo.concurrency==6.1.0,oslo.config==9.6.0,oslo.context==5.6.0,oslo.i18n==6.4.0,oslo.log==6.1.2,oslo.serialization==5.5.0,oslo.utils==7.3.0,packaging==24.1,paramiko==3.5.0,pbr==6.1.0,prettytable==3.11.0,pycparser==2.22,Pygments==2.18.0,PyNaCl==1.5.0,pyparsing==3.2.0,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,reno==4.1.0,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.20.0,six==1.16.0,snowballstemmer==2.2.0,Sphinx==8.1.3,sphinxcontrib-applehelp==2.0.0,sphinxcontrib-devhelp==2.0.0,sphinxcontrib-htmlhelp==2.1.0,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==2.0.0,sphinxcontrib-serializinghtml==2.0.0,sphinxcontrib-svg2pdfconverter==1.2.3,stestr==4.1.0,stevedore==5.3.0,-e git+https://opendev.org/openstack/tempest.git@906b6b85a871288722cf0d670fdda0e7e55ba8c1#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomli==2.0.2,tomlkit==0.13.2,tzdata==2024.2,urllib3==1.26.20,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.16.0 2024-11-06 22:12:14.188 | venv run-test-pre: PYTHONHASHSEED='3038873835' 2024-11-06 22:12:14.188 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.CU8LX5Kt11 2024-11-06 22:12:14.487 | /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-11-06 22:12:14.487 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2024-11-06 22:12:14.487 | /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-11-06 22:12:14.487 | @jsonschema.FormatChecker.cls_checks('base64') 2024-11-06 22:12:14.735 | /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-11-06 22:12:14.735 | warnings.warn( 2024-11-06 22:12:14.914 | /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-11-06 22:12:14.914 | for key, value in info.getheaders().items(): 2024-11-06 22:12:14.940 | /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-11-06 22:12:14.940 | for key, value in info.getheaders().items(): 2024-11-06 22:12:15.177 | /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-11-06 22:12:15.177 | for key, value in info.getheaders().items(): 2024-11-06 22:12:15.178 | /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-11-06 22:12:15.179 | _client = klass(auth_provider=auth_provider, **kwargs) 2024-11-06 22:12:15.799 | ___________________________________ summary ____________________________________ 2024-11-06 22:12:15.799 | venv: commands succeeded 2024-11-06 22:12:15.799 | congratulations :) 2024-11-06 22:12:15.819 | ++ lib/tempest:configure_tempest:768 : is_service_enabled q-metering neutron-metering 2024-11-06 22:12:15.833 | ++ functions-common:is_service_enabled:2056 : return 1 2024-11-06 22:12:15.835 | ++ lib/tempest:configure_tempest:769 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2024-11-06 22:12:15.837 | ++ lib/tempest:configure_tempest:773 : is_service_enabled q-l3 neutron-l3 2024-11-06 22:12:15.851 | ++ functions-common:is_service_enabled:2056 : return 0 2024-11-06 22:12:15.853 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2024-11-06 22:12:15.855 | ++ lib/tempest:configure_tempest:778 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2024-11-06 22:12:15.857 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2024-11-06 22:12:15.859 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2024-11-06 22:12:15.861 | ++ lib/tempest:configure_tempest:781 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2024-11-06 22:12:15.862 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2024-11-06 22:12:15.864 | ++ lib/tempest:configure_tempest:783 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2024-11-06 22:12:15.866 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2024-11-06 22:12:15.868 | ++ lib/tempest:configure_tempest:785 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2024-11-06 22:12:15.870 | ++ lib/tempest:configure_tempest:786 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2024-11-06 22:12:15.872 | ++ lib/tempest:configure_tempest:787 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2024-11-06 22:12:15.874 | ++ lib/tempest:configure_tempest:788 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2024-11-06 22:12:15.876 | ++ lib/tempest:configure_tempest:789 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2024-11-06 22:12:15.878 | ++ lib/tempest:configure_tempest:790 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2024-11-06 22:12:15.880 | ++ lib/tempest:configure_tempest:791 : DEFAULT_NET_EXT+=,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details 2024-11-06 22:12:15.882 | ++ lib/tempest:configure_tempest:792 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2024-11-06 22:12:15.884 | ++ lib/tempest:configure_tempest:793 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2024-11-06 22:12:15.886 | ++ lib/tempest:configure_tempest:794 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2024-11-06 22:12:15.888 | ++ lib/tempest:configure_tempest:796 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2024-11-06 22:12:15.890 | ++ lib/tempest:configure_tempest:797 : DEFAULT_NET_EXT+=,port-resource-request-groups 2024-11-06 22:12:15.891 | ++ lib/tempest:configure_tempest:799 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2024-11-06 22:12:15.893 | ++ lib/tempest:configure_tempest:801 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2024-11-06 22:12:15.895 | ++ lib/tempest:configure_tempest:803 : DEFAULT_NET_EXT+=,port-hint-ovs-tx-steering,enable-default-route-bfd 2024-11-06 22:12:15.897 | ++ lib/tempest:configure_tempest:804 : DEFAULT_NET_EXT+=,enable-default-route-ecmp,standard-attr-fwaas-v2 2024-11-06 22:12:15.900 | ++ lib/tempest:configure_tempest:805 : DEFAULT_NET_EXT+=,allowed-address-pairs-atomic,network_ha 2024-11-06 22:12:15.902 | ++ lib/tempest:configure_tempest:806 : DEFAULT_NET_EXT+=,security-groups-rules-belongs-to-default-sg 2024-11-06 22:12:15.904 | ++ lib/tempest:configure_tempest:807 : DEFAULT_NET_EXT+=,port-hardware-offload-type 2024-11-06 22:12:15.906 | ++ 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-11-06 22:12:15.908 | ++ lib/tempest:configure_tempest:809 : [[ ! -z , metering ]] 2024-11-06 22:12:15.911 | +++ lib/tempest:configure_tempest:811 : iniget /tmp/tmp.CU8LX5Kt11 network-feature-enabled api_extensions 2024-11-06 22:12:15.912 | +++ lib/tempest:configure_tempest:811 : tr -d ' ' 2024-11-06 22:12:15.930 | ++ 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-11-06 22:12:15.932 | +++ 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-11-06 22:12:15.935 | +++ 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-11-06 22:12:15.937 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2024-11-06 22:12:15.939 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering' 2024-11-06 22:12:15.941 | +++ 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-11-06 22:12:15.956 | +++ 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-11-06 22:12:15.971 | ++ 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-11-06 22:12:15.973 | ++ lib/tempest:configure_tempest:815 : [[ -n '' ]] 2024-11-06 22:12:15.975 | ++ 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-11-06 22:12:15.999 | ++ lib/tempest:configure_tempest:820 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2024-11-06 22:12:16.001 | ++ lib/tempest:configure_tempest:821 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2024-11-06 22:12:16.003 | ++ lib/tempest:configure_tempest:822 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2024-11-06 22:12:16.005 | ++ 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-11-06 22:12:16.007 | ++ lib/tempest:configure_tempest:824 : [[ ! -z '' ]] 2024-11-06 22:12:16.009 | ++ 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-11-06 22:12:16.036 | ++ lib/tempest:configure_tempest:832 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2024-11-06 22:12:16.038 | ++ lib/tempest:configure_tempest:833 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2024-11-06 22:12:16.040 | ++ lib/tempest:configure_tempest:834 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2024-11-06 22:12:16.042 | ++ lib/tempest:configure_tempest:835 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2024-11-06 22:12:16.044 | ++ lib/tempest:configure_tempest:836 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2024-11-06 22:12:16.046 | ++ lib/tempest:configure_tempest:837 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2024-11-06 22:12:16.048 | ++ lib/tempest:configure_tempest:838 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2024-11-06 22:12:16.050 | ++ lib/tempest:configure_tempest:839 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2024-11-06 22:12:16.052 | ++ lib/tempest:configure_tempest:840 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2024-11-06 22:12:16.054 | ++ lib/tempest:configure_tempest:841 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2024-11-06 22:12:16.056 | ++ lib/tempest:configure_tempest:842 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2024-11-06 22:12:16.058 | ++ 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-11-06 22:12:16.060 | ++ lib/tempest:configure_tempest:844 : [[ ! -z '' ]] 2024-11-06 22:12:16.062 | ++ 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-11-06 22:12:16.088 | ++ lib/tempest:configure_tempest:853 : IFS=' 2024-11-06 22:12:16.088 | ' 2024-11-06 22:12:16.090 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2024-11-06 22:12:16.092 | ++ stack.sh:echo_summary:455 : [[ -t 3 ]] 2024-11-06 22:12:16.094 | ++ stack.sh:echo_summary:461 : echo -e Installing Tempest Plugins 2024-11-06 22:12:16.096 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2024-11-06 22:12:16.098 | ++ lib/tempest:install_tempest_plugins:887 : pushd /opt/stack//tempest 2024-11-06 22:12:16.098 | ~/tempest ~/tempest 2024-11-06 22:12:16.100 | ++ lib/tempest:install_tempest_plugins:888 : [[ 0 != 0 ]] 2024-11-06 22:12:16.102 | ++ lib/tempest:install_tempest_plugins:897 : popd 2024-11-06 22:12:16.102 | ~/tempest 2024-11-06 22:12:16.104 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-11-06 22:12:16.106 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-11-06 22:12:16.108 | + functions-common:run_phase:1849 : [[ stack == \s\o\u\r\c\e ]] 2024-11-06 22:12:16.111 | + functions-common:run_phase:1852 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-11-06 22:12:16.113 | + functions-common:run_phase:1855 : run_plugins stack test-config 2024-11-06 22:12:16.115 | + functions-common:run_plugins:1814 : local mode=stack 2024-11-06 22:12:16.117 | + functions-common:run_plugins:1815 : local phase=test-config 2024-11-06 22:12:16.119 | + functions-common:run_plugins:1817 : local plugins=,networking-nsx-t 2024-11-06 22:12:16.121 | + functions-common:run_plugins:1818 : local plugin 2024-11-06 22:12:16.124 | + functions-common:run_plugins:1819 : for plugin in ${plugins//,/ } 2024-11-06 22:12:16.126 | + functions-common:run_plugins:1820 : local dir=/opt/stack/networking-nsx-t 2024-11-06 22:12:16.128 | + functions-common:run_plugins:1821 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-11-06 22:12:16.130 | + functions-common:run_plugins:1822 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2024-11-06 22:12:16.132 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-11-06 22:12:16.134 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-11-06 22:12:16.136 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-11-06 22:12:16.139 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-11-06 22:12:16.141 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-11-06 22:12:16.143 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-11-06 22:12:16.145 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2024-11-06 22:12:16.147 | + stack.sh:main:1514 : merge_config_group /opt/stack/devstack/local.conf test-config 2024-11-06 22:12:16.149 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-11-06 22:12:16.152 | + inc/meta-config:merge_config_group:171 : shift 2024-11-06 22:12:16.154 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2024-11-06 22:12:16.155 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-11-06 22:12:16.158 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-11-06 22:12:16.160 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-11-06 22:12:16.163 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2024-11-06 22:12:16.165 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-11-06 22:12:16.167 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2024-11-06 22:12:16.169 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-11-06 22:12:16.172 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2024-11-06 22:12:16.172 | /^\[\[.+\|.*\]\]/ { 2024-11-06 22:12:16.172 | gsub("[][]", "", $1); 2024-11-06 22:12:16.172 | split($1, a, "|"); 2024-11-06 22:12:16.172 | if (a[1] == matchgroup) 2024-11-06 22:12:16.172 | print a[2] 2024-11-06 22:12:16.172 | } 2024-11-06 22:12:16.172 | ' /opt/stack/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 10 async_wait 42 osc 149 apt-get 13 test_with_retry 3 dbsync 2 pip_install 110 apt-get-update 16 run_process 16 git_timed 141 ------------------------- Unaccounted time 53 ========================= Total runtime 555 ================= Async summary ================= Time spent in the background minus waits: 202 sec Elapsed time: 555 sec Time if we did everything serially: 757 sec Speedup: 1.36396 Post-stack database query stats: +------------+-----------+-------+ | db | op | count | +------------+-----------+-------+ | keystone | SELECT | 36772 | | keystone | UPDATE | 7 | | keystone | INSERT | 93 | | neutron | SELECT | 3456 | | neutron | INSERT | 131 | | placement | SELECT | 10 | | placement | INSERT | 4 | | placement | SET | 2 | | neutron | UPDATE | 71 | | nova_cell0 | SELECT | 12 | | nova_cell1 | SELECT | 68 | | nova_api | SELECT | 110 | | nova_cell1 | INSERT | 6 | | neutron | DELETE | 16 | | nova_cell1 | UPDATE | 3 | | cinder | SELECT | 121 | | cinder | INSERT | 5 | | cinder | UPDATE | 3 | | glance | SELECT | 47 | | glance | INSERT | 8 | | glance | UPDATE | 2 | | nova_api | INSERT | 20 | | nova_api | SAVEPOINT | 10 | | nova_api | RELEASE | 10 | | 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: d59e528c743233f4a6883c90f6e6c959f8f78daf Handle_tags and branches for unmaintained also 2024-08-28 09:11:13 +0000 OS Version: Ubuntu 22.04 jammy