2024-10-01 11:24:28.610 | + stack.sh:main:496 : exec 2024-10-01 11:24:28.610 | + stack.sh:main:504 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2024-10-01-112428' 2024-10-01 11:24:28.610 | ++ stack.sh:main:496 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2024-10-01-112428.summary.2024-10-01-112428 2024-10-01 11:24:28.610 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 11:24:28.610 | + stack.sh:echo_summary:455 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2024-10-01-112428 2024-10-01 11:24:28.610 | + stack.sh:main:506 : ln -sf /opt/stack//logs/stack.sh.log.2024-10-01-112428 /opt/stack//logs/stack.sh.log 2024-10-01 11:24:28.610 | + stack.sh:main:507 : ln -sf /opt/stack//logs/stack.sh.log.2024-10-01-112428.summary.2024-10-01-112428 /opt/stack//logs/stack.sh.log.summary 2024-10-01 11:24:28.610 | + stack.sh:main:522 : check_path_perm_sanity /opt/stack/ 2024-10-01 11:24:28.610 | + functions:check_path_perm_sanity:607 : local real_path 2024-10-01 11:24:28.610 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2024-10-01 11:24:28.610 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2024-10-01 11:24:28.610 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2024-10-01 11:24:28.610 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2024-10-01 11:24:28.610 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2024-10-01 11:24:28.610 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-10-01 11:24:28.610 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2024-10-01 11:24:28.610 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2024-10-01 11:24:28.610 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-10-01 11:24:28.611 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-10-01 11:24:28.612 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2024-10-01 11:24:28.614 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2024-10-01 11:24:28.616 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-10-01 11:24:28.617 | + stack.sh:main:528 : trap exit_trap EXIT 2024-10-01 11:24:28.619 | + stack.sh:main:569 : trap err_trap ERR 2024-10-01 11:24:28.620 | + stack.sh:main:582 : set -o errexit 2024-10-01 11:24:28.621 | + stack.sh:main:585 : uname -a 2024-10-01 11:24:28.622 | Linux devstack 6.8.0-40-generic #40~22.04.3-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 30 17:30:19 UTC 2 x86_64 x86_64 x86_64 GNU/Linux 2024-10-01 11:24:28.624 | + stack.sh:main:588 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2024-10-01 11:24:28.625 | + stack.sh:main:589 : rm -f /opt/stack/data/ca-bundle.pem 2024-10-01 11:24:28.627 | + stack.sh:main:592 : source /opt/stack/devstack/lib/database 2024-10-01 11:24:28.650 | + stack.sh:main:593 : source /opt/stack/devstack/lib/rpc_backend 2024-10-01 11:24:28.660 | + stack.sh:main:599 : fetch_plugins 2024-10-01 11:24:28.662 | + functions-common:fetch_plugins:1781 : local plugins=,networking-nsx-t 2024-10-01 11:24:28.663 | + functions-common:fetch_plugins:1782 : local plugin 2024-10-01 11:24:28.664 | + functions-common:fetch_plugins:1785 : [[ -z ,networking-nsx-t ]] 2024-10-01 11:24:28.666 | + functions-common:fetch_plugins:1789 : echo 'Fetching DevStack plugins' 2024-10-01 11:24:28.666 | Fetching DevStack plugins 2024-10-01 11:24:28.667 | + functions-common:fetch_plugins:1790 : for plugin in ${plugins//,/ } 2024-10-01 11:24:28.668 | + functions-common:fetch_plugins:1791 : git_clone_by_name networking-nsx-t 2024-10-01 11:24:28.669 | + functions-common:git_clone_by_name:704 : local name=networking-nsx-t 2024-10-01 11:24:28.671 | + functions-common:git_clone_by_name:705 : local repo=https://github.com/sapcc/networking-nsx-t 2024-10-01 11:24:28.672 | + functions-common:git_clone_by_name:706 : local dir=/opt/stack/networking-nsx-t 2024-10-01 11:24:28.673 | + functions-common:git_clone_by_name:707 : local branch=devstack 2024-10-01 11:24:28.674 | + functions-common:git_clone_by_name:708 : git_clone https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t devstack 2024-10-01 11:24:28.676 | + functions-common:git_clone:612 : local git_remote=https://github.com/sapcc/networking-nsx-t 2024-10-01 11:24:28.677 | + functions-common:git_clone:613 : local git_dest=/opt/stack/networking-nsx-t 2024-10-01 11:24:28.678 | + functions-common:git_clone:614 : local git_ref=devstack 2024-10-01 11:24:28.679 | + functions-common:git_clone:615 : local orig_dir 2024-10-01 11:24:28.681 | ++ functions-common:git_clone:616 : pwd 2024-10-01 11:24:28.683 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-10-01 11:24:28.684 | + functions-common:git_clone:617 : local git_clone_flags= 2024-10-01 11:24:28.685 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-10-01 11:24:28.694 | + functions-common:git_clone:619 : RECLONE=False 2024-10-01 11:24:28.695 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-10-01 11:24:28.697 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-10-01 11:24:28.698 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-10-01 11:24:28.700 | + functions-common:git_clone:633 : echo devstack 2024-10-01 11:24:28.700 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-10-01 11:24:28.703 | + functions-common:git_clone:647 : [[ ! -d /opt/stack/networking-nsx-t ]] 2024-10-01 11:24:28.704 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-10-01 11:24:28.705 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2024-10-01 11:24:28.706 | + functions-common:git_timed:720 : local count=0 2024-10-01 11:24:28.708 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 11:24:28.709 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 11:24:28.710 | + functions-common:git_timed:724 : timeout=0 2024-10-01 11:24:28.711 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 11:24:28.713 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 11:24:28.714 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:24:28.715 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:24:28.717 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:24:28.719 | + functions-common:time_start:2426 : _TIME_START[$name]=1727781868717 2024-10-01 11:24:28.720 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t 2024-10-01 11:24:28.723 | Cloning into '/opt/stack/networking-nsx-t'... 2024-10-01 11:24:29.209 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 11:24:29.211 | + functions-common:time_stop:2435 : local name 2024-10-01 11:24:29.212 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:24:29.214 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:24:29.215 | + functions-common:time_stop:2438 : local total 2024-10-01 11:24:29.216 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:24:29.218 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 11:24:29.219 | + functions-common:time_stop:2442 : start_time=1727781868717 2024-10-01 11:24:29.220 | + functions-common:time_stop:2444 : [[ -z 1727781868717 ]] 2024-10-01 11:24:29.222 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:24:29.224 | + functions-common:time_stop:2447 : end_time=1727781869223 2024-10-01 11:24:29.226 | + functions-common:time_stop:2448 : elapsed_time=506 2024-10-01 11:24:29.227 | + functions-common:time_stop:2449 : total=0 2024-10-01 11:24:29.228 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:24:29.229 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=506 2024-10-01 11:24:29.231 | + functions-common:git_clone:654 : cd /opt/stack/networking-nsx-t 2024-10-01 11:24:29.232 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin devstack 2024-10-01 11:24:29.233 | + functions-common:git_timed:720 : local count=0 2024-10-01 11:24:29.235 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 11:24:29.236 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 11:24:29.237 | + functions-common:git_timed:724 : timeout=0 2024-10-01 11:24:29.239 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 11:24:29.240 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 11:24:29.241 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:24:29.243 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:24:29.245 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:24:29.247 | + functions-common:time_start:2426 : _TIME_START[$name]=1727781869245 2024-10-01 11:24:29.248 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2024-10-01 11:24:29.821 | From https://github.com/sapcc/networking-nsx-t 2024-10-01 11:24:29.821 | * branch devstack -> FETCH_HEAD 2024-10-01 11:24:29.825 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 11:24:29.827 | + functions-common:time_stop:2435 : local name 2024-10-01 11:24:29.828 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:24:29.829 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:24:29.831 | + functions-common:time_stop:2438 : local total 2024-10-01 11:24:29.832 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:24:29.833 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 11:24:29.835 | + functions-common:time_stop:2442 : start_time=1727781869245 2024-10-01 11:24:29.836 | + functions-common:time_stop:2444 : [[ -z 1727781869245 ]] 2024-10-01 11:24:29.838 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:24:29.840 | + functions-common:time_stop:2447 : end_time=1727781869839 2024-10-01 11:24:29.842 | + functions-common:time_stop:2448 : elapsed_time=594 2024-10-01 11:24:29.843 | + functions-common:time_stop:2449 : total=506 2024-10-01 11:24:29.844 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:24:29.845 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1100 2024-10-01 11:24:29.847 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-10-01 11:24:29.848 | + functions-common:git_timed:720 : local count=0 2024-10-01 11:24:29.849 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 11:24:29.850 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 11:24:29.852 | + functions-common:git_timed:724 : timeout=0 2024-10-01 11:24:29.853 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 11:24:29.854 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 11:24:29.855 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:24:29.857 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:24:29.858 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:24:29.861 | + functions-common:time_start:2426 : _TIME_START[$name]=1727781869859 2024-10-01 11:24:29.862 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-10-01 11:24:29.871 | Note: switching to 'FETCH_HEAD'. 2024-10-01 11:24:29.871 | 2024-10-01 11:24:29.871 | You are in 'detached HEAD' state. You can look around, make experimental 2024-10-01 11:24:29.871 | changes and commit them, and you can discard any commits you make in this 2024-10-01 11:24:29.871 | state without impacting any branches by switching back to a branch. 2024-10-01 11:24:29.871 | 2024-10-01 11:24:29.871 | If you want to create a new branch to retain commits you create, you may 2024-10-01 11:24:29.871 | do so (now or later) by using -c with the switch command. Example: 2024-10-01 11:24:29.871 | 2024-10-01 11:24:29.871 | git switch -c 2024-10-01 11:24:29.871 | 2024-10-01 11:24:29.871 | Or undo this operation with: 2024-10-01 11:24:29.871 | 2024-10-01 11:24:29.871 | git switch - 2024-10-01 11:24:29.871 | 2024-10-01 11:24:29.871 | Turn off this advice by setting config variable advice.detachedHead to false 2024-10-01 11:24:29.871 | 2024-10-01 11:24:29.871 | HEAD is now at dfae701 Split join statements 2024-10-01 11:24:29.873 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 11:24:29.874 | + functions-common:time_stop:2435 : local name 2024-10-01 11:24:29.876 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:24:29.877 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:24:29.878 | + functions-common:time_stop:2438 : local total 2024-10-01 11:24:29.880 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:24:29.881 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 11:24:29.882 | + functions-common:time_stop:2442 : start_time=1727781869859 2024-10-01 11:24:29.883 | + functions-common:time_stop:2444 : [[ -z 1727781869859 ]] 2024-10-01 11:24:29.885 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:24:29.887 | + functions-common:time_stop:2447 : end_time=1727781869886 2024-10-01 11:24:29.889 | + functions-common:time_stop:2448 : elapsed_time=27 2024-10-01 11:24:29.890 | + functions-common:time_stop:2449 : total=1100 2024-10-01 11:24:29.891 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:24:29.892 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1127 2024-10-01 11:24:29.894 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2024-10-01 11:24:29.903 | + functions-common:git_clone:695 : cd /opt/stack/networking-nsx-t 2024-10-01 11:24:29.905 | + functions-common:git_clone:696 : git show --oneline 2024-10-01 11:24:29.905 | + functions-common:git_clone:696 : head -1 2024-10-01 11:24:29.906 | dfae701 Split join statements 2024-10-01 11:24:29.908 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-10-01 11:24:29.909 | + stack.sh:main:603 : run_phase override_defaults 2024-10-01 11:24:29.911 | + functions-common:run_phase:1863 : local mode=override_defaults 2024-10-01 11:24:29.912 | + functions-common:run_phase:1864 : local phase= 2024-10-01 11:24:29.914 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-10-01 11:24:29.915 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-10-01 11:24:29.916 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-10-01 11:24:29.918 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-10-01 11:24:29.919 | + functions-common:run_phase:1873 : local extra 2024-10-01 11:24:29.921 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-10-01 11:24:29.923 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-10-01 11:24:29.925 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-10-01 11:24:29.926 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-10-01 11:24:29.928 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2024-10-01 11:24:29.929 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-10-01 11:24:29.938 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:24:29.939 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-10-01 11:24:29.941 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2024-10-01 11:24:29.942 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2024-10-01 11:24:29.943 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2024-10-01 11:24:29.945 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2024-10-01 11:24:29.946 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2024-10-01 11:24:29.947 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2024-10-01 11:24:29.949 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2024-10-01 11:24:29.950 | + functions-common:run_phase:1884 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-10-01 11:24:29.951 | + functions-common:run_phase:1887 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-10-01 11:24:29.953 | + functions-common:run_phase:1888 : plugin_override_defaults 2024-10-01 11:24:29.954 | + functions-common:plugin_override_defaults:1822 : local plugins=,networking-nsx-t 2024-10-01 11:24:29.956 | + functions-common:plugin_override_defaults:1823 : local plugin 2024-10-01 11:24:29.957 | + functions-common:plugin_override_defaults:1826 : [[ -z ,networking-nsx-t ]] 2024-10-01 11:24:29.958 | + functions-common:plugin_override_defaults:1830 : echo 'Overriding Configuration Defaults' 2024-10-01 11:24:29.958 | Overriding Configuration Defaults 2024-10-01 11:24:29.959 | + functions-common:plugin_override_defaults:1831 : for plugin in ${plugins//,/ } 2024-10-01 11:24:29.961 | + functions-common:plugin_override_defaults:1832 : local dir=/opt/stack/networking-nsx-t 2024-10-01 11:24:29.962 | + functions-common:plugin_override_defaults:1834 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2024-10-01 11:24:29.964 | + stack.sh:main:606 : source /opt/stack/devstack/lib/apache 2024-10-01 11:24:29.974 | + stack.sh:main:609 : source /opt/stack/devstack/lib/tls 2024-10-01 11:24:29.976 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2024-10-01 11:24:29.985 | ++ functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:24:29.987 | +++ lib/tls:source:43 : hostname -f 2024-10-01 11:24:29.989 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2024-10-01 11:24:29.990 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2024-10-01 11:24:29.992 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2024-10-01 11:24:29.993 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2024-10-01 11:24:29.994 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2024-10-01 11:24:29.996 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2024-10-01 11:24:29.997 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2024-10-01 11:24:29.999 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2024-10-01 11:24:30.000 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2024-10-01 11:24:30.001 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2024-10-01 11:24:30.004 | + stack.sh:main:612 : source /opt/stack/devstack/lib/infra 2024-10-01 11:24:30.012 | + stack.sh:main:613 : source /opt/stack/devstack/lib/libraries 2024-10-01 11:24:30.024 | + stack.sh:main:614 : source /opt/stack/devstack/lib/lvm 2024-10-01 11:24:30.032 | + stack.sh:main:615 : source /opt/stack/devstack/lib/horizon 2024-10-01 11:24:30.040 | + stack.sh:main:616 : source /opt/stack/devstack/lib/keystone 2024-10-01 11:24:30.063 | + stack.sh:main:617 : source /opt/stack/devstack/lib/glance 2024-10-01 11:24:30.101 | + stack.sh:main:618 : source /opt/stack/devstack/lib/nova 2024-10-01 11:24:30.146 | + stack.sh:main:619 : source /opt/stack/devstack/lib/placement 2024-10-01 11:24:30.164 | + stack.sh:main:620 : source /opt/stack/devstack/lib/cinder 2024-10-01 11:24:30.197 | + stack.sh:main:621 : source /opt/stack/devstack/lib/swift 2024-10-01 11:24:30.228 | + stack.sh:main:622 : source /opt/stack/devstack/lib/neutron 2024-10-01 11:24:30.230 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2024-10-01 11:24:30.239 | ++ functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:24:30.241 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2024-10-01 11:24:30.243 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2024-10-01 11:24:30.244 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2024-10-01 11:24:30.246 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2024-10-01 11:24:30.248 | +++ lib/neutron:source:77 : get_python_exec_prefix 2024-10-01 11:24:30.258 | +++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2024-10-01 11:24:30.259 | +++ inc/python:get_python_exec_prefix:65 : is_suse 2024-10-01 11:24:30.261 | +++ functions-common:is_suse:544 : is_opensuse 2024-10-01 11:24:30.262 | +++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-10-01 11:24:30.263 | +++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-10-01 11:24:30.265 | +++ functions-common:is_suse:544 : is_suse_linux_enterprise 2024-10-01 11:24:30.267 | +++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-10-01 11:24:30.268 | +++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-10-01 11:24:30.270 | +++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2024-10-01 11:24:30.271 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/usr/local/bin 2024-10-01 11:24:30.273 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2024-10-01 11:24:30.275 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2024-10-01 11:24:30.276 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-10-01 11:24:30.278 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-10-01 11:24:30.280 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2024-10-01 11:24:30.290 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2024-10-01 11:24:30.292 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2024-10-01 11:24:30.294 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2024-10-01 11:24:30.304 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2024-10-01 11:24:30.306 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/usr/local/bin/neutron-dhcp-agent 2024-10-01 11:24:30.307 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/usr/local/bin/neutron-l3-agent 2024-10-01 11:24:30.309 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/usr/local/bin/neutron-metadata-agent 2024-10-01 11:24:30.311 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2024-10-01 11:24:30.312 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2024-10-01 11:24:30.314 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2024-10-01 11:24:30.315 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2024-10-01 11:24:30.317 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2024-10-01 11:24:30.319 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2024-10-01 11:24:30.320 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2024-10-01 11:24:30.322 | ++ lib/neutron:source:121 : Q_PORT=9696 2024-10-01 11:24:30.323 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2024-10-01 11:24:30.325 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2024-10-01 11:24:30.326 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2024-10-01 11:24:30.328 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2024-10-01 11:24:30.331 | +++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2024-10-01 11:24:30.331 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-10-01 11:24:30.334 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2024-10-01 11:24:30.335 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2024-10-01 11:24:30.337 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2024-10-01 11:24:30.338 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2024-10-01 11:24:30.340 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2024-10-01 11:24:30.342 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2024-10-01 11:24:30.352 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2024-10-01 11:24:30.354 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2024-10-01 11:24:30.357 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-10-01 11:24:30.357 | +++ functions-common:ipv6_unquote:2233 : echo 10.180.1.21 2024-10-01 11:24:30.359 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2024-10-01 11:24:30.361 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2024-10-01 11:24:30.362 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2024-10-01 11:24:30.364 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2024-10-01 11:24:30.365 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2024-10-01 11:24:30.367 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2024-10-01 11:24:30.368 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2024-10-01 11:24:30.370 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2024-10-01 11:24:30.371 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2024-10-01 11:24:30.373 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2024-10-01 11:24:30.374 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2024-10-01 11:24:30.376 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2024-10-01 11:24:30.377 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2024-10-01 11:24:30.379 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2024-10-01 11:24:30.381 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2024-10-01 11:24:30.382 | +++ functions:get_rootwrap_location:593 : local module=neutron 2024-10-01 11:24:30.384 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2024-10-01 11:24:30.394 | ++++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2024-10-01 11:24:30.395 | ++++ inc/python:get_python_exec_prefix:65 : is_suse 2024-10-01 11:24:30.397 | ++++ functions-common:is_suse:544 : is_opensuse 2024-10-01 11:24:30.398 | ++++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-10-01 11:24:30.400 | ++++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-10-01 11:24:30.401 | ++++ functions-common:is_suse:544 : is_suse_linux_enterprise 2024-10-01 11:24:30.403 | ++++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-10-01 11:24:30.404 | ++++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-10-01 11:24:30.406 | ++++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2024-10-01 11:24:30.407 | +++ functions:get_rootwrap_location:595 : echo /usr/local/bin/neutron-rootwrap 2024-10-01 11:24:30.409 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/usr/local/bin/neutron-rootwrap 2024-10-01 11:24:30.411 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-10-01 11:24:30.412 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2024-10-01 11:24:30.414 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-10-01 11:24:30.415 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2024-10-01 11:24:30.417 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2024-10-01 11:24:30.418 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2024-10-01 11:24:30.420 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2024-10-01 11:24:30.421 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2024-10-01 11:24:30.423 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2024-10-01 11:24:30.424 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2024-10-01 11:24:30.426 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2024-10-01 11:24:30.427 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2024-10-01 11:24:30.429 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2024-10-01 11:24:30.430 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2024-10-01 11:24:30.432 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2024-10-01 11:24:30.433 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2024-10-01 11:24:30.435 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2024-10-01 11:24:30.455 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2024-10-01 11:24:30.464 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2024-10-01 11:24:30.466 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2024-10-01 11:24:30.467 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2024-10-01 11:24:30.469 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2024-10-01 11:24:30.470 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2024-10-01 11:24:30.472 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2024-10-01 11:24:30.474 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2024-10-01 11:24:30.475 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2024-10-01 11:24:30.477 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2024-10-01 11:24:30.478 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2024-10-01 11:24:30.480 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2024-10-01 11:24:30.481 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2024-10-01 11:24:30.483 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2024-10-01 11:24:30.484 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2024-10-01 11:24:30.486 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2024-10-01 11:24:30.488 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2024-10-01 11:24:30.489 | +++ lib/neutron_plugins/services/l3:source:66 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2024-10-01 11:24:30.491 | +++ lib/neutron_plugins/services/l3:source:67 : PUBLIC_PHYSICAL_NETWORK=default 2024-10-01 11:24:30.493 | ++++ lib/neutron_plugins/services/l3:source:70 : uuidgen 2024-10-01 11:24:30.494 | ++++ lib/neutron_plugins/services/l3:source:70 : sed s/-//g 2024-10-01 11:24:30.494 | ++++ lib/neutron_plugins/services/l3:source:70 : cut -c 23- 2024-10-01 11:24:30.494 | ++++ lib/neutron_plugins/services/l3:source:70 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2024-10-01 11:24:30.498 | +++ lib/neutron_plugins/services/l3:source:70 : IPV6_GLOBAL_ID=7d:b025:1c6e 2024-10-01 11:24:30.500 | +++ lib/neutron_plugins/services/l3:source:73 : IPV6_RA_MODE=slaac 2024-10-01 11:24:30.502 | +++ lib/neutron_plugins/services/l3:source:74 : IPV6_ADDRESS_MODE=slaac 2024-10-01 11:24:30.503 | +++ lib/neutron_plugins/services/l3:source:75 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2024-10-01 11:24:30.505 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2024-10-01 11:24:30.506 | +++ lib/neutron_plugins/services/l3:source:77 : IPV6_ADDRS_SAFE_TO_USE=fd7d:b025:1c6e::/56 2024-10-01 11:24:30.509 | ++++ lib/neutron_plugins/services/l3:source:80 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2024-10-01 11:24:30.509 | ++++ lib/neutron_plugins/services/l3:source:80 : echo fd7d:b025:1c6e::/56 2024-10-01 11:24:30.513 | +++ lib/neutron_plugins/services/l3:source:80 : FIXED_RANGE_V6=fd7d:b025:1c6e::/64 2024-10-01 11:24:30.514 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PRIVATE_NETWORK_GATEWAY= 2024-10-01 11:24:30.516 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PUBLIC_RANGE=2001:db8::/64 2024-10-01 11:24:30.517 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2024-10-01 11:24:30.519 | +++ lib/neutron_plugins/services/l3:source:84 : IPV6_ROUTER_GW_IP=2001:db8::1 2024-10-01 11:24:30.520 | +++ lib/neutron_plugins/services/l3:source:87 : NETWORK_GATEWAY= 2024-10-01 11:24:30.522 | +++ lib/neutron_plugins/services/l3:source:88 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2024-10-01 11:24:30.523 | +++ lib/neutron_plugins/services/l3:source:89 : PRIVATE_SUBNET_NAME=private-subnet 2024-10-01 11:24:30.525 | +++ lib/neutron_plugins/services/l3:source:90 : PUBLIC_SUBNET_NAME=public-subnet 2024-10-01 11:24:30.526 | +++ lib/neutron_plugins/services/l3:source:93 : USE_SUBNETPOOL=True 2024-10-01 11:24:30.528 | +++ lib/neutron_plugins/services/l3:source:94 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2024-10-01 11:24:30.530 | +++ lib/neutron_plugins/services/l3:source:95 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2024-10-01 11:24:30.531 | +++ lib/neutron_plugins/services/l3:source:97 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2024-10-01 11:24:30.533 | +++ lib/neutron_plugins/services/l3:source:98 : SUBNETPOOL_PREFIX_V6=fd7d:b025:1c6e::/56 2024-10-01 11:24:30.534 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_SIZE_V4=26 2024-10-01 11:24:30.535 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_SIZE_V6=64 2024-10-01 11:24:30.538 | ++++ lib/neutron_plugins/services/l3:source:103 : ip -4 route 2024-10-01 11:24:30.539 | ++++ lib/neutron_plugins/services/l3:source:103 : grep '^default' 2024-10-01 11:24:30.539 | ++++ lib/neutron_plugins/services/l3:source:103 : awk '{print $5}' 2024-10-01 11:24:30.542 | +++ lib/neutron_plugins/services/l3:source:103 : default_v4_route_devs=ens192 2024-10-01 11:24:30.545 | ++++ lib/neutron_plugins/services/l3:source:105 : grep via 2024-10-01 11:24:30.545 | ++++ lib/neutron_plugins/services/l3:source:105 : ip -6 route list match default table all 2024-10-01 11:24:30.545 | ++++ lib/neutron_plugins/services/l3:source:105 : awk '{print $5}' 2024-10-01 11:24:30.549 | +++ lib/neutron_plugins/services/l3:source:105 : default_v6_route_devs= 2024-10-01 11:24:30.551 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2024-10-01 11:24:30.553 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2024-10-01 11:24:30.555 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2024-10-01 11:24:30.556 | ++ lib/neutron:source:299 : has_neutron_plugin_security_group 2024-10-01 11:24:30.558 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2024-10-01 11:24:30.559 | ++ lib/neutron:source:300 : Q_USE_SECGROUP=True 2024-10-01 11:24:30.571 | + stack.sh:main:623 : source /opt/stack/devstack/lib/ldap 2024-10-01 11:24:30.581 | + stack.sh:main:624 : source /opt/stack/devstack/lib/dstat 2024-10-01 11:24:30.590 | + stack.sh:main:625 : source /opt/stack/devstack/lib/tcpdump 2024-10-01 11:24:30.599 | + stack.sh:main:626 : source /opt/stack/devstack/lib/etcd3 2024-10-01 11:24:30.645 | + stack.sh:main:627 : source /opt/stack/devstack/lib/os-vif 2024-10-01 11:24:30.647 | +++ lib/os-vif:source:12 : is_ml2_ovs 2024-10-01 11:24:30.649 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2024-10-01 11:24:30.651 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2024-10-01 11:24:30.652 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2024-10-01 11:24:30.654 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2024-10-01 11:24:30.654 | False' 2024-10-01 11:24:30.656 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2024-10-01 11:24:30.667 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2024-10-01 11:24:30.669 | + stack.sh:main:633 : run_phase source 2024-10-01 11:24:30.671 | + functions-common:run_phase:1863 : local mode=source 2024-10-01 11:24:30.672 | + functions-common:run_phase:1864 : local phase= 2024-10-01 11:24:30.674 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-10-01 11:24:30.675 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-10-01 11:24:30.677 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-10-01 11:24:30.678 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-10-01 11:24:30.680 | + functions-common:run_phase:1873 : local extra 2024-10-01 11:24:30.682 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-10-01 11:24:30.685 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-10-01 11:24:30.686 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-10-01 11:24:30.688 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-10-01 11:24:30.689 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2024-10-01 11:24:30.691 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-10-01 11:24:30.702 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:24:30.703 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2024-10-01 11:24:30.705 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2024-10-01 11:24:30.731 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2024-10-01 11:24:30.733 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2024-10-01 11:24:30.735 | + functions-common:run_phase:1884 : [[ source == \s\o\u\r\c\e ]] 2024-10-01 11:24:30.737 | + functions-common:run_phase:1885 : load_plugin_settings 2024-10-01 11:24:30.738 | + functions-common:load_plugin_settings:1799 : local plugins=,networking-nsx-t 2024-10-01 11:24:30.740 | + functions-common:load_plugin_settings:1800 : local plugin 2024-10-01 11:24:30.742 | + functions-common:load_plugin_settings:1803 : [[ -z ,networking-nsx-t ]] 2024-10-01 11:24:30.743 | + functions-common:load_plugin_settings:1807 : echo 'Loading plugin settings' 2024-10-01 11:24:30.743 | Loading plugin settings 2024-10-01 11:24:30.745 | + functions-common:load_plugin_settings:1808 : for plugin in ${plugins//,/ } 2024-10-01 11:24:30.747 | + functions-common:load_plugin_settings:1809 : local dir=/opt/stack/networking-nsx-t 2024-10-01 11:24:30.748 | + functions-common:load_plugin_settings:1811 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2024-10-01 11:24:30.750 | + functions-common:load_plugin_settings:1812 : source /opt/stack/networking-nsx-t/devstack/settings 2024-10-01 11:24:30.752 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2024-10-01 11:24:30.753 | ++ functions-common:define_plugin:1907 : : 2024-10-01 11:24:30.755 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2024-10-01 11:24:30.757 | + functions-common:run_phase:1886 : verify_disabled_services 2024-10-01 11:24:30.758 | + functions-common:verify_disabled_services:2146 : local service 2024-10-01 11:24:30.760 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:24:30.762 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,key, ]] 2024-10-01 11:24:30.763 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:24:30.765 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api, ]] 2024-10-01 11:24:30.767 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:24:30.769 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-cond, ]] 2024-10-01 11:24:30.770 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:24:30.772 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-sch, ]] 2024-10-01 11:24:30.774 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:24:30.775 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api-meta, ]] 2024-10-01 11:24:30.777 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:24:30.779 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-api, ]] 2024-10-01 11:24:30.781 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:24:30.782 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-client, ]] 2024-10-01 11:24:30.784 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:24:30.786 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,g-api, ]] 2024-10-01 11:24:30.787 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:24:30.789 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-sch, ]] 2024-10-01 11:24:30.791 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:24:30.793 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-api, ]] 2024-10-01 11:24:30.794 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:24:30.796 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-vol, ]] 2024-10-01 11:24:30.798 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:24:30.799 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovs-vswitchd, ]] 2024-10-01 11:24:30.801 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:24:30.803 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovsdb-server, ]] 2024-10-01 11:24:30.804 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:24:30.806 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-svc, ]] 2024-10-01 11:24:30.808 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:24:30.810 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,rabbit, ]] 2024-10-01 11:24:30.811 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:24:30.813 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,tempest, ]] 2024-10-01 11:24:30.815 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:24:30.817 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,mysql, ]] 2024-10-01 11:24:30.819 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:24:30.821 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,etcd3, ]] 2024-10-01 11:24:30.822 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:24:30.824 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-agt, ]] 2024-10-01 11:24:30.826 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:24:30.827 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-dhcp, ]] 2024-10-01 11:24:30.829 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:24:30.831 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-l3, ]] 2024-10-01 11:24:30.833 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:24:30.835 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-meta, ]] 2024-10-01 11:24:30.836 | + stack.sh:main:704 : initialize_database_backends 2024-10-01 11:24:30.838 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-10-01 11:24:30.840 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2024-10-01 11:24:30.851 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:24:30.853 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2024-10-01 11:24:30.855 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-10-01 11:24:30.857 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2024-10-01 11:24:30.868 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:24:30.870 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2024-10-01 11:24:30.872 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2024-10-01 11:24:30.874 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2024-10-01 11:24:30.875 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2024-10-01 11:24:30.877 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2024-10-01 11:24:30.879 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2024-10-01 11:24:30.881 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2024-10-01 11:24:30.882 | + lib/database:initialize_database_backends:92 : return 0 2024-10-01 11:24:30.884 | + stack.sh:main:705 : echo 'Using mysql database backend' 2024-10-01 11:24:30.884 | Using mysql database backend 2024-10-01 11:24:30.886 | + stack.sh:main:708 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2024-10-01 11:24:30.898 | + stack.sh:main:710 : define_database_baseurl 2024-10-01 11:24:30.900 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2024-10-01 11:24:30.902 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-10-01 11:24:30.904 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2024-10-01 11:24:30.906 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-10-01 11:24:30.908 | + stack.sh:main:722 : is_service_enabled rabbit 2024-10-01 11:24:30.919 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:24:30.921 | + stack.sh:main:723 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2024-10-01 11:24:30.933 | + stack.sh:main:730 : is_service_enabled keystone 2024-10-01 11:24:30.946 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:24:30.948 | + stack.sh:main:732 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2024-10-01 11:24:30.959 | + stack.sh:main:734 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2024-10-01 11:24:30.971 | + stack.sh:main:745 : is_service_enabled ldap 2024-10-01 11:24:30.983 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:24:30.985 | + stack.sh:main:754 : is_service_enabled s-proxy 2024-10-01 11:24:30.997 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:24:30.998 | + stack.sh:main:766 : save_stackenv 766 2024-10-01 11:24:31.000 | + functions-common:save_stackenv:60 : local tag=766 2024-10-01 11:24:31.002 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-10-01 11:24:31.005 | + functions-common:save_stackenv:62 : time_stamp=2024-10-01-112431 2024-10-01 11:24:31.007 | + functions-common:save_stackenv:63 : echo '# 2024-10-01-112431 766' 2024-10-01 11:24:31.009 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:24:31.011 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-10-01 11:24:31.013 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:24:31.014 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-10-01 11:24:31.016 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:24:31.018 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-10-01 11:24:31.020 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:24:31.022 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2024-10-01 11:24:31.023 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:24:31.025 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-10-01 11:24:31.027 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:24:31.029 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-10-01 11:24:31.030 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:24:31.032 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-10-01-112428 2024-10-01 11:24:31.034 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:24:31.036 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-10-01 11:24:31.038 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:24:31.039 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-10-01 11:24:31.041 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:24:31.043 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-10-01 11:24:31.045 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:24:31.047 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-10-01 11:24:31.048 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:24:31.050 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-10-01 11:24:31.052 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:24:31.054 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-10-01 11:24:31.055 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:24:31.057 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-10-01 11:24:31.059 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:24:31.061 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-10-01 11:24:31.063 | + stack.sh:main:779 : GIT_DEPTH=0 2024-10-01 11:24:31.065 | + stack.sh:main:779 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements stable/2023.1 2024-10-01 11:24:31.066 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/requirements.git 2024-10-01 11:24:31.068 | + functions-common:git_clone:613 : local git_dest=/opt/stack//requirements 2024-10-01 11:24:31.069 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-10-01 11:24:31.071 | + functions-common:git_clone:615 : local orig_dir 2024-10-01 11:24:31.073 | ++ functions-common:git_clone:616 : pwd 2024-10-01 11:24:31.075 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-10-01 11:24:31.077 | + functions-common:git_clone:617 : local git_clone_flags= 2024-10-01 11:24:31.079 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-10-01 11:24:31.090 | + functions-common:git_clone:619 : RECLONE=False 2024-10-01 11:24:31.092 | + functions-common:git_clone:620 : [[ 0 -gt 0 ]] 2024-10-01 11:24:31.093 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-10-01 11:24:31.095 | + functions-common:git_clone:633 : echo stable/2023.1 2024-10-01 11:24:31.096 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-10-01 11:24:31.099 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//requirements ]] 2024-10-01 11:24:31.101 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-10-01 11:24:31.102 | + functions-common:git_clone:653 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-10-01 11:24:31.104 | + functions-common:git_timed:720 : local count=0 2024-10-01 11:24:31.106 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 11:24:31.107 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 11:24:31.109 | + functions-common:git_timed:724 : timeout=0 2024-10-01 11:24:31.110 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 11:24:31.112 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 11:24:31.113 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:24:31.115 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:24:31.117 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:24:31.120 | + functions-common:time_start:2426 : _TIME_START[$name]=1727781871118 2024-10-01 11:24:31.121 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-10-01 11:24:31.124 | Cloning into '/opt/stack//requirements'... 2024-10-01 11:24:34.300 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 11:24:34.302 | + functions-common:time_stop:2435 : local name 2024-10-01 11:24:34.304 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:24:34.306 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:24:34.307 | + functions-common:time_stop:2438 : local total 2024-10-01 11:24:34.309 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:24:34.311 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 11:24:34.312 | + functions-common:time_stop:2442 : start_time=1727781871118 2024-10-01 11:24:34.314 | + functions-common:time_stop:2444 : [[ -z 1727781871118 ]] 2024-10-01 11:24:34.316 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:24:34.319 | + functions-common:time_stop:2447 : end_time=1727781874317 2024-10-01 11:24:34.321 | + functions-common:time_stop:2448 : elapsed_time=3199 2024-10-01 11:24:34.322 | + functions-common:time_stop:2449 : total=1127 2024-10-01 11:24:34.324 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:24:34.325 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4326 2024-10-01 11:24:34.327 | + functions-common:git_clone:654 : cd /opt/stack//requirements 2024-10-01 11:24:34.329 | + functions-common:git_clone:655 : git_timed fetch origin stable/2023.1 2024-10-01 11:24:34.330 | + functions-common:git_timed:720 : local count=0 2024-10-01 11:24:34.332 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 11:24:34.334 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 11:24:34.335 | + functions-common:git_timed:724 : timeout=0 2024-10-01 11:24:34.337 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 11:24:34.339 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 11:24:34.340 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:24:34.342 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:24:34.344 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:24:34.347 | + functions-common:time_start:2426 : _TIME_START[$name]=1727781874345 2024-10-01 11:24:34.348 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch origin stable/2023.1 2024-10-01 11:24:35.017 | From https://opendev.org/openstack/requirements 2024-10-01 11:24:35.017 | * branch stable/2023.1 -> FETCH_HEAD 2024-10-01 11:24:35.025 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 11:24:35.027 | + functions-common:time_stop:2435 : local name 2024-10-01 11:24:35.029 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:24:35.030 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:24:35.032 | + functions-common:time_stop:2438 : local total 2024-10-01 11:24:35.034 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:24:35.035 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 11:24:35.037 | + functions-common:time_stop:2442 : start_time=1727781874345 2024-10-01 11:24:35.038 | + functions-common:time_stop:2444 : [[ -z 1727781874345 ]] 2024-10-01 11:24:35.041 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:24:35.043 | + functions-common:time_stop:2447 : end_time=1727781875041 2024-10-01 11:24:35.045 | + functions-common:time_stop:2448 : elapsed_time=696 2024-10-01 11:24:35.047 | + functions-common:time_stop:2449 : total=4326 2024-10-01 11:24:35.048 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:24:35.050 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5022 2024-10-01 11:24:35.052 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-10-01 11:24:35.053 | + functions-common:git_timed:720 : local count=0 2024-10-01 11:24:35.055 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 11:24:35.056 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 11:24:35.058 | + functions-common:git_timed:724 : timeout=0 2024-10-01 11:24:35.059 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 11:24:35.061 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 11:24:35.063 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:24:35.064 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:24:35.066 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:24:35.069 | + functions-common:time_start:2426 : _TIME_START[$name]=1727781875067 2024-10-01 11:24:35.071 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-10-01 11:24:35.080 | Note: switching to 'FETCH_HEAD'. 2024-10-01 11:24:35.080 | 2024-10-01 11:24:35.080 | You are in 'detached HEAD' state. You can look around, make experimental 2024-10-01 11:24:35.080 | changes and commit them, and you can discard any commits you make in this 2024-10-01 11:24:35.080 | state without impacting any branches by switching back to a branch. 2024-10-01 11:24:35.080 | 2024-10-01 11:24:35.080 | If you want to create a new branch to retain commits you create, you may 2024-10-01 11:24:35.080 | do so (now or later) by using -c with the switch command. Example: 2024-10-01 11:24:35.080 | 2024-10-01 11:24:35.080 | git switch -c 2024-10-01 11:24:35.080 | 2024-10-01 11:24:35.080 | Or undo this operation with: 2024-10-01 11:24:35.080 | 2024-10-01 11:24:35.080 | git switch - 2024-10-01 11:24:35.080 | 2024-10-01 11:24:35.080 | Turn off this advice by setting config variable advice.detachedHead to false 2024-10-01 11:24:35.080 | 2024-10-01 11:24:35.080 | HEAD is now at 72e02e2a Merge "update constraint for keystoneauth1 to new release 5.1.3" into stable/2023.1 2024-10-01 11:24:35.082 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 11:24:35.084 | + functions-common:time_stop:2435 : local name 2024-10-01 11:24:35.086 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:24:35.087 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:24:35.089 | + functions-common:time_stop:2438 : local total 2024-10-01 11:24:35.091 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:24:35.092 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 11:24:35.094 | + functions-common:time_stop:2442 : start_time=1727781875067 2024-10-01 11:24:35.095 | + functions-common:time_stop:2444 : [[ -z 1727781875067 ]] 2024-10-01 11:24:35.097 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:24:35.100 | + functions-common:time_stop:2447 : end_time=1727781875098 2024-10-01 11:24:35.102 | + functions-common:time_stop:2448 : elapsed_time=31 2024-10-01 11:24:35.104 | + functions-common:time_stop:2449 : total=5022 2024-10-01 11:24:35.105 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:24:35.107 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5053 2024-10-01 11:24:35.109 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//requirements 2024-10-01 11:24:35.119 | + functions-common:git_clone:695 : cd /opt/stack//requirements 2024-10-01 11:24:35.121 | + functions-common:git_clone:696 : git show --oneline 2024-10-01 11:24:35.121 | + functions-common:git_clone:696 : head -1 2024-10-01 11:24:35.124 | 72e02e2a Merge "update constraint for keystoneauth1 to new release 5.1.3" into stable/2023.1 2024-10-01 11:24:35.126 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-10-01 11:24:35.128 | + stack.sh:main:783 : echo_summary 'Installing package prerequisites' 2024-10-01 11:24:35.130 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 11:24:35.132 | + stack.sh:echo_summary:455 : echo -e Installing package prerequisites 2024-10-01 11:24:35.134 | + stack.sh:main:784 : source /opt/stack/devstack/tools/install_prereqs.sh 2024-10-01 11:24:35.136 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2024-10-01 11:24:35.138 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2024-10-01 11:24:35.140 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2024-10-01 11:24:35.142 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2024-10-01 11:24:35.144 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2024-10-01 11:24:35.146 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2024-10-01 11:24:35.148 | +++ tools/install_prereqs.sh:source:47 : date +%s 2024-10-01 11:24:35.151 | ++ tools/install_prereqs.sh:source:47 : NOW=1727781875 2024-10-01 11:24:35.153 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2024-10-01 11:24:35.156 | +++ tools/install_prereqs.sh:source:48 : echo 0 2024-10-01 11:24:35.159 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2024-10-01 11:24:35.160 | ++ tools/install_prereqs.sh:source:49 : DELTA=1727781875 2024-10-01 11:24:35.162 | ++ tools/install_prereqs.sh:source:50 : [[ 1727781875 -lt 7200 ]] 2024-10-01 11:24:35.164 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2024-10-01 11:24:35.166 | ++ functions-common:export_proxy_variables:2253 : isset http_proxy 2024-10-01 11:24:35.168 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2024-10-01 11:24:35.170 | ++ functions-common:export_proxy_variables:2256 : isset https_proxy 2024-10-01 11:24:35.171 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2024-10-01 11:24:35.173 | ++ functions-common:export_proxy_variables:2259 : isset no_proxy 2024-10-01 11:24:35.175 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2024-10-01 11:24:35.177 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2024-10-01 11:24:35.204 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2024-10-01 11:24:35.204 | apache2-dev 2024-10-01 11:24:35.204 | bc 2024-10-01 11:24:35.204 | bsdmainutils 2024-10-01 11:24:35.204 | curl 2024-10-01 11:24:35.205 | g++ 2024-10-01 11:24:35.205 | gawk 2024-10-01 11:24:35.205 | gcc 2024-10-01 11:24:35.205 | gettext 2024-10-01 11:24:35.205 | git 2024-10-01 11:24:35.205 | graphviz 2024-10-01 11:24:35.205 | iputils-ping 2024-10-01 11:24:35.205 | libapache2-mod-proxy-uwsgi 2024-10-01 11:24:35.205 | libffi-dev 2024-10-01 11:24:35.205 | libjpeg-dev 2024-10-01 11:24:35.205 | libpcre3-dev 2024-10-01 11:24:35.205 | libpq-dev 2024-10-01 11:24:35.205 | libssl-dev 2024-10-01 11:24:35.205 | libsystemd-dev 2024-10-01 11:24:35.205 | libxml2-dev 2024-10-01 11:24:35.205 | libxslt1-dev 2024-10-01 11:24:35.205 | libyaml-dev 2024-10-01 11:24:35.205 | lsof 2024-10-01 11:24:35.205 | openssh-server 2024-10-01 11:24:35.205 | openssl 2024-10-01 11:24:35.205 | pkg-config 2024-10-01 11:24:35.205 | psmisc 2024-10-01 11:24:35.205 | python3-dev 2024-10-01 11:24:35.205 | python3-pip 2024-10-01 11:24:35.205 | python3-systemd 2024-10-01 11:24:35.205 | python3-venv 2024-10-01 11:24:35.205 | tar 2024-10-01 11:24:35.205 | tcpdump 2024-10-01 11:24:35.205 | unzip 2024-10-01 11:24:35.205 | uuid-runtime 2024-10-01 11:24:35.205 | wget 2024-10-01 11:24:35.205 | wget 2024-10-01 11:24:35.205 | zlib1g-dev 2024-10-01 11:24:35.205 | libkrb5-dev 2024-10-01 11:24:35.205 | libldap2-dev 2024-10-01 11:24:35.205 | libsasl2-dev 2024-10-01 11:24:35.205 | memcached 2024-10-01 11:24:35.205 | python3-mysqldb 2024-10-01 11:24:35.205 | sqlite3 2024-10-01 11:24:35.205 | conntrack 2024-10-01 11:24:35.205 | curl 2024-10-01 11:24:35.205 | ebtables 2024-10-01 11:24:35.205 | genisoimage 2024-10-01 11:24:35.205 | iptables 2024-10-01 11:24:35.205 | iputils-arping 2024-10-01 11:24:35.205 | kpartx 2024-10-01 11:24:35.205 | libjs-jquery-tablesorter 2024-10-01 11:24:35.205 | parted 2024-10-01 11:24:35.205 | pm-utils 2024-10-01 11:24:35.205 | python3-mysqldb 2024-10-01 11:24:35.205 | socat 2024-10-01 11:24:35.205 | sqlite3 2024-10-01 11:24:35.205 | sudo 2024-10-01 11:24:35.205 | vlan 2024-10-01 11:24:35.205 | lsscsi 2024-10-01 11:24:35.205 | open-iscsi 2024-10-01 11:24:35.205 | lvm2 2024-10-01 11:24:35.205 | qemu-utils 2024-10-01 11:24:35.205 | thin-provisioning-tools 2024-10-01 11:24:35.205 | acl 2024-10-01 11:24:35.205 | dnsmasq-base 2024-10-01 11:24:35.205 | dnsmasq-utils 2024-10-01 11:24:35.205 | ebtables 2024-10-01 11:24:35.205 | haproxy 2024-10-01 11:24:35.205 | iptables 2024-10-01 11:24:35.205 | iputils-arping 2024-10-01 11:24:35.205 | iputils-ping 2024-10-01 11:24:35.205 | postgresql-server-dev-all 2024-10-01 11:24:35.205 | python3-mysqldb 2024-10-01 11:24:35.205 | sqlite3 2024-10-01 11:24:35.205 | sudo 2024-10-01 11:24:35.205 | vlan 2024-10-01 11:24:35.205 | ipset 2024-10-01 11:24:35.205 | conntrack 2024-10-01 11:24:35.205 | conntrackd 2024-10-01 11:24:35.205 | keepalived' 2024-10-01 11:24:35.207 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2024-10-01 11:24:35.221 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2024-10-01 11:24:35.221 | apache2-dev 2024-10-01 11:24:35.221 | bc 2024-10-01 11:24:35.221 | bsdmainutils 2024-10-01 11:24:35.221 | curl 2024-10-01 11:24:35.221 | g++ 2024-10-01 11:24:35.221 | gawk 2024-10-01 11:24:35.221 | gcc 2024-10-01 11:24:35.221 | gettext 2024-10-01 11:24:35.221 | git 2024-10-01 11:24:35.221 | graphviz 2024-10-01 11:24:35.221 | iputils-ping 2024-10-01 11:24:35.222 | libapache2-mod-proxy-uwsgi 2024-10-01 11:24:35.222 | libffi-dev 2024-10-01 11:24:35.222 | libjpeg-dev 2024-10-01 11:24:35.222 | libpcre3-dev 2024-10-01 11:24:35.222 | libpq-dev 2024-10-01 11:24:35.222 | libssl-dev 2024-10-01 11:24:35.222 | libsystemd-dev 2024-10-01 11:24:35.222 | libxml2-dev 2024-10-01 11:24:35.222 | libxslt1-dev 2024-10-01 11:24:35.222 | libyaml-dev 2024-10-01 11:24:35.222 | lsof 2024-10-01 11:24:35.222 | openssh-server 2024-10-01 11:24:35.222 | openssl 2024-10-01 11:24:35.222 | pkg-config 2024-10-01 11:24:35.222 | psmisc 2024-10-01 11:24:35.222 | python3-dev 2024-10-01 11:24:35.222 | python3-pip 2024-10-01 11:24:35.222 | python3-systemd 2024-10-01 11:24:35.222 | python3-venv 2024-10-01 11:24:35.222 | tar 2024-10-01 11:24:35.222 | tcpdump 2024-10-01 11:24:35.222 | unzip 2024-10-01 11:24:35.222 | uuid-runtime 2024-10-01 11:24:35.222 | wget 2024-10-01 11:24:35.222 | wget 2024-10-01 11:24:35.222 | zlib1g-dev 2024-10-01 11:24:35.222 | libkrb5-dev 2024-10-01 11:24:35.222 | libldap2-dev 2024-10-01 11:24:35.222 | libsasl2-dev 2024-10-01 11:24:35.222 | memcached 2024-10-01 11:24:35.222 | python3-mysqldb 2024-10-01 11:24:35.222 | sqlite3 2024-10-01 11:24:35.222 | conntrack 2024-10-01 11:24:35.222 | curl 2024-10-01 11:24:35.222 | ebtables 2024-10-01 11:24:35.222 | genisoimage 2024-10-01 11:24:35.222 | iptables 2024-10-01 11:24:35.222 | iputils-arping 2024-10-01 11:24:35.222 | kpartx 2024-10-01 11:24:35.222 | libjs-jquery-tablesorter 2024-10-01 11:24:35.222 | parted 2024-10-01 11:24:35.222 | pm-utils 2024-10-01 11:24:35.222 | python3-mysqldb 2024-10-01 11:24:35.222 | socat 2024-10-01 11:24:35.222 | sqlite3 2024-10-01 11:24:35.222 | sudo 2024-10-01 11:24:35.222 | vlan 2024-10-01 11:24:35.222 | lsscsi 2024-10-01 11:24:35.222 | open-iscsi 2024-10-01 11:24:35.222 | lvm2 2024-10-01 11:24:35.222 | qemu-utils 2024-10-01 11:24:35.222 | thin-provisioning-tools 2024-10-01 11:24:35.222 | acl 2024-10-01 11:24:35.222 | dnsmasq-base 2024-10-01 11:24:35.222 | dnsmasq-utils 2024-10-01 11:24:35.222 | ebtables 2024-10-01 11:24:35.222 | haproxy 2024-10-01 11:24:35.222 | iptables 2024-10-01 11:24:35.222 | iputils-arping 2024-10-01 11:24:35.222 | iputils-ping 2024-10-01 11:24:35.222 | postgresql-server-dev-all 2024-10-01 11:24:35.222 | python3-mysqldb 2024-10-01 11:24:35.222 | sqlite3 2024-10-01 11:24:35.222 | sudo 2024-10-01 11:24:35.222 | vlan 2024-10-01 11:24:35.222 | ipset 2024-10-01 11:24:35.222 | conntrack 2024-10-01 11:24:35.222 | conntrackd 2024-10-01 11:24:35.222 | keepalived ' 2024-10-01 11:24:35.223 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2024-10-01 11:24:35.225 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:24:35.227 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:24:35.230 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2024-10-01 11:24:35.230 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2024-10-01 11:24:35.233 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2024-10-01 11:24:35.235 | ++ functions-common:install_package:1459 : update_package_repo 2024-10-01 11:24:35.237 | ++ functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-10-01 11:24:35.238 | ++ functions-common:update_package_repo:1432 : REPOS_UPDATED=False 2024-10-01 11:24:35.240 | ++ functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-10-01 11:24:35.242 | ++ functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-10-01 11:24:35.244 | ++ functions-common:update_package_repo:1439 : is_ubuntu 2024-10-01 11:24:35.245 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:24:35.247 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:24:35.248 | ++ functions-common:update_package_repo:1440 : apt_get_update 2024-10-01 11:24:35.250 | ++ functions-common:apt_get_update:1185 : [[ False == \T\r\u\e ]] 2024-10-01 11:24:35.252 | ++ functions-common:apt_get_update:1190 : [[ False = \T\r\u\e ]] 2024-10-01 11:24:35.253 | ++ functions-common:apt_get_update:1192 : local sudo=sudo 2024-10-01 11:24:35.256 | +++ functions-common:apt_get_update:1193 : id -u 2024-10-01 11:24:35.258 | ++ functions-common:apt_get_update:1193 : [[ 1001 = \0 ]] 2024-10-01 11:24:35.260 | ++ functions-common:apt_get_update:1196 : time_start apt-get-update 2024-10-01 11:24:35.262 | ++ functions-common:time_start:2421 : local name=apt-get-update 2024-10-01 11:24:35.263 | ++ functions-common:time_start:2422 : local start_time= 2024-10-01 11:24:35.265 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:24:35.267 | +++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:24:35.270 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1727781875268 2024-10-01 11:24:35.271 | ++ functions-common:apt_get_update:1198 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2024-10-01 11:24:35.273 | ++ functions-common:apt_get_update:1199 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2024-10-01 11:24:35.275 | ++ functions-common:apt_get_update:1200 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2024-10-01 11:24:35.455 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2024-10-01 11:24:35.455 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [128 kB] 2024-10-01 11:24:35.469 | Get:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease [127 kB] 2024-10-01 11:24:35.563 | Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-10-01 11:24:35.632 | Get:5 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [2,066 kB] 2024-10-01 11:24:35.673 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main Translation-en [358 kB] 2024-10-01 11:24:35.685 | Get:7 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.9 kB] 2024-10-01 11:24:35.695 | Get:8 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 Packages [2,504 kB] 2024-10-01 11:24:36.078 | Get:9 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted Translation-en [432 kB] 2024-10-01 11:24:36.245 | Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,848 kB] 2024-10-01 11:24:36.940 | Get:11 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-10-01 11:24:36.953 | Get:12 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 Packages [1,130 kB] 2024-10-01 11:24:36.973 | Get:13 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe Translation-en [264 kB] 2024-10-01 11:24:36.989 | Get:14 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.3 kB] 2024-10-01 11:24:37.000 | Get:15 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-10-01 11:24:37.012 | Get:16 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-10-01 11:24:37.025 | Get:17 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main amd64 Packages [67.7 kB] 2024-10-01 11:24:37.040 | Get:18 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-10-01 11:24:37.056 | Get:19 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-10-01 11:24:37.072 | Get:20 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-10-01 11:24:40.275 | Get:21 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [299 kB] 2024-10-01 11:24:40.895 | Get:22 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-10-01 11:24:40.918 | Get:23 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,444 kB] 2024-10-01 11:24:46.102 | Get:24 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [421 kB] 2024-10-01 11:24:46.997 | Get:25 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-10-01 11:24:46.999 | Get:26 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [909 kB] 2024-10-01 11:24:48.936 | Get:27 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [179 kB] 2024-10-01 11:24:49.332 | Get:28 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.4 kB] 2024-10-01 11:24:49.383 | Get:29 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-10-01 11:24:49.465 | Get:30 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-10-01 11:24:54.459 | Fetched 13.5 MB in 14s (956 kB/s) 2024-10-01 11:24:55.467 | Reading package lists... 2024-10-01 11:24:55.492 | ++ functions-common:apt_get_update:1204 : REPOS_UPDATED=True 2024-10-01 11:24:55.494 | ++ functions-common:apt_get_update:1206 : time_stop apt-get-update 2024-10-01 11:24:55.496 | ++ functions-common:time_stop:2435 : local name 2024-10-01 11:24:55.498 | ++ functions-common:time_stop:2436 : local end_time 2024-10-01 11:24:55.499 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:24:55.501 | ++ functions-common:time_stop:2438 : local total 2024-10-01 11:24:55.503 | ++ functions-common:time_stop:2439 : local start_time 2024-10-01 11:24:55.505 | ++ functions-common:time_stop:2441 : name=apt-get-update 2024-10-01 11:24:55.506 | ++ functions-common:time_stop:2442 : start_time=1727781875268 2024-10-01 11:24:55.508 | ++ functions-common:time_stop:2444 : [[ -z 1727781875268 ]] 2024-10-01 11:24:55.510 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:24:55.513 | ++ functions-common:time_stop:2447 : end_time=1727781895511 2024-10-01 11:24:55.515 | ++ functions-common:time_stop:2448 : elapsed_time=20243 2024-10-01 11:24:55.516 | ++ functions-common:time_stop:2449 : total=0 2024-10-01 11:24:55.518 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:24:55.520 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=20243 2024-10-01 11:24:55.522 | ++ functions-common:install_package:1460 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2024-10-01 11:24:55.524 | ++ functions-common:real_install_package:1445 : is_ubuntu 2024-10-01 11:24:55.525 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:24:55.527 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:24:55.529 | ++ functions-common:real_install_package:1446 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2024-10-01 11:24:55.544 | ++ functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived 2024-10-01 11:24:55.602 | Reading package lists... 2024-10-01 11:24:55.805 | Building dependency tree... 2024-10-01 11:24:55.808 | Reading state information... 2024-10-01 11:24:55.824 | acl is already the newest version (2.3.1-1). 2024-10-01 11:24:55.824 | bc is already the newest version (1.07.1-3build1). 2024-10-01 11:24:55.824 | bc set to manually installed. 2024-10-01 11:24:55.824 | conntrack is already the newest version (1:1.4.6-2build2). 2024-10-01 11:24:55.824 | ebtables is already the newest version (2.0.11-4build2). 2024-10-01 11:24:55.824 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2024-10-01 11:24:55.824 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2024-10-01 11:24:55.824 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2024-10-01 11:24:55.824 | gettext is already the newest version (0.21-4ubuntu4). 2024-10-01 11:24:55.824 | ipset is already the newest version (7.15-1build1). 2024-10-01 11:24:55.824 | iputils-arping is already the newest version (3:20211215-1). 2024-10-01 11:24:55.824 | iputils-ping is already the newest version (3:20211215-1). 2024-10-01 11:24:55.824 | iputils-ping set to manually installed. 2024-10-01 11:24:55.824 | keepalived is already the newest version (1:2.2.4-0.2build1). 2024-10-01 11:24:55.824 | libffi-dev is already the newest version (3.4.2-4). 2024-10-01 11:24:55.824 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2024-10-01 11:24:55.824 | libyaml-dev is already the newest version (0.2.2-1build2). 2024-10-01 11:24:55.824 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2024-10-01 11:24:55.824 | lsof set to manually installed. 2024-10-01 11:24:55.824 | lsscsi is already the newest version (0.31-1build2). 2024-10-01 11:24:55.824 | lvm2 is already the newest version (2.03.11-2.1ubuntu4). 2024-10-01 11:24:55.824 | lvm2 set to manually installed. 2024-10-01 11:24:55.824 | open-iscsi is already the newest version (2.1.5-1ubuntu1). 2024-10-01 11:24:55.824 | open-iscsi set to manually installed. 2024-10-01 11:24:55.824 | parted is already the newest version (3.4-2build1). 2024-10-01 11:24:55.824 | parted set to manually installed. 2024-10-01 11:24:55.824 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2024-10-01 11:24:55.824 | psmisc is already the newest version (23.4-2build3). 2024-10-01 11:24:55.824 | psmisc set to manually installed. 2024-10-01 11:24:55.824 | python3-mysqldb is already the newest version (1.4.6-1build1). 2024-10-01 11:24:55.824 | python3-systemd is already the newest version (234-3ubuntu2). 2024-10-01 11:24:55.824 | python3-systemd set to manually installed. 2024-10-01 11:24:55.825 | socat is already the newest version (1.7.4.1-3ubuntu4). 2024-10-01 11:24:55.825 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2024-10-01 11:24:55.825 | thin-provisioning-tools set to manually installed. 2024-10-01 11:24:55.825 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2024-10-01 11:24:55.825 | conntrackd is already the newest version (1:1.4.6-2build2). 2024-10-01 11:24:55.825 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2024-10-01 11:24:55.825 | pm-utils is already the newest version (1.4.1-19). 2024-10-01 11:24:55.825 | postgresql-server-dev-all is already the newest version (238). 2024-10-01 11:24:55.825 | vlan is already the newest version (2.0.5ubuntu5). 2024-10-01 11:24:55.825 | apache2 is already the newest version (2.4.52-1ubuntu4.12). 2024-10-01 11:24:55.825 | apache2-dev is already the newest version (2.4.52-1ubuntu4.12). 2024-10-01 11:24:55.825 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2024-10-01 11:24:55.825 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2024-10-01 11:24:55.825 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2024-10-01 11:24:55.825 | gawk set to manually installed. 2024-10-01 11:24:55.825 | git is already the newest version (1:2.34.1-1ubuntu1.11). 2024-10-01 11:24:55.825 | git set to manually installed. 2024-10-01 11:24:55.825 | haproxy is already the newest version (2.4.24-0ubuntu0.22.04.1). 2024-10-01 11:24:55.825 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2024-10-01 11:24:55.825 | iptables set to manually installed. 2024-10-01 11:24:55.825 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2024-10-01 11:24:55.825 | kpartx set to manually installed. 2024-10-01 11:24:55.825 | libkrb5-dev is already the newest version (1.19.2-2ubuntu0.4). 2024-10-01 11:24:55.825 | libldap2-dev is already the newest version (2.5.18+dfsg-0ubuntu0.22.04.2). 2024-10-01 11:24:55.825 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2024-10-01 11:24:55.825 | libpq-dev is already the newest version (14.13-0ubuntu0.22.04.1). 2024-10-01 11:24:55.825 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2024-10-01 11:24:55.825 | libsystemd-dev is already the newest version (249.11-0ubuntu3.12). 2024-10-01 11:24:55.825 | libxml2-dev is already the newest version (2.9.13+dfsg-1ubuntu0.4). 2024-10-01 11:24:55.825 | libxslt1-dev is already the newest version (1.1.34-4ubuntu0.22.04.1). 2024-10-01 11:24:55.825 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2024-10-01 11:24:55.825 | openssh-server is already the newest version (1:8.9p1-3ubuntu0.10). 2024-10-01 11:24:55.825 | python3-dev is already the newest version (3.10.6-1~22.04.1). 2024-10-01 11:24:55.825 | qemu-utils is already the newest version (1:6.2+dfsg-2ubuntu6.22). 2024-10-01 11:24:55.825 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2024-10-01 11:24:55.825 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2024-10-01 11:24:55.825 | sudo set to manually installed. 2024-10-01 11:24:55.825 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2024-10-01 11:24:55.825 | tar set to manually installed. 2024-10-01 11:24:55.825 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2024-10-01 11:24:55.825 | tcpdump set to manually installed. 2024-10-01 11:24:55.825 | unzip is already the newest version (6.0-26ubuntu3.2). 2024-10-01 11:24:55.996 | uuid-runtime is already the newest version (2.37.2-4ubuntu3.4). 2024-10-01 11:24:55.996 | uuid-runtime set to manually installed. 2024-10-01 11:24:55.996 | wget is already the newest version (1.21.2-2ubuntu1.1). 2024-10-01 11:24:55.996 | wget set to manually installed. 2024-10-01 11:24:55.996 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2024-10-01 11:24:55.996 | graphviz is already the newest version (2.42.2-6ubuntu0.1). 2024-10-01 11:24:55.996 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.12). 2024-10-01 11:24:55.996 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.4). 2024-10-01 11:24:55.996 | python3-venv is already the newest version (3.10.6-1~22.04.1). 2024-10-01 11:24:55.996 | The following additional packages will be installed: 2024-10-01 11:24:55.997 | libcurl4 libssl3 2024-10-01 11:24:55.998 | Suggested packages: 2024-10-01 11:24:55.998 | libssl-doc 2024-10-01 11:24:56.018 | The following packages will be upgraded: 2024-10-01 11:24:56.018 | curl libcurl4 libssl-dev libssl3 openssl 2024-10-01 11:24:56.417 | Preconfiguring packages ... 2024-10-01 11:24:56.478 | 5 upgraded, 0 newly installed, 0 to remove and 63 not upgraded. 2024-10-01 11:24:56.478 | Need to get 0 B/5,948 kB of archives. 2024-10-01 11:24:56.478 | After this operation, 2,048 B of additional disk space will be used. 2024-10-01 11:24:57.214 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165862 files and directories currently installed.) 2024-10-01 11:24:57.221 | Preparing to unpack .../libssl-dev_3.0.2-0ubuntu1.18_amd64.deb ... 2024-10-01 11:24:57.237 | Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.18) over (3.0.2-0ubuntu1.17) ... 2024-10-01 11:24:57.410 | Preparing to unpack .../libssl3_3.0.2-0ubuntu1.18_amd64.deb ... 2024-10-01 11:24:57.425 | Unpacking libssl3:amd64 (3.0.2-0ubuntu1.18) over (3.0.2-0ubuntu1.17) ... 2024-10-01 11:24:57.527 | Setting up libssl3:amd64 (3.0.2-0ubuntu1.18) ... 2024-10-01 11:24:57.747 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165862 files and directories currently installed.) 2024-10-01 11:24:57.752 | Preparing to unpack .../openssl_3.0.2-0ubuntu1.18_amd64.deb ... 2024-10-01 11:24:57.764 | Unpacking openssl (3.0.2-0ubuntu1.18) over (3.0.2-0ubuntu1.17) ... 2024-10-01 11:24:57.903 | Preparing to unpack .../curl_7.81.0-1ubuntu1.18_amd64.deb ... 2024-10-01 11:24:57.913 | Unpacking curl (7.81.0-1ubuntu1.18) over (7.81.0-1ubuntu1.17) ... 2024-10-01 11:24:57.971 | Preparing to unpack .../libcurl4_7.81.0-1ubuntu1.18_amd64.deb ... 2024-10-01 11:24:57.983 | Unpacking libcurl4:amd64 (7.81.0-1ubuntu1.18) over (7.81.0-1ubuntu1.17) ... 2024-10-01 11:24:58.052 | Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.18) ... 2024-10-01 11:24:58.064 | Setting up libcurl4:amd64 (7.81.0-1ubuntu1.18) ... 2024-10-01 11:24:58.074 | Setting up curl (7.81.0-1ubuntu1.18) ... 2024-10-01 11:24:58.085 | Setting up openssl (3.0.2-0ubuntu1.18) ... 2024-10-01 11:24:58.100 | Processing triggers for man-db (2.10.2-1) ... 2024-10-01 11:24:58.316 | Processing triggers for libc-bin (2.35-0ubuntu3.8) ... 2024-10-01 11:24:58.679 | NEEDRESTART-VER: 3.5 2024-10-01 11:24:59.448 | NEEDRESTART-KCUR: 6.8.0-40-generic 2024-10-01 11:24:59.448 | NEEDRESTART-KEXP: 6.8.0-40-generic 2024-10-01 11:24:59.448 | NEEDRESTART-KSTA: 1 2024-10-01 11:24:59.448 | NEEDRESTART-SVC: haproxy.service 2024-10-01 11:24:59.448 | NEEDRESTART-SVC: mariadb.service 2024-10-01 11:24:59.448 | NEEDRESTART-SVC: memcached.service 2024-10-01 11:24:59.448 | NEEDRESTART-SVC: open-vm-tools.service 2024-10-01 11:24:59.448 | NEEDRESTART-SVC: ovs-vswitchd.service 2024-10-01 11:24:59.448 | NEEDRESTART-SVC: ovsdb-server.service 2024-10-01 11:24:59.448 | NEEDRESTART-SVC: packagekit.service 2024-10-01 11:24:59.448 | NEEDRESTART-SVC: pmproxy.service 2024-10-01 11:24:59.448 | NEEDRESTART-SVC: rabbitmq-server.service 2024-10-01 11:24:59.448 | NEEDRESTART-SVC: ssh.service 2024-10-01 11:24:59.448 | NEEDRESTART-SVC: systemd-journald.service 2024-10-01 11:24:59.448 | NEEDRESTART-SVC: systemd-logind.service 2024-10-01 11:24:59.448 | NEEDRESTART-SVC: systemd-manager 2024-10-01 11:24:59.448 | NEEDRESTART-SVC: systemd-networkd.service 2024-10-01 11:24:59.448 | NEEDRESTART-SVC: systemd-resolved.service 2024-10-01 11:24:59.448 | NEEDRESTART-SVC: systemd-timesyncd.service 2024-10-01 11:24:59.448 | NEEDRESTART-SVC: systemd-udevd.service 2024-10-01 11:24:59.448 | NEEDRESTART-SVC: udisks2.service 2024-10-01 11:24:59.448 | NEEDRESTART-SVC: user@1001.service 2024-10-01 11:24:59.448 | NEEDRESTART-SVC: vgauth.service 2024-10-01 11:25:01.432 | ++ functions-common:apt_get:1230 : result=0 2024-10-01 11:25:01.434 | ++ functions-common:apt_get:1233 : time_stop apt-get 2024-10-01 11:25:01.436 | ++ functions-common:time_stop:2435 : local name 2024-10-01 11:25:01.438 | ++ functions-common:time_stop:2436 : local end_time 2024-10-01 11:25:01.440 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:25:01.441 | ++ functions-common:time_stop:2438 : local total 2024-10-01 11:25:01.443 | ++ functions-common:time_stop:2439 : local start_time 2024-10-01 11:25:01.445 | ++ functions-common:time_stop:2441 : name=apt-get 2024-10-01 11:25:01.447 | ++ functions-common:time_stop:2442 : start_time=1727781895542 2024-10-01 11:25:01.449 | ++ functions-common:time_stop:2444 : [[ -z 1727781895542 ]] 2024-10-01 11:25:01.451 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:25:01.454 | ++ functions-common:time_stop:2447 : end_time=1727781901452 2024-10-01 11:25:01.456 | ++ functions-common:time_stop:2448 : elapsed_time=5910 2024-10-01 11:25:01.457 | ++ functions-common:time_stop:2449 : total=486 2024-10-01 11:25:01.459 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:25:01.461 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6396 2024-10-01 11:25:01.463 | ++ functions-common:apt_get:1234 : return 0 2024-10-01 11:25:01.465 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2024-10-01 11:25:01.467 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2024-10-01 11:25:01.469 | ++ tools/install_prereqs.sh:source:88 : date +%s 2024-10-01 11:25:01.472 | ++ tools/install_prereqs.sh:source:89 : date 2024-10-01 11:25:01.475 | + stack.sh:main:799 : [[ False != \T\r\u\e ]] 2024-10-01 11:25:01.477 | + stack.sh:main:800 : PYPI_ALTERNATIVE_URL= 2024-10-01 11:25:01.479 | + stack.sh:main:800 : /opt/stack/devstack/tools/install_pip.sh 2024-10-01 11:25:01.779 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2024-10-01 11:25:01.780 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2024-10-01 11:25:01.781 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2024-10-01 11:25:01.783 | + tools/install_pip.sh:main:43 : GetDistro 2024-10-01 11:25:01.784 | + functions-common:GetDistro:449 : GetOSVersion 2024-10-01 11:25:01.785 | + functions-common:GetOSVersion:416 : source /etc/os-release 2024-10-01 11:25:01.787 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.4 LTS' 2024-10-01 11:25:01.788 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2024-10-01 11:25:01.789 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2024-10-01 11:25:01.790 | ++ /etc/os-release:source:4 : VERSION='22.04.4 LTS (Jammy Jellyfish)' 2024-10-01 11:25:01.792 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2024-10-01 11:25:01.793 | ++ /etc/os-release:source:6 : ID=ubuntu 2024-10-01 11:25:01.794 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2024-10-01 11:25:01.796 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2024-10-01 11:25:01.797 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2024-10-01 11:25:01.798 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2024-10-01 11:25:01.799 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2024-10-01 11:25:01.801 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2024-10-01 11:25:01.802 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2024-10-01 11:25:01.804 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) =~ rocky9 ]] 2024-10-01 11:25:01.805 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2024-10-01 11:25:01.807 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2024-10-01 11:25:01.808 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2024-10-01 11:25:01.809 | + functions-common:_ensure_lsb_release:394 : return 2024-10-01 11:25:01.811 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2024-10-01 11:25:01.845 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2024-10-01 11:25:01.847 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2024-10-01 11:25:01.880 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2024-10-01 11:25:01.882 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2024-10-01 11:25:01.915 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2024-10-01 11:25:01.916 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2024-10-01 11:25:01.918 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2024-10-01 11:25:01.919 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2024-10-01 11:25:01.920 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2024-10-01 11:25:01.922 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2024-10-01 11:25:01.923 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2024-10-01 11:25:01.924 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2024-10-01 11:25:01.925 | + functions-common:GetDistro:453 : DISTRO=jammy 2024-10-01 11:25:01.927 | + functions-common:GetDistro:501 : typeset -xr DISTRO 2024-10-01 11:25:01.928 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2024-10-01 11:25:01.928 | Distro: jammy 2024-10-01 11:25:01.930 | + tools/install_pip.sh:main:124 : get_versions 2024-10-01 11:25:01.931 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-10-01 11:25:01.934 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-10-01 11:25:01.935 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-10-01 11:25:01.937 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-10-01 11:25:01.937 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-10-01 11:25:02.064 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-10-01 11:25:02.065 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-10-01 11:25:02.065 | pip: 0.1.15 2024-10-01 11:25:02.067 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2024-10-01 11:25:02.068 | + tools/install_pip.sh:main:130 : is_fedora 2024-10-01 11:25:02.069 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-10-01 11:25:02.071 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-10-01 11:25:02.072 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-10-01 11:25:02.073 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-10-01 11:25:02.074 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-10-01 11:25:02.076 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-10-01 11:25:02.077 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-10-01 11:25:02.078 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-10-01 11:25:02.079 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-10-01 11:25:02.081 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-10-01 11:25:02.082 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-10-01 11:25:02.083 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-10-01 11:25:02.084 | + tools/install_pip.sh:main:141 : is_ubuntu 2024-10-01 11:25:02.086 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:25:02.087 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:25:02.088 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2024-10-01 11:25:02.091 | + tools/install_pip.sh:main:153 : set -x 2024-10-01 11:25:02.092 | + tools/install_pip.sh:main:156 : get_versions 2024-10-01 11:25:02.094 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-10-01 11:25:02.096 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-10-01 11:25:02.098 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-10-01 11:25:02.100 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-10-01 11:25:02.100 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-10-01 11:25:02.108 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-10-01 11:25:02.109 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-10-01 11:25:02.109 | pip: 0.1.15 2024-10-01 11:25:02.112 | + stack.sh:main:804 : source /opt/stack/devstack/tools/fixup_stuff.sh 2024-10-01 11:25:02.114 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2024-10-01 11:25:02.116 | + stack.sh:main:805 : fixup_all 2024-10-01 11:25:02.118 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2024-10-01 11:25:02.119 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2024-10-01 11:25:02.121 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:25:02.123 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:25:02.124 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2024-10-01 11:25:02.134 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info 2024-10-01 11:25:02.142 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2024-10-01 11:25:02.151 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2024-10-01 11:25:02.153 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2024-10-01 11:25:02.154 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-10-01 11:25:02.156 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-10-01 11:25:02.158 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-10-01 11:25:02.160 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-10-01 11:25:02.161 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-10-01 11:25:02.163 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-10-01 11:25:02.164 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-10-01 11:25:02.166 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-10-01 11:25:02.168 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-10-01 11:25:02.169 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-10-01 11:25:02.171 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-10-01 11:25:02.172 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-10-01 11:25:02.174 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2024-10-01 11:25:02.176 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2024-10-01 11:25:02.178 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2024-10-01 11:25:02.179 | + functions-common:is_suse:544 : is_opensuse 2024-10-01 11:25:02.181 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-10-01 11:25:02.183 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-10-01 11:25:02.184 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-10-01 11:25:02.186 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-10-01 11:25:02.187 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-10-01 11:25:02.189 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2024-10-01 11:25:02.191 | + stack.sh:main:808 : pip_install -U os-testr 2024-10-01 11:25:02.206 | Using python 3.10 to install os-testr 2024-10-01 11:25:02.208 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -U os-testr 2024-10-01 11:25:03.312 | Collecting os-testr 2024-10-01 11:25:03.315 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2024-10-01 11:25:03.341 | Collecting python-subunit>=1.0.0 2024-10-01 11:25:03.345 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2024-10-01 11:25:03.348 | Requirement already satisfied: testtools>=2.2.0 in /usr/lib/python3/dist-packages (from os-testr) (2.5.0) 2024-10-01 11:25:03.389 | Collecting pbr!=2.1.0,>=2.0.0 2024-10-01 11:25:03.394 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-10-01 11:25:03.404 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2024-10-01 11:25:03.593 | Installing collected packages: python-subunit, pbr, os-testr 2024-10-01 11:25:03.594 | Attempting uninstall: python-subunit 2024-10-01 11:25:03.595 | Found existing installation: python-subunit 1.4.0 2024-10-01 11:25:03.598 | Not uninstalling python-subunit at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 11:25:03.599 | Can't uninstall 'python-subunit'. No files were found to uninstall. 2024-10-01 11:25:03.677 | Attempting uninstall: pbr 2024-10-01 11:25:03.678 | Found existing installation: pbr 5.8.0 2024-10-01 11:25:03.679 | Not uninstalling pbr at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 11:25:03.680 | Can't uninstall 'pbr'. No files were found to uninstall. 2024-10-01 11:25:03.740 | Attempting uninstall: os-testr 2024-10-01 11:25:03.740 | Found existing installation: os-testr 2.0.1 2024-10-01 11:25:03.741 | Not uninstalling os-testr at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 11:25:03.742 | Can't uninstall 'os-testr'. No files were found to uninstall. 2024-10-01 11:25:03.764 | Successfully installed os-testr-3.0.0 pbr-5.11.1 python-subunit-1.4.2 2024-10-01 11:25:03.764 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 11:25:03.853 | + inc/python:pip_install:196 : result=0 2024-10-01 11:25:03.855 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-01 11:25:03.857 | + functions-common:time_stop:2435 : local name 2024-10-01 11:25:03.859 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:25:03.860 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:25:03.862 | + functions-common:time_stop:2438 : local total 2024-10-01 11:25:03.864 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:25:03.865 | + functions-common:time_stop:2441 : name=pip_install 2024-10-01 11:25:03.867 | + functions-common:time_stop:2442 : start_time=1727781902202 2024-10-01 11:25:03.869 | + functions-common:time_stop:2444 : [[ -z 1727781902202 ]] 2024-10-01 11:25:03.871 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:25:03.874 | + functions-common:time_stop:2447 : end_time=1727781903872 2024-10-01 11:25:03.876 | + functions-common:time_stop:2448 : elapsed_time=1670 2024-10-01 11:25:03.877 | + functions-common:time_stop:2449 : total=0 2024-10-01 11:25:03.879 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:25:03.880 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1670 2024-10-01 11:25:03.882 | + inc/python:pip_install:199 : return 0 2024-10-01 11:25:03.884 | + stack.sh:main:812 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2024-10-01 11:25:03.925 | + stack.sh:main:813 : sudo systemctl restart systemd-journald 2024-10-01 11:25:03.976 | + stack.sh:main:819 : install_infra 2024-10-01 11:25:03.978 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-10-01 11:25:03.980 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2024-10-01 11:25:03.982 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2024-10-01 11:25:07.112 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-10-01 11:25:07.114 | + lib/infra:install_infra:34 : pip_install -U pbr 2024-10-01 11:25:07.131 | + inc/python:pip_install:190 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack//requirements/.venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt -U pbr 2024-10-01 11:25:08.068 | Collecting pbr 2024-10-01 11:25:08.072 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-10-01 11:25:08.096 | Installing collected packages: pbr 2024-10-01 11:25:08.162 | Successfully installed pbr-5.11.1 2024-10-01 11:25:08.229 | + inc/python:pip_install:196 : result=0 2024-10-01 11:25:08.231 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-01 11:25:08.233 | + functions-common:time_stop:2435 : local name 2024-10-01 11:25:08.235 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:25:08.236 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:25:08.238 | + functions-common:time_stop:2438 : local total 2024-10-01 11:25:08.240 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:25:08.241 | + functions-common:time_stop:2441 : name=pip_install 2024-10-01 11:25:08.243 | + functions-common:time_stop:2442 : start_time=1727781907125 2024-10-01 11:25:08.244 | + functions-common:time_stop:2444 : [[ -z 1727781907125 ]] 2024-10-01 11:25:08.246 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:25:08.249 | + functions-common:time_stop:2447 : end_time=1727781908247 2024-10-01 11:25:08.251 | + functions-common:time_stop:2448 : elapsed_time=1122 2024-10-01 11:25:08.252 | + functions-common:time_stop:2449 : total=1670 2024-10-01 11:25:08.254 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:25:08.255 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2792 2024-10-01 11:25:08.257 | + inc/python:pip_install:199 : return 0 2024-10-01 11:25:08.259 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-10-01 11:25:08.261 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2024-10-01 11:25:08.277 | + inc/python:pip_install:190 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack//requirements/.venv/bin/pip install -c /opt/stack//requirements/upper-constraints.txt /opt/stack//requirements 2024-10-01 11:25:09.114 | Processing /opt/stack/requirements 2024-10-01 11:25:09.115 | Preparing metadata (setup.py): started 2024-10-01 11:25:09.784 | Preparing metadata (setup.py): finished with status 'done' 2024-10-01 11:25:09.872 | Collecting Parsley>=1.2 2024-10-01 11:25:09.875 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-10-01 11:25:09.968 | Collecting PyYAML>=3.12 2024-10-01 11:25:09.975 | Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (682 kB) 2024-10-01 11:25:10.085 | Collecting beagle>=0.2.1 2024-10-01 11:25:10.088 | Using cached beagle-0.4.0-py3-none-any.whl (11 kB) 2024-10-01 11:25:10.116 | Collecting fixtures>=3.0.0 2024-10-01 11:25:10.116 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-10-01 11:25:10.162 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2024-10-01 11:25:10.164 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2024-10-01 11:25:10.218 | Collecting requests>=2.14.2 2024-10-01 11:25:10.220 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2024-10-01 11:25:10.245 | Collecting six>=1.10.0 2024-10-01 11:25:10.247 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-10-01 11:25:10.255 | Requirement already satisfied: pbr>=2.0 in /opt/stack/requirements/.venv/lib/python3.10/site-packages (from beagle>=0.2.1->openstack-requirements==1.2.1.dev6102) (5.11.1) 2024-10-01 11:25:10.290 | Collecting cliff>=2.11.0 2024-10-01 11:25:10.293 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2024-10-01 11:25:10.340 | Collecting idna<4,>=2.5 2024-10-01 11:25:10.343 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-10-01 11:25:10.379 | Collecting certifi>=2017.4.17 2024-10-01 11:25:10.382 | Using cached certifi-2024.8.30-py3-none-any.whl (167 kB) 2024-10-01 11:25:10.440 | Collecting urllib3<1.27,>=1.21.1 2024-10-01 11:25:10.443 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2024-10-01 11:25:10.606 | Collecting charset-normalizer<3,>=2 2024-10-01 11:25:10.608 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2024-10-01 11:25:10.696 | Collecting cmd2>=1.0.0 2024-10-01 11:25:10.699 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2024-10-01 11:25:10.728 | Collecting PrettyTable>=0.7.2 2024-10-01 11:25:10.730 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2024-10-01 11:25:10.769 | Collecting stevedore>=2.0.1 2024-10-01 11:25:10.772 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2024-10-01 11:25:10.798 | Collecting autopage>=0.4.0 2024-10-01 11:25:10.803 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-10-01 11:25:10.885 | Collecting importlib-metadata>=4.4 2024-10-01 11:25:10.887 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2024-10-01 11:25:10.953 | Collecting pyperclip>=1.6 2024-10-01 11:25:10.953 | Using cached pyperclip-1.8.2-py3-none-any.whl 2024-10-01 11:25:10.983 | Collecting attrs>=16.3.0 2024-10-01 11:25:10.986 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2024-10-01 11:25:11.010 | Collecting wcwidth>=0.1.7 2024-10-01 11:25:11.012 | Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2024-10-01 11:25:11.070 | Collecting zipp>=0.5 2024-10-01 11:25:11.072 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2024-10-01 11:25:11.130 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2024-10-01 11:25:11.270 | Installing collected packages: wcwidth, pyperclip, Parsley, zipp, urllib3, stevedore, six, PyYAML, PrettyTable, packaging, idna, fixtures, charset-normalizer, certifi, autopage, attrs, requests, importlib-metadata, cmd2, cliff, beagle, openstack-requirements 2024-10-01 11:25:12.067 | Running setup.py install for openstack-requirements: started 2024-10-01 11:25:13.449 | Running setup.py install for openstack-requirements: finished with status 'done' 2024-10-01 11:25:13.457 | Successfully installed Parsley-1.3 PrettyTable-3.4.1 PyYAML-6.0 attrs-22.1.0 autopage-0.5.1 beagle-0.4.0 certifi-2024.8.30 charset-normalizer-2.1.1 cliff-4.2.0 cmd2-2.4.2 fixtures-4.0.1 idna-3.4 importlib-metadata-5.0.0 openstack-requirements-1.2.1.dev6102 packaging-23.1 pyperclip-1.8.2 requests-2.28.1 six-1.16.0 stevedore-5.0.0 urllib3-1.26.12 wcwidth-0.2.5 zipp-3.8.1 2024-10-01 11:25:13.560 | + inc/python:pip_install:196 : result=0 2024-10-01 11:25:13.561 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-01 11:25:13.563 | + functions-common:time_stop:2435 : local name 2024-10-01 11:25:13.565 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:25:13.567 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:25:13.568 | + functions-common:time_stop:2438 : local total 2024-10-01 11:25:13.570 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:25:13.571 | + functions-common:time_stop:2441 : name=pip_install 2024-10-01 11:25:13.573 | + functions-common:time_stop:2442 : start_time=1727781908271 2024-10-01 11:25:13.575 | + functions-common:time_stop:2444 : [[ -z 1727781908271 ]] 2024-10-01 11:25:13.577 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:25:13.580 | + functions-common:time_stop:2447 : end_time=1727781913578 2024-10-01 11:25:13.581 | + functions-common:time_stop:2448 : elapsed_time=5307 2024-10-01 11:25:13.583 | + functions-common:time_stop:2449 : total=2792 2024-10-01 11:25:13.584 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:25:13.586 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8099 2024-10-01 11:25:13.588 | + inc/python:pip_install:199 : return 0 2024-10-01 11:25:13.589 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2024-10-01 11:25:13.591 | + lib/infra:install_infra:42 : use_library_from_git pbr 2024-10-01 11:25:13.593 | + inc/python:use_library_from_git:246 : local name=pbr 2024-10-01 11:25:13.595 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:13.596 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:13.598 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pbr, ]] 2024-10-01 11:25:13.600 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:13.602 | + lib/infra:install_infra:48 : pip_install -U pbr 2024-10-01 11:25:13.617 | Using python 3.10 to install pbr 2024-10-01 11:25:13.619 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -U pbr 2024-10-01 11:25:14.508 | Requirement already satisfied: pbr in /usr/local/lib/python3.10/dist-packages (5.11.1) 2024-10-01 11:25:14.768 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 11:25:14.846 | + inc/python:pip_install:196 : result=0 2024-10-01 11:25:14.848 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-01 11:25:14.849 | + functions-common:time_stop:2435 : local name 2024-10-01 11:25:14.851 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:25:14.852 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:25:14.854 | + functions-common:time_stop:2438 : local total 2024-10-01 11:25:14.856 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:25:14.857 | + functions-common:time_stop:2441 : name=pip_install 2024-10-01 11:25:14.859 | + functions-common:time_stop:2442 : start_time=1727781913613 2024-10-01 11:25:14.861 | + functions-common:time_stop:2444 : [[ -z 1727781913613 ]] 2024-10-01 11:25:14.863 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:25:14.866 | + functions-common:time_stop:2447 : end_time=1727781914864 2024-10-01 11:25:14.867 | + functions-common:time_stop:2448 : elapsed_time=1251 2024-10-01 11:25:14.869 | + functions-common:time_stop:2449 : total=8099 2024-10-01 11:25:14.870 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:25:14.872 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9350 2024-10-01 11:25:14.873 | + inc/python:pip_install:199 : return 0 2024-10-01 11:25:14.875 | + stack.sh:main:822 : python3 -m venv /opt/stack//bindep-venv 2024-10-01 11:25:17.985 | + stack.sh:main:824 : /opt/stack//bindep-venv/bin/pip install bindep 2024-10-01 11:25:18.481 | Collecting bindep 2024-10-01 11:25:18.484 | Using cached bindep-2.11.0-py2.py3-none-any.whl (34 kB) 2024-10-01 11:25:18.530 | Collecting packaging 2024-10-01 11:25:18.533 | Using cached packaging-24.1-py3-none-any.whl (53 kB) 2024-10-01 11:25:18.549 | Collecting Parsley 2024-10-01 11:25:18.550 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-10-01 11:25:18.593 | Collecting pbr>=2.0.0 2024-10-01 11:25:18.596 | Using cached pbr-6.1.0-py2.py3-none-any.whl (108 kB) 2024-10-01 11:25:18.617 | Collecting distro>=1.7.0 2024-10-01 11:25:18.620 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2024-10-01 11:25:18.654 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2024-10-01 11:25:18.886 | Successfully installed Parsley-1.3 bindep-2.11.0 distro-1.9.0 packaging-24.1 pbr-6.1.0 2024-10-01 11:25:18.953 | + stack.sh:main:825 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-10-01 11:25:18.956 | + stack.sh:main:825 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-10-01 11:25:18.958 | ++ stack.sh:main:828 : _get_plugin_bindep_packages 2024-10-01 11:25:18.971 | + stack.sh:main:828 : pkgs= 2024-10-01 11:25:18.973 | + stack.sh:main:829 : [[ -n '' ]] 2024-10-01 11:25:18.975 | + stack.sh:main:836 : run_phase stack pre-install 2024-10-01 11:25:18.976 | + functions-common:run_phase:1863 : local mode=stack 2024-10-01 11:25:18.978 | + functions-common:run_phase:1864 : local phase=pre-install 2024-10-01 11:25:18.980 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-10-01 11:25:18.982 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-10-01 11:25:18.983 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-10-01 11:25:18.985 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-10-01 11:25:18.986 | + functions-common:run_phase:1873 : local extra 2024-10-01 11:25:18.989 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-10-01 11:25:18.991 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-10-01 11:25:18.993 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-10-01 11:25:18.995 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-10-01 11:25:18.997 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2024-10-01 11:25:18.998 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-10-01 11:25:19.009 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:25:19.011 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-10-01 11:25:19.012 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-10-01 11:25:19.014 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-10-01 11:25:19.016 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-10-01 11:25:19.017 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-10-01 11:25:19.019 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-10-01 11:25:19.020 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2024-10-01 11:25:19.022 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-10-01 11:25:19.024 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2024-10-01 11:25:19.025 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-10-01 11:25:19.027 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-10-01 11:25:19.028 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-10-01 11:25:19.030 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-10-01 11:25:19.032 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-10-01 11:25:19.033 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-10-01 11:25:19.035 | + functions-common:run_phase:1890 : run_plugins stack pre-install 2024-10-01 11:25:19.037 | + functions-common:run_plugins:1849 : local mode=stack 2024-10-01 11:25:19.039 | + functions-common:run_plugins:1850 : local phase=pre-install 2024-10-01 11:25:19.041 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-10-01 11:25:19.043 | + functions-common:run_plugins:1853 : local plugin 2024-10-01 11:25:19.044 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-10-01 11:25:19.046 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-10-01 11:25:19.048 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-10-01 11:25:19.050 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2024-10-01 11:25:19.051 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-10-01 11:25:19.053 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-10-01 11:25:19.054 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-10-01 11:25:19.056 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-10-01 11:25:19.058 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-10-01 11:25:19.059 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-10-01 11:25:19.061 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2024-10-01 11:25:19.063 | + stack.sh:main:839 : set_systemd_override DefaultLimitNOFILE 2048 2024-10-01 11:25:19.065 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2024-10-01 11:25:19.066 | + functions:set_systemd_override:832 : local value=2048 2024-10-01 11:25:19.068 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2024-10-01 11:25:19.070 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2024-10-01 11:25:19.110 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2024-10-01 11:25:19.110 | Set systemd system override for DefaultLimitNOFILE=2048 2024-10-01 11:25:19.112 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2024-10-01 11:25:19.357 | + stack.sh:main:841 : install_rpc_backend 2024-10-01 11:25:19.359 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2024-10-01 11:25:19.371 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:25:19.373 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2024-10-01 11:25:19.374 | + functions-common:install_package:1459 : update_package_repo 2024-10-01 11:25:19.376 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-10-01 11:25:19.378 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-10-01 11:25:19.380 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-10-01 11:25:19.381 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-10-01 11:25:19.383 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-10-01 11:25:19.385 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:25:19.387 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:25:19.388 | + functions-common:update_package_repo:1440 : apt_get_update 2024-10-01 11:25:19.390 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-10-01 11:25:19.392 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-10-01 11:25:19.394 | + functions-common:apt_get_update:1186 : return 2024-10-01 11:25:19.395 | + functions-common:install_package:1460 : real_install_package rabbitmq-server 2024-10-01 11:25:19.397 | + functions-common:real_install_package:1445 : is_ubuntu 2024-10-01 11:25:19.399 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:25:19.401 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:25:19.403 | + functions-common:real_install_package:1446 : apt_get install rabbitmq-server 2024-10-01 11:25:19.418 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2024-10-01 11:25:19.477 | Reading package lists... 2024-10-01 11:25:19.678 | Building dependency tree... 2024-10-01 11:25:19.681 | Reading state information... 2024-10-01 11:25:19.891 | rabbitmq-server is already the newest version (3.9.13-1ubuntu0.22.04.2). 2024-10-01 11:25:19.891 | 0 upgraded, 0 newly installed, 0 to remove and 63 not upgraded. 2024-10-01 11:25:19.895 | + functions-common:apt_get:1230 : result=0 2024-10-01 11:25:19.897 | + functions-common:apt_get:1233 : time_stop apt-get 2024-10-01 11:25:19.899 | + functions-common:time_stop:2435 : local name 2024-10-01 11:25:19.901 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:25:19.903 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:25:19.905 | + functions-common:time_stop:2438 : local total 2024-10-01 11:25:19.906 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:25:19.908 | + functions-common:time_stop:2441 : name=apt-get 2024-10-01 11:25:19.910 | + functions-common:time_stop:2442 : start_time=1727781919416 2024-10-01 11:25:19.911 | + functions-common:time_stop:2444 : [[ -z 1727781919416 ]] 2024-10-01 11:25:19.914 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:25:19.917 | + functions-common:time_stop:2447 : end_time=1727781919915 2024-10-01 11:25:19.919 | + functions-common:time_stop:2448 : elapsed_time=499 2024-10-01 11:25:19.920 | + functions-common:time_stop:2449 : total=6396 2024-10-01 11:25:19.922 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:25:19.924 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6895 2024-10-01 11:25:19.926 | + functions-common:apt_get:1234 : return 0 2024-10-01 11:25:19.928 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2024-10-01 11:25:19.929 | + functions-common:is_suse:544 : is_opensuse 2024-10-01 11:25:19.931 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-10-01 11:25:19.933 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-10-01 11:25:19.935 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-10-01 11:25:19.937 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-10-01 11:25:19.939 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-10-01 11:25:19.940 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2024-10-01 11:25:19.942 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-10-01 11:25:19.944 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-10-01 11:25:19.946 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-10-01 11:25:19.948 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-10-01 11:25:19.950 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-10-01 11:25:19.952 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-10-01 11:25:19.953 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-10-01 11:25:19.955 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-10-01 11:25:19.957 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-10-01 11:25:19.959 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-10-01 11:25:19.961 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-10-01 11:25:19.963 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-10-01 11:25:19.965 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2024-10-01 11:25:19.967 | + functions-common:is_suse:544 : is_opensuse 2024-10-01 11:25:19.969 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-10-01 11:25:19.970 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-10-01 11:25:19.972 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-10-01 11:25:19.974 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-10-01 11:25:19.976 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-10-01 11:25:19.978 | + stack.sh:main:842 : restart_rpc_backend 2024-10-01 11:25:19.979 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2024-10-01 11:25:19.992 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:25:19.993 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2024-10-01 11:25:19.995 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 11:25:19.997 | + stack.sh:echo_summary:455 : echo -e Starting RabbitMQ 2024-10-01 11:25:19.999 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2024-10-01 11:25:20.001 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2024-10-01 11:25:20.005 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2024-10-01 11:25:20.007 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2024-10-01 11:25:20.008 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2024-10-01 11:25:20.010 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2024-10-01 11:25:20.012 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit stackdb 2024-10-01 11:25:20.014 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=stackdb found= out= 2024-10-01 11:25:20.016 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2024-10-01 11:25:20.475 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2024-10-01 11:25:20.475 | user tags 2024-10-01 11:25:20.475 | guest [administrator]' 2024-10-01 11:25:20.478 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2024-10-01 11:25:20.478 | user tags 2024-10-01 11:25:20.478 | guest [administrator]' 2024-10-01 11:25:20.478 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2024-10-01 11:25:20.483 | + lib/rpc_backend:rabbit_setuser:176 : found= 2024-10-01 11:25:20.485 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2024-10-01 11:25:20.486 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit stackdb 2024-10-01 11:25:20.938 | Adding user "stackrabbit" ... 2024-10-01 11:25:20.945 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2024-10-01 11:25:20.958 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2024-10-01 11:25:21.374 | Setting permissions for user "stackrabbit" in vhost "/" ... 2024-10-01 11:25:21.392 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2024-10-01 11:25:21.394 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit stackdb 2024-10-01 11:25:21.815 | Changing password for user "stackrabbit" ... 2024-10-01 11:25:21.834 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2024-10-01 11:25:21.836 | + lib/rpc_backend:restart_rpc_backend:116 : break 2024-10-01 11:25:21.838 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2024-10-01 11:25:22.252 | Deleting user "guest" ... 2024-10-01 11:25:22.270 | + stack.sh:main:844 : is_service_enabled mysql postgresql 2024-10-01 11:25:22.283 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:25:22.284 | + stack.sh:main:845 : install_database 2024-10-01 11:25:22.286 | + lib/database:install_database:118 : install_database_mysql 2024-10-01 11:25:22.288 | + lib/databases/mysql:install_database_mysql:193 : is_ubuntu 2024-10-01 11:25:22.290 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:25:22.292 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:25:22.293 | + lib/databases/mysql:install_database_mysql:196 : sudo debconf-set-selections 2024-10-01 11:25:22.410 | + lib/databases/mysql:install_database_mysql:206 : [[ ! -e /opt/stack/.my.cnf ]] 2024-10-01 11:25:22.412 | + lib/databases/mysql:install_database_mysql:207 : cat 2024-10-01 11:25:22.415 | + lib/databases/mysql:install_database_mysql:213 : is_ubuntu 2024-10-01 11:25:22.417 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:25:22.419 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:25:22.420 | + lib/databases/mysql:install_database_mysql:213 : '[' mariadb '!=' mariadb ']' 2024-10-01 11:25:22.422 | + lib/databases/mysql:install_database_mysql:216 : chmod 0600 /opt/stack/.my.cnf 2024-10-01 11:25:22.425 | + lib/databases/mysql:install_database_mysql:219 : [[ False == \T\r\u\e ]] 2024-10-01 11:25:22.427 | + stack.sh:main:847 : '[' -n mysql ']' 2024-10-01 11:25:22.429 | + stack.sh:main:848 : install_database_python 2024-10-01 11:25:22.431 | + lib/database:install_database_python:123 : install_database_python_mysql 2024-10-01 11:25:22.432 | + lib/databases/mysql:install_database_python_mysql:238 : pip_install_gr PyMySQL 2024-10-01 11:25:22.434 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2024-10-01 11:25:22.436 | + inc/python:pip_install_gr:77 : local clean_name 2024-10-01 11:25:22.438 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2024-10-01 11:25:22.440 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2024-10-01 11:25:22.442 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-10-01 11:25:22.445 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2024-10-01 11:25:22.445 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-10-01 11:25:22.448 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2024-10-01 11:25:22.450 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2024-10-01 11:25:22.452 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2024-10-01 11:25:22.454 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2024-10-01 11:25:22.456 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2024-10-01 11:25:22.471 | Using python 3.10 to install PyMySQL 2024-10-01 11:25:22.473 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt PyMySQL 2024-10-01 11:25:23.469 | Collecting PyMySQL 2024-10-01 11:25:23.473 | Using cached PyMySQL-1.0.2-py3-none-any.whl (43 kB) 2024-10-01 11:25:23.655 | Installing collected packages: PyMySQL 2024-10-01 11:25:23.691 | Successfully installed PyMySQL-1.0.2 2024-10-01 11:25:23.691 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 11:25:23.812 | + inc/python:pip_install:196 : result=0 2024-10-01 11:25:23.814 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-01 11:25:23.816 | + functions-common:time_stop:2435 : local name 2024-10-01 11:25:23.818 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:25:23.820 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:25:23.822 | + functions-common:time_stop:2438 : local total 2024-10-01 11:25:23.825 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:25:23.827 | + functions-common:time_stop:2441 : name=pip_install 2024-10-01 11:25:23.829 | + functions-common:time_stop:2442 : start_time=1727781922467 2024-10-01 11:25:23.830 | + functions-common:time_stop:2444 : [[ -z 1727781922467 ]] 2024-10-01 11:25:23.833 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:25:23.836 | + functions-common:time_stop:2447 : end_time=1727781923834 2024-10-01 11:25:23.838 | + functions-common:time_stop:2448 : elapsed_time=1367 2024-10-01 11:25:23.840 | + functions-common:time_stop:2449 : total=9350 2024-10-01 11:25:23.842 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:25:23.844 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10717 2024-10-01 11:25:23.846 | + inc/python:pip_install:199 : return 0 2024-10-01 11:25:23.848 | + lib/databases/mysql:install_database_python_mysql:239 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2024-10-01 11:25:23.850 | + lib/databases/mysql:install_database_python_mysql:241 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-10-01 11:25:23.852 | + lib/databases/mysql:install_database_python_mysql:242 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2024-10-01 11:25:23.854 | + stack.sh:main:851 : is_service_enabled neutron 2024-10-01 11:25:23.866 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:25:23.868 | + stack.sh:main:852 : install_neutron_agent_packages 2024-10-01 11:25:23.870 | + lib/neutron:install_neutron_agent_packages:536 : is_service_enabled q-l3 neutron-l3 2024-10-01 11:25:23.884 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:25:23.886 | + lib/neutron:install_neutron_agent_packages:537 : install_package radvd 2024-10-01 11:25:23.888 | + functions-common:install_package:1459 : update_package_repo 2024-10-01 11:25:23.890 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-10-01 11:25:23.892 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-10-01 11:25:23.895 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-10-01 11:25:23.897 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-10-01 11:25:23.899 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-10-01 11:25:23.901 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:25:23.903 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:25:23.904 | + functions-common:update_package_repo:1440 : apt_get_update 2024-10-01 11:25:23.906 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-10-01 11:25:23.908 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-10-01 11:25:23.910 | + functions-common:apt_get_update:1186 : return 2024-10-01 11:25:23.912 | + functions-common:install_package:1460 : real_install_package radvd 2024-10-01 11:25:23.915 | + functions-common:real_install_package:1445 : is_ubuntu 2024-10-01 11:25:23.917 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:25:23.918 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:25:23.920 | + functions-common:real_install_package:1446 : apt_get install radvd 2024-10-01 11:25:23.938 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2024-10-01 11:25:24.009 | Reading package lists... 2024-10-01 11:25:24.248 | Building dependency tree... 2024-10-01 11:25:24.250 | Reading state information... 2024-10-01 11:25:24.487 | radvd is already the newest version (1:2.18-3build2). 2024-10-01 11:25:24.487 | 0 upgraded, 0 newly installed, 0 to remove and 63 not upgraded. 2024-10-01 11:25:24.491 | + functions-common:apt_get:1230 : result=0 2024-10-01 11:25:24.493 | + functions-common:apt_get:1233 : time_stop apt-get 2024-10-01 11:25:24.496 | + functions-common:time_stop:2435 : local name 2024-10-01 11:25:24.498 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:25:24.500 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:25:24.502 | + functions-common:time_stop:2438 : local total 2024-10-01 11:25:24.504 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:25:24.506 | + functions-common:time_stop:2441 : name=apt-get 2024-10-01 11:25:24.508 | + functions-common:time_stop:2442 : start_time=1727781923936 2024-10-01 11:25:24.510 | + functions-common:time_stop:2444 : [[ -z 1727781923936 ]] 2024-10-01 11:25:24.512 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:25:24.516 | + functions-common:time_stop:2447 : end_time=1727781924514 2024-10-01 11:25:24.518 | + functions-common:time_stop:2448 : elapsed_time=578 2024-10-01 11:25:24.520 | + functions-common:time_stop:2449 : total=6895 2024-10-01 11:25:24.522 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:25:24.523 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7473 2024-10-01 11:25:24.525 | + functions-common:apt_get:1234 : return 0 2024-10-01 11:25:24.528 | + lib/neutron:install_neutron_agent_packages:540 : is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 2024-10-01 11:25:24.541 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:25:24.543 | + lib/neutron:install_neutron_agent_packages:541 : neutron_plugin_install_agent_packages 2024-10-01 11:25:24.545 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2024-10-01 11:25:24.547 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2024-10-01 11:25:24.550 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2024-10-01 11:25:24.565 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2024-10-01 11:25:24.568 | + functions-common:install_package:1459 : update_package_repo 2024-10-01 11:25:24.570 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-10-01 11:25:24.572 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-10-01 11:25:24.573 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-10-01 11:25:24.576 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-10-01 11:25:24.577 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-10-01 11:25:24.579 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:25:24.581 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:25:24.583 | + functions-common:update_package_repo:1440 : apt_get_update 2024-10-01 11:25:24.584 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-10-01 11:25:24.586 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-10-01 11:25:24.588 | + functions-common:apt_get_update:1186 : return 2024-10-01 11:25:24.590 | + functions-common:install_package:1460 : real_install_package fakeroot make openvswitch-switch 2024-10-01 11:25:24.591 | + functions-common:real_install_package:1445 : is_ubuntu 2024-10-01 11:25:24.593 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:25:24.595 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:25:24.597 | + functions-common:real_install_package:1446 : apt_get install fakeroot make openvswitch-switch 2024-10-01 11:25:24.612 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install fakeroot make openvswitch-switch 2024-10-01 11:25:24.670 | Reading package lists... 2024-10-01 11:25:24.869 | Building dependency tree... 2024-10-01 11:25:24.872 | Reading state information... 2024-10-01 11:25:25.080 | fakeroot is already the newest version (1.28-1ubuntu1). 2024-10-01 11:25:25.080 | fakeroot set to manually installed. 2024-10-01 11:25:25.080 | make is already the newest version (4.3-4.1build1). 2024-10-01 11:25:25.080 | make set to manually installed. 2024-10-01 11:25:25.080 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2024-10-01 11:25:25.080 | 0 upgraded, 0 newly installed, 0 to remove and 63 not upgraded. 2024-10-01 11:25:25.084 | + functions-common:apt_get:1230 : result=0 2024-10-01 11:25:25.086 | + functions-common:apt_get:1233 : time_stop apt-get 2024-10-01 11:25:25.088 | + functions-common:time_stop:2435 : local name 2024-10-01 11:25:25.090 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:25:25.091 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:25:25.093 | + functions-common:time_stop:2438 : local total 2024-10-01 11:25:25.094 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:25:25.096 | + functions-common:time_stop:2441 : name=apt-get 2024-10-01 11:25:25.098 | + functions-common:time_stop:2442 : start_time=1727781924610 2024-10-01 11:25:25.099 | + functions-common:time_stop:2444 : [[ -z 1727781924610 ]] 2024-10-01 11:25:25.101 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:25:25.104 | + functions-common:time_stop:2447 : end_time=1727781925102 2024-10-01 11:25:25.106 | + functions-common:time_stop:2448 : elapsed_time=492 2024-10-01 11:25:25.107 | + functions-common:time_stop:2449 : total=7473 2024-10-01 11:25:25.109 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:25:25.110 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7965 2024-10-01 11:25:25.112 | + functions-common:apt_get:1234 : return 0 2024-10-01 11:25:25.114 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2024-10-01 11:25:25.115 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:25:25.117 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:25:25.119 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2024-10-01 11:25:25.121 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2024-10-01 11:25:25.123 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2024-10-01 11:25:25.126 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.8.0-40-generic 2024-10-01 11:25:25.128 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2024-10-01 11:25:25.131 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.8.0-40-generic 2024-10-01 11:25:25.131 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2024-10-01 11:25:25.134 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.8 2024-10-01 11:25:25.136 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.8 '<' 3.13 2024-10-01 11:25:25.138 | + functions:vercmp:639 : local v1=6.8 2024-10-01 11:25:25.140 | + functions:vercmp:640 : local 'op=<' 2024-10-01 11:25:25.142 | + functions:vercmp:641 : local v2=3.13 2024-10-01 11:25:25.143 | + functions:vercmp:642 : local result 2024-10-01 11:25:25.146 | ++ functions:vercmp:646 : echo -e '6.8\n3.13' 2024-10-01 11:25:25.147 | ++ functions:vercmp:646 : sort -V 2024-10-01 11:25:25.147 | ++ functions:vercmp:646 : head -1 2024-10-01 11:25:25.151 | + functions:vercmp:646 : result=3.13 2024-10-01 11:25:25.152 | + functions:vercmp:648 : case $op in 2024-10-01 11:25:25.154 | + functions:vercmp:658 : '[' 6.8 '!=' 3.13 ']' 2024-10-01 11:25:25.156 | + functions:vercmp:658 : '[' 3.13 = 6.8 ']' 2024-10-01 11:25:25.158 | + functions:vercmp:659 : return 2024-10-01 11:25:25.159 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2024-10-01 11:25:25.161 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-10-01 11:25:25.163 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart openvswitch-switch 2024-10-01 11:25:25.596 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2024-10-01 11:25:25.598 | + inc/python:use_library_from_git:246 : local name=os-ken 2024-10-01 11:25:25.600 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:25.602 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:25.604 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-ken, ]] 2024-10-01 11:25:25.605 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:25.607 | + stack.sh:main:855 : is_service_enabled etcd3 2024-10-01 11:25:25.620 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:25:25.621 | + stack.sh:main:856 : install_etcd3 2024-10-01 11:25:25.623 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2024-10-01 11:25:25.623 | Installing etcd 2024-10-01 11:25:25.625 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2024-10-01 11:25:25.634 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2024-10-01 11:25:25.643 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2024-10-01 11:25:25.645 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2024-10-01 11:25:25.654 | + lib/etcd3:install_etcd3:113 : local etcd_file 2024-10-01 11:25:25.656 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-10-01 11:25:25.658 | ++ functions:get_extra_file:62 : local file_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-10-01 11:25:25.661 | +++ functions:get_extra_file:64 : basename https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-10-01 11:25:25.664 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2024-10-01 11:25:25.665 | ++ functions:get_extra_file:65 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz != file* ]] 2024-10-01 11:25:25.667 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2024-10-01 11:25:25.669 | ++ functions:get_extra_file:68 : wget --progress=dot:giga -t 2 -c https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz -O /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-10-01 11:25:25.679 | --2024-10-01 11:25:25-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-10-01 11:25:25.686 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-10-01 11:25:25.687 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-10-01 11:25:25.719 | HTTP request sent, awaiting response... 200 OK 2024-10-01 11:25:25.719 | Length: 11350736 (11M) [application/gzip] 2024-10-01 11:25:25.719 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2024-10-01 11:25:25.726 | 2024-10-01 11:25:25.777 | 0K ........ .. 100% 186M=0.06s 2024-10-01 11:25:25.777 | 2024-10-01 11:25:25.777 | 2024-10-01 11:25:25 (186 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2024-10-01 11:25:25.777 | 2024-10-01 11:25:25.781 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2024-10-01 11:25:25.782 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-10-01 11:25:25.785 | ++ functions:get_extra_file:74 : return 2024-10-01 11:25:25.787 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-10-01 11:25:25.789 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2024-10-01 11:25:25.791 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2024-10-01 11:25:25.793 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2024-10-01 11:25:25.858 | /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2024-10-01 11:25:25.860 | + lib/etcd3:install_etcd3:120 : tar xzvf /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz -C /opt/stack/devstack/files 2024-10-01 11:25:25.864 | etcd-v3.3.12-linux-amd64/ 2024-10-01 11:25:25.864 | etcd-v3.3.12-linux-amd64/README.md 2024-10-01 11:25:25.864 | etcd-v3.3.12-linux-amd64/Documentation/ 2024-10-01 11:25:25.864 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2024-10-01 11:25:25.864 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2024-10-01 11:25:25.864 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2024-10-01 11:25:25.864 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2024-10-01 11:25:25.864 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2024-10-01 11:25:25.864 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2024-10-01 11:25:25.864 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2024-10-01 11:25:25.864 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2024-10-01 11:25:25.864 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2024-10-01 11:25:25.864 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2024-10-01 11:25:25.864 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2024-10-01 11:25:25.864 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2024-10-01 11:25:25.864 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2024-10-01 11:25:25.865 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2024-10-01 11:25:25.865 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2024-10-01 11:25:25.865 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2024-10-01 11:25:25.865 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2024-10-01 11:25:25.865 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-10-01 11:25:25.865 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2024-10-01 11:25:25.865 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2024-10-01 11:25:25.865 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2024-10-01 11:25:25.866 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2024-10-01 11:25:25.867 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2024-10-01 11:25:25.867 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2024-10-01 11:25:25.867 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2024-10-01 11:25:25.867 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2024-10-01 11:25:25.867 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2024-10-01 11:25:25.867 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2024-10-01 11:25:25.867 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2024-10-01 11:25:25.867 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2024-10-01 11:25:25.867 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2024-10-01 11:25:25.867 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2024-10-01 11:25:25.867 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2024-10-01 11:25:25.867 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2024-10-01 11:25:25.868 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2024-10-01 11:25:25.868 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2024-10-01 11:25:25.868 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2024-10-01 11:25:25.868 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2024-10-01 11:25:25.868 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2024-10-01 11:25:25.868 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2024-10-01 11:25:25.868 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2024-10-01 11:25:25.868 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2024-10-01 11:25:25.868 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2024-10-01 11:25:25.868 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2024-10-01 11:25:25.868 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2024-10-01 11:25:25.868 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2024-10-01 11:25:25.868 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2024-10-01 11:25:25.868 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2024-10-01 11:25:25.868 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2024-10-01 11:25:25.868 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2024-10-01 11:25:25.868 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2024-10-01 11:25:25.869 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2024-10-01 11:25:25.869 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2024-10-01 11:25:25.869 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2024-10-01 11:25:25.869 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2024-10-01 11:25:25.869 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2024-10-01 11:25:25.869 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2024-10-01 11:25:25.870 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2024-10-01 11:25:25.870 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2024-10-01 11:25:25.870 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2024-10-01 11:25:25.870 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2024-10-01 11:25:25.870 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2024-10-01 11:25:25.870 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2024-10-01 11:25:25.870 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2024-10-01 11:25:25.870 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2024-10-01 11:25:25.870 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2024-10-01 11:25:25.870 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2024-10-01 11:25:25.870 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2024-10-01 11:25:25.870 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2024-10-01 11:25:25.870 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2024-10-01 11:25:25.870 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2024-10-01 11:25:25.870 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2024-10-01 11:25:25.870 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2024-10-01 11:25:25.870 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2024-10-01 11:25:25.870 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2024-10-01 11:25:25.870 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2024-10-01 11:25:25.870 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2024-10-01 11:25:25.870 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2024-10-01 11:25:25.870 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2024-10-01 11:25:25.870 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2024-10-01 11:25:25.871 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2024-10-01 11:25:25.871 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2024-10-01 11:25:25.871 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2024-10-01 11:25:25.871 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2024-10-01 11:25:25.871 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2024-10-01 11:25:25.871 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2024-10-01 11:25:25.871 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2024-10-01 11:25:25.871 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2024-10-01 11:25:25.872 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2024-10-01 11:25:25.872 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2024-10-01 11:25:25.872 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2024-10-01 11:25:25.872 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2024-10-01 11:25:25.872 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2024-10-01 11:25:25.872 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2024-10-01 11:25:25.873 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2024-10-01 11:25:25.873 | etcd-v3.3.12-linux-amd64/etcdctl 2024-10-01 11:25:25.992 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2024-10-01 11:25:25.993 | etcd-v3.3.12-linux-amd64/etcd 2024-10-01 11:25:26.140 | + lib/etcd3:install_etcd3:121 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack//bin/etcd 2024-10-01 11:25:26.163 | + lib/etcd3:install_etcd3:122 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack//bin/etcdctl 2024-10-01 11:25:26.183 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2024-10-01 11:25:26.185 | + stack.sh:main:865 : is_service_enabled tls-proxy 2024-10-01 11:25:26.197 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:25:26.199 | + stack.sh:main:875 : install_dstat 2024-10-01 11:25:26.201 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2024-10-01 11:25:26.213 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:25:26.215 | + stack.sh:main:881 : echo_summary 'Installing OpenStack project source' 2024-10-01 11:25:26.217 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 11:25:26.219 | + stack.sh:echo_summary:455 : echo -e Installing OpenStack project source 2024-10-01 11:25:26.221 | + stack.sh:main:884 : install_libs 2024-10-01 11:25:26.223 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2024-10-01 11:25:26.224 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2024-10-01 11:25:26.226 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2024-10-01 11:25:26.228 | + inc/python:use_library_from_git:246 : local name=automaton 2024-10-01 11:25:26.229 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.231 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.233 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,automaton, ]] 2024-10-01 11:25:26.234 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.236 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2024-10-01 11:25:26.238 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2024-10-01 11:25:26.239 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2024-10-01 11:25:26.241 | + inc/python:use_library_from_git:246 : local name=castellan 2024-10-01 11:25:26.243 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.244 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.246 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,castellan, ]] 2024-10-01 11:25:26.248 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.249 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2024-10-01 11:25:26.251 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2024-10-01 11:25:26.253 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2024-10-01 11:25:26.254 | + inc/python:use_library_from_git:246 : local name=cliff 2024-10-01 11:25:26.256 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.258 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.259 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cliff, ]] 2024-10-01 11:25:26.261 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.263 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2024-10-01 11:25:26.264 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2024-10-01 11:25:26.266 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2024-10-01 11:25:26.268 | + inc/python:use_library_from_git:246 : local name=cursive 2024-10-01 11:25:26.269 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.271 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.273 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cursive, ]] 2024-10-01 11:25:26.274 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.276 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2024-10-01 11:25:26.278 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2024-10-01 11:25:26.280 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2024-10-01 11:25:26.281 | + inc/python:use_library_from_git:246 : local name=debtcollector 2024-10-01 11:25:26.283 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.285 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.286 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,debtcollector, ]] 2024-10-01 11:25:26.288 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.290 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2024-10-01 11:25:26.291 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2024-10-01 11:25:26.293 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2024-10-01 11:25:26.295 | + inc/python:use_library_from_git:246 : local name=futurist 2024-10-01 11:25:26.296 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.298 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.300 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,futurist, ]] 2024-10-01 11:25:26.302 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.303 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2024-10-01 11:25:26.305 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2024-10-01 11:25:26.307 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2024-10-01 11:25:26.308 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2024-10-01 11:25:26.310 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.312 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.313 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,openstacksdk, ]] 2024-10-01 11:25:26.315 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.317 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2024-10-01 11:25:26.318 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2024-10-01 11:25:26.320 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2024-10-01 11:25:26.322 | + inc/python:use_library_from_git:246 : local name=osc-lib 2024-10-01 11:25:26.323 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.325 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.327 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-lib, ]] 2024-10-01 11:25:26.329 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.330 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2024-10-01 11:25:26.332 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2024-10-01 11:25:26.334 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2024-10-01 11:25:26.335 | + inc/python:use_library_from_git:246 : local name=osc-placement 2024-10-01 11:25:26.337 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.339 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.341 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-placement, ]] 2024-10-01 11:25:26.342 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.344 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2024-10-01 11:25:26.346 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2024-10-01 11:25:26.347 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2024-10-01 11:25:26.349 | + inc/python:use_library_from_git:246 : local name=os-client-config 2024-10-01 11:25:26.351 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.353 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.354 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-client-config, ]] 2024-10-01 11:25:26.356 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.358 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2024-10-01 11:25:26.359 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2024-10-01 11:25:26.361 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2024-10-01 11:25:26.363 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2024-10-01 11:25:26.364 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.366 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.368 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.cache, ]] 2024-10-01 11:25:26.370 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.371 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2024-10-01 11:25:26.373 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2024-10-01 11:25:26.375 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2024-10-01 11:25:26.377 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2024-10-01 11:25:26.378 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.380 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.382 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.concurrency, ]] 2024-10-01 11:25:26.383 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.385 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2024-10-01 11:25:26.387 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2024-10-01 11:25:26.388 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2024-10-01 11:25:26.390 | + inc/python:use_library_from_git:246 : local name=oslo.config 2024-10-01 11:25:26.392 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.394 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.395 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.config, ]] 2024-10-01 11:25:26.397 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.399 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2024-10-01 11:25:26.400 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2024-10-01 11:25:26.402 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2024-10-01 11:25:26.404 | + inc/python:use_library_from_git:246 : local name=oslo.context 2024-10-01 11:25:26.405 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.407 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.409 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.context, ]] 2024-10-01 11:25:26.411 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.412 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2024-10-01 11:25:26.414 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2024-10-01 11:25:26.416 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2024-10-01 11:25:26.417 | + inc/python:use_library_from_git:246 : local name=oslo.db 2024-10-01 11:25:26.419 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.421 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.422 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.db, ]] 2024-10-01 11:25:26.424 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.426 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2024-10-01 11:25:26.428 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2024-10-01 11:25:26.429 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2024-10-01 11:25:26.431 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2024-10-01 11:25:26.433 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.435 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.436 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.i18n, ]] 2024-10-01 11:25:26.438 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.440 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2024-10-01 11:25:26.442 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2024-10-01 11:25:26.443 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2024-10-01 11:25:26.445 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2024-10-01 11:25:26.447 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.449 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.450 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.limit, ]] 2024-10-01 11:25:26.452 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.454 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2024-10-01 11:25:26.455 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2024-10-01 11:25:26.457 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2024-10-01 11:25:26.459 | + inc/python:use_library_from_git:246 : local name=oslo.log 2024-10-01 11:25:26.461 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.462 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.464 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.log, ]] 2024-10-01 11:25:26.466 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.467 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2024-10-01 11:25:26.469 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2024-10-01 11:25:26.471 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2024-10-01 11:25:26.473 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2024-10-01 11:25:26.474 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.476 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.478 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.messaging, ]] 2024-10-01 11:25:26.480 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.481 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2024-10-01 11:25:26.483 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2024-10-01 11:25:26.485 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2024-10-01 11:25:26.486 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2024-10-01 11:25:26.488 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.490 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.492 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.middleware, ]] 2024-10-01 11:25:26.493 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.495 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2024-10-01 11:25:26.497 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2024-10-01 11:25:26.499 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2024-10-01 11:25:26.500 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2024-10-01 11:25:26.502 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.504 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.506 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.policy, ]] 2024-10-01 11:25:26.507 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.509 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2024-10-01 11:25:26.511 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2024-10-01 11:25:26.513 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2024-10-01 11:25:26.514 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2024-10-01 11:25:26.516 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.518 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.520 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.privsep, ]] 2024-10-01 11:25:26.521 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.523 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2024-10-01 11:25:26.525 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2024-10-01 11:25:26.527 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2024-10-01 11:25:26.528 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2024-10-01 11:25:26.530 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.532 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.534 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.reports, ]] 2024-10-01 11:25:26.535 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.537 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2024-10-01 11:25:26.539 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2024-10-01 11:25:26.541 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2024-10-01 11:25:26.542 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2024-10-01 11:25:26.544 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.546 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.548 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.rootwrap, ]] 2024-10-01 11:25:26.549 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.551 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2024-10-01 11:25:26.553 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2024-10-01 11:25:26.555 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2024-10-01 11:25:26.556 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2024-10-01 11:25:26.558 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.560 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.561 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.serialization, ]] 2024-10-01 11:25:26.563 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.565 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2024-10-01 11:25:26.567 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2024-10-01 11:25:26.568 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2024-10-01 11:25:26.570 | + inc/python:use_library_from_git:246 : local name=oslo.service 2024-10-01 11:25:26.572 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.574 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.575 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.service, ]] 2024-10-01 11:25:26.577 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.579 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2024-10-01 11:25:26.581 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2024-10-01 11:25:26.582 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2024-10-01 11:25:26.584 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2024-10-01 11:25:26.586 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.587 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.589 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.utils, ]] 2024-10-01 11:25:26.591 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.593 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2024-10-01 11:25:26.594 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2024-10-01 11:25:26.596 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2024-10-01 11:25:26.598 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2024-10-01 11:25:26.600 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.601 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.603 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.versionedobjects, ]] 2024-10-01 11:25:26.605 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.606 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2024-10-01 11:25:26.608 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2024-10-01 11:25:26.610 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2024-10-01 11:25:26.612 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2024-10-01 11:25:26.613 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.615 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.617 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.vmware, ]] 2024-10-01 11:25:26.619 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.621 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2024-10-01 11:25:26.623 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2024-10-01 11:25:26.624 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2024-10-01 11:25:26.626 | + inc/python:use_library_from_git:246 : local name=osprofiler 2024-10-01 11:25:26.628 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.629 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.631 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osprofiler, ]] 2024-10-01 11:25:26.633 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.635 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2024-10-01 11:25:26.637 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2024-10-01 11:25:26.638 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2024-10-01 11:25:26.640 | + inc/python:use_library_from_git:246 : local name=pycadf 2024-10-01 11:25:26.642 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.644 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.646 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pycadf, ]] 2024-10-01 11:25:26.648 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.650 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2024-10-01 11:25:26.652 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2024-10-01 11:25:26.653 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2024-10-01 11:25:26.655 | + inc/python:use_library_from_git:246 : local name=stevedore 2024-10-01 11:25:26.657 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.659 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.660 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,stevedore, ]] 2024-10-01 11:25:26.662 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.664 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2024-10-01 11:25:26.666 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2024-10-01 11:25:26.668 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2024-10-01 11:25:26.670 | + inc/python:use_library_from_git:246 : local name=taskflow 2024-10-01 11:25:26.671 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.673 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.675 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,taskflow, ]] 2024-10-01 11:25:26.677 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.679 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2024-10-01 11:25:26.680 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2024-10-01 11:25:26.682 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2024-10-01 11:25:26.684 | + inc/python:use_library_from_git:246 : local name=tooz 2024-10-01 11:25:26.686 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.688 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.689 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,tooz, ]] 2024-10-01 11:25:26.691 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.693 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2024-10-01 11:25:26.695 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2024-10-01 11:25:26.697 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2024-10-01 11:25:26.698 | + inc/python:use_library_from_git:246 : local name=os-brick 2024-10-01 11:25:26.700 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.702 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.704 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-brick, ]] 2024-10-01 11:25:26.706 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.707 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2024-10-01 11:25:26.709 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2024-10-01 11:25:26.711 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2024-10-01 11:25:26.713 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2024-10-01 11:25:26.715 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.716 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.718 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-resource-classes, ]] 2024-10-01 11:25:26.720 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.722 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2024-10-01 11:25:26.724 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2024-10-01 11:25:26.725 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2024-10-01 11:25:26.727 | + inc/python:use_library_from_git:246 : local name=os-traits 2024-10-01 11:25:26.729 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.731 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.733 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-traits, ]] 2024-10-01 11:25:26.734 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.736 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2024-10-01 11:25:26.738 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2024-10-01 11:25:26.740 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2024-10-01 11:25:26.742 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2024-10-01 11:25:26.744 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:26.745 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:26.747 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-barbicanclient, ]] 2024-10-01 11:25:26.749 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:26.751 | + lib/libraries:install_libs:139 : pip_install etcd3 2024-10-01 11:25:26.767 | Using python 3.10 to install etcd3 2024-10-01 11:25:26.769 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt etcd3 2024-10-01 11:25:27.729 | Collecting etcd3 2024-10-01 11:25:27.729 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2024-10-01 11:25:27.739 | Requirement already satisfied: six>=1.12.0 in /usr/lib/python3/dist-packages (from etcd3) (1.16.0) 2024-10-01 11:25:28.993 | Collecting grpcio>=1.27.1 2024-10-01 11:25:29.023 | Using cached grpcio-1.49.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB) 2024-10-01 11:25:29.105 | Collecting tenacity>=6.1.0 2024-10-01 11:25:29.107 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2024-10-01 11:25:29.504 | Collecting protobuf>=3.6.1 2024-10-01 11:25:29.509 | Using cached protobuf-4.21.7-cp37-abi3-manylinux2014_x86_64.whl (408 kB) 2024-10-01 11:25:29.679 | Installing collected packages: tenacity, protobuf, grpcio, etcd3 2024-10-01 11:25:30.079 | Successfully installed etcd3-0.12.0 grpcio-1.49.1 protobuf-4.21.7 tenacity-6.3.1 2024-10-01 11:25:30.079 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 11:25:30.201 | + inc/python:pip_install:196 : result=0 2024-10-01 11:25:30.203 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-01 11:25:30.204 | + functions-common:time_stop:2435 : local name 2024-10-01 11:25:30.206 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:25:30.208 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:25:30.209 | + functions-common:time_stop:2438 : local total 2024-10-01 11:25:30.211 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:25:30.213 | + functions-common:time_stop:2441 : name=pip_install 2024-10-01 11:25:30.214 | + functions-common:time_stop:2442 : start_time=1727781926763 2024-10-01 11:25:30.216 | + functions-common:time_stop:2444 : [[ -z 1727781926763 ]] 2024-10-01 11:25:30.218 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:25:30.221 | + functions-common:time_stop:2447 : end_time=1727781930219 2024-10-01 11:25:30.223 | + functions-common:time_stop:2448 : elapsed_time=3456 2024-10-01 11:25:30.225 | + functions-common:time_stop:2449 : total=10717 2024-10-01 11:25:30.226 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:25:30.228 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14173 2024-10-01 11:25:30.230 | + inc/python:pip_install:199 : return 0 2024-10-01 11:25:30.232 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2024-10-01 11:25:30.247 | Using python 3.10 to install etcd3gw 2024-10-01 11:25:30.249 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt etcd3gw 2024-10-01 11:25:31.309 | Collecting etcd3gw 2024-10-01 11:25:31.312 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2024-10-01 11:25:31.316 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.10/dist-packages (from etcd3gw) (5.11.1) 2024-10-01 11:25:31.369 | Collecting requests>=2.20.0 2024-10-01 11:25:31.372 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2024-10-01 11:25:31.405 | Collecting futurist>=0.16.0 2024-10-01 11:25:31.407 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2024-10-01 11:25:31.476 | Collecting urllib3<1.27,>=1.21.1 2024-10-01 11:25:31.480 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2024-10-01 11:25:31.645 | Collecting charset-normalizer<3,>=2 2024-10-01 11:25:31.648 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2024-10-01 11:25:31.672 | Collecting idna<4,>=2.5 2024-10-01 11:25:31.675 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-10-01 11:25:31.677 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.20.0->etcd3gw) (2020.6.20) 2024-10-01 11:25:31.898 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, requests, etcd3gw 2024-10-01 11:25:31.898 | Attempting uninstall: urllib3 2024-10-01 11:25:31.899 | Found existing installation: urllib3 1.26.5 2024-10-01 11:25:31.903 | Not uninstalling urllib3 at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 11:25:31.903 | Can't uninstall 'urllib3'. No files were found to uninstall. 2024-10-01 11:25:31.972 | Attempting uninstall: idna 2024-10-01 11:25:31.973 | Found existing installation: idna 3.3 2024-10-01 11:25:31.974 | Not uninstalling idna at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 11:25:31.975 | Can't uninstall 'idna'. No files were found to uninstall. 2024-10-01 11:25:32.110 | Attempting uninstall: requests 2024-10-01 11:25:32.111 | Found existing installation: requests 2.25.1 2024-10-01 11:25:32.112 | Not uninstalling requests at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 11:25:32.113 | Can't uninstall 'requests'. No files were found to uninstall. 2024-10-01 11:25:32.169 | Successfully installed charset-normalizer-2.1.1 etcd3gw-2.1.0 futurist-2.4.1 idna-3.4 requests-2.28.1 urllib3-1.26.12 2024-10-01 11:25:32.169 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 11:25:32.254 | + inc/python:pip_install:196 : result=0 2024-10-01 11:25:32.256 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-01 11:25:32.258 | + functions-common:time_stop:2435 : local name 2024-10-01 11:25:32.260 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:25:32.262 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:25:32.263 | + functions-common:time_stop:2438 : local total 2024-10-01 11:25:32.265 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:25:32.267 | + functions-common:time_stop:2441 : name=pip_install 2024-10-01 11:25:32.268 | + functions-common:time_stop:2442 : start_time=1727781930243 2024-10-01 11:25:32.270 | + functions-common:time_stop:2444 : [[ -z 1727781930243 ]] 2024-10-01 11:25:32.272 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:25:32.275 | + functions-common:time_stop:2447 : end_time=1727781932273 2024-10-01 11:25:32.276 | + functions-common:time_stop:2448 : elapsed_time=2030 2024-10-01 11:25:32.278 | + functions-common:time_stop:2449 : total=14173 2024-10-01 11:25:32.280 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:25:32.281 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=16203 2024-10-01 11:25:32.283 | + inc/python:pip_install:199 : return 0 2024-10-01 11:25:32.285 | + stack.sh:main:887 : install_apache_uwsgi 2024-10-01 11:25:32.287 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2024-10-01 11:25:32.288 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2024-10-01 11:25:32.290 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-10-01 11:25:32.292 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-10-01 11:25:32.293 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-10-01 11:25:32.295 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-10-01 11:25:32.297 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-10-01 11:25:32.299 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-10-01 11:25:32.301 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-10-01 11:25:32.302 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-10-01 11:25:32.304 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-10-01 11:25:32.306 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-10-01 11:25:32.308 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-10-01 11:25:32.310 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-10-01 11:25:32.311 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2024-10-01 11:25:32.313 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:25:32.315 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:25:32.316 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2024-10-01 11:25:32.318 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-10-01 11:25:32.320 | + functions-common:install_package:1459 : update_package_repo 2024-10-01 11:25:32.321 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-10-01 11:25:32.323 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-10-01 11:25:32.325 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-10-01 11:25:32.327 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-10-01 11:25:32.328 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-10-01 11:25:32.330 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:25:32.331 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:25:32.333 | + functions-common:update_package_repo:1440 : apt_get_update 2024-10-01 11:25:32.335 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-10-01 11:25:32.336 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-10-01 11:25:32.338 | + functions-common:apt_get_update:1186 : return 2024-10-01 11:25:32.340 | + functions-common:install_package:1460 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-10-01 11:25:32.341 | + functions-common:real_install_package:1445 : is_ubuntu 2024-10-01 11:25:32.343 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:25:32.345 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:25:32.346 | + functions-common:real_install_package:1446 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-10-01 11:25:32.361 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-10-01 11:25:32.419 | Reading package lists... 2024-10-01 11:25:32.624 | Building dependency tree... 2024-10-01 11:25:32.628 | Reading state information... 2024-10-01 11:25:32.823 | uwsgi is already the newest version (2.0.20-4). 2024-10-01 11:25:32.823 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2024-10-01 11:25:32.823 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.12). 2024-10-01 11:25:32.823 | 0 upgraded, 0 newly installed, 0 to remove and 63 not upgraded. 2024-10-01 11:25:32.827 | + functions-common:apt_get:1230 : result=0 2024-10-01 11:25:32.829 | + functions-common:apt_get:1233 : time_stop apt-get 2024-10-01 11:25:32.831 | + functions-common:time_stop:2435 : local name 2024-10-01 11:25:32.833 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:25:32.835 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:25:32.837 | + functions-common:time_stop:2438 : local total 2024-10-01 11:25:32.839 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:25:32.840 | + functions-common:time_stop:2441 : name=apt-get 2024-10-01 11:25:32.842 | + functions-common:time_stop:2442 : start_time=1727781932359 2024-10-01 11:25:32.844 | + functions-common:time_stop:2444 : [[ -z 1727781932359 ]] 2024-10-01 11:25:32.846 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:25:32.849 | + functions-common:time_stop:2447 : end_time=1727781932848 2024-10-01 11:25:32.851 | + functions-common:time_stop:2448 : elapsed_time=489 2024-10-01 11:25:32.853 | + functions-common:time_stop:2449 : total=7965 2024-10-01 11:25:32.855 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:25:32.857 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8454 2024-10-01 11:25:32.858 | + functions-common:apt_get:1234 : return 0 2024-10-01 11:25:32.860 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2024-10-01 11:25:32.862 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:25:32.864 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:25:32.866 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2024-10-01 11:25:32.903 | Enabling module proxy. 2024-10-01 11:25:32.907 | To activate the new configuration, you need to run: 2024-10-01 11:25:32.907 | systemctl restart apache2 2024-10-01 11:25:32.910 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2024-10-01 11:25:32.942 | Considering dependency proxy for proxy_uwsgi: 2024-10-01 11:25:32.942 | Module proxy already enabled 2024-10-01 11:25:32.942 | Enabling module proxy_uwsgi. 2024-10-01 11:25:32.946 | To activate the new configuration, you need to run: 2024-10-01 11:25:32.946 | systemctl restart apache2 2024-10-01 11:25:32.949 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2024-10-01 11:25:32.951 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-10-01 11:25:32.953 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-10-01 11:25:32.955 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-10-01 11:25:33.059 | + stack.sh:main:890 : install_keystoneauth 2024-10-01 11:25:33.061 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2024-10-01 11:25:33.063 | + inc/python:use_library_from_git:246 : local name=keystoneauth 2024-10-01 11:25:33.065 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:33.067 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:33.069 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystoneauth, ]] 2024-10-01 11:25:33.071 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:33.073 | + stack.sh:main:891 : install_keystoneclient 2024-10-01 11:25:33.075 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2024-10-01 11:25:33.077 | + inc/python:use_library_from_git:246 : local name=python-keystoneclient 2024-10-01 11:25:33.079 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:33.081 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:33.083 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-keystoneclient, ]] 2024-10-01 11:25:33.085 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:33.087 | + stack.sh:main:892 : install_glanceclient 2024-10-01 11:25:33.088 | + lib/glance:install_glanceclient:502 : use_library_from_git python-glanceclient 2024-10-01 11:25:33.090 | + inc/python:use_library_from_git:246 : local name=python-glanceclient 2024-10-01 11:25:33.092 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:33.094 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:33.096 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-glanceclient, ]] 2024-10-01 11:25:33.098 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:33.100 | + stack.sh:main:893 : install_cinderclient 2024-10-01 11:25:33.102 | + lib/cinder:install_cinderclient:561 : use_library_from_git python-brick-cinderclient-ext 2024-10-01 11:25:33.104 | + inc/python:use_library_from_git:246 : local name=python-brick-cinderclient-ext 2024-10-01 11:25:33.105 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:33.107 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:33.109 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2024-10-01 11:25:33.111 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:33.113 | + lib/cinder:install_cinderclient:566 : use_library_from_git python-cinderclient 2024-10-01 11:25:33.115 | + inc/python:use_library_from_git:246 : local name=python-cinderclient 2024-10-01 11:25:33.117 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:33.119 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:33.121 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-cinderclient, ]] 2024-10-01 11:25:33.123 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:33.125 | + stack.sh:main:894 : install_novaclient 2024-10-01 11:25:33.127 | + lib/nova:install_novaclient:903 : use_library_from_git python-novaclient 2024-10-01 11:25:33.129 | + inc/python:use_library_from_git:246 : local name=python-novaclient 2024-10-01 11:25:33.130 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:33.132 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:33.134 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-novaclient, ]] 2024-10-01 11:25:33.136 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:33.138 | + stack.sh:main:895 : is_service_enabled swift glance horizon 2024-10-01 11:25:33.150 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:25:33.152 | + stack.sh:main:896 : install_swiftclient 2024-10-01 11:25:33.154 | + lib/swift:install_swiftclient:733 : use_library_from_git python-swiftclient 2024-10-01 11:25:33.156 | + inc/python:use_library_from_git:246 : local name=python-swiftclient 2024-10-01 11:25:33.158 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:33.159 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:33.161 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-swiftclient, ]] 2024-10-01 11:25:33.163 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:33.165 | + stack.sh:main:898 : is_service_enabled neutron nova horizon 2024-10-01 11:25:33.177 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:25:33.179 | + stack.sh:main:899 : install_neutronclient 2024-10-01 11:25:33.180 | + lib/neutron:install_neutronclient:527 : use_library_from_git python-neutronclient 2024-10-01 11:25:33.182 | + inc/python:use_library_from_git:246 : local name=python-neutronclient 2024-10-01 11:25:33.184 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:33.186 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:33.188 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-neutronclient, ]] 2024-10-01 11:25:33.189 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:33.191 | + stack.sh:main:903 : install_keystonemiddleware 2024-10-01 11:25:33.193 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2024-10-01 11:25:33.195 | + inc/python:use_library_from_git:246 : local name=keystonemiddleware 2024-10-01 11:25:33.196 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:33.198 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:33.200 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystonemiddleware, ]] 2024-10-01 11:25:33.202 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:33.204 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2024-10-01 11:25:33.206 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2024-10-01 11:25:33.207 | + inc/python:pip_install_gr:77 : local clean_name 2024-10-01 11:25:33.210 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2024-10-01 11:25:33.211 | ++ inc/python:get_from_global_requirements:221 : local package=keystonemiddleware 2024-10-01 11:25:33.213 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-10-01 11:25:33.216 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2024-10-01 11:25:33.216 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-10-01 11:25:33.220 | ++ inc/python:get_from_global_requirements:223 : required_pkg='keystonemiddleware ' 2024-10-01 11:25:33.221 | ++ inc/python:get_from_global_requirements:224 : [[ keystonemiddleware == '' ]] 2024-10-01 11:25:33.223 | ++ inc/python:get_from_global_requirements:227 : echo keystonemiddleware 2024-10-01 11:25:33.225 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2024-10-01 11:25:33.227 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2024-10-01 11:25:33.242 | Using python 3.10 to install keystonemiddleware 2024-10-01 11:25:33.244 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt keystonemiddleware 2024-10-01 11:25:34.320 | Collecting keystonemiddleware 2024-10-01 11:25:34.324 | Using cached keystonemiddleware-10.2.0-py3-none-any.whl (124 kB) 2024-10-01 11:25:34.350 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystonemiddleware) (1.16.0) 2024-10-01 11:25:34.393 | Collecting keystoneauth1>=3.12.0 2024-10-01 11:25:34.399 | Using cached keystoneauth1-5.1.3-py3-none-any.whl (318 kB) 2024-10-01 11:25:34.428 | Collecting pycadf!=2.0.0,>=1.1.0 2024-10-01 11:25:34.431 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2024-10-01 11:25:34.465 | Collecting oslo.i18n>=3.15.3 2024-10-01 11:25:34.468 | Using cached oslo.i18n-6.0.0-py3-none-any.whl (46 kB) 2024-10-01 11:25:34.470 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (5.11.1) 2024-10-01 11:25:34.506 | Collecting oslo.context>=2.19.2 2024-10-01 11:25:34.508 | Using cached oslo.context-5.1.1-py3-none-any.whl (20 kB) 2024-10-01 11:25:34.570 | Collecting oslo.utils>=3.33.0 2024-10-01 11:25:34.573 | Using cached oslo.utils-6.1.0-py3-none-any.whl (100 kB) 2024-10-01 11:25:34.630 | Collecting oslo.log>=3.36.0 2024-10-01 11:25:34.633 | Using cached oslo.log-5.2.0-py3-none-any.whl (71 kB) 2024-10-01 11:25:34.635 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (2.28.1) 2024-10-01 11:25:34.681 | Collecting oslo.cache>=1.26.0 2024-10-01 11:25:34.683 | Using cached oslo.cache-3.3.1-py3-none-any.whl (70 kB) 2024-10-01 11:25:34.716 | Collecting WebOb>=1.7.1 2024-10-01 11:25:34.719 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2024-10-01 11:25:34.766 | Collecting oslo.serialization!=2.19.1,>=2.18.0 2024-10-01 11:25:34.769 | Using cached oslo.serialization-5.1.2-py3-none-any.whl (25 kB) 2024-10-01 11:25:34.836 | Collecting python-keystoneclient>=3.20.0 2024-10-01 11:25:34.842 | Using cached python_keystoneclient-5.1.0-py3-none-any.whl (398 kB) 2024-10-01 11:25:34.909 | Collecting oslo.config>=5.2.0 2024-10-01 11:25:34.915 | Using cached oslo.config-9.1.1-py3-none-any.whl (128 kB) 2024-10-01 11:25:34.965 | Collecting iso8601>=0.1.11 2024-10-01 11:25:34.967 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2024-10-01 11:25:34.986 | Collecting os-service-types>=1.2.0 2024-10-01 11:25:34.988 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2024-10-01 11:25:35.031 | Collecting stevedore>=1.20.0 2024-10-01 11:25:35.035 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2024-10-01 11:25:35.109 | Collecting dogpile.cache>=1.1.5 2024-10-01 11:25:35.112 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2024-10-01 11:25:35.157 | Collecting netaddr>=0.7.18 2024-10-01 11:25:35.174 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2024-10-01 11:25:35.212 | Collecting debtcollector>=1.2.0 2024-10-01 11:25:35.214 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2024-10-01 11:25:35.238 | Collecting rfc3986>=1.2.0 2024-10-01 11:25:35.241 | Using cached rfc3986-1.5.0-py2.py3-none-any.whl (31 kB) 2024-10-01 11:25:35.332 | Collecting PyYAML>=5.1 2024-10-01 11:25:35.339 | Using cached PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (682 kB) 2024-10-01 11:25:35.398 | Collecting python-dateutil>=2.7.0 2024-10-01 11:25:35.401 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2024-10-01 11:25:35.438 | Collecting pyinotify>=0.9.6 2024-10-01 11:25:35.439 | Using cached pyinotify-0.9.6-py3-none-any.whl 2024-10-01 11:25:35.525 | Collecting pytz>=2013.6 2024-10-01 11:25:35.532 | Using cached pytz-2022.4-py2.py3-none-any.whl (500 kB) 2024-10-01 11:25:35.697 | Collecting msgpack>=0.5.2 2024-10-01 11:25:35.702 | Using cached msgpack-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2024-10-01 11:25:35.758 | Collecting pyparsing>=2.1.0 2024-10-01 11:25:35.761 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2024-10-01 11:25:35.796 | Collecting packaging>=20.4 2024-10-01 11:25:35.799 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2024-10-01 11:25:35.801 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (0.11.0) 2024-10-01 11:25:35.826 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (2.1.1) 2024-10-01 11:25:35.828 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (1.26.12) 2024-10-01 11:25:35.829 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware) (2020.6.20) 2024-10-01 11:25:35.829 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.4) 2024-10-01 11:25:36.036 | Collecting wrapt>=1.7.0 2024-10-01 11:25:36.040 | Using cached wrapt-1.14.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (77 kB) 2024-10-01 11:25:36.078 | Collecting decorator>=4.0.0 2024-10-01 11:25:36.080 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2024-10-01 11:25:36.479 | Installing collected packages: rfc3986, pytz, pyinotify, netaddr, msgpack, wrapt, WebOb, stevedore, PyYAML, python-dateutil, pyparsing, packaging, oslo.i18n, os-service-types, iso8601, decorator, keystoneauth1, dogpile.cache, debtcollector, oslo.utils, oslo.context, oslo.config, oslo.serialization, python-keystoneclient, pycadf, oslo.log, oslo.cache, keystonemiddleware 2024-10-01 11:25:36.504 | Attempting uninstall: pytz 2024-10-01 11:25:36.506 | Found existing installation: pytz 2022.1 2024-10-01 11:25:36.507 | Not uninstalling pytz at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 11:25:36.508 | Can't uninstall 'pytz'. No files were found to uninstall. 2024-10-01 11:25:36.818 | Attempting uninstall: stevedore 2024-10-01 11:25:36.818 | Found existing installation: stevedore 3.5.0 2024-10-01 11:25:36.820 | Not uninstalling stevedore at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 11:25:36.820 | Can't uninstall 'stevedore'. No files were found to uninstall. 2024-10-01 11:25:36.952 | Attempting uninstall: pyparsing 2024-10-01 11:25:36.953 | Found existing installation: pyparsing 2.4.7 2024-10-01 11:25:36.955 | Not uninstalling pyparsing at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 11:25:36.955 | Can't uninstall 'pyparsing'. No files were found to uninstall. 2024-10-01 11:25:37.984 | Successfully installed PyYAML-6.0 WebOb-1.8.7 debtcollector-2.5.0 decorator-5.1.1 dogpile.cache-1.1.8 iso8601-1.1.0 keystoneauth1-5.1.3 keystonemiddleware-10.2.0 msgpack-1.0.4 netaddr-0.8.0 os-service-types-1.7.0 oslo.cache-3.3.1 oslo.config-9.1.1 oslo.context-5.1.1 oslo.i18n-6.0.0 oslo.log-5.2.0 oslo.serialization-5.1.2 oslo.utils-6.1.0 packaging-23.1 pycadf-3.1.1 pyinotify-0.9.6 pyparsing-3.0.9 python-dateutil-2.8.2 python-keystoneclient-5.1.0 pytz-2022.4 rfc3986-1.5.0 stevedore-5.0.0 wrapt-1.14.1 2024-10-01 11:25:37.984 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 11:25:38.111 | + inc/python:pip_install:196 : result=0 2024-10-01 11:25:38.113 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-01 11:25:38.115 | + functions-common:time_stop:2435 : local name 2024-10-01 11:25:38.117 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:25:38.119 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:25:38.121 | + functions-common:time_stop:2438 : local total 2024-10-01 11:25:38.122 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:25:38.124 | + functions-common:time_stop:2441 : name=pip_install 2024-10-01 11:25:38.126 | + functions-common:time_stop:2442 : start_time=1727781933238 2024-10-01 11:25:38.128 | + functions-common:time_stop:2444 : [[ -z 1727781933238 ]] 2024-10-01 11:25:38.130 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:25:38.133 | + functions-common:time_stop:2447 : end_time=1727781938131 2024-10-01 11:25:38.135 | + functions-common:time_stop:2448 : elapsed_time=4893 2024-10-01 11:25:38.136 | + functions-common:time_stop:2449 : total=16203 2024-10-01 11:25:38.138 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:25:38.140 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=21096 2024-10-01 11:25:38.142 | + inc/python:pip_install:199 : return 0 2024-10-01 11:25:38.143 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2024-10-01 11:25:38.145 | + inc/python:pip_install_gr:76 : local name=python-memcached 2024-10-01 11:25:38.147 | + inc/python:pip_install_gr:77 : local clean_name 2024-10-01 11:25:38.150 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2024-10-01 11:25:38.151 | ++ inc/python:get_from_global_requirements:221 : local package=python-memcached 2024-10-01 11:25:38.153 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-10-01 11:25:38.156 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2024-10-01 11:25:38.156 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-10-01 11:25:38.160 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-memcached ' 2024-10-01 11:25:38.162 | ++ inc/python:get_from_global_requirements:224 : [[ python-memcached == '' ]] 2024-10-01 11:25:38.164 | ++ inc/python:get_from_global_requirements:227 : echo python-memcached 2024-10-01 11:25:38.166 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2024-10-01 11:25:38.168 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2024-10-01 11:25:38.183 | Using python 3.10 to install python-memcached 2024-10-01 11:25:38.185 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt python-memcached 2024-10-01 11:25:39.176 | Collecting python-memcached 2024-10-01 11:25:39.179 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2024-10-01 11:25:39.183 | Requirement already satisfied: six>=1.4.0 in /usr/lib/python3/dist-packages (from python-memcached) (1.16.0) 2024-10-01 11:25:39.484 | Installing collected packages: python-memcached 2024-10-01 11:25:39.511 | Successfully installed python-memcached-1.59 2024-10-01 11:25:39.511 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 11:25:39.596 | + inc/python:pip_install:196 : result=0 2024-10-01 11:25:39.598 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-01 11:25:39.600 | + functions-common:time_stop:2435 : local name 2024-10-01 11:25:39.602 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:25:39.604 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:25:39.606 | + functions-common:time_stop:2438 : local total 2024-10-01 11:25:39.608 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:25:39.610 | + functions-common:time_stop:2441 : name=pip_install 2024-10-01 11:25:39.612 | + functions-common:time_stop:2442 : start_time=1727781938179 2024-10-01 11:25:39.613 | + functions-common:time_stop:2444 : [[ -z 1727781938179 ]] 2024-10-01 11:25:39.616 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:25:39.619 | + functions-common:time_stop:2447 : end_time=1727781939617 2024-10-01 11:25:39.620 | + functions-common:time_stop:2448 : elapsed_time=1438 2024-10-01 11:25:39.622 | + functions-common:time_stop:2449 : total=21096 2024-10-01 11:25:39.624 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:25:39.626 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=22534 2024-10-01 11:25:39.627 | + inc/python:pip_install:199 : return 0 2024-10-01 11:25:39.629 | + stack.sh:main:905 : is_service_enabled keystone 2024-10-01 11:25:39.642 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:25:39.644 | + stack.sh:main:906 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-10-01 11:25:39.645 | + stack.sh:main:907 : stack_install_service keystone 2024-10-01 11:25:39.647 | + lib/stack:stack_install_service:20 : local service=keystone 2024-10-01 11:25:39.649 | + lib/stack:stack_install_service:21 : type install_keystone 2024-10-01 11:25:39.651 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-10-01 11:25:39.653 | + lib/stack:stack_install_service:32 : install_keystone 2024-10-01 11:25:39.655 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2024-10-01 11:25:39.666 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:25:39.668 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone stable/2023.1 2024-10-01 11:25:39.670 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/keystone.git 2024-10-01 11:25:39.671 | + functions-common:git_clone:613 : local git_dest=/opt/stack//keystone 2024-10-01 11:25:39.673 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-10-01 11:25:39.674 | + functions-common:git_clone:615 : local orig_dir 2024-10-01 11:25:39.676 | ++ functions-common:git_clone:616 : pwd 2024-10-01 11:25:39.679 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-10-01 11:25:39.680 | + functions-common:git_clone:617 : local git_clone_flags= 2024-10-01 11:25:39.682 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-10-01 11:25:39.694 | + functions-common:git_clone:619 : RECLONE=False 2024-10-01 11:25:39.695 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-10-01 11:25:39.697 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-10-01 11:25:39.698 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-10-01 11:25:39.700 | + functions-common:git_clone:633 : echo stable/2023.1 2024-10-01 11:25:39.701 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-10-01 11:25:39.704 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//keystone ]] 2024-10-01 11:25:39.706 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-10-01 11:25:39.708 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2024-10-01 11:25:39.709 | + functions-common:git_timed:720 : local count=0 2024-10-01 11:25:39.711 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 11:25:39.712 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 11:25:39.714 | + functions-common:git_timed:724 : timeout=0 2024-10-01 11:25:39.716 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 11:25:39.717 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 11:25:39.719 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:25:39.720 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:25:39.723 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:25:39.725 | + functions-common:time_start:2426 : _TIME_START[$name]=1727781939723 2024-10-01 11:25:39.727 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2024-10-01 11:25:39.729 | Cloning into '/opt/stack//keystone'... 2024-10-01 11:25:42.285 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 11:25:42.287 | + functions-common:time_stop:2435 : local name 2024-10-01 11:25:42.289 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:25:42.290 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:25:42.292 | + functions-common:time_stop:2438 : local total 2024-10-01 11:25:42.294 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:25:42.295 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 11:25:42.297 | + functions-common:time_stop:2442 : start_time=1727781939723 2024-10-01 11:25:42.298 | + functions-common:time_stop:2444 : [[ -z 1727781939723 ]] 2024-10-01 11:25:42.301 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:25:42.303 | + functions-common:time_stop:2447 : end_time=1727781942301 2024-10-01 11:25:42.305 | + functions-common:time_stop:2448 : elapsed_time=2578 2024-10-01 11:25:42.306 | + functions-common:time_stop:2449 : total=5053 2024-10-01 11:25:42.308 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:25:42.309 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7631 2024-10-01 11:25:42.311 | + functions-common:git_clone:654 : cd /opt/stack//keystone 2024-10-01 11:25:42.313 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-10-01 11:25:42.314 | + functions-common:git_timed:720 : local count=0 2024-10-01 11:25:42.316 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 11:25:42.317 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 11:25:42.319 | + functions-common:git_timed:724 : timeout=0 2024-10-01 11:25:42.321 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 11:25:42.322 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 11:25:42.324 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:25:42.325 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:25:42.328 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:25:42.330 | + functions-common:time_start:2426 : _TIME_START[$name]=1727781942328 2024-10-01 11:25:42.332 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-10-01 11:25:44.618 | From https://opendev.org/openstack/keystone 2024-10-01 11:25:44.618 | * branch stable/2023.1 -> FETCH_HEAD 2024-10-01 11:25:44.623 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 11:25:44.624 | + functions-common:time_stop:2435 : local name 2024-10-01 11:25:44.626 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:25:44.628 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:25:44.629 | + functions-common:time_stop:2438 : local total 2024-10-01 11:25:44.631 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:25:44.633 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 11:25:44.634 | + functions-common:time_stop:2442 : start_time=1727781942328 2024-10-01 11:25:44.636 | + functions-common:time_stop:2444 : [[ -z 1727781942328 ]] 2024-10-01 11:25:44.638 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:25:44.641 | + functions-common:time_stop:2447 : end_time=1727781944639 2024-10-01 11:25:44.642 | + functions-common:time_stop:2448 : elapsed_time=2311 2024-10-01 11:25:44.644 | + functions-common:time_stop:2449 : total=7631 2024-10-01 11:25:44.646 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:25:44.647 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9942 2024-10-01 11:25:44.649 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-10-01 11:25:44.650 | + functions-common:git_timed:720 : local count=0 2024-10-01 11:25:44.652 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 11:25:44.654 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 11:25:44.655 | + functions-common:git_timed:724 : timeout=0 2024-10-01 11:25:44.657 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 11:25:44.659 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 11:25:44.660 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:25:44.662 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:25:44.664 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:25:44.667 | + functions-common:time_start:2426 : _TIME_START[$name]=1727781944665 2024-10-01 11:25:44.669 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-10-01 11:25:44.760 | Note: switching to 'FETCH_HEAD'. 2024-10-01 11:25:44.760 | 2024-10-01 11:25:44.760 | You are in 'detached HEAD' state. You can look around, make experimental 2024-10-01 11:25:44.760 | changes and commit them, and you can discard any commits you make in this 2024-10-01 11:25:44.760 | state without impacting any branches by switching back to a branch. 2024-10-01 11:25:44.760 | 2024-10-01 11:25:44.760 | If you want to create a new branch to retain commits you create, you may 2024-10-01 11:25:44.760 | do so (now or later) by using -c with the switch command. Example: 2024-10-01 11:25:44.760 | 2024-10-01 11:25:44.760 | git switch -c 2024-10-01 11:25:44.760 | 2024-10-01 11:25:44.760 | Or undo this operation with: 2024-10-01 11:25:44.760 | 2024-10-01 11:25:44.760 | git switch - 2024-10-01 11:25:44.760 | 2024-10-01 11:25:44.760 | Turn off this advice by setting config variable advice.detachedHead to false 2024-10-01 11:25:44.760 | 2024-10-01 11:25:44.760 | HEAD is now at ea5b0b0 Add keystone-manage reset_last_active command 2024-10-01 11:25:44.763 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 11:25:44.765 | + functions-common:time_stop:2435 : local name 2024-10-01 11:25:44.766 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:25:44.768 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:25:44.770 | + functions-common:time_stop:2438 : local total 2024-10-01 11:25:44.771 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:25:44.773 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 11:25:44.774 | + functions-common:time_stop:2442 : start_time=1727781944665 2024-10-01 11:25:44.776 | + functions-common:time_stop:2444 : [[ -z 1727781944665 ]] 2024-10-01 11:25:44.778 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:25:44.781 | + functions-common:time_stop:2447 : end_time=1727781944779 2024-10-01 11:25:44.783 | + functions-common:time_stop:2448 : elapsed_time=114 2024-10-01 11:25:44.784 | + functions-common:time_stop:2449 : total=9942 2024-10-01 11:25:44.786 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:25:44.787 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10056 2024-10-01 11:25:44.789 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//keystone 2024-10-01 11:25:44.799 | + functions-common:git_clone:695 : cd /opt/stack//keystone 2024-10-01 11:25:44.801 | + functions-common:git_clone:696 : git show --oneline 2024-10-01 11:25:44.802 | + functions-common:git_clone:696 : head -1 2024-10-01 11:25:44.805 | ea5b0b0 Add keystone-manage reset_last_active command 2024-10-01 11:25:44.807 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-10-01 11:25:44.809 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2024-10-01 11:25:44.811 | + inc/python:setup_develop:334 : local bindep 2024-10-01 11:25:44.813 | + inc/python:setup_develop:335 : [[ /opt/stack//keystone == -bindep* ]] 2024-10-01 11:25:44.815 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//keystone 2024-10-01 11:25:44.816 | + inc/python:setup_develop:340 : local extras= 2024-10-01 11:25:44.819 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2024-10-01 11:25:44.820 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-10-01 11:25:44.822 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//keystone == -bindep* ]] 2024-10-01 11:25:44.824 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//keystone 2024-10-01 11:25:44.825 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-10-01 11:25:44.827 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-10-01 11:25:44.829 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//keystone 2024-10-01 11:25:44.831 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-10-01 11:25:44.833 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/keystone 2024-10-01 11:25:44.835 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-10-01 11:25:44.837 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-10-01 11:25:44.839 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2024-10-01 11:25:44.843 | + inc/python:_setup_package_with_constraints_edit:381 : name=keystone 2024-10-01 11:25:44.845 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- keystone 2024-10-01 11:25:45.161 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/keystone -e 2024-10-01 11:25:45.163 | + inc/python:setup_package:414 : local bindep=0 2024-10-01 11:25:45.165 | + inc/python:setup_package:415 : local bindep_flag= 2024-10-01 11:25:45.167 | + inc/python:setup_package:416 : local bindep_profiles= 2024-10-01 11:25:45.169 | + inc/python:setup_package:417 : [[ /opt/stack/keystone == -bindep* ]] 2024-10-01 11:25:45.171 | + inc/python:setup_package:422 : local project_dir=/opt/stack/keystone 2024-10-01 11:25:45.172 | + inc/python:setup_package:423 : local flags=-e 2024-10-01 11:25:45.174 | + inc/python:setup_package:424 : local extras= 2024-10-01 11:25:45.176 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-10-01 11:25:45.178 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-10-01 11:25:45.179 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-10-01 11:25:45.181 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-10-01 11:25:45.183 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-10-01 11:25:45.185 | + inc/python:setup_package:442 : pip_install -e /opt/stack/keystone 2024-10-01 11:25:45.200 | Using python 3.10 to install /opt/stack/keystone 2024-10-01 11:25:45.201 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/keystone 2024-10-01 11:25:46.088 | Obtaining file:///opt/stack/keystone 2024-10-01 11:25:46.088 | Preparing metadata (setup.py): started 2024-10-01 11:25:46.593 | Preparing metadata (setup.py): finished with status 'done' 2024-10-01 11:25:46.833 | Collecting Flask!=0.11,>=1.0.2 2024-10-01 11:25:46.836 | Using cached Flask-2.2.2-py3-none-any.whl (101 kB) 2024-10-01 11:25:46.865 | Collecting Flask-RESTful>=0.3.5 2024-10-01 11:25:46.867 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2024-10-01 11:25:46.899 | Collecting PyJWT>=1.6.1 2024-10-01 11:25:46.902 | Using cached PyJWT-2.5.0-py3-none-any.whl (20 kB) 2024-10-01 11:25:47.640 | Collecting SQLAlchemy>=1.3.0 2024-10-01 11:25:47.654 | Using cached SQLAlchemy-1.4.41-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2024-10-01 11:25:47.665 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (1.8.7) 2024-10-01 11:25:47.753 | Collecting bcrypt>=3.1.3 2024-10-01 11:25:47.761 | Using cached bcrypt-4.0.0-cp36-abi3-manylinux_2_28_x86_64.whl (594 kB) 2024-10-01 11:25:48.169 | Collecting cryptography>=2.7 2024-10-01 11:25:48.195 | Using cached cryptography-38.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (4.2 MB) 2024-10-01 11:25:48.215 | Requirement already satisfied: dogpile.cache>=1.0.2 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (1.1.8) 2024-10-01 11:25:48.269 | Collecting jsonschema>=3.2.0 2024-10-01 11:25:48.272 | Using cached jsonschema-4.16.0-py3-none-any.whl (83 kB) 2024-10-01 11:25:48.273 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (10.2.0) 2024-10-01 11:25:48.274 | Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (1.0.4) 2024-10-01 11:25:48.298 | Collecting oauthlib>=0.6.2 2024-10-01 11:25:48.302 | Using cached oauthlib-3.2.1-py3-none-any.whl (151 kB) 2024-10-01 11:25:48.304 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (3.3.1) 2024-10-01 11:25:48.304 | Requirement already satisfied: oslo.config>=6.8.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (9.1.1) 2024-10-01 11:25:48.306 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.1.1) 2024-10-01 11:25:48.366 | Collecting oslo.db>=6.0.0 2024-10-01 11:25:48.369 | Using cached oslo.db-12.3.2-py3-none-any.whl (177 kB) 2024-10-01 11:25:48.372 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (6.0.0) 2024-10-01 11:25:48.373 | Requirement already satisfied: oslo.log>=3.44.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.2.0) 2024-10-01 11:25:48.457 | Collecting oslo.messaging>=5.29.0 2024-10-01 11:25:48.463 | Using cached oslo.messaging-14.2.5-py3-none-any.whl (257 kB) 2024-10-01 11:25:48.506 | Collecting oslo.middleware>=3.31.0 2024-10-01 11:25:48.509 | Using cached oslo.middleware-5.1.1-py3-none-any.whl (65 kB) 2024-10-01 11:25:48.567 | Collecting oslo.policy>=3.10.0 2024-10-01 11:25:48.569 | Using cached oslo.policy-4.1.1-py3-none-any.whl (88 kB) 2024-10-01 11:25:48.572 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.1.2) 2024-10-01 11:25:48.595 | Collecting oslo.upgradecheck>=1.3.0 2024-10-01 11:25:48.597 | Using cached oslo.upgradecheck-2.1.1-py3-none-any.whl (14 kB) 2024-10-01 11:25:48.599 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (6.1.0) 2024-10-01 11:25:48.629 | Collecting osprofiler>=1.4.0 2024-10-01 11:25:48.632 | Using cached osprofiler-3.4.3-py3-none-any.whl (89 kB) 2024-10-01 11:25:48.654 | Collecting passlib>=1.7.0 2024-10-01 11:25:48.659 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2024-10-01 11:25:48.663 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.11.1) 2024-10-01 11:25:48.664 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (3.1.1) 2024-10-01 11:25:48.793 | Collecting pysaml2>=5.0.0 2024-10-01 11:25:48.799 | Using cached pysaml2-7.2.1-py2.py3-none-any.whl (412 kB) 2024-10-01 11:25:48.804 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.1.0) 2024-10-01 11:25:48.804 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (2022.4) 2024-10-01 11:25:48.898 | Collecting scrypt>=0.8.0 2024-10-01 11:25:48.909 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2024-10-01 11:25:48.936 | Collecting sqlalchemy-migrate>=0.13.0 2024-10-01 11:25:48.939 | Using cached sqlalchemy_migrate-0.13.0-py2.py3-none-any.whl (109 kB) 2024-10-01 11:25:48.942 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (5.0.0) 2024-10-01 11:25:49.230 | Collecting cffi>=1.12 2024-10-01 11:25:49.234 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2024-10-01 11:25:49.241 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.10/dist-packages (from dogpile.cache>=1.0.2->keystone==0.0.1.dev12) (5.1.1) 2024-10-01 11:25:49.280 | Collecting click>=8.0 2024-10-01 11:25:49.283 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2024-10-01 11:25:49.312 | Collecting Jinja2>=3.0 2024-10-01 11:25:49.315 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2024-10-01 11:25:49.335 | Collecting itsdangerous>=2.0 2024-10-01 11:25:49.337 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2024-10-01 11:25:49.383 | Collecting Werkzeug>=2.2.2 2024-10-01 11:25:49.385 | Using cached Werkzeug-2.2.2-py3-none-any.whl (232 kB) 2024-10-01 11:25:49.413 | Collecting aniso8601>=0.82 2024-10-01 11:25:49.415 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2024-10-01 11:25:49.417 | Requirement already satisfied: six>=1.3.0 in /usr/lib/python3/dist-packages (from Flask-RESTful>=0.3.5->keystone==0.0.1.dev12) (1.16.0) 2024-10-01 11:25:49.466 | Collecting attrs>=17.4.0 2024-10-01 11:25:49.469 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2024-10-01 11:25:49.471 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->keystone==0.0.1.dev12) (0.18.1) 2024-10-01 11:25:49.493 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (2.28.1) 2024-10-01 11:25:49.495 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (5.1.3) 2024-10-01 11:25:49.574 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev12) (1.5.0) 2024-10-01 11:25:49.574 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev12) (2.5.0) 2024-10-01 11:25:49.576 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev12) (6.0) 2024-10-01 11:25:49.576 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.8.0->keystone==0.0.1.dev12) (0.8.0) 2024-10-01 11:25:49.625 | Collecting testscenarios>=0.4 2024-10-01 11:25:49.631 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2024-10-01 11:25:49.683 | Collecting alembic>=0.9.6 2024-10-01 11:25:49.687 | Using cached alembic-1.8.1-py3-none-any.whl (209 kB) 2024-10-01 11:25:49.705 | Collecting testresources>=2.0.0 2024-10-01 11:25:49.707 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2024-10-01 11:25:49.729 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev12) (2.8.2) 2024-10-01 11:25:49.732 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=3.44.0->keystone==0.0.1.dev12) (0.9.6) 2024-10-01 11:25:49.774 | Collecting oslo.metrics>=0.2.1 2024-10-01 11:25:49.776 | Using cached oslo.metrics-0.6.0-py3-none-any.whl (13 kB) 2024-10-01 11:25:49.838 | Collecting kombu>=4.6.6 2024-10-01 11:25:49.843 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2024-10-01 11:25:49.885 | Collecting amqp>=2.5.2 2024-10-01 11:25:49.887 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2024-10-01 11:25:49.917 | Collecting cachetools>=2.0.0 2024-10-01 11:25:49.919 | Using cached cachetools-5.2.0-py3-none-any.whl (9.3 kB) 2024-10-01 11:25:49.921 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=5.29.0->keystone==0.0.1.dev12) (2.4.1) 2024-10-01 11:25:49.967 | Collecting oslo.service!=1.28.1,>=1.24.0 2024-10-01 11:25:49.970 | Using cached oslo.service-3.1.2-py3-none-any.whl (77 kB) 2024-10-01 11:25:50.001 | Collecting statsd>=3.2.1 2024-10-01 11:25:50.003 | Using cached statsd-3.3.0-py2.py3-none-any.whl (11 kB) 2024-10-01 11:25:50.054 | Collecting PrettyTable>=0.7.1 2024-10-01 11:25:50.057 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2024-10-01 11:25:50.074 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev12) (23.1) 2024-10-01 11:25:50.075 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev12) (0.11.0) 2024-10-01 11:25:50.076 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev12) (1.1.0) 2024-10-01 11:25:50.077 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->keystone==0.0.1.dev12) (3.0.9) 2024-10-01 11:25:50.136 | Collecting oslo.concurrency>=3.26.0 2024-10-01 11:25:50.139 | Using cached oslo.concurrency-5.1.1-py3-none-any.whl (48 kB) 2024-10-01 11:25:50.239 | Collecting xmlschema>=1.2.1 2024-10-01 11:25:50.244 | Using cached xmlschema-2.1.1-py3-none-any.whl (354 kB) 2024-10-01 11:25:50.279 | Collecting pyOpenSSL 2024-10-01 11:25:50.281 | Using cached pyOpenSSL-22.1.0-py3-none-any.whl (57 kB) 2024-10-01 11:25:50.322 | Collecting defusedxml 2024-10-01 11:25:50.325 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2024-10-01 11:25:50.326 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pysaml2>=5.0.0->keystone==0.0.1.dev12) (59.6.0) 2024-10-01 11:25:50.713 | Collecting greenlet!=0.4.17 2024-10-01 11:25:50.716 | Using cached greenlet-1.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (155 kB) 2024-10-01 11:25:50.770 | Collecting sqlparse 2024-10-01 11:25:50.772 | Using cached sqlparse-0.4.3-py3-none-any.whl (42 kB) 2024-10-01 11:25:50.790 | Collecting Tempita>=0.4 2024-10-01 11:25:50.793 | Using cached Tempita-0.5.2-py3-none-any.whl (12 kB) 2024-10-01 11:25:50.846 | Collecting Mako 2024-10-01 11:25:50.848 | Using cached Mako-1.2.3-py3-none-any.whl (78 kB) 2024-10-01 11:25:50.881 | Collecting vine>=5.0.0 2024-10-01 11:25:50.882 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2024-10-01 11:25:51.004 | Collecting pycparser 2024-10-01 11:25:51.008 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2024-10-01 11:25:51.025 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.8.0->keystone==0.0.1.dev12) (1.14.1) 2024-10-01 11:25:51.170 | Collecting MarkupSafe>=2.0 2024-10-01 11:25:51.173 | Using cached MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2024-10-01 11:25:51.205 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (1.7.0) 2024-10-01 11:25:51.277 | Collecting fasteners>=0.7.0 2024-10-01 11:25:51.280 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2024-10-01 11:25:51.319 | Collecting prometheus-client>=0.6.0 2024-10-01 11:25:51.321 | Using cached prometheus_client-0.14.1-py3-none-any.whl (59 kB) 2024-10-01 11:25:51.360 | Collecting fixtures>=3.0.0 2024-10-01 11:25:51.360 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-10-01 11:25:51.399 | Collecting Paste>=2.0.2 2024-10-01 11:25:51.405 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2024-10-01 11:25:51.431 | Collecting Routes>=2.3.1 2024-10-01 11:25:51.434 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2024-10-01 11:25:51.481 | Collecting Yappi>=1.0 2024-10-01 11:25:51.483 | Using cached yappi-1.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78 kB) 2024-10-01 11:25:51.507 | Collecting PasteDeploy>=1.5.0 2024-10-01 11:25:51.509 | Using cached PasteDeploy-2.1.1-py2.py3-none-any.whl (17 kB) 2024-10-01 11:25:51.539 | Collecting eventlet>=0.25.2 2024-10-01 11:25:51.544 | Using cached eventlet-0.33.1-py2.py3-none-any.whl (226 kB) 2024-10-01 11:25:51.567 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==0.0.1.dev12) (0.2.5) 2024-10-01 11:25:51.617 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (2.1.1) 2024-10-01 11:25:51.619 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (1.26.12) 2024-10-01 11:25:51.619 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (3.4) 2024-10-01 11:25:51.620 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==0.0.1.dev12) (2020.6.20) 2024-10-01 11:25:51.670 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==0.0.1.dev12) (2.5.0) 2024-10-01 11:25:51.751 | Collecting elementpath<4.0.0,>=3.0.0 2024-10-01 11:25:51.755 | Using cached elementpath-3.0.2-py3-none-any.whl (189 kB) 2024-10-01 11:25:51.878 | Collecting dnspython>=1.15.0 2024-10-01 11:25:51.882 | Using cached dnspython-2.2.1-py3-none-any.whl (269 kB) 2024-10-01 11:25:52.003 | Collecting repoze.lru>=0.3 2024-10-01 11:25:52.005 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2024-10-01 11:25:52.152 | WARNING: The candidate selected for download or install is a yanked version: 'cryptography' candidate (version 38.0.2 at https://files.pythonhosted.org/packages/56/1e/2ffbbdddfe17308511cb2e06ac8c5aced9391dd5eea339e330a204edac34/cryptography-38.0.2-cp36-abi3-manylinux_2_28_x86_64.whl#sha256=55974e634712f7d054886a754a10c67b58e6a9d1c6c3d0d1181919e7fb336d0e (from https://pypi.org/simple/cryptography/) (requires-python:>=3.6)) 2024-10-01 11:25:52.152 | Reason for being yanked: Regression in OpenSSL. 2024-10-01 11:25:52.668 | Installing collected packages: Yappi, Tempita, statsd, scrypt, repoze.lru, passlib, aniso8601, vine, testscenarios, testresources, sqlparse, Routes, PyJWT, pycparser, prometheus-client, PrettyTable, PasteDeploy, Paste, oauthlib, MarkupSafe, itsdangerous, greenlet, fixtures, fasteners, elementpath, dnspython, defusedxml, click, cachetools, bcrypt, attrs, xmlschema, Werkzeug, SQLAlchemy, Mako, jsonschema, Jinja2, eventlet, cffi, amqp, sqlalchemy-migrate, oslo.middleware, oslo.concurrency, kombu, Flask, cryptography, alembic, pyOpenSSL, osprofiler, oslo.policy, oslo.db, Flask-RESTful, pysaml2, oslo.upgradecheck, oslo.service, oslo.metrics, oslo.messaging, keystone 2024-10-01 11:25:53.168 | Attempting uninstall: PyJWT 2024-10-01 11:25:53.169 | Found existing installation: PyJWT 2.3.0 2024-10-01 11:25:53.170 | Not uninstalling pyjwt at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 11:25:53.170 | Can't uninstall 'PyJWT'. No files were found to uninstall. 2024-10-01 11:25:53.355 | Attempting uninstall: PrettyTable 2024-10-01 11:25:53.356 | Found existing installation: prettytable 2.5.0 2024-10-01 11:25:53.358 | Not uninstalling prettytable at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 11:25:53.359 | Can't uninstall 'prettytable'. No files were found to uninstall. 2024-10-01 11:25:53.552 | Attempting uninstall: oauthlib 2024-10-01 11:25:53.553 | Found existing installation: oauthlib 3.2.0 2024-10-01 11:25:53.555 | Not uninstalling oauthlib at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 11:25:53.555 | Can't uninstall 'oauthlib'. No files were found to uninstall. 2024-10-01 11:25:53.624 | Attempting uninstall: MarkupSafe 2024-10-01 11:25:53.626 | Found existing installation: MarkupSafe 2.0.1 2024-10-01 11:25:53.626 | Not uninstalling markupsafe at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 11:25:53.626 | Can't uninstall 'MarkupSafe'. No files were found to uninstall. 2024-10-01 11:25:53.682 | Attempting uninstall: fixtures 2024-10-01 11:25:53.685 | Found existing installation: fixtures 3.0.0 2024-10-01 11:25:53.685 | Not uninstalling fixtures at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 11:25:53.686 | Can't uninstall 'fixtures'. No files were found to uninstall. 2024-10-01 11:25:54.055 | Attempting uninstall: click 2024-10-01 11:25:54.056 | Found existing installation: click 8.0.3 2024-10-01 11:25:54.057 | Not uninstalling click at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 11:25:54.058 | Can't uninstall 'click'. No files were found to uninstall. 2024-10-01 11:25:54.126 | Attempting uninstall: bcrypt 2024-10-01 11:25:54.127 | Found existing installation: bcrypt 3.2.0 2024-10-01 11:25:54.128 | Not uninstalling bcrypt at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 11:25:54.129 | Can't uninstall 'bcrypt'. No files were found to uninstall. 2024-10-01 11:25:54.149 | Attempting uninstall: attrs 2024-10-01 11:25:54.150 | Found existing installation: attrs 21.2.0 2024-10-01 11:25:54.151 | Not uninstalling attrs at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 11:25:54.152 | Can't uninstall 'attrs'. No files were found to uninstall. 2024-10-01 11:25:55.203 | Attempting uninstall: jsonschema 2024-10-01 11:25:55.205 | Found existing installation: jsonschema 3.2.0 2024-10-01 11:25:55.206 | Not uninstalling jsonschema at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 11:25:55.207 | Can't uninstall 'jsonschema'. No files were found to uninstall. 2024-10-01 11:25:55.267 | Attempting uninstall: Jinja2 2024-10-01 11:25:55.268 | Found existing installation: Jinja2 3.0.3 2024-10-01 11:25:55.270 | Not uninstalling jinja2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 11:25:55.270 | Can't uninstall 'Jinja2'. No files were found to uninstall. 2024-10-01 11:25:55.893 | Attempting uninstall: cryptography 2024-10-01 11:25:55.895 | Found existing installation: cryptography 3.4.8 2024-10-01 11:25:55.896 | Not uninstalling cryptography at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 11:25:55.896 | Can't uninstall 'cryptography'. No files were found to uninstall. 2024-10-01 11:25:56.259 | Attempting uninstall: pyOpenSSL 2024-10-01 11:25:56.260 | Found existing installation: pyOpenSSL 21.0.0 2024-10-01 11:25:56.265 | Not uninstalling pyopenssl at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 11:25:56.265 | Can't uninstall 'pyOpenSSL'. No files were found to uninstall. 2024-10-01 11:25:57.087 | Running setup.py develop for keystone 2024-10-01 11:25:58.061 | Successfully installed Flask-2.2.2 Flask-RESTful-0.3.9 Jinja2-3.1.2 Mako-1.2.3 MarkupSafe-2.1.1 Paste-3.5.2 PasteDeploy-2.1.1 PrettyTable-3.4.1 PyJWT-2.5.0 Routes-2.5.1 SQLAlchemy-1.4.41 Tempita-0.5.2 Werkzeug-2.2.2 Yappi-1.4.0 alembic-1.8.1 amqp-5.1.1 aniso8601-9.0.1 attrs-22.1.0 bcrypt-4.0.0 cachetools-5.2.0 cffi-1.15.1 click-8.1.3 cryptography-38.0.2 defusedxml-0.7.1 dnspython-2.2.1 elementpath-3.0.2 eventlet-0.33.1 fasteners-0.18 fixtures-4.0.1 greenlet-1.1.3 itsdangerous-2.1.2 jsonschema-4.16.0 keystone kombu-5.2.4 oauthlib-3.2.1 oslo.concurrency-5.1.1 oslo.db-12.3.2 oslo.messaging-14.2.5 oslo.metrics-0.6.0 oslo.middleware-5.1.1 oslo.policy-4.1.1 oslo.service-3.1.2 oslo.upgradecheck-2.1.1 osprofiler-3.4.3 passlib-1.7.4 prometheus-client-0.14.1 pyOpenSSL-22.1.0 pycparser-2.21 pysaml2-7.2.1 repoze.lru-0.7 scrypt-0.8.20 sqlalchemy-migrate-0.13.0 sqlparse-0.4.3 statsd-3.3.0 testresources-2.0.1 testscenarios-0.5.0 vine-5.0.0 xmlschema-2.1.1 2024-10-01 11:25:58.061 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 11:25:58.269 | + inc/python:pip_install:196 : result=0 2024-10-01 11:25:58.271 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-01 11:25:58.273 | + functions-common:time_stop:2435 : local name 2024-10-01 11:25:58.275 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:25:58.277 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:25:58.279 | + functions-common:time_stop:2438 : local total 2024-10-01 11:25:58.281 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:25:58.282 | + functions-common:time_stop:2441 : name=pip_install 2024-10-01 11:25:58.284 | + functions-common:time_stop:2442 : start_time=1727781945196 2024-10-01 11:25:58.286 | + functions-common:time_stop:2444 : [[ -z 1727781945196 ]] 2024-10-01 11:25:58.288 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:25:58.291 | + functions-common:time_stop:2447 : end_time=1727781958289 2024-10-01 11:25:58.293 | + functions-common:time_stop:2448 : elapsed_time=13093 2024-10-01 11:25:58.295 | + functions-common:time_stop:2449 : total=22534 2024-10-01 11:25:58.296 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:25:58.298 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=35627 2024-10-01 11:25:58.300 | + inc/python:pip_install:199 : return 0 2024-10-01 11:25:58.302 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-10-01 11:25:58.304 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/keystone/keystone.egg-info 2024-10-01 11:25:58.305 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/keystone/keystone.egg-info 2024-10-01 11:25:58.319 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/keystone/keystone.egg-info 2024-10-01 11:25:58.328 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/keystone 2024-10-01 11:25:58.330 | + inc/python:use_library_from_git:246 : local name=/opt/stack/keystone 2024-10-01 11:25:58.332 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:58.334 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:58.336 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/keystone, ]] 2024-10-01 11:25:58.338 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:58.340 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2024-10-01 11:25:58.352 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:25:58.354 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2024-10-01 11:25:58.356 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-10-01 11:25:58.358 | + stack.sh:main:908 : configure_keystone 2024-10-01 11:25:58.360 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2024-10-01 11:25:58.369 | + lib/keystone:configure_keystone:194 : [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\/\k\e\y\s\t\o\n\e\/\e\t\c ]] 2024-10-01 11:25:58.371 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2024-10-01 11:25:58.375 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2024-10-01 11:25:58.387 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:25:58.388 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2024-10-01 11:25:58.413 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2024-10-01 11:25:58.435 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2024-10-01 11:25:58.458 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2024-10-01 11:25:58.483 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2024-10-01 11:25:58.507 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2024-10-01 11:25:58.532 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2024-10-01 11:25:58.555 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2024-10-01 11:25:58.577 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2024-10-01 11:25:58.578 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2024-10-01 11:25:58.580 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2024-10-01 11:25:58.582 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2024-10-01 11:25:58.584 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-10-01 11:25:58.586 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-10-01 11:25:58.597 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:25:58.599 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-10-01 11:25:58.601 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-10-01 11:25:58.603 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-10-01 11:25:58.615 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:25:58.617 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-01 11:25:58.619 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-01 11:25:58.643 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-10-01 11:25:58.645 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-10-01 11:25:58.647 | + lib/keystone:configure_keystone:215 : local service_port=5000 2024-10-01 11:25:58.649 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2024-10-01 11:25:58.660 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:25:58.662 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2024-10-01 11:25:58.687 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2024-10-01 11:25:58.688 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2024-10-01 11:25:58.712 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2024-10-01 11:25:58.714 | ++ lib/database:database_connection_url:134 : local db=keystone 2024-10-01 11:25:58.716 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2024-10-01 11:25:58.718 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=keystone 2024-10-01 11:25:58.719 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-10-01 11:25:58.721 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-10-01 11:25:58.723 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8' 2024-10-01 11:25:58.725 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8' 2024-10-01 11:25:58.748 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2024-10-01 11:25:58.750 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2024-10-01 11:25:58.752 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2024-10-01 11:25:58.754 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2024-10-01 11:25:58.756 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-10-01 11:25:58.769 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-10-01 11:25:58.770 | + functions:setup_systemd_logging:706 : local pidstr= 2024-10-01 11:25:58.772 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-10-01 11:25:58.774 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-10-01 11:25:58.776 | + functions:setup_systemd_logging:713 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-10-01 11:25:58.798 | + functions:setup_systemd_logging:715 : iniset /etc/keystone/keystone.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2024-10-01 11:25:58.820 | + functions:setup_systemd_logging:716 : iniset /etc/keystone/keystone.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-10-01 11:25:58.842 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-10-01 11:25:58.864 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2024-10-01 11:25:58.886 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2024-10-01 11:25:58.888 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2024-10-01 11:25:58.890 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2024-10-01 11:25:58.892 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2024-10-01 11:25:58.893 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2024-10-01 11:25:58.895 | + lib/apache:write_uwsgi_config:257 : local http= 2024-10-01 11:25:58.897 | + lib/apache:write_uwsgi_config:258 : local name= 2024-10-01 11:25:58.899 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2024-10-01 11:25:58.902 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2024-10-01 11:25:58.904 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-10-01 11:25:58.905 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-10-01 11:25:58.915 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-10-01 11:25:58.915 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-10-01 11:25:58.921 | d /var/run/uwsgi 0755 stack root 2024-10-01 11:25:58.924 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-10-01 11:25:58.932 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2024-10-01 11:25:58.934 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2024-10-01 11:25:58.936 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2024-10-01 11:25:58.939 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2024-10-01 11:25:58.962 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2024-10-01 11:25:58.984 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2024-10-01 11:25:59.006 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2024-10-01 11:25:59.028 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2024-10-01 11:25:59.049 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2024-10-01 11:25:59.072 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2024-10-01 11:25:59.094 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2024-10-01 11:25:59.115 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2024-10-01 11:25:59.137 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-10-01 11:25:59.159 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2024-10-01 11:25:59.181 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2024-10-01 11:25:59.202 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2024-10-01 11:25:59.224 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-10-01 11:25:59.226 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-10-01 11:25:59.228 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2024-10-01 11:25:59.230 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2024-10-01 11:25:59.231 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-10-01 11:25:59.233 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:25:59.235 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:25:59.237 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-10-01 11:25:59.239 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2024-10-01 11:25:59.241 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2024-10-01 11:25:59.262 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2024-10-01 11:25:59.284 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 ' 2024-10-01 11:25:59.284 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-10-01 11:25:59.291 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2024-10-01 11:25:59.294 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2024-10-01 11:25:59.295 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2024-10-01 11:25:59.297 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-10-01 11:25:59.299 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-10-01 11:25:59.301 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-10-01 11:25:59.302 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:25:59.304 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:25:59.306 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-10-01 11:25:59.308 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-10-01 11:25:59.309 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:25:59.311 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:25:59.313 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2024-10-01 11:25:59.345 | Enabling site keystone-wsgi-public. 2024-10-01 11:25:59.349 | To activate the new configuration, you need to run: 2024-10-01 11:25:59.349 | systemctl reload apache2 2024-10-01 11:25:59.352 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-10-01 11:25:59.354 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-10-01 11:25:59.355 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-10-01 11:25:59.357 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-10-01 11:25:59.457 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2024-10-01 11:25:59.480 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2024-10-01 11:25:59.504 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2024-10-01 11:25:59.528 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2024-10-01 11:25:59.530 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2024-10-01 11:25:59.555 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2024-10-01 11:25:59.577 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2024-10-01 11:25:59.600 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2024-10-01 11:25:59.624 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-10-01 11:25:59.626 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-10-01 11:25:59.628 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2024-10-01 11:25:59.651 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2024-10-01 11:25:59.674 | + stack.sh:main:912 : is_service_enabled swift 2024-10-01 11:25:59.686 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:25:59.688 | + stack.sh:main:926 : is_service_enabled g-api n-api 2024-10-01 11:25:59.700 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:25:59.702 | + stack.sh:main:928 : stack_install_service glance 2024-10-01 11:25:59.704 | + lib/stack:stack_install_service:20 : local service=glance 2024-10-01 11:25:59.706 | + lib/stack:stack_install_service:21 : type install_glance 2024-10-01 11:25:59.708 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-10-01 11:25:59.710 | + lib/stack:stack_install_service:32 : install_glance 2024-10-01 11:25:59.711 | + lib/glance:install_glance:511 : glance_store_extras=() 2024-10-01 11:25:59.713 | + lib/glance:install_glance:511 : local glance_store_extras 2024-10-01 11:25:59.715 | + lib/glance:install_glance:513 : is_service_enabled cinder 2024-10-01 11:25:59.727 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:25:59.729 | + lib/glance:install_glance:514 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2024-10-01 11:25:59.731 | + lib/glance:install_glance:517 : is_service_enabled swift 2024-10-01 11:25:59.743 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:25:59.745 | + lib/glance:install_glance:523 : use_library_from_git glance_store 2024-10-01 11:25:59.747 | + inc/python:use_library_from_git:246 : local name=glance_store 2024-10-01 11:25:59.749 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:25:59.751 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:25:59.753 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,glance_store, ]] 2024-10-01 11:25:59.755 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:25:59.757 | ++ lib/glance:install_glance:529 : join_extras cinder 2024-10-01 11:25:59.759 | ++ inc/python:join_extras:29 : local IFS=, 2024-10-01 11:25:59.760 | ++ inc/python:join_extras:30 : echo cinder 2024-10-01 11:25:59.763 | + lib/glance:install_glance:529 : pip_install_gr_extras glance-store cinder 2024-10-01 11:25:59.765 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2024-10-01 11:25:59.767 | + inc/python:pip_install_gr_extras:90 : local extras=cinder 2024-10-01 11:25:59.768 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2024-10-01 11:25:59.771 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2024-10-01 11:25:59.773 | ++ inc/python:get_version_constraints_from_global_requirements:233 : local package=glance-store 2024-10-01 11:25:59.775 | ++ inc/python:get_version_constraints_from_global_requirements:234 : local required_pkg_version_constraint 2024-10-01 11:25:59.777 | +++ inc/python:get_version_constraints_from_global_requirements:236 : grep -i -h -o -P '^glance-store\K.*' /opt/stack//requirements/global-requirements.txt 2024-10-01 11:25:59.777 | +++ inc/python:get_version_constraints_from_global_requirements:236 : cut -d# -f1 2024-10-01 11:25:59.782 | ++ inc/python:get_version_constraints_from_global_requirements:236 : required_pkg_version_constraint='!=0.29.0 ' 2024-10-01 11:25:59.784 | ++ inc/python:get_version_constraints_from_global_requirements:237 : [[ !=0.29.0 == '' ]] 2024-10-01 11:25:59.785 | ++ inc/python:get_version_constraints_from_global_requirements:240 : echo '!=0.29.0' 2024-10-01 11:25:59.788 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2024-10-01 11:25:59.790 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[cinder]!=0.29.0' 2024-10-01 11:25:59.806 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2024-10-01 11:25:59.808 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt 'glance-store[cinder]!=0.29.0' 2024-10-01 11:26:00.831 | Collecting glance-store[cinder]!=0.29.0 2024-10-01 11:26:00.837 | Using cached glance_store-4.3.3-py3-none-any.whl (241 kB) 2024-10-01 11:26:00.874 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.3) 2024-10-01 11:26:00.874 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (2.28.1) 2024-10-01 11:26:00.877 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (9.1.1) 2024-10-01 11:26:00.877 | Requirement already satisfied: eventlet!=0.18.3,!=0.20.1,>=0.18.2 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (0.33.1) 2024-10-01 11:26:00.877 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.2) 2024-10-01 11:26:00.877 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (6.1.0) 2024-10-01 11:26:00.878 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.0) 2024-10-01 11:26:00.879 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (4.16.0) 2024-10-01 11:26:00.880 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.1) 2024-10-01 11:26:00.880 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.0.0) 2024-10-01 11:26:00.881 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (6.0.0) 2024-10-01 11:26:01.009 | Collecting oslo.rootwrap>=5.8.0 2024-10-01 11:26:01.012 | Using cached oslo.rootwrap-7.0.1-py3-none-any.whl (38 kB) 2024-10-01 11:26:01.052 | Collecting oslo.privsep>=1.23.0 2024-10-01 11:26:01.055 | Using cached oslo.privsep-3.1.0-py3-none-any.whl (38 kB) 2024-10-01 11:26:01.097 | Collecting python-cinderclient>=4.1.0 2024-10-01 11:26:01.101 | Using cached python_cinderclient-9.3.0-py3-none-any.whl (255 kB) 2024-10-01 11:26:01.164 | Collecting os-brick>=6.2.2 2024-10-01 11:26:01.169 | Using cached os_brick-6.2.3-py3-none-any.whl (296 kB) 2024-10-01 11:26:01.177 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder]!=0.29.0) (2.2.1) 2024-10-01 11:26:01.177 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder]!=0.29.0) (1.1.3) 2024-10-01 11:26:01.178 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder]!=0.29.0) (1.16.0) 2024-10-01 11:26:01.217 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->glance-store[cinder]!=0.29.0) (0.18.1) 2024-10-01 11:26:01.218 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->glance-store[cinder]!=0.29.0) (22.1.0) 2024-10-01 11:26:01.242 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder]!=0.29.0) (1.7.0) 2024-10-01 11:26:01.243 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder]!=0.29.0) (5.11.1) 2024-10-01 11:26:01.244 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder]!=0.29.0) (1.1.0) 2024-10-01 11:26:01.254 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (6.3.1) 2024-10-01 11:26:01.260 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (3.1.2) 2024-10-01 11:26:01.261 | Requirement already satisfied: oslo.context>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (5.1.1) 2024-10-01 11:26:01.295 | Collecting os-win>=5.7.0 2024-10-01 11:26:01.298 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2024-10-01 11:26:01.302 | Requirement already satisfied: oslo.log>=4.8.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (5.2.0) 2024-10-01 11:26:01.307 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=3.26.0->glance-store[cinder]!=0.29.0) (0.18) 2024-10-01 11:26:01.325 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (1.5.0) 2024-10-01 11:26:01.326 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (0.8.0) 2024-10-01 11:26:01.327 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (6.0) 2024-10-01 11:26:01.328 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (2.5.0) 2024-10-01 11:26:01.336 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.0.4) 2024-10-01 11:26:01.338 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (1.15.1) 2024-10-01 11:26:01.344 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store[cinder]!=0.29.0) (2022.4) 2024-10-01 11:26:01.350 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder]!=0.29.0) (0.11.0) 2024-10-01 11:26:01.351 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder]!=0.29.0) (3.0.9) 2024-10-01 11:26:01.352 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder]!=0.29.0) (23.1) 2024-10-01 11:26:01.360 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (3.4.1) 2024-10-01 11:26:01.376 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (2020.6.20) 2024-10-01 11:26:01.377 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (2.1.1) 2024-10-01 11:26:01.378 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (3.4) 2024-10-01 11:26:01.378 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->glance-store[cinder]!=0.29.0) (1.26.12) 2024-10-01 11:26:01.418 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.14.0->oslo.privsep>=1.23.0->glance-store[cinder]!=0.29.0) (2.21) 2024-10-01 11:26:01.429 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->glance-store[cinder]!=0.29.0) (1.14.1) 2024-10-01 11:26:01.501 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (2.8.2) 2024-10-01 11:26:01.503 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (0.9.6) 2024-10-01 11:26:01.516 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (1.4.0) 2024-10-01 11:26:01.517 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (3.5.2) 2024-10-01 11:26:01.518 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (4.0.1) 2024-10-01 11:26:01.518 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (2.5.1) 2024-10-01 11:26:01.519 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (1.8.7) 2024-10-01 11:26:01.520 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (2.1.1) 2024-10-01 11:26:01.537 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.2->python-cinderclient>=4.1.0->glance-store[cinder]!=0.29.0) (0.2.5) 2024-10-01 11:26:01.611 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (59.6.0) 2024-10-01 11:26:01.638 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->oslo.service>=2.8.0->os-brick>=6.2.2->glance-store[cinder]!=0.29.0) (0.7) 2024-10-01 11:26:02.163 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2024-10-01 11:26:02.924 | Successfully installed glance-store-4.3.3 os-brick-6.2.3 os-win-5.9.0 oslo.privsep-3.1.0 oslo.rootwrap-7.0.1 python-cinderclient-9.3.0 2024-10-01 11:26:02.924 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 11:26:03.027 | + inc/python:pip_install:196 : result=0 2024-10-01 11:26:03.029 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-01 11:26:03.031 | + functions-common:time_stop:2435 : local name 2024-10-01 11:26:03.033 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:26:03.035 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:26:03.037 | + functions-common:time_stop:2438 : local total 2024-10-01 11:26:03.038 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:26:03.040 | + functions-common:time_stop:2441 : name=pip_install 2024-10-01 11:26:03.042 | + functions-common:time_stop:2442 : start_time=1727781959802 2024-10-01 11:26:03.044 | + functions-common:time_stop:2444 : [[ -z 1727781959802 ]] 2024-10-01 11:26:03.046 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:26:03.049 | + functions-common:time_stop:2447 : end_time=1727781963047 2024-10-01 11:26:03.051 | + functions-common:time_stop:2448 : elapsed_time=3245 2024-10-01 11:26:03.052 | + functions-common:time_stop:2449 : total=35627 2024-10-01 11:26:03.054 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:26:03.056 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=38872 2024-10-01 11:26:03.058 | + inc/python:pip_install:199 : return 0 2024-10-01 11:26:03.060 | + lib/glance:install_glance:530 : copy_rootwrap /usr/local/etc/glance 2024-10-01 11:26:03.062 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2024-10-01 11:26:03.063 | + lib/glance:copy_rootwrap:241 : sudo install -d -o stack /etc/glance 2024-10-01 11:26:03.073 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2024-10-01 11:26:03.077 | + lib/glance:install_glance:533 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance stable/2023.1 2024-10-01 11:26:03.078 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/glance.git 2024-10-01 11:26:03.080 | + functions-common:git_clone:613 : local git_dest=/opt/stack//glance 2024-10-01 11:26:03.082 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-10-01 11:26:03.083 | + functions-common:git_clone:615 : local orig_dir 2024-10-01 11:26:03.085 | ++ functions-common:git_clone:616 : pwd 2024-10-01 11:26:03.087 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-10-01 11:26:03.089 | + functions-common:git_clone:617 : local git_clone_flags= 2024-10-01 11:26:03.091 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-10-01 11:26:03.103 | + functions-common:git_clone:619 : RECLONE=False 2024-10-01 11:26:03.105 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-10-01 11:26:03.107 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-10-01 11:26:03.108 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-10-01 11:26:03.111 | + functions-common:git_clone:633 : echo stable/2023.1 2024-10-01 11:26:03.111 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-10-01 11:26:03.114 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//glance ]] 2024-10-01 11:26:03.116 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-10-01 11:26:03.118 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2024-10-01 11:26:03.120 | + functions-common:git_timed:720 : local count=0 2024-10-01 11:26:03.121 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 11:26:03.123 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 11:26:03.125 | + functions-common:git_timed:724 : timeout=0 2024-10-01 11:26:03.126 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 11:26:03.128 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 11:26:03.130 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:26:03.131 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:26:03.133 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:26:03.136 | + functions-common:time_start:2426 : _TIME_START[$name]=1727781963134 2024-10-01 11:26:03.138 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2024-10-01 11:26:03.140 | Cloning into '/opt/stack//glance'... 2024-10-01 11:26:05.420 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 11:26:05.421 | + functions-common:time_stop:2435 : local name 2024-10-01 11:26:05.423 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:26:05.425 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:26:05.427 | + functions-common:time_stop:2438 : local total 2024-10-01 11:26:05.429 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:26:05.430 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 11:26:05.432 | + functions-common:time_stop:2442 : start_time=1727781963134 2024-10-01 11:26:05.434 | + functions-common:time_stop:2444 : [[ -z 1727781963134 ]] 2024-10-01 11:26:05.436 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:26:05.439 | + functions-common:time_stop:2447 : end_time=1727781965437 2024-10-01 11:26:05.441 | + functions-common:time_stop:2448 : elapsed_time=2303 2024-10-01 11:26:05.443 | + functions-common:time_stop:2449 : total=10056 2024-10-01 11:26:05.444 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:26:05.446 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12359 2024-10-01 11:26:05.448 | + functions-common:git_clone:654 : cd /opt/stack//glance 2024-10-01 11:26:05.449 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-10-01 11:26:05.451 | + functions-common:git_timed:720 : local count=0 2024-10-01 11:26:05.453 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 11:26:05.455 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 11:26:05.456 | + functions-common:git_timed:724 : timeout=0 2024-10-01 11:26:05.458 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 11:26:05.460 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 11:26:05.462 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:26:05.463 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:26:05.466 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:26:05.469 | + functions-common:time_start:2426 : _TIME_START[$name]=1727781965467 2024-10-01 11:26:05.470 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-10-01 11:26:07.004 | From https://opendev.org/openstack/glance 2024-10-01 11:26:07.004 | * branch stable/2023.1 -> FETCH_HEAD 2024-10-01 11:26:07.008 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 11:26:07.010 | + functions-common:time_stop:2435 : local name 2024-10-01 11:26:07.012 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:26:07.014 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:26:07.015 | + functions-common:time_stop:2438 : local total 2024-10-01 11:26:07.017 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:26:07.019 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 11:26:07.021 | + functions-common:time_stop:2442 : start_time=1727781965467 2024-10-01 11:26:07.022 | + functions-common:time_stop:2444 : [[ -z 1727781965467 ]] 2024-10-01 11:26:07.025 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:26:07.028 | + functions-common:time_stop:2447 : end_time=1727781967026 2024-10-01 11:26:07.029 | + functions-common:time_stop:2448 : elapsed_time=1559 2024-10-01 11:26:07.031 | + functions-common:time_stop:2449 : total=12359 2024-10-01 11:26:07.033 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:26:07.035 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13918 2024-10-01 11:26:07.036 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-10-01 11:26:07.038 | + functions-common:git_timed:720 : local count=0 2024-10-01 11:26:07.040 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 11:26:07.042 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 11:26:07.043 | + functions-common:git_timed:724 : timeout=0 2024-10-01 11:26:07.045 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 11:26:07.047 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 11:26:07.049 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:26:07.050 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:26:07.053 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:26:07.056 | + functions-common:time_start:2426 : _TIME_START[$name]=1727781967054 2024-10-01 11:26:07.057 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-10-01 11:26:07.126 | Note: switching to 'FETCH_HEAD'. 2024-10-01 11:26:07.126 | 2024-10-01 11:26:07.126 | You are in 'detached HEAD' state. You can look around, make experimental 2024-10-01 11:26:07.126 | changes and commit them, and you can discard any commits you make in this 2024-10-01 11:26:07.126 | state without impacting any branches by switching back to a branch. 2024-10-01 11:26:07.126 | 2024-10-01 11:26:07.126 | If you want to create a new branch to retain commits you create, you may 2024-10-01 11:26:07.126 | do so (now or later) by using -c with the switch command. Example: 2024-10-01 11:26:07.126 | 2024-10-01 11:26:07.126 | git switch -c 2024-10-01 11:26:07.126 | 2024-10-01 11:26:07.126 | Or undo this operation with: 2024-10-01 11:26:07.126 | 2024-10-01 11:26:07.126 | git switch - 2024-10-01 11:26:07.126 | 2024-10-01 11:26:07.126 | Turn off this advice by setting config variable advice.detachedHead to false 2024-10-01 11:26:07.126 | 2024-10-01 11:26:07.126 | HEAD is now at c2ac316 Fixed typo in discovery.py 2024-10-01 11:26:07.129 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 11:26:07.131 | + functions-common:time_stop:2435 : local name 2024-10-01 11:26:07.133 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:26:07.135 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:26:07.137 | + functions-common:time_stop:2438 : local total 2024-10-01 11:26:07.139 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:26:07.140 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 11:26:07.142 | + functions-common:time_stop:2442 : start_time=1727781967054 2024-10-01 11:26:07.144 | + functions-common:time_stop:2444 : [[ -z 1727781967054 ]] 2024-10-01 11:26:07.146 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:26:07.149 | + functions-common:time_stop:2447 : end_time=1727781967147 2024-10-01 11:26:07.151 | + functions-common:time_stop:2448 : elapsed_time=93 2024-10-01 11:26:07.152 | + functions-common:time_stop:2449 : total=13918 2024-10-01 11:26:07.154 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:26:07.156 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14011 2024-10-01 11:26:07.158 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//glance 2024-10-01 11:26:07.167 | + functions-common:git_clone:695 : cd /opt/stack//glance 2024-10-01 11:26:07.169 | + functions-common:git_clone:696 : git show --oneline 2024-10-01 11:26:07.169 | + functions-common:git_clone:696 : head -1 2024-10-01 11:26:07.172 | c2ac316 Fixed typo in discovery.py 2024-10-01 11:26:07.174 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-10-01 11:26:07.176 | + lib/glance:install_glance:535 : setup_develop /opt/stack//glance 2024-10-01 11:26:07.177 | + inc/python:setup_develop:334 : local bindep 2024-10-01 11:26:07.179 | + inc/python:setup_develop:335 : [[ /opt/stack//glance == -bindep* ]] 2024-10-01 11:26:07.181 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//glance 2024-10-01 11:26:07.183 | + inc/python:setup_develop:340 : local extras= 2024-10-01 11:26:07.184 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//glance -e 2024-10-01 11:26:07.187 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-10-01 11:26:07.188 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//glance == -bindep* ]] 2024-10-01 11:26:07.190 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//glance 2024-10-01 11:26:07.192 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-10-01 11:26:07.194 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-10-01 11:26:07.196 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//glance 2024-10-01 11:26:07.198 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-10-01 11:26:07.200 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/glance 2024-10-01 11:26:07.202 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-10-01 11:26:07.204 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-10-01 11:26:07.206 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2024-10-01 11:26:07.210 | + inc/python:_setup_package_with_constraints_edit:381 : name=glance 2024-10-01 11:26:07.212 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- glance 2024-10-01 11:26:07.530 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/glance -e 2024-10-01 11:26:07.533 | + inc/python:setup_package:414 : local bindep=0 2024-10-01 11:26:07.535 | + inc/python:setup_package:415 : local bindep_flag= 2024-10-01 11:26:07.536 | + inc/python:setup_package:416 : local bindep_profiles= 2024-10-01 11:26:07.538 | + inc/python:setup_package:417 : [[ /opt/stack/glance == -bindep* ]] 2024-10-01 11:26:07.540 | + inc/python:setup_package:422 : local project_dir=/opt/stack/glance 2024-10-01 11:26:07.542 | + inc/python:setup_package:423 : local flags=-e 2024-10-01 11:26:07.544 | + inc/python:setup_package:424 : local extras= 2024-10-01 11:26:07.545 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-10-01 11:26:07.547 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-10-01 11:26:07.549 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-10-01 11:26:07.551 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-10-01 11:26:07.553 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-10-01 11:26:07.555 | + inc/python:setup_package:442 : pip_install -e /opt/stack/glance 2024-10-01 11:26:07.570 | Using python 3.10 to install /opt/stack/glance 2024-10-01 11:26:07.572 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/glance 2024-10-01 11:26:08.496 | Obtaining file:///opt/stack/glance 2024-10-01 11:26:08.497 | Preparing metadata (setup.py): started 2024-10-01 11:26:08.904 | Preparing metadata (setup.py): finished with status 'done' 2024-10-01 11:26:08.963 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (3.5.2) 2024-10-01 11:26:08.963 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (2.1.1) 2024-10-01 11:26:08.965 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (3.4.1) 2024-10-01 11:26:08.965 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (2.5.1) 2024-10-01 11:26:08.965 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (1.4.41) 2024-10-01 11:26:09.138 | Collecting WSME>=0.8.0 2024-10-01 11:26:09.141 | Using cached WSME-0.11.0-py3-none-any.whl (59 kB) 2024-10-01 11:26:09.143 | Requirement already satisfied: WebOb>=1.8.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (1.8.7) 2024-10-01 11:26:09.144 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (1.8.1) 2024-10-01 11:26:09.274 | Collecting castellan>=0.17.0 2024-10-01 11:26:09.277 | Using cached castellan-4.1.0-py3-none-any.whl (97 kB) 2024-10-01 11:26:09.279 | Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (38.0.2) 2024-10-01 11:26:09.385 | Collecting cursive>=0.2.1 2024-10-01 11:26:09.388 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2024-10-01 11:26:09.390 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (2.5.0) 2024-10-01 11:26:09.391 | Requirement already satisfied: defusedxml>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (0.7.1) 2024-10-01 11:26:09.392 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (0.33.1) 2024-10-01 11:26:09.392 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (2.4.1) 2024-10-01 11:26:09.393 | Requirement already satisfied: glance-store>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (4.3.3) 2024-10-01 11:26:09.418 | Collecting httplib2>=0.9.1 2024-10-01 11:26:09.421 | Using cached httplib2-0.20.4-py3-none-any.whl (96 kB) 2024-10-01 11:26:09.423 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (1.1.0) 2024-10-01 11:26:09.423 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (4.16.0) 2024-10-01 11:26:09.424 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.1.3) 2024-10-01 11:26:09.426 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (10.2.0) 2024-10-01 11:26:09.426 | Requirement already satisfied: os-win>=4.0.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.9.0) 2024-10-01 11:26:09.428 | Requirement already satisfied: oslo.concurrency>=4.5.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.1.1) 2024-10-01 11:26:09.428 | Requirement already satisfied: oslo.config>=8.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (9.1.1) 2024-10-01 11:26:09.428 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.1.1) 2024-10-01 11:26:09.429 | Requirement already satisfied: oslo.db>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (12.3.2) 2024-10-01 11:26:09.430 | Requirement already satisfied: oslo.i18n>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (6.0.0) 2024-10-01 11:26:09.541 | Collecting oslo.limit>=1.6.0 2024-10-01 11:26:09.543 | Using cached oslo.limit-2.1.0-py3-none-any.whl (20 kB) 2024-10-01 11:26:09.545 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.2.0) 2024-10-01 11:26:09.546 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (14.2.5) 2024-10-01 11:26:09.547 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.1.1) 2024-10-01 11:26:09.548 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (4.1.1) 2024-10-01 11:26:09.581 | Collecting oslo.reports>=1.18.0 2024-10-01 11:26:09.584 | Using cached oslo.reports-3.0.0-py3-none-any.whl (53 kB) 2024-10-01 11:26:09.586 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (2.1.1) 2024-10-01 11:26:09.587 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (6.1.0) 2024-10-01 11:26:09.588 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (3.4.3) 2024-10-01 11:26:09.588 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.11.1) 2024-10-01 11:26:09.589 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (22.1.0) 2024-10-01 11:26:09.590 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.1.0) 2024-10-01 11:26:09.607 | Collecting retrying!=1.3.0,>=1.2.3 2024-10-01 11:26:09.607 | Using cached retrying-1.3.3-py3-none-any.whl 2024-10-01 11:26:09.613 | Requirement already satisfied: sqlparse>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (0.4.3) 2024-10-01 11:26:09.614 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev14) (5.0.0) 2024-10-01 11:26:09.680 | Collecting taskflow>=4.0.0 2024-10-01 11:26:09.686 | Using cached taskflow-5.1.1-py3-none-any.whl (492 kB) 2024-10-01 11:26:09.697 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->glance==0.0.1.dev14) (1.2.3) 2024-10-01 11:26:09.732 | Collecting python-barbicanclient>=4.5.2 2024-10-01 11:26:09.735 | Using cached python_barbicanclient-5.5.0-py3-none-any.whl (89 kB) 2024-10-01 11:26:09.738 | Requirement already satisfied: requests!=2.20.0,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from castellan>=0.17.0->glance==0.0.1.dev14) (2.28.1) 2024-10-01 11:26:09.756 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.6.1->glance==0.0.1.dev14) (1.15.1) 2024-10-01 11:26:09.771 | Requirement already satisfied: oslo.serialization>=1.10.0 in /usr/local/lib/python3.10/dist-packages (from cursive>=0.2.1->glance==0.0.1.dev14) (5.1.2) 2024-10-01 11:26:09.775 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->glance==0.0.1.dev14) (1.14.1) 2024-10-01 11:26:09.781 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev14) (1.16.0) 2024-10-01 11:26:09.782 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev14) (2.2.1) 2024-10-01 11:26:09.782 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev14) (1.1.3) 2024-10-01 11:26:09.821 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.10/dist-packages (from httplib2>=0.9.1->glance==0.0.1.dev14) (3.0.9) 2024-10-01 11:26:09.841 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->glance==0.0.1.dev14) (0.18.1) 2024-10-01 11:26:09.841 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->glance==0.0.1.dev14) (22.1.0) 2024-10-01 11:26:09.866 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.4.0->glance==0.0.1.dev14) (1.7.0) 2024-10-01 11:26:09.888 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev14) (3.3.1) 2024-10-01 11:26:09.890 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->glance==0.0.1.dev14) (3.1.1) 2024-10-01 11:26:09.903 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=4.5.1->glance==0.0.1.dev14) (0.18) 2024-10-01 11:26:09.922 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev14) (1.5.0) 2024-10-01 11:26:09.924 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev14) (6.0) 2024-10-01 11:26:09.924 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev14) (0.8.0) 2024-10-01 11:26:09.948 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev14) (0.13.0) 2024-10-01 11:26:09.951 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev14) (0.5.0) 2024-10-01 11:26:09.951 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev14) (2.0.1) 2024-10-01 11:26:10.021 | Collecting openstacksdk>=0.31.1 2024-10-01 11:26:10.036 | Using cached openstacksdk-1.0.1-py3-none-any.whl (1.6 MB) 2024-10-01 11:26:10.071 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->glance==0.0.1.dev14) (0.9.6) 2024-10-01 11:26:10.073 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->glance==0.0.1.dev14) (2.8.2) 2024-10-01 11:26:10.097 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev14) (5.2.4) 2024-10-01 11:26:10.098 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev14) (0.6.0) 2024-10-01 11:26:10.099 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev14) (5.1.1) 2024-10-01 11:26:10.100 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev14) (5.2.0) 2024-10-01 11:26:10.101 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev14) (3.1.2) 2024-10-01 11:26:10.111 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev14) (3.1.2) 2024-10-01 11:26:10.111 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev14) (4.0.0) 2024-10-01 11:26:10.112 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev14) (3.3.0) 2024-10-01 11:26:10.306 | Collecting psutil>=3.2.2 2024-10-01 11:26:10.309 | Using cached psutil-5.9.2-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (282 kB) 2024-10-01 11:26:10.328 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev14) (0.11.0) 2024-10-01 11:26:10.329 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev14) (2022.4) 2024-10-01 11:26:10.330 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev14) (23.1) 2024-10-01 11:26:10.358 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->glance==0.0.1.dev14) (59.6.0) 2024-10-01 11:26:10.379 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->glance==0.0.1.dev14) (0.2.5) 2024-10-01 11:26:10.443 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->glance==0.0.1.dev14) (0.7) 2024-10-01 11:26:10.544 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.0.0->glance==0.0.1.dev14) (6.3.1) 2024-10-01 11:26:10.579 | Collecting automaton>=1.9.0 2024-10-01 11:26:10.581 | Using cached automaton-3.1.0-py3-none-any.whl (22 kB) 2024-10-01 11:26:10.603 | Collecting pydot>=1.2.4 2024-10-01 11:26:10.605 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2024-10-01 11:26:10.653 | Collecting networkx>=2.1.0 2024-10-01 11:26:10.667 | Using cached networkx-2.8.7-py3-none-any.whl (2.0 MB) 2024-10-01 11:26:10.717 | Collecting simplegeneric 2024-10-01 11:26:10.718 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2024-10-01 11:26:10.728 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev14) (5.0.0) 2024-10-01 11:26:10.788 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==0.0.1.dev14) (2.21) 2024-10-01 11:26:10.834 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->glance==0.0.1.dev14) (2.1.1) 2024-10-01 11:26:10.913 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev14) (5.1.1) 2024-10-01 11:26:10.914 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev14) (1.32) 2024-10-01 11:26:10.933 | Collecting requestsexceptions>=1.2.0 2024-10-01 11:26:10.935 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2024-10-01 11:26:10.954 | Collecting appdirs>=1.3.0 2024-10-01 11:26:10.956 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2024-10-01 11:26:10.978 | Collecting jmespath>=0.9.0 2024-10-01 11:26:10.980 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2024-10-01 11:26:10.982 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.6.0->glance==0.0.1.dev14) (1.1.8) 2024-10-01 11:26:11.027 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev14) (0.14.1) 2024-10-01 11:26:11.038 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=1.10.0->cursive>=0.2.1->glance==0.0.1.dev14) (1.0.4) 2024-10-01 11:26:11.056 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev14) (1.4.0) 2024-10-01 11:26:11.057 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==0.0.1.dev14) (4.0.1) 2024-10-01 11:26:11.187 | Collecting cliff!=2.9.0,>=2.8.0 2024-10-01 11:26:11.189 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2024-10-01 11:26:11.247 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev14) (3.4) 2024-10-01 11:26:11.247 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev14) (1.26.12) 2024-10-01 11:26:11.251 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev14) (2020.6.20) 2024-10-01 11:26:11.251 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==0.0.1.dev14) (2.1.1) 2024-10-01 11:26:11.284 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=5.0.0->glance==0.0.1.dev14) (0.5.2) 2024-10-01 11:26:11.334 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==0.0.1.dev14) (2.5.0) 2024-10-01 11:26:11.502 | Collecting importlib-metadata>=4.4 2024-10-01 11:26:11.504 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2024-10-01 11:26:11.564 | Collecting cmd2>=1.0.0 2024-10-01 11:26:11.567 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2024-10-01 11:26:11.589 | Collecting autopage>=0.4.0 2024-10-01 11:26:11.591 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-10-01 11:26:11.839 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==0.0.1.dev14) (1.8.2) 2024-10-01 11:26:11.909 | Collecting zipp>=0.5 2024-10-01 11:26:11.912 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2024-10-01 11:26:12.370 | Installing collected packages: simplegeneric, requestsexceptions, appdirs, zipp, WSME, retrying, pydot, psutil, networkx, jmespath, httplib2, cmd2, autopage, importlib-metadata, automaton, openstacksdk, cliff, taskflow, python-barbicanclient, oslo.reports, oslo.limit, castellan, cursive, glance 2024-10-01 11:26:12.398 | Attempting uninstall: zipp 2024-10-01 11:26:12.399 | Found existing installation: zipp 1.0.0 2024-10-01 11:26:12.400 | Not uninstalling zipp at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 11:26:12.401 | Can't uninstall 'zipp'. No files were found to uninstall. 2024-10-01 11:26:13.573 | Attempting uninstall: httplib2 2024-10-01 11:26:13.575 | Found existing installation: httplib2 0.20.2 2024-10-01 11:26:13.576 | Not uninstalling httplib2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 11:26:13.577 | Can't uninstall 'httplib2'. No files were found to uninstall. 2024-10-01 11:26:13.600 | Attempting uninstall: cmd2 2024-10-01 11:26:13.602 | Found existing installation: cmd2 0.0.0 2024-10-01 11:26:13.603 | Not uninstalling cmd2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 11:26:13.604 | Can't uninstall 'cmd2'. No files were found to uninstall. 2024-10-01 11:26:13.676 | Attempting uninstall: autopage 2024-10-01 11:26:13.678 | Found existing installation: autopage 0.4.0 2024-10-01 11:26:13.679 | Not uninstalling autopage at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 11:26:13.680 | Can't uninstall 'autopage'. No files were found to uninstall. 2024-10-01 11:26:13.705 | Attempting uninstall: importlib-metadata 2024-10-01 11:26:13.706 | Found existing installation: importlib-metadata 4.6.4 2024-10-01 11:26:13.707 | Not uninstalling importlib-metadata at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 11:26:13.707 | Can't uninstall 'importlib-metadata'. No files were found to uninstall. 2024-10-01 11:26:14.740 | Attempting uninstall: cliff 2024-10-01 11:26:14.741 | Found existing installation: cliff 3.10.0 2024-10-01 11:26:14.743 | Not uninstalling cliff at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 11:26:14.743 | Can't uninstall 'cliff'. No files were found to uninstall. 2024-10-01 11:26:15.279 | Running setup.py develop for glance 2024-10-01 11:26:16.232 | Successfully installed WSME-0.11.0 appdirs-1.4.4 automaton-3.1.0 autopage-0.5.1 castellan-4.1.0 cliff-4.2.0 cmd2-2.4.2 cursive-0.2.3 glance httplib2-0.20.4 importlib-metadata-5.0.0 jmespath-1.0.1 networkx-2.8.7 openstacksdk-1.0.1 oslo.limit-2.1.0 oslo.reports-3.0.0 psutil-5.9.2 pydot-1.4.2 python-barbicanclient-5.5.0 requestsexceptions-1.4.0 retrying-1.3.3 simplegeneric-0.8.1 taskflow-5.1.1 zipp-3.8.1 2024-10-01 11:26:16.232 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 11:26:16.370 | + inc/python:pip_install:196 : result=0 2024-10-01 11:26:16.372 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-01 11:26:16.374 | + functions-common:time_stop:2435 : local name 2024-10-01 11:26:16.376 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:26:16.378 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:26:16.380 | + functions-common:time_stop:2438 : local total 2024-10-01 11:26:16.381 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:26:16.383 | + functions-common:time_stop:2441 : name=pip_install 2024-10-01 11:26:16.384 | + functions-common:time_stop:2442 : start_time=1727781967566 2024-10-01 11:26:16.386 | + functions-common:time_stop:2444 : [[ -z 1727781967566 ]] 2024-10-01 11:26:16.388 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:26:16.391 | + functions-common:time_stop:2447 : end_time=1727781976389 2024-10-01 11:26:16.393 | + functions-common:time_stop:2448 : elapsed_time=8823 2024-10-01 11:26:16.395 | + functions-common:time_stop:2449 : total=38872 2024-10-01 11:26:16.397 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:26:16.398 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=47695 2024-10-01 11:26:16.400 | + inc/python:pip_install:199 : return 0 2024-10-01 11:26:16.402 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-10-01 11:26:16.404 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/glance/glance.egg-info 2024-10-01 11:26:16.406 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/glance/glance.egg-info 2024-10-01 11:26:16.420 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/glance/glance.egg-info 2024-10-01 11:26:16.429 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/glance 2024-10-01 11:26:16.431 | + inc/python:use_library_from_git:246 : local name=/opt/stack/glance 2024-10-01 11:26:16.433 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:26:16.434 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:26:16.436 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/glance, ]] 2024-10-01 11:26:16.438 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:26:16.440 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-10-01 11:26:16.442 | + stack.sh:main:929 : configure_glance 2024-10-01 11:26:16.444 | + lib/glance:configure_glance:323 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2024-10-01 11:26:16.453 | + lib/glance:configure_glance:326 : local dburl 2024-10-01 11:26:16.455 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2024-10-01 11:26:16.457 | ++ lib/database:database_connection_url:134 : local db=glance 2024-10-01 11:26:16.459 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2024-10-01 11:26:16.461 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=glance 2024-10-01 11:26:16.462 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-10-01 11:26:16.464 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-10-01 11:26:16.466 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2024-10-01 11:26:16.468 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2024-10-01 11:26:16.470 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2024-10-01 11:26:16.493 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2024-10-01 11:26:16.516 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2024-10-01 11:26:16.537 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-10-01 11:26:16.559 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2024-10-01 11:26:16.582 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2024-10-01 11:26:16.606 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2024-10-01 11:26:16.608 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2024-10-01 11:26:16.610 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2024-10-01 11:26:16.611 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-10-01 11:26:16.613 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2024-10-01 11:26:16.636 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2024-10-01 11:26:16.658 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-10-01 11:26:16.680 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2024-10-01 11:26:16.702 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2024-10-01 11:26:16.723 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2024-10-01 11:26:16.745 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2024-10-01 11:26:16.767 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2024-10-01 11:26:16.790 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-10-01 11:26:16.813 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2024-10-01 11:26:16.835 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2024-10-01 11:26:16.859 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2024-10-01 11:26:16.860 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2024-10-01 11:26:16.862 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2024-10-01 11:26:16.864 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-10-01 11:26:16.866 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-10-01 11:26:16.868 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-10-01 11:26:16.880 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:26:16.882 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-10-01 11:26:16.884 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-10-01 11:26:16.886 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-10-01 11:26:16.897 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:26:16.899 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-01 11:26:16.901 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-01 11:26:16.923 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-10-01 11:26:16.925 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-10-01 11:26:16.927 | + lib/glance:configure_glance:338 : '[' vsphere = libvirt ']' 2024-10-01 11:26:16.929 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2024-10-01 11:26:16.950 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2024-10-01 11:26:16.972 | + lib/glance:configure_glance:346 : configure_glance_store False False 2024-10-01 11:26:16.974 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2024-10-01 11:26:16.976 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2024-10-01 11:26:16.978 | + lib/glance:configure_glance_store:254 : local be 2024-10-01 11:26:16.980 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2024-10-01 11:26:16.981 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2024-10-01 11:26:16.983 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-10-01 11:26:17.007 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2024-10-01 11:26:17.008 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2024-10-01 11:26:17.034 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2024-10-01 11:26:17.036 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2024-10-01 11:26:17.047 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:26:17.049 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2024-10-01 11:26:17.071 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2024-10-01 11:26:17.083 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:26:17.085 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2024-10-01 11:26:17.087 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2024-10-01 11:26:17.088 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2024-10-01 11:26:17.091 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-10-01 11:26:17.103 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-10-01 11:26:17.105 | + functions:setup_systemd_logging:706 : local pidstr= 2024-10-01 11:26:17.107 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-10-01 11:26:17.109 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-10-01 11:26:17.111 | + functions:setup_systemd_logging:713 : iniset /etc/glance/glance-api.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-10-01 11:26:17.140 | + functions:setup_systemd_logging:715 : iniset /etc/glance/glance-api.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2024-10-01 11:26:17.162 | + functions:setup_systemd_logging:716 : iniset /etc/glance/glance-api.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-10-01 11:26:17.184 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-10-01 11:26:17.206 | + lib/glance:configure_glance:390 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2024-10-01 11:26:17.209 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2024-10-01 11:26:17.233 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2024-10-01 11:26:17.255 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-10-01 11:26:17.276 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2024-10-01 11:26:17.298 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2024-10-01 11:26:17.320 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2024-10-01 11:26:17.342 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2024-10-01 11:26:17.364 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-10-01 11:26:17.387 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2024-10-01 11:26:17.411 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2024-10-01 11:26:17.434 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2024-10-01 11:26:17.456 | + lib/glance:configure_glance:409 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2024-10-01 11:26:17.459 | + lib/glance:configure_glance:411 : cp -p /opt/stack//glance/etc/metadefs/cim-processor-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-resource-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-storage-allocation-setting-data.json /opt/stack//glance/etc/metadefs/cim-virtual-system-setting-data.json /opt/stack//glance/etc/metadefs/compute-aggr-disk-filter.json /opt/stack//glance/etc/metadefs/compute-aggr-iops-filter.json /opt/stack//glance/etc/metadefs/compute-aggr-num-instances.json /opt/stack//glance/etc/metadefs/compute-cpu-mode.json /opt/stack//glance/etc/metadefs/compute-cpu-pinning.json /opt/stack//glance/etc/metadefs/compute-guest-memory-backing.json /opt/stack//glance/etc/metadefs/compute-guest-shutdown.json /opt/stack//glance/etc/metadefs/compute-host-capabilities.json /opt/stack//glance/etc/metadefs/compute-hypervisor.json /opt/stack//glance/etc/metadefs/compute-instance-data.json /opt/stack//glance/etc/metadefs/compute-libvirt-image.json /opt/stack//glance/etc/metadefs/compute-libvirt.json /opt/stack//glance/etc/metadefs/compute-quota.json /opt/stack//glance/etc/metadefs/compute-randomgen.json /opt/stack//glance/etc/metadefs/compute-vcputopology.json /opt/stack//glance/etc/metadefs/compute-vmware-flavor.json /opt/stack//glance/etc/metadefs/compute-vmware.json /opt/stack//glance/etc/metadefs/compute-vmware-quota-flavor.json /opt/stack//glance/etc/metadefs/compute-vtpm-hw.json /opt/stack//glance/etc/metadefs/compute-vtpm.json /opt/stack//glance/etc/metadefs/compute-watchdog.json /opt/stack//glance/etc/metadefs/compute-xenapi.json /opt/stack//glance/etc/metadefs/glance-common-image-props.json /opt/stack//glance/etc/metadefs/image-signature-verification.json /opt/stack//glance/etc/metadefs/operating-system.json /opt/stack//glance/etc/metadefs/software-databases.json /opt/stack//glance/etc/metadefs/software-runtimes.json /opt/stack//glance/etc/metadefs/software-webservers.json /opt/stack//glance/etc/metadefs/storage-volume-type.json /etc/glance/metadefs 2024-10-01 11:26:17.463 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2024-10-01 11:26:17.475 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:26:17.477 | + lib/glance:configure_glance:421 : [[ False == False ]] 2024-10-01 11:26:17.479 | + lib/glance:configure_glance:422 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2024-10-01 11:26:17.480 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2024-10-01 11:26:17.482 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2024-10-01 11:26:17.484 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2024-10-01 11:26:17.486 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2024-10-01 11:26:17.489 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2024-10-01 11:26:17.490 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2024-10-01 11:26:17.493 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2024-10-01 11:26:17.516 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2024-10-01 11:26:17.518 | ++ functions:get_random_port:847 : read lower_port upper_port 2024-10-01 11:26:17.520 | ++ functions:get_random_port:848 : true 2024-10-01 11:26:17.522 | ++ functions:get_random_port:849 : (( port = upper_port )) 2024-10-01 11:26:17.523 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2024-10-01 11:26:17.525 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2024-10-01 11:26:17.563 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2024-10-01 11:26:17.565 | ++ functions:get_random_port:852 : break 2 2024-10-01 11:26:17.567 | ++ functions:get_random_port:856 : echo 60999 2024-10-01 11:26:17.569 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2024-10-01 11:26:17.571 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2024-10-01 11:26:17.592 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2024-10-01 11:26:17.614 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2024-10-01 11:26:17.639 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2024-10-01 11:26:17.662 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2024-10-01 11:26:17.684 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2024-10-01 11:26:17.705 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2024-10-01 11:26:17.727 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2024-10-01 11:26:17.748 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-10-01 11:26:17.770 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2024-10-01 11:26:17.792 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2024-10-01 11:26:17.815 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2024-10-01 11:26:17.836 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2024-10-01 11:26:17.857 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2024-10-01 11:26:17.879 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2024-10-01 11:26:17.900 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2024-10-01 11:26:17.922 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2024-10-01 11:26:17.943 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2024-10-01 11:26:17.965 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2024-10-01 11:26:17.987 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2024-10-01 11:26:17.989 | + lib/apache:enable_apache_mod:59 : local mod=proxy 2024-10-01 11:26:17.991 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-10-01 11:26:17.993 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:26:17.995 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:26:17.996 | + lib/apache:enable_apache_mod:64 : [[ proxy != \v\e\r\s\i\o\n ]] 2024-10-01 11:26:17.998 | + lib/apache:enable_apache_mod:64 : a2query -m proxy 2024-10-01 11:26:18.027 | proxy (enabled by site administrator) 2024-10-01 11:26:18.030 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2024-10-01 11:26:18.032 | + lib/apache:enable_apache_mod:59 : local mod=proxy_http 2024-10-01 11:26:18.034 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-10-01 11:26:18.036 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:26:18.038 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:26:18.040 | + lib/apache:enable_apache_mod:64 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2024-10-01 11:26:18.041 | + lib/apache:enable_apache_mod:64 : a2query -m proxy_http 2024-10-01 11:26:18.070 | No module matches proxy_http 2024-10-01 11:26:18.072 | + lib/apache:enable_apache_mod:65 : sudo a2enmod proxy_http 2024-10-01 11:26:18.105 | Considering dependency proxy for proxy_http: 2024-10-01 11:26:18.105 | Module proxy already enabled 2024-10-01 11:26:18.105 | Enabling module proxy_http. 2024-10-01 11:26:18.108 | To activate the new configuration, you need to run: 2024-10-01 11:26:18.108 | systemctl restart apache2 2024-10-01 11:26:18.112 | + lib/apache:enable_apache_mod:66 : restart_apache_server 2024-10-01 11:26:18.113 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-10-01 11:26:18.115 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-10-01 11:26:18.117 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-10-01 11:26:18.210 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2024-10-01 11:26:18.212 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2024-10-01 11:26:18.214 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2024-10-01 11:26:18.216 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-10-01 11:26:18.218 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:26:18.219 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:26:18.221 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2024-10-01 11:26:18.224 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2024-10-01 11:26:18.226 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2024-10-01 11:26:18.226 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2024-10-01 11:26:18.233 | KeepAlive Off 2024-10-01 11:26:18.236 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-10-01 11:26:18.236 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2024-10-01 11:26:18.242 | SetEnv proxy-sendchunked 1 2024-10-01 11:26:18.245 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2024-10-01 11:26:18.246 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-10-01 11:26:18.252 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2024-10-01 11:26:18.254 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2024-10-01 11:26:18.256 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2024-10-01 11:26:18.258 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-10-01 11:26:18.259 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-10-01 11:26:18.261 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-10-01 11:26:18.263 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:26:18.265 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:26:18.267 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-10-01 11:26:18.268 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-10-01 11:26:18.270 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:26:18.272 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:26:18.274 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2024-10-01 11:26:18.305 | Enabling site glance-wsgi-api. 2024-10-01 11:26:18.308 | To activate the new configuration, you need to run: 2024-10-01 11:26:18.308 | systemctl reload apache2 2024-10-01 11:26:18.311 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2024-10-01 11:26:18.313 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-10-01 11:26:18.315 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-10-01 11:26:18.317 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-10-01 11:26:18.411 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2024-10-01 11:26:18.414 | + lib/glance:configure_glance:425 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2024-10-01 11:26:18.437 | + lib/glance:configure_glance:435 : [[ False == True ]] 2024-10-01 11:26:18.439 | + lib/glance:configure_glance:435 : [[ False == True ]] 2024-10-01 11:26:18.441 | + lib/glance:configure_glance:440 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope false 2024-10-01 11:26:18.465 | + lib/glance:configure_glance:441 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults false 2024-10-01 11:26:18.487 | + lib/glance:configure_glance:442 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac false 2024-10-01 11:26:18.510 | + stack.sh:main:932 : is_service_enabled cinder 2024-10-01 11:26:18.523 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:26:18.525 | + stack.sh:main:934 : stack_install_service cinder 2024-10-01 11:26:18.527 | + lib/stack:stack_install_service:20 : local service=cinder 2024-10-01 11:26:18.529 | + lib/stack:stack_install_service:21 : type install_cinder 2024-10-01 11:26:18.531 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-10-01 11:26:18.533 | + lib/stack:stack_install_service:32 : install_cinder 2024-10-01 11:26:18.534 | + lib/cinder:install_cinder:506 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder stable/2023.1 2024-10-01 11:26:18.536 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/cinder.git 2024-10-01 11:26:18.538 | + functions-common:git_clone:613 : local git_dest=/opt/stack//cinder 2024-10-01 11:26:18.540 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-10-01 11:26:18.541 | + functions-common:git_clone:615 : local orig_dir 2024-10-01 11:26:18.544 | ++ functions-common:git_clone:616 : pwd 2024-10-01 11:26:18.546 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-10-01 11:26:18.548 | + functions-common:git_clone:617 : local git_clone_flags= 2024-10-01 11:26:18.550 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-10-01 11:26:18.562 | + functions-common:git_clone:619 : RECLONE=False 2024-10-01 11:26:18.563 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-10-01 11:26:18.565 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-10-01 11:26:18.566 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-10-01 11:26:18.569 | + functions-common:git_clone:633 : echo stable/2023.1 2024-10-01 11:26:18.570 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-10-01 11:26:18.573 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//cinder ]] 2024-10-01 11:26:18.575 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-10-01 11:26:18.576 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2024-10-01 11:26:18.578 | + functions-common:git_timed:720 : local count=0 2024-10-01 11:26:18.580 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 11:26:18.582 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 11:26:18.583 | + functions-common:git_timed:724 : timeout=0 2024-10-01 11:26:18.585 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 11:26:18.587 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 11:26:18.588 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:26:18.590 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:26:18.592 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:26:18.595 | + functions-common:time_start:2426 : _TIME_START[$name]=1727781978593 2024-10-01 11:26:18.597 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2024-10-01 11:26:18.599 | Cloning into '/opt/stack//cinder'... 2024-10-01 11:26:22.069 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 11:26:22.072 | + functions-common:time_stop:2435 : local name 2024-10-01 11:26:22.073 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:26:22.075 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:26:22.077 | + functions-common:time_stop:2438 : local total 2024-10-01 11:26:22.079 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:26:22.081 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 11:26:22.082 | + functions-common:time_stop:2442 : start_time=1727781978593 2024-10-01 11:26:22.084 | + functions-common:time_stop:2444 : [[ -z 1727781978593 ]] 2024-10-01 11:26:22.086 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:26:22.089 | + functions-common:time_stop:2447 : end_time=1727781982087 2024-10-01 11:26:22.091 | + functions-common:time_stop:2448 : elapsed_time=3494 2024-10-01 11:26:22.093 | + functions-common:time_stop:2449 : total=14011 2024-10-01 11:26:22.094 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:26:22.096 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=17505 2024-10-01 11:26:22.098 | + functions-common:git_clone:654 : cd /opt/stack//cinder 2024-10-01 11:26:22.100 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-10-01 11:26:22.101 | + functions-common:git_timed:720 : local count=0 2024-10-01 11:26:22.103 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 11:26:22.105 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 11:26:22.107 | + functions-common:git_timed:724 : timeout=0 2024-10-01 11:26:22.108 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 11:26:22.110 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 11:26:22.112 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:26:22.114 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:26:22.116 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:26:22.119 | + functions-common:time_start:2426 : _TIME_START[$name]=1727781982117 2024-10-01 11:26:22.121 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-10-01 11:26:25.157 | From https://opendev.org/openstack/cinder 2024-10-01 11:26:25.157 | * branch stable/2023.1 -> FETCH_HEAD 2024-10-01 11:26:25.162 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 11:26:25.163 | + functions-common:time_stop:2435 : local name 2024-10-01 11:26:25.165 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:26:25.167 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:26:25.168 | + functions-common:time_stop:2438 : local total 2024-10-01 11:26:25.170 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:26:25.172 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 11:26:25.174 | + functions-common:time_stop:2442 : start_time=1727781982117 2024-10-01 11:26:25.176 | + functions-common:time_stop:2444 : [[ -z 1727781982117 ]] 2024-10-01 11:26:25.178 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:26:25.181 | + functions-common:time_stop:2447 : end_time=1727781985179 2024-10-01 11:26:25.183 | + functions-common:time_stop:2448 : elapsed_time=3062 2024-10-01 11:26:25.185 | + functions-common:time_stop:2449 : total=17505 2024-10-01 11:26:25.186 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:26:25.188 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=20567 2024-10-01 11:26:25.190 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-10-01 11:26:25.191 | + functions-common:git_timed:720 : local count=0 2024-10-01 11:26:25.193 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 11:26:25.195 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 11:26:25.196 | + functions-common:git_timed:724 : timeout=0 2024-10-01 11:26:25.198 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 11:26:25.200 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 11:26:25.202 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:26:25.203 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:26:25.205 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:26:25.208 | + functions-common:time_start:2426 : _TIME_START[$name]=1727781985206 2024-10-01 11:26:25.210 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-10-01 11:26:25.453 | Note: switching to 'FETCH_HEAD'. 2024-10-01 11:26:25.453 | 2024-10-01 11:26:25.453 | You are in 'detached HEAD' state. You can look around, make experimental 2024-10-01 11:26:25.453 | changes and commit them, and you can discard any commits you make in this 2024-10-01 11:26:25.453 | state without impacting any branches by switching back to a branch. 2024-10-01 11:26:25.453 | 2024-10-01 11:26:25.453 | If you want to create a new branch to retain commits you create, you may 2024-10-01 11:26:25.453 | do so (now or later) by using -c with the switch command. Example: 2024-10-01 11:26:25.453 | 2024-10-01 11:26:25.453 | git switch -c 2024-10-01 11:26:25.453 | 2024-10-01 11:26:25.453 | Or undo this operation with: 2024-10-01 11:26:25.453 | 2024-10-01 11:26:25.453 | git switch - 2024-10-01 11:26:25.453 | 2024-10-01 11:26:25.454 | Turn off this advice by setting config variable advice.detachedHead to false 2024-10-01 11:26:25.454 | 2024-10-01 11:26:25.454 | HEAD is now at 48d827b Make default-types APIs compatible with V3.67 2024-10-01 11:26:25.458 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 11:26:25.460 | + functions-common:time_stop:2435 : local name 2024-10-01 11:26:25.462 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:26:25.464 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:26:25.465 | + functions-common:time_stop:2438 : local total 2024-10-01 11:26:25.467 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:26:25.469 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 11:26:25.470 | + functions-common:time_stop:2442 : start_time=1727781985206 2024-10-01 11:26:25.472 | + functions-common:time_stop:2444 : [[ -z 1727781985206 ]] 2024-10-01 11:26:25.474 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:26:25.477 | + functions-common:time_stop:2447 : end_time=1727781985475 2024-10-01 11:26:25.479 | + functions-common:time_stop:2448 : elapsed_time=269 2024-10-01 11:26:25.481 | + functions-common:time_stop:2449 : total=20567 2024-10-01 11:26:25.482 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:26:25.484 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=20836 2024-10-01 11:26:25.486 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//cinder 2024-10-01 11:26:25.496 | + functions-common:git_clone:695 : cd /opt/stack//cinder 2024-10-01 11:26:25.499 | + functions-common:git_clone:696 : git show --oneline 2024-10-01 11:26:25.499 | + functions-common:git_clone:696 : head -1 2024-10-01 11:26:25.501 | 48d827b Make default-types APIs compatible with V3.67 2024-10-01 11:26:25.503 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-10-01 11:26:25.505 | + lib/cinder:install_cinder:507 : setup_develop /opt/stack//cinder 2024-10-01 11:26:25.507 | + inc/python:setup_develop:334 : local bindep 2024-10-01 11:26:25.509 | + inc/python:setup_develop:335 : [[ /opt/stack//cinder == -bindep* ]] 2024-10-01 11:26:25.510 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//cinder 2024-10-01 11:26:25.512 | + inc/python:setup_develop:340 : local extras= 2024-10-01 11:26:25.514 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2024-10-01 11:26:25.516 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-10-01 11:26:25.518 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//cinder == -bindep* ]] 2024-10-01 11:26:25.520 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//cinder 2024-10-01 11:26:25.521 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-10-01 11:26:25.523 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-10-01 11:26:25.525 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//cinder 2024-10-01 11:26:25.527 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-10-01 11:26:25.529 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/cinder 2024-10-01 11:26:25.531 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-10-01 11:26:25.533 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-10-01 11:26:25.535 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2024-10-01 11:26:25.539 | + inc/python:_setup_package_with_constraints_edit:381 : name=cinder 2024-10-01 11:26:25.541 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- cinder 2024-10-01 11:26:25.865 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/cinder -e 2024-10-01 11:26:25.867 | + inc/python:setup_package:414 : local bindep=0 2024-10-01 11:26:25.869 | + inc/python:setup_package:415 : local bindep_flag= 2024-10-01 11:26:25.871 | + inc/python:setup_package:416 : local bindep_profiles= 2024-10-01 11:26:25.872 | + inc/python:setup_package:417 : [[ /opt/stack/cinder == -bindep* ]] 2024-10-01 11:26:25.874 | + inc/python:setup_package:422 : local project_dir=/opt/stack/cinder 2024-10-01 11:26:25.876 | + inc/python:setup_package:423 : local flags=-e 2024-10-01 11:26:25.878 | + inc/python:setup_package:424 : local extras= 2024-10-01 11:26:25.879 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-10-01 11:26:25.881 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-10-01 11:26:25.883 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-10-01 11:26:25.885 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-10-01 11:26:25.887 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-10-01 11:26:25.888 | + inc/python:setup_package:442 : pip_install -e /opt/stack/cinder 2024-10-01 11:26:25.904 | Using python 3.10 to install /opt/stack/cinder 2024-10-01 11:26:25.906 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/cinder 2024-10-01 11:26:26.826 | Obtaining file:///opt/stack/cinder 2024-10-01 11:26:26.827 | Preparing metadata (setup.py): started 2024-10-01 11:26:27.436 | Preparing metadata (setup.py): finished with status 'done' 2024-10-01 11:26:27.525 | Requirement already satisfied: Paste>=3.4.3 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (3.5.2) 2024-10-01 11:26:27.525 | Requirement already satisfied: PasteDeploy>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (2.1.1) 2024-10-01 11:26:27.525 | Requirement already satisfied: Routes>=2.4.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (2.5.1) 2024-10-01 11:26:27.526 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (1.4.41) 2024-10-01 11:26:27.527 | Requirement already satisfied: WebOb>=1.8.6 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (1.8.7) 2024-10-01 11:26:28.262 | Collecting boto3>=1.18.49 2024-10-01 11:26:28.265 | Using cached boto3-1.24.89-py3-none-any.whl (132 kB) 2024-10-01 11:26:28.270 | Requirement already satisfied: castellan>=3.7.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (4.1.0) 2024-10-01 11:26:28.270 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (38.0.2) 2024-10-01 11:26:28.270 | Requirement already satisfied: cursive>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (0.2.3) 2024-10-01 11:26:28.271 | Requirement already satisfied: decorator>=4.4.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.1.1) 2024-10-01 11:26:28.271 | Requirement already satisfied: eventlet!=0.32.0,>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (0.33.1) 2024-10-01 11:26:28.380 | Collecting google-api-python-client>=1.11.0 2024-10-01 11:26:28.443 | Using cached google_api_python_client-2.64.0-py2.py3-none-any.whl (10.4 MB) 2024-10-01 11:26:28.492 | Requirement already satisfied: greenlet>=0.4.16 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (1.1.3) 2024-10-01 11:26:28.493 | Requirement already satisfied: httplib2>=0.18.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (0.20.4) 2024-10-01 11:26:28.493 | Requirement already satisfied: importlib_metadata>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.0.0) 2024-10-01 11:26:28.494 | Requirement already satisfied: iso8601>=0.1.12 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (1.1.0) 2024-10-01 11:26:28.495 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (4.16.0) 2024-10-01 11:26:28.496 | Requirement already satisfied: keystoneauth1>=4.2.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.1.3) 2024-10-01 11:26:28.497 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (10.2.0) 2024-10-01 11:26:28.925 | Collecting lxml>=4.5.2 2024-10-01 11:26:28.964 | Using cached lxml-4.9.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (6.9 MB) 2024-10-01 11:26:29.022 | Collecting oauth2client>=4.1.3 2024-10-01 11:26:29.025 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2024-10-01 11:26:29.027 | Requirement already satisfied: os-brick>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (6.2.3) 2024-10-01 11:26:29.028 | Requirement already satisfied: os-win>=5.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.9.0) 2024-10-01 11:26:29.029 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.1.1) 2024-10-01 11:26:29.031 | Requirement already satisfied: oslo.config>=8.3.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (9.1.1) 2024-10-01 11:26:29.031 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.1.1) 2024-10-01 11:26:29.032 | Requirement already satisfied: oslo.db>=11.0.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (12.3.2) 2024-10-01 11:26:29.033 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (6.0.0) 2024-10-01 11:26:29.034 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.2.0) 2024-10-01 11:26:29.035 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (14.2.5) 2024-10-01 11:26:29.035 | Requirement already satisfied: oslo.middleware>=4.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.1.1) 2024-10-01 11:26:29.036 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (4.1.1) 2024-10-01 11:26:29.038 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (3.1.0) 2024-10-01 11:26:29.038 | Requirement already satisfied: oslo.reports>=2.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (3.0.0) 2024-10-01 11:26:29.038 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (7.0.1) 2024-10-01 11:26:29.039 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.1.2) 2024-10-01 11:26:29.040 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (3.1.2) 2024-10-01 11:26:29.040 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (2.1.1) 2024-10-01 11:26:29.041 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (6.1.0) 2024-10-01 11:26:29.086 | Collecting oslo.versionedobjects>=2.4.0 2024-10-01 11:26:29.088 | Using cached oslo.versionedobjects-3.1.0-py3-none-any.whl (86 kB) 2024-10-01 11:26:29.222 | Collecting oslo.vmware>=3.10.0 2024-10-01 11:26:29.228 | Using cached oslo.vmware-4.1.1-py3-none-any.whl (491 kB) 2024-10-01 11:26:29.232 | Requirement already satisfied: osprofiler>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (3.4.3) 2024-10-01 11:26:29.233 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (23.1) 2024-10-01 11:26:29.280 | Collecting paramiko>=2.7.2 2024-10-01 11:26:29.284 | Using cached paramiko-2.11.0-py2.py3-none-any.whl (212 kB) 2024-10-01 11:26:29.288 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.11.1) 2024-10-01 11:26:29.288 | Requirement already satisfied: psutil>=5.7.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.9.2) 2024-10-01 11:26:29.288 | Requirement already satisfied: pyparsing>=2.4.7 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (3.0.9) 2024-10-01 11:26:29.288 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.5.0) 2024-10-01 11:26:29.327 | Collecting python-glanceclient>=3.2.2 2024-10-01 11:26:29.332 | Using cached python_glanceclient-4.3.2-py3-none-any.whl (205 kB) 2024-10-01 11:26:29.334 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.1.0) 2024-10-01 11:26:29.378 | Collecting python-novaclient>=17.2.1 2024-10-01 11:26:29.383 | Using cached python_novaclient-18.3.0-py3-none-any.whl (335 kB) 2024-10-01 11:26:29.418 | Collecting python-swiftclient>=3.10.1 2024-10-01 11:26:29.420 | Using cached python_swiftclient-4.2.0-py3-none-any.whl (88 kB) 2024-10-01 11:26:29.422 | Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (2022.4) 2024-10-01 11:26:29.422 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (2.28.1) 2024-10-01 11:26:29.440 | Collecting rtslib-fb>=2.1.74 2024-10-01 11:26:29.440 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2024-10-01 11:26:29.446 | Requirement already satisfied: six>=1.15.0 in /usr/lib/python3/dist-packages (from cinder==0.0.1.dev33) (1.16.0) 2024-10-01 11:26:29.447 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (0.13.0) 2024-10-01 11:26:29.447 | Requirement already satisfied: stevedore>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.0.0) 2024-10-01 11:26:29.466 | Collecting tabulate>=0.8.7 2024-10-01 11:26:29.468 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-10-01 11:26:29.470 | Requirement already satisfied: taskflow>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (5.1.1) 2024-10-01 11:26:29.471 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev33) (6.3.1) 2024-10-01 11:26:29.615 | Collecting tooz>=2.8.0 2024-10-01 11:26:29.618 | Using cached tooz-3.2.0-py3-none-any.whl (94 kB) 2024-10-01 11:26:29.712 | Collecting zstd>=1.4.5.1 2024-10-01 11:26:29.722 | Using cached zstd-1.5.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB) 2024-10-01 11:26:29.737 | Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from boto3>=1.18.49->cinder==0.0.1.dev33) (1.0.1) 2024-10-01 11:26:29.766 | Collecting s3transfer<0.7.0,>=0.6.0 2024-10-01 11:26:29.769 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2024-10-01 11:26:30.603 | Collecting botocore<1.28.0,>=1.27.89 2024-10-01 11:26:30.655 | Using cached botocore-1.27.89-py3-none-any.whl (9.2 MB) 2024-10-01 11:26:30.729 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=3.1->cinder==0.0.1.dev33) (1.15.1) 2024-10-01 11:26:30.741 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet!=0.32.0,>=0.30.1->cinder==0.0.1.dev33) (2.2.1) 2024-10-01 11:26:30.767 | Collecting google-auth-httplib2>=0.1.0 2024-10-01 11:26:30.769 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2024-10-01 11:26:30.789 | Collecting uritemplate<5,>=3.0.1 2024-10-01 11:26:30.791 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2024-10-01 11:26:30.908 | Collecting google-auth<3.0.0dev,>=1.19.0 2024-10-01 11:26:30.911 | Using cached google_auth-2.12.0-py2.py3-none-any.whl (169 kB) 2024-10-01 11:26:31.008 | Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 2024-10-01 11:26:31.010 | Using cached google_api_core-2.10.2-py3-none-any.whl (115 kB) 2024-10-01 11:26:31.038 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib_metadata>=3.1.1->cinder==0.0.1.dev33) (3.8.1) 2024-10-01 11:26:31.058 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev33) (22.1.0) 2024-10-01 11:26:31.058 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev33) (0.18.1) 2024-10-01 11:26:31.084 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=4.2.1->cinder==0.0.1.dev33) (1.7.0) 2024-10-01 11:26:31.108 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev33) (3.3.1) 2024-10-01 11:26:31.109 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=9.1.0->cinder==0.0.1.dev33) (3.1.1) 2024-10-01 11:26:31.205 | Collecting pyasn1-modules>=0.0.5 2024-10-01 11:26:31.208 | Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2024-10-01 11:26:31.212 | Requirement already satisfied: pyasn1>=0.1.7 in /usr/lib/python3/dist-packages (from oauth2client>=4.1.3->cinder==0.0.1.dev33) (0.4.8) 2024-10-01 11:26:31.237 | Collecting rsa>=3.1.4 2024-10-01 11:26:31.239 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2024-10-01 11:26:31.266 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=4.5.0->cinder==0.0.1.dev33) (0.18) 2024-10-01 11:26:31.284 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev33) (6.0) 2024-10-01 11:26:31.285 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev33) (1.5.0) 2024-10-01 11:26:31.285 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev33) (0.8.0) 2024-10-01 11:26:31.286 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev33) (2.5.0) 2024-10-01 11:26:31.311 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev33) (0.5.0) 2024-10-01 11:26:31.312 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev33) (1.8.1) 2024-10-01 11:26:31.314 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev33) (2.0.1) 2024-10-01 11:26:31.336 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev33) (2.8.2) 2024-10-01 11:26:31.339 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.6.1->cinder==0.0.1.dev33) (0.9.6) 2024-10-01 11:26:31.365 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev33) (0.6.0) 2024-10-01 11:26:31.366 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev33) (5.2.4) 2024-10-01 11:26:31.366 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev33) (2.4.1) 2024-10-01 11:26:31.367 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev33) (5.1.1) 2024-10-01 11:26:31.368 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->cinder==0.0.1.dev33) (5.2.0) 2024-10-01 11:26:31.378 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev33) (4.0.0) 2024-10-01 11:26:31.379 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev33) (3.3.0) 2024-10-01 11:26:31.380 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev33) (3.1.2) 2024-10-01 11:26:31.398 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=2.6.2->cinder==0.0.1.dev33) (1.0.4) 2024-10-01 11:26:31.429 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev33) (4.0.1) 2024-10-01 11:26:31.430 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev33) (1.4.0) 2024-10-01 11:26:31.441 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev33) (3.4.1) 2024-10-01 11:26:31.450 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.12.1->cinder==0.0.1.dev33) (0.11.0) 2024-10-01 11:26:31.501 | Collecting suds-community>=0.6 2024-10-01 11:26:31.503 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2024-10-01 11:26:31.510 | Requirement already satisfied: urllib3>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from oslo.vmware>=3.10.0->cinder==0.0.1.dev33) (1.26.12) 2024-10-01 11:26:31.600 | Collecting pynacl>=1.0.1 2024-10-01 11:26:31.609 | Using cached PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) 2024-10-01 11:26:31.623 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=3.4.3->cinder==0.0.1.dev33) (59.6.0) 2024-10-01 11:26:31.678 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from python-barbicanclient>=5.0.1->cinder==0.0.1.dev33) (4.2.0) 2024-10-01 11:26:31.694 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev33) (22.1.0) 2024-10-01 11:26:31.695 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=3.2.2->cinder==0.0.1.dev33) (1.14.1) 2024-10-01 11:26:31.716 | Collecting warlock>=1.2.0 2024-10-01 11:26:31.718 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2024-10-01 11:26:31.784 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev33) (3.4) 2024-10-01 11:26:31.785 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev33) (2.1.1) 2024-10-01 11:26:31.786 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev33) (2020.6.20) 2024-10-01 11:26:31.799 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.4.1->cinder==0.0.1.dev33) (0.7) 2024-10-01 11:26:31.830 | Collecting pyudev>=0.16.1 2024-10-01 11:26:31.833 | Using cached pyudev-0.24.0-py3-none-any.whl (61 kB) 2024-10-01 11:26:31.921 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==0.0.1.dev33) (0.5.2) 2024-10-01 11:26:31.921 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==0.0.1.dev33) (0.4.3) 2024-10-01 11:26:31.974 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev33) (3.1.0) 2024-10-01 11:26:31.974 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev33) (2.8.7) 2024-10-01 11:26:31.976 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev33) (1.4.2) 2024-10-01 11:26:32.057 | Collecting voluptuous>=0.8.9 2024-10-01 11:26:32.060 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2024-10-01 11:26:32.101 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==0.0.1.dev33) (1.2.3) 2024-10-01 11:26:32.112 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->cinder==0.0.1.dev33) (5.0.0) 2024-10-01 11:26:32.214 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=3.1->cinder==0.0.1.dev33) (2.21) 2024-10-01 11:26:32.240 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev33) (0.5.1) 2024-10-01 11:26:32.240 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev33) (2.4.2) 2024-10-01 11:26:32.364 | Collecting googleapis-common-protos<2.0dev,>=1.56.2 2024-10-01 11:26:32.368 | Using cached googleapis_common_protos-1.56.4-py2.py3-none-any.whl (211 kB) 2024-10-01 11:26:32.371 | Requirement already satisfied: protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5 in /usr/local/lib/python3.10/dist-packages (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-api-python-client>=1.11.0->cinder==0.0.1.dev33) (4.21.7) 2024-10-01 11:26:32.460 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->oslo.middleware>=4.1.1->cinder==0.0.1.dev33) (2.1.1) 2024-10-01 11:26:32.608 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.10/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=9.1.0->cinder==0.0.1.dev33) (1.1.8) 2024-10-01 11:26:32.625 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->cinder==0.0.1.dev33) (0.14.1) 2024-10-01 11:26:32.642 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev33) (0.2.5) 2024-10-01 11:26:33.102 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=11.0.0->cinder==0.0.1.dev33) (2.5.0) 2024-10-01 11:26:33.176 | Requirement already satisfied: jsonpatch<2,>=1 in /usr/lib/python3/dist-packages (from warlock>=1.2.0->python-glanceclient>=3.2.2->cinder==0.0.1.dev33) (1.32) 2024-10-01 11:26:33.291 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==0.0.1.dev33) (1.8.2) 2024-10-01 11:26:33.956 | Installing collected packages: zstd, voluptuous, uritemplate, tabulate, suds-community, rsa, pyudev, pyasn1-modules, lxml, googleapis-common-protos, warlock, rtslib-fb, python-swiftclient, pynacl, oauth2client, google-auth, botocore, s3transfer, paramiko, google-auth-httplib2, google-api-core, tooz, python-novaclient, python-glanceclient, oslo.vmware, google-api-python-client, boto3, oslo.versionedobjects, cinder 2024-10-01 11:26:34.001 | Attempting uninstall: voluptuous 2024-10-01 11:26:34.003 | Found existing installation: voluptuous 0.12.2 2024-10-01 11:26:34.005 | Not uninstalling voluptuous at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 11:26:34.006 | Can't uninstall 'voluptuous'. No files were found to uninstall. 2024-10-01 11:26:34.165 | Attempting uninstall: pyudev 2024-10-01 11:26:34.166 | Found existing installation: pyudev 0.22.0 2024-10-01 11:26:34.168 | Not uninstalling pyudev at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 11:26:34.168 | Can't uninstall 'pyudev'. No files were found to uninstall. 2024-10-01 11:26:36.698 | Running setup.py develop for cinder 2024-10-01 11:26:37.600 | Successfully installed boto3-1.24.89 botocore-1.27.89 cinder google-api-core-2.10.2 google-api-python-client-2.64.0 google-auth-2.12.0 google-auth-httplib2-0.1.0 googleapis-common-protos-1.56.4 lxml-4.9.1 oauth2client-4.1.3 oslo.versionedobjects-3.1.0 oslo.vmware-4.1.1 paramiko-2.11.0 pyasn1-modules-0.2.8 pynacl-1.5.0 python-glanceclient-4.3.2 python-novaclient-18.3.0 python-swiftclient-4.2.0 pyudev-0.24.0 rsa-4.9 rtslib-fb-2.1.75 s3transfer-0.6.0 suds-community-1.1.2 tabulate-0.9.0 tooz-3.2.0 uritemplate-4.1.1 voluptuous-0.13.1 warlock-2.0.1 zstd-1.5.2.6 2024-10-01 11:26:37.600 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 11:26:37.837 | + inc/python:pip_install:196 : result=0 2024-10-01 11:26:37.840 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-01 11:26:37.842 | + functions-common:time_stop:2435 : local name 2024-10-01 11:26:37.844 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:26:37.845 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:26:37.847 | + functions-common:time_stop:2438 : local total 2024-10-01 11:26:37.849 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:26:37.850 | + functions-common:time_stop:2441 : name=pip_install 2024-10-01 11:26:37.852 | + functions-common:time_stop:2442 : start_time=1727781985900 2024-10-01 11:26:37.854 | + functions-common:time_stop:2444 : [[ -z 1727781985900 ]] 2024-10-01 11:26:37.856 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:26:37.859 | + functions-common:time_stop:2447 : end_time=1727781997857 2024-10-01 11:26:37.861 | + functions-common:time_stop:2448 : elapsed_time=11957 2024-10-01 11:26:37.862 | + functions-common:time_stop:2449 : total=47695 2024-10-01 11:26:37.864 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:26:37.866 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=59652 2024-10-01 11:26:37.868 | + inc/python:pip_install:199 : return 0 2024-10-01 11:26:37.869 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-10-01 11:26:37.871 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/cinder/cinder.egg-info 2024-10-01 11:26:37.873 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/cinder/cinder.egg-info 2024-10-01 11:26:37.887 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/cinder/cinder.egg-info 2024-10-01 11:26:37.896 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/cinder 2024-10-01 11:26:37.898 | + inc/python:use_library_from_git:246 : local name=/opt/stack/cinder 2024-10-01 11:26:37.900 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:26:37.902 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:26:37.904 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/cinder, ]] 2024-10-01 11:26:37.906 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:26:37.908 | + lib/cinder:install_cinder:508 : [[ lioadm == \t\g\t\a\d\m ]] 2024-10-01 11:26:37.909 | + lib/cinder:install_cinder:510 : [[ lioadm == \l\i\o\a\d\m ]] 2024-10-01 11:26:37.911 | + lib/cinder:install_cinder:511 : is_ubuntu 2024-10-01 11:26:37.913 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:26:37.915 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:26:37.916 | + lib/cinder:install_cinder:513 : sudo mkdir -p /etc/target 2024-10-01 11:26:37.926 | + lib/cinder:install_cinder:515 : install_package targetcli-fb 2024-10-01 11:26:37.927 | + functions-common:install_package:1459 : update_package_repo 2024-10-01 11:26:37.929 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-10-01 11:26:37.931 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-10-01 11:26:37.933 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-10-01 11:26:37.935 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-10-01 11:26:37.936 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-10-01 11:26:37.938 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:26:37.940 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:26:37.942 | + functions-common:update_package_repo:1440 : apt_get_update 2024-10-01 11:26:37.944 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-10-01 11:26:37.946 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-10-01 11:26:37.947 | + functions-common:apt_get_update:1186 : return 2024-10-01 11:26:37.949 | + functions-common:install_package:1460 : real_install_package targetcli-fb 2024-10-01 11:26:37.951 | + functions-common:real_install_package:1445 : is_ubuntu 2024-10-01 11:26:37.953 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:26:37.955 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:26:37.957 | + functions-common:real_install_package:1446 : apt_get install targetcli-fb 2024-10-01 11:26:37.973 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2024-10-01 11:26:38.032 | Reading package lists... 2024-10-01 11:26:38.238 | Building dependency tree... 2024-10-01 11:26:38.239 | Reading state information... 2024-10-01 11:26:38.438 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2024-10-01 11:26:38.438 | 0 upgraded, 0 newly installed, 0 to remove and 63 not upgraded. 2024-10-01 11:26:38.442 | + functions-common:apt_get:1230 : result=0 2024-10-01 11:26:38.444 | + functions-common:apt_get:1233 : time_stop apt-get 2024-10-01 11:26:38.446 | + functions-common:time_stop:2435 : local name 2024-10-01 11:26:38.448 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:26:38.450 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:26:38.452 | + functions-common:time_stop:2438 : local total 2024-10-01 11:26:38.454 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:26:38.456 | + functions-common:time_stop:2441 : name=apt-get 2024-10-01 11:26:38.458 | + functions-common:time_stop:2442 : start_time=1727781997971 2024-10-01 11:26:38.460 | + functions-common:time_stop:2444 : [[ -z 1727781997971 ]] 2024-10-01 11:26:38.462 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:26:38.465 | + functions-common:time_stop:2447 : end_time=1727781998463 2024-10-01 11:26:38.467 | + functions-common:time_stop:2448 : elapsed_time=492 2024-10-01 11:26:38.469 | + functions-common:time_stop:2449 : total=8454 2024-10-01 11:26:38.471 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:26:38.472 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8946 2024-10-01 11:26:38.474 | + functions-common:apt_get:1234 : return 0 2024-10-01 11:26:38.476 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-10-01 11:26:38.478 | + stack.sh:main:935 : configure_cinder 2024-10-01 11:26:38.480 | + lib/cinder:configure_cinder:278 : sudo install -d -o stack -m 755 /etc/cinder 2024-10-01 11:26:38.490 | + lib/cinder:configure_cinder:280 : rm -f /etc/cinder/cinder.conf 2024-10-01 11:26:38.492 | + lib/cinder:configure_cinder:282 : configure_rootwrap cinder 2024-10-01 11:26:38.494 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2024-10-01 11:26:38.496 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-10-01 11:26:38.499 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-10-01 11:26:38.499 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2024-10-01 11:26:38.502 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2024-10-01 11:26:38.504 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2024-10-01 11:26:38.505 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2024-10-01 11:26:38.507 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2024-10-01 11:26:38.509 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2024-10-01 11:26:38.510 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2024-10-01 11:26:38.512 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2024-10-01 11:26:38.514 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2024-10-01 11:26:38.522 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2024-10-01 11:26:38.531 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack//cinder/etc/cinder/rootwrap.d/volume.filters /etc/cinder/rootwrap.d 2024-10-01 11:26:38.540 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack//cinder/etc/cinder/rootwrap.conf /etc/cinder/rootwrap.conf 2024-10-01 11:26:38.548 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2024-10-01 11:26:38.557 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2024-10-01 11:26:38.559 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2024-10-01 11:26:38.562 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.wVmY5NuDqu 2024-10-01 11:26:38.564 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-10-01 11:26:38.566 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-10-01 11:26:38.568 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2024-10-01 11:26:38.570 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.wVmY5NuDqu 2024-10-01 11:26:38.572 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.wVmY5NuDqu 2024-10-01 11:26:38.581 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.wVmY5NuDqu /etc/sudoers.d/cinder-rootwrap 2024-10-01 11:26:38.590 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2024-10-01 11:26:38.593 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2024-10-01 11:26:38.594 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2024-10-01 11:26:38.596 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-10-01 11:26:38.598 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-10-01 11:26:38.599 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2024-10-01 11:26:38.601 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2024-10-01 11:26:38.603 | + lib/cinder:configure_cinder:284 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2024-10-01 11:26:38.605 | + lib/cinder:configure_cinder:285 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2024-10-01 11:26:38.608 | + lib/cinder:configure_cinder:288 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2024-10-01 11:26:38.611 | + lib/cinder:configure_cinder:290 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2024-10-01 11:26:38.625 | + lib/cinder:configure_cinder:291 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2024-10-01 11:26:38.639 | + lib/cinder:configure_cinder:292 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2024-10-01 11:26:38.654 | + lib/cinder:configure_cinder:293 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2024-10-01 11:26:38.669 | + lib/cinder:configure_cinder:294 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2024-10-01 11:26:38.683 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2024-10-01 11:26:38.697 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2024-10-01 11:26:38.712 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2024-10-01 11:26:38.725 | + lib/cinder:configure_cinder:299 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2024-10-01 11:26:38.727 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-10-01 11:26:38.729 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2024-10-01 11:26:38.730 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-10-01 11:26:38.732 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2024-10-01 11:26:38.756 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2024-10-01 11:26:38.777 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-10-01 11:26:38.800 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2024-10-01 11:26:38.822 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2024-10-01 11:26:38.845 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2024-10-01 11:26:38.866 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2024-10-01 11:26:38.888 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2024-10-01 11:26:38.910 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-10-01 11:26:38.931 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2024-10-01 11:26:38.953 | + lib/cinder:configure_cinder:301 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2024-10-01 11:26:38.977 | + lib/cinder:configure_cinder:303 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2024-10-01 11:26:39.000 | ++ lib/cinder:configure_cinder:304 : database_connection_url cinder 2024-10-01 11:26:39.001 | ++ lib/database:database_connection_url:134 : local db=cinder 2024-10-01 11:26:39.003 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2024-10-01 11:26:39.005 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=cinder 2024-10-01 11:26:39.007 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-10-01 11:26:39.009 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-10-01 11:26:39.011 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8' 2024-10-01 11:26:39.013 | + lib/cinder:configure_cinder:304 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8' 2024-10-01 11:26:39.037 | + lib/cinder:configure_cinder:305 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2024-10-01 11:26:39.058 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2024-10-01 11:26:39.080 | + lib/cinder:configure_cinder:307 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2024-10-01 11:26:39.102 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2024-10-01 11:26:39.124 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2024-10-01 11:26:39.146 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2024-10-01 11:26:39.169 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2024-10-01 11:26:39.191 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2024-10-01 11:26:39.215 | ++ lib/cinder:configure_cinder:313 : openssl rand -hex 16 2024-10-01 11:26:39.222 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf key_manager fixed_key 882a60901336649d2e443ebb96aff3e3 2024-10-01 11:26:39.244 | + lib/cinder:configure_cinder:314 : [[ -n '' ]] 2024-10-01 11:26:39.246 | + lib/cinder:configure_cinder:319 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2024-10-01 11:26:39.268 | + lib/cinder:configure_cinder:320 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2024-10-01 11:26:39.290 | + lib/cinder:configure_cinder:321 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2024-10-01 11:26:39.312 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2024-10-01 11:26:39.334 | + lib/cinder:configure_cinder:328 : is_service_enabled c-vol 2024-10-01 11:26:39.346 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:26:39.348 | + lib/cinder:configure_cinder:328 : [[ -n vmdk:vsphere ]] 2024-10-01 11:26:39.349 | + lib/cinder:configure_cinder:329 : local enabled_backends= 2024-10-01 11:26:39.351 | + lib/cinder:configure_cinder:330 : local default_name= 2024-10-01 11:26:39.353 | + lib/cinder:configure_cinder:331 : local be be_name be_type 2024-10-01 11:26:39.355 | + lib/cinder:configure_cinder:332 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-10-01 11:26:39.357 | + lib/cinder:configure_cinder:333 : be_type=vmdk 2024-10-01 11:26:39.358 | + lib/cinder:configure_cinder:334 : be_name=vsphere 2024-10-01 11:26:39.360 | + lib/cinder:configure_cinder:335 : type configure_cinder_backend_vmdk 2024-10-01 11:26:39.362 | + lib/cinder:configure_cinder:336 : configure_cinder_backend_vmdk vsphere 2024-10-01 11:26:39.364 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2024-10-01 11:26:39.366 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2024-10-01 11:26:39.389 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:35 : iniset /etc/cinder/cinder.conf vsphere volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-10-01 11:26:39.411 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:36 : iniset /etc/cinder/cinder.conf vsphere vmware_host_ip vc1.osci.c.eu-de-1.cloud.sap 2024-10-01 11:26:39.433 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2024-10-01 11:26:39.455 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2024-10-01 11:26:39.478 | + lib/cinder:configure_cinder:338 : [[ -z '' ]] 2024-10-01 11:26:39.480 | + lib/cinder:configure_cinder:339 : default_name=vsphere 2024-10-01 11:26:39.482 | + lib/cinder:configure_cinder:341 : enabled_backends+=vsphere, 2024-10-01 11:26:39.483 | + lib/cinder:configure_cinder:343 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2024-10-01 11:26:39.506 | + lib/cinder:configure_cinder:344 : [[ -n vsphere ]] 2024-10-01 11:26:39.508 | + lib/cinder:configure_cinder:345 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2024-10-01 11:26:39.530 | + lib/cinder:configure_cinder:347 : configure_cinder_image_volume_cache 2024-10-01 11:26:39.532 | + lib/cinder:configure_cinder_image_volume_cache:712 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2024-10-01 11:26:39.534 | + lib/cinder:configure_cinder_image_volume_cache:713 : local be_name=vsphere 2024-10-01 11:26:39.536 | + lib/cinder:configure_cinder_image_volume_cache:715 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2024-10-01 11:26:39.558 | + lib/cinder:configure_cinder_image_volume_cache:717 : [[ -n '' ]] 2024-10-01 11:26:39.560 | + lib/cinder:configure_cinder_image_volume_cache:721 : [[ -n '' ]] 2024-10-01 11:26:39.562 | + lib/cinder:configure_cinder:350 : is_service_enabled c-bak 2024-10-01 11:26:39.574 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:26:39.576 | + lib/cinder:configure_cinder:358 : is_service_enabled ceilometer 2024-10-01 11:26:39.587 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:26:39.589 | + lib/cinder:configure_cinder:362 : is_service_enabled tls-proxy 2024-10-01 11:26:39.601 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:26:39.603 | + lib/cinder:configure_cinder:376 : '[' False '!=' False ']' 2024-10-01 11:26:39.605 | + lib/cinder:configure_cinder:380 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2024-10-01 11:26:39.606 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2024-10-01 11:26:39.608 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2024-10-01 11:26:39.610 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-10-01 11:26:39.612 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-10-01 11:26:39.614 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-10-01 11:26:39.625 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:26:39.628 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-10-01 11:26:39.630 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-10-01 11:26:39.631 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-10-01 11:26:39.643 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:26:39.645 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-01 11:26:39.647 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-01 11:26:39.669 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-10-01 11:26:39.671 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-10-01 11:26:39.673 | + lib/cinder:configure_cinder:383 : setup_logging /etc/cinder/cinder.conf True 2024-10-01 11:26:39.674 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2024-10-01 11:26:39.676 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2024-10-01 11:26:39.679 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-10-01 11:26:39.691 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-10-01 11:26:39.693 | + functions:setup_systemd_logging:706 : local pidstr= 2024-10-01 11:26:39.695 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-10-01 11:26:39.696 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-10-01 11:26:39.698 | + functions:setup_systemd_logging:713 : iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-10-01 11:26:39.720 | + functions:setup_systemd_logging:715 : iniset /etc/cinder/cinder.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2024-10-01 11:26:39.742 | + functions:setup_systemd_logging:716 : iniset /etc/cinder/cinder.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-10-01 11:26:39.764 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-10-01 11:26:39.787 | + lib/cinder:configure_cinder:385 : is_service_enabled c-api 2024-10-01 11:26:39.800 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:26:39.802 | + lib/cinder:configure_cinder:386 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2024-10-01 11:26:39.803 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2024-10-01 11:26:39.805 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2024-10-01 11:26:39.807 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2024-10-01 11:26:39.809 | + lib/apache:write_uwsgi_config:257 : local http= 2024-10-01 11:26:39.810 | + lib/apache:write_uwsgi_config:258 : local name= 2024-10-01 11:26:39.813 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2024-10-01 11:26:39.815 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2024-10-01 11:26:39.817 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-10-01 11:26:39.819 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-10-01 11:26:39.829 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-10-01 11:26:39.829 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-10-01 11:26:39.835 | d /var/run/uwsgi 0755 stack root 2024-10-01 11:26:39.838 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-10-01 11:26:39.846 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2024-10-01 11:26:39.850 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2024-10-01 11:26:39.851 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2024-10-01 11:26:39.854 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2024-10-01 11:26:39.877 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2024-10-01 11:26:39.898 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2024-10-01 11:26:39.920 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2024-10-01 11:26:39.941 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2024-10-01 11:26:39.964 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-10-01 11:26:39.986 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2024-10-01 11:26:40.009 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2024-10-01 11:26:40.034 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2024-10-01 11:26:40.057 | + lib/apache:write_uwsgi_config:290 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-10-01 11:26:40.079 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2024-10-01 11:26:40.101 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-10-01 11:26:40.123 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2024-10-01 11:26:40.145 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-10-01 11:26:40.147 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-10-01 11:26:40.149 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2024-10-01 11:26:40.151 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2024-10-01 11:26:40.153 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-10-01 11:26:40.155 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:26:40.156 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:26:40.158 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2024-10-01 11:26:40.160 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2024-10-01 11:26:40.162 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2024-10-01 11:26:40.184 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2024-10-01 11:26:40.206 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2024-10-01 11:26:40.206 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2024-10-01 11:26:40.213 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2024-10-01 11:26:40.215 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2024-10-01 11:26:40.217 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2024-10-01 11:26:40.219 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-10-01 11:26:40.221 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-10-01 11:26:40.223 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-10-01 11:26:40.225 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:26:40.226 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:26:40.228 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-10-01 11:26:40.230 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-10-01 11:26:40.232 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:26:40.233 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:26:40.235 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2024-10-01 11:26:40.267 | Enabling site cinder-wsgi. 2024-10-01 11:26:40.270 | To activate the new configuration, you need to run: 2024-10-01 11:26:40.270 | systemctl reload apache2 2024-10-01 11:26:40.274 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-10-01 11:26:40.275 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-10-01 11:26:40.277 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-10-01 11:26:40.279 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-10-01 11:26:40.381 | + lib/cinder:configure_cinder:389 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2024-10-01 11:26:40.383 | + lib/cinder:configure_cinder:390 : configure_cinder_driver 2024-10-01 11:26:40.385 | + lib/cinder_plugins/vsphere:configure_cinder_driver:33 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_ip vc1.osci.c.eu-de-1.cloud.sap 2024-10-01 11:26:40.408 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2024-10-01 11:26:40.430 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2024-10-01 11:26:40.452 | + lib/cinder_plugins/vsphere:configure_cinder_driver:36 : iniset /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-10-01 11:26:40.474 | + lib/cinder:configure_cinder:393 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2024-10-01 11:26:40.497 | + lib/cinder:configure_cinder:395 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2024-10-01 11:26:40.520 | + lib/cinder:configure_cinder:396 : is_service_enabled tls-proxy 2024-10-01 11:26:40.532 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:26:40.533 | + lib/cinder:configure_cinder:402 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2024-10-01 11:26:40.535 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-10-01 11:26:40.537 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-10-01 11:26:40.539 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-10-01 11:26:40.541 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2024-10-01 11:26:40.564 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2024-10-01 11:26:40.587 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2024-10-01 11:26:40.609 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2024-10-01 11:26:40.632 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2024-10-01 11:26:40.654 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2024-10-01 11:26:40.676 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2024-10-01 11:26:40.697 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2024-10-01 11:26:40.720 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-10-01 11:26:40.742 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2024-10-01 11:26:40.764 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2024-10-01 11:26:40.786 | + lib/cinder:configure_cinder:404 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2024-10-01 11:26:40.809 | + lib/cinder:configure_cinder:406 : [[ ! -z '' ]] 2024-10-01 11:26:40.811 | + lib/cinder:configure_cinder:408 : is_service_enabled etcd3 2024-10-01 11:26:40.823 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:26:40.825 | + lib/cinder:configure_cinder:409 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.180.1.21:2379 2024-10-01 11:26:40.849 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2024-10-01 11:26:40.851 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2024-10-01 11:26:40.853 | + lib/cinder:configure_cinder:416 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2024-10-01 11:26:40.878 | + lib/cinder:configure_cinder:417 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2024-10-01 11:26:40.900 | + stack.sh:main:938 : is_service_enabled neutron 2024-10-01 11:26:40.913 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:26:40.914 | + stack.sh:main:940 : stack_install_service neutron 2024-10-01 11:26:40.916 | + lib/stack:stack_install_service:20 : local service=neutron 2024-10-01 11:26:40.918 | + lib/stack:stack_install_service:21 : type install_neutron 2024-10-01 11:26:40.920 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-10-01 11:26:40.922 | + lib/stack:stack_install_service:32 : install_neutron 2024-10-01 11:26:40.924 | + lib/neutron:install_neutron:512 : use_library_from_git neutron-lib 2024-10-01 11:26:40.926 | + inc/python:use_library_from_git:246 : local name=neutron-lib 2024-10-01 11:26:40.928 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:26:40.930 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:26:40.932 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,neutron-lib, ]] 2024-10-01 11:26:40.934 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:26:40.936 | + lib/neutron:install_neutron:517 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron stable/2023.1 2024-10-01 11:26:40.938 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/neutron.git 2024-10-01 11:26:40.939 | + functions-common:git_clone:613 : local git_dest=/opt/stack//neutron 2024-10-01 11:26:40.941 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-10-01 11:26:40.943 | + functions-common:git_clone:615 : local orig_dir 2024-10-01 11:26:40.945 | ++ functions-common:git_clone:616 : pwd 2024-10-01 11:26:40.947 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-10-01 11:26:40.949 | + functions-common:git_clone:617 : local git_clone_flags= 2024-10-01 11:26:40.951 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-10-01 11:26:40.963 | + functions-common:git_clone:619 : RECLONE=False 2024-10-01 11:26:40.965 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-10-01 11:26:40.967 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-10-01 11:26:40.969 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-10-01 11:26:40.971 | + functions-common:git_clone:633 : echo stable/2023.1 2024-10-01 11:26:40.972 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-10-01 11:26:40.976 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//neutron ]] 2024-10-01 11:26:40.977 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-10-01 11:26:40.979 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2024-10-01 11:26:40.981 | + functions-common:git_timed:720 : local count=0 2024-10-01 11:26:40.983 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 11:26:40.985 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 11:26:40.987 | + functions-common:git_timed:724 : timeout=0 2024-10-01 11:26:40.988 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 11:26:40.990 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 11:26:40.992 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:26:40.994 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:26:40.996 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:26:40.999 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782000997 2024-10-01 11:26:41.001 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2024-10-01 11:26:41.003 | Cloning into '/opt/stack//neutron'... 2024-10-01 11:26:44.601 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 11:26:44.603 | + functions-common:time_stop:2435 : local name 2024-10-01 11:26:44.604 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:26:44.606 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:26:44.608 | + functions-common:time_stop:2438 : local total 2024-10-01 11:26:44.610 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:26:44.611 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 11:26:44.613 | + functions-common:time_stop:2442 : start_time=1727782000997 2024-10-01 11:26:44.615 | + functions-common:time_stop:2444 : [[ -z 1727782000997 ]] 2024-10-01 11:26:44.617 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:26:44.620 | + functions-common:time_stop:2447 : end_time=1727782004618 2024-10-01 11:26:44.622 | + functions-common:time_stop:2448 : elapsed_time=3621 2024-10-01 11:26:44.624 | + functions-common:time_stop:2449 : total=20836 2024-10-01 11:26:44.625 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:26:44.627 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=24457 2024-10-01 11:26:44.629 | + functions-common:git_clone:654 : cd /opt/stack//neutron 2024-10-01 11:26:44.630 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-10-01 11:26:44.632 | + functions-common:git_timed:720 : local count=0 2024-10-01 11:26:44.634 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 11:26:44.636 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 11:26:44.637 | + functions-common:git_timed:724 : timeout=0 2024-10-01 11:26:44.639 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 11:26:44.641 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 11:26:44.643 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:26:44.644 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:26:44.647 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:26:44.650 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782004648 2024-10-01 11:26:44.652 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-10-01 11:26:47.585 | From https://opendev.org/openstack/neutron 2024-10-01 11:26:47.585 | * branch stable/2023.1 -> FETCH_HEAD 2024-10-01 11:26:47.590 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 11:26:47.592 | + functions-common:time_stop:2435 : local name 2024-10-01 11:26:47.593 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:26:47.595 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:26:47.597 | + functions-common:time_stop:2438 : local total 2024-10-01 11:26:47.599 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:26:47.601 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 11:26:47.602 | + functions-common:time_stop:2442 : start_time=1727782004648 2024-10-01 11:26:47.604 | + functions-common:time_stop:2444 : [[ -z 1727782004648 ]] 2024-10-01 11:26:47.606 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:26:47.609 | + functions-common:time_stop:2447 : end_time=1727782007607 2024-10-01 11:26:47.611 | + functions-common:time_stop:2448 : elapsed_time=2959 2024-10-01 11:26:47.613 | + functions-common:time_stop:2449 : total=24457 2024-10-01 11:26:47.614 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:26:47.616 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=27416 2024-10-01 11:26:47.618 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-10-01 11:26:47.620 | + functions-common:git_timed:720 : local count=0 2024-10-01 11:26:47.621 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 11:26:47.623 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 11:26:47.625 | + functions-common:git_timed:724 : timeout=0 2024-10-01 11:26:47.626 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 11:26:47.628 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 11:26:47.630 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:26:47.631 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:26:47.634 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:26:47.637 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782007635 2024-10-01 11:26:47.638 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-10-01 11:26:47.890 | Note: switching to 'FETCH_HEAD'. 2024-10-01 11:26:47.891 | 2024-10-01 11:26:47.891 | You are in 'detached HEAD' state. You can look around, make experimental 2024-10-01 11:26:47.891 | changes and commit them, and you can discard any commits you make in this 2024-10-01 11:26:47.891 | state without impacting any branches by switching back to a branch. 2024-10-01 11:26:47.891 | 2024-10-01 11:26:47.891 | If you want to create a new branch to retain commits you create, you may 2024-10-01 11:26:47.891 | do so (now or later) by using -c with the switch command. Example: 2024-10-01 11:26:47.891 | 2024-10-01 11:26:47.891 | git switch -c 2024-10-01 11:26:47.891 | 2024-10-01 11:26:47.891 | Or undo this operation with: 2024-10-01 11:26:47.891 | 2024-10-01 11:26:47.891 | git switch - 2024-10-01 11:26:47.891 | 2024-10-01 11:26:47.891 | Turn off this advice by setting config variable advice.detachedHead to false 2024-10-01 11:26:47.891 | 2024-10-01 11:26:47.891 | HEAD is now at 199ab4e Merge "Correct logic error when associating FIP with OVN LB" into stable/2023.1 2024-10-01 11:26:47.896 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 11:26:47.897 | + functions-common:time_stop:2435 : local name 2024-10-01 11:26:47.899 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:26:47.901 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:26:47.903 | + functions-common:time_stop:2438 : local total 2024-10-01 11:26:47.905 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:26:47.906 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 11:26:47.908 | + functions-common:time_stop:2442 : start_time=1727782007635 2024-10-01 11:26:47.910 | + functions-common:time_stop:2444 : [[ -z 1727782007635 ]] 2024-10-01 11:26:47.912 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:26:47.915 | + functions-common:time_stop:2447 : end_time=1727782007913 2024-10-01 11:26:47.917 | + functions-common:time_stop:2448 : elapsed_time=278 2024-10-01 11:26:47.918 | + functions-common:time_stop:2449 : total=27416 2024-10-01 11:26:47.920 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:26:47.922 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=27694 2024-10-01 11:26:47.924 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//neutron 2024-10-01 11:26:47.935 | + functions-common:git_clone:695 : cd /opt/stack//neutron 2024-10-01 11:26:47.937 | + functions-common:git_clone:696 : git show --oneline 2024-10-01 11:26:47.937 | + functions-common:git_clone:696 : head -1 2024-10-01 11:26:47.940 | 199ab4e Merge "Correct logic error when associating FIP with OVN LB" into stable/2023.1 2024-10-01 11:26:47.942 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-10-01 11:26:47.944 | + lib/neutron:install_neutron:518 : setup_develop /opt/stack//neutron 2024-10-01 11:26:47.946 | + inc/python:setup_develop:334 : local bindep 2024-10-01 11:26:47.947 | + inc/python:setup_develop:335 : [[ /opt/stack//neutron == -bindep* ]] 2024-10-01 11:26:47.950 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//neutron 2024-10-01 11:26:47.951 | + inc/python:setup_develop:340 : local extras= 2024-10-01 11:26:47.953 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2024-10-01 11:26:47.955 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-10-01 11:26:47.957 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//neutron == -bindep* ]] 2024-10-01 11:26:47.959 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//neutron 2024-10-01 11:26:47.961 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-10-01 11:26:47.962 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-10-01 11:26:47.965 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//neutron 2024-10-01 11:26:47.967 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-10-01 11:26:47.969 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/neutron 2024-10-01 11:26:47.971 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-10-01 11:26:47.972 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-10-01 11:26:47.975 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2024-10-01 11:26:47.979 | + inc/python:_setup_package_with_constraints_edit:381 : name=neutron 2024-10-01 11:26:47.981 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- neutron 2024-10-01 11:26:48.303 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/neutron -e 2024-10-01 11:26:48.305 | + inc/python:setup_package:414 : local bindep=0 2024-10-01 11:26:48.307 | + inc/python:setup_package:415 : local bindep_flag= 2024-10-01 11:26:48.309 | + inc/python:setup_package:416 : local bindep_profiles= 2024-10-01 11:26:48.311 | + inc/python:setup_package:417 : [[ /opt/stack/neutron == -bindep* ]] 2024-10-01 11:26:48.312 | + inc/python:setup_package:422 : local project_dir=/opt/stack/neutron 2024-10-01 11:26:48.314 | + inc/python:setup_package:423 : local flags=-e 2024-10-01 11:26:48.316 | + inc/python:setup_package:424 : local extras= 2024-10-01 11:26:48.318 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-10-01 11:26:48.319 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-10-01 11:26:48.321 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-10-01 11:26:48.323 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-10-01 11:26:48.325 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-10-01 11:26:48.327 | + inc/python:setup_package:442 : pip_install -e /opt/stack/neutron 2024-10-01 11:26:48.342 | Using python 3.10 to install /opt/stack/neutron 2024-10-01 11:26:48.344 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/neutron 2024-10-01 11:26:49.288 | Obtaining file:///opt/stack/neutron 2024-10-01 11:26:49.289 | Preparing metadata (setup.py): started 2024-10-01 11:26:49.877 | Preparing metadata (setup.py): finished with status 'done' 2024-10-01 11:26:49.950 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (3.1.2) 2024-10-01 11:26:49.950 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (3.5.2) 2024-10-01 11:26:49.951 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (2.1.1) 2024-10-01 11:26:49.952 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (2.5.1) 2024-10-01 11:26:49.953 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (1.4.41) 2024-10-01 11:26:49.953 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (1.8.7) 2024-10-01 11:26:49.954 | Requirement already satisfied: alembic>=1.6.5 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (1.8.1) 2024-10-01 11:26:49.955 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (2.5.0) 2024-10-01 11:26:49.956 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (5.1.1) 2024-10-01 11:26:49.956 | Requirement already satisfied: eventlet>=0.26.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (0.33.1) 2024-10-01 11:26:49.957 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (2.4.1) 2024-10-01 11:26:49.958 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (0.20.4) 2024-10-01 11:26:49.959 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (5.1.3) 2024-10-01 11:26:49.959 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (10.2.0) 2024-10-01 11:26:49.960 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (0.8.0) 2024-10-01 11:26:49.961 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from neutron==0.0.1.dev21) (0.11.0) 2024-10-01 11:26:50.078 | Collecting neutron-lib>=3.4.2 2024-10-01 11:26:50.086 | Using cached neutron_lib-3.4.3-py3-none-any.whl (584 kB) 2024-10-01 11:26:50.094 | Requirement already satisfied: openstacksdk>=0.31.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (1.0.1) 2024-10-01 11:26:50.122 | Collecting os-ken>=2.2.0 2024-10-01 11:26:50.137 | Using cached os_ken-2.6.1-py3-none-any.whl (2.0 MB) 2024-10-01 11:26:50.262 | Collecting os-resource-classes>=1.1.0 2024-10-01 11:26:50.264 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2024-10-01 11:26:50.407 | Collecting os-vif>=3.1.0 2024-10-01 11:26:50.411 | Using cached os_vif-3.1.1-py3-none-any.whl (109 kB) 2024-10-01 11:26:50.413 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (3.3.1) 2024-10-01 11:26:50.415 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (5.1.1) 2024-10-01 11:26:50.415 | Requirement already satisfied: oslo.config>=9.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (9.1.1) 2024-10-01 11:26:50.417 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (5.1.1) 2024-10-01 11:26:50.417 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (12.3.2) 2024-10-01 11:26:50.417 | Requirement already satisfied: oslo.i18n>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (6.0.0) 2024-10-01 11:26:50.418 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (5.2.0) 2024-10-01 11:26:50.418 | Requirement already satisfied: oslo.messaging>=7.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (14.2.5) 2024-10-01 11:26:50.419 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (5.1.1) 2024-10-01 11:26:50.420 | Requirement already satisfied: oslo.policy>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (4.1.1) 2024-10-01 11:26:50.421 | Requirement already satisfied: oslo.privsep>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (3.1.0) 2024-10-01 11:26:50.422 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (3.0.0) 2024-10-01 11:26:50.422 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (7.0.1) 2024-10-01 11:26:50.423 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (5.1.2) 2024-10-01 11:26:50.424 | Requirement already satisfied: oslo.service>=3.1.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (3.1.2) 2024-10-01 11:26:50.425 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (2.1.1) 2024-10-01 11:26:50.426 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (6.1.0) 2024-10-01 11:26:50.426 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (3.1.0) 2024-10-01 11:26:50.427 | Requirement already satisfied: osprofiler>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (3.4.3) 2024-10-01 11:26:50.450 | Collecting ovs>=2.10.0 2024-10-01 11:26:50.450 | Using cached ovs-2.17.7-py3-none-any.whl 2024-10-01 11:26:50.594 | Collecting ovsdbapp>=2.2.1 2024-10-01 11:26:50.597 | Using cached ovsdbapp-2.2.2-py3-none-any.whl (135 kB) 2024-10-01 11:26:50.600 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (23.1) 2024-10-01 11:26:50.601 | Requirement already satisfied: pbr>=4.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (5.11.1) 2024-10-01 11:26:50.627 | Collecting pecan>=1.4.0 2024-10-01 11:26:50.628 | Using cached pecan-1.4.2-py3-none-any.whl 2024-10-01 11:26:50.632 | Requirement already satisfied: psutil>=5.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (5.9.2) 2024-10-01 11:26:50.632 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (22.1.0) 2024-10-01 11:26:50.663 | Collecting pyroute2>=0.7.3 2024-10-01 11:26:50.667 | Using cached pyroute2-0.7.3-py3-none-any.whl (445 kB) 2024-10-01 11:26:50.701 | Collecting python-designateclient>=2.7.0 2024-10-01 11:26:50.704 | Using cached python_designateclient-5.2.0-py3-none-any.whl (95 kB) 2024-10-01 11:26:50.835 | Collecting python-neutronclient>=7.8.0 2024-10-01 11:26:50.840 | Using cached python_neutronclient-9.0.0-py3-none-any.whl (429 kB) 2024-10-01 11:26:50.846 | Requirement already satisfied: python-novaclient>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (18.3.0) 2024-10-01 11:26:50.846 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (2.28.1) 2024-10-01 11:26:50.848 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (5.0.0) 2024-10-01 11:26:50.848 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (6.3.1) 2024-10-01 11:26:50.851 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev21) (3.2.0) 2024-10-01 11:26:50.855 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.6.5->neutron==0.0.1.dev21) (1.2.3) 2024-10-01 11:26:50.858 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->neutron==0.0.1.dev21) (1.14.1) 2024-10-01 11:26:50.864 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev21) (1.16.0) 2024-10-01 11:26:50.864 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev21) (2.2.1) 2024-10-01 11:26:50.865 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev21) (1.1.3) 2024-10-01 11:26:50.872 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.10/dist-packages (from httplib2>=0.9.1->neutron==0.0.1.dev21) (3.0.9) 2024-10-01 11:26:50.875 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->neutron==0.0.1.dev21) (2.1.1) 2024-10-01 11:26:50.901 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev21) (1.7.0) 2024-10-01 11:26:50.902 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev21) (1.1.0) 2024-10-01 11:26:50.925 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev21) (3.1.1) 2024-10-01 11:26:50.927 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=5.1.0->neutron==0.0.1.dev21) (5.1.0) 2024-10-01 11:26:51.027 | Collecting setproctitle>=1.1.10 2024-10-01 11:26:51.030 | Using cached setproctitle-1.3.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (30 kB) 2024-10-01 11:26:51.068 | Collecting os-traits>=0.9.0 2024-10-01 11:26:51.070 | Using cached os_traits-2.10.0-py3-none-any.whl (41 kB) 2024-10-01 11:26:51.084 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev21) (1.4.0) 2024-10-01 11:26:51.085 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev21) (1.32) 2024-10-01 11:26:51.088 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev21) (1.1.8) 2024-10-01 11:26:51.088 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev21) (1.0.1) 2024-10-01 11:26:51.088 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev21) (1.4.4) 2024-10-01 11:26:51.089 | Requirement already satisfied: PyYAML>=3.13 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev21) (6.0) 2024-10-01 11:26:51.089 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev21) (38.0.2) 2024-10-01 11:26:51.097 | Requirement already satisfied: msgpack>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from os-ken>=2.2.0->neutron==0.0.1.dev21) (1.0.4) 2024-10-01 11:26:51.120 | Collecting ncclient>=0.6.13 2024-10-01 11:26:51.120 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2024-10-01 11:26:51.175 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=3.26.0->neutron==0.0.1.dev21) (0.18) 2024-10-01 11:26:51.194 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=9.0.0->neutron==0.0.1.dev21) (1.5.0) 2024-10-01 11:26:51.219 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev21) (0.13.0) 2024-10-01 11:26:51.220 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev21) (0.5.0) 2024-10-01 11:26:51.221 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev21) (2.0.1) 2024-10-01 11:26:51.245 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->neutron==0.0.1.dev21) (2.8.2) 2024-10-01 11:26:51.247 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.5.0->neutron==0.0.1.dev21) (0.9.6) 2024-10-01 11:26:51.271 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev21) (5.2.4) 2024-10-01 11:26:51.272 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev21) (5.2.0) 2024-10-01 11:26:51.274 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev21) (5.1.1) 2024-10-01 11:26:51.275 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=7.0.0->neutron==0.0.1.dev21) (0.6.0) 2024-10-01 11:26:51.285 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev21) (4.0.0) 2024-10-01 11:26:51.286 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->neutron==0.0.1.dev21) (3.3.0) 2024-10-01 11:26:51.303 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=2.3.0->neutron==0.0.1.dev21) (1.15.1) 2024-10-01 11:26:51.348 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev21) (2022.4) 2024-10-01 11:26:51.360 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=3.1.2->neutron==0.0.1.dev21) (1.4.0) 2024-10-01 11:26:51.361 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=3.1.2->neutron==0.0.1.dev21) (4.0.1) 2024-10-01 11:26:51.370 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev21) (3.4.1) 2024-10-01 11:26:51.445 | Collecting sortedcontainers 2024-10-01 11:26:51.447 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2024-10-01 11:26:51.471 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->neutron==0.0.1.dev21) (59.6.0) 2024-10-01 11:26:51.513 | Collecting logutils>=0.3 2024-10-01 11:26:51.513 | Using cached logutils-0.3.5-py3-none-any.whl 2024-10-01 11:26:51.681 | Collecting osc-lib>=1.8.0 2024-10-01 11:26:51.684 | Using cached osc_lib-2.7.0-py3-none-any.whl (88 kB) 2024-10-01 11:26:51.688 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev21) (4.16.0) 2024-10-01 11:26:51.688 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from python-designateclient>=2.7.0->neutron==0.0.1.dev21) (4.2.0) 2024-10-01 11:26:51.894 | Collecting simplejson>=3.5.1 2024-10-01 11:26:51.898 | Using cached simplejson-3.17.6-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (137 kB) 2024-10-01 11:26:51.935 | Collecting os-client-config>=1.28.0 2024-10-01 11:26:51.937 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2024-10-01 11:26:51.968 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev21) (3.4) 2024-10-01 11:26:51.969 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev21) (2.1.1) 2024-10-01 11:26:51.970 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev21) (2020.6.20) 2024-10-01 11:26:51.971 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev21) (1.26.12) 2024-10-01 11:26:51.983 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->neutron==0.0.1.dev21) (0.7) 2024-10-01 11:26:52.106 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->neutron==0.0.1.dev21) (0.13.1) 2024-10-01 11:26:52.130 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron==0.0.1.dev21) (5.0.0) 2024-10-01 11:26:52.178 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==0.0.1.dev21) (2.21) 2024-10-01 11:26:52.201 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev21) (0.5.1) 2024-10-01 11:26:52.203 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev21) (2.4.2) 2024-10-01 11:26:52.203 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev21) (5.0.0) 2024-10-01 11:26:52.356 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev21) (22.1.0) 2024-10-01 11:26:52.357 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->python-designateclient>=2.7.0->neutron==0.0.1.dev21) (0.18.1) 2024-10-01 11:26:52.443 | Requirement already satisfied: lxml>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev21) (4.9.1) 2024-10-01 11:26:52.447 | Requirement already satisfied: paramiko>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev21) (2.11.0) 2024-10-01 11:26:52.512 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=7.0.0->neutron==0.0.1.dev21) (0.14.1) 2024-10-01 11:26:52.528 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev21) (0.2.5) 2024-10-01 11:26:52.715 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==0.0.1.dev21) (0.5.2) 2024-10-01 11:26:52.715 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==0.0.1.dev21) (0.4.3) 2024-10-01 11:26:52.759 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron==0.0.1.dev21) (2.5.0) 2024-10-01 11:26:52.922 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev21) (1.8.2) 2024-10-01 11:26:52.954 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==0.0.1.dev21) (3.8.1) 2024-10-01 11:26:52.997 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=2.2.0->neutron==0.0.1.dev21) (1.5.0) 2024-10-01 11:26:53.670 | Installing collected packages: sortedcontainers, pyroute2, logutils, simplejson, setproctitle, ovs, os-traits, os-resource-classes, pecan, ovsdbapp, osc-lib, os-client-config, ncclient, python-neutronclient, python-designateclient, os-ken, os-vif, neutron-lib, neutron 2024-10-01 11:26:53.671 | Attempting uninstall: sortedcontainers 2024-10-01 11:26:53.672 | Found existing installation: sortedcontainers 2.1.0 2024-10-01 11:26:53.674 | Not uninstalling sortedcontainers at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 11:26:53.674 | Can't uninstall 'sortedcontainers'. No files were found to uninstall. 2024-10-01 11:26:54.076 | Attempting uninstall: ovs 2024-10-01 11:26:54.078 | Found existing installation: ovs 2.17.9 2024-10-01 11:26:54.079 | Not uninstalling ovs at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 11:26:54.079 | Can't uninstall 'ovs'. No files were found to uninstall. 2024-10-01 11:26:56.379 | Running setup.py develop for neutron 2024-10-01 11:26:57.472 | Successfully installed logutils-0.3.5 ncclient-0.6.13 neutron neutron-lib-3.4.3 os-client-config-2.1.0 os-ken-2.6.1 os-resource-classes-1.1.0 os-traits-2.10.0 os-vif-3.1.1 osc-lib-2.7.0 ovs-2.17.7 ovsdbapp-2.2.2 pecan-1.4.2 pyroute2-0.7.3 python-designateclient-5.2.0 python-neutronclient-9.0.0 setproctitle-1.3.2 simplejson-3.17.6 sortedcontainers-2.4.0 2024-10-01 11:26:57.472 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 11:26:57.611 | + inc/python:pip_install:196 : result=0 2024-10-01 11:26:57.613 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-01 11:26:57.614 | + functions-common:time_stop:2435 : local name 2024-10-01 11:26:57.616 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:26:57.618 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:26:57.619 | + functions-common:time_stop:2438 : local total 2024-10-01 11:26:57.621 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:26:57.623 | + functions-common:time_stop:2441 : name=pip_install 2024-10-01 11:26:57.624 | + functions-common:time_stop:2442 : start_time=1727782008338 2024-10-01 11:26:57.626 | + functions-common:time_stop:2444 : [[ -z 1727782008338 ]] 2024-10-01 11:26:57.628 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:26:57.631 | + functions-common:time_stop:2447 : end_time=1727782017629 2024-10-01 11:26:57.633 | + functions-common:time_stop:2448 : elapsed_time=9291 2024-10-01 11:26:57.635 | + functions-common:time_stop:2449 : total=59652 2024-10-01 11:26:57.637 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:26:57.638 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=68943 2024-10-01 11:26:57.640 | + inc/python:pip_install:199 : return 0 2024-10-01 11:26:57.642 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-10-01 11:26:57.644 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/neutron/neutron.egg-info 2024-10-01 11:26:57.645 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/neutron/neutron.egg-info 2024-10-01 11:26:57.659 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/neutron/neutron.egg-info 2024-10-01 11:26:57.669 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/neutron 2024-10-01 11:26:57.671 | + inc/python:use_library_from_git:246 : local name=/opt/stack/neutron 2024-10-01 11:26:57.672 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:26:57.674 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:26:57.676 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/neutron, ]] 2024-10-01 11:26:57.678 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:26:57.680 | + lib/neutron:install_neutron:520 : [[ openvswitch == \o\v\n ]] 2024-10-01 11:26:57.682 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-10-01 11:26:57.684 | + stack.sh:main:943 : is_service_enabled nova 2024-10-01 11:26:57.696 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:26:57.698 | + stack.sh:main:945 : stack_install_service nova 2024-10-01 11:26:57.700 | + lib/stack:stack_install_service:20 : local service=nova 2024-10-01 11:26:57.702 | + lib/stack:stack_install_service:21 : type install_nova 2024-10-01 11:26:57.704 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-10-01 11:26:57.706 | + lib/stack:stack_install_service:32 : install_nova 2024-10-01 11:26:57.708 | + lib/nova:install_nova:914 : use_library_from_git os-vif 2024-10-01 11:26:57.710 | + inc/python:use_library_from_git:246 : local name=os-vif 2024-10-01 11:26:57.712 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:26:57.714 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:26:57.716 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-vif, ]] 2024-10-01 11:26:57.718 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:26:57.720 | + lib/nova:install_nova:919 : is_service_enabled n-cpu 2024-10-01 11:26:57.733 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:26:57.735 | + lib/nova:install_nova:923 : is_service_enabled n-novnc 2024-10-01 11:26:57.747 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:26:57.749 | + lib/nova:install_nova:950 : is_service_enabled n-spice 2024-10-01 11:26:57.761 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:26:57.762 | + lib/nova:install_nova:962 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova refs/changes/87/922987/1 2024-10-01 11:26:57.764 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/nova.git 2024-10-01 11:26:57.766 | + functions-common:git_clone:613 : local git_dest=/opt/stack//nova 2024-10-01 11:26:57.768 | + functions-common:git_clone:614 : local git_ref=refs/changes/87/922987/1 2024-10-01 11:26:57.769 | + functions-common:git_clone:615 : local orig_dir 2024-10-01 11:26:57.772 | ++ functions-common:git_clone:616 : pwd 2024-10-01 11:26:57.774 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-10-01 11:26:57.775 | + functions-common:git_clone:617 : local git_clone_flags= 2024-10-01 11:26:57.777 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-10-01 11:26:57.790 | + functions-common:git_clone:619 : RECLONE=False 2024-10-01 11:26:57.792 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-10-01 11:26:57.794 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-10-01 11:26:57.795 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-10-01 11:26:57.798 | + functions-common:git_clone:633 : echo refs/changes/87/922987/1 2024-10-01 11:26:57.798 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-10-01 11:26:57.802 | + functions-common:git_clone:635 : [[ ! -d /opt/stack//nova ]] 2024-10-01 11:26:57.803 | + functions-common:git_clone:636 : [[ False = \T\r\u\e ]] 2024-10-01 11:26:57.805 | + functions-common:git_clone:641 : git_timed clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-10-01 11:26:57.807 | + functions-common:git_timed:720 : local count=0 2024-10-01 11:26:57.809 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 11:26:57.810 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 11:26:57.812 | + functions-common:git_timed:724 : timeout=0 2024-10-01 11:26:57.814 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 11:26:57.815 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 11:26:57.817 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:26:57.819 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:26:57.821 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:26:57.824 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782017822 2024-10-01 11:26:57.826 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-10-01 11:26:57.828 | Cloning into '/opt/stack//nova'... 2024-10-01 11:27:02.041 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 11:27:02.043 | + functions-common:time_stop:2435 : local name 2024-10-01 11:27:02.045 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:27:02.046 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:27:02.048 | + functions-common:time_stop:2438 : local total 2024-10-01 11:27:02.050 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:27:02.052 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 11:27:02.053 | + functions-common:time_stop:2442 : start_time=1727782017822 2024-10-01 11:27:02.055 | + functions-common:time_stop:2444 : [[ -z 1727782017822 ]] 2024-10-01 11:27:02.057 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:27:02.060 | + functions-common:time_stop:2447 : end_time=1727782022058 2024-10-01 11:27:02.062 | + functions-common:time_stop:2448 : elapsed_time=4236 2024-10-01 11:27:02.064 | + functions-common:time_stop:2449 : total=27694 2024-10-01 11:27:02.065 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:27:02.067 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=31930 2024-10-01 11:27:02.069 | + functions-common:git_clone:643 : cd /opt/stack//nova 2024-10-01 11:27:02.071 | + functions-common:git_clone:644 : git_timed fetch https://opendev.org/openstack/nova.git refs/changes/87/922987/1 2024-10-01 11:27:02.073 | + functions-common:git_timed:720 : local count=0 2024-10-01 11:27:02.074 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 11:27:02.076 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 11:27:02.078 | + functions-common:git_timed:724 : timeout=0 2024-10-01 11:27:02.080 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 11:27:02.082 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 11:27:02.084 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:27:02.086 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:27:02.088 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:27:02.091 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782022089 2024-10-01 11:27:02.093 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch https://opendev.org/openstack/nova.git refs/changes/87/922987/1 2024-10-01 11:28:00.500 | From https://opendev.org/openstack/nova 2024-10-01 11:28:00.500 | * branch refs/changes/87/922987/1 -> FETCH_HEAD 2024-10-01 11:28:00.505 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 11:28:00.507 | + functions-common:time_stop:2435 : local name 2024-10-01 11:28:00.509 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:28:00.510 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:28:00.512 | + functions-common:time_stop:2438 : local total 2024-10-01 11:28:00.513 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:28:00.515 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 11:28:00.517 | + functions-common:time_stop:2442 : start_time=1727782022089 2024-10-01 11:28:00.519 | + functions-common:time_stop:2444 : [[ -z 1727782022089 ]] 2024-10-01 11:28:00.521 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:28:00.524 | + functions-common:time_stop:2447 : end_time=1727782080522 2024-10-01 11:28:00.527 | + functions-common:time_stop:2448 : elapsed_time=58433 2024-10-01 11:28:00.528 | + functions-common:time_stop:2449 : total=31930 2024-10-01 11:28:00.530 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:28:00.532 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=90363 2024-10-01 11:28:00.534 | + functions-common:git_clone:644 : git checkout FETCH_HEAD 2024-10-01 11:28:00.725 | Note: switching to 'FETCH_HEAD'. 2024-10-01 11:28:00.725 | 2024-10-01 11:28:00.725 | You are in 'detached HEAD' state. You can look around, make experimental 2024-10-01 11:28:00.725 | changes and commit them, and you can discard any commits you make in this 2024-10-01 11:28:00.725 | state without impacting any branches by switching back to a branch. 2024-10-01 11:28:00.725 | 2024-10-01 11:28:00.725 | If you want to create a new branch to retain commits you create, you may 2024-10-01 11:28:00.725 | do so (now or later) by using -c with the switch command. Example: 2024-10-01 11:28:00.725 | 2024-10-01 11:28:00.725 | git switch -c 2024-10-01 11:28:00.725 | 2024-10-01 11:28:00.725 | Or undo this operation with: 2024-10-01 11:28:00.725 | 2024-10-01 11:28:00.725 | git switch - 2024-10-01 11:28:00.725 | 2024-10-01 11:28:00.725 | Turn off this advice by setting config variable advice.detachedHead to false 2024-10-01 11:28:00.725 | 2024-10-01 11:28:00.725 | HEAD is now at 68b9934baa add functional repoducer for bug 2065927 2024-10-01 11:28:00.731 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//nova 2024-10-01 11:28:00.742 | + functions-common:git_clone:695 : cd /opt/stack//nova 2024-10-01 11:28:00.744 | + functions-common:git_clone:696 : git show --oneline 2024-10-01 11:28:00.745 | + functions-common:git_clone:696 : head -1 2024-10-01 11:28:00.747 | 68b9934baa add functional repoducer for bug 2065927 2024-10-01 11:28:00.749 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-10-01 11:28:00.751 | + lib/nova:install_nova:963 : setup_develop /opt/stack//nova 2024-10-01 11:28:00.753 | + inc/python:setup_develop:334 : local bindep 2024-10-01 11:28:00.755 | + inc/python:setup_develop:335 : [[ /opt/stack//nova == -bindep* ]] 2024-10-01 11:28:00.757 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//nova 2024-10-01 11:28:00.759 | + inc/python:setup_develop:340 : local extras= 2024-10-01 11:28:00.760 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//nova -e 2024-10-01 11:28:00.762 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-10-01 11:28:00.764 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//nova == -bindep* ]] 2024-10-01 11:28:00.766 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//nova 2024-10-01 11:28:00.768 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-10-01 11:28:00.770 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-10-01 11:28:00.772 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//nova 2024-10-01 11:28:00.774 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-10-01 11:28:00.776 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/nova 2024-10-01 11:28:00.778 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-10-01 11:28:00.780 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-10-01 11:28:00.782 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2024-10-01 11:28:00.786 | + inc/python:_setup_package_with_constraints_edit:381 : name=nova 2024-10-01 11:28:00.788 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- nova 2024-10-01 11:28:01.110 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/nova -e 2024-10-01 11:28:01.112 | + inc/python:setup_package:414 : local bindep=0 2024-10-01 11:28:01.114 | + inc/python:setup_package:415 : local bindep_flag= 2024-10-01 11:28:01.116 | + inc/python:setup_package:416 : local bindep_profiles= 2024-10-01 11:28:01.118 | + inc/python:setup_package:417 : [[ /opt/stack/nova == -bindep* ]] 2024-10-01 11:28:01.120 | + inc/python:setup_package:422 : local project_dir=/opt/stack/nova 2024-10-01 11:28:01.122 | + inc/python:setup_package:423 : local flags=-e 2024-10-01 11:28:01.123 | + inc/python:setup_package:424 : local extras= 2024-10-01 11:28:01.125 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-10-01 11:28:01.127 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-10-01 11:28:01.129 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-10-01 11:28:01.131 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-10-01 11:28:01.133 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-10-01 11:28:01.135 | + inc/python:setup_package:442 : pip_install -e /opt/stack/nova 2024-10-01 11:28:01.150 | Using python 3.10 to install /opt/stack/nova 2024-10-01 11:28:01.152 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/nova 2024-10-01 11:28:02.093 | Obtaining file:///opt/stack/nova 2024-10-01 11:28:02.093 | Preparing metadata (setup.py): started 2024-10-01 11:28:05.076 | Preparing metadata (setup.py): finished with status 'done' 2024-10-01 11:28:05.166 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (3.1.2) 2024-10-01 11:28:05.168 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (3.5.2) 2024-10-01 11:28:05.168 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (2.1.1) 2024-10-01 11:28:05.170 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (3.4.1) 2024-10-01 11:28:05.170 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (6.0) 2024-10-01 11:28:05.170 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (2.5.1) 2024-10-01 11:28:05.171 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (1.4.41) 2024-10-01 11:28:05.172 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (1.8.7) 2024-10-01 11:28:05.173 | Requirement already satisfied: alembic>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (1.8.1) 2024-10-01 11:28:05.173 | Requirement already satisfied: castellan>=0.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (4.1.0) 2024-10-01 11:28:05.174 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (38.0.2) 2024-10-01 11:28:05.176 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (0.2.3) 2024-10-01 11:28:05.176 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (5.1.1) 2024-10-01 11:28:05.176 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (0.33.1) 2024-10-01 11:28:05.178 | Requirement already satisfied: futurist>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (2.4.1) 2024-10-01 11:28:05.178 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (1.1.3) 2024-10-01 11:28:05.179 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (1.1.0) 2024-10-01 11:28:05.179 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (4.16.0) 2024-10-01 11:28:05.180 | Requirement already satisfied: keystoneauth1>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (5.1.3) 2024-10-01 11:28:05.181 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (10.2.0) 2024-10-01 11:28:05.182 | Requirement already satisfied: lxml>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (4.9.1) 2024-10-01 11:28:05.356 | Collecting microversion-parse>=0.2.1 2024-10-01 11:28:05.359 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2024-10-01 11:28:05.362 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (0.8.0) 2024-10-01 11:28:05.363 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from nova==0.1.0.dev60261) (0.11.0) 2024-10-01 11:28:05.363 | Requirement already satisfied: openstacksdk>=0.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (1.0.1) 2024-10-01 11:28:05.364 | Requirement already satisfied: os-brick>=5.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (6.2.3) 2024-10-01 11:28:05.365 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (1.1.0) 2024-10-01 11:28:05.366 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (1.7.0) 2024-10-01 11:28:05.367 | Requirement already satisfied: os-traits>=2.9.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (2.10.0) 2024-10-01 11:28:05.367 | Requirement already satisfied: os-vif>=3.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (3.1.1) 2024-10-01 11:28:05.368 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (3.3.1) 2024-10-01 11:28:05.369 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (5.1.1) 2024-10-01 11:28:05.370 | Requirement already satisfied: oslo.config>=8.6.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (9.1.1) 2024-10-01 11:28:05.370 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (5.1.1) 2024-10-01 11:28:05.372 | Requirement already satisfied: oslo.db>=10.0.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (12.3.2) 2024-10-01 11:28:05.372 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (6.0.0) 2024-10-01 11:28:05.373 | Requirement already satisfied: oslo.limit>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (2.1.0) 2024-10-01 11:28:05.374 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (5.2.0) 2024-10-01 11:28:05.375 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (14.2.5) 2024-10-01 11:28:05.376 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (5.1.1) 2024-10-01 11:28:05.376 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (4.1.1) 2024-10-01 11:28:05.398 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (3.1.0) 2024-10-01 11:28:05.399 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (3.0.0) 2024-10-01 11:28:05.400 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (7.0.1) 2024-10-01 11:28:05.400 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (5.1.2) 2024-10-01 11:28:05.401 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (3.1.2) 2024-10-01 11:28:05.403 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (2.1.1) 2024-10-01 11:28:05.403 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (6.1.0) 2024-10-01 11:28:05.405 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (3.1.0) 2024-10-01 11:28:05.405 | Requirement already satisfied: packaging>=21.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (23.1) 2024-10-01 11:28:05.405 | Requirement already satisfied: paramiko>=2.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (2.11.0) 2024-10-01 11:28:05.406 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (5.11.1) 2024-10-01 11:28:05.406 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (5.9.2) 2024-10-01 11:28:05.407 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (9.3.0) 2024-10-01 11:28:05.408 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (2.8.2) 2024-10-01 11:28:05.409 | Requirement already satisfied: python-glanceclient>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (4.3.2) 2024-10-01 11:28:05.410 | Requirement already satisfied: python-neutronclient>=7.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (9.0.0) 2024-10-01 11:28:05.410 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (2.28.1) 2024-10-01 11:28:05.411 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (1.3.3) 2024-10-01 11:28:05.412 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (1.5.0) 2024-10-01 11:28:05.413 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (0.13.0) 2024-10-01 11:28:05.413 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (5.0.0) 2024-10-01 11:28:05.414 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60261) (3.2.0) 2024-10-01 11:28:05.434 | Collecting websockify>=0.9.0 2024-10-01 11:28:05.434 | Using cached websockify-0.10.0-py3-none-any.whl 2024-10-01 11:28:05.446 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.5.0->nova==0.1.0.dev60261) (1.2.3) 2024-10-01 11:28:05.456 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /usr/local/lib/python3.10/dist-packages (from castellan>=0.16.0->nova==0.1.0.dev60261) (5.5.0) 2024-10-01 11:28:05.473 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->nova==0.1.0.dev60261) (1.15.1) 2024-10-01 11:28:05.486 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.30.1->nova==0.1.0.dev60261) (1.16.0) 2024-10-01 11:28:05.487 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.30.1->nova==0.1.0.dev60261) (2.2.1) 2024-10-01 11:28:05.496 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->nova==0.1.0.dev60261) (2.1.1) 2024-10-01 11:28:05.514 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->nova==0.1.0.dev60261) (22.1.0) 2024-10-01 11:28:05.515 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->nova==0.1.0.dev60261) (0.18.1) 2024-10-01 11:28:05.562 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.20.0->nova==0.1.0.dev60261) (5.1.0) 2024-10-01 11:28:05.564 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.20.0->nova==0.1.0.dev60261) (3.1.1) 2024-10-01 11:28:05.586 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60261) (1.0.1) 2024-10-01 11:28:05.587 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60261) (1.4.0) 2024-10-01 11:28:05.588 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60261) (1.32) 2024-10-01 11:28:05.589 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60261) (1.1.8) 2024-10-01 11:28:05.590 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60261) (1.4.4) 2024-10-01 11:28:05.601 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from os-brick>=5.2->nova==0.1.0.dev60261) (6.3.1) 2024-10-01 11:28:05.603 | Requirement already satisfied: os-win>=5.7.0 in /usr/local/lib/python3.10/dist-packages (from os-brick>=5.2->nova==0.1.0.dev60261) (5.9.0) 2024-10-01 11:28:05.622 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from os-vif>=3.1.0->nova==0.1.0.dev60261) (2.5.0) 2024-10-01 11:28:05.623 | Requirement already satisfied: ovsdbapp>=0.12.1 in /usr/local/lib/python3.10/dist-packages (from os-vif>=3.1.0->nova==0.1.0.dev60261) (2.2.2) 2024-10-01 11:28:05.625 | Requirement already satisfied: pyroute2>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from os-vif>=3.1.0->nova==0.1.0.dev60261) (0.7.3) 2024-10-01 11:28:05.649 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=5.0.1->nova==0.1.0.dev60261) (0.18) 2024-10-01 11:28:05.693 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=10.0.0->nova==0.1.0.dev60261) (0.5.0) 2024-10-01 11:28:05.695 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=10.0.0->nova==0.1.0.dev60261) (2.0.1) 2024-10-01 11:28:05.726 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.6.1->nova==0.1.0.dev60261) (0.9.6) 2024-10-01 11:28:05.752 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60261) (5.1.1) 2024-10-01 11:28:05.753 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60261) (5.2.0) 2024-10-01 11:28:05.754 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60261) (0.6.0) 2024-10-01 11:28:05.755 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.1.0->nova==0.1.0.dev60261) (5.2.4) 2024-10-01 11:28:05.765 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->nova==0.1.0.dev60261) (4.0.0) 2024-10-01 11:28:05.766 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->nova==0.1.0.dev60261) (3.3.0) 2024-10-01 11:28:05.787 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.privsep>=2.6.2->nova==0.1.0.dev60261) (1.0.4) 2024-10-01 11:28:05.807 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=4.2.0->nova==0.1.0.dev60261) (2022.4) 2024-10-01 11:28:05.819 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->nova==0.1.0.dev60261) (1.4.0) 2024-10-01 11:28:05.821 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->nova==0.1.0.dev60261) (4.0.1) 2024-10-01 11:28:05.839 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.12.1->nova==0.1.0.dev60261) (3.0.9) 2024-10-01 11:28:05.879 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=2.7.1->nova==0.1.0.dev60261) (1.5.0) 2024-10-01 11:28:05.888 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->nova==0.1.0.dev60261) (59.6.0) 2024-10-01 11:28:05.942 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->nova==0.1.0.dev60261) (0.2.5) 2024-10-01 11:28:05.990 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=2.8.0->nova==0.1.0.dev60261) (22.1.0) 2024-10-01 11:28:05.992 | Requirement already satisfied: warlock>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=2.8.0->nova==0.1.0.dev60261) (2.0.1) 2024-10-01 11:28:05.992 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from python-glanceclient>=2.8.0->nova==0.1.0.dev60261) (1.14.1) 2024-10-01 11:28:06.008 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.1.0.dev60261) (4.2.0) 2024-10-01 11:28:06.009 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.1.0.dev60261) (2.7.0) 2024-10-01 11:28:06.011 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.1.0.dev60261) (3.17.6) 2024-10-01 11:28:06.013 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient>=7.1.0->nova==0.1.0.dev60261) (2.1.0) 2024-10-01 11:28:06.034 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60261) (2020.6.20) 2024-10-01 11:28:06.035 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60261) (3.4) 2024-10-01 11:28:06.036 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60261) (1.26.12) 2024-10-01 11:28:06.037 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60261) (2.1.1) 2024-10-01 11:28:06.068 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->nova==0.1.0.dev60261) (0.7) 2024-10-01 11:28:06.148 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.1.0.dev60261) (0.5.2) 2024-10-01 11:28:06.148 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.1.0.dev60261) (0.4.3) 2024-10-01 11:28:06.205 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->nova==0.1.0.dev60261) (0.13.1) 2024-10-01 11:28:06.643 | Collecting numpy 2024-10-01 11:28:06.738 | Using cached numpy-1.23.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB) 2024-10-01 11:28:06.830 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=14.1.0->nova==0.1.0.dev60261) (5.0.0) 2024-10-01 11:28:06.912 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==0.1.0.dev60261) (2.21) 2024-10-01 11:28:06.937 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60261) (2.4.2) 2024-10-01 11:28:06.937 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60261) (0.5.1) 2024-10-01 11:28:06.938 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60261) (5.0.0) 2024-10-01 11:28:07.147 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=14.1.0->nova==0.1.0.dev60261) (0.14.1) 2024-10-01 11:28:07.162 | Requirement already satisfied: ovs>=2.10.0 in /usr/local/lib/python3.10/dist-packages (from ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==0.1.0.dev60261) (2.17.7) 2024-10-01 11:28:07.434 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=10.0.0->nova==0.1.0.dev60261) (2.5.0) 2024-10-01 11:28:07.618 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60261) (1.8.2) 2024-10-01 11:28:07.649 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==0.1.0.dev60261) (3.8.1) 2024-10-01 11:28:07.664 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.10/dist-packages (from ovs>=2.10.0->ovsdbapp>=0.12.1->os-vif>=3.1.0->nova==0.1.0.dev60261) (2.4.0) 2024-10-01 11:28:08.255 | Installing collected packages: numpy, microversion-parse, websockify, nova 2024-10-01 11:28:10.082 | Running setup.py develop for nova 2024-10-01 11:28:13.497 | Successfully installed microversion-parse-1.0.1 nova numpy-1.23.3 websockify-0.10.0 2024-10-01 11:28:13.498 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 11:28:13.633 | + inc/python:pip_install:196 : result=0 2024-10-01 11:28:13.635 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-01 11:28:13.637 | + functions-common:time_stop:2435 : local name 2024-10-01 11:28:13.639 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:28:13.640 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:28:13.642 | + functions-common:time_stop:2438 : local total 2024-10-01 11:28:13.644 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:28:13.646 | + functions-common:time_stop:2441 : name=pip_install 2024-10-01 11:28:13.647 | + functions-common:time_stop:2442 : start_time=1727782081146 2024-10-01 11:28:13.649 | + functions-common:time_stop:2444 : [[ -z 1727782081146 ]] 2024-10-01 11:28:13.652 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:28:13.655 | + functions-common:time_stop:2447 : end_time=1727782093652 2024-10-01 11:28:13.656 | + functions-common:time_stop:2448 : elapsed_time=12506 2024-10-01 11:28:13.658 | + functions-common:time_stop:2449 : total=68943 2024-10-01 11:28:13.660 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:28:13.662 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=81449 2024-10-01 11:28:13.663 | + inc/python:pip_install:199 : return 0 2024-10-01 11:28:13.665 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-10-01 11:28:13.667 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/nova/nova.egg-info 2024-10-01 11:28:13.669 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/nova/nova.egg-info 2024-10-01 11:28:13.683 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/nova/nova.egg-info 2024-10-01 11:28:13.692 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/nova 2024-10-01 11:28:13.693 | + inc/python:use_library_from_git:246 : local name=/opt/stack/nova 2024-10-01 11:28:13.695 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:28:13.697 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:28:13.699 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/nova, ]] 2024-10-01 11:28:13.701 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:28:13.703 | + lib/nova:install_nova:964 : sudo install -D -m 0644 -o stack /opt/stack//nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2024-10-01 11:28:13.713 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-10-01 11:28:13.715 | + stack.sh:main:946 : configure_nova 2024-10-01 11:28:13.717 | + lib/nova:configure_nova:249 : sudo install -d -o stack /etc/nova 2024-10-01 11:28:13.726 | + lib/nova:configure_nova:251 : configure_rootwrap nova 2024-10-01 11:28:13.728 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2024-10-01 11:28:13.730 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-10-01 11:28:13.733 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2024-10-01 11:28:13.733 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-10-01 11:28:13.736 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2024-10-01 11:28:13.738 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2024-10-01 11:28:13.740 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2024-10-01 11:28:13.742 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2024-10-01 11:28:13.744 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2024-10-01 11:28:13.746 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2024-10-01 11:28:13.747 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2024-10-01 11:28:13.749 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2024-10-01 11:28:13.758 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2024-10-01 11:28:13.767 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack//nova/etc/nova/rootwrap.d/compute.filters /etc/nova/rootwrap.d 2024-10-01 11:28:13.776 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack//nova/etc/nova/rootwrap.conf /etc/nova/rootwrap.conf 2024-10-01 11:28:13.785 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2024-10-01 11:28:13.794 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2024-10-01 11:28:13.797 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2024-10-01 11:28:13.800 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.4DVOPsWFAW 2024-10-01 11:28:13.802 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-10-01 11:28:13.804 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-10-01 11:28:13.806 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2024-10-01 11:28:13.808 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-10-01 11:28:13.810 | + inc/rootwrap:configure_rootwrap:72 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-10-01 11:28:13.812 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.4DVOPsWFAW 2024-10-01 11:28:13.815 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.4DVOPsWFAW 2024-10-01 11:28:13.824 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.4DVOPsWFAW /etc/sudoers.d/nova-rootwrap 2024-10-01 11:28:13.833 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2024-10-01 11:28:13.836 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2024-10-01 11:28:13.838 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2024-10-01 11:28:13.840 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-10-01 11:28:13.841 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-10-01 11:28:13.843 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2024-10-01 11:28:13.845 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:stack secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2024-10-01 11:28:13.847 | + lib/nova:configure_nova:253 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ n-api ]] 2024-10-01 11:28:13.849 | + lib/nova:configure_nova:255 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2024-10-01 11:28:13.852 | + lib/nova:configure_nova:258 : is_service_enabled n-cpu 2024-10-01 11:28:13.864 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:28:13.866 | + lib/nova:configure_nova:356 : create_nova_conf 2024-10-01 11:28:13.868 | + lib/nova:create_nova_conf:430 : rm -f /opt/stack//nova/bin/nova.conf 2024-10-01 11:28:13.870 | + lib/nova:create_nova_conf:433 : rm -f /etc/nova/nova.conf 2024-10-01 11:28:13.873 | + lib/nova:create_nova_conf:434 : iniset /etc/nova/nova.conf DEFAULT debug True 2024-10-01 11:28:13.896 | + lib/nova:create_nova_conf:435 : '[' True == True ']' 2024-10-01 11:28:13.898 | + lib/nova:create_nova_conf:436 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2024-10-01 11:28:13.919 | + lib/nova:create_nova_conf:438 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2024-10-01 11:28:13.943 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2024-10-01 11:28:13.964 | + lib/nova:create_nova_conf:440 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2024-10-01 11:28:13.987 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf scheduler workers 2 2024-10-01 11:28:14.010 | + lib/nova:create_nova_conf:442 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2024-10-01 11:28:14.034 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2024-10-01 11:28:14.055 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2024-10-01 11:28:14.077 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2024-10-01 11:28:14.098 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2024-10-01 11:28:14.119 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2024-10-01 11:28:14.141 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2024-10-01 11:28:14.165 | + lib/nova:create_nova_conf:451 : is_fedora 2024-10-01 11:28:14.166 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-10-01 11:28:14.168 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-10-01 11:28:14.170 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-10-01 11:28:14.171 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-10-01 11:28:14.173 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-10-01 11:28:14.175 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-10-01 11:28:14.176 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-10-01 11:28:14.178 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-10-01 11:28:14.180 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-10-01 11:28:14.181 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-10-01 11:28:14.183 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-10-01 11:28:14.185 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-10-01 11:28:14.186 | + lib/nova:create_nova_conf:451 : is_suse 2024-10-01 11:28:14.188 | + functions-common:is_suse:544 : is_opensuse 2024-10-01 11:28:14.190 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-10-01 11:28:14.191 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-10-01 11:28:14.193 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-10-01 11:28:14.195 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-10-01 11:28:14.197 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-10-01 11:28:14.198 | + lib/nova:create_nova_conf:460 : is_service_enabled n-api n-cond n-sched 2024-10-01 11:28:14.210 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:28:14.212 | + lib/nova:create_nova_conf:464 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-10-01 11:28:14.214 | + lib/nova:create_nova_conf:465 : local db=nova_cell1 2024-10-01 11:28:14.216 | ++ lib/nova:create_nova_conf:473 : database_connection_url nova_cell1 2024-10-01 11:28:14.218 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-10-01 11:28:14.220 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-10-01 11:28:14.221 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2024-10-01 11:28:14.223 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-10-01 11:28:14.225 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-10-01 11:28:14.227 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2024-10-01 11:28:14.229 | + lib/nova:create_nova_conf:473 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2024-10-01 11:28:14.255 | ++ lib/nova:create_nova_conf:474 : database_connection_url nova_api 2024-10-01 11:28:14.257 | ++ lib/database:database_connection_url:134 : local db=nova_api 2024-10-01 11:28:14.258 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2024-10-01 11:28:14.260 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_api 2024-10-01 11:28:14.262 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-10-01 11:28:14.264 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-10-01 11:28:14.266 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8' 2024-10-01 11:28:14.268 | + lib/nova:create_nova_conf:474 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8' 2024-10-01 11:28:14.292 | + lib/nova:create_nova_conf:479 : iniset /etc/nova/nova.conf cache enabled True 2024-10-01 11:28:14.316 | + lib/nova:create_nova_conf:480 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2024-10-01 11:28:14.341 | + lib/nova:create_nova_conf:481 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2024-10-01 11:28:14.362 | + lib/nova:create_nova_conf:484 : is_service_enabled n-api 2024-10-01 11:28:14.374 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:28:14.376 | + lib/nova:create_nova_conf:485 : is_service_enabled n-api-meta 2024-10-01 11:28:14.388 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:28:14.391 | ++ lib/nova:create_nova_conf:487 : echo osapi_compute,metadata 2024-10-01 11:28:14.391 | ++ lib/nova:create_nova_conf:487 : sed s/,metadata// 2024-10-01 11:28:14.395 | + lib/nova:create_nova_conf:487 : NOVA_ENABLED_APIS=osapi_compute 2024-10-01 11:28:14.396 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2024-10-01 11:28:14.418 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2024-10-01 11:28:14.420 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2024-10-01 11:28:14.421 | + lib/nova:create_nova_conf:494 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults False 2024-10-01 11:28:14.445 | + lib/nova:create_nova_conf:495 : iniset /etc/nova/nova.conf oslo_policy enforce_scope False 2024-10-01 11:28:14.467 | + lib/nova:create_nova_conf:497 : is_service_enabled tls-proxy 2024-10-01 11:28:14.478 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:28:14.480 | + lib/nova:create_nova_conf:503 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2024-10-01 11:28:14.482 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2024-10-01 11:28:14.484 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-10-01 11:28:14.486 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-10-01 11:28:14.488 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2024-10-01 11:28:14.511 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2024-10-01 11:28:14.532 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-10-01 11:28:14.554 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2024-10-01 11:28:14.576 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2024-10-01 11:28:14.597 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2024-10-01 11:28:14.619 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2024-10-01 11:28:14.641 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2024-10-01 11:28:14.662 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-10-01 11:28:14.684 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2024-10-01 11:28:14.705 | + lib/nova:create_nova_conf:506 : is_service_enabled cinder 2024-10-01 11:28:14.717 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:28:14.719 | + lib/nova:create_nova_conf:507 : configure_cinder_access 2024-10-01 11:28:14.721 | + lib/nova:configure_cinder_access:634 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2024-10-01 11:28:14.744 | + lib/nova:configure_cinder_access:635 : iniset /etc/nova/nova.conf cinder auth_type password 2024-10-01 11:28:14.766 | + lib/nova:configure_cinder_access:636 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2024-10-01 11:28:14.788 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder username nova 2024-10-01 11:28:14.810 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder password nomoresecret 2024-10-01 11:28:14.832 | + lib/nova:configure_cinder_access:645 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2024-10-01 11:28:14.854 | + lib/nova:configure_cinder_access:646 : iniset /etc/nova/nova.conf cinder project_name service 2024-10-01 11:28:14.876 | + lib/nova:configure_cinder_access:647 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2024-10-01 11:28:14.898 | + lib/nova:configure_cinder_access:648 : is_service_enabled tls-proxy 2024-10-01 11:28:14.909 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:28:14.911 | + lib/nova:create_nova_conf:510 : '[' -n /opt/stack/data/nova ']' 2024-10-01 11:28:14.913 | + lib/nova:create_nova_conf:511 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2024-10-01 11:28:14.934 | + lib/nova:create_nova_conf:512 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2024-10-01 11:28:14.958 | + lib/nova:create_nova_conf:514 : '[' -n /opt/stack/data/nova/instances ']' 2024-10-01 11:28:14.960 | + lib/nova:create_nova_conf:515 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2024-10-01 11:28:14.982 | + lib/nova:create_nova_conf:517 : '[' False '!=' False ']' 2024-10-01 11:28:14.984 | + lib/nova:create_nova_conf:520 : '[' False '!=' False ']' 2024-10-01 11:28:14.986 | + lib/nova:create_nova_conf:526 : is_suse 2024-10-01 11:28:14.987 | + functions-common:is_suse:544 : is_opensuse 2024-10-01 11:28:14.989 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-10-01 11:28:14.991 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-10-01 11:28:14.993 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-10-01 11:28:14.994 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-10-01 11:28:14.996 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-10-01 11:28:14.998 | + lib/nova:create_nova_conf:526 : is_fedora 2024-10-01 11:28:15.000 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-10-01 11:28:15.001 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-10-01 11:28:15.003 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-10-01 11:28:15.005 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-10-01 11:28:15.007 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-10-01 11:28:15.009 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-10-01 11:28:15.010 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-10-01 11:28:15.012 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-10-01 11:28:15.014 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-10-01 11:28:15.016 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-10-01 11:28:15.017 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-10-01 11:28:15.019 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-10-01 11:28:15.021 | + lib/nova:create_nova_conf:531 : setup_logging /etc/nova/nova.conf 2024-10-01 11:28:15.023 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2024-10-01 11:28:15.025 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2024-10-01 11:28:15.027 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-10-01 11:28:15.039 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-10-01 11:28:15.041 | + functions:setup_systemd_logging:706 : local pidstr= 2024-10-01 11:28:15.043 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-10-01 11:28:15.045 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-10-01 11:28:15.047 | + functions:setup_systemd_logging:713 : iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-10-01 11:28:15.068 | + functions:setup_systemd_logging:715 : iniset /etc/nova/nova.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2024-10-01 11:28:15.090 | + functions:setup_systemd_logging:716 : iniset /etc/nova/nova.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-10-01 11:28:15.111 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-10-01 11:28:15.133 | + lib/nova:create_nova_conf:533 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2024-10-01 11:28:15.157 | + lib/nova:create_nova_conf:535 : is_service_enabled n-api 2024-10-01 11:28:15.169 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:28:15.171 | + lib/nova:create_nova_conf:536 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2024-10-01 11:28:15.173 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2024-10-01 11:28:15.174 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2024-10-01 11:28:15.176 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2024-10-01 11:28:15.178 | + lib/apache:write_uwsgi_config:257 : local http= 2024-10-01 11:28:15.180 | + lib/apache:write_uwsgi_config:258 : local name= 2024-10-01 11:28:15.182 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2024-10-01 11:28:15.185 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2024-10-01 11:28:15.187 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-10-01 11:28:15.188 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-10-01 11:28:15.198 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-10-01 11:28:15.198 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-10-01 11:28:15.204 | d /var/run/uwsgi 0755 stack root 2024-10-01 11:28:15.207 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-10-01 11:28:15.215 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2024-10-01 11:28:15.218 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2024-10-01 11:28:15.221 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2024-10-01 11:28:15.223 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2024-10-01 11:28:15.247 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2024-10-01 11:28:15.270 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2024-10-01 11:28:15.293 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2024-10-01 11:28:15.314 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2024-10-01 11:28:15.336 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-10-01 11:28:15.358 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2024-10-01 11:28:15.380 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2024-10-01 11:28:15.401 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2024-10-01 11:28:15.423 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-10-01 11:28:15.444 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2024-10-01 11:28:15.466 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-10-01 11:28:15.488 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2024-10-01 11:28:15.510 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-10-01 11:28:15.513 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-10-01 11:28:15.515 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2024-10-01 11:28:15.517 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2024-10-01 11:28:15.520 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-10-01 11:28:15.521 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:28:15.523 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:28:15.525 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2024-10-01 11:28:15.527 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2024-10-01 11:28:15.529 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2024-10-01 11:28:15.552 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2024-10-01 11:28:15.574 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 ' 2024-10-01 11:28:15.574 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2024-10-01 11:28:15.580 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2024-10-01 11:28:15.583 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2024-10-01 11:28:15.585 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2024-10-01 11:28:15.587 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-10-01 11:28:15.589 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-10-01 11:28:15.590 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-10-01 11:28:15.592 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:28:15.594 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:28:15.596 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-10-01 11:28:15.598 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-10-01 11:28:15.599 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:28:15.601 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:28:15.603 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2024-10-01 11:28:15.635 | Enabling site nova-api-wsgi. 2024-10-01 11:28:15.639 | To activate the new configuration, you need to run: 2024-10-01 11:28:15.639 | systemctl reload apache2 2024-10-01 11:28:15.642 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-10-01 11:28:15.644 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-10-01 11:28:15.646 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-10-01 11:28:15.648 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-10-01 11:28:15.751 | + lib/nova:create_nova_conf:539 : is_service_enabled n-api-meta 2024-10-01 11:28:15.764 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:28:15.766 | + lib/nova:create_nova_conf:540 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2024-10-01 11:28:15.768 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2024-10-01 11:28:15.769 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2024-10-01 11:28:15.771 | + lib/apache:write_uwsgi_config:256 : local url= 2024-10-01 11:28:15.773 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2024-10-01 11:28:15.775 | + lib/apache:write_uwsgi_config:258 : local name= 2024-10-01 11:28:15.777 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2024-10-01 11:28:15.781 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2024-10-01 11:28:15.782 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-10-01 11:28:15.784 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-10-01 11:28:15.795 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-10-01 11:28:15.795 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-10-01 11:28:15.801 | d /var/run/uwsgi 0755 stack root 2024-10-01 11:28:15.804 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-10-01 11:28:15.812 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2024-10-01 11:28:15.815 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2024-10-01 11:28:15.817 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2024-10-01 11:28:15.820 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2024-10-01 11:28:15.844 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2024-10-01 11:28:15.865 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2024-10-01 11:28:15.887 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2024-10-01 11:28:15.909 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2024-10-01 11:28:15.931 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2024-10-01 11:28:15.953 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2024-10-01 11:28:15.974 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2024-10-01 11:28:15.997 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2024-10-01 11:28:16.019 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-10-01 11:28:16.040 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2024-10-01 11:28:16.063 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2024-10-01 11:28:16.085 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2024-10-01 11:28:16.107 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2024-10-01 11:28:16.108 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2024-10-01 11:28:16.130 | + lib/nova:create_nova_conf:543 : is_service_enabled ceilometer 2024-10-01 11:28:16.142 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:28:16.144 | + lib/nova:create_nova_conf:551 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2024-10-01 11:28:16.169 | ++ lib/nova:create_nova_conf:552 : get_notification_url 2024-10-01 11:28:16.171 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2024-10-01 11:28:16.173 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2024-10-01 11:28:16.185 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:28:16.187 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-01 11:28:16.189 | + lib/nova:create_nova_conf:552 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-01 11:28:16.211 | + lib/nova:create_nova_conf:553 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2024-10-01 11:28:16.236 | + lib/nova:create_nova_conf:554 : iniset_rpc_backend nova /etc/nova/nova.conf 2024-10-01 11:28:16.238 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2024-10-01 11:28:16.240 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2024-10-01 11:28:16.242 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-10-01 11:28:16.245 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-10-01 11:28:16.247 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-10-01 11:28:16.260 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:28:16.262 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-10-01 11:28:16.264 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-10-01 11:28:16.266 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-10-01 11:28:16.278 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:28:16.280 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-01 11:28:16.282 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-01 11:28:16.304 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-10-01 11:28:16.306 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-10-01 11:28:16.308 | + lib/nova:create_nova_conf:556 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2024-10-01 11:28:16.330 | + lib/nova:create_nova_conf:557 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2024-10-01 11:28:16.352 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf conductor workers 2 2024-10-01 11:28:16.376 | + lib/nova:create_nova_conf:561 : is_service_enabled tls-proxy 2024-10-01 11:28:16.388 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:28:16.390 | + lib/nova:create_nova_conf:566 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2024-10-01 11:28:16.412 | + lib/nova:create_nova_conf:568 : '[' True == True ']' 2024-10-01 11:28:16.414 | + lib/nova:create_nova_conf:569 : init_nova_service_user_conf 2024-10-01 11:28:16.415 | + lib/nova:init_nova_service_user_conf:817 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2024-10-01 11:28:16.439 | + lib/nova:init_nova_service_user_conf:818 : iniset /etc/nova/nova.conf service_user auth_type password 2024-10-01 11:28:16.461 | + lib/nova:init_nova_service_user_conf:819 : iniset /etc/nova/nova.conf service_user auth_url http://10.180.1.21/identity 2024-10-01 11:28:16.483 | + lib/nova:init_nova_service_user_conf:820 : iniset /etc/nova/nova.conf service_user username nova 2024-10-01 11:28:16.506 | + lib/nova:init_nova_service_user_conf:821 : iniset /etc/nova/nova.conf service_user password nomoresecret 2024-10-01 11:28:16.528 | + lib/nova:init_nova_service_user_conf:822 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2024-10-01 11:28:16.550 | + lib/nova:init_nova_service_user_conf:823 : iniset /etc/nova/nova.conf service_user project_name service 2024-10-01 11:28:16.572 | + lib/nova:init_nova_service_user_conf:824 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2024-10-01 11:28:16.594 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2024-10-01 11:28:16.617 | + lib/nova:create_nova_conf:572 : is_service_enabled n-cond 2024-10-01 11:28:16.629 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:28:16.631 | ++ lib/nova:create_nova_conf:573 : seq 1 1 2024-10-01 11:28:16.634 | + lib/nova:create_nova_conf:573 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-10-01 11:28:16.636 | + lib/nova:create_nova_conf:574 : local conf 2024-10-01 11:28:16.637 | + lib/nova:create_nova_conf:575 : local vhost 2024-10-01 11:28:16.640 | ++ lib/nova:create_nova_conf:576 : conductor_conf 1 2024-10-01 11:28:16.642 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-10-01 11:28:16.643 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-10-01 11:28:16.645 | + lib/nova:create_nova_conf:576 : conf=/etc/nova/nova_cell1.conf 2024-10-01 11:28:16.647 | + lib/nova:create_nova_conf:577 : vhost=nova_cell1 2024-10-01 11:28:16.649 | + lib/nova:create_nova_conf:579 : rm -f /etc/nova/nova_cell1.conf 2024-10-01 11:28:16.652 | ++ lib/nova:create_nova_conf:580 : database_connection_url nova_cell1 2024-10-01 11:28:16.654 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-10-01 11:28:16.656 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-10-01 11:28:16.658 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2024-10-01 11:28:16.660 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-10-01 11:28:16.662 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-10-01 11:28:16.663 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2024-10-01 11:28:16.666 | + lib/nova:create_nova_conf:580 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2024-10-01 11:28:16.689 | + lib/nova:create_nova_conf:581 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2024-10-01 11:28:16.713 | + lib/nova:create_nova_conf:582 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2024-10-01 11:28:16.738 | + lib/nova:create_nova_conf:584 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-10-01 11:28:16.739 | + lib/nova:create_nova_conf:585 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2024-10-01 11:28:16.741 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2024-10-01 11:28:16.743 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2024-10-01 11:28:16.745 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-10-01 11:28:16.747 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-10-01 11:28:16.748 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-10-01 11:28:16.760 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:28:16.762 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-10-01 11:28:16.764 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-10-01 11:28:16.766 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-10-01 11:28:16.778 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:28:16.780 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-01 11:28:16.782 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-01 11:28:16.804 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-10-01 11:28:16.806 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-10-01 11:28:16.808 | + lib/nova:create_nova_conf:597 : setup_logging /etc/nova/nova_cell1.conf 2024-10-01 11:28:16.810 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2024-10-01 11:28:16.812 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2024-10-01 11:28:16.814 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-10-01 11:28:16.827 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-10-01 11:28:16.828 | + functions:setup_systemd_logging:706 : local pidstr= 2024-10-01 11:28:16.830 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-10-01 11:28:16.832 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-10-01 11:28:16.834 | + functions:setup_systemd_logging:713 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-10-01 11:28:16.856 | + functions:setup_systemd_logging:715 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2024-10-01 11:28:16.878 | + functions:setup_systemd_logging:716 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-10-01 11:28:16.901 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-10-01 11:28:16.923 | + lib/nova:create_nova_conf:604 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-10-01 11:28:16.925 | + lib/nova:create_nova_conf:605 : configure_console_proxies 2024-10-01 11:28:16.927 | + lib/nova:configure_console_proxies:719 : local conf=/etc/nova/nova.conf 2024-10-01 11:28:16.929 | + lib/nova:configure_console_proxies:720 : local offset=0 2024-10-01 11:28:16.931 | + lib/nova:configure_console_proxies:724 : offset=0 2024-10-01 11:28:16.932 | + lib/nova:configure_console_proxies:726 : is_service_enabled n-novnc 2024-10-01 11:28:16.944 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:28:16.946 | + lib/nova:configure_console_proxies:726 : '[' False '!=' False ']' 2024-10-01 11:28:16.948 | + lib/nova:configure_console_proxies:758 : is_service_enabled n-spice 2024-10-01 11:28:16.960 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:28:16.961 | + lib/nova:configure_console_proxies:763 : is_service_enabled n-sproxy 2024-10-01 11:28:16.973 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:28:16.975 | + lib/nova:configure_nova:358 : is_service_enabled n-cpu 2024-10-01 11:28:16.988 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:28:16.990 | + stack.sh:main:949 : is_service_enabled placement 2024-10-01 11:28:17.003 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:28:17.005 | + stack.sh:main:951 : stack_install_service placement 2024-10-01 11:28:17.007 | + lib/stack:stack_install_service:20 : local service=placement 2024-10-01 11:28:17.009 | + lib/stack:stack_install_service:21 : type install_placement 2024-10-01 11:28:17.011 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-10-01 11:28:17.013 | + lib/stack:stack_install_service:32 : install_placement 2024-10-01 11:28:17.015 | + lib/placement:install_placement:150 : install_apache_wsgi 2024-10-01 11:28:17.017 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2024-10-01 11:28:17.019 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:28:17.021 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:28:17.023 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2024-10-01 11:28:17.025 | + functions-common:install_package:1459 : update_package_repo 2024-10-01 11:28:17.027 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-10-01 11:28:17.028 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-10-01 11:28:17.030 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-10-01 11:28:17.032 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-10-01 11:28:17.034 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-10-01 11:28:17.036 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:28:17.038 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:28:17.040 | + functions-common:update_package_repo:1440 : apt_get_update 2024-10-01 11:28:17.042 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-10-01 11:28:17.044 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-10-01 11:28:17.045 | + functions-common:apt_get_update:1186 : return 2024-10-01 11:28:17.047 | + functions-common:install_package:1460 : real_install_package apache2 2024-10-01 11:28:17.049 | + functions-common:real_install_package:1445 : is_ubuntu 2024-10-01 11:28:17.051 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:28:17.053 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:28:17.055 | + functions-common:real_install_package:1446 : apt_get install apache2 2024-10-01 11:28:17.071 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2024-10-01 11:28:17.131 | Reading package lists... 2024-10-01 11:28:17.325 | Building dependency tree... 2024-10-01 11:28:17.326 | Reading state information... 2024-10-01 11:28:17.528 | apache2 is already the newest version (2.4.52-1ubuntu4.12). 2024-10-01 11:28:17.528 | 0 upgraded, 0 newly installed, 0 to remove and 63 not upgraded. 2024-10-01 11:28:17.532 | + functions-common:apt_get:1230 : result=0 2024-10-01 11:28:17.534 | + functions-common:apt_get:1233 : time_stop apt-get 2024-10-01 11:28:17.536 | + functions-common:time_stop:2435 : local name 2024-10-01 11:28:17.538 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:28:17.540 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:28:17.542 | + functions-common:time_stop:2438 : local total 2024-10-01 11:28:17.544 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:28:17.545 | + functions-common:time_stop:2441 : name=apt-get 2024-10-01 11:28:17.547 | + functions-common:time_stop:2442 : start_time=1727782097069 2024-10-01 11:28:17.549 | + functions-common:time_stop:2444 : [[ -z 1727782097069 ]] 2024-10-01 11:28:17.551 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:28:17.554 | + functions-common:time_stop:2447 : end_time=1727782097552 2024-10-01 11:28:17.556 | + functions-common:time_stop:2448 : elapsed_time=483 2024-10-01 11:28:17.558 | + functions-common:time_stop:2449 : total=8946 2024-10-01 11:28:17.559 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:28:17.561 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9429 2024-10-01 11:28:17.563 | + functions-common:apt_get:1234 : return 0 2024-10-01 11:28:17.565 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2024-10-01 11:28:17.567 | + functions-common:is_package_installed:1468 : [[ -z libapache2-mod-wsgi ]] 2024-10-01 11:28:17.569 | + functions-common:is_package_installed:1472 : [[ -z deb ]] 2024-10-01 11:28:17.571 | + functions-common:is_package_installed:1476 : [[ deb = \d\e\b ]] 2024-10-01 11:28:17.573 | + functions-common:is_package_installed:1477 : dpkg -s libapache2-mod-wsgi 2024-10-01 11:28:17.586 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2024-10-01 11:28:17.588 | + functions-common:install_package:1459 : update_package_repo 2024-10-01 11:28:17.590 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-10-01 11:28:17.592 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-10-01 11:28:17.594 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-10-01 11:28:17.596 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-10-01 11:28:17.598 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-10-01 11:28:17.600 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:28:17.602 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:28:17.604 | + functions-common:update_package_repo:1440 : apt_get_update 2024-10-01 11:28:17.606 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-10-01 11:28:17.608 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-10-01 11:28:17.610 | + functions-common:apt_get_update:1186 : return 2024-10-01 11:28:17.612 | + functions-common:install_package:1460 : real_install_package libapache2-mod-wsgi-py3 2024-10-01 11:28:17.614 | + functions-common:real_install_package:1445 : is_ubuntu 2024-10-01 11:28:17.615 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:28:17.617 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:28:17.619 | + functions-common:real_install_package:1446 : apt_get install libapache2-mod-wsgi-py3 2024-10-01 11:28:17.636 | + functions-common:apt_get:1226 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libapache2-mod-wsgi-py3 2024-10-01 11:28:17.713 | Reading package lists... 2024-10-01 11:28:17.915 | Building dependency tree... 2024-10-01 11:28:17.919 | Reading state information... 2024-10-01 11:28:18.113 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2024-10-01 11:28:18.114 | 0 upgraded, 0 newly installed, 0 to remove and 63 not upgraded. 2024-10-01 11:28:18.118 | + functions-common:apt_get:1230 : result=0 2024-10-01 11:28:18.120 | + functions-common:apt_get:1233 : time_stop apt-get 2024-10-01 11:28:18.122 | + functions-common:time_stop:2435 : local name 2024-10-01 11:28:18.124 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:28:18.126 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:28:18.128 | + functions-common:time_stop:2438 : local total 2024-10-01 11:28:18.130 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:28:18.132 | + functions-common:time_stop:2441 : name=apt-get 2024-10-01 11:28:18.134 | + functions-common:time_stop:2442 : start_time=1727782097633 2024-10-01 11:28:18.136 | + functions-common:time_stop:2444 : [[ -z 1727782097633 ]] 2024-10-01 11:28:18.138 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:28:18.142 | + functions-common:time_stop:2447 : end_time=1727782098140 2024-10-01 11:28:18.144 | + functions-common:time_stop:2448 : elapsed_time=507 2024-10-01 11:28:18.146 | + functions-common:time_stop:2449 : total=9429 2024-10-01 11:28:18.148 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:28:18.149 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9936 2024-10-01 11:28:18.151 | + functions-common:apt_get:1234 : return 0 2024-10-01 11:28:18.154 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2024-10-01 11:28:18.156 | + lib/apache:enable_apache_mod:59 : local mod=wsgi 2024-10-01 11:28:18.158 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-10-01 11:28:18.160 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:28:18.162 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:28:18.164 | + lib/apache:enable_apache_mod:64 : [[ wsgi != \v\e\r\s\i\o\n ]] 2024-10-01 11:28:18.166 | + lib/apache:enable_apache_mod:64 : a2query -m wsgi 2024-10-01 11:28:18.194 | wsgi (enabled by maintainer script) 2024-10-01 11:28:18.197 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2024-10-01 11:28:18.199 | + inc/python:pip_install_gr:76 : local name=osc-placement 2024-10-01 11:28:18.201 | + inc/python:pip_install_gr:77 : local clean_name 2024-10-01 11:28:18.203 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2024-10-01 11:28:18.205 | ++ inc/python:get_from_global_requirements:221 : local package=osc-placement 2024-10-01 11:28:18.207 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-10-01 11:28:18.211 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2024-10-01 11:28:18.211 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-10-01 11:28:18.215 | ++ inc/python:get_from_global_requirements:223 : required_pkg='osc-placement ' 2024-10-01 11:28:18.217 | ++ inc/python:get_from_global_requirements:224 : [[ osc-placement == '' ]] 2024-10-01 11:28:18.219 | ++ inc/python:get_from_global_requirements:227 : echo osc-placement 2024-10-01 11:28:18.221 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2024-10-01 11:28:18.223 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2024-10-01 11:28:18.239 | Using python 3.10 to install osc-placement 2024-10-01 11:28:18.241 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt osc-placement 2024-10-01 11:28:19.367 | Collecting osc-placement 2024-10-01 11:28:19.370 | Using cached osc_placement-4.1.0-py3-none-any.whl (64 kB) 2024-10-01 11:28:19.377 | Requirement already satisfied: simplejson>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (3.17.6) 2024-10-01 11:28:19.377 | Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.11.1) 2024-10-01 11:28:19.378 | Requirement already satisfied: keystoneauth1>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.1.3) 2024-10-01 11:28:19.379 | Requirement already satisfied: osc-lib>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (2.7.0) 2024-10-01 11:28:19.380 | Requirement already satisfied: oslo.utils>=3.37.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (6.1.0) 2024-10-01 11:28:19.405 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.1.0) 2024-10-01 11:28:19.406 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.7.0) 2024-10-01 11:28:19.410 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (5.0.0) 2024-10-01 11:28:19.410 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.16.0) 2024-10-01 11:28:19.410 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (2.28.1) 2024-10-01 11:28:19.415 | Requirement already satisfied: openstacksdk>=0.15.0 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=1.2.0->osc-placement) (1.0.1) 2024-10-01 11:28:19.415 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=1.2.0->osc-placement) (6.0.0) 2024-10-01 11:28:19.416 | Requirement already satisfied: cliff>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=1.2.0->osc-placement) (4.2.0) 2024-10-01 11:28:19.423 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2022.4) 2024-10-01 11:28:19.424 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (23.1) 2024-10-01 11:28:19.427 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.11.0) 2024-10-01 11:28:19.427 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2.5.0) 2024-10-01 11:28:19.427 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (3.0.9) 2024-10-01 11:28:19.427 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.8.0) 2024-10-01 11:28:19.436 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (5.0.0) 2024-10-01 11:28:19.436 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.5.1) 2024-10-01 11:28:19.437 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0) 2024-10-01 11:28:19.438 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.4.1) 2024-10-01 11:28:19.439 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (2.4.2) 2024-10-01 11:28:19.443 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.37.0->osc-placement) (1.14.1) 2024-10-01 11:28:19.459 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.0) 2024-10-01 11:28:19.460 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (5.1.1) 2024-10-01 11:28:19.461 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.4) 2024-10-01 11:28:19.462 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.32) 2024-10-01 11:28:19.464 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.0.1) 2024-10-01 11:28:19.465 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.1.8) 2024-10-01 11:28:19.466 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (38.0.2) 2024-10-01 11:28:19.486 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (1.26.12) 2024-10-01 11:28:19.487 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2020.6.20) 2024-10-01 11:28:19.488 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2.1.1) 2024-10-01 11:28:19.488 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.4) 2024-10-01 11:28:19.550 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.2.5) 2024-10-01 11:28:19.551 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.10/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (22.1.0) 2024-10-01 11:28:19.551 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (1.8.2) 2024-10-01 11:28:19.573 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.15.1) 2024-10-01 11:28:19.605 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.8.1) 2024-10-01 11:28:19.675 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.21) 2024-10-01 11:28:20.506 | Installing collected packages: osc-placement 2024-10-01 11:28:20.583 | Successfully installed osc-placement-4.1.0 2024-10-01 11:28:20.584 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 11:28:20.683 | + inc/python:pip_install:196 : result=0 2024-10-01 11:28:20.686 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-01 11:28:20.688 | + functions-common:time_stop:2435 : local name 2024-10-01 11:28:20.690 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:28:20.692 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:28:20.694 | + functions-common:time_stop:2438 : local total 2024-10-01 11:28:20.696 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:28:20.699 | + functions-common:time_stop:2441 : name=pip_install 2024-10-01 11:28:20.701 | + functions-common:time_stop:2442 : start_time=1727782098235 2024-10-01 11:28:20.703 | + functions-common:time_stop:2444 : [[ -z 1727782098235 ]] 2024-10-01 11:28:20.705 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:28:20.708 | + functions-common:time_stop:2447 : end_time=1727782100706 2024-10-01 11:28:20.710 | + functions-common:time_stop:2448 : elapsed_time=2471 2024-10-01 11:28:20.712 | + functions-common:time_stop:2449 : total=81449 2024-10-01 11:28:20.714 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:28:20.716 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=83920 2024-10-01 11:28:20.718 | + inc/python:pip_install:199 : return 0 2024-10-01 11:28:20.720 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement stable/2023.1 2024-10-01 11:28:20.722 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/placement.git 2024-10-01 11:28:20.724 | + functions-common:git_clone:613 : local git_dest=/opt/stack//placement 2024-10-01 11:28:20.726 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-10-01 11:28:20.728 | + functions-common:git_clone:615 : local orig_dir 2024-10-01 11:28:20.730 | ++ functions-common:git_clone:616 : pwd 2024-10-01 11:28:20.732 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-10-01 11:28:20.734 | + functions-common:git_clone:617 : local git_clone_flags= 2024-10-01 11:28:20.737 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-10-01 11:28:20.749 | + functions-common:git_clone:619 : RECLONE=False 2024-10-01 11:28:20.751 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-10-01 11:28:20.753 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-10-01 11:28:20.755 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-10-01 11:28:20.757 | + functions-common:git_clone:633 : echo stable/2023.1 2024-10-01 11:28:20.757 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-10-01 11:28:20.761 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//placement ]] 2024-10-01 11:28:20.763 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-10-01 11:28:20.765 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2024-10-01 11:28:20.767 | + functions-common:git_timed:720 : local count=0 2024-10-01 11:28:20.769 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 11:28:20.770 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 11:28:20.772 | + functions-common:git_timed:724 : timeout=0 2024-10-01 11:28:20.774 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 11:28:20.776 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 11:28:20.778 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:28:20.780 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:28:20.782 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:28:20.785 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782100783 2024-10-01 11:28:20.787 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2024-10-01 11:28:20.789 | Cloning into '/opt/stack//placement'... 2024-10-01 11:28:22.778 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 11:28:22.780 | + functions-common:time_stop:2435 : local name 2024-10-01 11:28:22.782 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:28:22.783 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:28:22.785 | + functions-common:time_stop:2438 : local total 2024-10-01 11:28:22.787 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:28:22.789 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 11:28:22.791 | + functions-common:time_stop:2442 : start_time=1727782100783 2024-10-01 11:28:22.792 | + functions-common:time_stop:2444 : [[ -z 1727782100783 ]] 2024-10-01 11:28:22.795 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:28:22.798 | + functions-common:time_stop:2447 : end_time=1727782102796 2024-10-01 11:28:22.800 | + functions-common:time_stop:2448 : elapsed_time=2013 2024-10-01 11:28:22.802 | + functions-common:time_stop:2449 : total=90363 2024-10-01 11:28:22.804 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:28:22.805 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=92376 2024-10-01 11:28:22.807 | + functions-common:git_clone:654 : cd /opt/stack//placement 2024-10-01 11:28:22.809 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-10-01 11:28:22.811 | + functions-common:git_timed:720 : local count=0 2024-10-01 11:28:22.813 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 11:28:22.815 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 11:28:22.817 | + functions-common:git_timed:724 : timeout=0 2024-10-01 11:28:22.819 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 11:28:22.821 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 11:28:22.823 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:28:22.825 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:28:22.827 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:28:22.830 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782102828 2024-10-01 11:28:22.832 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-10-01 11:28:24.023 | From https://opendev.org/openstack/placement 2024-10-01 11:28:24.023 | * branch stable/2023.1 -> FETCH_HEAD 2024-10-01 11:28:24.027 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 11:28:24.029 | + functions-common:time_stop:2435 : local name 2024-10-01 11:28:24.031 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:28:24.033 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:28:24.034 | + functions-common:time_stop:2438 : local total 2024-10-01 11:28:24.036 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:28:24.038 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 11:28:24.040 | + functions-common:time_stop:2442 : start_time=1727782102828 2024-10-01 11:28:24.041 | + functions-common:time_stop:2444 : [[ -z 1727782102828 ]] 2024-10-01 11:28:24.044 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:28:24.047 | + functions-common:time_stop:2447 : end_time=1727782104045 2024-10-01 11:28:24.049 | + functions-common:time_stop:2448 : elapsed_time=1217 2024-10-01 11:28:24.050 | + functions-common:time_stop:2449 : total=92376 2024-10-01 11:28:24.052 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:28:24.054 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=93593 2024-10-01 11:28:24.056 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-10-01 11:28:24.057 | + functions-common:git_timed:720 : local count=0 2024-10-01 11:28:24.059 | + functions-common:git_timed:721 : local timeout=0 2024-10-01 11:28:24.061 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 11:28:24.063 | + functions-common:git_timed:724 : timeout=0 2024-10-01 11:28:24.065 | + functions-common:git_timed:727 : time_start git_timed 2024-10-01 11:28:24.067 | + functions-common:time_start:2421 : local name=git_timed 2024-10-01 11:28:24.068 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:28:24.070 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:28:24.073 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:28:24.076 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782104074 2024-10-01 11:28:24.078 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-10-01 11:28:24.104 | Note: switching to 'FETCH_HEAD'. 2024-10-01 11:28:24.104 | 2024-10-01 11:28:24.104 | You are in 'detached HEAD' state. You can look around, make experimental 2024-10-01 11:28:24.104 | changes and commit them, and you can discard any commits you make in this 2024-10-01 11:28:24.104 | state without impacting any branches by switching back to a branch. 2024-10-01 11:28:24.104 | 2024-10-01 11:28:24.104 | If you want to create a new branch to retain commits you create, you may 2024-10-01 11:28:24.104 | do so (now or later) by using -c with the switch command. Example: 2024-10-01 11:28:24.104 | 2024-10-01 11:28:24.104 | git switch -c 2024-10-01 11:28:24.104 | 2024-10-01 11:28:24.104 | Or undo this operation with: 2024-10-01 11:28:24.104 | 2024-10-01 11:28:24.104 | git switch - 2024-10-01 11:28:24.104 | 2024-10-01 11:28:24.104 | Turn off this advice by setting config variable advice.detachedHead to false 2024-10-01 11:28:24.104 | 2024-10-01 11:28:24.104 | HEAD is now at b3652fe Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-10-01 11:28:24.107 | + functions-common:git_timed:742 : time_stop git_timed 2024-10-01 11:28:24.108 | + functions-common:time_stop:2435 : local name 2024-10-01 11:28:24.110 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:28:24.112 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:28:24.114 | + functions-common:time_stop:2438 : local total 2024-10-01 11:28:24.116 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:28:24.118 | + functions-common:time_stop:2441 : name=git_timed 2024-10-01 11:28:24.120 | + functions-common:time_stop:2442 : start_time=1727782104074 2024-10-01 11:28:24.121 | + functions-common:time_stop:2444 : [[ -z 1727782104074 ]] 2024-10-01 11:28:24.124 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:28:24.127 | + functions-common:time_stop:2447 : end_time=1727782104125 2024-10-01 11:28:24.130 | + functions-common:time_stop:2448 : elapsed_time=51 2024-10-01 11:28:24.131 | + functions-common:time_stop:2449 : total=93593 2024-10-01 11:28:24.134 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:28:24.135 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=93644 2024-10-01 11:28:24.137 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//placement 2024-10-01 11:28:24.149 | + functions-common:git_clone:695 : cd /opt/stack//placement 2024-10-01 11:28:24.151 | + functions-common:git_clone:696 : git show --oneline 2024-10-01 11:28:24.152 | + functions-common:git_clone:696 : head -1 2024-10-01 11:28:24.154 | b3652fe Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-10-01 11:28:24.156 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-10-01 11:28:24.159 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2024-10-01 11:28:24.161 | + inc/python:setup_develop:334 : local bindep 2024-10-01 11:28:24.163 | + inc/python:setup_develop:335 : [[ /opt/stack//placement == -bindep* ]] 2024-10-01 11:28:24.166 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//placement 2024-10-01 11:28:24.168 | + inc/python:setup_develop:340 : local extras= 2024-10-01 11:28:24.170 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//placement -e 2024-10-01 11:28:24.173 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-10-01 11:28:24.175 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//placement == -bindep* ]] 2024-10-01 11:28:24.177 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//placement 2024-10-01 11:28:24.180 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-10-01 11:28:24.182 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-10-01 11:28:24.185 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//placement 2024-10-01 11:28:24.187 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-10-01 11:28:24.189 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/placement 2024-10-01 11:28:24.192 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-10-01 11:28:24.194 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-10-01 11:28:24.196 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2024-10-01 11:28:24.201 | + inc/python:_setup_package_with_constraints_edit:381 : name=openstack-placement 2024-10-01 11:28:24.203 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- openstack-placement 2024-10-01 11:28:24.525 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/placement -e 2024-10-01 11:28:24.527 | + inc/python:setup_package:414 : local bindep=0 2024-10-01 11:28:24.529 | + inc/python:setup_package:415 : local bindep_flag= 2024-10-01 11:28:24.532 | + inc/python:setup_package:416 : local bindep_profiles= 2024-10-01 11:28:24.534 | + inc/python:setup_package:417 : [[ /opt/stack/placement == -bindep* ]] 2024-10-01 11:28:24.536 | + inc/python:setup_package:422 : local project_dir=/opt/stack/placement 2024-10-01 11:28:24.537 | + inc/python:setup_package:423 : local flags=-e 2024-10-01 11:28:24.539 | + inc/python:setup_package:424 : local extras= 2024-10-01 11:28:24.542 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-10-01 11:28:24.544 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-10-01 11:28:24.546 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-10-01 11:28:24.548 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-10-01 11:28:24.550 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-10-01 11:28:24.553 | + inc/python:setup_package:442 : pip_install -e /opt/stack/placement 2024-10-01 11:28:24.570 | Using python 3.10 to install /opt/stack/placement 2024-10-01 11:28:24.573 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/placement 2024-10-01 11:28:25.524 | Obtaining file:///opt/stack/placement 2024-10-01 11:28:25.525 | Preparing metadata (setup.py): started 2024-10-01 11:28:25.907 | Preparing metadata (setup.py): finished with status 'done' 2024-10-01 11:28:25.965 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.5.1) 2024-10-01 11:28:25.965 | Requirement already satisfied: SQLAlchemy>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.4.41) 2024-10-01 11:28:25.969 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.8.7) 2024-10-01 11:28:25.969 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (4.16.0) 2024-10-01 11:28:25.969 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (10.2.0) 2024-10-01 11:28:25.969 | Requirement already satisfied: microversion-parse>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.0.1) 2024-10-01 11:28:25.969 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (1.1.0) 2024-10-01 11:28:25.970 | Requirement already satisfied: os-traits>=2.10.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.10.0) 2024-10-01 11:28:25.971 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.1) 2024-10-01 11:28:25.971 | Requirement already satisfied: oslo.config>=6.7.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (9.1.1) 2024-10-01 11:28:25.972 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.1) 2024-10-01 11:28:25.973 | Requirement already satisfied: oslo.db>=8.6.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (12.3.2) 2024-10-01 11:28:25.974 | Requirement already satisfied: oslo.log>=4.3.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.2.0) 2024-10-01 11:28:25.975 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.1) 2024-10-01 11:28:25.976 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (4.1.1) 2024-10-01 11:28:25.976 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.1.2) 2024-10-01 11:28:25.977 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.1.1) 2024-10-01 11:28:25.978 | Requirement already satisfied: oslo.utils>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (6.1.0) 2024-10-01 11:28:25.979 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (5.11.1) 2024-10-01 11:28:25.979 | Requirement already satisfied: requests>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from openstack-placement==0.0.1.dev9) (2.28.1) 2024-10-01 11:28:25.980 | Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 in /usr/lib/python3/dist-packages (from openstack-placement==0.0.1.dev9) (59.6.0) 2024-10-01 11:28:25.999 | Requirement already satisfied: pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 in /usr/lib/python3/dist-packages (from jsonschema>=3.2.0->openstack-placement==0.0.1.dev9) (0.18.1) 2024-10-01 11:28:26.000 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->openstack-placement==0.0.1.dev9) (22.1.0) 2024-10-01 11:28:26.025 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (6.0.0) 2024-10-01 11:28:26.026 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (5.1.3) 2024-10-01 11:28:26.027 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (3.3.1) 2024-10-01 11:28:26.028 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (5.1.0) 2024-10-01 11:28:26.029 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (3.1.1) 2024-10-01 11:28:26.029 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (1.16.0) 2024-10-01 11:28:26.038 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.concurrency>=3.26.0->openstack-placement==0.0.1.dev9) (0.18) 2024-10-01 11:28:26.057 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (6.0) 2024-10-01 11:28:26.057 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (2.5.0) 2024-10-01 11:28:26.058 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (5.0.0) 2024-10-01 11:28:26.059 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (0.8.0) 2024-10-01 11:28:26.060 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (1.5.0) 2024-10-01 11:28:26.104 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.13.0) 2024-10-01 11:28:26.106 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (2.0.1) 2024-10-01 11:28:26.107 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.5.0) 2024-10-01 11:28:26.107 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (1.8.1) 2024-10-01 11:28:26.125 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.3.0->openstack-placement==0.0.1.dev9) (0.9.6) 2024-10-01 11:28:26.126 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=4.3.0->openstack-placement==0.0.1.dev9) (2.8.2) 2024-10-01 11:28:26.135 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (3.1.2) 2024-10-01 11:28:26.136 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (3.3.0) 2024-10-01 11:28:26.140 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (4.0.0) 2024-10-01 11:28:26.147 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==0.0.1.dev9) (2022.4) 2024-10-01 11:28:26.148 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==0.0.1.dev9) (1.0.4) 2024-10-01 11:28:26.154 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from oslo.upgradecheck>=1.3.0->openstack-placement==0.0.1.dev9) (3.4.1) 2024-10-01 11:28:26.161 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (1.1.0) 2024-10-01 11:28:26.162 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (0.11.0) 2024-10-01 11:28:26.162 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (23.1) 2024-10-01 11:28:26.163 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.5.0->openstack-placement==0.0.1.dev9) (3.0.9) 2024-10-01 11:28:26.174 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (1.26.12) 2024-10-01 11:28:26.175 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (2.1.1) 2024-10-01 11:28:26.176 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (2020.6.20) 2024-10-01 11:28:26.177 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.0->openstack-placement==0.0.1.dev9) (3.4) 2024-10-01 11:28:26.183 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->openstack-placement==0.0.1.dev9) (0.7) 2024-10-01 11:28:26.246 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.10/dist-packages (from SQLAlchemy>=1.4.0->openstack-placement==0.0.1.dev9) (1.1.3) 2024-10-01 11:28:26.260 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (1.2.3) 2024-10-01 11:28:26.302 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.7.0->openstack-placement==0.0.1.dev9) (1.14.1) 2024-10-01 11:28:26.321 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->openstack-placement==0.0.1.dev9) (2.1.1) 2024-10-01 11:28:26.347 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (1.7.0) 2024-10-01 11:28:26.379 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.10/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==0.0.1.dev9) (1.1.8) 2024-10-01 11:28:26.396 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->openstack-placement==0.0.1.dev9) (0.2.5) 2024-10-01 11:28:26.466 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.4.3) 2024-10-01 11:28:26.466 | Requirement already satisfied: decorator in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (5.1.1) 2024-10-01 11:28:26.469 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (0.5.2) 2024-10-01 11:28:26.492 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=8.6.0->openstack-placement==0.0.1.dev9) (2.5.0) 2024-10-01 11:28:27.279 | Installing collected packages: openstack-placement 2024-10-01 11:28:27.280 | Running setup.py develop for openstack-placement 2024-10-01 11:28:27.914 | Successfully installed openstack-placement 2024-10-01 11:28:27.915 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 11:28:28.018 | + inc/python:pip_install:196 : result=0 2024-10-01 11:28:28.020 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-01 11:28:28.022 | + functions-common:time_stop:2435 : local name 2024-10-01 11:28:28.024 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:28:28.026 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:28:28.028 | + functions-common:time_stop:2438 : local total 2024-10-01 11:28:28.030 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:28:28.032 | + functions-common:time_stop:2441 : name=pip_install 2024-10-01 11:28:28.034 | + functions-common:time_stop:2442 : start_time=1727782104566 2024-10-01 11:28:28.036 | + functions-common:time_stop:2444 : [[ -z 1727782104566 ]] 2024-10-01 11:28:28.039 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:28:28.042 | + functions-common:time_stop:2447 : end_time=1727782108040 2024-10-01 11:28:28.044 | + functions-common:time_stop:2448 : elapsed_time=3474 2024-10-01 11:28:28.046 | + functions-common:time_stop:2449 : total=83920 2024-10-01 11:28:28.048 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:28:28.050 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=87394 2024-10-01 11:28:28.052 | + inc/python:pip_install:199 : return 0 2024-10-01 11:28:28.054 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-10-01 11:28:28.056 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-10-01 11:28:28.058 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-10-01 11:28:28.073 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-10-01 11:28:28.082 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/placement 2024-10-01 11:28:28.084 | + inc/python:use_library_from_git:246 : local name=/opt/stack/placement 2024-10-01 11:28:28.086 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:28:28.088 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:28:28.090 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/placement, ]] 2024-10-01 11:28:28.093 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:28:28.095 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-10-01 11:28:28.097 | + stack.sh:main:952 : configure_placement 2024-10-01 11:28:28.099 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2024-10-01 11:28:28.108 | + lib/placement:configure_placement:113 : create_placement_conf 2024-10-01 11:28:28.110 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2024-10-01 11:28:28.114 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2024-10-01 11:28:28.117 | ++ lib/database:database_connection_url:134 : local db=placement 2024-10-01 11:28:28.119 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2024-10-01 11:28:28.121 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=placement 2024-10-01 11:28:28.122 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-10-01 11:28:28.124 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-10-01 11:28:28.126 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8' 2024-10-01 11:28:28.129 | + lib/placement:create_placement_conf:103 : iniset /etc/placement/placement.conf placement_database connection 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8' 2024-10-01 11:28:28.154 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2024-10-01 11:28:28.180 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2024-10-01 11:28:28.205 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2024-10-01 11:28:28.207 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2024-10-01 11:28:28.209 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-10-01 11:28:28.211 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-10-01 11:28:28.213 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2024-10-01 11:28:28.238 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2024-10-01 11:28:28.261 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-10-01 11:28:28.284 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2024-10-01 11:28:28.308 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2024-10-01 11:28:28.331 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2024-10-01 11:28:28.355 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2024-10-01 11:28:28.378 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2024-10-01 11:28:28.402 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-10-01 11:28:28.425 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2024-10-01 11:28:28.449 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2024-10-01 11:28:28.451 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2024-10-01 11:28:28.453 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2024-10-01 11:28:28.455 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-10-01 11:28:28.468 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-10-01 11:28:28.470 | + functions:setup_systemd_logging:706 : local pidstr= 2024-10-01 11:28:28.472 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-10-01 11:28:28.474 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-10-01 11:28:28.476 | + functions:setup_systemd_logging:713 : iniset /etc/placement/placement.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-10-01 11:28:28.499 | + functions:setup_systemd_logging:715 : iniset /etc/placement/placement.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2024-10-01 11:28:28.522 | + functions:setup_systemd_logging:716 : iniset /etc/placement/placement.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-10-01 11:28:28.546 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-10-01 11:28:28.570 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2024-10-01 11:28:28.572 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2024-10-01 11:28:28.574 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2024-10-01 11:28:28.575 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2024-10-01 11:28:28.577 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2024-10-01 11:28:28.579 | + lib/apache:write_uwsgi_config:257 : local http= 2024-10-01 11:28:28.581 | + lib/apache:write_uwsgi_config:258 : local name= 2024-10-01 11:28:28.584 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2024-10-01 11:28:28.587 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2024-10-01 11:28:28.589 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-10-01 11:28:28.590 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-10-01 11:28:28.600 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-10-01 11:28:28.601 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-10-01 11:28:28.607 | d /var/run/uwsgi 0755 stack root 2024-10-01 11:28:28.610 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-10-01 11:28:28.618 | /etc/tmpfiles.d/uwsgi.conf:1: Line references path below legacy directory /var/run/, updating /var/run/uwsgi → /run/uwsgi; please update the tmpfiles.d/ drop-in file accordingly. 2024-10-01 11:28:28.621 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2024-10-01 11:28:28.623 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2024-10-01 11:28:28.626 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2024-10-01 11:28:28.651 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2024-10-01 11:28:28.674 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2024-10-01 11:28:28.697 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2024-10-01 11:28:28.719 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2024-10-01 11:28:28.743 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2024-10-01 11:28:28.766 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2024-10-01 11:28:28.789 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2024-10-01 11:28:28.812 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2024-10-01 11:28:28.836 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-10-01 11:28:28.859 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2024-10-01 11:28:28.882 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2024-10-01 11:28:28.905 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2024-10-01 11:28:28.928 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-10-01 11:28:28.930 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-10-01 11:28:28.933 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2024-10-01 11:28:28.935 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2024-10-01 11:28:28.937 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-10-01 11:28:28.938 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:28:28.940 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:28:28.942 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2024-10-01 11:28:28.944 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2024-10-01 11:28:28.946 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2024-10-01 11:28:28.969 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2024-10-01 11:28:28.992 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2024-10-01 11:28:28.992 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2024-10-01 11:28:28.999 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2024-10-01 11:28:29.002 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2024-10-01 11:28:29.004 | + lib/apache:enable_apache_site:203 : local site=placement-api 2024-10-01 11:28:29.005 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-10-01 11:28:29.007 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-10-01 11:28:29.009 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-10-01 11:28:29.011 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:28:29.013 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:28:29.015 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-10-01 11:28:29.017 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-10-01 11:28:29.019 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:28:29.021 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:28:29.023 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2024-10-01 11:28:29.054 | Enabling site placement-api. 2024-10-01 11:28:29.057 | To activate the new configuration, you need to run: 2024-10-01 11:28:29.057 | systemctl reload apache2 2024-10-01 11:28:29.061 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-10-01 11:28:29.063 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-10-01 11:28:29.065 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-10-01 11:28:29.067 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-10-01 11:28:29.156 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-10-01 11:28:29.158 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-10-01 11:28:29.160 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2024-10-01 11:28:29.187 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2024-10-01 11:28:29.210 | + stack.sh:main:959 : is_service_enabled placement placement-client 2024-10-01 11:28:29.223 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:28:29.225 | + stack.sh:main:960 : is_service_enabled n-cpu 2024-10-01 11:28:29.238 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:28:29.240 | + stack.sh:main:960 : is_service_enabled n-sch 2024-10-01 11:28:29.254 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:28:29.255 | + stack.sh:main:961 : configure_placement_nova_compute 2024-10-01 11:28:29.257 | + lib/nova:configure_placement_nova_compute:621 : local conf=/etc/nova/nova.conf 2024-10-01 11:28:29.259 | + lib/nova:configure_placement_nova_compute:622 : iniset /etc/nova/nova.conf placement auth_type password 2024-10-01 11:28:29.284 | + lib/nova:configure_placement_nova_compute:623 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2024-10-01 11:28:29.308 | + lib/nova:configure_placement_nova_compute:624 : iniset /etc/nova/nova.conf placement username placement 2024-10-01 11:28:29.332 | + lib/nova:configure_placement_nova_compute:625 : iniset /etc/nova/nova.conf placement password nomoresecret 2024-10-01 11:28:29.356 | + lib/nova:configure_placement_nova_compute:626 : iniset /etc/nova/nova.conf placement user_domain_name Default 2024-10-01 11:28:29.380 | + lib/nova:configure_placement_nova_compute:627 : iniset /etc/nova/nova.conf placement project_name service 2024-10-01 11:28:29.404 | + lib/nova:configure_placement_nova_compute:628 : iniset /etc/nova/nova.conf placement project_domain_name Default 2024-10-01 11:28:29.428 | + lib/nova:configure_placement_nova_compute:629 : iniset /etc/nova/nova.conf placement region_name RegionOne 2024-10-01 11:28:29.452 | + stack.sh:main:965 : is_service_enabled horizon 2024-10-01 11:28:29.465 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:28:29.467 | + stack.sh:main:970 : is_service_enabled tls-proxy 2024-10-01 11:28:29.480 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:28:29.482 | + stack.sh:main:978 : run_phase stack install 2024-10-01 11:28:29.484 | + functions-common:run_phase:1863 : local mode=stack 2024-10-01 11:28:29.486 | + functions-common:run_phase:1864 : local phase=install 2024-10-01 11:28:29.488 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-10-01 11:28:29.490 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-10-01 11:28:29.492 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-10-01 11:28:29.494 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-10-01 11:28:29.496 | + functions-common:run_phase:1873 : local extra 2024-10-01 11:28:29.499 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-10-01 11:28:29.502 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-10-01 11:28:29.504 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-10-01 11:28:29.506 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-10-01 11:28:29.508 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2024-10-01 11:28:29.510 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-10-01 11:28:29.522 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:28:29.524 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-10-01 11:28:29.526 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-10-01 11:28:29.528 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-10-01 11:28:29.530 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2024-10-01 11:28:29.532 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 11:28:29.534 | ++ stack.sh:echo_summary:455 : echo -e Installing Tempest 2024-10-01 11:28:29.535 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2024-10-01 11:28:29.537 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2024-10-01 11:28:29.582 | ++ inc/async:async_inner:63 : install_tempest 2024-10-01 11:28:29.609 | [3480 Async install_tempest:27730]: running: install_tempest 2024-10-01 11:28:29.612 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-10-01 11:28:29.614 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-10-01 11:28:29.616 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-10-01 11:28:29.618 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-10-01 11:28:29.620 | + functions-common:run_phase:1890 : run_plugins stack install 2024-10-01 11:28:29.622 | + functions-common:run_plugins:1849 : local mode=stack 2024-10-01 11:28:29.624 | + functions-common:run_plugins:1850 : local phase=install 2024-10-01 11:28:29.626 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-10-01 11:28:29.628 | + functions-common:run_plugins:1853 : local plugin 2024-10-01 11:28:29.630 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-10-01 11:28:29.633 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-10-01 11:28:29.635 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-10-01 11:28:29.637 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2024-10-01 11:28:29.639 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-10-01 11:28:29.641 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-10-01 11:28:29.643 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-10-01 11:28:29.645 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2024-10-01 11:28:29.647 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 11:28:29.649 | ++ stack.sh:echo_summary:455 : echo -e Installing Networking-NSX-T 2024-10-01 11:28:29.651 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2024-10-01 11:28:29.653 | ++ inc/python:setup_develop:334 : local bindep 2024-10-01 11:28:29.654 | ++ inc/python:setup_develop:335 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-10-01 11:28:29.656 | ++ inc/python:setup_develop:339 : local project_dir=/opt/stack//networking-nsx-t 2024-10-01 11:28:29.658 | ++ inc/python:setup_develop:340 : local extras= 2024-10-01 11:28:29.660 | ++ inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2024-10-01 11:28:29.662 | ++ inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-10-01 11:28:29.664 | ++ inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-10-01 11:28:29.666 | ++ inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//networking-nsx-t 2024-10-01 11:28:29.668 | ++ inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-10-01 11:28:29.669 | ++ inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-10-01 11:28:29.672 | +++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//networking-nsx-t 2024-10-01 11:28:29.674 | +++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-10-01 11:28:29.676 | ++ inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/networking-nsx-t 2024-10-01 11:28:29.678 | ++ inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-10-01 11:28:29.680 | ++ inc/python:_setup_package_with_constraints_edit:380 : local name 2024-10-01 11:28:29.682 | +++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2024-10-01 11:28:29.686 | ++ inc/python:_setup_package_with_constraints_edit:381 : name=networking_nsxv3 2024-10-01 11:28:29.688 | ++ inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- networking_nsxv3 2024-10-01 11:28:30.003 | ++ inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/networking-nsx-t -e 2024-10-01 11:28:30.005 | ++ inc/python:setup_package:414 : local bindep=0 2024-10-01 11:28:30.007 | ++ inc/python:setup_package:415 : local bindep_flag= 2024-10-01 11:28:30.009 | ++ inc/python:setup_package:416 : local bindep_profiles= 2024-10-01 11:28:30.011 | ++ inc/python:setup_package:417 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2024-10-01 11:28:30.013 | ++ inc/python:setup_package:422 : local project_dir=/opt/stack/networking-nsx-t 2024-10-01 11:28:30.015 | ++ inc/python:setup_package:423 : local flags=-e 2024-10-01 11:28:30.017 | ++ inc/python:setup_package:424 : local extras= 2024-10-01 11:28:30.019 | ++ inc/python:setup_package:428 : [[ -n -e ]] 2024-10-01 11:28:30.021 | ++ inc/python:setup_package:428 : [[ -z '' ]] 2024-10-01 11:28:30.023 | ++ inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-10-01 11:28:30.025 | ++ inc/python:setup_package:433 : [[ ! -z '' ]] 2024-10-01 11:28:30.027 | ++ inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-10-01 11:28:30.029 | ++ inc/python:setup_package:442 : pip_install -e /opt/stack/networking-nsx-t 2024-10-01 11:28:30.045 | Using python 3.10 to install /opt/stack/networking-nsx-t 2024-10-01 11:28:30.047 | ++ inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt -e /opt/stack/networking-nsx-t 2024-10-01 11:28:31.002 | Obtaining file:///opt/stack/networking-nsx-t 2024-10-01 11:28:31.002 | Preparing metadata (setup.py): started 2024-10-01 11:28:31.386 | Preparing metadata (setup.py): finished with status 'done' 2024-10-01 11:28:31.538 | Collecting Babel>=1.3 2024-10-01 11:28:31.595 | Using cached Babel-2.10.3-py3-none-any.whl (9.5 MB) 2024-10-01 11:28:31.641 | Requirement already satisfied: attrs in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (22.1.0) 2024-10-01 11:28:31.665 | Collecting ipaddress 2024-10-01 11:28:31.667 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2024-10-01 11:28:31.669 | Requirement already satisfied: netaddr in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (0.8.0) 2024-10-01 11:28:31.669 | Requirement already satisfied: neutron-lib>=1.13.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (3.4.3) 2024-10-01 11:28:31.670 | Requirement already satisfied: oslo.config>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (9.1.1) 2024-10-01 11:28:31.670 | Requirement already satisfied: oslo.i18n>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (6.0.0) 2024-10-01 11:28:31.671 | Requirement already satisfied: oslo.log>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (5.2.0) 2024-10-01 11:28:31.672 | Requirement already satisfied: oslo.serialization>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (5.1.2) 2024-10-01 11:28:31.673 | Requirement already satisfied: oslo.service>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (3.1.2) 2024-10-01 11:28:31.674 | Requirement already satisfied: oslo.utils>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (6.1.0) 2024-10-01 11:28:31.675 | Requirement already satisfied: pbr>=1.6 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (5.11.1) 2024-10-01 11:28:31.676 | Requirement already satisfied: prometheus_client in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (0.14.1) 2024-10-01 11:28:31.676 | Requirement already satisfied: python-neutronclient in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (9.0.0) 2024-10-01 11:28:31.797 | Collecting ratelimiter 2024-10-01 11:28:31.805 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2024-10-01 11:28:31.807 | Requirement already satisfied: tooz in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev15) (3.2.0) 2024-10-01 11:28:31.809 | Requirement already satisfied: pytz>=2015.7 in /usr/local/lib/python3.10/dist-packages (from Babel>=1.3->networking-nsxv3==0.0.1.dev15) (2022.4) 2024-10-01 11:28:31.827 | Requirement already satisfied: os-ken>=0.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (2.6.1) 2024-10-01 11:28:31.828 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (5.1.1) 2024-10-01 11:28:31.829 | Requirement already satisfied: os-traits>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (2.10.0) 2024-10-01 11:28:31.830 | Requirement already satisfied: setproctitle>=1.1.10 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (1.3.2) 2024-10-01 11:28:31.831 | Requirement already satisfied: SQLAlchemy>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (1.4.41) 2024-10-01 11:28:31.832 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (5.1.1) 2024-10-01 11:28:31.832 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (3.4.3) 2024-10-01 11:28:31.833 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (1.8.7) 2024-10-01 11:28:31.834 | Requirement already satisfied: pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (1.4.2) 2024-10-01 11:28:31.835 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (5.0.0) 2024-10-01 11:28:31.836 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (5.1.3) 2024-10-01 11:28:31.837 | Requirement already satisfied: oslo.policy>=3.6.2 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (4.1.1) 2024-10-01 11:28:31.837 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (12.3.2) 2024-10-01 11:28:31.839 | Requirement already satisfied: oslo.messaging>=14.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (14.2.5) 2024-10-01 11:28:31.840 | Requirement already satisfied: oslo.versionedobjects>=1.31.2 in /usr/local/lib/python3.10/dist-packages (from neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (3.1.0) 2024-10-01 11:28:31.860 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev15) (2.28.1) 2024-10-01 11:28:31.860 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev15) (2.5.0) 2024-10-01 11:28:31.862 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev15) (6.0) 2024-10-01 11:28:31.862 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev15) (1.5.0) 2024-10-01 11:28:31.902 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=1.8.0->networking-nsxv3==0.0.1.dev15) (2.8.2) 2024-10-01 11:28:31.904 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.log>=1.8.0->networking-nsxv3==0.0.1.dev15) (0.9.6) 2024-10-01 11:28:31.909 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=1.4.0->networking-nsxv3==0.0.1.dev15) (1.0.4) 2024-10-01 11:28:31.919 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev15) (4.0.1) 2024-10-01 11:28:31.920 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev15) (3.5.2) 2024-10-01 11:28:31.921 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev15) (1.1.3) 2024-10-01 11:28:31.922 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev15) (2.5.1) 2024-10-01 11:28:31.923 | Requirement already satisfied: eventlet>=0.25.2 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev15) (0.33.1) 2024-10-01 11:28:31.924 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev15) (1.4.0) 2024-10-01 11:28:31.925 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev15) (2.1.1) 2024-10-01 11:28:31.931 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev15) (23.1) 2024-10-01 11:28:31.932 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev15) (0.11.0) 2024-10-01 11:28:31.933 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev15) (1.1.0) 2024-10-01 11:28:31.934 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev15) (3.0.9) 2024-10-01 11:28:31.976 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev15) (5.1.0) 2024-10-01 11:28:31.977 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev15) (3.17.6) 2024-10-01 11:28:31.978 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev15) (4.2.0) 2024-10-01 11:28:31.980 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev15) (2.1.0) 2024-10-01 11:28:31.981 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev15) (2.7.0) 2024-10-01 11:28:32.012 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev15) (2.4.1) 2024-10-01 11:28:32.014 | Requirement already satisfied: tenacity>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev15) (6.3.1) 2024-10-01 11:28:32.014 | Requirement already satisfied: fasteners>=0.7 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev15) (0.18) 2024-10-01 11:28:32.017 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev15) (0.13.1) 2024-10-01 11:28:32.021 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev15) (0.5.1) 2024-10-01 11:28:32.022 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev15) (3.4.1) 2024-10-01 11:28:32.023 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev15) (5.0.0) 2024-10-01 11:28:32.024 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev15) (2.4.2) 2024-10-01 11:28:32.029 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev15) (1.14.1) 2024-10-01 11:28:32.035 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev15) (1.16.0) 2024-10-01 11:28:32.036 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.2->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev15) (2.2.1) 2024-10-01 11:28:32.080 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (1.7.0) 2024-10-01 11:28:32.090 | Requirement already satisfied: openstacksdk>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev15) (1.0.1) 2024-10-01 11:28:32.099 | Requirement already satisfied: ovs>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (2.17.7) 2024-10-01 11:28:32.100 | Requirement already satisfied: ncclient>=0.6.13 in /usr/local/lib/python3.10/dist-packages (from os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (0.6.13) 2024-10-01 11:28:32.145 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (0.5.0) 2024-10-01 11:28:32.146 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (0.13.0) 2024-10-01 11:28:32.147 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (1.8.1) 2024-10-01 11:28:32.148 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (2.0.1) 2024-10-01 11:28:32.173 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (5.2.0) 2024-10-01 11:28:32.175 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (5.1.1) 2024-10-01 11:28:32.175 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (5.2.4) 2024-10-01 11:28:32.177 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (0.6.0) 2024-10-01 11:28:32.178 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (5.1.1) 2024-10-01 11:28:32.231 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev15) (59.6.0) 2024-10-01 11:28:32.247 | Requirement already satisfied: Mako>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (1.2.3) 2024-10-01 11:28:32.248 | Requirement already satisfied: logutils>=0.3 in /usr/local/lib/python3.10/dist-packages (from pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (0.3.5) 2024-10-01 11:28:32.301 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev15) (2020.6.20) 2024-10-01 11:28:32.302 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev15) (3.4) 2024-10-01 11:28:32.303 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev15) (1.26.12) 2024-10-01 11:28:32.304 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->oslo.config>=2.3.0->networking-nsxv3==0.0.1.dev15) (2.1.1) 2024-10-01 11:28:32.321 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->oslo.service>=1.0.0->networking-nsxv3==0.0.1.dev15) (0.7) 2024-10-01 11:28:32.459 | Requirement already satisfied: vine>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from amqp>=2.5.2->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (5.0.0) 2024-10-01 11:28:32.514 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev15) (0.2.5) 2024-10-01 11:28:32.515 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev15) (1.8.2) 2024-10-01 11:28:32.564 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.4.0->python-neutronclient->networking-nsxv3==0.0.1.dev15) (3.8.1) 2024-10-01 11:28:32.607 | Requirement already satisfied: MarkupSafe>=0.9.2 in /usr/local/lib/python3.10/dist-packages (from Mako>=0.4.0->pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (2.1.1) 2024-10-01 11:28:32.618 | Requirement already satisfied: paramiko>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (2.11.0) 2024-10-01 11:28:32.619 | Requirement already satisfied: lxml>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (4.9.1) 2024-10-01 11:28:32.636 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev15) (1.32) 2024-10-01 11:28:32.637 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev15) (1.1.8) 2024-10-01 11:28:32.637 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev15) (1.4.4) 2024-10-01 11:28:32.638 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev15) (1.0.1) 2024-10-01 11:28:32.640 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev15) (5.1.1) 2024-10-01 11:28:32.641 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev15) (1.4.0) 2024-10-01 11:28:32.642 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev15) (38.0.2) 2024-10-01 11:28:32.703 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (4.0.0) 2024-10-01 11:28:32.706 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (3.1.2) 2024-10-01 11:28:32.706 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->oslo.messaging>=14.2.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (3.3.0) 2024-10-01 11:28:32.716 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.10/dist-packages (from ovs>=2.8.0->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (2.4.0) 2024-10-01 11:28:32.758 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (0.4.3) 2024-10-01 11:28:32.758 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (0.5.2) 2024-10-01 11:28:32.780 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (2.5.0) 2024-10-01 11:28:32.856 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev15) (1.15.1) 2024-10-01 11:28:32.949 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=1.15.0->ncclient>=0.6.13->os-ken>=0.3.0->neutron-lib>=1.13.0->networking-nsxv3==0.0.1.dev15) (1.5.0) 2024-10-01 11:28:33.062 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.13.0->os-client-config>=1.28.0->python-neutronclient->networking-nsxv3==0.0.1.dev15) (2.21) 2024-10-01 11:28:33.608 | Installing collected packages: ratelimiter, ipaddress, Babel, networking-nsxv3 2024-10-01 11:28:33.645 | Attempting uninstall: Babel 2024-10-01 11:28:33.647 | Found existing installation: Babel 2.8.0 2024-10-01 11:28:33.648 | Not uninstalling babel at /usr/lib/python3/dist-packages, outside environment /usr 2024-10-01 11:28:33.648 | Can't uninstall 'Babel'. No files were found to uninstall. 2024-10-01 11:28:34.022 | Running setup.py develop for networking-nsxv3 2024-10-01 11:28:34.835 | Successfully installed Babel-2.10.3 ipaddress-1.0.23 networking-nsxv3 ratelimiter-1.2.0.post0 2024-10-01 11:28:34.835 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 11:28:34.958 | ++ inc/python:pip_install:196 : result=0 2024-10-01 11:28:34.960 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-10-01 11:28:34.962 | ++ functions-common:time_stop:2435 : local name 2024-10-01 11:28:34.964 | ++ functions-common:time_stop:2436 : local end_time 2024-10-01 11:28:34.966 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:28:34.968 | ++ functions-common:time_stop:2438 : local total 2024-10-01 11:28:34.970 | ++ functions-common:time_stop:2439 : local start_time 2024-10-01 11:28:34.971 | ++ functions-common:time_stop:2441 : name=pip_install 2024-10-01 11:28:34.973 | ++ functions-common:time_stop:2442 : start_time=1727782110041 2024-10-01 11:28:34.975 | ++ functions-common:time_stop:2444 : [[ -z 1727782110041 ]] 2024-10-01 11:28:34.977 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:28:34.981 | ++ functions-common:time_stop:2447 : end_time=1727782114979 2024-10-01 11:28:34.982 | ++ functions-common:time_stop:2448 : elapsed_time=4938 2024-10-01 11:28:34.984 | ++ functions-common:time_stop:2449 : total=87394 2024-10-01 11:28:34.986 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:28:34.988 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=92332 2024-10-01 11:28:34.990 | ++ inc/python:pip_install:199 : return 0 2024-10-01 11:28:34.992 | ++ inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-10-01 11:28:34.994 | ++ inc/python:setup_package:445 : safe_chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-10-01 11:28:34.996 | ++ functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-10-01 11:28:35.010 | ++ functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-10-01 11:28:35.020 | ++ inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/networking-nsx-t 2024-10-01 11:28:35.022 | ++ inc/python:use_library_from_git:246 : local name=/opt/stack/networking-nsx-t 2024-10-01 11:28:35.024 | ++ inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:28:35.026 | ++ inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:28:35.028 | ++ inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2024-10-01 11:28:35.030 | ++ inc/python:use_library_from_git:249 : return 1 2024-10-01 11:28:35.032 | + stack.sh:main:981 : use_library_from_git python-openstackclient 2024-10-01 11:28:35.034 | + inc/python:use_library_from_git:246 : local name=python-openstackclient 2024-10-01 11:28:35.036 | + inc/python:use_library_from_git:247 : local enabled=1 2024-10-01 11:28:35.038 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-10-01 11:28:35.040 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-openstackclient, ]] 2024-10-01 11:28:35.042 | + inc/python:use_library_from_git:249 : return 1 2024-10-01 11:28:35.044 | + stack.sh:main:985 : pip_install_gr python-openstackclient 2024-10-01 11:28:35.046 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2024-10-01 11:28:35.048 | + inc/python:pip_install_gr:77 : local clean_name 2024-10-01 11:28:35.050 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2024-10-01 11:28:35.052 | ++ inc/python:get_from_global_requirements:221 : local package=python-openstackclient 2024-10-01 11:28:35.054 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-10-01 11:28:35.058 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2024-10-01 11:28:35.058 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-10-01 11:28:35.062 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-openstackclient ' 2024-10-01 11:28:35.064 | ++ inc/python:get_from_global_requirements:224 : [[ python-openstackclient == '' ]] 2024-10-01 11:28:35.066 | ++ inc/python:get_from_global_requirements:227 : echo python-openstackclient 2024-10-01 11:28:35.068 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2024-10-01 11:28:35.070 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2024-10-01 11:28:35.087 | Using python 3.10 to install python-openstackclient 2024-10-01 11:28:35.089 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt python-openstackclient 2024-10-01 11:28:36.257 | Collecting python-openstackclient 2024-10-01 11:28:36.268 | Using cached python_openstackclient-6.2.1-py3-none-any.whl (1.1 MB) 2024-10-01 11:28:36.287 | Requirement already satisfied: python-cinderclient>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (9.3.0) 2024-10-01 11:28:36.287 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.1.0) 2024-10-01 11:28:36.288 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.0.0) 2024-10-01 11:28:36.289 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.11.1) 2024-10-01 11:28:36.290 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.1.0) 2024-10-01 11:28:36.292 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.0.0) 2024-10-01 11:28:36.292 | Requirement already satisfied: python-novaclient>=18.1.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (18.3.0) 2024-10-01 11:28:36.292 | Requirement already satisfied: cliff>=3.5.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (4.2.0) 2024-10-01 11:28:36.292 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.1.0) 2024-10-01 11:28:36.293 | Requirement already satisfied: openstacksdk>=0.103.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.0.1) 2024-10-01 11:28:36.294 | Requirement already satisfied: osc-lib>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (2.7.0) 2024-10-01 11:28:36.300 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (3.4.1) 2024-10-01 11:28:36.300 | Requirement already satisfied: importlib-metadata>=4.4 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (5.0.0) 2024-10-01 11:28:36.301 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2024-10-01 11:28:36.302 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (0.5.1) 2024-10-01 11:28:36.303 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (2.4.2) 2024-10-01 11:28:36.314 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.0.1) 2024-10-01 11:28:36.314 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.32) 2024-10-01 11:28:36.316 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (0.11.0) 2024-10-01 11:28:36.316 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.1.8) 2024-10-01 11:28:36.317 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.4.0) 2024-10-01 11:28:36.318 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.7.0) 2024-10-01 11:28:36.319 | Requirement already satisfied: keystoneauth1>=3.18.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (5.1.3) 2024-10-01 11:28:36.320 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (38.0.2) 2024-10-01 11:28:36.320 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.4.4) 2024-10-01 11:28:36.321 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (5.1.1) 2024-10-01 11:28:36.327 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from osc-lib>=2.3.0->python-openstackclient) (3.17.6) 2024-10-01 11:28:36.335 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (3.0.9) 2024-10-01 11:28:36.336 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2022.4) 2024-10-01 11:28:36.336 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (0.8.0) 2024-10-01 11:28:36.337 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (23.1) 2024-10-01 11:28:36.338 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2.5.0) 2024-10-01 11:28:36.346 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from python-cinderclient>=3.3.0->python-openstackclient) (2.28.1) 2024-10-01 11:28:36.355 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.10/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (9.1.1) 2024-10-01 11:28:36.356 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (1.16.0) 2024-10-01 11:28:36.357 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (5.1.2) 2024-10-01 11:28:36.414 | Requirement already satisfied: pyperclip>=1.6 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (1.8.2) 2024-10-01 11:28:36.415 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/lib/python3/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (0.2.5) 2024-10-01 11:28:36.417 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.10/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (22.1.0) 2024-10-01 11:28:36.434 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->openstacksdk>=0.103.0->python-openstackclient) (1.15.1) 2024-10-01 11:28:36.438 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.33.0->python-openstackclient) (1.14.1) 2024-10-01 11:28:36.465 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib-metadata>=4.4->cliff>=3.5.0->python-openstackclient) (3.8.1) 2024-10-01 11:28:36.523 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=5.2.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.5.0) 2024-10-01 11:28:36.529 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.0.4) 2024-10-01 11:28:36.560 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (1.26.12) 2024-10-01 11:28:36.561 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2020.6.20) 2024-10-01 11:28:36.562 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2.1.1) 2024-10-01 11:28:36.562 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.4) 2024-10-01 11:28:36.609 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.103.0->python-openstackclient) (2.21) 2024-10-01 11:28:37.505 | Installing collected packages: python-openstackclient 2024-10-01 11:28:38.366 | Successfully installed python-openstackclient-6.2.1 2024-10-01 11:28:38.366 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 11:28:38.495 | + inc/python:pip_install:196 : result=0 2024-10-01 11:28:38.497 | + inc/python:pip_install:198 : time_stop pip_install 2024-10-01 11:28:38.499 | + functions-common:time_stop:2435 : local name 2024-10-01 11:28:38.501 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:28:38.503 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:28:38.505 | + functions-common:time_stop:2438 : local total 2024-10-01 11:28:38.507 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:28:38.509 | + functions-common:time_stop:2441 : name=pip_install 2024-10-01 11:28:38.511 | + functions-common:time_stop:2442 : start_time=1727782115083 2024-10-01 11:28:38.513 | + functions-common:time_stop:2444 : [[ -z 1727782115083 ]] 2024-10-01 11:28:38.515 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:28:38.518 | + functions-common:time_stop:2447 : end_time=1727782118516 2024-10-01 11:28:38.521 | + functions-common:time_stop:2448 : elapsed_time=3433 2024-10-01 11:28:38.523 | + functions-common:time_stop:2449 : total=92332 2024-10-01 11:28:38.525 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:28:38.527 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=95765 2024-10-01 11:28:38.529 | + inc/python:pip_install:199 : return 0 2024-10-01 11:28:38.531 | + stack.sh:main:990 : install_oscwrap 2024-10-01 11:28:38.534 | ++ functions-common:install_oscwrap:2480 : mktemp 2024-10-01 11:28:38.537 | + functions-common:install_oscwrap:2480 : OSCWRAP_TIMER_FILE=/tmp/tmp.XOa6O0URXq 2024-10-01 11:28:38.539 | + functions-common:install_oscwrap:2483 : shopt -s expand_aliases 2024-10-01 11:28:38.541 | + functions-common:install_oscwrap:2486 : unalias -a 2024-10-01 11:28:38.543 | + functions-common:install_oscwrap:2488 : alias openstack=oscwrap 2024-10-01 11:28:38.545 | + stack.sh:main:995 : [[ False != \F\a\l\s\e ]] 2024-10-01 11:28:38.547 | + stack.sh:main:1035 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-10-01 11:28:38.549 | + stack.sh:main:1043 : is_service_enabled mysql postgresql 2024-10-01 11:28:38.563 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:28:38.565 | + stack.sh:main:1044 : configure_database 2024-10-01 11:28:38.567 | + lib/database:configure_database:128 : configure_database_mysql 2024-10-01 11:28:38.569 | + lib/databases/mysql:configure_database_mysql:72 : local my_conf mysql slow_log 2024-10-01 11:28:38.571 | + lib/databases/mysql:configure_database_mysql:73 : echo_summary 'Configuring and starting MySQL' 2024-10-01 11:28:38.572 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 11:28:38.574 | + stack.sh:echo_summary:455 : echo -e Configuring and starting MySQL 2024-10-01 11:28:38.576 | + lib/databases/mysql:configure_database_mysql:75 : is_ubuntu 2024-10-01 11:28:38.578 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:28:38.580 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:28:38.581 | + lib/databases/mysql:configure_database_mysql:76 : my_conf=/etc/mysql/my.cnf 2024-10-01 11:28:38.584 | ++ lib/databases/mysql:configure_database_mysql:90 : ipv6_unquote 0.0.0.0 2024-10-01 11:28:38.586 | ++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2024-10-01 11:28:38.587 | ++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-10-01 11:28:38.590 | + lib/databases/mysql:configure_database_mysql:90 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2024-10-01 11:28:38.640 | + lib/databases/mysql:configure_database_mysql:93 : is_fedora 2024-10-01 11:28:38.641 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-10-01 11:28:38.643 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-10-01 11:28:38.645 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-10-01 11:28:38.647 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-10-01 11:28:38.649 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-10-01 11:28:38.651 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-10-01 11:28:38.653 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-10-01 11:28:38.655 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-10-01 11:28:38.656 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-10-01 11:28:38.658 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-10-01 11:28:38.660 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-10-01 11:28:38.662 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-10-01 11:28:38.664 | + lib/databases/mysql:configure_database_mysql:93 : is_suse 2024-10-01 11:28:38.665 | + functions-common:is_suse:544 : is_opensuse 2024-10-01 11:28:38.667 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-10-01 11:28:38.669 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-10-01 11:28:38.671 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-10-01 11:28:38.673 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-10-01 11:28:38.675 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-10-01 11:28:38.677 | + lib/databases/mysql:configure_database_mysql:96 : is_ubuntu 2024-10-01 11:28:38.679 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:28:38.680 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:28:38.682 | + lib/databases/mysql:configure_database_mysql:98 : restart_service mariadb 2024-10-01 11:28:38.684 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-10-01 11:28:38.686 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2024-10-01 11:28:39.244 | + lib/databases/mysql:configure_database_mysql:107 : is_ubuntu 2024-10-01 11:28:39.246 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:28:39.248 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:28:39.250 | + lib/databases/mysql:configure_database_mysql:107 : [[ jammy == \j\a\m\m\y ]] 2024-10-01 11:28:39.252 | + lib/databases/mysql:configure_database_mysql:107 : '[' mariadb == mariadb ']' 2024-10-01 11:28:39.254 | + lib/databases/mysql:configure_database_mysql:113 : is_ubuntu 2024-10-01 11:28:39.256 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:28:39.258 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:28:39.260 | + lib/databases/mysql:configure_database_mysql:113 : '[' mariadb == mariadb ']' 2024-10-01 11:28:39.262 | + lib/databases/mysql:configure_database_mysql:114 : local 'cmd_args=-uroot -pstackdb ' 2024-10-01 11:28:39.264 | + lib/databases/mysql:configure_database_mysql:122 : is_ubuntu 2024-10-01 11:28:39.266 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:28:39.268 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:28:39.270 | + lib/databases/mysql:configure_database_mysql:122 : [[ jammy != \b\u\l\l\s\e\y\e ]] 2024-10-01 11:28:39.272 | + lib/databases/mysql:configure_database_mysql:122 : '[' mariadb == mariadb ']' 2024-10-01 11:28:39.275 | + lib/databases/mysql:configure_database_mysql:123 : [[ jammy == \j\a\m\m\y ]] 2024-10-01 11:28:39.275 | + lib/databases/mysql:configure_database_mysql:126 : sudo mysql -e 'ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('\''stackdb'\'');' 2024-10-01 11:28:39.290 | + lib/databases/mysql:configure_database_mysql:132 : is_ubuntu 2024-10-01 11:28:39.293 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:28:39.295 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:28:39.297 | + lib/databases/mysql:configure_database_mysql:132 : [[ jammy == \j\a\m\m\y ]] 2024-10-01 11:28:39.299 | + lib/databases/mysql:configure_database_mysql:132 : '[' mariadb == mariadb ']' 2024-10-01 11:28:39.301 | + lib/databases/mysql:configure_database_mysql:142 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2024-10-01 11:28:39.346 | + lib/databases/mysql:configure_database_mysql:143 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2024-10-01 11:28:39.388 | + lib/databases/mysql:configure_database_mysql:144 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2024-10-01 11:28:39.432 | + lib/databases/mysql:configure_database_mysql:146 : [[ False == \T\r\u\e ]] 2024-10-01 11:28:39.434 | + lib/databases/mysql:configure_database_mysql:166 : [[ False == \T\r\u\e ]] 2024-10-01 11:28:39.435 | + lib/databases/mysql:configure_database_mysql:179 : [[ False == \T\r\u\e ]] 2024-10-01 11:28:39.437 | + lib/databases/mysql:configure_database_mysql:189 : restart_service mariadb 2024-10-01 11:28:39.439 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-10-01 11:28:39.441 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2024-10-01 11:28:39.967 | + stack.sh:main:1048 : save_stackenv 1048 2024-10-01 11:28:39.969 | + functions-common:save_stackenv:60 : local tag=1048 2024-10-01 11:28:39.972 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-10-01 11:28:39.976 | + functions-common:save_stackenv:62 : time_stamp=2024-10-01-112839 2024-10-01 11:28:39.977 | + functions-common:save_stackenv:63 : echo '# 2024-10-01-112839 1048' 2024-10-01 11:28:39.980 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:28:39.982 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-10-01 11:28:39.984 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:28:39.986 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-10-01 11:28:39.988 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:28:39.990 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-10-01 11:28:39.992 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:28:39.994 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2024-10-01 11:28:39.996 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:28:39.997 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-10-01 11:28:39.999 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:28:40.001 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-10-01 11:28:40.003 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:28:40.005 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-10-01-112428 2024-10-01 11:28:40.007 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:28:40.010 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-10-01 11:28:40.012 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:28:40.014 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-10-01 11:28:40.016 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:28:40.018 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-10-01 11:28:40.020 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:28:40.022 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-10-01 11:28:40.024 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:28:40.026 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-10-01 11:28:40.028 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:28:40.030 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-10-01 11:28:40.032 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:28:40.033 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-10-01 11:28:40.035 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:28:40.037 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-10-01 11:28:40.039 | + stack.sh:main:1060 : [[ False == \T\r\u\e ]] 2024-10-01 11:28:40.041 | + stack.sh:main:1074 : start_dstat 2024-10-01 11:28:40.044 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-10-01 11:28:40.046 | + functions-common:run_process:1689 : local service=dstat 2024-10-01 11:28:40.048 | + functions-common:run_process:1690 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-10-01 11:28:40.050 | + functions-common:run_process:1691 : local group= 2024-10-01 11:28:40.052 | + functions-common:run_process:1692 : local user= 2024-10-01 11:28:40.054 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 11:28:40.055 | + functions-common:run_process:1695 : local name=dstat 2024-10-01 11:28:40.057 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 11:28:40.059 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 11:28:40.061 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:28:40.063 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:28:40.066 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:28:40.070 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782120067 2024-10-01 11:28:40.072 | + functions-common:run_process:1698 : is_service_enabled dstat 2024-10-01 11:28:40.087 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:28:40.089 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 11:28:40.091 | + functions-common:time_stop:2435 : local name 2024-10-01 11:28:40.093 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:28:40.095 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:28:40.097 | + functions-common:time_stop:2438 : local total 2024-10-01 11:28:40.099 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:28:40.100 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 11:28:40.102 | + functions-common:time_stop:2442 : start_time=1727782120067 2024-10-01 11:28:40.104 | + functions-common:time_stop:2444 : [[ -z 1727782120067 ]] 2024-10-01 11:28:40.107 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:28:40.110 | + functions-common:time_stop:2447 : end_time=1727782120108 2024-10-01 11:28:40.112 | + functions-common:time_stop:2448 : elapsed_time=41 2024-10-01 11:28:40.114 | + functions-common:time_stop:2449 : total=0 2024-10-01 11:28:40.116 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:28:40.118 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=41 2024-10-01 11:28:40.120 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2024-10-01 11:28:40.122 | + functions-common:run_process:1689 : local service=memory_tracker 2024-10-01 11:28:40.124 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2024-10-01 11:28:40.126 | + functions-common:run_process:1691 : local group= 2024-10-01 11:28:40.128 | + functions-common:run_process:1692 : local user=root 2024-10-01 11:28:40.129 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 11:28:40.131 | + functions-common:run_process:1695 : local name=memory_tracker 2024-10-01 11:28:40.133 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 11:28:40.135 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 11:28:40.137 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:28:40.139 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:28:40.142 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:28:40.145 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782120142 2024-10-01 11:28:40.147 | + functions-common:run_process:1698 : is_service_enabled memory_tracker 2024-10-01 11:28:40.160 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:28:40.162 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 11:28:40.164 | + functions-common:time_stop:2435 : local name 2024-10-01 11:28:40.166 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:28:40.168 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:28:40.170 | + functions-common:time_stop:2438 : local total 2024-10-01 11:28:40.172 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:28:40.174 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 11:28:40.175 | + functions-common:time_stop:2442 : start_time=1727782120142 2024-10-01 11:28:40.177 | + functions-common:time_stop:2444 : [[ -z 1727782120142 ]] 2024-10-01 11:28:40.180 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:28:40.183 | + functions-common:time_stop:2447 : end_time=1727782120181 2024-10-01 11:28:40.185 | + functions-common:time_stop:2448 : elapsed_time=39 2024-10-01 11:28:40.187 | + functions-common:time_stop:2449 : total=41 2024-10-01 11:28:40.189 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:28:40.191 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=80 2024-10-01 11:28:40.193 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2024-10-01 11:28:40.206 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:28:40.208 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2024-10-01 11:28:40.210 | + functions-common:run_process:1689 : local service=file_tracker 2024-10-01 11:28:40.212 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/file_tracker.sh 2024-10-01 11:28:40.214 | + functions-common:run_process:1691 : local group= 2024-10-01 11:28:40.216 | + functions-common:run_process:1692 : local user= 2024-10-01 11:28:40.218 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 11:28:40.219 | + functions-common:run_process:1695 : local name=file_tracker 2024-10-01 11:28:40.221 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 11:28:40.223 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 11:28:40.225 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:28:40.227 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:28:40.230 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:28:40.233 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782120231 2024-10-01 11:28:40.235 | + functions-common:run_process:1698 : is_service_enabled file_tracker 2024-10-01 11:28:40.249 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:28:40.251 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 11:28:40.253 | + functions-common:time_stop:2435 : local name 2024-10-01 11:28:40.255 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:28:40.257 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:28:40.259 | + functions-common:time_stop:2438 : local total 2024-10-01 11:28:40.260 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:28:40.262 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 11:28:40.264 | + functions-common:time_stop:2442 : start_time=1727782120231 2024-10-01 11:28:40.266 | + functions-common:time_stop:2444 : [[ -z 1727782120231 ]] 2024-10-01 11:28:40.269 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:28:40.272 | + functions-common:time_stop:2447 : end_time=1727782120270 2024-10-01 11:28:40.274 | + functions-common:time_stop:2448 : elapsed_time=39 2024-10-01 11:28:40.276 | + functions-common:time_stop:2449 : total=80 2024-10-01 11:28:40.278 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:28:40.280 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=119 2024-10-01 11:28:40.282 | + stack.sh:main:1078 : is_service_enabled tcpdump 2024-10-01 11:28:40.295 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:28:40.297 | + stack.sh:main:1086 : is_service_enabled etcd3 2024-10-01 11:28:40.311 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:28:40.313 | + stack.sh:main:1087 : start_etcd3 2024-10-01 11:28:40.315 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2024-10-01 11:28:40.317 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2024-10-01 11:28:40.319 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2024-10-01 11:28:40.321 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2024-10-01 11:28:40.323 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2024-10-01 11:28:40.325 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2024-10-01 11:28:40.327 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2024-10-01 11:28:40.329 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2024-10-01 11:28:40.331 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2024-10-01 11:28:40.333 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2024-10-01 11:28:40.335 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2024-10-01 11:28:40.336 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-10-01 11:28:40.338 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' '' root 2024-10-01 11:28:40.340 | + functions-common:write_user_unit_file:1558 : local service=devstack@etcd.service 2024-10-01 11:28:40.342 | + functions-common:write_user_unit_file:1559 : local 'command=/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' 2024-10-01 11:28:40.344 | + functions-common:write_user_unit_file:1560 : local group= 2024-10-01 11:28:40.346 | + functions-common:write_user_unit_file:1561 : local user=root 2024-10-01 11:28:40.348 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-10-01 11:28:40.350 | + functions-common:write_user_unit_file:1563 : local extra= 2024-10-01 11:28:40.351 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-10-01 11:28:40.353 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-10-01 11:28:40.355 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-10-01 11:28:40.358 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2024-10-01 11:28:40.405 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2024-10-01 11:28:40.453 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack//bin/etcd --name devstack --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster devstack=http://10.180.1.21:2380 --initial-advertise-peer-urls http://10.180.1.21:2380 --advertise-client-urls http://10.180.1.21:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.180.1.21:2379 --debug' 2024-10-01 11:28:40.493 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2024-10-01 11:28:40.535 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2024-10-01 11:28:40.577 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-01 11:28:40.620 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-10-01 11:28:40.622 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-10-01 11:28:40.624 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2024-10-01 11:28:40.672 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-10-01 11:28:40.939 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2024-10-01 11:28:40.983 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2024-10-01 11:28:41.029 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2024-10-01 11:28:41.073 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2024-10-01 11:28:41.116 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2024-10-01 11:28:41.119 | ++ functions-common:is_arch:507 : uname -m 2024-10-01 11:28:41.122 | + functions-common:is_arch:507 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2024-10-01 11:28:41.124 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2024-10-01 11:28:41.361 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2024-10-01 11:28:41.371 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2024-10-01 11:28:41.593 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2024-10-01 11:28:42.654 | + stack.sh:main:1093 : is_service_enabled tls-proxy 2024-10-01 11:28:42.667 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:28:42.669 | + stack.sh:main:1098 : write_clouds_yaml 2024-10-01 11:28:42.671 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2024-10-01 11:28:42.675 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2024-10-01 11:28:42.677 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2024-10-01 11:28:42.687 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2024-10-01 11:28:42.696 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2024-10-01 11:28:42.698 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-10-01 11:28:42.700 | + functions-common:write_clouds_yaml:89 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username demo --os-password nomoresecret --os-project-name demo 2024-10-01 11:28:42.743 | The user clouds.yaml file didn't exist. 2024-10-01 11:28:42.751 | + functions-common:write_clouds_yaml:100 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-project-name admin 2024-10-01 11:28:42.806 | + functions-common:write_clouds_yaml:111 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin-demo --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-project-name demo 2024-10-01 11:28:42.861 | + functions-common:write_clouds_yaml:122 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo --os-password nomoresecret --os-project-name alt_demo 2024-10-01 11:28:42.918 | + functions-common:write_clouds_yaml:133 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-member --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo_member --os-password nomoresecret --os-project-name alt_demo 2024-10-01 11:28:42.978 | + functions-common:write_clouds_yaml:144 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username alt_demo_reader --os-password nomoresecret --os-project-name alt_demo 2024-10-01 11:28:43.038 | + functions-common:write_clouds_yaml:155 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username demo_reader --os-password nomoresecret --os-project-name demo 2024-10-01 11:28:43.098 | + functions-common:write_clouds_yaml:166 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-admin --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username admin --os-password nomoresecret --os-system-scope all 2024-10-01 11:28:43.160 | + functions-common:write_clouds_yaml:177 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-member --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username system_member --os-password nomoresecret --os-system-scope all 2024-10-01 11:28:43.226 | + functions-common:write_clouds_yaml:188 : /usr/bin/python3.10 /opt/stack/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-reader --os-region-name RegionOne --os-auth-url http://10.180.1.21/identity --os-username system_reader --os-password nomoresecret --os-system-scope all 2024-10-01 11:28:43.293 | + functions-common:write_clouds_yaml:198 : cat 2024-10-01 11:28:43.297 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2024-10-01 11:28:43.299 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2024-10-01 11:28:43.302 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2024-10-01 11:28:43.305 | + stack.sh:main:1099 : export OS_CLOUD=devstack-admin 2024-10-01 11:28:43.307 | + stack.sh:main:1099 : OS_CLOUD=devstack-admin 2024-10-01 11:28:43.309 | + stack.sh:main:1101 : is_service_enabled keystone 2024-10-01 11:28:43.321 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:28:43.323 | + stack.sh:main:1102 : echo_summary 'Starting Keystone' 2024-10-01 11:28:43.325 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 11:28:43.327 | + stack.sh:echo_summary:455 : echo -e Starting Keystone 2024-10-01 11:28:43.329 | + stack.sh:main:1104 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-10-01 11:28:43.331 | + stack.sh:main:1105 : init_keystone 2024-10-01 11:28:43.333 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2024-10-01 11:28:43.346 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:28:43.348 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2024-10-01 11:28:43.350 | + lib/keystone:init_keystone:484 : recreate_database keystone 2024-10-01 11:28:43.351 | + lib/database:recreate_database:112 : local db=keystone 2024-10-01 11:28:43.353 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2024-10-01 11:28:43.355 | + lib/databases/mysql:recreate_database_mysql:66 : local db=keystone 2024-10-01 11:28:43.357 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2024-10-01 11:28:43.366 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2024-10-01 11:28:43.375 | + lib/keystone:init_keystone:487 : time_start dbsync 2024-10-01 11:28:43.377 | + functions-common:time_start:2421 : local name=dbsync 2024-10-01 11:28:43.379 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:28:43.381 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:28:43.383 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:28:43.387 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782123384 2024-10-01 11:28:43.389 | + lib/keystone:init_keystone:489 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2024-10-01 11:28:45.288 | 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=30019) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-10-01 11:28:45.293 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-10-01 11:28:45.293 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-10-01 11:28:45.295 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=30019) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-10-01 11:28:45.295 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=30019) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:28:45.295 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=30019) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:28:45.295 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=30019) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:28:45.295 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py loaded successfully {{(pid=30019) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:28:45.295 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=30019) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:28:45.295 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py loaded successfully {{(pid=30019) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:28:45.295 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=30019) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:28:45.295 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=30019) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:28:45.295 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=30019) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:28:45.295 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=30019) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:28:45.295 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=30019) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:28:45.295 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=30019) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:28:45.295 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=30019) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:28:45.295 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=30019) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:28:45.295 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=30019) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-10-01 11:28:45.295 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=30019) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-10-01 11:28:45.307 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-10-01 11:28:45.307 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-10-01 11:28:45.336 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2024-10-01 11:28:45.980 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=30019) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-10-01 11:28:45.981 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2024-10-01 11:28:45.981 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=30019) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-10-01 11:28:45.983 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2024-10-01 11:28:45.983 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=30019) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-10-01 11:28:46.284 | + lib/keystone:init_keystone:490 : time_stop dbsync 2024-10-01 11:28:46.286 | + functions-common:time_stop:2435 : local name 2024-10-01 11:28:46.288 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:28:46.290 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:28:46.292 | + functions-common:time_stop:2438 : local total 2024-10-01 11:28:46.294 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:28:46.296 | + functions-common:time_stop:2441 : name=dbsync 2024-10-01 11:28:46.298 | + functions-common:time_stop:2442 : start_time=1727782123384 2024-10-01 11:28:46.300 | + functions-common:time_stop:2444 : [[ -z 1727782123384 ]] 2024-10-01 11:28:46.302 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:28:46.305 | + functions-common:time_stop:2447 : end_time=1727782126303 2024-10-01 11:28:46.307 | + functions-common:time_stop:2448 : elapsed_time=2919 2024-10-01 11:28:46.309 | + functions-common:time_stop:2449 : total=0 2024-10-01 11:28:46.311 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:28:46.313 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2919 2024-10-01 11:28:46.315 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2024-10-01 11:28:46.317 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2024-10-01 11:28:46.320 | + lib/keystone:init_keystone:494 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2024-10-01 11:28:47.991 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2024-10-01 11:28:47.991 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-10-01 11:28:47.991 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-10-01 11:28:47.991 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2024-10-01 11:28:47.992 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-10-01 11:28:47.993 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-10-01 11:28:47.993 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-10-01 11:28:47.993 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-10-01 11:28:47.993 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-10-01 11:28:48.263 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2024-10-01 11:28:48.267 | + lib/keystone:init_keystone:497 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2024-10-01 11:28:49.910 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2024-10-01 11:28:49.910 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-10-01 11:28:49.910 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-10-01 11:28:49.910 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2024-10-01 11:28:49.911 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-10-01 11:28:49.911 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-10-01 11:28:49.911 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-10-01 11:28:49.911 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-10-01 11:28:49.911 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-10-01 11:28:50.166 | + stack.sh:main:1106 : start_keystone 2024-10-01 11:28:50.168 | + lib/keystone:start_keystone:555 : local service_port=5000 2024-10-01 11:28:50.170 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2024-10-01 11:28:50.172 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2024-10-01 11:28:50.184 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:28:50.186 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2024-10-01 11:28:50.189 | ++ lib/keystone:start_keystone:566 : which uwsgi 2024-10-01 11:28:50.193 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2024-10-01 11:28:50.195 | + functions-common:run_process:1689 : local service=keystone 2024-10-01 11:28:50.196 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-10-01 11:28:50.198 | + functions-common:run_process:1691 : local group= 2024-10-01 11:28:50.200 | + functions-common:run_process:1692 : local user= 2024-10-01 11:28:50.202 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 11:28:50.203 | + functions-common:run_process:1695 : local name=keystone 2024-10-01 11:28:50.205 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 11:28:50.207 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 11:28:50.209 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:28:50.211 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:28:50.213 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:28:50.216 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782130214 2024-10-01 11:28:50.218 | + functions-common:run_process:1698 : is_service_enabled keystone 2024-10-01 11:28:50.230 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:28:50.232 | + functions-common:run_process:1699 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2024-10-01 11:28:50.234 | + functions-common:_run_under_systemd:1649 : local service=keystone 2024-10-01 11:28:50.235 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-10-01 11:28:50.237 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-10-01 11:28:50.239 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-10-01 11:28:50.241 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-10-01 11:28:50.243 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2024-10-01 11:28:50.245 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2024-10-01 11:28:50.247 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@keystone.service 2024-10-01 11:28:50.249 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-01 11:28:50.251 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-01 11:28:50.253 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-01 11:28:50.255 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-01 11:28:50.257 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2024-10-01 11:28:50.258 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' stack '' 2024-10-01 11:28:50.260 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@keystone.service 2024-10-01 11:28:50.262 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-10-01 11:28:50.264 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-10-01 11:28:50.265 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-10-01 11:28:50.267 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-10-01 11:28:50.269 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@keystone.service 2024-10-01 11:28:50.271 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-10-01 11:28:50.273 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2024-10-01 11:28:50.320 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2024-10-01 11:28:50.367 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2024-10-01 11:28:50.406 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-10-01 11:28:50.445 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-01 11:28:50.485 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2024-10-01 11:28:50.525 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2024-10-01 11:28:50.567 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2024-10-01 11:28:50.582 | ++ inc/async:async_inner:64 : rc=0 2024-10-01 11:28:50.600 | [27730 Async install_tempest:27730]: finished successfully 2024-10-01 11:28:50.609 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2024-10-01 11:28:50.649 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2024-10-01 11:28:50.688 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-10-01 11:28:50.690 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-10-01 11:28:50.692 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2024-10-01 11:28:50.739 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-10-01 11:28:50.986 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@keystone.service 2024-10-01 11:28:50.997 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2024-10-01 11:28:51.223 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@keystone.service 2024-10-01 11:28:51.291 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 11:28:51.293 | + functions-common:time_stop:2435 : local name 2024-10-01 11:28:51.295 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:28:51.297 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:28:51.298 | + functions-common:time_stop:2438 : local total 2024-10-01 11:28:51.300 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:28:51.302 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 11:28:51.304 | + functions-common:time_stop:2442 : start_time=1727782130214 2024-10-01 11:28:51.306 | + functions-common:time_stop:2444 : [[ -z 1727782130214 ]] 2024-10-01 11:28:51.308 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:28:51.312 | + functions-common:time_stop:2447 : end_time=1727782131309 2024-10-01 11:28:51.314 | + functions-common:time_stop:2448 : elapsed_time=1095 2024-10-01 11:28:51.315 | + functions-common:time_stop:2449 : total=119 2024-10-01 11:28:51.317 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:28:51.319 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1214 2024-10-01 11:28:51.321 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2024-10-01 11:28:51.321 | Waiting for keystone to start... 2024-10-01 11:28:51.323 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2024-10-01 11:28:51.325 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2024-10-01 11:28:51.327 | + functions:wait_for_service:468 : local timeout=60 2024-10-01 11:28:51.328 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2024-10-01 11:28:51.330 | + functions:wait_for_service:470 : local rval=0 2024-10-01 11:28:51.332 | + functions:wait_for_service:471 : time_start wait_for_service 2024-10-01 11:28:51.334 | + functions-common:time_start:2421 : local name=wait_for_service 2024-10-01 11:28:51.336 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:28:51.338 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:28:51.340 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:28:51.343 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782131341 2024-10-01 11:28:51.345 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-10-01 11:28:51.349 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2024-10-01 11:28:53.733 | + :: : [[ 200 == 503 ]] 2024-10-01 11:28:53.735 | + :: : [[ 0 -eq 7 ]] 2024-10-01 11:28:53.737 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-10-01 11:28:53.739 | + functions-common:time_stop:2435 : local name 2024-10-01 11:28:53.741 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:28:53.743 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:28:53.745 | + functions-common:time_stop:2438 : local total 2024-10-01 11:28:53.746 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:28:53.748 | + functions-common:time_stop:2441 : name=wait_for_service 2024-10-01 11:28:53.750 | + functions-common:time_stop:2442 : start_time=1727782131341 2024-10-01 11:28:53.752 | + functions-common:time_stop:2444 : [[ -z 1727782131341 ]] 2024-10-01 11:28:53.754 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:28:53.758 | + functions-common:time_stop:2447 : end_time=1727782133756 2024-10-01 11:28:53.759 | + functions-common:time_stop:2448 : elapsed_time=2415 2024-10-01 11:28:53.761 | + functions-common:time_stop:2449 : total=0 2024-10-01 11:28:53.763 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:28:53.765 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2415 2024-10-01 11:28:53.767 | + functions:wait_for_service:478 : return 0 2024-10-01 11:28:53.769 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2024-10-01 11:28:53.783 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:28:53.785 | + lib/keystone:start_keystone:587 : restart_service memcached 2024-10-01 11:28:53.787 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-10-01 11:28:53.789 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart memcached 2024-10-01 11:28:54.532 | + stack.sh:main:1107 : bootstrap_keystone 2024-10-01 11:28:54.534 | + lib/keystone:bootstrap_keystone:607 : /usr/local/bin/keystone-manage bootstrap --bootstrap-username admin --bootstrap-password nomoresecret --bootstrap-project-name admin --bootstrap-role-name admin --bootstrap-service-name keystone --bootstrap-region-id RegionOne --bootstrap-public-url http://10.180.1.21/identity 2024-10-01 11:28:56.197 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=30812) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 11:28:56.197 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=30812) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 11:28:56.197 | 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=30812) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 11:28:56.201 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=30812) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 11:28:56.209 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=30812) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 11:28:56.209 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=30812) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 11:28:56.225 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=30812) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 11:28:56.241 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=30812) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 11:28:56.241 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=30812) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 11:28:56.347 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30812) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 11:28:56.347 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=30812) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 11:28:56.347 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=30812) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 11:28:56.347 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=30812) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 11:28:56.347 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=30812) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 11:28:56.348 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=30812) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 11:28:56.354 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30812) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 11:28:56.354 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=30812) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 11:28:56.354 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=30812) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 11:28:56.354 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=30812) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 11:28:56.354 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=30812) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 11:28:56.354 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=30812) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 11:28:56.355 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=30812) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 11:28:56.358 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=30812) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 11:28:56.359 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30812) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 11:28:56.360 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=30812) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 11:28:56.360 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=30812) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 11:28:56.360 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=30812) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 11:28:56.360 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=30812) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 11:28:56.360 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=30812) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 11:28:56.360 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=30812) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-10-01 11:28:56.377 | 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=30812) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-10-01 11:28:56.471 | INFO keystone.cmd.bootstrap [None req-39c32e10-0caf-4f92-ae70-b543f8268095 None None] Created domain default 2024-10-01 11:28:56.491 | INFO keystone.cmd.bootstrap [None req-39c32e10-0caf-4f92-ae70-b543f8268095 None None] Created project admin 2024-10-01 11:28:56.505 | WARNING keystone.common.password_hashing [None req-39c32e10-0caf-4f92-ae70-b543f8268095 None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2024-10-01 11:28:56.506 | DEBUG passlib.handlers.bcrypt [None req-39c32e10-0caf-4f92-ae70-b543f8268095 None None] detected 'bcrypt' backend, version '4.0.0' {{(pid=30812) _load_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:625}} 2024-10-01 11:28:56.507 | DEBUG passlib.handlers.bcrypt [None req-39c32e10-0caf-4f92-ae70-b543f8268095 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=30812) _finalize_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:406}} 2024-10-01 11:28:56.540 | INFO keystone.cmd.bootstrap [None req-39c32e10-0caf-4f92-ae70-b543f8268095 None None] Created user admin 2024-10-01 11:28:56.549 | INFO keystone.cmd.bootstrap [None req-39c32e10-0caf-4f92-ae70-b543f8268095 None None] Created role reader 2024-10-01 11:28:56.553 | INFO keystone.cmd.bootstrap [None req-39c32e10-0caf-4f92-ae70-b543f8268095 None None] Created role member 2024-10-01 11:28:56.565 | INFO keystone.cmd.bootstrap [None req-39c32e10-0caf-4f92-ae70-b543f8268095 None None] Created implied role where e9ea9398c0414c64a3177537f981ea45 implies 2db15ccf74804cf4b11052671a62329f 2024-10-01 11:28:56.569 | INFO keystone.cmd.bootstrap [None req-39c32e10-0caf-4f92-ae70-b543f8268095 None None] Created role admin 2024-10-01 11:28:56.579 | INFO keystone.cmd.bootstrap [None req-39c32e10-0caf-4f92-ae70-b543f8268095 None None] Created implied role where 29061398731b4cfda256f2e5a5127689 implies e9ea9398c0414c64a3177537f981ea45 2024-10-01 11:28:56.584 | INFO keystone.cmd.bootstrap [None req-39c32e10-0caf-4f92-ae70-b543f8268095 None None] Granted role admin on project admin to user admin. 2024-10-01 11:28:56.586 | INFO keystone.cmd.bootstrap [None req-39c32e10-0caf-4f92-ae70-b543f8268095 None None] Granted role admin on the system to user admin. 2024-10-01 11:28:56.592 | WARNING py.warnings [None req-39c32e10-0caf-4f92-ae70-b543f8268095 None None] /usr/local/lib/python3.10/dist-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: RegionOne. To ensure interoperability, identifiers should be a valid uuid. 2024-10-01 11:28:56.592 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2024-10-01 11:28:56.592 |  2024-10-01 11:28:56.594 | INFO keystone.cmd.bootstrap [None req-39c32e10-0caf-4f92-ae70-b543f8268095 None None] Created region RegionOne 2024-10-01 11:28:56.608 | INFO keystone.cmd.bootstrap [None req-39c32e10-0caf-4f92-ae70-b543f8268095 None None] Created public endpoint http://10.180.1.21/identity 2024-10-01 11:28:56.926 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2024-10-01 11:28:56.928 | + stack.sh:main:1110 : create_keystone_accounts 2024-10-01 11:28:56.931 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2024-10-01 11:28:56.933 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2024-10-01 11:28:58.536 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:28:58.538 | + lib/keystone:create_keystone_accounts:315 : admin_project=229232f4c0da4ebfb5b319963105e1f4 2024-10-01 11:28:58.540 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2024-10-01 11:28:58.543 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2024-10-01 11:28:59.750 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:28:59.753 | + lib/keystone:create_keystone_accounts:317 : admin_user=c740d43db97e4c17a33cf153dd88e07c 2024-10-01 11:28:59.755 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2024-10-01 11:28:59.757 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2024-10-01 11:28:59.759 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2024-10-01 11:28:59.761 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin c740d43db97e4c17a33cf153dd88e07c default 2024-10-01 11:28:59.806 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin c740d43db97e4c17a33cf153dd88e07c default 2024-10-01 11:28:59.833 | [3480 Async ks-domain-role:30933]: running: get_or_add_user_domain_role admin c740d43db97e4c17a33cf153dd88e07c default 2024-10-01 11:28:59.835 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2024-10-01 11:28:59.837 | + functions-common:get_or_create_domain:895 : local domain_id 2024-10-01 11:28:59.839 | ++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-10-01 11:29:01.370 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:01.372 | + functions-common:get_or_create_domain:900 : domain_id=default 2024-10-01 11:29:01.374 | + functions-common:get_or_create_domain:901 : echo default 2024-10-01 11:29:01.374 | default 2024-10-01 11:29:01.376 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2024-10-01 11:29:01.422 | + inc/async:async_inner:63 : get_or_create_project service Default 2024-10-01 11:29:01.451 | [3480 Async ks-project:31043]: running: get_or_create_project service Default 2024-10-01 11:29:01.453 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2024-10-01 11:29:01.501 | + inc/async:async_inner:63 : get_or_create_role service 2024-10-01 11:29:01.534 | [3480 Async ks-service:31153]: running: get_or_create_role service 2024-10-01 11:29:01.536 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2024-10-01 11:29:01.594 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2024-10-01 11:29:01.622 | [3480 Async ks-reseller:31250]: running: get_or_create_role ResellerAdmin 2024-10-01 11:29:01.624 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2024-10-01 11:29:01.626 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2024-10-01 11:29:01.671 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2024-10-01 11:29:01.702 | [3480 Async ks-anotherrole:31348]: running: get_or_create_role anotherrole 2024-10-01 11:29:01.704 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2024-10-01 11:29:01.707 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2024-10-01 11:29:01.709 | ++ functions-common:get_or_create_project:945 : local project_id 2024-10-01 11:29:01.712 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create invisible_to_admin --domain=default --or-show -f value -c id 2024-10-01 11:29:02.914 | + inc/async:async_inner:64 : rc=0 2024-10-01 11:29:02.931 | [31153 Async ks-service:31153]: finished successfully 2024-10-01 11:29:03.115 | + inc/async:async_inner:64 : rc=0 2024-10-01 11:29:03.134 | [31250 Async ks-reseller:31250]: finished successfully 2024-10-01 11:29:03.206 | + inc/async:async_inner:64 : rc=0 2024-10-01 11:29:03.225 | [31043 Async ks-project:31043]: finished successfully 2024-10-01 11:29:03.270 | + inc/async:async_inner:64 : rc=0 2024-10-01 11:29:03.288 | [31348 Async ks-anotherrole:31348]: finished successfully 2024-10-01 11:29:03.416 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:03.419 | ++ functions-common:get_or_create_project:951 : project_id=af0d1a839bcf4d0bb801ebfd1d17f0b3 2024-10-01 11:29:03.420 | ++ functions-common:get_or_create_project:952 : echo af0d1a839bcf4d0bb801ebfd1d17f0b3 2024-10-01 11:29:03.423 | + lib/keystone:create_keystone_accounts:345 : invis_project=af0d1a839bcf4d0bb801ebfd1d17f0b3 2024-10-01 11:29:03.425 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2024-10-01 11:29:03.428 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2024-10-01 11:29:03.430 | ++ functions-common:get_or_create_project:945 : local project_id 2024-10-01 11:29:03.432 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create demo --domain=default --or-show -f value -c id 2024-10-01 11:29:03.438 | + inc/async:async_inner:64 : rc=0 2024-10-01 11:29:03.456 | [30933 Async ks-domain-role:30933]: finished successfully 2024-10-01 11:29:04.780 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:04.783 | ++ functions-common:get_or_create_project:951 : project_id=ec47cd3476dd4d69be04ad133352eef1 2024-10-01 11:29:04.785 | ++ functions-common:get_or_create_project:952 : echo ec47cd3476dd4d69be04ad133352eef1 2024-10-01 11:29:04.787 | + lib/keystone:create_keystone_accounts:349 : demo_project=ec47cd3476dd4d69be04ad133352eef1 2024-10-01 11:29:04.789 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2024-10-01 11:29:04.791 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2024-10-01 11:29:04.794 | ++ functions-common:get_or_create_user:922 : local user_id 2024-10-01 11:29:04.796 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo@example.com ]] 2024-10-01 11:29:04.798 | ++ functions-common:get_or_create_user:924 : local email=--email=demo@example.com 2024-10-01 11:29:04.800 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create demo --password nomoresecret --domain=default --email=demo@example.com --or-show -f value -c id 2024-10-01 11:29:06.175 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:06.177 | ++ functions-common:get_or_create_user:938 : user_id=cc3dc804895c488d8d4cff17e4a64715 2024-10-01 11:29:06.179 | ++ functions-common:get_or_create_user:939 : echo cc3dc804895c488d8d4cff17e4a64715 2024-10-01 11:29:06.182 | + lib/keystone:create_keystone_accounts:352 : demo_user=cc3dc804895c488d8d4cff17e4a64715 2024-10-01 11:29:06.183 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2024-10-01 11:29:06.219 | [3480 Async ks-domain-role:30933]: Waiting for completion of get_or_add_user_domain_role admin c740d43db97e4c17a33cf153dd88e07c default running on PID 30933 (6 other jobs running) 2024-10-01 11:29:06.236 | [3480 Async ks-domain-role:30933]: Signaling child to exit 2024-10-01 11:29:06.236 | WAKEUP 2024-10-01 11:29:06.252 | [3480 Async ks-domain-role:30933]: Signaled 2024-10-01 11:29:06.253 | + functions-common:get_or_add_user_domain_role:1009 : local user_role_id 2024-10-01 11:29:06.253 | + functions-common:get_or_add_user_domain_role:1013 : openstack --os-cloud devstack-system-admin role add admin --user c740d43db97e4c17a33cf153dd88e07c --domain default 2024-10-01 11:29:06.253 | ++ functions-common:get_or_add_user_domain_role:1020 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user c740d43db97e4c17a33cf153dd88e07c --domain default -c Role -f value 2024-10-01 11:29:06.253 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:06.253 | + functions-common:get_or_add_user_domain_role:1020 : user_role_id=29061398731b4cfda256f2e5a5127689 2024-10-01 11:29:06.253 | + functions-common:get_or_add_user_domain_role:1022 : echo 29061398731b4cfda256f2e5a5127689 2024-10-01 11:29:06.253 | 29061398731b4cfda256f2e5a5127689 2024-10-01 11:29:06.282 | [3480 Async ks-domain-role:30933]: finished get_or_add_user_domain_role admin c740d43db97e4c17a33cf153dd88e07c default with result 0 in 3 seconds 2024-10-01 11:29:06.287 | Not waiting for async task ks-domain that we never started or has already been waited for 2024-10-01 11:29:06.310 | [3480 Async ks-project:31043]: Waiting for completion of get_or_create_project service Default running on PID 31043 (5 other jobs running) 2024-10-01 11:29:06.326 | [3480 Async ks-project:31043]: Signaling child to exit 2024-10-01 11:29:06.326 | WAKEUP 2024-10-01 11:29:06.341 | [3480 Async ks-project:31043]: Signaled 2024-10-01 11:29:06.342 | + functions-common:get_or_create_project:945 : local project_id 2024-10-01 11:29:06.342 | ++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create service --domain=Default --or-show -f value -c id 2024-10-01 11:29:06.342 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:06.342 | + functions-common:get_or_create_project:951 : project_id=644b74b3977f401eb6ca4a680ade2550 2024-10-01 11:29:06.342 | + functions-common:get_or_create_project:952 : echo 644b74b3977f401eb6ca4a680ade2550 2024-10-01 11:29:06.342 | 644b74b3977f401eb6ca4a680ade2550 2024-10-01 11:29:06.373 | [3480 Async ks-project:31043]: finished get_or_create_project service Default with result 0 in 1 seconds 2024-10-01 11:29:06.398 | [3480 Async ks-service:31153]: Waiting for completion of get_or_create_role service running on PID 31153 (4 other jobs running) 2024-10-01 11:29:06.415 | [3480 Async ks-service:31153]: Signaling child to exit 2024-10-01 11:29:06.415 | WAKEUP 2024-10-01 11:29:06.430 | [3480 Async ks-service:31153]: Signaled 2024-10-01 11:29:06.431 | + functions-common:get_or_create_role:958 : local role_id 2024-10-01 11:29:06.431 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2024-10-01 11:29:06.431 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:06.431 | + functions-common:get_or_create_role:963 : role_id=f3bf7d46e96a4a58bdec6d5052079373 2024-10-01 11:29:06.431 | + functions-common:get_or_create_role:964 : echo f3bf7d46e96a4a58bdec6d5052079373 2024-10-01 11:29:06.431 | f3bf7d46e96a4a58bdec6d5052079373 2024-10-01 11:29:06.460 | [3480 Async ks-service:31153]: finished get_or_create_role service with result 0 in 1 seconds 2024-10-01 11:29:06.485 | [3480 Async ks-reseller:31250]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 31250 (3 other jobs running) 2024-10-01 11:29:06.502 | [3480 Async ks-reseller:31250]: Signaling child to exit 2024-10-01 11:29:06.502 | WAKEUP 2024-10-01 11:29:06.517 | [3480 Async ks-reseller:31250]: Signaled 2024-10-01 11:29:06.518 | + functions-common:get_or_create_role:958 : local role_id 2024-10-01 11:29:06.518 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2024-10-01 11:29:06.518 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:06.518 | + functions-common:get_or_create_role:963 : role_id=5505b890736e4fd9ae05d543268562a1 2024-10-01 11:29:06.518 | + functions-common:get_or_create_role:964 : echo 5505b890736e4fd9ae05d543268562a1 2024-10-01 11:29:06.518 | 5505b890736e4fd9ae05d543268562a1 2024-10-01 11:29:06.547 | [3480 Async ks-reseller:31250]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2024-10-01 11:29:06.571 | [3480 Async ks-anotherrole:31348]: Waiting for completion of get_or_create_role anotherrole running on PID 31348 (2 other jobs running) 2024-10-01 11:29:06.588 | [3480 Async ks-anotherrole:31348]: Signaling child to exit 2024-10-01 11:29:06.588 | WAKEUP 2024-10-01 11:29:06.603 | [3480 Async ks-anotherrole:31348]: Signaled 2024-10-01 11:29:06.604 | + functions-common:get_or_create_role:958 : local role_id 2024-10-01 11:29:06.604 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2024-10-01 11:29:06.604 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:06.604 | + functions-common:get_or_create_role:963 : role_id=e8c55cd22f28434c9e26eee2e48f6835 2024-10-01 11:29:06.605 | + functions-common:get_or_create_role:964 : echo e8c55cd22f28434c9e26eee2e48f6835 2024-10-01 11:29:06.605 | e8c55cd22f28434c9e26eee2e48f6835 2024-10-01 11:29:06.635 | [3480 Async ks-anotherrole:31348]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2024-10-01 11:29:06.638 | + inc/async:async_wait:197 : return 0 2024-10-01 11:29:06.640 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member cc3dc804895c488d8d4cff17e4a64715 ec47cd3476dd4d69be04ad133352eef1 2024-10-01 11:29:06.685 | + inc/async:async_inner:63 : get_or_add_user_project_role member cc3dc804895c488d8d4cff17e4a64715 ec47cd3476dd4d69be04ad133352eef1 2024-10-01 11:29:06.713 | [3480 Async ks-demo-member:32191]: running: get_or_add_user_project_role member cc3dc804895c488d8d4cff17e4a64715 ec47cd3476dd4d69be04ad133352eef1 2024-10-01 11:29:06.715 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin c740d43db97e4c17a33cf153dd88e07c ec47cd3476dd4d69be04ad133352eef1 2024-10-01 11:29:06.760 | + inc/async:async_inner:63 : get_or_add_user_project_role admin c740d43db97e4c17a33cf153dd88e07c ec47cd3476dd4d69be04ad133352eef1 2024-10-01 11:29:06.790 | [3480 Async ks-demo-admin:32287]: running: get_or_add_user_project_role admin c740d43db97e4c17a33cf153dd88e07c ec47cd3476dd4d69be04ad133352eef1 2024-10-01 11:29:06.792 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole cc3dc804895c488d8d4cff17e4a64715 ec47cd3476dd4d69be04ad133352eef1 2024-10-01 11:29:06.840 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole cc3dc804895c488d8d4cff17e4a64715 ec47cd3476dd4d69be04ad133352eef1 2024-10-01 11:29:06.871 | [3480 Async ks-demo-another:32384]: running: get_or_add_user_project_role anotherrole cc3dc804895c488d8d4cff17e4a64715 ec47cd3476dd4d69be04ad133352eef1 2024-10-01 11:29:06.873 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member cc3dc804895c488d8d4cff17e4a64715 af0d1a839bcf4d0bb801ebfd1d17f0b3 2024-10-01 11:29:06.920 | + inc/async:async_inner:63 : get_or_add_user_project_role member cc3dc804895c488d8d4cff17e4a64715 af0d1a839bcf4d0bb801ebfd1d17f0b3 2024-10-01 11:29:06.949 | [3480 Async ks-demo-invis:32481]: running: get_or_add_user_project_role member cc3dc804895c488d8d4cff17e4a64715 af0d1a839bcf4d0bb801ebfd1d17f0b3 2024-10-01 11:29:06.952 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2024-10-01 11:29:06.954 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2024-10-01 11:29:06.958 | ++ functions-common:get_or_create_user:922 : local user_id 2024-10-01 11:29:06.959 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo_reader@example.com ]] 2024-10-01 11:29:06.961 | ++ functions-common:get_or_create_user:924 : local email=--email=demo_reader@example.com 2024-10-01 11:29:06.964 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create demo_reader --password nomoresecret --domain=default --email=demo_reader@example.com --or-show -f value -c id 2024-10-01 11:29:08.688 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:08.693 | ++ functions-common:get_or_create_user:938 : user_id=7b4af805181a46c59665d3b496dc6ffe 2024-10-01 11:29:08.695 | ++ functions-common:get_or_create_user:939 : echo 7b4af805181a46c59665d3b496dc6ffe 2024-10-01 11:29:08.697 | + lib/keystone:create_keystone_accounts:365 : demo_reader=7b4af805181a46c59665d3b496dc6ffe 2024-10-01 11:29:08.699 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader 7b4af805181a46c59665d3b496dc6ffe ec47cd3476dd4d69be04ad133352eef1 2024-10-01 11:29:08.750 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 7b4af805181a46c59665d3b496dc6ffe ec47cd3476dd4d69be04ad133352eef1 2024-10-01 11:29:08.781 | [3480 Async ks-demo-reader:32637]: running: get_or_add_user_project_role reader 7b4af805181a46c59665d3b496dc6ffe ec47cd3476dd4d69be04ad133352eef1 2024-10-01 11:29:08.783 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2024-10-01 11:29:08.788 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2024-10-01 11:29:08.790 | ++ functions-common:get_or_create_project:945 : local project_id 2024-10-01 11:29:08.792 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create alt_demo --domain=default --or-show -f value -c id 2024-10-01 11:29:10.457 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:10.459 | ++ functions-common:get_or_create_project:951 : project_id=a8c69e03c163411aae9b6c661bc55fa3 2024-10-01 11:29:10.461 | ++ functions-common:get_or_create_project:952 : echo a8c69e03c163411aae9b6c661bc55fa3 2024-10-01 11:29:10.464 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=a8c69e03c163411aae9b6c661bc55fa3 2024-10-01 11:29:10.466 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2024-10-01 11:29:10.468 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2024-10-01 11:29:10.470 | ++ functions-common:get_or_create_user:922 : local user_id 2024-10-01 11:29:10.472 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo@example.com ]] 2024-10-01 11:29:10.473 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo@example.com 2024-10-01 11:29:10.476 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create alt_demo --password nomoresecret --domain=default --email=alt_demo@example.com --or-show -f value -c id 2024-10-01 11:29:10.639 | + inc/async:async_inner:64 : rc=0 2024-10-01 11:29:10.658 | [32191 Async ks-demo-member:32191]: finished successfully 2024-10-01 11:29:11.096 | + inc/async:async_inner:64 : rc=0 2024-10-01 11:29:11.114 | [32287 Async ks-demo-admin:32287]: finished successfully 2024-10-01 11:29:11.168 | + inc/async:async_inner:64 : rc=0 2024-10-01 11:29:11.185 | [32384 Async ks-demo-another:32384]: finished successfully 2024-10-01 11:29:11.370 | + inc/async:async_inner:64 : rc=0 2024-10-01 11:29:11.388 | [32481 Async ks-demo-invis:32481]: finished successfully 2024-10-01 11:29:11.899 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:11.901 | ++ functions-common:get_or_create_user:938 : user_id=c5ba6b8e7b8c472583ee68846cf82321 2024-10-01 11:29:11.903 | ++ functions-common:get_or_create_user:939 : echo c5ba6b8e7b8c472583ee68846cf82321 2024-10-01 11:29:11.905 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=c5ba6b8e7b8c472583ee68846cf82321 2024-10-01 11:29:11.907 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin c5ba6b8e7b8c472583ee68846cf82321 a8c69e03c163411aae9b6c661bc55fa3 2024-10-01 11:29:11.955 | + inc/async:async_inner:63 : get_or_add_user_project_role admin c5ba6b8e7b8c472583ee68846cf82321 a8c69e03c163411aae9b6c661bc55fa3 2024-10-01 11:29:11.984 | [3480 Async ks-alt-admin:33044]: running: get_or_add_user_project_role admin c5ba6b8e7b8c472583ee68846cf82321 a8c69e03c163411aae9b6c661bc55fa3 2024-10-01 11:29:11.986 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole c5ba6b8e7b8c472583ee68846cf82321 a8c69e03c163411aae9b6c661bc55fa3 2024-10-01 11:29:12.034 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole c5ba6b8e7b8c472583ee68846cf82321 a8c69e03c163411aae9b6c661bc55fa3 2024-10-01 11:29:12.067 | [3480 Async ks-alt-another:33140]: running: get_or_add_user_project_role anotherrole c5ba6b8e7b8c472583ee68846cf82321 a8c69e03c163411aae9b6c661bc55fa3 2024-10-01 11:29:12.069 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2024-10-01 11:29:12.071 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2024-10-01 11:29:12.073 | ++ functions-common:get_or_create_user:922 : local user_id 2024-10-01 11:29:12.075 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_member@example.com ]] 2024-10-01 11:29:12.077 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_member@example.com 2024-10-01 11:29:12.079 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create alt_demo_member --password nomoresecret --domain=default --email=alt_demo_member@example.com --or-show -f value -c id 2024-10-01 11:29:12.703 | + inc/async:async_inner:64 : rc=0 2024-10-01 11:29:12.721 | [32637 Async ks-demo-reader:32637]: finished successfully 2024-10-01 11:29:13.508 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:13.511 | ++ functions-common:get_or_create_user:938 : user_id=3348d6d4180544fa99449f0c537182d9 2024-10-01 11:29:13.513 | ++ functions-common:get_or_create_user:939 : echo 3348d6d4180544fa99449f0c537182d9 2024-10-01 11:29:13.515 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=3348d6d4180544fa99449f0c537182d9 2024-10-01 11:29:13.517 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member 3348d6d4180544fa99449f0c537182d9 a8c69e03c163411aae9b6c661bc55fa3 2024-10-01 11:29:13.566 | + inc/async:async_inner:63 : get_or_add_user_project_role member 3348d6d4180544fa99449f0c537182d9 a8c69e03c163411aae9b6c661bc55fa3 2024-10-01 11:29:13.595 | [3480 Async ks-alt-member-user:33317]: running: get_or_add_user_project_role member 3348d6d4180544fa99449f0c537182d9 a8c69e03c163411aae9b6c661bc55fa3 2024-10-01 11:29:13.597 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2024-10-01 11:29:13.600 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2024-10-01 11:29:13.602 | ++ functions-common:get_or_create_user:922 : local user_id 2024-10-01 11:29:13.604 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_reader@example.com ]] 2024-10-01 11:29:13.606 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_reader@example.com 2024-10-01 11:29:13.608 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create alt_demo_reader --password nomoresecret --domain=default --email=alt_demo_reader@example.com --or-show -f value -c id 2024-10-01 11:29:15.086 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:15.088 | ++ functions-common:get_or_create_user:938 : user_id=dbb4b4d322c1469682282de96c7ae7f9 2024-10-01 11:29:15.090 | ++ functions-common:get_or_create_user:939 : echo dbb4b4d322c1469682282de96c7ae7f9 2024-10-01 11:29:15.092 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=dbb4b4d322c1469682282de96c7ae7f9 2024-10-01 11:29:15.094 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader dbb4b4d322c1469682282de96c7ae7f9 a8c69e03c163411aae9b6c661bc55fa3 2024-10-01 11:29:15.146 | + inc/async:async_inner:63 : get_or_add_user_project_role reader dbb4b4d322c1469682282de96c7ae7f9 a8c69e03c163411aae9b6c661bc55fa3 2024-10-01 11:29:15.175 | [3480 Async ks-alt-reader-user:33493]: running: get_or_add_user_project_role reader dbb4b4d322c1469682282de96c7ae7f9 a8c69e03c163411aae9b6c661bc55fa3 2024-10-01 11:29:15.178 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2024-10-01 11:29:15.180 | ++ functions-common:get_or_create_user:922 : local user_id 2024-10-01 11:29:15.182 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_member@example.com ]] 2024-10-01 11:29:15.184 | ++ functions-common:get_or_create_user:924 : local email=--email=system_member@example.com 2024-10-01 11:29:15.187 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create system_member --password nomoresecret --domain=default --email=system_member@example.com --or-show -f value -c id 2024-10-01 11:29:15.617 | + inc/async:async_inner:64 : rc=0 2024-10-01 11:29:15.635 | [33044 Async ks-alt-admin:33044]: finished successfully 2024-10-01 11:29:15.727 | + inc/async:async_inner:64 : rc=0 2024-10-01 11:29:15.745 | [33140 Async ks-alt-another:33140]: finished successfully 2024-10-01 11:29:16.592 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:16.594 | ++ functions-common:get_or_create_user:938 : user_id=0a4e6b71aa894eadbe57de53bedebad9 2024-10-01 11:29:16.596 | ++ functions-common:get_or_create_user:939 : echo 0a4e6b71aa894eadbe57de53bedebad9 2024-10-01 11:29:16.599 | + lib/keystone:create_keystone_accounts:397 : system_member_user=0a4e6b71aa894eadbe57de53bedebad9 2024-10-01 11:29:16.601 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member 0a4e6b71aa894eadbe57de53bedebad9 all 2024-10-01 11:29:16.648 | + inc/async:async_inner:63 : get_or_add_user_system_role member 0a4e6b71aa894eadbe57de53bedebad9 all 2024-10-01 11:29:16.679 | [3480 Async ks-system-member:33769]: running: get_or_add_user_system_role member 0a4e6b71aa894eadbe57de53bedebad9 all 2024-10-01 11:29:16.681 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2024-10-01 11:29:16.683 | ++ functions-common:get_or_create_user:922 : local user_id 2024-10-01 11:29:16.685 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_reader@example.com ]] 2024-10-01 11:29:16.687 | ++ functions-common:get_or_create_user:924 : local email=--email=system_reader@example.com 2024-10-01 11:29:16.690 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create system_reader --password nomoresecret --domain=default --email=system_reader@example.com --or-show -f value -c id 2024-10-01 11:29:17.282 | + inc/async:async_inner:64 : rc=0 2024-10-01 11:29:17.300 | [33317 Async ks-alt-member-user:33317]: finished successfully 2024-10-01 11:29:18.116 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:18.119 | ++ functions-common:get_or_create_user:938 : user_id=0fef6aa948d94d93bbf62c3178423d62 2024-10-01 11:29:18.121 | ++ functions-common:get_or_create_user:939 : echo 0fef6aa948d94d93bbf62c3178423d62 2024-10-01 11:29:18.123 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=0fef6aa948d94d93bbf62c3178423d62 2024-10-01 11:29:18.125 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader 0fef6aa948d94d93bbf62c3178423d62 all 2024-10-01 11:29:18.173 | + inc/async:async_inner:63 : get_or_add_user_system_role reader 0fef6aa948d94d93bbf62c3178423d62 all 2024-10-01 11:29:18.204 | [3480 Async ks-system-reader:33977]: running: get_or_add_user_system_role reader 0fef6aa948d94d93bbf62c3178423d62 all 2024-10-01 11:29:18.207 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2024-10-01 11:29:18.209 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2024-10-01 11:29:18.212 | ++ functions-common:get_or_create_group:907 : local 'desc=openstack admin group' 2024-10-01 11:29:18.214 | ++ functions-common:get_or_create_group:908 : local group_id 2024-10-01 11:29:18.217 | +++ functions-common:get_or_create_group:917 : oscwrap --os-cloud devstack-system-admin group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2024-10-01 11:29:18.574 | + inc/async:async_inner:64 : rc=0 2024-10-01 11:29:18.593 | [33493 Async ks-alt-reader-user:33493]: finished successfully 2024-10-01 11:29:19.662 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:19.664 | ++ functions-common:get_or_create_group:915 : group_id=dbeb62b326f9458ca89a010ad1a5ec93 2024-10-01 11:29:19.666 | ++ functions-common:get_or_create_group:916 : echo dbeb62b326f9458ca89a010ad1a5ec93 2024-10-01 11:29:19.669 | + lib/keystone:create_keystone_accounts:407 : admin_group=dbeb62b326f9458ca89a010ad1a5ec93 2024-10-01 11:29:19.671 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2024-10-01 11:29:19.673 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2024-10-01 11:29:19.676 | ++ functions-common:get_or_create_group:907 : local 'desc=non-admin group' 2024-10-01 11:29:19.678 | ++ functions-common:get_or_create_group:908 : local group_id 2024-10-01 11:29:19.680 | +++ functions-common:get_or_create_group:917 : oscwrap --os-cloud devstack-system-admin group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2024-10-01 11:29:21.080 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:21.083 | ++ functions-common:get_or_create_group:915 : group_id=3cba82753ea54d599eab4b9185546135 2024-10-01 11:29:21.085 | ++ functions-common:get_or_create_group:916 : echo 3cba82753ea54d599eab4b9185546135 2024-10-01 11:29:21.087 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=3cba82753ea54d599eab4b9185546135 2024-10-01 11:29:21.089 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member 3cba82753ea54d599eab4b9185546135 ec47cd3476dd4d69be04ad133352eef1 2024-10-01 11:29:21.136 | + inc/async:async_inner:63 : get_or_add_group_project_role member 3cba82753ea54d599eab4b9185546135 ec47cd3476dd4d69be04ad133352eef1 2024-10-01 11:29:21.164 | [3480 Async ks-group-memberdemo:34244]: running: get_or_add_group_project_role member 3cba82753ea54d599eab4b9185546135 ec47cd3476dd4d69be04ad133352eef1 2024-10-01 11:29:21.167 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 3cba82753ea54d599eab4b9185546135 ec47cd3476dd4d69be04ad133352eef1 2024-10-01 11:29:21.213 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 3cba82753ea54d599eab4b9185546135 ec47cd3476dd4d69be04ad133352eef1 2024-10-01 11:29:21.242 | [3480 Async ks-group-anotherdemo:34323]: running: get_or_add_group_project_role anotherrole 3cba82753ea54d599eab4b9185546135 ec47cd3476dd4d69be04ad133352eef1 2024-10-01 11:29:21.244 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member 3cba82753ea54d599eab4b9185546135 a8c69e03c163411aae9b6c661bc55fa3 2024-10-01 11:29:21.300 | + inc/async:async_inner:63 : get_or_add_group_project_role member 3cba82753ea54d599eab4b9185546135 a8c69e03c163411aae9b6c661bc55fa3 2024-10-01 11:29:21.335 | [3480 Async ks-group-memberalt:34403]: running: get_or_add_group_project_role member 3cba82753ea54d599eab4b9185546135 a8c69e03c163411aae9b6c661bc55fa3 2024-10-01 11:29:21.337 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 3cba82753ea54d599eab4b9185546135 a8c69e03c163411aae9b6c661bc55fa3 2024-10-01 11:29:21.391 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 3cba82753ea54d599eab4b9185546135 a8c69e03c163411aae9b6c661bc55fa3 2024-10-01 11:29:21.433 | [3480 Async ks-group-anotheralt:34483]: running: get_or_add_group_project_role anotherrole 3cba82753ea54d599eab4b9185546135 a8c69e03c163411aae9b6c661bc55fa3 2024-10-01 11:29:21.435 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin dbeb62b326f9458ca89a010ad1a5ec93 229232f4c0da4ebfb5b319963105e1f4 2024-10-01 11:29:21.486 | + inc/async:async_inner:63 : get_or_add_group_project_role admin dbeb62b326f9458ca89a010ad1a5ec93 229232f4c0da4ebfb5b319963105e1f4 2024-10-01 11:29:21.519 | [3480 Async ks-group-admin:34581]: running: get_or_add_group_project_role admin dbeb62b326f9458ca89a010ad1a5ec93 229232f4c0da4ebfb5b319963105e1f4 2024-10-01 11:29:21.521 | + lib/keystone:create_keystone_accounts:418 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2024-10-01 11:29:21.524 | + inc/async:async_inner:64 : rc=0 2024-10-01 11:29:21.546 | [33769 Async ks-system-member:33769]: finished successfully 2024-10-01 11:29:21.566 | [3480 Async ks-demo-member:32191]: Waiting for completion of get_or_add_user_project_role member cc3dc804895c488d8d4cff17e4a64715 ec47cd3476dd4d69be04ad133352eef1 running on PID 32191 (17 other jobs running) 2024-10-01 11:29:21.584 | [3480 Async ks-demo-member:32191]: Signaling child to exit 2024-10-01 11:29:21.584 | WAKEUP 2024-10-01 11:29:21.600 | [3480 Async ks-demo-member:32191]: Signaled 2024-10-01 11:29:21.601 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-01 11:29:21.601 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-01 11:29:21.601 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-10-01 11:29:21.601 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-01 11:29:21.601 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-01 11:29:21.601 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-10-01 11:29:21.601 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-10-01 11:29:21.601 | ++ functions-common:_get_domain_args:980 : echo 2024-10-01 11:29:21.601 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-10-01 11:29:21.601 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user cc3dc804895c488d8d4cff17e4a64715 --project ec47cd3476dd4d69be04ad133352eef1 2024-10-01 11:29:21.601 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user cc3dc804895c488d8d4cff17e4a64715 --project ec47cd3476dd4d69be04ad133352eef1 -c Role -f value 2024-10-01 11:29:21.601 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:21.601 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=e9ea9398c0414c64a3177537f981ea45 2024-10-01 11:29:21.601 | + functions-common:get_or_add_user_project_role:1003 : echo e9ea9398c0414c64a3177537f981ea45 2024-10-01 11:29:21.601 | e9ea9398c0414c64a3177537f981ea45 2024-10-01 11:29:21.630 | [3480 Async ks-demo-member:32191]: finished get_or_add_user_project_role member cc3dc804895c488d8d4cff17e4a64715 ec47cd3476dd4d69be04ad133352eef1 with result 0 in 3 seconds 2024-10-01 11:29:21.656 | [3480 Async ks-demo-admin:32287]: Waiting for completion of get_or_add_user_project_role admin c740d43db97e4c17a33cf153dd88e07c ec47cd3476dd4d69be04ad133352eef1 running on PID 32287 (16 other jobs running) 2024-10-01 11:29:21.674 | [3480 Async ks-demo-admin:32287]: Signaling child to exit 2024-10-01 11:29:21.674 | WAKEUP 2024-10-01 11:29:21.689 | [3480 Async ks-demo-admin:32287]: Signaled 2024-10-01 11:29:21.690 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-01 11:29:21.690 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-01 11:29:21.690 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-10-01 11:29:21.690 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-01 11:29:21.690 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-01 11:29:21.690 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-10-01 11:29:21.690 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-10-01 11:29:21.690 | ++ functions-common:_get_domain_args:980 : echo 2024-10-01 11:29:21.690 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-10-01 11:29:21.690 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user c740d43db97e4c17a33cf153dd88e07c --project ec47cd3476dd4d69be04ad133352eef1 2024-10-01 11:29:21.690 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user c740d43db97e4c17a33cf153dd88e07c --project ec47cd3476dd4d69be04ad133352eef1 -c Role -f value 2024-10-01 11:29:21.690 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:21.690 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=29061398731b4cfda256f2e5a5127689 2024-10-01 11:29:21.690 | + functions-common:get_or_add_user_project_role:1003 : echo 29061398731b4cfda256f2e5a5127689 2024-10-01 11:29:21.690 | 29061398731b4cfda256f2e5a5127689 2024-10-01 11:29:21.721 | [3480 Async ks-demo-admin:32287]: finished get_or_add_user_project_role admin c740d43db97e4c17a33cf153dd88e07c ec47cd3476dd4d69be04ad133352eef1 with result 0 in 4 seconds 2024-10-01 11:29:21.746 | [3480 Async ks-demo-another:32384]: Waiting for completion of get_or_add_user_project_role anotherrole cc3dc804895c488d8d4cff17e4a64715 ec47cd3476dd4d69be04ad133352eef1 running on PID 32384 (15 other jobs running) 2024-10-01 11:29:21.764 | [3480 Async ks-demo-another:32384]: Signaling child to exit 2024-10-01 11:29:21.764 | WAKEUP 2024-10-01 11:29:21.779 | [3480 Async ks-demo-another:32384]: Signaled 2024-10-01 11:29:21.780 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-01 11:29:21.780 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-01 11:29:21.780 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-10-01 11:29:21.780 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-01 11:29:21.780 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-01 11:29:21.780 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-10-01 11:29:21.780 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-10-01 11:29:21.780 | ++ functions-common:_get_domain_args:980 : echo 2024-10-01 11:29:21.780 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-10-01 11:29:21.780 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user cc3dc804895c488d8d4cff17e4a64715 --project ec47cd3476dd4d69be04ad133352eef1 2024-10-01 11:29:21.781 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user cc3dc804895c488d8d4cff17e4a64715 --project ec47cd3476dd4d69be04ad133352eef1 -c Role -f value 2024-10-01 11:29:21.781 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:21.781 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=e8c55cd22f28434c9e26eee2e48f6835 2024-10-01 11:29:21.781 | + functions-common:get_or_add_user_project_role:1003 : echo e8c55cd22f28434c9e26eee2e48f6835 2024-10-01 11:29:21.781 | e8c55cd22f28434c9e26eee2e48f6835 2024-10-01 11:29:21.813 | [3480 Async ks-demo-another:32384]: finished get_or_add_user_project_role anotherrole cc3dc804895c488d8d4cff17e4a64715 ec47cd3476dd4d69be04ad133352eef1 with result 0 in 4 seconds 2024-10-01 11:29:21.838 | [3480 Async ks-demo-invis:32481]: Waiting for completion of get_or_add_user_project_role member cc3dc804895c488d8d4cff17e4a64715 af0d1a839bcf4d0bb801ebfd1d17f0b3 running on PID 32481 (14 other jobs running) 2024-10-01 11:29:21.855 | [3480 Async ks-demo-invis:32481]: Signaling child to exit 2024-10-01 11:29:21.855 | WAKEUP 2024-10-01 11:29:21.870 | [3480 Async ks-demo-invis:32481]: Signaled 2024-10-01 11:29:21.871 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-01 11:29:21.871 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-01 11:29:21.871 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-10-01 11:29:21.871 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-01 11:29:21.871 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-01 11:29:21.872 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-10-01 11:29:21.872 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-10-01 11:29:21.872 | ++ functions-common:_get_domain_args:980 : echo 2024-10-01 11:29:21.872 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-10-01 11:29:21.872 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user cc3dc804895c488d8d4cff17e4a64715 --project af0d1a839bcf4d0bb801ebfd1d17f0b3 2024-10-01 11:29:21.872 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user cc3dc804895c488d8d4cff17e4a64715 --project af0d1a839bcf4d0bb801ebfd1d17f0b3 -c Role -f value 2024-10-01 11:29:21.872 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:21.872 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=e9ea9398c0414c64a3177537f981ea45 2024-10-01 11:29:21.872 | + functions-common:get_or_add_user_project_role:1003 : echo e9ea9398c0414c64a3177537f981ea45 2024-10-01 11:29:21.872 | e9ea9398c0414c64a3177537f981ea45 2024-10-01 11:29:21.901 | [3480 Async ks-demo-invis:32481]: finished get_or_add_user_project_role member cc3dc804895c488d8d4cff17e4a64715 af0d1a839bcf4d0bb801ebfd1d17f0b3 with result 0 in 4 seconds 2024-10-01 11:29:21.927 | [3480 Async ks-demo-reader:32637]: Waiting for completion of get_or_add_user_project_role reader 7b4af805181a46c59665d3b496dc6ffe ec47cd3476dd4d69be04ad133352eef1 running on PID 32637 (13 other jobs running) 2024-10-01 11:29:21.944 | [3480 Async ks-demo-reader:32637]: Signaling child to exit 2024-10-01 11:29:21.944 | WAKEUP 2024-10-01 11:29:21.959 | [3480 Async ks-demo-reader:32637]: Signaled 2024-10-01 11:29:21.960 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-01 11:29:21.960 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-01 11:29:21.960 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-10-01 11:29:21.960 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-01 11:29:21.960 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-01 11:29:21.960 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-10-01 11:29:21.960 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-10-01 11:29:21.960 | ++ functions-common:_get_domain_args:980 : echo 2024-10-01 11:29:21.960 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-10-01 11:29:21.960 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user 7b4af805181a46c59665d3b496dc6ffe --project ec47cd3476dd4d69be04ad133352eef1 2024-10-01 11:29:21.960 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 7b4af805181a46c59665d3b496dc6ffe --project ec47cd3476dd4d69be04ad133352eef1 -c Role -f value 2024-10-01 11:29:21.960 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:21.960 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=2db15ccf74804cf4b11052671a62329f 2024-10-01 11:29:21.960 | + functions-common:get_or_add_user_project_role:1003 : echo 2db15ccf74804cf4b11052671a62329f 2024-10-01 11:29:21.960 | 2db15ccf74804cf4b11052671a62329f 2024-10-01 11:29:21.991 | [3480 Async ks-demo-reader:32637]: finished get_or_add_user_project_role reader 7b4af805181a46c59665d3b496dc6ffe ec47cd3476dd4d69be04ad133352eef1 with result 0 in 3 seconds 2024-10-01 11:29:21.994 | + inc/async:async_wait:197 : return 0 2024-10-01 11:29:21.996 | + lib/keystone:create_keystone_accounts:419 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2024-10-01 11:29:22.031 | [3480 Async ks-alt-admin:33044]: Waiting for completion of get_or_add_user_project_role admin c5ba6b8e7b8c472583ee68846cf82321 a8c69e03c163411aae9b6c661bc55fa3 running on PID 33044 (12 other jobs running) 2024-10-01 11:29:22.048 | [3480 Async ks-alt-admin:33044]: Signaling child to exit 2024-10-01 11:29:22.048 | WAKEUP 2024-10-01 11:29:22.063 | [3480 Async ks-alt-admin:33044]: Signaled 2024-10-01 11:29:22.064 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-01 11:29:22.065 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-01 11:29:22.065 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-10-01 11:29:22.065 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-01 11:29:22.065 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-01 11:29:22.065 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-10-01 11:29:22.065 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-10-01 11:29:22.065 | ++ functions-common:_get_domain_args:980 : echo 2024-10-01 11:29:22.065 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-10-01 11:29:22.065 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user c5ba6b8e7b8c472583ee68846cf82321 --project a8c69e03c163411aae9b6c661bc55fa3 2024-10-01 11:29:22.065 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user c5ba6b8e7b8c472583ee68846cf82321 --project a8c69e03c163411aae9b6c661bc55fa3 -c Role -f value 2024-10-01 11:29:22.065 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:22.065 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=29061398731b4cfda256f2e5a5127689 2024-10-01 11:29:22.065 | + functions-common:get_or_add_user_project_role:1003 : echo 29061398731b4cfda256f2e5a5127689 2024-10-01 11:29:22.065 | 29061398731b4cfda256f2e5a5127689 2024-10-01 11:29:22.095 | [3480 Async ks-alt-admin:33044]: finished get_or_add_user_project_role admin c5ba6b8e7b8c472583ee68846cf82321 a8c69e03c163411aae9b6c661bc55fa3 with result 0 in 3 seconds 2024-10-01 11:29:22.141 | [3480 Async ks-alt-another:33140]: Waiting for completion of get_or_add_user_project_role anotherrole c5ba6b8e7b8c472583ee68846cf82321 a8c69e03c163411aae9b6c661bc55fa3 running on PID 33140 (11 other jobs running) 2024-10-01 11:29:22.167 | [3480 Async ks-alt-another:33140]: Signaling child to exit 2024-10-01 11:29:22.169 | WAKEUP 2024-10-01 11:29:22.186 | [3480 Async ks-alt-another:33140]: Signaled 2024-10-01 11:29:22.187 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-01 11:29:22.188 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-01 11:29:22.188 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-10-01 11:29:22.188 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-01 11:29:22.188 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-01 11:29:22.188 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-10-01 11:29:22.188 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-10-01 11:29:22.188 | ++ functions-common:_get_domain_args:980 : echo 2024-10-01 11:29:22.188 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-10-01 11:29:22.188 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user c5ba6b8e7b8c472583ee68846cf82321 --project a8c69e03c163411aae9b6c661bc55fa3 2024-10-01 11:29:22.188 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user c5ba6b8e7b8c472583ee68846cf82321 --project a8c69e03c163411aae9b6c661bc55fa3 -c Role -f value 2024-10-01 11:29:22.188 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:22.188 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=e8c55cd22f28434c9e26eee2e48f6835 2024-10-01 11:29:22.188 | + functions-common:get_or_add_user_project_role:1003 : echo e8c55cd22f28434c9e26eee2e48f6835 2024-10-01 11:29:22.188 | e8c55cd22f28434c9e26eee2e48f6835 2024-10-01 11:29:22.224 | [3480 Async ks-alt-another:33140]: finished get_or_add_user_project_role anotherrole c5ba6b8e7b8c472583ee68846cf82321 a8c69e03c163411aae9b6c661bc55fa3 with result 0 in 3 seconds 2024-10-01 11:29:22.249 | [3480 Async ks-alt-member-user:33317]: Waiting for completion of get_or_add_user_project_role member 3348d6d4180544fa99449f0c537182d9 a8c69e03c163411aae9b6c661bc55fa3 running on PID 33317 (10 other jobs running) 2024-10-01 11:29:22.266 | [3480 Async ks-alt-member-user:33317]: Signaling child to exit 2024-10-01 11:29:22.266 | WAKEUP 2024-10-01 11:29:22.284 | [3480 Async ks-alt-member-user:33317]: Signaled 2024-10-01 11:29:22.285 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-01 11:29:22.285 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-01 11:29:22.285 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-10-01 11:29:22.285 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-01 11:29:22.285 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-01 11:29:22.285 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-10-01 11:29:22.285 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-10-01 11:29:22.285 | ++ functions-common:_get_domain_args:980 : echo 2024-10-01 11:29:22.285 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-10-01 11:29:22.285 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 3348d6d4180544fa99449f0c537182d9 --project a8c69e03c163411aae9b6c661bc55fa3 2024-10-01 11:29:22.285 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 3348d6d4180544fa99449f0c537182d9 --project a8c69e03c163411aae9b6c661bc55fa3 -c Role -f value 2024-10-01 11:29:22.285 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:22.285 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=e9ea9398c0414c64a3177537f981ea45 2024-10-01 11:29:22.285 | + functions-common:get_or_add_user_project_role:1003 : echo e9ea9398c0414c64a3177537f981ea45 2024-10-01 11:29:22.285 | e9ea9398c0414c64a3177537f981ea45 2024-10-01 11:29:22.321 | [3480 Async ks-alt-member-user:33317]: finished get_or_add_user_project_role member 3348d6d4180544fa99449f0c537182d9 a8c69e03c163411aae9b6c661bc55fa3 with result 0 in 3 seconds 2024-10-01 11:29:22.351 | [3480 Async ks-alt-reader-user:33493]: Waiting for completion of get_or_add_user_project_role reader dbb4b4d322c1469682282de96c7ae7f9 a8c69e03c163411aae9b6c661bc55fa3 running on PID 33493 (9 other jobs running) 2024-10-01 11:29:22.374 | [3480 Async ks-alt-reader-user:33493]: Signaling child to exit 2024-10-01 11:29:22.375 | WAKEUP 2024-10-01 11:29:22.393 | [3480 Async ks-alt-reader-user:33493]: Signaled 2024-10-01 11:29:22.395 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-01 11:29:22.395 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-01 11:29:22.395 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-10-01 11:29:22.395 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-01 11:29:22.395 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-01 11:29:22.395 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-10-01 11:29:22.395 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-10-01 11:29:22.395 | ++ functions-common:_get_domain_args:980 : echo 2024-10-01 11:29:22.395 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-10-01 11:29:22.395 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user dbb4b4d322c1469682282de96c7ae7f9 --project a8c69e03c163411aae9b6c661bc55fa3 2024-10-01 11:29:22.395 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user dbb4b4d322c1469682282de96c7ae7f9 --project a8c69e03c163411aae9b6c661bc55fa3 -c Role -f value 2024-10-01 11:29:22.395 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:22.395 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=2db15ccf74804cf4b11052671a62329f 2024-10-01 11:29:22.395 | + functions-common:get_or_add_user_project_role:1003 : echo 2db15ccf74804cf4b11052671a62329f 2024-10-01 11:29:22.395 | 2db15ccf74804cf4b11052671a62329f 2024-10-01 11:29:22.430 | [3480 Async ks-alt-reader-user:33493]: finished get_or_add_user_project_role reader dbb4b4d322c1469682282de96c7ae7f9 a8c69e03c163411aae9b6c661bc55fa3 with result 0 in 3 seconds 2024-10-01 11:29:22.434 | + inc/async:async_wait:197 : return 0 2024-10-01 11:29:22.436 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2024-10-01 11:29:22.479 | [3480 Async ks-system-member:33769]: Waiting for completion of get_or_add_user_system_role member 0a4e6b71aa894eadbe57de53bedebad9 all running on PID 33769 (8 other jobs running) 2024-10-01 11:29:22.501 | [3480 Async ks-system-member:33769]: Signaling child to exit 2024-10-01 11:29:22.501 | WAKEUP 2024-10-01 11:29:22.520 | [3480 Async ks-system-member:33769]: Signaled 2024-10-01 11:29:22.522 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2024-10-01 11:29:22.522 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2024-10-01 11:29:22.522 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2024-10-01 11:29:22.522 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-01 11:29:22.522 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-01 11:29:22.522 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-10-01 11:29:22.522 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-10-01 11:29:22.522 | ++ functions-common:_get_domain_args:980 : echo 2024-10-01 11:29:22.522 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2024-10-01 11:29:22.522 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 0a4e6b71aa894eadbe57de53bedebad9 --system all -f value -c Role 2024-10-01 11:29:22.522 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:22.522 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2024-10-01 11:29:22.522 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2024-10-01 11:29:22.522 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add member --user 0a4e6b71aa894eadbe57de53bedebad9 --system all 2024-10-01 11:29:22.522 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 0a4e6b71aa894eadbe57de53bedebad9 --system all -f value -c Role 2024-10-01 11:29:22.522 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:22.522 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=e9ea9398c0414c64a3177537f981ea45 2024-10-01 11:29:22.522 | + functions-common:get_or_add_user_system_role:1053 : echo e9ea9398c0414c64a3177537f981ea45 2024-10-01 11:29:22.522 | e9ea9398c0414c64a3177537f981ea45 2024-10-01 11:29:22.561 | [3480 Async ks-system-member:33769]: finished get_or_add_user_system_role member 0a4e6b71aa894eadbe57de53bedebad9 all with result 0 in 4 seconds 2024-10-01 11:29:22.589 | [3480 Async ks-system-reader:33977]: Waiting for completion of get_or_add_user_system_role reader 0fef6aa948d94d93bbf62c3178423d62 all running on PID 33977 (7 other jobs running) 2024-10-01 11:29:22.608 | [3480 Async ks-system-reader:33977]: Signaling child to exit 2024-10-01 11:29:23.083 | + inc/async:async_inner:64 : rc=0 2024-10-01 11:29:23.101 | [33977 Async ks-system-reader:33977]: finished successfully 2024-10-01 11:29:23.118 | WAKEUP 2024-10-01 11:29:23.135 | [3480 Async ks-system-reader:33977]: Signaled 2024-10-01 11:29:23.136 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2024-10-01 11:29:23.136 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2024-10-01 11:29:23.136 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2024-10-01 11:29:23.136 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-01 11:29:23.136 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-01 11:29:23.136 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-10-01 11:29:23.136 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-10-01 11:29:23.136 | ++ functions-common:_get_domain_args:980 : echo 2024-10-01 11:29:23.136 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2024-10-01 11:29:23.136 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 0fef6aa948d94d93bbf62c3178423d62 --system all -f value -c Role 2024-10-01 11:29:23.136 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:23.136 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2024-10-01 11:29:23.136 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2024-10-01 11:29:23.136 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add reader --user 0fef6aa948d94d93bbf62c3178423d62 --system all 2024-10-01 11:29:23.136 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 0fef6aa948d94d93bbf62c3178423d62 --system all -f value -c Role 2024-10-01 11:29:23.136 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:23.136 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=2db15ccf74804cf4b11052671a62329f 2024-10-01 11:29:23.136 | + functions-common:get_or_add_user_system_role:1053 : echo 2db15ccf74804cf4b11052671a62329f 2024-10-01 11:29:23.136 | 2db15ccf74804cf4b11052671a62329f 2024-10-01 11:29:23.168 | [3480 Async ks-system-reader:33977]: finished get_or_add_user_system_role reader 0fef6aa948d94d93bbf62c3178423d62 all with result 0 in 4 seconds 2024-10-01 11:29:23.171 | + inc/async:async_wait:197 : return 0 2024-10-01 11:29:23.173 | + lib/keystone:create_keystone_accounts:421 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2024-10-01 11:29:23.211 | [3480 Async ks-group-memberdemo:34244]: Waiting for completion of get_or_add_group_project_role member 3cba82753ea54d599eab4b9185546135 ec47cd3476dd4d69be04ad133352eef1 running on PID 34244 (6 other jobs running) 2024-10-01 11:29:23.229 | [3480 Async ks-group-memberdemo:34244]: Signaling child to exit 2024-10-01 11:29:24.721 | + inc/async:async_inner:64 : rc=0 2024-10-01 11:29:24.740 | [34244 Async ks-group-memberdemo:34244]: finished successfully 2024-10-01 11:29:24.756 | WAKEUP 2024-10-01 11:29:24.772 | [3480 Async ks-group-memberdemo:34244]: Signaled 2024-10-01 11:29:24.773 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-10-01 11:29:24.773 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group 3cba82753ea54d599eab4b9185546135 --project ec47cd3476dd4d69be04ad133352eef1 2024-10-01 11:29:24.773 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 3cba82753ea54d599eab4b9185546135 --project ec47cd3476dd4d69be04ad133352eef1 -f value -c Role 2024-10-01 11:29:24.773 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:24.773 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=e9ea9398c0414c64a3177537f981ea45 2024-10-01 11:29:24.773 | + functions-common:get_or_add_group_project_role:1072 : echo e9ea9398c0414c64a3177537f981ea45 2024-10-01 11:29:24.773 | e9ea9398c0414c64a3177537f981ea45 2024-10-01 11:29:24.806 | [3480 Async ks-group-memberdemo:34244]: finished get_or_add_group_project_role member 3cba82753ea54d599eab4b9185546135 ec47cd3476dd4d69be04ad133352eef1 with result 0 in 3 seconds 2024-10-01 11:29:24.834 | [3480 Async ks-group-anotherdemo:34323]: Waiting for completion of get_or_add_group_project_role anotherrole 3cba82753ea54d599eab4b9185546135 ec47cd3476dd4d69be04ad133352eef1 running on PID 34323 (5 other jobs running) 2024-10-01 11:29:24.853 | [3480 Async ks-group-anotherdemo:34323]: Signaling child to exit 2024-10-01 11:29:24.925 | + inc/async:async_inner:64 : rc=0 2024-10-01 11:29:24.943 | [34323 Async ks-group-anotherdemo:34323]: finished successfully 2024-10-01 11:29:24.961 | WAKEUP 2024-10-01 11:29:24.978 | [3480 Async ks-group-anotherdemo:34323]: Signaled 2024-10-01 11:29:24.979 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-10-01 11:29:24.979 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group 3cba82753ea54d599eab4b9185546135 --project ec47cd3476dd4d69be04ad133352eef1 2024-10-01 11:29:24.979 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 3cba82753ea54d599eab4b9185546135 --project ec47cd3476dd4d69be04ad133352eef1 -f value -c Role 2024-10-01 11:29:24.979 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:24.979 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=e8c55cd22f28434c9e26eee2e48f6835 2024-10-01 11:29:24.979 | + functions-common:get_or_add_group_project_role:1072 : echo e8c55cd22f28434c9e26eee2e48f6835 2024-10-01 11:29:24.979 | e8c55cd22f28434c9e26eee2e48f6835 2024-10-01 11:29:25.011 | [3480 Async ks-group-anotherdemo:34323]: finished get_or_add_group_project_role anotherrole 3cba82753ea54d599eab4b9185546135 ec47cd3476dd4d69be04ad133352eef1 with result 0 in 3 seconds 2024-10-01 11:29:25.038 | [3480 Async ks-group-memberalt:34403]: Waiting for completion of get_or_add_group_project_role member 3cba82753ea54d599eab4b9185546135 a8c69e03c163411aae9b6c661bc55fa3 running on PID 34403 (4 other jobs running) 2024-10-01 11:29:25.056 | [3480 Async ks-group-memberalt:34403]: Signaling child to exit 2024-10-01 11:29:25.109 | + inc/async:async_inner:64 : rc=0 2024-10-01 11:29:25.127 | [34403 Async ks-group-memberalt:34403]: finished successfully 2024-10-01 11:29:25.145 | WAKEUP 2024-10-01 11:29:25.162 | [3480 Async ks-group-memberalt:34403]: Signaled 2024-10-01 11:29:25.163 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-10-01 11:29:25.163 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group 3cba82753ea54d599eab4b9185546135 --project a8c69e03c163411aae9b6c661bc55fa3 2024-10-01 11:29:25.163 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 3cba82753ea54d599eab4b9185546135 --project a8c69e03c163411aae9b6c661bc55fa3 -f value -c Role 2024-10-01 11:29:25.163 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:25.163 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=e9ea9398c0414c64a3177537f981ea45 2024-10-01 11:29:25.163 | + functions-common:get_or_add_group_project_role:1072 : echo e9ea9398c0414c64a3177537f981ea45 2024-10-01 11:29:25.163 | e9ea9398c0414c64a3177537f981ea45 2024-10-01 11:29:25.195 | [3480 Async ks-group-memberalt:34403]: finished get_or_add_group_project_role member 3cba82753ea54d599eab4b9185546135 a8c69e03c163411aae9b6c661bc55fa3 with result 0 in 3 seconds 2024-10-01 11:29:25.216 | + inc/async:async_inner:64 : rc=0 2024-10-01 11:29:25.223 | [3480 Async ks-group-anotheralt:34483]: Waiting for completion of get_or_add_group_project_role anotherrole 3cba82753ea54d599eab4b9185546135 a8c69e03c163411aae9b6c661bc55fa3 running on PID 34483 (3 other jobs running) 2024-10-01 11:29:25.234 | [34483 Async ks-group-anotheralt:34483]: finished successfully 2024-10-01 11:29:25.243 | [3480 Async ks-group-anotheralt:34483]: Signaling child to exit 2024-10-01 11:29:25.251 | WAKEUP 2024-10-01 11:29:25.267 | [3480 Async ks-group-anotheralt:34483]: Signaled 2024-10-01 11:29:25.269 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-10-01 11:29:25.269 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group 3cba82753ea54d599eab4b9185546135 --project a8c69e03c163411aae9b6c661bc55fa3 2024-10-01 11:29:25.269 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 3cba82753ea54d599eab4b9185546135 --project a8c69e03c163411aae9b6c661bc55fa3 -f value -c Role 2024-10-01 11:29:25.269 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:25.269 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=e8c55cd22f28434c9e26eee2e48f6835 2024-10-01 11:29:25.269 | + functions-common:get_or_add_group_project_role:1072 : echo e8c55cd22f28434c9e26eee2e48f6835 2024-10-01 11:29:25.269 | e8c55cd22f28434c9e26eee2e48f6835 2024-10-01 11:29:25.300 | [3480 Async ks-group-anotheralt:34483]: finished get_or_add_group_project_role anotherrole 3cba82753ea54d599eab4b9185546135 a8c69e03c163411aae9b6c661bc55fa3 with result 0 in 3 seconds 2024-10-01 11:29:25.327 | [3480 Async ks-group-admin:34581]: Waiting for completion of get_or_add_group_project_role admin dbeb62b326f9458ca89a010ad1a5ec93 229232f4c0da4ebfb5b319963105e1f4 running on PID 34581 (2 other jobs running) 2024-10-01 11:29:25.330 | + inc/async:async_inner:64 : rc=0 2024-10-01 11:29:25.345 | [3480 Async ks-group-admin:34581]: Signaling child to exit 2024-10-01 11:29:25.348 | [34581 Async ks-group-admin:34581]: finished successfully 2024-10-01 11:29:25.364 | WAKEUP 2024-10-01 11:29:25.379 | [3480 Async ks-group-admin:34581]: Signaled 2024-10-01 11:29:25.381 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-10-01 11:29:25.381 | + functions-common:get_or_add_group_project_role:1063 : openstack role add admin --group dbeb62b326f9458ca89a010ad1a5ec93 --project 229232f4c0da4ebfb5b319963105e1f4 2024-10-01 11:29:25.381 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group dbeb62b326f9458ca89a010ad1a5ec93 --project 229232f4c0da4ebfb5b319963105e1f4 -f value -c Role 2024-10-01 11:29:25.381 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:25.381 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=29061398731b4cfda256f2e5a5127689 2024-10-01 11:29:25.381 | + functions-common:get_or_add_group_project_role:1072 : echo 29061398731b4cfda256f2e5a5127689 2024-10-01 11:29:25.381 | 29061398731b4cfda256f2e5a5127689 2024-10-01 11:29:25.411 | [3480 Async ks-group-admin:34581]: finished get_or_add_group_project_role admin dbeb62b326f9458ca89a010ad1a5ec93 229232f4c0da4ebfb5b319963105e1f4 with result 0 in 3 seconds 2024-10-01 11:29:25.415 | + inc/async:async_wait:197 : return 0 2024-10-01 11:29:25.416 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2024-10-01 11:29:25.429 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:29:25.431 | + stack.sh:main:1111 : is_service_enabled nova 2024-10-01 11:29:25.445 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:29:25.447 | + stack.sh:main:1112 : async_runfunc create_nova_accounts 2024-10-01 11:29:25.449 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2024-10-01 11:29:25.496 | + inc/async:async_inner:63 : create_nova_accounts 2024-10-01 11:29:25.525 | [3480 Async create_nova_accounts:36473]: running: create_nova_accounts 2024-10-01 11:29:25.527 | + stack.sh:main:1114 : is_service_enabled glance 2024-10-01 11:29:25.541 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:29:25.543 | + stack.sh:main:1115 : async_runfunc create_glance_accounts 2024-10-01 11:29:25.545 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2024-10-01 11:29:25.592 | + inc/async:async_inner:63 : create_glance_accounts 2024-10-01 11:29:25.621 | [3480 Async create_glance_accounts:36596]: running: create_glance_accounts 2024-10-01 11:29:25.623 | + stack.sh:main:1117 : is_service_enabled cinder 2024-10-01 11:29:25.637 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:29:25.639 | + stack.sh:main:1118 : async_runfunc create_cinder_accounts 2024-10-01 11:29:25.641 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2024-10-01 11:29:25.687 | + inc/async:async_inner:63 : create_cinder_accounts 2024-10-01 11:29:25.716 | [3480 Async create_cinder_accounts:36735]: running: create_cinder_accounts 2024-10-01 11:29:25.718 | + stack.sh:main:1120 : is_service_enabled neutron 2024-10-01 11:29:25.733 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:29:25.738 | + stack.sh:main:1121 : async_runfunc create_neutron_accounts 2024-10-01 11:29:25.741 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2024-10-01 11:29:25.789 | + inc/async:async_inner:63 : create_neutron_accounts 2024-10-01 11:29:25.820 | [3480 Async create_neutron_accounts:36878]: running: create_neutron_accounts 2024-10-01 11:29:25.822 | + stack.sh:main:1123 : is_service_enabled swift 2024-10-01 11:29:25.839 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:29:25.841 | + stack.sh:main:1132 : is_service_enabled horizon 2024-10-01 11:29:25.855 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:29:25.857 | + stack.sh:main:1137 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2024-10-01 11:29:25.894 | [3480 Async create_nova_accounts:36473]: Waiting for completion of create_nova_accounts running on PID 36473 (5 other jobs running) 2024-10-01 11:29:25.912 | [3480 Async create_nova_accounts:36473]: Signaling child to exit 2024-10-01 11:29:39.203 | + inc/async:async_inner:64 : rc=0 2024-10-01 11:29:39.221 | [36878 Async create_neutron_accounts:36878]: finished successfully 2024-10-01 11:29:48.330 | + inc/async:async_inner:64 : rc=0 2024-10-01 11:29:48.349 | [36735 Async create_cinder_accounts:36735]: finished successfully 2024-10-01 11:29:48.925 | + inc/async:async_inner:64 : rc=0 2024-10-01 11:29:48.943 | [36473 Async create_nova_accounts:36473]: finished successfully 2024-10-01 11:29:48.959 | WAKEUP 2024-10-01 11:29:48.975 | [3480 Async create_nova_accounts:36473]: Signaled 2024-10-01 11:29:48.975 | + lib/nova:create_nova_accounts:373 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ n-api ]] 2024-10-01 11:29:48.975 | + lib/nova:create_nova_accounts:377 : create_service_user nova admin 2024-10-01 11:29:48.975 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2024-10-01 11:29:48.975 | + functions-common:get_or_create_user:922 : local user_id 2024-10-01 11:29:48.975 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-10-01 11:29:48.975 | + functions-common:get_or_create_user:926 : local email= 2024-10-01 11:29:48.975 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create nova --password nomoresecret --domain=Default --or-show -f value -c id 2024-10-01 11:29:48.975 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:48.975 | + functions-common:get_or_create_user:938 : user_id=98083be03485417281e7a20c87377983 2024-10-01 11:29:48.975 | + functions-common:get_or_create_user:939 : echo 98083be03485417281e7a20c87377983 2024-10-01 11:29:48.975 | 98083be03485417281e7a20c87377983 2024-10-01 11:29:48.975 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2024-10-01 11:29:48.975 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-01 11:29:48.975 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-01 11:29:48.975 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-10-01 11:29:48.975 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-01 11:29:48.975 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-01 11:29:48.975 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-10-01 11:29:48.975 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-10-01 11:29:48.976 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-10-01 11:29:48.976 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-10-01 11:29:48.976 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-10-01 11:29:48.976 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-10-01 11:29:48.976 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user nova --project service --user-domain Default --project-domain Default 2024-10-01 11:29:48.976 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user nova --project service --user-domain Default --project-domain Default -c Role -f value 2024-10-01 11:29:48.976 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:48.976 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=f3bf7d46e96a4a58bdec6d5052079373 2024-10-01 11:29:48.976 | + functions-common:get_or_add_user_project_role:1003 : echo f3bf7d46e96a4a58bdec6d5052079373 2024-10-01 11:29:48.976 | f3bf7d46e96a4a58bdec6d5052079373 2024-10-01 11:29:48.976 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-10-01 11:29:48.976 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2024-10-01 11:29:48.976 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-01 11:29:48.976 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-01 11:29:48.976 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-10-01 11:29:48.976 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-01 11:29:48.976 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-01 11:29:48.976 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-10-01 11:29:48.976 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-10-01 11:29:48.976 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-10-01 11:29:48.976 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-10-01 11:29:48.976 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-10-01 11:29:48.976 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-10-01 11:29:48.976 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user nova --project service --user-domain Default --project-domain Default 2024-10-01 11:29:48.976 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default -c Role -f value 2024-10-01 11:29:48.976 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:48.976 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=29061398731b4cfda256f2e5a5127689 2024-10-01 11:29:48.976 | + functions-common:get_or_add_user_project_role:1003 : echo 29061398731b4cfda256f2e5a5127689 2024-10-01 11:29:48.976 | 29061398731b4cfda256f2e5a5127689 2024-10-01 11:29:48.976 | + lib/nova:create_nova_accounts:379 : local nova_api_url 2024-10-01 11:29:48.976 | + lib/nova:create_nova_accounts:380 : [[ True == \F\a\l\s\e ]] 2024-10-01 11:29:48.976 | + lib/nova:create_nova_accounts:383 : nova_api_url=http://10.180.1.21/compute 2024-10-01 11:29:48.976 | + lib/nova:create_nova_accounts:386 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2024-10-01 11:29:48.976 | + functions-common:get_or_create_service:1078 : local service_id 2024-10-01 11:29:48.976 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2024-10-01 11:29:48.976 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create compute_legacy --name nova_legacy '--description=Nova Compute Service (Legacy 2.0)' -f value -c id 2024-10-01 11:29:48.976 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:48.976 | + functions-common:get_or_create_service:1089 : service_id=' 2024-10-01 11:29:48.976 | 9cc3ef8444314edbb38f7d59600ec644' 2024-10-01 11:29:48.976 | + functions-common:get_or_create_service:1090 : echo 9cc3ef8444314edbb38f7d59600ec644 2024-10-01 11:29:48.976 | 9cc3ef8444314edbb38f7d59600ec644 2024-10-01 11:29:48.976 | + lib/nova:create_nova_accounts:388 : get_or_create_endpoint compute_legacy RegionOne 'http://10.180.1.21/compute/v2/$(project_id)s' 2024-10-01 11:29:48.976 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-10-01 11:29:48.976 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.180.1.21/compute/v2/$(project_id)s' RegionOne 2024-10-01 11:29:48.976 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-10-01 11:29:48.976 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2024-10-01 11:29:48.976 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:48.976 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-10-01 11:29:48.976 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-10-01 11:29:48.976 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create compute_legacy public 'http://10.180.1.21/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2024-10-01 11:29:48.976 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:48.976 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=21c8856a5fb14facbdec19680bc2d373 2024-10-01 11:29:48.976 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 21c8856a5fb14facbdec19680bc2d373 2024-10-01 11:29:48.976 | + functions-common:get_or_create_endpoint:1123 : public_id=21c8856a5fb14facbdec19680bc2d373 2024-10-01 11:29:48.976 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-10-01 11:29:48.976 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-10-01 11:29:48.976 | + functions-common:get_or_create_endpoint:1132 : echo 21c8856a5fb14facbdec19680bc2d373 2024-10-01 11:29:48.976 | 21c8856a5fb14facbdec19680bc2d373 2024-10-01 11:29:48.976 | + lib/nova:create_nova_accounts:392 : get_or_create_service nova compute 'Nova Compute Service' 2024-10-01 11:29:48.976 | + functions-common:get_or_create_service:1078 : local service_id 2024-10-01 11:29:48.976 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2024-10-01 11:29:48.976 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create compute --name nova '--description=Nova Compute Service' -f value -c id 2024-10-01 11:29:48.976 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:48.976 | + functions-common:get_or_create_service:1089 : service_id=' 2024-10-01 11:29:48.976 | 3b31620359364889860807630602f4d4' 2024-10-01 11:29:48.976 | + functions-common:get_or_create_service:1090 : echo 3b31620359364889860807630602f4d4 2024-10-01 11:29:48.976 | 3b31620359364889860807630602f4d4 2024-10-01 11:29:48.976 | + lib/nova:create_nova_accounts:394 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2024-10-01 11:29:48.976 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-10-01 11:29:48.976 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface compute public http://10.180.1.21/compute/v2.1 RegionOne 2024-10-01 11:29:48.976 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-10-01 11:29:48.976 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute --interface public --region RegionOne -c ID -f value 2024-10-01 11:29:48.976 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:48.976 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-10-01 11:29:48.976 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-10-01 11:29:48.976 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create compute public http://10.180.1.21/compute/v2.1 --region RegionOne -f value -c id 2024-10-01 11:29:48.976 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:48.976 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=79adf06221f74a59926dfa06b3d971ee 2024-10-01 11:29:48.976 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 79adf06221f74a59926dfa06b3d971ee 2024-10-01 11:29:48.976 | + functions-common:get_or_create_endpoint:1123 : public_id=79adf06221f74a59926dfa06b3d971ee 2024-10-01 11:29:48.976 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-10-01 11:29:48.976 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-10-01 11:29:48.976 | + functions-common:get_or_create_endpoint:1132 : echo 79adf06221f74a59926dfa06b3d971ee 2024-10-01 11:29:48.976 | 79adf06221f74a59926dfa06b3d971ee 2024-10-01 11:29:48.976 | + lib/nova:create_nova_accounts:399 : is_service_enabled n-api 2024-10-01 11:29:48.976 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:29:48.976 | + lib/nova:create_nova_accounts:401 : is_service_enabled swift 2024-10-01 11:29:48.976 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:29:48.976 | + lib/nova:create_nova_accounts:409 : is_service_enabled s3api 2024-10-01 11:29:48.976 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:29:48.976 | + lib/nova:create_nova_accounts:420 : is_service_enabled n-api 2024-10-01 11:29:48.976 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:29:48.976 | + lib/nova:create_nova_accounts:421 : [[ False = True ]] 2024-10-01 11:29:49.006 | [3480 Async create_nova_accounts:36473]: finished create_nova_accounts with result 0 in 23 seconds 2024-10-01 11:29:49.032 | [3480 Async create_glance_accounts:36596]: Waiting for completion of create_glance_accounts running on PID 36596 (4 other jobs running) 2024-10-01 11:29:49.049 | [3480 Async create_glance_accounts:36596]: Signaling child to exit 2024-10-01 11:29:50.202 | + inc/async:async_inner:64 : rc=0 2024-10-01 11:29:50.221 | [36596 Async create_glance_accounts:36596]: finished successfully 2024-10-01 11:29:50.237 | WAKEUP 2024-10-01 11:29:50.253 | [3480 Async create_glance_accounts:36596]: Signaled 2024-10-01 11:29:50.253 | + lib/glance:create_glance_accounts:455 : is_service_enabled g-api 2024-10-01 11:29:50.254 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:29:50.254 | + lib/glance:create_glance_accounts:457 : create_service_user glance 2024-10-01 11:29:50.254 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2024-10-01 11:29:50.254 | + functions-common:get_or_create_user:922 : local user_id 2024-10-01 11:29:50.254 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-10-01 11:29:50.254 | + functions-common:get_or_create_user:926 : local email= 2024-10-01 11:29:50.254 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create glance --password nomoresecret --domain=Default --or-show -f value -c id 2024-10-01 11:29:50.254 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:50.254 | + functions-common:get_or_create_user:938 : user_id=b5d01f174eb449db920e631d7f125f9c 2024-10-01 11:29:50.254 | + functions-common:get_or_create_user:939 : echo b5d01f174eb449db920e631d7f125f9c 2024-10-01 11:29:50.254 | b5d01f174eb449db920e631d7f125f9c 2024-10-01 11:29:50.254 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2024-10-01 11:29:50.254 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-01 11:29:50.254 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-01 11:29:50.254 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-10-01 11:29:50.254 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-01 11:29:50.254 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-01 11:29:50.254 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-10-01 11:29:50.254 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-10-01 11:29:50.254 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-10-01 11:29:50.254 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-10-01 11:29:50.254 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-10-01 11:29:50.254 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-10-01 11:29:50.254 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user glance --project service --user-domain Default --project-domain Default 2024-10-01 11:29:50.254 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance --project service --user-domain Default --project-domain Default -c Role -f value 2024-10-01 11:29:50.254 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:50.254 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=f3bf7d46e96a4a58bdec6d5052079373 2024-10-01 11:29:50.254 | + functions-common:get_or_add_user_project_role:1003 : echo f3bf7d46e96a4a58bdec6d5052079373 2024-10-01 11:29:50.254 | f3bf7d46e96a4a58bdec6d5052079373 2024-10-01 11:29:50.254 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-10-01 11:29:50.254 | + lib/glance:create_glance_accounts:460 : is_service_enabled s-proxy 2024-10-01 11:29:50.254 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:29:50.254 | + lib/glance:create_glance_accounts:464 : get_or_create_service glance image 'Glance Image Service' 2024-10-01 11:29:50.254 | + functions-common:get_or_create_service:1078 : local service_id 2024-10-01 11:29:50.254 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2024-10-01 11:29:50.254 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create image --name glance '--description=Glance Image Service' -f value -c id 2024-10-01 11:29:50.254 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:50.254 | + functions-common:get_or_create_service:1089 : service_id=' 2024-10-01 11:29:50.254 | 4fa8e81874c845338721acd44f3c8b7b' 2024-10-01 11:29:50.254 | + functions-common:get_or_create_service:1090 : echo 4fa8e81874c845338721acd44f3c8b7b 2024-10-01 11:29:50.254 | 4fa8e81874c845338721acd44f3c8b7b 2024-10-01 11:29:50.254 | + lib/glance:create_glance_accounts:466 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2024-10-01 11:29:50.254 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-10-01 11:29:50.254 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface image public http://10.180.1.21/image RegionOne 2024-10-01 11:29:50.254 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-10-01 11:29:50.254 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service image --interface public --region RegionOne -c ID -f value 2024-10-01 11:29:50.254 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:50.254 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-10-01 11:29:50.254 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-10-01 11:29:50.254 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create image public http://10.180.1.21/image --region RegionOne -f value -c id 2024-10-01 11:29:50.254 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:50.254 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=d65737508bbb470baa996c4bd8cd38d0 2024-10-01 11:29:50.254 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo d65737508bbb470baa996c4bd8cd38d0 2024-10-01 11:29:50.254 | + functions-common:get_or_create_endpoint:1123 : public_id=d65737508bbb470baa996c4bd8cd38d0 2024-10-01 11:29:50.254 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-10-01 11:29:50.254 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-10-01 11:29:50.254 | + functions-common:get_or_create_endpoint:1132 : echo d65737508bbb470baa996c4bd8cd38d0 2024-10-01 11:29:50.254 | d65737508bbb470baa996c4bd8cd38d0 2024-10-01 11:29:50.254 | ++ lib/glance:create_glance_accounts:471 : get_or_create_domain Default 2024-10-01 11:29:50.254 | ++ functions-common:get_or_create_domain:895 : local domain_id 2024-10-01 11:29:50.254 | +++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-10-01 11:29:50.254 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:50.254 | ++ functions-common:get_or_create_domain:900 : domain_id=default 2024-10-01 11:29:50.254 | ++ functions-common:get_or_create_domain:901 : echo default 2024-10-01 11:29:50.254 | + lib/glance:create_glance_accounts:471 : service_domain_id=default 2024-10-01 11:29:50.254 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2024-10-01 11:29:50.254 | + lib/glance:create_glance_accounts:473 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2024-10-01 11:29:50.254 | + lib/glance:create_glance_accounts:475 : [[ True = True ]] 2024-10-01 11:29:50.254 | + lib/glance:create_glance_accounts:476 : configure_glance_quotas 2024-10-01 11:29:50.254 | + lib/glance:configure_glance_quotas:294 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 1000 --region RegionOne image_size_total 2024-10-01 11:29:50.254 | +---------------+----------------------------------+ 2024-10-01 11:29:50.254 | | Field | Value | 2024-10-01 11:29:50.254 | +---------------+----------------------------------+ 2024-10-01 11:29:50.254 | | default_limit | 1000 | 2024-10-01 11:29:50.254 | | description | None | 2024-10-01 11:29:50.254 | | id | 5da9862c912c446cbfe8dbc9529de09b | 2024-10-01 11:29:50.254 | | region_id | RegionOne | 2024-10-01 11:29:50.254 | | resource_name | image_size_total | 2024-10-01 11:29:50.255 | | service_id | 4fa8e81874c845338721acd44f3c8b7b | 2024-10-01 11:29:50.255 | +---------------+----------------------------------+ 2024-10-01 11:29:50.255 | + lib/glance:configure_glance_quotas:296 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 1000 --region RegionOne image_stage_total 2024-10-01 11:29:50.255 | +---------------+----------------------------------+ 2024-10-01 11:29:50.255 | | Field | Value | 2024-10-01 11:29:50.255 | +---------------+----------------------------------+ 2024-10-01 11:29:50.255 | | default_limit | 1000 | 2024-10-01 11:29:50.255 | | description | None | 2024-10-01 11:29:50.255 | | id | 237e5f05d8f6430098797a11d5efef90 | 2024-10-01 11:29:50.255 | | region_id | RegionOne | 2024-10-01 11:29:50.255 | | resource_name | image_stage_total | 2024-10-01 11:29:50.255 | | service_id | 4fa8e81874c845338721acd44f3c8b7b | 2024-10-01 11:29:50.255 | +---------------+----------------------------------+ 2024-10-01 11:29:50.255 | + lib/glance:configure_glance_quotas:298 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_total 2024-10-01 11:29:50.255 | +---------------+----------------------------------+ 2024-10-01 11:29:50.255 | | Field | Value | 2024-10-01 11:29:50.255 | +---------------+----------------------------------+ 2024-10-01 11:29:50.255 | | default_limit | 100 | 2024-10-01 11:29:50.255 | | description | None | 2024-10-01 11:29:50.255 | | id | 3eeafb0aa1fa4b49a5815b8b89a6c537 | 2024-10-01 11:29:50.255 | | region_id | RegionOne | 2024-10-01 11:29:50.255 | | resource_name | image_count_total | 2024-10-01 11:29:50.255 | | service_id | 4fa8e81874c845338721acd44f3c8b7b | 2024-10-01 11:29:50.255 | +---------------+----------------------------------+ 2024-10-01 11:29:50.255 | + lib/glance:configure_glance_quotas:300 : openstack --os-cloud devstack-system-admin registered limit create --service glance --default-limit 100 --region RegionOne image_count_uploading 2024-10-01 11:29:50.255 | +---------------+----------------------------------+ 2024-10-01 11:29:50.255 | | Field | Value | 2024-10-01 11:29:50.255 | +---------------+----------------------------------+ 2024-10-01 11:29:50.255 | | default_limit | 100 | 2024-10-01 11:29:50.255 | | description | None | 2024-10-01 11:29:50.255 | | id | 30c9fbdb23ce4b90aedf2dea5e92c112 | 2024-10-01 11:29:50.255 | | region_id | RegionOne | 2024-10-01 11:29:50.255 | | resource_name | image_count_uploading | 2024-10-01 11:29:50.255 | | service_id | 4fa8e81874c845338721acd44f3c8b7b | 2024-10-01 11:29:50.255 | +---------------+----------------------------------+ 2024-10-01 11:29:50.255 | + lib/glance:configure_glance_quotas:304 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2024-10-01 11:29:50.255 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2024-10-01 11:29:50.255 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2024-10-01 11:29:50.256 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2024-10-01 11:29:50.256 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2024-10-01 11:29:50.256 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.180.1.21/identity 2024-10-01 11:29:50.256 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2024-10-01 11:29:50.256 | ++ lib/glance:configure_glance_quotas:313 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2024-10-01 11:29:50.256 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:50.256 | + lib/glance:configure_glance_quotas:313 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id d65737508bbb470baa996c4bd8cd38d0 2024-10-01 11:29:50.256 | + lib/glance:configure_glance_quotas:317 : openstack --os-cloud devstack-system-admin role add --user glance --user-domain Default --system all reader 2024-10-01 11:29:50.284 | [3480 Async create_glance_accounts:36596]: finished create_glance_accounts with result 0 in 24 seconds 2024-10-01 11:29:50.309 | [3480 Async create_cinder_accounts:36735]: Waiting for completion of create_cinder_accounts running on PID 36735 (3 other jobs running) 2024-10-01 11:29:50.326 | [3480 Async create_cinder_accounts:36735]: Signaling child to exit 2024-10-01 11:29:50.326 | WAKEUP 2024-10-01 11:29:50.341 | [3480 Async create_cinder_accounts:36735]: Signaled 2024-10-01 11:29:50.342 | + lib/cinder:create_cinder_accounts:431 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ c-api ]] 2024-10-01 11:29:50.342 | + lib/cinder:create_cinder_accounts:433 : local extra_role= 2024-10-01 11:29:50.342 | + lib/cinder:create_cinder_accounts:436 : is_service_enabled barbican 2024-10-01 11:29:50.342 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:29:50.342 | + lib/cinder:create_cinder_accounts:440 : create_service_user cinder 2024-10-01 11:29:50.342 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2024-10-01 11:29:50.342 | + functions-common:get_or_create_user:922 : local user_id 2024-10-01 11:29:50.342 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-10-01 11:29:50.342 | + functions-common:get_or_create_user:926 : local email= 2024-10-01 11:29:50.342 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create cinder --password nomoresecret --domain=Default --or-show -f value -c id 2024-10-01 11:29:50.342 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:50.342 | + functions-common:get_or_create_user:938 : user_id=8125622aabe7472a91420c8317a19253 2024-10-01 11:29:50.342 | + functions-common:get_or_create_user:939 : echo 8125622aabe7472a91420c8317a19253 2024-10-01 11:29:50.342 | 8125622aabe7472a91420c8317a19253 2024-10-01 11:29:50.342 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2024-10-01 11:29:50.342 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-01 11:29:50.342 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-01 11:29:50.342 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-10-01 11:29:50.342 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-01 11:29:50.342 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-01 11:29:50.342 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-10-01 11:29:50.342 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-10-01 11:29:50.342 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-10-01 11:29:50.342 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-10-01 11:29:50.342 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-10-01 11:29:50.342 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-10-01 11:29:50.342 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user cinder --project service --user-domain Default --project-domain Default 2024-10-01 11:29:50.342 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default -c Role -f value 2024-10-01 11:29:50.342 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:50.342 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=f3bf7d46e96a4a58bdec6d5052079373 2024-10-01 11:29:50.342 | + functions-common:get_or_add_user_project_role:1003 : echo f3bf7d46e96a4a58bdec6d5052079373 2024-10-01 11:29:50.342 | f3bf7d46e96a4a58bdec6d5052079373 2024-10-01 11:29:50.342 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-10-01 11:29:50.342 | + lib/cinder:create_cinder_accounts:443 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2024-10-01 11:29:50.342 | + functions-common:get_or_create_service:1078 : local service_id 2024-10-01 11:29:50.342 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2024-10-01 11:29:50.342 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2024-10-01 11:29:50.342 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:50.343 | + functions-common:get_or_create_service:1089 : service_id=' 2024-10-01 11:29:50.343 | 8c5b97fce9ad4f4691f3497d5a60c5f4' 2024-10-01 11:29:50.343 | + functions-common:get_or_create_service:1090 : echo 8c5b97fce9ad4f4691f3497d5a60c5f4 2024-10-01 11:29:50.343 | 8c5b97fce9ad4f4691f3497d5a60c5f4 2024-10-01 11:29:50.343 | + lib/cinder:create_cinder_accounts:444 : '[' True == False ']' 2024-10-01 11:29:50.343 | + lib/cinder:create_cinder_accounts:457 : get_or_create_endpoint block-storage RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-10-01 11:29:50.343 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-10-01 11:29:50.343 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface block-storage public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2024-10-01 11:29:50.343 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-10-01 11:29:50.343 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2024-10-01 11:29:50.343 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:50.343 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-10-01 11:29:50.343 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-10-01 11:29:50.343 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create block-storage public 'http://10.180.1.21/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2024-10-01 11:29:50.343 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:50.343 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=bf392a157a1649d7b3e31e527a0a077b 2024-10-01 11:29:50.343 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo bf392a157a1649d7b3e31e527a0a077b 2024-10-01 11:29:50.343 | + functions-common:get_or_create_endpoint:1123 : public_id=bf392a157a1649d7b3e31e527a0a077b 2024-10-01 11:29:50.343 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-10-01 11:29:50.343 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-10-01 11:29:50.343 | + functions-common:get_or_create_endpoint:1132 : echo bf392a157a1649d7b3e31e527a0a077b 2024-10-01 11:29:50.343 | bf392a157a1649d7b3e31e527a0a077b 2024-10-01 11:29:50.343 | + lib/cinder:create_cinder_accounts:461 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2024-10-01 11:29:50.343 | + functions-common:get_or_create_service:1078 : local service_id 2024-10-01 11:29:50.343 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2024-10-01 11:29:50.344 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2024-10-01 11:29:50.344 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:50.344 | + functions-common:get_or_create_service:1089 : service_id=' 2024-10-01 11:29:50.344 | 485bba2ea4484a70995f91b44b506a75' 2024-10-01 11:29:50.344 | + functions-common:get_or_create_service:1090 : echo 485bba2ea4484a70995f91b44b506a75 2024-10-01 11:29:50.344 | 485bba2ea4484a70995f91b44b506a75 2024-10-01 11:29:50.344 | + lib/cinder:create_cinder_accounts:463 : get_or_create_endpoint volumev3 RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-10-01 11:29:50.344 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-10-01 11:29:50.344 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.180.1.21/volume/v3/$(project_id)s' RegionOne 2024-10-01 11:29:50.344 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-10-01 11:29:50.344 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2024-10-01 11:29:50.344 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:50.344 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-10-01 11:29:50.344 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-10-01 11:29:50.344 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create volumev3 public 'http://10.180.1.21/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2024-10-01 11:29:50.344 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:50.344 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=136385294ca94365ba1d7508fae83a7d 2024-10-01 11:29:50.344 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 136385294ca94365ba1d7508fae83a7d 2024-10-01 11:29:50.344 | + functions-common:get_or_create_endpoint:1123 : public_id=136385294ca94365ba1d7508fae83a7d 2024-10-01 11:29:50.344 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-10-01 11:29:50.344 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-10-01 11:29:50.344 | + functions-common:get_or_create_endpoint:1132 : echo 136385294ca94365ba1d7508fae83a7d 2024-10-01 11:29:50.344 | 136385294ca94365ba1d7508fae83a7d 2024-10-01 11:29:50.344 | + lib/cinder:create_cinder_accounts:468 : configure_cinder_internal_tenant 2024-10-01 11:29:50.344 | ++ lib/cinder:configure_cinder_internal_tenant:704 : get_or_create_project service 2024-10-01 11:29:50.344 | ++ functions-common:get_or_create_project:945 : local project_id 2024-10-01 11:29:50.344 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2024-10-01 11:29:50.344 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:50.344 | ++ functions-common:get_or_create_project:951 : project_id=644b74b3977f401eb6ca4a680ade2550 2024-10-01 11:29:50.344 | ++ functions-common:get_or_create_project:952 : echo 644b74b3977f401eb6ca4a680ade2550 2024-10-01 11:29:50.344 | + lib/cinder:configure_cinder_internal_tenant:704 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 644b74b3977f401eb6ca4a680ade2550 2024-10-01 11:29:50.344 | ++ lib/cinder:configure_cinder_internal_tenant:705 : get_or_create_user cinder 2024-10-01 11:29:50.344 | ++ functions-common:get_or_create_user:922 : local user_id 2024-10-01 11:29:50.344 | ++ functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-10-01 11:29:50.344 | ++ functions-common:get_or_create_user:926 : local email= 2024-10-01 11:29:50.344 | +++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create cinder --password '' --domain= --or-show -f value -c id 2024-10-01 11:29:50.344 | No password was supplied, authentication will fail when a user does not have a password. 2024-10-01 11:29:50.344 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:50.344 | ++ functions-common:get_or_create_user:938 : user_id=8125622aabe7472a91420c8317a19253 2024-10-01 11:29:50.344 | ++ functions-common:get_or_create_user:939 : echo 8125622aabe7472a91420c8317a19253 2024-10-01 11:29:50.344 | + lib/cinder:configure_cinder_internal_tenant:705 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 8125622aabe7472a91420c8317a19253 2024-10-01 11:29:50.372 | [3480 Async create_cinder_accounts:36735]: finished create_cinder_accounts with result 0 in 22 seconds 2024-10-01 11:29:50.375 | + inc/async:async_wait:197 : return 0 2024-10-01 11:29:50.377 | + stack.sh:main:1138 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2024-10-01 11:29:50.413 | [3480 Async create_neutron_accounts:36878]: Waiting for completion of create_neutron_accounts running on PID 36878 (2 other jobs running) 2024-10-01 11:29:50.430 | [3480 Async create_neutron_accounts:36878]: Signaling child to exit 2024-10-01 11:29:50.430 | WAKEUP 2024-10-01 11:29:50.445 | [3480 Async create_neutron_accounts:36878]: Signaled 2024-10-01 11:29:50.446 | + lib/neutron:create_neutron_accounts:478 : local neutron_url 2024-10-01 11:29:50.446 | + lib/neutron:create_neutron_accounts:479 : '[' False == True ']' 2024-10-01 11:29:50.446 | + lib/neutron:create_neutron_accounts:482 : neutron_url=http://10.180.1.21:9696/ 2024-10-01 11:29:50.446 | + lib/neutron:create_neutron_accounts:484 : '[' '!' -z networking ']' 2024-10-01 11:29:50.446 | + lib/neutron:create_neutron_accounts:485 : neutron_url=http://10.180.1.21:9696/networking 2024-10-01 11:29:50.446 | + lib/neutron:create_neutron_accounts:488 : is_service_enabled q-svc neutron-api 2024-10-01 11:29:50.446 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:29:50.446 | + lib/neutron:create_neutron_accounts:490 : create_service_user neutron 2024-10-01 11:29:50.446 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2024-10-01 11:29:50.446 | + functions-common:get_or_create_user:922 : local user_id 2024-10-01 11:29:50.446 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-10-01 11:29:50.446 | + functions-common:get_or_create_user:926 : local email= 2024-10-01 11:29:50.446 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create neutron --password nomoresecret --domain=Default --or-show -f value -c id 2024-10-01 11:29:50.446 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:50.446 | + functions-common:get_or_create_user:938 : user_id=24f2352801a64ca792e4a8f436442ae5 2024-10-01 11:29:50.446 | + functions-common:get_or_create_user:939 : echo 24f2352801a64ca792e4a8f436442ae5 2024-10-01 11:29:50.446 | 24f2352801a64ca792e4a8f436442ae5 2024-10-01 11:29:50.446 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2024-10-01 11:29:50.446 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-01 11:29:50.446 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-01 11:29:50.446 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-10-01 11:29:50.446 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-01 11:29:50.446 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-01 11:29:50.446 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-10-01 11:29:50.446 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-10-01 11:29:50.447 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-10-01 11:29:50.447 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-10-01 11:29:50.447 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-10-01 11:29:50.447 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-10-01 11:29:50.447 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user neutron --project service --user-domain Default --project-domain Default 2024-10-01 11:29:50.447 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default -c Role -f value 2024-10-01 11:29:50.447 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:50.447 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=f3bf7d46e96a4a58bdec6d5052079373 2024-10-01 11:29:50.447 | + functions-common:get_or_add_user_project_role:1003 : echo f3bf7d46e96a4a58bdec6d5052079373 2024-10-01 11:29:50.447 | f3bf7d46e96a4a58bdec6d5052079373 2024-10-01 11:29:50.447 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-10-01 11:29:50.447 | + lib/neutron:create_neutron_accounts:492 : get_or_create_service neutron network 'Neutron Service' 2024-10-01 11:29:50.447 | + functions-common:get_or_create_service:1078 : local service_id 2024-10-01 11:29:50.447 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2024-10-01 11:29:50.447 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create network --name neutron '--description=Neutron Service' -f value -c id 2024-10-01 11:29:50.447 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:50.447 | + functions-common:get_or_create_service:1089 : service_id=' 2024-10-01 11:29:50.447 | 910c587b595c4ed5a3af8f854467512e' 2024-10-01 11:29:50.447 | + functions-common:get_or_create_service:1090 : echo 910c587b595c4ed5a3af8f854467512e 2024-10-01 11:29:50.447 | 910c587b595c4ed5a3af8f854467512e 2024-10-01 11:29:50.447 | + lib/neutron:create_neutron_accounts:494 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2024-10-01 11:29:50.447 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-10-01 11:29:50.447 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface network public http://10.180.1.21:9696/networking RegionOne 2024-10-01 11:29:50.447 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-10-01 11:29:50.447 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service network --interface public --region RegionOne -c ID -f value 2024-10-01 11:29:50.447 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:50.447 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-10-01 11:29:50.447 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-10-01 11:29:50.447 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create network public http://10.180.1.21:9696/networking --region RegionOne -f value -c id 2024-10-01 11:29:50.447 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:29:50.447 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=f6a96441728f4878b77d129c953fb24f 2024-10-01 11:29:50.447 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo f6a96441728f4878b77d129c953fb24f 2024-10-01 11:29:50.447 | + functions-common:get_or_create_endpoint:1123 : public_id=f6a96441728f4878b77d129c953fb24f 2024-10-01 11:29:50.447 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-10-01 11:29:50.447 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-10-01 11:29:50.447 | + functions-common:get_or_create_endpoint:1132 : echo f6a96441728f4878b77d129c953fb24f 2024-10-01 11:29:50.447 | f6a96441728f4878b77d129c953fb24f 2024-10-01 11:29:50.476 | [3480 Async create_neutron_accounts:36878]: finished create_neutron_accounts with result 0 in 13 seconds 2024-10-01 11:29:50.481 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2024-10-01 11:29:50.485 | Not waiting for async task configure_horizon that we never started or has already been waited for 2024-10-01 11:29:50.487 | + inc/async:async_wait:197 : return 0 2024-10-01 11:29:50.489 | + stack.sh:main:1144 : is_service_enabled mysql postgresql 2024-10-01 11:29:50.502 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:29:50.504 | + stack.sh:main:1144 : is_service_enabled glance 2024-10-01 11:29:50.517 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:29:50.519 | + stack.sh:main:1145 : echo_summary 'Configuring Glance' 2024-10-01 11:29:50.521 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 11:29:50.523 | + stack.sh:echo_summary:455 : echo -e Configuring Glance 2024-10-01 11:29:50.524 | + stack.sh:main:1146 : async_runfunc init_glance 2024-10-01 11:29:50.526 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2024-10-01 11:29:50.573 | + inc/async:async_inner:63 : init_glance 2024-10-01 11:29:50.601 | [3480 Async init_glance:39161]: running: init_glance 2024-10-01 11:29:50.604 | + stack.sh:main:1153 : is_service_enabled neutron 2024-10-01 11:29:50.619 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:29:50.621 | + stack.sh:main:1154 : echo_summary 'Configuring Neutron' 2024-10-01 11:29:50.624 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 11:29:50.626 | + stack.sh:echo_summary:455 : echo -e Configuring Neutron 2024-10-01 11:29:50.628 | + stack.sh:main:1156 : configure_neutron 2024-10-01 11:29:50.630 | + lib/neutron:configure_neutron:374 : _configure_neutron_common 2024-10-01 11:29:50.631 | + lib/neutron:_configure_neutron_common:841 : _create_neutron_conf_dir 2024-10-01 11:29:50.633 | + lib/neutron:_create_neutron_conf_dir:834 : sudo install -d -o stack /etc/neutron 2024-10-01 11:29:50.643 | + lib/neutron:_configure_neutron_common:844 : cd /opt/stack//neutron 2024-10-01 11:29:50.645 | + lib/neutron:_configure_neutron_common:844 : exec ./tools/generate_config_file_samples.sh 2024-10-01 11:29:54.773 | + inc/async:async_inner:64 : rc=0 2024-10-01 11:29:54.791 | [39161 Async init_glance:39161]: finished successfully 2024-10-01 11:30:10.356 | + lib/neutron:_configure_neutron_common:846 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2024-10-01 11:30:10.360 | + lib/neutron:_configure_neutron_common:848 : Q_POLICY_FILE=/etc/neutron/policy.json 2024-10-01 11:30:10.362 | + lib/neutron:_configure_neutron_common:852 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2024-10-01 11:30:10.364 | + lib/neutron:_configure_neutron_common:856 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2024-10-01 11:30:10.366 | + lib/neutron:_configure_neutron_common:861 : neutron_plugin_configure_common 2024-10-01 11:30:10.368 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2024-10-01 11:30:10.369 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2024-10-01 11:30:10.371 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2024-10-01 11:30:10.373 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2024-10-01 11:30:10.375 | + lib/neutron:neutron_service_plugin_class_add:1019 : local service_plugin_class=router 2024-10-01 11:30:10.376 | + lib/neutron:neutron_service_plugin_class_add:1020 : [[ '' == '' ]] 2024-10-01 11:30:10.378 | + lib/neutron:neutron_service_plugin_class_add:1021 : Q_SERVICE_PLUGIN_CLASSES=router 2024-10-01 11:30:10.380 | + lib/neutron:_configure_neutron_common:863 : [[ etc/neutron/plugins/ml2 == '' ]] 2024-10-01 11:30:10.382 | + lib/neutron:_configure_neutron_common:863 : [[ ml2_conf.ini == '' ]] 2024-10-01 11:30:10.384 | + lib/neutron:_configure_neutron_common:863 : [[ ml2 == '' ]] 2024-10-01 11:30:10.385 | + lib/neutron:_configure_neutron_common:868 : mkdir -p /etc/neutron/plugins/ml2 2024-10-01 11:30:10.389 | + lib/neutron:_configure_neutron_common:869 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 11:30:10.391 | + lib/neutron:_configure_neutron_common:872 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 11:30:10.392 | + lib/neutron:_configure_neutron_common:875 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2024-10-01 11:30:10.394 | + lib/neutron:_configure_neutron_common:876 : cp /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 11:30:10.398 | ++ lib/neutron:_configure_neutron_common:881 : database_connection_url neutron 2024-10-01 11:30:10.400 | ++ lib/database:database_connection_url:134 : local db=neutron 2024-10-01 11:30:10.402 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2024-10-01 11:30:10.404 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=neutron 2024-10-01 11:30:10.406 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-10-01 11:30:10.407 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-10-01 11:30:10.409 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8' 2024-10-01 11:30:10.411 | + lib/neutron:_configure_neutron_common:881 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8' 2024-10-01 11:30:10.435 | + lib/neutron:_configure_neutron_common:882 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2024-10-01 11:30:10.459 | + lib/neutron:_configure_neutron_common:883 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2024-10-01 11:30:10.482 | + lib/neutron:_configure_neutron_common:884 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2024-10-01 11:30:10.506 | + lib/neutron:_configure_neutron_common:885 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2024-10-01 11:30:10.529 | + lib/neutron:_configure_neutron_common:888 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2024-10-01 11:30:10.553 | + lib/neutron:_configure_neutron_common:890 : '[' vsphere = fake ']' 2024-10-01 11:30:10.555 | + lib/neutron:_configure_neutron_common:900 : setup_logging /etc/neutron/neutron.conf 2024-10-01 11:30:10.557 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2024-10-01 11:30:10.558 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2024-10-01 11:30:10.561 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-10-01 11:30:10.573 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-10-01 11:30:10.575 | + functions:setup_systemd_logging:706 : local pidstr= 2024-10-01 11:30:10.577 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-10-01 11:30:10.579 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-10-01 11:30:10.581 | + functions:setup_systemd_logging:713 : iniset /etc/neutron/neutron.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2024-10-01 11:30:10.603 | + functions:setup_systemd_logging:715 : iniset /etc/neutron/neutron.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2024-10-01 11:30:10.626 | + functions:setup_systemd_logging:716 : iniset /etc/neutron/neutron.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2024-10-01 11:30:10.650 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-10-01 11:30:10.674 | + lib/neutron:_configure_neutron_common:902 : is_service_enabled tls-proxy 2024-10-01 11:30:10.687 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:30:10.689 | + lib/neutron:_configure_neutron_common:908 : _neutron_setup_rootwrap 2024-10-01 11:30:10.690 | + lib/neutron:_neutron_setup_rootwrap:1054 : [[ True == \F\a\l\s\e ]] 2024-10-01 11:30:10.692 | + lib/neutron:_neutron_setup_rootwrap:1058 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2024-10-01 11:30:10.694 | + lib/neutron:_neutron_setup_rootwrap:1059 : [[ -d /etc/neutron/rootwrap.d ]] 2024-10-01 11:30:10.696 | + lib/neutron:_neutron_setup_rootwrap:1063 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2024-10-01 11:30:10.698 | + lib/neutron:neutron_deploy_rootwrap_filters:1044 : [[ True == \F\a\l\s\e ]] 2024-10-01 11:30:10.699 | + lib/neutron:neutron_deploy_rootwrap_filters:1047 : local srcdir=/opt/stack//neutron 2024-10-01 11:30:10.701 | + lib/neutron:neutron_deploy_rootwrap_filters:1048 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2024-10-01 11:30:10.711 | + lib/neutron:neutron_deploy_rootwrap_filters:1049 : sudo install -o root -m 644 /opt/stack//neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/ 2024-10-01 11:30:10.720 | + lib/neutron:_neutron_setup_rootwrap:1067 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2024-10-01 11:30:10.722 | + lib/neutron:_neutron_setup_rootwrap:1070 : sudo install -o root -g root -m 644 /opt/stack//neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2024-10-01 11:30:10.731 | + lib/neutron:_neutron_setup_rootwrap:1072 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2024-10-01 11:30:10.740 | + lib/neutron:_neutron_setup_rootwrap:1073 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2024-10-01 11:30:10.749 | + lib/neutron:_neutron_setup_rootwrap:1076 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-10-01 11:30:10.751 | + lib/neutron:_neutron_setup_rootwrap:1077 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-10-01 11:30:10.754 | ++ lib/neutron:_neutron_setup_rootwrap:1080 : mktemp 2024-10-01 11:30:10.757 | + lib/neutron:_neutron_setup_rootwrap:1080 : TEMPFILE=/tmp/tmp.kzi9whNdsR 2024-10-01 11:30:10.759 | + lib/neutron:_neutron_setup_rootwrap:1081 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-10-01 11:30:10.761 | + lib/neutron:_neutron_setup_rootwrap:1082 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-10-01 11:30:10.763 | + lib/neutron:_neutron_setup_rootwrap:1083 : chmod 0440 /tmp/tmp.kzi9whNdsR 2024-10-01 11:30:10.766 | + lib/neutron:_neutron_setup_rootwrap:1084 : sudo chown root:root /tmp/tmp.kzi9whNdsR 2024-10-01 11:30:10.775 | + lib/neutron:_neutron_setup_rootwrap:1085 : sudo mv /tmp/tmp.kzi9whNdsR /etc/sudoers.d/neutron-rootwrap 2024-10-01 11:30:10.786 | + lib/neutron:_neutron_setup_rootwrap:1088 : configure_root_helper_options /etc/neutron/neutron.conf 2024-10-01 11:30:10.788 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/neutron.conf 2024-10-01 11:30:10.790 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-10-01 11:30:10.828 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-10-01 11:30:10.830 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-10-01 11:30:10.854 | + lib/neutron:configure_neutron:375 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2024-10-01 11:30:10.856 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2024-10-01 11:30:10.858 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2024-10-01 11:30:10.860 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-10-01 11:30:10.863 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-10-01 11:30:10.865 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-10-01 11:30:10.878 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:30:10.880 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-10-01 11:30:10.882 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-10-01 11:30:10.884 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-10-01 11:30:10.897 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:30:10.900 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-01 11:30:10.902 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-10-01 11:30:10.927 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-10-01 11:30:10.929 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-10-01 11:30:10.931 | + lib/neutron:configure_neutron:377 : is_service_enabled q-metering neutron-metering 2024-10-01 11:30:10.944 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:30:10.946 | + lib/neutron:configure_neutron:380 : is_service_enabled q-agt neutron-agent 2024-10-01 11:30:10.960 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:30:10.962 | + lib/neutron:configure_neutron:381 : _configure_neutron_plugin_agent 2024-10-01 11:30:10.964 | + lib/neutron:_configure_neutron_plugin_agent:966 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 11:30:10.966 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 11:30:10.968 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-10-01 11:30:10.994 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-10-01 11:30:10.996 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-10-01 11:30:11.020 | + lib/neutron:_configure_neutron_plugin_agent:967 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-10-01 11:30:11.046 | + lib/neutron:_configure_neutron_plugin_agent:970 : neutron_plugin_configure_plugin_agent 2024-10-01 11:30:11.048 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2024-10-01 11:30:11.050 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2024-10-01 11:30:11.052 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-10-01 11:30:12.391 | INFO neutron.common.config [-] Logging enabled! 2024-10-01 11:30:12.391 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev21 2024-10-01 11:30:12.391 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=40053) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-10-01 11:30:12.392 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2024-10-01 11:30:12.393 | INFO oslo.privsep.daemon [-] Running privsep helper: ['sudo', '/usr/local/bin/neutron-rootwrap', '/etc/neutron/rootwrap.conf', 'privsep-helper', '--config-file', '/etc/neutron/neutron.conf', '--privsep_context', 'neutron.privileged.ovs_vsctl_cmd', '--privsep_sock_path', '/tmp/tmpkfhe7d81/privsep.sock'] 2024-10-01 11:30:13.120 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2024-10-01 11:30:13.120 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmpkfhe7d81/privsep.sock {{(pid=40053) __init__ /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:362}} 2024-10-01 11:30:13.120 | INFO oslo.privsep.daemon [-] privsep daemon starting 2024-10-01 11:30:13.121 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2024-10-01 11:30:13.121 | INFO oslo.privsep.daemon [-] privsep process running with capabilities (eff/prm/inh): CAP_NET_ADMIN|CAP_SYS_ADMIN/CAP_NET_ADMIN|CAP_SYS_ADMIN/none 2024-10-01 11:30:13.121 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 40063 2024-10-01 11:30:13.122 | DEBUG oslo.privsep.daemon [-] privsep: reply[a840cf8a-4b3c-413a-ae0c-2252c40911f5]: (2,) {{(pid=40063) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-10-01 11:30:13.208 | 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=40063) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:384}} 2024-10-01 11:30:13.217 | 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=40063) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:422}} 2024-10-01 11:30:13.218 | DEBUG oslo.privsep.daemon [-] privsep: reply[53caec00-3a37-4026-bcee-47b29ee6812e]: (4, ('44afc154-fa78-465c-bf58-17ed8ed7f76a\n', '')) {{(pid=40063) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-10-01 11:30:13.304 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=40053) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-10-01 11:30:13.304 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=40053) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-10-01 11:30:13.304 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=40053) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-10-01 11:30:13.304 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=40053) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-10-01 11:30:13.305 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=40053) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-10-01 11:30:13.305 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=40053) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-10-01 11:30:13.339 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-10-01 11:30:13.339 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=40053) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-10-01 11:30:13.340 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=40053) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-10-01 11:30:13.340 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-10-01 11:30:13.614 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2024-10-01 11:30:13.616 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2024-10-01 11:30:13.618 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2024-10-01 11:30:13.620 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-10-01 11:30:13.622 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2024-10-01 11:30:13.636 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:41 : sudo ovs-vsctl --no-wait br-set-external-id br-int bridge-id br-int 2024-10-01 11:30:13.648 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2024-10-01 11:30:13.650 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:101 : [[ True == \T\r\u\e ]] 2024-10-01 11:30:13.652 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:102 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver openvswitch 2024-10-01 11:30:13.677 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:103 : running_in_container 2024-10-01 11:30:13.679 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2024-10-01 11:30:13.685 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2024-10-01 11:30:13.687 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:104 : enable_kernel_bridge_firewall 2024-10-01 11:30:13.689 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2024-10-01 11:30:13.725 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2024-10-01 11:30:13.738 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-10-01 11:30:13.740 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2024-10-01 11:30:13.747 | net.bridge.bridge-nf-call-iptables = 1 2024-10-01 11:30:13.750 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-10-01 11:30:13.752 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2024-10-01 11:30:13.758 | net.bridge.bridge-nf-call-ip6tables = 1 2024-10-01 11:30:13.761 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2024-10-01 11:30:13.763 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2024-10-01 11:30:13.765 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2024-10-01 11:30:13.767 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2024-10-01 11:30:13.768 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2024-10-01 11:30:13.770 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2024-10-01 11:30:13.773 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-10-01 11:30:13.775 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2024-10-01 11:30:13.777 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-10-01 11:30:13.779 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-10-01 11:30:13.791 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2024-10-01 11:30:13.793 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:57 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs bridge_mappings default:br-ex 2024-10-01 11:30:13.819 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2024-10-01 11:30:13.821 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2024-10-01 11:30:13.845 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2024-10-01 11:30:13.869 | + lib/neutron:configure_neutron:383 : is_service_enabled q-dhcp neutron-dhcp 2024-10-01 11:30:13.882 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:30:13.884 | + lib/neutron:configure_neutron:384 : _configure_neutron_dhcp_agent 2024-10-01 11:30:13.886 | + lib/neutron:_configure_neutron_dhcp_agent:913 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2024-10-01 11:30:13.889 | + lib/neutron:_configure_neutron_dhcp_agent:915 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2024-10-01 11:30:13.913 | + lib/neutron:_configure_neutron_dhcp_agent:917 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2024-10-01 11:30:13.937 | + lib/neutron:_configure_neutron_dhcp_agent:918 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2024-10-01 11:30:13.939 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/dhcp_agent.ini 2024-10-01 11:30:13.941 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/dhcp_agent.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-10-01 11:30:13.964 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-10-01 11:30:13.966 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/dhcp_agent.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-10-01 11:30:13.989 | + lib/neutron:_configure_neutron_dhcp_agent:920 : is_service_enabled q-l3 neutron-l3 2024-10-01 11:30:14.002 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:30:14.004 | + lib/neutron:_configure_neutron_dhcp_agent:931 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-10-01 11:30:14.006 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2024-10-01 11:30:14.030 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-10-01 11:30:14.032 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-10-01 11:30:14.034 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-10-01 11:30:14.057 | + lib/neutron:_configure_neutron_dhcp_agent:933 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2024-10-01 11:30:14.059 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-10-01 11:30:14.061 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2024-10-01 11:30:14.063 | + lib/neutron:configure_neutron:386 : is_service_enabled q-l3 neutron-l3 2024-10-01 11:30:14.076 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:30:14.078 | + lib/neutron:configure_neutron:387 : _configure_neutron_l3_agent 2024-10-01 11:30:14.080 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:114 : cp /opt/stack//neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini 2024-10-01 11:30:14.083 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2024-10-01 11:30:14.107 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:117 : iniset /etc/neutron/l3_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-10-01 11:30:14.132 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2024-10-01 11:30:14.134 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:119 : iniset /etc/neutron/l3_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-10-01 11:30:14.159 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2024-10-01 11:30:14.162 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2024-10-01 11:30:14.185 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2024-10-01 11:30:14.187 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2024-10-01 11:30:14.189 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2024-10-01 11:30:14.213 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2024-10-01 11:30:14.215 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2024-10-01 11:30:14.217 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2024-10-01 11:30:14.219 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:112 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-10-01 11:30:15.515 | INFO neutron.common.config [-] Logging enabled! 2024-10-01 11:30:15.515 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev21 2024-10-01 11:30:15.516 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=40608) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-10-01 11:30:15.541 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=40608) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-10-01 11:30:15.541 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=40608) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-10-01 11:30:15.541 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=40608) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-10-01 11:30:15.541 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=40608) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-10-01 11:30:15.541 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=40608) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-10-01 11:30:15.541 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=40608) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-10-01 11:30:15.575 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-10-01 11:30:15.575 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=40608) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-10-01 11:30:15.575 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=40608) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-10-01 11:30:15.576 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-10-01 11:30:15.839 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:113 : [[ False = \T\r\u\e ]] 2024-10-01 11:30:15.842 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:121 : _neutron_ovs_base_add_public_bridge 2024-10-01 11:30:15.844 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:127 : _neutron_ovs_base_add_bridge br-ex 2024-10-01 11:30:15.846 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-10-01 11:30:15.848 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2024-10-01 11:30:15.850 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-10-01 11:30:15.852 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-10-01 11:30:15.865 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:128 : set_mtu br-ex 8950 2024-10-01 11:30:15.867 | + functions:set_mtu:796 : local dev=br-ex 2024-10-01 11:30:15.869 | + functions:set_mtu:797 : local mtu=8950 2024-10-01 11:30:15.871 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2024-10-01 11:30:15.880 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:122 : sudo ovs-vsctl br-set-external-id br-ex bridge-id br-ex 2024-10-01 11:30:15.893 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 : _configure_public_network_connectivity 2024-10-01 11:30:15.895 | + lib/neutron:_configure_public_network_connectivity:770 : [[ -n ens224 ]] 2024-10-01 11:30:15.897 | + lib/neutron:_configure_public_network_connectivity:771 : _move_neutron_addresses_route ens224 br-ex True False inet 2024-10-01 11:30:15.899 | + lib/neutron:_move_neutron_addresses_route:711 : local from_intf=ens224 2024-10-01 11:30:15.901 | + lib/neutron:_move_neutron_addresses_route:712 : local to_intf=br-ex 2024-10-01 11:30:15.903 | + lib/neutron:_move_neutron_addresses_route:713 : local add_ovs_port=True 2024-10-01 11:30:15.905 | + lib/neutron:_move_neutron_addresses_route:714 : local del_ovs_port=False 2024-10-01 11:30:15.907 | + lib/neutron:_move_neutron_addresses_route:715 : local af=inet 2024-10-01 11:30:15.909 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n ens224 ]] 2024-10-01 11:30:15.911 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n br-ex ]] 2024-10-01 11:30:15.913 | + lib/neutron:_move_neutron_addresses_route:723 : local IP_REPLACE= 2024-10-01 11:30:15.915 | + lib/neutron:_move_neutron_addresses_route:724 : local IP_DEL= 2024-10-01 11:30:15.917 | + lib/neutron:_move_neutron_addresses_route:725 : local IP_UP= 2024-10-01 11:30:15.920 | + lib/neutron:_move_neutron_addresses_route:726 : local DEFAULT_ROUTE_GW 2024-10-01 11:30:15.922 | ++ lib/neutron:_move_neutron_addresses_route:727 : ip -f inet r 2024-10-01 11:30:15.923 | ++ lib/neutron:_move_neutron_addresses_route:727 : awk '/default.+ens224\s/ { print $3; exit }' 2024-10-01 11:30:15.928 | + lib/neutron:_move_neutron_addresses_route:727 : DEFAULT_ROUTE_GW= 2024-10-01 11:30:15.930 | + lib/neutron:_move_neutron_addresses_route:728 : local ADD_OVS_PORT= 2024-10-01 11:30:15.932 | + lib/neutron:_move_neutron_addresses_route:729 : local DEL_OVS_PORT= 2024-10-01 11:30:15.934 | + lib/neutron:_move_neutron_addresses_route:730 : local ARP_CMD= 2024-10-01 11:30:15.937 | ++ lib/neutron:_move_neutron_addresses_route:732 : ip -f inet a s dev ens224 scope global primary 2024-10-01 11:30:15.937 | ++ lib/neutron:_move_neutron_addresses_route:732 : grep inet 2024-10-01 11:30:15.938 | ++ lib/neutron:_move_neutron_addresses_route:732 : awk '{ print $2, $3, $4; exit }' 2024-10-01 11:30:15.943 | + lib/neutron:_move_neutron_addresses_route:732 : IP_BRD= 2024-10-01 11:30:15.945 | + lib/neutron:_move_neutron_addresses_route:734 : '[' '' '!=' '' ']' 2024-10-01 11:30:15.947 | + lib/neutron:_move_neutron_addresses_route:738 : [[ True == \T\r\u\e ]] 2024-10-01 11:30:15.948 | + lib/neutron:_move_neutron_addresses_route:739 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2024-10-01 11:30:15.950 | + lib/neutron:_move_neutron_addresses_route:742 : [[ False == \T\r\u\e ]] 2024-10-01 11:30:15.952 | + lib/neutron:_move_neutron_addresses_route:746 : [[ '' != '' ]] 2024-10-01 11:30:15.954 | + lib/neutron:_move_neutron_addresses_route:758 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2024-10-01 11:30:15.968 | ++ lib/neutron:_configure_public_network_connectivity:773 : ip -f inet6 a s dev ens224 2024-10-01 11:30:15.968 | ++ lib/neutron:_configure_public_network_connectivity:773 : grep -c global 2024-10-01 11:30:15.972 | + lib/neutron:_configure_public_network_connectivity:773 : [[ 0 != 0 ]] 2024-10-01 11:30:15.974 | + lib/neutron:configure_neutron:389 : is_service_enabled q-meta neutron-metadata-agent 2024-10-01 11:30:15.989 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:30:15.991 | + lib/neutron:configure_neutron:390 : _configure_neutron_metadata_agent 2024-10-01 11:30:15.993 | + lib/neutron:_configure_neutron_metadata_agent:938 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2024-10-01 11:30:15.997 | + lib/neutron:_configure_neutron_metadata_agent:940 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2024-10-01 11:30:16.021 | + lib/neutron:_configure_neutron_metadata_agent:941 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2024-10-01 11:30:16.044 | + lib/neutron:_configure_neutron_metadata_agent:942 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2024-10-01 11:30:16.068 | + lib/neutron:_configure_neutron_metadata_agent:943 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2024-10-01 11:30:16.070 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/metadata_agent.ini 2024-10-01 11:30:16.072 | + lib/neutron:configure_root_helper_options:1093 : iniset /etc/neutron/metadata_agent.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-10-01 11:30:16.096 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-10-01 11:30:16.098 | + lib/neutron:configure_root_helper_options:1095 : iniset /etc/neutron/metadata_agent.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-10-01 11:30:16.122 | + lib/neutron:configure_neutron:393 : [[ legacy != \l\e\g\a\c\y ]] 2024-10-01 11:30:16.124 | + lib/neutron:configure_neutron:396 : is_service_enabled ceilometer 2024-10-01 11:30:16.137 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:30:16.139 | + lib/neutron:configure_neutron:400 : [[ openvswitch == \o\v\n ]] 2024-10-01 11:30:16.141 | + lib/neutron:configure_neutron:406 : is_service_enabled q-placement neutron-placement 2024-10-01 11:30:16.154 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:30:16.156 | + lib/neutron:configure_neutron:409 : is_service_enabled q-trunk neutron-trunk 2024-10-01 11:30:16.169 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:30:16.171 | + lib/neutron:configure_neutron:412 : is_service_enabled q-qos neutron-qos 2024-10-01 11:30:16.184 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:30:16.186 | + lib/neutron:configure_neutron:421 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2024-10-01 11:30:16.199 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:30:16.201 | + lib/neutron:configure_neutron:422 : _configure_neutron_service 2024-10-01 11:30:16.203 | + lib/neutron:_configure_neutron_service:985 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2024-10-01 11:30:16.206 | + lib/neutron:_configure_neutron_service:986 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2024-10-01 11:30:16.209 | + lib/neutron:_configure_neutron_service:988 : [[ -n networking ]] 2024-10-01 11:30:16.211 | + lib/neutron:_configure_neutron_service:989 : _replace_api_paste_composite 2024-10-01 11:30:16.213 | + lib/neutron:_replace_api_paste_composite:974 : local sep 2024-10-01 11:30:16.215 | ++ lib/neutron:_replace_api_paste_composite:975 : echo -ne '\x01' 2024-10-01 11:30:16.217 | + lib/neutron:_replace_api_paste_composite:975 : sep=$'\001' 2024-10-01 11:30:16.220 | + lib/neutron:_replace_api_paste_composite:977 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2024-10-01 11:30:16.223 | + lib/neutron:_replace_api_paste_composite:978 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2024-10-01 11:30:16.227 | + lib/neutron:_replace_api_paste_composite:979 : sed -i -e 's/\/v2.0\: neutronapi_v2_0/\/networking\/v2.0\: neutronapi_v2_0/' /etc/neutron/api-paste.ini 2024-10-01 11:30:16.230 | + lib/neutron:_configure_neutron_service:993 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2024-10-01 11:30:16.254 | + lib/neutron:_configure_neutron_service:995 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-10-01 11:30:16.279 | + lib/neutron:_configure_neutron_service:996 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2024-10-01 11:30:16.303 | + lib/neutron:_configure_neutron_service:998 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2024-10-01 11:30:16.327 | + lib/neutron:_configure_neutron_service:999 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2024-10-01 11:30:16.329 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-10-01 11:30:16.331 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2024-10-01 11:30:16.333 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-10-01 11:30:16.335 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2024-10-01 11:30:16.359 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2024-10-01 11:30:16.382 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-10-01 11:30:16.406 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2024-10-01 11:30:16.430 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2024-10-01 11:30:16.455 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2024-10-01 11:30:16.479 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2024-10-01 11:30:16.504 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2024-10-01 11:30:16.528 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-10-01 11:30:16.552 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2024-10-01 11:30:16.577 | + lib/neutron:_configure_neutron_service:1002 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2024-10-01 11:30:16.601 | + lib/neutron:_configure_neutron_service:1003 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2024-10-01 11:30:16.626 | + lib/neutron:_configure_neutron_service:1005 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2024-10-01 11:30:16.628 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-10-01 11:30:16.630 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-10-01 11:30:16.632 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-10-01 11:30:16.634 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2024-10-01 11:30:16.659 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2024-10-01 11:30:16.683 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2024-10-01 11:30:16.708 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2024-10-01 11:30:16.733 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2024-10-01 11:30:16.758 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2024-10-01 11:30:16.784 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2024-10-01 11:30:16.811 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2024-10-01 11:30:16.836 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-10-01 11:30:16.862 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2024-10-01 11:30:16.886 | + lib/neutron:_configure_neutron_service:1008 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2024-10-01 11:30:16.888 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-10-01 11:30:16.890 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-10-01 11:30:16.892 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2024-10-01 11:30:16.894 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2024-10-01 11:30:16.918 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2024-10-01 11:30:16.943 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2024-10-01 11:30:16.967 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2024-10-01 11:30:16.991 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2024-10-01 11:30:17.016 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2024-10-01 11:30:17.040 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2024-10-01 11:30:17.064 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2024-10-01 11:30:17.088 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2024-10-01 11:30:17.114 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2024-10-01 11:30:17.139 | + lib/neutron:_configure_neutron_service:1011 : neutron_plugin_configure_service 2024-10-01 11:30:17.141 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2024-10-01 11:30:17.143 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2024-10-01 11:30:17.145 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2024-10-01 11:30:17.147 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2024-10-01 11:30:17.149 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2024-10-01 11:30:17.151 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2024-10-01 11:30:17.153 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2024-10-01 11:30:17.155 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2024-10-01 11:30:17.157 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2024-10-01 11:30:17.159 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2024-10-01 11:30:17.161 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2024-10-01 11:30:17.163 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2024-10-01 11:30:17.165 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2024-10-01 11:30:17.167 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2024-10-01 11:30:17.168 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2024-10-01 11:30:17.171 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2024-10-01 11:30:17.172 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2024-10-01 11:30:17.174 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:114 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group=True 2024-10-01 11:30:17.176 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 11:30:17.178 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2024-10-01 11:30:17.180 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2024-10-01 11:30:17.182 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2024-10-01 11:30:17.184 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-10-01 11:30:17.186 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-10-01 11:30:17.209 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:116 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=ovn 2024-10-01 11:30:17.211 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 11:30:17.213 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-10-01 11:30:17.215 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2024-10-01 11:30:17.217 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2024-10-01 11:30:17.219 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-10-01 11:30:17.221 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2024-10-01 11:30:17.244 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2024-10-01 11:30:17.246 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:120 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version=4 2024-10-01 11:30:17.248 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 11:30:17.249 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-10-01 11:30:17.252 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2024-10-01 11:30:17.254 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2024-10-01 11:30:17.256 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-10-01 11:30:17.258 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-10-01 11:30:17.280 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2024-10-01 11:30:17.282 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:126 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security 2024-10-01 11:30:17.284 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 11:30:17.286 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-10-01 11:30:17.287 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2024-10-01 11:30:17.289 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2024-10-01 11:30:17.291 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-10-01 11:30:17.293 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-10-01 11:30:17.316 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:128 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=geneve 2024-10-01 11:30:17.318 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 11:30:17.319 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-10-01 11:30:17.321 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2024-10-01 11:30:17.323 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2024-10-01 11:30:17.325 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-10-01 11:30:17.327 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2024-10-01 11:30:17.350 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:130 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges=1:1000 2024-10-01 11:30:17.352 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 11:30:17.354 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2024-10-01 11:30:17.356 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2024-10-01 11:30:17.357 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2024-10-01 11:30:17.359 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-10-01 11:30:17.362 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges 1:1000 2024-10-01 11:30:17.385 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:132 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges=1:1000 2024-10-01 11:30:17.387 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 11:30:17.389 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2024-10-01 11:30:17.391 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-10-01 11:30:17.393 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-10-01 11:30:17.394 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-10-01 11:30:17.396 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2024-10-01 11:30:17.419 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:134 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks=default, 2024-10-01 11:30:17.421 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 11:30:17.423 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2024-10-01 11:30:17.425 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2024-10-01 11:30:17.427 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2024-10-01 11:30:17.429 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-10-01 11:30:17.431 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks default, 2024-10-01 11:30:17.454 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:136 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges=default:2:999 2024-10-01 11:30:17.456 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 11:30:17.458 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2024-10-01 11:30:17.460 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2024-10-01 11:30:17.462 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2024-10-01 11:30:17.464 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-10-01 11:30:17.466 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges default:2:999 2024-10-01 11:30:17.489 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:138 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges=1:1000 2024-10-01 11:30:17.491 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 11:30:17.493 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2024-10-01 11:30:17.495 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-10-01 11:30:17.497 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-10-01 11:30:17.499 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-10-01 11:30:17.501 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2024-10-01 11:30:17.524 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2024-10-01 11:30:17.526 | + lib/neutron:configure_neutron:425 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2024-10-01 11:30:17.551 | + lib/neutron:configure_neutron:429 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2024-10-01 11:30:17.576 | + lib/neutron:configure_neutron:431 : '[' False == True ']' 2024-10-01 11:30:17.578 | + stack.sh:main:1159 : is_service_enabled mysql postgresql 2024-10-01 11:30:17.591 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:30:17.593 | + stack.sh:main:1159 : is_service_enabled neutron 2024-10-01 11:30:17.606 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:30:17.608 | + stack.sh:main:1160 : async_runfunc init_neutron 2024-10-01 11:30:17.610 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2024-10-01 11:30:17.656 | + inc/async:async_inner:63 : init_neutron 2024-10-01 11:30:17.685 | [3480 Async init_neutron:42452]: running: init_neutron 2024-10-01 11:30:17.687 | + stack.sh:main:1168 : is_service_enabled q-dhcp 2024-10-01 11:30:17.702 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:30:17.705 | ++ stack.sh:main:1172 : pidof NetworkManager 2024-10-01 11:30:17.716 | ++ stack.sh:main:1172 : true 2024-10-01 11:30:17.718 | + stack.sh:main:1172 : netman_pid= 2024-10-01 11:30:17.720 | + stack.sh:main:1173 : '[' -z '' ']' 2024-10-01 11:30:17.722 | + stack.sh:main:1174 : sudo killall dnsmasq 2024-10-01 11:30:17.733 | dnsmasq: no process found 2024-10-01 11:30:17.736 | + stack.sh:main:1174 : true 2024-10-01 11:30:17.738 | + stack.sh:main:1179 : clean_iptables 2024-10-01 11:30:17.741 | + lib/nova:clean_iptables:184 : sed 's/-c [0-9]* [0-9]* //g' 2024-10-01 11:30:17.742 | + lib/nova:clean_iptables:184 : sudo iptables -S -v 2024-10-01 11:30:17.743 | + lib/nova:clean_iptables:184 : grep nova 2024-10-01 11:30:17.743 | + lib/nova:clean_iptables:184 : sed s/-A/-D/g 2024-10-01 11:30:17.743 | + lib/nova:clean_iptables:184 : grep '\-A' 2024-10-01 11:30:17.744 | + lib/nova:clean_iptables:184 : awk '{print "sudo iptables",$0}' 2024-10-01 11:30:17.744 | + lib/nova:clean_iptables:184 : bash 2024-10-01 11:30:17.780 | + lib/nova:clean_iptables:186 : sudo iptables -S -v -t nat 2024-10-01 11:30:17.780 | + lib/nova:clean_iptables:186 : grep nova 2024-10-01 11:30:17.780 | + lib/nova:clean_iptables:186 : grep '\-A' 2024-10-01 11:30:17.780 | + lib/nova:clean_iptables:186 : sed 's/-c [0-9]* [0-9]* //g' 2024-10-01 11:30:17.781 | + lib/nova:clean_iptables:186 : awk '{print "sudo iptables -t nat",$0}' 2024-10-01 11:30:17.781 | + lib/nova:clean_iptables:186 : sed s/-A/-D/g 2024-10-01 11:30:17.782 | + lib/nova:clean_iptables:186 : bash 2024-10-01 11:30:17.791 | + lib/nova:clean_iptables:188 : sudo iptables -S -v 2024-10-01 11:30:17.792 | + lib/nova:clean_iptables:188 : grep nova 2024-10-01 11:30:17.793 | + lib/nova:clean_iptables:188 : sed 's/-c [0-9]* [0-9]* //g' 2024-10-01 11:30:17.793 | + lib/nova:clean_iptables:188 : sed s/-N/-X/g 2024-10-01 11:30:17.794 | + lib/nova:clean_iptables:188 : grep '\-N' 2024-10-01 11:30:17.794 | + lib/nova:clean_iptables:188 : bash 2024-10-01 11:30:17.794 | + lib/nova:clean_iptables:188 : awk '{print "sudo iptables",$0}' 2024-10-01 11:30:17.803 | + lib/nova:clean_iptables:190 : sudo iptables -S -v -t nat 2024-10-01 11:30:17.803 | + lib/nova:clean_iptables:190 : sed 's/-c [0-9]* [0-9]* //g' 2024-10-01 11:30:17.803 | + lib/nova:clean_iptables:190 : grep nova 2024-10-01 11:30:17.804 | + lib/nova:clean_iptables:190 : grep '\-N' 2024-10-01 11:30:17.804 | + lib/nova:clean_iptables:190 : sed s/-N/-X/g 2024-10-01 11:30:17.806 | + lib/nova:clean_iptables:190 : awk '{print "sudo iptables -t nat",$0}' 2024-10-01 11:30:17.806 | + lib/nova:clean_iptables:190 : bash 2024-10-01 11:30:17.814 | + stack.sh:main:1182 : sudo sysctl -w net.ipv4.ip_forward=1 2024-10-01 11:30:17.820 | net.ipv4.ip_forward = 1 2024-10-01 11:30:17.824 | + stack.sh:main:1187 : is_service_enabled nova neutron 2024-10-01 11:30:17.837 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:30:17.839 | + stack.sh:main:1188 : configure_os_vif 2024-10-01 11:30:17.841 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2024-10-01 11:30:17.843 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2024-10-01 11:30:17.869 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2024-10-01 11:30:17.871 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2024-10-01 11:30:17.898 | + stack.sh:main:1194 : is_service_enabled swift 2024-10-01 11:30:17.911 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:30:17.913 | + stack.sh:main:1203 : is_service_enabled cinder 2024-10-01 11:30:17.926 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:30:17.928 | + stack.sh:main:1204 : echo_summary 'Configuring Cinder' 2024-10-01 11:30:17.930 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 11:30:17.932 | + stack.sh:echo_summary:455 : echo -e Configuring Cinder 2024-10-01 11:30:17.934 | + stack.sh:main:1205 : async_runfunc init_cinder 2024-10-01 11:30:17.936 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2024-10-01 11:30:17.984 | + inc/async:async_inner:63 : init_cinder 2024-10-01 11:30:18.013 | [3480 Async init_cinder:42802]: running: init_cinder 2024-10-01 11:30:18.016 | + stack.sh:main:1211 : is_service_enabled placement 2024-10-01 11:30:18.030 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:30:18.031 | + stack.sh:main:1212 : echo_summary 'Configuring placement' 2024-10-01 11:30:18.033 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 11:30:18.036 | + stack.sh:echo_summary:455 : echo -e Configuring placement 2024-10-01 11:30:18.038 | + stack.sh:main:1213 : async_runfunc init_placement 2024-10-01 11:30:18.040 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2024-10-01 11:30:18.088 | + inc/async:async_inner:63 : init_placement 2024-10-01 11:30:18.116 | [3480 Async init_placement:42949]: running: init_placement 2024-10-01 11:30:18.119 | + stack.sh:main:1217 : async_wait init_neutron 2024-10-01 11:30:18.155 | [3480 Async init_neutron:42452]: Waiting for completion of init_neutron running on PID 42452 (5 other jobs running) 2024-10-01 11:30:18.172 | [3480 Async init_neutron:42452]: Signaling child to exit 2024-10-01 11:30:21.368 | + inc/async:async_inner:64 : rc=0 2024-10-01 11:30:21.387 | [42802 Async init_cinder:42802]: finished successfully 2024-10-01 11:30:25.641 | + inc/async:async_inner:64 : rc=0 2024-10-01 11:30:25.660 | [42452 Async init_neutron:42452]: finished successfully 2024-10-01 11:30:25.676 | WAKEUP 2024-10-01 11:30:25.692 | [3480 Async init_neutron:42452]: Signaled 2024-10-01 11:30:25.693 | + lib/neutron:init_neutron:501 : recreate_database neutron 2024-10-01 11:30:25.693 | + lib/database:recreate_database:112 : local db=neutron 2024-10-01 11:30:25.693 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2024-10-01 11:30:25.693 | + lib/databases/mysql:recreate_database_mysql:66 : local db=neutron 2024-10-01 11:30:25.693 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2024-10-01 11:30:25.693 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2024-10-01 11:30:25.693 | + lib/neutron:init_neutron:502 : time_start dbsync 2024-10-01 11:30:25.693 | + functions-common:time_start:2421 : local name=dbsync 2024-10-01 11:30:25.693 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:30:25.693 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:30:25.693 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:30:25.693 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782217694 2024-10-01 11:30:25.693 | + lib/neutron:init_neutron:504 : /usr/local/bin/neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2024-10-01 11:30:25.693 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2024-10-01 11:30:25.694 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2024-10-01 11:30:25.694 | Running upgrade for neutron ... 2024-10-01 11:30:25.694 | OK 2024-10-01 11:30:25.694 | + lib/neutron:init_neutron:505 : time_stop dbsync 2024-10-01 11:30:25.694 | + functions-common:time_stop:2435 : local name 2024-10-01 11:30:25.694 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:30:25.694 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:30:25.694 | + functions-common:time_stop:2438 : local total 2024-10-01 11:30:25.694 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:30:25.694 | + functions-common:time_stop:2441 : name=dbsync 2024-10-01 11:30:25.694 | + functions-common:time_stop:2442 : start_time=1727782217694 2024-10-01 11:30:25.694 | + functions-common:time_stop:2444 : [[ -z 1727782217694 ]] 2024-10-01 11:30:25.694 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:30:25.694 | + functions-common:time_stop:2447 : end_time=1727782225629 2024-10-01 11:30:25.694 | + functions-common:time_stop:2448 : elapsed_time=7935 2024-10-01 11:30:25.694 | + functions-common:time_stop:2449 : total=2919 2024-10-01 11:30:25.694 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:30:25.694 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10854 2024-10-01 11:30:25.725 | [3480 Async init_neutron:42452]: finished init_neutron with result 0 in 8 seconds 2024-10-01 11:30:25.728 | + inc/async:async_wait:197 : return 0 2024-10-01 11:30:25.730 | + stack.sh:main:1218 : async_wait init_placement 2024-10-01 11:30:25.766 | [3480 Async init_placement:42949]: Waiting for completion of init_placement running on PID 42949 (4 other jobs running) 2024-10-01 11:30:25.784 | [3480 Async init_placement:42949]: Signaling child to exit 2024-10-01 11:30:35.526 | + inc/async:async_inner:64 : rc=0 2024-10-01 11:30:35.544 | [42949 Async init_placement:42949]: finished successfully 2024-10-01 11:30:35.560 | WAKEUP 2024-10-01 11:30:35.576 | [3480 Async init_placement:42949]: Signaled 2024-10-01 11:30:35.577 | + lib/placement:init_placement:143 : recreate_database placement 2024-10-01 11:30:35.577 | + lib/database:recreate_database:112 : local db=placement 2024-10-01 11:30:35.577 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2024-10-01 11:30:35.577 | + lib/databases/mysql:recreate_database_mysql:66 : local db=placement 2024-10-01 11:30:35.577 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2024-10-01 11:30:35.577 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2024-10-01 11:30:35.577 | + lib/placement:init_placement:144 : /usr/local/bin/placement-manage db sync 2024-10-01 11:30:35.577 | + lib/placement:init_placement:145 : create_placement_accounts 2024-10-01 11:30:35.577 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2024-10-01 11:30:35.577 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2024-10-01 11:30:35.577 | + functions-common:get_or_create_user:922 : local user_id 2024-10-01 11:30:35.577 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-10-01 11:30:35.577 | + functions-common:get_or_create_user:926 : local email= 2024-10-01 11:30:35.577 | ++ functions-common:get_or_create_user:940 : oscwrap --os-cloud devstack-system-admin user create placement --password nomoresecret --domain=Default --or-show -f value -c id 2024-10-01 11:30:35.577 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:30:35.577 | + functions-common:get_or_create_user:938 : user_id=09708cc100bf4d99a1859bc07a121e2b 2024-10-01 11:30:35.577 | + functions-common:get_or_create_user:939 : echo 09708cc100bf4d99a1859bc07a121e2b 2024-10-01 11:30:35.577 | 09708cc100bf4d99a1859bc07a121e2b 2024-10-01 11:30:35.577 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2024-10-01 11:30:35.577 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-01 11:30:35.577 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-01 11:30:35.577 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-10-01 11:30:35.577 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-01 11:30:35.577 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-01 11:30:35.577 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-10-01 11:30:35.577 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-10-01 11:30:35.577 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-10-01 11:30:35.577 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-10-01 11:30:35.577 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-10-01 11:30:35.577 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-10-01 11:30:35.577 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add service --user placement --project service --user-domain Default --project-domain Default 2024-10-01 11:30:35.577 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user placement --project service --user-domain Default --project-domain Default -c Role -f value 2024-10-01 11:30:35.577 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:30:35.577 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=f3bf7d46e96a4a58bdec6d5052079373 2024-10-01 11:30:35.577 | + functions-common:get_or_add_user_project_role:1003 : echo f3bf7d46e96a4a58bdec6d5052079373 2024-10-01 11:30:35.577 | f3bf7d46e96a4a58bdec6d5052079373 2024-10-01 11:30:35.577 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-10-01 11:30:35.577 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2024-10-01 11:30:35.577 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-10-01 11:30:35.577 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-10-01 11:30:35.577 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-10-01 11:30:35.577 | ++ functions-common:_get_domain_args:970 : local domain 2024-10-01 11:30:35.577 | ++ functions-common:_get_domain_args:971 : domain= 2024-10-01 11:30:35.577 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-10-01 11:30:35.577 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-10-01 11:30:35.577 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-10-01 11:30:35.577 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-10-01 11:30:35.577 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-10-01 11:30:35.577 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-10-01 11:30:35.577 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user placement --project service --user-domain Default --project-domain Default 2024-10-01 11:30:35.577 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user placement --project service --user-domain Default --project-domain Default -c Role -f value 2024-10-01 11:30:35.577 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:30:35.577 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=29061398731b4cfda256f2e5a5127689 2024-10-01 11:30:35.577 | + functions-common:get_or_add_user_project_role:1003 : echo 29061398731b4cfda256f2e5a5127689 2024-10-01 11:30:35.577 | 29061398731b4cfda256f2e5a5127689 2024-10-01 11:30:35.577 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2024-10-01 11:30:35.577 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2024-10-01 11:30:35.577 | + functions-common:get_or_create_service:1078 : local service_id 2024-10-01 11:30:35.577 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2024-10-01 11:30:35.577 | ++ functions-common:get_or_create_service:1093 : oscwrap --os-cloud devstack-system-admin service create placement --name placement '--description=Placement Service' -f value -c id 2024-10-01 11:30:35.577 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:30:35.577 | + functions-common:get_or_create_service:1089 : service_id=' 2024-10-01 11:30:35.578 | f41f238314ac4e5cba2f13be33e477ef' 2024-10-01 11:30:35.578 | + functions-common:get_or_create_service:1090 : echo f41f238314ac4e5cba2f13be33e477ef 2024-10-01 11:30:35.578 | f41f238314ac4e5cba2f13be33e477ef 2024-10-01 11:30:35.578 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2024-10-01 11:30:35.578 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-10-01 11:30:35.578 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface placement public http://10.180.1.21/placement RegionOne 2024-10-01 11:30:35.578 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-10-01 11:30:35.578 | +++ functions-common:_get_or_create_endpoint_with_interface:1101 : oscwrap --os-cloud devstack-system-admin endpoint list --service placement --interface public --region RegionOne -c ID -f value 2024-10-01 11:30:35.578 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:30:35.578 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-10-01 11:30:35.578 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-10-01 11:30:35.578 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint create placement public http://10.180.1.21/placement --region RegionOne -f value -c id 2024-10-01 11:30:35.578 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:30:35.578 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=bd5500405921411d9009ffbaa9e32ab0 2024-10-01 11:30:35.578 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo bd5500405921411d9009ffbaa9e32ab0 2024-10-01 11:30:35.578 | + functions-common:get_or_create_endpoint:1123 : public_id=bd5500405921411d9009ffbaa9e32ab0 2024-10-01 11:30:35.578 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-10-01 11:30:35.578 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-10-01 11:30:35.578 | + functions-common:get_or_create_endpoint:1132 : echo bd5500405921411d9009ffbaa9e32ab0 2024-10-01 11:30:35.578 | bd5500405921411d9009ffbaa9e32ab0 2024-10-01 11:30:35.608 | [3480 Async init_placement:42949]: finished init_placement with result 0 in 17 seconds 2024-10-01 11:30:35.611 | + inc/async:async_wait:197 : return 0 2024-10-01 11:30:35.613 | + stack.sh:main:1219 : async_wait init_glance 2024-10-01 11:30:35.648 | [3480 Async init_glance:39161]: Waiting for completion of init_glance running on PID 39161 (3 other jobs running) 2024-10-01 11:30:35.665 | [3480 Async init_glance:39161]: Signaling child to exit 2024-10-01 11:30:35.665 | WAKEUP 2024-10-01 11:30:35.681 | [3480 Async init_glance:39161]: Signaled 2024-10-01 11:30:35.682 | + lib/glance:init_glance:485 : rm -rf /opt/stack/data/glance/images 2024-10-01 11:30:35.682 | + lib/glance:init_glance:486 : mkdir -p /opt/stack/data/glance/images 2024-10-01 11:30:35.682 | + lib/glance:init_glance:489 : recreate_database glance 2024-10-01 11:30:35.682 | + lib/database:recreate_database:112 : local db=glance 2024-10-01 11:30:35.682 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2024-10-01 11:30:35.682 | + lib/databases/mysql:recreate_database_mysql:66 : local db=glance 2024-10-01 11:30:35.682 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2024-10-01 11:30:35.682 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2024-10-01 11:30:35.682 | + lib/glance:init_glance:491 : time_start dbsync 2024-10-01 11:30:35.682 | + functions-common:time_start:2421 : local name=dbsync 2024-10-01 11:30:35.682 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:30:35.682 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:30:35.682 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:30:35.682 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782190619 2024-10-01 11:30:35.682 | + lib/glance:init_glance:493 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2024-10-01 11:30:35.683 | 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=39248) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-10-01 11:30:35.683 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-10-01 11:30:35.683 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-10-01 11:30:35.683 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-10-01 11:30:35.683 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-10-01 11:30:35.683 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-10-01 11:30:35.683 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-10-01 11:30:35.683 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2024-10-01 11:30:35.683 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2024-10-01 11:30:35.683 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2024-10-01 11:30:35.683 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2024-10-01 11:30:35.683 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2024-10-01 11:30:35.683 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2024-10-01 11:30:35.683 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2024-10-01 11:30:35.683 | INFO [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2024-10-01 11:30:35.683 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2024-10-01 11:30:35.683 | INFO [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2024-10-01 11:30:35.683 | INFO [alembic.runtime.migration] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2024-10-01 11:30:35.683 | INFO [alembic.runtime.migration] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2024-10-01 11:30:35.683 | INFO [alembic.runtime.migration] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2024-10-01 11:30:35.683 | INFO [alembic.runtime.migration] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2024-10-01 11:30:35.683 | INFO [alembic.runtime.migration] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2024-10-01 11:30:35.683 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-10-01 11:30:35.683 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-10-01 11:30:35.683 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-10-01 11:30:35.683 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-10-01 11:30:35.683 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-10-01 11:30:35.683 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-10-01 11:30:35.683 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-10-01 11:30:35.684 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-10-01 11:30:35.684 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-10-01 11:30:35.684 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-10-01 11:30:35.684 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2024-10-01 11:30:35.684 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2024-10-01 11:30:35.684 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2024-10-01 11:30:35.684 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2024-10-01 11:30:35.684 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2024-10-01 11:30:35.684 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2024-10-01 11:30:35.684 | INFO [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01 2024-10-01 11:30:35.684 | INFO [alembic.runtime.migration] Running upgrade ussuri_contract01 -> wallaby_contract01 2024-10-01 11:30:35.684 | INFO [alembic.runtime.migration] Running upgrade wallaby_contract01 -> xena_contract01 2024-10-01 11:30:35.684 | INFO [alembic.runtime.migration] Running upgrade xena_contract01 -> yoga_contract01 2024-10-01 11:30:35.684 | INFO [alembic.runtime.migration] Running upgrade yoga_contract01 -> zed_contract01 2024-10-01 11:30:35.684 | INFO [alembic.runtime.migration] Running upgrade zed_contract01 -> 2023_1_contract01 2024-10-01 11:30:35.684 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-10-01 11:30:35.684 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-10-01 11:30:35.684 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-10-01 11:30:35.684 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-10-01 11:30:35.684 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2024-10-01 11:30:35.684 | Database migration is up to date. No migration needed. 2024-10-01 11:30:35.684 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2024-10-01 11:30:35.684 | Database is synced successfully. 2024-10-01 11:30:35.684 | + lib/glance:init_glance:496 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2024-10-01 11:30:35.684 | 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=39277) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-10-01 11:30:35.684 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2024-10-01 11:30:35.684 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2024-10-01 11:30:35.684 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2024-10-01 11:30:35.684 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2024-10-01 11:30:35.684 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2024-10-01 11:30:35.684 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2024-10-01 11:30:35.684 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2024-10-01 11:30:35.684 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2024-10-01 11:30:35.684 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2024-10-01 11:30:35.684 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2024-10-01 11:30:35.684 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2024-10-01 11:30:35.684 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2024-10-01 11:30:35.684 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2024-10-01 11:30:35.684 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2024-10-01 11:30:35.684 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2024-10-01 11:30:35.684 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2024-10-01 11:30:35.684 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2024-10-01 11:30:35.685 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2024-10-01 11:30:35.685 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2024-10-01 11:30:35.685 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2024-10-01 11:30:35.685 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2024-10-01 11:30:35.685 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2024-10-01 11:30:35.685 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2024-10-01 11:30:35.685 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2024-10-01 11:30:35.685 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2024-10-01 11:30:35.685 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2024-10-01 11:30:35.685 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2024-10-01 11:30:35.685 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2024-10-01 11:30:35.685 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2024-10-01 11:30:35.685 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2024-10-01 11:30:35.685 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2024-10-01 11:30:35.685 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2024-10-01 11:30:35.685 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2024-10-01 11:30:35.685 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2024-10-01 11:30:35.685 | + lib/glance:init_glance:497 : time_stop dbsync 2024-10-01 11:30:35.685 | + functions-common:time_stop:2435 : local name 2024-10-01 11:30:35.685 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:30:35.685 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:30:35.685 | + functions-common:time_stop:2438 : local total 2024-10-01 11:30:35.685 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:30:35.685 | + functions-common:time_stop:2441 : name=dbsync 2024-10-01 11:30:35.685 | + functions-common:time_stop:2442 : start_time=1727782190619 2024-10-01 11:30:35.685 | + functions-common:time_stop:2444 : [[ -z 1727782190619 ]] 2024-10-01 11:30:35.685 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:30:35.685 | + functions-common:time_stop:2447 : end_time=1727782194761 2024-10-01 11:30:35.685 | + functions-common:time_stop:2448 : elapsed_time=4142 2024-10-01 11:30:35.685 | + functions-common:time_stop:2449 : total=2919 2024-10-01 11:30:35.685 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:30:35.685 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7061 2024-10-01 11:30:35.714 | [3480 Async init_glance:39161]: finished init_glance with result 0 in 4 seconds 2024-10-01 11:30:35.717 | + inc/async:async_wait:197 : return 0 2024-10-01 11:30:35.719 | + stack.sh:main:1220 : async_wait init_swift 2024-10-01 11:30:35.734 | Not waiting for async task init_swift that we never started or has already been waited for 2024-10-01 11:30:35.736 | + inc/async:async_wait:197 : return 0 2024-10-01 11:30:35.738 | + stack.sh:main:1221 : async_wait init_cinder 2024-10-01 11:30:35.773 | [3480 Async init_cinder:42802]: Waiting for completion of init_cinder running on PID 42802 (2 other jobs running) 2024-10-01 11:30:35.791 | [3480 Async init_cinder:42802]: Signaling child to exit 2024-10-01 11:30:35.791 | WAKEUP 2024-10-01 11:30:35.808 | [3480 Async init_cinder:42802]: Signaled 2024-10-01 11:30:35.809 | + lib/cinder:init_cinder:474 : is_service_enabled mysql postgresql 2024-10-01 11:30:35.809 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:30:35.809 | + lib/cinder:init_cinder:476 : recreate_database cinder 2024-10-01 11:30:35.809 | + lib/database:recreate_database:112 : local db=cinder 2024-10-01 11:30:35.809 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2024-10-01 11:30:35.809 | + lib/databases/mysql:recreate_database_mysql:66 : local db=cinder 2024-10-01 11:30:35.809 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2024-10-01 11:30:35.809 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2024-10-01 11:30:35.809 | + lib/cinder:init_cinder:478 : time_start dbsync 2024-10-01 11:30:35.809 | + functions-common:time_start:2421 : local name=dbsync 2024-10-01 11:30:35.809 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:30:35.809 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:30:35.809 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:30:35.809 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782218040 2024-10-01 11:30:35.809 | + lib/cinder:init_cinder:480 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2024-10-01 11:30:35.809 | 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=42915) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-10-01 11:30:35.809 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/legacy_migrations... {{(pid=42915) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-10-01 11:30:35.809 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py... {{(pid=42915) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:35.809 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py loaded successfully {{(pid=42915) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:35.809 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py... {{(pid=42915) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:35.809 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py loaded successfully {{(pid=42915) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:35.809 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py... {{(pid=42915) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:35.809 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py loaded successfully {{(pid=42915) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:35.809 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py... {{(pid=42915) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:35.810 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py loaded successfully {{(pid=42915) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:35.810 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py... {{(pid=42915) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:35.810 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py loaded successfully {{(pid=42915) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:35.810 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py... {{(pid=42915) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:35.810 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py loaded successfully {{(pid=42915) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:35.810 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py... {{(pid=42915) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:35.810 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=42915) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:35.810 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py... {{(pid=42915) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:35.810 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py loaded successfully {{(pid=42915) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:35.810 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py... {{(pid=42915) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:35.810 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=42915) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:35.810 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py... {{(pid=42915) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:35.810 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py loaded successfully {{(pid=42915) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:35.810 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py... {{(pid=42915) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:35.810 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py loaded successfully {{(pid=42915) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:35.810 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/legacy_migrations loaded successfully {{(pid=42915) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-10-01 11:30:35.810 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=42915) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-10-01 11:30:35.810 | INFO cinder.db.migration [-] Applying migration(s) 2024-10-01 11:30:35.810 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-10-01 11:30:35.810 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-10-01 11:30:35.810 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2024-10-01 11:30:35.810 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=42915) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-10-01 11:30:35.810 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2024-10-01 11:30:35.810 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=42915) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-10-01 11:30:35.810 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2024-10-01 11:30:35.810 | 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=42915) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-10-01 11:30:35.810 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=42915) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-10-01 11:30:35.810 | INFO cinder.db.migration [-] Migration(s) applied 2024-10-01 11:30:35.810 | + lib/cinder:init_cinder:481 : time_stop dbsync 2024-10-01 11:30:35.810 | + functions-common:time_stop:2435 : local name 2024-10-01 11:30:35.810 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:30:35.810 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:30:35.810 | + functions-common:time_stop:2438 : local total 2024-10-01 11:30:35.810 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:30:35.810 | + functions-common:time_stop:2441 : name=dbsync 2024-10-01 11:30:35.810 | + functions-common:time_stop:2442 : start_time=1727782218040 2024-10-01 11:30:35.811 | + functions-common:time_stop:2444 : [[ -z 1727782218040 ]] 2024-10-01 11:30:35.811 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:30:35.811 | + functions-common:time_stop:2447 : end_time=1727782221300 2024-10-01 11:30:35.811 | + functions-common:time_stop:2448 : elapsed_time=3260 2024-10-01 11:30:35.811 | + functions-common:time_stop:2449 : total=2919 2024-10-01 11:30:35.811 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:30:35.811 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6179 2024-10-01 11:30:35.811 | + lib/cinder:init_cinder:484 : is_service_enabled c-vol 2024-10-01 11:30:35.811 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:30:35.811 | + lib/cinder:init_cinder:484 : [[ -n vmdk:vsphere ]] 2024-10-01 11:30:35.811 | + lib/cinder:init_cinder:485 : local be be_name be_type 2024-10-01 11:30:35.811 | + lib/cinder:init_cinder:486 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-10-01 11:30:35.811 | + lib/cinder:init_cinder:487 : be_type=vmdk 2024-10-01 11:30:35.811 | + lib/cinder:init_cinder:488 : be_name=vsphere 2024-10-01 11:30:35.811 | + lib/cinder:init_cinder:489 : type init_cinder_backend_vmdk 2024-10-01 11:30:35.811 | + lib/cinder:init_cinder:495 : is_service_enabled c-bak 2024-10-01 11:30:35.811 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:30:35.811 | + lib/cinder:init_cinder:501 : mkdir -p /opt/stack/data/cinder/volumes 2024-10-01 11:30:35.842 | [3480 Async init_cinder:42802]: finished init_cinder with result 0 in 3 seconds 2024-10-01 11:30:35.845 | + inc/async:async_wait:197 : return 0 2024-10-01 11:30:35.847 | + stack.sh:main:1226 : is_service_enabled nova 2024-10-01 11:30:35.860 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:30:35.862 | + stack.sh:main:1227 : echo_summary 'Configuring Nova' 2024-10-01 11:30:35.864 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 11:30:35.866 | + stack.sh:echo_summary:455 : echo -e Configuring Nova 2024-10-01 11:30:35.868 | + stack.sh:main:1228 : init_nova 2024-10-01 11:30:35.871 | + lib/nova:init_nova:850 : is_service_enabled mysql postgresql 2024-10-01 11:30:35.883 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:30:35.885 | + lib/nova:init_nova:850 : is_service_enabled n-api 2024-10-01 11:30:35.898 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:30:35.900 | + lib/nova:init_nova:852 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-10-01 11:30:35.902 | + lib/nova:init_nova:858 : recreate_database nova_cell0 2024-10-01 11:30:35.904 | + lib/database:recreate_database:112 : local db=nova_cell0 2024-10-01 11:30:35.906 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2024-10-01 11:30:35.907 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell0 2024-10-01 11:30:35.909 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2024-10-01 11:30:35.918 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2024-10-01 11:30:35.927 | ++ lib/nova:init_nova:863 : seq 1 1 2024-10-01 11:30:35.931 | + lib/nova:init_nova:863 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-10-01 11:30:35.933 | ++ lib/nova:init_nova:864 : conductor_conf 1 2024-10-01 11:30:35.935 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-10-01 11:30:35.937 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-10-01 11:30:35.940 | + lib/nova:init_nova:864 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-10-01 11:30:35.987 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-10-01 11:30:36.015 | [3480 Async nova-cell-1:44040]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-10-01 11:30:36.018 | + lib/nova:init_nova:867 : recreate_database nova_api 2024-10-01 11:30:36.020 | + lib/database:recreate_database:112 : local db=nova_api 2024-10-01 11:30:36.022 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2024-10-01 11:30:36.024 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_api 2024-10-01 11:30:36.026 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2024-10-01 11:30:36.034 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2024-10-01 11:30:36.042 | + lib/nova:init_nova:868 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2024-10-01 11:30:36.422 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-10-01 11:30:38.198 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/api/legacy_migrations... {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-10-01 11:30:38.198 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py... {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:38.198 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py loaded successfully {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:38.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py... {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:38.201 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py loaded successfully {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:38.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py... {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:38.201 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py loaded successfully {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:38.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py... {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:38.201 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py loaded successfully {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:38.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py... {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:38.201 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py loaded successfully {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:38.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py... {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:38.201 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py loaded successfully {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:38.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py... {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:38.201 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py loaded successfully {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:38.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py... {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:38.201 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py loaded successfully {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:38.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py... {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:38.201 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py loaded successfully {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:38.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py... {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:38.201 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py loaded successfully {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:38.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py... {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:38.201 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py loaded successfully {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:38.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py... {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:38.201 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py loaded successfully {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:38.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py... {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:38.202 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py loaded successfully {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:38.202 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py... {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:38.202 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py loaded successfully {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:38.202 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py... {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:38.202 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py loaded successfully {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:38.202 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py... {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:38.202 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py loaded successfully {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:38.202 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py... {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:38.202 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py loaded successfully {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:38.202 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py... {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:38.202 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py loaded successfully {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:38.202 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py... {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:38.202 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py loaded successfully {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:38.202 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py... {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:38.202 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py loaded successfully {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:38.202 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py... {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:38.202 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py loaded successfully {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:38.202 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/api/legacy_migrations loaded successfully {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-10-01 11:30:38.202 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova_api', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=44107) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-10-01 11:30:38.214 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-10-01 11:30:38.215 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-10-01 11:30:38.234 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2024-10-01 11:30:39.018 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=44107) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-10-01 11:30:39.020 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2024-10-01 11:30:39.177 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=44107) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-10-01 11:30:39.557 | ++ lib/nova:init_nova:872 : database_connection_url nova_cell0 2024-10-01 11:30:39.560 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2024-10-01 11:30:39.562 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2024-10-01 11:30:39.564 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell0 2024-10-01 11:30:39.567 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-10-01 11:30:39.569 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-10-01 11:30:39.571 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8' 2024-10-01 11:30:39.574 | + lib/nova:init_nova:872 : /usr/local/bin/nova-manage cell_v2 map_cell0 --database_connection 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8' 2024-10-01 11:30:39.951 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-10-01 11:30:40.987 | + inc/async:async_inner:64 : rc=0 2024-10-01 11:30:41.005 | [44040 Async nova-cell-1:44040]: finished successfully 2024-10-01 11:30:41.621 | ++ lib/nova:init_nova:875 : seq 0 1 2024-10-01 11:30:41.624 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-10-01 11:30:41.626 | + lib/nova:init_nova:876 : async_wait nova-cell-0 2024-10-01 11:30:41.642 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2024-10-01 11:30:41.644 | + inc/async:async_wait:197 : return 0 2024-10-01 11:30:41.646 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-10-01 11:30:41.648 | + lib/nova:init_nova:876 : async_wait nova-cell-1 2024-10-01 11:30:41.683 | [3480 Async nova-cell-1:44040]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 44040 (2 other jobs running) 2024-10-01 11:30:41.700 | [3480 Async nova-cell-1:44040]: Signaling child to exit 2024-10-01 11:30:41.700 | WAKEUP 2024-10-01 11:30:41.715 | [3480 Async nova-cell-1:44040]: Signaled 2024-10-01 11:30:41.716 | + lib/nova:init_nova_db:840 : local dbname=nova_cell1 2024-10-01 11:30:41.716 | + lib/nova:init_nova_db:841 : local conffile=/etc/nova/nova_cell1.conf 2024-10-01 11:30:41.717 | + lib/nova:init_nova_db:842 : recreate_database nova_cell1 2024-10-01 11:30:41.717 | + lib/database:recreate_database:112 : local db=nova_cell1 2024-10-01 11:30:41.717 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2024-10-01 11:30:41.717 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell1 2024-10-01 11:30:41.717 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2024-10-01 11:30:41.717 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2024-10-01 11:30:41.717 | + lib/nova:init_nova_db:843 : /usr/local/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2024-10-01 11:30:41.717 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-10-01 11:30:41.717 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=44094) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-10-01 11:30:41.717 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-10-01 11:30:41.717 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-10-01 11:30:41.717 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2024-10-01 11:30:41.717 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=44094) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-10-01 11:30:41.717 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-10-01 11:30:41.717 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=44094) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-10-01 11:30:41.717 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-10-01 11:30:41.717 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=44094) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-10-01 11:30:41.717 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-10-01 11:30:41.717 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=44094) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-10-01 11:30:41.746 | [3480 Async nova-cell-1:44040]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 5 seconds 2024-10-01 11:30:41.749 | + inc/async:async_wait:197 : return 0 2024-10-01 11:30:41.751 | + lib/nova:init_nova:879 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-10-01 11:30:41.753 | + lib/nova:init_nova:881 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2024-10-01 11:30:42.128 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-10-01 11:30:43.446 | DEBUG migrate.versioning.repository [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-10-01 11:30:43.446 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:43.446 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:43.447 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:43.447 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:43.447 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:43.447 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:43.447 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:43.447 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:43.447 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:43.447 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:43.448 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:43.448 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:43.451 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:43.451 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:43.451 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:43.451 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:43.451 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:43.451 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:43.451 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:43.451 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:43.451 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:43.451 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:43.451 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:43.451 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:43.451 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:43.451 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:43.452 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:43.452 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:43.452 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:43.452 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:43.452 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:43.452 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:43.452 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:43.452 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:43.452 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:43.452 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:43.452 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:43.452 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:43.452 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:43.452 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:43.452 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:43.454 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:43.454 | DEBUG migrate.versioning.repository [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-10-01 11:30:43.454 | DEBUG migrate.versioning.repository [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-10-01 11:30:43.465 | INFO alembic.runtime.migration [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Context impl MySQLImpl. 2024-10-01 11:30:43.465 | INFO alembic.runtime.migration [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Will assume non-transactional DDL. 2024-10-01 11:30:43.474 | INFO alembic.runtime.migration [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Running upgrade -> 8f2f1571d55b, Initial version 2024-10-01 11:30:45.506 | DEBUG alembic.runtime.migration [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] new branch insert 8f2f1571d55b {{(pid=44297) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-10-01 11:30:45.507 | INFO alembic.runtime.migration [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-10-01 11:30:45.536 | DEBUG alembic.runtime.migration [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=44297) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-10-01 11:30:45.537 | INFO alembic.runtime.migration [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-10-01 11:30:45.592 | DEBUG alembic.runtime.migration [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=44297) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-10-01 11:30:45.593 | INFO alembic.runtime.migration [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-10-01 11:30:45.609 | DEBUG alembic.runtime.migration [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=44297) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-10-01 11:30:45.616 | DEBUG migrate.versioning.repository [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-10-01 11:30:45.617 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:45.617 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:45.617 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:45.617 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:45.618 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:45.618 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:45.618 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:45.618 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:45.619 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:45.619 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:45.619 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:45.619 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:45.619 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:45.619 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:45.619 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:45.620 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:45.620 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:45.620 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:45.620 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:45.620 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:45.621 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:45.621 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:45.621 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:45.621 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:45.621 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:45.621 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:45.622 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:45.622 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:45.622 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:45.622 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:45.622 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:45.622 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:45.623 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:45.623 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:45.623 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:45.623 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:45.623 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:45.623 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:45.623 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:45.623 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:45.624 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-10-01 11:30:45.624 | DEBUG migrate.versioning.script.base [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-10-01 11:30:45.624 | DEBUG migrate.versioning.repository [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-10-01 11:30:45.624 | DEBUG migrate.versioning.repository [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=44297) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-10-01 11:30:45.627 | INFO alembic.runtime.migration [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Context impl MySQLImpl. 2024-10-01 11:30:45.628 | INFO alembic.runtime.migration [None req-21e34c35-9023-4f0d-87df-054a1d0574f0 None None] Will assume non-transactional DDL. 2024-10-01 11:30:46.010 | + lib/nova:init_nova:886 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2024-10-01 11:30:46.388 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-10-01 11:30:47.813 | Running batches of 50 until complete 2024-10-01 11:30:47.813 | +-------------------------------------+--------------+-----------+ 2024-10-01 11:30:47.813 | | Migration | Total Needed | Completed | 2024-10-01 11:30:47.813 | +-------------------------------------+--------------+-----------+ 2024-10-01 11:30:47.813 | | fill_virtual_interface_list | 0 | 0 | 2024-10-01 11:30:47.813 | | migrate_empty_ratio | 0 | 0 | 2024-10-01 11:30:47.813 | | migrate_quota_classes_to_api_db | 0 | 0 | 2024-10-01 11:30:47.813 | | migrate_quota_limits_to_api_db | 0 | 0 | 2024-10-01 11:30:47.813 | | migration_migrate_to_uuid | 0 | 0 | 2024-10-01 11:30:47.813 | | populate_dev_uuids | 0 | 0 | 2024-10-01 11:30:47.813 | | populate_missing_availability_zones | 0 | 0 | 2024-10-01 11:30:47.813 | | populate_queued_for_delete | 0 | 0 | 2024-10-01 11:30:47.813 | | populate_user_id | 0 | 0 | 2024-10-01 11:30:47.813 | | populate_uuids | 0 | 0 | 2024-10-01 11:30:47.813 | +-------------------------------------+--------------+-----------+ 2024-10-01 11:30:48.188 | ++ lib/nova:init_nova:889 : seq 1 1 2024-10-01 11:30:48.191 | + lib/nova:init_nova:889 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-10-01 11:30:48.194 | ++ lib/nova:init_nova:890 : conductor_conf 1 2024-10-01 11:30:48.196 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-10-01 11:30:48.199 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-10-01 11:30:48.201 | + lib/nova:init_nova:890 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf --config-file /etc/nova/nova_cell1.conf cell_v2 create_cell --name cell1 2024-10-01 11:30:48.578 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-10-01 11:30:49.897 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2024-10-01 11:30:49.897 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2024-10-01 11:30:50.238 | + lib/nova:init_nova:894 : create_nova_keys_dir 2024-10-01 11:30:50.240 | + lib/nova:create_nova_keys_dir:836 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2024-10-01 11:30:50.251 | + lib/nova:init_nova:896 : [[ '' == \L\V\M ]] 2024-10-01 11:30:50.253 | + stack.sh:main:1230 : async_runfunc configure_neutron_nova 2024-10-01 11:30:50.255 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2024-10-01 11:30:50.305 | + inc/async:async_inner:63 : configure_neutron_nova 2024-10-01 11:30:50.335 | [3480 Async configure_neutron_nova:44378]: running: configure_neutron_nova 2024-10-01 11:30:50.338 | + stack.sh:main:1238 : run_phase stack post-config 2024-10-01 11:30:50.340 | + functions-common:run_phase:1863 : local mode=stack 2024-10-01 11:30:50.343 | + functions-common:run_phase:1864 : local phase=post-config 2024-10-01 11:30:50.345 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-10-01 11:30:50.347 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-10-01 11:30:50.349 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-10-01 11:30:50.352 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-10-01 11:30:50.354 | + functions-common:run_phase:1873 : local extra 2024-10-01 11:30:50.357 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-10-01 11:30:50.361 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-10-01 11:30:50.363 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-10-01 11:30:50.365 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-10-01 11:30:50.367 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2024-10-01 11:30:50.370 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-10-01 11:30:50.383 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:30:50.385 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-10-01 11:30:50.387 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-10-01 11:30:50.389 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-10-01 11:30:50.392 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-10-01 11:30:50.394 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-10-01 11:30:50.397 | ++ extras.d/80-tempest.sh:source:12 : : 2024-10-01 11:30:50.399 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-10-01 11:30:50.401 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-10-01 11:30:50.403 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-10-01 11:30:50.405 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-10-01 11:30:50.407 | + functions-common:run_phase:1890 : run_plugins stack post-config 2024-10-01 11:30:50.409 | + functions-common:run_plugins:1849 : local mode=stack 2024-10-01 11:30:50.411 | + functions-common:run_plugins:1850 : local phase=post-config 2024-10-01 11:30:50.414 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-10-01 11:30:50.417 | + functions-common:run_plugins:1853 : local plugin 2024-10-01 11:30:50.419 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-10-01 11:30:50.421 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-10-01 11:30:50.423 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-10-01 11:30:50.425 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2024-10-01 11:30:50.427 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-10-01 11:30:50.429 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-10-01 11:30:50.431 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-10-01 11:30:50.433 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-10-01 11:30:50.435 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-10-01 11:30:50.438 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2024-10-01 11:30:50.440 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 11:30:50.442 | ++ stack.sh:echo_summary:455 : echo -e Configuring Networking-NSX-T 2024-10-01 11:30:50.444 | + stack.sh:main:1246 : merge_config_group /opt/stack/devstack/local.conf post-config 2024-10-01 11:30:50.446 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-10-01 11:30:50.448 | + inc/meta-config:merge_config_group:171 : shift 2024-10-01 11:30:50.450 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2024-10-01 11:30:50.452 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-01 11:30:50.454 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-10-01 11:30:50.456 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-10-01 11:30:50.459 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2024-10-01 11:30:50.461 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-10-01 11:30:50.463 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2024-10-01 11:30:50.465 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-01 11:30:50.467 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2024-10-01 11:30:50.467 | /^\[\[.+\|.*\]\]/ { 2024-10-01 11:30:50.467 | gsub("[][]", "", $1); 2024-10-01 11:30:50.467 | split($1, a, "|"); 2024-10-01 11:30:50.467 | if (a[1] == matchgroup) 2024-10-01 11:30:50.467 | print a[2] 2024-10-01 11:30:50.467 | } 2024-10-01 11:30:50.467 | ' /opt/stack/devstack/local.conf 2024-10-01 11:30:50.472 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-10-01 11:30:50.474 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-10-01 11:30:50.476 | + inc/meta-config:merge_config_group:180 : local dir 2024-10-01 11:30:50.479 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2024-10-01 11:30:50.481 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2024-10-01 11:30:50.483 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2024-10-01 11:30:50.486 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2024-10-01 11:30:50.489 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2024-10-01 11:30:50.492 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2024-10-01 11:30:50.494 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2024-10-01 11:30:50.497 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-10-01 11:30:50.499 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-10-01 11:30:50.501 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-10-01 11:30:50.503 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2024-10-01 11:30:50.505 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-10-01 11:30:50.508 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2024-10-01 11:30:50.510 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2024-10-01 11:30:50.512 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2024-10-01 11:30:50.515 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2024-10-01 11:30:50.518 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-10-01 11:30:50.518 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2024-10-01 11:30:50.518 | BEGIN { 2024-10-01 11:30:50.518 | section = "" 2024-10-01 11:30:50.518 | last_section = "" 2024-10-01 11:30:50.518 | section_count = 0 2024-10-01 11:30:50.518 | } 2024-10-01 11:30:50.518 | /^\[.+\]/ { 2024-10-01 11:30:50.518 | gsub("[][]", "", $1); 2024-10-01 11:30:50.518 | section=$1 2024-10-01 11:30:50.518 | next 2024-10-01 11:30:50.518 | } 2024-10-01 11:30:50.518 | /^ *\#/ { 2024-10-01 11:30:50.518 | next 2024-10-01 11:30:50.518 | } 2024-10-01 11:30:50.518 | /^[^ \t]+/ { 2024-10-01 11:30:50.518 | # get offset of first = in $0 2024-10-01 11:30:50.518 | eq_idx = index($0, "=") 2024-10-01 11:30:50.518 | # extract attr & value from $0 2024-10-01 11:30:50.518 | attr = substr($0, 1, eq_idx - 1) 2024-10-01 11:30:50.518 | value = substr($0, eq_idx + 1) 2024-10-01 11:30:50.518 | # only need to strip trailing whitespace from attr 2024-10-01 11:30:50.518 | sub(/[ \t]*$/, "", attr) 2024-10-01 11:30:50.518 | # need to strip leading & trailing whitespace from value 2024-10-01 11:30:50.518 | sub(/^[ \t]*/, "", value) 2024-10-01 11:30:50.518 | sub(/[ \t]*$/, "", value) 2024-10-01 11:30:50.518 | 2024-10-01 11:30:50.518 | # cfg_attr_count: number of config lines per [section, attr] 2024-10-01 11:30:50.518 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-10-01 11:30:50.518 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-10-01 11:30:50.518 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-10-01 11:30:50.518 | if (! (section, attr) in cfg_attr_count) { 2024-10-01 11:30:50.518 | if (section != last_section) { 2024-10-01 11:30:50.518 | cfg_section[section_count++] = section 2024-10-01 11:30:50.518 | last_section = section 2024-10-01 11:30:50.518 | } 2024-10-01 11:30:50.518 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-10-01 11:30:50.518 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-10-01 11:30:50.518 | 2024-10-01 11:30:50.518 | cfg_attr[section, attr, 0] = value 2024-10-01 11:30:50.518 | cfg_attr_count[section, attr] = 1 2024-10-01 11:30:50.518 | } else { 2024-10-01 11:30:50.518 | lno = cfg_attr_count[section, attr]++ 2024-10-01 11:30:50.518 | cfg_attr[section, attr, lno] = value 2024-10-01 11:30:50.519 | } 2024-10-01 11:30:50.519 | } 2024-10-01 11:30:50.519 | END { 2024-10-01 11:30:50.519 | # Process each section in order 2024-10-01 11:30:50.519 | for (sno = 0; sno < section_count; sno++) { 2024-10-01 11:30:50.519 | section = cfg_section[sno] 2024-10-01 11:30:50.519 | # The ini routines simply append a config item immediately 2024-10-01 11:30:50.519 | # after the section header. To keep the same order as defined 2024-10-01 11:30:50.519 | # in local.conf, invoke the ini routines in the reverse order 2024-10-01 11:30:50.519 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-10-01 11:30:50.519 | attr = cfg_sec_attr_name[sno, attr_no] 2024-10-01 11:30:50.519 | if (cfg_attr_count[section, attr] == 1) 2024-10-01 11:30:50.519 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-10-01 11:30:50.519 | else { 2024-10-01 11:30:50.519 | # For multiline, invoke the ini routines in the reverse order 2024-10-01 11:30:50.519 | count = cfg_attr_count[section, attr] 2024-10-01 11:30:50.519 | print "inidelete " configfile " " section " " attr 2024-10-01 11:30:50.519 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-10-01 11:30:50.519 | for (l = count -2; l >= 0; l--) 2024-10-01 11:30:50.519 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-10-01 11:30:50.519 | } 2024-10-01 11:30:50.519 | } 2024-10-01 11:30:50.519 | } 2024-10-01 11:30:50.519 | } 2024-10-01 11:30:50.519 | ' 2024-10-01 11:30:50.519 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 11:30:50.520 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-10-01 11:30:50.521 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-10-01 11:30:50.523 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-10-01 11:30:50.525 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2024-10-01 11:30:50.527 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-01 11:30:50.529 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2024-10-01 11:30:50.531 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2024-10-01 11:30:50.531 | BEGIN { group = "" } 2024-10-01 11:30:50.531 | /^\[\[.+\|.*\]\]/ { 2024-10-01 11:30:50.531 | gsub("[][]", "", $1); 2024-10-01 11:30:50.531 | split($1, a, "|"); 2024-10-01 11:30:50.531 | if (a[1] == matchgroup && a[2] == configfile) { 2024-10-01 11:30:50.531 | group=a[1] 2024-10-01 11:30:50.531 | } else { 2024-10-01 11:30:50.531 | group="" 2024-10-01 11:30:50.531 | } 2024-10-01 11:30:50.531 | next 2024-10-01 11:30:50.531 | } 2024-10-01 11:30:50.531 | { 2024-10-01 11:30:50.531 | if (group != "") 2024-10-01 11:30:50.531 | print $0 2024-10-01 11:30:50.531 | } 2024-10-01 11:30:50.531 | ' /opt/stack/devstack/local.conf 2024-10-01 11:30:50.536 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2024-10-01 11:30:50.538 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2024-10-01 11:30:50.562 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 11:30:50.564 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-10-01 11:30:50.567 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-10-01 11:30:50.569 | + inc/meta-config:merge_config_group:180 : local dir 2024-10-01 11:30:50.572 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2024-10-01 11:30:50.574 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2024-10-01 11:30:50.576 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2024-10-01 11:30:50.578 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2024-10-01 11:30:50.581 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2024-10-01 11:30:50.585 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2024-10-01 11:30:50.587 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2024-10-01 11:30:50.589 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-10-01 11:30:50.591 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-10-01 11:30:50.593 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-10-01 11:30:50.595 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2024-10-01 11:30:50.597 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-10-01 11:30:50.600 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2024-10-01 11:30:50.602 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2024-10-01 11:30:50.604 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2024-10-01 11:30:50.607 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2024-10-01 11:30:50.610 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-10-01 11:30:50.610 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2024-10-01 11:30:50.610 | BEGIN { 2024-10-01 11:30:50.610 | section = "" 2024-10-01 11:30:50.610 | last_section = "" 2024-10-01 11:30:50.610 | section_count = 0 2024-10-01 11:30:50.610 | } 2024-10-01 11:30:50.610 | /^\[.+\]/ { 2024-10-01 11:30:50.610 | gsub("[][]", "", $1); 2024-10-01 11:30:50.610 | section=$1 2024-10-01 11:30:50.610 | next 2024-10-01 11:30:50.610 | } 2024-10-01 11:30:50.610 | /^ *\#/ { 2024-10-01 11:30:50.610 | next 2024-10-01 11:30:50.610 | } 2024-10-01 11:30:50.610 | /^[^ \t]+/ { 2024-10-01 11:30:50.610 | # get offset of first = in $0 2024-10-01 11:30:50.610 | eq_idx = index($0, "=") 2024-10-01 11:30:50.610 | # extract attr & value from $0 2024-10-01 11:30:50.610 | attr = substr($0, 1, eq_idx - 1) 2024-10-01 11:30:50.610 | value = substr($0, eq_idx + 1) 2024-10-01 11:30:50.610 | # only need to strip trailing whitespace from attr 2024-10-01 11:30:50.610 | sub(/[ \t]*$/, "", attr) 2024-10-01 11:30:50.610 | # need to strip leading & trailing whitespace from value 2024-10-01 11:30:50.610 | sub(/^[ \t]*/, "", value) 2024-10-01 11:30:50.610 | sub(/[ \t]*$/, "", value) 2024-10-01 11:30:50.611 | 2024-10-01 11:30:50.611 | # cfg_attr_count: number of config lines per [section, attr] 2024-10-01 11:30:50.611 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-10-01 11:30:50.611 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-10-01 11:30:50.611 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-10-01 11:30:50.611 | if (! (section, attr) in cfg_attr_count) { 2024-10-01 11:30:50.611 | if (section != last_section) { 2024-10-01 11:30:50.611 | cfg_section[section_count++] = section 2024-10-01 11:30:50.611 | last_section = section 2024-10-01 11:30:50.611 | } 2024-10-01 11:30:50.611 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-10-01 11:30:50.611 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-10-01 11:30:50.611 | 2024-10-01 11:30:50.611 | cfg_attr[section, attr, 0] = value 2024-10-01 11:30:50.611 | cfg_attr_count[section, attr] = 1 2024-10-01 11:30:50.611 | } else { 2024-10-01 11:30:50.611 | lno = cfg_attr_count[section, attr]++ 2024-10-01 11:30:50.611 | cfg_attr[section, attr, lno] = value 2024-10-01 11:30:50.611 | } 2024-10-01 11:30:50.611 | } 2024-10-01 11:30:50.611 | END { 2024-10-01 11:30:50.611 | # Process each section in order 2024-10-01 11:30:50.611 | for (sno = 0; sno < section_count; sno++) { 2024-10-01 11:30:50.611 | section = cfg_section[sno] 2024-10-01 11:30:50.611 | # The ini routines simply append a config item immediately 2024-10-01 11:30:50.611 | # after the section header. To keep the same order as defined 2024-10-01 11:30:50.611 | # in local.conf, invoke the ini routines in the reverse order 2024-10-01 11:30:50.611 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-10-01 11:30:50.611 | attr = cfg_sec_attr_name[sno, attr_no] 2024-10-01 11:30:50.611 | if (cfg_attr_count[section, attr] == 1) 2024-10-01 11:30:50.611 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-10-01 11:30:50.611 | else { 2024-10-01 11:30:50.611 | # For multiline, invoke the ini routines in the reverse order 2024-10-01 11:30:50.611 | count = cfg_attr_count[section, attr] 2024-10-01 11:30:50.611 | print "inidelete " configfile " " section " " attr 2024-10-01 11:30:50.611 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-10-01 11:30:50.611 | for (l = count -2; l >= 0; l--) 2024-10-01 11:30:50.611 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-10-01 11:30:50.611 | } 2024-10-01 11:30:50.611 | } 2024-10-01 11:30:50.611 | } 2024-10-01 11:30:50.611 | } 2024-10-01 11:30:50.611 | ' 2024-10-01 11:30:50.611 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 11:30:50.612 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-10-01 11:30:50.612 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-10-01 11:30:50.614 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-10-01 11:30:50.616 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2024-10-01 11:30:50.618 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-01 11:30:50.620 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2024-10-01 11:30:50.622 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2024-10-01 11:30:50.622 | BEGIN { group = "" } 2024-10-01 11:30:50.622 | /^\[\[.+\|.*\]\]/ { 2024-10-01 11:30:50.622 | gsub("[][]", "", $1); 2024-10-01 11:30:50.622 | split($1, a, "|"); 2024-10-01 11:30:50.622 | if (a[1] == matchgroup && a[2] == configfile) { 2024-10-01 11:30:50.622 | group=a[1] 2024-10-01 11:30:50.622 | } else { 2024-10-01 11:30:50.622 | group="" 2024-10-01 11:30:50.623 | } 2024-10-01 11:30:50.623 | next 2024-10-01 11:30:50.623 | } 2024-10-01 11:30:50.623 | { 2024-10-01 11:30:50.623 | if (group != "") 2024-10-01 11:30:50.623 | print $0 2024-10-01 11:30:50.623 | } 2024-10-01 11:30:50.623 | ' /opt/stack/devstack/local.conf 2024-10-01 11:30:50.627 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2024-10-01 11:30:50.629 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2024-10-01 11:30:50.633 | + inc/async:async_inner:64 : rc=0 2024-10-01 11:30:50.652 | [44378 Async configure_neutron_nova:44378]: finished successfully 2024-10-01 11:30:50.654 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 11:30:50.656 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-10-01 11:30:50.658 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-10-01 11:30:50.661 | + inc/meta-config:merge_config_group:180 : local dir 2024-10-01 11:30:50.663 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2024-10-01 11:30:50.665 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2024-10-01 11:30:50.668 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2024-10-01 11:30:50.670 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2024-10-01 11:30:50.672 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2024-10-01 11:30:50.675 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-10-01 11:30:50.678 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-10-01 11:30:50.680 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-10-01 11:30:50.682 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-10-01 11:30:50.684 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-10-01 11:30:50.686 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2024-10-01 11:30:50.688 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-10-01 11:30:50.690 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2024-10-01 11:30:50.692 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2024-10-01 11:30:50.695 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2024-10-01 11:30:50.697 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2024-10-01 11:30:50.701 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 11:30:50.701 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2024-10-01 11:30:50.701 | BEGIN { 2024-10-01 11:30:50.701 | section = "" 2024-10-01 11:30:50.701 | last_section = "" 2024-10-01 11:30:50.701 | section_count = 0 2024-10-01 11:30:50.701 | } 2024-10-01 11:30:50.701 | /^\[.+\]/ { 2024-10-01 11:30:50.701 | gsub("[][]", "", $1); 2024-10-01 11:30:50.701 | section=$1 2024-10-01 11:30:50.701 | next 2024-10-01 11:30:50.701 | } 2024-10-01 11:30:50.701 | /^ *\#/ { 2024-10-01 11:30:50.701 | next 2024-10-01 11:30:50.701 | } 2024-10-01 11:30:50.701 | /^[^ \t]+/ { 2024-10-01 11:30:50.701 | # get offset of first = in $0 2024-10-01 11:30:50.701 | eq_idx = index($0, "=") 2024-10-01 11:30:50.701 | # extract attr & value from $0 2024-10-01 11:30:50.701 | attr = substr($0, 1, eq_idx - 1) 2024-10-01 11:30:50.701 | value = substr($0, eq_idx + 1) 2024-10-01 11:30:50.701 | # only need to strip trailing whitespace from attr 2024-10-01 11:30:50.701 | sub(/[ \t]*$/, "", attr) 2024-10-01 11:30:50.701 | # need to strip leading & trailing whitespace from value 2024-10-01 11:30:50.701 | sub(/^[ \t]*/, "", value) 2024-10-01 11:30:50.701 | sub(/[ \t]*$/, "", value) 2024-10-01 11:30:50.701 | 2024-10-01 11:30:50.701 | # cfg_attr_count: number of config lines per [section, attr] 2024-10-01 11:30:50.701 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-10-01 11:30:50.701 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-10-01 11:30:50.701 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-10-01 11:30:50.701 | if (! (section, attr) in cfg_attr_count) { 2024-10-01 11:30:50.701 | if (section != last_section) { 2024-10-01 11:30:50.701 | cfg_section[section_count++] = section 2024-10-01 11:30:50.701 | last_section = section 2024-10-01 11:30:50.701 | } 2024-10-01 11:30:50.701 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-10-01 11:30:50.701 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-10-01 11:30:50.701 | 2024-10-01 11:30:50.701 | cfg_attr[section, attr, 0] = value 2024-10-01 11:30:50.701 | cfg_attr_count[section, attr] = 1 2024-10-01 11:30:50.701 | } else { 2024-10-01 11:30:50.701 | lno = cfg_attr_count[section, attr]++ 2024-10-01 11:30:50.701 | cfg_attr[section, attr, lno] = value 2024-10-01 11:30:50.701 | } 2024-10-01 11:30:50.701 | } 2024-10-01 11:30:50.701 | END { 2024-10-01 11:30:50.701 | # Process each section in order 2024-10-01 11:30:50.701 | for (sno = 0; sno < section_count; sno++) { 2024-10-01 11:30:50.701 | section = cfg_section[sno] 2024-10-01 11:30:50.701 | # The ini routines simply append a config item immediately 2024-10-01 11:30:50.701 | # after the section header. To keep the same order as defined 2024-10-01 11:30:50.701 | # in local.conf, invoke the ini routines in the reverse order 2024-10-01 11:30:50.701 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-10-01 11:30:50.701 | attr = cfg_sec_attr_name[sno, attr_no] 2024-10-01 11:30:50.701 | if (cfg_attr_count[section, attr] == 1) 2024-10-01 11:30:50.701 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-10-01 11:30:50.701 | else { 2024-10-01 11:30:50.701 | # For multiline, invoke the ini routines in the reverse order 2024-10-01 11:30:50.701 | count = cfg_attr_count[section, attr] 2024-10-01 11:30:50.701 | print "inidelete " configfile " " section " " attr 2024-10-01 11:30:50.701 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-10-01 11:30:50.701 | for (l = count -2; l >= 0; l--) 2024-10-01 11:30:50.701 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-10-01 11:30:50.701 | } 2024-10-01 11:30:50.701 | } 2024-10-01 11:30:50.701 | } 2024-10-01 11:30:50.701 | } 2024-10-01 11:30:50.701 | ' 2024-10-01 11:30:50.701 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-10-01 11:30:50.703 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-10-01 11:30:50.703 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-10-01 11:30:50.705 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-10-01 11:30:50.707 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2024-10-01 11:30:50.709 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-01 11:30:50.711 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2024-10-01 11:30:50.713 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2024-10-01 11:30:50.713 | BEGIN { group = "" } 2024-10-01 11:30:50.713 | /^\[\[.+\|.*\]\]/ { 2024-10-01 11:30:50.713 | gsub("[][]", "", $1); 2024-10-01 11:30:50.713 | split($1, a, "|"); 2024-10-01 11:30:50.713 | if (a[1] == matchgroup && a[2] == configfile) { 2024-10-01 11:30:50.713 | group=a[1] 2024-10-01 11:30:50.713 | } else { 2024-10-01 11:30:50.713 | group="" 2024-10-01 11:30:50.713 | } 2024-10-01 11:30:50.713 | next 2024-10-01 11:30:50.713 | } 2024-10-01 11:30:50.713 | { 2024-10-01 11:30:50.713 | if (group != "") 2024-10-01 11:30:50.713 | print $0 2024-10-01 11:30:50.713 | } 2024-10-01 11:30:50.713 | ' /opt/stack/devstack/local.conf 2024-10-01 11:30:50.717 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2024-10-01 11:30:50.719 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2024-10-01 11:30:50.743 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 11:30:50.745 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2024-10-01 11:30:50.747 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2024-10-01 11:30:50.772 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 11:30:50.774 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-10-01 11:30:50.776 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-10-01 11:30:50.778 | + inc/meta-config:merge_config_group:180 : local dir 2024-10-01 11:30:50.781 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2024-10-01 11:30:50.783 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 11:30:50.785 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 11:30:50.788 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2024-10-01 11:30:50.790 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 11:30:50.794 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2024-10-01 11:30:50.796 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2024-10-01 11:30:50.799 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-10-01 11:30:50.801 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-10-01 11:30:50.803 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-10-01 11:30:50.805 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-10-01 11:30:50.807 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-10-01 11:30:50.810 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2024-10-01 11:30:50.812 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 11:30:50.814 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-10-01 11:30:50.816 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2024-10-01 11:30:50.819 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-10-01 11:30:50.820 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-10-01 11:30:50.820 | BEGIN { 2024-10-01 11:30:50.820 | section = "" 2024-10-01 11:30:50.820 | last_section = "" 2024-10-01 11:30:50.820 | section_count = 0 2024-10-01 11:30:50.820 | } 2024-10-01 11:30:50.820 | /^\[.+\]/ { 2024-10-01 11:30:50.820 | gsub("[][]", "", $1); 2024-10-01 11:30:50.820 | section=$1 2024-10-01 11:30:50.820 | next 2024-10-01 11:30:50.820 | } 2024-10-01 11:30:50.820 | /^ *\#/ { 2024-10-01 11:30:50.820 | next 2024-10-01 11:30:50.820 | } 2024-10-01 11:30:50.820 | /^[^ \t]+/ { 2024-10-01 11:30:50.820 | # get offset of first = in $0 2024-10-01 11:30:50.820 | eq_idx = index($0, "=") 2024-10-01 11:30:50.820 | # extract attr & value from $0 2024-10-01 11:30:50.820 | attr = substr($0, 1, eq_idx - 1) 2024-10-01 11:30:50.820 | value = substr($0, eq_idx + 1) 2024-10-01 11:30:50.820 | # only need to strip trailing whitespace from attr 2024-10-01 11:30:50.820 | sub(/[ \t]*$/, "", attr) 2024-10-01 11:30:50.820 | # need to strip leading & trailing whitespace from value 2024-10-01 11:30:50.820 | sub(/^[ \t]*/, "", value) 2024-10-01 11:30:50.820 | sub(/[ \t]*$/, "", value) 2024-10-01 11:30:50.820 | 2024-10-01 11:30:50.820 | # cfg_attr_count: number of config lines per [section, attr] 2024-10-01 11:30:50.820 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-10-01 11:30:50.820 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-10-01 11:30:50.820 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-10-01 11:30:50.820 | if (! (section, attr) in cfg_attr_count) { 2024-10-01 11:30:50.820 | if (section != last_section) { 2024-10-01 11:30:50.820 | cfg_section[section_count++] = section 2024-10-01 11:30:50.820 | last_section = section 2024-10-01 11:30:50.820 | } 2024-10-01 11:30:50.820 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-10-01 11:30:50.820 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-10-01 11:30:50.820 | 2024-10-01 11:30:50.820 | cfg_attr[section, attr, 0] = value 2024-10-01 11:30:50.820 | cfg_attr_count[section, attr] = 1 2024-10-01 11:30:50.820 | } else { 2024-10-01 11:30:50.820 | lno = cfg_attr_count[section, attr]++ 2024-10-01 11:30:50.820 | cfg_attr[section, attr, lno] = value 2024-10-01 11:30:50.820 | } 2024-10-01 11:30:50.820 | } 2024-10-01 11:30:50.820 | END { 2024-10-01 11:30:50.820 | # Process each section in order 2024-10-01 11:30:50.820 | for (sno = 0; sno < section_count; sno++) { 2024-10-01 11:30:50.820 | section = cfg_section[sno] 2024-10-01 11:30:50.820 | # The ini routines simply append a config item immediately 2024-10-01 11:30:50.820 | # after the section header. To keep the same order as defined 2024-10-01 11:30:50.820 | # in local.conf, invoke the ini routines in the reverse order 2024-10-01 11:30:50.820 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-10-01 11:30:50.820 | attr = cfg_sec_attr_name[sno, attr_no] 2024-10-01 11:30:50.820 | if (cfg_attr_count[section, attr] == 1) 2024-10-01 11:30:50.820 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-10-01 11:30:50.820 | else { 2024-10-01 11:30:50.820 | # For multiline, invoke the ini routines in the reverse order 2024-10-01 11:30:50.820 | count = cfg_attr_count[section, attr] 2024-10-01 11:30:50.820 | print "inidelete " configfile " " section " " attr 2024-10-01 11:30:50.820 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-10-01 11:30:50.820 | for (l = count -2; l >= 0; l--) 2024-10-01 11:30:50.820 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-10-01 11:30:50.820 | } 2024-10-01 11:30:50.820 | } 2024-10-01 11:30:50.820 | } 2024-10-01 11:30:50.820 | } 2024-10-01 11:30:50.820 | ' 2024-10-01 11:30:50.820 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 11:30:50.821 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-10-01 11:30:50.822 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-10-01 11:30:50.823 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-10-01 11:30:50.825 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-10-01 11:30:50.827 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-01 11:30:50.829 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2024-10-01 11:30:50.831 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-10-01 11:30:50.831 | BEGIN { group = "" } 2024-10-01 11:30:50.831 | /^\[\[.+\|.*\]\]/ { 2024-10-01 11:30:50.831 | gsub("[][]", "", $1); 2024-10-01 11:30:50.831 | split($1, a, "|"); 2024-10-01 11:30:50.831 | if (a[1] == matchgroup && a[2] == configfile) { 2024-10-01 11:30:50.831 | group=a[1] 2024-10-01 11:30:50.831 | } else { 2024-10-01 11:30:50.831 | group="" 2024-10-01 11:30:50.831 | } 2024-10-01 11:30:50.831 | next 2024-10-01 11:30:50.831 | } 2024-10-01 11:30:50.831 | { 2024-10-01 11:30:50.831 | if (group != "") 2024-10-01 11:30:50.831 | print $0 2024-10-01 11:30:50.831 | } 2024-10-01 11:30:50.831 | ' /opt/stack/devstack/local.conf 2024-10-01 11:30:50.836 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2024-10-01 11:30:50.838 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2024-10-01 11:30:50.863 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 11:30:50.865 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2024-10-01 11:30:50.867 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-10-01 11:30:50.891 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 11:30:50.893 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2024-10-01 11:30:50.895 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-10-01 11:30:50.920 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 11:30:50.922 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2024-10-01 11:30:50.924 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2024-10-01 11:30:50.949 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 11:30:50.951 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2024-10-01 11:30:50.953 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2024-10-01 11:30:50.977 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 11:30:50.979 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2024-10-01 11:30:50.980 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2024-10-01 11:30:51.004 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 11:30:51.006 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2_type_vlan network_vlan_ranges "default:2:999,public:1000:2000"' 2024-10-01 11:30:51.008 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges default:2:999,public:1000:2000 2024-10-01 11:30:51.033 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 11:30:51.035 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2024-10-01 11:30:51.037 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2024-10-01 11:30:51.061 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 11:30:51.063 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2024-10-01 11:30:51.065 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-10-01 11:30:51.090 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 11:30:51.093 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-10-01 11:30:51.095 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-10-01 11:30:51.097 | + inc/meta-config:merge_config_group:180 : local dir 2024-10-01 11:30:51.099 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2024-10-01 11:30:51.101 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2024-10-01 11:30:51.104 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2024-10-01 11:30:51.106 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-10-01 11:30:51.109 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2024-10-01 11:30:51.112 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-10-01 11:30:51.114 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-10-01 11:30:51.116 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2024-10-01 11:30:51.118 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-10-01 11:30:51.120 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-10-01 11:30:51.122 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2024-10-01 11:30:51.124 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-10-01 11:30:51.126 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2024-10-01 11:30:51.128 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2024-10-01 11:30:51.131 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2024-10-01 11:30:51.133 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2024-10-01 11:30:51.136 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2024-10-01 11:30:51.136 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-10-01 11:30:51.136 | BEGIN { 2024-10-01 11:30:51.136 | section = "" 2024-10-01 11:30:51.136 | last_section = "" 2024-10-01 11:30:51.136 | section_count = 0 2024-10-01 11:30:51.136 | } 2024-10-01 11:30:51.136 | /^\[.+\]/ { 2024-10-01 11:30:51.136 | gsub("[][]", "", $1); 2024-10-01 11:30:51.136 | section=$1 2024-10-01 11:30:51.136 | next 2024-10-01 11:30:51.136 | } 2024-10-01 11:30:51.136 | /^ *\#/ { 2024-10-01 11:30:51.136 | next 2024-10-01 11:30:51.136 | } 2024-10-01 11:30:51.136 | /^[^ \t]+/ { 2024-10-01 11:30:51.136 | # get offset of first = in $0 2024-10-01 11:30:51.136 | eq_idx = index($0, "=") 2024-10-01 11:30:51.136 | # extract attr & value from $0 2024-10-01 11:30:51.136 | attr = substr($0, 1, eq_idx - 1) 2024-10-01 11:30:51.136 | value = substr($0, eq_idx + 1) 2024-10-01 11:30:51.136 | # only need to strip trailing whitespace from attr 2024-10-01 11:30:51.136 | sub(/[ \t]*$/, "", attr) 2024-10-01 11:30:51.136 | # need to strip leading & trailing whitespace from value 2024-10-01 11:30:51.136 | sub(/^[ \t]*/, "", value) 2024-10-01 11:30:51.136 | sub(/[ \t]*$/, "", value) 2024-10-01 11:30:51.136 | 2024-10-01 11:30:51.136 | # cfg_attr_count: number of config lines per [section, attr] 2024-10-01 11:30:51.136 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-10-01 11:30:51.136 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-10-01 11:30:51.136 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-10-01 11:30:51.136 | if (! (section, attr) in cfg_attr_count) { 2024-10-01 11:30:51.136 | if (section != last_section) { 2024-10-01 11:30:51.136 | cfg_section[section_count++] = section 2024-10-01 11:30:51.136 | last_section = section 2024-10-01 11:30:51.136 | } 2024-10-01 11:30:51.136 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-10-01 11:30:51.136 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-10-01 11:30:51.136 | 2024-10-01 11:30:51.136 | cfg_attr[section, attr, 0] = value 2024-10-01 11:30:51.136 | cfg_attr_count[section, attr] = 1 2024-10-01 11:30:51.136 | } else { 2024-10-01 11:30:51.136 | lno = cfg_attr_count[section, attr]++ 2024-10-01 11:30:51.136 | cfg_attr[section, attr, lno] = value 2024-10-01 11:30:51.136 | } 2024-10-01 11:30:51.136 | } 2024-10-01 11:30:51.136 | END { 2024-10-01 11:30:51.136 | # Process each section in order 2024-10-01 11:30:51.136 | for (sno = 0; sno < section_count; sno++) { 2024-10-01 11:30:51.136 | section = cfg_section[sno] 2024-10-01 11:30:51.136 | # The ini routines simply append a config item immediately 2024-10-01 11:30:51.136 | # after the section header. To keep the same order as defined 2024-10-01 11:30:51.136 | # in local.conf, invoke the ini routines in the reverse order 2024-10-01 11:30:51.136 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-10-01 11:30:51.136 | attr = cfg_sec_attr_name[sno, attr_no] 2024-10-01 11:30:51.136 | if (cfg_attr_count[section, attr] == 1) 2024-10-01 11:30:51.136 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-10-01 11:30:51.136 | else { 2024-10-01 11:30:51.136 | # For multiline, invoke the ini routines in the reverse order 2024-10-01 11:30:51.136 | count = cfg_attr_count[section, attr] 2024-10-01 11:30:51.136 | print "inidelete " configfile " " section " " attr 2024-10-01 11:30:51.136 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-10-01 11:30:51.136 | for (l = count -2; l >= 0; l--) 2024-10-01 11:30:51.136 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-10-01 11:30:51.136 | } 2024-10-01 11:30:51.136 | } 2024-10-01 11:30:51.136 | } 2024-10-01 11:30:51.136 | } 2024-10-01 11:30:51.136 | ' 2024-10-01 11:30:51.136 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 11:30:51.138 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-10-01 11:30:51.138 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-10-01 11:30:51.140 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-10-01 11:30:51.142 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2024-10-01 11:30:51.144 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-01 11:30:51.146 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-10-01 11:30:51.148 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-10-01 11:30:51.148 | BEGIN { group = "" } 2024-10-01 11:30:51.148 | /^\[\[.+\|.*\]\]/ { 2024-10-01 11:30:51.148 | gsub("[][]", "", $1); 2024-10-01 11:30:51.148 | split($1, a, "|"); 2024-10-01 11:30:51.148 | if (a[1] == matchgroup && a[2] == configfile) { 2024-10-01 11:30:51.148 | group=a[1] 2024-10-01 11:30:51.148 | } else { 2024-10-01 11:30:51.148 | group="" 2024-10-01 11:30:51.148 | } 2024-10-01 11:30:51.148 | next 2024-10-01 11:30:51.148 | } 2024-10-01 11:30:51.148 | { 2024-10-01 11:30:51.148 | if (group != "") 2024-10-01 11:30:51.148 | print $0 2024-10-01 11:30:51.148 | } 2024-10-01 11:30:51.148 | ' /opt/stack/devstack/local.conf 2024-10-01 11:30:51.152 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_dns_servers "147.204.9.200, 147.204.9.201"' 2024-10-01 11:30:51.155 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_dns_servers '147.204.9.200, 147.204.9.201' 2024-10-01 11:30:51.177 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 11:30:51.179 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2024-10-01 11:30:51.181 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-10-01 11:30:51.206 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 11:30:51.208 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2024-10-01 11:30:51.210 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2024-10-01 11:30:51.233 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 11:30:51.236 | + stack.sh:main:1255 : is_service_enabled swift 2024-10-01 11:30:51.249 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:30:51.251 | + stack.sh:main:1263 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-10-01 11:30:51.253 | + stack.sh:main:1264 : is_service_enabled cinder 2024-10-01 11:30:51.266 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:30:51.268 | + stack.sh:main:1265 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-10-01 11:30:51.293 | + stack.sh:main:1268 : async_wait configure_neutron_nova 2024-10-01 11:30:51.329 | [3480 Async configure_neutron_nova:44378]: Waiting for completion of configure_neutron_nova running on PID 44378 (2 other jobs running) 2024-10-01 11:30:51.346 | [3480 Async configure_neutron_nova:44378]: Signaling child to exit 2024-10-01 11:30:51.346 | WAKEUP 2024-10-01 11:30:51.361 | [3480 Async configure_neutron_nova:44378]: Signaled 2024-10-01 11:30:51.363 | + lib/neutron:configure_neutron_nova:437 : create_nova_conf_neutron /etc/nova/nova.conf 2024-10-01 11:30:51.363 | + lib/neutron:create_nova_conf_neutron:448 : local conf=/etc/nova/nova.conf 2024-10-01 11:30:51.363 | + lib/neutron:create_nova_conf_neutron:449 : iniset /etc/nova/nova.conf neutron auth_type password 2024-10-01 11:30:51.363 | + lib/neutron:create_nova_conf_neutron:450 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2024-10-01 11:30:51.363 | + lib/neutron:create_nova_conf_neutron:451 : iniset /etc/nova/nova.conf neutron username neutron 2024-10-01 11:30:51.363 | + lib/neutron:create_nova_conf_neutron:452 : iniset /etc/nova/nova.conf neutron password nomoresecret 2024-10-01 11:30:51.363 | + lib/neutron:create_nova_conf_neutron:453 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2024-10-01 11:30:51.363 | + lib/neutron:create_nova_conf_neutron:454 : iniset /etc/nova/nova.conf neutron project_name service 2024-10-01 11:30:51.363 | + lib/neutron:create_nova_conf_neutron:455 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2024-10-01 11:30:51.363 | + lib/neutron:create_nova_conf_neutron:456 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2024-10-01 11:30:51.363 | + lib/neutron:create_nova_conf_neutron:457 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2024-10-01 11:30:51.363 | + lib/neutron:create_nova_conf_neutron:460 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2024-10-01 11:30:51.363 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2024-10-01 11:30:51.363 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:132 : : 2024-10-01 11:30:51.363 | + lib/neutron:create_nova_conf_neutron:462 : is_service_enabled q-meta neutron-metadata-agent 2024-10-01 11:30:51.363 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:30:51.363 | + lib/neutron:create_nova_conf_neutron:463 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2024-10-01 11:30:51.363 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2024-10-01 11:30:51.363 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2024-10-01 11:30:51.363 | + lib/neutron:configure_neutron_nova:438 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2024-10-01 11:30:51.394 | [3480 Async configure_neutron_nova:44378]: finished configure_neutron_nova with result 0 in 0 seconds 2024-10-01 11:30:51.397 | + inc/async:async_wait:197 : return 0 2024-10-01 11:30:51.399 | + stack.sh:main:1274 : is_service_enabled nova 2024-10-01 11:30:51.413 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:30:51.415 | + stack.sh:main:1275 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-10-01 11:30:51.439 | + stack.sh:main:1276 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-10-01 11:30:51.465 | + stack.sh:main:1280 : is_service_enabled n-api 2024-10-01 11:30:51.479 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:30:51.481 | + stack.sh:main:1281 : echo_summary 'Starting Nova API' 2024-10-01 11:30:51.483 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 11:30:51.485 | + stack.sh:echo_summary:455 : echo -e Starting Nova API 2024-10-01 11:30:51.487 | + stack.sh:main:1282 : start_nova_api 2024-10-01 11:30:51.489 | + lib/nova:start_nova_api:970 : local service_port=8774 2024-10-01 11:30:51.491 | + lib/nova:start_nova_api:971 : local service_protocol=http 2024-10-01 11:30:51.493 | + lib/nova:start_nova_api:972 : local nova_url 2024-10-01 11:30:51.495 | + lib/nova:start_nova_api:973 : is_service_enabled tls-proxy 2024-10-01 11:30:51.508 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:30:51.511 | + lib/nova:start_nova_api:979 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 11:30:51.513 | + lib/nova:start_nova_api:980 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 11:30:51.515 | + lib/nova:start_nova_api:980 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 11:30:51.517 | + lib/nova:start_nova_api:982 : '[' True == False ']' 2024-10-01 11:30:51.519 | ++ lib/nova:start_nova_api:990 : which uwsgi 2024-10-01 11:30:51.523 | + lib/nova:start_nova_api:990 : run_process n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-10-01 11:30:51.525 | + functions-common:run_process:1689 : local service=n-api 2024-10-01 11:30:51.527 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-10-01 11:30:51.529 | + functions-common:run_process:1691 : local group= 2024-10-01 11:30:51.531 | + functions-common:run_process:1692 : local user= 2024-10-01 11:30:51.533 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 11:30:51.535 | + functions-common:run_process:1695 : local name=n-api 2024-10-01 11:30:51.537 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 11:30:51.539 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 11:30:51.541 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:30:51.543 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:30:51.546 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:30:51.549 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782251547 2024-10-01 11:30:51.551 | + functions-common:run_process:1698 : is_service_enabled n-api 2024-10-01 11:30:51.564 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:30:51.566 | + functions-common:run_process:1699 : _run_under_systemd n-api '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' '' '' 2024-10-01 11:30:51.568 | + functions-common:_run_under_systemd:1649 : local service=n-api 2024-10-01 11:30:51.570 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-10-01 11:30:51.572 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-10-01 11:30:51.574 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-10-01 11:30:51.576 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-10-01 11:30:51.578 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2024-10-01 11:30:51.579 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2024-10-01 11:30:51.581 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api.service 2024-10-01 11:30:51.584 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-01 11:30:51.586 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-01 11:30:51.587 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-01 11:30:51.589 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-01 11:30:51.591 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2024-10-01 11:30:51.594 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@n-api.service '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' '' stack '' 2024-10-01 11:30:51.595 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api.service 2024-10-01 11:30:51.597 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-10-01 11:30:51.599 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-10-01 11:30:51.601 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-10-01 11:30:51.603 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-10-01 11:30:51.605 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api.service 2024-10-01 11:30:51.606 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-10-01 11:30:51.609 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@n-api.service Unit Description 'Devstack devstack@n-api.service' 2024-10-01 11:30:51.657 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2024-10-01 11:30:51.704 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2024-10-01 11:30:51.744 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-10-01 11:30:51.784 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-01 11:30:51.826 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2024-10-01 11:30:51.867 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2024-10-01 11:30:51.907 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2024-10-01 11:30:51.948 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2024-10-01 11:30:51.989 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2024-10-01 11:30:52.029 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-10-01 11:30:52.031 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-10-01 11:30:52.033 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2024-10-01 11:30:52.082 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-10-01 11:30:52.329 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api.service 2024-10-01 11:30:52.342 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2024-10-01 11:30:52.574 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api.service 2024-10-01 11:30:52.633 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 11:30:52.636 | + functions-common:time_stop:2435 : local name 2024-10-01 11:30:52.638 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:30:52.640 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:30:52.642 | + functions-common:time_stop:2438 : local total 2024-10-01 11:30:52.644 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:30:52.646 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 11:30:52.648 | + functions-common:time_stop:2442 : start_time=1727782251547 2024-10-01 11:30:52.650 | + functions-common:time_stop:2444 : [[ -z 1727782251547 ]] 2024-10-01 11:30:52.653 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:30:52.656 | + functions-common:time_stop:2447 : end_time=1727782252654 2024-10-01 11:30:52.658 | + functions-common:time_stop:2448 : elapsed_time=1107 2024-10-01 11:30:52.661 | + functions-common:time_stop:2449 : total=1214 2024-10-01 11:30:52.663 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:30:52.665 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2321 2024-10-01 11:30:52.667 | + lib/nova:start_nova_api:991 : nova_url=http://10.180.1.21/compute/v2.1/ 2024-10-01 11:30:52.669 | + lib/nova:start_nova_api:994 : echo 'Waiting for nova-api to start...' 2024-10-01 11:30:52.669 | Waiting for nova-api to start... 2024-10-01 11:30:52.671 | + lib/nova:start_nova_api:995 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2024-10-01 11:30:52.673 | + functions:wait_for_service:468 : local timeout=60 2024-10-01 11:30:52.675 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2024-10-01 11:30:52.677 | + functions:wait_for_service:470 : local rval=0 2024-10-01 11:30:52.679 | + functions:wait_for_service:471 : time_start wait_for_service 2024-10-01 11:30:52.681 | + functions-common:time_start:2421 : local name=wait_for_service 2024-10-01 11:30:52.683 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:30:52.685 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:30:52.687 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:30:52.691 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782252689 2024-10-01 11:30:52.693 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-10-01 11:30:52.696 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2024-10-01 11:30:55.345 | + :: : [[ 200 == 503 ]] 2024-10-01 11:30:55.346 | + :: : [[ 0 -eq 7 ]] 2024-10-01 11:30:55.349 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-10-01 11:30:55.351 | + functions-common:time_stop:2435 : local name 2024-10-01 11:30:55.353 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:30:55.355 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:30:55.358 | + functions-common:time_stop:2438 : local total 2024-10-01 11:30:55.359 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:30:55.361 | + functions-common:time_stop:2441 : name=wait_for_service 2024-10-01 11:30:55.363 | + functions-common:time_stop:2442 : start_time=1727782252689 2024-10-01 11:30:55.365 | + functions-common:time_stop:2444 : [[ -z 1727782252689 ]] 2024-10-01 11:30:55.368 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:30:55.371 | + functions-common:time_stop:2447 : end_time=1727782255369 2024-10-01 11:30:55.373 | + functions-common:time_stop:2448 : elapsed_time=2680 2024-10-01 11:30:55.375 | + functions-common:time_stop:2449 : total=2415 2024-10-01 11:30:55.377 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:30:55.379 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5095 2024-10-01 11:30:55.381 | + functions:wait_for_service:478 : return 0 2024-10-01 11:30:55.383 | + lib/nova:start_nova_api:999 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 11:30:55.386 | + lib/nova:start_nova_api:999 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 11:30:55.388 | + stack.sh:main:1285 : is_service_enabled ovn-controller ovn-controller-vtep 2024-10-01 11:30:55.401 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:30:55.403 | + stack.sh:main:1290 : is_service_enabled neutron-api 2024-10-01 11:30:55.416 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:30:55.418 | + stack.sh:main:1293 : is_service_enabled q-svc 2024-10-01 11:30:55.431 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:30:55.433 | + stack.sh:main:1294 : echo_summary 'Starting Neutron' 2024-10-01 11:30:55.435 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 11:30:55.437 | + stack.sh:echo_summary:455 : echo -e Starting Neutron 2024-10-01 11:30:55.439 | + stack.sh:main:1295 : configure_neutron_after_post_config 2024-10-01 11:30:55.442 | + lib/neutron:configure_neutron_after_post_config:547 : [[ router != '' ]] 2024-10-01 11:30:55.444 | + lib/neutron:configure_neutron_after_post_config:548 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2024-10-01 11:30:55.469 | + lib/neutron:configure_neutron_after_post_config:550 : configure_rbac_policies 2024-10-01 11:30:55.471 | + lib/neutron:configure_rbac_policies:556 : [[ False == \T\r\u\e ]] 2024-10-01 11:30:55.473 | + lib/neutron:configure_rbac_policies:556 : [[ False == True ]] 2024-10-01 11:30:55.475 | + lib/neutron:configure_rbac_policies:560 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2024-10-01 11:30:55.500 | + lib/neutron:configure_rbac_policies:561 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2024-10-01 11:30:55.525 | + stack.sh:main:1296 : start_neutron_service_and_check 2024-10-01 11:30:55.527 | + lib/neutron:start_neutron_service_and_check:583 : local service_port=9696 2024-10-01 11:30:55.529 | + lib/neutron:start_neutron_service_and_check:584 : local service_protocol=http 2024-10-01 11:30:55.531 | + lib/neutron:start_neutron_service_and_check:585 : local cfg_file_options 2024-10-01 11:30:55.534 | + lib/neutron:start_neutron_service_and_check:586 : local neutron_url 2024-10-01 11:30:55.536 | ++ lib/neutron:start_neutron_service_and_check:588 : determine_config_files neutron-server 2024-10-01 11:30:55.538 | ++ lib/neutron:determine_config_files:360 : local opts= 2024-10-01 11:30:55.541 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2024-10-01 11:30:55.544 | +++ lib/neutron:determine_config_files:362 : _determine_config_server 2024-10-01 11:30:55.546 | +++ lib/neutron:_determine_config_server:330 : [[ '' != '' ]] 2024-10-01 11:30:55.548 | +++ lib/neutron:_determine_config_server:337 : [[ 0 > 0 ]] 2024-10-01 11:30:55.550 | +++ lib/neutron:_determine_config_server:344 : local cfg_file 2024-10-01 11:30:55.552 | +++ lib/neutron:_determine_config_server:345 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 11:30:55.554 | +++ lib/neutron:_determine_config_server:349 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 11:30:55.556 | ++ lib/neutron:determine_config_files:362 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 11:30:55.558 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2024-10-01 11:30:55.561 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 11:30:55.563 | + lib/neutron:start_neutron_service_and_check:588 : cfg_file_options='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 11:30:55.565 | + lib/neutron:start_neutron_service_and_check:590 : is_service_enabled tls-proxy 2024-10-01 11:30:55.578 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:30:55.580 | + lib/neutron:start_neutron_service_and_check:595 : '[' False == True ']' 2024-10-01 11:30:55.582 | + lib/neutron:start_neutron_service_and_check:602 : run_process q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 11:30:55.584 | + functions-common:run_process:1689 : local service=q-svc 2024-10-01 11:30:55.587 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 11:30:55.589 | + functions-common:run_process:1691 : local group= 2024-10-01 11:30:55.591 | + functions-common:run_process:1692 : local user= 2024-10-01 11:30:55.593 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 11:30:55.595 | + functions-common:run_process:1695 : local name=q-svc 2024-10-01 11:30:55.597 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 11:30:55.599 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 11:30:55.601 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:30:55.603 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:30:55.606 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:30:55.609 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782255607 2024-10-01 11:30:55.612 | + functions-common:run_process:1698 : is_service_enabled q-svc 2024-10-01 11:30:55.624 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:30:55.626 | + functions-common:run_process:1699 : _run_under_systemd q-svc '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2024-10-01 11:30:55.629 | + functions-common:_run_under_systemd:1649 : local service=q-svc 2024-10-01 11:30:55.631 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 11:30:55.633 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 11:30:55.635 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 11:30:55.637 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 11:30:55.639 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2024-10-01 11:30:55.641 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2024-10-01 11:30:55.643 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-svc.service 2024-10-01 11:30:55.645 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-01 11:30:55.647 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-01 11:30:55.649 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-01 11:30:55.651 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-01 11:30:55.653 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2024-10-01 11:30:55.655 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-svc.service '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' stack '' 2024-10-01 11:30:55.657 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-svc.service 2024-10-01 11:30:55.658 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 11:30:55.660 | + functions-common:write_user_unit_file:1560 : local group= 2024-10-01 11:30:55.662 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-10-01 11:30:55.664 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-10-01 11:30:55.666 | + functions-common:write_user_unit_file:1563 : local extra= 2024-10-01 11:30:55.667 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-10-01 11:30:55.669 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2024-10-01 11:30:55.671 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-10-01 11:30:55.674 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2024-10-01 11:30:55.722 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2024-10-01 11:30:55.769 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecStart '/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 11:30:55.809 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2024-10-01 11:30:55.850 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2024-10-01 11:30:55.890 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-01 11:30:55.930 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-10-01 11:30:55.932 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-10-01 11:30:55.934 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2024-10-01 11:30:55.981 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-10-01 11:30:56.223 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-svc.service 2024-10-01 11:30:56.233 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2024-10-01 11:30:56.472 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-svc.service 2024-10-01 11:30:56.496 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 11:30:56.498 | + functions-common:time_stop:2435 : local name 2024-10-01 11:30:56.500 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:30:56.503 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:30:56.505 | + functions-common:time_stop:2438 : local total 2024-10-01 11:30:56.507 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:30:56.509 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 11:30:56.511 | + functions-common:time_stop:2442 : start_time=1727782255607 2024-10-01 11:30:56.512 | + functions-common:time_stop:2444 : [[ -z 1727782255607 ]] 2024-10-01 11:30:56.515 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:30:56.520 | + functions-common:time_stop:2447 : end_time=1727782256516 2024-10-01 11:30:56.521 | + functions-common:time_stop:2448 : elapsed_time=909 2024-10-01 11:30:56.523 | + functions-common:time_stop:2449 : total=2321 2024-10-01 11:30:56.525 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:30:56.528 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3230 2024-10-01 11:30:56.530 | + lib/neutron:start_neutron_service_and_check:603 : neutron_url=http://10.180.1.21:9696/ 2024-10-01 11:30:56.532 | + lib/neutron:start_neutron_service_and_check:605 : is_service_enabled tls-proxy 2024-10-01 11:30:56.546 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:30:56.548 | + lib/neutron:start_neutron_service_and_check:609 : '[' '!' -z networking ']' 2024-10-01 11:30:56.550 | + lib/neutron:start_neutron_service_and_check:610 : neutron_url=http://10.180.1.21:9696/networking 2024-10-01 11:30:56.551 | + lib/neutron:start_neutron_service_and_check:612 : echo 'Waiting for Neutron to start...' 2024-10-01 11:30:56.552 | Waiting for Neutron to start... 2024-10-01 11:30:56.554 | + lib/neutron:start_neutron_service_and_check:614 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2024-10-01 11:30:56.556 | + lib/neutron:start_neutron_service_and_check:615 : test_with_retry 'wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 'Neutron did not start' 60 2024-10-01 11:30:56.558 | + functions-common:test_with_retry:2373 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2024-10-01 11:30:56.560 | + functions-common:test_with_retry:2374 : local 'failmsg=Neutron did not start' 2024-10-01 11:30:56.562 | + functions-common:test_with_retry:2375 : local until=60 2024-10-01 11:30:56.563 | + functions-common:test_with_retry:2376 : local sleep=0.5 2024-10-01 11:30:56.565 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2024-10-01 11:30:56.568 | + functions-common:time_start:2421 : local name=test_with_retry 2024-10-01 11:30:56.570 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:30:56.572 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:30:56.574 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:30:56.577 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782256575 2024-10-01 11:30:56.579 | + functions-common:test_with_retry:2379 : timeout 60 sh -c 'while ! wget --no-proxy -q -O- http://10.180.1.21:9696/networking; do sleep 0.5; done' 2024-10-01 11:30:59.616 | {"versions": [{"id": "v2.0", "status": "CURRENT", "links": [{"rel": "self", "href": "http://10.180.1.21:9696/networking/v2.0/"}]}]}+ functions-common:test_with_retry:2382 : time_stop test_with_retry 2024-10-01 11:30:59.619 | + functions-common:time_stop:2435 : local name 2024-10-01 11:30:59.621 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:30:59.623 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:30:59.625 | + functions-common:time_stop:2438 : local total 2024-10-01 11:30:59.627 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:30:59.629 | + functions-common:time_stop:2441 : name=test_with_retry 2024-10-01 11:30:59.631 | + functions-common:time_stop:2442 : start_time=1727782256575 2024-10-01 11:30:59.634 | + functions-common:time_stop:2444 : [[ -z 1727782256575 ]] 2024-10-01 11:30:59.636 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:30:59.639 | + functions-common:time_stop:2447 : end_time=1727782259637 2024-10-01 11:30:59.641 | + functions-common:time_stop:2448 : elapsed_time=3062 2024-10-01 11:30:59.643 | + functions-common:time_stop:2449 : total=0 2024-10-01 11:30:59.645 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:30:59.648 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3062 2024-10-01 11:30:59.650 | + stack.sh:main:1301 : is_service_enabled placement 2024-10-01 11:30:59.663 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:30:59.665 | + stack.sh:main:1302 : echo_summary 'Starting Placement' 2024-10-01 11:30:59.667 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 11:30:59.669 | + stack.sh:echo_summary:455 : echo -e Starting Placement 2024-10-01 11:30:59.671 | + stack.sh:main:1303 : start_placement 2024-10-01 11:30:59.673 | + lib/placement:start_placement:173 : start_placement_api 2024-10-01 11:30:59.675 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2024-10-01 11:30:59.678 | ++ lib/placement:start_placement_api:160 : which uwsgi 2024-10-01 11:30:59.681 | + lib/placement:start_placement_api:160 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-10-01 11:30:59.683 | + functions-common:run_process:1689 : local service=placement-api 2024-10-01 11:30:59.685 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-10-01 11:30:59.687 | + functions-common:run_process:1691 : local group= 2024-10-01 11:30:59.689 | + functions-common:run_process:1692 : local user= 2024-10-01 11:30:59.691 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 11:30:59.693 | + functions-common:run_process:1695 : local name=placement-api 2024-10-01 11:30:59.695 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 11:30:59.697 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 11:30:59.699 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:30:59.701 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:30:59.704 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:30:59.707 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782259705 2024-10-01 11:30:59.709 | + functions-common:run_process:1698 : is_service_enabled placement-api 2024-10-01 11:30:59.722 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:30:59.724 | + functions-common:run_process:1699 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' 2024-10-01 11:30:59.726 | + functions-common:_run_under_systemd:1649 : local service=placement-api 2024-10-01 11:30:59.728 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-10-01 11:30:59.730 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-10-01 11:30:59.732 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-10-01 11:30:59.734 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-10-01 11:30:59.736 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2024-10-01 11:30:59.738 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2024-10-01 11:30:59.741 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@placement-api.service 2024-10-01 11:30:59.743 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-01 11:30:59.745 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-01 11:30:59.747 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-01 11:30:59.749 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-01 11:30:59.751 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2024-10-01 11:30:59.753 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@placement-api.service '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' stack '' 2024-10-01 11:30:59.755 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@placement-api.service 2024-10-01 11:30:59.757 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-10-01 11:30:59.759 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-10-01 11:30:59.761 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-10-01 11:30:59.762 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-10-01 11:30:59.764 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2024-10-01 11:30:59.766 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-10-01 11:30:59.769 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Unit Description 'Devstack devstack@placement-api.service' 2024-10-01 11:30:59.819 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2024-10-01 11:30:59.867 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2024-10-01 11:30:59.908 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-10-01 11:30:59.948 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-01 11:30:59.989 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2024-10-01 11:31:00.031 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2024-10-01 11:31:00.071 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2024-10-01 11:31:00.112 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2024-10-01 11:31:00.153 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2024-10-01 11:31:00.193 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-10-01 11:31:00.195 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-10-01 11:31:00.197 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2024-10-01 11:31:00.245 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-10-01 11:31:00.489 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@placement-api.service 2024-10-01 11:31:00.499 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2024-10-01 11:31:00.745 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@placement-api.service 2024-10-01 11:31:00.797 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 11:31:00.799 | + functions-common:time_stop:2435 : local name 2024-10-01 11:31:00.801 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:31:00.803 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:31:00.805 | + functions-common:time_stop:2438 : local total 2024-10-01 11:31:00.807 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:31:00.809 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 11:31:00.811 | + functions-common:time_stop:2442 : start_time=1727782259705 2024-10-01 11:31:00.812 | + functions-common:time_stop:2444 : [[ -z 1727782259705 ]] 2024-10-01 11:31:00.815 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:31:00.819 | + functions-common:time_stop:2447 : end_time=1727782260817 2024-10-01 11:31:00.821 | + functions-common:time_stop:2448 : elapsed_time=1112 2024-10-01 11:31:00.823 | + functions-common:time_stop:2449 : total=3230 2024-10-01 11:31:00.825 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:31:00.827 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=4342 2024-10-01 11:31:00.829 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2024-10-01 11:31:00.829 | Waiting for placement-api to start... 2024-10-01 11:31:00.831 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2024-10-01 11:31:00.833 | + functions:wait_for_service:468 : local timeout=60 2024-10-01 11:31:00.835 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2024-10-01 11:31:00.837 | + functions:wait_for_service:470 : local rval=0 2024-10-01 11:31:00.839 | + functions:wait_for_service:471 : time_start wait_for_service 2024-10-01 11:31:00.841 | + functions-common:time_start:2421 : local name=wait_for_service 2024-10-01 11:31:00.843 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:31:00.845 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:31:00.848 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:31:00.851 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782260849 2024-10-01 11:31:00.853 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-10-01 11:31:00.857 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2024-10-01 11:31:02.073 | + :: : [[ 200 == 503 ]] 2024-10-01 11:31:02.074 | + :: : [[ 0 -eq 7 ]] 2024-10-01 11:31:02.077 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-10-01 11:31:02.079 | + functions-common:time_stop:2435 : local name 2024-10-01 11:31:02.081 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:31:02.083 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:31:02.085 | + functions-common:time_stop:2438 : local total 2024-10-01 11:31:02.086 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:31:02.088 | + functions-common:time_stop:2441 : name=wait_for_service 2024-10-01 11:31:02.090 | + functions-common:time_stop:2442 : start_time=1727782260849 2024-10-01 11:31:02.092 | + functions-common:time_stop:2444 : [[ -z 1727782260849 ]] 2024-10-01 11:31:02.095 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:31:02.099 | + functions-common:time_stop:2447 : end_time=1727782262097 2024-10-01 11:31:02.101 | + functions-common:time_stop:2448 : elapsed_time=1248 2024-10-01 11:31:02.102 | + functions-common:time_stop:2449 : total=5095 2024-10-01 11:31:02.104 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:31:02.106 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6343 2024-10-01 11:31:02.108 | + functions:wait_for_service:478 : return 0 2024-10-01 11:31:02.111 | + stack.sh:main:1306 : is_service_enabled neutron 2024-10-01 11:31:02.125 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:31:02.127 | + stack.sh:main:1307 : start_neutron 2024-10-01 11:31:02.129 | + lib/neutron:start_neutron:619 : start_l2_agent 2024-10-01 11:31:02.131 | + lib/neutron:start_l2_agent:626 : run_process q-agt '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 11:31:02.133 | + functions-common:run_process:1689 : local service=q-agt 2024-10-01 11:31:02.135 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 11:31:02.137 | + functions-common:run_process:1691 : local group= 2024-10-01 11:31:02.139 | + functions-common:run_process:1692 : local user= 2024-10-01 11:31:02.141 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 11:31:02.143 | + functions-common:run_process:1695 : local name=q-agt 2024-10-01 11:31:02.145 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 11:31:02.147 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 11:31:02.149 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:31:02.151 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:31:02.154 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:31:02.157 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782262155 2024-10-01 11:31:02.159 | + functions-common:run_process:1698 : is_service_enabled q-agt 2024-10-01 11:31:02.172 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:31:02.174 | + functions-common:run_process:1699 : _run_under_systemd q-agt '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' '' '' 2024-10-01 11:31:02.176 | + functions-common:_run_under_systemd:1649 : local service=q-agt 2024-10-01 11:31:02.178 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 11:31:02.180 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 11:31:02.182 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 11:31:02.184 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 11:31:02.186 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ sudo ]] 2024-10-01 11:31:02.188 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ ^/ ]] 2024-10-01 11:31:02.190 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-agt.service 2024-10-01 11:31:02.192 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-01 11:31:02.194 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-01 11:31:02.196 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-01 11:31:02.198 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-01 11:31:02.200 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini =~ uwsgi ]] 2024-10-01 11:31:02.202 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-agt.service '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' '' stack '' 2024-10-01 11:31:02.204 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-agt.service 2024-10-01 11:31:02.206 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 11:31:02.208 | + functions-common:write_user_unit_file:1560 : local group= 2024-10-01 11:31:02.210 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-10-01 11:31:02.211 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-10-01 11:31:02.213 | + functions-common:write_user_unit_file:1563 : local extra= 2024-10-01 11:31:02.215 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-10-01 11:31:02.217 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2024-10-01 11:31:02.219 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-10-01 11:31:02.222 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2024-10-01 11:31:02.269 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User stack 2024-10-01 11:31:02.319 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecStart '/usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-10-01 11:31:02.360 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2024-10-01 11:31:02.401 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2024-10-01 11:31:02.441 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-01 11:31:02.482 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-10-01 11:31:02.484 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-10-01 11:31:02.486 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2024-10-01 11:31:02.537 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-10-01 11:31:02.792 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-agt.service 2024-10-01 11:31:02.802 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2024-10-01 11:31:03.042 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-agt.service 2024-10-01 11:31:03.064 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 11:31:03.066 | + functions-common:time_stop:2435 : local name 2024-10-01 11:31:03.068 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:31:03.070 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:31:03.072 | + functions-common:time_stop:2438 : local total 2024-10-01 11:31:03.074 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:31:03.076 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 11:31:03.078 | + functions-common:time_stop:2442 : start_time=1727782262155 2024-10-01 11:31:03.080 | + functions-common:time_stop:2444 : [[ -z 1727782262155 ]] 2024-10-01 11:31:03.082 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:31:03.086 | + functions-common:time_stop:2447 : end_time=1727782263084 2024-10-01 11:31:03.088 | + functions-common:time_stop:2448 : elapsed_time=929 2024-10-01 11:31:03.089 | + functions-common:time_stop:2449 : total=4342 2024-10-01 11:31:03.091 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:31:03.093 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5271 2024-10-01 11:31:03.096 | + lib/neutron:start_l2_agent:628 : is_provider_network 2024-10-01 11:31:03.098 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-10-01 11:31:03.100 | + functions-common:is_provider_network:2287 : return 1 2024-10-01 11:31:03.102 | + lib/neutron:start_neutron:620 : start_other_agents 2024-10-01 11:31:03.104 | + lib/neutron:start_other_agents:644 : run_process q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-10-01 11:31:03.106 | + functions-common:run_process:1689 : local service=q-dhcp 2024-10-01 11:31:03.108 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-10-01 11:31:03.110 | + functions-common:run_process:1691 : local group= 2024-10-01 11:31:03.112 | + functions-common:run_process:1692 : local user= 2024-10-01 11:31:03.114 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 11:31:03.116 | + functions-common:run_process:1695 : local name=q-dhcp 2024-10-01 11:31:03.118 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 11:31:03.120 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 11:31:03.122 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:31:03.124 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:31:03.127 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:31:03.130 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782263128 2024-10-01 11:31:03.132 | + functions-common:run_process:1698 : is_service_enabled q-dhcp 2024-10-01 11:31:03.146 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:31:03.148 | + functions-common:run_process:1699 : _run_under_systemd q-dhcp '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' '' '' 2024-10-01 11:31:03.150 | + functions-common:_run_under_systemd:1649 : local service=q-dhcp 2024-10-01 11:31:03.152 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-10-01 11:31:03.154 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-10-01 11:31:03.156 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-10-01 11:31:03.158 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-10-01 11:31:03.160 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ sudo ]] 2024-10-01 11:31:03.162 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ ^/ ]] 2024-10-01 11:31:03.165 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-dhcp.service 2024-10-01 11:31:03.167 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-01 11:31:03.169 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-01 11:31:03.171 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-01 11:31:03.173 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-01 11:31:03.175 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini =~ uwsgi ]] 2024-10-01 11:31:03.177 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-dhcp.service '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' '' stack '' 2024-10-01 11:31:03.179 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-dhcp.service 2024-10-01 11:31:03.181 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-10-01 11:31:03.183 | + functions-common:write_user_unit_file:1560 : local group= 2024-10-01 11:31:03.185 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-10-01 11:31:03.187 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-10-01 11:31:03.189 | + functions-common:write_user_unit_file:1563 : local extra= 2024-10-01 11:31:03.191 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-10-01 11:31:03.193 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2024-10-01 11:31:03.195 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-10-01 11:31:03.198 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2024-10-01 11:31:03.247 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User stack 2024-10-01 11:31:03.297 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecStart '/usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini' 2024-10-01 11:31:03.340 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2024-10-01 11:31:03.381 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2024-10-01 11:31:03.424 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-01 11:31:03.468 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-10-01 11:31:03.470 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-10-01 11:31:03.472 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2024-10-01 11:31:03.525 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-10-01 11:31:03.786 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-dhcp.service 2024-10-01 11:31:03.797 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2024-10-01 11:31:04.029 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-dhcp.service 2024-10-01 11:31:04.053 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 11:31:04.055 | + functions-common:time_stop:2435 : local name 2024-10-01 11:31:04.057 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:31:04.059 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:31:04.061 | + functions-common:time_stop:2438 : local total 2024-10-01 11:31:04.063 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:31:04.065 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 11:31:04.067 | + functions-common:time_stop:2442 : start_time=1727782263128 2024-10-01 11:31:04.069 | + functions-common:time_stop:2444 : [[ -z 1727782263128 ]] 2024-10-01 11:31:04.072 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:31:04.075 | + functions-common:time_stop:2447 : end_time=1727782264073 2024-10-01 11:31:04.077 | + functions-common:time_stop:2448 : elapsed_time=945 2024-10-01 11:31:04.079 | + functions-common:time_stop:2449 : total=5271 2024-10-01 11:31:04.081 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:31:04.083 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6216 2024-10-01 11:31:04.086 | ++ lib/neutron:start_other_agents:646 : determine_config_files neutron-l3-agent 2024-10-01 11:31:04.089 | ++ lib/neutron:determine_config_files:360 : local opts= 2024-10-01 11:31:04.091 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2024-10-01 11:31:04.094 | +++ lib/neutron:determine_config_files:363 : _determine_config_l3 2024-10-01 11:31:04.096 | +++ lib/neutron:_determine_config_l3:353 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-10-01 11:31:04.098 | +++ lib/neutron:_determine_config_l3:354 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-10-01 11:31:04.101 | ++ lib/neutron:determine_config_files:363 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-10-01 11:31:04.103 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2024-10-01 11:31:04.106 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-10-01 11:31:04.109 | + lib/neutron:start_other_agents:646 : run_process q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-10-01 11:31:04.111 | + functions-common:run_process:1689 : local service=q-l3 2024-10-01 11:31:04.113 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-10-01 11:31:04.115 | + functions-common:run_process:1691 : local group= 2024-10-01 11:31:04.117 | + functions-common:run_process:1692 : local user= 2024-10-01 11:31:04.119 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 11:31:04.121 | + functions-common:run_process:1695 : local name=q-l3 2024-10-01 11:31:04.123 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 11:31:04.125 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 11:31:04.128 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:31:04.130 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:31:04.132 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:31:04.136 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782264134 2024-10-01 11:31:04.138 | + functions-common:run_process:1698 : is_service_enabled q-l3 2024-10-01 11:31:04.152 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:31:04.154 | + functions-common:run_process:1699 : _run_under_systemd q-l3 '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' '' '' 2024-10-01 11:31:04.156 | + functions-common:_run_under_systemd:1649 : local service=q-l3 2024-10-01 11:31:04.158 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-10-01 11:31:04.160 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-10-01 11:31:04.163 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-10-01 11:31:04.165 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-10-01 11:31:04.167 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ sudo ]] 2024-10-01 11:31:04.169 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ ^/ ]] 2024-10-01 11:31:04.171 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-l3.service 2024-10-01 11:31:04.174 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-01 11:31:04.176 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-01 11:31:04.178 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-01 11:31:04.180 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-01 11:31:04.182 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini =~ uwsgi ]] 2024-10-01 11:31:04.185 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-l3.service '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' '' stack '' 2024-10-01 11:31:04.187 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-l3.service 2024-10-01 11:31:04.189 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-10-01 11:31:04.191 | + functions-common:write_user_unit_file:1560 : local group= 2024-10-01 11:31:04.193 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-10-01 11:31:04.195 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-10-01 11:31:04.197 | + functions-common:write_user_unit_file:1563 : local extra= 2024-10-01 11:31:04.200 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-10-01 11:31:04.202 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2024-10-01 11:31:04.204 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-10-01 11:31:04.207 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2024-10-01 11:31:04.263 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User stack 2024-10-01 11:31:04.312 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecStart '/usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-10-01 11:31:04.355 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2024-10-01 11:31:04.399 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2024-10-01 11:31:04.444 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-01 11:31:04.489 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-10-01 11:31:04.491 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-10-01 11:31:04.493 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2024-10-01 11:31:04.545 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-10-01 11:31:04.807 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-l3.service 2024-10-01 11:31:04.817 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2024-10-01 11:31:05.052 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-l3.service 2024-10-01 11:31:05.076 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 11:31:05.078 | + functions-common:time_stop:2435 : local name 2024-10-01 11:31:05.081 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:31:05.083 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:31:05.088 | + functions-common:time_stop:2438 : local total 2024-10-01 11:31:05.090 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:31:05.092 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 11:31:05.094 | + functions-common:time_stop:2442 : start_time=1727782264134 2024-10-01 11:31:05.099 | + functions-common:time_stop:2444 : [[ -z 1727782264134 ]] 2024-10-01 11:31:05.103 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:31:05.105 | + functions-common:time_stop:2447 : end_time=1727782265103 2024-10-01 11:31:05.110 | + functions-common:time_stop:2448 : elapsed_time=969 2024-10-01 11:31:05.112 | + functions-common:time_stop:2449 : total=6216 2024-10-01 11:31:05.117 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:31:05.119 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7185 2024-10-01 11:31:05.121 | + lib/neutron:start_other_agents:648 : run_process q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-10-01 11:31:05.123 | + functions-common:run_process:1689 : local service=q-meta 2024-10-01 11:31:05.125 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-10-01 11:31:05.129 | + functions-common:run_process:1691 : local group= 2024-10-01 11:31:05.132 | + functions-common:run_process:1692 : local user= 2024-10-01 11:31:05.135 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 11:31:05.136 | + functions-common:run_process:1695 : local name=q-meta 2024-10-01 11:31:05.139 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 11:31:05.140 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 11:31:05.143 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:31:05.145 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:31:05.148 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:31:05.151 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782265148 2024-10-01 11:31:05.153 | + functions-common:run_process:1698 : is_service_enabled q-meta 2024-10-01 11:31:05.167 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:31:05.169 | + functions-common:run_process:1699 : _run_under_systemd q-meta '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' '' '' 2024-10-01 11:31:05.171 | + functions-common:_run_under_systemd:1649 : local service=q-meta 2024-10-01 11:31:05.173 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-10-01 11:31:05.175 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-10-01 11:31:05.177 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-10-01 11:31:05.179 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-10-01 11:31:05.181 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ sudo ]] 2024-10-01 11:31:05.184 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ ^/ ]] 2024-10-01 11:31:05.185 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-meta.service 2024-10-01 11:31:05.188 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-01 11:31:05.190 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-01 11:31:05.191 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-01 11:31:05.193 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-01 11:31:05.196 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini =~ uwsgi ]] 2024-10-01 11:31:05.198 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@q-meta.service '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' '' stack '' 2024-10-01 11:31:05.200 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-meta.service 2024-10-01 11:31:05.202 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-10-01 11:31:05.204 | + functions-common:write_user_unit_file:1560 : local group= 2024-10-01 11:31:05.206 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-10-01 11:31:05.208 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-10-01 11:31:05.210 | + functions-common:write_user_unit_file:1563 : local extra= 2024-10-01 11:31:05.212 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-10-01 11:31:05.215 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2024-10-01 11:31:05.217 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-10-01 11:31:05.220 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2024-10-01 11:31:05.272 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User stack 2024-10-01 11:31:05.322 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecStart '/usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini' 2024-10-01 11:31:05.365 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2024-10-01 11:31:05.407 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2024-10-01 11:31:05.449 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-01 11:31:05.493 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-10-01 11:31:05.495 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-10-01 11:31:05.497 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2024-10-01 11:31:05.548 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-10-01 11:31:05.798 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-meta.service 2024-10-01 11:31:05.808 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2024-10-01 11:31:06.053 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-meta.service 2024-10-01 11:31:06.080 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 11:31:06.082 | + functions-common:time_stop:2435 : local name 2024-10-01 11:31:06.085 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:31:06.090 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:31:06.090 | + functions-common:time_stop:2438 : local total 2024-10-01 11:31:06.091 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:31:06.093 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 11:31:06.095 | + functions-common:time_stop:2442 : start_time=1727782265148 2024-10-01 11:31:06.097 | + functions-common:time_stop:2444 : [[ -z 1727782265148 ]] 2024-10-01 11:31:06.100 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:31:06.105 | + functions-common:time_stop:2447 : end_time=1727782266101 2024-10-01 11:31:06.108 | + functions-common:time_stop:2448 : elapsed_time=953 2024-10-01 11:31:06.110 | + functions-common:time_stop:2449 : total=7185 2024-10-01 11:31:06.112 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:31:06.114 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8138 2024-10-01 11:31:06.116 | + lib/neutron:start_other_agents:649 : run_process q-metering '/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2024-10-01 11:31:06.118 | + functions-common:run_process:1689 : local service=q-metering 2024-10-01 11:31:06.122 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2024-10-01 11:31:06.123 | + functions-common:run_process:1691 : local group= 2024-10-01 11:31:06.125 | + functions-common:run_process:1692 : local user= 2024-10-01 11:31:06.127 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 11:31:06.129 | + functions-common:run_process:1695 : local name=q-metering 2024-10-01 11:31:06.132 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 11:31:06.134 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 11:31:06.136 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:31:06.138 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:31:06.142 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:31:06.145 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782266143 2024-10-01 11:31:06.147 | + functions-common:run_process:1698 : is_service_enabled q-metering 2024-10-01 11:31:06.161 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:31:06.163 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 11:31:06.165 | + functions-common:time_stop:2435 : local name 2024-10-01 11:31:06.167 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:31:06.169 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:31:06.171 | + functions-common:time_stop:2438 : local total 2024-10-01 11:31:06.173 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:31:06.175 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 11:31:06.177 | + functions-common:time_stop:2442 : start_time=1727782266143 2024-10-01 11:31:06.179 | + functions-common:time_stop:2444 : [[ -z 1727782266143 ]] 2024-10-01 11:31:06.182 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:31:06.186 | + functions-common:time_stop:2447 : end_time=1727782266183 2024-10-01 11:31:06.188 | + functions-common:time_stop:2448 : elapsed_time=40 2024-10-01 11:31:06.190 | + functions-common:time_stop:2449 : total=8138 2024-10-01 11:31:06.192 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:31:06.194 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8178 2024-10-01 11:31:06.196 | + stack.sh:main:1310 : is_service_enabled q-svc 2024-10-01 11:31:06.210 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:31:06.212 | + stack.sh:main:1310 : [[ True == \T\r\u\e ]] 2024-10-01 11:31:06.214 | + stack.sh:main:1311 : echo_summary 'Creating initial neutron network elements' 2024-10-01 11:31:06.216 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 11:31:06.218 | + stack.sh:echo_summary:455 : echo -e Creating initial neutron network elements 2024-10-01 11:31:06.220 | + stack.sh:main:1314 : type -p neutron_plugin_create_initial_networks 2024-10-01 11:31:06.222 | + stack.sh:main:1317 : create_neutron_initial_network 2024-10-01 11:31:06.224 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : type -p neutron_plugin_create_initial_network_profile 2024-10-01 11:31:06.226 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:155 : is_networking_extension_supported auto-allocated-topology 2024-10-01 11:31:06.228 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2024-10-01 11:31:06.231 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-10-01 11:31:07.759 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:31:07.761 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-10-01 11:31:07.762 | address-scope 2024-10-01 11:31:07.762 | router-admin-state-down-before-update 2024-10-01 11:31:07.762 | agent 2024-10-01 11:31:07.762 | agent-resources-synced 2024-10-01 11:31:07.762 | allowed-address-pairs 2024-10-01 11:31:07.762 | auto-allocated-topology 2024-10-01 11:31:07.762 | availability_zone 2024-10-01 11:31:07.762 | availability_zone_filter 2024-10-01 11:31:07.762 | default-subnetpools 2024-10-01 11:31:07.762 | dhcp_agent_scheduler 2024-10-01 11:31:07.762 | dvr 2024-10-01 11:31:07.762 | empty-string-filtering 2024-10-01 11:31:07.762 | external-net 2024-10-01 11:31:07.762 | extra_dhcp_opt 2024-10-01 11:31:07.762 | extraroute 2024-10-01 11:31:07.762 | extraroute-atomic 2024-10-01 11:31:07.762 | filter-validation 2024-10-01 11:31:07.762 | floating-ip-port-forwarding-detail 2024-10-01 11:31:07.762 | fip-port-details 2024-10-01 11:31:07.762 | flavors 2024-10-01 11:31:07.762 | floatingip-pools 2024-10-01 11:31:07.762 | ip-substring-filtering 2024-10-01 11:31:07.762 | router 2024-10-01 11:31:07.762 | ext-gw-mode 2024-10-01 11:31:07.762 | l3-ha 2024-10-01 11:31:07.762 | l3-flavors 2024-10-01 11:31:07.762 | l3-port-ip-change-not-allowed 2024-10-01 11:31:07.762 | l3_agent_scheduler 2024-10-01 11:31:07.762 | multi-provider 2024-10-01 11:31:07.762 | net-mtu 2024-10-01 11:31:07.762 | net-mtu-writable 2024-10-01 11:31:07.762 | network_availability_zone 2024-10-01 11:31:07.762 | network-ip-availability 2024-10-01 11:31:07.762 | pagination 2024-10-01 11:31:07.762 | port-device-profile 2024-10-01 11:31:07.762 | port-mac-override 2024-10-01 11:31:07.762 | port-mac-address-regenerate 2024-10-01 11:31:07.762 | port-numa-affinity-policy 2024-10-01 11:31:07.762 | binding 2024-10-01 11:31:07.762 | binding-extended 2024-10-01 11:31:07.762 | port-security 2024-10-01 11:31:07.762 | project-id 2024-10-01 11:31:07.762 | provider 2024-10-01 11:31:07.762 | quota-check-limit 2024-10-01 11:31:07.762 | quotas 2024-10-01 11:31:07.762 | quota_details 2024-10-01 11:31:07.762 | rbac-policies 2024-10-01 11:31:07.762 | rbac-address-group 2024-10-01 11:31:07.762 | rbac-address-scope 2024-10-01 11:31:07.762 | rbac-security-groups 2024-10-01 11:31:07.762 | rbac-subnetpool 2024-10-01 11:31:07.762 | revision-if-match 2024-10-01 11:31:07.762 | standard-attr-revisions 2024-10-01 11:31:07.762 | router_availability_zone 2024-10-01 11:31:07.762 | security-groups-normalized-cidr 2024-10-01 11:31:07.762 | port-security-groups-filtering 2024-10-01 11:31:07.762 | security-groups-remote-address-group 2024-10-01 11:31:07.762 | security-groups-shared-filtering 2024-10-01 11:31:07.762 | security-group 2024-10-01 11:31:07.762 | service-type 2024-10-01 11:31:07.762 | sorting 2024-10-01 11:31:07.762 | standard-attr-description 2024-10-01 11:31:07.762 | stateful-security-group 2024-10-01 11:31:07.762 | subnet_onboard 2024-10-01 11:31:07.762 | subnet-service-types 2024-10-01 11:31:07.762 | subnet_allocation 2024-10-01 11:31:07.762 | subnetpool-prefix-ops 2024-10-01 11:31:07.762 | standard-attr-tag 2024-10-01 11:31:07.762 | standard-attr-timestamp 2024-10-01 11:31:07.762 | nsxt-ops' 2024-10-01 11:31:07.764 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-10-01 11:31:07.764 | address-scope 2024-10-01 11:31:07.764 | router-admin-state-down-before-update 2024-10-01 11:31:07.764 | agent 2024-10-01 11:31:07.764 | agent-resources-synced 2024-10-01 11:31:07.764 | allowed-address-pairs 2024-10-01 11:31:07.764 | auto-allocated-topology 2024-10-01 11:31:07.764 | availability_zone 2024-10-01 11:31:07.764 | availability_zone_filter 2024-10-01 11:31:07.764 | default-subnetpools 2024-10-01 11:31:07.764 | dhcp_agent_scheduler 2024-10-01 11:31:07.764 | dvr 2024-10-01 11:31:07.764 | empty-string-filtering 2024-10-01 11:31:07.764 | external-net 2024-10-01 11:31:07.764 | extra_dhcp_opt 2024-10-01 11:31:07.764 | extraroute 2024-10-01 11:31:07.764 | extraroute-atomic 2024-10-01 11:31:07.764 | filter-validation 2024-10-01 11:31:07.764 | floating-ip-port-forwarding-detail 2024-10-01 11:31:07.764 | fip-port-details 2024-10-01 11:31:07.764 | flavors 2024-10-01 11:31:07.764 | floatingip-pools 2024-10-01 11:31:07.764 | ip-substring-filtering 2024-10-01 11:31:07.764 | router 2024-10-01 11:31:07.764 | ext-gw-mode 2024-10-01 11:31:07.764 | l3-ha 2024-10-01 11:31:07.764 | l3-flavors 2024-10-01 11:31:07.764 | l3-port-ip-change-not-allowed 2024-10-01 11:31:07.764 | l3_agent_scheduler 2024-10-01 11:31:07.764 | multi-provider 2024-10-01 11:31:07.764 | net-mtu 2024-10-01 11:31:07.764 | net-mtu-writable 2024-10-01 11:31:07.764 | network_availability_zone 2024-10-01 11:31:07.764 | network-ip-availability 2024-10-01 11:31:07.764 | pagination 2024-10-01 11:31:07.764 | port-device-profile 2024-10-01 11:31:07.764 | port-mac-override 2024-10-01 11:31:07.764 | port-mac-address-regenerate 2024-10-01 11:31:07.764 | port-numa-affinity-policy 2024-10-01 11:31:07.764 | binding 2024-10-01 11:31:07.764 | binding-extended 2024-10-01 11:31:07.764 | port-security 2024-10-01 11:31:07.764 | project-id 2024-10-01 11:31:07.764 | provider 2024-10-01 11:31:07.764 | quota-check-limit 2024-10-01 11:31:07.764 | quotas 2024-10-01 11:31:07.764 | quota_details 2024-10-01 11:31:07.764 | rbac-policies 2024-10-01 11:31:07.764 | rbac-address-group 2024-10-01 11:31:07.764 | rbac-address-scope 2024-10-01 11:31:07.764 | rbac-security-groups 2024-10-01 11:31:07.764 | rbac-subnetpool 2024-10-01 11:31:07.764 | revision-if-match 2024-10-01 11:31:07.764 | standard-attr-revisions 2024-10-01 11:31:07.764 | router_availability_zone 2024-10-01 11:31:07.764 | security-groups-normalized-cidr 2024-10-01 11:31:07.764 | port-security-groups-filtering 2024-10-01 11:31:07.764 | security-groups-remote-address-group 2024-10-01 11:31:07.764 | security-groups-shared-filtering 2024-10-01 11:31:07.764 | security-group 2024-10-01 11:31:07.764 | service-type 2024-10-01 11:31:07.764 | sorting 2024-10-01 11:31:07.764 | standard-attr-description 2024-10-01 11:31:07.764 | stateful-security-group 2024-10-01 11:31:07.764 | subnet_onboard 2024-10-01 11:31:07.764 | subnet-service-types 2024-10-01 11:31:07.764 | subnet_allocation 2024-10-01 11:31:07.764 | subnetpool-prefix-ops 2024-10-01 11:31:07.764 | standard-attr-tag 2024-10-01 11:31:07.764 | standard-attr-timestamp 2024-10-01 11:31:07.764 | nsxt-ops =~ auto-allocated-topology ]] 2024-10-01 11:31:07.766 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-10-01 11:31:07.768 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:156 : [[ True == \T\r\u\e ]] 2024-10-01 11:31:07.770 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : [[ 4 =~ 4.* ]] 2024-10-01 11:31:07.774 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:158 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet pool create shared-default-subnetpool-v4 --default-prefix-length 26 --pool-prefix 192.168.128.0/17 --share --default -f value -c id 2024-10-01 11:31:09.144 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:31:09.146 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:158 : SUBNETPOOL_V4_ID=48d3a241-2cb4-414c-b6fd-dd114ad13b52 2024-10-01 11:31:09.149 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:160 : [[ 4 =~ .*6 ]] 2024-10-01 11:31:09.151 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : is_provider_network 2024-10-01 11:31:09.153 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-10-01 11:31:09.155 | + functions-common:is_provider_network:2287 : return 1 2024-10-01 11:31:09.158 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : oscwrap --os-cloud devstack --os-region RegionOne network create private -f value -c id 2024-10-01 11:31:10.887 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:31:10.890 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : NET_ID=c27f7164-2c14-4511-bdd4-63cb931abbf5 2024-10-01 11:31:10.892 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:197 : die_if_not_set 197 NET_ID 'Failure creating NET_ID for private' 2024-10-01 11:31:10.895 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-10-01 11:31:10.909 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:199 : [[ 4 =~ 4.* ]] 2024-10-01 11:31:10.912 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : _neutron_create_private_subnet_v4 2024-10-01 11:31:10.914 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:248 : '[' -z 48d3a241-2cb4-414c-b6fd-dd114ad13b52 ']' 2024-10-01 11:31:10.916 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:251 : local 'subnet_params=--ip-version 4 ' 2024-10-01 11:31:10.918 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:252 : [[ -n '' ]] 2024-10-01 11:31:10.919 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:256 : subnet_params+='--subnet-pool 48d3a241-2cb4-414c-b6fd-dd114ad13b52 ' 2024-10-01 11:31:10.922 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : subnet_params+=' ' 2024-10-01 11:31:10.924 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : subnet_params+='--network c27f7164-2c14-4511-bdd4-63cb931abbf5 private-subnet' 2024-10-01 11:31:10.926 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:259 : local subnet_id 2024-10-01 11:31:10.928 | +++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:260 : oscwrap --os-cloud devstack-admin-demo --os-region RegionOne subnet create --ip-version 4 --subnet-pool 48d3a241-2cb4-414c-b6fd-dd114ad13b52 --network c27f7164-2c14-4511-bdd4-63cb931abbf5 private-subnet -f value -c id 2024-10-01 11:31:12.460 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:31:12.463 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:260 : subnet_id=c975a44c-ce5a-418a-b24a-23d20de89705 2024-10-01 11:31:12.465 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:261 : die_if_not_set 261 subnet_id 'Failure creating private IPv4 subnet' 2024-10-01 11:31:12.468 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2024-10-01 11:31:12.480 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : echo c975a44c-ce5a-418a-b24a-23d20de89705 2024-10-01 11:31:12.483 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : SUBNET_ID=c975a44c-ce5a-418a-b24a-23d20de89705 2024-10-01 11:31:12.486 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:204 : [[ 4 =~ .*6 ]] 2024-10-01 11:31:12.488 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported router 2024-10-01 11:31:12.490 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=router 2024-10-01 11:31:12.493 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-10-01 11:31:13.784 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:31:13.787 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-10-01 11:31:13.787 | address-scope 2024-10-01 11:31:13.787 | router-admin-state-down-before-update 2024-10-01 11:31:13.787 | agent 2024-10-01 11:31:13.787 | agent-resources-synced 2024-10-01 11:31:13.787 | allowed-address-pairs 2024-10-01 11:31:13.787 | auto-allocated-topology 2024-10-01 11:31:13.787 | availability_zone 2024-10-01 11:31:13.787 | availability_zone_filter 2024-10-01 11:31:13.787 | default-subnetpools 2024-10-01 11:31:13.787 | dhcp_agent_scheduler 2024-10-01 11:31:13.787 | dvr 2024-10-01 11:31:13.787 | empty-string-filtering 2024-10-01 11:31:13.787 | external-net 2024-10-01 11:31:13.787 | extra_dhcp_opt 2024-10-01 11:31:13.787 | extraroute 2024-10-01 11:31:13.787 | extraroute-atomic 2024-10-01 11:31:13.787 | filter-validation 2024-10-01 11:31:13.787 | floating-ip-port-forwarding-detail 2024-10-01 11:31:13.787 | fip-port-details 2024-10-01 11:31:13.787 | flavors 2024-10-01 11:31:13.787 | floatingip-pools 2024-10-01 11:31:13.787 | ip-substring-filtering 2024-10-01 11:31:13.787 | router 2024-10-01 11:31:13.787 | ext-gw-mode 2024-10-01 11:31:13.787 | l3-ha 2024-10-01 11:31:13.787 | l3-flavors 2024-10-01 11:31:13.787 | l3-port-ip-change-not-allowed 2024-10-01 11:31:13.787 | l3_agent_scheduler 2024-10-01 11:31:13.787 | multi-provider 2024-10-01 11:31:13.787 | net-mtu 2024-10-01 11:31:13.787 | net-mtu-writable 2024-10-01 11:31:13.787 | network_availability_zone 2024-10-01 11:31:13.787 | network-ip-availability 2024-10-01 11:31:13.787 | pagination 2024-10-01 11:31:13.787 | port-device-profile 2024-10-01 11:31:13.787 | port-mac-override 2024-10-01 11:31:13.787 | port-mac-address-regenerate 2024-10-01 11:31:13.787 | port-numa-affinity-policy 2024-10-01 11:31:13.787 | binding 2024-10-01 11:31:13.787 | binding-extended 2024-10-01 11:31:13.787 | port-security 2024-10-01 11:31:13.787 | project-id 2024-10-01 11:31:13.787 | provider 2024-10-01 11:31:13.787 | quota-check-limit 2024-10-01 11:31:13.787 | quotas 2024-10-01 11:31:13.787 | quota_details 2024-10-01 11:31:13.787 | rbac-policies 2024-10-01 11:31:13.787 | rbac-address-group 2024-10-01 11:31:13.787 | rbac-address-scope 2024-10-01 11:31:13.787 | rbac-security-groups 2024-10-01 11:31:13.787 | rbac-subnetpool 2024-10-01 11:31:13.787 | revision-if-match 2024-10-01 11:31:13.787 | standard-attr-revisions 2024-10-01 11:31:13.787 | router_availability_zone 2024-10-01 11:31:13.787 | security-groups-normalized-cidr 2024-10-01 11:31:13.787 | port-security-groups-filtering 2024-10-01 11:31:13.787 | security-groups-remote-address-group 2024-10-01 11:31:13.787 | security-groups-shared-filtering 2024-10-01 11:31:13.787 | security-group 2024-10-01 11:31:13.787 | service-type 2024-10-01 11:31:13.787 | sorting 2024-10-01 11:31:13.787 | standard-attr-description 2024-10-01 11:31:13.787 | stateful-security-group 2024-10-01 11:31:13.787 | subnet_onboard 2024-10-01 11:31:13.787 | subnet-service-types 2024-10-01 11:31:13.787 | subnet_allocation 2024-10-01 11:31:13.787 | subnetpool-prefix-ops 2024-10-01 11:31:13.787 | standard-attr-tag 2024-10-01 11:31:13.787 | standard-attr-timestamp 2024-10-01 11:31:13.787 | nsxt-ops' 2024-10-01 11:31:13.789 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-10-01 11:31:13.789 | address-scope 2024-10-01 11:31:13.789 | router-admin-state-down-before-update 2024-10-01 11:31:13.789 | agent 2024-10-01 11:31:13.789 | agent-resources-synced 2024-10-01 11:31:13.789 | allowed-address-pairs 2024-10-01 11:31:13.789 | auto-allocated-topology 2024-10-01 11:31:13.789 | availability_zone 2024-10-01 11:31:13.789 | availability_zone_filter 2024-10-01 11:31:13.789 | default-subnetpools 2024-10-01 11:31:13.789 | dhcp_agent_scheduler 2024-10-01 11:31:13.789 | dvr 2024-10-01 11:31:13.789 | empty-string-filtering 2024-10-01 11:31:13.789 | external-net 2024-10-01 11:31:13.789 | extra_dhcp_opt 2024-10-01 11:31:13.789 | extraroute 2024-10-01 11:31:13.789 | extraroute-atomic 2024-10-01 11:31:13.789 | filter-validation 2024-10-01 11:31:13.789 | floating-ip-port-forwarding-detail 2024-10-01 11:31:13.789 | fip-port-details 2024-10-01 11:31:13.790 | flavors 2024-10-01 11:31:13.790 | floatingip-pools 2024-10-01 11:31:13.790 | ip-substring-filtering 2024-10-01 11:31:13.790 | router 2024-10-01 11:31:13.790 | ext-gw-mode 2024-10-01 11:31:13.790 | l3-ha 2024-10-01 11:31:13.790 | l3-flavors 2024-10-01 11:31:13.790 | l3-port-ip-change-not-allowed 2024-10-01 11:31:13.790 | l3_agent_scheduler 2024-10-01 11:31:13.790 | multi-provider 2024-10-01 11:31:13.790 | net-mtu 2024-10-01 11:31:13.790 | net-mtu-writable 2024-10-01 11:31:13.790 | network_availability_zone 2024-10-01 11:31:13.790 | network-ip-availability 2024-10-01 11:31:13.790 | pagination 2024-10-01 11:31:13.790 | port-device-profile 2024-10-01 11:31:13.790 | port-mac-override 2024-10-01 11:31:13.790 | port-mac-address-regenerate 2024-10-01 11:31:13.790 | port-numa-affinity-policy 2024-10-01 11:31:13.790 | binding 2024-10-01 11:31:13.790 | binding-extended 2024-10-01 11:31:13.790 | port-security 2024-10-01 11:31:13.790 | project-id 2024-10-01 11:31:13.790 | provider 2024-10-01 11:31:13.790 | quota-check-limit 2024-10-01 11:31:13.790 | quotas 2024-10-01 11:31:13.790 | quota_details 2024-10-01 11:31:13.790 | rbac-policies 2024-10-01 11:31:13.790 | rbac-address-group 2024-10-01 11:31:13.790 | rbac-address-scope 2024-10-01 11:31:13.790 | rbac-security-groups 2024-10-01 11:31:13.790 | rbac-subnetpool 2024-10-01 11:31:13.790 | revision-if-match 2024-10-01 11:31:13.790 | standard-attr-revisions 2024-10-01 11:31:13.791 | router_availability_zone 2024-10-01 11:31:13.791 | security-groups-normalized-cidr 2024-10-01 11:31:13.791 | port-security-groups-filtering 2024-10-01 11:31:13.791 | security-groups-remote-address-group 2024-10-01 11:31:13.791 | security-groups-shared-filtering 2024-10-01 11:31:13.791 | security-group 2024-10-01 11:31:13.791 | service-type 2024-10-01 11:31:13.791 | sorting 2024-10-01 11:31:13.791 | standard-attr-description 2024-10-01 11:31:13.791 | stateful-security-group 2024-10-01 11:31:13.791 | subnet_onboard 2024-10-01 11:31:13.791 | subnet-service-types 2024-10-01 11:31:13.791 | subnet_allocation 2024-10-01 11:31:13.791 | subnetpool-prefix-ops 2024-10-01 11:31:13.791 | standard-attr-tag 2024-10-01 11:31:13.791 | standard-attr-timestamp 2024-10-01 11:31:13.791 | nsxt-ops =~ router ]] 2024-10-01 11:31:13.791 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-10-01 11:31:13.793 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported external-net 2024-10-01 11:31:13.795 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2024-10-01 11:31:13.798 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-10-01 11:31:15.064 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:31:15.067 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-10-01 11:31:15.067 | address-scope 2024-10-01 11:31:15.067 | router-admin-state-down-before-update 2024-10-01 11:31:15.067 | agent 2024-10-01 11:31:15.067 | agent-resources-synced 2024-10-01 11:31:15.067 | allowed-address-pairs 2024-10-01 11:31:15.067 | auto-allocated-topology 2024-10-01 11:31:15.067 | availability_zone 2024-10-01 11:31:15.067 | availability_zone_filter 2024-10-01 11:31:15.067 | default-subnetpools 2024-10-01 11:31:15.067 | dhcp_agent_scheduler 2024-10-01 11:31:15.067 | dvr 2024-10-01 11:31:15.067 | empty-string-filtering 2024-10-01 11:31:15.067 | external-net 2024-10-01 11:31:15.067 | extra_dhcp_opt 2024-10-01 11:31:15.067 | extraroute 2024-10-01 11:31:15.067 | extraroute-atomic 2024-10-01 11:31:15.067 | filter-validation 2024-10-01 11:31:15.067 | floating-ip-port-forwarding-detail 2024-10-01 11:31:15.067 | fip-port-details 2024-10-01 11:31:15.067 | flavors 2024-10-01 11:31:15.067 | floatingip-pools 2024-10-01 11:31:15.067 | ip-substring-filtering 2024-10-01 11:31:15.067 | router 2024-10-01 11:31:15.067 | ext-gw-mode 2024-10-01 11:31:15.067 | l3-ha 2024-10-01 11:31:15.067 | l3-flavors 2024-10-01 11:31:15.067 | l3-port-ip-change-not-allowed 2024-10-01 11:31:15.067 | l3_agent_scheduler 2024-10-01 11:31:15.067 | multi-provider 2024-10-01 11:31:15.067 | net-mtu 2024-10-01 11:31:15.067 | net-mtu-writable 2024-10-01 11:31:15.067 | network_availability_zone 2024-10-01 11:31:15.067 | network-ip-availability 2024-10-01 11:31:15.067 | pagination 2024-10-01 11:31:15.067 | port-device-profile 2024-10-01 11:31:15.067 | port-mac-override 2024-10-01 11:31:15.067 | port-mac-address-regenerate 2024-10-01 11:31:15.067 | port-numa-affinity-policy 2024-10-01 11:31:15.067 | binding 2024-10-01 11:31:15.067 | binding-extended 2024-10-01 11:31:15.067 | port-security 2024-10-01 11:31:15.067 | project-id 2024-10-01 11:31:15.067 | provider 2024-10-01 11:31:15.067 | quota-check-limit 2024-10-01 11:31:15.067 | quotas 2024-10-01 11:31:15.067 | quota_details 2024-10-01 11:31:15.067 | rbac-policies 2024-10-01 11:31:15.067 | rbac-address-group 2024-10-01 11:31:15.067 | rbac-address-scope 2024-10-01 11:31:15.067 | rbac-security-groups 2024-10-01 11:31:15.067 | rbac-subnetpool 2024-10-01 11:31:15.067 | revision-if-match 2024-10-01 11:31:15.067 | standard-attr-revisions 2024-10-01 11:31:15.067 | router_availability_zone 2024-10-01 11:31:15.067 | security-groups-normalized-cidr 2024-10-01 11:31:15.067 | port-security-groups-filtering 2024-10-01 11:31:15.067 | security-groups-remote-address-group 2024-10-01 11:31:15.067 | security-groups-shared-filtering 2024-10-01 11:31:15.067 | security-group 2024-10-01 11:31:15.067 | service-type 2024-10-01 11:31:15.067 | sorting 2024-10-01 11:31:15.067 | standard-attr-description 2024-10-01 11:31:15.067 | stateful-security-group 2024-10-01 11:31:15.067 | subnet_onboard 2024-10-01 11:31:15.067 | subnet-service-types 2024-10-01 11:31:15.067 | subnet_allocation 2024-10-01 11:31:15.067 | subnetpool-prefix-ops 2024-10-01 11:31:15.067 | standard-attr-tag 2024-10-01 11:31:15.067 | standard-attr-timestamp 2024-10-01 11:31:15.067 | nsxt-ops' 2024-10-01 11:31:15.069 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-10-01 11:31:15.069 | address-scope 2024-10-01 11:31:15.069 | router-admin-state-down-before-update 2024-10-01 11:31:15.069 | agent 2024-10-01 11:31:15.069 | agent-resources-synced 2024-10-01 11:31:15.069 | allowed-address-pairs 2024-10-01 11:31:15.069 | auto-allocated-topology 2024-10-01 11:31:15.069 | availability_zone 2024-10-01 11:31:15.069 | availability_zone_filter 2024-10-01 11:31:15.069 | default-subnetpools 2024-10-01 11:31:15.069 | dhcp_agent_scheduler 2024-10-01 11:31:15.069 | dvr 2024-10-01 11:31:15.069 | empty-string-filtering 2024-10-01 11:31:15.069 | external-net 2024-10-01 11:31:15.069 | extra_dhcp_opt 2024-10-01 11:31:15.069 | extraroute 2024-10-01 11:31:15.069 | extraroute-atomic 2024-10-01 11:31:15.069 | filter-validation 2024-10-01 11:31:15.069 | floating-ip-port-forwarding-detail 2024-10-01 11:31:15.069 | fip-port-details 2024-10-01 11:31:15.069 | flavors 2024-10-01 11:31:15.069 | floatingip-pools 2024-10-01 11:31:15.069 | ip-substring-filtering 2024-10-01 11:31:15.069 | router 2024-10-01 11:31:15.069 | ext-gw-mode 2024-10-01 11:31:15.069 | l3-ha 2024-10-01 11:31:15.069 | l3-flavors 2024-10-01 11:31:15.069 | l3-port-ip-change-not-allowed 2024-10-01 11:31:15.069 | l3_agent_scheduler 2024-10-01 11:31:15.069 | multi-provider 2024-10-01 11:31:15.069 | net-mtu 2024-10-01 11:31:15.069 | net-mtu-writable 2024-10-01 11:31:15.069 | network_availability_zone 2024-10-01 11:31:15.069 | network-ip-availability 2024-10-01 11:31:15.069 | pagination 2024-10-01 11:31:15.069 | port-device-profile 2024-10-01 11:31:15.069 | port-mac-override 2024-10-01 11:31:15.069 | port-mac-address-regenerate 2024-10-01 11:31:15.069 | port-numa-affinity-policy 2024-10-01 11:31:15.069 | binding 2024-10-01 11:31:15.069 | binding-extended 2024-10-01 11:31:15.069 | port-security 2024-10-01 11:31:15.069 | project-id 2024-10-01 11:31:15.069 | provider 2024-10-01 11:31:15.069 | quota-check-limit 2024-10-01 11:31:15.069 | quotas 2024-10-01 11:31:15.069 | quota_details 2024-10-01 11:31:15.069 | rbac-policies 2024-10-01 11:31:15.069 | rbac-address-group 2024-10-01 11:31:15.069 | rbac-address-scope 2024-10-01 11:31:15.069 | rbac-security-groups 2024-10-01 11:31:15.069 | rbac-subnetpool 2024-10-01 11:31:15.069 | revision-if-match 2024-10-01 11:31:15.069 | standard-attr-revisions 2024-10-01 11:31:15.069 | router_availability_zone 2024-10-01 11:31:15.069 | security-groups-normalized-cidr 2024-10-01 11:31:15.069 | port-security-groups-filtering 2024-10-01 11:31:15.069 | security-groups-remote-address-group 2024-10-01 11:31:15.069 | security-groups-shared-filtering 2024-10-01 11:31:15.069 | security-group 2024-10-01 11:31:15.069 | service-type 2024-10-01 11:31:15.069 | sorting 2024-10-01 11:31:15.069 | standard-attr-description 2024-10-01 11:31:15.069 | stateful-security-group 2024-10-01 11:31:15.069 | subnet_onboard 2024-10-01 11:31:15.069 | subnet-service-types 2024-10-01 11:31:15.069 | subnet_allocation 2024-10-01 11:31:15.069 | subnetpool-prefix-ops 2024-10-01 11:31:15.069 | standard-attr-tag 2024-10-01 11:31:15.069 | standard-attr-timestamp 2024-10-01 11:31:15.069 | nsxt-ops =~ external-net ]] 2024-10-01 11:31:15.071 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-10-01 11:31:15.073 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:212 : [[ True == \T\r\u\e ]] 2024-10-01 11:31:15.076 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : oscwrap --os-cloud devstack --os-region RegionOne router create router1 -f value -c id 2024-10-01 11:31:16.466 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:31:16.468 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : ROUTER_ID=02d52957-6631-4a74-ae9b-df425c203479 2024-10-01 11:31:16.470 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : die_if_not_set 215 ROUTER_ID 'Failure creating router router1' 2024-10-01 11:31:16.472 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-10-01 11:31:16.486 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:222 : EXTERNAL_NETWORK_FLAGS=--external 2024-10-01 11:31:16.488 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:223 : is_networking_extension_supported auto-allocated-topology 2024-10-01 11:31:16.490 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2024-10-01 11:31:16.493 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-10-01 11:31:17.761 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:31:17.764 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-10-01 11:31:17.764 | address-scope 2024-10-01 11:31:17.764 | router-admin-state-down-before-update 2024-10-01 11:31:17.764 | agent 2024-10-01 11:31:17.764 | agent-resources-synced 2024-10-01 11:31:17.764 | allowed-address-pairs 2024-10-01 11:31:17.764 | auto-allocated-topology 2024-10-01 11:31:17.764 | availability_zone 2024-10-01 11:31:17.764 | availability_zone_filter 2024-10-01 11:31:17.764 | default-subnetpools 2024-10-01 11:31:17.764 | dhcp_agent_scheduler 2024-10-01 11:31:17.764 | dvr 2024-10-01 11:31:17.764 | empty-string-filtering 2024-10-01 11:31:17.764 | external-net 2024-10-01 11:31:17.764 | extra_dhcp_opt 2024-10-01 11:31:17.764 | extraroute 2024-10-01 11:31:17.764 | extraroute-atomic 2024-10-01 11:31:17.764 | filter-validation 2024-10-01 11:31:17.764 | floating-ip-port-forwarding-detail 2024-10-01 11:31:17.764 | fip-port-details 2024-10-01 11:31:17.764 | flavors 2024-10-01 11:31:17.764 | floatingip-pools 2024-10-01 11:31:17.764 | ip-substring-filtering 2024-10-01 11:31:17.764 | router 2024-10-01 11:31:17.764 | ext-gw-mode 2024-10-01 11:31:17.764 | l3-ha 2024-10-01 11:31:17.764 | l3-flavors 2024-10-01 11:31:17.764 | l3-port-ip-change-not-allowed 2024-10-01 11:31:17.764 | l3_agent_scheduler 2024-10-01 11:31:17.764 | multi-provider 2024-10-01 11:31:17.764 | net-mtu 2024-10-01 11:31:17.764 | net-mtu-writable 2024-10-01 11:31:17.764 | network_availability_zone 2024-10-01 11:31:17.764 | network-ip-availability 2024-10-01 11:31:17.764 | pagination 2024-10-01 11:31:17.764 | port-device-profile 2024-10-01 11:31:17.764 | port-mac-override 2024-10-01 11:31:17.764 | port-mac-address-regenerate 2024-10-01 11:31:17.764 | port-numa-affinity-policy 2024-10-01 11:31:17.764 | binding 2024-10-01 11:31:17.764 | binding-extended 2024-10-01 11:31:17.764 | port-security 2024-10-01 11:31:17.764 | project-id 2024-10-01 11:31:17.764 | provider 2024-10-01 11:31:17.764 | quota-check-limit 2024-10-01 11:31:17.764 | quotas 2024-10-01 11:31:17.764 | quota_details 2024-10-01 11:31:17.764 | rbac-policies 2024-10-01 11:31:17.764 | rbac-address-group 2024-10-01 11:31:17.764 | rbac-address-scope 2024-10-01 11:31:17.765 | rbac-security-groups 2024-10-01 11:31:17.765 | rbac-subnetpool 2024-10-01 11:31:17.765 | revision-if-match 2024-10-01 11:31:17.765 | standard-attr-revisions 2024-10-01 11:31:17.765 | router_availability_zone 2024-10-01 11:31:17.765 | security-groups-normalized-cidr 2024-10-01 11:31:17.765 | port-security-groups-filtering 2024-10-01 11:31:17.765 | security-groups-remote-address-group 2024-10-01 11:31:17.765 | security-groups-shared-filtering 2024-10-01 11:31:17.765 | security-group 2024-10-01 11:31:17.765 | service-type 2024-10-01 11:31:17.765 | sorting 2024-10-01 11:31:17.765 | standard-attr-description 2024-10-01 11:31:17.765 | stateful-security-group 2024-10-01 11:31:17.765 | subnet_onboard 2024-10-01 11:31:17.765 | subnet-service-types 2024-10-01 11:31:17.765 | subnet_allocation 2024-10-01 11:31:17.765 | subnetpool-prefix-ops 2024-10-01 11:31:17.765 | standard-attr-tag 2024-10-01 11:31:17.765 | standard-attr-timestamp 2024-10-01 11:31:17.765 | nsxt-ops' 2024-10-01 11:31:17.766 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-10-01 11:31:17.766 | address-scope 2024-10-01 11:31:17.766 | router-admin-state-down-before-update 2024-10-01 11:31:17.766 | agent 2024-10-01 11:31:17.766 | agent-resources-synced 2024-10-01 11:31:17.766 | allowed-address-pairs 2024-10-01 11:31:17.766 | auto-allocated-topology 2024-10-01 11:31:17.766 | availability_zone 2024-10-01 11:31:17.766 | availability_zone_filter 2024-10-01 11:31:17.766 | default-subnetpools 2024-10-01 11:31:17.766 | dhcp_agent_scheduler 2024-10-01 11:31:17.766 | dvr 2024-10-01 11:31:17.766 | empty-string-filtering 2024-10-01 11:31:17.766 | external-net 2024-10-01 11:31:17.766 | extra_dhcp_opt 2024-10-01 11:31:17.766 | extraroute 2024-10-01 11:31:17.766 | extraroute-atomic 2024-10-01 11:31:17.766 | filter-validation 2024-10-01 11:31:17.766 | floating-ip-port-forwarding-detail 2024-10-01 11:31:17.766 | fip-port-details 2024-10-01 11:31:17.766 | flavors 2024-10-01 11:31:17.766 | floatingip-pools 2024-10-01 11:31:17.766 | ip-substring-filtering 2024-10-01 11:31:17.766 | router 2024-10-01 11:31:17.766 | ext-gw-mode 2024-10-01 11:31:17.766 | l3-ha 2024-10-01 11:31:17.766 | l3-flavors 2024-10-01 11:31:17.766 | l3-port-ip-change-not-allowed 2024-10-01 11:31:17.766 | l3_agent_scheduler 2024-10-01 11:31:17.766 | multi-provider 2024-10-01 11:31:17.766 | net-mtu 2024-10-01 11:31:17.766 | net-mtu-writable 2024-10-01 11:31:17.766 | network_availability_zone 2024-10-01 11:31:17.766 | network-ip-availability 2024-10-01 11:31:17.766 | pagination 2024-10-01 11:31:17.766 | port-device-profile 2024-10-01 11:31:17.767 | port-mac-override 2024-10-01 11:31:17.767 | port-mac-address-regenerate 2024-10-01 11:31:17.767 | port-numa-affinity-policy 2024-10-01 11:31:17.767 | binding 2024-10-01 11:31:17.767 | binding-extended 2024-10-01 11:31:17.767 | port-security 2024-10-01 11:31:17.767 | project-id 2024-10-01 11:31:17.767 | provider 2024-10-01 11:31:17.767 | quota-check-limit 2024-10-01 11:31:17.767 | quotas 2024-10-01 11:31:17.767 | quota_details 2024-10-01 11:31:17.767 | rbac-policies 2024-10-01 11:31:17.767 | rbac-address-group 2024-10-01 11:31:17.767 | rbac-address-scope 2024-10-01 11:31:17.767 | rbac-security-groups 2024-10-01 11:31:17.767 | rbac-subnetpool 2024-10-01 11:31:17.767 | revision-if-match 2024-10-01 11:31:17.767 | standard-attr-revisions 2024-10-01 11:31:17.767 | router_availability_zone 2024-10-01 11:31:17.767 | security-groups-normalized-cidr 2024-10-01 11:31:17.767 | port-security-groups-filtering 2024-10-01 11:31:17.767 | security-groups-remote-address-group 2024-10-01 11:31:17.767 | security-groups-shared-filtering 2024-10-01 11:31:17.767 | security-group 2024-10-01 11:31:17.767 | service-type 2024-10-01 11:31:17.767 | sorting 2024-10-01 11:31:17.767 | standard-attr-description 2024-10-01 11:31:17.767 | stateful-security-group 2024-10-01 11:31:17.767 | subnet_onboard 2024-10-01 11:31:17.767 | subnet-service-types 2024-10-01 11:31:17.767 | subnet_allocation 2024-10-01 11:31:17.767 | subnetpool-prefix-ops 2024-10-01 11:31:17.767 | standard-attr-tag 2024-10-01 11:31:17.767 | standard-attr-timestamp 2024-10-01 11:31:17.767 | nsxt-ops =~ auto-allocated-topology ]] 2024-10-01 11:31:17.768 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-10-01 11:31:17.770 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:224 : EXTERNAL_NETWORK_FLAGS='--external --default' 2024-10-01 11:31:17.772 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:227 : '[' True = True ']' 2024-10-01 11:31:17.775 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : oscwrap --os-cloud devstack-admin --os-region RegionOne network create public --external --default --provider-network-type vlan --provider-segment 1001 --provider-physical-network default -f value -c id 2024-10-01 11:31:19.297 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:31:19.300 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXT_NET_ID=c7c3de2d-9c86-4ed6-a388-bdfba02895df 2024-10-01 11:31:19.302 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:232 : die_if_not_set 232 EXT_NET_ID 'Failure creating EXT_NET_ID for public' 2024-10-01 11:31:19.304 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-10-01 11:31:19.318 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : [[ 4 =~ 4.* ]] 2024-10-01 11:31:19.320 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:236 : _neutron_configure_router_v4 2024-10-01 11:31:19.322 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:315 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet 02d52957-6631-4a74-ae9b-df425c203479 c975a44c-ce5a-418a-b24a-23d20de89705 2024-10-01 11:31:21.471 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:317 : local id_and_ext_gw_ip 2024-10-01 11:31:21.474 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : _neutron_create_public_subnet_v4 c7c3de2d-9c86-4ed6-a388-bdfba02895df 2024-10-01 11:31:21.475 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:288 : local 'subnet_params=--ip-version 4 ' 2024-10-01 11:31:21.477 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:289 : subnet_params+='--allocation-pool start=10.180.180.128,end=10.180.180.254 ' 2024-10-01 11:31:21.479 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:290 : [[ -n 10.180.180.1 ]] 2024-10-01 11:31:21.481 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:291 : subnet_params+='--gateway 10.180.180.1 ' 2024-10-01 11:31:21.482 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:293 : subnet_params+='--network c7c3de2d-9c86-4ed6-a388-bdfba02895df --subnet-range 10.180.180.0/24 --no-dhcp ' 2024-10-01 11:31:21.484 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : subnet_params+=public-subnet 2024-10-01 11:31:21.486 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:295 : local id_and_ext_gw_ip 2024-10-01 11:31:21.489 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : oscwrap --os-cloud devstack-admin --os-region RegionOne subnet create --ip-version 4 --allocation-pool start=10.180.180.128,end=10.180.180.254 --gateway 10.180.180.1 --network c7c3de2d-9c86-4ed6-a388-bdfba02895df --subnet-range 10.180.180.0/24 --no-dhcp public-subnet 2024-10-01 11:31:21.489 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : grep -e gateway_ip -e ' id ' 2024-10-01 11:31:22.964 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:31:22.967 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | 2024-10-01 11:31:22.967 | | id | 1d6d0101-722d-4dda-b21d-b65ddba8bb5a |' 2024-10-01 11:31:22.969 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:297 : die_if_not_set 297 id_and_ext_gw_ip 'Failure creating public IPv4 subnet' 2024-10-01 11:31:22.970 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2024-10-01 11:31:22.982 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:298 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 1d6d0101-722d-4dda-b21d-b65ddba8bb5a '|' 2024-10-01 11:31:22.985 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | | id | 1d6d0101-722d-4dda-b21d-b65ddba8bb5a |' 2024-10-01 11:31:22.987 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:319 : local ext_gw_ip 2024-10-01 11:31:22.990 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 1d6d0101-722d-4dda-b21d-b65ddba8bb5a '|' 2024-10-01 11:31:22.990 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : get_field 2 2024-10-01 11:31:22.992 | ++ functions-common:get_field:829 : local data field 2024-10-01 11:31:22.993 | ++ functions-common:get_field:830 : read data 2024-10-01 11:31:22.995 | ++ functions-common:get_field:831 : '[' 2 -lt 0 ']' 2024-10-01 11:31:22.997 | ++ functions-common:get_field:834 : field='$3' 2024-10-01 11:31:22.999 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | 1d6d0101-722d-4dda-b21d-b65ddba8bb5a |' 2024-10-01 11:31:22.999 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2024-10-01 11:31:23.004 | ++ functions-common:get_field:830 : read data 2024-10-01 11:31:23.006 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : ext_gw_ip=10.180.180.1 2024-10-01 11:31:23.009 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 1d6d0101-722d-4dda-b21d-b65ddba8bb5a '|' 2024-10-01 11:31:23.010 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : get_field 5 2024-10-01 11:31:23.012 | ++ functions-common:get_field:829 : local data field 2024-10-01 11:31:23.014 | ++ functions-common:get_field:830 : read data 2024-10-01 11:31:23.015 | ++ functions-common:get_field:831 : '[' 5 -lt 0 ']' 2024-10-01 11:31:23.018 | ++ functions-common:get_field:834 : field='$6' 2024-10-01 11:31:23.020 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | 1d6d0101-722d-4dda-b21d-b65ddba8bb5a |' 2024-10-01 11:31:23.020 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2024-10-01 11:31:23.024 | ++ functions-common:get_field:830 : read data 2024-10-01 11:31:23.027 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : PUB_SUBNET_ID=1d6d0101-722d-4dda-b21d-b65ddba8bb5a 2024-10-01 11:31:23.029 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway c7c3de2d-9c86-4ed6-a388-bdfba02895df 02d52957-6631-4a74-ae9b-df425c203479 2024-10-01 11:31:25.390 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : [[ openvswitch == \o\v\n ]] 2024-10-01 11:31:25.393 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : is_service_enabled q-l3 neutron-l3 2024-10-01 11:31:25.405 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:31:25.407 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:328 : local ext_gw_interface=none 2024-10-01 11:31:25.408 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : is_neutron_ovs_base_plugin 2024-10-01 11:31:25.410 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2024-10-01 11:31:25.413 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : _neutron_get_ext_gw_interface 2024-10-01 11:31:25.414 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:138 : [[ False == \T\r\u\e ]] 2024-10-01 11:31:25.416 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:143 : sudo ovs-vsctl set Bridge br-ex other_config:disable-in-band=true 2024-10-01 11:31:25.428 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:145 : echo br-ex 2024-10-01 11:31:25.430 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : ext_gw_interface=br-ex 2024-10-01 11:31:25.432 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : [[ br-ex != \n\o\n\e ]] 2024-10-01 11:31:25.434 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:343 : local cidr_len=24 2024-10-01 11:31:25.436 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:344 : local 'testcmd=ip -o link | grep -q br-ex' 2024-10-01 11:31:25.438 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:345 : test_with_retry 'ip -o link | grep -q br-ex' 'br-ex creation failed' 2024-10-01 11:31:25.439 | + functions-common:test_with_retry:2373 : local 'testcmd=ip -o link | grep -q br-ex' 2024-10-01 11:31:25.441 | + functions-common:test_with_retry:2374 : local 'failmsg=br-ex creation failed' 2024-10-01 11:31:25.443 | + functions-common:test_with_retry:2375 : local until=10 2024-10-01 11:31:25.445 | + functions-common:test_with_retry:2376 : local sleep=0.5 2024-10-01 11:31:25.446 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2024-10-01 11:31:25.448 | + functions-common:time_start:2421 : local name=test_with_retry 2024-10-01 11:31:25.450 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:31:25.451 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:31:25.454 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:31:25.457 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782285455 2024-10-01 11:31:25.459 | + functions-common:test_with_retry:2379 : timeout 10 sh -c 'while ! ip -o link | grep -q br-ex; do sleep 0.5; done' 2024-10-01 11:31:25.464 | + functions-common:test_with_retry:2382 : time_stop test_with_retry 2024-10-01 11:31:25.466 | + functions-common:time_stop:2435 : local name 2024-10-01 11:31:25.467 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:31:25.469 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:31:25.471 | + functions-common:time_stop:2438 : local total 2024-10-01 11:31:25.472 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:31:25.474 | + functions-common:time_stop:2441 : name=test_with_retry 2024-10-01 11:31:25.476 | + functions-common:time_stop:2442 : start_time=1727782285455 2024-10-01 11:31:25.478 | + functions-common:time_stop:2444 : [[ -z 1727782285455 ]] 2024-10-01 11:31:25.480 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:31:25.484 | + functions-common:time_stop:2447 : end_time=1727782285481 2024-10-01 11:31:25.486 | + functions-common:time_stop:2448 : elapsed_time=26 2024-10-01 11:31:25.487 | + functions-common:time_stop:2449 : total=3062 2024-10-01 11:31:25.489 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:31:25.491 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3088 2024-10-01 11:31:25.494 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : ip addr show dev br-ex 2024-10-01 11:31:25.495 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : grep -c 10.180.180.1 2024-10-01 11:31:25.499 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ 0 == 0 ]] 2024-10-01 11:31:25.501 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ True == \F\a\l\s\e ]] 2024-10-01 11:31:25.503 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2024-10-01 11:31:25.504 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2024-10-01 11:31:25.508 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : oscwrap --os-cloud devstack-admin --os-region RegionOne port list -c 'Fixed IP Addresses' --device-owner network:router_gateway 2024-10-01 11:31:25.508 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : awk -Fip_address '{ print $2 }' 2024-10-01 11:31:25.508 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : cut -f2 '-d'\''' 2024-10-01 11:31:25.508 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : tr '\n' ' ' 2024-10-01 11:31:26.779 | ++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:31:26.783 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : ROUTER_GW_IP=' 10.180.180.171 ' 2024-10-01 11:31:26.785 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : die_if_not_set 351 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2024-10-01 11:31:26.787 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-10-01 11:31:26.800 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : _neutron_set_router_id 2024-10-01 11:31:26.803 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:131 : [[ True == \F\a\l\s\e ]] 2024-10-01 11:31:26.805 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:239 : [[ 4 =~ .*6 ]] 2024-10-01 11:31:26.807 | + stack.sh:main:1322 : is_service_enabled nova 2024-10-01 11:31:26.822 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:31:26.824 | + stack.sh:main:1323 : echo_summary 'Starting Nova' 2024-10-01 11:31:26.825 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 11:31:26.828 | + stack.sh:echo_summary:455 : echo -e Starting Nova 2024-10-01 11:31:26.830 | + stack.sh:main:1324 : start_nova 2024-10-01 11:31:26.832 | + lib/nova:start_nova:1176 : start_nova_rest 2024-10-01 11:31:26.834 | + lib/nova:start_nova_rest:1085 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 11:31:26.836 | + lib/nova:start_nova_rest:1086 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 11:31:26.838 | + lib/nova:start_nova_rest:1086 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 11:31:26.840 | + lib/nova:start_nova_rest:1088 : local compute_cell_conf=/etc/nova/nova.conf 2024-10-01 11:31:26.842 | + lib/nova:start_nova_rest:1090 : run_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-10-01 11:31:26.844 | + functions-common:run_process:1689 : local service=n-sch 2024-10-01 11:31:26.846 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-10-01 11:31:26.848 | + functions-common:run_process:1691 : local group= 2024-10-01 11:31:26.850 | + functions-common:run_process:1692 : local user= 2024-10-01 11:31:26.852 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 11:31:26.854 | + functions-common:run_process:1695 : local name=n-sch 2024-10-01 11:31:26.856 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 11:31:26.858 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 11:31:26.860 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:31:26.862 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:31:26.865 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:31:26.869 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782286866 2024-10-01 11:31:26.871 | + functions-common:run_process:1698 : is_service_enabled n-sch 2024-10-01 11:31:26.884 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:31:26.886 | + functions-common:run_process:1699 : _run_under_systemd n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' '' 2024-10-01 11:31:26.888 | + functions-common:_run_under_systemd:1649 : local service=n-sch 2024-10-01 11:31:26.890 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-10-01 11:31:26.892 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-10-01 11:31:26.894 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-10-01 11:31:26.896 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-10-01 11:31:26.898 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2024-10-01 11:31:26.900 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-10-01 11:31:26.902 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-sch.service 2024-10-01 11:31:26.904 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-01 11:31:26.907 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-01 11:31:26.909 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-01 11:31:26.911 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-01 11:31:26.913 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-10-01 11:31:26.916 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@n-sch.service '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' stack '' 2024-10-01 11:31:26.917 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-sch.service 2024-10-01 11:31:26.919 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-10-01 11:31:26.921 | + functions-common:write_user_unit_file:1560 : local group= 2024-10-01 11:31:26.923 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-10-01 11:31:26.925 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-10-01 11:31:26.927 | + functions-common:write_user_unit_file:1563 : local extra= 2024-10-01 11:31:26.929 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-10-01 11:31:26.931 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2024-10-01 11:31:26.933 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-10-01 11:31:26.936 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2024-10-01 11:31:26.985 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2024-10-01 11:31:27.034 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecStart '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-10-01 11:31:27.075 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2024-10-01 11:31:27.117 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2024-10-01 11:31:27.160 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-01 11:31:27.202 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-10-01 11:31:27.204 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-10-01 11:31:27.207 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2024-10-01 11:31:27.259 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-10-01 11:31:27.514 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-sch.service 2024-10-01 11:31:27.529 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2024-10-01 11:31:27.782 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-sch.service 2024-10-01 11:31:27.805 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 11:31:27.807 | + functions-common:time_stop:2435 : local name 2024-10-01 11:31:27.810 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:31:27.811 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:31:27.813 | + functions-common:time_stop:2438 : local total 2024-10-01 11:31:27.816 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:31:27.820 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 11:31:27.822 | + functions-common:time_stop:2442 : start_time=1727782286866 2024-10-01 11:31:27.823 | + functions-common:time_stop:2444 : [[ -z 1727782286866 ]] 2024-10-01 11:31:27.827 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:31:27.831 | + functions-common:time_stop:2447 : end_time=1727782287828 2024-10-01 11:31:27.833 | + functions-common:time_stop:2448 : elapsed_time=962 2024-10-01 11:31:27.835 | + functions-common:time_stop:2449 : total=8178 2024-10-01 11:31:27.837 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:31:27.840 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9140 2024-10-01 11:31:27.842 | + lib/nova:start_nova_rest:1091 : '[' True == False ']' 2024-10-01 11:31:27.845 | ++ lib/nova:start_nova_rest:1094 : which uwsgi 2024-10-01 11:31:27.848 | + lib/nova:start_nova_rest:1094 : run_process n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-10-01 11:31:27.851 | + functions-common:run_process:1689 : local service=n-api-meta 2024-10-01 11:31:27.853 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-10-01 11:31:27.855 | + functions-common:run_process:1691 : local group= 2024-10-01 11:31:27.857 | + functions-common:run_process:1692 : local user= 2024-10-01 11:31:27.859 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 11:31:27.862 | + functions-common:run_process:1695 : local name=n-api-meta 2024-10-01 11:31:27.864 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 11:31:27.866 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 11:31:27.869 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:31:27.870 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:31:27.872 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:31:27.876 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782287874 2024-10-01 11:31:27.879 | + functions-common:run_process:1698 : is_service_enabled n-api-meta 2024-10-01 11:31:27.894 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:31:27.896 | + functions-common:run_process:1699 : _run_under_systemd n-api-meta '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' '' '' 2024-10-01 11:31:27.898 | + functions-common:_run_under_systemd:1649 : local service=n-api-meta 2024-10-01 11:31:27.900 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-10-01 11:31:27.902 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-10-01 11:31:27.904 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-10-01 11:31:27.906 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-10-01 11:31:27.908 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2024-10-01 11:31:27.910 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2024-10-01 11:31:27.912 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api-meta.service 2024-10-01 11:31:27.914 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-01 11:31:27.916 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-01 11:31:27.918 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-01 11:31:27.920 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-01 11:31:27.922 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2024-10-01 11:31:27.924 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@n-api-meta.service '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' '' stack '' 2024-10-01 11:31:27.926 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api-meta.service 2024-10-01 11:31:27.928 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-10-01 11:31:27.930 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-10-01 11:31:27.931 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-10-01 11:31:27.933 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-10-01 11:31:27.935 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2024-10-01 11:31:27.937 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-10-01 11:31:27.940 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Unit Description 'Devstack devstack@n-api-meta.service' 2024-10-01 11:31:27.991 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service SyslogIdentifier devstack@n-api-meta.service 2024-10-01 11:31:28.040 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2024-10-01 11:31:28.084 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecStart '/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-10-01 11:31:28.127 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-01 11:31:28.171 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2024-10-01 11:31:28.213 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2024-10-01 11:31:28.254 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2024-10-01 11:31:28.296 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2024-10-01 11:31:28.340 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2024-10-01 11:31:28.388 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-10-01 11:31:28.390 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-10-01 11:31:28.392 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2024-10-01 11:31:28.446 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-10-01 11:31:28.713 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api-meta.service 2024-10-01 11:31:28.723 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2024-10-01 11:31:28.986 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api-meta.service 2024-10-01 11:31:29.050 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 11:31:29.053 | + functions-common:time_stop:2435 : local name 2024-10-01 11:31:29.055 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:31:29.057 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:31:29.059 | + functions-common:time_stop:2438 : local total 2024-10-01 11:31:29.060 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:31:29.062 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 11:31:29.064 | + functions-common:time_stop:2442 : start_time=1727782287874 2024-10-01 11:31:29.066 | + functions-common:time_stop:2444 : [[ -z 1727782287874 ]] 2024-10-01 11:31:29.069 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:31:29.075 | + functions-common:time_stop:2447 : end_time=1727782289070 2024-10-01 11:31:29.077 | + functions-common:time_stop:2448 : elapsed_time=1196 2024-10-01 11:31:29.079 | + functions-common:time_stop:2449 : total=9140 2024-10-01 11:31:29.081 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:31:29.083 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10336 2024-10-01 11:31:29.088 | + lib/nova:start_nova_rest:1097 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 11:31:29.090 | + lib/nova:start_nova_rest:1097 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 11:31:29.095 | + lib/nova:start_nova:1177 : start_nova_console_proxies 2024-10-01 11:31:29.097 | + lib/nova:start_nova_console_proxies:1112 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 11:31:29.099 | + lib/nova:start_nova_console_proxies:1114 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 11:31:29.101 | + lib/nova:start_nova_console_proxies:1114 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 11:31:29.103 | + lib/nova:start_nova_console_proxies:1116 : local api_cell_conf=/etc/nova/nova.conf 2024-10-01 11:31:29.105 | + lib/nova:start_nova_console_proxies:1118 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-10-01 11:31:29.107 | + lib/nova:start_nova_console_proxies:1119 : run_process n-novnc '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2024-10-01 11:31:29.109 | + functions-common:run_process:1689 : local service=n-novnc 2024-10-01 11:31:29.111 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2024-10-01 11:31:29.115 | + functions-common:run_process:1691 : local group= 2024-10-01 11:31:29.116 | + functions-common:run_process:1692 : local user= 2024-10-01 11:31:29.118 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 11:31:29.120 | + functions-common:run_process:1695 : local name=n-novnc 2024-10-01 11:31:29.122 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 11:31:29.124 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 11:31:29.126 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:31:29.128 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:31:29.130 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:31:29.134 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782289131 2024-10-01 11:31:29.136 | + functions-common:run_process:1698 : is_service_enabled n-novnc 2024-10-01 11:31:29.148 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:31:29.150 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 11:31:29.152 | + functions-common:time_stop:2435 : local name 2024-10-01 11:31:29.154 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:31:29.156 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:31:29.158 | + functions-common:time_stop:2438 : local total 2024-10-01 11:31:29.160 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:31:29.162 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 11:31:29.164 | + functions-common:time_stop:2442 : start_time=1727782289131 2024-10-01 11:31:29.166 | + functions-common:time_stop:2444 : [[ -z 1727782289131 ]] 2024-10-01 11:31:29.168 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:31:29.172 | + functions-common:time_stop:2447 : end_time=1727782289169 2024-10-01 11:31:29.174 | + functions-common:time_stop:2448 : elapsed_time=38 2024-10-01 11:31:29.175 | + functions-common:time_stop:2449 : total=10336 2024-10-01 11:31:29.177 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:31:29.179 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10374 2024-10-01 11:31:29.181 | + lib/nova:start_nova_console_proxies:1120 : run_process n-spice '/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2024-10-01 11:31:29.183 | + functions-common:run_process:1689 : local service=n-spice 2024-10-01 11:31:29.185 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2024-10-01 11:31:29.187 | + functions-common:run_process:1691 : local group= 2024-10-01 11:31:29.189 | + functions-common:run_process:1692 : local user= 2024-10-01 11:31:29.192 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 11:31:29.194 | + functions-common:run_process:1695 : local name=n-spice 2024-10-01 11:31:29.196 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 11:31:29.198 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 11:31:29.200 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:31:29.202 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:31:29.205 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:31:29.208 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782289206 2024-10-01 11:31:29.210 | + functions-common:run_process:1698 : is_service_enabled n-spice 2024-10-01 11:31:29.223 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:31:29.225 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 11:31:29.227 | + functions-common:time_stop:2435 : local name 2024-10-01 11:31:29.229 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:31:29.232 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:31:29.234 | + functions-common:time_stop:2438 : local total 2024-10-01 11:31:29.236 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:31:29.238 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 11:31:29.240 | + functions-common:time_stop:2442 : start_time=1727782289206 2024-10-01 11:31:29.242 | + functions-common:time_stop:2444 : [[ -z 1727782289206 ]] 2024-10-01 11:31:29.245 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:31:29.248 | + functions-common:time_stop:2447 : end_time=1727782289245 2024-10-01 11:31:29.250 | + functions-common:time_stop:2448 : elapsed_time=39 2024-10-01 11:31:29.252 | + functions-common:time_stop:2449 : total=10374 2024-10-01 11:31:29.254 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:31:29.257 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10413 2024-10-01 11:31:29.259 | + lib/nova:start_nova_console_proxies:1121 : run_process n-sproxy '/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2024-10-01 11:31:29.261 | + functions-common:run_process:1689 : local service=n-sproxy 2024-10-01 11:31:29.262 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2024-10-01 11:31:29.264 | + functions-common:run_process:1691 : local group= 2024-10-01 11:31:29.266 | + functions-common:run_process:1692 : local user= 2024-10-01 11:31:29.268 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 11:31:29.270 | + functions-common:run_process:1695 : local name=n-sproxy 2024-10-01 11:31:29.272 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 11:31:29.274 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 11:31:29.276 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:31:29.278 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:31:29.281 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:31:29.284 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782289281 2024-10-01 11:31:29.286 | + functions-common:run_process:1698 : is_service_enabled n-sproxy 2024-10-01 11:31:29.299 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:31:29.301 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 11:31:29.303 | + functions-common:time_stop:2435 : local name 2024-10-01 11:31:29.305 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:31:29.307 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:31:29.309 | + functions-common:time_stop:2438 : local total 2024-10-01 11:31:29.311 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:31:29.313 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 11:31:29.315 | + functions-common:time_stop:2442 : start_time=1727782289281 2024-10-01 11:31:29.317 | + functions-common:time_stop:2444 : [[ -z 1727782289281 ]] 2024-10-01 11:31:29.320 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:31:29.323 | + functions-common:time_stop:2447 : end_time=1727782289321 2024-10-01 11:31:29.325 | + functions-common:time_stop:2448 : elapsed_time=40 2024-10-01 11:31:29.327 | + functions-common:time_stop:2449 : total=10413 2024-10-01 11:31:29.329 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:31:29.331 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10453 2024-10-01 11:31:29.333 | + lib/nova:start_nova_console_proxies:1133 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 11:31:29.335 | + lib/nova:start_nova_console_proxies:1133 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 11:31:29.338 | + lib/nova:start_nova:1178 : start_nova_conductor 2024-10-01 11:31:29.340 | + lib/nova:start_nova_conductor:1146 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-10-01 11:31:29.342 | + lib/nova:start_nova_conductor:1147 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2024-10-01 11:31:29.342 | Starting nova-conductor in a cellsv1-compatible way 2024-10-01 11:31:29.344 | + lib/nova:start_nova_conductor:1148 : run_process n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-10-01 11:31:29.346 | + functions-common:run_process:1689 : local service=n-cond 2024-10-01 11:31:29.348 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-10-01 11:31:29.350 | + functions-common:run_process:1691 : local group= 2024-10-01 11:31:29.352 | + functions-common:run_process:1692 : local user= 2024-10-01 11:31:29.354 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 11:31:29.356 | + functions-common:run_process:1695 : local name=n-cond 2024-10-01 11:31:29.358 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 11:31:29.360 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 11:31:29.362 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:31:29.364 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:31:29.367 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:31:29.370 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782289368 2024-10-01 11:31:29.373 | + functions-common:run_process:1698 : is_service_enabled n-cond 2024-10-01 11:31:29.387 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:31:29.389 | + functions-common:run_process:1699 : _run_under_systemd n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' '' 2024-10-01 11:31:29.391 | + functions-common:_run_under_systemd:1649 : local service=n-cond 2024-10-01 11:31:29.393 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-10-01 11:31:29.395 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-10-01 11:31:29.397 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-10-01 11:31:29.398 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-10-01 11:31:29.400 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2024-10-01 11:31:29.403 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-10-01 11:31:29.405 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-cond.service 2024-10-01 11:31:29.407 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-01 11:31:29.409 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-01 11:31:29.411 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-01 11:31:29.413 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-01 11:31:29.415 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-10-01 11:31:29.417 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@n-cond.service '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' stack '' 2024-10-01 11:31:29.419 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-cond.service 2024-10-01 11:31:29.424 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-10-01 11:31:29.426 | + functions-common:write_user_unit_file:1560 : local group= 2024-10-01 11:31:29.428 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-10-01 11:31:29.429 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-10-01 11:31:29.432 | + functions-common:write_user_unit_file:1563 : local extra= 2024-10-01 11:31:29.436 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-10-01 11:31:29.437 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2024-10-01 11:31:29.439 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-10-01 11:31:29.445 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Unit Description 'Devstack devstack@n-cond.service' 2024-10-01 11:31:29.510 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2024-10-01 11:31:29.564 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecStart '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-10-01 11:31:29.623 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2024-10-01 11:31:29.667 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2024-10-01 11:31:29.715 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-01 11:31:29.763 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-10-01 11:31:29.765 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-10-01 11:31:29.767 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2024-10-01 11:31:29.825 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-10-01 11:31:30.088 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-cond.service 2024-10-01 11:31:30.100 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2024-10-01 11:31:30.338 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-cond.service 2024-10-01 11:31:30.363 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 11:31:30.365 | + functions-common:time_stop:2435 : local name 2024-10-01 11:31:30.367 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:31:30.370 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:31:30.372 | + functions-common:time_stop:2438 : local total 2024-10-01 11:31:30.374 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:31:30.376 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 11:31:30.378 | + functions-common:time_stop:2442 : start_time=1727782289368 2024-10-01 11:31:30.380 | + functions-common:time_stop:2444 : [[ -z 1727782289368 ]] 2024-10-01 11:31:30.383 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:31:30.386 | + functions-common:time_stop:2447 : end_time=1727782290384 2024-10-01 11:31:30.389 | + functions-common:time_stop:2448 : elapsed_time=1016 2024-10-01 11:31:30.391 | + functions-common:time_stop:2449 : total=10453 2024-10-01 11:31:30.393 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:31:30.395 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11469 2024-10-01 11:31:30.397 | + lib/nova:start_nova_conductor:1149 : return 2024-10-01 11:31:30.399 | + lib/nova:start_nova:1179 : start_nova_compute 2024-10-01 11:31:30.401 | + lib/nova:start_nova_compute:1006 : local old_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 11:31:30.403 | + lib/nova:start_nova_compute:1007 : export PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 11:31:30.405 | + lib/nova:start_nova_compute:1007 : PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 11:31:30.407 | + lib/nova:start_nova_compute:1009 : local compute_cell_conf=/etc/nova/nova.conf 2024-10-01 11:31:30.409 | + lib/nova:start_nova_compute:1012 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2024-10-01 11:31:30.413 | + lib/nova:start_nova_compute:1014 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-10-01 11:31:30.416 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-10-01 11:31:30.418 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-10-01 11:31:30.420 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2024-10-01 11:31:30.422 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-10-01 11:31:30.425 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2024-10-01 11:31:30.427 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2024-10-01 11:31:30.429 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2024-10-01 11:31:30.431 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2024-10-01 11:31:30.434 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-10-01 11:31:30.434 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2024-10-01 11:31:30.434 | BEGIN { 2024-10-01 11:31:30.434 | section = "" 2024-10-01 11:31:30.434 | last_section = "" 2024-10-01 11:31:30.434 | section_count = 0 2024-10-01 11:31:30.434 | } 2024-10-01 11:31:30.434 | /^\[.+\]/ { 2024-10-01 11:31:30.434 | gsub("[][]", "", $1); 2024-10-01 11:31:30.434 | section=$1 2024-10-01 11:31:30.434 | next 2024-10-01 11:31:30.434 | } 2024-10-01 11:31:30.434 | /^ *\#/ { 2024-10-01 11:31:30.434 | next 2024-10-01 11:31:30.434 | } 2024-10-01 11:31:30.434 | /^[^ \t]+/ { 2024-10-01 11:31:30.434 | # get offset of first = in $0 2024-10-01 11:31:30.434 | eq_idx = index($0, "=") 2024-10-01 11:31:30.434 | # extract attr & value from $0 2024-10-01 11:31:30.434 | attr = substr($0, 1, eq_idx - 1) 2024-10-01 11:31:30.434 | value = substr($0, eq_idx + 1) 2024-10-01 11:31:30.434 | # only need to strip trailing whitespace from attr 2024-10-01 11:31:30.434 | sub(/[ \t]*$/, "", attr) 2024-10-01 11:31:30.434 | # need to strip leading & trailing whitespace from value 2024-10-01 11:31:30.434 | sub(/^[ \t]*/, "", value) 2024-10-01 11:31:30.434 | sub(/[ \t]*$/, "", value) 2024-10-01 11:31:30.434 | 2024-10-01 11:31:30.434 | # cfg_attr_count: number of config lines per [section, attr] 2024-10-01 11:31:30.434 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-10-01 11:31:30.434 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-10-01 11:31:30.434 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-10-01 11:31:30.434 | if (! (section, attr) in cfg_attr_count) { 2024-10-01 11:31:30.434 | if (section != last_section) { 2024-10-01 11:31:30.434 | cfg_section[section_count++] = section 2024-10-01 11:31:30.434 | last_section = section 2024-10-01 11:31:30.434 | } 2024-10-01 11:31:30.434 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-10-01 11:31:30.434 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-10-01 11:31:30.434 | 2024-10-01 11:31:30.434 | cfg_attr[section, attr, 0] = value 2024-10-01 11:31:30.434 | cfg_attr_count[section, attr] = 1 2024-10-01 11:31:30.434 | } else { 2024-10-01 11:31:30.434 | lno = cfg_attr_count[section, attr]++ 2024-10-01 11:31:30.434 | cfg_attr[section, attr, lno] = value 2024-10-01 11:31:30.434 | } 2024-10-01 11:31:30.434 | } 2024-10-01 11:31:30.435 | END { 2024-10-01 11:31:30.435 | # Process each section in order 2024-10-01 11:31:30.435 | for (sno = 0; sno < section_count; sno++) { 2024-10-01 11:31:30.435 | section = cfg_section[sno] 2024-10-01 11:31:30.435 | # The ini routines simply append a config item immediately 2024-10-01 11:31:30.435 | # after the section header. To keep the same order as defined 2024-10-01 11:31:30.435 | # in local.conf, invoke the ini routines in the reverse order 2024-10-01 11:31:30.435 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-10-01 11:31:30.435 | attr = cfg_sec_attr_name[sno, attr_no] 2024-10-01 11:31:30.435 | if (cfg_attr_count[section, attr] == 1) 2024-10-01 11:31:30.435 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-10-01 11:31:30.435 | else { 2024-10-01 11:31:30.435 | # For multiline, invoke the ini routines in the reverse order 2024-10-01 11:31:30.435 | count = cfg_attr_count[section, attr] 2024-10-01 11:31:30.435 | print "inidelete " configfile " " section " " attr 2024-10-01 11:31:30.435 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-10-01 11:31:30.435 | for (l = count -2; l >= 0; l--) 2024-10-01 11:31:30.435 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-10-01 11:31:30.435 | } 2024-10-01 11:31:30.435 | } 2024-10-01 11:31:30.435 | } 2024-10-01 11:31:30.435 | } 2024-10-01 11:31:30.435 | ' 2024-10-01 11:31:30.435 | + inc/meta-config:merge_config_file:164 : read a 2024-10-01 11:31:30.436 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-10-01 11:31:30.436 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-10-01 11:31:30.438 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-10-01 11:31:30.440 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2024-10-01 11:31:30.442 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-01 11:31:30.444 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2024-10-01 11:31:30.446 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2024-10-01 11:31:30.446 | BEGIN { group = "" } 2024-10-01 11:31:30.446 | /^\[\[.+\|.*\]\]/ { 2024-10-01 11:31:30.446 | gsub("[][]", "", $1); 2024-10-01 11:31:30.446 | split($1, a, "|"); 2024-10-01 11:31:30.446 | if (a[1] == matchgroup && a[2] == configfile) { 2024-10-01 11:31:30.446 | group=a[1] 2024-10-01 11:31:30.446 | } else { 2024-10-01 11:31:30.446 | group="" 2024-10-01 11:31:30.446 | } 2024-10-01 11:31:30.446 | next 2024-10-01 11:31:30.446 | } 2024-10-01 11:31:30.446 | { 2024-10-01 11:31:30.446 | if (group != "") 2024-10-01 11:31:30.446 | print $0 2024-10-01 11:31:30.446 | } 2024-10-01 11:31:30.446 | ' /opt/stack/devstack/local.conf 2024-10-01 11:31:30.451 | + lib/nova:start_nova_compute:1016 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-10-01 11:31:30.453 | + lib/nova:start_nova_compute:1019 : echo 'Skipping multi-cell conductor fleet setup' 2024-10-01 11:31:30.453 | Skipping multi-cell conductor fleet setup 2024-10-01 11:31:30.455 | + lib/nova:start_nova_compute:1031 : inidelete /etc/nova/nova-cpu.conf database connection 2024-10-01 11:31:30.470 | + lib/nova:start_nova_compute:1032 : inidelete /etc/nova/nova-cpu.conf api_database connection 2024-10-01 11:31:30.486 | + lib/nova:start_nova_compute:1037 : configure_console_compute 2024-10-01 11:31:30.488 | + lib/nova:configure_console_compute:664 : local offset 2024-10-01 11:31:30.490 | + lib/nova:configure_console_compute:665 : offset=0 2024-10-01 11:31:30.492 | + lib/nova:configure_console_compute:669 : local default_proxyclient_addr 2024-10-01 11:31:30.494 | ++ lib/nova:configure_console_compute:670 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2024-10-01 11:31:30.509 | + lib/nova:configure_console_compute:670 : default_proxyclient_addr=10.180.1.21 2024-10-01 11:31:30.511 | + lib/nova:configure_console_compute:674 : is_service_enabled n-cpu 2024-10-01 11:31:30.524 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:31:30.526 | + lib/nova:configure_console_compute:690 : is_service_enabled n-novnc 2024-10-01 11:31:30.538 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:31:30.540 | + lib/nova:configure_console_compute:690 : '[' False '!=' False ']' 2024-10-01 11:31:30.542 | + lib/nova:configure_console_compute:698 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2024-10-01 11:31:30.568 | + lib/nova:configure_console_compute:701 : is_service_enabled n-spice 2024-10-01 11:31:30.581 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:31:30.583 | + lib/nova:configure_console_compute:711 : is_service_enabled n-sproxy 2024-10-01 11:31:30.596 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:31:30.598 | + lib/nova:start_nova_compute:1041 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2024-10-01 11:31:30.623 | + lib/nova:start_nova_compute:1044 : '[' -n '' ']' 2024-10-01 11:31:30.626 | + lib/nova:start_nova_compute:1049 : [[ vsphere == \l\i\b\v\i\r\t ]] 2024-10-01 11:31:30.628 | + lib/nova:start_nova_compute:1053 : [[ vsphere = \l\i\b\v\i\r\t ]] 2024-10-01 11:31:30.630 | + lib/nova:start_nova_compute:1058 : [[ vsphere = \l\x\d ]] 2024-10-01 11:31:30.632 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \d\o\c\k\e\r ]] 2024-10-01 11:31:30.634 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \z\u\n ]] 2024-10-01 11:31:30.636 | + lib/nova:start_nova_compute:1062 : [[ vsphere = \f\a\k\e ]] 2024-10-01 11:31:30.638 | + lib/nova:start_nova_compute:1073 : is_service_enabled n-cpu 2024-10-01 11:31:30.653 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:31:30.654 | + lib/nova:start_nova_compute:1076 : run_process n-cpu '/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2024-10-01 11:31:30.657 | + functions-common:run_process:1689 : local service=n-cpu 2024-10-01 11:31:30.659 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2024-10-01 11:31:30.661 | + functions-common:run_process:1691 : local group= 2024-10-01 11:31:30.664 | + functions-common:run_process:1692 : local user= 2024-10-01 11:31:30.666 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 11:31:30.668 | + functions-common:run_process:1695 : local name=n-cpu 2024-10-01 11:31:30.670 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 11:31:30.672 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 11:31:30.674 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:31:30.676 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:31:30.679 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:31:30.683 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782290680 2024-10-01 11:31:30.685 | + functions-common:run_process:1698 : is_service_enabled n-cpu 2024-10-01 11:31:30.698 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:31:30.700 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 11:31:30.702 | + functions-common:time_stop:2435 : local name 2024-10-01 11:31:30.704 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:31:30.706 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:31:30.708 | + functions-common:time_stop:2438 : local total 2024-10-01 11:31:30.710 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:31:30.712 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 11:31:30.714 | + functions-common:time_stop:2442 : start_time=1727782290680 2024-10-01 11:31:30.716 | + functions-common:time_stop:2444 : [[ -z 1727782290680 ]] 2024-10-01 11:31:30.719 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:31:30.722 | + functions-common:time_stop:2447 : end_time=1727782290720 2024-10-01 11:31:30.724 | + functions-common:time_stop:2448 : elapsed_time=40 2024-10-01 11:31:30.726 | + functions-common:time_stop:2449 : total=11469 2024-10-01 11:31:30.728 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:31:30.730 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=11509 2024-10-01 11:31:30.732 | + lib/nova:start_nova_compute:1079 : export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 11:31:30.733 | + lib/nova:start_nova_compute:1079 : PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin 2024-10-01 11:31:30.735 | + lib/nova:start_nova:1180 : is_service_enabled n-api 2024-10-01 11:31:30.750 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:31:30.751 | + lib/nova:start_nova:1182 : echo 'Dumping cells_v2 mapping' 2024-10-01 11:31:30.751 | Dumping cells_v2 mapping 2024-10-01 11:31:30.754 | + lib/nova:start_nova:1183 : /usr/local/bin/nova-manage cell_v2 list_cells --verbose 2024-10-01 11:31:31.150 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-10-01 11:31:32.499 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2024-10-01 11:31:32.499 | | Name | UUID | Transport URL | Database Connection | Disabled | 2024-10-01 11:31:32.499 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2024-10-01 11:31:32.499 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8 | False | 2024-10-01 11:31:32.499 | | cell1 | 4c3f57d2-b1c3-4c9d-a7eb-5ca5bd33da2b | rabbit://stackrabbit:stackdb@10.180.1.21:5672/ | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8 | False | 2024-10-01 11:31:32.500 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2024-10-01 11:31:32.844 | + stack.sh:main:1325 : async_runfunc create_flavors 2024-10-01 11:31:32.846 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2024-10-01 11:31:32.896 | + inc/async:async_inner:63 : create_flavors 2024-10-01 11:31:32.925 | [3480 Async create_flavors:53199]: running: create_flavors 2024-10-01 11:31:32.927 | + stack.sh:main:1327 : is_service_enabled cinder 2024-10-01 11:31:32.941 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:31:32.943 | + stack.sh:main:1328 : echo_summary 'Starting Cinder' 2024-10-01 11:31:32.945 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 11:31:32.947 | + stack.sh:echo_summary:455 : echo -e Starting Cinder 2024-10-01 11:31:32.949 | + stack.sh:main:1329 : start_cinder 2024-10-01 11:31:32.951 | + lib/cinder:start_cinder:585 : local service_port=8776 2024-10-01 11:31:32.953 | + lib/cinder:start_cinder:586 : local service_protocol=http 2024-10-01 11:31:32.955 | + lib/cinder:start_cinder:587 : local cinder_url 2024-10-01 11:31:32.957 | + lib/cinder:start_cinder:588 : is_service_enabled tls-proxy 2024-10-01 11:31:32.970 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:31:32.972 | + lib/cinder:start_cinder:592 : '[' lioadm = tgtadm ']' 2024-10-01 11:31:32.974 | + lib/cinder:start_cinder:612 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta =~ c-api ]] 2024-10-01 11:31:32.976 | + lib/cinder:start_cinder:613 : '[' True == False ']' 2024-10-01 11:31:32.979 | ++ lib/cinder:start_cinder:621 : which uwsgi 2024-10-01 11:31:32.982 | + lib/cinder:start_cinder:621 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-10-01 11:31:32.985 | + functions-common:run_process:1689 : local service=c-api 2024-10-01 11:31:32.987 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-10-01 11:31:32.989 | + functions-common:run_process:1691 : local group= 2024-10-01 11:31:32.991 | + functions-common:run_process:1692 : local user= 2024-10-01 11:31:32.993 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 11:31:32.995 | + functions-common:run_process:1695 : local name=c-api 2024-10-01 11:31:32.997 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 11:31:32.999 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 11:31:33.001 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:31:33.003 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:31:33.005 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:31:33.009 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782293006 2024-10-01 11:31:33.011 | + functions-common:run_process:1698 : is_service_enabled c-api 2024-10-01 11:31:33.024 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:31:33.026 | + functions-common:run_process:1699 : _run_under_systemd c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' '' '' 2024-10-01 11:31:33.028 | + functions-common:_run_under_systemd:1649 : local service=c-api 2024-10-01 11:31:33.030 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-10-01 11:31:33.033 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-10-01 11:31:33.035 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-10-01 11:31:33.037 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-10-01 11:31:33.039 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2024-10-01 11:31:33.041 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2024-10-01 11:31:33.043 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-api.service 2024-10-01 11:31:33.045 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-01 11:31:33.047 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-01 11:31:33.049 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-01 11:31:33.051 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-01 11:31:33.053 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2024-10-01 11:31:33.055 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@c-api.service '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' '' stack '' 2024-10-01 11:31:33.057 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@c-api.service 2024-10-01 11:31:33.059 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-10-01 11:31:33.061 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-10-01 11:31:33.063 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-10-01 11:31:33.065 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-10-01 11:31:33.067 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@c-api.service 2024-10-01 11:31:33.068 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-10-01 11:31:33.072 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@c-api.service Unit Description 'Devstack devstack@c-api.service' 2024-10-01 11:31:33.121 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2024-10-01 11:31:33.169 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2024-10-01 11:31:33.210 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-10-01 11:31:33.251 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-01 11:31:33.295 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2024-10-01 11:31:33.336 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2024-10-01 11:31:33.378 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2024-10-01 11:31:33.418 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2024-10-01 11:31:33.461 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2024-10-01 11:31:33.504 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-10-01 11:31:33.506 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-10-01 11:31:33.508 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2024-10-01 11:31:33.558 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-10-01 11:31:33.818 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-api.service 2024-10-01 11:31:33.827 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2024-10-01 11:31:34.065 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-api.service 2024-10-01 11:31:34.114 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 11:31:34.116 | + functions-common:time_stop:2435 : local name 2024-10-01 11:31:34.118 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:31:34.120 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:31:34.122 | + functions-common:time_stop:2438 : local total 2024-10-01 11:31:34.124 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:31:34.126 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 11:31:34.128 | + functions-common:time_stop:2442 : start_time=1727782293006 2024-10-01 11:31:34.130 | + functions-common:time_stop:2444 : [[ -z 1727782293006 ]] 2024-10-01 11:31:34.132 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:31:34.136 | + functions-common:time_stop:2447 : end_time=1727782294133 2024-10-01 11:31:34.138 | + functions-common:time_stop:2448 : elapsed_time=1127 2024-10-01 11:31:34.140 | + functions-common:time_stop:2449 : total=11509 2024-10-01 11:31:34.141 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:31:34.143 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12636 2024-10-01 11:31:34.145 | + lib/cinder:start_cinder:622 : cinder_url=http://10.180.1.21/volume/v3 2024-10-01 11:31:34.147 | + lib/cinder:start_cinder:626 : echo 'Waiting for Cinder API to start...' 2024-10-01 11:31:34.147 | Waiting for Cinder API to start... 2024-10-01 11:31:34.149 | + lib/cinder:start_cinder:627 : wait_for_service 60 http://10.180.1.21/volume/v3 2024-10-01 11:31:34.151 | + functions:wait_for_service:468 : local timeout=60 2024-10-01 11:31:34.153 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2024-10-01 11:31:34.155 | + functions:wait_for_service:470 : local rval=0 2024-10-01 11:31:34.157 | + functions:wait_for_service:471 : time_start wait_for_service 2024-10-01 11:31:34.159 | + functions-common:time_start:2421 : local name=wait_for_service 2024-10-01 11:31:34.161 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:31:34.163 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:31:34.166 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:31:34.169 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782294167 2024-10-01 11:31:34.171 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-10-01 11:31:34.175 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2024-10-01 11:31:36.219 | + :: : [[ 401 == 503 ]] 2024-10-01 11:31:36.220 | + :: : [[ 0 -eq 7 ]] 2024-10-01 11:31:36.223 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-10-01 11:31:36.225 | + functions-common:time_stop:2435 : local name 2024-10-01 11:31:36.227 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:31:36.229 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:31:36.231 | + functions-common:time_stop:2438 : local total 2024-10-01 11:31:36.233 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:31:36.235 | + functions-common:time_stop:2441 : name=wait_for_service 2024-10-01 11:31:36.237 | + functions-common:time_stop:2442 : start_time=1727782294167 2024-10-01 11:31:36.239 | + functions-common:time_stop:2444 : [[ -z 1727782294167 ]] 2024-10-01 11:31:36.241 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:31:36.245 | + functions-common:time_stop:2447 : end_time=1727782296243 2024-10-01 11:31:36.247 | + functions-common:time_stop:2448 : elapsed_time=2076 2024-10-01 11:31:36.249 | + functions-common:time_stop:2449 : total=6343 2024-10-01 11:31:36.251 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:31:36.253 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8419 2024-10-01 11:31:36.255 | + functions:wait_for_service:478 : return 0 2024-10-01 11:31:36.257 | + lib/cinder:start_cinder:631 : run_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-10-01 11:31:36.260 | + functions-common:run_process:1689 : local service=c-sch 2024-10-01 11:31:36.262 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-10-01 11:31:36.264 | + functions-common:run_process:1691 : local group= 2024-10-01 11:31:36.266 | + functions-common:run_process:1692 : local user= 2024-10-01 11:31:36.268 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 11:31:36.270 | + functions-common:run_process:1695 : local name=c-sch 2024-10-01 11:31:36.272 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 11:31:36.274 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 11:31:36.277 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:31:36.278 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:31:36.281 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:31:36.285 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782296283 2024-10-01 11:31:36.287 | + functions-common:run_process:1698 : is_service_enabled c-sch 2024-10-01 11:31:36.301 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:31:36.303 | + functions-common:run_process:1699 : _run_under_systemd c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' '' 2024-10-01 11:31:36.305 | + functions-common:_run_under_systemd:1649 : local service=c-sch 2024-10-01 11:31:36.307 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-10-01 11:31:36.309 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-10-01 11:31:36.311 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-10-01 11:31:36.313 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-10-01 11:31:36.315 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-10-01 11:31:36.317 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-10-01 11:31:36.319 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-sch.service 2024-10-01 11:31:36.321 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-01 11:31:36.323 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-01 11:31:36.325 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-01 11:31:36.327 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-01 11:31:36.329 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-10-01 11:31:36.331 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@c-sch.service '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' stack '' 2024-10-01 11:31:36.333 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-sch.service 2024-10-01 11:31:36.335 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-10-01 11:31:36.337 | + functions-common:write_user_unit_file:1560 : local group= 2024-10-01 11:31:36.338 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-10-01 11:31:36.340 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-10-01 11:31:36.342 | + functions-common:write_user_unit_file:1563 : local extra= 2024-10-01 11:31:36.344 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-10-01 11:31:36.346 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2024-10-01 11:31:36.348 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-10-01 11:31:36.352 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2024-10-01 11:31:36.401 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2024-10-01 11:31:36.448 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecStart '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-10-01 11:31:36.490 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2024-10-01 11:31:36.531 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2024-10-01 11:31:36.572 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-01 11:31:36.615 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-10-01 11:31:36.617 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-10-01 11:31:36.619 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2024-10-01 11:31:36.668 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-10-01 11:31:36.913 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-sch.service 2024-10-01 11:31:36.923 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2024-10-01 11:31:37.161 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-sch.service 2024-10-01 11:31:37.182 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 11:31:37.184 | + functions-common:time_stop:2435 : local name 2024-10-01 11:31:37.186 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:31:37.188 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:31:37.190 | + functions-common:time_stop:2438 : local total 2024-10-01 11:31:37.192 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:31:37.194 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 11:31:37.196 | + functions-common:time_stop:2442 : start_time=1727782296283 2024-10-01 11:31:37.198 | + functions-common:time_stop:2444 : [[ -z 1727782296283 ]] 2024-10-01 11:31:37.200 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:31:37.204 | + functions-common:time_stop:2447 : end_time=1727782297201 2024-10-01 11:31:37.205 | + functions-common:time_stop:2448 : elapsed_time=918 2024-10-01 11:31:37.207 | + functions-common:time_stop:2449 : total=12636 2024-10-01 11:31:37.210 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:31:37.212 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13554 2024-10-01 11:31:37.214 | + lib/cinder:start_cinder:636 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-10-01 11:31:37.216 | + lib/cinder:start_cinder:637 : run_process c-bak '/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-10-01 11:31:37.218 | + functions-common:run_process:1689 : local service=c-bak 2024-10-01 11:31:37.220 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2024-10-01 11:31:37.222 | + functions-common:run_process:1691 : local group= 2024-10-01 11:31:37.224 | + functions-common:run_process:1692 : local user= 2024-10-01 11:31:37.225 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-10-01 11:31:37.227 | + functions-common:run_process:1695 : local name=c-bak 2024-10-01 11:31:37.229 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 11:31:37.231 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 11:31:37.233 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:31:37.235 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:31:37.237 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:31:37.241 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782297239 2024-10-01 11:31:37.243 | + functions-common:run_process:1698 : is_service_enabled c-bak 2024-10-01 11:31:37.257 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:31:37.259 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 11:31:37.261 | + functions-common:time_stop:2435 : local name 2024-10-01 11:31:37.263 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:31:37.265 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:31:37.267 | + functions-common:time_stop:2438 : local total 2024-10-01 11:31:37.268 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:31:37.270 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 11:31:37.272 | + functions-common:time_stop:2442 : start_time=1727782297239 2024-10-01 11:31:37.274 | + functions-common:time_stop:2444 : [[ -z 1727782297239 ]] 2024-10-01 11:31:37.276 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:31:37.280 | + functions-common:time_stop:2447 : end_time=1727782297278 2024-10-01 11:31:37.282 | + functions-common:time_stop:2448 : elapsed_time=39 2024-10-01 11:31:37.284 | + functions-common:time_stop:2449 : total=13554 2024-10-01 11:31:37.286 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:31:37.288 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13593 2024-10-01 11:31:37.290 | + lib/cinder:start_cinder:638 : run_process c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-10-01 11:31:37.292 | + functions-common:run_process:1689 : local service=c-vol 2024-10-01 11:31:37.294 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-10-01 11:31:37.296 | + functions-common:run_process:1691 : local group= 2024-10-01 11:31:37.298 | + functions-common:run_process:1692 : local user= 2024-10-01 11:31:37.300 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-10-01 11:31:37.302 | + functions-common:run_process:1695 : local name=c-vol 2024-10-01 11:31:37.304 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 11:31:37.306 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 11:31:37.308 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:31:37.310 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:31:37.312 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:31:37.316 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782297313 2024-10-01 11:31:37.318 | + functions-common:run_process:1698 : is_service_enabled c-vol 2024-10-01 11:31:37.331 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:31:37.333 | + functions-common:run_process:1699 : _run_under_systemd c-vol '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' '' 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-10-01 11:31:37.335 | + functions-common:_run_under_systemd:1649 : local service=c-vol 2024-10-01 11:31:37.337 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-10-01 11:31:37.339 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-10-01 11:31:37.341 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-10-01 11:31:37.343 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-10-01 11:31:37.345 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-10-01 11:31:37.347 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-10-01 11:31:37.349 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-vol.service 2024-10-01 11:31:37.351 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-01 11:31:37.353 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-01 11:31:37.355 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-01 11:31:37.357 | + functions-common:_run_under_systemd:1661 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-10-01 11:31:37.359 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-10-01 11:31:37.361 | + functions-common:_run_under_systemd:1665 : write_user_unit_file devstack@c-vol.service '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' '' stack 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-10-01 11:31:37.363 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-vol.service 2024-10-01 11:31:37.364 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-10-01 11:31:37.366 | + functions-common:write_user_unit_file:1560 : local group= 2024-10-01 11:31:37.368 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-10-01 11:31:37.370 | + functions-common:write_user_unit_file:1562 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-10-01 11:31:37.372 | + functions-common:write_user_unit_file:1563 : local extra= 2024-10-01 11:31:37.374 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-10-01 11:31:37.376 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2024-10-01 11:31:37.378 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-10-01 11:31:37.381 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2024-10-01 11:31:37.430 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2024-10-01 11:31:37.484 | + functions-common:write_user_unit_file:1572 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecStart '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-10-01 11:31:37.525 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2024-10-01 11:31:37.567 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2024-10-01 11:31:37.608 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-01 11:31:37.649 | + functions-common:write_user_unit_file:1576 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2024-10-01 11:31:37.651 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service Environment 'MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-10-01 11:31:37.692 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-10-01 11:31:37.694 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2024-10-01 11:31:37.744 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-10-01 11:31:38.008 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-vol.service 2024-10-01 11:31:38.018 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2024-10-01 11:31:38.258 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-vol.service 2024-10-01 11:31:38.292 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 11:31:38.296 | + functions-common:time_stop:2435 : local name 2024-10-01 11:31:38.296 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:31:38.302 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:31:38.304 | + functions-common:time_stop:2438 : local total 2024-10-01 11:31:38.307 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:31:38.312 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 11:31:38.316 | + functions-common:time_stop:2442 : start_time=1727782297313 2024-10-01 11:31:38.317 | + functions-common:time_stop:2444 : [[ -z 1727782297313 ]] 2024-10-01 11:31:38.320 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:31:38.324 | + functions-common:time_stop:2447 : end_time=1727782298322 2024-10-01 11:31:38.327 | + functions-common:time_stop:2448 : elapsed_time=1009 2024-10-01 11:31:38.331 | + functions-common:time_stop:2449 : total=13593 2024-10-01 11:31:38.333 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:31:38.337 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14602 2024-10-01 11:31:38.339 | + stack.sh:main:1330 : create_volume_types 2024-10-01 11:31:38.341 | + lib/cinder:create_volume_types:673 : is_service_enabled c-api 2024-10-01 11:31:38.354 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:31:38.356 | + lib/cinder:create_volume_types:673 : [[ -n vmdk:vsphere ]] 2024-10-01 11:31:38.359 | + lib/cinder:create_volume_types:674 : local be be_name 2024-10-01 11:31:38.361 | + lib/cinder:create_volume_types:675 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-10-01 11:31:38.363 | + lib/cinder:create_volume_types:676 : be_name=vsphere 2024-10-01 11:31:38.365 | + lib/cinder:create_volume_types:677 : create_one_type vsphere volume_backend_name vsphere 2024-10-01 11:31:38.367 | + lib/cinder:create_one_type:654 : type_name=vsphere 2024-10-01 11:31:38.369 | + lib/cinder:create_one_type:655 : property_key=volume_backend_name 2024-10-01 11:31:38.371 | + lib/cinder:create_one_type:656 : property_value=vsphere 2024-10-01 11:31:38.373 | + lib/cinder:create_one_type:658 : is_service_enabled keystone 2024-10-01 11:31:38.386 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:31:38.389 | + lib/cinder:create_one_type:659 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2024-10-01 11:31:40.214 | +-------------+--------------------------------------+ 2024-10-01 11:31:40.214 | | Field | Value | 2024-10-01 11:31:40.214 | +-------------+--------------------------------------+ 2024-10-01 11:31:40.214 | | description | None | 2024-10-01 11:31:40.214 | | id | eead0f68-b594-4832-bb51-139914bba5b8 | 2024-10-01 11:31:40.214 | | is_public | True | 2024-10-01 11:31:40.214 | | name | vsphere | 2024-10-01 11:31:40.214 | | properties | volume_backend_name='vsphere' | 2024-10-01 11:31:40.214 | +-------------+--------------------------------------+ 2024-10-01 11:31:40.344 | + lib/cinder:create_volume_types:680 : [[ False == \T\r\u\e ]] 2024-10-01 11:31:40.346 | + lib/cinder:create_volume_types:687 : [[ False == \T\r\u\e ]] 2024-10-01 11:31:40.348 | + stack.sh:main:1335 : [[ False == \T\r\u\e ]] 2024-10-01 11:31:40.350 | + stack.sh:main:1343 : is_service_enabled glance 2024-10-01 11:31:40.365 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:31:40.367 | + stack.sh:main:1344 : echo_summary 'Starting Glance' 2024-10-01 11:31:40.369 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 11:31:40.371 | + stack.sh:echo_summary:455 : echo -e Starting Glance 2024-10-01 11:31:40.373 | + stack.sh:main:1345 : start_glance 2024-10-01 11:31:40.375 | + lib/glance:start_glance:606 : local service_protocol=http 2024-10-01 11:31:40.377 | + lib/glance:start_glance:607 : is_service_enabled tls-proxy 2024-10-01 11:31:40.390 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:31:40.392 | + lib/glance:start_glance:613 : [[ False == False ]] 2024-10-01 11:31:40.394 | ++ lib/glance:start_glance:614 : which uwsgi 2024-10-01 11:31:40.398 | + lib/glance:start_glance:614 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-10-01 11:31:40.400 | + functions-common:run_process:1689 : local service=g-api 2024-10-01 11:31:40.402 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-10-01 11:31:40.404 | + functions-common:run_process:1691 : local group= 2024-10-01 11:31:40.406 | + functions-common:run_process:1692 : local user= 2024-10-01 11:31:40.408 | + functions-common:run_process:1693 : local env_vars= 2024-10-01 11:31:40.410 | + functions-common:run_process:1695 : local name=g-api 2024-10-01 11:31:40.412 | + functions-common:run_process:1697 : time_start run_process 2024-10-01 11:31:40.414 | + functions-common:time_start:2421 : local name=run_process 2024-10-01 11:31:40.416 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:31:40.418 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:31:40.420 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:31:40.423 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782300421 2024-10-01 11:31:40.425 | + functions-common:run_process:1698 : is_service_enabled g-api 2024-10-01 11:31:40.439 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:31:40.441 | + functions-common:run_process:1699 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' '' 2024-10-01 11:31:40.443 | + functions-common:_run_under_systemd:1649 : local service=g-api 2024-10-01 11:31:40.445 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-10-01 11:31:40.447 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-10-01 11:31:40.449 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-10-01 11:31:40.451 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-10-01 11:31:40.453 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2024-10-01 11:31:40.455 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2024-10-01 11:31:40.457 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@g-api.service 2024-10-01 11:31:40.459 | + functions-common:_run_under_systemd:1656 : local group= 2024-10-01 11:31:40.461 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-10-01 11:31:40.463 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-10-01 11:31:40.465 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-10-01 11:31:40.467 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2024-10-01 11:31:40.470 | + functions-common:_run_under_systemd:1663 : write_uwsgi_user_unit_file devstack@g-api.service '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' stack '' 2024-10-01 11:31:40.471 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@g-api.service 2024-10-01 11:31:40.473 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-10-01 11:31:40.475 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-10-01 11:31:40.477 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-10-01 11:31:40.479 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-10-01 11:31:40.481 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@g-api.service 2024-10-01 11:31:40.483 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-10-01 11:31:40.486 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@g-api.service Unit Description 'Devstack devstack@g-api.service' 2024-10-01 11:31:40.536 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2024-10-01 11:31:40.587 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2024-10-01 11:31:40.633 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecStart '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-10-01 11:31:40.675 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-10-01 11:31:40.714 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2024-10-01 11:31:40.757 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2024-10-01 11:31:40.801 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2024-10-01 11:31:40.846 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2024-10-01 11:31:40.890 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2024-10-01 11:31:40.933 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-10-01 11:31:40.935 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-10-01 11:31:40.938 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2024-10-01 11:31:40.993 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-10-01 11:31:41.253 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@g-api.service 2024-10-01 11:31:41.263 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2024-10-01 11:31:41.500 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@g-api.service 2024-10-01 11:31:41.552 | + functions-common:run_process:1701 : time_stop run_process 2024-10-01 11:31:41.554 | + functions-common:time_stop:2435 : local name 2024-10-01 11:31:41.556 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:31:41.558 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:31:41.560 | + functions-common:time_stop:2438 : local total 2024-10-01 11:31:41.563 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:31:41.565 | + functions-common:time_stop:2441 : name=run_process 2024-10-01 11:31:41.567 | + functions-common:time_stop:2442 : start_time=1727782300421 2024-10-01 11:31:41.569 | + functions-common:time_stop:2444 : [[ -z 1727782300421 ]] 2024-10-01 11:31:41.572 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:31:41.575 | + functions-common:time_stop:2447 : end_time=1727782301573 2024-10-01 11:31:41.577 | + functions-common:time_stop:2448 : elapsed_time=1152 2024-10-01 11:31:41.579 | + functions-common:time_stop:2449 : total=14602 2024-10-01 11:31:41.581 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:31:41.583 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=15754 2024-10-01 11:31:41.586 | + lib/glance:start_glance:619 : is_service_enabled g-api-r 2024-10-01 11:31:41.600 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:31:41.602 | + lib/glance:start_glance:624 : echo 'Waiting for g-api (10.180.1.21) to start...' 2024-10-01 11:31:41.602 | Waiting for g-api (10.180.1.21) to start... 2024-10-01 11:31:41.605 | + lib/glance:start_glance:625 : wait_for_service 60 http://10.180.1.21/image 2024-10-01 11:31:41.607 | + functions:wait_for_service:468 : local timeout=60 2024-10-01 11:31:41.609 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2024-10-01 11:31:41.611 | + functions:wait_for_service:470 : local rval=0 2024-10-01 11:31:41.613 | + functions:wait_for_service:471 : time_start wait_for_service 2024-10-01 11:31:41.615 | + functions-common:time_start:2421 : local name=wait_for_service 2024-10-01 11:31:41.617 | + functions-common:time_start:2422 : local start_time= 2024-10-01 11:31:41.619 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:31:41.622 | ++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:31:41.625 | + functions-common:time_start:2426 : _TIME_START[$name]=1727782301623 2024-10-01 11:31:41.627 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-10-01 11:31:41.630 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2024-10-01 11:31:43.659 | + :: : [[ 300 == 503 ]] 2024-10-01 11:31:43.660 | + :: : [[ 0 -eq 7 ]] 2024-10-01 11:31:43.663 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-10-01 11:31:43.665 | + functions-common:time_stop:2435 : local name 2024-10-01 11:31:43.668 | + functions-common:time_stop:2436 : local end_time 2024-10-01 11:31:43.670 | + functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:31:43.672 | + functions-common:time_stop:2438 : local total 2024-10-01 11:31:43.674 | + functions-common:time_stop:2439 : local start_time 2024-10-01 11:31:43.676 | + functions-common:time_stop:2441 : name=wait_for_service 2024-10-01 11:31:43.678 | + functions-common:time_stop:2442 : start_time=1727782301623 2024-10-01 11:31:43.680 | + functions-common:time_stop:2444 : [[ -z 1727782301623 ]] 2024-10-01 11:31:43.683 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:31:43.686 | + functions-common:time_stop:2447 : end_time=1727782303683 2024-10-01 11:31:43.688 | + functions-common:time_stop:2448 : elapsed_time=2060 2024-10-01 11:31:43.690 | + functions-common:time_stop:2449 : total=8419 2024-10-01 11:31:43.691 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:31:43.693 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10479 2024-10-01 11:31:43.695 | + functions:wait_for_service:478 : return 0 2024-10-01 11:31:43.697 | + stack.sh:main:1359 : is_service_enabled mysql postgresql 2024-10-01 11:31:43.711 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:31:43.713 | + stack.sh:main:1359 : is_service_enabled glance 2024-10-01 11:31:43.727 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:31:43.729 | + stack.sh:main:1360 : echo_summary 'Uploading images' 2024-10-01 11:31:43.730 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 11:31:43.732 | + stack.sh:echo_summary:455 : echo -e Uploading images 2024-10-01 11:31:43.734 | + stack.sh:main:1362 : for image_url in ${IMAGE_URLS//,/ } 2024-10-01 11:31:43.736 | + stack.sh:main:1363 : upload_image 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-10-01 11:31:43.738 | + functions:upload_image:132 : local 'image_url=https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-10-01 11:31:43.740 | + functions:upload_image:134 : local image image_fname image_name 2024-10-01 11:31:43.742 | + functions:upload_image:136 : local max_attempts=5 2024-10-01 11:31:43.743 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2024-10-01 11:31:43.747 | ++ functions:upload_image:140 : basename 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-10-01 11:31:43.750 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-10-01 11:31:43.751 | + functions:upload_image:141 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk != file* ]] 2024-10-01 11:31:43.753 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2024-10-01 11:31:43.755 | ++ functions:upload_image:144 : seq 5 2024-10-01 11:31:43.758 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2024-10-01 11:31:43.759 | + functions:upload_image:145 : local rc=0 2024-10-01 11:31:43.761 | + functions:upload_image:146 : wget --progress=dot:giga -c 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' -O '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-10-01 11:31:43.764 | --2024-10-01 11:31:43-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2024-10-01 11:31:43.769 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-10-01 11:31:43.770 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-10-01 11:31:43.808 | HTTP request sent, awaiting response... 200 OK 2024-10-01 11:31:43.808 | Length: 21318656 (20M) [application/octet-stream] 2024-10-01 11:31:43.808 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2024-10-01 11:31:43.837 | 2024-10-01 11:31:43.955 | 0K ........ ........ .... 100% 139M=0.1s 2024-10-01 11:31:43.955 | 2024-10-01 11:31:43.955 | 2024-10-01 11:31:43 (139 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2024-10-01 11:31:43.955 | 2024-10-01 11:31:43.957 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2024-10-01 11:31:43.960 | + functions:upload_image:155 : break 2024-10-01 11:31:43.962 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-10-01 11:31:43.963 | + functions:upload_image:173 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ openvz ]] 2024-10-01 11:31:43.965 | + functions:upload_image:180 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ \.vmdk ]] 2024-10-01 11:31:43.967 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-10-01 11:31:43.969 | + functions:upload_image:194 : local vmdk_disktype= 2024-10-01 11:31:43.971 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2024-10-01 11:31:43.973 | + functions:upload_image:196 : local path_len 2024-10-01 11:31:43.975 | + functions:upload_image:199 : local vmdk_adapter_type 2024-10-01 11:31:43.977 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-10-01 11:31:43.978 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-10-01 11:31:43.982 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2024-10-01 11:31:43.983 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2024-10-01 11:31:43.985 | + functions:upload_image:202 : vmdk_adapter_type=ide 2024-10-01 11:31:43.987 | + functions:upload_image:205 : local vmdk_create_type 2024-10-01 11:31:43.990 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-10-01 11:31:43.990 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-10-01 11:31:43.994 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2024-10-01 11:31:43.996 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2024-10-01 11:31:43.998 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2024-10-01 11:31:43.999 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2024-10-01 11:31:44.001 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2024-10-01 11:31:44.003 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2024-10-01 11:31:44.004 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2024-10-01 11:31:44.006 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2024-10-01 11:31:44.008 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2024-10-01 11:31:44.011 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2024-10-01 11:31:44.011 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-10-01 11:31:44.015 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2024-10-01 11:31:44.016 | + functions:upload_image:284 : IFS=':;' 2024-10-01 11:31:44.018 | + functions:upload_image:284 : read -a props 2024-10-01 11:31:44.020 | + functions:upload_image:285 : vmdk_disktype=sparse 2024-10-01 11:31:44.022 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2024-10-01 11:31:44.024 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2024-10-01 11:31:44.025 | + functions:upload_image:289 : _upload_image 'cirros-d240228-sparse;paraVirtual;vmxnet3' bare vmdk '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2024-10-01 11:31:44.027 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-10-01 11:31:44.029 | + functions:_upload_image:105 : shift 2024-10-01 11:31:44.030 | + functions:_upload_image:106 : local container=bare 2024-10-01 11:31:44.032 | + functions:_upload_image:107 : shift 2024-10-01 11:31:44.034 | + functions:_upload_image:108 : local disk=vmdk 2024-10-01 11:31:44.036 | + functions:_upload_image:109 : shift 2024-10-01 11:31:44.037 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-10-01 11:31:44.039 | + functions:_upload_image:111 : shift 2024-10-01 11:31:44.041 | + functions:_upload_image:112 : local properties 2024-10-01 11:31:44.043 | + functions:_upload_image:113 : local useimport 2024-10-01 11:31:44.045 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2024-10-01 11:31:44.047 | ++ functions:_image_properties_to_arg:87 : local result= 2024-10-01 11:31:44.049 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-10-01 11:31:44.050 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2024-10-01 11:31:44.052 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-10-01 11:31:44.054 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2024-10-01 11:31:44.055 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-10-01 11:31:44.057 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2024-10-01 11:31:44.059 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2024-10-01 11:31:44.060 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2024-10-01 11:31:44.062 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2024-10-01 11:31:44.064 | + functions:_upload_image:121 : openstack --os-cloud=devstack-admin --os-region-name=RegionOne image create 'cirros-d240228-sparse;paraVirtual;vmxnet3' --public --container-format bare --disk-format vmdk --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2024-10-01 11:31:46.489 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-10-01 11:31:46.489 | | Field | Value | 2024-10-01 11:31:46.489 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-10-01 11:31:46.489 | | container_format | bare | 2024-10-01 11:31:46.489 | | created_at | 2024-10-01T11:31:45Z | 2024-10-01 11:31:46.489 | | disk_format | vmdk | 2024-10-01 11:31:46.489 | | file | /v2/images/382934f7-0df0-4079-91d3-c4878a6d695d/file | 2024-10-01 11:31:46.489 | | id | 382934f7-0df0-4079-91d3-c4878a6d695d | 2024-10-01 11:31:46.489 | | min_disk | 0 | 2024-10-01 11:31:46.489 | | min_ram | 0 | 2024-10-01 11:31:46.489 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2024-10-01 11:31:46.489 | | owner | 229232f4c0da4ebfb5b319963105e1f4 | 2024-10-01 11:31:46.489 | | properties | hw_vif_model='vmxnet3', os_hidden='False', owner_specified.openstack.md5='', owner_specified.openstack.object='images/cirros-d240228-sparse;paraVirtual;vmxnet3', owner_specified.openstack.sha256='', vmware_adaptertype='paraVirtual', vmware_disktype='sparse' | 2024-10-01 11:31:46.489 | | protected | False | 2024-10-01 11:31:46.490 | | schema | /v2/schemas/image | 2024-10-01 11:31:46.490 | | status | queued | 2024-10-01 11:31:46.490 | | tags | | 2024-10-01 11:31:46.490 | | updated_at | 2024-10-01T11:31:45Z | 2024-10-01 11:31:46.490 | | visibility | public | 2024-10-01 11:31:46.490 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-10-01 11:31:46.609 | + functions:upload_image:291 : return 2024-10-01 11:31:46.612 | + stack.sh:main:1367 : async_wait create_flavors 2024-10-01 11:31:46.650 | [3480 Async create_flavors:53199]: Waiting for completion of create_flavors running on PID 53199 (2 other jobs running) 2024-10-01 11:31:46.668 | [3480 Async create_flavors:53199]: Signaling child to exit 2024-10-01 11:31:48.515 | + inc/async:async_inner:64 : rc=0 2024-10-01 11:31:48.534 | [53199 Async create_flavors:53199]: finished successfully 2024-10-01 11:31:48.551 | WAKEUP 2024-10-01 11:31:48.568 | [3480 Async create_flavors:53199]: Signaled 2024-10-01 11:31:48.569 | + lib/nova:create_flavors:1247 : is_service_enabled n-api 2024-10-01 11:31:48.569 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:31:48.569 | + lib/nova:create_flavors:1248 : openstack --os-region-name=RegionOne flavor list 2024-10-01 11:31:48.569 | + lib/nova:create_flavors:1248 : grep -q ds512M 2024-10-01 11:31:48.569 | + lib/nova:create_flavors:1250 : openstack --os-region-name=RegionOne flavor create --id c1 --ram 256 --disk 1 --vcpus 1 --property hw_rng:allowed=True cirros256 2024-10-01 11:31:48.569 | +----------------------------+-----------------------+ 2024-10-01 11:31:48.569 | | Field | Value | 2024-10-01 11:31:48.569 | +----------------------------+-----------------------+ 2024-10-01 11:31:48.569 | | OS-FLV-DISABLED:disabled | False | 2024-10-01 11:31:48.569 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-10-01 11:31:48.569 | | description | None | 2024-10-01 11:31:48.569 | | disk | 1 | 2024-10-01 11:31:48.569 | | id | c1 | 2024-10-01 11:31:48.569 | | name | cirros256 | 2024-10-01 11:31:48.569 | | os-flavor-access:is_public | True | 2024-10-01 11:31:48.569 | | properties | hw_rng:allowed='True' | 2024-10-01 11:31:48.569 | | ram | 256 | 2024-10-01 11:31:48.569 | | rxtx_factor | 1.0 | 2024-10-01 11:31:48.569 | | swap | | 2024-10-01 11:31:48.569 | | vcpus | 1 | 2024-10-01 11:31:48.569 | +----------------------------+-----------------------+ 2024-10-01 11:31:48.569 | + lib/nova:create_flavors:1251 : openstack --os-region-name=RegionOne flavor create --id d1 --ram 512 --disk 5 --vcpus 1 --property hw_rng:allowed=True ds512M 2024-10-01 11:31:48.569 | +----------------------------+-----------------------+ 2024-10-01 11:31:48.569 | | Field | Value | 2024-10-01 11:31:48.569 | +----------------------------+-----------------------+ 2024-10-01 11:31:48.569 | | OS-FLV-DISABLED:disabled | False | 2024-10-01 11:31:48.569 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-10-01 11:31:48.569 | | description | None | 2024-10-01 11:31:48.569 | | disk | 5 | 2024-10-01 11:31:48.569 | | id | d1 | 2024-10-01 11:31:48.569 | | name | ds512M | 2024-10-01 11:31:48.569 | | os-flavor-access:is_public | True | 2024-10-01 11:31:48.569 | | properties | hw_rng:allowed='True' | 2024-10-01 11:31:48.569 | | ram | 512 | 2024-10-01 11:31:48.569 | | rxtx_factor | 1.0 | 2024-10-01 11:31:48.569 | | swap | | 2024-10-01 11:31:48.569 | | vcpus | 1 | 2024-10-01 11:31:48.569 | +----------------------------+-----------------------+ 2024-10-01 11:31:48.569 | + lib/nova:create_flavors:1252 : openstack --os-region-name=RegionOne flavor create --id d2 --ram 1024 --disk 10 --vcpus 1 --property hw_rng:allowed=True ds1G 2024-10-01 11:31:48.569 | +----------------------------+-----------------------+ 2024-10-01 11:31:48.569 | | Field | Value | 2024-10-01 11:31:48.569 | +----------------------------+-----------------------+ 2024-10-01 11:31:48.569 | | OS-FLV-DISABLED:disabled | False | 2024-10-01 11:31:48.569 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-10-01 11:31:48.569 | | description | None | 2024-10-01 11:31:48.569 | | disk | 10 | 2024-10-01 11:31:48.569 | | id | d2 | 2024-10-01 11:31:48.569 | | name | ds1G | 2024-10-01 11:31:48.569 | | os-flavor-access:is_public | True | 2024-10-01 11:31:48.569 | | properties | hw_rng:allowed='True' | 2024-10-01 11:31:48.569 | | ram | 1024 | 2024-10-01 11:31:48.569 | | rxtx_factor | 1.0 | 2024-10-01 11:31:48.569 | | swap | | 2024-10-01 11:31:48.569 | | vcpus | 1 | 2024-10-01 11:31:48.569 | +----------------------------+-----------------------+ 2024-10-01 11:31:48.569 | + lib/nova:create_flavors:1253 : openstack --os-region-name=RegionOne flavor create --id d3 --ram 2048 --disk 10 --vcpus 2 --property hw_rng:allowed=True ds2G 2024-10-01 11:31:48.569 | +----------------------------+-----------------------+ 2024-10-01 11:31:48.569 | | Field | Value | 2024-10-01 11:31:48.569 | +----------------------------+-----------------------+ 2024-10-01 11:31:48.569 | | OS-FLV-DISABLED:disabled | False | 2024-10-01 11:31:48.570 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-10-01 11:31:48.570 | | description | None | 2024-10-01 11:31:48.570 | | disk | 10 | 2024-10-01 11:31:48.570 | | id | d3 | 2024-10-01 11:31:48.570 | | name | ds2G | 2024-10-01 11:31:48.570 | | os-flavor-access:is_public | True | 2024-10-01 11:31:48.570 | | properties | hw_rng:allowed='True' | 2024-10-01 11:31:48.570 | | ram | 2048 | 2024-10-01 11:31:48.570 | | rxtx_factor | 1.0 | 2024-10-01 11:31:48.570 | | swap | | 2024-10-01 11:31:48.570 | | vcpus | 2 | 2024-10-01 11:31:48.570 | +----------------------------+-----------------------+ 2024-10-01 11:31:48.570 | + lib/nova:create_flavors:1254 : openstack --os-region-name=RegionOne flavor create --id d4 --ram 4096 --disk 20 --vcpus 4 --property hw_rng:allowed=True ds4G 2024-10-01 11:31:48.570 | +----------------------------+-----------------------+ 2024-10-01 11:31:48.570 | | Field | Value | 2024-10-01 11:31:48.570 | +----------------------------+-----------------------+ 2024-10-01 11:31:48.570 | | OS-FLV-DISABLED:disabled | False | 2024-10-01 11:31:48.570 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-10-01 11:31:48.570 | | description | None | 2024-10-01 11:31:48.570 | | disk | 20 | 2024-10-01 11:31:48.570 | | id | d4 | 2024-10-01 11:31:48.570 | | name | ds4G | 2024-10-01 11:31:48.570 | | os-flavor-access:is_public | True | 2024-10-01 11:31:48.570 | | properties | hw_rng:allowed='True' | 2024-10-01 11:31:48.570 | | ram | 4096 | 2024-10-01 11:31:48.570 | | rxtx_factor | 1.0 | 2024-10-01 11:31:48.570 | | swap | | 2024-10-01 11:31:48.570 | | vcpus | 4 | 2024-10-01 11:31:48.570 | +----------------------------+-----------------------+ 2024-10-01 11:31:48.570 | + lib/nova:create_flavors:1257 : openstack --os-region-name=RegionOne flavor list 2024-10-01 11:31:48.570 | + lib/nova:create_flavors:1257 : grep -q m1.tiny 2024-10-01 11:31:48.570 | + lib/nova:create_flavors:1258 : openstack --os-region-name=RegionOne flavor create --id 1 --ram 512 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.tiny 2024-10-01 11:31:48.570 | +----------------------------+-----------------------+ 2024-10-01 11:31:48.570 | | Field | Value | 2024-10-01 11:31:48.570 | +----------------------------+-----------------------+ 2024-10-01 11:31:48.570 | | OS-FLV-DISABLED:disabled | False | 2024-10-01 11:31:48.570 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-10-01 11:31:48.570 | | description | None | 2024-10-01 11:31:48.570 | | disk | 1 | 2024-10-01 11:31:48.570 | | id | 1 | 2024-10-01 11:31:48.570 | | name | m1.tiny | 2024-10-01 11:31:48.570 | | os-flavor-access:is_public | True | 2024-10-01 11:31:48.570 | | properties | hw_rng:allowed='True' | 2024-10-01 11:31:48.570 | | ram | 512 | 2024-10-01 11:31:48.570 | | rxtx_factor | 1.0 | 2024-10-01 11:31:48.570 | | swap | | 2024-10-01 11:31:48.570 | | vcpus | 1 | 2024-10-01 11:31:48.570 | +----------------------------+-----------------------+ 2024-10-01 11:31:48.570 | + lib/nova:create_flavors:1259 : openstack --os-region-name=RegionOne flavor create --id 2 --ram 2048 --disk 20 --vcpus 1 --property hw_rng:allowed=True m1.small 2024-10-01 11:31:48.570 | +----------------------------+-----------------------+ 2024-10-01 11:31:48.570 | | Field | Value | 2024-10-01 11:31:48.570 | +----------------------------+-----------------------+ 2024-10-01 11:31:48.570 | | OS-FLV-DISABLED:disabled | False | 2024-10-01 11:31:48.570 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-10-01 11:31:48.570 | | description | None | 2024-10-01 11:31:48.570 | | disk | 20 | 2024-10-01 11:31:48.570 | | id | 2 | 2024-10-01 11:31:48.570 | | name | m1.small | 2024-10-01 11:31:48.570 | | os-flavor-access:is_public | True | 2024-10-01 11:31:48.570 | | properties | hw_rng:allowed='True' | 2024-10-01 11:31:48.570 | | ram | 2048 | 2024-10-01 11:31:48.570 | | rxtx_factor | 1.0 | 2024-10-01 11:31:48.570 | | swap | | 2024-10-01 11:31:48.571 | | vcpus | 1 | 2024-10-01 11:31:48.571 | +----------------------------+-----------------------+ 2024-10-01 11:31:48.571 | + lib/nova:create_flavors:1260 : openstack --os-region-name=RegionOne flavor create --id 3 --ram 4096 --disk 40 --vcpus 2 --property hw_rng:allowed=True m1.medium 2024-10-01 11:31:48.571 | +----------------------------+-----------------------+ 2024-10-01 11:31:48.571 | | Field | Value | 2024-10-01 11:31:48.571 | +----------------------------+-----------------------+ 2024-10-01 11:31:48.571 | | OS-FLV-DISABLED:disabled | False | 2024-10-01 11:31:48.571 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-10-01 11:31:48.571 | | description | None | 2024-10-01 11:31:48.571 | | disk | 40 | 2024-10-01 11:31:48.571 | | id | 3 | 2024-10-01 11:31:48.571 | | name | m1.medium | 2024-10-01 11:31:48.571 | | os-flavor-access:is_public | True | 2024-10-01 11:31:48.571 | | properties | hw_rng:allowed='True' | 2024-10-01 11:31:48.571 | | ram | 4096 | 2024-10-01 11:31:48.571 | | rxtx_factor | 1.0 | 2024-10-01 11:31:48.571 | | swap | | 2024-10-01 11:31:48.571 | | vcpus | 2 | 2024-10-01 11:31:48.571 | +----------------------------+-----------------------+ 2024-10-01 11:31:48.571 | + lib/nova:create_flavors:1261 : openstack --os-region-name=RegionOne flavor create --id 4 --ram 8192 --disk 80 --vcpus 4 --property hw_rng:allowed=True m1.large 2024-10-01 11:31:48.571 | +----------------------------+-----------------------+ 2024-10-01 11:31:48.571 | | Field | Value | 2024-10-01 11:31:48.571 | +----------------------------+-----------------------+ 2024-10-01 11:31:48.571 | | OS-FLV-DISABLED:disabled | False | 2024-10-01 11:31:48.571 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-10-01 11:31:48.571 | | description | None | 2024-10-01 11:31:48.571 | | disk | 80 | 2024-10-01 11:31:48.571 | | id | 4 | 2024-10-01 11:31:48.571 | | name | m1.large | 2024-10-01 11:31:48.571 | | os-flavor-access:is_public | True | 2024-10-01 11:31:48.571 | | properties | hw_rng:allowed='True' | 2024-10-01 11:31:48.571 | | ram | 8192 | 2024-10-01 11:31:48.571 | | rxtx_factor | 1.0 | 2024-10-01 11:31:48.571 | | swap | | 2024-10-01 11:31:48.571 | | vcpus | 4 | 2024-10-01 11:31:48.571 | +----------------------------+-----------------------+ 2024-10-01 11:31:48.571 | + lib/nova:create_flavors:1262 : openstack --os-region-name=RegionOne flavor create --id 5 --ram 16384 --disk 160 --vcpus 8 --property hw_rng:allowed=True m1.xlarge 2024-10-01 11:31:48.571 | +----------------------------+-----------------------+ 2024-10-01 11:31:48.571 | | Field | Value | 2024-10-01 11:31:48.572 | +----------------------------+-----------------------+ 2024-10-01 11:31:48.572 | | OS-FLV-DISABLED:disabled | False | 2024-10-01 11:31:48.572 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-10-01 11:31:48.572 | | description | None | 2024-10-01 11:31:48.572 | | disk | 160 | 2024-10-01 11:31:48.572 | | id | 5 | 2024-10-01 11:31:48.572 | | name | m1.xlarge | 2024-10-01 11:31:48.572 | | os-flavor-access:is_public | True | 2024-10-01 11:31:48.572 | | properties | hw_rng:allowed='True' | 2024-10-01 11:31:48.572 | | ram | 16384 | 2024-10-01 11:31:48.572 | | rxtx_factor | 1.0 | 2024-10-01 11:31:48.572 | | swap | | 2024-10-01 11:31:48.572 | | vcpus | 8 | 2024-10-01 11:31:48.572 | +----------------------------+-----------------------+ 2024-10-01 11:31:48.603 | [3480 Async create_flavors:53199]: finished create_flavors with result 0 in 15 seconds 2024-10-01 11:31:48.606 | + inc/async:async_wait:197 : return 0 2024-10-01 11:31:48.608 | + stack.sh:main:1369 : is_service_enabled horizon 2024-10-01 11:31:48.621 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:31:48.623 | + stack.sh:main:1383 : is_service_enabled nova 2024-10-01 11:31:48.636 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:31:48.638 | + stack.sh:main:1383 : is_service_enabled keystone 2024-10-01 11:31:48.653 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:31:48.655 | + stack.sh:main:1384 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2024-10-01 11:31:48.657 | + stack.sh:main:1386 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-10-01 11:31:48.658 | + stack.sh:main:1390 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2024-10-01 11:31:48.661 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2024-10-01 11:31:48.663 | ++ opt/stack/devstack/tools/create_userrc.sh:main:80 : getopt -o hPAp:u:r:C: -l os-username:,os-password:,os-tenant-id:,os-tenant-name:,os-project-name:,os-project-id:,os-project-domain-id:,os-project-domain-name:,os-user-domain-id:,os-user-domain-name:,os-auth-url:,target-dir:,heat-url:,skip-project:,os-cacert:,help,debug -- -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2024-10-01 11:31:48.666 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2024-10-01 11:31:48.667 | + opt/stack/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/opt/stack/devstack/accrc'\''' --os-password ''\''nomoresecret'\''' -- 2024-10-01 11:31:48.668 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2024-10-01 11:31:48.669 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2024-10-01 11:31:48.670 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2024-10-01 11:31:48.671 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2024-10-01 11:31:48.672 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2024-10-01 11:31:48.673 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2024-10-01 11:31:48.674 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2024-10-01 11:31:48.675 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2024-10-01 11:31:48.676 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2024-10-01 11:31:48.677 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-10-01 11:31:48.678 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2024-10-01 11:31:48.679 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-10-01 11:31:48.680 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2024-10-01 11:31:48.681 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-10-01 11:31:48.682 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2024-10-01 11:31:48.683 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-10-01 11:31:48.684 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2024-10-01 11:31:48.685 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-10-01 11:31:48.686 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2024-10-01 11:31:48.687 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2024-10-01 11:31:48.688 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-10-01 11:31:48.689 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2024-10-01 11:31:48.691 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-10-01 11:31:48.692 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2024-10-01 11:31:48.693 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2024-10-01 11:31:48.694 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2024-10-01 11:31:48.695 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-10-01 11:31:48.696 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2024-10-01 11:31:48.697 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-10-01 11:31:48.698 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2024-10-01 11:31:48.699 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2024-10-01 11:31:48.700 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2024-10-01 11:31:48.701 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2024-10-01 11:31:48.702 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2024-10-01 11:31:48.703 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2024-10-01 11:31:48.704 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2024-10-01 11:31:48.705 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2024-10-01 11:31:48.706 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2024-10-01 11:31:48.707 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2024-10-01 11:31:48.708 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2024-10-01 11:31:48.709 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2024-10-01 11:31:48.711 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2024-10-01 11:31:48.712 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2024-10-01 11:31:48.713 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2024-10-01 11:31:48.714 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2024-10-01 11:31:48.715 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2024-10-01 11:31:48.716 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2024-10-01 11:31:48.717 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2024-10-01 11:31:48.718 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2024-10-01 11:31:48.719 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2024-10-01 11:31:48.721 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2024-10-01 11:31:48.722 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2024-10-01 11:31:48.722 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2024-10-01 11:31:48.722 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2024-10-01 11:31:48.722 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2024-10-01 11:31:48.723 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2024-10-01 11:31:49.628 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2024-10-01 11:31:49.629 | Unable to establish connection to http://localhost:5000/v3/auth/tokens: HTTPConnectionPool(host='localhost', port=5000): Max retries exceeded with url: /v3/auth/tokens (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2024-10-01 11:31:49.735 | + stack.sh:main:1395 : save_stackenv 2024-10-01 11:31:49.737 | + functions-common:save_stackenv:60 : local tag= 2024-10-01 11:31:49.740 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-10-01 11:31:49.743 | + functions-common:save_stackenv:62 : time_stamp=2024-10-01-113149 2024-10-01 11:31:49.745 | + functions-common:save_stackenv:63 : echo '# 2024-10-01-113149 ' 2024-10-01 11:31:49.748 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:31:49.750 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-10-01 11:31:49.752 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:31:49.754 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-10-01 11:31:49.756 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:31:49.758 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-10-01 11:31:49.759 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:31:49.761 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovs-vswitchd,ovsdb-server,q-svc,rabbit,tempest,mysql,etcd3,q-agt,q-dhcp,q-l3,q-meta 2024-10-01 11:31:49.763 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:31:49.765 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-10-01 11:31:49.767 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:31:49.769 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-10-01 11:31:49.771 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:31:49.773 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-10-01-112428 2024-10-01 11:31:49.775 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:31:49.777 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-10-01 11:31:49.779 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:31:49.781 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-10-01 11:31:49.783 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:31:49.785 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-10-01 11:31:49.787 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:31:49.789 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-10-01 11:31:49.791 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:31:49.792 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-10-01 11:31:49.794 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:31:49.796 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-10-01 11:31:49.798 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:31:49.800 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-10-01 11:31:49.802 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-10-01 11:31:49.804 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-10-01 11:31:49.806 | + stack.sh:main:1406 : merge_config_group /opt/stack/devstack/local.conf extra 2024-10-01 11:31:49.808 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-10-01 11:31:49.810 | + inc/meta-config:merge_config_group:171 : shift 2024-10-01 11:31:49.812 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2024-10-01 11:31:49.814 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-01 11:31:49.816 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-10-01 11:31:49.818 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-10-01 11:31:49.820 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2024-10-01 11:31:49.822 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-10-01 11:31:49.825 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2024-10-01 11:31:49.827 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-01 11:31:49.829 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2024-10-01 11:31:49.829 | /^\[\[.+\|.*\]\]/ { 2024-10-01 11:31:49.829 | gsub("[][]", "", $1); 2024-10-01 11:31:49.829 | split($1, a, "|"); 2024-10-01 11:31:49.829 | if (a[1] == matchgroup) 2024-10-01 11:31:49.829 | print a[2] 2024-10-01 11:31:49.829 | } 2024-10-01 11:31:49.829 | ' /opt/stack/devstack/local.conf 2024-10-01 11:31:49.834 | + stack.sh:main:1413 : run_phase stack extra 2024-10-01 11:31:49.836 | + functions-common:run_phase:1863 : local mode=stack 2024-10-01 11:31:49.838 | + functions-common:run_phase:1864 : local phase=extra 2024-10-01 11:31:49.840 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-10-01 11:31:49.841 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-10-01 11:31:49.844 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-10-01 11:31:49.846 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-10-01 11:31:49.848 | + functions-common:run_phase:1873 : local extra 2024-10-01 11:31:49.850 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-10-01 11:31:49.854 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-10-01 11:31:49.856 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-10-01 11:31:49.858 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-10-01 11:31:49.860 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2024-10-01 11:31:49.862 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-10-01 11:31:49.875 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:31:49.877 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-10-01 11:31:49.879 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-10-01 11:31:49.881 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-10-01 11:31:49.883 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-10-01 11:31:49.885 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-10-01 11:31:49.887 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-10-01 11:31:49.889 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2024-10-01 11:31:49.891 | ++ extras.d/80-tempest.sh:source:15 : : 2024-10-01 11:31:49.893 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-10-01 11:31:49.895 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-10-01 11:31:49.897 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-10-01 11:31:49.899 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-10-01 11:31:49.901 | + functions-common:run_phase:1890 : run_plugins stack extra 2024-10-01 11:31:49.903 | + functions-common:run_plugins:1849 : local mode=stack 2024-10-01 11:31:49.905 | + functions-common:run_plugins:1850 : local phase=extra 2024-10-01 11:31:49.907 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-10-01 11:31:49.909 | + functions-common:run_plugins:1853 : local plugin 2024-10-01 11:31:49.911 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-10-01 11:31:49.913 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-10-01 11:31:49.915 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-10-01 11:31:49.917 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2024-10-01 11:31:49.919 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-10-01 11:31:49.921 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-10-01 11:31:49.923 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-10-01 11:31:49.925 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-10-01 11:31:49.927 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-10-01 11:31:49.929 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-10-01 11:31:49.931 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2024-10-01 11:31:49.933 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2024-10-01 11:31:49.935 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 11:31:49.937 | ++ stack.sh:echo_summary:455 : echo -e Initializing Networking-NSX-T 2024-10-01 11:31:49.939 | + stack.sh:main:1421 : merge_config_group /opt/stack/devstack/local.conf post-extra 2024-10-01 11:31:49.941 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-10-01 11:31:49.943 | + inc/meta-config:merge_config_group:171 : shift 2024-10-01 11:31:49.945 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2024-10-01 11:31:49.947 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-01 11:31:49.949 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-10-01 11:31:49.951 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-10-01 11:31:49.953 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2024-10-01 11:31:49.956 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-10-01 11:31:49.958 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2024-10-01 11:31:49.960 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-01 11:31:49.962 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2024-10-01 11:31:49.962 | /^\[\[.+\|.*\]\]/ { 2024-10-01 11:31:49.962 | gsub("[][]", "", $1); 2024-10-01 11:31:49.962 | split($1, a, "|"); 2024-10-01 11:31:49.962 | if (a[1] == matchgroup) 2024-10-01 11:31:49.962 | print a[2] 2024-10-01 11:31:49.962 | } 2024-10-01 11:31:49.962 | ' /opt/stack/devstack/local.conf 2024-10-01 11:31:49.967 | + stack.sh:main:1430 : is_service_enabled n-cpu 2024-10-01 11:31:49.981 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:31:49.983 | + stack.sh:main:1435 : service_check 2024-10-01 11:31:49.985 | + functions-common:service_check:1728 : local service 2024-10-01 11:31:49.987 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:31:49.989 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@key.service 2024-10-01 11:31:49.998 | Failed to get unit file state for devstack@key.service: No such file or directory 2024-10-01 11:31:50.001 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:31:50.003 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api.service 2024-10-01 11:31:50.012 | enabled 2024-10-01 11:31:50.015 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api.service --no-pager 2024-10-01 11:31:50.043 | ● devstack@n-api.service - Devstack devstack@n-api.service 2024-10-01 11:31:50.043 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2024-10-01 11:31:50.043 | Active: active (running) since Tue 2024-10-01 11:30:52 UTC; 57s ago 2024-10-01 11:31:50.043 | Main PID: 46419 (uwsgi) 2024-10-01 11:31:50.043 | Status: "uWSGI is ready" 2024-10-01 11:31:50.043 | Tasks: 3 (limit: 19126) 2024-10-01 11:31:50.043 | Memory: 238.7M 2024-10-01 11:31:50.043 | CPU: 6.041s 2024-10-01 11:31:50.043 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2024-10-01 11:31:50.043 | ├─46419 "nova-apiuWSGI master" 2024-10-01 11:31:50.043 | ├─46422 "nova-apiuWSGI worker 1" 2024-10-01 11:31:50.043 | └─46423 "nova-apiuWSGI worker 2" 2024-10-01 11:31:50.043 | 2024-10-01 11:31:50.043 | Oct 01 11:31:47 devstack devstack@n-api.service[46423]: [pid: 46423|app: 0|req: 17/32] 10.180.1.21 () {64 vars in 1332 bytes} [Tue Oct 1 11:31:47 2024] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 15 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2024-10-01 11:31:50.043 | Oct 01 11:31:48 devstack devstack@n-api.service[46422]: DEBUG nova.api.openstack.wsgi [None req-9e27304f-070b-41f5-90eb-1fa4ccda5609 admin admin] Calling method '>' {{(pid=46422) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2024-10-01 11:31:50.043 | Oct 01 11:31:48 devstack devstack@n-api.service[46422]: INFO nova.api.openstack.requestlog [None req-9e27304f-070b-41f5-90eb-1fa4ccda5609 admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.000992 2024-10-01 11:31:50.043 | Oct 01 11:31:48 devstack devstack@n-api.service[46422]: [pid: 46422|app: 0|req: 16/33] 10.180.1.21 () {54 vars in 930 bytes} [Tue Oct 1 11:31:48 2024] GET /compute/v2.1 => generated 388 bytes in 1 msecs (HTTP/1.1 200) 9 headers in 357 bytes (1 switches on core 0) 2024-10-01 11:31:50.043 | Oct 01 11:31:48 devstack devstack@n-api.service[46423]: DEBUG nova.api.openstack.wsgi [None req-4a31d926-f49f-448a-8bba-6e4ae1f5f0ac admin admin] Action: 'create', calling method: >, body: {"flavor": {"ram": 16384, "rxtx_factor": 1.0, "os-flavor-access:is_public": true, "swap": 0, "OS-FLV-EXT-DATA:ephemeral": 0, "vcpus": 8, "disk": 160, "id": "5", "name": "m1.xlarge"}} {{(pid=46423) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-10-01 11:31:50.043 | Oct 01 11:31:48 devstack devstack@n-api.service[46423]: INFO nova.api.openstack.requestlog [None req-4a31d926-f49f-448a-8bba-6e4ae1f5f0ac admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.035423 2024-10-01 11:31:50.043 | Oct 01 11:31:48 devstack devstack@n-api.service[46423]: [pid: 46423|app: 0|req: 18/34] 10.180.1.21 () {64 vars in 1282 bytes} [Tue Oct 1 11:31:48 2024] POST /compute/v2.1/flavors => generated 408 bytes in 36 msecs (HTTP/1.1 200) 9 headers in 359 bytes (1 switches on core 0) 2024-10-01 11:31:50.043 | Oct 01 11:31:48 devstack devstack@n-api.service[46422]: DEBUG nova.api.openstack.wsgi [None req-d61675db-fc0b-4d9d-bf43-7a7ff412b102 admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=46422) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-10-01 11:31:50.043 | Oct 01 11:31:48 devstack devstack@n-api.service[46422]: INFO nova.api.openstack.requestlog [None req-d61675db-fc0b-4d9d-bf43-7a7ff412b102 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.020980 2024-10-01 11:31:50.043 | Oct 01 11:31:48 devstack devstack@n-api.service[46422]: [pid: 46422|app: 0|req: 17/35] 10.180.1.21 () {64 vars in 1332 bytes} [Tue Oct 1 11:31:48 2024] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 22 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2024-10-01 11:31:50.046 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:31:50.048 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-cond.service 2024-10-01 11:31:50.057 | enabled 2024-10-01 11:31:50.060 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-cond.service --no-pager 2024-10-01 11:31:50.072 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2024-10-01 11:31:50.072 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2024-10-01 11:31:50.072 | Active: active (running) since Tue 2024-10-01 11:31:30 UTC; 19s ago 2024-10-01 11:31:50.072 | Main PID: 52728 (nova-conductor) 2024-10-01 11:31:50.072 | Tasks: 3 (limit: 19126) 2024-10-01 11:31:50.072 | Memory: 148.1M 2024-10-01 11:31:50.072 | CPU: 2.080s 2024-10-01 11:31:50.072 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2024-10-01 11:31:50.072 | ├─52728 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-10-01 11:31:50.072 | ├─53147 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-10-01 11:31:50.072 | └─53148 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-10-01 11:31:50.072 | 2024-10-01 11:31:50.072 | Oct 01 11:31:32 devstack nova-conductor[52728]: DEBUG oslo_service.service [None req-28435c4b-7a9c-4982-9bfd-8985b850d590 None None] oslo_limit.split_loggers = False {{(pid=52728) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 11:31:50.072 | Oct 01 11:31:32 devstack nova-conductor[52728]: DEBUG oslo_service.service [None req-28435c4b-7a9c-4982-9bfd-8985b850d590 None None] oslo_limit.status_code_retries = None {{(pid=52728) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 11:31:50.072 | Oct 01 11:31:32 devstack nova-conductor[52728]: DEBUG oslo_service.service [None req-28435c4b-7a9c-4982-9bfd-8985b850d590 None None] oslo_limit.status_code_retry_delay = None {{(pid=52728) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 11:31:50.072 | Oct 01 11:31:32 devstack nova-conductor[52728]: DEBUG oslo_service.service [None req-28435c4b-7a9c-4982-9bfd-8985b850d590 None None] oslo_limit.timeout = None {{(pid=52728) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 11:31:50.072 | Oct 01 11:31:32 devstack nova-conductor[52728]: DEBUG oslo_service.service [None req-28435c4b-7a9c-4982-9bfd-8985b850d590 None None] oslo_limit.valid_interfaces = None {{(pid=52728) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 11:31:50.072 | Oct 01 11:31:32 devstack nova-conductor[52728]: DEBUG oslo_service.service [None req-28435c4b-7a9c-4982-9bfd-8985b850d590 None None] oslo_limit.version = None {{(pid=52728) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 11:31:50.072 | Oct 01 11:31:32 devstack nova-conductor[52728]: DEBUG oslo_service.service [None req-28435c4b-7a9c-4982-9bfd-8985b850d590 None None] oslo_reports.file_event_handler = None {{(pid=52728) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 11:31:50.072 | Oct 01 11:31:32 devstack nova-conductor[52728]: DEBUG oslo_service.service [None req-28435c4b-7a9c-4982-9bfd-8985b850d590 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=52728) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 11:31:50.072 | Oct 01 11:31:32 devstack nova-conductor[52728]: DEBUG oslo_service.service [None req-28435c4b-7a9c-4982-9bfd-8985b850d590 None None] oslo_reports.log_dir = None {{(pid=52728) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 11:31:50.072 | Oct 01 11:31:32 devstack nova-conductor[52728]: DEBUG oslo_service.service [None req-28435c4b-7a9c-4982-9bfd-8985b850d590 None None] ******************************************************************************** {{(pid=52728) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-10-01 11:31:50.075 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:31:50.077 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-sch.service 2024-10-01 11:31:50.086 | enabled 2024-10-01 11:31:50.088 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-sch.service --no-pager 2024-10-01 11:31:50.099 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2024-10-01 11:31:50.099 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2024-10-01 11:31:50.099 | Active: active (running) since Tue 2024-10-01 11:31:27 UTC; 22s ago 2024-10-01 11:31:50.099 | Main PID: 51169 (nova-scheduler) 2024-10-01 11:31:50.099 | Tasks: 3 (limit: 19126) 2024-10-01 11:31:50.099 | Memory: 147.5M 2024-10-01 11:31:50.099 | CPU: 2.114s 2024-10-01 11:31:50.099 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2024-10-01 11:31:50.099 | ├─51169 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-10-01 11:31:50.099 | ├─52498 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-10-01 11:31:50.100 | └─52501 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-10-01 11:31:50.100 | 2024-10-01 11:31:50.100 | Oct 01 11:31:29 devstack nova-scheduler[51169]: DEBUG oslo_service.service [None req-e3b28564-4d44-4262-8ea4-0b8e1269a80e None None] oslo_limit.split_loggers = False {{(pid=51169) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 11:31:50.100 | Oct 01 11:31:29 devstack nova-scheduler[51169]: DEBUG oslo_service.service [None req-e3b28564-4d44-4262-8ea4-0b8e1269a80e None None] oslo_limit.status_code_retries = None {{(pid=51169) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 11:31:50.100 | Oct 01 11:31:29 devstack nova-scheduler[51169]: DEBUG oslo_service.service [None req-e3b28564-4d44-4262-8ea4-0b8e1269a80e None None] oslo_limit.status_code_retry_delay = None {{(pid=51169) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 11:31:50.100 | Oct 01 11:31:29 devstack nova-scheduler[51169]: DEBUG oslo_service.service [None req-e3b28564-4d44-4262-8ea4-0b8e1269a80e None None] oslo_limit.timeout = None {{(pid=51169) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 11:31:50.100 | Oct 01 11:31:29 devstack nova-scheduler[51169]: DEBUG oslo_service.service [None req-e3b28564-4d44-4262-8ea4-0b8e1269a80e None None] oslo_limit.valid_interfaces = None {{(pid=51169) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 11:31:50.100 | Oct 01 11:31:29 devstack nova-scheduler[51169]: DEBUG oslo_service.service [None req-e3b28564-4d44-4262-8ea4-0b8e1269a80e None None] oslo_limit.version = None {{(pid=51169) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 11:31:50.100 | Oct 01 11:31:29 devstack nova-scheduler[51169]: DEBUG oslo_service.service [None req-e3b28564-4d44-4262-8ea4-0b8e1269a80e None None] oslo_reports.file_event_handler = None {{(pid=51169) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 11:31:50.100 | Oct 01 11:31:29 devstack nova-scheduler[51169]: DEBUG oslo_service.service [None req-e3b28564-4d44-4262-8ea4-0b8e1269a80e None None] oslo_reports.file_event_handler_interval = 1 {{(pid=51169) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 11:31:50.100 | Oct 01 11:31:29 devstack nova-scheduler[51169]: DEBUG oslo_service.service [None req-e3b28564-4d44-4262-8ea4-0b8e1269a80e None None] oslo_reports.log_dir = None {{(pid=51169) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 11:31:50.100 | Oct 01 11:31:29 devstack nova-scheduler[51169]: DEBUG oslo_service.service [None req-e3b28564-4d44-4262-8ea4-0b8e1269a80e None None] ******************************************************************************** {{(pid=51169) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-10-01 11:31:50.102 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:31:50.104 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api-meta.service 2024-10-01 11:31:50.113 | enabled 2024-10-01 11:31:50.116 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api-meta.service --no-pager 2024-10-01 11:31:50.127 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2024-10-01 11:31:50.127 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2024-10-01 11:31:50.127 | Active: active (running) since Tue 2024-10-01 11:31:29 UTC; 21s ago 2024-10-01 11:31:50.127 | Main PID: 52057 (uwsgi) 2024-10-01 11:31:50.127 | Status: "uWSGI is ready" 2024-10-01 11:31:50.127 | Tasks: 4 (limit: 19126) 2024-10-01 11:31:50.127 | Memory: 201.5M 2024-10-01 11:31:50.127 | CPU: 4.083s 2024-10-01 11:31:50.127 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2024-10-01 11:31:50.127 | ├─52057 "nova-api-metauWSGI master" 2024-10-01 11:31:50.127 | ├─52058 "nova-api-metauWSGI worker 1" 2024-10-01 11:31:50.127 | ├─52059 "nova-api-metauWSGI worker 2" 2024-10-01 11:31:50.127 | └─52060 "nova-api-metauWSGI http 1" 2024-10-01 11:31:50.127 | 2024-10-01 11:31:50.127 | Oct 01 11:31:30 devstack devstack@n-api-meta.service[52059]: DEBUG oslo_concurrency.lockutils [None req-92e68924-edff-49d9-838f-6a9590be9f89 None None] Lock "4c3f57d2-b1c3-4c9d-a7eb-5ca5bd33da2b" acquired by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: waited 0.000s {{(pid=52059) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-10-01 11:31:50.127 | Oct 01 11:31:30 devstack devstack@n-api-meta.service[52059]: DEBUG oslo_concurrency.lockutils [None req-92e68924-edff-49d9-838f-6a9590be9f89 None None] Lock "4c3f57d2-b1c3-4c9d-a7eb-5ca5bd33da2b" "released" by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: held 0.001s {{(pid=52059) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-10-01 11:31:50.127 | Oct 01 11:31:30 devstack devstack@n-api-meta.service[52059]: DEBUG oslo_db.sqlalchemy.engines [None req-92e68924-edff-49d9-838f-6a9590be9f89 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=52059) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-10-01 11:31:50.127 | Oct 01 11:31:30 devstack devstack@n-api-meta.service[52059]: DEBUG oslo_db.sqlalchemy.engines [None req-92e68924-edff-49d9-838f-6a9590be9f89 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=52059) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-10-01 11:31:50.127 | Oct 01 11:31:31 devstack devstack@n-api-meta.service[52058]: DEBUG oslo_db.sqlalchemy.engines [None req-401e25e2-010e-4e28-97c9-162b9d41fdec 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=52058) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-10-01 11:31:50.127 | Oct 01 11:31:31 devstack devstack@n-api-meta.service[52059]: DEBUG oslo_db.sqlalchemy.engines [None req-92e68924-edff-49d9-838f-6a9590be9f89 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=52059) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-10-01 11:31:50.127 | Oct 01 11:31:31 devstack devstack@n-api-meta.service[52058]: WARNING nova.api.metadata.handler [None req-401e25e2-010e-4e28-97c9-162b9d41fdec None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-10-01 11:31:50.127 | Oct 01 11:31:31 devstack devstack@n-api-meta.service[52058]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5ca4e01dff10 pid: 52058 (default app) 2024-10-01 11:31:50.127 | Oct 01 11:31:31 devstack devstack@n-api-meta.service[52059]: WARNING nova.api.metadata.handler [None req-92e68924-edff-49d9-838f-6a9590be9f89 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-10-01 11:31:50.127 | Oct 01 11:31:31 devstack devstack@n-api-meta.service[52059]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x5ca4e01dff10 pid: 52059 (default app) 2024-10-01 11:31:50.130 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:31:50.132 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-api.service 2024-10-01 11:31:50.141 | enabled 2024-10-01 11:31:50.144 | + functions-common:service_check:1735 : sudo systemctl status devstack@placement-api.service --no-pager 2024-10-01 11:31:50.155 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2024-10-01 11:31:50.155 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2024-10-01 11:31:50.155 | Active: active (running) since Tue 2024-10-01 11:31:00 UTC; 49s ago 2024-10-01 11:31:50.155 | Main PID: 47834 (uwsgi) 2024-10-01 11:31:50.155 | Status: "uWSGI is ready" 2024-10-01 11:31:50.155 | Tasks: 3 (limit: 19126) 2024-10-01 11:31:50.155 | Memory: 146.9M 2024-10-01 11:31:50.155 | CPU: 2.565s 2024-10-01 11:31:50.155 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2024-10-01 11:31:50.155 | ├─47834 "placementuWSGI master" 2024-10-01 11:31:50.155 | ├─47835 "placementuWSGI worker 1" 2024-10-01 11:31:50.155 | └─47836 "placementuWSGI worker 2" 2024-10-01 11:31:50.155 | 2024-10-01 11:31:50.155 | Oct 01 11:31:02 devstack devstack@placement-api.service[47836]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "resource_classes_sync" {{(pid=47836) lock /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:333}} 2024-10-01 11:31:50.155 | Oct 01 11:31:02 devstack devstack@placement-api.service[47836]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x595dc6459990 pid: 47836 (default app) 2024-10-01 11:31:50.155 | Oct 01 11:31:02 devstack devstack@placement-api.service[47835]: INFO placement.requestlog [None req-efc27153-1a42-450a-b5a5-7efccdaa0fe0 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-10-01 11:31:50.155 | Oct 01 11:31:02 devstack devstack@placement-api.service[47835]: [pid: 47835|app: 0|req: 1/1] 10.180.1.21 () {50 vars in 776 bytes} [Tue Oct 1 11:31:02 2024] GET /placement => generated 136 bytes in 7 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-10-01 11:31:50.155 | Oct 01 11:31:29 devstack devstack@placement-api.service[47836]: DEBUG placement.requestlog [None req-9c298209-bb7f-482a-bc45-1d09e75b5698 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=47836) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-10-01 11:31:50.155 | Oct 01 11:31:29 devstack devstack@placement-api.service[47836]: INFO placement.requestlog [None req-9c298209-bb7f-482a-bc45-1d09e75b5698 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-10-01 11:31:50.155 | Oct 01 11:31:29 devstack devstack@placement-api.service[47836]: [pid: 47836|app: 0|req: 1/2] 10.180.1.21 () {54 vars in 917 bytes} [Tue Oct 1 11:31:29 2024] GET /placement => generated 136 bytes in 8 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-10-01 11:31:50.155 | Oct 01 11:31:31 devstack devstack@placement-api.service[47835]: DEBUG placement.requestlog [None req-73026862-5155-4369-b4fd-6a022342cd41 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=47835) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-10-01 11:31:50.155 | Oct 01 11:31:31 devstack devstack@placement-api.service[47835]: INFO placement.requestlog [None req-73026862-5155-4369-b4fd-6a022342cd41 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-10-01 11:31:50.155 | Oct 01 11:31:31 devstack devstack@placement-api.service[47835]: [pid: 47835|app: 0|req: 2/3] 10.180.1.21 () {54 vars in 917 bytes} [Tue Oct 1 11:31:31 2024] GET /placement => generated 136 bytes in 1 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-10-01 11:31:50.158 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:31:50.160 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-client.service 2024-10-01 11:31:50.168 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2024-10-01 11:31:50.171 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:31:50.173 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@g-api.service 2024-10-01 11:31:50.182 | enabled 2024-10-01 11:31:50.185 | + functions-common:service_check:1735 : sudo systemctl status devstack@g-api.service --no-pager 2024-10-01 11:31:50.196 | ● devstack@g-api.service - Devstack devstack@g-api.service 2024-10-01 11:31:50.196 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2024-10-01 11:31:50.196 | Active: active (running) since Tue 2024-10-01 11:31:41 UTC; 8s ago 2024-10-01 11:31:50.196 | Main PID: 55442 (uwsgi) 2024-10-01 11:31:50.196 | Status: "uWSGI is ready" 2024-10-01 11:31:50.196 | Tasks: 7 (limit: 19126) 2024-10-01 11:31:50.196 | Memory: 237.4M 2024-10-01 11:31:50.196 | CPU: 4.609s 2024-10-01 11:31:50.196 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2024-10-01 11:31:50.196 | ├─55442 "glance-apiuWSGI master" 2024-10-01 11:31:50.196 | ├─55443 "glance-apiuWSGI worker 1" 2024-10-01 11:31:50.196 | └─55444 "glance-apiuWSGI worker 2" 2024-10-01 11:31:50.196 | 2024-10-01 11:31:50.196 | Oct 01 11:31:45 devstack devstack@g-api.service[55444]: DEBUG glance.api.middleware.version_negotiation [None req-22b231a0-19d1-4c02-886c-5fc2350cc126 None None] Using url versioning {{(pid=55444) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} 2024-10-01 11:31:50.196 | Oct 01 11:31:45 devstack devstack@g-api.service[55444]: DEBUG glance.api.middleware.version_negotiation [None req-22b231a0-19d1-4c02-886c-5fc2350cc126 None None] Matched version: v2 {{(pid=55444) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} 2024-10-01 11:31:50.196 | Oct 01 11:31:45 devstack devstack@g-api.service[55444]: DEBUG glance.api.middleware.version_negotiation [None req-22b231a0-19d1-4c02-886c-5fc2350cc126 None None] new path /v2/images/382934f7-0df0-4079-91d3-c4878a6d695d/file {{(pid=55444) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} 2024-10-01 11:31:50.196 | Oct 01 11:31:46 devstack devstack@g-api.service[55444]: DEBUG oslo_db.sqlalchemy.engines [None req-41c67257-fbab-4280-bc83-3e2d7ea97053 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=55444) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-10-01 11:31:50.196 | Oct 01 11:31:46 devstack devstack@g-api.service[55444]: INFO glance.api.v2.image_data [None req-41c67257-fbab-4280-bc83-3e2d7ea97053 admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2024-10-01 11:31:50.196 | Oct 01 11:31:46 devstack devstack@g-api.service[55444]: DEBUG glance.location [None req-41c67257-fbab-4280-bc83-3e2d7ea97053 admin admin] Enabling in-flight format inspection for vmdk {{(pid=55444) set_data /opt/stack/glance/glance/location.py:592}} 2024-10-01 11:31:50.196 | Oct 01 11:31:46 devstack devstack@g-api.service[55444]: DEBUG glance_store._drivers.filesystem [None req-41c67257-fbab-4280-bc83-3e2d7ea97053 admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/382934f7-0df0-4079-91d3-c4878a6d695d with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=55444) add /usr/local/lib/python3.10/dist-packages/glance_store/_drivers/filesystem.py:773}} 2024-10-01 11:31:50.196 | Oct 01 11:31:46 devstack devstack@g-api.service[55444]: INFO glance.location [None req-41c67257-fbab-4280-bc83-3e2d7ea97053 admin admin] Image format matched and virtual size computed: 117440512 2024-10-01 11:31:50.196 | Oct 01 11:31:46 devstack devstack@g-api.service[55444]: DEBUG glance_store.backend [None req-41c67257-fbab-4280-bc83-3e2d7ea97053 admin admin] Skipping store.set_acls... not implemented. {{(pid=55444) set_acls /usr/local/lib/python3.10/dist-packages/glance_store/backend.py:508}} 2024-10-01 11:31:50.196 | Oct 01 11:31:46 devstack devstack@g-api.service[55444]: [pid: 55444|app: 0|req: 3/4] 127.0.0.1 () {40 vars in 860 bytes} [Tue Oct 1 11:31:45 2024] PUT /v2/images/382934f7-0df0-4079-91d3-c4878a6d695d/file => generated 0 bytes in 809 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2024-10-01 11:31:50.199 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:31:50.201 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-sch.service 2024-10-01 11:31:50.210 | enabled 2024-10-01 11:31:50.213 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-sch.service --no-pager 2024-10-01 11:31:50.224 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2024-10-01 11:31:50.224 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2024-10-01 11:31:50.224 | Active: active (running) since Tue 2024-10-01 11:31:37 UTC; 13s ago 2024-10-01 11:31:50.224 | Main PID: 54290 (cinder-schedule) 2024-10-01 11:31:50.224 | Tasks: 1 (limit: 19126) 2024-10-01 11:31:50.224 | Memory: 102.0M 2024-10-01 11:31:50.224 | CPU: 1.796s 2024-10-01 11:31:50.224 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2024-10-01 11:31:50.224 | └─54290 /usr/bin/python3.10 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2024-10-01 11:31:50.224 | 2024-10-01 11:31:50.224 | Oct 01 11:31:38 devstack cinder-scheduler[54290]: DEBUG oslo_service.service [None req-ab154d51-f68c-4a34-8f9e-c9abc33ca7fa None None] nova.token_auth_url = None {{(pid=54290) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 11:31:50.224 | Oct 01 11:31:38 devstack cinder-scheduler[54290]: DEBUG oslo_service.service [None req-ab154d51-f68c-4a34-8f9e-c9abc33ca7fa None None] ******************************************************************************** {{(pid=54290) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-10-01 11:31:50.224 | Oct 01 11:31:38 devstack cinder-scheduler[54290]: INFO cinder.service [-] Starting cinder-scheduler node (version 0.0.1) 2024-10-01 11:31:50.224 | Oct 01 11:31:38 devstack cinder-scheduler[54290]: INFO cinder.manager [None req-6892ba48-5e2e-472d-984a-d9190aaa8d9f None None] Initiating service 1 cleanup 2024-10-01 11:31:50.224 | Oct 01 11:31:38 devstack cinder-scheduler[54290]: INFO cinder.manager [None req-6892ba48-5e2e-472d-984a-d9190aaa8d9f None None] Service 1 cleanup completed. 2024-10-01 11:31:50.224 | Oct 01 11:31:38 devstack cinder-scheduler[54290]: DEBUG cinder.service [None req-6892ba48-5e2e-472d-984a-d9190aaa8d9f None None] Creating RPC server for service cinder-scheduler {{(pid=54290) start /opt/stack/cinder/cinder/service.py:239}} 2024-10-01 11:31:50.224 | Oct 01 11:31:38 devstack cinder-scheduler[54290]: DEBUG cinder.service [None req-6892ba48-5e2e-472d-984a-d9190aaa8d9f None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=54290) start /opt/stack/cinder/cinder/service.py:245}} 2024-10-01 11:31:50.224 | Oct 01 11:31:42 devstack cinder-scheduler[54290]: DEBUG cinder.scheduler.host_manager [None req-f128cdd2-5af4-4d1d-8aeb-30eff386f37c 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=54290) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2024-10-01 11:31:50.224 | Oct 01 11:31:42 devstack cinder-scheduler[54290]: DEBUG cinder.scheduler.host_manager [None req-f128cdd2-5af4-4d1d-8aeb-30eff386f37c None None] Updating capabilities for devstack@vsphere#vsphere: {'volume_backend_name': 'vsphere', 'vendor_name': 'VMware', 'driver_version': '3.4.4', 'storage_protocol': 'vmdk', 'reserved_percentage': 0, 'total_capacity_gb': 'unknown', 'free_capacity_gb': 'unknown', 'shared_targets': False, 'allocated_capacity_gb': 0, 'filter_function': None, 'goodness_function': None, 'timestamp': datetime.datetime(2024, 10, 1, 11, 31, 42, 496696)} {{(pid=54290) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2024-10-01 11:31:50.224 | Oct 01 11:31:42 devstack cinder-scheduler[54290]: DEBUG cinder.utils [None req-f128cdd2-5af4-4d1d-8aeb-30eff386f37c None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=54290) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2024-10-01 11:31:50.227 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:31:50.229 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-api.service 2024-10-01 11:31:50.238 | enabled 2024-10-01 11:31:50.240 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-api.service --no-pager 2024-10-01 11:31:50.251 | ● devstack@c-api.service - Devstack devstack@c-api.service 2024-10-01 11:31:50.251 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2024-10-01 11:31:50.251 | Active: active (running) since Tue 2024-10-01 11:31:34 UTC; 16s ago 2024-10-01 11:31:50.251 | Main PID: 53787 (uwsgi) 2024-10-01 11:31:50.251 | Status: "uWSGI is ready" 2024-10-01 11:31:50.251 | Tasks: 5 (limit: 19126) 2024-10-01 11:31:50.251 | Memory: 229.7M 2024-10-01 11:31:50.251 | CPU: 4.840s 2024-10-01 11:31:50.251 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2024-10-01 11:31:50.251 | ├─53787 "cinder-apiuWSGI master" 2024-10-01 11:31:50.251 | ├─53788 "cinder-apiuWSGI worker 1" 2024-10-01 11:31:50.251 | └─53789 "cinder-apiuWSGI worker 2" 2024-10-01 11:31:50.251 | 2024-10-01 11:31:50.251 | Oct 01 11:31:39 devstack devstack@c-api.service[53788]: INFO cinder.api.openstack.wsgi [None req-ee5b6ff4-a3a3-4870-9c5b-cf1c575cb854 admin admin] http://10.180.1.21/volume/v3/229232f4c0da4ebfb5b319963105e1f4/types returned with HTTP 200 2024-10-01 11:31:50.251 | Oct 01 11:31:39 devstack devstack@c-api.service[53788]: [pid: 53788|app: 0|req: 1/2] 10.180.1.21 () {60 vars in 1236 bytes} [Tue Oct 1 11:31:39 2024] POST /volume/v3/229232f4c0da4ebfb5b319963105e1f4/types => generated 182 bytes in 398 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2024-10-01 11:31:50.251 | Oct 01 11:31:39 devstack devstack@c-api.service[53789]: DEBUG cinder.api.middleware.request_id [req-ee5b6ff4-a3a3-4870-9c5b-cf1c575cb854 req-4ae1bbe3-f2fc-4795-bcce-ba2be1af913c None None] RequestId filter calling following filter/app {{(pid=53789) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2024-10-01 11:31:50.251 | Oct 01 11:31:40 devstack devstack@c-api.service[53789]: INFO cinder.api.openstack.wsgi [req-ee5b6ff4-a3a3-4870-9c5b-cf1c575cb854 req-4ae1bbe3-f2fc-4795-bcce-ba2be1af913c admin admin] POST http://10.180.1.21/volume/v3/229232f4c0da4ebfb5b319963105e1f4/types/eead0f68-b594-4832-bb51-139914bba5b8/extra_specs 2024-10-01 11:31:50.251 | Oct 01 11:31:40 devstack devstack@c-api.service[53789]: DEBUG cinder.api.openstack.wsgi [req-ee5b6ff4-a3a3-4870-9c5b-cf1c575cb854 req-4ae1bbe3-f2fc-4795-bcce-ba2be1af913c admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=53789) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2024-10-01 11:31:50.251 | Oct 01 11:31:40 devstack devstack@c-api.service[53789]: /usr/local/lib/python3.10/dist-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values. 2024-10-01 11:31:50.251 | Oct 01 11:31:40 devstack devstack@c-api.service[53789]: warnings.warn('Policy enforcement is depending on the value of ' 2024-10-01 11:31:50.251 | Oct 01 11:31:40 devstack devstack@c-api.service[53789]: DEBUG oslo_db.sqlalchemy.engines [req-ee5b6ff4-a3a3-4870-9c5b-cf1c575cb854 req-4ae1bbe3-f2fc-4795-bcce-ba2be1af913c 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=53789) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-10-01 11:31:50.251 | Oct 01 11:31:40 devstack devstack@c-api.service[53789]: INFO cinder.api.openstack.wsgi [req-ee5b6ff4-a3a3-4870-9c5b-cf1c575cb854 req-4ae1bbe3-f2fc-4795-bcce-ba2be1af913c admin admin] http://10.180.1.21/volume/v3/229232f4c0da4ebfb5b319963105e1f4/types/eead0f68-b594-4832-bb51-139914bba5b8/extra_specs returned with HTTP 200 2024-10-01 11:31:50.251 | Oct 01 11:31:40 devstack devstack@c-api.service[53789]: [pid: 53789|app: 0|req: 2/3] 10.180.1.21 () {62 vars in 1454 bytes} [Tue Oct 1 11:31:39 2024] POST /volume/v3/229232f4c0da4ebfb5b319963105e1f4/types/eead0f68-b594-4832-bb51-139914bba5b8/extra_specs => generated 51 bytes in 325 msecs (HTTP/1.1 200) 7 headers in 284 bytes (2 switches on core 0) 2024-10-01 11:31:50.254 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:31:50.256 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-vol.service 2024-10-01 11:31:50.265 | enabled 2024-10-01 11:31:50.268 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-vol.service --no-pager 2024-10-01 11:31:50.278 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2024-10-01 11:31:50.279 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2024-10-01 11:31:50.279 | Active: active (running) since Tue 2024-10-01 11:31:38 UTC; 11s ago 2024-10-01 11:31:50.279 | Main PID: 54801 (cinder-volume) 2024-10-01 11:31:50.279 | Tasks: 3 (limit: 19126) 2024-10-01 11:31:50.279 | Memory: 251.3M 2024-10-01 11:31:50.279 | CPU: 4.297s 2024-10-01 11:31:50.279 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2024-10-01 11:31:50.279 | ├─54801 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-10-01 11:31:50.279 | └─54901 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-10-01 11:31:50.279 | 2024-10-01 11:31:50.279 | Oct 01 11:31:42 devstack cinder-volume[54901]: DEBUG cinder.image.image_utils [None req-f128cdd2-5af4-4d1d-8aeb-30eff386f37c None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=54901) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1239}} 2024-10-01 11:31:50.279 | Oct 01 11:31:42 devstack cinder-volume[54901]: INFO cinder.keymgr.migration [None req-d7f0cbfb-b557-4e39-b7d1-3a2941160a2a None None] Not migrating encryption keys because the ConfKeyManager is still in use. 2024-10-01 11:31:50.279 | Oct 01 11:31:42 devstack cinder-volume[54901]: DEBUG cinder.manager [None req-f128cdd2-5af4-4d1d-8aeb-30eff386f37c None None] Notifying Schedulers of capabilities ... {{(pid=54901) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} 2024-10-01 11:31:50.279 | Oct 01 11:31:42 devstack cinder-volume[54901]: INFO cinder.volume.manager [None req-f128cdd2-5af4-4d1d-8aeb-30eff386f37c None None] Driver initialization completed successfully. 2024-10-01 11:31:50.279 | Oct 01 11:31:42 devstack cinder-volume[54901]: INFO cinder.manager [None req-f128cdd2-5af4-4d1d-8aeb-30eff386f37c None None] Initiating service 2 cleanup 2024-10-01 11:31:50.279 | Oct 01 11:31:42 devstack cinder-volume[54901]: INFO cinder.manager [None req-f128cdd2-5af4-4d1d-8aeb-30eff386f37c None None] Service 2 cleanup completed. 2024-10-01 11:31:50.279 | Oct 01 11:31:42 devstack cinder-volume[54901]: DEBUG cinder.service [None req-f128cdd2-5af4-4d1d-8aeb-30eff386f37c None None] Creating RPC server for service cinder-volume {{(pid=54901) start /opt/stack/cinder/cinder/service.py:239}} 2024-10-01 11:31:50.279 | Oct 01 11:31:42 devstack cinder-volume[54901]: DEBUG cinder.service [None req-f128cdd2-5af4-4d1d-8aeb-30eff386f37c None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=54901) start /opt/stack/cinder/cinder/service.py:245}} 2024-10-01 11:31:50.279 | Oct 01 11:31:42 devstack cinder-volume[54901]: INFO cinder.volume.manager [None req-f128cdd2-5af4-4d1d-8aeb-30eff386f37c None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2024-10-01 11:31:50.279 | Oct 01 11:31:42 devstack cinder-volume[54901]: INFO cinder.volume.manager [None req-f128cdd2-5af4-4d1d-8aeb-30eff386f37c None None] Driver post RPC initialization completed successfully. 2024-10-01 11:31:50.281 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:31:50.283 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2024-10-01 11:31:50.291 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2024-10-01 11:31:50.294 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:31:50.296 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovsdb-server.service 2024-10-01 11:31:50.304 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2024-10-01 11:31:50.307 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:31:50.309 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-svc.service 2024-10-01 11:31:50.318 | enabled 2024-10-01 11:31:50.321 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-svc.service --no-pager 2024-10-01 11:31:50.331 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2024-10-01 11:31:50.331 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2024-10-01 11:31:50.331 | Active: active (running) since Tue 2024-10-01 11:30:56 UTC; 53s ago 2024-10-01 11:31:50.332 | Main PID: 47111 (/usr/bin/python) 2024-10-01 11:31:50.332 | Tasks: 5 (limit: 19126) 2024-10-01 11:31:50.332 | Memory: 384.5M 2024-10-01 11:31:50.332 | CPU: 9.848s 2024-10-01 11:31:50.332 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2024-10-01 11:31:50.332 | ├─47111 "/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini" 2024-10-01 11:31:50.332 | ├─47288 "neutron-server: api worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-10-01 11:31:50.332 | ├─47289 "neutron-server: api worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-10-01 11:31:50.332 | ├─47290 "neutron-server: rpc worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-10-01 11:31:50.332 | └─47291 "neutron-server: rpc worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-10-01 11:31:50.332 | 2024-10-01 11:31:50.332 | Oct 01 11:31:29 devstack neutron-server[47290]: DEBUG neutron.plugins.ml2.rpc [None req-d62aae2f-cf1d-4d7b-8779-e6eb9ef904cc None None] Device 3fa219f3-30aa-444a-8fd5-5e534b305caa up at agent ovs-agent-devstack {{(pid=47290) update_device_up /opt/stack/neutron/neutron/plugins/ml2/rpc.py:297}} 2024-10-01 11:31:50.332 | Oct 01 11:31:29 devstack neutron-server[47290]: DEBUG neutron.db.provisioning_blocks [None req-d62aae2f-cf1d-4d7b-8779-e6eb9ef904cc None None] Provisioning complete for port 3fa219f3-30aa-444a-8fd5-5e534b305caa triggered by entity L2. {{(pid=47290) provisioning_complete /opt/stack/neutron/neutron/db/provisioning_blocks.py:144}} 2024-10-01 11:31:50.332 | Oct 01 11:31:29 devstack neutron-server[47290]: DEBUG neutron_lib.callbacks.manager [None req-d62aae2f-cf1d-4d7b-8779-e6eb9ef904cc None None] Publish callbacks ['neutron.plugins.ml2.plugin.Ml2Plugin._port_provisioned-1833041'] for port (3fa219f3-30aa-444a-8fd5-5e534b305caa), provisioning_complete {{(pid=47290) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-10-01 11:31:50.332 | Oct 01 11:31:29 devstack neutron-server[47290]: INFO neutron.plugins.ml2.plugin [None req-d62aae2f-cf1d-4d7b-8779-e6eb9ef904cc None None] Attempt 1 to provision port 3fa219f3-30aa-444a-8fd5-5e534b305caa 2024-10-01 11:31:50.332 | Oct 01 11:31:29 devstack neutron-server[47290]: DEBUG neutron.plugins.ml2.plugin [None req-d62aae2f-cf1d-4d7b-8779-e6eb9ef904cc None None] Current status of the port 3fa219f3-30aa-444a-8fd5-5e534b305caa is: ACTIVE; New status is: ACTIVE {{(pid=47290) _update_individual_port_db_status /opt/stack/neutron/neutron/plugins/ml2/plugin.py:2355}} 2024-10-01 11:31:50.332 | Oct 01 11:31:36 devstack neutron-server[47290]: DEBUG neutron_lib.callbacks.manager [None req-4d92b261-5c9b-4242-854a-e523c8c9df81 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8456307123044', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1833019'] for agent (aa439442-ea3e-4496-8f16-bb64199cd073), after_update {{(pid=47290) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-10-01 11:31:50.332 | Oct 01 11:31:37 devstack neutron-server[47290]: DEBUG neutron_lib.callbacks.manager [None req-8794de1f-71e4-4b06-9c72-d71843c5b51b None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8456307123044', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1833019'] for agent (cd80265c-a917-4dc0-8a66-217ccc75c6c0), after_update {{(pid=47290) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-10-01 11:31:50.332 | Oct 01 11:31:37 devstack neutron-server[47290]: DEBUG neutron_lib.callbacks.manager [None req-d62aae2f-cf1d-4d7b-8779-e6eb9ef904cc None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8456307123044', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1833019'] for agent (5e88e1f2-e29a-4d5e-a38a-dae4df01a114), after_update {{(pid=47290) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-10-01 11:31:50.332 | Oct 01 11:31:38 devstack neutron-server[47290]: DEBUG neutron_lib.callbacks.manager [None req-2704c001-7084-4cd7-9972-31901d729d1e None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-8456307123044', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1833019'] for agent (4c5bcdf7-5941-4530-93e1-f702a6f719eb), after_update {{(pid=47290) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-10-01 11:31:50.332 | Oct 01 11:31:45 devstack neutron-server[47291]: DEBUG neutron.db.agents_db [None req-08a84890-a919-420c-a91d-6f78696eb523 None None] Agent healthcheck: found 4 active agents {{(pid=47291) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} 2024-10-01 11:31:50.335 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:31:50.337 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@rabbit.service 2024-10-01 11:31:50.346 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2024-10-01 11:31:50.349 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:31:50.351 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@tempest.service 2024-10-01 11:31:50.359 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2024-10-01 11:31:50.362 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:31:50.364 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@mysql.service 2024-10-01 11:31:50.372 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2024-10-01 11:31:50.375 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:31:50.377 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@etcd3.service 2024-10-01 11:31:50.385 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2024-10-01 11:31:50.388 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:31:50.390 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-agt.service 2024-10-01 11:31:50.399 | enabled 2024-10-01 11:31:50.402 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-agt.service --no-pager 2024-10-01 11:31:50.413 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2024-10-01 11:31:50.413 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2024-10-01 11:31:50.413 | Active: active (running) since Tue 2024-10-01 11:31:03 UTC; 47s ago 2024-10-01 11:31:50.413 | Main PID: 48333 (neutron-openvsw) 2024-10-01 11:31:50.413 | Tasks: 4 (limit: 19126) 2024-10-01 11:31:50.413 | Memory: 159.2M 2024-10-01 11:31:50.413 | CPU: 3.678s 2024-10-01 11:31:50.413 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2024-10-01 11:31:50.413 | ├─48333 "neutron-openvswitch-agent (/usr/bin/python3.10 /usr/local/bin/neutron-openvswitch-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-10-01 11:31:50.413 | ├─49799 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini --privsep_context neutron.privileged.ovs_vsctl_cmd --privsep_sock_path /tmp/tmpq_wxn2z2/privsep.sock 2024-10-01 11:31:50.413 | └─49802 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2024-10-01 11:31:50.413 | 2024-10-01 11:31:50.413 | Oct 01 11:31:45 devstack neutron-openvswitch-agent[48333]: DEBUG neutron.agent.linux.utils [None req-ba00b0e9-4e86-4705-9144-ce57b0f54488 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49802. {{(pid=48333) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-10-01 11:31:50.413 | Oct 01 11:31:45 devstack neutron-openvswitch-agent[48333]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-ba00b0e9-4e86-4705-9144-ce57b0f54488 None None] Agent rpc_loop - iteration:18 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.004 2024-10-01 11:31:50.413 | Oct 01 11:31:47 devstack neutron-openvswitch-agent[48333]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-ba00b0e9-4e86-4705-9144-ce57b0f54488 None None] Agent rpc_loop - iteration:19 started 2024-10-01 11:31:50.413 | Oct 01 11:31:47 devstack neutron-openvswitch-agent[48333]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-ba00b0e9-4e86-4705-9144-ce57b0f54488 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x75dfd6e0,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=17937858674522416176,duration_nsec=197000000,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=48333) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2024-10-01 11:31:50.413 | Oct 01 11:31:47 devstack neutron-openvswitch-agent[48333]: DEBUG neutron.agent.linux.utils [None req-ba00b0e9-4e86-4705-9144-ce57b0f54488 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49802. {{(pid=48333) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-10-01 11:31:50.413 | Oct 01 11:31:47 devstack neutron-openvswitch-agent[48333]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-ba00b0e9-4e86-4705-9144-ce57b0f54488 None None] Agent rpc_loop - iteration:19 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2024-10-01 11:31:50.413 | Oct 01 11:31:49 devstack neutron-openvswitch-agent[48333]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-ba00b0e9-4e86-4705-9144-ce57b0f54488 None None] Agent rpc_loop - iteration:20 started 2024-10-01 11:31:50.413 | Oct 01 11:31:49 devstack neutron-openvswitch-agent[48333]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-ba00b0e9-4e86-4705-9144-ce57b0f54488 None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0x75dfd6e2,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=17937858674522416176,duration_nsec=198000000,duration_sec=43,flags=0,hard_timeout=0,idle_timeout=0,instructions=[],length=56,match=OFPMatch(oxm_fields={}),packet_count=0,priority=0,table_id=23)],flags=0,type=1)] {{(pid=48333) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2024-10-01 11:31:50.413 | Oct 01 11:31:49 devstack neutron-openvswitch-agent[48333]: DEBUG neutron.agent.linux.utils [None req-ba00b0e9-4e86-4705-9144-ce57b0f54488 None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49802. {{(pid=48333) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-10-01 11:31:50.413 | Oct 01 11:31:49 devstack neutron-openvswitch-agent[48333]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-ba00b0e9-4e86-4705-9144-ce57b0f54488 None None] Agent rpc_loop - iteration:20 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2024-10-01 11:31:50.416 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:31:50.418 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-dhcp.service 2024-10-01 11:31:50.427 | enabled 2024-10-01 11:31:50.430 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-dhcp.service --no-pager 2024-10-01 11:31:50.441 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2024-10-01 11:31:50.441 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2024-10-01 11:31:50.441 | Active: active (running) since Tue 2024-10-01 11:31:04 UTC; 46s ago 2024-10-01 11:31:50.441 | Main PID: 48749 (neutron-dhcp-ag) 2024-10-01 11:31:50.441 | Tasks: 13 (limit: 19126) 2024-10-01 11:31:50.441 | Memory: 423.3M 2024-10-01 11:31:50.441 | CPU: 8.550s 2024-10-01 11:31:50.441 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2024-10-01 11:31:50.441 | ├─48749 "neutron-dhcp-agent (/usr/bin/python3.10 /usr/local/bin/neutron-dhcp-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini)" 2024-10-01 11:31:50.441 | ├─49964 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmp5r5zlj55/privsep.sock 2024-10-01 11:31:50.441 | ├─50005 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmpnf783ohz/privsep.sock 2024-10-01 11:31:50.441 | ├─50139 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/dhcp_agent.ini --privsep_context neutron.privileged.link_cmd --privsep_sock_path /tmp/tmpb7_n10_1/privsep.sock 2024-10-01 11:31:50.441 | ├─50225 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-10-01 11:31:50.441 | ├─50226 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-10-01 11:31:50.441 | └─50237 dnsmasq --no-hosts --no-resolv --pid-file=/opt/stack/data/neutron/dhcp/c27f7164-2c14-4511-bdd4-63cb931abbf5/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/c27f7164-2c14-4511-bdd4-63cb931abbf5/host --addn-hosts=/opt/stack/data/neutron/dhcp/c27f7164-2c14-4511-bdd4-63cb931abbf5/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/c27f7164-2c14-4511-bdd4-63cb931abbf5/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/c27f7164-2c14-4511-bdd4-63cb931abbf5/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-c975a44c-ce5a-418a-b24a-23d20de89705,192.168.128.0,static,255.255.255.192,86400s --dhcp-option-force=option:mtu,8950 --dhcp-lease-max=64 --conf-file=/dev/null --server=147.204.9.200 --server=147.204.9.201 --domain=openstacklocal 2024-10-01 11:31:50.441 | 2024-10-01 11:31:50.441 | Oct 01 11:31:21 devstack neutron-dhcp-agent[48749]: INFO neutron.agent.dhcp.agent [None req-f53b4096-1fa4-4072-8bc8-e24b4f9de4ad None None] DHCP configuration for ports {'d4c73072-45fd-40f0-8639-aefac1ec29b8'} is completed 2024-10-01 11:31:50.441 | Oct 01 11:31:22 devstack neutron-dhcp-agent[48749]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _network_create called with arguments ({'network': {'id': 'c7c3de2d-9c86-4ed6-a388-bdfba02895df'}, 'priority': 0},) {} {{(pid=48749) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-10-01 11:31:50.441 | Oct 01 11:31:22 devstack neutron-dhcp-agent[48749]: DEBUG oslo_concurrency.lockutils [None req-5c5e1279-c250-497f-9cf8-303cb49d96bd None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=48749) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2024-10-01 11:31:50.441 | Oct 01 11:31:22 devstack neutron-dhcp-agent[48749]: DEBUG oslo_concurrency.lockutils [None req-5c5e1279-c250-497f-9cf8-303cb49d96bd None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=48749) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-10-01 11:31:50.441 | Oct 01 11:31:22 devstack neutron-dhcp-agent[48749]: DEBUG oslo_concurrency.lockutils [None req-5c5e1279-c250-497f-9cf8-303cb49d96bd None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=48749) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-10-01 11:31:50.442 | Oct 01 11:31:22 devstack neutron-dhcp-agent[48749]: DEBUG neutron.agent.dhcp.agent [None req-5c5e1279-c250-497f-9cf8-303cb49d96bd None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': '1d6d0101-722d-4dda-b21d-b65ddba8bb5a', 'name': 'public-subnet', 'tenant_id': '229232f4c0da4ebfb5b319963105e1f4', 'network_id': 'c7c3de2d-9c86-4ed6-a388-bdfba02895df', 'ip_version': 4, 'subnetpool_id': None, 'enable_dhcp': False, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'standard_attr_id': 20, 'gateway_ip': '10.180.180.1', 'cidr': '10.180.180.0/24', 'allocation_pools': [{'start': '10.180.180.128', 'end': '10.180.180.254'}], 'host_routes': [], 'dns_nameservers': [], 'shared': False, 'description': '', 'service_types': [], 'tags': [], 'created_at': '2024-10-01T11:31:22Z', 'updated_at': '2024-10-01T11:31:22Z', 'revision_number': 0, 'project_id': '229232f4c0da4ebfb5b319963105e1f4', 'network': {'id': 'c7c3de2d-9c86-4ed6-a388-bdfba02895df', 'name': 'public', 'tenant_id': '229232f4c0da4ebfb5b319963105e1f4', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['1d6d0101-722d-4dda-b21d-b65ddba8bb5a'], 'standard_attr_id': 17, 'shared': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': True, 'vlan_transparent': None, 'description': '', 'port_security_enabled': True, 'is_default': True, 'tags': [], 'created_at': '2024-10-01T11:31:19Z', 'updated_at': '2024-10-01T11:31:22Z', 'revision_number': 2, 'project_id': '229232f4c0da4ebfb5b319963105e1f4', 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 1001}}, 'priority': 3},) {} {{(pid=48749) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-10-01 11:31:50.442 | Oct 01 11:31:22 devstack neutron-dhcp-agent[48749]: DEBUG oslo_concurrency.lockutils [None req-0789e60e-8c9f-42ce-b40d-eba81863d0c4 None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=48749) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2024-10-01 11:31:50.442 | Oct 01 11:31:22 devstack neutron-dhcp-agent[48749]: DEBUG oslo_concurrency.lockutils [None req-0789e60e-8c9f-42ce-b40d-eba81863d0c4 None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=48749) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-10-01 11:31:50.442 | Oct 01 11:31:22 devstack neutron-dhcp-agent[48749]: DEBUG oslo_concurrency.lockutils [None req-0789e60e-8c9f-42ce-b40d-eba81863d0c4 None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=48749) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-10-01 11:31:50.442 | Oct 01 11:31:24 devstack neutron-dhcp-agent[48749]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=48749) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-10-01 11:31:50.444 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:31:50.446 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-l3.service 2024-10-01 11:31:50.455 | enabled 2024-10-01 11:31:50.458 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-l3.service --no-pager 2024-10-01 11:31:50.469 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2024-10-01 11:31:50.469 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2024-10-01 11:31:50.469 | Active: active (running) since Tue 2024-10-01 11:31:05 UTC; 45s ago 2024-10-01 11:31:50.469 | Main PID: 49179 (neutron-l3-agen) 2024-10-01 11:31:50.469 | Tasks: 22 (limit: 19126) 2024-10-01 11:31:50.469 | Memory: 428.3M 2024-10-01 11:31:50.469 | CPU: 8.607s 2024-10-01 11:31:50.469 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2024-10-01 11:31:50.469 | ├─49179 "neutron-l3-agent (/usr/bin/python3.10 /usr/local/bin/neutron-l3-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini)" 2024-10-01 11:31:50.469 | ├─49841 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.namespace_cmd --privsep_sock_path /tmp/tmprcv12nct/privsep.sock 2024-10-01 11:31:50.469 | ├─50416 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.default --privsep_sock_path /tmp/tmp4deoqb83/privsep.sock 2024-10-01 11:31:50.469 | ├─50458 /usr/bin/python3.10 /usr/local/bin/privsep-helper --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini --privsep_context neutron.privileged.link_cmd --privsep_sock_path /tmp/tmp3143t59l/privsep.sock 2024-10-01 11:31:50.469 | ├─50666 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-10-01 11:31:50.469 | ├─50667 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-10-01 11:31:50.469 | └─50679 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/02d52957-6631-4a74-ae9b-df425c203479.conf 2024-10-01 11:31:50.469 | 2024-10-01 11:31:50.469 | Oct 01 11:31:29 devstack neutron-l3-agent[49179]: DEBUG oslo.privsep.daemon [-] privsep: reply[b9df2705-0bcd-4bf8-816f-cd341c0b1ea2]: (4, ('ARPING 10.180.180.171 from 10.180.180.171 qg-3fa219f3-30\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50416) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-10-01 11:31:50.469 | Oct 01 11:31:31 devstack neutron-l3-agent[49179]: DEBUG oslo.privsep.daemon [-] privsep: reply[7efd1270-bbc0-40ce-8b06-e79b221b91a2]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-d4c73072-45\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50416) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-10-01 11:31:50.469 | Oct 01 11:31:32 devstack neutron-l3-agent[49179]: DEBUG oslo.privsep.daemon [-] privsep: reply[82a4de7e-f524-47ca-9e25-89bedb00a186]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-d4c73072-45\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50416) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-10-01 11:31:50.469 | Oct 01 11:31:32 devstack neutron-l3-agent[49179]: DEBUG oslo.privsep.daemon [-] privsep: reply[4bbb5957-7832-4f1b-acbd-e40b57f9b95c]: (4, ('ARPING 10.180.180.171 from 10.180.180.171 qg-3fa219f3-30\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50416) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-10-01 11:31:50.469 | Oct 01 11:31:33 devstack neutron-l3-agent[49179]: DEBUG oslo.privsep.daemon [-] privsep: reply[4aa36def-0c8d-4550-ae8c-d5c8f09d4c21]: (4, ('ARPING 10.180.180.171 from 10.180.180.171 qg-3fa219f3-30\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50416) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-10-01 11:31:50.469 | Oct 01 11:31:35 devstack neutron-l3-agent[49179]: DEBUG oslo.privsep.daemon [-] privsep: reply[01ee3335-6ff5-41ad-a9eb-cf6d693f5ea3]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-d4c73072-45\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50416) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-10-01 11:31:50.469 | Oct 01 11:31:36 devstack neutron-l3-agent[49179]: DEBUG oslo.privsep.daemon [-] privsep: reply[99c71692-b26e-4335-92a3-79bfef3fda20]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-d4c73072-45\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50416) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-10-01 11:31:50.469 | Oct 01 11:31:36 devstack neutron-l3-agent[49179]: DEBUG oslo.privsep.daemon [-] privsep: reply[ec39ec85-40c5-4def-8053-f8129f3402ae]: (4, ('ARPING 10.180.180.171 from 10.180.180.171 qg-3fa219f3-30\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50416) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-10-01 11:31:50.469 | Oct 01 11:31:37 devstack neutron-l3-agent[49179]: DEBUG oslo.privsep.daemon [-] privsep: reply[02e56ab7-a0fb-49a0-940e-9ecb981c7d9d]: (4, ('ARPING 10.180.180.171 from 10.180.180.171 qg-3fa219f3-30\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=50416) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-10-01 11:31:50.469 | Oct 01 11:31:49 devstack neutron-l3-agent[49179]: DEBUG oslo_service.periodic_task [None req-b86d6d66-736a-41ad-978d-7caa72cfcb6d None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task {{(pid=49179) run_periodic_tasks /usr/local/lib/python3.10/dist-packages/oslo_service/periodic_task.py:210}} 2024-10-01 11:31:50.472 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-10-01 11:31:50.475 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-meta.service 2024-10-01 11:31:50.483 | enabled 2024-10-01 11:31:50.486 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-meta.service --no-pager 2024-10-01 11:31:50.498 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2024-10-01 11:31:50.498 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2024-10-01 11:31:50.498 | Active: active (running) since Tue 2024-10-01 11:31:06 UTC; 44s ago 2024-10-01 11:31:50.498 | Main PID: 49591 (neutron-metadat) 2024-10-01 11:31:50.498 | Tasks: 3 (limit: 19126) 2024-10-01 11:31:50.498 | Memory: 123.8M 2024-10-01 11:31:50.498 | CPU: 1.975s 2024-10-01 11:31:50.498 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2024-10-01 11:31:50.498 | ├─49591 "neutron-metadata-agent (/usr/bin/python3.10 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2024-10-01 11:31:50.498 | ├─49795 "neutron-metadata-agent (/usr/bin/python3.10 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2024-10-01 11:31:50.498 | └─49796 "neutron-metadata-agent (/usr/bin/python3.10 /usr/local/bin/neutron-metadata-agent --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/metadata_agent.ini)" 2024-10-01 11:31:50.498 | 2024-10-01 11:31:50.498 | Oct 01 11:31:08 devstack neutron-metadata-agent[49591]: DEBUG oslo_service.service [None req-2704c001-7084-4cd7-9972-31901d729d1e None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=49591) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 11:31:50.498 | Oct 01 11:31:08 devstack neutron-metadata-agent[49591]: DEBUG oslo_service.service [None req-2704c001-7084-4cd7-9972-31901d729d1e None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=49591) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 11:31:50.498 | Oct 01 11:31:08 devstack neutron-metadata-agent[49591]: DEBUG oslo_service.service [None req-2704c001-7084-4cd7-9972-31901d729d1e None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=49591) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 11:31:50.498 | Oct 01 11:31:08 devstack neutron-metadata-agent[49591]: DEBUG oslo_service.service [None req-2704c001-7084-4cd7-9972-31901d729d1e None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=49591) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 11:31:50.498 | Oct 01 11:31:08 devstack neutron-metadata-agent[49591]: DEBUG oslo_service.service [None req-2704c001-7084-4cd7-9972-31901d729d1e None None] oslo_messaging_rabbit.ssl_version = {{(pid=49591) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 11:31:50.498 | Oct 01 11:31:08 devstack neutron-metadata-agent[49591]: DEBUG oslo_service.service [None req-2704c001-7084-4cd7-9972-31901d729d1e None None] oslo_messaging_notifications.driver = [] {{(pid=49591) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 11:31:50.498 | Oct 01 11:31:08 devstack neutron-metadata-agent[49591]: DEBUG oslo_service.service [None req-2704c001-7084-4cd7-9972-31901d729d1e None None] oslo_messaging_notifications.retry = -1 {{(pid=49591) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 11:31:50.498 | Oct 01 11:31:08 devstack neutron-metadata-agent[49591]: DEBUG oslo_service.service [None req-2704c001-7084-4cd7-9972-31901d729d1e None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=49591) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 11:31:50.498 | Oct 01 11:31:08 devstack neutron-metadata-agent[49591]: DEBUG oslo_service.service [None req-2704c001-7084-4cd7-9972-31901d729d1e None None] oslo_messaging_notifications.transport_url = **** {{(pid=49591) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-10-01 11:31:50.498 | Oct 01 11:31:08 devstack neutron-metadata-agent[49591]: DEBUG oslo_service.service [None req-2704c001-7084-4cd7-9972-31901d729d1e None None] ******************************************************************************** {{(pid=49591) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-10-01 11:31:50.501 | + stack.sh:main:1441 : is_service_enabled n-api 2024-10-01 11:31:50.514 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:31:50.517 | + stack.sh:main:1442 : is_service_enabled n-cpu 2024-10-01 11:31:50.530 | + functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:31:50.532 | + stack.sh:main:1449 : echo_summary 'SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment.' 2024-10-01 11:31:50.534 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 11:31:50.536 | + stack.sh:echo_summary:455 : echo -e SKIPPING Cell setup because n-cpu is not enabled. You will have to do this manually before you have a working environment. 2024-10-01 11:31:50.538 | + stack.sh:main:1456 : /usr/local/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2024-10-01 11:31:50.914 | Modules with known eventlet monkey patching issues were imported prior to eventlet monkey patching: urllib3. This warning can usually be ignored if the caller is only importing and not executing nova code. 2024-10-01 11:31:52.357 | +--------------------------------------------------------------------+ 2024-10-01 11:31:52.357 | | Upgrade Check Results | 2024-10-01 11:31:52.357 | +--------------------------------------------------------------------+ 2024-10-01 11:31:52.357 | | Check: Cells v2 | 2024-10-01 11:31:52.357 | | Result: Success | 2024-10-01 11:31:52.357 | | Details: No host mappings or compute nodes were found. Remember to | 2024-10-01 11:31:52.357 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2024-10-01 11:31:52.357 | | compute hosts are deployed. | 2024-10-01 11:31:52.357 | +--------------------------------------------------------------------+ 2024-10-01 11:31:52.357 | | Check: Placement API | 2024-10-01 11:31:52.357 | | Result: Success | 2024-10-01 11:31:52.357 | | Details: None | 2024-10-01 11:31:52.357 | +--------------------------------------------------------------------+ 2024-10-01 11:31:52.357 | | Check: Cinder API | 2024-10-01 11:31:52.357 | | Result: Success | 2024-10-01 11:31:52.357 | | Details: None | 2024-10-01 11:31:52.357 | +--------------------------------------------------------------------+ 2024-10-01 11:31:52.357 | | Check: Policy File JSON to YAML Migration | 2024-10-01 11:31:52.357 | | Result: Success | 2024-10-01 11:31:52.357 | | Details: None | 2024-10-01 11:31:52.357 | +--------------------------------------------------------------------+ 2024-10-01 11:31:52.357 | | Check: Older than N-1 computes | 2024-10-01 11:31:52.357 | | Result: Success | 2024-10-01 11:31:52.357 | | Details: None | 2024-10-01 11:31:52.357 | +--------------------------------------------------------------------+ 2024-10-01 11:31:52.357 | | Check: hw_machine_type unset | 2024-10-01 11:31:52.358 | | Result: Success | 2024-10-01 11:31:52.358 | | Details: None | 2024-10-01 11:31:52.358 | +--------------------------------------------------------------------+ 2024-10-01 11:31:52.358 | | Check: Service User Token Configuration | 2024-10-01 11:31:52.358 | | Result: Success | 2024-10-01 11:31:52.358 | | Details: None | 2024-10-01 11:31:52.358 | +--------------------------------------------------------------------+ 2024-10-01 11:31:52.700 | + stack.sh:main:1463 : [[ -x /opt/stack/devstack/local.sh ]] 2024-10-01 11:31:52.702 | + stack.sh:main:1474 : command openstack complete 2024-10-01 11:31:52.703 | + stack.sh:main:1475 : sudo tee /etc/bash_completion.d/osc.bash_completion 2024-10-01 11:31:53.994 | The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. 2024-10-01 11:31:54.208 | + stack.sh:main:1478 : is_service_enabled cinder 2024-10-01 11:31:54.222 | + functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:31:54.225 | + stack.sh:main:1479 : is_ubuntu 2024-10-01 11:31:54.227 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-10-01 11:31:54.229 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-10-01 11:31:54.231 | + stack.sh:main:1480 : echo_summary 'Configuring lvm.conf global device filter' 2024-10-01 11:31:54.233 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 11:31:54.235 | + stack.sh:echo_summary:455 : echo -e Configuring lvm.conf global device filter 2024-10-01 11:31:54.237 | + stack.sh:main:1481 : set_lvm_filter 2024-10-01 11:31:54.239 | + lib/lvm:set_lvm_filter:187 : local 'filter_suffix="r|.*|" ] # from devstack' 2024-10-01 11:31:54.241 | + lib/lvm:set_lvm_filter:188 : local 'filter_string=global_filter = [ ' 2024-10-01 11:31:54.243 | + lib/lvm:set_lvm_filter:189 : local pv 2024-10-01 11:31:54.245 | + lib/lvm:set_lvm_filter:190 : local vg 2024-10-01 11:31:54.247 | + lib/lvm:set_lvm_filter:191 : local line 2024-10-01 11:31:54.250 | ++ lib/lvm:set_lvm_filter:193 : sudo pvs --noheadings -o name 2024-10-01 11:31:54.292 | + lib/lvm:set_lvm_filter:198 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2024-10-01 11:31:54.295 | + lib/lvm:set_lvm_filter:200 : clean_lvm_filter 2024-10-01 11:31:54.297 | + lib/lvm:clean_lvm_filter:175 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2024-10-01 11:31:54.308 | + lib/lvm:set_lvm_filter:201 : sudo sed -i '/# global_filter = \[*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2024-10-01 11:31:54.319 | + lib/lvm:set_lvm_filter:202 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2024-10-01 11:31:54.321 | + stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 11:31:54.323 | + stack.sh:echo_summary:455 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2024-10-01 11:31:54.326 | + stack.sh:main:1491 : run_phase stack test-config 2024-10-01 11:31:54.328 | + functions-common:run_phase:1863 : local mode=stack 2024-10-01 11:31:54.330 | + functions-common:run_phase:1864 : local phase=test-config 2024-10-01 11:31:54.332 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-10-01 11:31:54.334 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-10-01 11:31:54.336 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-10-01 11:31:54.339 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-10-01 11:31:54.341 | + functions-common:run_phase:1873 : local extra 2024-10-01 11:31:54.343 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-10-01 11:31:54.347 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-10-01 11:31:54.349 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-10-01 11:31:54.351 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-10-01 11:31:54.353 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2024-10-01 11:31:54.355 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-10-01 11:31:54.368 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:31:54.370 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-10-01 11:31:54.372 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-10-01 11:31:54.374 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-10-01 11:31:54.376 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-10-01 11:31:54.378 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-10-01 11:31:54.380 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-10-01 11:31:54.382 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2024-10-01 11:31:54.384 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-10-01 11:31:54.386 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2024-10-01 11:31:54.388 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-10-01 11:31:54.390 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-10-01 11:31:54.392 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2024-10-01 11:31:54.425 | [3480 Async install_tempest:27730]: Waiting for completion of install_tempest running on PID 27730 (1 other jobs running) 2024-10-01 11:31:54.442 | [3480 Async install_tempest:27730]: Signaling child to exit 2024-10-01 11:31:54.443 | WAKEUP 2024-10-01 11:31:54.458 | [3480 Async install_tempest:27730]: Signaled 2024-10-01 11:31:54.458 | ++ lib/tempest:install_tempest:835 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest master 2024-10-01 11:31:54.458 | ++ functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/tempest.git 2024-10-01 11:31:54.458 | ++ functions-common:git_clone:613 : local git_dest=/opt/stack//tempest 2024-10-01 11:31:54.458 | ++ functions-common:git_clone:614 : local git_ref=master 2024-10-01 11:31:54.458 | ++ functions-common:git_clone:615 : local orig_dir 2024-10-01 11:31:54.458 | +++ functions-common:git_clone:616 : pwd 2024-10-01 11:31:54.459 | ++ functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-10-01 11:31:54.459 | ++ functions-common:git_clone:617 : local git_clone_flags= 2024-10-01 11:31:54.459 | +++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-10-01 11:31:54.459 | ++ functions-common:git_clone:619 : RECLONE=False 2024-10-01 11:31:54.459 | ++ functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-10-01 11:31:54.459 | ++ functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-10-01 11:31:54.459 | ++ functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-10-01 11:31:54.459 | ++ functions-common:git_clone:633 : echo master 2024-10-01 11:31:54.459 | ++ functions-common:git_clone:633 : egrep -q '^refs' 2024-10-01 11:31:54.459 | ++ functions-common:git_clone:647 : [[ ! -d /opt/stack//tempest ]] 2024-10-01 11:31:54.459 | ++ functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-10-01 11:31:54.459 | ++ functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2024-10-01 11:31:54.459 | ++ functions-common:git_timed:720 : local count=0 2024-10-01 11:31:54.459 | ++ functions-common:git_timed:721 : local timeout=0 2024-10-01 11:31:54.459 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 11:31:54.459 | ++ functions-common:git_timed:724 : timeout=0 2024-10-01 11:31:54.459 | ++ functions-common:git_timed:727 : time_start git_timed 2024-10-01 11:31:54.459 | ++ functions-common:time_start:2421 : local name=git_timed 2024-10-01 11:31:54.459 | ++ functions-common:time_start:2422 : local start_time= 2024-10-01 11:31:54.459 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:31:54.459 | +++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:31:54.459 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1727782109647 2024-10-01 11:31:54.459 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2024-10-01 11:31:54.459 | Cloning into '/opt/stack//tempest'... 2024-10-01 11:31:54.459 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-10-01 11:31:54.459 | ++ functions-common:time_stop:2435 : local name 2024-10-01 11:31:54.459 | ++ functions-common:time_stop:2436 : local end_time 2024-10-01 11:31:54.459 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:31:54.459 | ++ functions-common:time_stop:2438 : local total 2024-10-01 11:31:54.459 | ++ functions-common:time_stop:2439 : local start_time 2024-10-01 11:31:54.459 | ++ functions-common:time_stop:2441 : name=git_timed 2024-10-01 11:31:54.459 | ++ functions-common:time_stop:2442 : start_time=1727782109647 2024-10-01 11:31:54.459 | ++ functions-common:time_stop:2444 : [[ -z 1727782109647 ]] 2024-10-01 11:31:54.459 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:31:54.459 | ++ functions-common:time_stop:2447 : end_time=1727782111598 2024-10-01 11:31:54.459 | ++ functions-common:time_stop:2448 : elapsed_time=1951 2024-10-01 11:31:54.459 | ++ functions-common:time_stop:2449 : total=93644 2024-10-01 11:31:54.459 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:31:54.459 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=95595 2024-10-01 11:31:54.459 | ++ functions-common:git_clone:654 : cd /opt/stack//tempest 2024-10-01 11:31:54.459 | ++ functions-common:git_clone:655 : git_timed fetch --depth 10 origin master 2024-10-01 11:31:54.459 | ++ functions-common:git_timed:720 : local count=0 2024-10-01 11:31:54.459 | ++ functions-common:git_timed:721 : local timeout=0 2024-10-01 11:31:54.459 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 11:31:54.459 | ++ functions-common:git_timed:724 : timeout=0 2024-10-01 11:31:54.459 | ++ functions-common:git_timed:727 : time_start git_timed 2024-10-01 11:31:54.459 | ++ functions-common:time_start:2421 : local name=git_timed 2024-10-01 11:31:54.459 | ++ functions-common:time_start:2422 : local start_time= 2024-10-01 11:31:54.459 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:31:54.459 | +++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:31:54.459 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1727782111628 2024-10-01 11:31:54.459 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin master 2024-10-01 11:31:54.459 | From https://opendev.org/openstack/tempest 2024-10-01 11:31:54.459 | * branch master -> FETCH_HEAD 2024-10-01 11:31:54.459 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-10-01 11:31:54.459 | ++ functions-common:time_stop:2435 : local name 2024-10-01 11:31:54.459 | ++ functions-common:time_stop:2436 : local end_time 2024-10-01 11:31:54.459 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:31:54.459 | ++ functions-common:time_stop:2438 : local total 2024-10-01 11:31:54.459 | ++ functions-common:time_stop:2439 : local start_time 2024-10-01 11:31:54.459 | ++ functions-common:time_stop:2441 : name=git_timed 2024-10-01 11:31:54.459 | ++ functions-common:time_stop:2442 : start_time=1727782111628 2024-10-01 11:31:54.459 | ++ functions-common:time_stop:2444 : [[ -z 1727782111628 ]] 2024-10-01 11:31:54.459 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:31:54.459 | ++ functions-common:time_stop:2447 : end_time=1727782112493 2024-10-01 11:31:54.459 | ++ functions-common:time_stop:2448 : elapsed_time=865 2024-10-01 11:31:54.459 | ++ functions-common:time_stop:2449 : total=95595 2024-10-01 11:31:54.459 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:31:54.459 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=96460 2024-10-01 11:31:54.459 | ++ functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-10-01 11:31:54.459 | ++ functions-common:git_timed:720 : local count=0 2024-10-01 11:31:54.459 | ++ functions-common:git_timed:721 : local timeout=0 2024-10-01 11:31:54.459 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-10-01 11:31:54.459 | ++ functions-common:git_timed:724 : timeout=0 2024-10-01 11:31:54.459 | ++ functions-common:git_timed:727 : time_start git_timed 2024-10-01 11:31:54.459 | ++ functions-common:time_start:2421 : local name=git_timed 2024-10-01 11:31:54.459 | ++ functions-common:time_start:2422 : local start_time= 2024-10-01 11:31:54.459 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-10-01 11:31:54.459 | +++ functions-common:time_start:2426 : date +%s%3N 2024-10-01 11:31:54.459 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1727782112521 2024-10-01 11:31:54.459 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-10-01 11:31:54.459 | Note: switching to 'FETCH_HEAD'. 2024-10-01 11:31:54.459 | 2024-10-01 11:31:54.459 | You are in 'detached HEAD' state. You can look around, make experimental 2024-10-01 11:31:54.459 | changes and commit them, and you can discard any commits you make in this 2024-10-01 11:31:54.459 | state without impacting any branches by switching back to a branch. 2024-10-01 11:31:54.459 | 2024-10-01 11:31:54.459 | If you want to create a new branch to retain commits you create, you may 2024-10-01 11:31:54.459 | do so (now or later) by using -c with the switch command. Example: 2024-10-01 11:31:54.459 | 2024-10-01 11:31:54.459 | git switch -c 2024-10-01 11:31:54.459 | 2024-10-01 11:31:54.459 | Or undo this operation with: 2024-10-01 11:31:54.459 | 2024-10-01 11:31:54.459 | git switch - 2024-10-01 11:31:54.459 | 2024-10-01 11:31:54.459 | Turn off this advice by setting config variable advice.detachedHead to false 2024-10-01 11:31:54.459 | 2024-10-01 11:31:54.459 | HEAD is now at 82b37d1 Merge "Update integrated template for grenade-skip-level-always job" 2024-10-01 11:31:54.459 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-10-01 11:31:54.459 | ++ functions-common:time_stop:2435 : local name 2024-10-01 11:31:54.459 | ++ functions-common:time_stop:2436 : local end_time 2024-10-01 11:31:54.460 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:31:54.460 | ++ functions-common:time_stop:2438 : local total 2024-10-01 11:31:54.460 | ++ functions-common:time_stop:2439 : local start_time 2024-10-01 11:31:54.460 | ++ functions-common:time_stop:2441 : name=git_timed 2024-10-01 11:31:54.460 | ++ functions-common:time_stop:2442 : start_time=1727782112521 2024-10-01 11:31:54.460 | ++ functions-common:time_stop:2444 : [[ -z 1727782112521 ]] 2024-10-01 11:31:54.460 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:31:54.460 | ++ functions-common:time_stop:2447 : end_time=1727782112615 2024-10-01 11:31:54.460 | ++ functions-common:time_stop:2448 : elapsed_time=94 2024-10-01 11:31:54.460 | ++ functions-common:time_stop:2449 : total=96460 2024-10-01 11:31:54.460 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:31:54.460 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=96554 2024-10-01 11:31:54.460 | ++ functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//tempest 2024-10-01 11:31:54.460 | ++ functions-common:git_clone:695 : cd /opt/stack//tempest 2024-10-01 11:31:54.460 | ++ functions-common:git_clone:696 : git show --oneline 2024-10-01 11:31:54.460 | ++ functions-common:git_clone:696 : head -1 2024-10-01 11:31:54.460 | 82b37d1 Merge "Update integrated template for grenade-skip-level-always job" 2024-10-01 11:31:54.460 | ++ functions-common:git_clone:697 : cd /opt/stack/devstack 2024-10-01 11:31:54.460 | ++ lib/tempest:install_tempest:841 : pip_install 'tox!=2.8.0,<4.0.0' 2024-10-01 11:31:54.460 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2024-10-01 11:31:54.460 | ++ inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt 'tox!=2.8.0,<4.0.0' 2024-10-01 11:31:54.460 | Collecting tox!=2.8.0,<4.0.0 2024-10-01 11:31:54.460 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2024-10-01 11:31:54.460 | Collecting py>=1.4.17 2024-10-01 11:31:54.460 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2024-10-01 11:31:54.460 | Collecting virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0 2024-10-01 11:31:54.460 | Using cached virtualenv-20.16.5-py3-none-any.whl (8.8 MB) 2024-10-01 11:31:54.460 | Collecting tomli>=2.0.1 2024-10-01 11:31:54.460 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2024-10-01 11:31:54.460 | Requirement already satisfied: packaging>=14 in /usr/local/lib/python3.10/dist-packages (from tox!=2.8.0,<4.0.0) (23.1) 2024-10-01 11:31:54.460 | Collecting pluggy>=0.12.0 2024-10-01 11:31:54.460 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2024-10-01 11:31:54.460 | Collecting filelock>=3.0.0 2024-10-01 11:31:54.460 | Using cached filelock-3.8.0-py3-none-any.whl (10 kB) 2024-10-01 11:31:54.460 | Requirement already satisfied: six>=1.14.0 in /usr/lib/python3/dist-packages (from tox!=2.8.0,<4.0.0) (1.16.0) 2024-10-01 11:31:54.460 | Collecting platformdirs<3,>=2.4 2024-10-01 11:31:54.460 | Using cached platformdirs-2.5.2-py3-none-any.whl (14 kB) 2024-10-01 11:31:54.460 | Collecting distlib<1,>=0.3.5 2024-10-01 11:31:54.460 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2024-10-01 11:31:54.460 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2024-10-01 11:31:54.460 | Successfully installed distlib-0.3.6 filelock-3.8.0 platformdirs-2.5.2 pluggy-1.0.0 py-1.11.0 tomli-2.0.1 tox-3.28.0 virtualenv-20.16.5 2024-10-01 11:31:54.460 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 11:31:54.460 | ++ inc/python:pip_install:196 : result=0 2024-10-01 11:31:54.460 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-10-01 11:31:54.460 | ++ functions-common:time_stop:2435 : local name 2024-10-01 11:31:54.460 | ++ functions-common:time_stop:2436 : local end_time 2024-10-01 11:31:54.460 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:31:54.460 | ++ functions-common:time_stop:2438 : local total 2024-10-01 11:31:54.460 | ++ functions-common:time_stop:2439 : local start_time 2024-10-01 11:31:54.460 | ++ functions-common:time_stop:2441 : name=pip_install 2024-10-01 11:31:54.460 | ++ functions-common:time_stop:2442 : start_time=1727782112657 2024-10-01 11:31:54.460 | ++ functions-common:time_stop:2444 : [[ -z 1727782112657 ]] 2024-10-01 11:31:54.460 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:31:54.460 | ++ functions-common:time_stop:2447 : end_time=1727782115968 2024-10-01 11:31:54.460 | ++ functions-common:time_stop:2448 : elapsed_time=3311 2024-10-01 11:31:54.460 | ++ functions-common:time_stop:2449 : total=87394 2024-10-01 11:31:54.460 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:31:54.460 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=90705 2024-10-01 11:31:54.460 | ++ inc/python:pip_install:199 : return 0 2024-10-01 11:31:54.460 | ++ lib/tempest:install_tempest:842 : pushd /opt/stack//tempest 2024-10-01 11:31:54.460 | ~/tempest ~/devstack 2024-10-01 11:31:54.460 | ++ lib/tempest:install_tempest:846 : git checkout master 2024-10-01 11:31:54.460 | Switched to branch 'master' 2024-10-01 11:31:54.460 | Your branch is up to date with 'origin/master'. 2024-10-01 11:31:54.460 | ++ lib/tempest:install_tempest:848 : local tmp_u_c_m 2024-10-01 11:31:54.460 | +++ lib/tempest:install_tempest:849 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-10-01 11:31:54.460 | ++ lib/tempest:install_tempest:849 : tmp_u_c_m=/tmp/tempest_u_c_m.fhITRYZNo5 2024-10-01 11:31:54.460 | ++ lib/tempest:install_tempest:850 : set_tempest_venv_constraints /tmp/tempest_u_c_m.fhITRYZNo5 2024-10-01 11:31:54.460 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-10-01 11:31:54.460 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.fhITRYZNo5 2024-10-01 11:31:54.460 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-10-01 11:31:54.460 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-10-01 11:31:54.461 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-10-01 11:31:54.461 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-10-01 11:31:54.461 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-10-01 11:31:54.461 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-10-01 11:31:54.461 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-10-01 11:31:54.461 | ++ lib/tempest:install_tempest:852 : tox -r --notest -efull 2024-10-01 11:31:54.461 | full create: /opt/stack/tempest/.tox/tempest 2024-10-01 11:31:54.461 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-10-01 11:31:54.461 | full develop-inst: /opt/stack/tempest 2024-10-01 11:31:54.461 | full installed: attrs==24.2.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.8.30,cffi==1.17.0,charset-normalizer==3.3.2,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.8,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.8,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.8,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.1.0,oslo.config==9.6.0,oslo.context==5.6.0,oslo.i18n==6.4.0,oslo.log==6.1.2,oslo.serialization==5.5.0,oslo.utils==7.3.0,packaging==24.1,paramiko==3.4.1,pbr==6.1.0,prettytable==3.11.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.1.2,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.20.0,six==1.16.0,stestr==4.1.0,stevedore==5.3.0,-e git+https://opendev.org/openstack/tempest.git@82b37d1406fe93b20335369c3d685beaf2c9c11f#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,tzdata==2024.1,urllib3==1.26.19,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.16.0 2024-10-01 11:31:54.461 | ___________________________________ summary ____________________________________ 2024-10-01 11:31:54.461 | full: skipped tests 2024-10-01 11:31:54.461 | congratulations :) 2024-10-01 11:31:54.461 | ++ lib/tempest:install_tempest:856 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.fhITRYZNo5 -r requirements.txt 2024-10-01 11:31:54.461 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (6.1.0) 2024-10-01 11:31:54.461 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (4.7.0) 2024-10-01 11:31:54.461 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (4.19.2) 2024-10-01 11:31:54.461 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (2.7.2) 2024-10-01 11:31:54.461 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (3.4.1) 2024-10-01 11:31:54.461 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (42.0.8) 2024-10-01 11:31:54.461 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (0.10.1) 2024-10-01 11:31:54.461 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (6.1.0) 2024-10-01 11:31:54.461 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (9.6.0) 2024-10-01 11:31:54.461 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (6.1.2) 2024-10-01 11:31:54.461 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.1.0) 2024-10-01 11:31:54.461 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (5.5.0) 2024-10-01 11:31:54.461 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (7.3.0) 2024-10-01 11:31:54.461 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (4.1.0) 2024-10-01 11:31:54.461 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0.2) 2024-10-01 11:31:54.461 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.4.4) 2024-10-01 11:31:54.461 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (5.3.0) 2024-10-01 11:31:54.461 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.11.0) 2024-10-01 11:31:54.461 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (1.26.19) 2024-10-01 11:31:54.461 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (3.0.0) 2024-10-01 11:31:54.461 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 24)) (0.7.1) 2024-10-01 11:31:54.461 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.19) 2024-10-01 11:31:54.461 | Requirement already satisfied: testscenarios>=0.5.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 26)) (0.5.0) 2024-10-01 11:31:54.461 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (0.5.2) 2024-10-01 11:31:54.461 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (2.4.3) 2024-10-01 11:31:54.461 | Requirement already satisfied: rpds-py>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.20.0) 2024-10-01 11:31:54.461 | Requirement already satisfied: attrs>=22.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (24.2.0) 2024-10-01 11:31:54.461 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.35.1) 2024-10-01 11:31:54.461 | Requirement already satisfied: jsonschema-specifications>=2023.03.6 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (2023.12.1) 2024-10-01 11:31:54.461 | Requirement already satisfied: pynacl>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.5.0) 2024-10-01 11:31:54.461 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (4.0.1) 2024-10-01 11:31:54.461 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.17.0) 2024-10-01 11:31:54.461 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 11)) (6.4.0) 2024-10-01 11:31:54.461 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.32.3) 2024-10-01 11:31:54.461 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.0.0) 2024-10-01 11:31:54.461 | Requirement already satisfied: oslo.context>=2.21.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (5.6.0) 2024-10-01 11:31:54.461 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (2.9.0.post0) 2024-10-01 11:31:54.461 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.15.2) 2024-10-01 11:31:54.461 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.13.2) 2024-10-01 11:31:54.461 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (1.0.0) 2024-10-01 11:31:54.461 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (1.0.8) 2024-10-01 11:31:54.461 | Requirement already satisfied: tzdata>=2022.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (2024.1) 2024-10-01 11:31:54.461 | Requirement already satisfied: netifaces>=0.10.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (0.11.0) 2024-10-01 11:31:54.461 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (24.1) 2024-10-01 11:31:54.461 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (3.1.2) 2024-10-01 11:31:54.461 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (2.1.0) 2024-10-01 11:31:54.461 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 21)) (0.2.13) 2024-10-01 11:31:54.461 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 23)) (1.16.0) 2024-10-01 11:31:54.461 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 9)) (2.22) 2024-10-01 11:31:54.461 | Requirement already satisfied: pyperclip>=1.6 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (1.9.0) 2024-10-01 11:31:54.461 | Requirement already satisfied: six>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from python-dateutil>=2.7.0->oslo.log>=3.36.0->-r requirements.txt (line 13)) (1.16.0) 2024-10-01 11:31:54.461 | Requirement already satisfied: charset-normalizer<4,>=2 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.3.2) 2024-10-01 11:31:54.461 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2024.8.30) 2024-10-01 11:31:54.461 | Requirement already satisfied: idna<4,>=2.5 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.8) 2024-10-01 11:31:54.461 | WARNING: There was an error checking the latest version of pip. 2024-10-01 11:31:54.461 | ++ lib/tempest:install_tempest:857 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2024-10-01 11:31:54.461 | ++ lib/tempest:install_tempest:858 : rm -f /tmp/tempest_u_c_m.fhITRYZNo5 2024-10-01 11:31:54.461 | ++ lib/tempest:install_tempest:859 : popd 2024-10-01 11:31:54.461 | ~/devstack 2024-10-01 11:31:54.488 | [3480 Async install_tempest:27730]: finished install_tempest with result 0 in 21 seconds 2024-10-01 11:31:54.492 | ++ inc/async:async_wait:197 : return 0 2024-10-01 11:31:54.494 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2024-10-01 11:31:54.496 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 11:31:54.498 | ++ stack.sh:echo_summary:455 : echo -e Initializing Tempest 2024-10-01 11:31:54.500 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2024-10-01 11:31:54.502 | ++ lib/tempest:configure_tempest:192 : [[ False == \T\r\u\e ]] 2024-10-01 11:31:54.503 | ++ lib/tempest:configure_tempest:196 : pip_install_gr testrepository 2024-10-01 11:31:54.505 | ++ inc/python:pip_install_gr:76 : local name=testrepository 2024-10-01 11:31:54.507 | ++ inc/python:pip_install_gr:77 : local clean_name 2024-10-01 11:31:54.509 | +++ inc/python:pip_install_gr:78 : get_from_global_requirements testrepository 2024-10-01 11:31:54.511 | +++ inc/python:get_from_global_requirements:221 : local package=testrepository 2024-10-01 11:31:54.512 | +++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-10-01 11:31:54.515 | ++++ inc/python:get_from_global_requirements:223 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2024-10-01 11:31:54.515 | ++++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-10-01 11:31:54.519 | +++ inc/python:get_from_global_requirements:223 : required_pkg='testrepository ' 2024-10-01 11:31:54.520 | +++ inc/python:get_from_global_requirements:224 : [[ testrepository == '' ]] 2024-10-01 11:31:54.522 | +++ inc/python:get_from_global_requirements:227 : echo testrepository 2024-10-01 11:31:54.524 | ++ inc/python:pip_install_gr:78 : clean_name=testrepository 2024-10-01 11:31:54.525 | ++ inc/python:pip_install_gr:79 : pip_install testrepository 2024-10-01 11:31:54.540 | Using python 3.10 to install testrepository 2024-10-01 11:31:54.542 | ++ inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.10 -m pip install -c /opt/stack//requirements/upper-constraints.txt testrepository 2024-10-01 11:31:55.680 | Collecting testrepository 2024-10-01 11:31:55.680 | Using cached testrepository-0.0.20-py3-none-any.whl 2024-10-01 11:31:55.692 | Requirement already satisfied: fixtures in /usr/local/lib/python3.10/dist-packages (from testrepository) (4.0.1) 2024-10-01 11:31:55.693 | Requirement already satisfied: testtools>=0.9.30 in /usr/lib/python3/dist-packages (from testrepository) (2.5.0) 2024-10-01 11:31:55.694 | Requirement already satisfied: python-subunit>=0.0.18 in /usr/local/lib/python3.10/dist-packages (from testrepository) (1.4.2) 2024-10-01 11:31:55.699 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=0.0.18->testrepository) (1.0.0) 2024-10-01 11:31:55.705 | Requirement already satisfied: pbr>=5.7.0 in /usr/local/lib/python3.10/dist-packages (from fixtures->testrepository) (5.11.1) 2024-10-01 11:31:56.785 | Installing collected packages: testrepository 2024-10-01 11:31:56.897 | Successfully installed testrepository-0.0.20 2024-10-01 11:31:56.898 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-10-01 11:31:57.004 | ++ inc/python:pip_install:196 : result=0 2024-10-01 11:31:57.006 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-10-01 11:31:57.008 | ++ functions-common:time_stop:2435 : local name 2024-10-01 11:31:57.010 | ++ functions-common:time_stop:2436 : local end_time 2024-10-01 11:31:57.012 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-10-01 11:31:57.013 | ++ functions-common:time_stop:2438 : local total 2024-10-01 11:31:57.015 | ++ functions-common:time_stop:2439 : local start_time 2024-10-01 11:31:57.017 | ++ functions-common:time_stop:2441 : name=pip_install 2024-10-01 11:31:57.018 | ++ functions-common:time_stop:2442 : start_time=1727782314536 2024-10-01 11:31:57.020 | ++ functions-common:time_stop:2444 : [[ -z 1727782314536 ]] 2024-10-01 11:31:57.022 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-10-01 11:31:57.025 | ++ functions-common:time_stop:2447 : end_time=1727782317023 2024-10-01 11:31:57.027 | ++ functions-common:time_stop:2448 : elapsed_time=2487 2024-10-01 11:31:57.029 | ++ functions-common:time_stop:2449 : total=95765 2024-10-01 11:31:57.030 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-10-01 11:31:57.032 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=98252 2024-10-01 11:31:57.034 | ++ inc/python:pip_install:199 : return 0 2024-10-01 11:31:57.036 | ++ lib/tempest:configure_tempest:199 : local image_lines 2024-10-01 11:31:57.037 | ++ lib/tempest:configure_tempest:200 : local images 2024-10-01 11:31:57.039 | ++ lib/tempest:configure_tempest:201 : local num_images 2024-10-01 11:31:57.041 | ++ lib/tempest:configure_tempest:202 : local image_uuid 2024-10-01 11:31:57.042 | ++ lib/tempest:configure_tempest:203 : local image_uuid_alt 2024-10-01 11:31:57.044 | ++ lib/tempest:configure_tempest:204 : local password 2024-10-01 11:31:57.046 | ++ lib/tempest:configure_tempest:205 : local line 2024-10-01 11:31:57.048 | ++ lib/tempest:configure_tempest:206 : local flavors 2024-10-01 11:31:57.049 | ++ lib/tempest:configure_tempest:207 : local available_flavors 2024-10-01 11:31:57.051 | ++ lib/tempest:configure_tempest:208 : local flavors_ref 2024-10-01 11:31:57.053 | ++ lib/tempest:configure_tempest:209 : local flavor_lines 2024-10-01 11:31:57.055 | ++ lib/tempest:configure_tempest:210 : local flavor_ref_size 2024-10-01 11:31:57.056 | ++ lib/tempest:configure_tempest:211 : local flavor_ref_alt_size 2024-10-01 11:31:57.058 | ++ lib/tempest:configure_tempest:212 : local public_network_id 2024-10-01 11:31:57.060 | ++ lib/tempest:configure_tempest:213 : local public_router_id 2024-10-01 11:31:57.061 | ++ lib/tempest:configure_tempest:214 : local ssh_connect_method=floating 2024-10-01 11:31:57.063 | ++ lib/tempest:configure_tempest:215 : local disk 2024-10-01 11:31:57.065 | ++ lib/tempest:configure_tempest:218 : ifs=' 2024-10-01 11:31:57.065 | ' 2024-10-01 11:31:57.066 | ++ lib/tempest:configure_tempest:228 : declare -a images 2024-10-01 11:31:57.068 | ++ lib/tempest:configure_tempest:230 : is_service_enabled glance 2024-10-01 11:31:57.080 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:31:57.082 | ++ lib/tempest:configure_tempest:231 : get_active_images images image_uuid image_uuid_alt 2024-10-01 11:31:57.084 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2024-10-01 11:31:57.085 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2024-10-01 11:31:57.087 | ++ lib/tempest:get_active_images:156 : declare -n img_id_alt=image_uuid_alt 2024-10-01 11:31:57.089 | ++ lib/tempest:get_active_images:159 : img_array=() 2024-10-01 11:31:57.091 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2024-10-01 11:31:57.091 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2024-10-01 11:31:57.092 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2024-10-01 11:31:58.387 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:31:58.389 | ++ lib/tempest:get_active_images:162 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2024-10-01 11:31:58.391 | ++ lib/tempest:get_active_images:166 : img_array+=($IMAGE_UUID) 2024-10-01 11:31:58.393 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2024-10-01 11:31:58.395 | ++ lib/tempest:configure_tempest:233 : (( 1 < 1 )) 2024-10-01 11:31:58.397 | ++ lib/tempest:configure_tempest:247 : case "${#images[*]}" in 2024-10-01 11:31:58.398 | ++ lib/tempest:configure_tempest:253 : '[' -z '' ']' 2024-10-01 11:31:58.400 | ++ lib/tempest:configure_tempest:254 : image_uuid=382934f7-0df0-4079-91d3-c4878a6d695d 2024-10-01 11:31:58.402 | ++ lib/tempest:configure_tempest:255 : image_uuid_alt=382934f7-0df0-4079-91d3-c4878a6d695d 2024-10-01 11:31:58.404 | ++ lib/tempest:configure_tempest:269 : sudo install -d -o stack /opt/stack//tempest/etc 2024-10-01 11:31:58.413 | ++ lib/tempest:configure_tempest:270 : rm -f /opt/stack//tempest/etc/tempest.conf 2024-10-01 11:31:58.416 | ++ lib/tempest:configure_tempest:272 : local password=nomoresecret 2024-10-01 11:31:58.418 | ++ lib/tempest:configure_tempest:275 : local admin_username=admin 2024-10-01 11:31:58.419 | ++ lib/tempest:configure_tempest:276 : local admin_project_name=admin 2024-10-01 11:31:58.421 | ++ lib/tempest:configure_tempest:277 : local admin_domain_name=Default 2024-10-01 11:31:58.423 | ++ lib/tempest:configure_tempest:278 : local alt_username=alt_demo 2024-10-01 11:31:58.424 | ++ lib/tempest:configure_tempest:279 : local alt_project_name=alt_demo 2024-10-01 11:31:58.426 | ++ lib/tempest:configure_tempest:280 : local admin_project_id 2024-10-01 11:31:58.429 | +++ lib/tempest:configure_tempest:281 : oscwrap --os-cloud devstack-admin project list 2024-10-01 11:31:58.429 | +++ lib/tempest:configure_tempest:281 : awk '/ admin / { print $2 }' 2024-10-01 11:31:59.646 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:31:59.649 | ++ lib/tempest:configure_tempest:281 : admin_project_id=229232f4c0da4ebfb5b319963105e1f4 2024-10-01 11:31:59.651 | ++ lib/tempest:configure_tempest:283 : is_service_enabled nova 2024-10-01 11:31:59.663 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:31:59.665 | +++ lib/tempest:configure_tempest:286 : oscwrap --os-cloud devstack-admin flavor list 2024-10-01 11:32:00.898 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:32:00.900 | ++ lib/tempest:configure_tempest:286 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2024-10-01 11:32:00.900 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-10-01 11:32:00.900 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-10-01 11:32:00.900 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-10-01 11:32:00.900 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-10-01 11:32:00.900 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-10-01 11:32:00.900 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-10-01 11:32:00.900 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-10-01 11:32:00.900 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-10-01 11:32:00.900 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-10-01 11:32:00.900 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-10-01 11:32:00.900 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-10-01 11:32:00.900 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-10-01 11:32:00.900 | +----+-----------+-------+------+-----------+-------+-----------+' 2024-10-01 11:32:00.902 | ++ lib/tempest:configure_tempest:287 : [[ -z '' ]] 2024-10-01 11:32:00.904 | ++ lib/tempest:configure_tempest:288 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-10-01 11:32:00.904 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-10-01 11:32:00.904 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-10-01 11:32:00.904 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-10-01 11:32:00.904 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-10-01 11:32:00.904 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-10-01 11:32:00.904 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-10-01 11:32:00.904 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-10-01 11:32:00.904 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-10-01 11:32:00.904 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-10-01 11:32:00.904 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-10-01 11:32:00.904 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-10-01 11:32:00.904 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-10-01 11:32:00.904 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2024-10-01 11:32:00.907 | +++ lib/tempest:configure_tempest:290 : image_size_in_gib 382934f7-0df0-4079-91d3-c4878a6d695d 2024-10-01 11:32:00.909 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-10-01 11:32:00.911 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 382934f7-0df0-4079-91d3-c4878a6d695d -c size -f value 2024-10-01 11:32:02.131 | ++++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:32:02.133 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-10-01 11:32:02.136 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-10-01 11:32:02.136 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-10-01 11:32:02.160 | ++ lib/tempest:configure_tempest:290 : disk=1 2024-10-01 11:32:02.162 | ++ lib/tempest:configure_tempest:291 : openstack --os-cloud devstack-admin flavor create --id 42 --ram 128 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.nano 2024-10-01 11:32:03.281 | +----------------------------+-----------------------+ 2024-10-01 11:32:03.281 | | Field | Value | 2024-10-01 11:32:03.281 | +----------------------------+-----------------------+ 2024-10-01 11:32:03.281 | | OS-FLV-DISABLED:disabled | False | 2024-10-01 11:32:03.281 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-10-01 11:32:03.281 | | description | None | 2024-10-01 11:32:03.281 | | disk | 1 | 2024-10-01 11:32:03.281 | | id | 42 | 2024-10-01 11:32:03.281 | | name | m1.nano | 2024-10-01 11:32:03.281 | | os-flavor-access:is_public | True | 2024-10-01 11:32:03.281 | | properties | hw_rng:allowed='True' | 2024-10-01 11:32:03.281 | | ram | 128 | 2024-10-01 11:32:03.281 | | rxtx_factor | 1.0 | 2024-10-01 11:32:03.281 | | swap | | 2024-10-01 11:32:03.281 | | vcpus | 1 | 2024-10-01 11:32:03.281 | +----------------------------+-----------------------+ 2024-10-01 11:32:03.397 | ++ lib/tempest:configure_tempest:293 : flavor_ref=42 2024-10-01 11:32:03.399 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-10-01 11:32:03.399 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-10-01 11:32:03.399 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-10-01 11:32:03.399 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-10-01 11:32:03.399 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-10-01 11:32:03.399 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-10-01 11:32:03.399 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-10-01 11:32:03.399 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-10-01 11:32:03.399 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-10-01 11:32:03.399 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-10-01 11:32:03.399 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-10-01 11:32:03.399 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-10-01 11:32:03.399 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-10-01 11:32:03.399 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2024-10-01 11:32:03.402 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib 382934f7-0df0-4079-91d3-c4878a6d695d 2024-10-01 11:32:03.403 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-10-01 11:32:03.406 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show 382934f7-0df0-4079-91d3-c4878a6d695d -c size -f value 2024-10-01 11:32:04.660 | ++++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:32:04.662 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-10-01 11:32:04.665 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-10-01 11:32:04.665 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-10-01 11:32:04.689 | ++ lib/tempest:configure_tempest:296 : disk=1 2024-10-01 11:32:04.691 | ++ lib/tempest:configure_tempest:297 : openstack --os-cloud devstack-admin flavor create --id 84 --ram 192 --disk 1 --vcpus 1 --property hw_rng:allowed=True m1.micro 2024-10-01 11:32:05.822 | +----------------------------+-----------------------+ 2024-10-01 11:32:05.822 | | Field | Value | 2024-10-01 11:32:05.822 | +----------------------------+-----------------------+ 2024-10-01 11:32:05.822 | | OS-FLV-DISABLED:disabled | False | 2024-10-01 11:32:05.822 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-10-01 11:32:05.822 | | description | None | 2024-10-01 11:32:05.822 | | disk | 1 | 2024-10-01 11:32:05.822 | | id | 84 | 2024-10-01 11:32:05.822 | | name | m1.micro | 2024-10-01 11:32:05.822 | | os-flavor-access:is_public | True | 2024-10-01 11:32:05.822 | | properties | hw_rng:allowed='True' | 2024-10-01 11:32:05.822 | | ram | 192 | 2024-10-01 11:32:05.822 | | rxtx_factor | 1.0 | 2024-10-01 11:32:05.822 | | swap | | 2024-10-01 11:32:05.822 | | vcpus | 1 | 2024-10-01 11:32:05.822 | +----------------------------+-----------------------+ 2024-10-01 11:32:05.939 | ++ lib/tempest:configure_tempest:299 : flavor_ref_alt=84 2024-10-01 11:32:05.940 | ++ lib/tempest:configure_tempest:348 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2024-10-01 11:32:05.965 | ++ lib/tempest:configure_tempest:350 : ssh_connect_method=floating 2024-10-01 11:32:05.967 | ++ lib/tempest:configure_tempest:356 : [[ True == \T\r\u\e ]] 2024-10-01 11:32:05.969 | ++ lib/tempest:configure_tempest:356 : is_networking_extension_supported external-net 2024-10-01 11:32:05.971 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2024-10-01 11:32:05.973 | +++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-10-01 11:32:07.212 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:32:07.215 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-10-01 11:32:07.215 | address-scope 2024-10-01 11:32:07.215 | router-admin-state-down-before-update 2024-10-01 11:32:07.215 | agent 2024-10-01 11:32:07.215 | agent-resources-synced 2024-10-01 11:32:07.215 | allowed-address-pairs 2024-10-01 11:32:07.215 | auto-allocated-topology 2024-10-01 11:32:07.215 | availability_zone 2024-10-01 11:32:07.215 | availability_zone_filter 2024-10-01 11:32:07.215 | default-subnetpools 2024-10-01 11:32:07.215 | dhcp_agent_scheduler 2024-10-01 11:32:07.215 | dvr 2024-10-01 11:32:07.215 | empty-string-filtering 2024-10-01 11:32:07.215 | external-net 2024-10-01 11:32:07.215 | extra_dhcp_opt 2024-10-01 11:32:07.215 | extraroute 2024-10-01 11:32:07.215 | extraroute-atomic 2024-10-01 11:32:07.215 | filter-validation 2024-10-01 11:32:07.215 | floating-ip-port-forwarding-detail 2024-10-01 11:32:07.215 | fip-port-details 2024-10-01 11:32:07.215 | flavors 2024-10-01 11:32:07.215 | floatingip-pools 2024-10-01 11:32:07.215 | ip-substring-filtering 2024-10-01 11:32:07.215 | router 2024-10-01 11:32:07.215 | ext-gw-mode 2024-10-01 11:32:07.215 | l3-ha 2024-10-01 11:32:07.215 | l3-flavors 2024-10-01 11:32:07.215 | l3-port-ip-change-not-allowed 2024-10-01 11:32:07.215 | l3_agent_scheduler 2024-10-01 11:32:07.215 | multi-provider 2024-10-01 11:32:07.215 | net-mtu 2024-10-01 11:32:07.215 | net-mtu-writable 2024-10-01 11:32:07.215 | network_availability_zone 2024-10-01 11:32:07.215 | network-ip-availability 2024-10-01 11:32:07.215 | pagination 2024-10-01 11:32:07.215 | port-device-profile 2024-10-01 11:32:07.215 | port-mac-override 2024-10-01 11:32:07.215 | port-mac-address-regenerate 2024-10-01 11:32:07.215 | port-numa-affinity-policy 2024-10-01 11:32:07.215 | binding 2024-10-01 11:32:07.215 | binding-extended 2024-10-01 11:32:07.215 | port-security 2024-10-01 11:32:07.215 | project-id 2024-10-01 11:32:07.215 | provider 2024-10-01 11:32:07.215 | quota-check-limit 2024-10-01 11:32:07.215 | quotas 2024-10-01 11:32:07.215 | quota_details 2024-10-01 11:32:07.215 | rbac-policies 2024-10-01 11:32:07.215 | rbac-address-group 2024-10-01 11:32:07.215 | rbac-address-scope 2024-10-01 11:32:07.215 | rbac-security-groups 2024-10-01 11:32:07.215 | rbac-subnetpool 2024-10-01 11:32:07.215 | revision-if-match 2024-10-01 11:32:07.215 | standard-attr-revisions 2024-10-01 11:32:07.215 | router_availability_zone 2024-10-01 11:32:07.215 | security-groups-normalized-cidr 2024-10-01 11:32:07.215 | port-security-groups-filtering 2024-10-01 11:32:07.215 | security-groups-remote-address-group 2024-10-01 11:32:07.215 | security-groups-shared-filtering 2024-10-01 11:32:07.215 | security-group 2024-10-01 11:32:07.215 | service-type 2024-10-01 11:32:07.215 | sorting 2024-10-01 11:32:07.215 | standard-attr-description 2024-10-01 11:32:07.215 | stateful-security-group 2024-10-01 11:32:07.215 | subnet_onboard 2024-10-01 11:32:07.215 | subnet-service-types 2024-10-01 11:32:07.215 | subnet_allocation 2024-10-01 11:32:07.215 | subnetpool-prefix-ops 2024-10-01 11:32:07.215 | standard-attr-tag 2024-10-01 11:32:07.215 | standard-attr-timestamp 2024-10-01 11:32:07.215 | nsxt-ops' 2024-10-01 11:32:07.217 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-10-01 11:32:07.217 | address-scope 2024-10-01 11:32:07.217 | router-admin-state-down-before-update 2024-10-01 11:32:07.217 | agent 2024-10-01 11:32:07.217 | agent-resources-synced 2024-10-01 11:32:07.217 | allowed-address-pairs 2024-10-01 11:32:07.217 | auto-allocated-topology 2024-10-01 11:32:07.217 | availability_zone 2024-10-01 11:32:07.217 | availability_zone_filter 2024-10-01 11:32:07.217 | default-subnetpools 2024-10-01 11:32:07.217 | dhcp_agent_scheduler 2024-10-01 11:32:07.217 | dvr 2024-10-01 11:32:07.217 | empty-string-filtering 2024-10-01 11:32:07.217 | external-net 2024-10-01 11:32:07.217 | extra_dhcp_opt 2024-10-01 11:32:07.217 | extraroute 2024-10-01 11:32:07.217 | extraroute-atomic 2024-10-01 11:32:07.217 | filter-validation 2024-10-01 11:32:07.217 | floating-ip-port-forwarding-detail 2024-10-01 11:32:07.217 | fip-port-details 2024-10-01 11:32:07.217 | flavors 2024-10-01 11:32:07.217 | floatingip-pools 2024-10-01 11:32:07.217 | ip-substring-filtering 2024-10-01 11:32:07.217 | router 2024-10-01 11:32:07.217 | ext-gw-mode 2024-10-01 11:32:07.217 | l3-ha 2024-10-01 11:32:07.217 | l3-flavors 2024-10-01 11:32:07.217 | l3-port-ip-change-not-allowed 2024-10-01 11:32:07.217 | l3_agent_scheduler 2024-10-01 11:32:07.217 | multi-provider 2024-10-01 11:32:07.217 | net-mtu 2024-10-01 11:32:07.217 | net-mtu-writable 2024-10-01 11:32:07.217 | network_availability_zone 2024-10-01 11:32:07.217 | network-ip-availability 2024-10-01 11:32:07.218 | pagination 2024-10-01 11:32:07.218 | port-device-profile 2024-10-01 11:32:07.218 | port-mac-override 2024-10-01 11:32:07.218 | port-mac-address-regenerate 2024-10-01 11:32:07.218 | port-numa-affinity-policy 2024-10-01 11:32:07.218 | binding 2024-10-01 11:32:07.218 | binding-extended 2024-10-01 11:32:07.218 | port-security 2024-10-01 11:32:07.218 | project-id 2024-10-01 11:32:07.218 | provider 2024-10-01 11:32:07.218 | quota-check-limit 2024-10-01 11:32:07.218 | quotas 2024-10-01 11:32:07.218 | quota_details 2024-10-01 11:32:07.218 | rbac-policies 2024-10-01 11:32:07.218 | rbac-address-group 2024-10-01 11:32:07.218 | rbac-address-scope 2024-10-01 11:32:07.218 | rbac-security-groups 2024-10-01 11:32:07.218 | rbac-subnetpool 2024-10-01 11:32:07.218 | revision-if-match 2024-10-01 11:32:07.218 | standard-attr-revisions 2024-10-01 11:32:07.218 | router_availability_zone 2024-10-01 11:32:07.218 | security-groups-normalized-cidr 2024-10-01 11:32:07.218 | port-security-groups-filtering 2024-10-01 11:32:07.218 | security-groups-remote-address-group 2024-10-01 11:32:07.218 | security-groups-shared-filtering 2024-10-01 11:32:07.218 | security-group 2024-10-01 11:32:07.218 | service-type 2024-10-01 11:32:07.218 | sorting 2024-10-01 11:32:07.218 | standard-attr-description 2024-10-01 11:32:07.218 | stateful-security-group 2024-10-01 11:32:07.218 | subnet_onboard 2024-10-01 11:32:07.218 | subnet-service-types 2024-10-01 11:32:07.218 | subnet_allocation 2024-10-01 11:32:07.218 | subnetpool-prefix-ops 2024-10-01 11:32:07.219 | standard-attr-tag 2024-10-01 11:32:07.219 | standard-attr-timestamp 2024-10-01 11:32:07.219 | nsxt-ops =~ external-net ]] 2024-10-01 11:32:07.219 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-10-01 11:32:07.221 | +++ lib/tempest:configure_tempest:357 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2024-10-01 11:32:08.520 | +++ functions-common:oscwrap:2475 : return 0 2024-10-01 11:32:08.522 | ++ lib/tempest:configure_tempest:357 : public_network_id=c7c3de2d-9c86-4ed6-a388-bdfba02895df 2024-10-01 11:32:08.524 | ++ lib/tempest:configure_tempest:359 : openstack --os-cloud devstack-admin --os-region RegionOne network create --share shared 2024-10-01 11:32:09.705 | +---------------------------+--------------------------------------+ 2024-10-01 11:32:09.705 | | Field | Value | 2024-10-01 11:32:09.705 | +---------------------------+--------------------------------------+ 2024-10-01 11:32:09.705 | | admin_state_up | UP | 2024-10-01 11:32:09.705 | | availability_zone_hints | | 2024-10-01 11:32:09.705 | | availability_zones | | 2024-10-01 11:32:09.705 | | created_at | 2024-10-01T11:32:09Z | 2024-10-01 11:32:09.705 | | description | | 2024-10-01 11:32:09.705 | | dns_domain | None | 2024-10-01 11:32:09.705 | | id | f62f9b13-db88-49bc-9830-149b37e4ea48 | 2024-10-01 11:32:09.705 | | ipv4_address_scope | None | 2024-10-01 11:32:09.705 | | ipv6_address_scope | None | 2024-10-01 11:32:09.706 | | is_default | False | 2024-10-01 11:32:09.706 | | is_vlan_transparent | None | 2024-10-01 11:32:09.706 | | mtu | 8950 | 2024-10-01 11:32:09.706 | | name | shared | 2024-10-01 11:32:09.706 | | port_security_enabled | True | 2024-10-01 11:32:09.706 | | project_id | 229232f4c0da4ebfb5b319963105e1f4 | 2024-10-01 11:32:09.706 | | provider:network_type | vlan | 2024-10-01 11:32:09.706 | | provider:physical_network | default | 2024-10-01 11:32:09.706 | | provider:segmentation_id | 425 | 2024-10-01 11:32:09.706 | | qos_policy_id | None | 2024-10-01 11:32:09.706 | | revision_number | 1 | 2024-10-01 11:32:09.706 | | router:external | Internal | 2024-10-01 11:32:09.706 | | segments | None | 2024-10-01 11:32:09.706 | | shared | True | 2024-10-01 11:32:09.706 | | status | ACTIVE | 2024-10-01 11:32:09.706 | | subnets | | 2024-10-01 11:32:09.706 | | tags | | 2024-10-01 11:32:09.706 | | tenant_id | 229232f4c0da4ebfb5b319963105e1f4 | 2024-10-01 11:32:09.706 | | updated_at | 2024-10-01T11:32:09Z | 2024-10-01 11:32:09.706 | +---------------------------+--------------------------------------+ 2024-10-01 11:32:09.833 | ++ lib/tempest:configure_tempest:360 : openstack --os-cloud devstack-admin --os-region RegionOne subnet create --description shared-subnet --subnet-range 192.168.233.0/24 --network shared shared-subnet 2024-10-01 11:32:11.121 | +----------------------+--------------------------------------+ 2024-10-01 11:32:11.121 | | Field | Value | 2024-10-01 11:32:11.121 | +----------------------+--------------------------------------+ 2024-10-01 11:32:11.121 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2024-10-01 11:32:11.121 | | cidr | 192.168.233.0/24 | 2024-10-01 11:32:11.121 | | created_at | 2024-10-01T11:32:11Z | 2024-10-01 11:32:11.121 | | description | shared-subnet | 2024-10-01 11:32:11.121 | | dns_nameservers | | 2024-10-01 11:32:11.121 | | dns_publish_fixed_ip | None | 2024-10-01 11:32:11.121 | | enable_dhcp | True | 2024-10-01 11:32:11.121 | | gateway_ip | 192.168.233.1 | 2024-10-01 11:32:11.121 | | host_routes | | 2024-10-01 11:32:11.121 | | id | 530bbd80-ca22-4016-afa0-8d934939a49e | 2024-10-01 11:32:11.121 | | ip_version | 4 | 2024-10-01 11:32:11.121 | | ipv6_address_mode | None | 2024-10-01 11:32:11.121 | | ipv6_ra_mode | None | 2024-10-01 11:32:11.121 | | name | shared-subnet | 2024-10-01 11:32:11.121 | | network_id | f62f9b13-db88-49bc-9830-149b37e4ea48 | 2024-10-01 11:32:11.121 | | project_id | 229232f4c0da4ebfb5b319963105e1f4 | 2024-10-01 11:32:11.121 | | revision_number | 0 | 2024-10-01 11:32:11.121 | | segment_id | None | 2024-10-01 11:32:11.121 | | service_types | | 2024-10-01 11:32:11.121 | | subnetpool_id | None | 2024-10-01 11:32:11.121 | | tags | | 2024-10-01 11:32:11.121 | | updated_at | 2024-10-01T11:32:11Z | 2024-10-01 11:32:11.121 | +----------------------+--------------------------------------+ 2024-10-01 11:32:11.252 | ++ lib/tempest:configure_tempest:363 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2024-10-01 11:32:11.279 | ++ lib/tempest:configure_tempest:366 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2024-10-01 11:32:11.303 | ++ lib/tempest:configure_tempest:367 : mkdir -p /opt/stack/data/tempest 2024-10-01 11:32:11.306 | ++ lib/tempest:configure_tempest:368 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2024-10-01 11:32:11.328 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2024-10-01 11:32:11.350 | ++ lib/tempest:configure_tempest:370 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2024-10-01 11:32:11.372 | ++ lib/tempest:configure_tempest:373 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2024-10-01 11:32:11.395 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2024-10-01 11:32:11.419 | ++ lib/tempest:configure_tempest:377 : iniset /opt/stack//tempest/etc/tempest.conf identity uri http://10.180.1.21/identity/v2.0/ 2024-10-01 11:32:11.443 | ++ lib/tempest:configure_tempest:378 : iniset /opt/stack//tempest/etc/tempest.conf identity uri_v3 http://10.180.1.21/identity/v3 2024-10-01 11:32:11.466 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2024-10-01 11:32:11.490 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2024-10-01 11:32:11.512 | ++ lib/tempest:configure_tempest:381 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2024-10-01 11:32:11.535 | ++ lib/tempest:configure_tempest:382 : [[ True == \T\r\u\e ]] 2024-10-01 11:32:11.538 | ++ lib/tempest:configure_tempest:383 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2024-10-01 11:32:11.561 | ++ lib/tempest:configure_tempest:384 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2024-10-01 11:32:11.583 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2024-10-01 11:32:11.606 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2024-10-01 11:32:11.630 | ++ lib/tempest:configure_tempest:388 : '[' '' == True ']' 2024-10-01 11:32:11.631 | ++ lib/tempest:configure_tempest:393 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2024-10-01 11:32:11.657 | ++ lib/tempest:configure_tempest:395 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2024-10-01 11:32:11.680 | ++ lib/tempest:configure_tempest:396 : [[ '' != \v\2 ]] 2024-10-01 11:32:11.681 | ++ lib/tempest:configure_tempest:398 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2024-10-01 11:32:11.706 | ++ lib/tempest:configure_tempest:401 : is_service_enabled tls-proxy 2024-10-01 11:32:11.718 | ++ functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:32:11.720 | ++ lib/tempest:configure_tempest:406 : [[ True = True ]] 2024-10-01 11:32:11.721 | ++ lib/tempest:configure_tempest:407 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2024-10-01 11:32:11.743 | ++ lib/tempest:configure_tempest:412 : is_service_enabled ldap 2024-10-01 11:32:11.755 | ++ functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:32:11.757 | ++ lib/tempest:configure_tempest:418 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2024-10-01 11:32:11.779 | ++ lib/tempest:configure_tempest:422 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2024-10-01 11:32:11.803 | ++ lib/tempest:configure_tempest:426 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2024-10-01 11:32:11.827 | ++ lib/tempest:configure_tempest:431 : [[ ! -z '' ]] 2024-10-01 11:32:11.828 | ++ lib/tempest:configure_tempest:434 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2024-10-01 11:32:11.853 | ++ lib/tempest:configure_tempest:435 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2024-10-01 11:32:11.875 | ++ lib/tempest:configure_tempest:436 : is_service_enabled g-api-r 2024-10-01 11:32:11.887 | ++ functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:32:11.889 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref 382934f7-0df0-4079-91d3-c4878a6d695d 2024-10-01 11:32:11.912 | ++ lib/tempest:configure_tempest:442 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt 382934f7-0df0-4079-91d3-c4878a6d695d 2024-10-01 11:32:11.934 | ++ lib/tempest:configure_tempest:443 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2024-10-01 11:32:11.956 | ++ lib/tempest:configure_tempest:444 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2024-10-01 11:32:11.979 | ++ lib/tempest:configure_tempest:445 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2024-10-01 11:32:12.004 | ++ lib/tempest:configure_tempest:446 : is_service_enabled neutron 2024-10-01 11:32:12.016 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:32:12.018 | ++ lib/tempest:configure_tempest:454 : [[ -n '' ]] 2024-10-01 11:32:12.020 | ++ lib/tempest:configure_tempest:464 : local tempest_compute_min_microversion=None 2024-10-01 11:32:12.022 | ++ lib/tempest:configure_tempest:465 : local tempest_compute_max_microversion=2.95 2024-10-01 11:32:12.023 | ++ lib/tempest:configure_tempest:468 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2024-10-01 11:32:12.025 | ++ lib/tempest:configure_tempest:472 : '[' None == None ']' 2024-10-01 11:32:12.027 | ++ lib/tempest:configure_tempest:473 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2024-10-01 11:32:12.040 | ++ lib/tempest:configure_tempest:477 : '[' 2.95 == None ']' 2024-10-01 11:32:12.042 | ++ lib/tempest:configure_tempest:480 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2024-10-01 11:32:12.064 | ++ lib/tempest:configure_tempest:483 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2024-10-01 11:32:12.089 | ++ lib/tempest:configure_tempest:484 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2024-10-01 11:32:12.111 | ++ lib/tempest:configure_tempest:485 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2024-10-01 11:32:12.134 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2024-10-01 11:32:12.157 | ++ lib/tempest:configure_tempest:487 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2024-10-01 11:32:12.180 | ++ lib/tempest:configure_tempest:488 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2024-10-01 11:32:12.203 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2024-10-01 11:32:12.226 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2024-10-01 11:32:12.248 | ++ lib/tempest:configure_tempest:494 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2024-10-01 11:32:12.250 | ++ lib/tempest:configure_tempest:495 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled scheduler_enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2024-10-01 11:32:12.273 | ++ lib/tempest:configure_tempest:498 : [[ False == \T\r\u\e ]] 2024-10-01 11:32:12.274 | ++ lib/tempest:configure_tempest:502 : is_service_enabled n-novnc 2024-10-01 11:32:12.287 | ++ functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:32:12.289 | ++ lib/tempest:configure_tempest:507 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2024-10-01 11:32:12.311 | ++ lib/tempest:configure_tempest:508 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id c7c3de2d-9c86-4ed6-a388-bdfba02895df 2024-10-01 11:32:12.333 | ++ lib/tempest:configure_tempest:509 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2024-10-01 11:32:12.355 | ++ lib/tempest:configure_tempest:510 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2024-10-01 11:32:12.377 | ++ lib/tempest:configure_tempest:511 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2024-10-01 11:32:12.401 | ++ lib/tempest:configure_tempest:512 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2024-10-01 11:32:12.422 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2024-10-01 11:32:12.444 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2024-10-01 11:32:12.468 | ++ lib/tempest:configure_tempest:518 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2024-10-01 11:32:12.470 | ++ lib/tempest:configure_tempest:519 : SCENARIO_IMAGE_FILE= 2024-10-01 11:32:12.472 | ++ lib/tempest:configure_tempest:520 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2024-10-01 11:32:12.496 | ++ lib/tempest:configure_tempest:523 : TEMPEST_SSH_NETWORK_NAME=private 2024-10-01 11:32:12.498 | ++ lib/tempest:configure_tempest:524 : is_provider_network 2024-10-01 11:32:12.500 | ++ functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-10-01 11:32:12.502 | ++ functions-common:is_provider_network:2287 : return 1 2024-10-01 11:32:12.504 | ++ lib/tempest:configure_tempest:528 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2024-10-01 11:32:12.526 | ++ lib/tempest:configure_tempest:529 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2024-10-01 11:32:12.549 | ++ lib/tempest:configure_tempest:530 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2024-10-01 11:32:12.571 | ++ lib/tempest:configure_tempest:531 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2024-10-01 11:32:12.593 | ++ lib/tempest:configure_tempest:532 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2024-10-01 11:32:12.616 | ++ lib/tempest:configure_tempest:533 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2024-10-01 11:32:12.638 | ++ lib/tempest:configure_tempest:537 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-10-01 11:32:12.641 | +++ lib/tempest:configure_tempest:540 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2024-10-01 11:32:12.653 | ++ lib/tempest:configure_tempest:540 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2024-10-01 11:32:12.678 | ++ lib/tempest:configure_tempest:542 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-10-01 11:32:12.681 | +++ lib/tempest:configure_tempest:545 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2024-10-01 11:32:12.693 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2024-10-01 11:32:12.715 | ++ lib/tempest:configure_tempest:548 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-10-01 11:32:12.717 | +++ lib/tempest:configure_tempest:551 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2024-10-01 11:32:12.729 | ++ lib/tempest:configure_tempest:551 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2024-10-01 11:32:12.751 | ++ lib/tempest:configure_tempest:553 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-10-01 11:32:12.754 | +++ lib/tempest:configure_tempest:556 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2024-10-01 11:32:12.766 | ++ lib/tempest:configure_tempest:556 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2024-10-01 11:32:12.788 | ++ lib/tempest:configure_tempest:557 : local tempest_volume_min_microversion=None 2024-10-01 11:32:12.790 | ++ lib/tempest:configure_tempest:558 : local tempest_volume_max_microversion=3.70 2024-10-01 11:32:12.791 | ++ lib/tempest:configure_tempest:559 : '[' None == None ']' 2024-10-01 11:32:12.793 | ++ lib/tempest:configure_tempest:560 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2024-10-01 11:32:12.807 | ++ lib/tempest:configure_tempest:565 : '[' 3.70 == None ']' 2024-10-01 11:32:12.809 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2024-10-01 11:32:12.831 | ++ lib/tempest:configure_tempest:571 : is_service_enabled c-bak 2024-10-01 11:32:12.843 | ++ functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:32:12.845 | ++ lib/tempest:configure_tempest:572 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2024-10-01 11:32:12.867 | ++ lib/tempest:configure_tempest:578 : [[ -n vmdk:vsphere ]] 2024-10-01 11:32:12.869 | ++ lib/tempest:configure_tempest:578 : [[ vmdk:vsphere =~ .*,.* ]] 2024-10-01 11:32:12.870 | ++ lib/tempest:configure_tempest:598 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2024-10-01 11:32:12.872 | ++ lib/tempest:configure_tempest:602 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2024-10-01 11:32:12.874 | ++ lib/tempest:configure_tempest:607 : [[ False == \T\r\u\e ]] 2024-10-01 11:32:12.876 | ++ lib/tempest:configure_tempest:616 : local tempest_placement_min_microversion=None 2024-10-01 11:32:12.878 | ++ lib/tempest:configure_tempest:617 : local tempest_placement_max_microversion=1.39 2024-10-01 11:32:12.880 | ++ lib/tempest:configure_tempest:618 : '[' None == None ']' 2024-10-01 11:32:12.882 | ++ lib/tempest:configure_tempest:619 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2024-10-01 11:32:12.895 | ++ lib/tempest:configure_tempest:623 : '[' 1.39 == None ']' 2024-10-01 11:32:12.897 | ++ lib/tempest:configure_tempest:626 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2024-10-01 11:32:12.921 | ++ lib/tempest:configure_tempest:630 : '[' vsphere = ironic ']' 2024-10-01 11:32:12.923 | ++ lib/tempest:configure_tempest:644 : '[' vsphere = libvirt ']' 2024-10-01 11:32:12.925 | ++ lib/tempest:configure_tempest:668 : local service 2024-10-01 11:32:12.926 | ++ lib/tempest:configure_tempest:669 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2024-10-01 11:32:12.928 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-10-01 11:32:12.930 | ++ lib/tempest:configure_tempest:671 : is_service_enabled key 2024-10-01 11:32:12.942 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:32:12.944 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2024-10-01 11:32:12.967 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-10-01 11:32:12.969 | ++ lib/tempest:configure_tempest:671 : is_service_enabled glance 2024-10-01 11:32:12.981 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:32:12.983 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2024-10-01 11:32:13.005 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-10-01 11:32:13.007 | ++ lib/tempest:configure_tempest:671 : is_service_enabled nova 2024-10-01 11:32:13.019 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:32:13.020 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2024-10-01 11:32:13.042 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-10-01 11:32:13.044 | ++ lib/tempest:configure_tempest:671 : is_service_enabled neutron 2024-10-01 11:32:13.056 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:32:13.058 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2024-10-01 11:32:13.080 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-10-01 11:32:13.082 | ++ lib/tempest:configure_tempest:671 : is_service_enabled cinder 2024-10-01 11:32:13.094 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:32:13.096 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2024-10-01 11:32:13.118 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-10-01 11:32:13.120 | ++ lib/tempest:configure_tempest:671 : is_service_enabled swift 2024-10-01 11:32:13.132 | ++ functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:32:13.133 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2024-10-01 11:32:13.156 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-10-01 11:32:13.157 | ++ lib/tempest:configure_tempest:671 : is_service_enabled horizon 2024-10-01 11:32:13.169 | ++ functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:32:13.171 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon False 2024-10-01 11:32:13.193 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2024-10-01 11:32:13.195 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2024-10-01 11:32:13.196 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2024-10-01 11:32:13.198 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2024-10-01 11:32:13.200 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2024-10-01 11:32:13.202 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2024-10-01 11:32:13.203 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2024-10-01 11:32:13.205 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2024-10-01 11:32:13.207 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2024-10-01 11:32:13.208 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2024-10-01 11:32:13.210 | ++ lib/tempest:configure_tempest:704 : '[' vsphere = libvirt ']' 2024-10-01 11:32:13.212 | ++ lib/tempest:configure_tempest:714 : local tmp_cfg_file 2024-10-01 11:32:13.214 | +++ lib/tempest:configure_tempest:715 : mktemp 2024-10-01 11:32:13.217 | ++ lib/tempest:configure_tempest:715 : tmp_cfg_file=/tmp/tmp.HBavTqS2zY 2024-10-01 11:32:13.219 | ++ lib/tempest:configure_tempest:716 : cd /opt/stack//tempest 2024-10-01 11:32:13.221 | ++ lib/tempest:configure_tempest:718 : local tmp_u_c_m 2024-10-01 11:32:13.223 | +++ lib/tempest:configure_tempest:719 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-10-01 11:32:13.226 | ++ lib/tempest:configure_tempest:719 : tmp_u_c_m=/tmp/tempest_u_c_m.NTunBj8Tvn 2024-10-01 11:32:13.228 | ++ lib/tempest:configure_tempest:720 : set_tempest_venv_constraints /tmp/tempest_u_c_m.NTunBj8Tvn 2024-10-01 11:32:13.229 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-10-01 11:32:13.231 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.NTunBj8Tvn 2024-10-01 11:32:13.233 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-10-01 11:32:13.235 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-10-01 11:32:13.237 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-10-01 11:32:13.241 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-10-01 11:32:13.243 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-10-01 11:32:13.245 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-10-01 11:32:13.247 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-10-01 11:32:13.249 | ++ lib/tempest:configure_tempest:721 : [[ False != \T\r\u\e ]] 2024-10-01 11:32:13.251 | ++ lib/tempest:configure_tempest:722 : tox -revenv-tempest --notest 2024-10-01 11:32:13.473 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2024-10-01 11:32:13.858 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-10-01 11:32:22.839 | venv-tempest develop-inst: /opt/stack/tempest 2024-10-01 11:32:25.875 | venv-tempest installed: attrs==24.2.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.8.30,cffi==1.17.0,charset-normalizer==3.3.2,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.8,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.8,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.8,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.1.0,oslo.config==9.6.0,oslo.context==5.6.0,oslo.i18n==6.4.0,oslo.log==6.1.2,oslo.serialization==5.5.0,oslo.utils==7.3.0,packaging==24.1,paramiko==3.4.1,pbr==6.1.0,prettytable==3.11.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.1.2,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.20.0,six==1.16.0,stestr==4.1.0,stevedore==5.3.0,-e git+https://opendev.org/openstack/tempest.git@82b37d1406fe93b20335369c3d685beaf2c9c11f#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,tzdata==2024.1,urllib3==1.26.19,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.16.0 2024-10-01 11:32:25.875 | ___________________________________ summary ____________________________________ 2024-10-01 11:32:25.875 | venv-tempest: skipped tests 2024-10-01 11:32:25.875 | congratulations :) 2024-10-01 11:32:25.895 | ++ lib/tempest:configure_tempest:724 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.NTunBj8Tvn -r requirements.txt 2024-10-01 11:32:26.456 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. 2024-10-01 11:32:26.456 | warnings.warn( 2024-10-01 11:32:26.456 | /opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2024-10-01 11:32:26.456 | warnings.warn( 2024-10-01 11:32:26.540 | venv-tempest develop-inst-noop: /opt/stack/tempest 2024-10-01 11:32:26.924 | venv-tempest installed: attrs==24.2.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.8.30,cffi==1.17.0,charset-normalizer==3.3.2,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.8,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.8,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.8,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.1.0,oslo.config==9.6.0,oslo.context==5.6.0,oslo.i18n==6.4.0,oslo.log==6.1.2,oslo.serialization==5.5.0,oslo.utils==7.3.0,packaging==24.1,paramiko==3.4.1,pbr==6.1.0,prettytable==3.11.0,pycparser==2.22,PyNaCl==1.5.0,pyparsing==3.1.2,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.20.0,six==1.16.0,stestr==4.1.0,stevedore==5.3.0,-e git+https://opendev.org/openstack/tempest.git@82b37d1406fe93b20335369c3d685beaf2c9c11f#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomlkit==0.13.2,tzdata==2024.1,urllib3==1.26.19,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.16.0 2024-10-01 11:32:26.924 | venv-tempest run-test-pre: PYTHONHASHSEED='3289731899' 2024-10-01 11:32:26.925 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.NTunBj8Tvn -r requirements.txt 2024-10-01 11:32:27.787 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (6.1.0) 2024-10-01 11:32:27.788 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (4.7.0) 2024-10-01 11:32:27.789 | Requirement already satisfied: jsonschema>=3.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (4.19.2) 2024-10-01 11:32:27.789 | Requirement already satisfied: testtools>=2.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (2.7.2) 2024-10-01 11:32:27.790 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (3.4.1) 2024-10-01 11:32:27.790 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (42.0.8) 2024-10-01 11:32:27.791 | Requirement already satisfied: netaddr>=0.7.18 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (0.10.1) 2024-10-01 11:32:27.793 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (6.1.0) 2024-10-01 11:32:27.793 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (9.6.0) 2024-10-01 11:32:27.793 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (6.1.2) 2024-10-01 11:32:27.794 | Requirement already satisfied: stestr>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (4.1.0) 2024-10-01 11:32:27.796 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (5.5.0) 2024-10-01 11:32:27.796 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (7.3.0) 2024-10-01 11:32:27.796 | Requirement already satisfied: fixtures>=3.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 17)) (4.1.0) 2024-10-01 11:32:27.797 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0.2) 2024-10-01 11:32:27.798 | Requirement already satisfied: python-subunit>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 19)) (1.4.4) 2024-10-01 11:32:27.800 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (5.3.0) 2024-10-01 11:32:27.800 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.11.0) 2024-10-01 11:32:27.800 | Requirement already satisfied: urllib3>=1.21.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 22)) (1.26.19) 2024-10-01 11:32:27.801 | Requirement already satisfied: debtcollector>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 23)) (3.0.0) 2024-10-01 11:32:27.801 | Requirement already satisfied: defusedxml>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 24)) (0.7.1) 2024-10-01 11:32:27.802 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.19) 2024-10-01 11:32:27.803 | Requirement already satisfied: testscenarios>=0.5.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 26)) (0.5.0) 2024-10-01 11:32:27.809 | Requirement already satisfied: cmd2>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (2.4.3) 2024-10-01 11:32:27.810 | Requirement already satisfied: autopage>=0.4.0 in ./.tox/tempest/lib/python3.10/site-packages (from cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (0.5.2) 2024-10-01 11:32:27.827 | Requirement already satisfied: referencing>=0.28.4 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.35.1) 2024-10-01 11:32:27.828 | Requirement already satisfied: jsonschema-specifications>=2023.03.6 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (2023.12.1) 2024-10-01 11:32:27.829 | Requirement already satisfied: rpds-py>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (0.20.0) 2024-10-01 11:32:27.830 | Requirement already satisfied: attrs>=22.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (24.2.0) 2024-10-01 11:32:27.846 | Requirement already satisfied: bcrypt>=3.2 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (4.0.1) 2024-10-01 11:32:27.847 | Requirement already satisfied: pynacl>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from paramiko>=2.7.0->-r requirements.txt (line 8)) (1.5.0) 2024-10-01 11:32:27.864 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.17.0) 2024-10-01 11:32:27.871 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 11)) (6.4.0) 2024-10-01 11:32:27.888 | Requirement already satisfied: rfc3986>=1.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.0.0) 2024-10-01 11:32:27.889 | Requirement already satisfied: requests>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.config>=5.2.0->-r requirements.txt (line 12)) (2.32.3) 2024-10-01 11:32:27.902 | Requirement already satisfied: python-dateutil>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (2.9.0.post0) 2024-10-01 11:32:27.903 | Requirement already satisfied: oslo.context>=2.21.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (5.6.0) 2024-10-01 11:32:27.917 | Requirement already satisfied: voluptuous>=0.8.9 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.15.2) 2024-10-01 11:32:27.918 | Requirement already satisfied: tomlkit>=0.11.6 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (0.13.2) 2024-10-01 11:32:27.919 | Requirement already satisfied: extras>=1.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from stestr>=1.0.0->-r requirements.txt (line 14)) (1.0.0) 2024-10-01 11:32:27.926 | Requirement already satisfied: msgpack>=0.5.2 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (1.0.8) 2024-10-01 11:32:27.927 | Requirement already satisfied: tzdata>=2022.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.serialization!=2.19.1,>=2.18.0->-r requirements.txt (line 15)) (2024.1) 2024-10-01 11:32:27.936 | Requirement already satisfied: pyparsing>=2.1.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (3.1.2) 2024-10-01 11:32:27.937 | Requirement already satisfied: netifaces>=0.10.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (0.11.0) 2024-10-01 11:32:27.939 | Requirement already satisfied: packaging>=20.4 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (24.1) 2024-10-01 11:32:27.939 | Requirement already satisfied: iso8601>=0.1.11 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.utils>=4.7.0->-r requirements.txt (line 16)) (2.1.0) 2024-10-01 11:32:27.962 | Requirement already satisfied: wcwidth in ./.tox/tempest/lib/python3.10/site-packages (from PrettyTable>=0.7.1->-r requirements.txt (line 21)) (0.2.13) 2024-10-01 11:32:27.983 | Requirement already satisfied: wrapt>=1.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from debtcollector>=1.2.0->-r requirements.txt (line 23)) (1.16.0) 2024-10-01 11:32:28.051 | Requirement already satisfied: pycparser in ./.tox/tempest/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=2.1->-r requirements.txt (line 9)) (2.22) 2024-10-01 11:32:28.074 | Requirement already satisfied: pyperclip>=1.6 in ./.tox/tempest/lib/python3.10/site-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->-r requirements.txt (line 5)) (1.9.0) 2024-10-01 11:32:28.117 | Requirement already satisfied: six>=1.5 in ./.tox/tempest/lib/python3.10/site-packages (from python-dateutil>=2.7.0->oslo.log>=3.36.0->-r requirements.txt (line 13)) (1.16.0) 2024-10-01 11:32:28.129 | Requirement already satisfied: idna<4,>=2.5 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.8) 2024-10-01 11:32:28.130 | Requirement already satisfied: certifi>=2017.4.17 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (2024.8.30) 2024-10-01 11:32:28.132 | Requirement already satisfied: charset-normalizer<4,>=2 in ./.tox/tempest/lib/python3.10/site-packages (from requests>=2.18.0->oslo.config>=5.2.0->-r requirements.txt (line 12)) (3.3.2) 2024-10-01 11:32:28.262 | WARNING: There was an error checking the latest version of pip. 2024-10-01 11:32:28.329 | ___________________________________ summary ____________________________________ 2024-10-01 11:32:28.329 | venv-tempest: commands succeeded 2024-10-01 11:32:28.329 | congratulations :) 2024-10-01 11:32:28.350 | ++ lib/tempest:configure_tempest:725 : rm -f /tmp/tempest_u_c_m.NTunBj8Tvn 2024-10-01 11:32:28.354 | ++ lib/tempest:configure_tempest:728 : [[ False == \T\r\u\e ]] 2024-10-01 11:32:28.356 | ++ lib/tempest:configure_tempest:736 : [[ True == \F\a\l\s\e ]] 2024-10-01 11:32:28.358 | ++ lib/tempest:configure_tempest:740 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2024-10-01 11:32:28.382 | ++ lib/tempest:configure_tempest:746 : tox -evenv -- tempest verify-config -uro /tmp/tmp.HBavTqS2zY 2024-10-01 11:32:28.607 | venv create: /opt/stack/tempest/.tox/venv 2024-10-01 11:32:28.977 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2024-10-01 11:32:42.351 | venv develop-inst: /opt/stack/tempest 2024-10-01 11:32:45.883 | venv installed: alabaster==1.0.0,attrs==24.2.0,autopage==0.5.2,babel==2.16.0,bcrypt==4.0.1,certifi==2024.8.30,cffi==1.17.0,charset-normalizer==3.3.2,cliff==4.7.0,cmd2==2.4.3,cryptography==42.0.8,debtcollector==3.0.0,defusedxml==0.7.1,docutils==0.20.1,dulwich==0.22.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.8,imagesize==1.4.1,iso8601==2.1.0,Jinja2==3.1.4,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,MarkupSafe==2.1.5,msgpack==1.0.8,netaddr==0.10.1,netifaces==0.11.0,openstackdocstheme==3.3.0,oslo.concurrency==6.1.0,oslo.config==9.6.0,oslo.context==5.6.0,oslo.i18n==6.4.0,oslo.log==6.1.2,oslo.serialization==5.5.0,oslo.utils==7.3.0,packaging==24.1,paramiko==3.4.1,pbr==6.1.0,prettytable==3.11.0,pycparser==2.22,Pygments==2.18.0,PyNaCl==1.5.0,pyparsing==3.1.2,pyperclip==1.9.0,python-dateutil==2.9.0.post0,python-subunit==1.4.4,PyYAML==6.0.2,referencing==0.35.1,reno==4.1.0,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.20.0,six==1.16.0,snowballstemmer==2.2.0,Sphinx==8.0.2,sphinxcontrib-applehelp==2.0.0,sphinxcontrib-devhelp==2.0.0,sphinxcontrib-htmlhelp==2.1.0,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==2.0.0,sphinxcontrib-serializinghtml==2.0.0,sphinxcontrib-svg2pdfconverter==1.2.2,stestr==4.1.0,stevedore==5.3.0,-e git+https://opendev.org/openstack/tempest.git@82b37d1406fe93b20335369c3d685beaf2c9c11f#egg=tempest,testscenarios==0.5.0,testtools==2.7.2,tomli==2.0.1,tomlkit==0.13.2,tzdata==2024.1,urllib3==1.26.19,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.16.0 2024-10-01 11:32:45.884 | venv run-test-pre: PYTHONHASHSEED='138623255' 2024-10-01 11:32:45.884 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.HBavTqS2zY 2024-10-01 11:32:46.193 | /opt/stack/tempest/tempest/lib/common/jsonschema_validator.py:21: DeprecationWarning: Accessing jsonschema.draft4_format_checker is deprecated and will be removed in a future release. Instead, use the FORMAT_CHECKER attribute on the corresponding Validator. 2024-10-01 11:32:46.193 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2024-10-01 11:32:46.193 | /opt/stack/tempest/tempest/lib/common/jsonschema_validator.py:42: DeprecationWarning: FormatChecker.cls_checks is deprecated. Call FormatChecker.checks on a specific FormatChecker instance instead. 2024-10-01 11:32:46.193 | @jsonschema.FormatChecker.cls_checks('base64') 2024-10-01 11:32:46.437 | /opt/stack/tempest/tempest/lib/services/volume/v2/__init__.py:50: DeprecationWarning: The tempest.lib.services.volume.v2 module (volume v2 APIs service clients) is deprecated in favor of tempest.lib.services.volume.v3 (volume v3 APIs service clients) and will be removed once Tempest stop supporting stable wallaby. 2024-10-01 11:32:46.437 | warnings.warn( 2024-10-01 11:32:46.608 | /opt/stack/tempest/tempest/lib/common/http.py:93: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2024-10-01 11:32:46.608 | for key, value in info.getheaders().items(): 2024-10-01 11:32:46.634 | /opt/stack/tempest/tempest/lib/common/http.py:93: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2024-10-01 11:32:46.634 | for key, value in info.getheaders().items(): 2024-10-01 11:32:46.837 | /opt/stack/tempest/tempest/lib/common/http.py:93: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly. 2024-10-01 11:32:46.837 | for key, value in info.getheaders().items(): 2024-10-01 11:32:46.838 | /opt/stack/tempest/tempest/lib/services/clients.py:209: DeprecationWarning: Class 'tempest.lib.services.volume.v2.extensions_client.ExtensionsClient' has moved to 'tempest.lib.services.volume.v3.extensions_client.ExtensionsClient' in version 'Rocky' and will be removed in a future version 2024-10-01 11:32:46.838 | _client = klass(auth_provider=auth_provider, **kwargs) 2024-10-01 11:32:47.498 | ___________________________________ summary ____________________________________ 2024-10-01 11:32:47.498 | venv: commands succeeded 2024-10-01 11:32:47.498 | congratulations :) 2024-10-01 11:32:47.518 | ++ lib/tempest:configure_tempest:751 : is_service_enabled q-metering neutron-metering 2024-10-01 11:32:47.530 | ++ functions-common:is_service_enabled:2091 : return 1 2024-10-01 11:32:47.532 | ++ lib/tempest:configure_tempest:752 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2024-10-01 11:32:47.534 | ++ lib/tempest:configure_tempest:756 : is_service_enabled q-l3 neutron-l3 2024-10-01 11:32:47.547 | ++ functions-common:is_service_enabled:2091 : return 0 2024-10-01 11:32:47.549 | ++ lib/tempest:configure_tempest:760 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2024-10-01 11:32:47.551 | ++ lib/tempest:configure_tempest:761 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2024-10-01 11:32:47.553 | ++ lib/tempest:configure_tempest:762 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2024-10-01 11:32:47.555 | ++ lib/tempest:configure_tempest:763 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2024-10-01 11:32:47.556 | ++ lib/tempest:configure_tempest:764 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2024-10-01 11:32:47.558 | ++ lib/tempest:configure_tempest:765 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2024-10-01 11:32:47.560 | ++ lib/tempest:configure_tempest:766 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2024-10-01 11:32:47.562 | ++ lib/tempest:configure_tempest:767 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2024-10-01 11:32:47.564 | ++ lib/tempest:configure_tempest:768 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2024-10-01 11:32:47.566 | ++ lib/tempest:configure_tempest:769 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2024-10-01 11:32:47.568 | ++ lib/tempest:configure_tempest:770 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2024-10-01 11:32:47.569 | ++ lib/tempest:configure_tempest:771 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2024-10-01 11:32:47.571 | ++ lib/tempest:configure_tempest:772 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2024-10-01 11:32:47.573 | ++ lib/tempest:configure_tempest:773 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2024-10-01 11:32:47.575 | ++ lib/tempest:configure_tempest:774 : DEFAULT_NET_EXT+=,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details 2024-10-01 11:32:47.577 | ++ lib/tempest:configure_tempest:775 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2024-10-01 11:32:47.578 | ++ lib/tempest:configure_tempest:776 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2024-10-01 11:32:47.580 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2024-10-01 11:32:47.582 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2024-10-01 11:32:47.584 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,port-resource-request-groups 2024-10-01 11:32:47.586 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2024-10-01 11:32:47.588 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2024-10-01 11:32:47.590 | ++ lib/tempest:configure_tempest:785 : local network_api_extensions=address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu,network-ip-availability,network_availability_zone,pagination,port-security,project-id,provider,quotas,quota_details,rbac-policies,revision-if-match,router,router_availability_zone,security-group,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate,port-security-groups-filtering,fip-port-details,binding-extended,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details,rbac-address-group,port-device-profile,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit,port-resource-request-groups,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete,port-hints,floating-ip-distributed 2024-10-01 11:32:47.592 | ++ lib/tempest:configure_tempest:786 : [[ ! -z , metering ]] 2024-10-01 11:32:47.595 | +++ lib/tempest:configure_tempest:788 : iniget /tmp/tmp.HBavTqS2zY network-feature-enabled api_extensions 2024-10-01 11:32:47.595 | +++ lib/tempest:configure_tempest:788 : tr -d ' ' 2024-10-01 11:32:47.610 | ++ lib/tempest:configure_tempest:788 : network_api_extensions=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-10-01 11:32:47.613 | +++ lib/tempest:configure_tempest:790 : remove_disabled_extensions address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops , metering 2024-10-01 11:32:47.615 | +++ lib/tempest:remove_disabled_extensions:110 : local extensions_list=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-10-01 11:32:47.617 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2024-10-01 11:32:47.618 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering' 2024-10-01 11:32:47.620 | +++ lib/tempest:remove_disabled_extensions:113 : remove_disabled_services address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops ', metering' 2024-10-01 11:32:47.635 | +++ functions-common:remove_disabled_services:2122 : _cleanup_service_list ,address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-10-01 11:32:47.649 | ++ lib/tempest:configure_tempest:790 : network_api_extensions=address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-10-01 11:32:47.651 | ++ lib/tempest:configure_tempest:792 : [[ -n '' ]] 2024-10-01 11:32:47.653 | ++ lib/tempest:configure_tempest:795 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled api_extensions address-group,address-scope,agent,agent-resources-synced,allowed-address-pairs,auto-allocated-topology,availability_zone,availability_zone_filter,binding,binding-extended,default-subnetpools,dhcp_agent_scheduler,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,extraroute-atomic,filter-validation,fip-port-details,flavors,floating-ip-port-forwarding-detail,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3-port-ip-change-not-allowed,l3_agent_scheduler,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,nsxt-ops,pagination,port-device-profile,port-mac-address-regenerate,port-mac-override,port-numa-affinity-policy,port-security,port-security-groups-filtering,project-id,provider,quota-check-limit,quota_details,quotas,rbac-address-group,rbac-address-scope,rbac-policies,rbac-security-groups,rbac-subnetpool,revision-if-match,router,router-admin-state-down-before-update,router_availability_zone,security-group,security-groups-normalized-cidr,security-groups-remote-address-group,security-groups-shared-filtering,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp,stateful-security-group,subnet-service-types,subnet_allocation,subnet_onboard,subnetpool-prefix-ops 2024-10-01 11:32:47.676 | ++ lib/tempest:configure_tempest:797 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2024-10-01 11:32:47.678 | ++ lib/tempest:configure_tempest:798 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2024-10-01 11:32:47.680 | ++ lib/tempest:configure_tempest:799 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2024-10-01 11:32:47.682 | ++ lib/tempest:configure_tempest:800 : local object_storage_api_extensions=account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2024-10-01 11:32:47.684 | ++ lib/tempest:configure_tempest:801 : [[ ! -z '' ]] 2024-10-01 11:32:47.685 | ++ lib/tempest:configure_tempest:807 : iniset /opt/stack//tempest/etc/tempest.conf object-storage-feature-enabled discoverable_apis account_quotas,bulk_delete,bulk_upload,container_quotas,container_sync,crossdomain,formpost,ratelimit,slo,staticweb,tempauth,tempurl,versioned_writes 2024-10-01 11:32:47.710 | ++ lib/tempest:configure_tempest:809 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2024-10-01 11:32:47.712 | ++ lib/tempest:configure_tempest:810 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2024-10-01 11:32:47.714 | ++ lib/tempest:configure_tempest:811 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2024-10-01 11:32:47.716 | ++ lib/tempest:configure_tempest:812 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2024-10-01 11:32:47.718 | ++ lib/tempest:configure_tempest:813 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2024-10-01 11:32:47.720 | ++ lib/tempest:configure_tempest:814 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2024-10-01 11:32:47.722 | ++ lib/tempest:configure_tempest:815 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2024-10-01 11:32:47.723 | ++ lib/tempest:configure_tempest:816 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2024-10-01 11:32:47.725 | ++ lib/tempest:configure_tempest:817 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2024-10-01 11:32:47.727 | ++ lib/tempest:configure_tempest:818 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2024-10-01 11:32:47.729 | ++ lib/tempest:configure_tempest:819 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2024-10-01 11:32:47.731 | ++ lib/tempest:configure_tempest:820 : local volume_api_extensions=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2024-10-01 11:32:47.733 | ++ lib/tempest:configure_tempest:821 : [[ ! -z '' ]] 2024-10-01 11:32:47.735 | ++ lib/tempest:configure_tempest:827 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled api_extensions OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups,encryption,os-admin-actions,os-availability-zone,os-extended-services,os-extended-snapshot-attributes,os-hosts,os-quota-class-sets,os-quota-sets,os-services,os-snapshot-actions,os-snapshot-manage,os-snapshot-unmanage,os-types-extra-specs,os-types-manage,os-used-limits,os-vol-host-attr,os-vol-image-meta,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions,os-volume-encryption-metadata,os-volume-manage,os-volume-transfer,os-volume-type-access,os-volume-unmanage,qos-specs,scheduler-stats 2024-10-01 11:32:47.758 | ++ lib/tempest:configure_tempest:830 : IFS=' 2024-10-01 11:32:47.758 | ' 2024-10-01 11:32:47.760 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2024-10-01 11:32:47.762 | ++ stack.sh:echo_summary:449 : [[ -t 3 ]] 2024-10-01 11:32:47.764 | ++ stack.sh:echo_summary:455 : echo -e Installing Tempest Plugins 2024-10-01 11:32:47.766 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2024-10-01 11:32:47.768 | ++ lib/tempest:install_tempest_plugins:864 : pushd /opt/stack//tempest 2024-10-01 11:32:47.768 | ~/tempest ~/tempest 2024-10-01 11:32:47.770 | ++ lib/tempest:install_tempest_plugins:865 : [[ 0 != 0 ]] 2024-10-01 11:32:47.772 | ++ lib/tempest:install_tempest_plugins:874 : popd 2024-10-01 11:32:47.772 | ~/tempest 2024-10-01 11:32:47.773 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-10-01 11:32:47.775 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-10-01 11:32:47.778 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-10-01 11:32:47.780 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-10-01 11:32:47.782 | + functions-common:run_phase:1890 : run_plugins stack test-config 2024-10-01 11:32:47.784 | + functions-common:run_plugins:1849 : local mode=stack 2024-10-01 11:32:47.786 | + functions-common:run_plugins:1850 : local phase=test-config 2024-10-01 11:32:47.788 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-10-01 11:32:47.790 | + functions-common:run_plugins:1853 : local plugin 2024-10-01 11:32:47.792 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-10-01 11:32:47.795 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-10-01 11:32:47.797 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-10-01 11:32:47.800 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2024-10-01 11:32:47.802 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-10-01 11:32:47.804 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-10-01 11:32:47.806 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-10-01 11:32:47.808 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-10-01 11:32:47.810 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-10-01 11:32:47.813 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-10-01 11:32:47.815 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2024-10-01 11:32:47.817 | + stack.sh:main:1495 : merge_config_group /opt/stack/devstack/local.conf test-config 2024-10-01 11:32:47.819 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-10-01 11:32:47.821 | + inc/meta-config:merge_config_group:171 : shift 2024-10-01 11:32:47.823 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2024-10-01 11:32:47.825 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-01 11:32:47.827 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-10-01 11:32:47.829 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-10-01 11:32:47.832 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2024-10-01 11:32:47.834 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-10-01 11:32:47.837 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2024-10-01 11:32:47.839 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-10-01 11:32:47.841 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2024-10-01 11:32:47.841 | /^\[\[.+\|.*\]\]/ { 2024-10-01 11:32:47.841 | gsub("[][]", "", $1); 2024-10-01 11:32:47.841 | split($1, a, "|"); 2024-10-01 11:32:47.841 | if (a[1] == matchgroup) 2024-10-01 11:32:47.841 | print a[2] 2024-10-01 11:32:47.841 | } 2024-10-01 11:32:47.841 | ' /opt/stack/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 10 async_wait 46 osc 164 apt-get 9 test_with_retry 3 dbsync 2 pip_install 98 apt-get-update 20 run_process 15 git_timed 93 ------------------------- Unaccounted time 40 ========================= Total runtime 500 ================= Async summary ================= Time spent in the background minus waits: 187 sec Elapsed time: 500 sec Time if we did everything serially: 687 sec Speedup: 1.374 This is your host IP address: 10.180.1.21 Keystone is serving at http://10.180.1.21/identity/ The default users are: admin and demo The password: nomoresecret Services are running under systemd unit files. For more information see: https://docs.openstack.org/devstack/latest/systemd.html DevStack Version: 2023.1 Change: c52f50ee8c07462813fd22452084b889741f7ab1 Handle_tags and branches for unmaintained also 2024-09-04 08:05:47 +0000 OS Version: Ubuntu 22.04 jammy