2024-08-01 07:04:56.882 | + stack.sh:main:513 : exec 2024-08-01 07:04:56.882 | + stack.sh:main:521 : echo_summary 'stack.sh log /opt/stack//logs/stack.sh.log.2024-08-01-070456' 2024-08-01 07:04:56.882 | ++ stack.sh:main:513 : /usr/bin/python3.10 /opt/stack/devstack/tools/outfilter.py -o /opt/stack//logs/stack.sh.log.2024-08-01-070456.summary.2024-08-01-070456 2024-08-01 07:04:56.882 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-01 07:04:56.882 | + stack.sh:echo_summary:472 : echo -e stack.sh log /opt/stack//logs/stack.sh.log.2024-08-01-070456 2024-08-01 07:04:56.882 | + stack.sh:main:523 : ln -sf /opt/stack//logs/stack.sh.log.2024-08-01-070456 /opt/stack//logs/stack.sh.log 2024-08-01 07:04:56.882 | + stack.sh:main:524 : ln -sf /opt/stack//logs/stack.sh.log.2024-08-01-070456.summary.2024-08-01-070456 /opt/stack//logs/stack.sh.log.summary 2024-08-01 07:04:56.882 | + stack.sh:main:539 : check_path_perm_sanity /opt/stack/ 2024-08-01 07:04:56.882 | + functions:check_path_perm_sanity:607 : local real_path 2024-08-01 07:04:56.882 | ++ functions:check_path_perm_sanity:608 : readlink -f /opt/stack/ 2024-08-01 07:04:56.882 | + functions:check_path_perm_sanity:608 : real_path=/opt/stack 2024-08-01 07:04:56.882 | + functions:check_path_perm_sanity:609 : local rebuilt_path= 2024-08-01 07:04:56.882 | ++ functions:check_path_perm_sanity:610 : echo /opt/stack 2024-08-01 07:04:56.882 | ++ functions:check_path_perm_sanity:610 : tr / ' ' 2024-08-01 07:04:56.882 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-08-01 07:04:56.882 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt 2024-08-01 07:04:56.882 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt 2024-08-01 07:04:56.882 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-08-01 07:04:56.883 | + functions:check_path_perm_sanity:610 : for i in $(echo ${real_path} | tr "/" " ") 2024-08-01 07:04:56.885 | + functions:check_path_perm_sanity:611 : rebuilt_path=/opt/stack 2024-08-01 07:04:56.886 | ++ functions:check_path_perm_sanity:613 : stat -c %a /opt/stack 2024-08-01 07:04:56.889 | + functions:check_path_perm_sanity:613 : [[ 755 = 700 ]] 2024-08-01 07:04:56.890 | + stack.sh:main:545 : trap exit_trap EXIT 2024-08-01 07:04:56.891 | + stack.sh:main:586 : trap err_trap ERR 2024-08-01 07:04:56.893 | + stack.sh:main:599 : set -o errexit 2024-08-01 07:04:56.894 | + stack.sh:main:602 : uname -a 2024-08-01 07:04:56.895 | Linux devstack 6.5.0-44-generic #44~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Jun 18 14:36:16 UTC 2 x86_64 x86_64 x86_64 GNU/Linux 2024-08-01 07:04:56.896 | + stack.sh:main:605 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2024-08-01 07:04:56.897 | + stack.sh:main:606 : rm -f /opt/stack/data/ca-bundle.pem 2024-08-01 07:04:56.899 | + stack.sh:main:609 : source /opt/stack/devstack/lib/database 2024-08-01 07:04:56.923 | + stack.sh:main:610 : source /opt/stack/devstack/lib/rpc_backend 2024-08-01 07:04:56.933 | + stack.sh:main:616 : fetch_plugins 2024-08-01 07:04:56.935 | + functions-common:fetch_plugins:1781 : local plugins=,networking-nsx-t 2024-08-01 07:04:56.936 | + functions-common:fetch_plugins:1782 : local plugin 2024-08-01 07:04:56.937 | + functions-common:fetch_plugins:1785 : [[ -z ,networking-nsx-t ]] 2024-08-01 07:04:56.938 | + functions-common:fetch_plugins:1789 : echo 'Fetching DevStack plugins' 2024-08-01 07:04:56.938 | Fetching DevStack plugins 2024-08-01 07:04:56.940 | + functions-common:fetch_plugins:1790 : for plugin in ${plugins//,/ } 2024-08-01 07:04:56.941 | + functions-common:fetch_plugins:1791 : git_clone_by_name networking-nsx-t 2024-08-01 07:04:56.943 | + functions-common:git_clone_by_name:704 : local name=networking-nsx-t 2024-08-01 07:04:56.944 | + functions-common:git_clone_by_name:705 : local repo=https://github.com/sapcc/networking-nsx-t 2024-08-01 07:04:56.946 | + functions-common:git_clone_by_name:706 : local dir=/opt/stack/networking-nsx-t 2024-08-01 07:04:56.947 | + functions-common:git_clone_by_name:707 : local branch=devstack 2024-08-01 07:04:56.948 | + functions-common:git_clone_by_name:708 : git_clone https://github.com/sapcc/networking-nsx-t /opt/stack/networking-nsx-t devstack 2024-08-01 07:04:56.950 | + functions-common:git_clone:612 : local git_remote=https://github.com/sapcc/networking-nsx-t 2024-08-01 07:04:56.951 | + functions-common:git_clone:613 : local git_dest=/opt/stack/networking-nsx-t 2024-08-01 07:04:56.952 | + functions-common:git_clone:614 : local git_ref=devstack 2024-08-01 07:04:56.953 | + functions-common:git_clone:615 : local orig_dir 2024-08-01 07:04:56.955 | ++ functions-common:git_clone:616 : pwd 2024-08-01 07:04:56.957 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-01 07:04:56.958 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-01 07:04:56.960 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-01 07:04:56.969 | + functions-common:git_clone:619 : RECLONE=False 2024-08-01 07:04:56.971 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-01 07:04:56.972 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-01 07:04:56.973 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-01 07:04:56.975 | + functions-common:git_clone:633 : echo devstack 2024-08-01 07:04:56.975 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-01 07:04:56.978 | + functions-common:git_clone:647 : [[ ! -d /opt/stack/networking-nsx-t ]] 2024-08-01 07:04:56.980 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-01 07:04:56.981 | + 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-08-01 07:04:56.982 | + functions-common:git_timed:720 : local count=0 2024-08-01 07:04:56.983 | + functions-common:git_timed:721 : local timeout=0 2024-08-01 07:04:56.985 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-01 07:04:56.986 | + functions-common:git_timed:724 : timeout=0 2024-08-01 07:04:56.987 | + functions-common:git_timed:727 : time_start git_timed 2024-08-01 07:04:56.989 | + functions-common:time_start:2421 : local name=git_timed 2024-08-01 07:04:56.990 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:04:56.991 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:04:56.993 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:04:56.995 | + functions-common:time_start:2426 : _TIME_START[$name]=1722495896994 2024-08-01 07:04:56.996 | + 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-08-01 07:04:57.000 | Cloning into '/opt/stack/networking-nsx-t'... 2024-08-01 07:04:57.961 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-01 07:04:57.963 | + functions-common:time_stop:2435 : local name 2024-08-01 07:04:57.964 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:04:57.965 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:04:57.967 | + functions-common:time_stop:2438 : local total 2024-08-01 07:04:57.968 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:04:57.969 | + functions-common:time_stop:2441 : name=git_timed 2024-08-01 07:04:57.971 | + functions-common:time_stop:2442 : start_time=1722495896994 2024-08-01 07:04:57.972 | + functions-common:time_stop:2444 : [[ -z 1722495896994 ]] 2024-08-01 07:04:57.974 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:04:57.977 | + functions-common:time_stop:2447 : end_time=1722495897975 2024-08-01 07:04:57.978 | + functions-common:time_stop:2448 : elapsed_time=981 2024-08-01 07:04:57.979 | + functions-common:time_stop:2449 : total=0 2024-08-01 07:04:57.980 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:04:57.982 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=981 2024-08-01 07:04:57.983 | + functions-common:git_clone:654 : cd /opt/stack/networking-nsx-t 2024-08-01 07:04:57.984 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin devstack 2024-08-01 07:04:57.986 | + functions-common:git_timed:720 : local count=0 2024-08-01 07:04:57.987 | + functions-common:git_timed:721 : local timeout=0 2024-08-01 07:04:57.989 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-01 07:04:57.990 | + functions-common:git_timed:724 : timeout=0 2024-08-01 07:04:57.991 | + functions-common:git_timed:727 : time_start git_timed 2024-08-01 07:04:57.993 | + functions-common:time_start:2421 : local name=git_timed 2024-08-01 07:04:57.994 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:04:57.995 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:04:57.997 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:04:57.999 | + functions-common:time_start:2426 : _TIME_START[$name]=1722495897998 2024-08-01 07:04:58.000 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin devstack 2024-08-01 07:04:58.847 | From https://github.com/sapcc/networking-nsx-t 2024-08-01 07:04:58.848 | * branch devstack -> FETCH_HEAD 2024-08-01 07:04:58.851 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-01 07:04:58.853 | + functions-common:time_stop:2435 : local name 2024-08-01 07:04:58.854 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:04:58.856 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:04:58.857 | + functions-common:time_stop:2438 : local total 2024-08-01 07:04:58.858 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:04:58.860 | + functions-common:time_stop:2441 : name=git_timed 2024-08-01 07:04:58.861 | + functions-common:time_stop:2442 : start_time=1722495897998 2024-08-01 07:04:58.862 | + functions-common:time_stop:2444 : [[ -z 1722495897998 ]] 2024-08-01 07:04:58.864 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:04:58.866 | + functions-common:time_stop:2447 : end_time=1722495898865 2024-08-01 07:04:58.868 | + functions-common:time_stop:2448 : elapsed_time=867 2024-08-01 07:04:58.869 | + functions-common:time_stop:2449 : total=981 2024-08-01 07:04:58.870 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:04:58.872 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1848 2024-08-01 07:04:58.873 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-01 07:04:58.874 | + functions-common:git_timed:720 : local count=0 2024-08-01 07:04:58.876 | + functions-common:git_timed:721 : local timeout=0 2024-08-01 07:04:58.877 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-01 07:04:58.878 | + functions-common:git_timed:724 : timeout=0 2024-08-01 07:04:58.879 | + functions-common:git_timed:727 : time_start git_timed 2024-08-01 07:04:58.881 | + functions-common:time_start:2421 : local name=git_timed 2024-08-01 07:04:58.882 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:04:58.883 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:04:58.885 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:04:58.887 | + functions-common:time_start:2426 : _TIME_START[$name]=1722495898886 2024-08-01 07:04:58.889 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-01 07:04:58.898 | Note: switching to 'FETCH_HEAD'. 2024-08-01 07:04:58.898 | 2024-08-01 07:04:58.898 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-01 07:04:58.898 | changes and commit them, and you can discard any commits you make in this 2024-08-01 07:04:58.898 | state without impacting any branches by switching back to a branch. 2024-08-01 07:04:58.898 | 2024-08-01 07:04:58.898 | If you want to create a new branch to retain commits you create, you may 2024-08-01 07:04:58.898 | do so (now or later) by using -c with the switch command. Example: 2024-08-01 07:04:58.898 | 2024-08-01 07:04:58.898 | git switch -c 2024-08-01 07:04:58.898 | 2024-08-01 07:04:58.899 | Or undo this operation with: 2024-08-01 07:04:58.899 | 2024-08-01 07:04:58.899 | git switch - 2024-08-01 07:04:58.899 | 2024-08-01 07:04:58.899 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-01 07:04:58.899 | 2024-08-01 07:04:58.899 | HEAD is now at c7b6103 The Controller-class moved to neutron.api.wsgi 2024-08-01 07:04:58.900 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-01 07:04:58.902 | + functions-common:time_stop:2435 : local name 2024-08-01 07:04:58.903 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:04:58.904 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:04:58.906 | + functions-common:time_stop:2438 : local total 2024-08-01 07:04:58.907 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:04:58.908 | + functions-common:time_stop:2441 : name=git_timed 2024-08-01 07:04:58.910 | + functions-common:time_stop:2442 : start_time=1722495898886 2024-08-01 07:04:58.911 | + functions-common:time_stop:2444 : [[ -z 1722495898886 ]] 2024-08-01 07:04:58.913 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:04:58.915 | + functions-common:time_stop:2447 : end_time=1722495898914 2024-08-01 07:04:58.916 | + functions-common:time_stop:2448 : elapsed_time=28 2024-08-01 07:04:58.918 | + functions-common:time_stop:2449 : total=1848 2024-08-01 07:04:58.919 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:04:58.920 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1876 2024-08-01 07:04:58.922 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack/networking-nsx-t 2024-08-01 07:04:58.931 | + functions-common:git_clone:695 : cd /opt/stack/networking-nsx-t 2024-08-01 07:04:58.933 | + functions-common:git_clone:696 : git show --oneline 2024-08-01 07:04:58.933 | + functions-common:git_clone:696 : head -1 2024-08-01 07:04:58.935 | c7b6103 The Controller-class moved to neutron.api.wsgi 2024-08-01 07:04:58.936 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-01 07:04:58.938 | + stack.sh:main:620 : run_phase override_defaults 2024-08-01 07:04:58.939 | + functions-common:run_phase:1863 : local mode=override_defaults 2024-08-01 07:04:58.941 | + functions-common:run_phase:1864 : local phase= 2024-08-01 07:04:58.942 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-01 07:04:58.944 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-01 07:04:58.945 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-01 07:04:58.946 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-01 07:04:58.948 | + functions-common:run_phase:1873 : local extra 2024-08-01 07:04:58.950 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-01 07:04:58.952 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-01 07:04:58.954 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-01 07:04:58.955 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-01 07:04:58.956 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2024-08-01 07:04:58.958 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-01 07:04:58.967 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:04:58.969 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-08-01 07:04:58.970 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2024-08-01 07:04:58.972 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2024-08-01 07:04:58.973 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2024-08-01 07:04:58.974 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2024-08-01 07:04:58.976 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2024-08-01 07:04:58.977 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2024-08-01 07:04:58.978 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2024-08-01 07:04:58.980 | + functions-common:run_phase:1884 : [[ override_defaults == \s\o\u\r\c\e ]] 2024-08-01 07:04:58.981 | + functions-common:run_phase:1887 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-08-01 07:04:58.983 | + functions-common:run_phase:1888 : plugin_override_defaults 2024-08-01 07:04:58.984 | + functions-common:plugin_override_defaults:1822 : local plugins=,networking-nsx-t 2024-08-01 07:04:58.985 | + functions-common:plugin_override_defaults:1823 : local plugin 2024-08-01 07:04:58.987 | + functions-common:plugin_override_defaults:1826 : [[ -z ,networking-nsx-t ]] 2024-08-01 07:04:58.988 | + functions-common:plugin_override_defaults:1830 : echo 'Overriding Configuration Defaults' 2024-08-01 07:04:58.988 | Overriding Configuration Defaults 2024-08-01 07:04:58.990 | + functions-common:plugin_override_defaults:1831 : for plugin in ${plugins//,/ } 2024-08-01 07:04:58.991 | + functions-common:plugin_override_defaults:1832 : local dir=/opt/stack/networking-nsx-t 2024-08-01 07:04:58.992 | + functions-common:plugin_override_defaults:1834 : [[ -f /opt/stack/networking-nsx-t/devstack/override-defaults ]] 2024-08-01 07:04:58.994 | + stack.sh:main:623 : source /opt/stack/devstack/lib/apache 2024-08-01 07:04:59.006 | + stack.sh:main:626 : source /opt/stack/devstack/lib/tls 2024-08-01 07:04:59.007 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2024-08-01 07:04:59.016 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:04:59.018 | +++ lib/tls:source:43 : hostname -f 2024-08-01 07:04:59.020 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=devstack 2024-08-01 07:04:59.022 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2024-08-01 07:04:59.023 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2024-08-01 07:04:59.024 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2024-08-01 07:04:59.026 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2024-08-01 07:04:59.027 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2024-08-01 07:04:59.028 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2024-08-01 07:04:59.030 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2024-08-01 07:04:59.031 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2024-08-01 07:04:59.032 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2024-08-01 07:04:59.035 | + stack.sh:main:629 : source /opt/stack/devstack/lib/infra 2024-08-01 07:04:59.043 | + stack.sh:main:630 : source /opt/stack/devstack/lib/libraries 2024-08-01 07:04:59.055 | + stack.sh:main:631 : source /opt/stack/devstack/lib/lvm 2024-08-01 07:04:59.063 | + stack.sh:main:632 : source /opt/stack/devstack/lib/horizon 2024-08-01 07:04:59.072 | + stack.sh:main:633 : source /opt/stack/devstack/lib/keystone 2024-08-01 07:04:59.095 | + stack.sh:main:634 : source /opt/stack/devstack/lib/glance 2024-08-01 07:04:59.134 | + stack.sh:main:635 : source /opt/stack/devstack/lib/nova 2024-08-01 07:04:59.178 | + stack.sh:main:636 : source /opt/stack/devstack/lib/placement 2024-08-01 07:04:59.196 | + stack.sh:main:637 : source /opt/stack/devstack/lib/cinder 2024-08-01 07:04:59.230 | + stack.sh:main:638 : source /opt/stack/devstack/lib/swift 2024-08-01 07:04:59.261 | + stack.sh:main:639 : source /opt/stack/devstack/lib/neutron 2024-08-01 07:04:59.263 | ++ lib/neutron:source:61 : is_service_enabled tls-proxy 2024-08-01 07:04:59.273 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:04:59.274 | ++ lib/neutron:source:67 : GITDIR["python-neutronclient"]=/opt/stack//python-neutronclient 2024-08-01 07:04:59.276 | ++ lib/neutron:source:70 : NEUTRON_DIR=/opt/stack//neutron 2024-08-01 07:04:59.277 | ++ lib/neutron:source:71 : NEUTRON_FWAAS_DIR=/opt/stack//neutron-fwaas 2024-08-01 07:04:59.279 | ++ lib/neutron:source:74 : [[ -d /opt/stack//neutron/bin/neutron-server ]] 2024-08-01 07:04:59.281 | +++ lib/neutron:source:77 : get_python_exec_prefix 2024-08-01 07:04:59.292 | +++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2024-08-01 07:04:59.293 | +++ inc/python:get_python_exec_prefix:65 : is_suse 2024-08-01 07:04:59.295 | +++ functions-common:is_suse:544 : is_opensuse 2024-08-01 07:04:59.296 | +++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-01 07:04:59.298 | +++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-01 07:04:59.300 | +++ functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-01 07:04:59.301 | +++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-01 07:04:59.303 | +++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-01 07:04:59.304 | +++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2024-08-01 07:04:59.306 | ++ lib/neutron:source:77 : NEUTRON_BIN_DIR=/usr/local/bin 2024-08-01 07:04:59.308 | ++ lib/neutron:source:80 : NEUTRON_CONF_DIR=/etc/neutron 2024-08-01 07:04:59.309 | ++ lib/neutron:source:81 : NEUTRON_CONF=/etc/neutron/neutron.conf 2024-08-01 07:04:59.311 | ++ lib/neutron:source:82 : export NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-08-01 07:04:59.313 | ++ lib/neutron:source:82 : NEUTRON_TEST_CONFIG_FILE=/etc/neutron/debug.ini 2024-08-01 07:04:59.315 | +++ lib/neutron:source:89 : trueorfalse False NEUTRON_DEPLOY_MOD_WSGI 2024-08-01 07:04:59.326 | ++ lib/neutron:source:89 : NEUTRON_DEPLOY_MOD_WSGI=False 2024-08-01 07:04:59.327 | ++ lib/neutron:source:91 : NEUTRON_UWSGI_CONF=/etc/neutron/neutron-api-uwsgi.ini 2024-08-01 07:04:59.329 | +++ lib/neutron:source:96 : trueorfalse False NEUTRON_ENFORCE_SCOPE 2024-08-01 07:04:59.340 | ++ lib/neutron:source:96 : NEUTRON_ENFORCE_SCOPE=False 2024-08-01 07:04:59.341 | ++ lib/neutron:source:100 : AGENT_DHCP_BINARY=/usr/local/bin/neutron-dhcp-agent 2024-08-01 07:04:59.343 | ++ lib/neutron:source:101 : AGENT_L3_BINARY=/usr/local/bin/neutron-l3-agent 2024-08-01 07:04:59.345 | ++ lib/neutron:source:102 : AGENT_META_BINARY=/usr/local/bin/neutron-metadata-agent 2024-08-01 07:04:59.346 | ++ lib/neutron:source:106 : Q_DHCP_CONF_FILE=/etc/neutron/dhcp_agent.ini 2024-08-01 07:04:59.348 | ++ lib/neutron:source:109 : NEUTRON_DHCP_CONF=/etc/neutron/dhcp_agent.ini 2024-08-01 07:04:59.349 | ++ lib/neutron:source:110 : Q_L3_CONF_FILE=/etc/neutron/l3_agent.ini 2024-08-01 07:04:59.351 | ++ lib/neutron:source:113 : NEUTRON_L3_CONF=/etc/neutron/l3_agent.ini 2024-08-01 07:04:59.352 | ++ lib/neutron:source:114 : Q_META_CONF_FILE=/etc/neutron/metadata_agent.ini 2024-08-01 07:04:59.354 | ++ lib/neutron:source:117 : Q_DB_NAME=neutron 2024-08-01 07:04:59.356 | ++ lib/neutron:source:119 : Q_PLUGIN=ml2 2024-08-01 07:04:59.357 | ++ lib/neutron:source:121 : Q_PORT=9696 2024-08-01 07:04:59.359 | ++ lib/neutron:source:123 : Q_PORT_INT=19696 2024-08-01 07:04:59.360 | ++ lib/neutron:source:125 : Q_HOST=10.180.1.21 2024-08-01 07:04:59.362 | ++ lib/neutron:source:127 : Q_PROTOCOL=http 2024-08-01 07:04:59.364 | +++ lib/neutron:source:129 : ipv6_unquote 0.0.0.0 2024-08-01 07:04:59.366 | +++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2024-08-01 07:04:59.366 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-08-01 07:04:59.369 | ++ lib/neutron:source:129 : Q_LISTEN_ADDRESS=0.0.0.0 2024-08-01 07:04:59.371 | ++ lib/neutron:source:131 : Q_ADMIN_USERNAME=neutron 2024-08-01 07:04:59.372 | ++ lib/neutron:source:133 : Q_AUTH_STRATEGY=keystone 2024-08-01 07:04:59.374 | ++ lib/neutron:source:135 : Q_OVS_USE_VETH=False 2024-08-01 07:04:59.375 | ++ lib/neutron:source:136 : Q_USE_ROOTWRAP=True 2024-08-01 07:04:59.377 | +++ lib/neutron:source:137 : trueorfalse True Q_USE_ROOTWRAP_DAEMON 2024-08-01 07:04:59.388 | ++ lib/neutron:source:137 : Q_USE_ROOTWRAP_DAEMON=True 2024-08-01 07:04:59.390 | +++ lib/neutron:source:139 : ipv6_unquote 10.180.1.21 2024-08-01 07:04:59.392 | +++ functions-common:ipv6_unquote:2233 : echo 10.180.1.21 2024-08-01 07:04:59.392 | +++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-08-01 07:04:59.395 | ++ lib/neutron:source:139 : Q_META_DATA_IP=10.180.1.21 2024-08-01 07:04:59.397 | ++ lib/neutron:source:141 : Q_ALLOW_OVERLAPPING_IP=True 2024-08-01 07:04:59.398 | ++ lib/neutron:source:142 : Q_NOTIFY_NOVA_PORT_STATUS_CHANGES=True 2024-08-01 07:04:59.400 | ++ lib/neutron:source:143 : Q_NOTIFY_NOVA_PORT_DATA_CHANGES=True 2024-08-01 07:04:59.401 | ++ lib/neutron:source:144 : VIF_PLUGGING_IS_FATAL=True 2024-08-01 07:04:59.403 | ++ lib/neutron:source:145 : VIF_PLUGGING_TIMEOUT=300 2024-08-01 07:04:59.404 | ++ lib/neutron:source:148 : SKIP_STOP_OVN=False 2024-08-01 07:04:59.406 | ++ lib/neutron:source:152 : _Q_PLUGIN_EXTRA_CONF_PATH=/etc/neutron 2024-08-01 07:04:59.407 | ++ lib/neutron:source:155 : NEUTRON_ENDPOINT_SERVICE_NAME=networking 2024-08-01 07:04:59.409 | ++ lib/neutron:source:156 : [[ False == \T\r\u\e ]] 2024-08-01 07:04:59.410 | ++ lib/neutron:source:169 : declare -a -g Q_PLUGIN_EXTRA_CONF_FILES 2024-08-01 07:04:59.412 | ++ lib/neutron:source:172 : declare -a -g _Q_PLUGIN_EXTRA_CONF_FILES_ABS 2024-08-01 07:04:59.413 | ++ lib/neutron:source:175 : Q_RR_CONF_FILE=/etc/neutron/rootwrap.conf 2024-08-01 07:04:59.415 | ++ lib/neutron:source:176 : [[ True == \F\a\l\s\e ]] 2024-08-01 07:04:59.417 | +++ lib/neutron:source:179 : get_rootwrap_location neutron 2024-08-01 07:04:59.418 | +++ functions:get_rootwrap_location:593 : local module=neutron 2024-08-01 07:04:59.420 | ++++ functions:get_rootwrap_location:595 : get_python_exec_prefix 2024-08-01 07:04:59.431 | ++++ inc/python:get_python_exec_prefix:64 : local PYTHON_PATH=/usr/local/bin 2024-08-01 07:04:59.432 | ++++ inc/python:get_python_exec_prefix:65 : is_suse 2024-08-01 07:04:59.434 | ++++ functions-common:is_suse:544 : is_opensuse 2024-08-01 07:04:59.435 | ++++ functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-01 07:04:59.437 | ++++ functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-01 07:04:59.439 | ++++ functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-01 07:04:59.440 | ++++ functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-01 07:04:59.445 | ++++ functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-01 07:04:59.447 | ++++ inc/python:get_python_exec_prefix:66 : echo /usr/local/bin 2024-08-01 07:04:59.449 | +++ functions:get_rootwrap_location:595 : echo /usr/local/bin/neutron-rootwrap 2024-08-01 07:04:59.451 | ++ lib/neutron:source:179 : NEUTRON_ROOTWRAP=/usr/local/bin/neutron-rootwrap 2024-08-01 07:04:59.452 | ++ lib/neutron:source:180 : Q_RR_COMMAND='sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2024-08-01 07:04:59.454 | ++ lib/neutron:source:181 : [[ True == \T\r\u\e ]] 2024-08-01 07:04:59.456 | ++ lib/neutron:source:182 : Q_RR_DAEMON_COMMAND='sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-08-01 07:04:59.457 | ++ lib/neutron:source:194 : Q_DVR_MODE=legacy 2024-08-01 07:04:59.459 | ++ lib/neutron:source:195 : [[ legacy != \l\e\g\a\c\y ]] 2024-08-01 07:04:59.461 | ++ lib/neutron:source:211 : ENABLE_TENANT_TUNNELS=false 2024-08-01 07:04:59.462 | ++ lib/neutron:source:216 : TENANT_TUNNEL_RANGES=1:1000 2024-08-01 07:04:59.464 | ++ lib/neutron:source:221 : ENABLE_TENANT_VLANS=True 2024-08-01 07:04:59.465 | ++ lib/neutron:source:229 : TENANT_VLAN_RANGE=2:999 2024-08-01 07:04:59.467 | ++ lib/neutron:source:238 : PHYSICAL_NETWORK=default 2024-08-01 07:04:59.469 | ++ lib/neutron:source:248 : OVS_PHYSICAL_BRIDGE=br-ex 2024-08-01 07:04:59.471 | ++ lib/neutron:source:256 : [[ openvswitch == \l\i\n\u\x\b\r\i\d\g\e ]] 2024-08-01 07:04:59.472 | ++ lib/neutron:source:266 : OVS_ENABLE_TUNNELING=false 2024-08-01 07:04:59.474 | ++ lib/neutron:source:270 : ENABLE_ISOLATED_METADATA=False 2024-08-01 07:04:59.475 | ++ lib/neutron:source:275 : ENABLE_METADATA_NETWORK=False 2024-08-01 07:04:59.477 | ++ lib/neutron:source:280 : '[' -f /opt/stack/devstack/lib/neutron_plugins/ml2 ']' 2024-08-01 07:04:59.478 | ++ lib/neutron:source:281 : source /opt/stack/devstack/lib/neutron_plugins/ml2 2024-08-01 07:04:59.499 | ++ lib/neutron:source:288 : source /opt/stack/devstack/lib/neutron_plugins/services/metering 2024-08-01 07:04:59.508 | ++ lib/neutron:source:291 : source /opt/stack/devstack/lib/neutron_plugins/services/l3 2024-08-01 07:04:59.509 | +++ lib/neutron_plugins/services/l3:source:3 : IP_VERSION=4 2024-08-01 07:04:59.511 | +++ lib/neutron_plugins/services/l3:source:5 : [[ 4 != \4 ]] 2024-08-01 07:04:59.513 | +++ lib/neutron_plugins/services/l3:source:9 : NEUTRON_CREATE_INITIAL_NETWORKS=True 2024-08-01 07:04:59.514 | +++ lib/neutron_plugins/services/l3:source:12 : PROVIDER_SUBNET_NAME=provider_net 2024-08-01 07:04:59.516 | +++ lib/neutron_plugins/services/l3:source:13 : IPV6_PROVIDER_SUBNET_NAME=provider_net_v6 2024-08-01 07:04:59.517 | +++ lib/neutron_plugins/services/l3:source:14 : IPV6_PROVIDER_FIXED_RANGE= 2024-08-01 07:04:59.519 | +++ lib/neutron_plugins/services/l3:source:15 : IPV6_PROVIDER_NETWORK_GATEWAY= 2024-08-01 07:04:59.520 | +++ lib/neutron_plugins/services/l3:source:17 : PUBLIC_BRIDGE=br-ex 2024-08-01 07:04:59.522 | +++ lib/neutron_plugins/services/l3:source:18 : PUBLIC_BRIDGE_MTU=8950 2024-08-01 07:04:59.523 | +++ lib/neutron_plugins/services/l3:source:23 : Q_ASSIGN_GATEWAY_TO_PUBLIC_BRIDGE=False 2024-08-01 07:04:59.525 | +++ lib/neutron_plugins/services/l3:source:26 : Q_ROUTER_NAME=router1 2024-08-01 07:04:59.526 | +++ lib/neutron_plugins/services/l3:source:31 : Q_USE_PUBLIC_VETH=False 2024-08-01 07:04:59.528 | +++ lib/neutron_plugins/services/l3:source:32 : Q_PUBLIC_VETH_EX=veth-pub-ex 2024-08-01 07:04:59.530 | +++ lib/neutron_plugins/services/l3:source:33 : Q_PUBLIC_VETH_INT=veth-pub-int 2024-08-01 07:04:59.531 | +++ lib/neutron_plugins/services/l3:source:39 : Q_L3_ROUTER_PER_TENANT=True 2024-08-01 07:04:59.533 | +++ lib/neutron_plugins/services/l3:source:66 : Q_USE_PROVIDERNET_FOR_PUBLIC=True 2024-08-01 07:04:59.534 | +++ lib/neutron_plugins/services/l3:source:67 : PUBLIC_PHYSICAL_NETWORK=default 2024-08-01 07:04:59.537 | ++++ lib/neutron_plugins/services/l3:source:70 : uuidgen 2024-08-01 07:04:59.537 | ++++ lib/neutron_plugins/services/l3:source:70 : sed s/-//g 2024-08-01 07:04:59.538 | ++++ lib/neutron_plugins/services/l3:source:70 : cut -c 23- 2024-08-01 07:04:59.538 | ++++ lib/neutron_plugins/services/l3:source:70 : sed -e 's/\(..\)\(....\)\(....\)/\1:\2:\3/' 2024-08-01 07:04:59.542 | +++ lib/neutron_plugins/services/l3:source:70 : IPV6_GLOBAL_ID=e7:cab4:be47 2024-08-01 07:04:59.543 | +++ lib/neutron_plugins/services/l3:source:73 : IPV6_RA_MODE=slaac 2024-08-01 07:04:59.545 | +++ lib/neutron_plugins/services/l3:source:74 : IPV6_ADDRESS_MODE=slaac 2024-08-01 07:04:59.547 | +++ lib/neutron_plugins/services/l3:source:75 : IPV6_PUBLIC_SUBNET_NAME=ipv6-public-subnet 2024-08-01 07:04:59.548 | +++ lib/neutron_plugins/services/l3:source:76 : IPV6_PRIVATE_SUBNET_NAME=ipv6-private-subnet 2024-08-01 07:04:59.550 | +++ lib/neutron_plugins/services/l3:source:77 : IPV6_ADDRS_SAFE_TO_USE=fde7:cab4:be47::/56 2024-08-01 07:04:59.552 | ++++ lib/neutron_plugins/services/l3:source:80 : echo fde7:cab4:be47::/56 2024-08-01 07:04:59.553 | ++++ lib/neutron_plugins/services/l3:source:80 : awk -F / '{ print $1"/"($2>63 ? $2 : 64) }' 2024-08-01 07:04:59.558 | +++ lib/neutron_plugins/services/l3:source:80 : FIXED_RANGE_V6=fde7:cab4:be47::/64 2024-08-01 07:04:59.559 | +++ lib/neutron_plugins/services/l3:source:81 : IPV6_PRIVATE_NETWORK_GATEWAY= 2024-08-01 07:04:59.561 | +++ lib/neutron_plugins/services/l3:source:82 : IPV6_PUBLIC_RANGE=2001:db8::/64 2024-08-01 07:04:59.563 | +++ lib/neutron_plugins/services/l3:source:83 : IPV6_PUBLIC_NETWORK_GATEWAY=2001:db8::2 2024-08-01 07:04:59.565 | +++ lib/neutron_plugins/services/l3:source:84 : IPV6_ROUTER_GW_IP=2001:db8::1 2024-08-01 07:04:59.566 | +++ lib/neutron_plugins/services/l3:source:87 : NETWORK_GATEWAY= 2024-08-01 07:04:59.568 | +++ lib/neutron_plugins/services/l3:source:88 : PUBLIC_NETWORK_GATEWAY=10.180.180.1 2024-08-01 07:04:59.570 | +++ lib/neutron_plugins/services/l3:source:89 : PRIVATE_SUBNET_NAME=private-subnet 2024-08-01 07:04:59.571 | +++ lib/neutron_plugins/services/l3:source:90 : PUBLIC_SUBNET_NAME=public-subnet 2024-08-01 07:04:59.573 | +++ lib/neutron_plugins/services/l3:source:93 : USE_SUBNETPOOL=True 2024-08-01 07:04:59.574 | +++ lib/neutron_plugins/services/l3:source:94 : SUBNETPOOL_NAME_V4=shared-default-subnetpool-v4 2024-08-01 07:04:59.576 | +++ lib/neutron_plugins/services/l3:source:95 : SUBNETPOOL_NAME_V6=shared-default-subnetpool-v6 2024-08-01 07:04:59.577 | +++ lib/neutron_plugins/services/l3:source:97 : SUBNETPOOL_PREFIX_V4=192.168.128.0/17 2024-08-01 07:04:59.579 | +++ lib/neutron_plugins/services/l3:source:98 : SUBNETPOOL_PREFIX_V6=fde7:cab4:be47::/56 2024-08-01 07:04:59.581 | +++ lib/neutron_plugins/services/l3:source:100 : SUBNETPOOL_SIZE_V4=26 2024-08-01 07:04:59.582 | +++ lib/neutron_plugins/services/l3:source:101 : SUBNETPOOL_SIZE_V6=64 2024-08-01 07:04:59.585 | ++++ lib/neutron_plugins/services/l3:source:103 : ip -4 route 2024-08-01 07:04:59.585 | ++++ lib/neutron_plugins/services/l3:source:103 : grep '^default' 2024-08-01 07:04:59.585 | ++++ lib/neutron_plugins/services/l3:source:103 : awk '{print $5}' 2024-08-01 07:04:59.589 | +++ lib/neutron_plugins/services/l3:source:103 : default_v4_route_devs=ens192 2024-08-01 07:04:59.592 | ++++ lib/neutron_plugins/services/l3:source:105 : ip -6 route list match default table all 2024-08-01 07:04:59.592 | ++++ lib/neutron_plugins/services/l3:source:105 : awk '{print $5}' 2024-08-01 07:04:59.592 | ++++ lib/neutron_plugins/services/l3:source:105 : grep via 2024-08-01 07:04:59.596 | +++ lib/neutron_plugins/services/l3:source:105 : default_v6_route_devs= 2024-08-01 07:04:59.599 | ++ lib/neutron:source:294 : source /opt/stack/devstack/lib/neutron_plugins/services/placement 2024-08-01 07:04:59.601 | ++ lib/neutron:source:295 : source /opt/stack/devstack/lib/neutron_plugins/services/trunk 2024-08-01 07:04:59.602 | ++ lib/neutron:source:296 : source /opt/stack/devstack/lib/neutron_plugins/services/qos 2024-08-01 07:04:59.604 | ++ lib/neutron:source:299 : has_neutron_plugin_security_group 2024-08-01 07:04:59.605 | ++ lib/neutron_plugins/ml2:has_neutron_plugin_security_group:149 : return 0 2024-08-01 07:04:59.607 | ++ lib/neutron:source:300 : Q_USE_SECGROUP=True 2024-08-01 07:04:59.619 | + stack.sh:main:640 : source /opt/stack/devstack/lib/ldap 2024-08-01 07:04:59.628 | + stack.sh:main:641 : source /opt/stack/devstack/lib/dstat 2024-08-01 07:04:59.637 | + stack.sh:main:642 : source /opt/stack/devstack/lib/tcpdump 2024-08-01 07:04:59.647 | + stack.sh:main:643 : source /opt/stack/devstack/lib/etcd3 2024-08-01 07:04:59.693 | + stack.sh:main:644 : source /opt/stack/devstack/lib/os-vif 2024-08-01 07:04:59.695 | +++ lib/os-vif:source:12 : is_ml2_ovs 2024-08-01 07:04:59.697 | +++ lib/os-vif:is_ml2_ovs:4 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2024-08-01 07:04:59.698 | +++ lib/os-vif:is_ml2_ovs:5 : echo True 2024-08-01 07:04:59.700 | +++ lib/os-vif:is_ml2_ovs:7 : echo False 2024-08-01 07:04:59.702 | ++ lib/os-vif:source:12 : OS_VIF_OVS_ISOLATE_VIF='True 2024-08-01 07:04:59.702 | False' 2024-08-01 07:04:59.704 | +++ lib/os-vif:source:13 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2024-08-01 07:04:59.715 | ++ lib/os-vif:source:13 : OS_VIF_OVS_ISOLATE_VIF=False 2024-08-01 07:04:59.717 | + stack.sh:main:650 : run_phase source 2024-08-01 07:04:59.718 | + functions-common:run_phase:1863 : local mode=source 2024-08-01 07:04:59.720 | + functions-common:run_phase:1864 : local phase= 2024-08-01 07:04:59.722 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-01 07:04:59.723 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-01 07:04:59.725 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-01 07:04:59.726 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-01 07:04:59.728 | + functions-common:run_phase:1873 : local extra 2024-08-01 07:04:59.730 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-01 07:04:59.732 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-01 07:04:59.734 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-01 07:04:59.735 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-01 07:04:59.737 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2024-08-01 07:04:59.739 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-01 07:04:59.749 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:04:59.751 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2024-08-01 07:04:59.753 | ++ extras.d/80-tempest.sh:source:6 : source /opt/stack/devstack/lib/tempest 2024-08-01 07:04:59.779 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2024-08-01 07:04:59.780 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2024-08-01 07:04:59.782 | + functions-common:run_phase:1884 : [[ source == \s\o\u\r\c\e ]] 2024-08-01 07:04:59.784 | + functions-common:run_phase:1885 : load_plugin_settings 2024-08-01 07:04:59.785 | + functions-common:load_plugin_settings:1799 : local plugins=,networking-nsx-t 2024-08-01 07:04:59.787 | + functions-common:load_plugin_settings:1800 : local plugin 2024-08-01 07:04:59.788 | + functions-common:load_plugin_settings:1803 : [[ -z ,networking-nsx-t ]] 2024-08-01 07:04:59.790 | + functions-common:load_plugin_settings:1807 : echo 'Loading plugin settings' 2024-08-01 07:04:59.790 | Loading plugin settings 2024-08-01 07:04:59.792 | + functions-common:load_plugin_settings:1808 : for plugin in ${plugins//,/ } 2024-08-01 07:04:59.793 | + functions-common:load_plugin_settings:1809 : local dir=/opt/stack/networking-nsx-t 2024-08-01 07:04:59.795 | + functions-common:load_plugin_settings:1811 : [[ -f /opt/stack/networking-nsx-t/devstack/settings ]] 2024-08-01 07:04:59.796 | + functions-common:load_plugin_settings:1812 : source /opt/stack/networking-nsx-t/devstack/settings 2024-08-01 07:04:59.798 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:2 : define_plugin networking-nsx-t 2024-08-01 07:04:59.800 | ++ functions-common:define_plugin:1907 : : 2024-08-01 07:04:59.802 | ++ /opt/stack/networking-nsx-t/devstack/settings:source:4 : NETWORKING_NSX_T_DIR=/opt/stack//networking-nsx-t 2024-08-01 07:04:59.803 | + functions-common:run_phase:1886 : verify_disabled_services 2024-08-01 07:04:59.805 | + functions-common:verify_disabled_services:2146 : local service 2024-08-01 07:04:59.807 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:04:59.808 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,key, ]] 2024-08-01 07:04:59.810 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:04:59.812 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-api, ]] 2024-08-01 07:04:59.813 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:04:59.815 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-cond, ]] 2024-08-01 07:04:59.817 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:04:59.818 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,n-sch, ]] 2024-08-01 07:04:59.820 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:04:59.822 | + 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-08-01 07:04:59.823 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:04:59.825 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-api, ]] 2024-08-01 07:04:59.827 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:04:59.828 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,placement-client, ]] 2024-08-01 07:04:59.830 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:04:59.832 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,g-api, ]] 2024-08-01 07:04:59.833 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:04:59.835 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-sch, ]] 2024-08-01 07:04:59.837 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:04:59.838 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-api, ]] 2024-08-01 07:04:59.840 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:04:59.842 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,c-vol, ]] 2024-08-01 07:04:59.843 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:04:59.845 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovs-vswitchd, ]] 2024-08-01 07:04:59.847 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:04:59.849 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,ovsdb-server, ]] 2024-08-01 07:04:59.851 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:04:59.852 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-svc, ]] 2024-08-01 07:04:59.854 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:04:59.856 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,rabbit, ]] 2024-08-01 07:04:59.857 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:04:59.859 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,tempest, ]] 2024-08-01 07:04:59.861 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:04:59.863 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,mysql, ]] 2024-08-01 07:04:59.864 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:04:59.866 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,etcd3, ]] 2024-08-01 07:04:59.868 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:04:59.869 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-agt, ]] 2024-08-01 07:04:59.871 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:04:59.873 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-dhcp, ]] 2024-08-01 07:04:59.874 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:04:59.876 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-l3, ]] 2024-08-01 07:04:59.878 | + functions-common:verify_disabled_services:2147 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:04:59.879 | + functions-common:verify_disabled_services:2148 : [[ ,dstat,horizon,n-cpu,n-novnc,ovn,ovn-controller,ovn-northd,q-ovn-metadata-agent, =~ ,q-meta, ]] 2024-08-01 07:04:59.881 | + stack.sh:main:721 : initialize_database_backends 2024-08-01 07:04:59.883 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-08-01 07:04:59.885 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2024-08-01 07:04:59.897 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:04:59.899 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2024-08-01 07:04:59.901 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2024-08-01 07:04:59.902 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2024-08-01 07:04:59.914 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:04:59.916 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2024-08-01 07:04:59.918 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2024-08-01 07:04:59.920 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2024-08-01 07:04:59.921 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2024-08-01 07:04:59.923 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2024-08-01 07:04:59.925 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2024-08-01 07:04:59.927 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2024-08-01 07:04:59.929 | + lib/database:initialize_database_backends:92 : return 0 2024-08-01 07:04:59.930 | + stack.sh:main:722 : echo 'Using mysql database backend' 2024-08-01 07:04:59.930 | Using mysql database backend 2024-08-01 07:04:59.932 | + stack.sh:main:725 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2024-08-01 07:04:59.944 | + stack.sh:main:727 : define_database_baseurl 2024-08-01 07:04:59.947 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2024-08-01 07:04:59.949 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-08-01 07:04:59.950 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2024-08-01 07:04:59.953 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-08-01 07:04:59.954 | + stack.sh:main:739 : is_service_enabled rabbit 2024-08-01 07:04:59.967 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:04:59.969 | + stack.sh:main:740 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2024-08-01 07:04:59.982 | + stack.sh:main:747 : is_service_enabled keystone 2024-08-01 07:04:59.994 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:04:59.996 | + stack.sh:main:749 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2024-08-01 07:05:00.008 | + stack.sh:main:751 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2024-08-01 07:05:00.020 | + stack.sh:main:762 : is_service_enabled ldap 2024-08-01 07:05:00.032 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:05:00.034 | + stack.sh:main:771 : is_service_enabled s-proxy 2024-08-01 07:05:00.045 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:05:00.047 | + stack.sh:main:783 : save_stackenv 783 2024-08-01 07:05:00.049 | + functions-common:save_stackenv:60 : local tag=783 2024-08-01 07:05:00.051 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-08-01 07:05:00.054 | + functions-common:save_stackenv:62 : time_stamp=2024-08-01-070500 2024-08-01 07:05:00.056 | + functions-common:save_stackenv:63 : echo '# 2024-08-01-070500 783' 2024-08-01 07:05:00.058 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:05:00.060 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-08-01 07:05:00.062 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:05:00.063 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-08-01 07:05:00.065 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:05:00.067 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-08-01 07:05:00.069 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:05:00.071 | + 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-08-01 07:05:00.072 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:05:00.074 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-08-01 07:05:00.076 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:05:00.078 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-08-01 07:05:00.080 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:05:00.081 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-08-01-070456 2024-08-01 07:05:00.083 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:05:00.085 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-08-01 07:05:00.087 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:05:00.089 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-08-01 07:05:00.091 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:05:00.092 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-08-01 07:05:00.094 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:05:00.096 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-08-01 07:05:00.098 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:05:00.100 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-08-01 07:05:00.101 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:05:00.103 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-08-01 07:05:00.105 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:05:00.107 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-08-01 07:05:00.109 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:05:00.111 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-08-01 07:05:00.112 | + stack.sh:main:796 : GIT_DEPTH=0 2024-08-01 07:05:00.114 | + stack.sh:main:796 : git_clone https://opendev.org/openstack/requirements.git /opt/stack//requirements stable/2023.1 2024-08-01 07:05:00.116 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/requirements.git 2024-08-01 07:05:00.118 | + functions-common:git_clone:613 : local git_dest=/opt/stack//requirements 2024-08-01 07:05:00.119 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-08-01 07:05:00.121 | + functions-common:git_clone:615 : local orig_dir 2024-08-01 07:05:00.123 | ++ functions-common:git_clone:616 : pwd 2024-08-01 07:05:00.125 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-01 07:05:00.127 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-01 07:05:00.129 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-01 07:05:00.140 | + functions-common:git_clone:619 : RECLONE=False 2024-08-01 07:05:00.142 | + functions-common:git_clone:620 : [[ 0 -gt 0 ]] 2024-08-01 07:05:00.143 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-01 07:05:00.146 | + functions-common:git_clone:633 : echo stable/2023.1 2024-08-01 07:05:00.146 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-01 07:05:00.149 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//requirements ]] 2024-08-01 07:05:00.151 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-01 07:05:00.152 | + functions-common:git_clone:653 : git_timed clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-08-01 07:05:00.154 | + functions-common:git_timed:720 : local count=0 2024-08-01 07:05:00.156 | + functions-common:git_timed:721 : local timeout=0 2024-08-01 07:05:00.157 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-01 07:05:00.159 | + functions-common:git_timed:724 : timeout=0 2024-08-01 07:05:00.160 | + functions-common:git_timed:727 : time_start git_timed 2024-08-01 07:05:00.162 | + functions-common:time_start:2421 : local name=git_timed 2024-08-01 07:05:00.164 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:05:00.165 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:05:00.167 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:05:00.170 | + functions-common:time_start:2426 : _TIME_START[$name]=1722495900168 2024-08-01 07:05:00.173 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --no-checkout https://opendev.org/openstack/requirements.git /opt/stack//requirements 2024-08-01 07:05:00.175 | Cloning into '/opt/stack//requirements'... 2024-08-01 07:05:03.301 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-01 07:05:03.303 | + functions-common:time_stop:2435 : local name 2024-08-01 07:05:03.305 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:05:03.306 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:05:03.308 | + functions-common:time_stop:2438 : local total 2024-08-01 07:05:03.310 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:05:03.311 | + functions-common:time_stop:2441 : name=git_timed 2024-08-01 07:05:03.313 | + functions-common:time_stop:2442 : start_time=1722495900168 2024-08-01 07:05:03.314 | + functions-common:time_stop:2444 : [[ -z 1722495900168 ]] 2024-08-01 07:05:03.316 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:05:03.319 | + functions-common:time_stop:2447 : end_time=1722495903318 2024-08-01 07:05:03.321 | + functions-common:time_stop:2448 : elapsed_time=3150 2024-08-01 07:05:03.323 | + functions-common:time_stop:2449 : total=1876 2024-08-01 07:05:03.324 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:05:03.326 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5026 2024-08-01 07:05:03.328 | + functions-common:git_clone:654 : cd /opt/stack//requirements 2024-08-01 07:05:03.330 | + functions-common:git_clone:655 : git_timed fetch origin stable/2023.1 2024-08-01 07:05:03.331 | + functions-common:git_timed:720 : local count=0 2024-08-01 07:05:03.333 | + functions-common:git_timed:721 : local timeout=0 2024-08-01 07:05:03.335 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-01 07:05:03.336 | + functions-common:git_timed:724 : timeout=0 2024-08-01 07:05:03.338 | + functions-common:git_timed:727 : time_start git_timed 2024-08-01 07:05:03.339 | + functions-common:time_start:2421 : local name=git_timed 2024-08-01 07:05:03.341 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:05:03.343 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:05:03.345 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:05:03.348 | + functions-common:time_start:2426 : _TIME_START[$name]=1722495903346 2024-08-01 07:05:03.349 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch origin stable/2023.1 2024-08-01 07:05:04.013 | From https://opendev.org/openstack/requirements 2024-08-01 07:05:04.013 | * branch stable/2023.1 -> FETCH_HEAD 2024-08-01 07:05:04.021 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-01 07:05:04.023 | + functions-common:time_stop:2435 : local name 2024-08-01 07:05:04.024 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:05:04.026 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:05:04.027 | + functions-common:time_stop:2438 : local total 2024-08-01 07:05:04.029 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:05:04.031 | + functions-common:time_stop:2441 : name=git_timed 2024-08-01 07:05:04.032 | + functions-common:time_stop:2442 : start_time=1722495903346 2024-08-01 07:05:04.034 | + functions-common:time_stop:2444 : [[ -z 1722495903346 ]] 2024-08-01 07:05:04.036 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:05:04.039 | + functions-common:time_stop:2447 : end_time=1722495904037 2024-08-01 07:05:04.040 | + functions-common:time_stop:2448 : elapsed_time=691 2024-08-01 07:05:04.042 | + functions-common:time_stop:2449 : total=5026 2024-08-01 07:05:04.044 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:05:04.045 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5717 2024-08-01 07:05:04.047 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-01 07:05:04.049 | + functions-common:git_timed:720 : local count=0 2024-08-01 07:05:04.050 | + functions-common:git_timed:721 : local timeout=0 2024-08-01 07:05:04.052 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-01 07:05:04.054 | + functions-common:git_timed:724 : timeout=0 2024-08-01 07:05:04.055 | + functions-common:git_timed:727 : time_start git_timed 2024-08-01 07:05:04.057 | + functions-common:time_start:2421 : local name=git_timed 2024-08-01 07:05:04.059 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:05:04.060 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:05:04.062 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:05:04.065 | + functions-common:time_start:2426 : _TIME_START[$name]=1722495904063 2024-08-01 07:05:04.067 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-01 07:05:04.076 | Note: switching to 'FETCH_HEAD'. 2024-08-01 07:05:04.076 | 2024-08-01 07:05:04.076 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-01 07:05:04.076 | changes and commit them, and you can discard any commits you make in this 2024-08-01 07:05:04.076 | state without impacting any branches by switching back to a branch. 2024-08-01 07:05:04.076 | 2024-08-01 07:05:04.076 | If you want to create a new branch to retain commits you create, you may 2024-08-01 07:05:04.076 | do so (now or later) by using -c with the switch command. Example: 2024-08-01 07:05:04.076 | 2024-08-01 07:05:04.076 | git switch -c 2024-08-01 07:05:04.076 | 2024-08-01 07:05:04.076 | Or undo this operation with: 2024-08-01 07:05:04.076 | 2024-08-01 07:05:04.076 | git switch - 2024-08-01 07:05:04.076 | 2024-08-01 07:05:04.076 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-01 07:05:04.076 | 2024-08-01 07:05:04.076 | HEAD is now at 487812fc Update packaging constraint to match 2023.2 2024-08-01 07:05:04.078 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-01 07:05:04.080 | + functions-common:time_stop:2435 : local name 2024-08-01 07:05:04.082 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:05:04.083 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:05:04.085 | + functions-common:time_stop:2438 : local total 2024-08-01 07:05:04.087 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:05:04.088 | + functions-common:time_stop:2441 : name=git_timed 2024-08-01 07:05:04.090 | + functions-common:time_stop:2442 : start_time=1722495904063 2024-08-01 07:05:04.091 | + functions-common:time_stop:2444 : [[ -z 1722495904063 ]] 2024-08-01 07:05:04.093 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:05:04.096 | + functions-common:time_stop:2447 : end_time=1722495904095 2024-08-01 07:05:04.098 | + functions-common:time_stop:2448 : elapsed_time=32 2024-08-01 07:05:04.100 | + functions-common:time_stop:2449 : total=5717 2024-08-01 07:05:04.101 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:05:04.103 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5749 2024-08-01 07:05:04.105 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//requirements 2024-08-01 07:05:04.115 | + functions-common:git_clone:695 : cd /opt/stack//requirements 2024-08-01 07:05:04.117 | + functions-common:git_clone:696 : git show --oneline 2024-08-01 07:05:04.118 | + functions-common:git_clone:696 : head -1 2024-08-01 07:05:04.120 | 487812fc Update packaging constraint to match 2023.2 2024-08-01 07:05:04.122 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-01 07:05:04.124 | + stack.sh:main:800 : echo_summary 'Installing package prerequisites' 2024-08-01 07:05:04.126 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-01 07:05:04.128 | + stack.sh:echo_summary:472 : echo -e Installing package prerequisites 2024-08-01 07:05:04.130 | + stack.sh:main:801 : source /opt/stack/devstack/tools/install_prereqs.sh 2024-08-01 07:05:04.132 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2024-08-01 07:05:04.134 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2024-08-01 07:05:04.136 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2024-08-01 07:05:04.138 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2024-08-01 07:05:04.140 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2024-08-01 07:05:04.142 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2024-08-01 07:05:04.144 | +++ tools/install_prereqs.sh:source:47 : date +%s 2024-08-01 07:05:04.147 | ++ tools/install_prereqs.sh:source:47 : NOW=1722495904 2024-08-01 07:05:04.149 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2024-08-01 07:05:04.153 | +++ tools/install_prereqs.sh:source:48 : echo 0 2024-08-01 07:05:04.155 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2024-08-01 07:05:04.156 | ++ tools/install_prereqs.sh:source:49 : DELTA=1722495904 2024-08-01 07:05:04.158 | ++ tools/install_prereqs.sh:source:50 : [[ 1722495904 -lt 7200 ]] 2024-08-01 07:05:04.160 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2024-08-01 07:05:04.162 | ++ functions-common:export_proxy_variables:2253 : isset http_proxy 2024-08-01 07:05:04.164 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2024-08-01 07:05:04.166 | ++ functions-common:export_proxy_variables:2256 : isset https_proxy 2024-08-01 07:05:04.168 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2024-08-01 07:05:04.169 | ++ functions-common:export_proxy_variables:2259 : isset no_proxy 2024-08-01 07:05:04.171 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2024-08-01 07:05:04.173 | +++ 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-08-01 07:05:04.200 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2024-08-01 07:05:04.200 | apache2-dev 2024-08-01 07:05:04.200 | bc 2024-08-01 07:05:04.200 | bsdmainutils 2024-08-01 07:05:04.200 | curl 2024-08-01 07:05:04.200 | g++ 2024-08-01 07:05:04.200 | gawk 2024-08-01 07:05:04.200 | gcc 2024-08-01 07:05:04.200 | gettext 2024-08-01 07:05:04.200 | git 2024-08-01 07:05:04.200 | graphviz 2024-08-01 07:05:04.200 | iputils-ping 2024-08-01 07:05:04.200 | libapache2-mod-proxy-uwsgi 2024-08-01 07:05:04.200 | libffi-dev 2024-08-01 07:05:04.200 | libjpeg-dev 2024-08-01 07:05:04.200 | libpcre3-dev 2024-08-01 07:05:04.200 | libpq-dev 2024-08-01 07:05:04.200 | libssl-dev 2024-08-01 07:05:04.200 | libsystemd-dev 2024-08-01 07:05:04.200 | libxml2-dev 2024-08-01 07:05:04.200 | libxslt1-dev 2024-08-01 07:05:04.200 | libyaml-dev 2024-08-01 07:05:04.200 | lsof 2024-08-01 07:05:04.200 | openssh-server 2024-08-01 07:05:04.200 | openssl 2024-08-01 07:05:04.200 | pkg-config 2024-08-01 07:05:04.200 | psmisc 2024-08-01 07:05:04.200 | python3-dev 2024-08-01 07:05:04.200 | python3-pip 2024-08-01 07:05:04.200 | python3-systemd 2024-08-01 07:05:04.200 | python3-venv 2024-08-01 07:05:04.200 | tar 2024-08-01 07:05:04.200 | tcpdump 2024-08-01 07:05:04.200 | unzip 2024-08-01 07:05:04.200 | uuid-runtime 2024-08-01 07:05:04.200 | wget 2024-08-01 07:05:04.200 | wget 2024-08-01 07:05:04.200 | zlib1g-dev 2024-08-01 07:05:04.200 | libkrb5-dev 2024-08-01 07:05:04.200 | libldap2-dev 2024-08-01 07:05:04.200 | libsasl2-dev 2024-08-01 07:05:04.200 | memcached 2024-08-01 07:05:04.200 | python3-mysqldb 2024-08-01 07:05:04.201 | sqlite3 2024-08-01 07:05:04.201 | conntrack 2024-08-01 07:05:04.201 | curl 2024-08-01 07:05:04.201 | ebtables 2024-08-01 07:05:04.201 | genisoimage 2024-08-01 07:05:04.201 | iptables 2024-08-01 07:05:04.201 | iputils-arping 2024-08-01 07:05:04.201 | kpartx 2024-08-01 07:05:04.201 | libjs-jquery-tablesorter 2024-08-01 07:05:04.201 | parted 2024-08-01 07:05:04.201 | pm-utils 2024-08-01 07:05:04.201 | python3-mysqldb 2024-08-01 07:05:04.201 | socat 2024-08-01 07:05:04.201 | sqlite3 2024-08-01 07:05:04.201 | sudo 2024-08-01 07:05:04.201 | vlan 2024-08-01 07:05:04.201 | lsscsi 2024-08-01 07:05:04.201 | open-iscsi 2024-08-01 07:05:04.201 | lvm2 2024-08-01 07:05:04.201 | qemu-utils 2024-08-01 07:05:04.201 | thin-provisioning-tools 2024-08-01 07:05:04.201 | acl 2024-08-01 07:05:04.201 | dnsmasq-base 2024-08-01 07:05:04.201 | dnsmasq-utils 2024-08-01 07:05:04.201 | ebtables 2024-08-01 07:05:04.201 | haproxy 2024-08-01 07:05:04.201 | iptables 2024-08-01 07:05:04.201 | iputils-arping 2024-08-01 07:05:04.201 | iputils-ping 2024-08-01 07:05:04.201 | postgresql-server-dev-all 2024-08-01 07:05:04.201 | python3-mysqldb 2024-08-01 07:05:04.201 | sqlite3 2024-08-01 07:05:04.201 | sudo 2024-08-01 07:05:04.201 | vlan 2024-08-01 07:05:04.201 | ipset 2024-08-01 07:05:04.201 | conntrack 2024-08-01 07:05:04.201 | conntrackd 2024-08-01 07:05:04.201 | keepalived' 2024-08-01 07:05:04.203 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2024-08-01 07:05:04.217 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2024-08-01 07:05:04.217 | apache2-dev 2024-08-01 07:05:04.217 | bc 2024-08-01 07:05:04.217 | bsdmainutils 2024-08-01 07:05:04.217 | curl 2024-08-01 07:05:04.217 | g++ 2024-08-01 07:05:04.217 | gawk 2024-08-01 07:05:04.217 | gcc 2024-08-01 07:05:04.218 | gettext 2024-08-01 07:05:04.218 | git 2024-08-01 07:05:04.218 | graphviz 2024-08-01 07:05:04.218 | iputils-ping 2024-08-01 07:05:04.218 | libapache2-mod-proxy-uwsgi 2024-08-01 07:05:04.218 | libffi-dev 2024-08-01 07:05:04.218 | libjpeg-dev 2024-08-01 07:05:04.218 | libpcre3-dev 2024-08-01 07:05:04.218 | libpq-dev 2024-08-01 07:05:04.218 | libssl-dev 2024-08-01 07:05:04.218 | libsystemd-dev 2024-08-01 07:05:04.218 | libxml2-dev 2024-08-01 07:05:04.218 | libxslt1-dev 2024-08-01 07:05:04.218 | libyaml-dev 2024-08-01 07:05:04.218 | lsof 2024-08-01 07:05:04.218 | openssh-server 2024-08-01 07:05:04.218 | openssl 2024-08-01 07:05:04.218 | pkg-config 2024-08-01 07:05:04.218 | psmisc 2024-08-01 07:05:04.218 | python3-dev 2024-08-01 07:05:04.218 | python3-pip 2024-08-01 07:05:04.218 | python3-systemd 2024-08-01 07:05:04.218 | python3-venv 2024-08-01 07:05:04.218 | tar 2024-08-01 07:05:04.218 | tcpdump 2024-08-01 07:05:04.218 | unzip 2024-08-01 07:05:04.218 | uuid-runtime 2024-08-01 07:05:04.218 | wget 2024-08-01 07:05:04.218 | wget 2024-08-01 07:05:04.218 | zlib1g-dev 2024-08-01 07:05:04.218 | libkrb5-dev 2024-08-01 07:05:04.218 | libldap2-dev 2024-08-01 07:05:04.218 | libsasl2-dev 2024-08-01 07:05:04.218 | memcached 2024-08-01 07:05:04.218 | python3-mysqldb 2024-08-01 07:05:04.218 | sqlite3 2024-08-01 07:05:04.218 | conntrack 2024-08-01 07:05:04.218 | curl 2024-08-01 07:05:04.218 | ebtables 2024-08-01 07:05:04.218 | genisoimage 2024-08-01 07:05:04.218 | iptables 2024-08-01 07:05:04.218 | iputils-arping 2024-08-01 07:05:04.218 | kpartx 2024-08-01 07:05:04.218 | libjs-jquery-tablesorter 2024-08-01 07:05:04.218 | parted 2024-08-01 07:05:04.218 | pm-utils 2024-08-01 07:05:04.218 | python3-mysqldb 2024-08-01 07:05:04.218 | socat 2024-08-01 07:05:04.218 | sqlite3 2024-08-01 07:05:04.218 | sudo 2024-08-01 07:05:04.218 | vlan 2024-08-01 07:05:04.218 | lsscsi 2024-08-01 07:05:04.218 | open-iscsi 2024-08-01 07:05:04.218 | lvm2 2024-08-01 07:05:04.218 | qemu-utils 2024-08-01 07:05:04.218 | thin-provisioning-tools 2024-08-01 07:05:04.218 | acl 2024-08-01 07:05:04.218 | dnsmasq-base 2024-08-01 07:05:04.218 | dnsmasq-utils 2024-08-01 07:05:04.218 | ebtables 2024-08-01 07:05:04.218 | haproxy 2024-08-01 07:05:04.218 | iptables 2024-08-01 07:05:04.218 | iputils-arping 2024-08-01 07:05:04.218 | iputils-ping 2024-08-01 07:05:04.218 | postgresql-server-dev-all 2024-08-01 07:05:04.218 | python3-mysqldb 2024-08-01 07:05:04.218 | sqlite3 2024-08-01 07:05:04.218 | sudo 2024-08-01 07:05:04.218 | vlan 2024-08-01 07:05:04.218 | ipset 2024-08-01 07:05:04.218 | conntrack 2024-08-01 07:05:04.218 | conntrackd 2024-08-01 07:05:04.218 | keepalived ' 2024-08-01 07:05:04.219 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2024-08-01 07:05:04.221 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:05:04.223 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:05:04.226 | ++ 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-08-01 07:05:04.226 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2024-08-01 07:05:04.229 | ++ 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-08-01 07:05:04.231 | ++ functions-common:install_package:1459 : update_package_repo 2024-08-01 07:05:04.233 | ++ functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-01 07:05:04.235 | ++ functions-common:update_package_repo:1432 : REPOS_UPDATED=False 2024-08-01 07:05:04.236 | ++ functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-01 07:05:04.238 | ++ functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-01 07:05:04.240 | ++ functions-common:update_package_repo:1439 : is_ubuntu 2024-08-01 07:05:04.241 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:05:04.243 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:05:04.245 | ++ functions-common:update_package_repo:1440 : apt_get_update 2024-08-01 07:05:04.246 | ++ functions-common:apt_get_update:1185 : [[ False == \T\r\u\e ]] 2024-08-01 07:05:04.248 | ++ functions-common:apt_get_update:1190 : [[ False = \T\r\u\e ]] 2024-08-01 07:05:04.250 | ++ functions-common:apt_get_update:1192 : local sudo=sudo 2024-08-01 07:05:04.252 | +++ functions-common:apt_get_update:1193 : id -u 2024-08-01 07:05:04.255 | ++ functions-common:apt_get_update:1193 : [[ 1001 = \0 ]] 2024-08-01 07:05:04.256 | ++ functions-common:apt_get_update:1196 : time_start apt-get-update 2024-08-01 07:05:04.258 | ++ functions-common:time_start:2421 : local name=apt-get-update 2024-08-01 07:05:04.260 | ++ functions-common:time_start:2422 : local start_time= 2024-08-01 07:05:04.262 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:05:04.264 | +++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:05:04.266 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1722495904265 2024-08-01 07:05:04.268 | ++ functions-common:apt_get_update:1198 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2024-08-01 07:05:04.270 | ++ functions-common:apt_get_update:1199 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2024-08-01 07:05:04.272 | ++ 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-08-01 07:05:04.484 | Hit:1 https://repo.eu-de-1.cloud.sap/ubuntu jammy InRelease 2024-08-01 07:05:04.485 | Get:2 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates InRelease [128 kB] 2024-08-01 07:05:04.502 | Get:3 https://repo.eu-de-1.cloud.sap/ubuntu jammy-backports InRelease [127 kB] 2024-08-01 07:05:04.666 | Get:4 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main amd64 Packages [1,900 kB] 2024-08-01 07:05:04.713 | Get:5 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/main Translation-en [338 kB] 2024-08-01 07:05:04.735 | Get:6 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted amd64 Packages [2,257 kB] 2024-08-01 07:05:04.755 | Get:7 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/restricted Translation-en [388 kB] 2024-08-01 07:05:04.764 | Get:8 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe amd64 Packages [1,109 kB] 2024-08-01 07:05:04.782 | Get:9 https://repo.eu-de-1.cloud.sap/ubuntu jammy-updates/universe Translation-en [259 kB] 2024-08-01 07:05:05.080 | Get:10 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-08-01 07:05:05.557 | Get:11 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,682 kB] 2024-08-01 07:05:06.127 | Get:12 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [280 kB] 2024-08-01 07:05:06.137 | Get:13 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.1 kB] 2024-08-01 07:05:06.138 | Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,182 kB] 2024-08-01 07:05:06.246 | Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [375 kB] 2024-08-01 07:05:06.254 | Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [887 kB] 2024-08-01 07:05:06.283 | Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [173 kB] 2024-08-01 07:05:06.287 | Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [18.9 kB] 2024-08-01 07:05:10.859 | Fetched 12.2 MB in 3s (4,884 kB/s) 2024-08-01 07:05:11.843 | Reading package lists... 2024-08-01 07:05:11.867 | ++ functions-common:apt_get_update:1204 : REPOS_UPDATED=True 2024-08-01 07:05:11.869 | ++ functions-common:apt_get_update:1206 : time_stop apt-get-update 2024-08-01 07:05:11.871 | ++ functions-common:time_stop:2435 : local name 2024-08-01 07:05:11.873 | ++ functions-common:time_stop:2436 : local end_time 2024-08-01 07:05:11.874 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:05:11.876 | ++ functions-common:time_stop:2438 : local total 2024-08-01 07:05:11.878 | ++ functions-common:time_stop:2439 : local start_time 2024-08-01 07:05:11.879 | ++ functions-common:time_stop:2441 : name=apt-get-update 2024-08-01 07:05:11.881 | ++ functions-common:time_stop:2442 : start_time=1722495904265 2024-08-01 07:05:11.883 | ++ functions-common:time_stop:2444 : [[ -z 1722495904265 ]] 2024-08-01 07:05:11.885 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:05:11.888 | ++ functions-common:time_stop:2447 : end_time=1722495911886 2024-08-01 07:05:11.890 | ++ functions-common:time_stop:2448 : elapsed_time=7621 2024-08-01 07:05:11.891 | ++ functions-common:time_stop:2449 : total=0 2024-08-01 07:05:11.893 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:05:11.894 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7621 2024-08-01 07:05:11.896 | ++ 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-08-01 07:05:11.898 | ++ functions-common:real_install_package:1445 : is_ubuntu 2024-08-01 07:05:11.899 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:05:11.902 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:05:11.903 | ++ 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-08-01 07:05:11.919 | ++ 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-08-01 07:05:11.979 | Reading package lists... 2024-08-01 07:05:12.167 | Building dependency tree... 2024-08-01 07:05:12.168 | Reading state information... 2024-08-01 07:05:12.184 | acl is already the newest version (2.3.1-1). 2024-08-01 07:05:12.184 | bc is already the newest version (1.07.1-3build1). 2024-08-01 07:05:12.184 | bc set to manually installed. 2024-08-01 07:05:12.184 | conntrack is already the newest version (1:1.4.6-2build2). 2024-08-01 07:05:12.184 | ebtables is already the newest version (2.0.11-4build2). 2024-08-01 07:05:12.184 | g++ is already the newest version (4:11.2.0-1ubuntu1). 2024-08-01 07:05:12.184 | gcc is already the newest version (4:11.2.0-1ubuntu1). 2024-08-01 07:05:12.184 | genisoimage is already the newest version (9:1.1.11-3.2ubuntu1). 2024-08-01 07:05:12.184 | gettext is already the newest version (0.21-4ubuntu4). 2024-08-01 07:05:12.184 | ipset is already the newest version (7.15-1build1). 2024-08-01 07:05:12.184 | iputils-arping is already the newest version (3:20211215-1). 2024-08-01 07:05:12.184 | iputils-ping is already the newest version (3:20211215-1). 2024-08-01 07:05:12.184 | iputils-ping set to manually installed. 2024-08-01 07:05:12.184 | keepalived is already the newest version (1:2.2.4-0.2build1). 2024-08-01 07:05:12.184 | libffi-dev is already the newest version (3.4.2-4). 2024-08-01 07:05:12.184 | libjpeg-dev is already the newest version (8c-2ubuntu10). 2024-08-01 07:05:12.184 | libyaml-dev is already the newest version (0.2.2-1build2). 2024-08-01 07:05:12.184 | lsof is already the newest version (4.93.2+dfsg-1.1build2). 2024-08-01 07:05:12.184 | lsof set to manually installed. 2024-08-01 07:05:12.184 | lsscsi is already the newest version (0.31-1build2). 2024-08-01 07:05:12.184 | lvm2 is already the newest version (2.03.11-2.1ubuntu4). 2024-08-01 07:05:12.184 | lvm2 set to manually installed. 2024-08-01 07:05:12.184 | open-iscsi is already the newest version (2.1.5-1ubuntu1). 2024-08-01 07:05:12.184 | open-iscsi set to manually installed. 2024-08-01 07:05:12.184 | parted is already the newest version (3.4-2build1). 2024-08-01 07:05:12.184 | parted set to manually installed. 2024-08-01 07:05:12.184 | pkg-config is already the newest version (0.29.2-1ubuntu3). 2024-08-01 07:05:12.184 | psmisc is already the newest version (23.4-2build3). 2024-08-01 07:05:12.184 | psmisc set to manually installed. 2024-08-01 07:05:12.184 | python3-mysqldb is already the newest version (1.4.6-1build1). 2024-08-01 07:05:12.184 | python3-systemd is already the newest version (234-3ubuntu2). 2024-08-01 07:05:12.184 | python3-systemd set to manually installed. 2024-08-01 07:05:12.184 | socat is already the newest version (1.7.4.1-3ubuntu4). 2024-08-01 07:05:12.184 | thin-provisioning-tools is already the newest version (0.9.0-2ubuntu1). 2024-08-01 07:05:12.185 | thin-provisioning-tools set to manually installed. 2024-08-01 07:05:12.185 | bsdmainutils is already the newest version (12.1.7+nmu3ubuntu2). 2024-08-01 07:05:12.185 | conntrackd is already the newest version (1:1.4.6-2build2). 2024-08-01 07:05:12.185 | libjs-jquery-tablesorter is already the newest version (1:2.31.3+dfsg1-3). 2024-08-01 07:05:12.185 | pm-utils is already the newest version (1.4.1-19). 2024-08-01 07:05:12.185 | postgresql-server-dev-all is already the newest version (238). 2024-08-01 07:05:12.185 | vlan is already the newest version (2.0.5ubuntu5). 2024-08-01 07:05:12.185 | apache2 is already the newest version (2.4.52-1ubuntu4.12). 2024-08-01 07:05:12.185 | apache2-dev is already the newest version (2.4.52-1ubuntu4.12). 2024-08-01 07:05:12.185 | curl is already the newest version (7.81.0-1ubuntu1.16). 2024-08-01 07:05:12.185 | curl set to manually installed. 2024-08-01 07:05:12.185 | dnsmasq-base is already the newest version (2.90-0ubuntu0.22.04.1). 2024-08-01 07:05:12.185 | dnsmasq-utils is already the newest version (2.90-0ubuntu0.22.04.1). 2024-08-01 07:05:12.185 | gawk is already the newest version (1:5.1.0-1ubuntu0.1). 2024-08-01 07:05:12.185 | gawk set to manually installed. 2024-08-01 07:05:12.185 | git is already the newest version (1:2.34.1-1ubuntu1.11). 2024-08-01 07:05:12.185 | git set to manually installed. 2024-08-01 07:05:12.185 | haproxy is already the newest version (2.4.24-0ubuntu0.22.04.1). 2024-08-01 07:05:12.185 | iptables is already the newest version (1.8.7-1ubuntu5.2). 2024-08-01 07:05:12.185 | iptables set to manually installed. 2024-08-01 07:05:12.185 | kpartx is already the newest version (0.8.8-1ubuntu1.22.04.4). 2024-08-01 07:05:12.185 | kpartx set to manually installed. 2024-08-01 07:05:12.185 | libkrb5-dev is already the newest version (1.19.2-2ubuntu0.3). 2024-08-01 07:05:12.185 | libpcre3-dev is already the newest version (2:8.39-13ubuntu0.22.04.1). 2024-08-01 07:05:12.185 | libpq-dev is already the newest version (14.12-0ubuntu0.22.04.1). 2024-08-01 07:05:12.185 | libsasl2-dev is already the newest version (2.1.27+dfsg2-3ubuntu1.2). 2024-08-01 07:05:12.185 | libsystemd-dev is already the newest version (249.11-0ubuntu3.12). 2024-08-01 07:05:12.185 | libxml2-dev is already the newest version (2.9.13+dfsg-1ubuntu0.4). 2024-08-01 07:05:12.185 | libxslt1-dev is already the newest version (1.1.34-4ubuntu0.22.04.1). 2024-08-01 07:05:12.185 | memcached is already the newest version (1.6.14-1ubuntu0.1). 2024-08-01 07:05:12.186 | openssh-server is already the newest version (1:8.9p1-3ubuntu0.10). 2024-08-01 07:05:12.186 | python3-dev is already the newest version (3.10.6-1~22.04). 2024-08-01 07:05:12.186 | qemu-utils is already the newest version (1:6.2+dfsg-2ubuntu6.21). 2024-08-01 07:05:12.186 | sqlite3 is already the newest version (3.37.2-2ubuntu0.3). 2024-08-01 07:05:12.186 | sudo is already the newest version (1.9.9-1ubuntu2.4). 2024-08-01 07:05:12.186 | sudo set to manually installed. 2024-08-01 07:05:12.186 | tar is already the newest version (1.34+dfsg-1ubuntu0.1.22.04.2). 2024-08-01 07:05:12.186 | tar set to manually installed. 2024-08-01 07:05:12.186 | tcpdump is already the newest version (4.99.1-3ubuntu0.2). 2024-08-01 07:05:12.186 | tcpdump set to manually installed. 2024-08-01 07:05:12.362 | unzip is already the newest version (6.0-26ubuntu3.2). 2024-08-01 07:05:12.362 | uuid-runtime is already the newest version (2.37.2-4ubuntu3.4). 2024-08-01 07:05:12.362 | uuid-runtime set to manually installed. 2024-08-01 07:05:12.362 | wget is already the newest version (1.21.2-2ubuntu1.1). 2024-08-01 07:05:12.362 | wget set to manually installed. 2024-08-01 07:05:12.362 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu9.2). 2024-08-01 07:05:12.362 | graphviz is already the newest version (2.42.2-6ubuntu0.1). 2024-08-01 07:05:12.362 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.12). 2024-08-01 07:05:12.362 | python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.4). 2024-08-01 07:05:12.362 | python3-venv is already the newest version (3.10.6-1~22.04). 2024-08-01 07:05:12.362 | The following packages were automatically installed and are no longer required: 2024-08-01 07:05:12.362 | linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-08-01 07:05:12.362 | linux-headers-6.5.0-21-generic linux-headers-6.5.0-25-generic 2024-08-01 07:05:12.362 | linux-hwe-6.5-headers-6.5.0-21 linux-hwe-6.5-headers-6.5.0-25 2024-08-01 07:05:12.362 | linux-image-5.15.0-105-generic linux-image-6.5.0-21-generic 2024-08-01 07:05:12.362 | linux-image-6.5.0-25-generic linux-modules-5.15.0-105-generic 2024-08-01 07:05:12.362 | linux-modules-6.5.0-21-generic linux-modules-6.5.0-25-generic 2024-08-01 07:05:12.362 | linux-modules-extra-5.15.0-105-generic 2024-08-01 07:05:12.363 | Use 'sudo apt autoremove' to remove them. 2024-08-01 07:05:12.364 | The following additional packages will be installed: 2024-08-01 07:05:12.364 | libssl3 2024-08-01 07:05:12.365 | Suggested packages: 2024-08-01 07:05:12.365 | libssl-doc 2024-08-01 07:05:12.380 | The following packages will be upgraded: 2024-08-01 07:05:12.381 | libldap2-dev libssl-dev libssl3 openssl 2024-08-01 07:05:12.788 | Preconfiguring packages ... 2024-08-01 07:05:12.857 | 4 upgraded, 0 newly installed, 0 to remove and 19 not upgraded. 2024-08-01 07:05:12.857 | Need to get 0 B/5,473 kB of archives. 2024-08-01 07:05:12.857 | After this operation, 1,024 B of additional disk space will be used. 2024-08-01 07:05:13.635 | (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 ... 263261 files and directories currently installed.) 2024-08-01 07:05:13.648 | Preparing to unpack .../libssl-dev_3.0.2-0ubuntu1.17_amd64.deb ... 2024-08-01 07:05:13.660 | Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.17) over (3.0.2-0ubuntu1.16) ... 2024-08-01 07:05:13.852 | Preparing to unpack .../libssl3_3.0.2-0ubuntu1.17_amd64.deb ... 2024-08-01 07:05:13.868 | Unpacking libssl3:amd64 (3.0.2-0ubuntu1.17) over (3.0.2-0ubuntu1.16) ... 2024-08-01 07:05:13.974 | Setting up libssl3:amd64 (3.0.2-0ubuntu1.17) ... 2024-08-01 07:05:14.236 | (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 ... 263261 files and directories currently installed.) 2024-08-01 07:05:14.248 | Preparing to unpack .../openssl_3.0.2-0ubuntu1.17_amd64.deb ... 2024-08-01 07:05:14.260 | Unpacking openssl (3.0.2-0ubuntu1.17) over (3.0.2-0ubuntu1.16) ... 2024-08-01 07:05:14.410 | Preparing to unpack .../libldap2-dev_2.5.18+dfsg-0ubuntu0.22.04.2_all.deb ... 2024-08-01 07:05:14.420 | Unpacking libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.2) over (2.5.18+dfsg-0ubuntu0.22.04.1) ... 2024-08-01 07:05:14.483 | Setting up libldap2-dev (2.5.18+dfsg-0ubuntu0.22.04.2) ... 2024-08-01 07:05:14.494 | Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.17) ... 2024-08-01 07:05:14.505 | Setting up openssl (3.0.2-0ubuntu1.17) ... 2024-08-01 07:05:14.521 | Processing triggers for man-db (2.10.2-1) ... 2024-08-01 07:05:14.761 | Processing triggers for libc-bin (2.35-0ubuntu3.8) ... 2024-08-01 07:05:15.120 | NEEDRESTART-VER: 3.5 2024-08-01 07:05:16.053 | NEEDRESTART-KCUR: 6.5.0-44-generic 2024-08-01 07:05:16.053 | NEEDRESTART-KEXP: 6.5.0-44-generic 2024-08-01 07:05:16.054 | NEEDRESTART-KSTA: 1 2024-08-01 07:05:16.054 | NEEDRESTART-SVC: esm-cache.service 2024-08-01 07:05:16.054 | NEEDRESTART-SVC: haproxy.service 2024-08-01 07:05:16.054 | NEEDRESTART-SVC: mariadb.service 2024-08-01 07:05:16.054 | NEEDRESTART-SVC: memcached.service 2024-08-01 07:05:16.054 | NEEDRESTART-SVC: open-vm-tools.service 2024-08-01 07:05:16.054 | NEEDRESTART-SVC: ovs-vswitchd.service 2024-08-01 07:05:16.054 | NEEDRESTART-SVC: ovsdb-server.service 2024-08-01 07:05:16.054 | NEEDRESTART-SVC: packagekit.service 2024-08-01 07:05:16.054 | NEEDRESTART-SVC: pmproxy.service 2024-08-01 07:05:16.054 | NEEDRESTART-SVC: rabbitmq-server.service 2024-08-01 07:05:16.054 | NEEDRESTART-SVC: ssh.service 2024-08-01 07:05:16.054 | NEEDRESTART-SVC: systemd-journald.service 2024-08-01 07:05:16.054 | NEEDRESTART-SVC: systemd-logind.service 2024-08-01 07:05:16.054 | NEEDRESTART-SVC: systemd-manager 2024-08-01 07:05:16.054 | NEEDRESTART-SVC: systemd-networkd.service 2024-08-01 07:05:16.054 | NEEDRESTART-SVC: systemd-resolved.service 2024-08-01 07:05:16.054 | NEEDRESTART-SVC: systemd-timesyncd.service 2024-08-01 07:05:16.054 | NEEDRESTART-SVC: systemd-udevd.service 2024-08-01 07:05:16.054 | NEEDRESTART-SVC: udisks2.service 2024-08-01 07:05:16.054 | NEEDRESTART-SVC: user@1001.service 2024-08-01 07:05:16.054 | NEEDRESTART-SVC: vgauth.service 2024-08-01 07:05:17.464 | ++ functions-common:apt_get:1230 : result=0 2024-08-01 07:05:17.466 | ++ functions-common:apt_get:1233 : time_stop apt-get 2024-08-01 07:05:17.468 | ++ functions-common:time_stop:2435 : local name 2024-08-01 07:05:17.470 | ++ functions-common:time_stop:2436 : local end_time 2024-08-01 07:05:17.471 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:05:17.473 | ++ functions-common:time_stop:2438 : local total 2024-08-01 07:05:17.475 | ++ functions-common:time_stop:2439 : local start_time 2024-08-01 07:05:17.477 | ++ functions-common:time_stop:2441 : name=apt-get 2024-08-01 07:05:17.478 | ++ functions-common:time_stop:2442 : start_time=1722495911916 2024-08-01 07:05:17.480 | ++ functions-common:time_stop:2444 : [[ -z 1722495911916 ]] 2024-08-01 07:05:17.482 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:05:17.485 | ++ functions-common:time_stop:2447 : end_time=1722495917483 2024-08-01 07:05:17.487 | ++ functions-common:time_stop:2448 : elapsed_time=5567 2024-08-01 07:05:17.489 | ++ functions-common:time_stop:2449 : total=500 2024-08-01 07:05:17.490 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:05:17.492 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6067 2024-08-01 07:05:17.494 | ++ functions-common:apt_get:1234 : return 0 2024-08-01 07:05:17.496 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2024-08-01 07:05:17.498 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2024-08-01 07:05:17.499 | ++ tools/install_prereqs.sh:source:88 : date +%s 2024-08-01 07:05:17.503 | ++ tools/install_prereqs.sh:source:89 : date 2024-08-01 07:05:17.506 | + stack.sh:main:816 : [[ False != \T\r\u\e ]] 2024-08-01 07:05:17.507 | + stack.sh:main:817 : PYPI_ALTERNATIVE_URL= 2024-08-01 07:05:17.510 | + stack.sh:main:817 : /opt/stack/devstack/tools/install_pip.sh 2024-08-01 07:05:17.817 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2024-08-01 07:05:17.819 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2024-08-01 07:05:17.820 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2024-08-01 07:05:17.821 | + tools/install_pip.sh:main:43 : GetDistro 2024-08-01 07:05:17.823 | + functions-common:GetDistro:449 : GetOSVersion 2024-08-01 07:05:17.824 | + functions-common:GetOSVersion:416 : source /etc/os-release 2024-08-01 07:05:17.826 | ++ /etc/os-release:source:1 : PRETTY_NAME='Ubuntu 22.04.4 LTS' 2024-08-01 07:05:17.827 | ++ /etc/os-release:source:2 : NAME=Ubuntu 2024-08-01 07:05:17.828 | ++ /etc/os-release:source:3 : VERSION_ID=22.04 2024-08-01 07:05:17.829 | ++ /etc/os-release:source:4 : VERSION='22.04.4 LTS (Jammy Jellyfish)' 2024-08-01 07:05:17.830 | ++ /etc/os-release:source:5 : VERSION_CODENAME=jammy 2024-08-01 07:05:17.832 | ++ /etc/os-release:source:6 : ID=ubuntu 2024-08-01 07:05:17.833 | ++ /etc/os-release:source:7 : ID_LIKE=debian 2024-08-01 07:05:17.834 | ++ /etc/os-release:source:8 : HOME_URL=https://www.ubuntu.com/ 2024-08-01 07:05:17.836 | ++ /etc/os-release:source:9 : SUPPORT_URL=https://help.ubuntu.com/ 2024-08-01 07:05:17.837 | ++ /etc/os-release:source:10 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2024-08-01 07:05:17.838 | ++ /etc/os-release:source:11 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2024-08-01 07:05:17.839 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=jammy 2024-08-01 07:05:17.841 | + functions-common:GetOSVersion:417 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) == \c\e\n\t\o\s\9 ]] 2024-08-01 07:05:17.842 | + functions-common:GetOSVersion:421 : [[ ubuntu22.04.4 LTS (Jammy Jellyfish) =~ rocky9 ]] 2024-08-01 07:05:17.844 | + functions-common:GetOSVersion:425 : _ensure_lsb_release 2024-08-01 07:05:17.845 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2024-08-01 07:05:17.847 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2024-08-01 07:05:17.848 | + functions-common:_ensure_lsb_release:394 : return 2024-08-01 07:05:17.849 | ++ functions-common:GetOSVersion:427 : lsb_release -r -s 2024-08-01 07:05:17.883 | + functions-common:GetOSVersion:427 : os_RELEASE=22.04 2024-08-01 07:05:17.885 | ++ functions-common:GetOSVersion:428 : lsb_release -c -s 2024-08-01 07:05:17.918 | + functions-common:GetOSVersion:428 : os_CODENAME=jammy 2024-08-01 07:05:17.920 | ++ functions-common:GetOSVersion:429 : lsb_release -i -s 2024-08-01 07:05:17.953 | + functions-common:GetOSVersion:429 : os_VENDOR=Ubuntu 2024-08-01 07:05:17.954 | + functions-common:GetOSVersion:432 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2024-08-01 07:05:17.955 | + functions-common:GetOSVersion:433 : os_PACKAGE=deb 2024-08-01 07:05:17.957 | + functions-common:GetOSVersion:438 : typeset -xr os_VENDOR 2024-08-01 07:05:17.958 | + functions-common:GetOSVersion:439 : typeset -xr os_RELEASE 2024-08-01 07:05:17.959 | + functions-common:GetOSVersion:440 : typeset -xr os_PACKAGE 2024-08-01 07:05:17.961 | + functions-common:GetOSVersion:441 : typeset -xr os_CODENAME 2024-08-01 07:05:17.962 | + functions-common:GetDistro:450 : [[ Ubuntu =~ (Ubuntu) ]] 2024-08-01 07:05:17.963 | + functions-common:GetDistro:453 : DISTRO=jammy 2024-08-01 07:05:17.965 | + functions-common:GetDistro:501 : typeset -xr DISTRO 2024-08-01 07:05:17.966 | + tools/install_pip.sh:main:44 : echo 'Distro: jammy' 2024-08-01 07:05:17.966 | Distro: jammy 2024-08-01 07:05:17.968 | + tools/install_pip.sh:main:124 : get_versions 2024-08-01 07:05:17.969 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-08-01 07:05:17.972 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-08-01 07:05:17.973 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-08-01 07:05:17.976 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-08-01 07:05:17.976 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-08-01 07:05:18.081 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-08-01 07:05:18.083 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-08-01 07:05:18.083 | pip: 0.1.15 2024-08-01 07:05:18.084 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2024-08-01 07:05:18.086 | + tools/install_pip.sh:main:130 : is_fedora 2024-08-01 07:05:18.087 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-01 07:05:18.088 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-01 07:05:18.089 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-01 07:05:18.091 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-01 07:05:18.092 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-01 07:05:18.093 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-01 07:05:18.094 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-01 07:05:18.095 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-01 07:05:18.097 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-01 07:05:18.098 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-01 07:05:18.099 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-01 07:05:18.101 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-01 07:05:18.102 | + tools/install_pip.sh:main:141 : is_ubuntu 2024-08-01 07:05:18.103 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:05:18.104 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:05:18.106 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack//requirements/upper-constraints.txt 2024-08-01 07:05:18.109 | + tools/install_pip.sh:main:153 : set -x 2024-08-01 07:05:18.110 | + tools/install_pip.sh:main:156 : get_versions 2024-08-01 07:05:18.112 | ++ tools/install_pip.sh:get_versions:49 : which pip 2024-08-01 07:05:18.115 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2024-08-01 07:05:18.116 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2024-08-01 07:05:18.118 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2024-08-01 07:05:18.118 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2024-08-01 07:05:18.126 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=0.1.15 2024-08-01 07:05:18.127 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 0.1.15' 2024-08-01 07:05:18.127 | pip: 0.1.15 2024-08-01 07:05:18.130 | + stack.sh:main:821 : source /opt/stack/devstack/tools/fixup_stuff.sh 2024-08-01 07:05:18.133 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /opt/stack/devstack ]] 2024-08-01 07:05:18.134 | + stack.sh:main:822 : fixup_all 2024-08-01 07:05:18.136 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2024-08-01 07:05:18.138 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2024-08-01 07:05:18.139 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:05:18.142 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:05:18.143 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.4.1.egg-info 2024-08-01 07:05:18.153 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf /usr/lib/python3/dist-packages/pyasn1_modules-0.2.1.egg-info 2024-08-01 07:05:18.162 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2024-08-01 07:05:18.170 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2024-08-01 07:05:18.172 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2024-08-01 07:05:18.174 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-01 07:05:18.176 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-01 07:05:18.177 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-01 07:05:18.179 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-01 07:05:18.180 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-01 07:05:18.182 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-01 07:05:18.183 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-01 07:05:18.185 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-01 07:05:18.187 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-01 07:05:18.188 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-01 07:05:18.190 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-01 07:05:18.191 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-01 07:05:18.193 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2024-08-01 07:05:18.195 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2024-08-01 07:05:18.197 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2024-08-01 07:05:18.198 | + functions-common:is_suse:544 : is_opensuse 2024-08-01 07:05:18.200 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-01 07:05:18.202 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-01 07:05:18.203 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-01 07:05:18.205 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-01 07:05:18.207 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-01 07:05:18.208 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2024-08-01 07:05:18.210 | + stack.sh:main:825 : pip_install -U os-testr 2024-08-01 07:05:18.225 | Using python 3.10 to install os-testr 2024-08-01 07:05:18.227 | + 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-08-01 07:05:19.364 | Collecting os-testr 2024-08-01 07:05:19.366 | Using cached os_testr-3.0.0-py3-none-any.whl (32 kB) 2024-08-01 07:05:19.391 | Collecting python-subunit>=1.0.0 2024-08-01 07:05:19.394 | Using cached python_subunit-1.4.2-py3-none-any.whl (106 kB) 2024-08-01 07:05:19.396 | Requirement already satisfied: testtools>=2.2.0 in /usr/lib/python3/dist-packages (from os-testr) (2.5.0) 2024-08-01 07:05:19.440 | Collecting pbr!=2.1.0,>=2.0.0 2024-08-01 07:05:19.446 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-08-01 07:05:19.455 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2024-08-01 07:05:19.646 | Installing collected packages: python-subunit, pbr, os-testr 2024-08-01 07:05:19.646 | Attempting uninstall: python-subunit 2024-08-01 07:05:19.647 | Found existing installation: python-subunit 1.4.0 2024-08-01 07:05:19.651 | Not uninstalling python-subunit at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-01 07:05:19.651 | Can't uninstall 'python-subunit'. No files were found to uninstall. 2024-08-01 07:05:19.736 | Attempting uninstall: pbr 2024-08-01 07:05:19.736 | Found existing installation: pbr 5.8.0 2024-08-01 07:05:19.738 | Not uninstalling pbr at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-01 07:05:19.738 | Can't uninstall 'pbr'. No files were found to uninstall. 2024-08-01 07:05:19.803 | Attempting uninstall: os-testr 2024-08-01 07:05:19.803 | Found existing installation: os-testr 2.0.1 2024-08-01 07:05:19.804 | Not uninstalling os-testr at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-01 07:05:19.805 | Can't uninstall 'os-testr'. No files were found to uninstall. 2024-08-01 07:05:19.828 | Successfully installed os-testr-3.0.0 pbr-5.11.1 python-subunit-1.4.2 2024-08-01 07:05:19.828 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-01 07:05:19.910 | + inc/python:pip_install:196 : result=0 2024-08-01 07:05:19.912 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-01 07:05:19.914 | + functions-common:time_stop:2435 : local name 2024-08-01 07:05:19.916 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:05:19.917 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:05:19.919 | + functions-common:time_stop:2438 : local total 2024-08-01 07:05:19.921 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:05:19.922 | + functions-common:time_stop:2441 : name=pip_install 2024-08-01 07:05:19.924 | + functions-common:time_stop:2442 : start_time=1722495918222 2024-08-01 07:05:19.926 | + functions-common:time_stop:2444 : [[ -z 1722495918222 ]] 2024-08-01 07:05:19.928 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:05:19.931 | + functions-common:time_stop:2447 : end_time=1722495919929 2024-08-01 07:05:19.932 | + functions-common:time_stop:2448 : elapsed_time=1707 2024-08-01 07:05:19.934 | + functions-common:time_stop:2449 : total=0 2024-08-01 07:05:19.936 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:05:19.937 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1707 2024-08-01 07:05:19.939 | + inc/python:pip_install:199 : return 0 2024-08-01 07:05:19.941 | + stack.sh:main:829 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2024-08-01 07:05:19.983 | + stack.sh:main:830 : sudo systemctl restart systemd-journald 2024-08-01 07:05:20.071 | + stack.sh:main:836 : install_infra 2024-08-01 07:05:20.073 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-08-01 07:05:20.075 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack//requirements/.venv ']' 2024-08-01 07:05:20.077 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack//requirements/.venv 2024-08-01 07:05:23.310 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-08-01 07:05:23.312 | + lib/infra:install_infra:34 : pip_install -U pbr 2024-08-01 07:05:23.329 | + 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-08-01 07:05:24.253 | Collecting pbr 2024-08-01 07:05:24.256 | Using cached pbr-5.11.1-py2.py3-none-any.whl (112 kB) 2024-08-01 07:05:24.281 | Installing collected packages: pbr 2024-08-01 07:05:24.345 | Successfully installed pbr-5.11.1 2024-08-01 07:05:24.415 | + inc/python:pip_install:196 : result=0 2024-08-01 07:05:24.417 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-01 07:05:24.419 | + functions-common:time_stop:2435 : local name 2024-08-01 07:05:24.420 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:05:24.422 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:05:24.423 | + functions-common:time_stop:2438 : local total 2024-08-01 07:05:24.425 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:05:24.427 | + functions-common:time_stop:2441 : name=pip_install 2024-08-01 07:05:24.429 | + functions-common:time_stop:2442 : start_time=1722495923323 2024-08-01 07:05:24.430 | + functions-common:time_stop:2444 : [[ -z 1722495923323 ]] 2024-08-01 07:05:24.432 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:05:24.435 | + functions-common:time_stop:2447 : end_time=1722495924433 2024-08-01 07:05:24.437 | + functions-common:time_stop:2448 : elapsed_time=1110 2024-08-01 07:05:24.438 | + functions-common:time_stop:2449 : total=1707 2024-08-01 07:05:24.439 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:05:24.441 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2817 2024-08-01 07:05:24.443 | + inc/python:pip_install:199 : return 0 2024-08-01 07:05:24.444 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack//requirements/.venv 2024-08-01 07:05:24.446 | + lib/infra:install_infra:35 : pip_install /opt/stack//requirements 2024-08-01 07:05:24.463 | + 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-08-01 07:05:25.294 | Processing /opt/stack/requirements 2024-08-01 07:05:25.295 | Preparing metadata (setup.py): started 2024-08-01 07:05:25.952 | Preparing metadata (setup.py): finished with status 'done' 2024-08-01 07:05:26.127 | Collecting Parsley>=1.2 2024-08-01 07:05:26.131 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-08-01 07:05:26.226 | Collecting PyYAML>=3.12 2024-08-01 07:05:26.234 | 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-08-01 07:05:26.344 | Collecting beagle>=0.2.1 2024-08-01 07:05:26.346 | Using cached beagle-0.4.0-py3-none-any.whl (11 kB) 2024-08-01 07:05:26.371 | Collecting fixtures>=3.0.0 2024-08-01 07:05:26.372 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-08-01 07:05:26.414 | Collecting packaging!=20.5,!=20.6,!=20.7,>=16.5 2024-08-01 07:05:26.416 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2024-08-01 07:05:26.471 | Collecting requests>=2.14.2 2024-08-01 07:05:26.473 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2024-08-01 07:05:26.498 | Collecting six>=1.10.0 2024-08-01 07:05:26.500 | Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-08-01 07:05:26.508 | 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.dev6080) (5.11.1) 2024-08-01 07:05:26.549 | Collecting cliff>=2.11.0 2024-08-01 07:05:26.552 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2024-08-01 07:05:26.737 | Collecting charset-normalizer<3,>=2 2024-08-01 07:05:26.740 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2024-08-01 07:05:26.802 | Collecting urllib3<1.27,>=1.21.1 2024-08-01 07:05:26.805 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2024-08-01 07:05:26.830 | Collecting idna<4,>=2.5 2024-08-01 07:05:26.832 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-08-01 07:05:26.868 | Collecting certifi>=2017.4.17 2024-08-01 07:05:26.871 | Using cached certifi-2024.7.4-py3-none-any.whl (162 kB) 2024-08-01 07:05:26.985 | Collecting importlib-metadata>=4.4 2024-08-01 07:05:26.987 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2024-08-01 07:05:27.029 | Collecting stevedore>=2.0.1 2024-08-01 07:05:27.032 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2024-08-01 07:05:27.092 | Collecting cmd2>=1.0.0 2024-08-01 07:05:27.095 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2024-08-01 07:05:27.123 | Collecting PrettyTable>=0.7.2 2024-08-01 07:05:27.125 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2024-08-01 07:05:27.146 | Collecting autopage>=0.4.0 2024-08-01 07:05:27.153 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-08-01 07:05:27.217 | Collecting pyperclip>=1.6 2024-08-01 07:05:27.218 | Using cached pyperclip-1.8.2-py3-none-any.whl 2024-08-01 07:05:27.240 | Collecting wcwidth>=0.1.7 2024-08-01 07:05:27.242 | Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2024-08-01 07:05:27.269 | Collecting attrs>=16.3.0 2024-08-01 07:05:27.272 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2024-08-01 07:05:27.329 | Collecting zipp>=0.5 2024-08-01 07:05:27.331 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2024-08-01 07:05:27.390 | Using legacy 'setup.py install' for openstack-requirements, since package 'wheel' is not installed. 2024-08-01 07:05:27.534 | 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-08-01 07:05:28.321 | Running setup.py install for openstack-requirements: started 2024-08-01 07:05:29.682 | Running setup.py install for openstack-requirements: finished with status 'done' 2024-08-01 07:05:29.691 | 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.7.4 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.dev6080 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-08-01 07:05:29.788 | + inc/python:pip_install:196 : result=0 2024-08-01 07:05:29.790 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-01 07:05:29.791 | + functions-common:time_stop:2435 : local name 2024-08-01 07:05:29.793 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:05:29.794 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:05:29.796 | + functions-common:time_stop:2438 : local total 2024-08-01 07:05:29.797 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:05:29.799 | + functions-common:time_stop:2441 : name=pip_install 2024-08-01 07:05:29.800 | + functions-common:time_stop:2442 : start_time=1722495924457 2024-08-01 07:05:29.802 | + functions-common:time_stop:2444 : [[ -z 1722495924457 ]] 2024-08-01 07:05:29.804 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:05:29.807 | + functions-common:time_stop:2447 : end_time=1722495929805 2024-08-01 07:05:29.808 | + functions-common:time_stop:2448 : elapsed_time=5348 2024-08-01 07:05:29.809 | + functions-common:time_stop:2449 : total=2817 2024-08-01 07:05:29.811 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:05:29.812 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8165 2024-08-01 07:05:29.814 | + inc/python:pip_install:199 : return 0 2024-08-01 07:05:29.816 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2024-08-01 07:05:29.818 | + lib/infra:install_infra:42 : use_library_from_git pbr 2024-08-01 07:05:29.819 | + inc/python:use_library_from_git:246 : local name=pbr 2024-08-01 07:05:29.821 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:29.823 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:29.824 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pbr, ]] 2024-08-01 07:05:29.826 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:29.828 | + lib/infra:install_infra:48 : pip_install -U pbr 2024-08-01 07:05:29.842 | Using python 3.10 to install pbr 2024-08-01 07:05:29.844 | + 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-08-01 07:05:30.722 | Requirement already satisfied: pbr in /usr/local/lib/python3.10/dist-packages (5.11.1) 2024-08-01 07:05:30.997 | 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-08-01 07:05:31.071 | + inc/python:pip_install:196 : result=0 2024-08-01 07:05:31.073 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-01 07:05:31.075 | + functions-common:time_stop:2435 : local name 2024-08-01 07:05:31.076 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:05:31.078 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:05:31.079 | + functions-common:time_stop:2438 : local total 2024-08-01 07:05:31.081 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:05:31.083 | + functions-common:time_stop:2441 : name=pip_install 2024-08-01 07:05:31.084 | + functions-common:time_stop:2442 : start_time=1722495929838 2024-08-01 07:05:31.085 | + functions-common:time_stop:2444 : [[ -z 1722495929838 ]] 2024-08-01 07:05:31.087 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:05:31.090 | + functions-common:time_stop:2447 : end_time=1722495931088 2024-08-01 07:05:31.092 | + functions-common:time_stop:2448 : elapsed_time=1250 2024-08-01 07:05:31.093 | + functions-common:time_stop:2449 : total=8165 2024-08-01 07:05:31.095 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:05:31.096 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9415 2024-08-01 07:05:31.098 | + inc/python:pip_install:199 : return 0 2024-08-01 07:05:31.100 | + stack.sh:main:839 : python3 -m venv /opt/stack//bindep-venv 2024-08-01 07:05:34.196 | + stack.sh:main:841 : /opt/stack//bindep-venv/bin/pip install bindep 2024-08-01 07:05:34.780 | Collecting bindep 2024-08-01 07:05:34.783 | Using cached bindep-2.11.0-py2.py3-none-any.whl (34 kB) 2024-08-01 07:05:34.812 | Collecting distro>=1.7.0 2024-08-01 07:05:34.814 | Using cached distro-1.9.0-py3-none-any.whl (20 kB) 2024-08-01 07:05:34.830 | Collecting Parsley 2024-08-01 07:05:34.832 | Using cached Parsley-1.3-py2.py3-none-any.whl (88 kB) 2024-08-01 07:05:34.877 | Collecting pbr>=2.0.0 2024-08-01 07:05:34.880 | Using cached pbr-6.0.0-py2.py3-none-any.whl (107 kB) 2024-08-01 07:05:34.917 | Collecting packaging 2024-08-01 07:05:34.920 | Using cached packaging-24.1-py3-none-any.whl (53 kB) 2024-08-01 07:05:34.953 | Installing collected packages: Parsley, pbr, packaging, distro, bindep 2024-08-01 07:05:35.179 | Successfully installed Parsley-1.3 bindep-2.11.0 distro-1.9.0 packaging-24.1 pbr-6.0.0 2024-08-01 07:05:35.246 | + stack.sh:main:842 : export BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-08-01 07:05:35.247 | + stack.sh:main:842 : BINDEP_CMD=/opt/stack//bindep-venv/bin/bindep 2024-08-01 07:05:35.250 | ++ stack.sh:main:845 : _get_plugin_bindep_packages 2024-08-01 07:05:35.263 | + stack.sh:main:845 : pkgs= 2024-08-01 07:05:35.265 | + stack.sh:main:846 : [[ -n '' ]] 2024-08-01 07:05:35.266 | + stack.sh:main:853 : run_phase stack pre-install 2024-08-01 07:05:35.268 | + functions-common:run_phase:1863 : local mode=stack 2024-08-01 07:05:35.270 | + functions-common:run_phase:1864 : local phase=pre-install 2024-08-01 07:05:35.272 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-01 07:05:35.273 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-01 07:05:35.275 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-01 07:05:35.276 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-01 07:05:35.278 | + functions-common:run_phase:1873 : local extra 2024-08-01 07:05:35.280 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-01 07:05:35.283 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-01 07:05:35.285 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-01 07:05:35.286 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-01 07:05:35.288 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2024-08-01 07:05:35.289 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-01 07:05:35.300 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:05:35.302 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-01 07:05:35.303 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-01 07:05:35.305 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-08-01 07:05:35.306 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-08-01 07:05:35.308 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-01 07:05:35.309 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-08-01 07:05:35.311 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2024-08-01 07:05:35.312 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-08-01 07:05:35.314 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2024-08-01 07:05:35.315 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-08-01 07:05:35.317 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-08-01 07:05:35.318 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-08-01 07:05:35.320 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-08-01 07:05:35.321 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-08-01 07:05:35.323 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-08-01 07:05:35.325 | + functions-common:run_phase:1890 : run_plugins stack pre-install 2024-08-01 07:05:35.326 | + functions-common:run_plugins:1849 : local mode=stack 2024-08-01 07:05:35.327 | + functions-common:run_plugins:1850 : local phase=pre-install 2024-08-01 07:05:35.329 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-08-01 07:05:35.331 | + functions-common:run_plugins:1853 : local plugin 2024-08-01 07:05:35.332 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-08-01 07:05:35.334 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-08-01 07:05:35.335 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-08-01 07:05:35.337 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack pre-install 2024-08-01 07:05:35.339 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-01 07:05:35.340 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-01 07:05:35.342 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2024-08-01 07:05:35.343 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-08-01 07:05:35.345 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-01 07:05:35.346 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-08-01 07:05:35.348 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ pre-install == \e\x\t\r\a ]] 2024-08-01 07:05:35.350 | + stack.sh:main:856 : set_systemd_override DefaultLimitNOFILE 2048 2024-08-01 07:05:35.351 | + functions:set_systemd_override:831 : local key=DefaultLimitNOFILE 2024-08-01 07:05:35.353 | + functions:set_systemd_override:832 : local value=2048 2024-08-01 07:05:35.355 | + functions:set_systemd_override:834 : local sysconf=/etc/systemd/system.conf 2024-08-01 07:05:35.356 | + functions:set_systemd_override:835 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2024-08-01 07:05:35.397 | + functions:set_systemd_override:836 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2024-08-01 07:05:35.397 | Set systemd system override for DefaultLimitNOFILE=2048 2024-08-01 07:05:35.398 | + functions:set_systemd_override:838 : sudo systemctl daemon-reload 2024-08-01 07:05:35.746 | + stack.sh:main:858 : install_rpc_backend 2024-08-01 07:05:35.748 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2024-08-01 07:05:35.760 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:05:35.761 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2024-08-01 07:05:35.763 | + functions-common:install_package:1459 : update_package_repo 2024-08-01 07:05:35.765 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-01 07:05:35.766 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-01 07:05:35.768 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-01 07:05:35.770 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-01 07:05:35.771 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-01 07:05:35.773 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:05:35.774 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:05:35.776 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-01 07:05:35.778 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-01 07:05:35.779 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-01 07:05:35.781 | + functions-common:apt_get_update:1186 : return 2024-08-01 07:05:35.783 | + functions-common:install_package:1460 : real_install_package rabbitmq-server 2024-08-01 07:05:35.784 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-01 07:05:35.786 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:05:35.788 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:05:35.789 | + functions-common:real_install_package:1446 : apt_get install rabbitmq-server 2024-08-01 07:05:35.804 | + 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-08-01 07:05:35.862 | Reading package lists... 2024-08-01 07:05:36.061 | Building dependency tree... 2024-08-01 07:05:36.062 | Reading state information... 2024-08-01 07:05:36.248 | rabbitmq-server is already the newest version (3.9.13-1ubuntu0.22.04.2). 2024-08-01 07:05:36.248 | The following packages were automatically installed and are no longer required: 2024-08-01 07:05:36.248 | linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-08-01 07:05:36.248 | linux-headers-6.5.0-21-generic linux-headers-6.5.0-25-generic 2024-08-01 07:05:36.248 | linux-hwe-6.5-headers-6.5.0-21 linux-hwe-6.5-headers-6.5.0-25 2024-08-01 07:05:36.248 | linux-image-5.15.0-105-generic linux-image-6.5.0-21-generic 2024-08-01 07:05:36.248 | linux-image-6.5.0-25-generic linux-modules-5.15.0-105-generic 2024-08-01 07:05:36.248 | linux-modules-6.5.0-21-generic linux-modules-6.5.0-25-generic 2024-08-01 07:05:36.249 | linux-modules-extra-5.15.0-105-generic 2024-08-01 07:05:36.249 | Use 'sudo apt autoremove' to remove them. 2024-08-01 07:05:36.270 | 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded. 2024-08-01 07:05:36.275 | + functions-common:apt_get:1230 : result=0 2024-08-01 07:05:36.277 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-01 07:05:36.278 | + functions-common:time_stop:2435 : local name 2024-08-01 07:05:36.280 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:05:36.282 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:05:36.283 | + functions-common:time_stop:2438 : local total 2024-08-01 07:05:36.285 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:05:36.287 | + functions-common:time_stop:2441 : name=apt-get 2024-08-01 07:05:36.288 | + functions-common:time_stop:2442 : start_time=1722495935802 2024-08-01 07:05:36.290 | + functions-common:time_stop:2444 : [[ -z 1722495935802 ]] 2024-08-01 07:05:36.292 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:05:36.295 | + functions-common:time_stop:2447 : end_time=1722495936293 2024-08-01 07:05:36.296 | + functions-common:time_stop:2448 : elapsed_time=491 2024-08-01 07:05:36.298 | + functions-common:time_stop:2449 : total=6067 2024-08-01 07:05:36.299 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:05:36.301 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6558 2024-08-01 07:05:36.303 | + functions-common:apt_get:1234 : return 0 2024-08-01 07:05:36.305 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2024-08-01 07:05:36.306 | + functions-common:is_suse:544 : is_opensuse 2024-08-01 07:05:36.308 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-01 07:05:36.310 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-01 07:05:36.311 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-01 07:05:36.313 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-01 07:05:36.315 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-01 07:05:36.317 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2024-08-01 07:05:36.318 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-01 07:05:36.320 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-01 07:05:36.322 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-01 07:05:36.323 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-01 07:05:36.325 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-01 07:05:36.327 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-01 07:05:36.328 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-01 07:05:36.330 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-01 07:05:36.331 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-01 07:05:36.333 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-01 07:05:36.335 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-01 07:05:36.336 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-01 07:05:36.338 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2024-08-01 07:05:36.340 | + functions-common:is_suse:544 : is_opensuse 2024-08-01 07:05:36.341 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-01 07:05:36.343 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-01 07:05:36.345 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-01 07:05:36.346 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-01 07:05:36.348 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-01 07:05:36.349 | + stack.sh:main:859 : restart_rpc_backend 2024-08-01 07:05:36.351 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2024-08-01 07:05:36.363 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:05:36.364 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2024-08-01 07:05:36.366 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-01 07:05:36.368 | + stack.sh:echo_summary:472 : echo -e Starting RabbitMQ 2024-08-01 07:05:36.369 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2024-08-01 07:05:36.372 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2024-08-01 07:05:36.375 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2024-08-01 07:05:36.377 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2024-08-01 07:05:36.378 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2024-08-01 07:05:36.380 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2024-08-01 07:05:36.382 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit stackdb 2024-08-01 07:05:36.384 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=stackdb found= out= 2024-08-01 07:05:36.386 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2024-08-01 07:05:36.844 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2024-08-01 07:05:36.844 | user tags 2024-08-01 07:05:36.844 | guest [administrator]' 2024-08-01 07:05:36.847 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2024-08-01 07:05:36.847 | user tags 2024-08-01 07:05:36.847 | guest [administrator]' 2024-08-01 07:05:36.847 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2024-08-01 07:05:36.851 | + lib/rpc_backend:rabbit_setuser:176 : found= 2024-08-01 07:05:36.853 | + lib/rpc_backend:rabbit_setuser:177 : '[' '' = stackrabbit ']' 2024-08-01 07:05:36.855 | + lib/rpc_backend:rabbit_setuser:181 : sudo rabbitmqctl add_user stackrabbit stackdb 2024-08-01 07:05:37.266 | Adding user "stackrabbit" ... 2024-08-01 07:05:37.273 | Done. Don't forget to grant the user permissions to some virtual hosts! See 'rabbitmqctl help set_permissions' to learn more. 2024-08-01 07:05:37.286 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2024-08-01 07:05:37.737 | Setting permissions for user "stackrabbit" in vhost "/" ... 2024-08-01 07:05:37.755 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2024-08-01 07:05:37.757 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit stackdb 2024-08-01 07:05:38.176 | Changing password for user "stackrabbit" ... 2024-08-01 07:05:38.193 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2024-08-01 07:05:38.195 | + lib/rpc_backend:restart_rpc_backend:116 : break 2024-08-01 07:05:38.197 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2024-08-01 07:05:38.628 | Deleting user "guest" ... 2024-08-01 07:05:38.646 | + stack.sh:main:861 : is_service_enabled mysql postgresql 2024-08-01 07:05:38.658 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:05:38.660 | + stack.sh:main:862 : install_database 2024-08-01 07:05:38.662 | + lib/database:install_database:118 : install_database_mysql 2024-08-01 07:05:38.663 | + lib/databases/mysql:install_database_mysql:193 : is_ubuntu 2024-08-01 07:05:38.665 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:05:38.667 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:05:38.669 | + lib/databases/mysql:install_database_mysql:196 : sudo debconf-set-selections 2024-08-01 07:05:38.787 | + lib/databases/mysql:install_database_mysql:206 : [[ ! -e /opt/stack/.my.cnf ]] 2024-08-01 07:05:38.789 | + lib/databases/mysql:install_database_mysql:207 : cat 2024-08-01 07:05:38.792 | + lib/databases/mysql:install_database_mysql:213 : is_ubuntu 2024-08-01 07:05:38.794 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:05:38.795 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:05:38.797 | + lib/databases/mysql:install_database_mysql:213 : '[' mariadb '!=' mariadb ']' 2024-08-01 07:05:38.799 | + lib/databases/mysql:install_database_mysql:216 : chmod 0600 /opt/stack/.my.cnf 2024-08-01 07:05:38.802 | + lib/databases/mysql:install_database_mysql:219 : [[ False == \T\r\u\e ]] 2024-08-01 07:05:38.803 | + stack.sh:main:864 : '[' -n mysql ']' 2024-08-01 07:05:38.805 | + stack.sh:main:865 : install_database_python 2024-08-01 07:05:38.807 | + lib/database:install_database_python:123 : install_database_python_mysql 2024-08-01 07:05:38.808 | + lib/databases/mysql:install_database_python_mysql:238 : pip_install_gr PyMySQL 2024-08-01 07:05:38.810 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2024-08-01 07:05:38.811 | + inc/python:pip_install_gr:77 : local clean_name 2024-08-01 07:05:38.813 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2024-08-01 07:05:38.815 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2024-08-01 07:05:38.817 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-08-01 07:05:38.820 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack//requirements/global-requirements.txt 2024-08-01 07:05:38.820 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-08-01 07:05:38.824 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2024-08-01 07:05:38.826 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2024-08-01 07:05:38.827 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2024-08-01 07:05:38.829 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2024-08-01 07:05:38.831 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2024-08-01 07:05:38.846 | Using python 3.10 to install PyMySQL 2024-08-01 07:05:38.847 | + 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-08-01 07:05:39.817 | Collecting PyMySQL 2024-08-01 07:05:39.819 | Using cached PyMySQL-1.0.2-py3-none-any.whl (43 kB) 2024-08-01 07:05:39.988 | Installing collected packages: PyMySQL 2024-08-01 07:05:40.025 | Successfully installed PyMySQL-1.0.2 2024-08-01 07:05:40.026 | 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-08-01 07:05:40.103 | + inc/python:pip_install:196 : result=0 2024-08-01 07:05:40.105 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-01 07:05:40.107 | + functions-common:time_stop:2435 : local name 2024-08-01 07:05:40.108 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:05:40.110 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:05:40.112 | + functions-common:time_stop:2438 : local total 2024-08-01 07:05:40.113 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:05:40.115 | + functions-common:time_stop:2441 : name=pip_install 2024-08-01 07:05:40.117 | + functions-common:time_stop:2442 : start_time=1722495938842 2024-08-01 07:05:40.118 | + functions-common:time_stop:2444 : [[ -z 1722495938842 ]] 2024-08-01 07:05:40.120 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:05:40.123 | + functions-common:time_stop:2447 : end_time=1722495940121 2024-08-01 07:05:40.125 | + functions-common:time_stop:2448 : elapsed_time=1279 2024-08-01 07:05:40.126 | + functions-common:time_stop:2449 : total=9415 2024-08-01 07:05:40.128 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:05:40.130 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10694 2024-08-01 07:05:40.131 | + inc/python:pip_install:199 : return 0 2024-08-01 07:05:40.133 | + lib/databases/mysql:install_database_python_mysql:239 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2024-08-01 07:05:40.135 | + lib/databases/mysql:install_database_python_mysql:241 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2024-08-01 07:05:40.136 | + lib/databases/mysql:install_database_python_mysql:242 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2024-08-01 07:05:40.138 | + stack.sh:main:868 : is_service_enabled neutron 2024-08-01 07:05:40.150 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:05:40.152 | + stack.sh:main:869 : install_neutron_agent_packages 2024-08-01 07:05:40.154 | + lib/neutron:install_neutron_agent_packages:536 : is_service_enabled q-l3 neutron-l3 2024-08-01 07:05:40.165 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:05:40.167 | + lib/neutron:install_neutron_agent_packages:537 : install_package radvd 2024-08-01 07:05:40.168 | + functions-common:install_package:1459 : update_package_repo 2024-08-01 07:05:40.170 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-01 07:05:40.172 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-01 07:05:40.173 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-01 07:05:40.175 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-01 07:05:40.177 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-01 07:05:40.178 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:05:40.180 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:05:40.182 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-01 07:05:40.183 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-01 07:05:40.185 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-01 07:05:40.186 | + functions-common:apt_get_update:1186 : return 2024-08-01 07:05:40.188 | + functions-common:install_package:1460 : real_install_package radvd 2024-08-01 07:05:40.190 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-01 07:05:40.191 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:05:40.193 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:05:40.195 | + functions-common:real_install_package:1446 : apt_get install radvd 2024-08-01 07:05:40.210 | + 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-08-01 07:05:40.268 | Reading package lists... 2024-08-01 07:05:40.470 | Building dependency tree... 2024-08-01 07:05:40.471 | Reading state information... 2024-08-01 07:05:40.655 | radvd is already the newest version (1:2.18-3build2). 2024-08-01 07:05:40.655 | The following packages were automatically installed and are no longer required: 2024-08-01 07:05:40.655 | linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-08-01 07:05:40.655 | linux-headers-6.5.0-21-generic linux-headers-6.5.0-25-generic 2024-08-01 07:05:40.655 | linux-hwe-6.5-headers-6.5.0-21 linux-hwe-6.5-headers-6.5.0-25 2024-08-01 07:05:40.655 | linux-image-5.15.0-105-generic linux-image-6.5.0-21-generic 2024-08-01 07:05:40.655 | linux-image-6.5.0-25-generic linux-modules-5.15.0-105-generic 2024-08-01 07:05:40.655 | linux-modules-6.5.0-21-generic linux-modules-6.5.0-25-generic 2024-08-01 07:05:40.656 | linux-modules-extra-5.15.0-105-generic 2024-08-01 07:05:40.656 | Use 'sudo apt autoremove' to remove them. 2024-08-01 07:05:40.677 | 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded. 2024-08-01 07:05:40.681 | + functions-common:apt_get:1230 : result=0 2024-08-01 07:05:40.683 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-01 07:05:40.685 | + functions-common:time_stop:2435 : local name 2024-08-01 07:05:40.687 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:05:40.688 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:05:40.690 | + functions-common:time_stop:2438 : local total 2024-08-01 07:05:40.692 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:05:40.693 | + functions-common:time_stop:2441 : name=apt-get 2024-08-01 07:05:40.695 | + functions-common:time_stop:2442 : start_time=1722495940208 2024-08-01 07:05:40.696 | + functions-common:time_stop:2444 : [[ -z 1722495940208 ]] 2024-08-01 07:05:40.698 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:05:40.702 | + functions-common:time_stop:2447 : end_time=1722495940700 2024-08-01 07:05:40.703 | + functions-common:time_stop:2448 : elapsed_time=492 2024-08-01 07:05:40.705 | + functions-common:time_stop:2449 : total=6558 2024-08-01 07:05:40.706 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:05:40.708 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7050 2024-08-01 07:05:40.710 | + functions-common:apt_get:1234 : return 0 2024-08-01 07:05:40.711 | + lib/neutron:install_neutron_agent_packages:540 : is_service_enabled q-agt neutron-agent q-dhcp neutron-dhcp q-l3 neutron-l3 2024-08-01 07:05:40.724 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:05:40.725 | + lib/neutron:install_neutron_agent_packages:541 : neutron_plugin_install_agent_packages 2024-08-01 07:05:40.727 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2024-08-01 07:05:40.729 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2024-08-01 07:05:40.731 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2024-08-01 07:05:40.745 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2024-08-01 07:05:40.747 | + functions-common:install_package:1459 : update_package_repo 2024-08-01 07:05:40.748 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-01 07:05:40.750 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-01 07:05:40.751 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-01 07:05:40.753 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-01 07:05:40.755 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-01 07:05:40.756 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:05:40.758 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:05:40.759 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-01 07:05:40.761 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-01 07:05:40.763 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-01 07:05:40.764 | + functions-common:apt_get_update:1186 : return 2024-08-01 07:05:40.766 | + functions-common:install_package:1460 : real_install_package fakeroot make openvswitch-switch 2024-08-01 07:05:40.767 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-01 07:05:40.769 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:05:40.771 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:05:40.772 | + functions-common:real_install_package:1446 : apt_get install fakeroot make openvswitch-switch 2024-08-01 07:05:40.787 | + 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-08-01 07:05:40.845 | Reading package lists... 2024-08-01 07:05:41.067 | Building dependency tree... 2024-08-01 07:05:41.068 | Reading state information... 2024-08-01 07:05:41.253 | fakeroot is already the newest version (1.28-1ubuntu1). 2024-08-01 07:05:41.253 | fakeroot set to manually installed. 2024-08-01 07:05:41.253 | make is already the newest version (4.3-4.1build1). 2024-08-01 07:05:41.253 | make set to manually installed. 2024-08-01 07:05:41.253 | openvswitch-switch is already the newest version (2.17.9-0ubuntu0.22.04.1). 2024-08-01 07:05:41.254 | The following packages were automatically installed and are no longer required: 2024-08-01 07:05:41.254 | linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-08-01 07:05:41.254 | linux-headers-6.5.0-21-generic linux-headers-6.5.0-25-generic 2024-08-01 07:05:41.254 | linux-hwe-6.5-headers-6.5.0-21 linux-hwe-6.5-headers-6.5.0-25 2024-08-01 07:05:41.254 | linux-image-5.15.0-105-generic linux-image-6.5.0-21-generic 2024-08-01 07:05:41.254 | linux-image-6.5.0-25-generic linux-modules-5.15.0-105-generic 2024-08-01 07:05:41.254 | linux-modules-6.5.0-21-generic linux-modules-6.5.0-25-generic 2024-08-01 07:05:41.254 | linux-modules-extra-5.15.0-105-generic 2024-08-01 07:05:41.254 | Use 'sudo apt autoremove' to remove them. 2024-08-01 07:05:41.286 | 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded. 2024-08-01 07:05:41.290 | + functions-common:apt_get:1230 : result=0 2024-08-01 07:05:41.292 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-01 07:05:41.294 | + functions-common:time_stop:2435 : local name 2024-08-01 07:05:41.295 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:05:41.297 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:05:41.299 | + functions-common:time_stop:2438 : local total 2024-08-01 07:05:41.300 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:05:41.302 | + functions-common:time_stop:2441 : name=apt-get 2024-08-01 07:05:41.303 | + functions-common:time_stop:2442 : start_time=1722495940785 2024-08-01 07:05:41.305 | + functions-common:time_stop:2444 : [[ -z 1722495940785 ]] 2024-08-01 07:05:41.307 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:05:41.310 | + functions-common:time_stop:2447 : end_time=1722495941308 2024-08-01 07:05:41.311 | + functions-common:time_stop:2448 : elapsed_time=523 2024-08-01 07:05:41.313 | + functions-common:time_stop:2449 : total=7050 2024-08-01 07:05:41.314 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:05:41.316 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7573 2024-08-01 07:05:41.317 | + functions-common:apt_get:1234 : return 0 2024-08-01 07:05:41.319 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2024-08-01 07:05:41.320 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:05:41.322 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:05:41.323 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2024-08-01 07:05:41.325 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2024-08-01 07:05:41.327 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2024-08-01 07:05:41.330 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=6.5.0-44-generic 2024-08-01 07:05:41.332 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2024-08-01 07:05:41.335 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 6.5.0-44-generic 2024-08-01 07:05:41.335 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2024-08-01 07:05:41.338 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=6.5 2024-08-01 07:05:41.340 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 6.5 '<' 3.13 2024-08-01 07:05:41.342 | + functions:vercmp:639 : local v1=6.5 2024-08-01 07:05:41.343 | + functions:vercmp:640 : local 'op=<' 2024-08-01 07:05:41.345 | + functions:vercmp:641 : local v2=3.13 2024-08-01 07:05:41.347 | + functions:vercmp:642 : local result 2024-08-01 07:05:41.349 | ++ functions:vercmp:646 : echo -e '6.5\n3.13' 2024-08-01 07:05:41.350 | ++ functions:vercmp:646 : sort -V 2024-08-01 07:05:41.350 | ++ functions:vercmp:646 : head -1 2024-08-01 07:05:41.353 | + functions:vercmp:646 : result=3.13 2024-08-01 07:05:41.355 | + functions:vercmp:648 : case $op in 2024-08-01 07:05:41.357 | + functions:vercmp:658 : '[' 6.5 '!=' 3.13 ']' 2024-08-01 07:05:41.358 | + functions:vercmp:658 : '[' 3.13 = 6.5 ']' 2024-08-01 07:05:41.360 | + functions:vercmp:659 : return 2024-08-01 07:05:41.362 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2024-08-01 07:05:41.364 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-01 07:05:41.366 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart openvswitch-switch 2024-08-01 07:05:41.818 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2024-08-01 07:05:41.820 | + inc/python:use_library_from_git:246 : local name=os-ken 2024-08-01 07:05:41.821 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:41.823 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:41.825 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-ken, ]] 2024-08-01 07:05:41.827 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:41.829 | + stack.sh:main:872 : is_service_enabled etcd3 2024-08-01 07:05:41.842 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:05:41.844 | + stack.sh:main:873 : install_etcd3 2024-08-01 07:05:41.846 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2024-08-01 07:05:41.846 | Installing etcd 2024-08-01 07:05:41.848 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack//bin 2024-08-01 07:05:41.858 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2024-08-01 07:05:41.867 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2024-08-01 07:05:41.869 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2024-08-01 07:05:41.879 | + lib/etcd3:install_etcd3:113 : local etcd_file 2024-08-01 07:05:41.881 | ++ 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-08-01 07:05:41.883 | ++ 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-08-01 07:05:41.886 | +++ 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-08-01 07:05:41.889 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2024-08-01 07:05:41.891 | ++ 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-08-01 07:05:41.893 | ++ functions:get_extra_file:67 : [[ ! -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2024-08-01 07:05:41.895 | ++ 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-08-01 07:05:41.903 | --2024-08-01 07:05:41-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/etcd/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2024-08-01 07:05:41.908 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-08-01 07:05:41.909 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-08-01 07:05:41.941 | HTTP request sent, awaiting response... 200 OK 2024-08-01 07:05:41.941 | Length: 11350736 (11M) [application/gzip] 2024-08-01 07:05:41.941 | Saving to: ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ 2024-08-01 07:05:41.948 | 2024-08-01 07:05:41.994 | 0K ........ .. 100% 205M=0.05s 2024-08-01 07:05:41.994 | 2024-08-01 07:05:41.994 | 2024-08-01 07:05:41 (205 MB/s) - ‘/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz’ saved [11350736/11350736] 2024-08-01 07:05:41.994 | 2024-08-01 07:05:41.998 | ++ functions:get_extra_file:69 : [[ 0 -ne 0 ]] 2024-08-01 07:05:42.001 | ++ functions:get_extra_file:73 : echo /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-08-01 07:05:42.003 | ++ functions:get_extra_file:74 : return 2024-08-01 07:05:42.005 | + lib/etcd3:install_etcd3:114 : etcd_file=/opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2024-08-01 07:05:42.007 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2024-08-01 07:05:42.009 | + lib/etcd3:install_etcd3:116 : echo 'dc5d82df095dae0a2970e4d870b6929590689dd707ae3d33e7b86da0f7f211b6 /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz' 2024-08-01 07:05:42.011 | + lib/etcd3:install_etcd3:118 : sha256sum -c /opt/stack/devstack/files/etcd.sha256sum 2024-08-01 07:05:42.075 | /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz: OK 2024-08-01 07:05:42.078 | + 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-08-01 07:05:42.081 | etcd-v3.3.12-linux-amd64/ 2024-08-01 07:05:42.081 | etcd-v3.3.12-linux-amd64/README.md 2024-08-01 07:05:42.081 | etcd-v3.3.12-linux-amd64/Documentation/ 2024-08-01 07:05:42.081 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/ 2024-08-01 07:05:42.081 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/interacting_v3.md 2024-08-01 07:05:42.082 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_concurrency_reference_v3.md 2024-08-01 07:05:42.082 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/limit.md 2024-08-01 07:05:42.082 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/local_cluster.md 2024-08-01 07:05:42.082 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_grpc_gateway.md 2024-08-01 07:05:42.082 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/grpc_naming.md 2024-08-01 07:05:42.082 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/ 2024-08-01 07:05:42.082 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/ 2024-08-01 07:05:42.082 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json 2024-08-01 07:05:42.082 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json 2024-08-01 07:05:42.082 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json 2024-08-01 07:05:42.082 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/experimental_apis.md 2024-08-01 07:05:42.082 | etcd-v3.3.12-linux-amd64/Documentation/dev-guide/api_reference_v3.md 2024-08-01 07:05:42.083 | etcd-v3.3.12-linux-amd64/Documentation/integrations.md 2024-08-01 07:05:42.083 | etcd-v3.3.12-linux-amd64/Documentation/README.md 2024-08-01 07:05:42.083 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/ 2024-08-01 07:05:42.083 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-08-01 07:05:42.083 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-storage-memory-benchmark.md 2024-08-01 07:05:42.083 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/README.md 2024-08-01 07:05:42.083 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-08-01 07:05:42.083 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-08-01 07:05:42.083 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-watch-memory-benchmark.md 2024-08-01 07:05:42.083 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-2-2-0-benchmarks.md 2024-08-01 07:05:42.083 | etcd-v3.3.12-linux-amd64/Documentation/benchmarks/etcd-3-demo-benchmarks.md 2024-08-01 07:05:42.083 | etcd-v3.3.12-linux-amd64/Documentation/rfc/ 2024-08-01 07:05:42.083 | etcd-v3.3.12-linux-amd64/Documentation/rfc/v3api.md 2024-08-01 07:05:42.084 | etcd-v3.3.12-linux-amd64/Documentation/docs.md 2024-08-01 07:05:42.084 | etcd-v3.3.12-linux-amd64/Documentation/production-users.md 2024-08-01 07:05:42.084 | etcd-v3.3.12-linux-amd64/Documentation/metrics.md 2024-08-01 07:05:42.084 | etcd-v3.3.12-linux-amd64/Documentation/v2/ 2024-08-01 07:05:42.084 | etcd-v3.3.12-linux-amd64/Documentation/v2/authentication.md 2024-08-01 07:05:42.084 | etcd-v3.3.12-linux-amd64/Documentation/v2/proxy.md 2024-08-01 07:05:42.084 | etcd-v3.3.12-linux-amd64/Documentation/v2/glossary.md 2024-08-01 07:05:42.084 | etcd-v3.3.12-linux-amd64/Documentation/v2/docker_guide.md 2024-08-01 07:05:42.084 | etcd-v3.3.12-linux-amd64/Documentation/v2/configuration.md 2024-08-01 07:05:42.084 | etcd-v3.3.12-linux-amd64/Documentation/v2/README.md 2024-08-01 07:05:42.084 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/ 2024-08-01 07:05:42.084 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-1-0-alpha-benchmarks.md 2024-08-01 07:05:42.084 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-storage-memory-benchmark.md 2024-08-01 07:05:42.085 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/README.md 2024-08-01 07:05:42.085 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-benchmarks.md 2024-08-01 07:05:42.085 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-rc-memory-benchmarks.md 2024-08-01 07:05:42.085 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-watch-memory-benchmark.md 2024-08-01 07:05:42.085 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-2-2-0-benchmarks.md 2024-08-01 07:05:42.085 | etcd-v3.3.12-linux-amd64/Documentation/v2/benchmarks/etcd-3-demo-benchmarks.md 2024-08-01 07:05:42.085 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/ 2024-08-01 07:05:42.085 | etcd-v3.3.12-linux-amd64/Documentation/v2/rfc/v3api.md 2024-08-01 07:05:42.085 | etcd-v3.3.12-linux-amd64/Documentation/v2/libraries-and-tools.md 2024-08-01 07:05:42.085 | etcd-v3.3.12-linux-amd64/Documentation/v2/discovery_protocol.md 2024-08-01 07:05:42.085 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-configuration.md 2024-08-01 07:05:42.085 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_3.md 2024-08-01 07:05:42.085 | etcd-v3.3.12-linux-amd64/Documentation/v2/auth_api.md 2024-08-01 07:05:42.085 | etcd-v3.3.12-linux-amd64/Documentation/v2/errorcode.md 2024-08-01 07:05:42.085 | etcd-v3.3.12-linux-amd64/Documentation/v2/admin_guide.md 2024-08-01 07:05:42.085 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_2.md 2024-08-01 07:05:42.085 | etcd-v3.3.12-linux-amd64/Documentation/v2/upgrade_2_1.md 2024-08-01 07:05:42.085 | etcd-v3.3.12-linux-amd64/Documentation/v2/clustering.md 2024-08-01 07:05:42.086 | etcd-v3.3.12-linux-amd64/Documentation/v2/other_apis.md 2024-08-01 07:05:42.086 | etcd-v3.3.12-linux-amd64/Documentation/v2/production-users.md 2024-08-01 07:05:42.086 | etcd-v3.3.12-linux-amd64/Documentation/v2/metrics.md 2024-08-01 07:05:42.086 | etcd-v3.3.12-linux-amd64/Documentation/v2/runtime-reconf-design.md 2024-08-01 07:05:42.086 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules.yml 2024-08-01 07:05:42.086 | etcd-v3.3.12-linux-amd64/Documentation/v2/security.md 2024-08-01 07:05:42.086 | etcd-v3.3.12-linux-amd64/Documentation/v2/branch_management.md 2024-08-01 07:05:42.086 | etcd-v3.3.12-linux-amd64/Documentation/v2/internal-protocol-versioning.md 2024-08-01 07:05:42.086 | etcd-v3.3.12-linux-amd64/Documentation/v2/members_api.md 2024-08-01 07:05:42.086 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/ 2024-08-01 07:05:42.086 | etcd-v3.3.12-linux-amd64/Documentation/v2/platforms/freebsd.md 2024-08-01 07:05:42.086 | etcd-v3.3.12-linux-amd64/Documentation/v2/faq.md 2024-08-01 07:05:42.086 | etcd-v3.3.12-linux-amd64/Documentation/v2/backward_compatibility.md 2024-08-01 07:05:42.087 | etcd-v3.3.12-linux-amd64/Documentation/v2/04_to_2_snapshot_migration.md 2024-08-01 07:05:42.087 | etcd-v3.3.12-linux-amd64/Documentation/v2/etcd_alert.rules 2024-08-01 07:05:42.087 | etcd-v3.3.12-linux-amd64/Documentation/v2/api.md 2024-08-01 07:05:42.087 | etcd-v3.3.12-linux-amd64/Documentation/v2/api_v3.md 2024-08-01 07:05:42.087 | etcd-v3.3.12-linux-amd64/Documentation/v2/reporting_bugs.md 2024-08-01 07:05:42.087 | etcd-v3.3.12-linux-amd64/Documentation/v2/tuning.md 2024-08-01 07:05:42.087 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/ 2024-08-01 07:05:42.087 | etcd-v3.3.12-linux-amd64/Documentation/v2/dev/release.md 2024-08-01 07:05:42.087 | etcd-v3.3.12-linux-amd64/Documentation/branch_management.md 2024-08-01 07:05:42.087 | etcd-v3.3.12-linux-amd64/Documentation/platforms/ 2024-08-01 07:05:42.087 | etcd-v3.3.12-linux-amd64/Documentation/platforms/container-linux-systemd.md 2024-08-01 07:05:42.087 | etcd-v3.3.12-linux-amd64/Documentation/platforms/freebsd.md 2024-08-01 07:05:42.088 | etcd-v3.3.12-linux-amd64/Documentation/platforms/aws.md 2024-08-01 07:05:42.088 | etcd-v3.3.12-linux-amd64/Documentation/faq.md 2024-08-01 07:05:42.088 | etcd-v3.3.12-linux-amd64/Documentation/dl_build.md 2024-08-01 07:05:42.088 | etcd-v3.3.12-linux-amd64/Documentation/reporting_bugs.md 2024-08-01 07:05:42.088 | etcd-v3.3.12-linux-amd64/Documentation/tuning.md 2024-08-01 07:05:42.088 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/ 2024-08-01 07:05:42.088 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_4.md 2024-08-01 07:05:42.088 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrading-etcd.md 2024-08-01 07:05:42.088 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_2.md 2024-08-01 07:05:42.088 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_1.md 2024-08-01 07:05:42.088 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_0.md 2024-08-01 07:05:42.088 | etcd-v3.3.12-linux-amd64/Documentation/upgrades/upgrade_3_3.md 2024-08-01 07:05:42.088 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/ 2024-08-01 07:05:42.089 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/logging.md 2024-08-01 07:05:42.089 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/discovery_protocol.md 2024-08-01 07:05:42.089 | etcd-v3.3.12-linux-amd64/Documentation/dev-internal/release.md 2024-08-01 07:05:42.089 | etcd-v3.3.12-linux-amd64/Documentation/learning/ 2024-08-01 07:05:42.089 | etcd-v3.3.12-linux-amd64/Documentation/learning/auth_design.md 2024-08-01 07:05:42.089 | etcd-v3.3.12-linux-amd64/Documentation/learning/glossary.md 2024-08-01 07:05:42.089 | etcd-v3.3.12-linux-amd64/Documentation/learning/data_model.md 2024-08-01 07:05:42.089 | etcd-v3.3.12-linux-amd64/Documentation/learning/api_guarantees.md 2024-08-01 07:05:42.089 | etcd-v3.3.12-linux-amd64/Documentation/learning/why.md 2024-08-01 07:05:42.089 | etcd-v3.3.12-linux-amd64/Documentation/learning/api.md 2024-08-01 07:05:42.089 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/ 2024-08-01 07:05:42.089 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/authentication.md 2024-08-01 07:05:42.089 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/versioning.md 2024-08-01 07:05:42.089 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/hardware.md 2024-08-01 07:05:42.089 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grafana.json 2024-08-01 07:05:42.089 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/monitoring.md 2024-08-01 07:05:42.089 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/configuration.md 2024-08-01 07:05:42.090 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/v2-migration.md 2024-08-01 07:05:42.090 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/maintenance.md 2024-08-01 07:05:42.090 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-configuration.md 2024-08-01 07:05:42.090 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/recovery.md 2024-08-01 07:05:42.090 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/clustering.md 2024-08-01 07:05:42.090 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules 2024-08-01 07:05:42.090 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/runtime-reconf-design.md 2024-08-01 07:05:42.090 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd3_alert.rules.yml 2024-08-01 07:05:42.090 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/security.md 2024-08-01 07:05:42.090 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/performance.md 2024-08-01 07:05:42.090 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/etcd-sample-grafana.png 2024-08-01 07:05:42.091 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/grpc_proxy.md 2024-08-01 07:05:42.091 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/gateway.md 2024-08-01 07:05:42.091 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/container.md 2024-08-01 07:05:42.091 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/supported-platform.md 2024-08-01 07:05:42.091 | etcd-v3.3.12-linux-amd64/Documentation/op-guide/failures.md 2024-08-01 07:05:42.091 | etcd-v3.3.12-linux-amd64/Documentation/demo.md 2024-08-01 07:05:42.092 | etcd-v3.3.12-linux-amd64/README-etcdctl.md 2024-08-01 07:05:42.092 | etcd-v3.3.12-linux-amd64/etcdctl 2024-08-01 07:05:42.210 | etcd-v3.3.12-linux-amd64/READMEv2-etcdctl.md 2024-08-01 07:05:42.210 | etcd-v3.3.12-linux-amd64/etcd 2024-08-01 07:05:42.357 | + lib/etcd3:install_etcd3:121 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcd /opt/stack//bin/etcd 2024-08-01 07:05:42.383 | + lib/etcd3:install_etcd3:122 : sudo cp /opt/stack/devstack/files/etcd-v3.3.12-linux-amd64/etcdctl /opt/stack//bin/etcdctl 2024-08-01 07:05:42.404 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack//bin/etcd ']' 2024-08-01 07:05:42.406 | + stack.sh:main:882 : is_service_enabled tls-proxy 2024-08-01 07:05:42.419 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:05:42.421 | + stack.sh:main:892 : install_dstat 2024-08-01 07:05:42.423 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2024-08-01 07:05:42.435 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:05:42.438 | + stack.sh:main:898 : echo_summary 'Installing OpenStack project source' 2024-08-01 07:05:42.439 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-01 07:05:42.441 | + stack.sh:echo_summary:472 : echo -e Installing OpenStack project source 2024-08-01 07:05:42.443 | + stack.sh:main:901 : install_libs 2024-08-01 07:05:42.445 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2024-08-01 07:05:42.447 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2024-08-01 07:05:42.448 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2024-08-01 07:05:42.450 | + inc/python:use_library_from_git:246 : local name=automaton 2024-08-01 07:05:42.452 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.454 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.455 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,automaton, ]] 2024-08-01 07:05:42.457 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.459 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2024-08-01 07:05:42.460 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2024-08-01 07:05:42.462 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2024-08-01 07:05:42.464 | + inc/python:use_library_from_git:246 : local name=castellan 2024-08-01 07:05:42.466 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.467 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.469 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,castellan, ]] 2024-08-01 07:05:42.471 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.472 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2024-08-01 07:05:42.474 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2024-08-01 07:05:42.476 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2024-08-01 07:05:42.478 | + inc/python:use_library_from_git:246 : local name=cliff 2024-08-01 07:05:42.479 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.481 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.483 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cliff, ]] 2024-08-01 07:05:42.485 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.486 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2024-08-01 07:05:42.488 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2024-08-01 07:05:42.490 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2024-08-01 07:05:42.491 | + inc/python:use_library_from_git:246 : local name=cursive 2024-08-01 07:05:42.493 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.495 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.497 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cursive, ]] 2024-08-01 07:05:42.498 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.500 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2024-08-01 07:05:42.502 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2024-08-01 07:05:42.504 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2024-08-01 07:05:42.506 | + inc/python:use_library_from_git:246 : local name=debtcollector 2024-08-01 07:05:42.507 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.509 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.511 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,debtcollector, ]] 2024-08-01 07:05:42.512 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.514 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2024-08-01 07:05:42.516 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2024-08-01 07:05:42.517 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2024-08-01 07:05:42.519 | + inc/python:use_library_from_git:246 : local name=futurist 2024-08-01 07:05:42.521 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.522 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.524 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,futurist, ]] 2024-08-01 07:05:42.526 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.527 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2024-08-01 07:05:42.529 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2024-08-01 07:05:42.531 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2024-08-01 07:05:42.533 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2024-08-01 07:05:42.535 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.536 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.538 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,openstacksdk, ]] 2024-08-01 07:05:42.540 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.545 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2024-08-01 07:05:42.547 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2024-08-01 07:05:42.548 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2024-08-01 07:05:42.550 | + inc/python:use_library_from_git:246 : local name=osc-lib 2024-08-01 07:05:42.552 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.554 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.555 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-lib, ]] 2024-08-01 07:05:42.557 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.559 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2024-08-01 07:05:42.561 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2024-08-01 07:05:42.563 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2024-08-01 07:05:42.564 | + inc/python:use_library_from_git:246 : local name=osc-placement 2024-08-01 07:05:42.566 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.568 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.570 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-placement, ]] 2024-08-01 07:05:42.571 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.573 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2024-08-01 07:05:42.575 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2024-08-01 07:05:42.577 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2024-08-01 07:05:42.578 | + inc/python:use_library_from_git:246 : local name=os-client-config 2024-08-01 07:05:42.580 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.582 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.584 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-client-config, ]] 2024-08-01 07:05:42.586 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.587 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2024-08-01 07:05:42.589 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2024-08-01 07:05:42.591 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2024-08-01 07:05:42.593 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2024-08-01 07:05:42.595 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.596 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.598 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.cache, ]] 2024-08-01 07:05:42.600 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.602 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2024-08-01 07:05:42.603 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2024-08-01 07:05:42.605 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2024-08-01 07:05:42.607 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2024-08-01 07:05:42.608 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.610 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.612 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.concurrency, ]] 2024-08-01 07:05:42.614 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.615 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2024-08-01 07:05:42.617 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2024-08-01 07:05:42.619 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2024-08-01 07:05:42.621 | + inc/python:use_library_from_git:246 : local name=oslo.config 2024-08-01 07:05:42.622 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.624 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.626 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.config, ]] 2024-08-01 07:05:42.627 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.630 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2024-08-01 07:05:42.631 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2024-08-01 07:05:42.633 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2024-08-01 07:05:42.635 | + inc/python:use_library_from_git:246 : local name=oslo.context 2024-08-01 07:05:42.636 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.638 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.640 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.context, ]] 2024-08-01 07:05:42.642 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.643 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2024-08-01 07:05:42.645 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2024-08-01 07:05:42.647 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2024-08-01 07:05:42.649 | + inc/python:use_library_from_git:246 : local name=oslo.db 2024-08-01 07:05:42.650 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.652 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.654 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.db, ]] 2024-08-01 07:05:42.655 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.657 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2024-08-01 07:05:42.659 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2024-08-01 07:05:42.661 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2024-08-01 07:05:42.662 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2024-08-01 07:05:42.665 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.667 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.669 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.i18n, ]] 2024-08-01 07:05:42.670 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.672 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2024-08-01 07:05:42.674 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2024-08-01 07:05:42.676 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2024-08-01 07:05:42.677 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2024-08-01 07:05:42.679 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.681 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.683 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.limit, ]] 2024-08-01 07:05:42.684 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.686 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2024-08-01 07:05:42.688 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2024-08-01 07:05:42.690 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2024-08-01 07:05:42.691 | + inc/python:use_library_from_git:246 : local name=oslo.log 2024-08-01 07:05:42.693 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.695 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.697 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.log, ]] 2024-08-01 07:05:42.698 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.700 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2024-08-01 07:05:42.702 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2024-08-01 07:05:42.704 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2024-08-01 07:05:42.705 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2024-08-01 07:05:42.707 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.709 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.711 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.messaging, ]] 2024-08-01 07:05:42.712 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.714 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2024-08-01 07:05:42.716 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2024-08-01 07:05:42.718 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2024-08-01 07:05:42.719 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2024-08-01 07:05:42.721 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.723 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.725 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.middleware, ]] 2024-08-01 07:05:42.726 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.728 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2024-08-01 07:05:42.730 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2024-08-01 07:05:42.732 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2024-08-01 07:05:42.734 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2024-08-01 07:05:42.735 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.737 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.739 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.policy, ]] 2024-08-01 07:05:42.741 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.742 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2024-08-01 07:05:42.744 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2024-08-01 07:05:42.746 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2024-08-01 07:05:42.748 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2024-08-01 07:05:42.750 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.751 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.753 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.privsep, ]] 2024-08-01 07:05:42.755 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.757 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2024-08-01 07:05:42.758 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2024-08-01 07:05:42.760 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2024-08-01 07:05:42.762 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2024-08-01 07:05:42.764 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.765 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.767 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.reports, ]] 2024-08-01 07:05:42.769 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.771 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2024-08-01 07:05:42.772 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2024-08-01 07:05:42.774 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2024-08-01 07:05:42.776 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2024-08-01 07:05:42.778 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.779 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.781 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.rootwrap, ]] 2024-08-01 07:05:42.783 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.785 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2024-08-01 07:05:42.787 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2024-08-01 07:05:42.789 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2024-08-01 07:05:42.790 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2024-08-01 07:05:42.792 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.794 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.795 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.serialization, ]] 2024-08-01 07:05:42.797 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.799 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2024-08-01 07:05:42.801 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2024-08-01 07:05:42.803 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2024-08-01 07:05:42.805 | + inc/python:use_library_from_git:246 : local name=oslo.service 2024-08-01 07:05:42.806 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.808 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.810 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.service, ]] 2024-08-01 07:05:42.812 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.813 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2024-08-01 07:05:42.815 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2024-08-01 07:05:42.817 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2024-08-01 07:05:42.819 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2024-08-01 07:05:42.820 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.822 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.824 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.utils, ]] 2024-08-01 07:05:42.826 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.827 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2024-08-01 07:05:42.829 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2024-08-01 07:05:42.831 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2024-08-01 07:05:42.833 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2024-08-01 07:05:42.834 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.836 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.838 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.versionedobjects, ]] 2024-08-01 07:05:42.839 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.841 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2024-08-01 07:05:42.843 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2024-08-01 07:05:42.845 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2024-08-01 07:05:42.847 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2024-08-01 07:05:42.848 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.850 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.852 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.vmware, ]] 2024-08-01 07:05:42.854 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.855 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2024-08-01 07:05:42.857 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2024-08-01 07:05:42.859 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2024-08-01 07:05:42.861 | + inc/python:use_library_from_git:246 : local name=osprofiler 2024-08-01 07:05:42.862 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.864 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.866 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osprofiler, ]] 2024-08-01 07:05:42.868 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.869 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2024-08-01 07:05:42.871 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2024-08-01 07:05:42.873 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2024-08-01 07:05:42.875 | + inc/python:use_library_from_git:246 : local name=pycadf 2024-08-01 07:05:42.876 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.878 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.880 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pycadf, ]] 2024-08-01 07:05:42.882 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.883 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2024-08-01 07:05:42.885 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2024-08-01 07:05:42.887 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2024-08-01 07:05:42.889 | + inc/python:use_library_from_git:246 : local name=stevedore 2024-08-01 07:05:42.891 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.892 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.894 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,stevedore, ]] 2024-08-01 07:05:42.896 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.898 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2024-08-01 07:05:42.899 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2024-08-01 07:05:42.901 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2024-08-01 07:05:42.903 | + inc/python:use_library_from_git:246 : local name=taskflow 2024-08-01 07:05:42.905 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.906 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.908 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,taskflow, ]] 2024-08-01 07:05:42.910 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.912 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2024-08-01 07:05:42.914 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2024-08-01 07:05:42.915 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2024-08-01 07:05:42.917 | + inc/python:use_library_from_git:246 : local name=tooz 2024-08-01 07:05:42.919 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.921 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.923 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,tooz, ]] 2024-08-01 07:05:42.924 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.926 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2024-08-01 07:05:42.928 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2024-08-01 07:05:42.930 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2024-08-01 07:05:42.931 | + inc/python:use_library_from_git:246 : local name=os-brick 2024-08-01 07:05:42.933 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.935 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.937 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-brick, ]] 2024-08-01 07:05:42.939 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.940 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2024-08-01 07:05:42.942 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2024-08-01 07:05:42.944 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2024-08-01 07:05:42.946 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2024-08-01 07:05:42.948 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.950 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.951 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-resource-classes, ]] 2024-08-01 07:05:42.953 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.955 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2024-08-01 07:05:42.957 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2024-08-01 07:05:42.958 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2024-08-01 07:05:42.960 | + inc/python:use_library_from_git:246 : local name=os-traits 2024-08-01 07:05:42.962 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.963 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.965 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-traits, ]] 2024-08-01 07:05:42.967 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.969 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2024-08-01 07:05:42.971 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2024-08-01 07:05:42.974 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2024-08-01 07:05:42.975 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2024-08-01 07:05:42.977 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:42.979 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:42.981 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-barbicanclient, ]] 2024-08-01 07:05:42.982 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:42.984 | + lib/libraries:install_libs:139 : pip_install etcd3 2024-08-01 07:05:43.000 | Using python 3.10 to install etcd3 2024-08-01 07:05:43.002 | + 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-08-01 07:05:43.969 | Collecting etcd3 2024-08-01 07:05:43.970 | Using cached etcd3-0.12.0-py2.py3-none-any.whl 2024-08-01 07:05:44.011 | Collecting tenacity>=6.1.0 2024-08-01 07:05:44.013 | Using cached tenacity-6.3.1-py2.py3-none-any.whl (36 kB) 2024-08-01 07:05:45.113 | Collecting grpcio>=1.27.1 2024-08-01 07:05:45.150 | Using cached grpcio-1.49.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB) 2024-08-01 07:05:45.568 | Collecting protobuf>=3.6.1 2024-08-01 07:05:45.574 | Using cached protobuf-4.21.7-cp37-abi3-manylinux2014_x86_64.whl (408 kB) 2024-08-01 07:05:45.578 | Requirement already satisfied: six>=1.12.0 in /usr/lib/python3/dist-packages (from etcd3) (1.16.0) 2024-08-01 07:05:45.744 | Installing collected packages: tenacity, protobuf, grpcio, etcd3 2024-08-01 07:05:46.157 | Successfully installed etcd3-0.12.0 grpcio-1.49.1 protobuf-4.21.7 tenacity-6.3.1 2024-08-01 07:05:46.158 | 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-08-01 07:05:46.274 | + inc/python:pip_install:196 : result=0 2024-08-01 07:05:46.276 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-01 07:05:46.278 | + functions-common:time_stop:2435 : local name 2024-08-01 07:05:46.280 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:05:46.281 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:05:46.283 | + functions-common:time_stop:2438 : local total 2024-08-01 07:05:46.285 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:05:46.287 | + functions-common:time_stop:2441 : name=pip_install 2024-08-01 07:05:46.289 | + functions-common:time_stop:2442 : start_time=1722495942996 2024-08-01 07:05:46.290 | + functions-common:time_stop:2444 : [[ -z 1722495942996 ]] 2024-08-01 07:05:46.292 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:05:46.295 | + functions-common:time_stop:2447 : end_time=1722495946294 2024-08-01 07:05:46.297 | + functions-common:time_stop:2448 : elapsed_time=3298 2024-08-01 07:05:46.299 | + functions-common:time_stop:2449 : total=10694 2024-08-01 07:05:46.301 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:05:46.302 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13992 2024-08-01 07:05:46.304 | + inc/python:pip_install:199 : return 0 2024-08-01 07:05:46.306 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2024-08-01 07:05:46.322 | Using python 3.10 to install etcd3gw 2024-08-01 07:05:46.324 | + 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-08-01 07:05:47.373 | Collecting etcd3gw 2024-08-01 07:05:47.376 | Using cached etcd3gw-2.1.0-py3-none-any.whl (22 kB) 2024-08-01 07:05:47.432 | Collecting requests>=2.20.0 2024-08-01 07:05:47.435 | Using cached requests-2.28.1-py3-none-any.whl (62 kB) 2024-08-01 07:05:47.437 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.10/dist-packages (from etcd3gw) (5.11.1) 2024-08-01 07:05:47.467 | Collecting futurist>=0.16.0 2024-08-01 07:05:47.469 | Using cached futurist-2.4.1-py3-none-any.whl (36 kB) 2024-08-01 07:05:47.500 | Collecting idna<4,>=2.5 2024-08-01 07:05:47.503 | Using cached idna-3.4-py3-none-any.whl (61 kB) 2024-08-01 07:05:47.561 | Collecting urllib3<1.27,>=1.21.1 2024-08-01 07:05:47.564 | Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2024-08-01 07:05:47.567 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.20.0->etcd3gw) (2020.6.20) 2024-08-01 07:05:47.723 | Collecting charset-normalizer<3,>=2 2024-08-01 07:05:47.726 | Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2024-08-01 07:05:47.944 | Installing collected packages: urllib3, idna, futurist, charset-normalizer, requests, etcd3gw 2024-08-01 07:05:47.944 | Attempting uninstall: urllib3 2024-08-01 07:05:47.946 | Found existing installation: urllib3 1.26.5 2024-08-01 07:05:47.948 | Not uninstalling urllib3 at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-01 07:05:47.949 | Can't uninstall 'urllib3'. No files were found to uninstall. 2024-08-01 07:05:48.016 | Attempting uninstall: idna 2024-08-01 07:05:48.017 | Found existing installation: idna 3.3 2024-08-01 07:05:48.018 | Not uninstalling idna at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-01 07:05:48.019 | Can't uninstall 'idna'. No files were found to uninstall. 2024-08-01 07:05:48.152 | Attempting uninstall: requests 2024-08-01 07:05:48.153 | Found existing installation: requests 2.25.1 2024-08-01 07:05:48.154 | Not uninstalling requests at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-01 07:05:48.154 | Can't uninstall 'requests'. No files were found to uninstall. 2024-08-01 07:05:48.210 | 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-08-01 07:05:48.211 | 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-08-01 07:05:48.298 | + inc/python:pip_install:196 : result=0 2024-08-01 07:05:48.300 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-01 07:05:48.302 | + functions-common:time_stop:2435 : local name 2024-08-01 07:05:48.304 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:05:48.306 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:05:48.308 | + functions-common:time_stop:2438 : local total 2024-08-01 07:05:48.309 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:05:48.311 | + functions-common:time_stop:2441 : name=pip_install 2024-08-01 07:05:48.313 | + functions-common:time_stop:2442 : start_time=1722495946318 2024-08-01 07:05:48.315 | + functions-common:time_stop:2444 : [[ -z 1722495946318 ]] 2024-08-01 07:05:48.317 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:05:48.320 | + functions-common:time_stop:2447 : end_time=1722495948318 2024-08-01 07:05:48.322 | + functions-common:time_stop:2448 : elapsed_time=2000 2024-08-01 07:05:48.324 | + functions-common:time_stop:2449 : total=13992 2024-08-01 07:05:48.325 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:05:48.327 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=15992 2024-08-01 07:05:48.329 | + inc/python:pip_install:199 : return 0 2024-08-01 07:05:48.331 | + stack.sh:main:904 : install_apache_uwsgi 2024-08-01 07:05:48.333 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2024-08-01 07:05:48.335 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2024-08-01 07:05:48.337 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-01 07:05:48.338 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-01 07:05:48.340 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-01 07:05:48.342 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-01 07:05:48.345 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-01 07:05:48.346 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-01 07:05:48.348 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-01 07:05:48.350 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-01 07:05:48.352 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-01 07:05:48.354 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-01 07:05:48.356 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-01 07:05:48.358 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-01 07:05:48.360 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2024-08-01 07:05:48.362 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:05:48.364 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:05:48.366 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2024-08-01 07:05:48.368 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-08-01 07:05:48.370 | + functions-common:install_package:1459 : update_package_repo 2024-08-01 07:05:48.372 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-01 07:05:48.374 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-01 07:05:48.376 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-01 07:05:48.378 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-01 07:05:48.379 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-01 07:05:48.381 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:05:48.383 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:05:48.385 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-01 07:05:48.387 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-01 07:05:48.389 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-01 07:05:48.390 | + functions-common:apt_get_update:1186 : return 2024-08-01 07:05:48.392 | + functions-common:install_package:1460 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-08-01 07:05:48.394 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-01 07:05:48.395 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:05:48.398 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:05:48.399 | + functions-common:real_install_package:1446 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2024-08-01 07:05:48.416 | + 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-08-01 07:05:48.476 | Reading package lists... 2024-08-01 07:05:48.662 | Building dependency tree... 2024-08-01 07:05:48.664 | Reading state information... 2024-08-01 07:05:48.847 | uwsgi is already the newest version (2.0.20-4). 2024-08-01 07:05:48.847 | uwsgi-plugin-python3 is already the newest version (2.0.20-4). 2024-08-01 07:05:48.847 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.52-1ubuntu4.12). 2024-08-01 07:05:48.847 | The following packages were automatically installed and are no longer required: 2024-08-01 07:05:48.847 | linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-08-01 07:05:48.847 | linux-headers-6.5.0-21-generic linux-headers-6.5.0-25-generic 2024-08-01 07:05:48.847 | linux-hwe-6.5-headers-6.5.0-21 linux-hwe-6.5-headers-6.5.0-25 2024-08-01 07:05:48.847 | linux-image-5.15.0-105-generic linux-image-6.5.0-21-generic 2024-08-01 07:05:48.847 | linux-image-6.5.0-25-generic linux-modules-5.15.0-105-generic 2024-08-01 07:05:48.847 | linux-modules-6.5.0-21-generic linux-modules-6.5.0-25-generic 2024-08-01 07:05:48.847 | linux-modules-extra-5.15.0-105-generic 2024-08-01 07:05:48.847 | Use 'sudo apt autoremove' to remove them. 2024-08-01 07:05:48.871 | 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded. 2024-08-01 07:05:48.875 | + functions-common:apt_get:1230 : result=0 2024-08-01 07:05:48.877 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-01 07:05:48.879 | + functions-common:time_stop:2435 : local name 2024-08-01 07:05:48.881 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:05:48.883 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:05:48.885 | + functions-common:time_stop:2438 : local total 2024-08-01 07:05:48.887 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:05:48.888 | + functions-common:time_stop:2441 : name=apt-get 2024-08-01 07:05:48.890 | + functions-common:time_stop:2442 : start_time=1722495948413 2024-08-01 07:05:48.892 | + functions-common:time_stop:2444 : [[ -z 1722495948413 ]] 2024-08-01 07:05:48.894 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:05:48.897 | + functions-common:time_stop:2447 : end_time=1722495948895 2024-08-01 07:05:48.899 | + functions-common:time_stop:2448 : elapsed_time=482 2024-08-01 07:05:48.901 | + functions-common:time_stop:2449 : total=7573 2024-08-01 07:05:48.903 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:05:48.905 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8055 2024-08-01 07:05:48.907 | + functions-common:apt_get:1234 : return 0 2024-08-01 07:05:48.908 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2024-08-01 07:05:48.910 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:05:48.912 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:05:48.914 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2024-08-01 07:05:48.950 | Enabling module proxy. 2024-08-01 07:05:48.954 | To activate the new configuration, you need to run: 2024-08-01 07:05:48.954 | systemctl restart apache2 2024-08-01 07:05:48.958 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2024-08-01 07:05:48.991 | Considering dependency proxy for proxy_uwsgi: 2024-08-01 07:05:48.991 | Module proxy already enabled 2024-08-01 07:05:48.991 | Enabling module proxy_uwsgi. 2024-08-01 07:05:48.994 | To activate the new configuration, you need to run: 2024-08-01 07:05:48.995 | systemctl restart apache2 2024-08-01 07:05:48.999 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2024-08-01 07:05:49.000 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-01 07:05:49.002 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-01 07:05:49.004 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-01 07:05:49.126 | + stack.sh:main:907 : install_keystoneauth 2024-08-01 07:05:49.128 | + lib/keystone:install_keystoneauth:503 : use_library_from_git keystoneauth 2024-08-01 07:05:49.130 | + inc/python:use_library_from_git:246 : local name=keystoneauth 2024-08-01 07:05:49.132 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:49.133 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:49.135 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystoneauth, ]] 2024-08-01 07:05:49.137 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:49.139 | + stack.sh:main:908 : install_keystoneclient 2024-08-01 07:05:49.141 | + lib/keystone:install_keystoneclient:511 : use_library_from_git python-keystoneclient 2024-08-01 07:05:49.143 | + inc/python:use_library_from_git:246 : local name=python-keystoneclient 2024-08-01 07:05:49.144 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:49.146 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:49.148 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-keystoneclient, ]] 2024-08-01 07:05:49.150 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:49.152 | + stack.sh:main:909 : install_glanceclient 2024-08-01 07:05:49.154 | + lib/glance:install_glanceclient:502 : use_library_from_git python-glanceclient 2024-08-01 07:05:49.155 | + inc/python:use_library_from_git:246 : local name=python-glanceclient 2024-08-01 07:05:49.157 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:49.159 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:49.161 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-glanceclient, ]] 2024-08-01 07:05:49.163 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:49.165 | + stack.sh:main:910 : install_cinderclient 2024-08-01 07:05:49.166 | + lib/cinder:install_cinderclient:561 : use_library_from_git python-brick-cinderclient-ext 2024-08-01 07:05:49.168 | + inc/python:use_library_from_git:246 : local name=python-brick-cinderclient-ext 2024-08-01 07:05:49.170 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:49.172 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:49.174 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2024-08-01 07:05:49.175 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:49.177 | + lib/cinder:install_cinderclient:566 : use_library_from_git python-cinderclient 2024-08-01 07:05:49.179 | + inc/python:use_library_from_git:246 : local name=python-cinderclient 2024-08-01 07:05:49.181 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:49.183 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:49.185 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-cinderclient, ]] 2024-08-01 07:05:49.187 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:49.189 | + stack.sh:main:911 : install_novaclient 2024-08-01 07:05:49.190 | + lib/nova:install_novaclient:903 : use_library_from_git python-novaclient 2024-08-01 07:05:49.192 | + inc/python:use_library_from_git:246 : local name=python-novaclient 2024-08-01 07:05:49.194 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:49.196 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:49.198 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-novaclient, ]] 2024-08-01 07:05:49.199 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:49.202 | + stack.sh:main:912 : is_service_enabled swift glance horizon 2024-08-01 07:05:49.214 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:05:49.216 | + stack.sh:main:913 : install_swiftclient 2024-08-01 07:05:49.218 | + lib/swift:install_swiftclient:733 : use_library_from_git python-swiftclient 2024-08-01 07:05:49.219 | + inc/python:use_library_from_git:246 : local name=python-swiftclient 2024-08-01 07:05:49.221 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:49.223 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:49.225 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-swiftclient, ]] 2024-08-01 07:05:49.226 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:49.228 | + stack.sh:main:915 : is_service_enabled neutron nova horizon 2024-08-01 07:05:49.241 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:05:49.242 | + stack.sh:main:916 : install_neutronclient 2024-08-01 07:05:49.244 | + lib/neutron:install_neutronclient:527 : use_library_from_git python-neutronclient 2024-08-01 07:05:49.246 | + inc/python:use_library_from_git:246 : local name=python-neutronclient 2024-08-01 07:05:49.248 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:49.250 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:49.251 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-neutronclient, ]] 2024-08-01 07:05:49.253 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:49.255 | + stack.sh:main:920 : install_keystonemiddleware 2024-08-01 07:05:49.257 | + lib/keystone:install_keystonemiddleware:521 : use_library_from_git keystonemiddleware 2024-08-01 07:05:49.259 | + inc/python:use_library_from_git:246 : local name=keystonemiddleware 2024-08-01 07:05:49.261 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:05:49.262 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:05:49.264 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystonemiddleware, ]] 2024-08-01 07:05:49.266 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:05:49.268 | + lib/keystone:install_keystonemiddleware:526 : pip_install_gr keystonemiddleware 2024-08-01 07:05:49.270 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2024-08-01 07:05:49.271 | + inc/python:pip_install_gr:77 : local clean_name 2024-08-01 07:05:49.274 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2024-08-01 07:05:49.276 | ++ inc/python:get_from_global_requirements:221 : local package=keystonemiddleware 2024-08-01 07:05:49.277 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-08-01 07:05:49.280 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^keystonemiddleware' /opt/stack//requirements/global-requirements.txt 2024-08-01 07:05:49.281 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-08-01 07:05:49.285 | ++ inc/python:get_from_global_requirements:223 : required_pkg='keystonemiddleware ' 2024-08-01 07:05:49.286 | ++ inc/python:get_from_global_requirements:224 : [[ keystonemiddleware == '' ]] 2024-08-01 07:05:49.288 | ++ inc/python:get_from_global_requirements:227 : echo keystonemiddleware 2024-08-01 07:05:49.290 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2024-08-01 07:05:49.292 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2024-08-01 07:05:49.307 | Using python 3.10 to install keystonemiddleware 2024-08-01 07:05:49.308 | + 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-08-01 07:05:50.279 | Collecting keystonemiddleware 2024-08-01 07:05:50.283 | Using cached keystonemiddleware-10.2.0-py3-none-any.whl (124 kB) 2024-08-01 07:05:50.375 | Collecting oslo.utils>=3.33.0 2024-08-01 07:05:50.378 | Using cached oslo.utils-6.1.0-py3-none-any.whl (100 kB) 2024-08-01 07:05:50.428 | Collecting keystoneauth1>=3.12.0 2024-08-01 07:05:50.433 | Using cached keystoneauth1-5.1.2-py3-none-any.whl (318 kB) 2024-08-01 07:05:50.476 | Collecting oslo.i18n>=3.15.3 2024-08-01 07:05:50.478 | Using cached oslo.i18n-6.0.0-py3-none-any.whl (46 kB) 2024-08-01 07:05:50.481 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystonemiddleware) (1.16.0) 2024-08-01 07:05:50.526 | Collecting oslo.cache>=1.26.0 2024-08-01 07:05:50.528 | Using cached oslo.cache-3.3.1-py3-none-any.whl (70 kB) 2024-08-01 07:05:50.581 | Collecting oslo.log>=3.36.0 2024-08-01 07:05:50.584 | Using cached oslo.log-5.2.0-py3-none-any.whl (71 kB) 2024-08-01 07:05:50.646 | Collecting oslo.config>=5.2.0 2024-08-01 07:05:50.648 | Using cached oslo.config-9.1.1-py3-none-any.whl (128 kB) 2024-08-01 07:05:50.651 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (2.28.1) 2024-08-01 07:05:50.682 | Collecting WebOb>=1.7.1 2024-08-01 07:05:50.685 | Using cached WebOb-1.8.7-py2.py3-none-any.whl (114 kB) 2024-08-01 07:05:50.722 | Collecting oslo.context>=2.19.2 2024-08-01 07:05:50.724 | Using cached oslo.context-5.1.1-py3-none-any.whl (20 kB) 2024-08-01 07:05:50.754 | Collecting pycadf!=2.0.0,>=1.1.0 2024-08-01 07:05:50.757 | Using cached pycadf-3.1.1-py3-none-any.whl (39 kB) 2024-08-01 07:05:50.827 | Collecting python-keystoneclient>=3.20.0 2024-08-01 07:05:50.834 | Using cached python_keystoneclient-5.1.0-py3-none-any.whl (398 kB) 2024-08-01 07:05:50.839 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from keystonemiddleware) (5.11.1) 2024-08-01 07:05:50.880 | Collecting oslo.serialization!=2.19.1,>=2.18.0 2024-08-01 07:05:50.882 | Using cached oslo.serialization-5.1.1-py3-none-any.whl (25 kB) 2024-08-01 07:05:50.945 | Collecting stevedore>=1.20.0 2024-08-01 07:05:50.947 | Using cached stevedore-5.0.0-py3-none-any.whl (49 kB) 2024-08-01 07:05:50.970 | Collecting os-service-types>=1.2.0 2024-08-01 07:05:50.973 | Using cached os_service_types-1.7.0-py2.py3-none-any.whl (24 kB) 2024-08-01 07:05:51.000 | Collecting iso8601>=0.1.11 2024-08-01 07:05:51.002 | Using cached iso8601-1.1.0-py3-none-any.whl (9.9 kB) 2024-08-01 07:05:51.043 | Collecting dogpile.cache>=1.1.5 2024-08-01 07:05:51.045 | Using cached dogpile.cache-1.1.8-py3-none-any.whl (51 kB) 2024-08-01 07:05:51.121 | Collecting netaddr>=0.7.18 2024-08-01 07:05:51.136 | Using cached netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) 2024-08-01 07:05:51.166 | Collecting rfc3986>=1.2.0 2024-08-01 07:05:51.168 | Using cached rfc3986-1.5.0-py2.py3-none-any.whl (31 kB) 2024-08-01 07:05:51.199 | Collecting debtcollector>=1.2.0 2024-08-01 07:05:51.201 | Using cached debtcollector-2.5.0-py3-none-any.whl (23 kB) 2024-08-01 07:05:51.280 | Collecting PyYAML>=5.1 2024-08-01 07:05:51.287 | 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-08-01 07:05:51.337 | Collecting python-dateutil>=2.7.0 2024-08-01 07:05:51.340 | Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2024-08-01 07:05:51.383 | Collecting pyinotify>=0.9.6 2024-08-01 07:05:51.384 | Using cached pyinotify-0.9.6-py3-none-any.whl 2024-08-01 07:05:51.558 | Collecting msgpack>=0.5.2 2024-08-01 07:05:51.564 | Using cached msgpack-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (316 kB) 2024-08-01 07:05:51.643 | Collecting pytz>=2013.6 2024-08-01 07:05:51.649 | Using cached pytz-2022.4-py2.py3-none-any.whl (500 kB) 2024-08-01 07:05:51.710 | Collecting pyparsing>=2.1.0 2024-08-01 07:05:51.713 | Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) 2024-08-01 07:05:51.715 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (0.11.0) 2024-08-01 07:05:51.751 | Collecting packaging>=20.4 2024-08-01 07:05:51.753 | Using cached packaging-23.1-py3-none-any.whl (48 kB) 2024-08-01 07:05:51.780 | 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-08-01 07:05:51.780 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware) (2020.6.20) 2024-08-01 07:05:51.781 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.4) 2024-08-01 07:05:51.782 | 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-08-01 07:05:51.980 | Collecting wrapt>=1.7.0 2024-08-01 07:05:51.983 | 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-08-01 07:05:52.015 | Collecting decorator>=4.0.0 2024-08-01 07:05:52.017 | Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) 2024-08-01 07:05:52.409 | 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-08-01 07:05:52.435 | Attempting uninstall: pytz 2024-08-01 07:05:52.437 | Found existing installation: pytz 2022.1 2024-08-01 07:05:52.439 | Not uninstalling pytz at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-01 07:05:52.440 | Can't uninstall 'pytz'. No files were found to uninstall. 2024-08-01 07:05:52.748 | Attempting uninstall: stevedore 2024-08-01 07:05:52.749 | Found existing installation: stevedore 3.5.0 2024-08-01 07:05:52.750 | Not uninstalling stevedore at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-01 07:05:52.751 | Can't uninstall 'stevedore'. No files were found to uninstall. 2024-08-01 07:05:52.883 | Attempting uninstall: pyparsing 2024-08-01 07:05:52.884 | Found existing installation: pyparsing 2.4.7 2024-08-01 07:05:52.885 | Not uninstalling pyparsing at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-01 07:05:52.886 | Can't uninstall 'pyparsing'. No files were found to uninstall. 2024-08-01 07:05:53.925 | 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.2 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.1 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-08-01 07:05:53.926 | 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-08-01 07:05:54.050 | + inc/python:pip_install:196 : result=0 2024-08-01 07:05:54.051 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-01 07:05:54.053 | + functions-common:time_stop:2435 : local name 2024-08-01 07:05:54.055 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:05:54.056 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:05:54.058 | + functions-common:time_stop:2438 : local total 2024-08-01 07:05:54.059 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:05:54.061 | + functions-common:time_stop:2441 : name=pip_install 2024-08-01 07:05:54.063 | + functions-common:time_stop:2442 : start_time=1722495949303 2024-08-01 07:05:54.064 | + functions-common:time_stop:2444 : [[ -z 1722495949303 ]] 2024-08-01 07:05:54.066 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:05:54.069 | + functions-common:time_stop:2447 : end_time=1722495954067 2024-08-01 07:05:54.071 | + functions-common:time_stop:2448 : elapsed_time=4764 2024-08-01 07:05:54.073 | + functions-common:time_stop:2449 : total=15992 2024-08-01 07:05:54.074 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:05:54.076 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=20756 2024-08-01 07:05:54.077 | + inc/python:pip_install:199 : return 0 2024-08-01 07:05:54.079 | + lib/keystone:install_keystonemiddleware:530 : pip_install_gr python-memcached 2024-08-01 07:05:54.081 | + inc/python:pip_install_gr:76 : local name=python-memcached 2024-08-01 07:05:54.082 | + inc/python:pip_install_gr:77 : local clean_name 2024-08-01 07:05:54.085 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2024-08-01 07:05:54.086 | ++ inc/python:get_from_global_requirements:221 : local package=python-memcached 2024-08-01 07:05:54.088 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-08-01 07:05:54.091 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-memcached' /opt/stack//requirements/global-requirements.txt 2024-08-01 07:05:54.091 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-08-01 07:05:54.095 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-memcached ' 2024-08-01 07:05:54.096 | ++ inc/python:get_from_global_requirements:224 : [[ python-memcached == '' ]] 2024-08-01 07:05:54.098 | ++ inc/python:get_from_global_requirements:227 : echo python-memcached 2024-08-01 07:05:54.100 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2024-08-01 07:05:54.102 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2024-08-01 07:05:54.117 | Using python 3.10 to install python-memcached 2024-08-01 07:05:54.118 | + 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-08-01 07:05:55.069 | Collecting python-memcached 2024-08-01 07:05:55.071 | Using cached python_memcached-1.59-py2.py3-none-any.whl (16 kB) 2024-08-01 07:05:55.074 | Requirement already satisfied: six>=1.4.0 in /usr/lib/python3/dist-packages (from python-memcached) (1.16.0) 2024-08-01 07:05:55.364 | Installing collected packages: python-memcached 2024-08-01 07:05:55.390 | Successfully installed python-memcached-1.59 2024-08-01 07:05:55.390 | 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-08-01 07:05:55.474 | + inc/python:pip_install:196 : result=0 2024-08-01 07:05:55.476 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-01 07:05:55.477 | + functions-common:time_stop:2435 : local name 2024-08-01 07:05:55.479 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:05:55.481 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:05:55.483 | + functions-common:time_stop:2438 : local total 2024-08-01 07:05:55.484 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:05:55.486 | + functions-common:time_stop:2441 : name=pip_install 2024-08-01 07:05:55.487 | + functions-common:time_stop:2442 : start_time=1722495954113 2024-08-01 07:05:55.489 | + functions-common:time_stop:2444 : [[ -z 1722495954113 ]] 2024-08-01 07:05:55.491 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:05:55.495 | + functions-common:time_stop:2447 : end_time=1722495955493 2024-08-01 07:05:55.497 | + functions-common:time_stop:2448 : elapsed_time=1380 2024-08-01 07:05:55.498 | + functions-common:time_stop:2449 : total=20756 2024-08-01 07:05:55.500 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:05:55.501 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=22136 2024-08-01 07:05:55.503 | + inc/python:pip_install:199 : return 0 2024-08-01 07:05:55.505 | + stack.sh:main:922 : is_service_enabled keystone 2024-08-01 07:05:55.517 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:05:55.519 | + stack.sh:main:923 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-08-01 07:05:55.521 | + stack.sh:main:924 : stack_install_service keystone 2024-08-01 07:05:55.522 | + lib/stack:stack_install_service:20 : local service=keystone 2024-08-01 07:05:55.524 | + lib/stack:stack_install_service:21 : type install_keystone 2024-08-01 07:05:55.526 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-08-01 07:05:55.527 | + lib/stack:stack_install_service:32 : install_keystone 2024-08-01 07:05:55.529 | + lib/keystone:install_keystone:536 : is_service_enabled ldap 2024-08-01 07:05:55.540 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:05:55.545 | + lib/keystone:install_keystone:540 : git_clone https://opendev.org/openstack/keystone.git /opt/stack//keystone stable/2023.1 2024-08-01 07:05:55.547 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/keystone.git 2024-08-01 07:05:55.548 | + functions-common:git_clone:613 : local git_dest=/opt/stack//keystone 2024-08-01 07:05:55.550 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-08-01 07:05:55.551 | + functions-common:git_clone:615 : local orig_dir 2024-08-01 07:05:55.553 | ++ functions-common:git_clone:616 : pwd 2024-08-01 07:05:55.555 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-01 07:05:55.557 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-01 07:05:55.559 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-01 07:05:55.571 | + functions-common:git_clone:619 : RECLONE=False 2024-08-01 07:05:55.572 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-01 07:05:55.574 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-01 07:05:55.575 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-01 07:05:55.577 | + functions-common:git_clone:633 : echo stable/2023.1 2024-08-01 07:05:55.577 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-01 07:05:55.581 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//keystone ]] 2024-08-01 07:05:55.583 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-01 07:05:55.584 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/keystone.git /opt/stack//keystone 2024-08-01 07:05:55.586 | + functions-common:git_timed:720 : local count=0 2024-08-01 07:05:55.587 | + functions-common:git_timed:721 : local timeout=0 2024-08-01 07:05:55.589 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-01 07:05:55.590 | + functions-common:git_timed:724 : timeout=0 2024-08-01 07:05:55.591 | + functions-common:git_timed:727 : time_start git_timed 2024-08-01 07:05:55.593 | + functions-common:time_start:2421 : local name=git_timed 2024-08-01 07:05:55.595 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:05:55.596 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:05:55.598 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:05:55.601 | + functions-common:time_start:2426 : _TIME_START[$name]=1722495955599 2024-08-01 07:05:55.602 | + 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-08-01 07:05:55.604 | Cloning into '/opt/stack//keystone'... 2024-08-01 07:05:57.786 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-01 07:05:57.788 | + functions-common:time_stop:2435 : local name 2024-08-01 07:05:57.789 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:05:57.791 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:05:57.792 | + functions-common:time_stop:2438 : local total 2024-08-01 07:05:57.794 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:05:57.796 | + functions-common:time_stop:2441 : name=git_timed 2024-08-01 07:05:57.797 | + functions-common:time_stop:2442 : start_time=1722495955599 2024-08-01 07:05:57.799 | + functions-common:time_stop:2444 : [[ -z 1722495955599 ]] 2024-08-01 07:05:57.801 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:05:57.805 | + functions-common:time_stop:2447 : end_time=1722495957802 2024-08-01 07:05:57.807 | + functions-common:time_stop:2448 : elapsed_time=2203 2024-08-01 07:05:57.808 | + functions-common:time_stop:2449 : total=5749 2024-08-01 07:05:57.810 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:05:57.811 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7952 2024-08-01 07:05:57.813 | + functions-common:git_clone:654 : cd /opt/stack//keystone 2024-08-01 07:05:57.815 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-08-01 07:05:57.817 | + functions-common:git_timed:720 : local count=0 2024-08-01 07:05:57.818 | + functions-common:git_timed:721 : local timeout=0 2024-08-01 07:05:57.820 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-01 07:05:57.822 | + functions-common:git_timed:724 : timeout=0 2024-08-01 07:05:57.823 | + functions-common:git_timed:727 : time_start git_timed 2024-08-01 07:05:57.825 | + functions-common:time_start:2421 : local name=git_timed 2024-08-01 07:05:57.827 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:05:57.828 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:05:57.830 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:05:57.834 | + functions-common:time_start:2426 : _TIME_START[$name]=1722495957832 2024-08-01 07:05:57.835 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-08-01 07:05:59.636 | From https://opendev.org/openstack/keystone 2024-08-01 07:05:59.636 | * branch stable/2023.1 -> FETCH_HEAD 2024-08-01 07:05:59.640 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-01 07:05:59.642 | + functions-common:time_stop:2435 : local name 2024-08-01 07:05:59.644 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:05:59.645 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:05:59.647 | + functions-common:time_stop:2438 : local total 2024-08-01 07:05:59.648 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:05:59.650 | + functions-common:time_stop:2441 : name=git_timed 2024-08-01 07:05:59.651 | + functions-common:time_stop:2442 : start_time=1722495957832 2024-08-01 07:05:59.653 | + functions-common:time_stop:2444 : [[ -z 1722495957832 ]] 2024-08-01 07:05:59.655 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:05:59.658 | + functions-common:time_stop:2447 : end_time=1722495959656 2024-08-01 07:05:59.659 | + functions-common:time_stop:2448 : elapsed_time=1824 2024-08-01 07:05:59.661 | + functions-common:time_stop:2449 : total=7952 2024-08-01 07:05:59.662 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:05:59.663 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9776 2024-08-01 07:05:59.665 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-01 07:05:59.667 | + functions-common:git_timed:720 : local count=0 2024-08-01 07:05:59.668 | + functions-common:git_timed:721 : local timeout=0 2024-08-01 07:05:59.670 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-01 07:05:59.671 | + functions-common:git_timed:724 : timeout=0 2024-08-01 07:05:59.673 | + functions-common:git_timed:727 : time_start git_timed 2024-08-01 07:05:59.674 | + functions-common:time_start:2421 : local name=git_timed 2024-08-01 07:05:59.676 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:05:59.677 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:05:59.679 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:05:59.682 | + functions-common:time_start:2426 : _TIME_START[$name]=1722495959680 2024-08-01 07:05:59.684 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-01 07:05:59.773 | Note: switching to 'FETCH_HEAD'. 2024-08-01 07:05:59.773 | 2024-08-01 07:05:59.773 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-01 07:05:59.773 | changes and commit them, and you can discard any commits you make in this 2024-08-01 07:05:59.773 | state without impacting any branches by switching back to a branch. 2024-08-01 07:05:59.773 | 2024-08-01 07:05:59.773 | If you want to create a new branch to retain commits you create, you may 2024-08-01 07:05:59.773 | do so (now or later) by using -c with the switch command. Example: 2024-08-01 07:05:59.773 | 2024-08-01 07:05:59.773 | git switch -c 2024-08-01 07:05:59.773 | 2024-08-01 07:05:59.773 | Or undo this operation with: 2024-08-01 07:05:59.773 | 2024-08-01 07:05:59.773 | git switch - 2024-08-01 07:05:59.773 | 2024-08-01 07:05:59.773 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-01 07:05:59.773 | 2024-08-01 07:05:59.773 | HEAD is now at c725173 Remove reference to devstack-gate 2024-08-01 07:05:59.777 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-01 07:05:59.778 | + functions-common:time_stop:2435 : local name 2024-08-01 07:05:59.780 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:05:59.782 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:05:59.783 | + functions-common:time_stop:2438 : local total 2024-08-01 07:05:59.785 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:05:59.786 | + functions-common:time_stop:2441 : name=git_timed 2024-08-01 07:05:59.788 | + functions-common:time_stop:2442 : start_time=1722495959680 2024-08-01 07:05:59.789 | + functions-common:time_stop:2444 : [[ -z 1722495959680 ]] 2024-08-01 07:05:59.791 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:05:59.794 | + functions-common:time_stop:2447 : end_time=1722495959792 2024-08-01 07:05:59.796 | + functions-common:time_stop:2448 : elapsed_time=112 2024-08-01 07:05:59.797 | + functions-common:time_stop:2449 : total=9776 2024-08-01 07:05:59.799 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:05:59.800 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9888 2024-08-01 07:05:59.802 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//keystone 2024-08-01 07:05:59.811 | + functions-common:git_clone:695 : cd /opt/stack//keystone 2024-08-01 07:05:59.813 | + functions-common:git_clone:696 : git show --oneline 2024-08-01 07:05:59.814 | + functions-common:git_clone:696 : head -1 2024-08-01 07:05:59.816 | c725173 Remove reference to devstack-gate 2024-08-01 07:05:59.818 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-01 07:05:59.820 | + lib/keystone:install_keystone:541 : setup_develop /opt/stack//keystone 2024-08-01 07:05:59.821 | + inc/python:setup_develop:334 : local bindep 2024-08-01 07:05:59.823 | + inc/python:setup_develop:335 : [[ /opt/stack//keystone == -bindep* ]] 2024-08-01 07:05:59.825 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//keystone 2024-08-01 07:05:59.827 | + inc/python:setup_develop:340 : local extras= 2024-08-01 07:05:59.829 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//keystone -e 2024-08-01 07:05:59.830 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-01 07:05:59.832 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//keystone == -bindep* ]] 2024-08-01 07:05:59.834 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//keystone 2024-08-01 07:05:59.835 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-01 07:05:59.837 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-01 07:05:59.839 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//keystone 2024-08-01 07:05:59.841 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-01 07:05:59.843 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/keystone 2024-08-01 07:05:59.845 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-01 07:05:59.847 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-01 07:05:59.849 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2024-08-01 07:05:59.854 | + inc/python:_setup_package_with_constraints_edit:381 : name=keystone 2024-08-01 07:05:59.855 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- keystone 2024-08-01 07:06:00.170 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/keystone -e 2024-08-01 07:06:00.172 | + inc/python:setup_package:414 : local bindep=0 2024-08-01 07:06:00.174 | + inc/python:setup_package:415 : local bindep_flag= 2024-08-01 07:06:00.176 | + inc/python:setup_package:416 : local bindep_profiles= 2024-08-01 07:06:00.178 | + inc/python:setup_package:417 : [[ /opt/stack/keystone == -bindep* ]] 2024-08-01 07:06:00.180 | + inc/python:setup_package:422 : local project_dir=/opt/stack/keystone 2024-08-01 07:06:00.182 | + inc/python:setup_package:423 : local flags=-e 2024-08-01 07:06:00.183 | + inc/python:setup_package:424 : local extras= 2024-08-01 07:06:00.185 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-08-01 07:06:00.187 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-08-01 07:06:00.189 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-01 07:06:00.191 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-01 07:06:00.192 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-01 07:06:00.194 | + inc/python:setup_package:442 : pip_install -e /opt/stack/keystone 2024-08-01 07:06:00.209 | Using python 3.10 to install /opt/stack/keystone 2024-08-01 07:06:00.211 | + 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-08-01 07:06:01.103 | Obtaining file:///opt/stack/keystone 2024-08-01 07:06:01.104 | Preparing metadata (setup.py): started 2024-08-01 07:06:01.608 | Preparing metadata (setup.py): finished with status 'done' 2024-08-01 07:06:01.924 | Collecting Flask!=0.11,>=1.0.2 2024-08-01 07:06:01.927 | Using cached Flask-2.2.2-py3-none-any.whl (101 kB) 2024-08-01 07:06:01.950 | Collecting Flask-RESTful>=0.3.5 2024-08-01 07:06:01.952 | Using cached Flask_RESTful-0.3.9-py2.py3-none-any.whl (25 kB) 2024-08-01 07:06:01.983 | Collecting PyJWT>=1.6.1 2024-08-01 07:06:01.985 | Using cached PyJWT-2.5.0-py3-none-any.whl (20 kB) 2024-08-01 07:06:02.695 | Collecting SQLAlchemy>=1.3.0 2024-08-01 07:06:02.710 | 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-08-01 07:06:02.721 | 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-08-01 07:06:02.807 | Collecting bcrypt>=3.1.3 2024-08-01 07:06:02.814 | Using cached bcrypt-4.0.0-cp36-abi3-manylinux_2_28_x86_64.whl (594 kB) 2024-08-01 07:06:03.216 | Collecting cryptography>=2.7 2024-08-01 07:06:03.242 | Using cached cryptography-38.0.2-cp36-abi3-manylinux_2_28_x86_64.whl (4.2 MB) 2024-08-01 07:06:03.263 | 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-08-01 07:06:03.317 | Collecting jsonschema>=3.2.0 2024-08-01 07:06:03.320 | Using cached jsonschema-4.16.0-py3-none-any.whl (83 kB) 2024-08-01 07:06:03.322 | 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-08-01 07:06:03.323 | 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-08-01 07:06:03.347 | Collecting oauthlib>=0.6.2 2024-08-01 07:06:03.350 | Using cached oauthlib-3.2.1-py3-none-any.whl (151 kB) 2024-08-01 07:06:03.353 | 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-08-01 07:06:03.353 | 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-08-01 07:06:03.354 | 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-08-01 07:06:03.415 | Collecting oslo.db>=6.0.0 2024-08-01 07:06:03.418 | Using cached oslo.db-12.3.2-py3-none-any.whl (177 kB) 2024-08-01 07:06:03.421 | 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-08-01 07:06:03.422 | 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-08-01 07:06:03.508 | Collecting oslo.messaging>=5.29.0 2024-08-01 07:06:03.512 | Using cached oslo.messaging-14.2.4-py3-none-any.whl (256 kB) 2024-08-01 07:06:03.555 | Collecting oslo.middleware>=3.31.0 2024-08-01 07:06:03.558 | Using cached oslo.middleware-5.1.1-py3-none-any.whl (65 kB) 2024-08-01 07:06:03.619 | Collecting oslo.policy>=3.10.0 2024-08-01 07:06:03.622 | Using cached oslo.policy-4.1.1-py3-none-any.whl (88 kB) 2024-08-01 07:06:03.625 | 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.1) 2024-08-01 07:06:03.647 | Collecting oslo.upgradecheck>=1.3.0 2024-08-01 07:06:03.649 | Using cached oslo.upgradecheck-2.1.1-py3-none-any.whl (14 kB) 2024-08-01 07:06:03.651 | 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-08-01 07:06:03.686 | Collecting osprofiler>=1.4.0 2024-08-01 07:06:03.689 | Using cached osprofiler-3.4.3-py3-none-any.whl (89 kB) 2024-08-01 07:06:03.709 | Collecting passlib>=1.7.0 2024-08-01 07:06:03.715 | Using cached passlib-1.7.4-py2.py3-none-any.whl (525 kB) 2024-08-01 07:06:03.719 | 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-08-01 07:06:03.720 | 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-08-01 07:06:03.839 | Collecting pysaml2>=5.0.0 2024-08-01 07:06:03.845 | Using cached pysaml2-7.2.1-py2.py3-none-any.whl (412 kB) 2024-08-01 07:06:03.849 | 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-08-01 07:06:03.850 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from keystone==0.0.1.dev12) (2022.4) 2024-08-01 07:06:03.942 | Collecting scrypt>=0.8.0 2024-08-01 07:06:03.951 | Using cached scrypt-0.8.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2024-08-01 07:06:03.978 | Collecting sqlalchemy-migrate>=0.13.0 2024-08-01 07:06:03.980 | Using cached sqlalchemy_migrate-0.13.0-py2.py3-none-any.whl (109 kB) 2024-08-01 07:06:03.983 | 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-08-01 07:06:04.249 | Collecting cffi>=1.12 2024-08-01 07:06:04.253 | Using cached cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB) 2024-08-01 07:06:04.259 | 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-08-01 07:06:04.286 | Collecting itsdangerous>=2.0 2024-08-01 07:06:04.288 | Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2024-08-01 07:06:04.333 | Collecting Werkzeug>=2.2.2 2024-08-01 07:06:04.337 | Using cached Werkzeug-2.2.2-py3-none-any.whl (232 kB) 2024-08-01 07:06:04.367 | Collecting Jinja2>=3.0 2024-08-01 07:06:04.369 | Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) 2024-08-01 07:06:04.403 | Collecting click>=8.0 2024-08-01 07:06:04.405 | Using cached click-8.1.3-py3-none-any.whl (96 kB) 2024-08-01 07:06:04.412 | 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-08-01 07:06:04.440 | Collecting aniso8601>=0.82 2024-08-01 07:06:04.443 | Using cached aniso8601-9.0.1-py2.py3-none-any.whl (52 kB) 2024-08-01 07:06:04.488 | Collecting attrs>=17.4.0 2024-08-01 07:06:04.490 | Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2024-08-01 07:06:04.493 | 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-08-01 07:06:04.515 | 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-08-01 07:06:04.516 | 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.2) 2024-08-01 07:06:04.594 | 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-08-01 07:06:04.595 | 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-08-01 07:06:04.596 | 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-08-01 07:06:04.597 | 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-08-01 07:06:04.637 | Collecting testresources>=2.0.0 2024-08-01 07:06:04.653 | Using cached testresources-2.0.1-py2.py3-none-any.whl (36 kB) 2024-08-01 07:06:04.672 | Collecting testscenarios>=0.4 2024-08-01 07:06:04.674 | Using cached testscenarios-0.5.0-py2.py3-none-any.whl (21 kB) 2024-08-01 07:06:04.726 | Collecting alembic>=0.9.6 2024-08-01 07:06:04.729 | Using cached alembic-1.8.1-py3-none-any.whl (209 kB) 2024-08-01 07:06:04.768 | 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-08-01 07:06:04.770 | 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-08-01 07:06:04.839 | Collecting oslo.service!=1.28.1,>=1.24.0 2024-08-01 07:06:04.842 | Using cached oslo.service-3.1.2-py3-none-any.whl (77 kB) 2024-08-01 07:06:04.863 | Collecting oslo.metrics>=0.2.1 2024-08-01 07:06:04.865 | Using cached oslo.metrics-0.6.0-py3-none-any.whl (13 kB) 2024-08-01 07:06:04.901 | Collecting amqp>=2.5.2 2024-08-01 07:06:04.903 | Using cached amqp-5.1.1-py3-none-any.whl (50 kB) 2024-08-01 07:06:04.905 | 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-08-01 07:06:04.933 | Collecting cachetools>=2.0.0 2024-08-01 07:06:04.935 | Using cached cachetools-5.2.0-py3-none-any.whl (9.3 kB) 2024-08-01 07:06:04.994 | Collecting kombu>=4.6.6 2024-08-01 07:06:04.998 | Using cached kombu-5.2.4-py3-none-any.whl (189 kB) 2024-08-01 07:06:05.029 | Collecting statsd>=3.2.1 2024-08-01 07:06:05.031 | Using cached statsd-3.3.0-py2.py3-none-any.whl (11 kB) 2024-08-01 07:06:05.076 | Collecting PrettyTable>=0.7.1 2024-08-01 07:06:05.078 | Using cached prettytable-3.4.1-py3-none-any.whl (26 kB) 2024-08-01 07:06:05.095 | 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-08-01 07:06:05.096 | 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-08-01 07:06:05.096 | 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-08-01 07:06:05.098 | 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-08-01 07:06:05.155 | Collecting oslo.concurrency>=3.26.0 2024-08-01 07:06:05.158 | Using cached oslo.concurrency-5.1.1-py3-none-any.whl (48 kB) 2024-08-01 07:06:05.234 | Collecting pyOpenSSL 2024-08-01 07:06:05.237 | Using cached pyOpenSSL-22.1.0-py3-none-any.whl (57 kB) 2024-08-01 07:06:05.259 | Collecting defusedxml 2024-08-01 07:06:05.261 | Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) 2024-08-01 07:06:05.263 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pysaml2>=5.0.0->keystone==0.0.1.dev12) (59.6.0) 2024-08-01 07:06:05.320 | Collecting xmlschema>=1.2.1 2024-08-01 07:06:05.325 | Using cached xmlschema-2.1.1-py3-none-any.whl (354 kB) 2024-08-01 07:06:05.694 | Collecting greenlet!=0.4.17 2024-08-01 07:06:05.697 | Using cached greenlet-1.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (155 kB) 2024-08-01 07:06:05.732 | Collecting sqlparse 2024-08-01 07:06:05.734 | Using cached sqlparse-0.4.3-py3-none-any.whl (42 kB) 2024-08-01 07:06:05.774 | Collecting Tempita>=0.4 2024-08-01 07:06:05.776 | Using cached Tempita-0.5.2-py3-none-any.whl (12 kB) 2024-08-01 07:06:05.829 | Collecting Mako 2024-08-01 07:06:05.831 | Using cached Mako-1.2.3-py3-none-any.whl (78 kB) 2024-08-01 07:06:05.860 | Collecting vine>=5.0.0 2024-08-01 07:06:05.862 | Using cached vine-5.0.0-py2.py3-none-any.whl (9.4 kB) 2024-08-01 07:06:05.976 | Collecting pycparser 2024-08-01 07:06:05.980 | Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) 2024-08-01 07:06:05.997 | 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-08-01 07:06:06.138 | Collecting MarkupSafe>=2.0 2024-08-01 07:06:06.140 | Using cached MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2024-08-01 07:06:06.172 | 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-08-01 07:06:06.244 | Collecting fasteners>=0.7.0 2024-08-01 07:06:06.246 | Using cached fasteners-0.18-py3-none-any.whl (18 kB) 2024-08-01 07:06:06.284 | Collecting prometheus-client>=0.6.0 2024-08-01 07:06:06.286 | Using cached prometheus_client-0.14.1-py3-none-any.whl (59 kB) 2024-08-01 07:06:06.333 | Collecting eventlet>=0.25.2 2024-08-01 07:06:06.337 | Using cached eventlet-0.33.1-py2.py3-none-any.whl (226 kB) 2024-08-01 07:06:06.382 | Collecting Yappi>=1.0 2024-08-01 07:06:06.384 | 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-08-01 07:06:06.423 | Collecting Paste>=2.0.2 2024-08-01 07:06:06.429 | Using cached Paste-3.5.2-py2.py3-none-any.whl (593 kB) 2024-08-01 07:06:06.455 | Collecting Routes>=2.3.1 2024-08-01 07:06:06.457 | Using cached Routes-2.5.1-py2.py3-none-any.whl (40 kB) 2024-08-01 07:06:06.485 | Collecting PasteDeploy>=1.5.0 2024-08-01 07:06:06.487 | Using cached PasteDeploy-2.1.1-py2.py3-none-any.whl (17 kB) 2024-08-01 07:06:06.513 | Collecting fixtures>=3.0.0 2024-08-01 07:06:06.514 | Using cached fixtures-4.0.1-py3-none-any.whl 2024-08-01 07:06:06.540 | 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-08-01 07:06:06.592 | 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-08-01 07:06:06.593 | 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-08-01 07:06:06.593 | 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-08-01 07:06:06.594 | 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-08-01 07:06:06.645 | 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-08-01 07:06:06.719 | Collecting elementpath<4.0.0,>=3.0.0 2024-08-01 07:06:06.722 | Using cached elementpath-3.0.2-py3-none-any.whl (189 kB) 2024-08-01 07:06:06.836 | Collecting dnspython>=1.15.0 2024-08-01 07:06:06.840 | Using cached dnspython-2.2.1-py3-none-any.whl (269 kB) 2024-08-01 07:06:06.965 | Collecting repoze.lru>=0.3 2024-08-01 07:06:06.967 | Using cached repoze.lru-0.7-py3-none-any.whl (10 kB) 2024-08-01 07:06:07.118 | 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-08-01 07:06:07.118 | Reason for being yanked: Regression in OpenSSL. 2024-08-01 07:06:07.703 | 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-08-01 07:06:08.197 | Attempting uninstall: PyJWT 2024-08-01 07:06:08.199 | Found existing installation: PyJWT 2.3.0 2024-08-01 07:06:08.200 | Not uninstalling pyjwt at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-01 07:06:08.201 | Can't uninstall 'PyJWT'. No files were found to uninstall. 2024-08-01 07:06:08.383 | Attempting uninstall: PrettyTable 2024-08-01 07:06:08.385 | Found existing installation: prettytable 2.5.0 2024-08-01 07:06:08.387 | Not uninstalling prettytable at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-01 07:06:08.388 | Can't uninstall 'prettytable'. No files were found to uninstall. 2024-08-01 07:06:08.581 | Attempting uninstall: oauthlib 2024-08-01 07:06:08.582 | Found existing installation: oauthlib 3.2.0 2024-08-01 07:06:08.584 | Not uninstalling oauthlib at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-01 07:06:08.584 | Can't uninstall 'oauthlib'. No files were found to uninstall. 2024-08-01 07:06:08.653 | Attempting uninstall: MarkupSafe 2024-08-01 07:06:08.655 | Found existing installation: MarkupSafe 2.0.1 2024-08-01 07:06:08.656 | Not uninstalling markupsafe at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-01 07:06:08.656 | Can't uninstall 'MarkupSafe'. No files were found to uninstall. 2024-08-01 07:06:08.713 | Attempting uninstall: fixtures 2024-08-01 07:06:08.715 | Found existing installation: fixtures 3.0.0 2024-08-01 07:06:08.717 | Not uninstalling fixtures at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-01 07:06:08.718 | Can't uninstall 'fixtures'. No files were found to uninstall. 2024-08-01 07:06:09.089 | Attempting uninstall: click 2024-08-01 07:06:09.091 | Found existing installation: click 8.0.3 2024-08-01 07:06:09.092 | Not uninstalling click at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-01 07:06:09.093 | Can't uninstall 'click'. No files were found to uninstall. 2024-08-01 07:06:09.161 | Attempting uninstall: bcrypt 2024-08-01 07:06:09.162 | Found existing installation: bcrypt 3.2.0 2024-08-01 07:06:09.164 | Not uninstalling bcrypt at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-01 07:06:09.164 | Can't uninstall 'bcrypt'. No files were found to uninstall. 2024-08-01 07:06:09.184 | Attempting uninstall: attrs 2024-08-01 07:06:09.186 | Found existing installation: attrs 21.2.0 2024-08-01 07:06:09.187 | Not uninstalling attrs at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-01 07:06:09.188 | Can't uninstall 'attrs'. No files were found to uninstall. 2024-08-01 07:06:10.247 | Attempting uninstall: jsonschema 2024-08-01 07:06:10.248 | Found existing installation: jsonschema 3.2.0 2024-08-01 07:06:10.250 | Not uninstalling jsonschema at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-01 07:06:10.250 | Can't uninstall 'jsonschema'. No files were found to uninstall. 2024-08-01 07:06:10.310 | Attempting uninstall: Jinja2 2024-08-01 07:06:10.312 | Found existing installation: Jinja2 3.0.3 2024-08-01 07:06:10.313 | Not uninstalling jinja2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-01 07:06:10.313 | Can't uninstall 'Jinja2'. No files were found to uninstall. 2024-08-01 07:06:10.933 | Attempting uninstall: cryptography 2024-08-01 07:06:10.934 | Found existing installation: cryptography 3.4.8 2024-08-01 07:06:10.936 | Not uninstalling cryptography at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-01 07:06:10.936 | Can't uninstall 'cryptography'. No files were found to uninstall. 2024-08-01 07:06:11.257 | Attempting uninstall: pyOpenSSL 2024-08-01 07:06:11.258 | Found existing installation: pyOpenSSL 21.0.0 2024-08-01 07:06:11.260 | Not uninstalling pyopenssl at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-01 07:06:11.261 | Can't uninstall 'pyOpenSSL'. No files were found to uninstall. 2024-08-01 07:06:12.055 | Running setup.py develop for keystone 2024-08-01 07:06:13.014 | 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.4 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-08-01 07:06:13.014 | 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-08-01 07:06:13.225 | + inc/python:pip_install:196 : result=0 2024-08-01 07:06:13.227 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-01 07:06:13.229 | + functions-common:time_stop:2435 : local name 2024-08-01 07:06:13.230 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:06:13.232 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:06:13.234 | + functions-common:time_stop:2438 : local total 2024-08-01 07:06:13.235 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:06:13.237 | + functions-common:time_stop:2441 : name=pip_install 2024-08-01 07:06:13.239 | + functions-common:time_stop:2442 : start_time=1722495960205 2024-08-01 07:06:13.240 | + functions-common:time_stop:2444 : [[ -z 1722495960205 ]] 2024-08-01 07:06:13.243 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:06:13.246 | + functions-common:time_stop:2447 : end_time=1722495973244 2024-08-01 07:06:13.247 | + functions-common:time_stop:2448 : elapsed_time=13039 2024-08-01 07:06:13.249 | + functions-common:time_stop:2449 : total=22136 2024-08-01 07:06:13.251 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:06:13.252 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=35175 2024-08-01 07:06:13.254 | + inc/python:pip_install:199 : return 0 2024-08-01 07:06:13.256 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-01 07:06:13.258 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/keystone/keystone.egg-info 2024-08-01 07:06:13.260 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/keystone/keystone.egg-info 2024-08-01 07:06:13.274 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/keystone/keystone.egg-info 2024-08-01 07:06:13.283 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/keystone 2024-08-01 07:06:13.285 | + inc/python:use_library_from_git:246 : local name=/opt/stack/keystone 2024-08-01 07:06:13.287 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:06:13.289 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:06:13.291 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/keystone, ]] 2024-08-01 07:06:13.293 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:06:13.295 | + lib/keystone:install_keystone:543 : is_service_enabled ldap 2024-08-01 07:06:13.307 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:06:13.309 | + lib/keystone:install_keystone:547 : '[' uwsgi == mod_wsgi ']' 2024-08-01 07:06:13.311 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-08-01 07:06:13.313 | + stack.sh:main:925 : configure_keystone 2024-08-01 07:06:13.315 | + lib/keystone:configure_keystone:192 : sudo install -d -o stack /etc/keystone 2024-08-01 07:06:13.324 | + 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-08-01 07:06:13.326 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2024-08-01 07:06:13.329 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2024-08-01 07:06:13.341 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:06:13.343 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2024-08-01 07:06:13.367 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2024-08-01 07:06:13.394 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2024-08-01 07:06:13.430 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2024-08-01 07:06:13.461 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2024-08-01 07:06:13.495 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2024-08-01 07:06:13.530 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2024-08-01 07:06:13.562 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2024-08-01 07:06:13.589 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2024-08-01 07:06:13.591 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2024-08-01 07:06:13.593 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2024-08-01 07:06:13.595 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2024-08-01 07:06:13.597 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-08-01 07:06:13.599 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-08-01 07:06:13.611 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:06:13.613 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-08-01 07:06:13.617 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-08-01 07:06:13.619 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-08-01 07:06:13.632 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:06:13.634 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-01 07:06:13.636 | + 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-08-01 07:06:13.661 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-08-01 07:06:13.663 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-08-01 07:06:13.665 | + lib/keystone:configure_keystone:215 : local service_port=5000 2024-08-01 07:06:13.667 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2024-08-01 07:06:13.679 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:06:13.681 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.180.1.21/identity 2024-08-01 07:06:13.705 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2024-08-01 07:06:13.707 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2024-08-01 07:06:13.731 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2024-08-01 07:06:13.733 | ++ lib/database:database_connection_url:134 : local db=keystone 2024-08-01 07:06:13.735 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2024-08-01 07:06:13.737 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=keystone 2024-08-01 07:06:13.739 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-01 07:06:13.741 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-01 07:06:13.743 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8' 2024-08-01 07:06:13.745 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/keystone?charset=utf8' 2024-08-01 07:06:13.769 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2024-08-01 07:06:13.771 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2024-08-01 07:06:13.773 | + functions:setup_logging:685 : setup_systemd_logging /etc/keystone/keystone.conf 2024-08-01 07:06:13.775 | + functions:setup_systemd_logging:700 : local conf_file=/etc/keystone/keystone.conf 2024-08-01 07:06:13.777 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-01 07:06:13.789 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-01 07:06:13.791 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-01 07:06:13.793 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-01 07:06:13.794 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-01 07:06:13.796 | + 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-08-01 07:06:13.818 | + 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-08-01 07:06:13.840 | + 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-08-01 07:06:13.863 | + functions:setup_systemd_logging:717 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-01 07:06:13.885 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2024-08-01 07:06:13.908 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2024-08-01 07:06:13.909 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2024-08-01 07:06:13.911 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2024-08-01 07:06:13.913 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2024-08-01 07:06:13.915 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2024-08-01 07:06:13.917 | + lib/apache:write_uwsgi_config:257 : local http= 2024-08-01 07:06:13.919 | + lib/apache:write_uwsgi_config:258 : local name= 2024-08-01 07:06:13.921 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2024-08-01 07:06:13.924 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2024-08-01 07:06:13.926 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-08-01 07:06:13.927 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-08-01 07:06:13.938 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-08-01 07:06:13.938 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-08-01 07:06:13.945 | d /var/run/uwsgi 0755 stack root 2024-08-01 07:06:13.947 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-08-01 07:06:13.955 | /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-08-01 07:06:13.959 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2024-08-01 07:06:13.961 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2024-08-01 07:06:13.963 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2024-08-01 07:06:13.987 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2024-08-01 07:06:14.009 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2024-08-01 07:06:14.031 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2024-08-01 07:06:14.053 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2024-08-01 07:06:14.075 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 80 2024-08-01 07:06:14.098 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2024-08-01 07:06:14.119 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2024-08-01 07:06:14.141 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2024-08-01 07:06:14.163 | + 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-08-01 07:06:14.185 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2024-08-01 07:06:14.207 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2024-08-01 07:06:14.228 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2024-08-01 07:06:14.250 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-08-01 07:06:14.251 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-08-01 07:06:14.253 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2024-08-01 07:06:14.255 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2024-08-01 07:06:14.257 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-08-01 07:06:14.258 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:06:14.260 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:06:14.262 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-08-01 07:06:14.264 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2024-08-01 07:06:14.265 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2024-08-01 07:06:14.287 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2024-08-01 07:06:14.309 | + 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-08-01 07:06:14.309 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2024-08-01 07:06:14.316 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2024-08-01 07:06:14.319 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2024-08-01 07:06:14.320 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2024-08-01 07:06:14.322 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-08-01 07:06:14.324 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-08-01 07:06:14.325 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-01 07:06:14.327 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:06:14.328 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:06:14.330 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-08-01 07:06:14.331 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-08-01 07:06:14.333 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:06:14.335 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:06:14.337 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2024-08-01 07:06:14.370 | Enabling site keystone-wsgi-public. 2024-08-01 07:06:14.374 | To activate the new configuration, you need to run: 2024-08-01 07:06:14.374 | systemctl reload apache2 2024-08-01 07:06:14.378 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-08-01 07:06:14.379 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-01 07:06:14.381 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-01 07:06:14.383 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-01 07:06:14.506 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2024-08-01 07:06:14.529 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2024-08-01 07:06:14.553 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2024-08-01 07:06:14.577 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2024-08-01 07:06:14.578 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2024-08-01 07:06:14.603 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2024-08-01 07:06:14.625 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2024-08-01 07:06:14.647 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf oslo_policy policy_file policy.yaml 2024-08-01 07:06:14.673 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-08-01 07:06:14.675 | + lib/keystone:configure_keystone:271 : [[ False == True ]] 2024-08-01 07:06:14.676 | + lib/keystone:configure_keystone:275 : iniset /etc/keystone/keystone.conf oslo_policy enforce_scope false 2024-08-01 07:06:14.699 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf oslo_policy enforce_new_defaults false 2024-08-01 07:06:14.723 | + stack.sh:main:929 : is_service_enabled swift 2024-08-01 07:06:14.736 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:06:14.738 | + stack.sh:main:943 : is_service_enabled g-api n-api 2024-08-01 07:06:14.751 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:06:14.753 | + stack.sh:main:945 : stack_install_service glance 2024-08-01 07:06:14.754 | + lib/stack:stack_install_service:20 : local service=glance 2024-08-01 07:06:14.756 | + lib/stack:stack_install_service:21 : type install_glance 2024-08-01 07:06:14.758 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-08-01 07:06:14.759 | + lib/stack:stack_install_service:32 : install_glance 2024-08-01 07:06:14.761 | + lib/glance:install_glance:511 : glance_store_extras=() 2024-08-01 07:06:14.763 | + lib/glance:install_glance:511 : local glance_store_extras 2024-08-01 07:06:14.765 | + lib/glance:install_glance:513 : is_service_enabled cinder 2024-08-01 07:06:14.776 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:06:14.778 | + lib/glance:install_glance:514 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2024-08-01 07:06:14.780 | + lib/glance:install_glance:517 : is_service_enabled swift 2024-08-01 07:06:14.791 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:06:14.793 | + lib/glance:install_glance:523 : use_library_from_git glance_store 2024-08-01 07:06:14.795 | + inc/python:use_library_from_git:246 : local name=glance_store 2024-08-01 07:06:14.797 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:06:14.798 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:06:14.800 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,glance_store, ]] 2024-08-01 07:06:14.802 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:06:14.804 | ++ lib/glance:install_glance:529 : join_extras cinder 2024-08-01 07:06:14.806 | ++ inc/python:join_extras:29 : local IFS=, 2024-08-01 07:06:14.808 | ++ inc/python:join_extras:30 : echo cinder 2024-08-01 07:06:14.810 | + lib/glance:install_glance:529 : pip_install_gr_extras glance-store cinder 2024-08-01 07:06:14.812 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2024-08-01 07:06:14.814 | + inc/python:pip_install_gr_extras:90 : local extras=cinder 2024-08-01 07:06:14.816 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2024-08-01 07:06:14.818 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2024-08-01 07:06:14.820 | ++ inc/python:get_version_constraints_from_global_requirements:233 : local package=glance-store 2024-08-01 07:06:14.822 | ++ inc/python:get_version_constraints_from_global_requirements:234 : local required_pkg_version_constraint 2024-08-01 07:06:14.825 | +++ inc/python:get_version_constraints_from_global_requirements:236 : grep -i -h -o -P '^glance-store\K.*' /opt/stack//requirements/global-requirements.txt 2024-08-01 07:06:14.825 | +++ inc/python:get_version_constraints_from_global_requirements:236 : cut -d# -f1 2024-08-01 07:06:14.829 | ++ inc/python:get_version_constraints_from_global_requirements:236 : required_pkg_version_constraint='!=0.29.0 ' 2024-08-01 07:06:14.831 | ++ inc/python:get_version_constraints_from_global_requirements:237 : [[ !=0.29.0 == '' ]] 2024-08-01 07:06:14.833 | ++ inc/python:get_version_constraints_from_global_requirements:240 : echo '!=0.29.0' 2024-08-01 07:06:14.835 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2024-08-01 07:06:14.837 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[cinder]!=0.29.0' 2024-08-01 07:06:14.852 | Using python 3.10 to install glance-store[cinder]!=0.29.0 2024-08-01 07:06:14.854 | + 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-08-01 07:06:15.947 | Collecting glance-store[cinder]!=0.29.0 2024-08-01 07:06:15.952 | Using cached glance_store-4.3.3-py3-none-any.whl (241 kB) 2024-08-01 07:06:15.990 | 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-08-01 07:06:15.991 | 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-08-01 07:06:15.992 | 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-08-01 07:06:15.993 | 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-08-01 07:06:15.994 | 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.1) 2024-08-01 07:06:15.994 | 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-08-01 07:06:15.995 | 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-08-01 07:06:15.996 | 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-08-01 07:06:15.997 | 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-08-01 07:06:15.998 | 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-08-01 07:06:15.998 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from glance-store[cinder]!=0.29.0) (5.1.2) 2024-08-01 07:06:16.040 | Collecting python-cinderclient>=4.1.0 2024-08-01 07:06:16.043 | Using cached python_cinderclient-9.3.0-py3-none-any.whl (255 kB) 2024-08-01 07:06:16.084 | Collecting oslo.rootwrap>=5.8.0 2024-08-01 07:06:16.087 | Using cached oslo.rootwrap-7.0.1-py3-none-any.whl (38 kB) 2024-08-01 07:06:16.129 | Collecting oslo.privsep>=1.23.0 2024-08-01 07:06:16.131 | Using cached oslo.privsep-3.1.0-py3-none-any.whl (38 kB) 2024-08-01 07:06:16.190 | Collecting os-brick>=6.2.2 2024-08-01 07:06:16.195 | Using cached os_brick-6.2.3-py3-none-any.whl (296 kB) 2024-08-01 07:06:16.202 | 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-08-01 07:06:16.203 | 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-08-01 07:06:16.204 | 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-08-01 07:06:16.242 | 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-08-01 07:06:16.243 | 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-08-01 07:06:16.268 | 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-08-01 07:06:16.269 | 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-08-01 07:06:16.270 | 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-08-01 07:06:16.280 | 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-08-01 07:06:16.324 | Collecting os-win>=5.7.0 2024-08-01 07:06:16.328 | Using cached os_win-5.9.0-py3-none-any.whl (274 kB) 2024-08-01 07:06:16.332 | 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-08-01 07:06:16.333 | 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-08-01 07:06:16.339 | 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-08-01 07:06:16.344 | 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-08-01 07:06:16.361 | 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-08-01 07:06:16.362 | 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-08-01 07:06:16.363 | 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-08-01 07:06:16.364 | 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-08-01 07:06:16.373 | 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-08-01 07:06:16.374 | 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-08-01 07:06:16.380 | 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-08-01 07:06:16.386 | 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-08-01 07:06:16.387 | 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-08-01 07:06:16.388 | 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-08-01 07:06:16.395 | 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-08-01 07:06:16.411 | 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-08-01 07:06:16.412 | 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-08-01 07:06:16.413 | 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-08-01 07:06:16.413 | 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-08-01 07:06:16.453 | 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-08-01 07:06:16.462 | 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-08-01 07:06:16.536 | 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-08-01 07:06:16.538 | 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-08-01 07:06:16.550 | 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-08-01 07:06:16.551 | 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-08-01 07:06:16.552 | 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-08-01 07:06:16.553 | 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-08-01 07:06:16.554 | 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-08-01 07:06:16.555 | 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-08-01 07:06:16.573 | 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-08-01 07:06:16.647 | 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-08-01 07:06:16.675 | 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-08-01 07:06:17.189 | Installing collected packages: oslo.rootwrap, python-cinderclient, oslo.privsep, os-win, glance-store, os-brick 2024-08-01 07:06:17.949 | 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-08-01 07:06:17.949 | 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-08-01 07:06:18.055 | + inc/python:pip_install:196 : result=0 2024-08-01 07:06:18.057 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-01 07:06:18.059 | + functions-common:time_stop:2435 : local name 2024-08-01 07:06:18.061 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:06:18.063 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:06:18.064 | + functions-common:time_stop:2438 : local total 2024-08-01 07:06:18.066 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:06:18.068 | + functions-common:time_stop:2441 : name=pip_install 2024-08-01 07:06:18.070 | + functions-common:time_stop:2442 : start_time=1722495974848 2024-08-01 07:06:18.071 | + functions-common:time_stop:2444 : [[ -z 1722495974848 ]] 2024-08-01 07:06:18.073 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:06:18.077 | + functions-common:time_stop:2447 : end_time=1722495978074 2024-08-01 07:06:18.078 | + functions-common:time_stop:2448 : elapsed_time=3226 2024-08-01 07:06:18.080 | + functions-common:time_stop:2449 : total=35175 2024-08-01 07:06:18.082 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:06:18.084 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=38401 2024-08-01 07:06:18.086 | + inc/python:pip_install:199 : return 0 2024-08-01 07:06:18.087 | + lib/glance:install_glance:530 : copy_rootwrap /usr/local/etc/glance 2024-08-01 07:06:18.089 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2024-08-01 07:06:18.091 | + lib/glance:copy_rootwrap:241 : sudo install -d -o stack /etc/glance 2024-08-01 07:06:18.102 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2024-08-01 07:06:18.105 | + lib/glance:install_glance:533 : git_clone https://opendev.org/openstack/glance.git /opt/stack//glance stable/2023.1 2024-08-01 07:06:18.107 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/glance.git 2024-08-01 07:06:18.109 | + functions-common:git_clone:613 : local git_dest=/opt/stack//glance 2024-08-01 07:06:18.110 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-08-01 07:06:18.112 | + functions-common:git_clone:615 : local orig_dir 2024-08-01 07:06:18.114 | ++ functions-common:git_clone:616 : pwd 2024-08-01 07:06:18.116 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-01 07:06:18.118 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-01 07:06:18.120 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-01 07:06:18.133 | + functions-common:git_clone:619 : RECLONE=False 2024-08-01 07:06:18.135 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-01 07:06:18.136 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-01 07:06:18.138 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-01 07:06:18.140 | + functions-common:git_clone:633 : echo stable/2023.1 2024-08-01 07:06:18.141 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-01 07:06:18.144 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//glance ]] 2024-08-01 07:06:18.146 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-01 07:06:18.147 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/glance.git /opt/stack//glance 2024-08-01 07:06:18.149 | + functions-common:git_timed:720 : local count=0 2024-08-01 07:06:18.151 | + functions-common:git_timed:721 : local timeout=0 2024-08-01 07:06:18.153 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-01 07:06:18.154 | + functions-common:git_timed:724 : timeout=0 2024-08-01 07:06:18.156 | + functions-common:git_timed:727 : time_start git_timed 2024-08-01 07:06:18.158 | + functions-common:time_start:2421 : local name=git_timed 2024-08-01 07:06:18.159 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:06:18.161 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:06:18.163 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:06:18.166 | + functions-common:time_start:2426 : _TIME_START[$name]=1722495978164 2024-08-01 07:06:18.167 | + 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-08-01 07:06:18.169 | Cloning into '/opt/stack//glance'... 2024-08-01 07:06:20.428 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-01 07:06:20.430 | + functions-common:time_stop:2435 : local name 2024-08-01 07:06:20.432 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:06:20.434 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:06:20.436 | + functions-common:time_stop:2438 : local total 2024-08-01 07:06:20.438 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:06:20.439 | + functions-common:time_stop:2441 : name=git_timed 2024-08-01 07:06:20.442 | + functions-common:time_stop:2442 : start_time=1722495978164 2024-08-01 07:06:20.443 | + functions-common:time_stop:2444 : [[ -z 1722495978164 ]] 2024-08-01 07:06:20.446 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:06:20.449 | + functions-common:time_stop:2447 : end_time=1722495980447 2024-08-01 07:06:20.451 | + functions-common:time_stop:2448 : elapsed_time=2283 2024-08-01 07:06:20.452 | + functions-common:time_stop:2449 : total=9888 2024-08-01 07:06:20.454 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:06:20.456 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12171 2024-08-01 07:06:20.458 | + functions-common:git_clone:654 : cd /opt/stack//glance 2024-08-01 07:06:20.459 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-08-01 07:06:20.461 | + functions-common:git_timed:720 : local count=0 2024-08-01 07:06:20.463 | + functions-common:git_timed:721 : local timeout=0 2024-08-01 07:06:20.465 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-01 07:06:20.466 | + functions-common:git_timed:724 : timeout=0 2024-08-01 07:06:20.468 | + functions-common:git_timed:727 : time_start git_timed 2024-08-01 07:06:20.470 | + functions-common:time_start:2421 : local name=git_timed 2024-08-01 07:06:20.471 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:06:20.473 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:06:20.475 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:06:20.479 | + functions-common:time_start:2426 : _TIME_START[$name]=1722495980476 2024-08-01 07:06:20.480 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-08-01 07:06:22.145 | From https://opendev.org/openstack/glance 2024-08-01 07:06:22.145 | * branch stable/2023.1 -> FETCH_HEAD 2024-08-01 07:06:22.150 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-01 07:06:22.151 | + functions-common:time_stop:2435 : local name 2024-08-01 07:06:22.153 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:06:22.155 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:06:22.156 | + functions-common:time_stop:2438 : local total 2024-08-01 07:06:22.158 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:06:22.159 | + functions-common:time_stop:2441 : name=git_timed 2024-08-01 07:06:22.161 | + functions-common:time_stop:2442 : start_time=1722495980476 2024-08-01 07:06:22.162 | + functions-common:time_stop:2444 : [[ -z 1722495980476 ]] 2024-08-01 07:06:22.165 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:06:22.167 | + functions-common:time_stop:2447 : end_time=1722495982165 2024-08-01 07:06:22.169 | + functions-common:time_stop:2448 : elapsed_time=1689 2024-08-01 07:06:22.170 | + functions-common:time_stop:2449 : total=12171 2024-08-01 07:06:22.172 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:06:22.174 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13860 2024-08-01 07:06:22.175 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-01 07:06:22.177 | + functions-common:git_timed:720 : local count=0 2024-08-01 07:06:22.178 | + functions-common:git_timed:721 : local timeout=0 2024-08-01 07:06:22.180 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-01 07:06:22.182 | + functions-common:git_timed:724 : timeout=0 2024-08-01 07:06:22.183 | + functions-common:git_timed:727 : time_start git_timed 2024-08-01 07:06:22.185 | + functions-common:time_start:2421 : local name=git_timed 2024-08-01 07:06:22.186 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:06:22.188 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:06:22.190 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:06:22.193 | + functions-common:time_start:2426 : _TIME_START[$name]=1722495982191 2024-08-01 07:06:22.194 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-01 07:06:22.263 | Note: switching to 'FETCH_HEAD'. 2024-08-01 07:06:22.263 | 2024-08-01 07:06:22.263 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-01 07:06:22.263 | changes and commit them, and you can discard any commits you make in this 2024-08-01 07:06:22.263 | state without impacting any branches by switching back to a branch. 2024-08-01 07:06:22.263 | 2024-08-01 07:06:22.263 | If you want to create a new branch to retain commits you create, you may 2024-08-01 07:06:22.263 | do so (now or later) by using -c with the switch command. Example: 2024-08-01 07:06:22.263 | 2024-08-01 07:06:22.263 | git switch -c 2024-08-01 07:06:22.263 | 2024-08-01 07:06:22.263 | Or undo this operation with: 2024-08-01 07:06:22.263 | 2024-08-01 07:06:22.263 | git switch - 2024-08-01 07:06:22.263 | 2024-08-01 07:06:22.263 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-01 07:06:22.263 | 2024-08-01 07:06:22.263 | HEAD is now at edd75b7 Add releasenote for CVE-2024-32498 fix 2024-08-01 07:06:22.267 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-01 07:06:22.269 | + functions-common:time_stop:2435 : local name 2024-08-01 07:06:22.270 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:06:22.272 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:06:22.274 | + functions-common:time_stop:2438 : local total 2024-08-01 07:06:22.275 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:06:22.277 | + functions-common:time_stop:2441 : name=git_timed 2024-08-01 07:06:22.278 | + functions-common:time_stop:2442 : start_time=1722495982191 2024-08-01 07:06:22.280 | + functions-common:time_stop:2444 : [[ -z 1722495982191 ]] 2024-08-01 07:06:22.282 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:06:22.285 | + functions-common:time_stop:2447 : end_time=1722495982283 2024-08-01 07:06:22.287 | + functions-common:time_stop:2448 : elapsed_time=92 2024-08-01 07:06:22.289 | + functions-common:time_stop:2449 : total=13860 2024-08-01 07:06:22.290 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:06:22.292 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13952 2024-08-01 07:06:22.294 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//glance 2024-08-01 07:06:22.304 | + functions-common:git_clone:695 : cd /opt/stack//glance 2024-08-01 07:06:22.306 | + functions-common:git_clone:696 : git show --oneline 2024-08-01 07:06:22.306 | + functions-common:git_clone:696 : head -1 2024-08-01 07:06:22.309 | edd75b7 Add releasenote for CVE-2024-32498 fix 2024-08-01 07:06:22.311 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-01 07:06:22.312 | + lib/glance:install_glance:535 : setup_develop /opt/stack//glance 2024-08-01 07:06:22.314 | + inc/python:setup_develop:334 : local bindep 2024-08-01 07:06:22.316 | + inc/python:setup_develop:335 : [[ /opt/stack//glance == -bindep* ]] 2024-08-01 07:06:22.318 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//glance 2024-08-01 07:06:22.319 | + inc/python:setup_develop:340 : local extras= 2024-08-01 07:06:22.321 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//glance -e 2024-08-01 07:06:22.323 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-01 07:06:22.324 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//glance == -bindep* ]] 2024-08-01 07:06:22.326 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//glance 2024-08-01 07:06:22.328 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-01 07:06:22.329 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-01 07:06:22.331 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//glance 2024-08-01 07:06:22.333 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-01 07:06:22.335 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/glance 2024-08-01 07:06:22.337 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-01 07:06:22.339 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-01 07:06:22.341 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2024-08-01 07:06:22.345 | + inc/python:_setup_package_with_constraints_edit:381 : name=glance 2024-08-01 07:06:22.347 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- glance 2024-08-01 07:06:22.660 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/glance -e 2024-08-01 07:06:22.662 | + inc/python:setup_package:414 : local bindep=0 2024-08-01 07:06:22.664 | + inc/python:setup_package:415 : local bindep_flag= 2024-08-01 07:06:22.666 | + inc/python:setup_package:416 : local bindep_profiles= 2024-08-01 07:06:22.668 | + inc/python:setup_package:417 : [[ /opt/stack/glance == -bindep* ]] 2024-08-01 07:06:22.670 | + inc/python:setup_package:422 : local project_dir=/opt/stack/glance 2024-08-01 07:06:22.671 | + inc/python:setup_package:423 : local flags=-e 2024-08-01 07:06:22.673 | + inc/python:setup_package:424 : local extras= 2024-08-01 07:06:22.674 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-08-01 07:06:22.676 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-08-01 07:06:22.678 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-01 07:06:22.680 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-01 07:06:22.681 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-01 07:06:22.683 | + inc/python:setup_package:442 : pip_install -e /opt/stack/glance 2024-08-01 07:06:22.698 | Using python 3.10 to install /opt/stack/glance 2024-08-01 07:06:22.700 | + 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-08-01 07:06:23.595 | Obtaining file:///opt/stack/glance 2024-08-01 07:06:23.596 | Preparing metadata (setup.py): started 2024-08-01 07:06:24.014 | Preparing metadata (setup.py): finished with status 'done' 2024-08-01 07:06:24.074 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (3.5.2) 2024-08-01 07:06:24.074 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (2.1.1) 2024-08-01 07:06:24.075 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (3.4.1) 2024-08-01 07:06:24.076 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (2.5.1) 2024-08-01 07:06:24.077 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (1.4.41) 2024-08-01 07:06:24.162 | Collecting WSME>=0.8.0 2024-08-01 07:06:24.165 | Using cached WSME-0.11.0-py3-none-any.whl (59 kB) 2024-08-01 07:06:24.168 | Requirement already satisfied: WebOb>=1.8.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (1.8.7) 2024-08-01 07:06:24.168 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (1.8.1) 2024-08-01 07:06:24.295 | Collecting castellan>=0.17.0 2024-08-01 07:06:24.297 | Using cached castellan-4.1.0-py3-none-any.whl (97 kB) 2024-08-01 07:06:24.300 | Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (38.0.2) 2024-08-01 07:06:24.406 | Collecting cursive>=0.2.1 2024-08-01 07:06:24.408 | Using cached cursive-0.2.3-py2.py3-none-any.whl (43 kB) 2024-08-01 07:06:24.410 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (2.5.0) 2024-08-01 07:06:24.411 | Requirement already satisfied: defusedxml>=0.6.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (0.7.1) 2024-08-01 07:06:24.411 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (0.33.1) 2024-08-01 07:06:24.412 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (2.4.1) 2024-08-01 07:06:24.413 | Requirement already satisfied: glance-store>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (4.3.3) 2024-08-01 07:06:24.438 | Collecting httplib2>=0.9.1 2024-08-01 07:06:24.441 | Using cached httplib2-0.20.4-py3-none-any.whl (96 kB) 2024-08-01 07:06:24.443 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (1.1.0) 2024-08-01 07:06:24.443 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (4.16.0) 2024-08-01 07:06:24.444 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (5.1.2) 2024-08-01 07:06:24.444 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (10.2.0) 2024-08-01 07:06:24.445 | Requirement already satisfied: os-win>=4.0.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (5.9.0) 2024-08-01 07:06:24.446 | Requirement already satisfied: oslo.concurrency>=4.5.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (5.1.1) 2024-08-01 07:06:24.447 | Requirement already satisfied: oslo.config>=8.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (9.1.1) 2024-08-01 07:06:24.447 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (5.1.1) 2024-08-01 07:06:24.448 | Requirement already satisfied: oslo.db>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (12.3.2) 2024-08-01 07:06:24.449 | Requirement already satisfied: oslo.i18n>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (6.0.0) 2024-08-01 07:06:24.562 | Collecting oslo.limit>=1.6.0 2024-08-01 07:06:24.564 | Using cached oslo.limit-2.1.0-py3-none-any.whl (20 kB) 2024-08-01 07:06:24.566 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (5.2.0) 2024-08-01 07:06:24.567 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (14.2.4) 2024-08-01 07:06:24.568 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (5.1.1) 2024-08-01 07:06:24.568 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (4.1.1) 2024-08-01 07:06:24.602 | Collecting oslo.reports>=1.18.0 2024-08-01 07:06:24.604 | Using cached oslo.reports-3.0.0-py3-none-any.whl (53 kB) 2024-08-01 07:06:24.606 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (2.1.1) 2024-08-01 07:06:24.607 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (6.1.0) 2024-08-01 07:06:24.608 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (3.4.3) 2024-08-01 07:06:24.608 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (5.11.1) 2024-08-01 07:06:24.609 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (22.1.0) 2024-08-01 07:06:24.610 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (5.1.0) 2024-08-01 07:06:24.627 | Collecting retrying!=1.3.0,>=1.2.3 2024-08-01 07:06:24.627 | Using cached retrying-1.3.3-py3-none-any.whl 2024-08-01 07:06:24.632 | Requirement already satisfied: sqlparse>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (0.4.3) 2024-08-01 07:06:24.633 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from glance==0.0.1.dev24) (5.0.0) 2024-08-01 07:06:24.697 | Collecting taskflow>=4.0.0 2024-08-01 07:06:24.702 | Using cached taskflow-5.1.0-py3-none-any.whl (491 kB) 2024-08-01 07:06:24.712 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=0.9.6->glance==0.0.1.dev24) (1.2.3) 2024-08-01 07:06:24.838 | Collecting python-barbicanclient>=4.5.2 2024-08-01 07:06:24.840 | Using cached python_barbicanclient-5.5.0-py3-none-any.whl (89 kB) 2024-08-01 07:06:24.843 | 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.dev24) (2.28.1) 2024-08-01 07:06:24.861 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.6.1->glance==0.0.1.dev24) (1.15.1) 2024-08-01 07:06:24.867 | 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.dev24) (5.1.1) 2024-08-01 07:06:24.874 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->glance==0.0.1.dev24) (1.14.1) 2024-08-01 07:06:24.881 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev24) (2.2.1) 2024-08-01 07:06:24.881 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev24) (1.16.0) 2024-08-01 07:06:24.882 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.25.1->glance==0.0.1.dev24) (1.1.3) 2024-08-01 07:06:24.920 | 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.dev24) (3.0.9) 2024-08-01 07:06:24.940 | 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.dev24) (0.18.1) 2024-08-01 07:06:24.941 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->glance==0.0.1.dev24) (22.1.0) 2024-08-01 07:06:24.965 | 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.dev24) (1.7.0) 2024-08-01 07:06:24.988 | 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.dev24) (3.3.1) 2024-08-01 07:06:24.990 | 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.dev24) (3.1.1) 2024-08-01 07:06:25.003 | 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.dev24) (0.18) 2024-08-01 07:06:25.022 | 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.dev24) (1.5.0) 2024-08-01 07:06:25.022 | 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.dev24) (0.8.0) 2024-08-01 07:06:25.024 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.1.0->glance==0.0.1.dev24) (6.0) 2024-08-01 07:06:25.047 | 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.dev24) (0.13.0) 2024-08-01 07:06:25.048 | 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.dev24) (2.0.1) 2024-08-01 07:06:25.049 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=5.0.0->glance==0.0.1.dev24) (0.5.0) 2024-08-01 07:06:25.117 | Collecting openstacksdk>=0.31.1 2024-08-01 07:06:25.132 | Using cached openstacksdk-1.0.1-py3-none-any.whl (1.6 MB) 2024-08-01 07:06:25.166 | 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.dev24) (2.8.2) 2024-08-01 07:06:25.168 | 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.dev24) (0.9.6) 2024-08-01 07:06:25.194 | 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.dev24) (5.1.1) 2024-08-01 07:06:25.195 | 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.dev24) (3.1.2) 2024-08-01 07:06:25.195 | 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.dev24) (5.2.4) 2024-08-01 07:06:25.197 | 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.dev24) (0.6.0) 2024-08-01 07:06:25.198 | 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.dev24) (5.2.0) 2024-08-01 07:06:25.207 | 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.dev24) (4.0.0) 2024-08-01 07:06:25.207 | 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.dev24) (3.3.0) 2024-08-01 07:06:25.208 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=3.31.0->glance==0.0.1.dev24) (3.1.2) 2024-08-01 07:06:25.399 | Collecting psutil>=3.2.2 2024-08-01 07:06:25.403 | 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-08-01 07:06:25.422 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev24) (0.11.0) 2024-08-01 07:06:25.423 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev24) (23.1) 2024-08-01 07:06:25.424 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.utils>=4.7.0->glance==0.0.1.dev24) (2022.4) 2024-08-01 07:06:25.452 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->glance==0.0.1.dev24) (59.6.0) 2024-08-01 07:06:25.473 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->glance==0.0.1.dev24) (0.2.5) 2024-08-01 07:06:25.538 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->glance==0.0.1.dev24) (0.7) 2024-08-01 07:06:25.661 | Collecting pydot>=1.2.4 2024-08-01 07:06:25.664 | Using cached pydot-1.4.2-py2.py3-none-any.whl (21 kB) 2024-08-01 07:06:25.692 | Collecting automaton>=1.9.0 2024-08-01 07:06:25.694 | Using cached automaton-3.1.0-py3-none-any.whl (22 kB) 2024-08-01 07:06:25.697 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.0.0->glance==0.0.1.dev24) (6.3.1) 2024-08-01 07:06:25.742 | Collecting networkx>=2.1.0 2024-08-01 07:06:25.756 | Using cached networkx-2.8.7-py3-none-any.whl (2.0 MB) 2024-08-01 07:06:25.806 | Collecting simplegeneric 2024-08-01 07:06:25.806 | Using cached simplegeneric-0.8.1-py3-none-any.whl 2024-08-01 07:06:25.817 | 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.dev24) (5.0.0) 2024-08-01 07:06:25.876 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==0.0.1.dev24) (2.21) 2024-08-01 07:06:25.915 | 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.dev24) (2.1.1) 2024-08-01 07:06:26.012 | Collecting jmespath>=0.9.0 2024-08-01 07:06:26.014 | Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2024-08-01 07:06:26.016 | 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.dev24) (5.1.1) 2024-08-01 07:06:26.032 | Collecting appdirs>=1.3.0 2024-08-01 07:06:26.034 | Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) 2024-08-01 07:06:26.036 | 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.dev24) (1.1.8) 2024-08-01 07:06:26.037 | 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.dev24) (1.32) 2024-08-01 07:06:26.053 | Collecting requestsexceptions>=1.2.0 2024-08-01 07:06:26.055 | Using cached requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB) 2024-08-01 07:06:26.100 | 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.dev24) (0.14.1) 2024-08-01 07:06:26.111 | 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.dev24) (1.0.4) 2024-08-01 07:06:26.129 | 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.dev24) (1.4.0) 2024-08-01 07:06:26.130 | 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.dev24) (4.0.1) 2024-08-01 07:06:26.253 | Collecting cliff!=2.9.0,>=2.8.0 2024-08-01 07:06:26.256 | Using cached cliff-4.2.0-py3-none-any.whl (81 kB) 2024-08-01 07:06:26.316 | 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.dev24) (2020.6.20) 2024-08-01 07:06:26.317 | 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.dev24) (3.4) 2024-08-01 07:06:26.318 | 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.dev24) (2.1.1) 2024-08-01 07:06:26.319 | 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.dev24) (1.26.12) 2024-08-01 07:06:26.353 | 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.dev24) (0.5.2) 2024-08-01 07:06:26.402 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==0.0.1.dev24) (2.5.0) 2024-08-01 07:06:26.551 | Collecting cmd2>=1.0.0 2024-08-01 07:06:26.554 | Using cached cmd2-2.4.2-py3-none-any.whl (147 kB) 2024-08-01 07:06:26.632 | Collecting importlib-metadata>=4.4 2024-08-01 07:06:26.634 | Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB) 2024-08-01 07:06:26.655 | Collecting autopage>=0.4.0 2024-08-01 07:06:26.657 | Using cached autopage-0.5.1-py3-none-any.whl (29 kB) 2024-08-01 07:06:26.896 | 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.dev24) (1.8.2) 2024-08-01 07:06:26.962 | Collecting zipp>=0.5 2024-08-01 07:06:26.964 | Using cached zipp-3.8.1-py3-none-any.whl (5.6 kB) 2024-08-01 07:06:27.417 | 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-08-01 07:06:27.444 | Attempting uninstall: zipp 2024-08-01 07:06:27.445 | Found existing installation: zipp 1.0.0 2024-08-01 07:06:27.446 | Not uninstalling zipp at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-01 07:06:27.446 | Can't uninstall 'zipp'. No files were found to uninstall. 2024-08-01 07:06:28.629 | Attempting uninstall: httplib2 2024-08-01 07:06:28.631 | Found existing installation: httplib2 0.20.2 2024-08-01 07:06:28.632 | Not uninstalling httplib2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-01 07:06:28.632 | Can't uninstall 'httplib2'. No files were found to uninstall. 2024-08-01 07:06:28.657 | Attempting uninstall: cmd2 2024-08-01 07:06:28.658 | Found existing installation: cmd2 0.0.0 2024-08-01 07:06:28.660 | Not uninstalling cmd2 at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-01 07:06:28.660 | Can't uninstall 'cmd2'. No files were found to uninstall. 2024-08-01 07:06:28.732 | Attempting uninstall: autopage 2024-08-01 07:06:28.734 | Found existing installation: autopage 0.4.0 2024-08-01 07:06:28.735 | Not uninstalling autopage at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-01 07:06:28.735 | Can't uninstall 'autopage'. No files were found to uninstall. 2024-08-01 07:06:28.761 | Attempting uninstall: importlib-metadata 2024-08-01 07:06:28.762 | Found existing installation: importlib-metadata 4.6.4 2024-08-01 07:06:28.763 | Not uninstalling importlib-metadata at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-01 07:06:28.763 | Can't uninstall 'importlib-metadata'. No files were found to uninstall. 2024-08-01 07:06:29.813 | Attempting uninstall: cliff 2024-08-01 07:06:29.814 | Found existing installation: cliff 3.10.0 2024-08-01 07:06:29.815 | Not uninstalling cliff at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-01 07:06:29.816 | Can't uninstall 'cliff'. No files were found to uninstall. 2024-08-01 07:06:30.353 | Running setup.py develop for glance 2024-08-01 07:06:31.305 | 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.0 zipp-3.8.1 2024-08-01 07:06:31.305 | 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-08-01 07:06:31.442 | + inc/python:pip_install:196 : result=0 2024-08-01 07:06:31.444 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-01 07:06:31.446 | + functions-common:time_stop:2435 : local name 2024-08-01 07:06:31.447 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:06:31.449 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:06:31.451 | + functions-common:time_stop:2438 : local total 2024-08-01 07:06:31.452 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:06:31.454 | + functions-common:time_stop:2441 : name=pip_install 2024-08-01 07:06:31.455 | + functions-common:time_stop:2442 : start_time=1722495982694 2024-08-01 07:06:31.457 | + functions-common:time_stop:2444 : [[ -z 1722495982694 ]] 2024-08-01 07:06:31.459 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:06:31.462 | + functions-common:time_stop:2447 : end_time=1722495991460 2024-08-01 07:06:31.463 | + functions-common:time_stop:2448 : elapsed_time=8766 2024-08-01 07:06:31.465 | + functions-common:time_stop:2449 : total=38401 2024-08-01 07:06:31.467 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:06:31.468 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=47167 2024-08-01 07:06:31.470 | + inc/python:pip_install:199 : return 0 2024-08-01 07:06:31.472 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-01 07:06:31.473 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/glance/glance.egg-info 2024-08-01 07:06:31.475 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/glance/glance.egg-info 2024-08-01 07:06:31.489 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/glance/glance.egg-info 2024-08-01 07:06:31.498 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/glance 2024-08-01 07:06:31.500 | + inc/python:use_library_from_git:246 : local name=/opt/stack/glance 2024-08-01 07:06:31.502 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:06:31.503 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:06:31.505 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/glance, ]] 2024-08-01 07:06:31.507 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:06:31.508 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-08-01 07:06:31.510 | + stack.sh:main:946 : configure_glance 2024-08-01 07:06:31.512 | + lib/glance:configure_glance:323 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2024-08-01 07:06:31.521 | + lib/glance:configure_glance:326 : local dburl 2024-08-01 07:06:31.523 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2024-08-01 07:06:31.525 | ++ lib/database:database_connection_url:134 : local db=glance 2024-08-01 07:06:31.526 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2024-08-01 07:06:31.528 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=glance 2024-08-01 07:06:31.530 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-01 07:06:31.532 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-01 07:06:31.533 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2024-08-01 07:06:31.535 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:stackdb@127.0.0.1/glance?charset=utf8' 2024-08-01 07:06:31.537 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2024-08-01 07:06:31.561 | + 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-08-01 07:06:31.583 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2024-08-01 07:06:31.605 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-08-01 07:06:31.627 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2024-08-01 07:06:31.650 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2024-08-01 07:06:31.672 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2024-08-01 07:06:31.674 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/glance/glance-api.conf 2024-08-01 07:06:31.676 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=glance 2024-08-01 07:06:31.677 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-08-01 07:06:31.679 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2024-08-01 07:06:31.702 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2024-08-01 07:06:31.723 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-08-01 07:06:31.744 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2024-08-01 07:06:31.767 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken password nomoresecret 2024-08-01 07:06:31.789 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2024-08-01 07:06:31.811 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2024-08-01 07:06:31.832 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2024-08-01 07:06:31.855 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-08-01 07:06:31.876 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2024-08-01 07:06:31.898 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2024-08-01 07:06:31.922 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2024-08-01 07:06:31.923 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2024-08-01 07:06:31.925 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2024-08-01 07:06:31.926 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-08-01 07:06:31.928 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-08-01 07:06:31.929 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-08-01 07:06:31.941 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:06:31.943 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-08-01 07:06:31.945 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-08-01 07:06:31.946 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-08-01 07:06:31.958 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:06:31.959 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-01 07:06:31.962 | + 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-08-01 07:06:31.983 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-08-01 07:06:31.985 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-08-01 07:06:31.986 | + lib/glance:configure_glance:338 : '[' vsphere = libvirt ']' 2024-08-01 07:06:31.988 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2024-08-01 07:06:32.010 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2024-08-01 07:06:32.032 | + lib/glance:configure_glance:346 : configure_glance_store False False 2024-08-01 07:06:32.034 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2024-08-01 07:06:32.035 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2024-08-01 07:06:32.037 | + lib/glance:configure_glance_store:254 : local be 2024-08-01 07:06:32.039 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2024-08-01 07:06:32.040 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2024-08-01 07:06:32.042 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-08-01 07:06:32.065 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2024-08-01 07:06:32.067 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.180.1.21 2024-08-01 07:06:32.091 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2024-08-01 07:06:32.093 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2024-08-01 07:06:32.105 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:06:32.107 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.180.1.21/image 2024-08-01 07:06:32.129 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2024-08-01 07:06:32.141 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:06:32.143 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2024-08-01 07:06:32.144 | + functions:setup_logging:685 : setup_systemd_logging /etc/glance/glance-api.conf 2024-08-01 07:06:32.146 | + functions:setup_systemd_logging:700 : local conf_file=/etc/glance/glance-api.conf 2024-08-01 07:06:32.148 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-01 07:06:32.161 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-01 07:06:32.162 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-01 07:06:32.164 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-01 07:06:32.166 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-01 07:06:32.167 | + 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-08-01 07:06:32.189 | + 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-08-01 07:06:32.211 | + 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-08-01 07:06:32.234 | + functions:setup_systemd_logging:717 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-01 07:06:32.256 | + lib/glance:configure_glance:390 : cp -p /opt/stack//glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2024-08-01 07:06:32.259 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2024-08-01 07:06:32.283 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2024-08-01 07:06:32.306 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2024-08-01 07:06:32.327 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.180.1.21/identity 2024-08-01 07:06:32.350 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2024-08-01 07:06:32.372 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2024-08-01 07:06:32.394 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password nomoresecret 2024-08-01 07:06:32.416 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2024-08-01 07:06:32.441 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2024-08-01 07:06:32.465 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2024-08-01 07:06:32.489 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2024-08-01 07:06:32.511 | + lib/glance:configure_glance:409 : cp -p /opt/stack//glance/etc/schema-image.json /etc/glance/schema-image.json 2024-08-01 07:06:32.515 | + 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-08-01 07:06:32.519 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2024-08-01 07:06:32.531 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:06:32.533 | + lib/glance:configure_glance:421 : [[ False == False ]] 2024-08-01 07:06:32.535 | + lib/glance:configure_glance:422 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2024-08-01 07:06:32.537 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2024-08-01 07:06:32.539 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2024-08-01 07:06:32.540 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2024-08-01 07:06:32.542 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2024-08-01 07:06:32.546 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2024-08-01 07:06:32.547 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2024-08-01 07:06:32.550 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2024-08-01 07:06:32.573 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2024-08-01 07:06:32.575 | ++ functions:get_random_port:847 : read lower_port upper_port 2024-08-01 07:06:32.576 | ++ functions:get_random_port:848 : true 2024-08-01 07:06:32.578 | ++ functions:get_random_port:849 : (( port = upper_port )) 2024-08-01 07:06:32.580 | ++ functions:get_random_port:849 : (( port >= lower_port )) 2024-08-01 07:06:32.582 | ++ functions:get_random_port:850 : sudo lsof -i :60999 2024-08-01 07:06:32.671 | ++ functions:get_random_port:851 : [[ 1 > 0 ]] 2024-08-01 07:06:32.673 | ++ functions:get_random_port:852 : break 2 2024-08-01 07:06:32.675 | ++ functions:get_random_port:856 : echo 60999 2024-08-01 07:06:32.678 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2024-08-01 07:06:32.679 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2024-08-01 07:06:32.702 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2024-08-01 07:06:32.723 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2024-08-01 07:06:32.744 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2024-08-01 07:06:32.766 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2024-08-01 07:06:32.787 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2024-08-01 07:06:32.809 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2024-08-01 07:06:32.830 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2024-08-01 07:06:32.851 | + 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-08-01 07:06:32.874 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 80 2024-08-01 07:06:32.896 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2024-08-01 07:06:32.918 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2024-08-01 07:06:32.939 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2024-08-01 07:06:32.961 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2024-08-01 07:06:32.982 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2024-08-01 07:06:33.003 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2024-08-01 07:06:33.025 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2024-08-01 07:06:33.047 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2024-08-01 07:06:33.068 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2024-08-01 07:06:33.090 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2024-08-01 07:06:33.091 | + lib/apache:enable_apache_mod:59 : local mod=proxy 2024-08-01 07:06:33.093 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-01 07:06:33.095 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:06:33.097 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:06:33.098 | + lib/apache:enable_apache_mod:64 : [[ proxy != \v\e\r\s\i\o\n ]] 2024-08-01 07:06:33.100 | + lib/apache:enable_apache_mod:64 : a2query -m proxy 2024-08-01 07:06:33.128 | proxy (enabled by site administrator) 2024-08-01 07:06:33.131 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2024-08-01 07:06:33.133 | + lib/apache:enable_apache_mod:59 : local mod=proxy_http 2024-08-01 07:06:33.134 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-01 07:06:33.136 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:06:33.138 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:06:33.139 | + lib/apache:enable_apache_mod:64 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2024-08-01 07:06:33.141 | + lib/apache:enable_apache_mod:64 : a2query -m proxy_http 2024-08-01 07:06:33.168 | No module matches proxy_http 2024-08-01 07:06:33.171 | + lib/apache:enable_apache_mod:65 : sudo a2enmod proxy_http 2024-08-01 07:06:33.203 | Considering dependency proxy for proxy_http: 2024-08-01 07:06:33.203 | Module proxy already enabled 2024-08-01 07:06:33.203 | Enabling module proxy_http. 2024-08-01 07:06:33.206 | To activate the new configuration, you need to run: 2024-08-01 07:06:33.206 | systemctl restart apache2 2024-08-01 07:06:33.210 | + lib/apache:enable_apache_mod:66 : restart_apache_server 2024-08-01 07:06:33.211 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-01 07:06:33.213 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-01 07:06:33.215 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-01 07:06:33.328 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2024-08-01 07:06:33.330 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2024-08-01 07:06:33.332 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2024-08-01 07:06:33.334 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-08-01 07:06:33.336 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:06:33.338 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:06:33.340 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2024-08-01 07:06:33.342 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2024-08-01 07:06:33.344 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2024-08-01 07:06:33.344 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2024-08-01 07:06:33.351 | KeepAlive Off 2024-08-01 07:06:33.354 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2024-08-01 07:06:33.355 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-08-01 07:06:33.362 | SetEnv proxy-sendchunked 1 2024-08-01 07:06:33.365 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2024-08-01 07:06:33.365 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2024-08-01 07:06:33.372 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2024-08-01 07:06:33.375 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2024-08-01 07:06:33.376 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2024-08-01 07:06:33.378 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-08-01 07:06:33.379 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-08-01 07:06:33.381 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-01 07:06:33.383 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:06:33.385 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:06:33.387 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-08-01 07:06:33.388 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-08-01 07:06:33.390 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:06:33.392 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:06:33.394 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2024-08-01 07:06:33.425 | Enabling site glance-wsgi-api. 2024-08-01 07:06:33.429 | To activate the new configuration, you need to run: 2024-08-01 07:06:33.429 | systemctl reload apache2 2024-08-01 07:06:33.433 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2024-08-01 07:06:33.434 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-01 07:06:33.436 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-01 07:06:33.438 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-01 07:06:33.525 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2024-08-01 07:06:33.530 | + lib/glance:configure_glance:425 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2024-08-01 07:06:33.555 | + lib/glance:configure_glance:435 : [[ False == True ]] 2024-08-01 07:06:33.557 | + lib/glance:configure_glance:435 : [[ False == True ]] 2024-08-01 07:06:33.559 | + lib/glance:configure_glance:440 : iniset /etc/glance/glance-api.conf oslo_policy enforce_scope false 2024-08-01 07:06:33.583 | + lib/glance:configure_glance:441 : iniset /etc/glance/glance-api.conf oslo_policy enforce_new_defaults false 2024-08-01 07:06:33.605 | + lib/glance:configure_glance:442 : iniset /etc/glance/glance-api.conf DEFAULT enforce_secure_rbac false 2024-08-01 07:06:33.627 | + stack.sh:main:949 : is_service_enabled cinder 2024-08-01 07:06:33.640 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:06:33.642 | + stack.sh:main:951 : stack_install_service cinder 2024-08-01 07:06:33.644 | + lib/stack:stack_install_service:20 : local service=cinder 2024-08-01 07:06:33.646 | + lib/stack:stack_install_service:21 : type install_cinder 2024-08-01 07:06:33.648 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-08-01 07:06:33.650 | + lib/stack:stack_install_service:32 : install_cinder 2024-08-01 07:06:33.651 | + lib/cinder:install_cinder:506 : git_clone https://opendev.org/openstack/cinder.git /opt/stack//cinder stable/2023.1 2024-08-01 07:06:33.653 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/cinder.git 2024-08-01 07:06:33.655 | + functions-common:git_clone:613 : local git_dest=/opt/stack//cinder 2024-08-01 07:06:33.657 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-08-01 07:06:33.658 | + functions-common:git_clone:615 : local orig_dir 2024-08-01 07:06:33.660 | ++ functions-common:git_clone:616 : pwd 2024-08-01 07:06:33.663 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-01 07:06:33.664 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-01 07:06:33.666 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-01 07:06:33.679 | + functions-common:git_clone:619 : RECLONE=False 2024-08-01 07:06:33.680 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-01 07:06:33.682 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-01 07:06:33.684 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-01 07:06:33.686 | + functions-common:git_clone:633 : echo stable/2023.1 2024-08-01 07:06:33.686 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-01 07:06:33.690 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//cinder ]] 2024-08-01 07:06:33.691 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-01 07:06:33.693 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/cinder.git /opt/stack//cinder 2024-08-01 07:06:33.695 | + functions-common:git_timed:720 : local count=0 2024-08-01 07:06:33.697 | + functions-common:git_timed:721 : local timeout=0 2024-08-01 07:06:33.698 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-01 07:06:33.700 | + functions-common:git_timed:724 : timeout=0 2024-08-01 07:06:33.702 | + functions-common:git_timed:727 : time_start git_timed 2024-08-01 07:06:33.703 | + functions-common:time_start:2421 : local name=git_timed 2024-08-01 07:06:33.705 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:06:33.707 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:06:33.709 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:06:33.711 | + functions-common:time_start:2426 : _TIME_START[$name]=1722495993710 2024-08-01 07:06:33.714 | + 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-08-01 07:06:33.715 | Cloning into '/opt/stack//cinder'... 2024-08-01 07:06:36.878 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-01 07:06:36.880 | + functions-common:time_stop:2435 : local name 2024-08-01 07:06:36.882 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:06:36.884 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:06:36.886 | + functions-common:time_stop:2438 : local total 2024-08-01 07:06:36.887 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:06:36.889 | + functions-common:time_stop:2441 : name=git_timed 2024-08-01 07:06:36.891 | + functions-common:time_stop:2442 : start_time=1722495993710 2024-08-01 07:06:36.893 | + functions-common:time_stop:2444 : [[ -z 1722495993710 ]] 2024-08-01 07:06:36.895 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:06:36.898 | + functions-common:time_stop:2447 : end_time=1722495996896 2024-08-01 07:06:36.900 | + functions-common:time_stop:2448 : elapsed_time=3186 2024-08-01 07:06:36.901 | + functions-common:time_stop:2449 : total=13952 2024-08-01 07:06:36.903 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:06:36.905 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=17138 2024-08-01 07:06:36.907 | + functions-common:git_clone:654 : cd /opt/stack//cinder 2024-08-01 07:06:36.908 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-08-01 07:06:36.910 | + functions-common:git_timed:720 : local count=0 2024-08-01 07:06:36.912 | + functions-common:git_timed:721 : local timeout=0 2024-08-01 07:06:36.914 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-01 07:06:36.915 | + functions-common:git_timed:724 : timeout=0 2024-08-01 07:06:36.917 | + functions-common:git_timed:727 : time_start git_timed 2024-08-01 07:06:36.919 | + functions-common:time_start:2421 : local name=git_timed 2024-08-01 07:06:36.921 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:06:36.922 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:06:36.924 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:06:36.927 | + functions-common:time_start:2426 : _TIME_START[$name]=1722495996925 2024-08-01 07:06:36.929 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-08-01 07:06:39.677 | From https://opendev.org/openstack/cinder 2024-08-01 07:06:39.677 | * branch stable/2023.1 -> FETCH_HEAD 2024-08-01 07:06:39.682 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-01 07:06:39.683 | + functions-common:time_stop:2435 : local name 2024-08-01 07:06:39.685 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:06:39.687 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:06:39.689 | + functions-common:time_stop:2438 : local total 2024-08-01 07:06:39.691 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:06:39.692 | + functions-common:time_stop:2441 : name=git_timed 2024-08-01 07:06:39.694 | + functions-common:time_stop:2442 : start_time=1722495996925 2024-08-01 07:06:39.695 | + functions-common:time_stop:2444 : [[ -z 1722495996925 ]] 2024-08-01 07:06:39.698 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:06:39.701 | + functions-common:time_stop:2447 : end_time=1722495999699 2024-08-01 07:06:39.703 | + functions-common:time_stop:2448 : elapsed_time=2774 2024-08-01 07:06:39.704 | + functions-common:time_stop:2449 : total=17138 2024-08-01 07:06:39.706 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:06:39.708 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=19912 2024-08-01 07:06:39.710 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-01 07:06:39.711 | + functions-common:git_timed:720 : local count=0 2024-08-01 07:06:39.713 | + functions-common:git_timed:721 : local timeout=0 2024-08-01 07:06:39.715 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-01 07:06:39.717 | + functions-common:git_timed:724 : timeout=0 2024-08-01 07:06:39.718 | + functions-common:git_timed:727 : time_start git_timed 2024-08-01 07:06:39.720 | + functions-common:time_start:2421 : local name=git_timed 2024-08-01 07:06:39.722 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:06:39.723 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:06:39.725 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:06:39.729 | + functions-common:time_start:2426 : _TIME_START[$name]=1722495999727 2024-08-01 07:06:39.730 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-01 07:06:39.971 | Note: switching to 'FETCH_HEAD'. 2024-08-01 07:06:39.971 | 2024-08-01 07:06:39.971 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-01 07:06:39.972 | changes and commit them, and you can discard any commits you make in this 2024-08-01 07:06:39.972 | state without impacting any branches by switching back to a branch. 2024-08-01 07:06:39.972 | 2024-08-01 07:06:39.972 | If you want to create a new branch to retain commits you create, you may 2024-08-01 07:06:39.972 | do so (now or later) by using -c with the switch command. Example: 2024-08-01 07:06:39.972 | 2024-08-01 07:06:39.972 | git switch -c 2024-08-01 07:06:39.972 | 2024-08-01 07:06:39.972 | Or undo this operation with: 2024-08-01 07:06:39.972 | 2024-08-01 07:06:39.972 | git switch - 2024-08-01 07:06:39.972 | 2024-08-01 07:06:39.972 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-01 07:06:39.972 | 2024-08-01 07:06:39.972 | HEAD is now at 5f5e86e CVE-2024-32498: Check for external qcow2 data file 2024-08-01 07:06:39.977 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-01 07:06:39.979 | + functions-common:time_stop:2435 : local name 2024-08-01 07:06:39.981 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:06:39.982 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:06:39.984 | + functions-common:time_stop:2438 : local total 2024-08-01 07:06:39.986 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:06:39.987 | + functions-common:time_stop:2441 : name=git_timed 2024-08-01 07:06:39.989 | + functions-common:time_stop:2442 : start_time=1722495999727 2024-08-01 07:06:39.991 | + functions-common:time_stop:2444 : [[ -z 1722495999727 ]] 2024-08-01 07:06:39.993 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:06:39.996 | + functions-common:time_stop:2447 : end_time=1722495999994 2024-08-01 07:06:39.998 | + functions-common:time_stop:2448 : elapsed_time=267 2024-08-01 07:06:40.000 | + functions-common:time_stop:2449 : total=19912 2024-08-01 07:06:40.001 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:06:40.003 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=20179 2024-08-01 07:06:40.005 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//cinder 2024-08-01 07:06:40.016 | + functions-common:git_clone:695 : cd /opt/stack//cinder 2024-08-01 07:06:40.018 | + functions-common:git_clone:696 : git show --oneline 2024-08-01 07:06:40.018 | + functions-common:git_clone:696 : head -1 2024-08-01 07:06:40.021 | 5f5e86e CVE-2024-32498: Check for external qcow2 data file 2024-08-01 07:06:40.023 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-01 07:06:40.025 | + lib/cinder:install_cinder:507 : setup_develop /opt/stack//cinder 2024-08-01 07:06:40.027 | + inc/python:setup_develop:334 : local bindep 2024-08-01 07:06:40.029 | + inc/python:setup_develop:335 : [[ /opt/stack//cinder == -bindep* ]] 2024-08-01 07:06:40.031 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//cinder 2024-08-01 07:06:40.032 | + inc/python:setup_develop:340 : local extras= 2024-08-01 07:06:40.034 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//cinder -e 2024-08-01 07:06:40.036 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-01 07:06:40.038 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//cinder == -bindep* ]] 2024-08-01 07:06:40.039 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//cinder 2024-08-01 07:06:40.041 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-01 07:06:40.043 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-01 07:06:40.045 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//cinder 2024-08-01 07:06:40.047 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-01 07:06:40.049 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/cinder 2024-08-01 07:06:40.051 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-01 07:06:40.053 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-01 07:06:40.055 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2024-08-01 07:06:40.059 | + inc/python:_setup_package_with_constraints_edit:381 : name=cinder 2024-08-01 07:06:40.061 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- cinder 2024-08-01 07:06:40.375 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/cinder -e 2024-08-01 07:06:40.377 | + inc/python:setup_package:414 : local bindep=0 2024-08-01 07:06:40.379 | + inc/python:setup_package:415 : local bindep_flag= 2024-08-01 07:06:40.381 | + inc/python:setup_package:416 : local bindep_profiles= 2024-08-01 07:06:40.382 | + inc/python:setup_package:417 : [[ /opt/stack/cinder == -bindep* ]] 2024-08-01 07:06:40.384 | + inc/python:setup_package:422 : local project_dir=/opt/stack/cinder 2024-08-01 07:06:40.386 | + inc/python:setup_package:423 : local flags=-e 2024-08-01 07:06:40.388 | + inc/python:setup_package:424 : local extras= 2024-08-01 07:06:40.390 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-08-01 07:06:40.391 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-08-01 07:06:40.393 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-01 07:06:40.395 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-01 07:06:40.397 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-01 07:06:40.399 | + inc/python:setup_package:442 : pip_install -e /opt/stack/cinder 2024-08-01 07:06:40.414 | Using python 3.10 to install /opt/stack/cinder 2024-08-01 07:06:40.416 | + 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-08-01 07:06:41.328 | Obtaining file:///opt/stack/cinder 2024-08-01 07:06:41.329 | Preparing metadata (setup.py): started 2024-08-01 07:06:41.930 | Preparing metadata (setup.py): finished with status 'done' 2024-08-01 07:06:42.019 | Requirement already satisfied: Paste>=3.4.3 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (3.5.2) 2024-08-01 07:06:42.020 | Requirement already satisfied: PasteDeploy>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (2.1.1) 2024-08-01 07:06:42.021 | Requirement already satisfied: Routes>=2.4.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (2.5.1) 2024-08-01 07:06:42.022 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (1.4.41) 2024-08-01 07:06:42.023 | Requirement already satisfied: WebOb>=1.8.6 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (1.8.7) 2024-08-01 07:06:42.735 | Collecting boto3>=1.18.49 2024-08-01 07:06:42.739 | Using cached boto3-1.24.89-py3-none-any.whl (132 kB) 2024-08-01 07:06:42.742 | Requirement already satisfied: castellan>=3.7.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (4.1.0) 2024-08-01 07:06:42.743 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (38.0.2) 2024-08-01 07:06:42.744 | Requirement already satisfied: cursive>=0.2.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (0.2.3) 2024-08-01 07:06:42.744 | Requirement already satisfied: decorator>=4.4.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.1.1) 2024-08-01 07:06:42.745 | Requirement already satisfied: eventlet!=0.32.0,>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (0.33.1) 2024-08-01 07:06:42.847 | Collecting google-api-python-client>=1.11.0 2024-08-01 07:06:42.909 | Using cached google_api_python_client-2.64.0-py2.py3-none-any.whl (10.4 MB) 2024-08-01 07:06:42.960 | Requirement already satisfied: greenlet>=0.4.16 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (1.1.3) 2024-08-01 07:06:42.960 | Requirement already satisfied: httplib2>=0.18.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (0.20.4) 2024-08-01 07:06:42.961 | Requirement already satisfied: importlib_metadata>=3.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.0.0) 2024-08-01 07:06:42.963 | Requirement already satisfied: iso8601>=0.1.12 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (1.1.0) 2024-08-01 07:06:42.963 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (4.16.0) 2024-08-01 07:06:42.964 | Requirement already satisfied: keystoneauth1>=4.2.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.1.2) 2024-08-01 07:06:42.965 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (10.2.0) 2024-08-01 07:06:43.376 | Collecting lxml>=4.5.2 2024-08-01 07:06:43.415 | 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-08-01 07:06:43.474 | Collecting oauth2client>=4.1.3 2024-08-01 07:06:43.477 | Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) 2024-08-01 07:06:43.479 | Requirement already satisfied: os-brick>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (6.2.3) 2024-08-01 07:06:43.480 | Requirement already satisfied: os-win>=5.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.9.0) 2024-08-01 07:06:43.481 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.1.1) 2024-08-01 07:06:43.482 | Requirement already satisfied: oslo.config>=8.3.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (9.1.1) 2024-08-01 07:06:43.482 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.1.1) 2024-08-01 07:06:43.483 | Requirement already satisfied: oslo.db>=11.0.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (12.3.2) 2024-08-01 07:06:43.484 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (6.0.0) 2024-08-01 07:06:43.484 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.2.0) 2024-08-01 07:06:43.485 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (14.2.4) 2024-08-01 07:06:43.486 | Requirement already satisfied: oslo.middleware>=4.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.1.1) 2024-08-01 07:06:43.487 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (4.1.1) 2024-08-01 07:06:43.487 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (3.1.0) 2024-08-01 07:06:43.488 | Requirement already satisfied: oslo.reports>=2.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (3.0.0) 2024-08-01 07:06:43.489 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (7.0.1) 2024-08-01 07:06:43.490 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.1.1) 2024-08-01 07:06:43.491 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (3.1.2) 2024-08-01 07:06:43.491 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (2.1.1) 2024-08-01 07:06:43.492 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (6.1.0) 2024-08-01 07:06:43.534 | Collecting oslo.versionedobjects>=2.4.0 2024-08-01 07:06:43.537 | Using cached oslo.versionedobjects-3.1.0-py3-none-any.whl (86 kB) 2024-08-01 07:06:43.673 | Collecting oslo.vmware>=3.10.0 2024-08-01 07:06:43.677 | Using cached oslo.vmware-4.1.1-py3-none-any.whl (491 kB) 2024-08-01 07:06:43.682 | Requirement already satisfied: osprofiler>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (3.4.3) 2024-08-01 07:06:43.683 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (23.1) 2024-08-01 07:06:43.731 | Collecting paramiko>=2.7.2 2024-08-01 07:06:43.734 | Using cached paramiko-2.11.0-py2.py3-none-any.whl (212 kB) 2024-08-01 07:06:43.737 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.11.1) 2024-08-01 07:06:43.738 | Requirement already satisfied: psutil>=5.7.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.9.2) 2024-08-01 07:06:43.738 | Requirement already satisfied: pyparsing>=2.4.7 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (3.0.9) 2024-08-01 07:06:43.739 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.5.0) 2024-08-01 07:06:43.777 | Collecting python-glanceclient>=3.2.2 2024-08-01 07:06:43.780 | Using cached python_glanceclient-4.3.1-py3-none-any.whl (205 kB) 2024-08-01 07:06:43.784 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.1.0) 2024-08-01 07:06:43.826 | Collecting python-novaclient>=17.2.1 2024-08-01 07:06:43.829 | Using cached python_novaclient-18.3.0-py3-none-any.whl (335 kB) 2024-08-01 07:06:43.862 | Collecting python-swiftclient>=3.10.1 2024-08-01 07:06:43.865 | Using cached python_swiftclient-4.2.0-py3-none-any.whl (88 kB) 2024-08-01 07:06:43.867 | Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (2022.4) 2024-08-01 07:06:43.867 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (2.28.1) 2024-08-01 07:06:43.886 | Collecting rtslib-fb>=2.1.74 2024-08-01 07:06:43.886 | Using cached rtslib_fb-2.1.75-py3-none-any.whl 2024-08-01 07:06:43.892 | Requirement already satisfied: six>=1.15.0 in /usr/lib/python3/dist-packages (from cinder==0.0.1.dev36) (1.16.0) 2024-08-01 07:06:43.892 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (0.13.0) 2024-08-01 07:06:43.893 | Requirement already satisfied: stevedore>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.0.0) 2024-08-01 07:06:43.912 | Collecting tabulate>=0.8.7 2024-08-01 07:06:43.914 | Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-08-01 07:06:43.916 | Requirement already satisfied: taskflow>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (5.1.0) 2024-08-01 07:06:43.917 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from cinder==0.0.1.dev36) (6.3.1) 2024-08-01 07:06:43.973 | Collecting tooz>=2.8.0 2024-08-01 07:06:43.976 | Using cached tooz-3.2.0-py3-none-any.whl (94 kB) 2024-08-01 07:06:44.067 | Collecting zstd>=1.4.5.1 2024-08-01 07:06:44.078 | Using cached zstd-1.5.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB) 2024-08-01 07:06:44.122 | Collecting s3transfer<0.7.0,>=0.6.0 2024-08-01 07:06:44.124 | Using cached s3transfer-0.6.0-py3-none-any.whl (79 kB) 2024-08-01 07:06:44.126 | 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.dev36) (1.0.1) 2024-08-01 07:06:44.844 | Collecting botocore<1.28.0,>=1.27.89 2024-08-01 07:06:44.910 | Using cached botocore-1.27.89-py3-none-any.whl (9.2 MB) 2024-08-01 07:06:44.987 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=3.1->cinder==0.0.1.dev36) (1.15.1) 2024-08-01 07:06:45.000 | 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.dev36) (2.2.1) 2024-08-01 07:06:45.027 | Collecting uritemplate<5,>=3.0.1 2024-08-01 07:06:45.029 | Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) 2024-08-01 07:06:45.144 | Collecting google-auth<3.0.0dev,>=1.19.0 2024-08-01 07:06:45.147 | Using cached google_auth-2.12.0-py2.py3-none-any.whl (169 kB) 2024-08-01 07:06:45.254 | Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 2024-08-01 07:06:45.257 | Using cached google_api_core-2.10.2-py3-none-any.whl (115 kB) 2024-08-01 07:06:45.276 | Collecting google-auth-httplib2>=0.1.0 2024-08-01 07:06:45.278 | Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) 2024-08-01 07:06:45.306 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.10/dist-packages (from importlib_metadata>=3.1.1->cinder==0.0.1.dev36) (3.8.1) 2024-08-01 07:06:45.326 | 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.dev36) (0.18.1) 2024-08-01 07:06:45.326 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->cinder==0.0.1.dev36) (22.1.0) 2024-08-01 07:06:45.352 | 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.dev36) (1.7.0) 2024-08-01 07:06:45.375 | 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.dev36) (3.1.1) 2024-08-01 07:06:45.377 | 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.dev36) (3.3.1) 2024-08-01 07:06:45.389 | Requirement already satisfied: pyasn1>=0.1.7 in /usr/lib/python3/dist-packages (from oauth2client>=4.1.3->cinder==0.0.1.dev36) (0.4.8) 2024-08-01 07:06:45.424 | Collecting pyasn1-modules>=0.0.5 2024-08-01 07:06:45.427 | Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) 2024-08-01 07:06:45.456 | Collecting rsa>=3.1.4 2024-08-01 07:06:45.458 | Using cached rsa-4.9-py3-none-any.whl (34 kB) 2024-08-01 07:06:45.485 | 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.dev36) (0.18) 2024-08-01 07:06:45.505 | 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.dev36) (0.8.0) 2024-08-01 07:06:45.505 | 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.dev36) (1.5.0) 2024-08-01 07:06:45.506 | 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.dev36) (2.5.0) 2024-08-01 07:06:45.507 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from oslo.config>=8.3.2->cinder==0.0.1.dev36) (6.0) 2024-08-01 07:06:45.531 | 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.dev36) (2.0.1) 2024-08-01 07:06:45.533 | 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.dev36) (1.8.1) 2024-08-01 07:06:45.534 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=11.0.0->cinder==0.0.1.dev36) (0.5.0) 2024-08-01 07:06:45.607 | 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.dev36) (0.9.6) 2024-08-01 07:06:45.608 | 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.dev36) (2.8.2) 2024-08-01 07:06:45.633 | 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.dev36) (5.1.1) 2024-08-01 07:06:45.635 | 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.dev36) (2.4.1) 2024-08-01 07:06:45.636 | 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.dev36) (0.6.0) 2024-08-01 07:06:45.637 | 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.dev36) (5.2.4) 2024-08-01 07:06:45.638 | 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.dev36) (5.2.0) 2024-08-01 07:06:45.648 | 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.dev36) (4.0.0) 2024-08-01 07:06:45.650 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from oslo.middleware>=4.1.1->cinder==0.0.1.dev36) (3.1.2) 2024-08-01 07:06:45.650 | 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.dev36) (3.3.0) 2024-08-01 07:06:45.669 | 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.dev36) (1.0.4) 2024-08-01 07:06:45.700 | 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.dev36) (4.0.1) 2024-08-01 07:06:45.701 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->cinder==0.0.1.dev36) (1.4.0) 2024-08-01 07:06:45.711 | 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.dev36) (3.4.1) 2024-08-01 07:06:45.721 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=4.12.1->cinder==0.0.1.dev36) (0.11.0) 2024-08-01 07:06:45.768 | Collecting suds-community>=0.6 2024-08-01 07:06:45.771 | Using cached suds_community-1.1.2-py3-none-any.whl (144 kB) 2024-08-01 07:06:45.774 | 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.dev36) (1.26.12) 2024-08-01 07:06:45.870 | Collecting pynacl>=1.0.1 2024-08-01 07:06:45.879 | 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-08-01 07:06:45.894 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=3.4.3->cinder==0.0.1.dev36) (59.6.0) 2024-08-01 07:06:45.942 | 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.dev36) (4.2.0) 2024-08-01 07:06:45.956 | 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.dev36) (22.1.0) 2024-08-01 07:06:45.977 | Collecting warlock>=1.2.0 2024-08-01 07:06:45.979 | Using cached warlock-2.0.1-py3-none-any.whl (9.8 kB) 2024-08-01 07:06:45.981 | 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.dev36) (1.14.1) 2024-08-01 07:06:46.046 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev36) (3.4) 2024-08-01 07:06:46.046 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev36) (2020.6.20) 2024-08-01 07:06:46.047 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->cinder==0.0.1.dev36) (2.1.1) 2024-08-01 07:06:46.060 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.4.1->cinder==0.0.1.dev36) (0.7) 2024-08-01 07:06:46.091 | Collecting pyudev>=0.16.1 2024-08-01 07:06:46.094 | Using cached pyudev-0.24.0-py3-none-any.whl (61 kB) 2024-08-01 07:06:46.181 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==0.0.1.dev36) (0.4.3) 2024-08-01 07:06:46.183 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==0.0.1.dev36) (0.5.2) 2024-08-01 07:06:46.234 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev36) (3.1.0) 2024-08-01 07:06:46.235 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev36) (2.8.7) 2024-08-01 07:06:46.236 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.10/dist-packages (from taskflow>=4.5.0->cinder==0.0.1.dev36) (1.4.2) 2024-08-01 07:06:46.310 | Collecting voluptuous>=0.8.9 2024-08-01 07:06:46.312 | Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB) 2024-08-01 07:06:46.355 | 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.dev36) (1.2.3) 2024-08-01 07:06:46.367 | 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.dev36) (5.0.0) 2024-08-01 07:06:46.469 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=3.1->cinder==0.0.1.dev36) (2.21) 2024-08-01 07:06:46.495 | 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.dev36) (2.4.2) 2024-08-01 07:06:46.496 | 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.dev36) (0.5.1) 2024-08-01 07:06:46.616 | Collecting googleapis-common-protos<2.0dev,>=1.56.2 2024-08-01 07:06:46.619 | Using cached googleapis_common_protos-1.56.4-py2.py3-none-any.whl (211 kB) 2024-08-01 07:06:46.623 | 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.dev36) (4.21.7) 2024-08-01 07:06:46.713 | 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.dev36) (2.1.1) 2024-08-01 07:06:46.860 | 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.dev36) (1.1.8) 2024-08-01 07:06:46.877 | 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.dev36) (0.14.1) 2024-08-01 07:06:46.894 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==0.0.1.dev36) (0.2.5) 2024-08-01 07:06:47.425 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=11.0.0->cinder==0.0.1.dev36) (2.5.0) 2024-08-01 07:06:47.499 | 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.dev36) (1.32) 2024-08-01 07:06:47.616 | 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.dev36) (1.8.2) 2024-08-01 07:06:48.224 | 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-08-01 07:06:48.269 | Attempting uninstall: voluptuous 2024-08-01 07:06:48.271 | Found existing installation: voluptuous 0.12.2 2024-08-01 07:06:48.272 | Not uninstalling voluptuous at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-01 07:06:48.273 | Can't uninstall 'voluptuous'. No files were found to uninstall. 2024-08-01 07:06:48.433 | Attempting uninstall: pyudev 2024-08-01 07:06:48.435 | Found existing installation: pyudev 0.22.0 2024-08-01 07:06:48.436 | Not uninstalling pyudev at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-01 07:06:48.436 | Can't uninstall 'pyudev'. No files were found to uninstall. 2024-08-01 07:06:50.948 | Running setup.py develop for cinder 2024-08-01 07:06:51.930 | 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.1 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-08-01 07:06:51.931 | 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-08-01 07:06:52.160 | + inc/python:pip_install:196 : result=0 2024-08-01 07:06:52.162 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-01 07:06:52.164 | + functions-common:time_stop:2435 : local name 2024-08-01 07:06:52.165 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:06:52.167 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:06:52.169 | + functions-common:time_stop:2438 : local total 2024-08-01 07:06:52.171 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:06:52.172 | + functions-common:time_stop:2441 : name=pip_install 2024-08-01 07:06:52.174 | + functions-common:time_stop:2442 : start_time=1722496000410 2024-08-01 07:06:52.176 | + functions-common:time_stop:2444 : [[ -z 1722496000410 ]] 2024-08-01 07:06:52.178 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:06:52.181 | + functions-common:time_stop:2447 : end_time=1722496012179 2024-08-01 07:06:52.183 | + functions-common:time_stop:2448 : elapsed_time=11769 2024-08-01 07:06:52.185 | + functions-common:time_stop:2449 : total=47167 2024-08-01 07:06:52.186 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:06:52.188 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=58936 2024-08-01 07:06:52.190 | + inc/python:pip_install:199 : return 0 2024-08-01 07:06:52.192 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-01 07:06:52.194 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/cinder/cinder.egg-info 2024-08-01 07:06:52.195 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/cinder/cinder.egg-info 2024-08-01 07:06:52.210 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/cinder/cinder.egg-info 2024-08-01 07:06:52.219 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/cinder 2024-08-01 07:06:52.221 | + inc/python:use_library_from_git:246 : local name=/opt/stack/cinder 2024-08-01 07:06:52.223 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:06:52.225 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:06:52.226 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/cinder, ]] 2024-08-01 07:06:52.228 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:06:52.230 | + lib/cinder:install_cinder:508 : [[ lioadm == \t\g\t\a\d\m ]] 2024-08-01 07:06:52.232 | + lib/cinder:install_cinder:510 : [[ lioadm == \l\i\o\a\d\m ]] 2024-08-01 07:06:52.234 | + lib/cinder:install_cinder:511 : is_ubuntu 2024-08-01 07:06:52.235 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:06:52.237 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:06:52.239 | + lib/cinder:install_cinder:513 : sudo mkdir -p /etc/target 2024-08-01 07:06:52.248 | + lib/cinder:install_cinder:515 : install_package targetcli-fb 2024-08-01 07:06:52.250 | + functions-common:install_package:1459 : update_package_repo 2024-08-01 07:06:52.251 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-01 07:06:52.253 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-01 07:06:52.255 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-01 07:06:52.257 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-01 07:06:52.259 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-01 07:06:52.260 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:06:52.262 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:06:52.264 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-01 07:06:52.266 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-01 07:06:52.268 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-01 07:06:52.270 | + functions-common:apt_get_update:1186 : return 2024-08-01 07:06:52.271 | + functions-common:install_package:1460 : real_install_package targetcli-fb 2024-08-01 07:06:52.273 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-01 07:06:52.275 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:06:52.277 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:06:52.279 | + functions-common:real_install_package:1446 : apt_get install targetcli-fb 2024-08-01 07:06:52.295 | + 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-08-01 07:06:52.354 | Reading package lists... 2024-08-01 07:06:52.547 | Building dependency tree... 2024-08-01 07:06:52.548 | Reading state information... 2024-08-01 07:06:52.730 | targetcli-fb is already the newest version (1:2.1.53-1ubuntu3). 2024-08-01 07:06:52.730 | The following packages were automatically installed and are no longer required: 2024-08-01 07:06:52.730 | linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-08-01 07:06:52.730 | linux-headers-6.5.0-21-generic linux-headers-6.5.0-25-generic 2024-08-01 07:06:52.731 | linux-hwe-6.5-headers-6.5.0-21 linux-hwe-6.5-headers-6.5.0-25 2024-08-01 07:06:52.731 | linux-image-5.15.0-105-generic linux-image-6.5.0-21-generic 2024-08-01 07:06:52.731 | linux-image-6.5.0-25-generic linux-modules-5.15.0-105-generic 2024-08-01 07:06:52.731 | linux-modules-6.5.0-21-generic linux-modules-6.5.0-25-generic 2024-08-01 07:06:52.731 | linux-modules-extra-5.15.0-105-generic 2024-08-01 07:06:52.731 | Use 'sudo apt autoremove' to remove them. 2024-08-01 07:06:52.752 | 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded. 2024-08-01 07:06:52.756 | + functions-common:apt_get:1230 : result=0 2024-08-01 07:06:52.758 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-01 07:06:52.760 | + functions-common:time_stop:2435 : local name 2024-08-01 07:06:52.762 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:06:52.764 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:06:52.766 | + functions-common:time_stop:2438 : local total 2024-08-01 07:06:52.768 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:06:52.770 | + functions-common:time_stop:2441 : name=apt-get 2024-08-01 07:06:52.771 | + functions-common:time_stop:2442 : start_time=1722496012293 2024-08-01 07:06:52.773 | + functions-common:time_stop:2444 : [[ -z 1722496012293 ]] 2024-08-01 07:06:52.775 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:06:52.779 | + functions-common:time_stop:2447 : end_time=1722496012777 2024-08-01 07:06:52.781 | + functions-common:time_stop:2448 : elapsed_time=484 2024-08-01 07:06:52.783 | + functions-common:time_stop:2449 : total=8055 2024-08-01 07:06:52.784 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:06:52.786 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8539 2024-08-01 07:06:52.788 | + functions-common:apt_get:1234 : return 0 2024-08-01 07:06:52.790 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-08-01 07:06:52.792 | + stack.sh:main:952 : configure_cinder 2024-08-01 07:06:52.794 | + lib/cinder:configure_cinder:278 : sudo install -d -o stack -m 755 /etc/cinder 2024-08-01 07:06:52.803 | + lib/cinder:configure_cinder:280 : rm -f /etc/cinder/cinder.conf 2024-08-01 07:06:52.806 | + lib/cinder:configure_cinder:282 : configure_rootwrap cinder 2024-08-01 07:06:52.808 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2024-08-01 07:06:52.810 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-08-01 07:06:52.812 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2024-08-01 07:06:52.813 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-08-01 07:06:52.816 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2024-08-01 07:06:52.818 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2024-08-01 07:06:52.820 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2024-08-01 07:06:52.821 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2024-08-01 07:06:52.823 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//cinder 2024-08-01 07:06:52.825 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//cinder/etc/cinder 2024-08-01 07:06:52.826 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2024-08-01 07:06:52.828 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2024-08-01 07:06:52.837 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2024-08-01 07:06:52.846 | + 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-08-01 07:06:52.855 | + 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-08-01 07:06:52.864 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2024-08-01 07:06:52.874 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2024-08-01 07:06:52.876 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2024-08-01 07:06:52.879 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.e10s0LMjQQ 2024-08-01 07:06:52.881 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-08-01 07:06:52.883 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2024-08-01 07:06:52.885 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2024-08-01 07:06:52.887 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.e10s0LMjQQ 2024-08-01 07:06:52.889 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.e10s0LMjQQ 2024-08-01 07:06:52.898 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.e10s0LMjQQ /etc/sudoers.d/cinder-rootwrap 2024-08-01 07:06:52.907 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2024-08-01 07:06:52.910 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2024-08-01 07:06:52.912 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2024-08-01 07:06:52.914 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-08-01 07:06:52.915 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-08-01 07:06:52.917 | + 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-08-01 07:06:52.919 | + 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-08-01 07:06:52.921 | + lib/cinder:configure_cinder:284 : [[ -f /opt/stack//cinder/etc/cinder/resource_filters.json ]] 2024-08-01 07:06:52.923 | + lib/cinder:configure_cinder:285 : cp -p /opt/stack//cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2024-08-01 07:06:52.926 | + lib/cinder:configure_cinder:288 : cp /opt/stack//cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2024-08-01 07:06:52.929 | + lib/cinder:configure_cinder:290 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2024-08-01 07:06:52.943 | + lib/cinder:configure_cinder:291 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2024-08-01 07:06:52.958 | + lib/cinder:configure_cinder:292 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2024-08-01 07:06:52.971 | + lib/cinder:configure_cinder:293 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2024-08-01 07:06:52.985 | + lib/cinder:configure_cinder:294 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2024-08-01 07:06:52.999 | + lib/cinder:configure_cinder:295 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2024-08-01 07:06:53.014 | + lib/cinder:configure_cinder:296 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2024-08-01 07:06:53.028 | + lib/cinder:configure_cinder:297 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2024-08-01 07:06:53.042 | + lib/cinder:configure_cinder:299 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2024-08-01 07:06:53.044 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-08-01 07:06:53.046 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=cinder 2024-08-01 07:06:53.048 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-08-01 07:06:53.050 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2024-08-01 07:06:53.074 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2024-08-01 07:06:53.096 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-08-01 07:06:53.118 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2024-08-01 07:06:53.140 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken password nomoresecret 2024-08-01 07:06:53.162 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2024-08-01 07:06:53.184 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2024-08-01 07:06:53.206 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2024-08-01 07:06:53.229 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-08-01 07:06:53.251 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2024-08-01 07:06:53.273 | + lib/cinder:configure_cinder:301 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2024-08-01 07:06:53.299 | + lib/cinder:configure_cinder:303 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2024-08-01 07:06:53.321 | ++ lib/cinder:configure_cinder:304 : database_connection_url cinder 2024-08-01 07:06:53.323 | ++ lib/database:database_connection_url:134 : local db=cinder 2024-08-01 07:06:53.325 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2024-08-01 07:06:53.327 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=cinder 2024-08-01 07:06:53.329 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-01 07:06:53.331 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-01 07:06:53.332 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8' 2024-08-01 07:06:53.335 | + lib/cinder:configure_cinder:304 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:stackdb@127.0.0.1/cinder?charset=utf8' 2024-08-01 07:06:53.361 | + lib/cinder:configure_cinder:305 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2024-08-01 07:06:53.383 | + lib/cinder:configure_cinder:306 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2024-08-01 07:06:53.406 | + lib/cinder:configure_cinder:307 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2024-08-01 07:06:53.428 | + lib/cinder:configure_cinder:308 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2024-08-01 07:06:53.451 | + lib/cinder:configure_cinder:309 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2024-08-01 07:06:53.473 | + lib/cinder:configure_cinder:310 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2024-08-01 07:06:53.498 | + lib/cinder:configure_cinder:311 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.180.1.21 2024-08-01 07:06:53.521 | + lib/cinder:configure_cinder:312 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2024-08-01 07:06:53.546 | ++ lib/cinder:configure_cinder:313 : openssl rand -hex 16 2024-08-01 07:06:53.553 | + lib/cinder:configure_cinder:313 : iniset /etc/cinder/cinder.conf key_manager fixed_key e5ba849cbc56040a5b58531c8760c564 2024-08-01 07:06:53.575 | + lib/cinder:configure_cinder:314 : [[ -n '' ]] 2024-08-01 07:06:53.577 | + lib/cinder:configure_cinder:319 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2024-08-01 07:06:53.599 | + lib/cinder:configure_cinder:320 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2024-08-01 07:06:53.622 | + lib/cinder:configure_cinder:321 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2024-08-01 07:06:53.645 | + lib/cinder:configure_cinder:326 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2024-08-01 07:06:53.668 | + lib/cinder:configure_cinder:328 : is_service_enabled c-vol 2024-08-01 07:06:53.680 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:06:53.682 | + lib/cinder:configure_cinder:328 : [[ -n vmdk:vsphere ]] 2024-08-01 07:06:53.683 | + lib/cinder:configure_cinder:329 : local enabled_backends= 2024-08-01 07:06:53.685 | + lib/cinder:configure_cinder:330 : local default_name= 2024-08-01 07:06:53.687 | + lib/cinder:configure_cinder:331 : local be be_name be_type 2024-08-01 07:06:53.689 | + lib/cinder:configure_cinder:332 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-08-01 07:06:53.691 | + lib/cinder:configure_cinder:333 : be_type=vmdk 2024-08-01 07:06:53.693 | + lib/cinder:configure_cinder:334 : be_name=vsphere 2024-08-01 07:06:53.694 | + lib/cinder:configure_cinder:335 : type configure_cinder_backend_vmdk 2024-08-01 07:06:53.696 | + lib/cinder:configure_cinder:336 : configure_cinder_backend_vmdk vsphere 2024-08-01 07:06:53.698 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:33 : local be_name=vsphere 2024-08-01 07:06:53.700 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:34 : iniset /etc/cinder/cinder.conf vsphere volume_backend_name vsphere 2024-08-01 07:06:53.724 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:35 : iniset /etc/cinder/cinder.conf vsphere volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-08-01 07:06:53.746 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:36 : iniset /etc/cinder/cinder.conf vsphere vmware_host_ip vc1.osci.c.eu-de-1.cloud.sap 2024-08-01 07:06:53.769 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:37 : iniset /etc/cinder/cinder.conf vsphere vmware_host_username Administrator@vsphere.local 2024-08-01 07:06:53.791 | + lib/cinder_backends/vmdk:configure_cinder_backend_vmdk:38 : iniset /etc/cinder/cinder.conf vsphere vmware_host_password 'VMware1!VMware1!' 2024-08-01 07:06:53.814 | + lib/cinder:configure_cinder:338 : [[ -z '' ]] 2024-08-01 07:06:53.815 | + lib/cinder:configure_cinder:339 : default_name=vsphere 2024-08-01 07:06:53.817 | + lib/cinder:configure_cinder:341 : enabled_backends+=vsphere, 2024-08-01 07:06:53.819 | + lib/cinder:configure_cinder:343 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends vsphere 2024-08-01 07:06:53.843 | + lib/cinder:configure_cinder:344 : [[ -n vsphere ]] 2024-08-01 07:06:53.844 | + lib/cinder:configure_cinder:345 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type vsphere 2024-08-01 07:06:53.867 | + lib/cinder:configure_cinder:347 : configure_cinder_image_volume_cache 2024-08-01 07:06:53.868 | + lib/cinder:configure_cinder_image_volume_cache:712 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2024-08-01 07:06:53.870 | + lib/cinder:configure_cinder_image_volume_cache:713 : local be_name=vsphere 2024-08-01 07:06:53.872 | + lib/cinder:configure_cinder_image_volume_cache:715 : iniset /etc/cinder/cinder.conf vsphere image_volume_cache_enabled True 2024-08-01 07:06:53.894 | + lib/cinder:configure_cinder_image_volume_cache:717 : [[ -n '' ]] 2024-08-01 07:06:53.896 | + lib/cinder:configure_cinder_image_volume_cache:721 : [[ -n '' ]] 2024-08-01 07:06:53.898 | + lib/cinder:configure_cinder:350 : is_service_enabled c-bak 2024-08-01 07:06:53.910 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:06:53.912 | + lib/cinder:configure_cinder:358 : is_service_enabled ceilometer 2024-08-01 07:06:53.924 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:06:53.926 | + lib/cinder:configure_cinder:362 : is_service_enabled tls-proxy 2024-08-01 07:06:53.938 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:06:53.940 | + lib/cinder:configure_cinder:376 : '[' False '!=' False ']' 2024-08-01 07:06:53.942 | + lib/cinder:configure_cinder:380 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2024-08-01 07:06:53.943 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2024-08-01 07:06:53.945 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2024-08-01 07:06:53.947 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-08-01 07:06:53.949 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-08-01 07:06:53.951 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-08-01 07:06:53.963 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:06:53.965 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-08-01 07:06:53.967 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-08-01 07:06:53.969 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-08-01 07:06:53.982 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:06:53.984 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-01 07:06:53.986 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-01 07:06:54.009 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-08-01 07:06:54.011 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-08-01 07:06:54.013 | + lib/cinder:configure_cinder:383 : setup_logging /etc/cinder/cinder.conf True 2024-08-01 07:06:54.014 | + functions:setup_logging:685 : setup_systemd_logging /etc/cinder/cinder.conf 2024-08-01 07:06:54.016 | + functions:setup_systemd_logging:700 : local conf_file=/etc/cinder/cinder.conf 2024-08-01 07:06:54.018 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-01 07:06:54.031 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-01 07:06:54.034 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-01 07:06:54.035 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-01 07:06:54.037 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-01 07:06:54.039 | + 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-08-01 07:06:54.061 | + 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-08-01 07:06:54.084 | + 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-08-01 07:06:54.107 | + functions:setup_systemd_logging:717 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-01 07:06:54.129 | + lib/cinder:configure_cinder:385 : is_service_enabled c-api 2024-08-01 07:06:54.142 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:06:54.143 | + lib/cinder:configure_cinder:386 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2024-08-01 07:06:54.145 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2024-08-01 07:06:54.147 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2024-08-01 07:06:54.149 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2024-08-01 07:06:54.151 | + lib/apache:write_uwsgi_config:257 : local http= 2024-08-01 07:06:54.152 | + lib/apache:write_uwsgi_config:258 : local name= 2024-08-01 07:06:54.154 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2024-08-01 07:06:54.158 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2024-08-01 07:06:54.159 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-08-01 07:06:54.161 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-08-01 07:06:54.171 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-08-01 07:06:54.171 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-08-01 07:06:54.177 | d /var/run/uwsgi 0755 stack root 2024-08-01 07:06:54.180 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-08-01 07:06:54.188 | /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-08-01 07:06:54.191 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2024-08-01 07:06:54.193 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2024-08-01 07:06:54.195 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2024-08-01 07:06:54.218 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2024-08-01 07:06:54.239 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2024-08-01 07:06:54.261 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2024-08-01 07:06:54.282 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2024-08-01 07:06:54.303 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-08-01 07:06:54.325 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2024-08-01 07:06:54.347 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2024-08-01 07:06:54.369 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2024-08-01 07:06:54.390 | + 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-08-01 07:06:54.411 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2024-08-01 07:06:54.434 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-08-01 07:06:54.456 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2024-08-01 07:06:54.478 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-08-01 07:06:54.479 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-08-01 07:06:54.482 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2024-08-01 07:06:54.484 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2024-08-01 07:06:54.486 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-08-01 07:06:54.488 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:06:54.490 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:06:54.491 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2024-08-01 07:06:54.494 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2024-08-01 07:06:54.495 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2024-08-01 07:06:54.517 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2024-08-01 07:06:54.539 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2024-08-01 07:06:54.540 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2024-08-01 07:06:54.546 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2024-08-01 07:06:54.549 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2024-08-01 07:06:54.551 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2024-08-01 07:06:54.553 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-08-01 07:06:54.555 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-08-01 07:06:54.557 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-01 07:06:54.558 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:06:54.560 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:06:54.562 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-08-01 07:06:54.564 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-08-01 07:06:54.565 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:06:54.567 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:06:54.569 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2024-08-01 07:06:54.600 | Enabling site cinder-wsgi. 2024-08-01 07:06:54.604 | To activate the new configuration, you need to run: 2024-08-01 07:06:54.604 | systemctl reload apache2 2024-08-01 07:06:54.607 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-08-01 07:06:54.609 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-01 07:06:54.611 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-01 07:06:54.613 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-01 07:06:54.718 | + lib/cinder:configure_cinder:389 : [[ -r /opt/stack/devstack/lib/cinder_plugins/vsphere ]] 2024-08-01 07:06:54.719 | + lib/cinder:configure_cinder:390 : configure_cinder_driver 2024-08-01 07:06:54.721 | + 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-08-01 07:06:54.745 | + lib/cinder_plugins/vsphere:configure_cinder_driver:34 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_username Administrator@vsphere.local 2024-08-01 07:06:54.768 | + lib/cinder_plugins/vsphere:configure_cinder_driver:35 : iniset /etc/cinder/cinder.conf DEFAULT vmware_host_password 'VMware1!VMware1!' 2024-08-01 07:06:54.792 | + lib/cinder_plugins/vsphere:configure_cinder_driver:36 : iniset /etc/cinder/cinder.conf DEFAULT volume_driver cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver 2024-08-01 07:06:54.815 | + lib/cinder:configure_cinder:393 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2024-08-01 07:06:54.838 | + lib/cinder:configure_cinder:395 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.180.1.21/image 2024-08-01 07:06:54.862 | + lib/cinder:configure_cinder:396 : is_service_enabled tls-proxy 2024-08-01 07:06:54.875 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:06:54.877 | + lib/cinder:configure_cinder:402 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2024-08-01 07:06:54.879 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/cinder/cinder.conf 2024-08-01 07:06:54.881 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-08-01 07:06:54.883 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-08-01 07:06:54.885 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova auth_type password 2024-08-01 07:06:54.910 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova interface public 2024-08-01 07:06:54.933 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova auth_url http://10.180.1.21/identity 2024-08-01 07:06:54.956 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/cinder/cinder.conf nova username nova 2024-08-01 07:06:54.980 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova password nomoresecret 2024-08-01 07:06:55.003 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2024-08-01 07:06:55.026 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/cinder/cinder.conf nova project_name service 2024-08-01 07:06:55.049 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2024-08-01 07:06:55.072 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-08-01 07:06:55.094 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2024-08-01 07:06:55.117 | + lib/cinder:configure_cinder:403 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2024-08-01 07:06:55.140 | + lib/cinder:configure_cinder:404 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2024-08-01 07:06:55.163 | + lib/cinder:configure_cinder:406 : [[ ! -z '' ]] 2024-08-01 07:06:55.164 | + lib/cinder:configure_cinder:408 : is_service_enabled etcd3 2024-08-01 07:06:55.177 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:06:55.178 | + lib/cinder:configure_cinder:409 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.180.1.21:2379 2024-08-01 07:06:55.203 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2024-08-01 07:06:55.204 | + lib/cinder:configure_cinder:412 : [[ False == True ]] 2024-08-01 07:06:55.206 | + lib/cinder:configure_cinder:416 : iniset /etc/cinder/cinder.conf oslo_policy enforce_scope false 2024-08-01 07:06:55.230 | + lib/cinder:configure_cinder:417 : iniset /etc/cinder/cinder.conf oslo_policy enforce_new_defaults false 2024-08-01 07:06:55.253 | + stack.sh:main:955 : is_service_enabled neutron 2024-08-01 07:06:55.267 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:06:55.269 | + stack.sh:main:957 : stack_install_service neutron 2024-08-01 07:06:55.271 | + lib/stack:stack_install_service:20 : local service=neutron 2024-08-01 07:06:55.273 | + lib/stack:stack_install_service:21 : type install_neutron 2024-08-01 07:06:55.274 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-08-01 07:06:55.276 | + lib/stack:stack_install_service:32 : install_neutron 2024-08-01 07:06:55.278 | + lib/neutron:install_neutron:512 : use_library_from_git neutron-lib 2024-08-01 07:06:55.280 | + inc/python:use_library_from_git:246 : local name=neutron-lib 2024-08-01 07:06:55.282 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:06:55.284 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:06:55.286 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,neutron-lib, ]] 2024-08-01 07:06:55.287 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:06:55.290 | + lib/neutron:install_neutron:517 : git_clone https://opendev.org/openstack/neutron.git /opt/stack//neutron stable/2023.1 2024-08-01 07:06:55.291 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/neutron.git 2024-08-01 07:06:55.293 | + functions-common:git_clone:613 : local git_dest=/opt/stack//neutron 2024-08-01 07:06:55.295 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-08-01 07:06:55.297 | + functions-common:git_clone:615 : local orig_dir 2024-08-01 07:06:55.299 | ++ functions-common:git_clone:616 : pwd 2024-08-01 07:06:55.301 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-01 07:06:55.303 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-01 07:06:55.305 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-01 07:06:55.318 | + functions-common:git_clone:619 : RECLONE=False 2024-08-01 07:06:55.319 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-01 07:06:55.321 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-01 07:06:55.323 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-01 07:06:55.325 | + functions-common:git_clone:633 : echo stable/2023.1 2024-08-01 07:06:55.325 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-01 07:06:55.330 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//neutron ]] 2024-08-01 07:06:55.331 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-01 07:06:55.333 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/neutron.git /opt/stack//neutron 2024-08-01 07:06:55.335 | + functions-common:git_timed:720 : local count=0 2024-08-01 07:06:55.337 | + functions-common:git_timed:721 : local timeout=0 2024-08-01 07:06:55.339 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-01 07:06:55.340 | + functions-common:git_timed:724 : timeout=0 2024-08-01 07:06:55.342 | + functions-common:git_timed:727 : time_start git_timed 2024-08-01 07:06:55.344 | + functions-common:time_start:2421 : local name=git_timed 2024-08-01 07:06:55.346 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:06:55.347 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:06:55.349 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:06:55.353 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496015351 2024-08-01 07:06:55.354 | + 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-08-01 07:06:55.356 | Cloning into '/opt/stack//neutron'... 2024-08-01 07:06:58.693 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-01 07:06:58.695 | + functions-common:time_stop:2435 : local name 2024-08-01 07:06:58.696 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:06:58.698 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:06:58.700 | + functions-common:time_stop:2438 : local total 2024-08-01 07:06:58.701 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:06:58.703 | + functions-common:time_stop:2441 : name=git_timed 2024-08-01 07:06:58.705 | + functions-common:time_stop:2442 : start_time=1722496015351 2024-08-01 07:06:58.706 | + functions-common:time_stop:2444 : [[ -z 1722496015351 ]] 2024-08-01 07:06:58.709 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:06:58.711 | + functions-common:time_stop:2447 : end_time=1722496018709 2024-08-01 07:06:58.713 | + functions-common:time_stop:2448 : elapsed_time=3358 2024-08-01 07:06:58.715 | + functions-common:time_stop:2449 : total=20179 2024-08-01 07:06:58.716 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:06:58.718 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=23537 2024-08-01 07:06:58.720 | + functions-common:git_clone:654 : cd /opt/stack//neutron 2024-08-01 07:06:58.722 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-08-01 07:06:58.723 | + functions-common:git_timed:720 : local count=0 2024-08-01 07:06:58.725 | + functions-common:git_timed:721 : local timeout=0 2024-08-01 07:06:58.727 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-01 07:06:58.728 | + functions-common:git_timed:724 : timeout=0 2024-08-01 07:06:58.730 | + functions-common:git_timed:727 : time_start git_timed 2024-08-01 07:06:58.732 | + functions-common:time_start:2421 : local name=git_timed 2024-08-01 07:06:58.734 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:06:58.735 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:06:58.737 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:06:58.741 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496018739 2024-08-01 07:06:58.743 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-08-01 07:07:01.605 | From https://opendev.org/openstack/neutron 2024-08-01 07:07:01.605 | * branch stable/2023.1 -> FETCH_HEAD 2024-08-01 07:07:01.610 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-01 07:07:01.611 | + functions-common:time_stop:2435 : local name 2024-08-01 07:07:01.613 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:07:01.615 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:07:01.617 | + functions-common:time_stop:2438 : local total 2024-08-01 07:07:01.618 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:07:01.620 | + functions-common:time_stop:2441 : name=git_timed 2024-08-01 07:07:01.622 | + functions-common:time_stop:2442 : start_time=1722496018739 2024-08-01 07:07:01.623 | + functions-common:time_stop:2444 : [[ -z 1722496018739 ]] 2024-08-01 07:07:01.625 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:07:01.629 | + functions-common:time_stop:2447 : end_time=1722496021626 2024-08-01 07:07:01.630 | + functions-common:time_stop:2448 : elapsed_time=2887 2024-08-01 07:07:01.632 | + functions-common:time_stop:2449 : total=23537 2024-08-01 07:07:01.633 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:07:01.635 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=26424 2024-08-01 07:07:01.637 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-01 07:07:01.638 | + functions-common:git_timed:720 : local count=0 2024-08-01 07:07:01.640 | + functions-common:git_timed:721 : local timeout=0 2024-08-01 07:07:01.642 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-01 07:07:01.643 | + functions-common:git_timed:724 : timeout=0 2024-08-01 07:07:01.645 | + functions-common:git_timed:727 : time_start git_timed 2024-08-01 07:07:01.647 | + functions-common:time_start:2421 : local name=git_timed 2024-08-01 07:07:01.648 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:07:01.650 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:07:01.652 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:07:01.655 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496021653 2024-08-01 07:07:01.657 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-01 07:07:01.917 | Note: switching to 'FETCH_HEAD'. 2024-08-01 07:07:01.917 | 2024-08-01 07:07:01.917 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-01 07:07:01.917 | changes and commit them, and you can discard any commits you make in this 2024-08-01 07:07:01.917 | state without impacting any branches by switching back to a branch. 2024-08-01 07:07:01.917 | 2024-08-01 07:07:01.917 | If you want to create a new branch to retain commits you create, you may 2024-08-01 07:07:01.917 | do so (now or later) by using -c with the switch command. Example: 2024-08-01 07:07:01.917 | 2024-08-01 07:07:01.917 | git switch -c 2024-08-01 07:07:01.917 | 2024-08-01 07:07:01.917 | Or undo this operation with: 2024-08-01 07:07:01.917 | 2024-08-01 07:07:01.917 | git switch - 2024-08-01 07:07:01.917 | 2024-08-01 07:07:01.917 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-01 07:07:01.917 | 2024-08-01 07:07:01.917 | HEAD is now at a1732d4 Don't print traceback if standard attr is missing on update 2024-08-01 07:07:01.922 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-01 07:07:01.923 | + functions-common:time_stop:2435 : local name 2024-08-01 07:07:01.925 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:07:01.927 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:07:01.928 | + functions-common:time_stop:2438 : local total 2024-08-01 07:07:01.930 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:07:01.932 | + functions-common:time_stop:2441 : name=git_timed 2024-08-01 07:07:01.933 | + functions-common:time_stop:2442 : start_time=1722496021653 2024-08-01 07:07:01.935 | + functions-common:time_stop:2444 : [[ -z 1722496021653 ]] 2024-08-01 07:07:01.937 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:07:01.940 | + functions-common:time_stop:2447 : end_time=1722496021938 2024-08-01 07:07:01.942 | + functions-common:time_stop:2448 : elapsed_time=285 2024-08-01 07:07:01.943 | + functions-common:time_stop:2449 : total=26424 2024-08-01 07:07:01.945 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:07:01.946 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=26709 2024-08-01 07:07:01.948 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//neutron 2024-08-01 07:07:01.959 | + functions-common:git_clone:695 : cd /opt/stack//neutron 2024-08-01 07:07:01.961 | + functions-common:git_clone:696 : git show --oneline 2024-08-01 07:07:01.961 | + functions-common:git_clone:696 : head -1 2024-08-01 07:07:01.966 | a1732d4 Don't print traceback if standard attr is missing on update 2024-08-01 07:07:01.969 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-01 07:07:01.971 | + lib/neutron:install_neutron:518 : setup_develop /opt/stack//neutron 2024-08-01 07:07:01.973 | + inc/python:setup_develop:334 : local bindep 2024-08-01 07:07:01.975 | + inc/python:setup_develop:335 : [[ /opt/stack//neutron == -bindep* ]] 2024-08-01 07:07:01.977 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//neutron 2024-08-01 07:07:01.978 | + inc/python:setup_develop:340 : local extras= 2024-08-01 07:07:01.980 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//neutron -e 2024-08-01 07:07:01.982 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-01 07:07:01.984 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//neutron == -bindep* ]] 2024-08-01 07:07:01.986 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//neutron 2024-08-01 07:07:01.987 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-01 07:07:01.989 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-01 07:07:01.992 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//neutron 2024-08-01 07:07:01.994 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-01 07:07:01.996 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/neutron 2024-08-01 07:07:01.999 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-01 07:07:02.001 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-01 07:07:02.003 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2024-08-01 07:07:02.007 | + inc/python:_setup_package_with_constraints_edit:381 : name=neutron 2024-08-01 07:07:02.009 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- neutron 2024-08-01 07:07:02.322 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/neutron -e 2024-08-01 07:07:02.323 | + inc/python:setup_package:414 : local bindep=0 2024-08-01 07:07:02.326 | + inc/python:setup_package:415 : local bindep_flag= 2024-08-01 07:07:02.327 | + inc/python:setup_package:416 : local bindep_profiles= 2024-08-01 07:07:02.329 | + inc/python:setup_package:417 : [[ /opt/stack/neutron == -bindep* ]] 2024-08-01 07:07:02.331 | + inc/python:setup_package:422 : local project_dir=/opt/stack/neutron 2024-08-01 07:07:02.333 | + inc/python:setup_package:423 : local flags=-e 2024-08-01 07:07:02.335 | + inc/python:setup_package:424 : local extras= 2024-08-01 07:07:02.336 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-08-01 07:07:02.338 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-08-01 07:07:02.340 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-01 07:07:02.342 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-01 07:07:02.343 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-01 07:07:02.345 | + inc/python:setup_package:442 : pip_install -e /opt/stack/neutron 2024-08-01 07:07:02.361 | Using python 3.10 to install /opt/stack/neutron 2024-08-01 07:07:02.363 | + 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-08-01 07:07:03.291 | Obtaining file:///opt/stack/neutron 2024-08-01 07:07:03.292 | Preparing metadata (setup.py): started 2024-08-01 07:07:03.881 | Preparing metadata (setup.py): finished with status 'done' 2024-08-01 07:07:03.952 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (3.1.2) 2024-08-01 07:07:03.953 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (3.5.2) 2024-08-01 07:07:03.954 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (2.1.1) 2024-08-01 07:07:03.955 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (2.5.1) 2024-08-01 07:07:03.956 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (1.4.41) 2024-08-01 07:07:03.956 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (1.8.7) 2024-08-01 07:07:03.957 | Requirement already satisfied: alembic>=1.6.5 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (1.8.1) 2024-08-01 07:07:03.958 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (2.5.0) 2024-08-01 07:07:03.959 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (5.1.1) 2024-08-01 07:07:03.959 | Requirement already satisfied: eventlet>=0.26.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (0.33.1) 2024-08-01 07:07:03.960 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (2.4.1) 2024-08-01 07:07:03.961 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (0.20.4) 2024-08-01 07:07:03.962 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (5.1.2) 2024-08-01 07:07:03.962 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (10.2.0) 2024-08-01 07:07:03.963 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (0.8.0) 2024-08-01 07:07:03.964 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from neutron==0.0.1.dev46) (0.11.0) 2024-08-01 07:07:04.080 | Collecting neutron-lib>=3.4.2 2024-08-01 07:07:04.087 | Using cached neutron_lib-3.4.2-py3-none-any.whl (584 kB) 2024-08-01 07:07:04.095 | Requirement already satisfied: openstacksdk>=0.31.2 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (1.0.1) 2024-08-01 07:07:04.124 | Collecting os-ken>=2.2.0 2024-08-01 07:07:04.137 | Using cached os_ken-2.6.0-py3-none-any.whl (2.0 MB) 2024-08-01 07:07:04.440 | Collecting os-resource-classes>=1.1.0 2024-08-01 07:07:04.443 | Using cached os_resource_classes-1.1.0-py3-none-any.whl (11 kB) 2024-08-01 07:07:04.477 | Collecting os-vif>=3.1.0 2024-08-01 07:07:04.480 | Using cached os_vif-3.1.1-py3-none-any.whl (109 kB) 2024-08-01 07:07:04.483 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (3.3.1) 2024-08-01 07:07:04.484 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (5.1.1) 2024-08-01 07:07:04.485 | Requirement already satisfied: oslo.config>=9.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (9.1.1) 2024-08-01 07:07:04.506 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (5.1.1) 2024-08-01 07:07:04.507 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (12.3.2) 2024-08-01 07:07:04.508 | Requirement already satisfied: oslo.i18n>=3.20.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (6.0.0) 2024-08-01 07:07:04.509 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (5.2.0) 2024-08-01 07:07:04.510 | Requirement already satisfied: oslo.messaging>=7.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (14.2.4) 2024-08-01 07:07:04.510 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (5.1.1) 2024-08-01 07:07:04.511 | Requirement already satisfied: oslo.policy>=3.12.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (4.1.1) 2024-08-01 07:07:04.512 | Requirement already satisfied: oslo.privsep>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (3.1.0) 2024-08-01 07:07:04.513 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (3.0.0) 2024-08-01 07:07:04.514 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (7.0.1) 2024-08-01 07:07:04.514 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (5.1.1) 2024-08-01 07:07:04.515 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (3.1.2) 2024-08-01 07:07:04.516 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (2.1.1) 2024-08-01 07:07:04.517 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (6.1.0) 2024-08-01 07:07:04.517 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (3.1.0) 2024-08-01 07:07:04.518 | Requirement already satisfied: osprofiler>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (3.4.3) 2024-08-01 07:07:04.540 | Collecting ovs>=2.10.0 2024-08-01 07:07:04.541 | Using cached ovs-2.17.7-py3-none-any.whl 2024-08-01 07:07:04.593 | Collecting ovsdbapp>=2.2.1 2024-08-01 07:07:04.597 | Using cached ovsdbapp-2.2.2-py3-none-any.whl (135 kB) 2024-08-01 07:07:04.600 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (23.1) 2024-08-01 07:07:04.600 | Requirement already satisfied: pbr>=4.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (5.11.1) 2024-08-01 07:07:04.626 | Collecting pecan>=1.4.0 2024-08-01 07:07:04.627 | Using cached pecan-1.4.2-py3-none-any.whl 2024-08-01 07:07:04.631 | Requirement already satisfied: psutil>=5.3.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (5.9.2) 2024-08-01 07:07:04.632 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (22.1.0) 2024-08-01 07:07:04.661 | Collecting pyroute2>=0.7.3 2024-08-01 07:07:04.665 | Using cached pyroute2-0.7.3-py3-none-any.whl (445 kB) 2024-08-01 07:07:04.698 | Collecting python-designateclient>=2.7.0 2024-08-01 07:07:04.700 | Using cached python_designateclient-5.2.0-py3-none-any.whl (95 kB) 2024-08-01 07:07:04.740 | Collecting python-neutronclient>=7.8.0 2024-08-01 07:07:04.744 | Using cached python_neutronclient-9.0.0-py3-none-any.whl (429 kB) 2024-08-01 07:07:04.749 | Requirement already satisfied: python-novaclient>=9.1.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (18.3.0) 2024-08-01 07:07:04.750 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (2.28.1) 2024-08-01 07:07:04.751 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (5.0.0) 2024-08-01 07:07:04.752 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (6.3.1) 2024-08-01 07:07:04.753 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from neutron==0.0.1.dev46) (3.2.0) 2024-08-01 07:07:04.759 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.6.5->neutron==0.0.1.dev46) (1.2.3) 2024-08-01 07:07:04.762 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from debtcollector>=1.19.0->neutron==0.0.1.dev46) (1.14.1) 2024-08-01 07:07:04.767 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev46) (2.2.1) 2024-08-01 07:07:04.768 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev46) (1.1.3) 2024-08-01 07:07:04.769 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.26.1->neutron==0.0.1.dev46) (1.16.0) 2024-08-01 07:07:04.776 | 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.dev46) (3.0.9) 2024-08-01 07:07:04.779 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->neutron==0.0.1.dev46) (2.1.1) 2024-08-01 07:07:04.804 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from keystoneauth1>=3.14.0->neutron==0.0.1.dev46) (1.1.0) 2024-08-01 07:07:04.805 | 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.dev46) (1.7.0) 2024-08-01 07:07:04.829 | 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.dev46) (5.1.0) 2024-08-01 07:07:04.830 | 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.dev46) (3.1.1) 2024-08-01 07:07:04.879 | Collecting os-traits>=0.9.0 2024-08-01 07:07:04.881 | Using cached os_traits-2.10.0-py3-none-any.whl (41 kB) 2024-08-01 07:07:04.962 | Collecting setproctitle>=1.1.10 2024-08-01 07:07:04.965 | 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-08-01 07:07:04.978 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev46) (38.0.2) 2024-08-01 07:07:04.979 | 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.dev46) (1.1.8) 2024-08-01 07:07:04.980 | Requirement already satisfied: PyYAML>=3.13 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev46) (6.0) 2024-08-01 07:07:04.981 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev46) (1.0.1) 2024-08-01 07:07:04.982 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev46) (1.4.4) 2024-08-01 07:07:04.982 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev46) (1.32) 2024-08-01 07:07:04.983 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.31.2->neutron==0.0.1.dev46) (1.4.0) 2024-08-01 07:07:04.991 | 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.dev46) (1.0.4) 2024-08-01 07:07:05.014 | Collecting ncclient>=0.6.13 2024-08-01 07:07:05.014 | Using cached ncclient-0.6.13-py2.py3-none-any.whl 2024-08-01 07:07:05.070 | 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.dev46) (0.18) 2024-08-01 07:07:05.088 | 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.dev46) (1.5.0) 2024-08-01 07:07:05.113 | 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.dev46) (0.13.0) 2024-08-01 07:07:05.114 | 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.dev46) (2.0.1) 2024-08-01 07:07:05.116 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=4.44.0->neutron==0.0.1.dev46) (0.5.0) 2024-08-01 07:07:05.139 | 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.dev46) (0.9.6) 2024-08-01 07:07:05.141 | 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.dev46) (2.8.2) 2024-08-01 07:07:05.164 | 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.dev46) (0.6.0) 2024-08-01 07:07:05.165 | 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.dev46) (5.2.0) 2024-08-01 07:07:05.166 | 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.dev46) (5.1.1) 2024-08-01 07:07:05.168 | 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.dev46) (5.2.4) 2024-08-01 07:07:05.177 | 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.dev46) (4.0.0) 2024-08-01 07:07:05.178 | 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.dev46) (3.3.0) 2024-08-01 07:07:05.196 | 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.dev46) (1.15.1) 2024-08-01 07:07:05.241 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=2.25.0->neutron==0.0.1.dev46) (2022.4) 2024-08-01 07:07:05.253 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->neutron==0.0.1.dev46) (4.0.1) 2024-08-01 07:07:05.255 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->neutron==0.0.1.dev46) (1.4.0) 2024-08-01 07:07:05.264 | 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.dev46) (3.4.1) 2024-08-01 07:07:05.338 | Collecting sortedcontainers 2024-08-01 07:07:05.340 | Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2024-08-01 07:07:05.364 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->neutron==0.0.1.dev46) (59.6.0) 2024-08-01 07:07:05.406 | Collecting logutils>=0.3 2024-08-01 07:07:05.406 | Using cached logutils-0.3.5-py3-none-any.whl 2024-08-01 07:07:05.453 | 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.dev46) (4.16.0) 2024-08-01 07:07:05.455 | 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.dev46) (4.2.0) 2024-08-01 07:07:05.486 | Collecting osc-lib>=1.8.0 2024-08-01 07:07:05.488 | Using cached osc_lib-2.7.0-py3-none-any.whl (88 kB) 2024-08-01 07:07:05.673 | Collecting simplejson>=3.5.1 2024-08-01 07:07:05.676 | 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-08-01 07:07:05.712 | Collecting os-client-config>=1.28.0 2024-08-01 07:07:05.714 | Using cached os_client_config-2.1.0-py3-none-any.whl (31 kB) 2024-08-01 07:07:05.746 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev46) (2020.6.20) 2024-08-01 07:07:05.747 | 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.dev46) (1.26.12) 2024-08-01 07:07:05.748 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev46) (3.4) 2024-08-01 07:07:05.748 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.18.0->neutron==0.0.1.dev46) (2.1.1) 2024-08-01 07:07:05.761 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->neutron==0.0.1.dev46) (0.7) 2024-08-01 07:07:05.881 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->neutron==0.0.1.dev46) (0.13.1) 2024-08-01 07:07:05.906 | 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.dev46) (5.0.0) 2024-08-01 07:07:05.953 | 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.dev46) (2.21) 2024-08-01 07:07:05.975 | 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.dev46) (2.4.2) 2024-08-01 07:07:05.976 | 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.dev46) (5.0.0) 2024-08-01 07:07:05.977 | 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.dev46) (0.5.1) 2024-08-01 07:07:06.129 | 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.dev46) (22.1.0) 2024-08-01 07:07:06.130 | 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.dev46) (0.18.1) 2024-08-01 07:07:06.215 | 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.dev46) (4.9.1) 2024-08-01 07:07:06.216 | 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.dev46) (2.11.0) 2024-08-01 07:07:06.281 | 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.dev46) (0.14.1) 2024-08-01 07:07:06.297 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==0.0.1.dev46) (0.2.5) 2024-08-01 07:07:06.482 | 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.dev46) (0.5.2) 2024-08-01 07:07:06.483 | 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.dev46) (0.4.3) 2024-08-01 07:07:06.525 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=4.44.0->neutron==0.0.1.dev46) (2.5.0) 2024-08-01 07:07:06.683 | 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.dev46) (1.8.2) 2024-08-01 07:07:06.713 | 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.dev46) (3.8.1) 2024-08-01 07:07:06.756 | 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.dev46) (1.5.0) 2024-08-01 07:07:07.426 | 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-08-01 07:07:07.427 | Attempting uninstall: sortedcontainers 2024-08-01 07:07:07.428 | Found existing installation: sortedcontainers 2.1.0 2024-08-01 07:07:07.430 | Not uninstalling sortedcontainers at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-01 07:07:07.430 | Can't uninstall 'sortedcontainers'. No files were found to uninstall. 2024-08-01 07:07:07.822 | Attempting uninstall: ovs 2024-08-01 07:07:07.823 | Found existing installation: ovs 2.17.9 2024-08-01 07:07:07.824 | Not uninstalling ovs at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-01 07:07:07.824 | Can't uninstall 'ovs'. No files were found to uninstall. 2024-08-01 07:07:10.122 | Running setup.py develop for neutron 2024-08-01 07:07:11.179 | Successfully installed logutils-0.3.5 ncclient-0.6.13 neutron neutron-lib-3.4.2 os-client-config-2.1.0 os-ken-2.6.0 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-08-01 07:07:11.180 | 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-08-01 07:07:11.333 | + inc/python:pip_install:196 : result=0 2024-08-01 07:07:11.335 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-01 07:07:11.337 | + functions-common:time_stop:2435 : local name 2024-08-01 07:07:11.338 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:07:11.340 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:07:11.342 | + functions-common:time_stop:2438 : local total 2024-08-01 07:07:11.344 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:07:11.345 | + functions-common:time_stop:2441 : name=pip_install 2024-08-01 07:07:11.347 | + functions-common:time_stop:2442 : start_time=1722496022357 2024-08-01 07:07:11.348 | + functions-common:time_stop:2444 : [[ -z 1722496022357 ]] 2024-08-01 07:07:11.350 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:07:11.354 | + functions-common:time_stop:2447 : end_time=1722496031352 2024-08-01 07:07:11.355 | + functions-common:time_stop:2448 : elapsed_time=8995 2024-08-01 07:07:11.357 | + functions-common:time_stop:2449 : total=58936 2024-08-01 07:07:11.358 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:07:11.360 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=67931 2024-08-01 07:07:11.362 | + inc/python:pip_install:199 : return 0 2024-08-01 07:07:11.363 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-01 07:07:11.365 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/neutron/neutron.egg-info 2024-08-01 07:07:11.367 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/neutron/neutron.egg-info 2024-08-01 07:07:11.381 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/neutron/neutron.egg-info 2024-08-01 07:07:11.391 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/neutron 2024-08-01 07:07:11.394 | + inc/python:use_library_from_git:246 : local name=/opt/stack/neutron 2024-08-01 07:07:11.395 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:07:11.398 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:07:11.399 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/neutron, ]] 2024-08-01 07:07:11.402 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:07:11.403 | + lib/neutron:install_neutron:520 : [[ openvswitch == \o\v\n ]] 2024-08-01 07:07:11.406 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-08-01 07:07:11.407 | + stack.sh:main:960 : is_service_enabled nova 2024-08-01 07:07:11.420 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:07:11.422 | + stack.sh:main:962 : stack_install_service nova 2024-08-01 07:07:11.423 | + lib/stack:stack_install_service:20 : local service=nova 2024-08-01 07:07:11.426 | + lib/stack:stack_install_service:21 : type install_nova 2024-08-01 07:07:11.428 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-08-01 07:07:11.430 | + lib/stack:stack_install_service:32 : install_nova 2024-08-01 07:07:11.431 | + lib/nova:install_nova:914 : use_library_from_git os-vif 2024-08-01 07:07:11.433 | + inc/python:use_library_from_git:246 : local name=os-vif 2024-08-01 07:07:11.435 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:07:11.437 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:07:11.439 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-vif, ]] 2024-08-01 07:07:11.440 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:07:11.442 | + lib/nova:install_nova:919 : is_service_enabled n-cpu 2024-08-01 07:07:11.455 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:07:11.457 | + lib/nova:install_nova:923 : is_service_enabled n-novnc 2024-08-01 07:07:11.469 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:07:11.471 | + lib/nova:install_nova:950 : is_service_enabled n-spice 2024-08-01 07:07:11.483 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:07:11.485 | + lib/nova:install_nova:962 : git_clone https://opendev.org/openstack/nova.git /opt/stack//nova refs/changes/37/905137/3 2024-08-01 07:07:11.487 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/nova.git 2024-08-01 07:07:11.488 | + functions-common:git_clone:613 : local git_dest=/opt/stack//nova 2024-08-01 07:07:11.490 | + functions-common:git_clone:614 : local git_ref=refs/changes/37/905137/3 2024-08-01 07:07:11.491 | + functions-common:git_clone:615 : local orig_dir 2024-08-01 07:07:11.494 | ++ functions-common:git_clone:616 : pwd 2024-08-01 07:07:11.497 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-01 07:07:11.498 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-01 07:07:11.500 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-01 07:07:11.513 | + functions-common:git_clone:619 : RECLONE=False 2024-08-01 07:07:11.514 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-01 07:07:11.516 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-01 07:07:11.518 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-01 07:07:11.519 | + functions-common:git_clone:633 : echo refs/changes/37/905137/3 2024-08-01 07:07:11.520 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-01 07:07:11.523 | + functions-common:git_clone:635 : [[ ! -d /opt/stack//nova ]] 2024-08-01 07:07:11.525 | + functions-common:git_clone:636 : [[ False = \T\r\u\e ]] 2024-08-01 07:07:11.527 | + functions-common:git_clone:641 : git_timed clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-08-01 07:07:11.529 | + functions-common:git_timed:720 : local count=0 2024-08-01 07:07:11.530 | + functions-common:git_timed:721 : local timeout=0 2024-08-01 07:07:11.532 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-01 07:07:11.534 | + functions-common:git_timed:724 : timeout=0 2024-08-01 07:07:11.535 | + functions-common:git_timed:727 : time_start git_timed 2024-08-01 07:07:11.537 | + functions-common:time_start:2421 : local name=git_timed 2024-08-01 07:07:11.538 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:07:11.540 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:07:11.542 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:07:11.545 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496031543 2024-08-01 07:07:11.547 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git clone --depth 10 https://opendev.org/openstack/nova.git /opt/stack//nova 2024-08-01 07:07:11.549 | Cloning into '/opt/stack//nova'... 2024-08-01 07:07:15.492 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-01 07:07:15.494 | + functions-common:time_stop:2435 : local name 2024-08-01 07:07:15.496 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:07:15.497 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:07:15.499 | + functions-common:time_stop:2438 : local total 2024-08-01 07:07:15.501 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:07:15.503 | + functions-common:time_stop:2441 : name=git_timed 2024-08-01 07:07:15.504 | + functions-common:time_stop:2442 : start_time=1722496031543 2024-08-01 07:07:15.506 | + functions-common:time_stop:2444 : [[ -z 1722496031543 ]] 2024-08-01 07:07:15.508 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:07:15.511 | + functions-common:time_stop:2447 : end_time=1722496035510 2024-08-01 07:07:15.513 | + functions-common:time_stop:2448 : elapsed_time=3967 2024-08-01 07:07:15.515 | + functions-common:time_stop:2449 : total=26709 2024-08-01 07:07:15.517 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:07:15.518 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=30676 2024-08-01 07:07:15.520 | + functions-common:git_clone:643 : cd /opt/stack//nova 2024-08-01 07:07:15.522 | + functions-common:git_clone:644 : git_timed fetch https://opendev.org/openstack/nova.git refs/changes/37/905137/3 2024-08-01 07:07:15.523 | + functions-common:git_timed:720 : local count=0 2024-08-01 07:07:15.525 | + functions-common:git_timed:721 : local timeout=0 2024-08-01 07:07:15.527 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-01 07:07:15.529 | + functions-common:git_timed:724 : timeout=0 2024-08-01 07:07:15.530 | + functions-common:git_timed:727 : time_start git_timed 2024-08-01 07:07:15.532 | + functions-common:time_start:2421 : local name=git_timed 2024-08-01 07:07:15.534 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:07:15.535 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:07:15.538 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:07:15.541 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496035538 2024-08-01 07:07:15.542 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch https://opendev.org/openstack/nova.git refs/changes/37/905137/3 2024-08-01 07:08:11.965 | From https://opendev.org/openstack/nova 2024-08-01 07:08:11.965 | * branch refs/changes/37/905137/3 -> FETCH_HEAD 2024-08-01 07:08:11.970 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-01 07:08:11.972 | + functions-common:time_stop:2435 : local name 2024-08-01 07:08:11.974 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:08:11.976 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:08:11.977 | + functions-common:time_stop:2438 : local total 2024-08-01 07:08:11.979 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:08:11.980 | + functions-common:time_stop:2441 : name=git_timed 2024-08-01 07:08:11.982 | + functions-common:time_stop:2442 : start_time=1722496035538 2024-08-01 07:08:11.984 | + functions-common:time_stop:2444 : [[ -z 1722496035538 ]] 2024-08-01 07:08:11.985 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:08:11.989 | + functions-common:time_stop:2447 : end_time=1722496091987 2024-08-01 07:08:11.990 | + functions-common:time_stop:2448 : elapsed_time=56449 2024-08-01 07:08:11.992 | + functions-common:time_stop:2449 : total=30676 2024-08-01 07:08:11.993 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:08:11.995 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=87125 2024-08-01 07:08:11.996 | + functions-common:git_clone:644 : git checkout FETCH_HEAD 2024-08-01 07:08:12.336 | Note: switching to 'FETCH_HEAD'. 2024-08-01 07:08:12.336 | 2024-08-01 07:08:12.336 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-01 07:08:12.336 | changes and commit them, and you can discard any commits you make in this 2024-08-01 07:08:12.336 | state without impacting any branches by switching back to a branch. 2024-08-01 07:08:12.336 | 2024-08-01 07:08:12.336 | If you want to create a new branch to retain commits you create, you may 2024-08-01 07:08:12.336 | do so (now or later) by using -c with the switch command. Example: 2024-08-01 07:08:12.336 | 2024-08-01 07:08:12.336 | git switch -c 2024-08-01 07:08:12.336 | 2024-08-01 07:08:12.336 | Or undo this operation with: 2024-08-01 07:08:12.336 | 2024-08-01 07:08:12.336 | git switch - 2024-08-01 07:08:12.336 | 2024-08-01 07:08:12.336 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-01 07:08:12.336 | 2024-08-01 07:08:12.336 | HEAD is now at 5b417108a7 Refactor vf profile for PCI device 2024-08-01 07:08:12.343 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//nova 2024-08-01 07:08:12.354 | + functions-common:git_clone:695 : cd /opt/stack//nova 2024-08-01 07:08:12.356 | + functions-common:git_clone:696 : git show --oneline 2024-08-01 07:08:12.356 | + functions-common:git_clone:696 : head -1 2024-08-01 07:08:12.367 | 5b417108a7 Refactor vf profile for PCI device 2024-08-01 07:08:12.370 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-01 07:08:12.371 | + lib/nova:install_nova:963 : setup_develop /opt/stack//nova 2024-08-01 07:08:12.373 | + inc/python:setup_develop:334 : local bindep 2024-08-01 07:08:12.375 | + inc/python:setup_develop:335 : [[ /opt/stack//nova == -bindep* ]] 2024-08-01 07:08:12.377 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//nova 2024-08-01 07:08:12.378 | + inc/python:setup_develop:340 : local extras= 2024-08-01 07:08:12.380 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//nova -e 2024-08-01 07:08:12.382 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-01 07:08:12.383 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//nova == -bindep* ]] 2024-08-01 07:08:12.385 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//nova 2024-08-01 07:08:12.387 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-01 07:08:12.389 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-01 07:08:12.391 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//nova 2024-08-01 07:08:12.393 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-01 07:08:12.395 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/nova 2024-08-01 07:08:12.396 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-01 07:08:12.398 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-01 07:08:12.400 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2024-08-01 07:08:12.405 | + inc/python:_setup_package_with_constraints_edit:381 : name=nova 2024-08-01 07:08:12.407 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- nova 2024-08-01 07:08:12.719 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/nova -e 2024-08-01 07:08:12.721 | + inc/python:setup_package:414 : local bindep=0 2024-08-01 07:08:12.723 | + inc/python:setup_package:415 : local bindep_flag= 2024-08-01 07:08:12.725 | + inc/python:setup_package:416 : local bindep_profiles= 2024-08-01 07:08:12.726 | + inc/python:setup_package:417 : [[ /opt/stack/nova == -bindep* ]] 2024-08-01 07:08:12.728 | + inc/python:setup_package:422 : local project_dir=/opt/stack/nova 2024-08-01 07:08:12.730 | + inc/python:setup_package:423 : local flags=-e 2024-08-01 07:08:12.732 | + inc/python:setup_package:424 : local extras= 2024-08-01 07:08:12.734 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-08-01 07:08:12.735 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-08-01 07:08:12.737 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-01 07:08:12.739 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-01 07:08:12.741 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-01 07:08:12.742 | + inc/python:setup_package:442 : pip_install -e /opt/stack/nova 2024-08-01 07:08:12.758 | Using python 3.10 to install /opt/stack/nova 2024-08-01 07:08:12.759 | + 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-08-01 07:08:13.692 | Obtaining file:///opt/stack/nova 2024-08-01 07:08:13.693 | Preparing metadata (setup.py): started 2024-08-01 07:08:16.582 | Preparing metadata (setup.py): finished with status 'done' 2024-08-01 07:08:16.670 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (3.1.2) 2024-08-01 07:08:16.671 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (3.5.2) 2024-08-01 07:08:16.672 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (2.1.1) 2024-08-01 07:08:16.672 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (3.4.1) 2024-08-01 07:08:16.673 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (6.0) 2024-08-01 07:08:16.674 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (2.5.1) 2024-08-01 07:08:16.675 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (1.4.41) 2024-08-01 07:08:16.676 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (1.8.7) 2024-08-01 07:08:16.676 | Requirement already satisfied: alembic>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (1.8.1) 2024-08-01 07:08:16.677 | Requirement already satisfied: castellan>=0.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (4.1.0) 2024-08-01 07:08:16.678 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (38.0.2) 2024-08-01 07:08:16.679 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (0.2.3) 2024-08-01 07:08:16.679 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (5.1.1) 2024-08-01 07:08:16.680 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (0.33.1) 2024-08-01 07:08:16.681 | Requirement already satisfied: futurist>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (2.4.1) 2024-08-01 07:08:16.682 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (1.1.3) 2024-08-01 07:08:16.682 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (1.1.0) 2024-08-01 07:08:16.683 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (4.16.0) 2024-08-01 07:08:16.684 | Requirement already satisfied: keystoneauth1>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (5.1.2) 2024-08-01 07:08:16.685 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (10.2.0) 2024-08-01 07:08:16.685 | Requirement already satisfied: lxml>=4.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (4.9.1) 2024-08-01 07:08:16.860 | Collecting microversion-parse>=0.2.1 2024-08-01 07:08:16.863 | Using cached microversion_parse-1.0.1-py3-none-any.whl (19 kB) 2024-08-01 07:08:16.866 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (0.8.0) 2024-08-01 07:08:16.867 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from nova==0.1.0.dev60277) (0.11.0) 2024-08-01 07:08:16.867 | Requirement already satisfied: openstacksdk>=0.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (1.0.1) 2024-08-01 07:08:16.868 | Requirement already satisfied: os-brick>=5.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (6.2.3) 2024-08-01 07:08:16.869 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (1.1.0) 2024-08-01 07:08:16.870 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (1.7.0) 2024-08-01 07:08:16.871 | Requirement already satisfied: os-traits>=2.9.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (2.10.0) 2024-08-01 07:08:16.872 | Requirement already satisfied: os-vif>=3.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (3.1.1) 2024-08-01 07:08:16.872 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (3.3.1) 2024-08-01 07:08:16.873 | Requirement already satisfied: oslo.concurrency>=5.0.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (5.1.1) 2024-08-01 07:08:16.874 | Requirement already satisfied: oslo.config>=8.6.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (9.1.1) 2024-08-01 07:08:16.875 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (5.1.1) 2024-08-01 07:08:16.875 | Requirement already satisfied: oslo.db>=10.0.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (12.3.2) 2024-08-01 07:08:16.876 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (6.0.0) 2024-08-01 07:08:16.878 | Requirement already satisfied: oslo.limit>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (2.1.0) 2024-08-01 07:08:16.878 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (5.2.0) 2024-08-01 07:08:16.879 | Requirement already satisfied: oslo.messaging>=14.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (14.2.4) 2024-08-01 07:08:16.880 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (5.1.1) 2024-08-01 07:08:16.881 | Requirement already satisfied: oslo.policy>=3.11.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (4.1.1) 2024-08-01 07:08:16.902 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (3.1.0) 2024-08-01 07:08:16.903 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (3.0.0) 2024-08-01 07:08:16.904 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (7.0.1) 2024-08-01 07:08:16.904 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (5.1.1) 2024-08-01 07:08:16.905 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (3.1.2) 2024-08-01 07:08:16.906 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (2.1.1) 2024-08-01 07:08:16.907 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (6.1.0) 2024-08-01 07:08:16.907 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (3.1.0) 2024-08-01 07:08:16.908 | Requirement already satisfied: packaging>=21.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (23.1) 2024-08-01 07:08:16.909 | Requirement already satisfied: paramiko>=2.7.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (2.11.0) 2024-08-01 07:08:16.910 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (5.11.1) 2024-08-01 07:08:16.910 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (5.9.2) 2024-08-01 07:08:16.911 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (9.3.0) 2024-08-01 07:08:16.912 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (2.8.2) 2024-08-01 07:08:16.913 | Requirement already satisfied: python-glanceclient>=2.8.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (4.3.1) 2024-08-01 07:08:16.914 | Requirement already satisfied: python-neutronclient>=7.1.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (9.0.0) 2024-08-01 07:08:16.914 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (2.28.1) 2024-08-01 07:08:16.915 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (1.3.3) 2024-08-01 07:08:16.916 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (1.5.0) 2024-08-01 07:08:16.917 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (0.13.0) 2024-08-01 07:08:16.917 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (5.0.0) 2024-08-01 07:08:16.918 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.10/dist-packages (from nova==0.1.0.dev60277) (3.2.0) 2024-08-01 07:08:16.938 | Collecting websockify>=0.9.0 2024-08-01 07:08:16.938 | Using cached websockify-0.10.0-py3-none-any.whl 2024-08-01 07:08:16.950 | Requirement already satisfied: Mako in /usr/local/lib/python3.10/dist-packages (from alembic>=1.5.0->nova==0.1.0.dev60277) (1.2.3) 2024-08-01 07:08:16.958 | 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.dev60277) (5.5.0) 2024-08-01 07:08:16.977 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.10/dist-packages (from cryptography>=2.7->nova==0.1.0.dev60277) (1.15.1) 2024-08-01 07:08:16.989 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from eventlet>=0.30.1->nova==0.1.0.dev60277) (1.16.0) 2024-08-01 07:08:16.990 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.10/dist-packages (from eventlet>=0.30.1->nova==0.1.0.dev60277) (2.2.1) 2024-08-01 07:08:16.999 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.10/dist-packages (from Jinja2>=2.10->nova==0.1.0.dev60277) (2.1.1) 2024-08-01 07:08:17.016 | Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.10/dist-packages (from jsonschema>=3.2.0->nova==0.1.0.dev60277) (22.1.0) 2024-08-01 07:08:17.017 | 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.dev60277) (0.18.1) 2024-08-01 07:08:17.064 | 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.dev60277) (3.1.1) 2024-08-01 07:08:17.064 | 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.dev60277) (5.1.0) 2024-08-01 07:08:17.087 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60277) (1.0.1) 2024-08-01 07:08:17.088 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60277) (1.4.0) 2024-08-01 07:08:17.089 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60277) (1.4.4) 2024-08-01 07:08:17.090 | 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.dev60277) (1.1.8) 2024-08-01 07:08:17.091 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.35.0->nova==0.1.0.dev60277) (1.32) 2024-08-01 07:08:17.101 | 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.dev60277) (5.9.0) 2024-08-01 07:08:17.103 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.10/dist-packages (from os-brick>=5.2->nova==0.1.0.dev60277) (6.3.1) 2024-08-01 07:08:17.123 | 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.dev60277) (0.7.3) 2024-08-01 07:08:17.125 | 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.dev60277) (2.5.0) 2024-08-01 07:08:17.125 | 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.dev60277) (2.2.2) 2024-08-01 07:08:17.151 | 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.dev60277) (0.18) 2024-08-01 07:08:17.194 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.10/dist-packages (from oslo.db>=10.0.0->nova==0.1.0.dev60277) (0.5.0) 2024-08-01 07:08:17.196 | 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.dev60277) (2.0.1) 2024-08-01 07:08:17.227 | 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.dev60277) (0.9.6) 2024-08-01 07:08:17.252 | 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.dev60277) (5.2.0) 2024-08-01 07:08:17.254 | 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.dev60277) (5.1.1) 2024-08-01 07:08:17.254 | 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.dev60277) (5.2.4) 2024-08-01 07:08:17.256 | 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.dev60277) (0.6.0) 2024-08-01 07:08:17.266 | 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.dev60277) (4.0.0) 2024-08-01 07:08:17.267 | 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.dev60277) (3.3.0) 2024-08-01 07:08:17.287 | 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.dev60277) (1.0.4) 2024-08-01 07:08:17.308 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.10/dist-packages (from oslo.serialization>=4.2.0->nova==0.1.0.dev60277) (2022.4) 2024-08-01 07:08:17.320 | 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.dev60277) (4.0.1) 2024-08-01 07:08:17.321 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.10/dist-packages (from oslo.service>=2.8.0->nova==0.1.0.dev60277) (1.4.0) 2024-08-01 07:08:17.340 | 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.dev60277) (3.0.9) 2024-08-01 07:08:17.379 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=2.7.1->nova==0.1.0.dev60277) (1.5.0) 2024-08-01 07:08:17.390 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste>=2.0.2->nova==0.1.0.dev60277) (59.6.0) 2024-08-01 07:08:17.451 | Requirement already satisfied: wcwidth in /usr/lib/python3/dist-packages (from PrettyTable>=0.7.1->nova==0.1.0.dev60277) (0.2.5) 2024-08-01 07:08:17.500 | 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.dev60277) (2.0.1) 2024-08-01 07:08:17.501 | 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.dev60277) (22.1.0) 2024-08-01 07:08:17.503 | 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.dev60277) (1.14.1) 2024-08-01 07:08:17.519 | 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.dev60277) (3.17.6) 2024-08-01 07:08:17.520 | 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.dev60277) (2.7.0) 2024-08-01 07:08:17.522 | 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.dev60277) (2.1.0) 2024-08-01 07:08:17.523 | 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.dev60277) (4.2.0) 2024-08-01 07:08:17.545 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60277) (3.4) 2024-08-01 07:08:17.546 | Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60277) (2.1.1) 2024-08-01 07:08:17.546 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->nova==0.1.0.dev60277) (2020.6.20) 2024-08-01 07:08:17.547 | 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.dev60277) (1.26.12) 2024-08-01 07:08:17.580 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.10/dist-packages (from Routes>=2.3.1->nova==0.1.0.dev60277) (0.7) 2024-08-01 07:08:17.659 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.1.0.dev60277) (0.5.2) 2024-08-01 07:08:17.659 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.10/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==0.1.0.dev60277) (0.4.3) 2024-08-01 07:08:17.703 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz>=1.58.0->nova==0.1.0.dev60277) (0.13.1) 2024-08-01 07:08:18.156 | Collecting numpy 2024-08-01 07:08:18.243 | Using cached numpy-1.23.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB) 2024-08-01 07:08:18.338 | 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.dev60277) (5.0.0) 2024-08-01 07:08:18.422 | Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==0.1.0.dev60277) (2.21) 2024-08-01 07:08:18.447 | 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.dev60277) (0.5.1) 2024-08-01 07:08:18.449 | 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.dev60277) (2.4.2) 2024-08-01 07:08:18.450 | 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.dev60277) (5.0.0) 2024-08-01 07:08:18.659 | 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.dev60277) (0.14.1) 2024-08-01 07:08:18.674 | 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.dev60277) (2.17.7) 2024-08-01 07:08:18.946 | Requirement already satisfied: testtools in /usr/lib/python3/dist-packages (from testscenarios>=0.4->oslo.db>=10.0.0->nova==0.1.0.dev60277) (2.5.0) 2024-08-01 07:08:19.134 | 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.dev60277) (1.8.2) 2024-08-01 07:08:19.165 | 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.dev60277) (3.8.1) 2024-08-01 07:08:19.180 | 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.dev60277) (2.4.0) 2024-08-01 07:08:19.769 | Installing collected packages: numpy, microversion-parse, websockify, nova 2024-08-01 07:08:21.630 | Running setup.py develop for nova 2024-08-01 07:08:25.054 | Successfully installed microversion-parse-1.0.1 nova numpy-1.23.3 websockify-0.10.0 2024-08-01 07:08:25.055 | 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-08-01 07:08:25.187 | + inc/python:pip_install:196 : result=0 2024-08-01 07:08:25.189 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-01 07:08:25.190 | + functions-common:time_stop:2435 : local name 2024-08-01 07:08:25.192 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:08:25.194 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:08:25.195 | + functions-common:time_stop:2438 : local total 2024-08-01 07:08:25.197 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:08:25.199 | + functions-common:time_stop:2441 : name=pip_install 2024-08-01 07:08:25.200 | + functions-common:time_stop:2442 : start_time=1722496092753 2024-08-01 07:08:25.202 | + functions-common:time_stop:2444 : [[ -z 1722496092753 ]] 2024-08-01 07:08:25.204 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:08:25.207 | + functions-common:time_stop:2447 : end_time=1722496105205 2024-08-01 07:08:25.208 | + functions-common:time_stop:2448 : elapsed_time=12452 2024-08-01 07:08:25.210 | + functions-common:time_stop:2449 : total=67931 2024-08-01 07:08:25.212 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:08:25.213 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=80383 2024-08-01 07:08:25.215 | + inc/python:pip_install:199 : return 0 2024-08-01 07:08:25.217 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-01 07:08:25.218 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/nova/nova.egg-info 2024-08-01 07:08:25.220 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/nova/nova.egg-info 2024-08-01 07:08:25.234 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/nova/nova.egg-info 2024-08-01 07:08:25.243 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/nova 2024-08-01 07:08:25.245 | + inc/python:use_library_from_git:246 : local name=/opt/stack/nova 2024-08-01 07:08:25.247 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:08:25.248 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:08:25.250 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/nova, ]] 2024-08-01 07:08:25.252 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:08:25.254 | + 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-08-01 07:08:25.265 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-08-01 07:08:25.267 | + stack.sh:main:963 : configure_nova 2024-08-01 07:08:25.268 | + lib/nova:configure_nova:249 : sudo install -d -o stack /etc/nova 2024-08-01 07:08:25.278 | + lib/nova:configure_nova:251 : configure_rootwrap nova 2024-08-01 07:08:25.279 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2024-08-01 07:08:25.281 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2024-08-01 07:08:25.284 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2024-08-01 07:08:25.284 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2024-08-01 07:08:25.288 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2024-08-01 07:08:25.289 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2024-08-01 07:08:25.291 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2024-08-01 07:08:25.293 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2024-08-01 07:08:25.295 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack//nova 2024-08-01 07:08:25.296 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack//nova/etc/nova 2024-08-01 07:08:25.298 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2024-08-01 07:08:25.300 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2024-08-01 07:08:25.308 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2024-08-01 07:08:25.317 | + 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-08-01 07:08:25.327 | + 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-08-01 07:08:25.337 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2024-08-01 07:08:25.346 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2024-08-01 07:08:25.348 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2024-08-01 07:08:25.351 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.laEsGU1iMO 2024-08-01 07:08:25.353 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-08-01 07:08:25.355 | + inc/rootwrap:configure_rootwrap:68 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2024-08-01 07:08:25.358 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2024-08-01 07:08:25.359 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-08-01 07:08:25.361 | + inc/rootwrap:configure_rootwrap:72 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2024-08-01 07:08:25.363 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.laEsGU1iMO 2024-08-01 07:08:25.366 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.laEsGU1iMO 2024-08-01 07:08:25.375 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.laEsGU1iMO /etc/sudoers.d/nova-rootwrap 2024-08-01 07:08:25.384 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2024-08-01 07:08:25.387 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2024-08-01 07:08:25.389 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2024-08-01 07:08:25.391 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2024-08-01 07:08:25.393 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2024-08-01 07:08:25.395 | + 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-08-01 07:08:25.396 | + 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-08-01 07:08:25.398 | + 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-08-01 07:08:25.400 | + lib/nova:configure_nova:255 : cp /opt/stack//nova/etc/nova/api-paste.ini /etc/nova 2024-08-01 07:08:25.403 | + lib/nova:configure_nova:258 : is_service_enabled n-cpu 2024-08-01 07:08:25.416 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:08:25.418 | + lib/nova:configure_nova:356 : create_nova_conf 2024-08-01 07:08:25.419 | + lib/nova:create_nova_conf:430 : rm -f /opt/stack//nova/bin/nova.conf 2024-08-01 07:08:25.422 | + lib/nova:create_nova_conf:433 : rm -f /etc/nova/nova.conf 2024-08-01 07:08:25.425 | + lib/nova:create_nova_conf:434 : iniset /etc/nova/nova.conf DEFAULT debug True 2024-08-01 07:08:25.449 | + lib/nova:create_nova_conf:435 : '[' True == True ']' 2024-08-01 07:08:25.451 | + lib/nova:create_nova_conf:436 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2024-08-01 07:08:25.473 | + lib/nova:create_nova_conf:438 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2024-08-01 07:08:25.496 | + lib/nova:create_nova_conf:439 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2024-08-01 07:08:25.517 | + lib/nova:create_nova_conf:440 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2024-08-01 07:08:25.541 | + lib/nova:create_nova_conf:441 : iniset /etc/nova/nova.conf scheduler workers 2 2024-08-01 07:08:25.564 | + lib/nova:create_nova_conf:442 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2024-08-01 07:08:25.588 | + lib/nova:create_nova_conf:443 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.180.1.21 2024-08-01 07:08:25.610 | + lib/nova:create_nova_conf:444 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2024-08-01 07:08:25.633 | + lib/nova:create_nova_conf:445 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2024-08-01 07:08:25.654 | + lib/nova:create_nova_conf:446 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2024-08-01 07:08:25.676 | + lib/nova:create_nova_conf:447 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2024-08-01 07:08:25.697 | + lib/nova:create_nova_conf:449 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2024-08-01 07:08:25.720 | + lib/nova:create_nova_conf:451 : is_fedora 2024-08-01 07:08:25.721 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-01 07:08:25.723 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-01 07:08:25.725 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-01 07:08:25.726 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-01 07:08:25.728 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-01 07:08:25.730 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-01 07:08:25.731 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-01 07:08:25.733 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-01 07:08:25.735 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-01 07:08:25.736 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-01 07:08:25.738 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-01 07:08:25.740 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-01 07:08:25.741 | + lib/nova:create_nova_conf:451 : is_suse 2024-08-01 07:08:25.743 | + functions-common:is_suse:544 : is_opensuse 2024-08-01 07:08:25.745 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-01 07:08:25.746 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-01 07:08:25.748 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-01 07:08:25.750 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-01 07:08:25.752 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-01 07:08:25.753 | + lib/nova:create_nova_conf:460 : is_service_enabled n-api n-cond n-sched 2024-08-01 07:08:25.765 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:08:25.767 | + lib/nova:create_nova_conf:464 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-01 07:08:25.769 | + lib/nova:create_nova_conf:465 : local db=nova_cell1 2024-08-01 07:08:25.771 | ++ lib/nova:create_nova_conf:473 : database_connection_url nova_cell1 2024-08-01 07:08:25.773 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-08-01 07:08:25.774 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-08-01 07:08:25.776 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2024-08-01 07:08:25.778 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-01 07:08:25.780 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-01 07:08:25.781 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2024-08-01 07:08:25.784 | + 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-08-01 07:08:25.807 | ++ lib/nova:create_nova_conf:474 : database_connection_url nova_api 2024-08-01 07:08:25.809 | ++ lib/database:database_connection_url:134 : local db=nova_api 2024-08-01 07:08:25.811 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2024-08-01 07:08:25.813 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_api 2024-08-01 07:08:25.814 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-01 07:08:25.816 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-01 07:08:25.818 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_api?charset=utf8' 2024-08-01 07:08:25.820 | + 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-08-01 07:08:25.843 | + lib/nova:create_nova_conf:479 : iniset /etc/nova/nova.conf cache enabled True 2024-08-01 07:08:25.866 | + lib/nova:create_nova_conf:480 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2024-08-01 07:08:25.890 | + lib/nova:create_nova_conf:481 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2024-08-01 07:08:25.916 | + lib/nova:create_nova_conf:484 : is_service_enabled n-api 2024-08-01 07:08:25.929 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:08:25.931 | + lib/nova:create_nova_conf:485 : is_service_enabled n-api-meta 2024-08-01 07:08:25.944 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:08:25.947 | ++ lib/nova:create_nova_conf:487 : echo osapi_compute,metadata 2024-08-01 07:08:25.947 | ++ lib/nova:create_nova_conf:487 : sed s/,metadata// 2024-08-01 07:08:25.951 | + lib/nova:create_nova_conf:487 : NOVA_ENABLED_APIS=osapi_compute 2024-08-01 07:08:25.953 | + lib/nova:create_nova_conf:489 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2024-08-01 07:08:25.979 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2024-08-01 07:08:25.982 | + lib/nova:create_nova_conf:490 : [[ False == \T\r\u\e ]] 2024-08-01 07:08:25.984 | + lib/nova:create_nova_conf:494 : iniset /etc/nova/nova.conf oslo_policy enforce_new_defaults False 2024-08-01 07:08:26.010 | + lib/nova:create_nova_conf:495 : iniset /etc/nova/nova.conf oslo_policy enforce_scope False 2024-08-01 07:08:26.033 | + lib/nova:create_nova_conf:497 : is_service_enabled tls-proxy 2024-08-01 07:08:26.046 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:08:26.048 | + lib/nova:create_nova_conf:503 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2024-08-01 07:08:26.050 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/nova/nova.conf 2024-08-01 07:08:26.052 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-08-01 07:08:26.054 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-08-01 07:08:26.055 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2024-08-01 07:08:26.080 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2024-08-01 07:08:26.104 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-08-01 07:08:26.127 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2024-08-01 07:08:26.150 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken password nomoresecret 2024-08-01 07:08:26.173 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2024-08-01 07:08:26.194 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2024-08-01 07:08:26.216 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2024-08-01 07:08:26.237 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-08-01 07:08:26.259 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2024-08-01 07:08:26.280 | + lib/nova:create_nova_conf:506 : is_service_enabled cinder 2024-08-01 07:08:26.293 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:08:26.294 | + lib/nova:create_nova_conf:507 : configure_cinder_access 2024-08-01 07:08:26.296 | + lib/nova:configure_cinder_access:634 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2024-08-01 07:08:26.320 | + lib/nova:configure_cinder_access:635 : iniset /etc/nova/nova.conf cinder auth_type password 2024-08-01 07:08:26.344 | + lib/nova:configure_cinder_access:636 : iniset /etc/nova/nova.conf cinder auth_url http://10.180.1.21/identity 2024-08-01 07:08:26.367 | + lib/nova:configure_cinder_access:643 : iniset /etc/nova/nova.conf cinder username nova 2024-08-01 07:08:26.389 | + lib/nova:configure_cinder_access:644 : iniset /etc/nova/nova.conf cinder password nomoresecret 2024-08-01 07:08:26.410 | + lib/nova:configure_cinder_access:645 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2024-08-01 07:08:26.432 | + lib/nova:configure_cinder_access:646 : iniset /etc/nova/nova.conf cinder project_name service 2024-08-01 07:08:26.454 | + lib/nova:configure_cinder_access:647 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2024-08-01 07:08:26.477 | + lib/nova:configure_cinder_access:648 : is_service_enabled tls-proxy 2024-08-01 07:08:26.489 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:08:26.491 | + lib/nova:create_nova_conf:510 : '[' -n /opt/stack/data/nova ']' 2024-08-01 07:08:26.493 | + lib/nova:create_nova_conf:511 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2024-08-01 07:08:26.515 | + lib/nova:create_nova_conf:512 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2024-08-01 07:08:26.539 | + lib/nova:create_nova_conf:514 : '[' -n /opt/stack/data/nova/instances ']' 2024-08-01 07:08:26.541 | + lib/nova:create_nova_conf:515 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2024-08-01 07:08:26.563 | + lib/nova:create_nova_conf:517 : '[' False '!=' False ']' 2024-08-01 07:08:26.565 | + lib/nova:create_nova_conf:520 : '[' False '!=' False ']' 2024-08-01 07:08:26.566 | + lib/nova:create_nova_conf:526 : is_suse 2024-08-01 07:08:26.568 | + functions-common:is_suse:544 : is_opensuse 2024-08-01 07:08:26.570 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-01 07:08:26.572 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-01 07:08:26.574 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-01 07:08:26.575 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-01 07:08:26.577 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-01 07:08:26.579 | + lib/nova:create_nova_conf:526 : is_fedora 2024-08-01 07:08:26.581 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-01 07:08:26.583 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-01 07:08:26.585 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-01 07:08:26.586 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-01 07:08:26.588 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-01 07:08:26.590 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-01 07:08:26.592 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-01 07:08:26.594 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-01 07:08:26.595 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-01 07:08:26.597 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-01 07:08:26.599 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-01 07:08:26.601 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-01 07:08:26.603 | + lib/nova:create_nova_conf:531 : setup_logging /etc/nova/nova.conf 2024-08-01 07:08:26.604 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova.conf 2024-08-01 07:08:26.606 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova.conf 2024-08-01 07:08:26.609 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-01 07:08:26.621 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-01 07:08:26.623 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-01 07:08:26.625 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-01 07:08:26.626 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-01 07:08:26.628 | + 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-08-01 07:08:26.650 | + 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-08-01 07:08:26.671 | + 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-08-01 07:08:26.693 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-01 07:08:26.715 | + lib/nova:create_nova_conf:533 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2024-08-01 07:08:26.739 | + lib/nova:create_nova_conf:535 : is_service_enabled n-api 2024-08-01 07:08:26.751 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:08:26.753 | + lib/nova:create_nova_conf:536 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2024-08-01 07:08:26.755 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2024-08-01 07:08:26.756 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2024-08-01 07:08:26.758 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2024-08-01 07:08:26.760 | + lib/apache:write_uwsgi_config:257 : local http= 2024-08-01 07:08:26.762 | + lib/apache:write_uwsgi_config:258 : local name= 2024-08-01 07:08:26.764 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2024-08-01 07:08:26.767 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2024-08-01 07:08:26.769 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-08-01 07:08:26.771 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-08-01 07:08:26.781 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-08-01 07:08:26.781 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-08-01 07:08:26.787 | d /var/run/uwsgi 0755 stack root 2024-08-01 07:08:26.790 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-08-01 07:08:26.799 | /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-08-01 07:08:26.802 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2024-08-01 07:08:26.804 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2024-08-01 07:08:26.806 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2024-08-01 07:08:26.830 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2024-08-01 07:08:26.851 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2024-08-01 07:08:26.873 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2024-08-01 07:08:26.895 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2024-08-01 07:08:26.917 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 80 2024-08-01 07:08:26.939 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2024-08-01 07:08:26.962 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2024-08-01 07:08:26.984 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2024-08-01 07:08:27.005 | + 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-08-01 07:08:27.028 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2024-08-01 07:08:27.049 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2024-08-01 07:08:27.071 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2024-08-01 07:08:27.092 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-08-01 07:08:27.094 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-08-01 07:08:27.096 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2024-08-01 07:08:27.098 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2024-08-01 07:08:27.100 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-08-01 07:08:27.102 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:08:27.104 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:08:27.106 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2024-08-01 07:08:27.108 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2024-08-01 07:08:27.110 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2024-08-01 07:08:27.132 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2024-08-01 07:08:27.154 | + 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-08-01 07:08:27.155 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2024-08-01 07:08:27.161 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2024-08-01 07:08:27.164 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2024-08-01 07:08:27.165 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2024-08-01 07:08:27.167 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-08-01 07:08:27.169 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-08-01 07:08:27.171 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-01 07:08:27.173 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:08:27.174 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:08:27.176 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-08-01 07:08:27.178 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-08-01 07:08:27.180 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:08:27.181 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:08:27.183 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2024-08-01 07:08:27.215 | Enabling site nova-api-wsgi. 2024-08-01 07:08:27.218 | To activate the new configuration, you need to run: 2024-08-01 07:08:27.218 | systemctl reload apache2 2024-08-01 07:08:27.221 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-08-01 07:08:27.223 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-01 07:08:27.225 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-01 07:08:27.227 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-01 07:08:27.333 | + lib/nova:create_nova_conf:539 : is_service_enabled n-api-meta 2024-08-01 07:08:27.346 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:08:27.347 | + 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-08-01 07:08:27.349 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2024-08-01 07:08:27.351 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2024-08-01 07:08:27.353 | + lib/apache:write_uwsgi_config:256 : local url= 2024-08-01 07:08:27.354 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2024-08-01 07:08:27.356 | + lib/apache:write_uwsgi_config:258 : local name= 2024-08-01 07:08:27.359 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2024-08-01 07:08:27.362 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2024-08-01 07:08:27.363 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-08-01 07:08:27.365 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-08-01 07:08:27.375 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-08-01 07:08:27.375 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-08-01 07:08:27.382 | d /var/run/uwsgi 0755 stack root 2024-08-01 07:08:27.385 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-08-01 07:08:27.393 | /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-08-01 07:08:27.396 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2024-08-01 07:08:27.398 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2024-08-01 07:08:27.401 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2024-08-01 07:08:27.424 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2024-08-01 07:08:27.447 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2024-08-01 07:08:27.469 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2024-08-01 07:08:27.492 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2024-08-01 07:08:27.514 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 80 2024-08-01 07:08:27.536 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2024-08-01 07:08:27.557 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2024-08-01 07:08:27.579 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2024-08-01 07:08:27.600 | + 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-08-01 07:08:27.623 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2024-08-01 07:08:27.644 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2024-08-01 07:08:27.667 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2024-08-01 07:08:27.688 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2024-08-01 07:08:27.690 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2024-08-01 07:08:27.712 | + lib/nova:create_nova_conf:543 : is_service_enabled ceilometer 2024-08-01 07:08:27.724 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:08:27.726 | + lib/nova:create_nova_conf:551 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2024-08-01 07:08:27.750 | ++ lib/nova:create_nova_conf:552 : get_notification_url 2024-08-01 07:08:27.752 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2024-08-01 07:08:27.754 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2024-08-01 07:08:27.766 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:08:27.768 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-01 07:08:27.770 | + 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-08-01 07:08:27.792 | + lib/nova:create_nova_conf:553 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2024-08-01 07:08:27.816 | + lib/nova:create_nova_conf:554 : iniset_rpc_backend nova /etc/nova/nova.conf 2024-08-01 07:08:27.817 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2024-08-01 07:08:27.819 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2024-08-01 07:08:27.821 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-08-01 07:08:27.823 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-08-01 07:08:27.824 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-08-01 07:08:27.836 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:08:27.839 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-08-01 07:08:27.840 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-08-01 07:08:27.842 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-08-01 07:08:27.854 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:08:27.856 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-01 07:08:27.858 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-01 07:08:27.879 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-08-01 07:08:27.881 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-08-01 07:08:27.883 | + lib/nova:create_nova_conf:556 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2024-08-01 07:08:27.905 | + lib/nova:create_nova_conf:557 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2024-08-01 07:08:27.927 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova.conf conductor workers 2 2024-08-01 07:08:27.950 | + lib/nova:create_nova_conf:561 : is_service_enabled tls-proxy 2024-08-01 07:08:27.963 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:08:27.964 | + lib/nova:create_nova_conf:566 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2024-08-01 07:08:27.988 | + lib/nova:create_nova_conf:568 : '[' True == True ']' 2024-08-01 07:08:27.990 | + lib/nova:create_nova_conf:569 : init_nova_service_user_conf 2024-08-01 07:08:27.992 | + lib/nova:init_nova_service_user_conf:817 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2024-08-01 07:08:28.016 | + lib/nova:init_nova_service_user_conf:818 : iniset /etc/nova/nova.conf service_user auth_type password 2024-08-01 07:08:28.038 | + lib/nova:init_nova_service_user_conf:819 : iniset /etc/nova/nova.conf service_user auth_url http://10.180.1.21/identity 2024-08-01 07:08:28.061 | + lib/nova:init_nova_service_user_conf:820 : iniset /etc/nova/nova.conf service_user username nova 2024-08-01 07:08:28.083 | + lib/nova:init_nova_service_user_conf:821 : iniset /etc/nova/nova.conf service_user password nomoresecret 2024-08-01 07:08:28.105 | + lib/nova:init_nova_service_user_conf:822 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2024-08-01 07:08:28.128 | + lib/nova:init_nova_service_user_conf:823 : iniset /etc/nova/nova.conf service_user project_name service 2024-08-01 07:08:28.151 | + lib/nova:init_nova_service_user_conf:824 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2024-08-01 07:08:28.173 | + lib/nova:init_nova_service_user_conf:825 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2024-08-01 07:08:28.195 | + lib/nova:create_nova_conf:572 : is_service_enabled n-cond 2024-08-01 07:08:28.207 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:08:28.210 | ++ lib/nova:create_nova_conf:573 : seq 1 1 2024-08-01 07:08:28.213 | + lib/nova:create_nova_conf:573 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-08-01 07:08:28.215 | + lib/nova:create_nova_conf:574 : local conf 2024-08-01 07:08:28.216 | + lib/nova:create_nova_conf:575 : local vhost 2024-08-01 07:08:28.218 | ++ lib/nova:create_nova_conf:576 : conductor_conf 1 2024-08-01 07:08:28.220 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-08-01 07:08:28.222 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-08-01 07:08:28.225 | + lib/nova:create_nova_conf:576 : conf=/etc/nova/nova_cell1.conf 2024-08-01 07:08:28.226 | + lib/nova:create_nova_conf:577 : vhost=nova_cell1 2024-08-01 07:08:28.228 | + lib/nova:create_nova_conf:579 : rm -f /etc/nova/nova_cell1.conf 2024-08-01 07:08:28.231 | ++ lib/nova:create_nova_conf:580 : database_connection_url nova_cell1 2024-08-01 07:08:28.233 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2024-08-01 07:08:28.235 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2024-08-01 07:08:28.237 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell1 2024-08-01 07:08:28.239 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-01 07:08:28.241 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-01 07:08:28.243 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8' 2024-08-01 07:08:28.245 | + 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-08-01 07:08:28.270 | + lib/nova:create_nova_conf:581 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2024-08-01 07:08:28.294 | + lib/nova:create_nova_conf:582 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2024-08-01 07:08:28.319 | + lib/nova:create_nova_conf:584 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-01 07:08:28.320 | + lib/nova:create_nova_conf:585 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT 2024-08-01 07:08:28.322 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2024-08-01 07:08:28.324 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2024-08-01 07:08:28.326 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-08-01 07:08:28.328 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-08-01 07:08:28.330 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-08-01 07:08:28.341 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:08:28.343 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-08-01 07:08:28.346 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-08-01 07:08:28.347 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-08-01 07:08:28.359 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:08:28.361 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-01 07:08:28.363 | + 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-08-01 07:08:28.387 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-08-01 07:08:28.388 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-08-01 07:08:28.390 | + lib/nova:create_nova_conf:597 : setup_logging /etc/nova/nova_cell1.conf 2024-08-01 07:08:28.392 | + functions:setup_logging:685 : setup_systemd_logging /etc/nova/nova_cell1.conf 2024-08-01 07:08:28.394 | + functions:setup_systemd_logging:700 : local conf_file=/etc/nova/nova_cell1.conf 2024-08-01 07:08:28.396 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-01 07:08:28.409 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-01 07:08:28.411 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-01 07:08:28.412 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-01 07:08:28.414 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-01 07:08:28.416 | + 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-08-01 07:08:28.439 | + 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-08-01 07:08:28.463 | + 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-08-01 07:08:28.488 | + functions:setup_systemd_logging:717 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-01 07:08:28.512 | + lib/nova:create_nova_conf:604 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-01 07:08:28.514 | + lib/nova:create_nova_conf:605 : configure_console_proxies 2024-08-01 07:08:28.515 | + lib/nova:configure_console_proxies:719 : local conf=/etc/nova/nova.conf 2024-08-01 07:08:28.517 | + lib/nova:configure_console_proxies:720 : local offset=0 2024-08-01 07:08:28.519 | + lib/nova:configure_console_proxies:724 : offset=0 2024-08-01 07:08:28.521 | + lib/nova:configure_console_proxies:726 : is_service_enabled n-novnc 2024-08-01 07:08:28.533 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:08:28.535 | + lib/nova:configure_console_proxies:726 : '[' False '!=' False ']' 2024-08-01 07:08:28.537 | + lib/nova:configure_console_proxies:758 : is_service_enabled n-spice 2024-08-01 07:08:28.549 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:08:28.551 | + lib/nova:configure_console_proxies:763 : is_service_enabled n-sproxy 2024-08-01 07:08:28.563 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:08:28.566 | + lib/nova:configure_nova:358 : is_service_enabled n-cpu 2024-08-01 07:08:28.579 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:08:28.581 | + stack.sh:main:966 : is_service_enabled placement 2024-08-01 07:08:28.594 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:08:28.596 | + stack.sh:main:968 : stack_install_service placement 2024-08-01 07:08:28.598 | + lib/stack:stack_install_service:20 : local service=placement 2024-08-01 07:08:28.600 | + lib/stack:stack_install_service:21 : type install_placement 2024-08-01 07:08:28.602 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2024-08-01 07:08:28.603 | + lib/stack:stack_install_service:32 : install_placement 2024-08-01 07:08:28.606 | + lib/placement:install_placement:150 : install_apache_wsgi 2024-08-01 07:08:28.608 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2024-08-01 07:08:28.610 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:08:28.611 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:08:28.614 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2024-08-01 07:08:28.615 | + functions-common:install_package:1459 : update_package_repo 2024-08-01 07:08:28.618 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-01 07:08:28.619 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-01 07:08:28.621 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-01 07:08:28.623 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-01 07:08:28.625 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-01 07:08:28.627 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:08:28.629 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:08:28.631 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-01 07:08:28.633 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-01 07:08:28.634 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-01 07:08:28.636 | + functions-common:apt_get_update:1186 : return 2024-08-01 07:08:28.638 | + functions-common:install_package:1460 : real_install_package apache2 2024-08-01 07:08:28.640 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-01 07:08:28.642 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:08:28.644 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:08:28.646 | + functions-common:real_install_package:1446 : apt_get install apache2 2024-08-01 07:08:28.662 | + 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-08-01 07:08:28.720 | Reading package lists... 2024-08-01 07:08:28.919 | Building dependency tree... 2024-08-01 07:08:28.920 | Reading state information... 2024-08-01 07:08:29.106 | apache2 is already the newest version (2.4.52-1ubuntu4.12). 2024-08-01 07:08:29.106 | The following packages were automatically installed and are no longer required: 2024-08-01 07:08:29.106 | linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-08-01 07:08:29.106 | linux-headers-6.5.0-21-generic linux-headers-6.5.0-25-generic 2024-08-01 07:08:29.106 | linux-hwe-6.5-headers-6.5.0-21 linux-hwe-6.5-headers-6.5.0-25 2024-08-01 07:08:29.106 | linux-image-5.15.0-105-generic linux-image-6.5.0-21-generic 2024-08-01 07:08:29.106 | linux-image-6.5.0-25-generic linux-modules-5.15.0-105-generic 2024-08-01 07:08:29.106 | linux-modules-6.5.0-21-generic linux-modules-6.5.0-25-generic 2024-08-01 07:08:29.106 | linux-modules-extra-5.15.0-105-generic 2024-08-01 07:08:29.107 | Use 'sudo apt autoremove' to remove them. 2024-08-01 07:08:29.128 | 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded. 2024-08-01 07:08:29.132 | + functions-common:apt_get:1230 : result=0 2024-08-01 07:08:29.134 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-01 07:08:29.136 | + functions-common:time_stop:2435 : local name 2024-08-01 07:08:29.138 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:08:29.140 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:08:29.142 | + functions-common:time_stop:2438 : local total 2024-08-01 07:08:29.144 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:08:29.146 | + functions-common:time_stop:2441 : name=apt-get 2024-08-01 07:08:29.147 | + functions-common:time_stop:2442 : start_time=1722496108660 2024-08-01 07:08:29.150 | + functions-common:time_stop:2444 : [[ -z 1722496108660 ]] 2024-08-01 07:08:29.152 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:08:29.155 | + functions-common:time_stop:2447 : end_time=1722496109153 2024-08-01 07:08:29.157 | + functions-common:time_stop:2448 : elapsed_time=493 2024-08-01 07:08:29.159 | + functions-common:time_stop:2449 : total=8539 2024-08-01 07:08:29.161 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:08:29.163 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9032 2024-08-01 07:08:29.165 | + functions-common:apt_get:1234 : return 0 2024-08-01 07:08:29.167 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2024-08-01 07:08:29.168 | + functions-common:is_package_installed:1468 : [[ -z libapache2-mod-wsgi ]] 2024-08-01 07:08:29.170 | + functions-common:is_package_installed:1472 : [[ -z deb ]] 2024-08-01 07:08:29.172 | + functions-common:is_package_installed:1476 : [[ deb = \d\e\b ]] 2024-08-01 07:08:29.174 | + functions-common:is_package_installed:1477 : dpkg -s libapache2-mod-wsgi 2024-08-01 07:08:29.187 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2024-08-01 07:08:29.190 | + functions-common:install_package:1459 : update_package_repo 2024-08-01 07:08:29.191 | + functions-common:update_package_repo:1431 : NO_UPDATE_REPOS=False 2024-08-01 07:08:29.194 | + functions-common:update_package_repo:1432 : REPOS_UPDATED=True 2024-08-01 07:08:29.195 | + functions-common:update_package_repo:1433 : RETRY_UPDATE=False 2024-08-01 07:08:29.198 | + functions-common:update_package_repo:1435 : [[ False = \T\r\u\e ]] 2024-08-01 07:08:29.199 | + functions-common:update_package_repo:1439 : is_ubuntu 2024-08-01 07:08:29.202 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:08:29.203 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:08:29.206 | + functions-common:update_package_repo:1440 : apt_get_update 2024-08-01 07:08:29.207 | + functions-common:apt_get_update:1185 : [[ True == \T\r\u\e ]] 2024-08-01 07:08:29.209 | + functions-common:apt_get_update:1185 : [[ False != \T\r\u\e ]] 2024-08-01 07:08:29.211 | + functions-common:apt_get_update:1186 : return 2024-08-01 07:08:29.213 | + functions-common:install_package:1460 : real_install_package libapache2-mod-wsgi-py3 2024-08-01 07:08:29.215 | + functions-common:real_install_package:1445 : is_ubuntu 2024-08-01 07:08:29.217 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:08:29.219 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:08:29.221 | + functions-common:real_install_package:1446 : apt_get install libapache2-mod-wsgi-py3 2024-08-01 07:08:29.237 | + 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-08-01 07:08:29.296 | Reading package lists... 2024-08-01 07:08:29.504 | Building dependency tree... 2024-08-01 07:08:29.505 | Reading state information... 2024-08-01 07:08:29.696 | libapache2-mod-wsgi-py3 is already the newest version (4.9.0-1ubuntu0.1). 2024-08-01 07:08:29.696 | The following packages were automatically installed and are no longer required: 2024-08-01 07:08:29.696 | linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-08-01 07:08:29.696 | linux-headers-6.5.0-21-generic linux-headers-6.5.0-25-generic 2024-08-01 07:08:29.696 | linux-hwe-6.5-headers-6.5.0-21 linux-hwe-6.5-headers-6.5.0-25 2024-08-01 07:08:29.696 | linux-image-5.15.0-105-generic linux-image-6.5.0-21-generic 2024-08-01 07:08:29.696 | linux-image-6.5.0-25-generic linux-modules-5.15.0-105-generic 2024-08-01 07:08:29.696 | linux-modules-6.5.0-21-generic linux-modules-6.5.0-25-generic 2024-08-01 07:08:29.696 | linux-modules-extra-5.15.0-105-generic 2024-08-01 07:08:29.696 | Use 'sudo apt autoremove' to remove them. 2024-08-01 07:08:29.719 | 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded. 2024-08-01 07:08:29.723 | + functions-common:apt_get:1230 : result=0 2024-08-01 07:08:29.726 | + functions-common:apt_get:1233 : time_stop apt-get 2024-08-01 07:08:29.727 | + functions-common:time_stop:2435 : local name 2024-08-01 07:08:29.730 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:08:29.731 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:08:29.734 | + functions-common:time_stop:2438 : local total 2024-08-01 07:08:29.735 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:08:29.737 | + functions-common:time_stop:2441 : name=apt-get 2024-08-01 07:08:29.739 | + functions-common:time_stop:2442 : start_time=1722496109235 2024-08-01 07:08:29.741 | + functions-common:time_stop:2444 : [[ -z 1722496109235 ]] 2024-08-01 07:08:29.743 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:08:29.747 | + functions-common:time_stop:2447 : end_time=1722496109745 2024-08-01 07:08:29.749 | + functions-common:time_stop:2448 : elapsed_time=510 2024-08-01 07:08:29.751 | + functions-common:time_stop:2449 : total=9032 2024-08-01 07:08:29.753 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:08:29.755 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9542 2024-08-01 07:08:29.757 | + functions-common:apt_get:1234 : return 0 2024-08-01 07:08:29.759 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2024-08-01 07:08:29.761 | + lib/apache:enable_apache_mod:59 : local mod=wsgi 2024-08-01 07:08:29.763 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-01 07:08:29.765 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:08:29.767 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:08:29.768 | + lib/apache:enable_apache_mod:64 : [[ wsgi != \v\e\r\s\i\o\n ]] 2024-08-01 07:08:29.770 | + lib/apache:enable_apache_mod:64 : a2query -m wsgi 2024-08-01 07:08:29.799 | wsgi (enabled by maintainer script) 2024-08-01 07:08:29.802 | + lib/placement:install_placement:152 : pip_install_gr osc-placement 2024-08-01 07:08:29.803 | + inc/python:pip_install_gr:76 : local name=osc-placement 2024-08-01 07:08:29.805 | + inc/python:pip_install_gr:77 : local clean_name 2024-08-01 07:08:29.808 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2024-08-01 07:08:29.810 | ++ inc/python:get_from_global_requirements:221 : local package=osc-placement 2024-08-01 07:08:29.812 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-08-01 07:08:29.815 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^osc-placement' /opt/stack//requirements/global-requirements.txt 2024-08-01 07:08:29.816 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-08-01 07:08:29.820 | ++ inc/python:get_from_global_requirements:223 : required_pkg='osc-placement ' 2024-08-01 07:08:29.822 | ++ inc/python:get_from_global_requirements:224 : [[ osc-placement == '' ]] 2024-08-01 07:08:29.823 | ++ inc/python:get_from_global_requirements:227 : echo osc-placement 2024-08-01 07:08:29.826 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2024-08-01 07:08:29.828 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2024-08-01 07:08:29.844 | Using python 3.10 to install osc-placement 2024-08-01 07:08:29.846 | + 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-08-01 07:08:30.964 | Collecting osc-placement 2024-08-01 07:08:30.967 | Using cached osc_placement-4.1.0-py3-none-any.whl (64 kB) 2024-08-01 07:08:30.973 | Requirement already satisfied: oslo.utils>=3.37.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (6.1.0) 2024-08-01 07:08:30.974 | Requirement already satisfied: simplejson>=3.16.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (3.17.6) 2024-08-01 07:08:30.975 | Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.11.1) 2024-08-01 07:08:30.976 | Requirement already satisfied: osc-lib>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (2.7.0) 2024-08-01 07:08:30.977 | Requirement already satisfied: keystoneauth1>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from osc-placement) (5.1.2) 2024-08-01 07:08:31.002 | 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-08-01 07:08:31.002 | Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.16.0) 2024-08-01 07:08:31.003 | 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-08-01 07:08:31.004 | 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-08-01 07:08:31.005 | 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-08-01 07:08:31.011 | 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-08-01 07:08:31.012 | 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-08-01 07:08:31.012 | 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-08-01 07:08:31.018 | 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-08-01 07:08:31.019 | 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-08-01 07:08:31.020 | 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-08-01 07:08:31.021 | 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-08-01 07:08:31.022 | 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-08-01 07:08:31.022 | 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-08-01 07:08:31.029 | 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-08-01 07:08:31.030 | 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-08-01 07:08:31.031 | 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-08-01 07:08:31.032 | 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-08-01 07:08:31.033 | 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-08-01 07:08:31.036 | 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-08-01 07:08:31.052 | 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-08-01 07:08:31.054 | 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-08-01 07:08:31.055 | 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-08-01 07:08:31.056 | 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-08-01 07:08:31.057 | 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-08-01 07:08:31.058 | 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-08-01 07:08:31.058 | 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-08-01 07:08:31.076 | 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-08-01 07:08:31.077 | 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-08-01 07:08:31.077 | 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-08-01 07:08:31.078 | 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-08-01 07:08:31.132 | 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-08-01 07:08:31.133 | 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-08-01 07:08:31.134 | 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-08-01 07:08:31.152 | 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-08-01 07:08:31.179 | 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-08-01 07:08:31.239 | 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-08-01 07:08:32.056 | Installing collected packages: osc-placement 2024-08-01 07:08:32.132 | Successfully installed osc-placement-4.1.0 2024-08-01 07:08:32.133 | 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-08-01 07:08:32.234 | + inc/python:pip_install:196 : result=0 2024-08-01 07:08:32.236 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-01 07:08:32.238 | + functions-common:time_stop:2435 : local name 2024-08-01 07:08:32.240 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:08:32.242 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:08:32.244 | + functions-common:time_stop:2438 : local total 2024-08-01 07:08:32.245 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:08:32.247 | + functions-common:time_stop:2441 : name=pip_install 2024-08-01 07:08:32.249 | + functions-common:time_stop:2442 : start_time=1722496109840 2024-08-01 07:08:32.251 | + functions-common:time_stop:2444 : [[ -z 1722496109840 ]] 2024-08-01 07:08:32.253 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:08:32.256 | + functions-common:time_stop:2447 : end_time=1722496112254 2024-08-01 07:08:32.258 | + functions-common:time_stop:2448 : elapsed_time=2414 2024-08-01 07:08:32.260 | + functions-common:time_stop:2449 : total=80383 2024-08-01 07:08:32.262 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:08:32.264 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=82797 2024-08-01 07:08:32.266 | + inc/python:pip_install:199 : return 0 2024-08-01 07:08:32.267 | + lib/placement:install_placement:153 : git_clone https://opendev.org/openstack/placement.git /opt/stack//placement stable/2023.1 2024-08-01 07:08:32.270 | + functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/placement.git 2024-08-01 07:08:32.271 | + functions-common:git_clone:613 : local git_dest=/opt/stack//placement 2024-08-01 07:08:32.273 | + functions-common:git_clone:614 : local git_ref=stable/2023.1 2024-08-01 07:08:32.275 | + functions-common:git_clone:615 : local orig_dir 2024-08-01 07:08:32.277 | ++ functions-common:git_clone:616 : pwd 2024-08-01 07:08:32.279 | + functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-01 07:08:32.281 | + functions-common:git_clone:617 : local git_clone_flags= 2024-08-01 07:08:32.283 | ++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-01 07:08:32.296 | + functions-common:git_clone:619 : RECLONE=False 2024-08-01 07:08:32.298 | + functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-01 07:08:32.300 | + functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-01 07:08:32.302 | + functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-01 07:08:32.304 | + functions-common:git_clone:633 : echo stable/2023.1 2024-08-01 07:08:32.304 | + functions-common:git_clone:633 : egrep -q '^refs' 2024-08-01 07:08:32.308 | + functions-common:git_clone:647 : [[ ! -d /opt/stack//placement ]] 2024-08-01 07:08:32.310 | + functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-01 07:08:32.312 | + functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/placement.git /opt/stack//placement 2024-08-01 07:08:32.314 | + functions-common:git_timed:720 : local count=0 2024-08-01 07:08:32.315 | + functions-common:git_timed:721 : local timeout=0 2024-08-01 07:08:32.317 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-01 07:08:32.319 | + functions-common:git_timed:724 : timeout=0 2024-08-01 07:08:32.320 | + functions-common:git_timed:727 : time_start git_timed 2024-08-01 07:08:32.322 | + functions-common:time_start:2421 : local name=git_timed 2024-08-01 07:08:32.324 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:08:32.325 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:08:32.327 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:08:32.330 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496112328 2024-08-01 07:08:32.332 | + 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-08-01 07:08:32.334 | Cloning into '/opt/stack//placement'... 2024-08-01 07:08:34.005 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-01 07:08:34.007 | + functions-common:time_stop:2435 : local name 2024-08-01 07:08:34.009 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:08:34.010 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:08:34.012 | + functions-common:time_stop:2438 : local total 2024-08-01 07:08:34.013 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:08:34.015 | + functions-common:time_stop:2441 : name=git_timed 2024-08-01 07:08:34.017 | + functions-common:time_stop:2442 : start_time=1722496112328 2024-08-01 07:08:34.018 | + functions-common:time_stop:2444 : [[ -z 1722496112328 ]] 2024-08-01 07:08:34.021 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:08:34.023 | + functions-common:time_stop:2447 : end_time=1722496114021 2024-08-01 07:08:34.025 | + functions-common:time_stop:2448 : elapsed_time=1693 2024-08-01 07:08:34.026 | + functions-common:time_stop:2449 : total=87125 2024-08-01 07:08:34.028 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:08:34.030 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=88818 2024-08-01 07:08:34.031 | + functions-common:git_clone:654 : cd /opt/stack//placement 2024-08-01 07:08:34.033 | + functions-common:git_clone:655 : git_timed fetch --depth 10 origin stable/2023.1 2024-08-01 07:08:34.035 | + functions-common:git_timed:720 : local count=0 2024-08-01 07:08:34.036 | + functions-common:git_timed:721 : local timeout=0 2024-08-01 07:08:34.038 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-01 07:08:34.040 | + functions-common:git_timed:724 : timeout=0 2024-08-01 07:08:34.042 | + functions-common:git_timed:727 : time_start git_timed 2024-08-01 07:08:34.043 | + functions-common:time_start:2421 : local name=git_timed 2024-08-01 07:08:34.045 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:08:34.047 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:08:34.049 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:08:34.052 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496114050 2024-08-01 07:08:34.054 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin stable/2023.1 2024-08-01 07:08:35.422 | From https://opendev.org/openstack/placement 2024-08-01 07:08:35.422 | * branch stable/2023.1 -> FETCH_HEAD 2024-08-01 07:08:35.426 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-01 07:08:35.428 | + functions-common:time_stop:2435 : local name 2024-08-01 07:08:35.430 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:08:35.432 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:08:35.433 | + functions-common:time_stop:2438 : local total 2024-08-01 07:08:35.435 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:08:35.437 | + functions-common:time_stop:2441 : name=git_timed 2024-08-01 07:08:35.439 | + functions-common:time_stop:2442 : start_time=1722496114050 2024-08-01 07:08:35.440 | + functions-common:time_stop:2444 : [[ -z 1722496114050 ]] 2024-08-01 07:08:35.442 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:08:35.446 | + functions-common:time_stop:2447 : end_time=1722496115444 2024-08-01 07:08:35.447 | + functions-common:time_stop:2448 : elapsed_time=1394 2024-08-01 07:08:35.449 | + functions-common:time_stop:2449 : total=88818 2024-08-01 07:08:35.451 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:08:35.453 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=90212 2024-08-01 07:08:35.454 | + functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-01 07:08:35.456 | + functions-common:git_timed:720 : local count=0 2024-08-01 07:08:35.458 | + functions-common:git_timed:721 : local timeout=0 2024-08-01 07:08:35.460 | + functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-01 07:08:35.462 | + functions-common:git_timed:724 : timeout=0 2024-08-01 07:08:35.464 | + functions-common:git_timed:727 : time_start git_timed 2024-08-01 07:08:35.466 | + functions-common:time_start:2421 : local name=git_timed 2024-08-01 07:08:35.467 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:08:35.469 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:08:35.472 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:08:35.475 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496115473 2024-08-01 07:08:35.477 | + functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-01 07:08:35.503 | Note: switching to 'FETCH_HEAD'. 2024-08-01 07:08:35.503 | 2024-08-01 07:08:35.503 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-01 07:08:35.503 | changes and commit them, and you can discard any commits you make in this 2024-08-01 07:08:35.503 | state without impacting any branches by switching back to a branch. 2024-08-01 07:08:35.503 | 2024-08-01 07:08:35.503 | If you want to create a new branch to retain commits you create, you may 2024-08-01 07:08:35.503 | do so (now or later) by using -c with the switch command. Example: 2024-08-01 07:08:35.503 | 2024-08-01 07:08:35.503 | git switch -c 2024-08-01 07:08:35.503 | 2024-08-01 07:08:35.503 | Or undo this operation with: 2024-08-01 07:08:35.503 | 2024-08-01 07:08:35.503 | git switch - 2024-08-01 07:08:35.503 | 2024-08-01 07:08:35.503 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-01 07:08:35.503 | 2024-08-01 07:08:35.504 | HEAD is now at b3652fe Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-08-01 07:08:35.506 | + functions-common:git_timed:742 : time_stop git_timed 2024-08-01 07:08:35.508 | + functions-common:time_stop:2435 : local name 2024-08-01 07:08:35.510 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:08:35.512 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:08:35.513 | + functions-common:time_stop:2438 : local total 2024-08-01 07:08:35.515 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:08:35.517 | + functions-common:time_stop:2441 : name=git_timed 2024-08-01 07:08:35.518 | + functions-common:time_stop:2442 : start_time=1722496115473 2024-08-01 07:08:35.520 | + functions-common:time_stop:2444 : [[ -z 1722496115473 ]] 2024-08-01 07:08:35.522 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:08:35.525 | + functions-common:time_stop:2447 : end_time=1722496115523 2024-08-01 07:08:35.527 | + functions-common:time_stop:2448 : elapsed_time=50 2024-08-01 07:08:35.529 | + functions-common:time_stop:2449 : total=90212 2024-08-01 07:08:35.530 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:08:35.532 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=90262 2024-08-01 07:08:35.534 | + functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//placement 2024-08-01 07:08:35.545 | + functions-common:git_clone:695 : cd /opt/stack//placement 2024-08-01 07:08:35.547 | + functions-common:git_clone:696 : git show --oneline 2024-08-01 07:08:35.547 | + functions-common:git_clone:696 : head -1 2024-08-01 07:08:35.549 | b3652fe Update TOX_CONSTRAINTS_FILE for stable/2023.1 2024-08-01 07:08:35.551 | + functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-01 07:08:35.554 | + lib/placement:install_placement:154 : setup_develop /opt/stack//placement 2024-08-01 07:08:35.555 | + inc/python:setup_develop:334 : local bindep 2024-08-01 07:08:35.557 | + inc/python:setup_develop:335 : [[ /opt/stack//placement == -bindep* ]] 2024-08-01 07:08:35.559 | + inc/python:setup_develop:339 : local project_dir=/opt/stack//placement 2024-08-01 07:08:35.561 | + inc/python:setup_develop:340 : local extras= 2024-08-01 07:08:35.562 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//placement -e 2024-08-01 07:08:35.564 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-01 07:08:35.566 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//placement == -bindep* ]] 2024-08-01 07:08:35.568 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//placement 2024-08-01 07:08:35.570 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-01 07:08:35.571 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-01 07:08:35.574 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//placement 2024-08-01 07:08:35.576 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-01 07:08:35.578 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/placement 2024-08-01 07:08:35.580 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-01 07:08:35.582 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-01 07:08:35.584 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2024-08-01 07:08:35.588 | + inc/python:_setup_package_with_constraints_edit:381 : name=openstack-placement 2024-08-01 07:08:35.590 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- openstack-placement 2024-08-01 07:08:35.902 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/placement -e 2024-08-01 07:08:35.904 | + inc/python:setup_package:414 : local bindep=0 2024-08-01 07:08:35.906 | + inc/python:setup_package:415 : local bindep_flag= 2024-08-01 07:08:35.909 | + inc/python:setup_package:416 : local bindep_profiles= 2024-08-01 07:08:35.911 | + inc/python:setup_package:417 : [[ /opt/stack/placement == -bindep* ]] 2024-08-01 07:08:35.913 | + inc/python:setup_package:422 : local project_dir=/opt/stack/placement 2024-08-01 07:08:35.915 | + inc/python:setup_package:423 : local flags=-e 2024-08-01 07:08:35.917 | + inc/python:setup_package:424 : local extras= 2024-08-01 07:08:35.919 | + inc/python:setup_package:428 : [[ -n -e ]] 2024-08-01 07:08:35.921 | + inc/python:setup_package:428 : [[ -z '' ]] 2024-08-01 07:08:35.923 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-01 07:08:35.925 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-01 07:08:35.927 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-01 07:08:35.929 | + inc/python:setup_package:442 : pip_install -e /opt/stack/placement 2024-08-01 07:08:35.945 | Using python 3.10 to install /opt/stack/placement 2024-08-01 07:08:35.947 | + 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-08-01 07:08:36.875 | Obtaining file:///opt/stack/placement 2024-08-01 07:08:36.876 | Preparing metadata (setup.py): started 2024-08-01 07:08:37.251 | Preparing metadata (setup.py): finished with status 'done' 2024-08-01 07:08:37.307 | 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-08-01 07:08:37.308 | 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-08-01 07:08:37.309 | 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-08-01 07:08:37.309 | 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-08-01 07:08:37.310 | 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-08-01 07:08:37.311 | 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-08-01 07:08:37.311 | 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-08-01 07:08:37.312 | 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-08-01 07:08:37.313 | 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-08-01 07:08:37.313 | 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-08-01 07:08:37.314 | 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-08-01 07:08:37.315 | 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-08-01 07:08:37.315 | 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-08-01 07:08:37.316 | 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-08-01 07:08:37.317 | 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-08-01 07:08:37.318 | 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.1) 2024-08-01 07:08:37.318 | 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-08-01 07:08:37.319 | 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-08-01 07:08:37.320 | 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-08-01 07:08:37.320 | 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-08-01 07:08:37.321 | 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-08-01 07:08:37.339 | 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-08-01 07:08:37.340 | 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-08-01 07:08:37.364 | 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-08-01 07:08:37.365 | 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.2) 2024-08-01 07:08:37.366 | 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-08-01 07:08:37.367 | 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-08-01 07:08:37.367 | 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-08-01 07:08:37.368 | 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-08-01 07:08:37.377 | 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-08-01 07:08:37.395 | 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-08-01 07:08:37.395 | 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-08-01 07:08:37.396 | 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-08-01 07:08:37.397 | 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-08-01 07:08:37.398 | 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-08-01 07:08:37.442 | 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-08-01 07:08:37.443 | 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-08-01 07:08:37.444 | 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-08-01 07:08:37.445 | 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-08-01 07:08:37.463 | 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-08-01 07:08:37.465 | 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-08-01 07:08:37.474 | 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-08-01 07:08:37.475 | 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-08-01 07:08:37.475 | 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-08-01 07:08:37.486 | 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-08-01 07:08:37.487 | 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-08-01 07:08:37.492 | 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-08-01 07:08:37.499 | 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-08-01 07:08:37.500 | 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-08-01 07:08:37.501 | 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-08-01 07:08:37.501 | 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-08-01 07:08:37.512 | 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-08-01 07:08:37.513 | 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-08-01 07:08:37.513 | 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-08-01 07:08:37.514 | 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-08-01 07:08:37.521 | 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-08-01 07:08:37.582 | 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-08-01 07:08:37.596 | 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-08-01 07:08:37.638 | 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-08-01 07:08:37.656 | 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-08-01 07:08:37.682 | 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-08-01 07:08:37.713 | 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-08-01 07:08:37.729 | 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-08-01 07:08:37.799 | 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-08-01 07:08:37.799 | 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-08-01 07:08:37.800 | 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-08-01 07:08:37.824 | 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-08-01 07:08:38.624 | Installing collected packages: openstack-placement 2024-08-01 07:08:38.625 | Running setup.py develop for openstack-placement 2024-08-01 07:08:39.246 | Successfully installed openstack-placement 2024-08-01 07:08:39.247 | 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-08-01 07:08:39.354 | + inc/python:pip_install:196 : result=0 2024-08-01 07:08:39.356 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-01 07:08:39.358 | + functions-common:time_stop:2435 : local name 2024-08-01 07:08:39.360 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:08:39.362 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:08:39.364 | + functions-common:time_stop:2438 : local total 2024-08-01 07:08:39.365 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:08:39.367 | + functions-common:time_stop:2441 : name=pip_install 2024-08-01 07:08:39.369 | + functions-common:time_stop:2442 : start_time=1722496115940 2024-08-01 07:08:39.371 | + functions-common:time_stop:2444 : [[ -z 1722496115940 ]] 2024-08-01 07:08:39.373 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:08:39.376 | + functions-common:time_stop:2447 : end_time=1722496119374 2024-08-01 07:08:39.378 | + functions-common:time_stop:2448 : elapsed_time=3434 2024-08-01 07:08:39.380 | + functions-common:time_stop:2449 : total=82797 2024-08-01 07:08:39.381 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:08:39.383 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=86231 2024-08-01 07:08:39.385 | + inc/python:pip_install:199 : return 0 2024-08-01 07:08:39.387 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-01 07:08:39.389 | + inc/python:setup_package:445 : safe_chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-08-01 07:08:39.391 | + functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-08-01 07:08:39.406 | + functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/placement/openstack_placement.egg-info 2024-08-01 07:08:39.415 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/placement 2024-08-01 07:08:39.418 | + inc/python:use_library_from_git:246 : local name=/opt/stack/placement 2024-08-01 07:08:39.419 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:08:39.422 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:08:39.423 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/placement, ]] 2024-08-01 07:08:39.426 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:08:39.428 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2024-08-01 07:08:39.430 | + stack.sh:main:969 : configure_placement 2024-08-01 07:08:39.432 | + lib/placement:configure_placement:112 : sudo install -d -o stack /etc/placement 2024-08-01 07:08:39.442 | + lib/placement:configure_placement:113 : create_placement_conf 2024-08-01 07:08:39.445 | + lib/placement:create_placement_conf:102 : rm -f /etc/placement/placement.conf 2024-08-01 07:08:39.448 | ++ lib/placement:create_placement_conf:103 : database_connection_url placement 2024-08-01 07:08:39.451 | ++ lib/database:database_connection_url:134 : local db=placement 2024-08-01 07:08:39.453 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2024-08-01 07:08:39.455 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=placement 2024-08-01 07:08:39.457 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-01 07:08:39.459 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-01 07:08:39.461 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/placement?charset=utf8' 2024-08-01 07:08:39.463 | + 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-08-01 07:08:39.491 | + lib/placement:create_placement_conf:104 : iniset /etc/placement/placement.conf DEFAULT debug True 2024-08-01 07:08:39.517 | + lib/placement:create_placement_conf:105 : iniset /etc/placement/placement.conf api auth_strategy keystone 2024-08-01 07:08:39.543 | + lib/placement:create_placement_conf:106 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2024-08-01 07:08:39.545 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/placement/placement.conf 2024-08-01 07:08:39.547 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-08-01 07:08:39.549 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-08-01 07:08:39.551 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2024-08-01 07:08:39.577 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2024-08-01 07:08:39.601 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-08-01 07:08:39.625 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2024-08-01 07:08:39.650 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken password nomoresecret 2024-08-01 07:08:39.675 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2024-08-01 07:08:39.700 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2024-08-01 07:08:39.723 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2024-08-01 07:08:39.747 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-08-01 07:08:39.771 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2024-08-01 07:08:39.794 | + lib/placement:create_placement_conf:107 : setup_logging /etc/placement/placement.conf 2024-08-01 07:08:39.796 | + functions:setup_logging:685 : setup_systemd_logging /etc/placement/placement.conf 2024-08-01 07:08:39.798 | + functions:setup_systemd_logging:700 : local conf_file=/etc/placement/placement.conf 2024-08-01 07:08:39.800 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-01 07:08:39.814 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-01 07:08:39.816 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-01 07:08:39.818 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-01 07:08:39.820 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-01 07:08:39.822 | + 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-08-01 07:08:39.845 | + 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-08-01 07:08:39.868 | + 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-08-01 07:08:39.892 | + functions:setup_systemd_logging:717 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-01 07:08:39.915 | + lib/placement:configure_placement:115 : [[ uwsgi == \u\w\s\g\i ]] 2024-08-01 07:08:39.917 | + lib/placement:configure_placement:116 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2024-08-01 07:08:39.919 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2024-08-01 07:08:39.921 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2024-08-01 07:08:39.923 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2024-08-01 07:08:39.925 | + lib/apache:write_uwsgi_config:257 : local http= 2024-08-01 07:08:39.926 | + lib/apache:write_uwsgi_config:258 : local name= 2024-08-01 07:08:39.929 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2024-08-01 07:08:39.932 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2024-08-01 07:08:39.934 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2024-08-01 07:08:39.936 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2024-08-01 07:08:39.945 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 stack root' 2024-08-01 07:08:39.946 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2024-08-01 07:08:39.952 | d /var/run/uwsgi 0755 stack root 2024-08-01 07:08:39.955 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2024-08-01 07:08:39.963 | /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-08-01 07:08:39.966 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2024-08-01 07:08:39.968 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2024-08-01 07:08:39.971 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2024-08-01 07:08:39.996 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2024-08-01 07:08:40.019 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2024-08-01 07:08:40.042 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2024-08-01 07:08:40.065 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2024-08-01 07:08:40.088 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 80 2024-08-01 07:08:40.111 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2024-08-01 07:08:40.134 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2024-08-01 07:08:40.157 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2024-08-01 07:08:40.180 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2024-08-01 07:08:40.203 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2024-08-01 07:08:40.226 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2024-08-01 07:08:40.249 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2024-08-01 07:08:40.273 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2024-08-01 07:08:40.275 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2024-08-01 07:08:40.277 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2024-08-01 07:08:40.279 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2024-08-01 07:08:40.282 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2024-08-01 07:08:40.284 | ++ functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:08:40.286 | ++ functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:08:40.287 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2024-08-01 07:08:40.290 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2024-08-01 07:08:40.292 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2024-08-01 07:08:40.315 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2024-08-01 07:08:40.338 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2024-08-01 07:08:40.339 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2024-08-01 07:08:40.345 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2024-08-01 07:08:40.349 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2024-08-01 07:08:40.351 | + lib/apache:enable_apache_site:203 : local site=placement-api 2024-08-01 07:08:40.352 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2024-08-01 07:08:40.354 | + lib/apache:enable_apache_mod:59 : local mod=version 2024-08-01 07:08:40.356 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2024-08-01 07:08:40.358 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:08:40.360 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:08:40.362 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2024-08-01 07:08:40.364 | + lib/apache:enable_apache_site:206 : is_ubuntu 2024-08-01 07:08:40.366 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:08:40.368 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:08:40.370 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2024-08-01 07:08:40.401 | Enabling site placement-api. 2024-08-01 07:08:40.405 | To activate the new configuration, you need to run: 2024-08-01 07:08:40.405 | systemctl reload apache2 2024-08-01 07:08:40.409 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2024-08-01 07:08:40.411 | + lib/apache:restart_apache_server:250 : restart_service apache2 2024-08-01 07:08:40.413 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-01 07:08:40.415 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart apache2 2024-08-01 07:08:40.524 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-08-01 07:08:40.526 | + lib/placement:configure_placement:120 : [[ False == \T\r\u\e ]] 2024-08-01 07:08:40.528 | + lib/placement:configure_placement:124 : iniset /etc/placement/placement.conf oslo_policy enforce_new_defaults False 2024-08-01 07:08:40.555 | + lib/placement:configure_placement:125 : iniset /etc/placement/placement.conf oslo_policy enforce_scope False 2024-08-01 07:08:40.579 | + stack.sh:main:976 : is_service_enabled placement placement-client 2024-08-01 07:08:40.593 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:08:40.595 | + stack.sh:main:977 : is_service_enabled n-cpu 2024-08-01 07:08:40.609 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:08:40.611 | + stack.sh:main:977 : is_service_enabled n-sch 2024-08-01 07:08:40.625 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:08:40.627 | + stack.sh:main:978 : configure_placement_nova_compute 2024-08-01 07:08:40.629 | + lib/nova:configure_placement_nova_compute:621 : local conf=/etc/nova/nova.conf 2024-08-01 07:08:40.631 | + lib/nova:configure_placement_nova_compute:622 : iniset /etc/nova/nova.conf placement auth_type password 2024-08-01 07:08:40.657 | + lib/nova:configure_placement_nova_compute:623 : iniset /etc/nova/nova.conf placement auth_url http://10.180.1.21/identity 2024-08-01 07:08:40.681 | + lib/nova:configure_placement_nova_compute:624 : iniset /etc/nova/nova.conf placement username placement 2024-08-01 07:08:40.705 | + lib/nova:configure_placement_nova_compute:625 : iniset /etc/nova/nova.conf placement password nomoresecret 2024-08-01 07:08:40.729 | + lib/nova:configure_placement_nova_compute:626 : iniset /etc/nova/nova.conf placement user_domain_name Default 2024-08-01 07:08:40.753 | + lib/nova:configure_placement_nova_compute:627 : iniset /etc/nova/nova.conf placement project_name service 2024-08-01 07:08:40.776 | + lib/nova:configure_placement_nova_compute:628 : iniset /etc/nova/nova.conf placement project_domain_name Default 2024-08-01 07:08:40.800 | + lib/nova:configure_placement_nova_compute:629 : iniset /etc/nova/nova.conf placement region_name RegionOne 2024-08-01 07:08:40.823 | + stack.sh:main:982 : is_service_enabled horizon 2024-08-01 07:08:40.837 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:08:40.839 | + stack.sh:main:987 : is_service_enabled tls-proxy 2024-08-01 07:08:40.851 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:08:40.854 | + stack.sh:main:995 : run_phase stack install 2024-08-01 07:08:40.856 | + functions-common:run_phase:1863 : local mode=stack 2024-08-01 07:08:40.858 | + functions-common:run_phase:1864 : local phase=install 2024-08-01 07:08:40.859 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-01 07:08:40.862 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-01 07:08:40.863 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-01 07:08:40.866 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-01 07:08:40.868 | + functions-common:run_phase:1873 : local extra 2024-08-01 07:08:40.870 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-01 07:08:40.873 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-01 07:08:40.876 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-01 07:08:40.878 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-01 07:08:40.879 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack install 2024-08-01 07:08:40.882 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-01 07:08:40.894 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:08:40.895 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-01 07:08:40.897 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-01 07:08:40.899 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-08-01 07:08:40.901 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2024-08-01 07:08:40.903 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-01 07:08:40.904 | ++ stack.sh:echo_summary:472 : echo -e Installing Tempest 2024-08-01 07:08:40.906 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2024-08-01 07:08:40.908 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2024-08-01 07:08:40.954 | ++ inc/async:async_inner:63 : install_tempest 2024-08-01 07:08:40.984 | [3544 Async install_tempest:27030]: running: install_tempest 2024-08-01 07:08:40.986 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-08-01 07:08:40.988 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-08-01 07:08:40.990 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-08-01 07:08:40.993 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-08-01 07:08:40.995 | + functions-common:run_phase:1890 : run_plugins stack install 2024-08-01 07:08:40.997 | + functions-common:run_plugins:1849 : local mode=stack 2024-08-01 07:08:41.000 | + functions-common:run_plugins:1850 : local phase=install 2024-08-01 07:08:41.002 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-08-01 07:08:41.004 | + functions-common:run_plugins:1853 : local plugin 2024-08-01 07:08:41.006 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-08-01 07:08:41.008 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-08-01 07:08:41.010 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-08-01 07:08:41.013 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack install 2024-08-01 07:08:41.015 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-01 07:08:41.017 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-01 07:08:41.019 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2024-08-01 07:08:41.021 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:9 : echo_summary 'Installing Networking-NSX-T' 2024-08-01 07:08:41.023 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-01 07:08:41.025 | ++ stack.sh:echo_summary:472 : echo -e Installing Networking-NSX-T 2024-08-01 07:08:41.027 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:10 : setup_develop /opt/stack//networking-nsx-t 2024-08-01 07:08:41.029 | ++ inc/python:setup_develop:334 : local bindep 2024-08-01 07:08:41.030 | ++ inc/python:setup_develop:335 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-08-01 07:08:41.032 | ++ inc/python:setup_develop:339 : local project_dir=/opt/stack//networking-nsx-t 2024-08-01 07:08:41.034 | ++ inc/python:setup_develop:340 : local extras= 2024-08-01 07:08:41.036 | ++ inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack//networking-nsx-t -e 2024-08-01 07:08:41.038 | ++ inc/python:_setup_package_with_constraints_edit:360 : local bindep 2024-08-01 07:08:41.040 | ++ inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack//networking-nsx-t == -bindep* ]] 2024-08-01 07:08:41.042 | ++ inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack//networking-nsx-t 2024-08-01 07:08:41.044 | ++ inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2024-08-01 07:08:41.046 | ++ inc/python:_setup_package_with_constraints_edit:367 : local extras= 2024-08-01 07:08:41.048 | +++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack//networking-nsx-t 2024-08-01 07:08:41.050 | +++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2024-08-01 07:08:41.053 | ++ inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/networking-nsx-t 2024-08-01 07:08:41.055 | ++ inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack//requirements ']' 2024-08-01 07:08:41.057 | ++ inc/python:_setup_package_with_constraints_edit:380 : local name 2024-08-01 07:08:41.059 | +++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/networking-nsx-t/setup.cfg 2024-08-01 07:08:41.063 | ++ inc/python:_setup_package_with_constraints_edit:381 : name=networking_nsxv3 2024-08-01 07:08:41.065 | ++ inc/python:_setup_package_with_constraints_edit:383 : /opt/stack//requirements/.venv/bin/edit-constraints /opt/stack//requirements/upper-constraints.txt -- networking_nsxv3 2024-08-01 07:08:41.378 | ++ inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/networking-nsx-t -e 2024-08-01 07:08:41.380 | ++ inc/python:setup_package:414 : local bindep=0 2024-08-01 07:08:41.382 | ++ inc/python:setup_package:415 : local bindep_flag= 2024-08-01 07:08:41.384 | ++ inc/python:setup_package:416 : local bindep_profiles= 2024-08-01 07:08:41.386 | ++ inc/python:setup_package:417 : [[ /opt/stack/networking-nsx-t == -bindep* ]] 2024-08-01 07:08:41.388 | ++ inc/python:setup_package:422 : local project_dir=/opt/stack/networking-nsx-t 2024-08-01 07:08:41.390 | ++ inc/python:setup_package:423 : local flags=-e 2024-08-01 07:08:41.392 | ++ inc/python:setup_package:424 : local extras= 2024-08-01 07:08:41.393 | ++ inc/python:setup_package:428 : [[ -n -e ]] 2024-08-01 07:08:41.395 | ++ inc/python:setup_package:428 : [[ -z '' ]] 2024-08-01 07:08:41.397 | ++ inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2024-08-01 07:08:41.399 | ++ inc/python:setup_package:433 : [[ ! -z '' ]] 2024-08-01 07:08:41.401 | ++ inc/python:setup_package:438 : [[ 0 == 1 ]] 2024-08-01 07:08:41.403 | ++ inc/python:setup_package:442 : pip_install -e /opt/stack/networking-nsx-t 2024-08-01 07:08:41.419 | Using python 3.10 to install /opt/stack/networking-nsx-t 2024-08-01 07:08:41.420 | ++ 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-08-01 07:08:42.353 | Obtaining file:///opt/stack/networking-nsx-t 2024-08-01 07:08:42.354 | Preparing metadata (setup.py): started 2024-08-01 07:08:42.735 | Preparing metadata (setup.py): finished with status 'done' 2024-08-01 07:08:42.882 | Collecting Babel>=1.3 2024-08-01 07:08:42.932 | Using cached Babel-2.10.3-py3-none-any.whl (9.5 MB) 2024-08-01 07:08:42.982 | Requirement already satisfied: attrs in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (22.1.0) 2024-08-01 07:08:43.008 | Collecting ipaddress 2024-08-01 07:08:43.010 | Using cached ipaddress-1.0.23-py2.py3-none-any.whl (18 kB) 2024-08-01 07:08:43.011 | Requirement already satisfied: netaddr in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (0.8.0) 2024-08-01 07:08:43.012 | Requirement already satisfied: neutron-lib>=1.13.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (3.4.2) 2024-08-01 07:08:43.013 | Requirement already satisfied: oslo.config>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (9.1.1) 2024-08-01 07:08:43.013 | Requirement already satisfied: oslo.i18n>=1.5.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (6.0.0) 2024-08-01 07:08:43.014 | Requirement already satisfied: oslo.log>=1.8.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (5.2.0) 2024-08-01 07:08:43.015 | Requirement already satisfied: oslo.serialization>=1.4.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (5.1.1) 2024-08-01 07:08:43.016 | Requirement already satisfied: oslo.service>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (3.1.2) 2024-08-01 07:08:43.016 | Requirement already satisfied: oslo.utils>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (6.1.0) 2024-08-01 07:08:43.017 | Requirement already satisfied: pbr>=1.6 in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (5.11.1) 2024-08-01 07:08:43.018 | Requirement already satisfied: prometheus_client in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (0.14.1) 2024-08-01 07:08:43.019 | Requirement already satisfied: python-neutronclient in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (9.0.0) 2024-08-01 07:08:43.130 | Collecting ratelimiter 2024-08-01 07:08:43.132 | Using cached ratelimiter-1.2.0.post0-py3-none-any.whl (6.6 kB) 2024-08-01 07:08:43.133 | Requirement already satisfied: tooz in /usr/local/lib/python3.10/dist-packages (from networking-nsxv3==0.0.1.dev19) (3.2.0) 2024-08-01 07:08:43.135 | Requirement already satisfied: pytz>=2015.7 in /usr/local/lib/python3.10/dist-packages (from Babel>=1.3->networking-nsxv3==0.0.1.dev19) (2022.4) 2024-08-01 07:08:43.152 | 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.dev19) (1.3.2) 2024-08-01 07:08:43.153 | 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.dev19) (1.4.2) 2024-08-01 07:08:43.154 | 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.dev19) (2.10.0) 2024-08-01 07:08:43.155 | 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.dev19) (14.2.4) 2024-08-01 07:08:43.155 | 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.dev19) (1.4.41) 2024-08-01 07:08:43.156 | 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.dev19) (3.1.0) 2024-08-01 07:08:43.157 | 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.dev19) (2.6.0) 2024-08-01 07:08:43.158 | 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.dev19) (5.1.1) 2024-08-01 07:08:43.159 | 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.dev19) (3.4.3) 2024-08-01 07:08:43.160 | 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.dev19) (5.1.2) 2024-08-01 07:08:43.160 | 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.dev19) (12.3.2) 2024-08-01 07:08:43.161 | 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.dev19) (4.1.1) 2024-08-01 07:08:43.162 | 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.dev19) (5.1.1) 2024-08-01 07:08:43.162 | 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.dev19) (5.0.0) 2024-08-01 07:08:43.164 | 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.dev19) (1.8.7) 2024-08-01 07:08:43.183 | 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.dev19) (6.0) 2024-08-01 07:08:43.183 | 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.dev19) (2.28.1) 2024-08-01 07:08:43.184 | 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.dev19) (1.5.0) 2024-08-01 07:08:43.185 | 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.dev19) (2.5.0) 2024-08-01 07:08:43.226 | 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.dev19) (2.8.2) 2024-08-01 07:08:43.228 | 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.dev19) (0.9.6) 2024-08-01 07:08:43.233 | 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.dev19) (1.0.4) 2024-08-01 07:08:43.242 | 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.dev19) (2.1.1) 2024-08-01 07:08:43.243 | 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.dev19) (2.5.1) 2024-08-01 07:08:43.244 | 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.dev19) (1.4.0) 2024-08-01 07:08:43.244 | 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.dev19) (0.33.1) 2024-08-01 07:08:43.246 | 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.dev19) (4.0.1) 2024-08-01 07:08:43.246 | 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.dev19) (1.1.3) 2024-08-01 07:08:43.247 | 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.dev19) (3.5.2) 2024-08-01 07:08:43.254 | 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.dev19) (23.1) 2024-08-01 07:08:43.255 | 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.dev19) (3.0.9) 2024-08-01 07:08:43.255 | 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.dev19) (1.1.0) 2024-08-01 07:08:43.256 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from oslo.utils>=2.0.0->networking-nsxv3==0.0.1.dev19) (0.11.0) 2024-08-01 07:08:43.300 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev19) (5.1.0) 2024-08-01 07:08:43.301 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev19) (3.17.6) 2024-08-01 07:08:43.302 | 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.dev19) (2.1.0) 2024-08-01 07:08:43.303 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev19) (4.2.0) 2024-08-01 07:08:43.303 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.10/dist-packages (from python-neutronclient->networking-nsxv3==0.0.1.dev19) (2.7.0) 2024-08-01 07:08:43.334 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev19) (0.13.1) 2024-08-01 07:08:43.335 | Requirement already satisfied: tenacity>=5.0.0 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev19) (6.3.1) 2024-08-01 07:08:43.336 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev19) (2.4.1) 2024-08-01 07:08:43.337 | Requirement already satisfied: fasteners>=0.7 in /usr/local/lib/python3.10/dist-packages (from tooz->networking-nsxv3==0.0.1.dev19) (0.18) 2024-08-01 07:08:43.344 | 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.dev19) (2.4.2) 2024-08-01 07:08:43.345 | 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.dev19) (3.4.1) 2024-08-01 07:08:43.345 | 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.dev19) (0.5.1) 2024-08-01 07:08:43.346 | 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.dev19) (5.0.0) 2024-08-01 07:08:43.351 | 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.dev19) (1.14.1) 2024-08-01 07:08:43.357 | 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.dev19) (1.16.0) 2024-08-01 07:08:43.358 | 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.dev19) (2.2.1) 2024-08-01 07:08:43.402 | 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.dev19) (1.7.0) 2024-08-01 07:08:43.413 | 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.dev19) (1.0.1) 2024-08-01 07:08:43.421 | 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.dev19) (0.6.13) 2024-08-01 07:08:43.423 | 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.dev19) (2.17.7) 2024-08-01 07:08:43.469 | 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.dev19) (0.5.0) 2024-08-01 07:08:43.470 | 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.dev19) (2.0.1) 2024-08-01 07:08:43.471 | 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.dev19) (1.8.1) 2024-08-01 07:08:43.472 | 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.dev19) (0.13.0) 2024-08-01 07:08:43.497 | 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.dev19) (5.1.1) 2024-08-01 07:08:43.498 | 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.dev19) (0.6.0) 2024-08-01 07:08:43.499 | 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.dev19) (5.2.0) 2024-08-01 07:08:43.500 | 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.dev19) (5.1.1) 2024-08-01 07:08:43.502 | 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.dev19) (5.2.4) 2024-08-01 07:08:43.555 | 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.dev19) (59.6.0) 2024-08-01 07:08:43.571 | 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.dev19) (1.2.3) 2024-08-01 07:08:43.572 | 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.dev19) (0.3.5) 2024-08-01 07:08:43.625 | 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.dev19) (2.1.1) 2024-08-01 07:08:43.626 | 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.dev19) (1.26.12) 2024-08-01 07:08:43.627 | 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.dev19) (2020.6.20) 2024-08-01 07:08:43.628 | 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.dev19) (3.4) 2024-08-01 07:08:43.645 | 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.dev19) (0.7) 2024-08-01 07:08:43.788 | 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.dev19) (5.0.0) 2024-08-01 07:08:43.844 | 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.dev19) (1.8.2) 2024-08-01 07:08:43.844 | 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.dev19) (0.2.5) 2024-08-01 07:08:43.895 | 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.dev19) (3.8.1) 2024-08-01 07:08:43.945 | 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.dev19) (2.1.1) 2024-08-01 07:08:43.956 | 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.dev19) (2.11.0) 2024-08-01 07:08:43.958 | 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.dev19) (4.9.1) 2024-08-01 07:08:43.974 | 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.dev19) (1.4.4) 2024-08-01 07:08:43.976 | 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.dev19) (38.0.2) 2024-08-01 07:08:43.977 | 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.dev19) (1.4.0) 2024-08-01 07:08:43.977 | 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.dev19) (1.32) 2024-08-01 07:08:43.978 | 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.dev19) (5.1.1) 2024-08-01 07:08:43.979 | 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.dev19) (1.1.8) 2024-08-01 07:08:43.980 | 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.dev19) (1.0.1) 2024-08-01 07:08:44.043 | 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.dev19) (4.0.0) 2024-08-01 07:08:44.045 | 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.dev19) (3.3.0) 2024-08-01 07:08:44.046 | 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.dev19) (3.1.2) 2024-08-01 07:08:44.056 | 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.dev19) (2.4.0) 2024-08-01 07:08:44.098 | 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.dev19) (0.4.3) 2024-08-01 07:08:44.100 | 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.dev19) (0.5.2) 2024-08-01 07:08:44.121 | 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.dev19) (2.5.0) 2024-08-01 07:08:44.197 | 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.dev19) (1.15.1) 2024-08-01 07:08:44.287 | 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.dev19) (1.5.0) 2024-08-01 07:08:44.401 | 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.dev19) (2.21) 2024-08-01 07:08:44.948 | Installing collected packages: ratelimiter, ipaddress, Babel, networking-nsxv3 2024-08-01 07:08:44.996 | Attempting uninstall: Babel 2024-08-01 07:08:44.998 | Found existing installation: Babel 2.8.0 2024-08-01 07:08:44.999 | Not uninstalling babel at /usr/lib/python3/dist-packages, outside environment /usr 2024-08-01 07:08:44.999 | Can't uninstall 'Babel'. No files were found to uninstall. 2024-08-01 07:08:45.365 | Running setup.py develop for networking-nsxv3 2024-08-01 07:08:46.178 | Successfully installed Babel-2.10.3 ipaddress-1.0.23 networking-nsxv3 ratelimiter-1.2.0.post0 2024-08-01 07:08:46.178 | 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-08-01 07:08:46.296 | ++ inc/python:pip_install:196 : result=0 2024-08-01 07:08:46.298 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-08-01 07:08:46.300 | ++ functions-common:time_stop:2435 : local name 2024-08-01 07:08:46.302 | ++ functions-common:time_stop:2436 : local end_time 2024-08-01 07:08:46.304 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:08:46.305 | ++ functions-common:time_stop:2438 : local total 2024-08-01 07:08:46.307 | ++ functions-common:time_stop:2439 : local start_time 2024-08-01 07:08:46.308 | ++ functions-common:time_stop:2441 : name=pip_install 2024-08-01 07:08:46.310 | ++ functions-common:time_stop:2442 : start_time=1722496121415 2024-08-01 07:08:46.312 | ++ functions-common:time_stop:2444 : [[ -z 1722496121415 ]] 2024-08-01 07:08:46.314 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:08:46.317 | ++ functions-common:time_stop:2447 : end_time=1722496126315 2024-08-01 07:08:46.319 | ++ functions-common:time_stop:2448 : elapsed_time=4900 2024-08-01 07:08:46.321 | ++ functions-common:time_stop:2449 : total=86231 2024-08-01 07:08:46.322 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:08:46.324 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=91131 2024-08-01 07:08:46.326 | ++ inc/python:pip_install:199 : return 0 2024-08-01 07:08:46.328 | ++ inc/python:setup_package:444 : [[ -e == \-\e ]] 2024-08-01 07:08:46.330 | ++ inc/python:setup_package:445 : safe_chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-08-01 07:08:46.332 | ++ functions-common:safe_chown:2336 : _safe_permission_operation chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-08-01 07:08:46.346 | ++ functions-common:_safe_permission_operation:2184 : sudo chown -R stack /opt/stack/networking-nsx-t/networking_nsxv3.egg-info 2024-08-01 07:08:46.356 | ++ inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/networking-nsx-t 2024-08-01 07:08:46.358 | ++ inc/python:use_library_from_git:246 : local name=/opt/stack/networking-nsx-t 2024-08-01 07:08:46.360 | ++ inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:08:46.362 | ++ inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:08:46.363 | ++ inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/networking-nsx-t, ]] 2024-08-01 07:08:46.366 | ++ inc/python:use_library_from_git:249 : return 1 2024-08-01 07:08:46.368 | + stack.sh:main:998 : use_library_from_git python-openstackclient 2024-08-01 07:08:46.370 | + inc/python:use_library_from_git:246 : local name=python-openstackclient 2024-08-01 07:08:46.372 | + inc/python:use_library_from_git:247 : local enabled=1 2024-08-01 07:08:46.374 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2024-08-01 07:08:46.376 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-openstackclient, ]] 2024-08-01 07:08:46.378 | + inc/python:use_library_from_git:249 : return 1 2024-08-01 07:08:46.380 | + stack.sh:main:1002 : pip_install_gr python-openstackclient 2024-08-01 07:08:46.381 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2024-08-01 07:08:46.383 | + inc/python:pip_install_gr:77 : local clean_name 2024-08-01 07:08:46.386 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2024-08-01 07:08:46.388 | ++ inc/python:get_from_global_requirements:221 : local package=python-openstackclient 2024-08-01 07:08:46.390 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-08-01 07:08:46.393 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-openstackclient' /opt/stack//requirements/global-requirements.txt 2024-08-01 07:08:46.393 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-08-01 07:08:46.397 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-openstackclient ' 2024-08-01 07:08:46.399 | ++ inc/python:get_from_global_requirements:224 : [[ python-openstackclient == '' ]] 2024-08-01 07:08:46.401 | ++ inc/python:get_from_global_requirements:227 : echo python-openstackclient 2024-08-01 07:08:46.403 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2024-08-01 07:08:46.405 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2024-08-01 07:08:46.421 | Using python 3.10 to install python-openstackclient 2024-08-01 07:08:46.423 | + 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-08-01 07:08:47.483 | Collecting python-openstackclient 2024-08-01 07:08:47.493 | Using cached python_openstackclient-6.2.0-py3-none-any.whl (1.1 MB) 2024-08-01 07:08:47.513 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.0.0) 2024-08-01 07:08:47.513 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.0.0) 2024-08-01 07:08:47.514 | Requirement already satisfied: osc-lib>=2.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (2.7.0) 2024-08-01 07:08:47.515 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (5.1.0) 2024-08-01 07:08:47.516 | Requirement already satisfied: cliff>=3.5.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (4.2.0) 2024-08-01 07:08:47.516 | Requirement already satisfied: python-novaclient>=18.1.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (18.3.0) 2024-08-01 07:08:47.517 | Requirement already satisfied: python-cinderclient>=3.3.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (9.3.0) 2024-08-01 07:08:47.518 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.1.0) 2024-08-01 07:08:47.519 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (6.1.0) 2024-08-01 07:08:47.519 | Requirement already satisfied: openstacksdk>=0.103.0 in /usr/local/lib/python3.10/dist-packages (from python-openstackclient) (1.0.1) 2024-08-01 07:08:47.520 | 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-08-01 07:08:47.525 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.10/dist-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2024-08-01 07:08:47.526 | 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-08-01 07:08:47.527 | 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-08-01 07:08:47.528 | 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-08-01 07:08:47.528 | 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-08-01 07:08:47.540 | 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-08-01 07:08:47.541 | 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-08-01 07:08:47.541 | 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-08-01 07:08:47.542 | Requirement already satisfied: netifaces>=0.10.4 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (0.11.0) 2024-08-01 07:08:47.543 | 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-08-01 07:08:47.544 | 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-08-01 07:08:47.545 | 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-08-01 07:08:47.545 | Requirement already satisfied: keystoneauth1>=3.18.0 in /usr/local/lib/python3.10/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (5.1.2) 2024-08-01 07:08:47.546 | 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-08-01 07:08:47.547 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/lib/python3/dist-packages (from openstacksdk>=0.103.0->python-openstackclient) (1.32) 2024-08-01 07:08:47.554 | 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-08-01 07:08:47.561 | 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-08-01 07:08:47.562 | 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-08-01 07:08:47.563 | 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-08-01 07:08:47.563 | 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-08-01 07:08:47.564 | 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-08-01 07:08:47.572 | 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-08-01 07:08:47.581 | 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-08-01 07:08:47.582 | 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-08-01 07:08:47.583 | 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.1) 2024-08-01 07:08:47.640 | 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-08-01 07:08:47.641 | 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-08-01 07:08:47.642 | 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-08-01 07:08:47.660 | 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-08-01 07:08:47.665 | 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-08-01 07:08:47.690 | 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-08-01 07:08:47.748 | 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-08-01 07:08:47.754 | 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-08-01 07:08:47.784 | 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-08-01 07:08:47.785 | 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-08-01 07:08:47.786 | 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-08-01 07:08:47.787 | 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-08-01 07:08:47.831 | 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-08-01 07:08:48.721 | Installing collected packages: python-openstackclient 2024-08-01 07:08:49.584 | Successfully installed python-openstackclient-6.2.0 2024-08-01 07:08:49.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-08-01 07:08:49.720 | + inc/python:pip_install:196 : result=0 2024-08-01 07:08:49.722 | + inc/python:pip_install:198 : time_stop pip_install 2024-08-01 07:08:49.724 | + functions-common:time_stop:2435 : local name 2024-08-01 07:08:49.725 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:08:49.727 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:08:49.729 | + functions-common:time_stop:2438 : local total 2024-08-01 07:08:49.731 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:08:49.732 | + functions-common:time_stop:2441 : name=pip_install 2024-08-01 07:08:49.734 | + functions-common:time_stop:2442 : start_time=1722496126417 2024-08-01 07:08:49.736 | + functions-common:time_stop:2444 : [[ -z 1722496126417 ]] 2024-08-01 07:08:49.739 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:08:49.742 | + functions-common:time_stop:2447 : end_time=1722496129740 2024-08-01 07:08:49.744 | + functions-common:time_stop:2448 : elapsed_time=3323 2024-08-01 07:08:49.746 | + functions-common:time_stop:2449 : total=91131 2024-08-01 07:08:49.748 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:08:49.750 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=94454 2024-08-01 07:08:49.752 | + inc/python:pip_install:199 : return 0 2024-08-01 07:08:49.754 | + stack.sh:main:1007 : install_oscwrap 2024-08-01 07:08:49.756 | ++ functions-common:install_oscwrap:2480 : mktemp 2024-08-01 07:08:49.760 | + functions-common:install_oscwrap:2480 : OSCWRAP_TIMER_FILE=/tmp/tmp.cYB3OiLTfx 2024-08-01 07:08:49.761 | + functions-common:install_oscwrap:2483 : shopt -s expand_aliases 2024-08-01 07:08:49.763 | + functions-common:install_oscwrap:2486 : unalias -a 2024-08-01 07:08:49.766 | + functions-common:install_oscwrap:2488 : alias openstack=oscwrap 2024-08-01 07:08:49.767 | + stack.sh:main:1012 : [[ False != \F\a\l\s\e ]] 2024-08-01 07:08:49.769 | + stack.sh:main:1052 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-08-01 07:08:49.771 | + stack.sh:main:1060 : is_service_enabled mysql postgresql 2024-08-01 07:08:49.786 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:08:49.787 | + stack.sh:main:1061 : configure_database 2024-08-01 07:08:49.789 | + lib/database:configure_database:128 : configure_database_mysql 2024-08-01 07:08:49.791 | + lib/databases/mysql:configure_database_mysql:72 : local my_conf mysql slow_log 2024-08-01 07:08:49.793 | + lib/databases/mysql:configure_database_mysql:73 : echo_summary 'Configuring and starting MySQL' 2024-08-01 07:08:49.794 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-01 07:08:49.796 | + stack.sh:echo_summary:472 : echo -e Configuring and starting MySQL 2024-08-01 07:08:49.798 | + lib/databases/mysql:configure_database_mysql:75 : is_ubuntu 2024-08-01 07:08:49.799 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:08:49.801 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:08:49.803 | + lib/databases/mysql:configure_database_mysql:76 : my_conf=/etc/mysql/my.cnf 2024-08-01 07:08:49.805 | ++ lib/databases/mysql:configure_database_mysql:90 : ipv6_unquote 0.0.0.0 2024-08-01 07:08:49.808 | ++ functions-common:ipv6_unquote:2233 : echo 0.0.0.0 2024-08-01 07:08:49.809 | ++ functions-common:ipv6_unquote:2233 : tr -d '[]' 2024-08-01 07:08:49.812 | + lib/databases/mysql:configure_database_mysql:90 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2024-08-01 07:08:49.863 | + lib/databases/mysql:configure_database_mysql:93 : is_fedora 2024-08-01 07:08:49.865 | + functions-common:is_fedora:525 : [[ -z Ubuntu ]] 2024-08-01 07:08:49.867 | + functions-common:is_fedora:529 : '[' Ubuntu = Fedora ']' 2024-08-01 07:08:49.869 | + functions-common:is_fedora:529 : '[' Ubuntu = 'Red Hat' ']' 2024-08-01 07:08:49.871 | + functions-common:is_fedora:530 : '[' Ubuntu = openEuler ']' 2024-08-01 07:08:49.873 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterpriseServer ']' 2024-08-01 07:08:49.874 | + functions-common:is_fedora:532 : '[' Ubuntu = RedHatEnterprise ']' 2024-08-01 07:08:49.876 | + functions-common:is_fedora:533 : '[' Ubuntu = Rocky ']' 2024-08-01 07:08:49.878 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOS ']' 2024-08-01 07:08:49.880 | + functions-common:is_fedora:534 : '[' Ubuntu = CentOSStream ']' 2024-08-01 07:08:49.882 | + functions-common:is_fedora:535 : '[' Ubuntu = AlmaLinux ']' 2024-08-01 07:08:49.883 | + functions-common:is_fedora:536 : '[' Ubuntu = OracleServer ']' 2024-08-01 07:08:49.885 | + functions-common:is_fedora:536 : '[' Ubuntu = Virtuozzo ']' 2024-08-01 07:08:49.887 | + lib/databases/mysql:configure_database_mysql:93 : is_suse 2024-08-01 07:08:49.889 | + functions-common:is_suse:544 : is_opensuse 2024-08-01 07:08:49.891 | + functions-common:is_opensuse:551 : [[ -z Ubuntu ]] 2024-08-01 07:08:49.893 | + functions-common:is_opensuse:555 : [[ Ubuntu =~ (openSUSE) ]] 2024-08-01 07:08:49.895 | + functions-common:is_suse:544 : is_suse_linux_enterprise 2024-08-01 07:08:49.896 | + functions-common:is_suse_linux_enterprise:563 : [[ -z Ubuntu ]] 2024-08-01 07:08:49.898 | + functions-common:is_suse_linux_enterprise:567 : [[ Ubuntu =~ (^SUSE) ]] 2024-08-01 07:08:49.900 | + lib/databases/mysql:configure_database_mysql:96 : is_ubuntu 2024-08-01 07:08:49.902 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:08:49.904 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:08:49.905 | + lib/databases/mysql:configure_database_mysql:98 : restart_service mariadb 2024-08-01 07:08:49.907 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-01 07:08:49.909 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2024-08-01 07:08:50.466 | + lib/databases/mysql:configure_database_mysql:107 : is_ubuntu 2024-08-01 07:08:50.468 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:08:50.473 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:08:50.475 | + lib/databases/mysql:configure_database_mysql:107 : [[ jammy == \j\a\m\m\y ]] 2024-08-01 07:08:50.479 | + lib/databases/mysql:configure_database_mysql:107 : '[' mariadb == mariadb ']' 2024-08-01 07:08:50.481 | + lib/databases/mysql:configure_database_mysql:113 : is_ubuntu 2024-08-01 07:08:50.483 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:08:50.485 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:08:50.487 | + lib/databases/mysql:configure_database_mysql:113 : '[' mariadb == mariadb ']' 2024-08-01 07:08:50.489 | + lib/databases/mysql:configure_database_mysql:114 : local 'cmd_args=-uroot -pstackdb ' 2024-08-01 07:08:50.491 | + lib/databases/mysql:configure_database_mysql:122 : is_ubuntu 2024-08-01 07:08:50.497 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:08:50.499 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:08:50.501 | + lib/databases/mysql:configure_database_mysql:122 : [[ jammy != \b\u\l\l\s\e\y\e ]] 2024-08-01 07:08:50.503 | + lib/databases/mysql:configure_database_mysql:122 : '[' mariadb == mariadb ']' 2024-08-01 07:08:50.508 | + lib/databases/mysql:configure_database_mysql:123 : [[ jammy == \j\a\m\m\y ]] 2024-08-01 07:08:50.511 | + lib/databases/mysql:configure_database_mysql:126 : sudo mysql -e 'ALTER USER root@localhost IDENTIFIED VIA mysql_native_password USING PASSWORD('\''stackdb'\'');' 2024-08-01 07:08:50.532 | + lib/databases/mysql:configure_database_mysql:132 : is_ubuntu 2024-08-01 07:08:50.534 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:08:50.536 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:08:50.538 | + lib/databases/mysql:configure_database_mysql:132 : [[ jammy == \j\a\m\m\y ]] 2024-08-01 07:08:50.540 | + lib/databases/mysql:configure_database_mysql:132 : '[' mariadb == mariadb ']' 2024-08-01 07:08:50.544 | + lib/databases/mysql:configure_database_mysql:142 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2024-08-01 07:08:50.594 | + lib/databases/mysql:configure_database_mysql:143 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2024-08-01 07:08:50.645 | + lib/databases/mysql:configure_database_mysql:144 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2024-08-01 07:08:50.689 | + lib/databases/mysql:configure_database_mysql:146 : [[ False == \T\r\u\e ]] 2024-08-01 07:08:50.691 | + lib/databases/mysql:configure_database_mysql:166 : [[ False == \T\r\u\e ]] 2024-08-01 07:08:50.693 | + lib/databases/mysql:configure_database_mysql:179 : [[ False == \T\r\u\e ]] 2024-08-01 07:08:50.695 | + lib/databases/mysql:configure_database_mysql:189 : restart_service mariadb 2024-08-01 07:08:50.696 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-01 07:08:50.698 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart mariadb 2024-08-01 07:08:51.241 | + stack.sh:main:1065 : save_stackenv 1065 2024-08-01 07:08:51.243 | + functions-common:save_stackenv:60 : local tag=1065 2024-08-01 07:08:51.245 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-08-01 07:08:51.249 | + functions-common:save_stackenv:62 : time_stamp=2024-08-01-070851 2024-08-01 07:08:51.251 | + functions-common:save_stackenv:63 : echo '# 2024-08-01-070851 1065' 2024-08-01 07:08:51.253 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:08:51.255 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-08-01 07:08:51.256 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:08:51.258 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-08-01 07:08:51.260 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:08:51.262 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-08-01 07:08:51.264 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:08:51.266 | + 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-08-01 07:08:51.268 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:08:51.269 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-08-01 07:08:51.271 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:08:51.273 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-08-01 07:08:51.275 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:08:51.277 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-08-01-070456 2024-08-01 07:08:51.279 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:08:51.280 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-08-01 07:08:51.282 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:08:51.284 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-08-01 07:08:51.286 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:08:51.288 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-08-01 07:08:51.289 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:08:51.291 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-08-01 07:08:51.293 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:08:51.295 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-08-01 07:08:51.296 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:08:51.298 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-08-01 07:08:51.300 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:08:51.302 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-08-01 07:08:51.304 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:08:51.306 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-08-01 07:08:51.307 | + stack.sh:main:1077 : [[ False == \T\r\u\e ]] 2024-08-01 07:08:51.309 | + stack.sh:main:1091 : start_dstat 2024-08-01 07:08:51.311 | + lib/dstat:start_dstat:31 : run_process dstat '/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-08-01 07:08:51.313 | + functions-common:run_process:1689 : local service=dstat 2024-08-01 07:08:51.315 | + functions-common:run_process:1690 : local 'command=/opt/stack/devstack/tools/dstat.sh /opt/stack//logs' 2024-08-01 07:08:51.317 | + functions-common:run_process:1691 : local group= 2024-08-01 07:08:51.318 | + functions-common:run_process:1692 : local user= 2024-08-01 07:08:51.320 | + functions-common:run_process:1693 : local env_vars= 2024-08-01 07:08:51.322 | + functions-common:run_process:1695 : local name=dstat 2024-08-01 07:08:51.324 | + functions-common:run_process:1697 : time_start run_process 2024-08-01 07:08:51.326 | + functions-common:time_start:2421 : local name=run_process 2024-08-01 07:08:51.328 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:08:51.330 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:08:51.333 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:08:51.335 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496131333 2024-08-01 07:08:51.337 | + functions-common:run_process:1698 : is_service_enabled dstat 2024-08-01 07:08:51.351 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:08:51.353 | + functions-common:run_process:1701 : time_stop run_process 2024-08-01 07:08:51.355 | + functions-common:time_stop:2435 : local name 2024-08-01 07:08:51.357 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:08:51.358 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:08:51.360 | + functions-common:time_stop:2438 : local total 2024-08-01 07:08:51.362 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:08:51.365 | + functions-common:time_stop:2441 : name=run_process 2024-08-01 07:08:51.367 | + functions-common:time_stop:2442 : start_time=1722496131333 2024-08-01 07:08:51.368 | + functions-common:time_stop:2444 : [[ -z 1722496131333 ]] 2024-08-01 07:08:51.371 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:08:51.374 | + functions-common:time_stop:2447 : end_time=1722496131372 2024-08-01 07:08:51.376 | + functions-common:time_stop:2448 : elapsed_time=39 2024-08-01 07:08:51.378 | + functions-common:time_stop:2449 : total=0 2024-08-01 07:08:51.380 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:08:51.382 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=39 2024-08-01 07:08:51.384 | + lib/dstat:start_dstat:36 : run_process memory_tracker /opt/stack/devstack/tools/memory_tracker.sh '' root 2024-08-01 07:08:51.386 | + functions-common:run_process:1689 : local service=memory_tracker 2024-08-01 07:08:51.387 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/memory_tracker.sh 2024-08-01 07:08:51.389 | + functions-common:run_process:1691 : local group= 2024-08-01 07:08:51.391 | + functions-common:run_process:1692 : local user=root 2024-08-01 07:08:51.393 | + functions-common:run_process:1693 : local env_vars= 2024-08-01 07:08:51.395 | + functions-common:run_process:1695 : local name=memory_tracker 2024-08-01 07:08:51.397 | + functions-common:run_process:1697 : time_start run_process 2024-08-01 07:08:51.399 | + functions-common:time_start:2421 : local name=run_process 2024-08-01 07:08:51.401 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:08:51.403 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:08:51.405 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:08:51.408 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496131406 2024-08-01 07:08:51.411 | + functions-common:run_process:1698 : is_service_enabled memory_tracker 2024-08-01 07:08:51.424 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:08:51.426 | + functions-common:run_process:1701 : time_stop run_process 2024-08-01 07:08:51.428 | + functions-common:time_stop:2435 : local name 2024-08-01 07:08:51.430 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:08:51.432 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:08:51.434 | + functions-common:time_stop:2438 : local total 2024-08-01 07:08:51.437 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:08:51.439 | + functions-common:time_stop:2441 : name=run_process 2024-08-01 07:08:51.441 | + functions-common:time_stop:2442 : start_time=1722496131406 2024-08-01 07:08:51.443 | + functions-common:time_stop:2444 : [[ -z 1722496131406 ]] 2024-08-01 07:08:51.445 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:08:51.449 | + functions-common:time_stop:2447 : end_time=1722496131446 2024-08-01 07:08:51.451 | + functions-common:time_stop:2448 : elapsed_time=40 2024-08-01 07:08:51.452 | + functions-common:time_stop:2449 : total=39 2024-08-01 07:08:51.454 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:08:51.456 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=79 2024-08-01 07:08:51.458 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2024-08-01 07:08:51.473 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:08:51.475 | + lib/dstat:start_dstat:47 : run_process file_tracker /opt/stack/devstack/tools/file_tracker.sh 2024-08-01 07:08:51.476 | + functions-common:run_process:1689 : local service=file_tracker 2024-08-01 07:08:51.478 | + functions-common:run_process:1690 : local command=/opt/stack/devstack/tools/file_tracker.sh 2024-08-01 07:08:51.480 | + functions-common:run_process:1691 : local group= 2024-08-01 07:08:51.482 | + functions-common:run_process:1692 : local user= 2024-08-01 07:08:51.484 | + functions-common:run_process:1693 : local env_vars= 2024-08-01 07:08:51.486 | + functions-common:run_process:1695 : local name=file_tracker 2024-08-01 07:08:51.488 | + functions-common:run_process:1697 : time_start run_process 2024-08-01 07:08:51.490 | + functions-common:time_start:2421 : local name=run_process 2024-08-01 07:08:51.492 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:08:51.493 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:08:51.496 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:08:51.500 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496131497 2024-08-01 07:08:51.501 | + functions-common:run_process:1698 : is_service_enabled file_tracker 2024-08-01 07:08:51.516 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:08:51.518 | + functions-common:run_process:1701 : time_stop run_process 2024-08-01 07:08:51.520 | + functions-common:time_stop:2435 : local name 2024-08-01 07:08:51.522 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:08:51.524 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:08:51.526 | + functions-common:time_stop:2438 : local total 2024-08-01 07:08:51.528 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:08:51.529 | + functions-common:time_stop:2441 : name=run_process 2024-08-01 07:08:51.531 | + functions-common:time_stop:2442 : start_time=1722496131497 2024-08-01 07:08:51.533 | + functions-common:time_stop:2444 : [[ -z 1722496131497 ]] 2024-08-01 07:08:51.536 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:08:51.539 | + functions-common:time_stop:2447 : end_time=1722496131537 2024-08-01 07:08:51.541 | + functions-common:time_stop:2448 : elapsed_time=40 2024-08-01 07:08:51.543 | + functions-common:time_stop:2449 : total=79 2024-08-01 07:08:51.545 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:08:51.547 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=119 2024-08-01 07:08:51.549 | + stack.sh:main:1095 : is_service_enabled tcpdump 2024-08-01 07:08:51.563 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:08:51.565 | + stack.sh:main:1103 : is_service_enabled etcd3 2024-08-01 07:08:51.579 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:08:51.581 | + stack.sh:main:1104 : start_etcd3 2024-08-01 07:08:51.583 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack//bin/etcd 2024-08-01 07:08:51.584 | + lib/etcd3:start_etcd3:42 : cmd+=' --name devstack --data-dir /opt/stack/data/etcd' 2024-08-01 07:08:51.586 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2024-08-01 07:08:51.588 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster devstack=http://10.180.1.21:2380' 2024-08-01 07:08:51.590 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.180.1.21:2380' 2024-08-01 07:08:51.592 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.180.1.21:2379' 2024-08-01 07:08:51.594 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2024-08-01 07:08:51.596 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2024-08-01 07:08:51.598 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.180.1.21:2379' 2024-08-01 07:08:51.600 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2024-08-01 07:08:51.602 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2024-08-01 07:08:51.604 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-08-01 07:08:51.606 | + 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-08-01 07:08:51.608 | + functions-common:write_user_unit_file:1558 : local service=devstack@etcd.service 2024-08-01 07:08:51.609 | + 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-08-01 07:08:51.611 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-01 07:08:51.613 | + functions-common:write_user_unit_file:1561 : local user=root 2024-08-01 07:08:51.615 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-01 07:08:51.616 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-01 07:08:51.618 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-01 07:08:51.620 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@etcd.service 2024-08-01 07:08:51.622 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-01 07:08:51.625 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2024-08-01 07:08:51.678 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2024-08-01 07:08:51.729 | + 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-08-01 07:08:51.772 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2024-08-01 07:08:51.814 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2024-08-01 07:08:51.859 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-01 07:08:51.903 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-01 07:08:51.905 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-01 07:08:51.907 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2024-08-01 07:08:51.961 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-01 07:08:52.346 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2024-08-01 07:08:52.392 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2024-08-01 07:08:52.442 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2024-08-01 07:08:52.488 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2024-08-01 07:08:52.533 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2024-08-01 07:08:52.535 | ++ functions-common:is_arch:507 : uname -m 2024-08-01 07:08:52.539 | + functions-common:is_arch:507 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2024-08-01 07:08:52.541 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2024-08-01 07:08:52.908 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2024-08-01 07:08:52.918 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2024-08-01 07:08:53.254 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2024-08-01 07:08:54.043 | + stack.sh:main:1110 : is_service_enabled tls-proxy 2024-08-01 07:08:54.056 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:08:54.058 | + stack.sh:main:1115 : write_clouds_yaml 2024-08-01 07:08:54.060 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2024-08-01 07:08:54.062 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2024-08-01 07:08:54.066 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2024-08-01 07:08:54.076 | + functions-common:write_clouds_yaml:82 : sudo chown -R stack /etc/openstack 2024-08-01 07:08:54.085 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2024-08-01 07:08:54.087 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-08-01 07:08:54.088 | + 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-08-01 07:08:54.133 | The user clouds.yaml file didn't exist. 2024-08-01 07:08:54.141 | + 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-08-01 07:08:54.197 | + 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-08-01 07:08:54.257 | + 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-08-01 07:08:54.318 | + 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-08-01 07:08:54.388 | + 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-08-01 07:08:54.450 | + 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-08-01 07:08:54.512 | + 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-08-01 07:08:54.574 | + 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-08-01 07:08:54.640 | + 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-08-01 07:08:54.705 | + functions-common:write_clouds_yaml:198 : cat 2024-08-01 07:08:54.708 | ++ functions-common:write_clouds_yaml:204 : eval echo '~stack' 2024-08-01 07:08:54.711 | +++ functions-common:write_clouds_yaml:204 : echo /opt/stack 2024-08-01 07:08:54.713 | + functions-common:write_clouds_yaml:204 : rm -f /opt/stack/.config/openstack/clouds.yaml 2024-08-01 07:08:54.716 | + stack.sh:main:1116 : export OS_CLOUD=devstack-admin 2024-08-01 07:08:54.718 | + stack.sh:main:1116 : OS_CLOUD=devstack-admin 2024-08-01 07:08:54.720 | + stack.sh:main:1118 : is_service_enabled keystone 2024-08-01 07:08:54.732 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:08:54.734 | + stack.sh:main:1119 : echo_summary 'Starting Keystone' 2024-08-01 07:08:54.736 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-01 07:08:54.738 | + stack.sh:echo_summary:472 : echo -e Starting Keystone 2024-08-01 07:08:54.740 | + stack.sh:main:1121 : '[' 10.180.1.21 == 10.180.1.21 ']' 2024-08-01 07:08:54.742 | + stack.sh:main:1122 : init_keystone 2024-08-01 07:08:54.744 | + lib/keystone:init_keystone:478 : is_service_enabled ldap 2024-08-01 07:08:54.756 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:08:54.758 | + lib/keystone:init_keystone:482 : [[ True == True ]] 2024-08-01 07:08:54.760 | + lib/keystone:init_keystone:484 : recreate_database keystone 2024-08-01 07:08:54.762 | + lib/database:recreate_database:112 : local db=keystone 2024-08-01 07:08:54.764 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2024-08-01 07:08:54.766 | + lib/databases/mysql:recreate_database_mysql:66 : local db=keystone 2024-08-01 07:08:54.767 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2024-08-01 07:08:54.776 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2024-08-01 07:08:54.785 | + lib/keystone:init_keystone:487 : time_start dbsync 2024-08-01 07:08:54.787 | + functions-common:time_start:2421 : local name=dbsync 2024-08-01 07:08:54.789 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:08:54.791 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:08:54.793 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:08:54.796 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496134794 2024-08-01 07:08:54.798 | + lib/keystone:init_keystone:489 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2024-08-01 07:08:56.667 | 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=29442) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-01 07:08:56.672 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-01 07:08:56.672 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-01 07:08:56.673 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=29442) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-08-01 07:08:56.674 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=29442) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:08:56.674 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=29442) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:08:56.674 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=29442) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:08:56.674 | 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=29442) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:08:56.674 | 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=29442) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:08:56.674 | 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=29442) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:08:56.675 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=29442) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:08:56.675 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=29442) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:08:56.675 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=29442) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:08:56.675 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=29442) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:08:56.675 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=29442) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:08:56.675 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=29442) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:08:56.676 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=29442) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:08:56.676 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=29442) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:08:56.676 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=29442) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-08-01 07:08:56.676 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=29442) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-08-01 07:08:56.687 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-01 07:08:56.687 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-01 07:08:56.716 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version. 2024-08-01 07:08:57.410 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=29442) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-08-01 07:08:57.411 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2024-08-01 07:08:57.412 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=29442) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-01 07:08:57.413 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2024-08-01 07:08:57.414 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=29442) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-08-01 07:08:57.736 | + lib/keystone:init_keystone:490 : time_stop dbsync 2024-08-01 07:08:57.738 | + functions-common:time_stop:2435 : local name 2024-08-01 07:08:57.740 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:08:57.742 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:08:57.744 | + functions-common:time_stop:2438 : local total 2024-08-01 07:08:57.746 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:08:57.748 | + functions-common:time_stop:2441 : name=dbsync 2024-08-01 07:08:57.750 | + functions-common:time_stop:2442 : start_time=1722496134794 2024-08-01 07:08:57.752 | + functions-common:time_stop:2444 : [[ -z 1722496134794 ]] 2024-08-01 07:08:57.754 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:08:57.757 | + functions-common:time_stop:2447 : end_time=1722496137755 2024-08-01 07:08:57.759 | + functions-common:time_stop:2448 : elapsed_time=2961 2024-08-01 07:08:57.761 | + functions-common:time_stop:2449 : total=0 2024-08-01 07:08:57.763 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:08:57.764 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2961 2024-08-01 07:08:57.766 | + lib/keystone:init_keystone:492 : [[ fernet == \f\e\r\n\e\t ]] 2024-08-01 07:08:57.768 | + lib/keystone:init_keystone:493 : rm -rf /etc/keystone/fernet-keys/ 2024-08-01 07:08:57.771 | + lib/keystone:init_keystone:494 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2024-08-01 07:08:59.400 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2024-08-01 07:08:59.401 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-08-01 07:08:59.401 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-08-01 07:08:59.401 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2024-08-01 07:08:59.401 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2024-08-01 07:08:59.402 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-08-01 07:08:59.402 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-08-01 07:08:59.402 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-08-01 07:08:59.402 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2024-08-01 07:08:59.670 | + lib/keystone:init_keystone:496 : rm -rf /etc/keystone/credential-keys/ 2024-08-01 07:08:59.673 | + lib/keystone:init_keystone:497 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2024-08-01 07:09:01.314 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2024-08-01 07:09:01.314 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-08-01 07:09:01.314 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-08-01 07:09:01.314 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2024-08-01 07:09:01.314 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2024-08-01 07:09:01.315 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2024-08-01 07:09:01.315 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2024-08-01 07:09:01.315 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2024-08-01 07:09:01.315 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2024-08-01 07:09:01.587 | + stack.sh:main:1123 : start_keystone 2024-08-01 07:09:01.589 | + lib/keystone:start_keystone:555 : local service_port=5000 2024-08-01 07:09:01.591 | + lib/keystone:start_keystone:556 : local auth_protocol=http 2024-08-01 07:09:01.593 | + lib/keystone:start_keystone:557 : is_service_enabled tls-proxy 2024-08-01 07:09:01.604 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:09:01.606 | + lib/keystone:start_keystone:562 : '[' uwsgi == mod_wsgi ']' 2024-08-01 07:09:01.609 | ++ lib/keystone:start_keystone:566 : which uwsgi 2024-08-01 07:09:01.612 | + lib/keystone:start_keystone:566 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2024-08-01 07:09:01.614 | + functions-common:run_process:1689 : local service=keystone 2024-08-01 07:09:01.615 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-08-01 07:09:01.617 | + functions-common:run_process:1691 : local group= 2024-08-01 07:09:01.619 | + functions-common:run_process:1692 : local user= 2024-08-01 07:09:01.621 | + functions-common:run_process:1693 : local env_vars= 2024-08-01 07:09:01.623 | + functions-common:run_process:1695 : local name=keystone 2024-08-01 07:09:01.624 | + functions-common:run_process:1697 : time_start run_process 2024-08-01 07:09:01.626 | + functions-common:time_start:2421 : local name=run_process 2024-08-01 07:09:01.628 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:09:01.630 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:09:01.632 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:09:01.635 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496141633 2024-08-01 07:09:01.637 | + functions-common:run_process:1698 : is_service_enabled keystone 2024-08-01 07:09:01.649 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:09:01.650 | + functions-common:run_process:1699 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2024-08-01 07:09:01.652 | + functions-common:_run_under_systemd:1649 : local service=keystone 2024-08-01 07:09:01.654 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-08-01 07:09:01.656 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-08-01 07:09:01.658 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-08-01 07:09:01.660 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-08-01 07:09:01.661 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2024-08-01 07:09:01.663 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2024-08-01 07:09:01.665 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@keystone.service 2024-08-01 07:09:01.667 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-01 07:09:01.668 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-01 07:09:01.670 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-01 07:09:01.672 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-01 07:09:01.674 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2024-08-01 07:09:01.676 | + 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-08-01 07:09:01.677 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@keystone.service 2024-08-01 07:09:01.679 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2024-08-01 07:09:01.681 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-08-01 07:09:01.682 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-08-01 07:09:01.684 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-08-01 07:09:01.686 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@keystone.service 2024-08-01 07:09:01.687 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-08-01 07:09:01.690 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2024-08-01 07:09:01.740 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2024-08-01 07:09:01.789 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User stack 2024-08-01 07:09:01.829 | + 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-08-01 07:09:01.870 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-01 07:09:01.911 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2024-08-01 07:09:01.950 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2024-08-01 07:09:01.995 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2024-08-01 07:09:02.038 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2024-08-01 07:09:02.074 | ++ inc/async:async_inner:64 : rc=0 2024-08-01 07:09:02.081 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2024-08-01 07:09:02.091 | [27030 Async install_tempest:27030]: finished successfully 2024-08-01 07:09:02.124 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-08-01 07:09:02.126 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-08-01 07:09:02.127 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2024-08-01 07:09:02.176 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-08-01 07:09:02.512 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@keystone.service 2024-08-01 07:09:02.523 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2024-08-01 07:09:02.839 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@keystone.service 2024-08-01 07:09:02.923 | + functions-common:run_process:1701 : time_stop run_process 2024-08-01 07:09:02.925 | + functions-common:time_stop:2435 : local name 2024-08-01 07:09:02.926 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:09:02.928 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:09:02.930 | + functions-common:time_stop:2438 : local total 2024-08-01 07:09:02.932 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:09:02.933 | + functions-common:time_stop:2441 : name=run_process 2024-08-01 07:09:02.935 | + functions-common:time_stop:2442 : start_time=1722496141633 2024-08-01 07:09:02.937 | + functions-common:time_stop:2444 : [[ -z 1722496141633 ]] 2024-08-01 07:09:02.939 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:09:02.942 | + functions-common:time_stop:2447 : end_time=1722496142940 2024-08-01 07:09:02.944 | + functions-common:time_stop:2448 : elapsed_time=1307 2024-08-01 07:09:02.945 | + functions-common:time_stop:2449 : total=119 2024-08-01 07:09:02.947 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:09:02.949 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=1426 2024-08-01 07:09:02.951 | + lib/keystone:start_keystone:569 : echo 'Waiting for keystone to start...' 2024-08-01 07:09:02.951 | Waiting for keystone to start... 2024-08-01 07:09:02.952 | + lib/keystone:start_keystone:575 : local service_uri=http://10.180.1.21/identity/v3/ 2024-08-01 07:09:02.954 | + lib/keystone:start_keystone:577 : wait_for_service 60 http://10.180.1.21/identity/v3/ 2024-08-01 07:09:02.956 | + functions:wait_for_service:468 : local timeout=60 2024-08-01 07:09:02.957 | + functions:wait_for_service:469 : local url=http://10.180.1.21/identity/v3/ 2024-08-01 07:09:02.959 | + functions:wait_for_service:470 : local rval=0 2024-08-01 07:09:02.961 | + functions:wait_for_service:471 : time_start wait_for_service 2024-08-01 07:09:02.962 | + functions-common:time_start:2421 : local name=wait_for_service 2024-08-01 07:09:02.964 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:09:02.966 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:09:02.968 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:09:02.971 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496142969 2024-08-01 07:09:02.973 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-08-01 07:09:02.976 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/identity/v3/ 2024-08-01 07:09:05.332 | + :: : [[ 200 == 503 ]] 2024-08-01 07:09:05.333 | + :: : [[ 0 -eq 7 ]] 2024-08-01 07:09:05.336 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-08-01 07:09:05.338 | + functions-common:time_stop:2435 : local name 2024-08-01 07:09:05.339 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:09:05.341 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:09:05.343 | + functions-common:time_stop:2438 : local total 2024-08-01 07:09:05.345 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:09:05.346 | + functions-common:time_stop:2441 : name=wait_for_service 2024-08-01 07:09:05.348 | + functions-common:time_stop:2442 : start_time=1722496142969 2024-08-01 07:09:05.350 | + functions-common:time_stop:2444 : [[ -z 1722496142969 ]] 2024-08-01 07:09:05.352 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:09:05.356 | + functions-common:time_stop:2447 : end_time=1722496145354 2024-08-01 07:09:05.357 | + functions-common:time_stop:2448 : elapsed_time=2385 2024-08-01 07:09:05.359 | + functions-common:time_stop:2449 : total=0 2024-08-01 07:09:05.361 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:09:05.363 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2385 2024-08-01 07:09:05.365 | + functions:wait_for_service:478 : return 0 2024-08-01 07:09:05.367 | + lib/keystone:start_keystone:582 : is_service_enabled tls-proxy 2024-08-01 07:09:05.379 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:09:05.381 | + lib/keystone:start_keystone:587 : restart_service memcached 2024-08-01 07:09:05.382 | + functions-common:restart_service:2319 : '[' -x /bin/systemctl ']' 2024-08-01 07:09:05.384 | + functions-common:restart_service:2320 : sudo /bin/systemctl restart memcached 2024-08-01 07:09:06.364 | + stack.sh:main:1124 : bootstrap_keystone 2024-08-01 07:09:06.366 | + 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-08-01 07:09:08.016 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=30245) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-01 07:09:08.016 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=30245) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-01 07:09:08.016 | 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=30245) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-01 07:09:08.020 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=30245) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-01 07:09:08.028 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=30245) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-01 07:09:08.028 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=30245) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-01 07:09:08.044 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=30245) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-01 07:09:08.059 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=30245) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-01 07:09:08.059 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=30245) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-01 07:09:08.164 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30245) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-01 07:09:08.165 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=30245) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-01 07:09:08.165 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=30245) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-01 07:09:08.165 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=30245) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-01 07:09:08.165 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=30245) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-01 07:09:08.165 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=30245) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-01 07:09:08.171 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30245) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-01 07:09:08.171 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=30245) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-01 07:09:08.171 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=30245) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-01 07:09:08.171 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=30245) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-01 07:09:08.171 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=30245) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-01 07:09:08.171 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=30245) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-01 07:09:08.171 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=30245) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-01 07:09:08.174 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=30245) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-01 07:09:08.176 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=30245) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-01 07:09:08.176 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=30245) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-01 07:09:08.176 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=30245) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-01 07:09:08.176 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=30245) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-01 07:09:08.176 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=30245) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-01 07:09:08.176 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=30245) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-01 07:09:08.176 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=30245) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2024-08-01 07:09:08.192 | 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=30245) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-01 07:09:08.286 | INFO keystone.cmd.bootstrap [None req-cee357a3-48fb-4d78-95f3-c8fbfd8c15a4 None None] Created domain default 2024-08-01 07:09:08.307 | INFO keystone.cmd.bootstrap [None req-cee357a3-48fb-4d78-95f3-c8fbfd8c15a4 None None] Created project admin 2024-08-01 07:09:08.321 | WARNING keystone.common.password_hashing [None req-cee357a3-48fb-4d78-95f3-c8fbfd8c15a4 None None] Truncating password to algorithm specific maximum length 72 characters.: keystone.exception.UserNotFound: Could not find user: admin. 2024-08-01 07:09:08.322 | DEBUG passlib.handlers.bcrypt [None req-cee357a3-48fb-4d78-95f3-c8fbfd8c15a4 None None] detected 'bcrypt' backend, version '4.0.0' {{(pid=30245) _load_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:625}} 2024-08-01 07:09:08.322 | DEBUG passlib.handlers.bcrypt [None req-cee357a3-48fb-4d78-95f3-c8fbfd8c15a4 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=30245) _finalize_backend_mixin /usr/local/lib/python3.10/dist-packages/passlib/handlers/bcrypt.py:406}} 2024-08-01 07:09:08.356 | INFO keystone.cmd.bootstrap [None req-cee357a3-48fb-4d78-95f3-c8fbfd8c15a4 None None] Created user admin 2024-08-01 07:09:08.362 | INFO keystone.cmd.bootstrap [None req-cee357a3-48fb-4d78-95f3-c8fbfd8c15a4 None None] Created role reader 2024-08-01 07:09:08.376 | INFO keystone.cmd.bootstrap [None req-cee357a3-48fb-4d78-95f3-c8fbfd8c15a4 None None] Created role member 2024-08-01 07:09:08.388 | INFO keystone.cmd.bootstrap [None req-cee357a3-48fb-4d78-95f3-c8fbfd8c15a4 None None] Created implied role where c036d27944d94862b33f4eed5843ec13 implies a868e2bcd6a14a9ab08371d943f4c6fa 2024-08-01 07:09:08.392 | INFO keystone.cmd.bootstrap [None req-cee357a3-48fb-4d78-95f3-c8fbfd8c15a4 None None] Created role admin 2024-08-01 07:09:08.399 | INFO keystone.cmd.bootstrap [None req-cee357a3-48fb-4d78-95f3-c8fbfd8c15a4 None None] Created implied role where 9c9b13dc81764dca88767df5f971f162 implies c036d27944d94862b33f4eed5843ec13 2024-08-01 07:09:08.404 | INFO keystone.cmd.bootstrap [None req-cee357a3-48fb-4d78-95f3-c8fbfd8c15a4 None None] Granted role admin on project admin to user admin. 2024-08-01 07:09:08.408 | INFO keystone.cmd.bootstrap [None req-cee357a3-48fb-4d78-95f3-c8fbfd8c15a4 None None] Granted role admin on the system to user admin. 2024-08-01 07:09:08.414 | WARNING py.warnings [None req-cee357a3-48fb-4d78-95f3-c8fbfd8c15a4 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-08-01 07:09:08.414 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2024-08-01 07:09:08.414 |  2024-08-01 07:09:08.415 | INFO keystone.cmd.bootstrap [None req-cee357a3-48fb-4d78-95f3-c8fbfd8c15a4 None None] Created region RegionOne 2024-08-01 07:09:08.430 | INFO keystone.cmd.bootstrap [None req-cee357a3-48fb-4d78-95f3-c8fbfd8c15a4 None None] Created public endpoint http://10.180.1.21/identity 2024-08-01 07:09:08.746 | + lib/keystone:bootstrap_keystone:615 : '[' False == True ']' 2024-08-01 07:09:08.748 | + stack.sh:main:1127 : create_keystone_accounts 2024-08-01 07:09:08.750 | + lib/keystone:create_keystone_accounts:314 : local admin_project 2024-08-01 07:09:08.752 | ++ lib/keystone:create_keystone_accounts:315 : oscwrap project show admin -f value -c id 2024-08-01 07:09:10.329 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:10.331 | + lib/keystone:create_keystone_accounts:315 : admin_project=ca7c4f34a57f4562886f21176ab0c642 2024-08-01 07:09:10.333 | + lib/keystone:create_keystone_accounts:316 : local admin_user 2024-08-01 07:09:10.335 | ++ lib/keystone:create_keystone_accounts:317 : oscwrap user show admin -f value -c id 2024-08-01 07:09:11.523 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:11.526 | + lib/keystone:create_keystone_accounts:317 : admin_user=e8337d3b507c4a1f881e00e08e963a04 2024-08-01 07:09:11.527 | + lib/keystone:create_keystone_accounts:319 : local admin_role=admin 2024-08-01 07:09:11.529 | + lib/keystone:create_keystone_accounts:320 : local member_role=member 2024-08-01 07:09:11.531 | + lib/keystone:create_keystone_accounts:321 : local reader_role=reader 2024-08-01 07:09:11.533 | + lib/keystone:create_keystone_accounts:323 : async_run ks-domain-role get_or_add_user_domain_role admin e8337d3b507c4a1f881e00e08e963a04 default 2024-08-01 07:09:11.577 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin e8337d3b507c4a1f881e00e08e963a04 default 2024-08-01 07:09:11.604 | [3544 Async ks-domain-role:30365]: running: get_or_add_user_domain_role admin e8337d3b507c4a1f881e00e08e963a04 default 2024-08-01 07:09:11.606 | + lib/keystone:create_keystone_accounts:326 : get_or_create_domain Default 2024-08-01 07:09:11.608 | + functions-common:get_or_create_domain:895 : local domain_id 2024-08-01 07:09:11.610 | ++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-08-01 07:09:13.106 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:13.108 | + functions-common:get_or_create_domain:900 : domain_id=default 2024-08-01 07:09:13.110 | + functions-common:get_or_create_domain:901 : echo default 2024-08-01 07:09:13.110 | default 2024-08-01 07:09:13.112 | + lib/keystone:create_keystone_accounts:327 : async_run ks-project get_or_create_project service Default 2024-08-01 07:09:13.158 | + inc/async:async_inner:63 : get_or_create_project service Default 2024-08-01 07:09:13.187 | [3544 Async ks-project:30477]: running: get_or_create_project service Default 2024-08-01 07:09:13.188 | + lib/keystone:create_keystone_accounts:330 : async_run ks-service get_or_create_role service 2024-08-01 07:09:13.236 | + inc/async:async_inner:63 : get_or_create_role service 2024-08-01 07:09:13.265 | [3544 Async ks-service:30589]: running: get_or_create_role service 2024-08-01 07:09:13.267 | + lib/keystone:create_keystone_accounts:336 : async_run ks-reseller get_or_create_role ResellerAdmin 2024-08-01 07:09:13.312 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2024-08-01 07:09:13.341 | [3544 Async ks-reseller:30684]: running: get_or_create_role ResellerAdmin 2024-08-01 07:09:13.342 | + lib/keystone:create_keystone_accounts:340 : local another_role=anotherrole 2024-08-01 07:09:13.344 | + lib/keystone:create_keystone_accounts:341 : async_run ks-anotherrole get_or_create_role anotherrole 2024-08-01 07:09:13.389 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2024-08-01 07:09:13.419 | [3544 Async ks-anotherrole:30782]: running: get_or_create_role anotherrole 2024-08-01 07:09:13.421 | + lib/keystone:create_keystone_accounts:344 : local invis_project 2024-08-01 07:09:13.423 | ++ lib/keystone:create_keystone_accounts:345 : get_or_create_project invisible_to_admin default 2024-08-01 07:09:13.426 | ++ functions-common:get_or_create_project:945 : local project_id 2024-08-01 07:09:13.428 | +++ 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-08-01 07:09:14.640 | + inc/async:async_inner:64 : rc=0 2024-08-01 07:09:14.659 | [30589 Async ks-service:30589]: finished successfully 2024-08-01 07:09:14.806 | + inc/async:async_inner:64 : rc=0 2024-08-01 07:09:14.827 | [30684 Async ks-reseller:30684]: finished successfully 2024-08-01 07:09:14.920 | + inc/async:async_inner:64 : rc=0 2024-08-01 07:09:14.938 | [30477 Async ks-project:30477]: finished successfully 2024-08-01 07:09:14.958 | + inc/async:async_inner:64 : rc=0 2024-08-01 07:09:14.995 | [30782 Async ks-anotherrole:30782]: finished successfully 2024-08-01 07:09:15.110 | + inc/async:async_inner:64 : rc=0 2024-08-01 07:09:15.128 | [30365 Async ks-domain-role:30365]: finished successfully 2024-08-01 07:09:15.192 | +++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:15.195 | ++ functions-common:get_or_create_project:951 : project_id=2243c25101884ce99ff1eb9912a3f016 2024-08-01 07:09:15.196 | ++ functions-common:get_or_create_project:952 : echo 2243c25101884ce99ff1eb9912a3f016 2024-08-01 07:09:15.199 | + lib/keystone:create_keystone_accounts:345 : invis_project=2243c25101884ce99ff1eb9912a3f016 2024-08-01 07:09:15.201 | + lib/keystone:create_keystone_accounts:348 : local demo_project 2024-08-01 07:09:15.203 | ++ lib/keystone:create_keystone_accounts:349 : get_or_create_project demo default 2024-08-01 07:09:15.205 | ++ functions-common:get_or_create_project:945 : local project_id 2024-08-01 07:09:15.208 | +++ 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-08-01 07:09:16.555 | +++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:16.557 | ++ functions-common:get_or_create_project:951 : project_id=2a940e06fea9465aa06ad09ede01daa1 2024-08-01 07:09:16.559 | ++ functions-common:get_or_create_project:952 : echo 2a940e06fea9465aa06ad09ede01daa1 2024-08-01 07:09:16.562 | + lib/keystone:create_keystone_accounts:349 : demo_project=2a940e06fea9465aa06ad09ede01daa1 2024-08-01 07:09:16.563 | + lib/keystone:create_keystone_accounts:350 : local demo_user 2024-08-01 07:09:16.565 | ++ lib/keystone:create_keystone_accounts:352 : get_or_create_user demo nomoresecret default demo@example.com 2024-08-01 07:09:16.567 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-01 07:09:16.569 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo@example.com ]] 2024-08-01 07:09:16.571 | ++ functions-common:get_or_create_user:924 : local email=--email=demo@example.com 2024-08-01 07:09:16.574 | +++ 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-08-01 07:09:17.931 | +++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:17.933 | ++ functions-common:get_or_create_user:938 : user_id=58e4908d1124403dbfe82f7afde3a7ae 2024-08-01 07:09:17.934 | ++ functions-common:get_or_create_user:939 : echo 58e4908d1124403dbfe82f7afde3a7ae 2024-08-01 07:09:17.937 | + lib/keystone:create_keystone_accounts:352 : demo_user=58e4908d1124403dbfe82f7afde3a7ae 2024-08-01 07:09:17.939 | + lib/keystone:create_keystone_accounts:354 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2024-08-01 07:09:17.973 | [3544 Async ks-domain-role:30365]: Waiting for completion of get_or_add_user_domain_role admin e8337d3b507c4a1f881e00e08e963a04 default running on PID 30365 (6 other jobs running) 2024-08-01 07:09:17.990 | [3544 Async ks-domain-role:30365]: Signaling child to exit 2024-08-01 07:09:17.990 | WAKEUP 2024-08-01 07:09:18.006 | [3544 Async ks-domain-role:30365]: Signaled 2024-08-01 07:09:18.007 | + functions-common:get_or_add_user_domain_role:1009 : local user_role_id 2024-08-01 07:09:18.007 | + functions-common:get_or_add_user_domain_role:1013 : openstack --os-cloud devstack-system-admin role add admin --user e8337d3b507c4a1f881e00e08e963a04 --domain default 2024-08-01 07:09:18.007 | ++ functions-common:get_or_add_user_domain_role:1020 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user e8337d3b507c4a1f881e00e08e963a04 --domain default -c Role -f value 2024-08-01 07:09:18.007 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:18.007 | + functions-common:get_or_add_user_domain_role:1020 : user_role_id=9c9b13dc81764dca88767df5f971f162 2024-08-01 07:09:18.007 | + functions-common:get_or_add_user_domain_role:1022 : echo 9c9b13dc81764dca88767df5f971f162 2024-08-01 07:09:18.007 | 9c9b13dc81764dca88767df5f971f162 2024-08-01 07:09:18.037 | [3544 Async ks-domain-role:30365]: finished get_or_add_user_domain_role admin e8337d3b507c4a1f881e00e08e963a04 default with result 0 in 3 seconds 2024-08-01 07:09:18.041 | Not waiting for async task ks-domain that we never started or has already been waited for 2024-08-01 07:09:18.065 | [3544 Async ks-project:30477]: Waiting for completion of get_or_create_project service Default running on PID 30477 (5 other jobs running) 2024-08-01 07:09:18.083 | [3544 Async ks-project:30477]: Signaling child to exit 2024-08-01 07:09:18.083 | WAKEUP 2024-08-01 07:09:18.098 | [3544 Async ks-project:30477]: Signaled 2024-08-01 07:09:18.099 | + functions-common:get_or_create_project:945 : local project_id 2024-08-01 07:09:18.099 | ++ 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-08-01 07:09:18.099 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:18.099 | + functions-common:get_or_create_project:951 : project_id=7d9efa427c7c4939a9ff974c25016702 2024-08-01 07:09:18.099 | + functions-common:get_or_create_project:952 : echo 7d9efa427c7c4939a9ff974c25016702 2024-08-01 07:09:18.099 | 7d9efa427c7c4939a9ff974c25016702 2024-08-01 07:09:18.129 | [3544 Async ks-project:30477]: finished get_or_create_project service Default with result 0 in 1 seconds 2024-08-01 07:09:18.154 | [3544 Async ks-service:30589]: Waiting for completion of get_or_create_role service running on PID 30589 (4 other jobs running) 2024-08-01 07:09:18.171 | [3544 Async ks-service:30589]: Signaling child to exit 2024-08-01 07:09:18.171 | WAKEUP 2024-08-01 07:09:18.186 | [3544 Async ks-service:30589]: Signaled 2024-08-01 07:09:18.186 | + functions-common:get_or_create_role:958 : local role_id 2024-08-01 07:09:18.186 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2024-08-01 07:09:18.186 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:18.186 | + functions-common:get_or_create_role:963 : role_id=7e035b2eea90403687afd9c526591c18 2024-08-01 07:09:18.187 | + functions-common:get_or_create_role:964 : echo 7e035b2eea90403687afd9c526591c18 2024-08-01 07:09:18.187 | 7e035b2eea90403687afd9c526591c18 2024-08-01 07:09:18.216 | [3544 Async ks-service:30589]: finished get_or_create_role service with result 0 in 1 seconds 2024-08-01 07:09:18.242 | [3544 Async ks-reseller:30684]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 30684 (3 other jobs running) 2024-08-01 07:09:18.259 | [3544 Async ks-reseller:30684]: Signaling child to exit 2024-08-01 07:09:18.259 | WAKEUP 2024-08-01 07:09:18.274 | [3544 Async ks-reseller:30684]: Signaled 2024-08-01 07:09:18.275 | + functions-common:get_or_create_role:958 : local role_id 2024-08-01 07:09:18.275 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2024-08-01 07:09:18.275 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:18.275 | + functions-common:get_or_create_role:963 : role_id=93676c33e57c4a6cbce8e03bd10ff9e4 2024-08-01 07:09:18.275 | + functions-common:get_or_create_role:964 : echo 93676c33e57c4a6cbce8e03bd10ff9e4 2024-08-01 07:09:18.275 | 93676c33e57c4a6cbce8e03bd10ff9e4 2024-08-01 07:09:18.305 | [3544 Async ks-reseller:30684]: finished get_or_create_role ResellerAdmin with result 0 in 1 seconds 2024-08-01 07:09:18.331 | [3544 Async ks-anotherrole:30782]: Waiting for completion of get_or_create_role anotherrole running on PID 30782 (2 other jobs running) 2024-08-01 07:09:18.348 | [3544 Async ks-anotherrole:30782]: Signaling child to exit 2024-08-01 07:09:18.349 | WAKEUP 2024-08-01 07:09:18.363 | [3544 Async ks-anotherrole:30782]: Signaled 2024-08-01 07:09:18.364 | + functions-common:get_or_create_role:958 : local role_id 2024-08-01 07:09:18.365 | ++ functions-common:get_or_create_role:965 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2024-08-01 07:09:18.365 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:18.365 | + functions-common:get_or_create_role:963 : role_id=0a74f4c5076e4ce3854be61490be9e0b 2024-08-01 07:09:18.365 | + functions-common:get_or_create_role:964 : echo 0a74f4c5076e4ce3854be61490be9e0b 2024-08-01 07:09:18.365 | 0a74f4c5076e4ce3854be61490be9e0b 2024-08-01 07:09:18.395 | [3544 Async ks-anotherrole:30782]: finished get_or_create_role anotherrole with result 0 in 1 seconds 2024-08-01 07:09:18.399 | + inc/async:async_wait:197 : return 0 2024-08-01 07:09:18.400 | + lib/keystone:create_keystone_accounts:356 : async_run ks-demo-member get_or_add_user_project_role member 58e4908d1124403dbfe82f7afde3a7ae 2a940e06fea9465aa06ad09ede01daa1 2024-08-01 07:09:18.446 | + inc/async:async_inner:63 : get_or_add_user_project_role member 58e4908d1124403dbfe82f7afde3a7ae 2a940e06fea9465aa06ad09ede01daa1 2024-08-01 07:09:18.475 | [3544 Async ks-demo-member:31623]: running: get_or_add_user_project_role member 58e4908d1124403dbfe82f7afde3a7ae 2a940e06fea9465aa06ad09ede01daa1 2024-08-01 07:09:18.478 | + lib/keystone:create_keystone_accounts:358 : async_run ks-demo-admin get_or_add_user_project_role admin e8337d3b507c4a1f881e00e08e963a04 2a940e06fea9465aa06ad09ede01daa1 2024-08-01 07:09:18.522 | + inc/async:async_inner:63 : get_or_add_user_project_role admin e8337d3b507c4a1f881e00e08e963a04 2a940e06fea9465aa06ad09ede01daa1 2024-08-01 07:09:18.551 | [3544 Async ks-demo-admin:31719]: running: get_or_add_user_project_role admin e8337d3b507c4a1f881e00e08e963a04 2a940e06fea9465aa06ad09ede01daa1 2024-08-01 07:09:18.553 | + lib/keystone:create_keystone_accounts:359 : async_run ks-demo-another get_or_add_user_project_role anotherrole 58e4908d1124403dbfe82f7afde3a7ae 2a940e06fea9465aa06ad09ede01daa1 2024-08-01 07:09:18.599 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 58e4908d1124403dbfe82f7afde3a7ae 2a940e06fea9465aa06ad09ede01daa1 2024-08-01 07:09:18.629 | [3544 Async ks-demo-another:31816]: running: get_or_add_user_project_role anotherrole 58e4908d1124403dbfe82f7afde3a7ae 2a940e06fea9465aa06ad09ede01daa1 2024-08-01 07:09:18.630 | + lib/keystone:create_keystone_accounts:360 : async_run ks-demo-invis get_or_add_user_project_role member 58e4908d1124403dbfe82f7afde3a7ae 2243c25101884ce99ff1eb9912a3f016 2024-08-01 07:09:18.677 | + inc/async:async_inner:63 : get_or_add_user_project_role member 58e4908d1124403dbfe82f7afde3a7ae 2243c25101884ce99ff1eb9912a3f016 2024-08-01 07:09:18.706 | [3544 Async ks-demo-invis:31913]: running: get_or_add_user_project_role member 58e4908d1124403dbfe82f7afde3a7ae 2243c25101884ce99ff1eb9912a3f016 2024-08-01 07:09:18.708 | + lib/keystone:create_keystone_accounts:363 : local demo_reader 2024-08-01 07:09:18.710 | ++ lib/keystone:create_keystone_accounts:365 : get_or_create_user demo_reader nomoresecret default demo_reader@example.com 2024-08-01 07:09:18.712 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-01 07:09:18.714 | ++ functions-common:get_or_create_user:923 : [[ ! -z demo_reader@example.com ]] 2024-08-01 07:09:18.716 | ++ functions-common:get_or_create_user:924 : local email=--email=demo_reader@example.com 2024-08-01 07:09:18.719 | +++ 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-08-01 07:09:20.441 | +++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:20.443 | ++ functions-common:get_or_create_user:938 : user_id=b2ef966a5b424ae0aee08422cd34158f 2024-08-01 07:09:20.446 | ++ functions-common:get_or_create_user:939 : echo b2ef966a5b424ae0aee08422cd34158f 2024-08-01 07:09:20.448 | + lib/keystone:create_keystone_accounts:365 : demo_reader=b2ef966a5b424ae0aee08422cd34158f 2024-08-01 07:09:20.450 | + lib/keystone:create_keystone_accounts:367 : async_run ks-demo-reader get_or_add_user_project_role reader b2ef966a5b424ae0aee08422cd34158f 2a940e06fea9465aa06ad09ede01daa1 2024-08-01 07:09:20.502 | + inc/async:async_inner:63 : get_or_add_user_project_role reader b2ef966a5b424ae0aee08422cd34158f 2a940e06fea9465aa06ad09ede01daa1 2024-08-01 07:09:20.535 | [3544 Async ks-demo-reader:32069]: running: get_or_add_user_project_role reader b2ef966a5b424ae0aee08422cd34158f 2a940e06fea9465aa06ad09ede01daa1 2024-08-01 07:09:20.537 | + lib/keystone:create_keystone_accounts:370 : local alt_demo_project 2024-08-01 07:09:20.539 | ++ lib/keystone:create_keystone_accounts:371 : get_or_create_project alt_demo default 2024-08-01 07:09:20.542 | ++ functions-common:get_or_create_project:945 : local project_id 2024-08-01 07:09:20.545 | +++ 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-08-01 07:09:22.213 | +++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:22.215 | ++ functions-common:get_or_create_project:951 : project_id=96e892337572442ba0506ea132615451 2024-08-01 07:09:22.218 | ++ functions-common:get_or_create_project:952 : echo 96e892337572442ba0506ea132615451 2024-08-01 07:09:22.220 | + lib/keystone:create_keystone_accounts:371 : alt_demo_project=96e892337572442ba0506ea132615451 2024-08-01 07:09:22.222 | + lib/keystone:create_keystone_accounts:373 : local alt_demo_user 2024-08-01 07:09:22.224 | ++ lib/keystone:create_keystone_accounts:375 : get_or_create_user alt_demo nomoresecret default alt_demo@example.com 2024-08-01 07:09:22.227 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-01 07:09:22.228 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo@example.com ]] 2024-08-01 07:09:22.231 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo@example.com 2024-08-01 07:09:22.233 | +++ 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-08-01 07:09:22.596 | + inc/async:async_inner:64 : rc=0 2024-08-01 07:09:22.616 | [31623 Async ks-demo-member:31623]: finished successfully 2024-08-01 07:09:22.966 | + inc/async:async_inner:64 : rc=0 2024-08-01 07:09:22.985 | [31719 Async ks-demo-admin:31719]: finished successfully 2024-08-01 07:09:23.082 | + inc/async:async_inner:64 : rc=0 2024-08-01 07:09:23.082 | + inc/async:async_inner:64 : rc=0 2024-08-01 07:09:23.100 | [31816 Async ks-demo-another:31816]: finished successfully 2024-08-01 07:09:23.101 | [31913 Async ks-demo-invis:31913]: finished successfully 2024-08-01 07:09:23.633 | +++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:23.636 | ++ functions-common:get_or_create_user:938 : user_id=faf8b1d88ba147f7aaf9c02b0785e174 2024-08-01 07:09:23.638 | ++ functions-common:get_or_create_user:939 : echo faf8b1d88ba147f7aaf9c02b0785e174 2024-08-01 07:09:23.640 | + lib/keystone:create_keystone_accounts:375 : alt_demo_user=faf8b1d88ba147f7aaf9c02b0785e174 2024-08-01 07:09:23.642 | + lib/keystone:create_keystone_accounts:377 : async_run ks-alt-admin get_or_add_user_project_role admin faf8b1d88ba147f7aaf9c02b0785e174 96e892337572442ba0506ea132615451 2024-08-01 07:09:23.690 | + inc/async:async_inner:63 : get_or_add_user_project_role admin faf8b1d88ba147f7aaf9c02b0785e174 96e892337572442ba0506ea132615451 2024-08-01 07:09:23.720 | [3544 Async ks-alt-admin:32478]: running: get_or_add_user_project_role admin faf8b1d88ba147f7aaf9c02b0785e174 96e892337572442ba0506ea132615451 2024-08-01 07:09:23.722 | + lib/keystone:create_keystone_accounts:378 : async_run ks-alt-another get_or_add_user_project_role anotherrole faf8b1d88ba147f7aaf9c02b0785e174 96e892337572442ba0506ea132615451 2024-08-01 07:09:23.774 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole faf8b1d88ba147f7aaf9c02b0785e174 96e892337572442ba0506ea132615451 2024-08-01 07:09:23.803 | [3544 Async ks-alt-another:32574]: running: get_or_add_user_project_role anotherrole faf8b1d88ba147f7aaf9c02b0785e174 96e892337572442ba0506ea132615451 2024-08-01 07:09:23.805 | + lib/keystone:create_keystone_accounts:381 : local alt_demo_member 2024-08-01 07:09:23.807 | ++ lib/keystone:create_keystone_accounts:383 : get_or_create_user alt_demo_member nomoresecret default alt_demo_member@example.com 2024-08-01 07:09:23.809 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-01 07:09:23.811 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_member@example.com ]] 2024-08-01 07:09:23.813 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_member@example.com 2024-08-01 07:09:23.816 | +++ 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-08-01 07:09:24.534 | + inc/async:async_inner:64 : rc=0 2024-08-01 07:09:24.552 | [32069 Async ks-demo-reader:32069]: finished successfully 2024-08-01 07:09:25.209 | +++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:25.212 | ++ functions-common:get_or_create_user:938 : user_id=b4dbdc74addf4fab826226e424fac520 2024-08-01 07:09:25.213 | ++ functions-common:get_or_create_user:939 : echo b4dbdc74addf4fab826226e424fac520 2024-08-01 07:09:25.216 | + lib/keystone:create_keystone_accounts:383 : alt_demo_member=b4dbdc74addf4fab826226e424fac520 2024-08-01 07:09:25.218 | + lib/keystone:create_keystone_accounts:384 : async_run ks-alt-member-user get_or_add_user_project_role member b4dbdc74addf4fab826226e424fac520 96e892337572442ba0506ea132615451 2024-08-01 07:09:25.265 | + inc/async:async_inner:63 : get_or_add_user_project_role member b4dbdc74addf4fab826226e424fac520 96e892337572442ba0506ea132615451 2024-08-01 07:09:25.295 | [3544 Async ks-alt-member-user:32751]: running: get_or_add_user_project_role member b4dbdc74addf4fab826226e424fac520 96e892337572442ba0506ea132615451 2024-08-01 07:09:25.297 | + lib/keystone:create_keystone_accounts:387 : local alt_demo_reader 2024-08-01 07:09:25.300 | ++ lib/keystone:create_keystone_accounts:389 : get_or_create_user alt_demo_reader nomoresecret default alt_demo_reader@example.com 2024-08-01 07:09:25.302 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-01 07:09:25.304 | ++ functions-common:get_or_create_user:923 : [[ ! -z alt_demo_reader@example.com ]] 2024-08-01 07:09:25.306 | ++ functions-common:get_or_create_user:924 : local email=--email=alt_demo_reader@example.com 2024-08-01 07:09:25.308 | +++ 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-08-01 07:09:26.771 | +++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:26.773 | ++ functions-common:get_or_create_user:938 : user_id=619252824e094a7aba2afa5678fcd939 2024-08-01 07:09:26.775 | ++ functions-common:get_or_create_user:939 : echo 619252824e094a7aba2afa5678fcd939 2024-08-01 07:09:26.777 | + lib/keystone:create_keystone_accounts:389 : alt_demo_reader=619252824e094a7aba2afa5678fcd939 2024-08-01 07:09:26.780 | + lib/keystone:create_keystone_accounts:390 : async_run ks-alt-reader-user get_or_add_user_project_role reader 619252824e094a7aba2afa5678fcd939 96e892337572442ba0506ea132615451 2024-08-01 07:09:26.831 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 619252824e094a7aba2afa5678fcd939 96e892337572442ba0506ea132615451 2024-08-01 07:09:26.864 | [3544 Async ks-alt-reader-user:32925]: running: get_or_add_user_project_role reader 619252824e094a7aba2afa5678fcd939 96e892337572442ba0506ea132615451 2024-08-01 07:09:26.866 | ++ lib/keystone:create_keystone_accounts:397 : get_or_create_user system_member nomoresecret default system_member@example.com 2024-08-01 07:09:26.868 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-01 07:09:26.870 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_member@example.com ]] 2024-08-01 07:09:26.872 | ++ functions-common:get_or_create_user:924 : local email=--email=system_member@example.com 2024-08-01 07:09:26.875 | +++ 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-08-01 07:09:27.338 | + inc/async:async_inner:64 : rc=0 2024-08-01 07:09:27.357 | [32478 Async ks-alt-admin:32478]: finished successfully 2024-08-01 07:09:27.405 | + inc/async:async_inner:64 : rc=0 2024-08-01 07:09:27.423 | [32574 Async ks-alt-another:32574]: finished successfully 2024-08-01 07:09:28.382 | +++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:28.384 | ++ functions-common:get_or_create_user:938 : user_id=0b562f7c1bca424ab7e646895c5ae251 2024-08-01 07:09:28.386 | ++ functions-common:get_or_create_user:939 : echo 0b562f7c1bca424ab7e646895c5ae251 2024-08-01 07:09:28.389 | + lib/keystone:create_keystone_accounts:397 : system_member_user=0b562f7c1bca424ab7e646895c5ae251 2024-08-01 07:09:28.391 | + lib/keystone:create_keystone_accounts:398 : async_run ks-system-member get_or_add_user_system_role member 0b562f7c1bca424ab7e646895c5ae251 all 2024-08-01 07:09:28.442 | + inc/async:async_inner:63 : get_or_add_user_system_role member 0b562f7c1bca424ab7e646895c5ae251 all 2024-08-01 07:09:28.475 | [3544 Async ks-system-member:33158]: running: get_or_add_user_system_role member 0b562f7c1bca424ab7e646895c5ae251 all 2024-08-01 07:09:28.478 | ++ lib/keystone:create_keystone_accounts:401 : get_or_create_user system_reader nomoresecret default system_reader@example.com 2024-08-01 07:09:28.480 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-01 07:09:28.482 | ++ functions-common:get_or_create_user:923 : [[ ! -z system_reader@example.com ]] 2024-08-01 07:09:28.484 | ++ functions-common:get_or_create_user:924 : local email=--email=system_reader@example.com 2024-08-01 07:09:28.487 | +++ 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-08-01 07:09:28.983 | + inc/async:async_inner:64 : rc=0 2024-08-01 07:09:29.001 | [32751 Async ks-alt-member-user:32751]: finished successfully 2024-08-01 07:09:29.931 | +++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:29.934 | ++ functions-common:get_or_create_user:938 : user_id=bc17a570afa6454983cab0970bb28272 2024-08-01 07:09:29.935 | ++ functions-common:get_or_create_user:939 : echo bc17a570afa6454983cab0970bb28272 2024-08-01 07:09:29.938 | + lib/keystone:create_keystone_accounts:401 : system_reader_user=bc17a570afa6454983cab0970bb28272 2024-08-01 07:09:29.940 | + lib/keystone:create_keystone_accounts:402 : async_run ks-system-reader get_or_add_user_system_role reader bc17a570afa6454983cab0970bb28272 all 2024-08-01 07:09:29.990 | + inc/async:async_inner:63 : get_or_add_user_system_role reader bc17a570afa6454983cab0970bb28272 all 2024-08-01 07:09:30.021 | [3544 Async ks-system-reader:33366]: running: get_or_add_user_system_role reader bc17a570afa6454983cab0970bb28272 all 2024-08-01 07:09:30.023 | + lib/keystone:create_keystone_accounts:405 : local admin_group 2024-08-01 07:09:30.025 | ++ lib/keystone:create_keystone_accounts:407 : get_or_create_group admins default 'openstack admin group' 2024-08-01 07:09:30.027 | ++ functions-common:get_or_create_group:907 : local 'desc=openstack admin group' 2024-08-01 07:09:30.029 | ++ functions-common:get_or_create_group:908 : local group_id 2024-08-01 07:09:30.032 | +++ 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-08-01 07:09:30.319 | + inc/async:async_inner:64 : rc=0 2024-08-01 07:09:30.337 | [32925 Async ks-alt-reader-user:32925]: finished successfully 2024-08-01 07:09:31.418 | +++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:31.420 | ++ functions-common:get_or_create_group:915 : group_id=4db1bd0dc2f64fd4a726200a83b95615 2024-08-01 07:09:31.423 | ++ functions-common:get_or_create_group:916 : echo 4db1bd0dc2f64fd4a726200a83b95615 2024-08-01 07:09:31.425 | + lib/keystone:create_keystone_accounts:407 : admin_group=4db1bd0dc2f64fd4a726200a83b95615 2024-08-01 07:09:31.427 | + lib/keystone:create_keystone_accounts:408 : local non_admin_group 2024-08-01 07:09:31.429 | ++ lib/keystone:create_keystone_accounts:410 : get_or_create_group nonadmins default 'non-admin group' 2024-08-01 07:09:31.432 | ++ functions-common:get_or_create_group:907 : local 'desc=non-admin group' 2024-08-01 07:09:31.434 | ++ functions-common:get_or_create_group:908 : local group_id 2024-08-01 07:09:31.436 | +++ 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-08-01 07:09:32.812 | +++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:32.814 | ++ functions-common:get_or_create_group:915 : group_id=bddb94bed10b440ebfd8d2d77cf515b3 2024-08-01 07:09:32.816 | ++ functions-common:get_or_create_group:916 : echo bddb94bed10b440ebfd8d2d77cf515b3 2024-08-01 07:09:32.819 | + lib/keystone:create_keystone_accounts:410 : non_admin_group=bddb94bed10b440ebfd8d2d77cf515b3 2024-08-01 07:09:32.821 | + lib/keystone:create_keystone_accounts:412 : async_run ks-group-memberdemo get_or_add_group_project_role member bddb94bed10b440ebfd8d2d77cf515b3 2a940e06fea9465aa06ad09ede01daa1 2024-08-01 07:09:32.872 | + inc/async:async_inner:63 : get_or_add_group_project_role member bddb94bed10b440ebfd8d2d77cf515b3 2a940e06fea9465aa06ad09ede01daa1 2024-08-01 07:09:32.901 | [3544 Async ks-group-memberdemo:33633]: running: get_or_add_group_project_role member bddb94bed10b440ebfd8d2d77cf515b3 2a940e06fea9465aa06ad09ede01daa1 2024-08-01 07:09:32.903 | + lib/keystone:create_keystone_accounts:413 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole bddb94bed10b440ebfd8d2d77cf515b3 2a940e06fea9465aa06ad09ede01daa1 2024-08-01 07:09:32.957 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole bddb94bed10b440ebfd8d2d77cf515b3 2a940e06fea9465aa06ad09ede01daa1 2024-08-01 07:09:32.990 | [3544 Async ks-group-anotherdemo:33712]: running: get_or_add_group_project_role anotherrole bddb94bed10b440ebfd8d2d77cf515b3 2a940e06fea9465aa06ad09ede01daa1 2024-08-01 07:09:32.992 | + lib/keystone:create_keystone_accounts:414 : async_run ks-group-memberalt get_or_add_group_project_role member bddb94bed10b440ebfd8d2d77cf515b3 96e892337572442ba0506ea132615451 2024-08-01 07:09:33.044 | + inc/async:async_inner:63 : get_or_add_group_project_role member bddb94bed10b440ebfd8d2d77cf515b3 96e892337572442ba0506ea132615451 2024-08-01 07:09:33.075 | [3544 Async ks-group-memberalt:33794]: running: get_or_add_group_project_role member bddb94bed10b440ebfd8d2d77cf515b3 96e892337572442ba0506ea132615451 2024-08-01 07:09:33.077 | + lib/keystone:create_keystone_accounts:415 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole bddb94bed10b440ebfd8d2d77cf515b3 96e892337572442ba0506ea132615451 2024-08-01 07:09:33.125 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole bddb94bed10b440ebfd8d2d77cf515b3 96e892337572442ba0506ea132615451 2024-08-01 07:09:33.153 | [3544 Async ks-group-anotheralt:33874]: running: get_or_add_group_project_role anotherrole bddb94bed10b440ebfd8d2d77cf515b3 96e892337572442ba0506ea132615451 2024-08-01 07:09:33.155 | + lib/keystone:create_keystone_accounts:416 : async_run ks-group-admin get_or_add_group_project_role admin 4db1bd0dc2f64fd4a726200a83b95615 ca7c4f34a57f4562886f21176ab0c642 2024-08-01 07:09:33.206 | + inc/async:async_inner:63 : get_or_add_group_project_role admin 4db1bd0dc2f64fd4a726200a83b95615 ca7c4f34a57f4562886f21176ab0c642 2024-08-01 07:09:33.244 | [3544 Async ks-group-admin:33972]: running: get_or_add_group_project_role admin 4db1bd0dc2f64fd4a726200a83b95615 ca7c4f34a57f4562886f21176ab0c642 2024-08-01 07:09:33.246 | + lib/keystone:create_keystone_accounts:418 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2024-08-01 07:09:33.262 | + inc/async:async_inner:64 : rc=0 2024-08-01 07:09:33.284 | [33158 Async ks-system-member:33158]: finished successfully 2024-08-01 07:09:33.289 | [3544 Async ks-demo-member:31623]: Waiting for completion of get_or_add_user_project_role member 58e4908d1124403dbfe82f7afde3a7ae 2a940e06fea9465aa06ad09ede01daa1 running on PID 31623 (17 other jobs running) 2024-08-01 07:09:33.312 | [3544 Async ks-demo-member:31623]: Signaling child to exit 2024-08-01 07:09:33.312 | WAKEUP 2024-08-01 07:09:33.328 | [3544 Async ks-demo-member:31623]: Signaled 2024-08-01 07:09:33.329 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-01 07:09:33.329 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-01 07:09:33.329 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-01 07:09:33.329 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-01 07:09:33.329 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-01 07:09:33.329 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-01 07:09:33.329 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-01 07:09:33.329 | ++ functions-common:_get_domain_args:980 : echo 2024-08-01 07:09:33.329 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-01 07:09:33.329 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 58e4908d1124403dbfe82f7afde3a7ae --project 2a940e06fea9465aa06ad09ede01daa1 2024-08-01 07:09:33.329 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 58e4908d1124403dbfe82f7afde3a7ae --project 2a940e06fea9465aa06ad09ede01daa1 -c Role -f value 2024-08-01 07:09:33.329 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:33.329 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=c036d27944d94862b33f4eed5843ec13 2024-08-01 07:09:33.329 | + functions-common:get_or_add_user_project_role:1003 : echo c036d27944d94862b33f4eed5843ec13 2024-08-01 07:09:33.329 | c036d27944d94862b33f4eed5843ec13 2024-08-01 07:09:33.360 | [3544 Async ks-demo-member:31623]: finished get_or_add_user_project_role member 58e4908d1124403dbfe82f7afde3a7ae 2a940e06fea9465aa06ad09ede01daa1 with result 0 in 4 seconds 2024-08-01 07:09:33.385 | [3544 Async ks-demo-admin:31719]: Waiting for completion of get_or_add_user_project_role admin e8337d3b507c4a1f881e00e08e963a04 2a940e06fea9465aa06ad09ede01daa1 running on PID 31719 (16 other jobs running) 2024-08-01 07:09:33.402 | [3544 Async ks-demo-admin:31719]: Signaling child to exit 2024-08-01 07:09:33.402 | WAKEUP 2024-08-01 07:09:33.418 | [3544 Async ks-demo-admin:31719]: Signaled 2024-08-01 07:09:33.419 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-01 07:09:33.419 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-01 07:09:33.419 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-01 07:09:33.419 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-01 07:09:33.419 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-01 07:09:33.419 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-01 07:09:33.419 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-01 07:09:33.419 | ++ functions-common:_get_domain_args:980 : echo 2024-08-01 07:09:33.419 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-01 07:09:33.419 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user e8337d3b507c4a1f881e00e08e963a04 --project 2a940e06fea9465aa06ad09ede01daa1 2024-08-01 07:09:33.419 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user e8337d3b507c4a1f881e00e08e963a04 --project 2a940e06fea9465aa06ad09ede01daa1 -c Role -f value 2024-08-01 07:09:33.419 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:33.419 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=9c9b13dc81764dca88767df5f971f162 2024-08-01 07:09:33.419 | + functions-common:get_or_add_user_project_role:1003 : echo 9c9b13dc81764dca88767df5f971f162 2024-08-01 07:09:33.419 | 9c9b13dc81764dca88767df5f971f162 2024-08-01 07:09:33.450 | [3544 Async ks-demo-admin:31719]: finished get_or_add_user_project_role admin e8337d3b507c4a1f881e00e08e963a04 2a940e06fea9465aa06ad09ede01daa1 with result 0 in 4 seconds 2024-08-01 07:09:33.476 | [3544 Async ks-demo-another:31816]: Waiting for completion of get_or_add_user_project_role anotherrole 58e4908d1124403dbfe82f7afde3a7ae 2a940e06fea9465aa06ad09ede01daa1 running on PID 31816 (15 other jobs running) 2024-08-01 07:09:33.493 | [3544 Async ks-demo-another:31816]: Signaling child to exit 2024-08-01 07:09:33.493 | WAKEUP 2024-08-01 07:09:33.509 | [3544 Async ks-demo-another:31816]: Signaled 2024-08-01 07:09:33.510 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-01 07:09:33.510 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-01 07:09:33.510 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-01 07:09:33.510 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-01 07:09:33.510 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-01 07:09:33.510 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-01 07:09:33.510 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-01 07:09:33.510 | ++ functions-common:_get_domain_args:980 : echo 2024-08-01 07:09:33.510 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-01 07:09:33.510 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user 58e4908d1124403dbfe82f7afde3a7ae --project 2a940e06fea9465aa06ad09ede01daa1 2024-08-01 07:09:33.510 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 58e4908d1124403dbfe82f7afde3a7ae --project 2a940e06fea9465aa06ad09ede01daa1 -c Role -f value 2024-08-01 07:09:33.510 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:33.510 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=0a74f4c5076e4ce3854be61490be9e0b 2024-08-01 07:09:33.510 | + functions-common:get_or_add_user_project_role:1003 : echo 0a74f4c5076e4ce3854be61490be9e0b 2024-08-01 07:09:33.510 | 0a74f4c5076e4ce3854be61490be9e0b 2024-08-01 07:09:33.540 | [3544 Async ks-demo-another:31816]: finished get_or_add_user_project_role anotherrole 58e4908d1124403dbfe82f7afde3a7ae 2a940e06fea9465aa06ad09ede01daa1 with result 0 in 4 seconds 2024-08-01 07:09:33.566 | [3544 Async ks-demo-invis:31913]: Waiting for completion of get_or_add_user_project_role member 58e4908d1124403dbfe82f7afde3a7ae 2243c25101884ce99ff1eb9912a3f016 running on PID 31913 (14 other jobs running) 2024-08-01 07:09:33.582 | [3544 Async ks-demo-invis:31913]: Signaling child to exit 2024-08-01 07:09:33.583 | WAKEUP 2024-08-01 07:09:33.598 | [3544 Async ks-demo-invis:31913]: Signaled 2024-08-01 07:09:33.599 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-01 07:09:33.599 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-01 07:09:33.599 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-01 07:09:33.599 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-01 07:09:33.599 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-01 07:09:33.599 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-01 07:09:33.599 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-01 07:09:33.599 | ++ functions-common:_get_domain_args:980 : echo 2024-08-01 07:09:33.599 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-01 07:09:33.599 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user 58e4908d1124403dbfe82f7afde3a7ae --project 2243c25101884ce99ff1eb9912a3f016 2024-08-01 07:09:33.599 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 58e4908d1124403dbfe82f7afde3a7ae --project 2243c25101884ce99ff1eb9912a3f016 -c Role -f value 2024-08-01 07:09:33.599 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:33.599 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=c036d27944d94862b33f4eed5843ec13 2024-08-01 07:09:33.599 | + functions-common:get_or_add_user_project_role:1003 : echo c036d27944d94862b33f4eed5843ec13 2024-08-01 07:09:33.599 | c036d27944d94862b33f4eed5843ec13 2024-08-01 07:09:33.629 | [3544 Async ks-demo-invis:31913]: finished get_or_add_user_project_role member 58e4908d1124403dbfe82f7afde3a7ae 2243c25101884ce99ff1eb9912a3f016 with result 0 in 4 seconds 2024-08-01 07:09:33.654 | [3544 Async ks-demo-reader:32069]: Waiting for completion of get_or_add_user_project_role reader b2ef966a5b424ae0aee08422cd34158f 2a940e06fea9465aa06ad09ede01daa1 running on PID 32069 (13 other jobs running) 2024-08-01 07:09:33.672 | [3544 Async ks-demo-reader:32069]: Signaling child to exit 2024-08-01 07:09:33.672 | WAKEUP 2024-08-01 07:09:33.687 | [3544 Async ks-demo-reader:32069]: Signaled 2024-08-01 07:09:33.688 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-01 07:09:33.688 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-01 07:09:33.688 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-01 07:09:33.688 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-01 07:09:33.688 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-01 07:09:33.688 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-01 07:09:33.688 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-01 07:09:33.688 | ++ functions-common:_get_domain_args:980 : echo 2024-08-01 07:09:33.688 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-01 07:09:33.688 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user b2ef966a5b424ae0aee08422cd34158f --project 2a940e06fea9465aa06ad09ede01daa1 2024-08-01 07:09:33.688 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user b2ef966a5b424ae0aee08422cd34158f --project 2a940e06fea9465aa06ad09ede01daa1 -c Role -f value 2024-08-01 07:09:33.688 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:33.688 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=a868e2bcd6a14a9ab08371d943f4c6fa 2024-08-01 07:09:33.688 | + functions-common:get_or_add_user_project_role:1003 : echo a868e2bcd6a14a9ab08371d943f4c6fa 2024-08-01 07:09:33.688 | a868e2bcd6a14a9ab08371d943f4c6fa 2024-08-01 07:09:33.719 | [3544 Async ks-demo-reader:32069]: finished get_or_add_user_project_role reader b2ef966a5b424ae0aee08422cd34158f 2a940e06fea9465aa06ad09ede01daa1 with result 0 in 4 seconds 2024-08-01 07:09:33.722 | + inc/async:async_wait:197 : return 0 2024-08-01 07:09:33.724 | + lib/keystone:create_keystone_accounts:419 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2024-08-01 07:09:33.759 | [3544 Async ks-alt-admin:32478]: Waiting for completion of get_or_add_user_project_role admin faf8b1d88ba147f7aaf9c02b0785e174 96e892337572442ba0506ea132615451 running on PID 32478 (12 other jobs running) 2024-08-01 07:09:33.776 | [3544 Async ks-alt-admin:32478]: Signaling child to exit 2024-08-01 07:09:33.776 | WAKEUP 2024-08-01 07:09:33.791 | [3544 Async ks-alt-admin:32478]: Signaled 2024-08-01 07:09:33.793 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-01 07:09:33.793 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-01 07:09:33.793 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-01 07:09:33.793 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-01 07:09:33.793 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-01 07:09:33.793 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-01 07:09:33.793 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-01 07:09:33.793 | ++ functions-common:_get_domain_args:980 : echo 2024-08-01 07:09:33.793 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-01 07:09:33.793 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add admin --user faf8b1d88ba147f7aaf9c02b0785e174 --project 96e892337572442ba0506ea132615451 2024-08-01 07:09:33.793 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user faf8b1d88ba147f7aaf9c02b0785e174 --project 96e892337572442ba0506ea132615451 -c Role -f value 2024-08-01 07:09:33.793 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:33.793 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=9c9b13dc81764dca88767df5f971f162 2024-08-01 07:09:33.793 | + functions-common:get_or_add_user_project_role:1003 : echo 9c9b13dc81764dca88767df5f971f162 2024-08-01 07:09:33.793 | 9c9b13dc81764dca88767df5f971f162 2024-08-01 07:09:33.838 | [3544 Async ks-alt-admin:32478]: finished get_or_add_user_project_role admin faf8b1d88ba147f7aaf9c02b0785e174 96e892337572442ba0506ea132615451 with result 0 in 3 seconds 2024-08-01 07:09:33.866 | [3544 Async ks-alt-another:32574]: Waiting for completion of get_or_add_user_project_role anotherrole faf8b1d88ba147f7aaf9c02b0785e174 96e892337572442ba0506ea132615451 running on PID 32574 (11 other jobs running) 2024-08-01 07:09:33.883 | [3544 Async ks-alt-another:32574]: Signaling child to exit 2024-08-01 07:09:33.883 | WAKEUP 2024-08-01 07:09:33.899 | [3544 Async ks-alt-another:32574]: Signaled 2024-08-01 07:09:33.900 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-01 07:09:33.900 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-01 07:09:33.900 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-01 07:09:33.900 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-01 07:09:33.900 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-01 07:09:33.900 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-01 07:09:33.900 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-01 07:09:33.900 | ++ functions-common:_get_domain_args:980 : echo 2024-08-01 07:09:33.900 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-01 07:09:33.900 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add anotherrole --user faf8b1d88ba147f7aaf9c02b0785e174 --project 96e892337572442ba0506ea132615451 2024-08-01 07:09:33.900 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user faf8b1d88ba147f7aaf9c02b0785e174 --project 96e892337572442ba0506ea132615451 -c Role -f value 2024-08-01 07:09:33.900 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:33.900 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=0a74f4c5076e4ce3854be61490be9e0b 2024-08-01 07:09:33.900 | + functions-common:get_or_add_user_project_role:1003 : echo 0a74f4c5076e4ce3854be61490be9e0b 2024-08-01 07:09:33.900 | 0a74f4c5076e4ce3854be61490be9e0b 2024-08-01 07:09:33.942 | [3544 Async ks-alt-another:32574]: finished get_or_add_user_project_role anotherrole faf8b1d88ba147f7aaf9c02b0785e174 96e892337572442ba0506ea132615451 with result 0 in 3 seconds 2024-08-01 07:09:33.967 | [3544 Async ks-alt-member-user:32751]: Waiting for completion of get_or_add_user_project_role member b4dbdc74addf4fab826226e424fac520 96e892337572442ba0506ea132615451 running on PID 32751 (10 other jobs running) 2024-08-01 07:09:33.985 | [3544 Async ks-alt-member-user:32751]: Signaling child to exit 2024-08-01 07:09:33.987 | WAKEUP 2024-08-01 07:09:34.017 | [3544 Async ks-alt-member-user:32751]: Signaled 2024-08-01 07:09:34.018 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-01 07:09:34.018 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-01 07:09:34.018 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-01 07:09:34.018 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-01 07:09:34.018 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-01 07:09:34.018 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-01 07:09:34.018 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-01 07:09:34.018 | ++ functions-common:_get_domain_args:980 : echo 2024-08-01 07:09:34.018 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-01 07:09:34.018 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add member --user b4dbdc74addf4fab826226e424fac520 --project 96e892337572442ba0506ea132615451 2024-08-01 07:09:34.018 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user b4dbdc74addf4fab826226e424fac520 --project 96e892337572442ba0506ea132615451 -c Role -f value 2024-08-01 07:09:34.019 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:34.019 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=c036d27944d94862b33f4eed5843ec13 2024-08-01 07:09:34.019 | + functions-common:get_or_add_user_project_role:1003 : echo c036d27944d94862b33f4eed5843ec13 2024-08-01 07:09:34.019 | c036d27944d94862b33f4eed5843ec13 2024-08-01 07:09:34.064 | [3544 Async ks-alt-member-user:32751]: finished get_or_add_user_project_role member b4dbdc74addf4fab826226e424fac520 96e892337572442ba0506ea132615451 with result 0 in 3 seconds 2024-08-01 07:09:34.129 | [3544 Async ks-alt-reader-user:32925]: Waiting for completion of get_or_add_user_project_role reader 619252824e094a7aba2afa5678fcd939 96e892337572442ba0506ea132615451 running on PID 32925 (9 other jobs running) 2024-08-01 07:09:34.152 | [3544 Async ks-alt-reader-user:32925]: Signaling child to exit 2024-08-01 07:09:34.153 | WAKEUP 2024-08-01 07:09:34.190 | [3544 Async ks-alt-reader-user:32925]: Signaled 2024-08-01 07:09:34.191 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-01 07:09:34.191 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-01 07:09:34.191 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args 2024-08-01 07:09:34.191 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-01 07:09:34.191 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-01 07:09:34.191 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-01 07:09:34.191 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-01 07:09:34.191 | ++ functions-common:_get_domain_args:980 : echo 2024-08-01 07:09:34.191 | + functions-common:get_or_add_user_project_role:989 : domain_args= 2024-08-01 07:09:34.191 | + functions-common:get_or_add_user_project_role:993 : openstack --os-cloud devstack-system-admin role add reader --user 619252824e094a7aba2afa5678fcd939 --project 96e892337572442ba0506ea132615451 2024-08-01 07:09:34.191 | ++ functions-common:get_or_add_user_project_role:1002 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 619252824e094a7aba2afa5678fcd939 --project 96e892337572442ba0506ea132615451 -c Role -f value 2024-08-01 07:09:34.191 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:34.191 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=a868e2bcd6a14a9ab08371d943f4c6fa 2024-08-01 07:09:34.191 | + functions-common:get_or_add_user_project_role:1003 : echo a868e2bcd6a14a9ab08371d943f4c6fa 2024-08-01 07:09:34.191 | a868e2bcd6a14a9ab08371d943f4c6fa 2024-08-01 07:09:34.231 | [3544 Async ks-alt-reader-user:32925]: finished get_or_add_user_project_role reader 619252824e094a7aba2afa5678fcd939 96e892337572442ba0506ea132615451 with result 0 in 3 seconds 2024-08-01 07:09:34.235 | + inc/async:async_wait:197 : return 0 2024-08-01 07:09:34.238 | + lib/keystone:create_keystone_accounts:420 : async_wait ks-system-member ks-system-reader 2024-08-01 07:09:34.296 | [3544 Async ks-system-member:33158]: Waiting for completion of get_or_add_user_system_role member 0b562f7c1bca424ab7e646895c5ae251 all running on PID 33158 (8 other jobs running) 2024-08-01 07:09:34.317 | [3544 Async ks-system-member:33158]: Signaling child to exit 2024-08-01 07:09:34.317 | WAKEUP 2024-08-01 07:09:34.348 | [3544 Async ks-system-member:33158]: Signaled 2024-08-01 07:09:34.349 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2024-08-01 07:09:34.349 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2024-08-01 07:09:34.349 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2024-08-01 07:09:34.349 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-01 07:09:34.349 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-01 07:09:34.349 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-01 07:09:34.349 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-01 07:09:34.349 | ++ functions-common:_get_domain_args:980 : echo 2024-08-01 07:09:34.349 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2024-08-01 07:09:34.349 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 0b562f7c1bca424ab7e646895c5ae251 --system all -f value -c Role 2024-08-01 07:09:34.349 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:34.349 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2024-08-01 07:09:34.349 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2024-08-01 07:09:34.349 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add member --user 0b562f7c1bca424ab7e646895c5ae251 --system all 2024-08-01 07:09:34.349 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 0b562f7c1bca424ab7e646895c5ae251 --system all -f value -c Role 2024-08-01 07:09:34.349 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:34.349 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=c036d27944d94862b33f4eed5843ec13 2024-08-01 07:09:34.349 | + functions-common:get_or_add_user_system_role:1053 : echo c036d27944d94862b33f4eed5843ec13 2024-08-01 07:09:34.349 | c036d27944d94862b33f4eed5843ec13 2024-08-01 07:09:34.399 | [3544 Async ks-system-member:33158]: finished get_or_add_user_system_role member 0b562f7c1bca424ab7e646895c5ae251 all with result 0 in 4 seconds 2024-08-01 07:09:34.430 | [3544 Async ks-system-reader:33366]: Waiting for completion of get_or_add_user_system_role reader bc17a570afa6454983cab0970bb28272 all running on PID 33366 (7 other jobs running) 2024-08-01 07:09:34.448 | [3544 Async ks-system-reader:33366]: Signaling child to exit 2024-08-01 07:09:34.788 | + inc/async:async_inner:64 : rc=0 2024-08-01 07:09:34.806 | [33366 Async ks-system-reader:33366]: finished successfully 2024-08-01 07:09:34.821 | WAKEUP 2024-08-01 07:09:34.837 | [3544 Async ks-system-reader:33366]: Signaled 2024-08-01 07:09:34.838 | + functions-common:get_or_add_user_system_role:1028 : local user_role_id 2024-08-01 07:09:34.838 | + functions-common:get_or_add_user_system_role:1029 : local domain_args 2024-08-01 07:09:34.838 | ++ functions-common:get_or_add_user_system_role:1031 : _get_domain_args 2024-08-01 07:09:34.838 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-01 07:09:34.838 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-01 07:09:34.838 | ++ functions-common:_get_domain_args:973 : [[ -n '' ]] 2024-08-01 07:09:34.838 | ++ functions-common:_get_domain_args:976 : [[ -n '' ]] 2024-08-01 07:09:34.838 | ++ functions-common:_get_domain_args:980 : echo 2024-08-01 07:09:34.838 | + functions-common:get_or_add_user_system_role:1031 : domain_args= 2024-08-01 07:09:34.838 | ++ functions-common:get_or_add_user_system_role:1039 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user bc17a570afa6454983cab0970bb28272 --system all -f value -c Role 2024-08-01 07:09:34.838 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:34.838 | + functions-common:get_or_add_user_system_role:1039 : user_role_id= 2024-08-01 07:09:34.838 | + functions-common:get_or_add_user_system_role:1040 : [[ -z '' ]] 2024-08-01 07:09:34.838 | + functions-common:get_or_add_user_system_role:1042 : openstack --os-cloud devstack-system-admin role add reader --user bc17a570afa6454983cab0970bb28272 --system all 2024-08-01 07:09:34.838 | ++ functions-common:get_or_add_user_system_role:1051 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user bc17a570afa6454983cab0970bb28272 --system all -f value -c Role 2024-08-01 07:09:34.838 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:34.838 | + functions-common:get_or_add_user_system_role:1051 : user_role_id=a868e2bcd6a14a9ab08371d943f4c6fa 2024-08-01 07:09:34.838 | + functions-common:get_or_add_user_system_role:1053 : echo a868e2bcd6a14a9ab08371d943f4c6fa 2024-08-01 07:09:34.838 | a868e2bcd6a14a9ab08371d943f4c6fa 2024-08-01 07:09:34.870 | [3544 Async ks-system-reader:33366]: finished get_or_add_user_system_role reader bc17a570afa6454983cab0970bb28272 all with result 0 in 4 seconds 2024-08-01 07:09:34.873 | + inc/async:async_wait:197 : return 0 2024-08-01 07:09:34.875 | + lib/keystone:create_keystone_accounts:421 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2024-08-01 07:09:34.931 | [3544 Async ks-group-memberdemo:33633]: Waiting for completion of get_or_add_group_project_role member bddb94bed10b440ebfd8d2d77cf515b3 2a940e06fea9465aa06ad09ede01daa1 running on PID 33633 (6 other jobs running) 2024-08-01 07:09:34.948 | [3544 Async ks-group-memberdemo:33633]: Signaling child to exit 2024-08-01 07:09:36.329 | + inc/async:async_inner:64 : rc=0 2024-08-01 07:09:36.349 | [33633 Async ks-group-memberdemo:33633]: finished successfully 2024-08-01 07:09:36.365 | WAKEUP 2024-08-01 07:09:36.381 | [3544 Async ks-group-memberdemo:33633]: Signaled 2024-08-01 07:09:36.382 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-08-01 07:09:36.382 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group bddb94bed10b440ebfd8d2d77cf515b3 --project 2a940e06fea9465aa06ad09ede01daa1 2024-08-01 07:09:36.382 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group bddb94bed10b440ebfd8d2d77cf515b3 --project 2a940e06fea9465aa06ad09ede01daa1 -f value -c Role 2024-08-01 07:09:36.382 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:36.382 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=c036d27944d94862b33f4eed5843ec13 2024-08-01 07:09:36.382 | + functions-common:get_or_add_group_project_role:1072 : echo c036d27944d94862b33f4eed5843ec13 2024-08-01 07:09:36.382 | c036d27944d94862b33f4eed5843ec13 2024-08-01 07:09:36.416 | [3544 Async ks-group-memberdemo:33633]: finished get_or_add_group_project_role member bddb94bed10b440ebfd8d2d77cf515b3 2a940e06fea9465aa06ad09ede01daa1 with result 0 in 3 seconds 2024-08-01 07:09:36.443 | [3544 Async ks-group-anotherdemo:33712]: Waiting for completion of get_or_add_group_project_role anotherrole bddb94bed10b440ebfd8d2d77cf515b3 2a940e06fea9465aa06ad09ede01daa1 running on PID 33712 (5 other jobs running) 2024-08-01 07:09:36.463 | [3544 Async ks-group-anotherdemo:33712]: Signaling child to exit 2024-08-01 07:09:36.546 | + inc/async:async_inner:64 : rc=0 2024-08-01 07:09:36.567 | [33794 Async ks-group-memberalt:33794]: finished successfully 2024-08-01 07:09:36.693 | + inc/async:async_inner:64 : rc=0 2024-08-01 07:09:36.712 | [33712 Async ks-group-anotherdemo:33712]: finished successfully 2024-08-01 07:09:36.728 | WAKEUP 2024-08-01 07:09:36.744 | [3544 Async ks-group-anotherdemo:33712]: Signaled 2024-08-01 07:09:36.745 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-08-01 07:09:36.745 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group bddb94bed10b440ebfd8d2d77cf515b3 --project 2a940e06fea9465aa06ad09ede01daa1 2024-08-01 07:09:36.745 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group bddb94bed10b440ebfd8d2d77cf515b3 --project 2a940e06fea9465aa06ad09ede01daa1 -f value -c Role 2024-08-01 07:09:36.745 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:36.745 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=0a74f4c5076e4ce3854be61490be9e0b 2024-08-01 07:09:36.745 | + functions-common:get_or_add_group_project_role:1072 : echo 0a74f4c5076e4ce3854be61490be9e0b 2024-08-01 07:09:36.745 | 0a74f4c5076e4ce3854be61490be9e0b 2024-08-01 07:09:36.776 | [3544 Async ks-group-anotherdemo:33712]: finished get_or_add_group_project_role anotherrole bddb94bed10b440ebfd8d2d77cf515b3 2a940e06fea9465aa06ad09ede01daa1 with result 0 in 3 seconds 2024-08-01 07:09:36.803 | [3544 Async ks-group-memberalt:33794]: Waiting for completion of get_or_add_group_project_role member bddb94bed10b440ebfd8d2d77cf515b3 96e892337572442ba0506ea132615451 running on PID 33794 (4 other jobs running) 2024-08-01 07:09:36.821 | [3544 Async ks-group-memberalt:33794]: Signaling child to exit 2024-08-01 07:09:36.822 | WAKEUP 2024-08-01 07:09:36.839 | [3544 Async ks-group-memberalt:33794]: Signaled 2024-08-01 07:09:36.840 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-08-01 07:09:36.840 | + functions-common:get_or_add_group_project_role:1063 : openstack role add member --group bddb94bed10b440ebfd8d2d77cf515b3 --project 96e892337572442ba0506ea132615451 2024-08-01 07:09:36.840 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group bddb94bed10b440ebfd8d2d77cf515b3 --project 96e892337572442ba0506ea132615451 -f value -c Role 2024-08-01 07:09:36.840 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:36.840 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=c036d27944d94862b33f4eed5843ec13 2024-08-01 07:09:36.840 | + functions-common:get_or_add_group_project_role:1072 : echo c036d27944d94862b33f4eed5843ec13 2024-08-01 07:09:36.840 | c036d27944d94862b33f4eed5843ec13 2024-08-01 07:09:36.848 | + inc/async:async_inner:64 : rc=0 2024-08-01 07:09:36.866 | [33874 Async ks-group-anotheralt:33874]: finished successfully 2024-08-01 07:09:36.874 | [3544 Async ks-group-memberalt:33794]: finished get_or_add_group_project_role member bddb94bed10b440ebfd8d2d77cf515b3 96e892337572442ba0506ea132615451 with result 0 in 3 seconds 2024-08-01 07:09:36.889 | + inc/async:async_inner:64 : rc=0 2024-08-01 07:09:36.903 | [3544 Async ks-group-anotheralt:33874]: Waiting for completion of get_or_add_group_project_role anotherrole bddb94bed10b440ebfd8d2d77cf515b3 96e892337572442ba0506ea132615451 running on PID 33874 (3 other jobs running) 2024-08-01 07:09:36.907 | [33972 Async ks-group-admin:33972]: finished successfully 2024-08-01 07:09:36.921 | [3544 Async ks-group-anotheralt:33874]: Signaling child to exit 2024-08-01 07:09:36.921 | WAKEUP 2024-08-01 07:09:36.936 | [3544 Async ks-group-anotheralt:33874]: Signaled 2024-08-01 07:09:36.937 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-08-01 07:09:36.937 | + functions-common:get_or_add_group_project_role:1063 : openstack role add anotherrole --group bddb94bed10b440ebfd8d2d77cf515b3 --project 96e892337572442ba0506ea132615451 2024-08-01 07:09:36.937 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group bddb94bed10b440ebfd8d2d77cf515b3 --project 96e892337572442ba0506ea132615451 -f value -c Role 2024-08-01 07:09:36.937 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:36.937 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=0a74f4c5076e4ce3854be61490be9e0b 2024-08-01 07:09:36.937 | + functions-common:get_or_add_group_project_role:1072 : echo 0a74f4c5076e4ce3854be61490be9e0b 2024-08-01 07:09:36.937 | 0a74f4c5076e4ce3854be61490be9e0b 2024-08-01 07:09:36.967 | [3544 Async ks-group-anotheralt:33874]: finished get_or_add_group_project_role anotherrole bddb94bed10b440ebfd8d2d77cf515b3 96e892337572442ba0506ea132615451 with result 0 in 3 seconds 2024-08-01 07:09:36.993 | [3544 Async ks-group-admin:33972]: Waiting for completion of get_or_add_group_project_role admin 4db1bd0dc2f64fd4a726200a83b95615 ca7c4f34a57f4562886f21176ab0c642 running on PID 33972 (2 other jobs running) 2024-08-01 07:09:37.010 | [3544 Async ks-group-admin:33972]: Signaling child to exit 2024-08-01 07:09:37.010 | WAKEUP 2024-08-01 07:09:37.025 | [3544 Async ks-group-admin:33972]: Signaled 2024-08-01 07:09:37.026 | + functions-common:get_or_add_group_project_role:1059 : local group_role_id 2024-08-01 07:09:37.026 | + functions-common:get_or_add_group_project_role:1063 : openstack role add admin --group 4db1bd0dc2f64fd4a726200a83b95615 --project ca7c4f34a57f4562886f21176ab0c642 2024-08-01 07:09:37.026 | ++ functions-common:get_or_add_group_project_role:1070 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 4db1bd0dc2f64fd4a726200a83b95615 --project ca7c4f34a57f4562886f21176ab0c642 -f value -c Role 2024-08-01 07:09:37.026 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:09:37.026 | + functions-common:get_or_add_group_project_role:1070 : group_role_id=9c9b13dc81764dca88767df5f971f162 2024-08-01 07:09:37.026 | + functions-common:get_or_add_group_project_role:1072 : echo 9c9b13dc81764dca88767df5f971f162 2024-08-01 07:09:37.026 | 9c9b13dc81764dca88767df5f971f162 2024-08-01 07:09:37.056 | [3544 Async ks-group-admin:33972]: finished get_or_add_group_project_role admin 4db1bd0dc2f64fd4a726200a83b95615 ca7c4f34a57f4562886f21176ab0c642 with result 0 in 3 seconds 2024-08-01 07:09:37.059 | + inc/async:async_wait:197 : return 0 2024-08-01 07:09:37.061 | + lib/keystone:create_keystone_accounts:423 : is_service_enabled ldap 2024-08-01 07:09:37.074 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:09:37.076 | + stack.sh:main:1128 : is_service_enabled nova 2024-08-01 07:09:37.089 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:09:37.091 | + stack.sh:main:1129 : async_runfunc create_nova_accounts 2024-08-01 07:09:37.093 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2024-08-01 07:09:37.139 | + inc/async:async_inner:63 : create_nova_accounts 2024-08-01 07:09:37.168 | [3544 Async create_nova_accounts:35862]: running: create_nova_accounts 2024-08-01 07:09:37.170 | + stack.sh:main:1131 : is_service_enabled glance 2024-08-01 07:09:37.183 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:09:37.185 | + stack.sh:main:1132 : async_runfunc create_glance_accounts 2024-08-01 07:09:37.187 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2024-08-01 07:09:37.234 | + inc/async:async_inner:63 : create_glance_accounts 2024-08-01 07:09:37.265 | [3544 Async create_glance_accounts:35985]: running: create_glance_accounts 2024-08-01 07:09:37.268 | + stack.sh:main:1134 : is_service_enabled cinder 2024-08-01 07:09:37.282 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:09:37.284 | + stack.sh:main:1135 : async_runfunc create_cinder_accounts 2024-08-01 07:09:37.286 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2024-08-01 07:09:37.332 | + inc/async:async_inner:63 : create_cinder_accounts 2024-08-01 07:09:37.364 | [3544 Async create_cinder_accounts:36124]: running: create_cinder_accounts 2024-08-01 07:09:37.366 | + stack.sh:main:1137 : is_service_enabled neutron 2024-08-01 07:09:37.380 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:09:37.382 | + stack.sh:main:1138 : async_runfunc create_neutron_accounts 2024-08-01 07:09:37.384 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2024-08-01 07:09:37.431 | + inc/async:async_inner:63 : create_neutron_accounts 2024-08-01 07:09:37.463 | [3544 Async create_neutron_accounts:36267]: running: create_neutron_accounts 2024-08-01 07:09:37.465 | + stack.sh:main:1140 : is_service_enabled swift 2024-08-01 07:09:37.480 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:09:37.482 | + stack.sh:main:1149 : is_service_enabled horizon 2024-08-01 07:09:37.496 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:09:37.498 | + stack.sh:main:1154 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2024-08-01 07:09:37.534 | [3544 Async create_nova_accounts:35862]: Waiting for completion of create_nova_accounts running on PID 35862 (5 other jobs running) 2024-08-01 07:09:37.551 | [3544 Async create_nova_accounts:35862]: Signaling child to exit 2024-08-01 07:09:50.954 | + inc/async:async_inner:64 : rc=0 2024-08-01 07:09:50.972 | [36267 Async create_neutron_accounts:36267]: finished successfully 2024-08-01 07:09:59.994 | + inc/async:async_inner:64 : rc=0 2024-08-01 07:10:00.012 | [36124 Async create_cinder_accounts:36124]: finished successfully 2024-08-01 07:10:00.803 | + inc/async:async_inner:64 : rc=0 2024-08-01 07:10:00.821 | [35862 Async create_nova_accounts:35862]: finished successfully 2024-08-01 07:10:00.840 | WAKEUP 2024-08-01 07:10:00.856 | [3544 Async create_nova_accounts:35862]: Signaled 2024-08-01 07:10:00.857 | + 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-08-01 07:10:00.857 | + lib/nova:create_nova_accounts:377 : create_service_user nova admin 2024-08-01 07:10:00.857 | + lib/keystone:create_service_user:436 : get_or_create_user nova nomoresecret Default 2024-08-01 07:10:00.857 | + functions-common:get_or_create_user:922 : local user_id 2024-08-01 07:10:00.857 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-08-01 07:10:00.857 | + functions-common:get_or_create_user:926 : local email= 2024-08-01 07:10:00.857 | ++ 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-08-01 07:10:00.857 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:00.857 | + functions-common:get_or_create_user:938 : user_id=5753226d43c746dda3c3052507100fee 2024-08-01 07:10:00.857 | + functions-common:get_or_create_user:939 : echo 5753226d43c746dda3c3052507100fee 2024-08-01 07:10:00.857 | 5753226d43c746dda3c3052507100fee 2024-08-01 07:10:00.857 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service nova service Default Default 2024-08-01 07:10:00.857 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-01 07:10:00.857 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-01 07:10:00.857 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-01 07:10:00.857 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-01 07:10:00.857 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-01 07:10:00.857 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-01 07:10:00.857 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-01 07:10:00.857 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-01 07:10:00.858 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-01 07:10:00.858 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-01 07:10:00.858 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-01 07:10:00.858 | + 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-08-01 07:10:00.858 | ++ 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-08-01 07:10:00.858 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:00.858 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=7e035b2eea90403687afd9c526591c18 2024-08-01 07:10:00.858 | + functions-common:get_or_add_user_project_role:1003 : echo 7e035b2eea90403687afd9c526591c18 2024-08-01 07:10:00.858 | 7e035b2eea90403687afd9c526591c18 2024-08-01 07:10:00.858 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-08-01 07:10:00.858 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin nova service Default Default 2024-08-01 07:10:00.858 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-01 07:10:00.858 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-01 07:10:00.858 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-01 07:10:00.858 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-01 07:10:00.858 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-01 07:10:00.858 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-01 07:10:00.858 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-01 07:10:00.858 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-01 07:10:00.858 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-01 07:10:00.858 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-01 07:10:00.858 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-01 07:10:00.858 | + 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-08-01 07:10:00.858 | ++ 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-08-01 07:10:00.858 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:00.858 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=9c9b13dc81764dca88767df5f971f162 2024-08-01 07:10:00.858 | + functions-common:get_or_add_user_project_role:1003 : echo 9c9b13dc81764dca88767df5f971f162 2024-08-01 07:10:00.858 | 9c9b13dc81764dca88767df5f971f162 2024-08-01 07:10:00.858 | + lib/nova:create_nova_accounts:379 : local nova_api_url 2024-08-01 07:10:00.858 | + lib/nova:create_nova_accounts:380 : [[ True == \F\a\l\s\e ]] 2024-08-01 07:10:00.858 | + lib/nova:create_nova_accounts:383 : nova_api_url=http://10.180.1.21/compute 2024-08-01 07:10:00.858 | + lib/nova:create_nova_accounts:386 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2024-08-01 07:10:00.858 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-01 07:10:00.858 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2024-08-01 07:10:00.858 | ++ 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-08-01 07:10:00.858 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:00.858 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-01 07:10:00.859 | 3d17b010501049b69e24f4d295467ec9' 2024-08-01 07:10:00.859 | + functions-common:get_or_create_service:1090 : echo 3d17b010501049b69e24f4d295467ec9 2024-08-01 07:10:00.859 | 3d17b010501049b69e24f4d295467ec9 2024-08-01 07:10:00.859 | + lib/nova:create_nova_accounts:388 : get_or_create_endpoint compute_legacy RegionOne 'http://10.180.1.21/compute/v2/$(project_id)s' 2024-08-01 07:10:00.859 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-01 07:10:00.859 | ++ 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-08-01 07:10:00.859 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-01 07:10:00.859 | +++ 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-08-01 07:10:00.859 | +++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:00.859 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-01 07:10:00.859 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-01 07:10:00.859 | +++ 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-08-01 07:10:00.859 | +++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:00.859 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=e482d717cd8f49b794f54e07385a1243 2024-08-01 07:10:00.859 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo e482d717cd8f49b794f54e07385a1243 2024-08-01 07:10:00.859 | + functions-common:get_or_create_endpoint:1123 : public_id=e482d717cd8f49b794f54e07385a1243 2024-08-01 07:10:00.859 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-01 07:10:00.859 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-01 07:10:00.859 | + functions-common:get_or_create_endpoint:1132 : echo e482d717cd8f49b794f54e07385a1243 2024-08-01 07:10:00.859 | e482d717cd8f49b794f54e07385a1243 2024-08-01 07:10:00.859 | + lib/nova:create_nova_accounts:392 : get_or_create_service nova compute 'Nova Compute Service' 2024-08-01 07:10:00.859 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-01 07:10:00.859 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2024-08-01 07:10:00.859 | ++ 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-08-01 07:10:00.859 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:00.859 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-01 07:10:00.859 | 1347ee1e37a943cf82fa859cda2bf988' 2024-08-01 07:10:00.859 | + functions-common:get_or_create_service:1090 : echo 1347ee1e37a943cf82fa859cda2bf988 2024-08-01 07:10:00.859 | 1347ee1e37a943cf82fa859cda2bf988 2024-08-01 07:10:00.859 | + lib/nova:create_nova_accounts:394 : get_or_create_endpoint compute RegionOne http://10.180.1.21/compute/v2.1 2024-08-01 07:10:00.859 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-01 07:10:00.859 | ++ 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-08-01 07:10:00.859 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-01 07:10:00.859 | +++ 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-08-01 07:10:00.859 | +++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:00.859 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-01 07:10:00.859 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-01 07:10:00.859 | +++ 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-08-01 07:10:00.859 | +++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:00.860 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=b90e1421e16a44f882cce1064672b1a4 2024-08-01 07:10:00.860 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo b90e1421e16a44f882cce1064672b1a4 2024-08-01 07:10:00.860 | + functions-common:get_or_create_endpoint:1123 : public_id=b90e1421e16a44f882cce1064672b1a4 2024-08-01 07:10:00.860 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-01 07:10:00.860 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-01 07:10:00.860 | + functions-common:get_or_create_endpoint:1132 : echo b90e1421e16a44f882cce1064672b1a4 2024-08-01 07:10:00.860 | b90e1421e16a44f882cce1064672b1a4 2024-08-01 07:10:00.860 | + lib/nova:create_nova_accounts:399 : is_service_enabled n-api 2024-08-01 07:10:00.860 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:10:00.860 | + lib/nova:create_nova_accounts:401 : is_service_enabled swift 2024-08-01 07:10:00.860 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:10:00.860 | + lib/nova:create_nova_accounts:409 : is_service_enabled s3api 2024-08-01 07:10:00.860 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:10:00.860 | + lib/nova:create_nova_accounts:420 : is_service_enabled n-api 2024-08-01 07:10:00.860 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:10:00.860 | + lib/nova:create_nova_accounts:421 : [[ False = True ]] 2024-08-01 07:10:00.890 | [3544 Async create_nova_accounts:35862]: finished create_nova_accounts with result 0 in 23 seconds 2024-08-01 07:10:00.915 | [3544 Async create_glance_accounts:35985]: Waiting for completion of create_glance_accounts running on PID 35985 (4 other jobs running) 2024-08-01 07:10:00.932 | [3544 Async create_glance_accounts:35985]: Signaling child to exit 2024-08-01 07:10:03.134 | + inc/async:async_inner:64 : rc=0 2024-08-01 07:10:03.154 | [35985 Async create_glance_accounts:35985]: finished successfully 2024-08-01 07:10:03.170 | WAKEUP 2024-08-01 07:10:03.186 | [3544 Async create_glance_accounts:35985]: Signaled 2024-08-01 07:10:03.186 | + lib/glance:create_glance_accounts:455 : is_service_enabled g-api 2024-08-01 07:10:03.186 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:10:03.186 | + lib/glance:create_glance_accounts:457 : create_service_user glance 2024-08-01 07:10:03.186 | + lib/keystone:create_service_user:436 : get_or_create_user glance nomoresecret Default 2024-08-01 07:10:03.186 | + functions-common:get_or_create_user:922 : local user_id 2024-08-01 07:10:03.186 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-08-01 07:10:03.186 | + functions-common:get_or_create_user:926 : local email= 2024-08-01 07:10:03.186 | ++ 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-08-01 07:10:03.186 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:03.186 | + functions-common:get_or_create_user:938 : user_id=961f899b13fb4269af768901aebc30b2 2024-08-01 07:10:03.186 | + functions-common:get_or_create_user:939 : echo 961f899b13fb4269af768901aebc30b2 2024-08-01 07:10:03.186 | 961f899b13fb4269af768901aebc30b2 2024-08-01 07:10:03.186 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service glance service Default Default 2024-08-01 07:10:03.186 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-01 07:10:03.186 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-01 07:10:03.187 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-01 07:10:03.187 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-01 07:10:03.187 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-01 07:10:03.187 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-01 07:10:03.187 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-01 07:10:03.187 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-01 07:10:03.187 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-01 07:10:03.187 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-01 07:10:03.187 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-01 07:10:03.187 | + 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-08-01 07:10:03.187 | ++ 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-08-01 07:10:03.187 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:03.187 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=7e035b2eea90403687afd9c526591c18 2024-08-01 07:10:03.187 | + functions-common:get_or_add_user_project_role:1003 : echo 7e035b2eea90403687afd9c526591c18 2024-08-01 07:10:03.187 | 7e035b2eea90403687afd9c526591c18 2024-08-01 07:10:03.187 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-08-01 07:10:03.187 | + lib/glance:create_glance_accounts:460 : is_service_enabled s-proxy 2024-08-01 07:10:03.187 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:10:03.187 | + lib/glance:create_glance_accounts:464 : get_or_create_service glance image 'Glance Image Service' 2024-08-01 07:10:03.187 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-01 07:10:03.187 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2024-08-01 07:10:03.187 | ++ 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-08-01 07:10:03.187 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:03.187 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-01 07:10:03.187 | 7756bbb184ae41afa7ac1f4dfb75a71d' 2024-08-01 07:10:03.187 | + functions-common:get_or_create_service:1090 : echo 7756bbb184ae41afa7ac1f4dfb75a71d 2024-08-01 07:10:03.187 | 7756bbb184ae41afa7ac1f4dfb75a71d 2024-08-01 07:10:03.187 | + lib/glance:create_glance_accounts:466 : get_or_create_endpoint image RegionOne http://10.180.1.21/image 2024-08-01 07:10:03.187 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-01 07:10:03.187 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface image public http://10.180.1.21/image RegionOne 2024-08-01 07:10:03.187 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-01 07:10:03.187 | +++ 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-08-01 07:10:03.187 | +++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:03.187 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-01 07:10:03.187 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-01 07:10:03.187 | +++ 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-08-01 07:10:03.187 | +++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:03.187 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=7f8fb795047442e6a296bf6f5a9510df 2024-08-01 07:10:03.187 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 7f8fb795047442e6a296bf6f5a9510df 2024-08-01 07:10:03.187 | + functions-common:get_or_create_endpoint:1123 : public_id=7f8fb795047442e6a296bf6f5a9510df 2024-08-01 07:10:03.187 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-01 07:10:03.187 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-01 07:10:03.187 | + functions-common:get_or_create_endpoint:1132 : echo 7f8fb795047442e6a296bf6f5a9510df 2024-08-01 07:10:03.187 | 7f8fb795047442e6a296bf6f5a9510df 2024-08-01 07:10:03.187 | ++ lib/glance:create_glance_accounts:471 : get_or_create_domain Default 2024-08-01 07:10:03.187 | ++ functions-common:get_or_create_domain:895 : local domain_id 2024-08-01 07:10:03.187 | +++ functions-common:get_or_create_domain:901 : oscwrap --os-cloud devstack-system-admin domain create Default --description '' --or-show -f value -c id 2024-08-01 07:10:03.187 | +++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:03.187 | ++ functions-common:get_or_create_domain:900 : domain_id=default 2024-08-01 07:10:03.187 | ++ functions-common:get_or_create_domain:901 : echo default 2024-08-01 07:10:03.187 | + lib/glance:create_glance_accounts:471 : service_domain_id=default 2024-08-01 07:10:03.188 | + lib/glance:create_glance_accounts:472 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2024-08-01 07:10:03.188 | + lib/glance:create_glance_accounts:473 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2024-08-01 07:10:03.188 | + lib/glance:create_glance_accounts:475 : [[ True = True ]] 2024-08-01 07:10:03.188 | + lib/glance:create_glance_accounts:476 : configure_glance_quotas 2024-08-01 07:10:03.188 | + 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-08-01 07:10:03.188 | +---------------+----------------------------------+ 2024-08-01 07:10:03.188 | | Field | Value | 2024-08-01 07:10:03.188 | +---------------+----------------------------------+ 2024-08-01 07:10:03.188 | | default_limit | 1000 | 2024-08-01 07:10:03.188 | | description | None | 2024-08-01 07:10:03.188 | | id | ecd19146d8c34876afebeec0b140c86a | 2024-08-01 07:10:03.188 | | region_id | RegionOne | 2024-08-01 07:10:03.188 | | resource_name | image_size_total | 2024-08-01 07:10:03.188 | | service_id | 7756bbb184ae41afa7ac1f4dfb75a71d | 2024-08-01 07:10:03.188 | +---------------+----------------------------------+ 2024-08-01 07:10:03.188 | + 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-08-01 07:10:03.188 | +---------------+----------------------------------+ 2024-08-01 07:10:03.188 | | Field | Value | 2024-08-01 07:10:03.188 | +---------------+----------------------------------+ 2024-08-01 07:10:03.188 | | default_limit | 1000 | 2024-08-01 07:10:03.188 | | description | None | 2024-08-01 07:10:03.188 | | id | 92960f4bdabe41bba230550dc6500b1e | 2024-08-01 07:10:03.188 | | region_id | RegionOne | 2024-08-01 07:10:03.188 | | resource_name | image_stage_total | 2024-08-01 07:10:03.188 | | service_id | 7756bbb184ae41afa7ac1f4dfb75a71d | 2024-08-01 07:10:03.188 | +---------------+----------------------------------+ 2024-08-01 07:10:03.188 | + 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-08-01 07:10:03.188 | +---------------+----------------------------------+ 2024-08-01 07:10:03.188 | | Field | Value | 2024-08-01 07:10:03.188 | +---------------+----------------------------------+ 2024-08-01 07:10:03.188 | | default_limit | 100 | 2024-08-01 07:10:03.188 | | description | None | 2024-08-01 07:10:03.188 | | id | aab9b287f277461aa57f78b67333439f | 2024-08-01 07:10:03.188 | | region_id | RegionOne | 2024-08-01 07:10:03.188 | | resource_name | image_count_total | 2024-08-01 07:10:03.188 | | service_id | 7756bbb184ae41afa7ac1f4dfb75a71d | 2024-08-01 07:10:03.188 | +---------------+----------------------------------+ 2024-08-01 07:10:03.188 | + 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-08-01 07:10:03.188 | +---------------+----------------------------------+ 2024-08-01 07:10:03.188 | | Field | Value | 2024-08-01 07:10:03.188 | +---------------+----------------------------------+ 2024-08-01 07:10:03.189 | | default_limit | 100 | 2024-08-01 07:10:03.189 | | description | None | 2024-08-01 07:10:03.189 | | id | d694694cb5544842b7dd2891ae981af2 | 2024-08-01 07:10:03.189 | | region_id | RegionOne | 2024-08-01 07:10:03.189 | | resource_name | image_count_uploading | 2024-08-01 07:10:03.189 | | service_id | 7756bbb184ae41afa7ac1f4dfb75a71d | 2024-08-01 07:10:03.189 | +---------------+----------------------------------+ 2024-08-01 07:10:03.189 | + lib/glance:configure_glance_quotas:304 : iniset /etc/glance/glance-api.conf DEFAULT use_keystone_limits True 2024-08-01 07:10:03.189 | + lib/glance:configure_glance_quotas:307 : iniset /etc/glance/glance-api.conf oslo_limit user_domain_name Default 2024-08-01 07:10:03.189 | + lib/glance:configure_glance_quotas:308 : iniset /etc/glance/glance-api.conf oslo_limit password nomoresecret 2024-08-01 07:10:03.189 | + lib/glance:configure_glance_quotas:309 : iniset /etc/glance/glance-api.conf oslo_limit username glance 2024-08-01 07:10:03.189 | + lib/glance:configure_glance_quotas:310 : iniset /etc/glance/glance-api.conf oslo_limit auth_type password 2024-08-01 07:10:03.189 | + lib/glance:configure_glance_quotas:311 : iniset /etc/glance/glance-api.conf oslo_limit auth_url http://10.180.1.21/identity 2024-08-01 07:10:03.189 | + lib/glance:configure_glance_quotas:312 : iniset /etc/glance/glance-api.conf oslo_limit system_scope all 2024-08-01 07:10:03.189 | ++ lib/glance:configure_glance_quotas:313 : oscwrap --os-cloud devstack-system-admin endpoint list --service glance -f value -c ID 2024-08-01 07:10:03.189 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:03.189 | + lib/glance:configure_glance_quotas:313 : iniset /etc/glance/glance-api.conf oslo_limit endpoint_id 7f8fb795047442e6a296bf6f5a9510df 2024-08-01 07:10:03.189 | + lib/glance:configure_glance_quotas:317 : openstack --os-cloud devstack-system-admin role add --user glance --user-domain Default --system all reader 2024-08-01 07:10:03.218 | [3544 Async create_glance_accounts:35985]: finished create_glance_accounts with result 0 in 25 seconds 2024-08-01 07:10:03.243 | [3544 Async create_cinder_accounts:36124]: Waiting for completion of create_cinder_accounts running on PID 36124 (3 other jobs running) 2024-08-01 07:10:03.261 | [3544 Async create_cinder_accounts:36124]: Signaling child to exit 2024-08-01 07:10:03.261 | WAKEUP 2024-08-01 07:10:03.277 | [3544 Async create_cinder_accounts:36124]: Signaled 2024-08-01 07:10:03.277 | + 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-08-01 07:10:03.277 | + lib/cinder:create_cinder_accounts:433 : local extra_role= 2024-08-01 07:10:03.277 | + lib/cinder:create_cinder_accounts:436 : is_service_enabled barbican 2024-08-01 07:10:03.277 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:10:03.277 | + lib/cinder:create_cinder_accounts:440 : create_service_user cinder 2024-08-01 07:10:03.277 | + lib/keystone:create_service_user:436 : get_or_create_user cinder nomoresecret Default 2024-08-01 07:10:03.277 | + functions-common:get_or_create_user:922 : local user_id 2024-08-01 07:10:03.277 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-08-01 07:10:03.277 | + functions-common:get_or_create_user:926 : local email= 2024-08-01 07:10:03.277 | ++ 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-08-01 07:10:03.277 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:03.277 | + functions-common:get_or_create_user:938 : user_id=476864e61fb34212b03ff4713dba38c9 2024-08-01 07:10:03.277 | + functions-common:get_or_create_user:939 : echo 476864e61fb34212b03ff4713dba38c9 2024-08-01 07:10:03.277 | 476864e61fb34212b03ff4713dba38c9 2024-08-01 07:10:03.277 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service cinder service Default Default 2024-08-01 07:10:03.277 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-01 07:10:03.277 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-01 07:10:03.277 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-01 07:10:03.277 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-01 07:10:03.277 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-01 07:10:03.277 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-01 07:10:03.277 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-01 07:10:03.277 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-01 07:10:03.278 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-01 07:10:03.278 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-01 07:10:03.278 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-01 07:10:03.278 | + 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-08-01 07:10:03.278 | ++ 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-08-01 07:10:03.278 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:03.278 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=7e035b2eea90403687afd9c526591c18 2024-08-01 07:10:03.278 | + functions-common:get_or_add_user_project_role:1003 : echo 7e035b2eea90403687afd9c526591c18 2024-08-01 07:10:03.278 | 7e035b2eea90403687afd9c526591c18 2024-08-01 07:10:03.278 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-08-01 07:10:03.278 | + lib/cinder:create_cinder_accounts:443 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2024-08-01 07:10:03.278 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-01 07:10:03.278 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2024-08-01 07:10:03.278 | ++ 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-08-01 07:10:03.278 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:03.278 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-01 07:10:03.278 | 3e9973b38b7440909e4318acb6ed63a2' 2024-08-01 07:10:03.278 | + functions-common:get_or_create_service:1090 : echo 3e9973b38b7440909e4318acb6ed63a2 2024-08-01 07:10:03.278 | 3e9973b38b7440909e4318acb6ed63a2 2024-08-01 07:10:03.278 | + lib/cinder:create_cinder_accounts:444 : '[' True == False ']' 2024-08-01 07:10:03.278 | + lib/cinder:create_cinder_accounts:457 : get_or_create_endpoint block-storage RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-08-01 07:10:03.278 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-01 07:10:03.278 | ++ 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-08-01 07:10:03.278 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-01 07:10:03.278 | +++ 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-08-01 07:10:03.278 | +++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:03.278 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-01 07:10:03.278 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-01 07:10:03.278 | +++ 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-08-01 07:10:03.278 | +++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:03.278 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=536205aca4924917b9d9d40f529ddf9b 2024-08-01 07:10:03.278 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 536205aca4924917b9d9d40f529ddf9b 2024-08-01 07:10:03.278 | + functions-common:get_or_create_endpoint:1123 : public_id=536205aca4924917b9d9d40f529ddf9b 2024-08-01 07:10:03.278 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-01 07:10:03.278 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-01 07:10:03.278 | + functions-common:get_or_create_endpoint:1132 : echo 536205aca4924917b9d9d40f529ddf9b 2024-08-01 07:10:03.278 | 536205aca4924917b9d9d40f529ddf9b 2024-08-01 07:10:03.278 | + lib/cinder:create_cinder_accounts:461 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2024-08-01 07:10:03.278 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-01 07:10:03.278 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2024-08-01 07:10:03.278 | ++ 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-08-01 07:10:03.278 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:03.278 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-01 07:10:03.278 | 960d4942b5c74c818735616a59d7e9a3' 2024-08-01 07:10:03.278 | + functions-common:get_or_create_service:1090 : echo 960d4942b5c74c818735616a59d7e9a3 2024-08-01 07:10:03.278 | 960d4942b5c74c818735616a59d7e9a3 2024-08-01 07:10:03.278 | + lib/cinder:create_cinder_accounts:463 : get_or_create_endpoint volumev3 RegionOne 'http://10.180.1.21/volume/v3/$(project_id)s' 2024-08-01 07:10:03.279 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-01 07:10:03.279 | ++ 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-08-01 07:10:03.279 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-01 07:10:03.279 | +++ 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-08-01 07:10:03.279 | +++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:03.279 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-01 07:10:03.279 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-01 07:10:03.279 | +++ 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-08-01 07:10:03.279 | +++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:03.279 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=7d998ede280345be9ebccf080983a7b4 2024-08-01 07:10:03.279 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 7d998ede280345be9ebccf080983a7b4 2024-08-01 07:10:03.279 | + functions-common:get_or_create_endpoint:1123 : public_id=7d998ede280345be9ebccf080983a7b4 2024-08-01 07:10:03.279 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-01 07:10:03.279 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-01 07:10:03.279 | + functions-common:get_or_create_endpoint:1132 : echo 7d998ede280345be9ebccf080983a7b4 2024-08-01 07:10:03.279 | 7d998ede280345be9ebccf080983a7b4 2024-08-01 07:10:03.279 | + lib/cinder:create_cinder_accounts:468 : configure_cinder_internal_tenant 2024-08-01 07:10:03.279 | ++ lib/cinder:configure_cinder_internal_tenant:704 : get_or_create_project service 2024-08-01 07:10:03.279 | ++ functions-common:get_or_create_project:945 : local project_id 2024-08-01 07:10:03.279 | +++ functions-common:get_or_create_project:953 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2024-08-01 07:10:03.279 | +++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:03.279 | ++ functions-common:get_or_create_project:951 : project_id=7d9efa427c7c4939a9ff974c25016702 2024-08-01 07:10:03.279 | ++ functions-common:get_or_create_project:952 : echo 7d9efa427c7c4939a9ff974c25016702 2024-08-01 07:10:03.279 | + lib/cinder:configure_cinder_internal_tenant:704 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 7d9efa427c7c4939a9ff974c25016702 2024-08-01 07:10:03.279 | ++ lib/cinder:configure_cinder_internal_tenant:705 : get_or_create_user cinder 2024-08-01 07:10:03.279 | ++ functions-common:get_or_create_user:922 : local user_id 2024-08-01 07:10:03.279 | ++ functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-08-01 07:10:03.279 | ++ functions-common:get_or_create_user:926 : local email= 2024-08-01 07:10:03.279 | +++ 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-08-01 07:10:03.279 | No password was supplied, authentication will fail when a user does not have a password. 2024-08-01 07:10:03.279 | +++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:03.279 | ++ functions-common:get_or_create_user:938 : user_id=476864e61fb34212b03ff4713dba38c9 2024-08-01 07:10:03.279 | ++ functions-common:get_or_create_user:939 : echo 476864e61fb34212b03ff4713dba38c9 2024-08-01 07:10:03.279 | + lib/cinder:configure_cinder_internal_tenant:705 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 476864e61fb34212b03ff4713dba38c9 2024-08-01 07:10:03.309 | [3544 Async create_cinder_accounts:36124]: finished create_cinder_accounts with result 0 in 22 seconds 2024-08-01 07:10:03.312 | + inc/async:async_wait:197 : return 0 2024-08-01 07:10:03.314 | + stack.sh:main:1155 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2024-08-01 07:10:03.350 | [3544 Async create_neutron_accounts:36267]: Waiting for completion of create_neutron_accounts running on PID 36267 (2 other jobs running) 2024-08-01 07:10:03.367 | [3544 Async create_neutron_accounts:36267]: Signaling child to exit 2024-08-01 07:10:03.367 | WAKEUP 2024-08-01 07:10:03.382 | [3544 Async create_neutron_accounts:36267]: Signaled 2024-08-01 07:10:03.383 | + lib/neutron:create_neutron_accounts:478 : local neutron_url 2024-08-01 07:10:03.383 | + lib/neutron:create_neutron_accounts:479 : '[' False == True ']' 2024-08-01 07:10:03.383 | + lib/neutron:create_neutron_accounts:482 : neutron_url=http://10.180.1.21:9696/ 2024-08-01 07:10:03.383 | + lib/neutron:create_neutron_accounts:484 : '[' '!' -z networking ']' 2024-08-01 07:10:03.383 | + lib/neutron:create_neutron_accounts:485 : neutron_url=http://10.180.1.21:9696/networking 2024-08-01 07:10:03.383 | + lib/neutron:create_neutron_accounts:488 : is_service_enabled q-svc neutron-api 2024-08-01 07:10:03.383 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:10:03.383 | + lib/neutron:create_neutron_accounts:490 : create_service_user neutron 2024-08-01 07:10:03.383 | + lib/keystone:create_service_user:436 : get_or_create_user neutron nomoresecret Default 2024-08-01 07:10:03.384 | + functions-common:get_or_create_user:922 : local user_id 2024-08-01 07:10:03.384 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-08-01 07:10:03.384 | + functions-common:get_or_create_user:926 : local email= 2024-08-01 07:10:03.384 | ++ 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-08-01 07:10:03.384 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:03.384 | + functions-common:get_or_create_user:938 : user_id=1777daaa22f34e7c976383a1334c52b3 2024-08-01 07:10:03.384 | + functions-common:get_or_create_user:939 : echo 1777daaa22f34e7c976383a1334c52b3 2024-08-01 07:10:03.384 | 1777daaa22f34e7c976383a1334c52b3 2024-08-01 07:10:03.384 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service neutron service Default Default 2024-08-01 07:10:03.384 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-01 07:10:03.384 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-01 07:10:03.384 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-01 07:10:03.384 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-01 07:10:03.384 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-01 07:10:03.384 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-01 07:10:03.384 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-01 07:10:03.384 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-01 07:10:03.384 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-01 07:10:03.384 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-01 07:10:03.385 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-01 07:10:03.385 | + 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-08-01 07:10:03.385 | ++ 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-08-01 07:10:03.385 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:03.385 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=7e035b2eea90403687afd9c526591c18 2024-08-01 07:10:03.385 | + functions-common:get_or_add_user_project_role:1003 : echo 7e035b2eea90403687afd9c526591c18 2024-08-01 07:10:03.385 | 7e035b2eea90403687afd9c526591c18 2024-08-01 07:10:03.385 | + lib/keystone:create_service_user:439 : [[ -n '' ]] 2024-08-01 07:10:03.385 | + lib/neutron:create_neutron_accounts:492 : get_or_create_service neutron network 'Neutron Service' 2024-08-01 07:10:03.385 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-01 07:10:03.385 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2024-08-01 07:10:03.385 | ++ 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-08-01 07:10:03.385 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:03.385 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-01 07:10:03.385 | cb63b087a9514a55a61efd6f48703cce' 2024-08-01 07:10:03.385 | + functions-common:get_or_create_service:1090 : echo cb63b087a9514a55a61efd6f48703cce 2024-08-01 07:10:03.385 | cb63b087a9514a55a61efd6f48703cce 2024-08-01 07:10:03.385 | + lib/neutron:create_neutron_accounts:494 : get_or_create_endpoint network RegionOne http://10.180.1.21:9696/networking 2024-08-01 07:10:03.386 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-01 07:10:03.386 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface network public http://10.180.1.21:9696/networking RegionOne 2024-08-01 07:10:03.386 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-01 07:10:03.386 | +++ 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-08-01 07:10:03.386 | +++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:03.386 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-01 07:10:03.386 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-01 07:10:03.386 | +++ 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-08-01 07:10:03.386 | +++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:03.386 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=343a0c5eb02245048ff899865976b51a 2024-08-01 07:10:03.386 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 343a0c5eb02245048ff899865976b51a 2024-08-01 07:10:03.386 | + functions-common:get_or_create_endpoint:1123 : public_id=343a0c5eb02245048ff899865976b51a 2024-08-01 07:10:03.386 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-01 07:10:03.386 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-01 07:10:03.386 | + functions-common:get_or_create_endpoint:1132 : echo 343a0c5eb02245048ff899865976b51a 2024-08-01 07:10:03.386 | 343a0c5eb02245048ff899865976b51a 2024-08-01 07:10:03.415 | [3544 Async create_neutron_accounts:36267]: finished create_neutron_accounts with result 0 in 13 seconds 2024-08-01 07:10:03.419 | Not waiting for async task create_swift_accounts that we never started or has already been waited for 2024-08-01 07:10:03.423 | Not waiting for async task configure_horizon that we never started or has already been waited for 2024-08-01 07:10:03.425 | + inc/async:async_wait:197 : return 0 2024-08-01 07:10:03.428 | + stack.sh:main:1161 : is_service_enabled mysql postgresql 2024-08-01 07:10:03.441 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:10:03.443 | + stack.sh:main:1161 : is_service_enabled glance 2024-08-01 07:10:03.456 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:10:03.458 | + stack.sh:main:1162 : echo_summary 'Configuring Glance' 2024-08-01 07:10:03.460 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-01 07:10:03.462 | + stack.sh:echo_summary:472 : echo -e Configuring Glance 2024-08-01 07:10:03.465 | + stack.sh:main:1163 : async_runfunc init_glance 2024-08-01 07:10:03.467 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2024-08-01 07:10:03.514 | + inc/async:async_inner:63 : init_glance 2024-08-01 07:10:03.545 | [3544 Async init_glance:38594]: running: init_glance 2024-08-01 07:10:03.547 | + stack.sh:main:1170 : is_service_enabled neutron 2024-08-01 07:10:03.563 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:10:03.565 | + stack.sh:main:1171 : echo_summary 'Configuring Neutron' 2024-08-01 07:10:03.567 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-01 07:10:03.569 | + stack.sh:echo_summary:472 : echo -e Configuring Neutron 2024-08-01 07:10:03.571 | + stack.sh:main:1173 : configure_neutron 2024-08-01 07:10:03.573 | + lib/neutron:configure_neutron:374 : _configure_neutron_common 2024-08-01 07:10:03.575 | + lib/neutron:_configure_neutron_common:841 : _create_neutron_conf_dir 2024-08-01 07:10:03.577 | + lib/neutron:_create_neutron_conf_dir:834 : sudo install -d -o stack /etc/neutron 2024-08-01 07:10:03.587 | + lib/neutron:_configure_neutron_common:844 : cd /opt/stack//neutron 2024-08-01 07:10:03.589 | + lib/neutron:_configure_neutron_common:844 : exec ./tools/generate_config_file_samples.sh 2024-08-01 07:10:07.776 | + inc/async:async_inner:64 : rc=0 2024-08-01 07:10:07.794 | [38594 Async init_glance:38594]: finished successfully 2024-08-01 07:10:23.112 | + lib/neutron:_configure_neutron_common:846 : cp /opt/stack//neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2024-08-01 07:10:23.116 | + lib/neutron:_configure_neutron_common:848 : Q_POLICY_FILE=/etc/neutron/policy.json 2024-08-01 07:10:23.118 | + lib/neutron:_configure_neutron_common:852 : '[' -f /opt/stack//neutron/etc/policy.json ']' 2024-08-01 07:10:23.119 | + lib/neutron:_configure_neutron_common:856 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2024-08-01 07:10:23.121 | + lib/neutron:_configure_neutron_common:861 : neutron_plugin_configure_common 2024-08-01 07:10:23.123 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2024-08-01 07:10:23.125 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2024-08-01 07:10:23.127 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2024-08-01 07:10:23.129 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : neutron_service_plugin_class_add router 2024-08-01 07:10:23.131 | + lib/neutron:neutron_service_plugin_class_add:1019 : local service_plugin_class=router 2024-08-01 07:10:23.132 | + lib/neutron:neutron_service_plugin_class_add:1020 : [[ '' == '' ]] 2024-08-01 07:10:23.134 | + lib/neutron:neutron_service_plugin_class_add:1021 : Q_SERVICE_PLUGIN_CLASSES=router 2024-08-01 07:10:23.136 | + lib/neutron:_configure_neutron_common:863 : [[ etc/neutron/plugins/ml2 == '' ]] 2024-08-01 07:10:23.138 | + lib/neutron:_configure_neutron_common:863 : [[ ml2_conf.ini == '' ]] 2024-08-01 07:10:23.140 | + lib/neutron:_configure_neutron_common:863 : [[ ml2 == '' ]] 2024-08-01 07:10:23.142 | + lib/neutron:_configure_neutron_common:868 : mkdir -p /etc/neutron/plugins/ml2 2024-08-01 07:10:23.145 | + lib/neutron:_configure_neutron_common:869 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-01 07:10:23.147 | + lib/neutron:_configure_neutron_common:872 : NEUTRON_CORE_PLUGIN_CONF=etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-01 07:10:23.149 | + lib/neutron:_configure_neutron_common:875 : '[' -f /opt/stack//neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2024-08-01 07:10:23.150 | + 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-08-01 07:10:23.154 | ++ lib/neutron:_configure_neutron_common:881 : database_connection_url neutron 2024-08-01 07:10:23.156 | ++ lib/database:database_connection_url:134 : local db=neutron 2024-08-01 07:10:23.158 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2024-08-01 07:10:23.160 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=neutron 2024-08-01 07:10:23.161 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-01 07:10:23.163 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-01 07:10:23.165 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/neutron?charset=utf8' 2024-08-01 07:10:23.167 | + 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-08-01 07:10:23.191 | + lib/neutron:_configure_neutron_common:882 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2024-08-01 07:10:23.215 | + lib/neutron:_configure_neutron_common:883 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2024-08-01 07:10:23.238 | + lib/neutron:_configure_neutron_common:884 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2024-08-01 07:10:23.262 | + lib/neutron:_configure_neutron_common:885 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2024-08-01 07:10:23.286 | + lib/neutron:_configure_neutron_common:888 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2024-08-01 07:10:23.310 | + lib/neutron:_configure_neutron_common:890 : '[' vsphere = fake ']' 2024-08-01 07:10:23.312 | + lib/neutron:_configure_neutron_common:900 : setup_logging /etc/neutron/neutron.conf 2024-08-01 07:10:23.314 | + functions:setup_logging:685 : setup_systemd_logging /etc/neutron/neutron.conf 2024-08-01 07:10:23.315 | + functions:setup_systemd_logging:700 : local conf_file=/etc/neutron/neutron.conf 2024-08-01 07:10:23.318 | ++ functions:setup_systemd_logging:705 : trueorfalse False USE_JOURNAL 2024-08-01 07:10:23.330 | + functions:setup_systemd_logging:705 : USE_JOURNAL=False 2024-08-01 07:10:23.332 | + functions:setup_systemd_logging:706 : local pidstr= 2024-08-01 07:10:23.334 | + functions:setup_systemd_logging:707 : [[ False == \T\r\u\e ]] 2024-08-01 07:10:23.336 | + functions:setup_systemd_logging:711 : pidstr='(pid=%(process)d) ' 2024-08-01 07:10:23.338 | + 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-08-01 07:10:23.362 | + 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-08-01 07:10:23.385 | + 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-08-01 07:10:23.408 | + functions:setup_systemd_logging:717 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2024-08-01 07:10:23.432 | + lib/neutron:_configure_neutron_common:902 : is_service_enabled tls-proxy 2024-08-01 07:10:23.445 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:10:23.447 | + lib/neutron:_configure_neutron_common:908 : _neutron_setup_rootwrap 2024-08-01 07:10:23.449 | + lib/neutron:_neutron_setup_rootwrap:1054 : [[ True == \F\a\l\s\e ]] 2024-08-01 07:10:23.451 | + lib/neutron:_neutron_setup_rootwrap:1058 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2024-08-01 07:10:23.453 | + lib/neutron:_neutron_setup_rootwrap:1059 : [[ -d /etc/neutron/rootwrap.d ]] 2024-08-01 07:10:23.455 | + lib/neutron:_neutron_setup_rootwrap:1063 : neutron_deploy_rootwrap_filters /opt/stack//neutron 2024-08-01 07:10:23.456 | + lib/neutron:neutron_deploy_rootwrap_filters:1044 : [[ True == \F\a\l\s\e ]] 2024-08-01 07:10:23.458 | + lib/neutron:neutron_deploy_rootwrap_filters:1047 : local srcdir=/opt/stack//neutron 2024-08-01 07:10:23.460 | + lib/neutron:neutron_deploy_rootwrap_filters:1048 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2024-08-01 07:10:23.470 | + 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-08-01 07:10:23.480 | + lib/neutron:_neutron_setup_rootwrap:1067 : test -r /opt/stack//neutron/etc/neutron/rootwrap.conf 2024-08-01 07:10:23.482 | + 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-08-01 07:10:23.492 | + lib/neutron:_neutron_setup_rootwrap:1072 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2024-08-01 07:10:23.501 | + lib/neutron:_neutron_setup_rootwrap:1073 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2024-08-01 07:10:23.511 | + lib/neutron:_neutron_setup_rootwrap:1076 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-08-01 07:10:23.513 | + lib/neutron:_neutron_setup_rootwrap:1077 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-08-01 07:10:23.516 | ++ lib/neutron:_neutron_setup_rootwrap:1080 : mktemp 2024-08-01 07:10:23.519 | + lib/neutron:_neutron_setup_rootwrap:1080 : TEMPFILE=/tmp/tmp.pDtCOpltFd 2024-08-01 07:10:23.520 | + lib/neutron:_neutron_setup_rootwrap:1081 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2024-08-01 07:10:23.523 | + lib/neutron:_neutron_setup_rootwrap:1082 : echo 'stack ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2024-08-01 07:10:23.525 | + lib/neutron:_neutron_setup_rootwrap:1083 : chmod 0440 /tmp/tmp.pDtCOpltFd 2024-08-01 07:10:23.528 | + lib/neutron:_neutron_setup_rootwrap:1084 : sudo chown root:root /tmp/tmp.pDtCOpltFd 2024-08-01 07:10:23.537 | + lib/neutron:_neutron_setup_rootwrap:1085 : sudo mv /tmp/tmp.pDtCOpltFd /etc/sudoers.d/neutron-rootwrap 2024-08-01 07:10:23.546 | + lib/neutron:_neutron_setup_rootwrap:1088 : configure_root_helper_options /etc/neutron/neutron.conf 2024-08-01 07:10:23.548 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/neutron.conf 2024-08-01 07:10:23.550 | + 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-08-01 07:10:23.573 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-08-01 07:10:23.575 | + 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-08-01 07:10:23.598 | + lib/neutron:configure_neutron:375 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2024-08-01 07:10:23.600 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2024-08-01 07:10:23.602 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2024-08-01 07:10:23.604 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2024-08-01 07:10:23.607 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2024-08-01 07:10:23.609 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2024-08-01 07:10:23.622 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:10:23.624 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2024-08-01 07:10:23.626 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2024-08-01 07:10:23.628 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2024-08-01 07:10:23.642 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:10:23.644 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-01 07:10:23.646 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:stackdb@10.180.1.21:5672/ 2024-08-01 07:10:23.671 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2024-08-01 07:10:23.673 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2024-08-01 07:10:23.675 | + lib/neutron:configure_neutron:377 : is_service_enabled q-metering neutron-metering 2024-08-01 07:10:23.688 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:10:23.690 | + lib/neutron:configure_neutron:380 : is_service_enabled q-agt neutron-agent 2024-08-01 07:10:23.703 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:10:23.704 | + lib/neutron:configure_neutron:381 : _configure_neutron_plugin_agent 2024-08-01 07:10:23.706 | + lib/neutron:_configure_neutron_plugin_agent:966 : configure_root_helper_options /etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-01 07:10:23.708 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-01 07:10:23.710 | + 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-08-01 07:10:23.735 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-08-01 07:10:23.738 | + 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-08-01 07:10:23.761 | + lib/neutron:_configure_neutron_plugin_agent:967 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-08-01 07:10:23.786 | + lib/neutron:_configure_neutron_plugin_agent:970 : neutron_plugin_configure_plugin_agent 2024-08-01 07:10:23.788 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2024-08-01 07:10:23.790 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2024-08-01 07:10:23.792 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-08-01 07:10:25.112 | INFO neutron.common.config [-] Logging enabled! 2024-08-01 07:10:25.112 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev46 2024-08-01 07:10:25.112 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=39486) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-08-01 07:10:25.113 | ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:127.0.0.1:6640 to retrieve schema: Connection refused 2024-08-01 07:10:25.113 | 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/tmpdz2rbjdh/privsep.sock'] 2024-08-01 07:10:25.828 | INFO oslo.privsep.daemon [-] Spawned new privsep daemon via rootwrap 2024-08-01 07:10:25.828 | DEBUG oslo.privsep.daemon [-] Accepted privsep connection to /tmp/tmpdz2rbjdh/privsep.sock {{(pid=39486) __init__ /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:362}} 2024-08-01 07:10:25.829 | INFO oslo.privsep.daemon [-] privsep daemon starting 2024-08-01 07:10:25.829 | INFO oslo.privsep.daemon [-] privsep process running with uid/gid: 0/0 2024-08-01 07:10:25.829 | 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-08-01 07:10:25.829 | INFO oslo.privsep.daemon [-] privsep daemon running as pid 39496 2024-08-01 07:10:25.830 | DEBUG oslo.privsep.daemon [-] privsep: reply[8af79576-d01f-4986-8c75-c9f95ed870ff]: (2,) {{(pid=39496) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-01 07:10:25.916 | 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=39496) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:384}} 2024-08-01 07:10:25.925 | 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=39496) execute /usr/local/lib/python3.10/dist-packages/oslo_concurrency/processutils.py:422}} 2024-08-01 07:10:25.925 | DEBUG oslo.privsep.daemon [-] privsep: reply[52682777-6208-492f-8b7a-e9d77a3b166c]: (4, ('91a1bca1-fc1e-4c58-8d65-d1981185ed37\n', '')) {{(pid=39496) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-01 07:10:26.051 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=39486) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-08-01 07:10:26.051 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=39486) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-08-01 07:10:26.051 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=39486) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-01 07:10:26.051 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=39486) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-01 07:10:26.051 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=39486) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-01 07:10:26.052 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=39486) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-01 07:10:26.085 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-08-01 07:10:26.086 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=39486) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-08-01 07:10:26.086 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=39486) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-08-01 07:10:26.086 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-08-01 07:10:26.343 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2024-08-01 07:10:26.345 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2024-08-01 07:10:26.347 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2024-08-01 07:10:26.349 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-08-01 07:10:26.351 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2024-08-01 07:10:26.364 | + 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-08-01 07:10:26.377 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2024-08-01 07:10:26.379 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:101 : [[ True == \T\r\u\e ]] 2024-08-01 07:10:26.381 | + 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-08-01 07:10:26.406 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:103 : running_in_container 2024-08-01 07:10:26.409 | ++ functions:running_in_container:804 : systemd-detect-virt --container 2024-08-01 07:10:26.414 | + functions:running_in_container:804 : [[ none != \n\o\n\e ]] 2024-08-01 07:10:26.416 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:104 : enable_kernel_bridge_firewall 2024-08-01 07:10:26.418 | + functions:enable_kernel_bridge_firewall:813 : sudo modprobe bridge 2024-08-01 07:10:26.457 | + functions:enable_kernel_bridge_firewall:816 : sudo modprobe br_netfilter 2024-08-01 07:10:26.470 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-08-01 07:10:26.472 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2024-08-01 07:10:26.480 | net.bridge.bridge-nf-call-iptables = 1 2024-08-01 07:10:26.483 | + functions:enable_kernel_bridge_firewall:820 : for proto in ip ip6 2024-08-01 07:10:26.485 | + functions:enable_kernel_bridge_firewall:821 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2024-08-01 07:10:26.490 | net.bridge.bridge-nf-call-ip6tables = 1 2024-08-01 07:10:26.494 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ false == \T\r\u\e ]] 2024-08-01 07:10:26.495 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ default != '' ]] 2024-08-01 07:10:26.497 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-ex != '' ]] 2024-08-01 07:10:26.499 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ '' == '' ]] 2024-08-01 07:10:26.501 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:50 : OVS_BRIDGE_MAPPINGS=default:br-ex 2024-08-01 07:10:26.503 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-ex 2024-08-01 07:10:26.505 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-08-01 07:10:26.507 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2024-08-01 07:10:26.509 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-08-01 07:10:26.511 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-08-01 07:10:26.523 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ default:br-ex != '' ]] 2024-08-01 07:10:26.525 | + 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-08-01 07:10:26.551 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2024-08-01 07:10:26.554 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2024-08-01 07:10:26.578 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2024-08-01 07:10:26.601 | + lib/neutron:configure_neutron:383 : is_service_enabled q-dhcp neutron-dhcp 2024-08-01 07:10:26.614 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:10:26.616 | + lib/neutron:configure_neutron:384 : _configure_neutron_dhcp_agent 2024-08-01 07:10:26.618 | + lib/neutron:_configure_neutron_dhcp_agent:913 : cp /opt/stack//neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2024-08-01 07:10:26.622 | + lib/neutron:_configure_neutron_dhcp_agent:915 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2024-08-01 07:10:26.645 | + lib/neutron:_configure_neutron_dhcp_agent:917 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2024-08-01 07:10:26.668 | + lib/neutron:_configure_neutron_dhcp_agent:918 : configure_root_helper_options /etc/neutron/dhcp_agent.ini 2024-08-01 07:10:26.670 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/dhcp_agent.ini 2024-08-01 07:10:26.672 | + 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-08-01 07:10:26.695 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-08-01 07:10:26.698 | + 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-08-01 07:10:26.722 | + lib/neutron:_configure_neutron_dhcp_agent:920 : is_service_enabled q-l3 neutron-l3 2024-08-01 07:10:26.734 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:10:26.736 | + lib/neutron:_configure_neutron_dhcp_agent:931 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-08-01 07:10:26.738 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2024-08-01 07:10:26.762 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2024-08-01 07:10:26.764 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-08-01 07:10:26.766 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-08-01 07:10:26.790 | + lib/neutron:_configure_neutron_dhcp_agent:933 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2024-08-01 07:10:26.792 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2024-08-01 07:10:26.794 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2024-08-01 07:10:26.796 | + lib/neutron:configure_neutron:386 : is_service_enabled q-l3 neutron-l3 2024-08-01 07:10:26.809 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:10:26.811 | + lib/neutron:configure_neutron:387 : _configure_neutron_l3_agent 2024-08-01 07:10:26.813 | + 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-08-01 07:10:26.817 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2024-08-01 07:10:26.841 | + 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-08-01 07:10:26.866 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2024-08-01 07:10:26.868 | + 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-08-01 07:10:26.892 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2024-08-01 07:10:26.894 | + lib/neutron:_neutron_setup_interface_driver:1103 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2024-08-01 07:10:26.918 | + lib/neutron:_neutron_setup_interface_driver:1105 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2024-08-01 07:10:26.921 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2024-08-01 07:10:26.922 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2024-08-01 07:10:26.946 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2024-08-01 07:10:26.948 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2024-08-01 07:10:26.950 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2024-08-01 07:10:26.952 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:112 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2024-08-01 07:10:28.272 | INFO neutron.common.config [-] Logging enabled! 2024-08-01 07:10:28.272 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 0.0.1.dev46 2024-08-01 07:10:28.272 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=40040) setup_logging /opt/stack/neutron/neutron/common/config.py:123}} 2024-08-01 07:10:28.296 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=40040) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-08-01 07:10:28.296 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=40040) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:87}} 2024-08-01 07:10:28.296 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=40040) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-01 07:10:28.296 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=40040) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-01 07:10:28.296 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=40040) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-01 07:10:28.296 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=40040) autocreate_indices /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:106}} 2024-08-01 07:10:28.330 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2024-08-01 07:10:28.330 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(_result=None, bridge=br-int, all_ports=False) {{(pid=40040) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:89}} 2024-08-01 07:10:28.331 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=40040) do_commit /usr/local/lib/python3.10/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:129}} 2024-08-01 07:10:28.331 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2024-08-01 07:10:28.589 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:113 : [[ False = \T\r\u\e ]] 2024-08-01 07:10:28.591 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:121 : _neutron_ovs_base_add_public_bridge 2024-08-01 07:10:28.593 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:127 : _neutron_ovs_base_add_bridge br-ex 2024-08-01 07:10:28.595 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-ex 2024-08-01 07:10:28.598 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-ex' 2024-08-01 07:10:28.600 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2024-08-01 07:10:28.602 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-ex 2024-08-01 07:10:28.615 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:128 : set_mtu br-ex 8950 2024-08-01 07:10:28.617 | + functions:set_mtu:796 : local dev=br-ex 2024-08-01 07:10:28.619 | + functions:set_mtu:797 : local mtu=8950 2024-08-01 07:10:28.621 | + functions:set_mtu:798 : sudo ip link set mtu 8950 dev br-ex 2024-08-01 07:10:28.631 | + 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-08-01 07:10:28.643 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 : _configure_public_network_connectivity 2024-08-01 07:10:28.645 | + lib/neutron:_configure_public_network_connectivity:770 : [[ -n ens224 ]] 2024-08-01 07:10:28.648 | + lib/neutron:_configure_public_network_connectivity:771 : _move_neutron_addresses_route ens224 br-ex True False inet 2024-08-01 07:10:28.650 | + lib/neutron:_move_neutron_addresses_route:711 : local from_intf=ens224 2024-08-01 07:10:28.652 | + lib/neutron:_move_neutron_addresses_route:712 : local to_intf=br-ex 2024-08-01 07:10:28.654 | + lib/neutron:_move_neutron_addresses_route:713 : local add_ovs_port=True 2024-08-01 07:10:28.656 | + lib/neutron:_move_neutron_addresses_route:714 : local del_ovs_port=False 2024-08-01 07:10:28.658 | + lib/neutron:_move_neutron_addresses_route:715 : local af=inet 2024-08-01 07:10:28.660 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n ens224 ]] 2024-08-01 07:10:28.662 | + lib/neutron:_move_neutron_addresses_route:717 : [[ -n br-ex ]] 2024-08-01 07:10:28.664 | + lib/neutron:_move_neutron_addresses_route:723 : local IP_REPLACE= 2024-08-01 07:10:28.666 | + lib/neutron:_move_neutron_addresses_route:724 : local IP_DEL= 2024-08-01 07:10:28.668 | + lib/neutron:_move_neutron_addresses_route:725 : local IP_UP= 2024-08-01 07:10:28.670 | + lib/neutron:_move_neutron_addresses_route:726 : local DEFAULT_ROUTE_GW 2024-08-01 07:10:28.673 | ++ lib/neutron:_move_neutron_addresses_route:727 : ip -f inet r 2024-08-01 07:10:28.673 | ++ lib/neutron:_move_neutron_addresses_route:727 : awk '/default.+ens224\s/ { print $3; exit }' 2024-08-01 07:10:28.677 | + lib/neutron:_move_neutron_addresses_route:727 : DEFAULT_ROUTE_GW= 2024-08-01 07:10:28.680 | + lib/neutron:_move_neutron_addresses_route:728 : local ADD_OVS_PORT= 2024-08-01 07:10:28.681 | + lib/neutron:_move_neutron_addresses_route:729 : local DEL_OVS_PORT= 2024-08-01 07:10:28.683 | + lib/neutron:_move_neutron_addresses_route:730 : local ARP_CMD= 2024-08-01 07:10:28.686 | ++ lib/neutron:_move_neutron_addresses_route:732 : ip -f inet a s dev ens224 scope global primary 2024-08-01 07:10:28.687 | ++ lib/neutron:_move_neutron_addresses_route:732 : grep inet 2024-08-01 07:10:28.687 | ++ lib/neutron:_move_neutron_addresses_route:732 : awk '{ print $2, $3, $4; exit }' 2024-08-01 07:10:28.692 | + lib/neutron:_move_neutron_addresses_route:732 : IP_BRD= 2024-08-01 07:10:28.694 | + lib/neutron:_move_neutron_addresses_route:734 : '[' '' '!=' '' ']' 2024-08-01 07:10:28.696 | + lib/neutron:_move_neutron_addresses_route:738 : [[ True == \T\r\u\e ]] 2024-08-01 07:10:28.697 | + lib/neutron:_move_neutron_addresses_route:739 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-ex ens224' 2024-08-01 07:10:28.699 | + lib/neutron:_move_neutron_addresses_route:742 : [[ False == \T\r\u\e ]] 2024-08-01 07:10:28.701 | + lib/neutron:_move_neutron_addresses_route:746 : [[ '' != '' ]] 2024-08-01 07:10:28.703 | + lib/neutron:_move_neutron_addresses_route:758 : sudo ovs-vsctl --may-exist add-port br-ex ens224 2024-08-01 07:10:28.717 | ++ lib/neutron:_configure_public_network_connectivity:773 : ip -f inet6 a s dev ens224 2024-08-01 07:10:28.718 | ++ lib/neutron:_configure_public_network_connectivity:773 : grep -c global 2024-08-01 07:10:28.722 | + lib/neutron:_configure_public_network_connectivity:773 : [[ 0 != 0 ]] 2024-08-01 07:10:28.724 | + lib/neutron:configure_neutron:389 : is_service_enabled q-meta neutron-metadata-agent 2024-08-01 07:10:28.738 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:10:28.740 | + lib/neutron:configure_neutron:390 : _configure_neutron_metadata_agent 2024-08-01 07:10:28.742 | + lib/neutron:_configure_neutron_metadata_agent:938 : cp /opt/stack//neutron/etc/metadata_agent.ini.sample /etc/neutron/metadata_agent.ini 2024-08-01 07:10:28.745 | + lib/neutron:_configure_neutron_metadata_agent:940 : iniset /etc/neutron/metadata_agent.ini DEFAULT debug True 2024-08-01 07:10:28.769 | + lib/neutron:_configure_neutron_metadata_agent:941 : iniset /etc/neutron/metadata_agent.ini DEFAULT nova_metadata_host 10.180.1.21 2024-08-01 07:10:28.794 | + lib/neutron:_configure_neutron_metadata_agent:942 : iniset /etc/neutron/metadata_agent.ini DEFAULT metadata_workers 2 2024-08-01 07:10:28.817 | + lib/neutron:_configure_neutron_metadata_agent:943 : configure_root_helper_options /etc/neutron/metadata_agent.ini 2024-08-01 07:10:28.819 | + lib/neutron:configure_root_helper_options:1092 : local conffile=/etc/neutron/metadata_agent.ini 2024-08-01 07:10:28.821 | + 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-08-01 07:10:28.845 | + lib/neutron:configure_root_helper_options:1094 : [[ True == \T\r\u\e ]] 2024-08-01 07:10:28.847 | + 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-08-01 07:10:28.871 | + lib/neutron:configure_neutron:393 : [[ legacy != \l\e\g\a\c\y ]] 2024-08-01 07:10:28.873 | + lib/neutron:configure_neutron:396 : is_service_enabled ceilometer 2024-08-01 07:10:28.886 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:10:28.888 | + lib/neutron:configure_neutron:400 : [[ openvswitch == \o\v\n ]] 2024-08-01 07:10:28.890 | + lib/neutron:configure_neutron:406 : is_service_enabled q-placement neutron-placement 2024-08-01 07:10:28.904 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:10:28.906 | + lib/neutron:configure_neutron:409 : is_service_enabled q-trunk neutron-trunk 2024-08-01 07:10:28.919 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:10:28.921 | + lib/neutron:configure_neutron:412 : is_service_enabled q-qos neutron-qos 2024-08-01 07:10:28.935 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:10:28.937 | + lib/neutron:configure_neutron:421 : is_service_enabled q-agt neutron-agent q-svc neutron-api 2024-08-01 07:10:28.950 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:10:28.952 | + lib/neutron:configure_neutron:422 : _configure_neutron_service 2024-08-01 07:10:28.954 | + lib/neutron:_configure_neutron_service:985 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2024-08-01 07:10:28.956 | + lib/neutron:_configure_neutron_service:986 : cp /opt/stack//neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2024-08-01 07:10:28.959 | + lib/neutron:_configure_neutron_service:988 : [[ -n networking ]] 2024-08-01 07:10:28.961 | + lib/neutron:_configure_neutron_service:989 : _replace_api_paste_composite 2024-08-01 07:10:28.963 | + lib/neutron:_replace_api_paste_composite:974 : local sep 2024-08-01 07:10:28.966 | ++ lib/neutron:_replace_api_paste_composite:975 : echo -ne '\x01' 2024-08-01 07:10:28.968 | + lib/neutron:_replace_api_paste_composite:975 : sep=$'\001' 2024-08-01 07:10:28.971 | + lib/neutron:_replace_api_paste_composite:977 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2024-08-01 07:10:28.975 | + lib/neutron:_replace_api_paste_composite:978 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2024-08-01 07:10:28.979 | + 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-08-01 07:10:28.982 | + lib/neutron:_configure_neutron_service:993 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2024-08-01 07:10:29.007 | + lib/neutron:_configure_neutron_service:995 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2024-08-01 07:10:29.032 | + lib/neutron:_configure_neutron_service:996 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2024-08-01 07:10:29.057 | + lib/neutron:_configure_neutron_service:998 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2024-08-01 07:10:29.081 | + lib/neutron:_configure_neutron_service:999 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2024-08-01 07:10:29.084 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-08-01 07:10:29.086 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=neutron 2024-08-01 07:10:29.088 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=keystone_authtoken 2024-08-01 07:10:29.090 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2024-08-01 07:10:29.113 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2024-08-01 07:10:29.137 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.180.1.21/identity 2024-08-01 07:10:29.161 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2024-08-01 07:10:29.186 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken password nomoresecret 2024-08-01 07:10:29.210 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2024-08-01 07:10:29.234 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2024-08-01 07:10:29.259 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2024-08-01 07:10:29.283 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2024-08-01 07:10:29.308 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2024-08-01 07:10:29.332 | + lib/neutron:_configure_neutron_service:1002 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2024-08-01 07:10:29.357 | + lib/neutron:_configure_neutron_service:1003 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2024-08-01 07:10:29.382 | + lib/neutron:_configure_neutron_service:1005 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2024-08-01 07:10:29.387 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-08-01 07:10:29.388 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=nova 2024-08-01 07:10:29.391 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=nova 2024-08-01 07:10:29.392 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova auth_type password 2024-08-01 07:10:29.417 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova interface public 2024-08-01 07:10:29.444 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova auth_url http://10.180.1.21/identity 2024-08-01 07:10:29.469 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf nova username nova 2024-08-01 07:10:29.494 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova password nomoresecret 2024-08-01 07:10:29.519 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2024-08-01 07:10:29.543 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf nova project_name service 2024-08-01 07:10:29.568 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2024-08-01 07:10:29.592 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2024-08-01 07:10:29.617 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2024-08-01 07:10:29.641 | + lib/neutron:_configure_neutron_service:1008 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2024-08-01 07:10:29.643 | + lib/keystone:configure_keystone_authtoken_middleware:452 : local conf_file=/etc/neutron/neutron.conf 2024-08-01 07:10:29.645 | + lib/keystone:configure_keystone_authtoken_middleware:453 : local admin_user=placement 2024-08-01 07:10:29.647 | + lib/keystone:configure_keystone_authtoken_middleware:454 : local section=placement 2024-08-01 07:10:29.649 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement auth_type password 2024-08-01 07:10:29.674 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement interface public 2024-08-01 07:10:29.699 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement auth_url http://10.180.1.21/identity 2024-08-01 07:10:29.724 | + lib/keystone:configure_keystone_authtoken_middleware:459 : iniset /etc/neutron/neutron.conf placement username placement 2024-08-01 07:10:29.749 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement password nomoresecret 2024-08-01 07:10:29.773 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2024-08-01 07:10:29.797 | + lib/keystone:configure_keystone_authtoken_middleware:462 : iniset /etc/neutron/neutron.conf placement project_name service 2024-08-01 07:10:29.822 | + lib/keystone:configure_keystone_authtoken_middleware:463 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2024-08-01 07:10:29.846 | + lib/keystone:configure_keystone_authtoken_middleware:465 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2024-08-01 07:10:29.871 | + lib/keystone:configure_keystone_authtoken_middleware:466 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2024-08-01 07:10:29.896 | + lib/neutron:_configure_neutron_service:1011 : neutron_plugin_configure_service 2024-08-01 07:10:29.898 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ geneve != \l\o\c\a\l ]] 2024-08-01 07:10:29.900 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2024-08-01 07:10:29.902 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2024-08-01 07:10:29.904 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2024-08-01 07:10:29.906 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ default != '' ]] 2024-08-01 07:10:29.908 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=default 2024-08-01 07:10:29.909 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 2:999 != '' ]] 2024-08-01 07:10:29.911 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=default:2:999 2024-08-01 07:10:29.914 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ default:2:999 != '' ]] 2024-08-01 07:10:29.916 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2024-08-01 07:10:29.918 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2024-08-01 07:10:29.920 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n default ]] 2024-08-01 07:10:29.922 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2024-08-01 07:10:29.924 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n default ]] 2024-08-01 07:10:29.926 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=default, 2024-08-01 07:10:29.928 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n default ]] 2024-08-01 07:10:29.930 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ default != \d\e\f\a\u\l\t ]] 2024-08-01 07:10:29.931 | + 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-08-01 07:10:29.933 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-01 07:10:29.935 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=securitygroup 2024-08-01 07:10:29.937 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=enable_security_group=True 2024-08-01 07:10:29.939 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z enable_security_group=True ']' 2024-08-01 07:10:29.941 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-01 07:10:29.943 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-08-01 07:10:29.965 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:116 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=ovn 2024-08-01 07:10:29.967 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-01 07:10:29.969 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-08-01 07:10:29.971 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=ovn 2024-08-01 07:10:29.973 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=ovn ']' 2024-08-01 07:10:29.975 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-01 07:10:29.977 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers ovn 2024-08-01 07:10:30.000 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:117 : [[ ovn == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2024-08-01 07:10:30.002 | + 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-08-01 07:10:30.004 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-01 07:10:30.006 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-08-01 07:10:30.008 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2024-08-01 07:10:30.010 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2024-08-01 07:10:30.012 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-01 07:10:30.014 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-08-01 07:10:30.036 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : [[ -n '' ]] 2024-08-01 07:10:30.038 | + 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-08-01 07:10:30.040 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-01 07:10:30.042 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-08-01 07:10:30.044 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2024-08-01 07:10:30.046 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2024-08-01 07:10:30.048 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-01 07:10:30.049 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-08-01 07:10:30.072 | + 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-08-01 07:10:30.074 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-01 07:10:30.076 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2024-08-01 07:10:30.078 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=geneve 2024-08-01 07:10:30.080 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=geneve ']' 2024-08-01 07:10:30.082 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-01 07:10:30.084 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types geneve 2024-08-01 07:10:30.108 | + 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-08-01 07:10:30.109 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-01 07:10:30.111 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2024-08-01 07:10:30.113 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2024-08-01 07:10:30.115 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2024-08-01 07:10:30.117 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-01 07:10:30.119 | + 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-08-01 07:10:30.142 | + 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-08-01 07:10:30.144 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-01 07:10:30.146 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2024-08-01 07:10:30.148 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-08-01 07:10:30.150 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-08-01 07:10:30.151 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-01 07:10:30.153 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2024-08-01 07:10:30.176 | + 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-08-01 07:10:30.178 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-01 07:10:30.180 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2024-08-01 07:10:30.182 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=default, 2024-08-01 07:10:30.184 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=default, ']' 2024-08-01 07:10:30.186 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-01 07:10:30.188 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks default, 2024-08-01 07:10:30.210 | + 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-08-01 07:10:30.212 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-01 07:10:30.214 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2024-08-01 07:10:30.216 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=default:2:999 2024-08-01 07:10:30.218 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=default:2:999 ']' 2024-08-01 07:10:30.220 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-01 07:10:30.222 | + 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-08-01 07:10:30.245 | + 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-08-01 07:10:30.247 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-01 07:10:30.249 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2024-08-01 07:10:30.251 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2024-08-01 07:10:30.253 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2024-08-01 07:10:30.255 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2024-08-01 07:10:30.257 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2024-08-01 07:10:30.281 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:140 : [[ legacy != \l\e\g\a\c\y ]] 2024-08-01 07:10:30.283 | + lib/neutron:configure_neutron:425 : iniset /etc/neutron/neutron.conf DEFAULT api_workers 2 2024-08-01 07:10:30.308 | + lib/neutron:configure_neutron:429 : iniset /etc/neutron/neutron.conf DEFAULT rpc_state_report_workers 0 2024-08-01 07:10:30.333 | + lib/neutron:configure_neutron:431 : '[' False == True ']' 2024-08-01 07:10:30.335 | + stack.sh:main:1176 : is_service_enabled mysql postgresql 2024-08-01 07:10:30.349 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:10:30.351 | + stack.sh:main:1176 : is_service_enabled neutron 2024-08-01 07:10:30.364 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:10:30.366 | + stack.sh:main:1177 : async_runfunc init_neutron 2024-08-01 07:10:30.367 | + inc/async:async_runfunc:116 : async_run init_neutron init_neutron 2024-08-01 07:10:30.415 | + inc/async:async_inner:63 : init_neutron 2024-08-01 07:10:30.447 | [3544 Async init_neutron:41839]: running: init_neutron 2024-08-01 07:10:30.450 | + stack.sh:main:1185 : is_service_enabled q-dhcp 2024-08-01 07:10:30.464 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:10:30.466 | ++ stack.sh:main:1189 : pidof NetworkManager 2024-08-01 07:10:30.479 | ++ stack.sh:main:1189 : true 2024-08-01 07:10:30.482 | + stack.sh:main:1189 : netman_pid= 2024-08-01 07:10:30.484 | + stack.sh:main:1190 : '[' -z '' ']' 2024-08-01 07:10:30.486 | + stack.sh:main:1191 : sudo killall dnsmasq 2024-08-01 07:10:30.497 | dnsmasq: no process found 2024-08-01 07:10:30.501 | + stack.sh:main:1191 : true 2024-08-01 07:10:30.503 | + stack.sh:main:1196 : clean_iptables 2024-08-01 07:10:30.506 | + lib/nova:clean_iptables:184 : sed 's/-c [0-9]* [0-9]* //g' 2024-08-01 07:10:30.506 | + lib/nova:clean_iptables:184 : sudo iptables -S -v 2024-08-01 07:10:30.506 | + lib/nova:clean_iptables:184 : grep nova 2024-08-01 07:10:30.508 | + lib/nova:clean_iptables:184 : grep '\-A' 2024-08-01 07:10:30.508 | + lib/nova:clean_iptables:184 : sed s/-A/-D/g 2024-08-01 07:10:30.508 | + lib/nova:clean_iptables:184 : bash 2024-08-01 07:10:30.509 | + lib/nova:clean_iptables:184 : awk '{print "sudo iptables",$0}' 2024-08-01 07:10:30.556 | + lib/nova:clean_iptables:186 : sudo iptables -S -v -t nat 2024-08-01 07:10:30.557 | + lib/nova:clean_iptables:186 : sed 's/-c [0-9]* [0-9]* //g' 2024-08-01 07:10:30.557 | + lib/nova:clean_iptables:186 : grep nova 2024-08-01 07:10:30.557 | + lib/nova:clean_iptables:186 : awk '{print "sudo iptables -t nat",$0}' 2024-08-01 07:10:30.557 | + lib/nova:clean_iptables:186 : grep '\-A' 2024-08-01 07:10:30.558 | + lib/nova:clean_iptables:186 : sed s/-A/-D/g 2024-08-01 07:10:30.559 | + lib/nova:clean_iptables:186 : bash 2024-08-01 07:10:30.568 | + lib/nova:clean_iptables:188 : sudo iptables -S -v 2024-08-01 07:10:30.568 | + lib/nova:clean_iptables:188 : grep nova 2024-08-01 07:10:30.569 | + lib/nova:clean_iptables:188 : grep '\-N' 2024-08-01 07:10:30.569 | + lib/nova:clean_iptables:188 : sed s/-N/-X/g 2024-08-01 07:10:30.570 | + lib/nova:clean_iptables:188 : sed 's/-c [0-9]* [0-9]* //g' 2024-08-01 07:10:30.570 | + lib/nova:clean_iptables:188 : bash 2024-08-01 07:10:30.571 | + lib/nova:clean_iptables:188 : awk '{print "sudo iptables",$0}' 2024-08-01 07:10:30.579 | + lib/nova:clean_iptables:190 : sudo iptables -S -v -t nat 2024-08-01 07:10:30.579 | + lib/nova:clean_iptables:190 : grep nova 2024-08-01 07:10:30.579 | + lib/nova:clean_iptables:190 : sed 's/-c [0-9]* [0-9]* //g' 2024-08-01 07:10:30.579 | + lib/nova:clean_iptables:190 : grep '\-N' 2024-08-01 07:10:30.581 | + lib/nova:clean_iptables:190 : sed s/-N/-X/g 2024-08-01 07:10:30.581 | + lib/nova:clean_iptables:190 : bash 2024-08-01 07:10:30.581 | + lib/nova:clean_iptables:190 : awk '{print "sudo iptables -t nat",$0}' 2024-08-01 07:10:30.590 | + stack.sh:main:1199 : sudo sysctl -w net.ipv4.ip_forward=1 2024-08-01 07:10:30.597 | net.ipv4.ip_forward = 1 2024-08-01 07:10:30.600 | + stack.sh:main:1204 : is_service_enabled nova neutron 2024-08-01 07:10:30.614 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:10:30.616 | + stack.sh:main:1205 : configure_os_vif 2024-08-01 07:10:30.618 | + lib/os-vif:configure_os_vif:16 : [[ -e /etc/nova/nova.conf ]] 2024-08-01 07:10:30.620 | + lib/os-vif:configure_os_vif:17 : iniset /etc/nova/nova.conf os_vif_ovs isolate_vif False 2024-08-01 07:10:30.647 | + lib/os-vif:configure_os_vif:19 : [[ -e /etc/neutron/neutron.conf ]] 2024-08-01 07:10:30.649 | + lib/os-vif:configure_os_vif:20 : iniset /etc/neutron/neutron.conf os_vif_ovs isolate_vif False 2024-08-01 07:10:30.677 | + stack.sh:main:1211 : is_service_enabled swift 2024-08-01 07:10:30.690 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:10:30.692 | + stack.sh:main:1220 : is_service_enabled cinder 2024-08-01 07:10:30.706 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:10:30.707 | + stack.sh:main:1221 : echo_summary 'Configuring Cinder' 2024-08-01 07:10:30.709 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-01 07:10:30.711 | + stack.sh:echo_summary:472 : echo -e Configuring Cinder 2024-08-01 07:10:30.713 | + stack.sh:main:1222 : async_runfunc init_cinder 2024-08-01 07:10:30.715 | + inc/async:async_runfunc:116 : async_run init_cinder init_cinder 2024-08-01 07:10:30.763 | + inc/async:async_inner:63 : init_cinder 2024-08-01 07:10:30.795 | [3544 Async init_cinder:42189]: running: init_cinder 2024-08-01 07:10:30.797 | + stack.sh:main:1228 : is_service_enabled placement 2024-08-01 07:10:30.811 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:10:30.813 | + stack.sh:main:1229 : echo_summary 'Configuring placement' 2024-08-01 07:10:30.815 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-01 07:10:30.817 | + stack.sh:echo_summary:472 : echo -e Configuring placement 2024-08-01 07:10:30.820 | + stack.sh:main:1230 : async_runfunc init_placement 2024-08-01 07:10:30.822 | + inc/async:async_runfunc:116 : async_run init_placement init_placement 2024-08-01 07:10:30.869 | + inc/async:async_inner:63 : init_placement 2024-08-01 07:10:30.899 | [3544 Async init_placement:42336]: running: init_placement 2024-08-01 07:10:30.901 | + stack.sh:main:1234 : async_wait init_neutron 2024-08-01 07:10:30.941 | [3544 Async init_neutron:41839]: Waiting for completion of init_neutron running on PID 41839 (5 other jobs running) 2024-08-01 07:10:30.959 | [3544 Async init_neutron:41839]: Signaling child to exit 2024-08-01 07:10:33.987 | + inc/async:async_inner:64 : rc=0 2024-08-01 07:10:34.008 | [42189 Async init_cinder:42189]: finished successfully 2024-08-01 07:10:37.987 | + inc/async:async_inner:64 : rc=0 2024-08-01 07:10:38.005 | [41839 Async init_neutron:41839]: finished successfully 2024-08-01 07:10:38.022 | WAKEUP 2024-08-01 07:10:38.039 | [3544 Async init_neutron:41839]: Signaled 2024-08-01 07:10:38.039 | + lib/neutron:init_neutron:501 : recreate_database neutron 2024-08-01 07:10:38.039 | + lib/database:recreate_database:112 : local db=neutron 2024-08-01 07:10:38.039 | + lib/database:recreate_database:113 : recreate_database_mysql neutron 2024-08-01 07:10:38.039 | + lib/databases/mysql:recreate_database_mysql:66 : local db=neutron 2024-08-01 07:10:38.039 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS neutron;' 2024-08-01 07:10:38.039 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE neutron CHARACTER SET utf8;' 2024-08-01 07:10:38.039 | + lib/neutron:init_neutron:502 : time_start dbsync 2024-08-01 07:10:38.039 | + functions-common:time_start:2421 : local name=dbsync 2024-08-01 07:10:38.039 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:10:38.039 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:10:38.039 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:10:38.039 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496230454 2024-08-01 07:10:38.039 | + 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-08-01 07:10:38.039 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-01 07:10:38.039 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-01 07:10:38.039 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-01 07:10:38.039 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade -> kilo 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade kilo -> 354db87e3225 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 354db87e3225 -> 599c6a226151 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 599c6a226151 -> 52c5312f6baf 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 52c5312f6baf -> 313373c0ffee 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 313373c0ffee -> 8675309a5c4f 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 8675309a5c4f -> 45f955889773 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 45f955889773 -> 26c371498592 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 26c371498592 -> 1c844d1677f7 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 1c844d1677f7 -> 1b4c6e320f79 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 1b4c6e320f79 -> 48153cb5f051 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 48153cb5f051 -> 9859ac9c136 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 9859ac9c136 -> 34af2b5c5a59 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 34af2b5c5a59 -> 59cb5b6cf4d 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 59cb5b6cf4d -> 13cfb89f881a 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 13cfb89f881a -> 32e5974ada25 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 32e5974ada25 -> ec7fcfbf72ee 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade ec7fcfbf72ee -> dce3ec7a25c9 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade dce3ec7a25c9 -> c3a73f615e4 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade c3a73f615e4 -> 659bf3d90664 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 659bf3d90664 -> 1df244e556f5 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 1df244e556f5 -> 19f26505c74f 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 19f26505c74f -> 15be73214821 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 15be73214821 -> b4caf27aae4 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade b4caf27aae4 -> 15e43b934f81 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 15e43b934f81 -> 31ed664953e6 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 31ed664953e6 -> 2f9e956e7532 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 2f9e956e7532 -> 3894bccad37f 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 3894bccad37f -> 0e66c5227a8a 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 0e66c5227a8a -> 45f8dd33480b 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 45f8dd33480b -> 5abc0278ca73 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 5abc0278ca73 -> d3435b514502 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade d3435b514502 -> 30107ab6a3ee 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 30107ab6a3ee -> c415aab1c048 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade c415aab1c048 -> a963b38d82f4 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade kilo -> 30018084ec99 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 30018084ec99 -> 4ffceebfada 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfada -> 5498d17be016 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 5498d17be016 -> 2a16083502f3 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 2a16083502f3 -> 2e5352a0ad4d 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 2e5352a0ad4d -> 11926bcfe72d 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 11926bcfe72d -> 4af11ca47297 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 4af11ca47297 -> 1b294093239c 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 1b294093239c -> 8a6d8bdae39 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 8a6d8bdae39 -> 2b4c2465d44b 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 2b4c2465d44b -> e3278ee65050 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade e3278ee65050 -> c6c112992c9 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade c6c112992c9 -> 5ffceebfada 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 5ffceebfada -> 4ffceebfcdc 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 4ffceebfcdc -> 7bbb25278f53 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 7bbb25278f53 -> 89ab9a816d70 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 89ab9a816d70 -> c879c5e1ee90 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade c879c5e1ee90 -> 8fd3918ef6f4 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 8fd3918ef6f4 -> 4bcd4df1f426 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 4bcd4df1f426 -> b67e765a3524 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade a963b38d82f4 -> 3d0e74aa7d37 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 3d0e74aa7d37 -> 030a959ceafa 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 030a959ceafa -> a5648cfeeadf 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade a5648cfeeadf -> 0f5bef0f87d4 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 0f5bef0f87d4 -> 67daae611b6e 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade b67e765a3524 -> a84ccf28f06a 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade a84ccf28f06a -> 7d9d8eeec6ad 2024-08-01 07:10:38.040 | INFO [alembic.runtime.migration] Running upgrade 67daae611b6e -> 6b461a21bcfc 2024-08-01 07:10:38.041 | INFO [alembic.runtime.migration] Running upgrade 6b461a21bcfc -> 5cd92597d11d 2024-08-01 07:10:38.041 | INFO [alembic.runtime.migration] Running upgrade 5cd92597d11d -> 929c968efe70 2024-08-01 07:10:38.041 | INFO [alembic.runtime.migration] Running upgrade 929c968efe70 -> a9c43481023c 2024-08-01 07:10:38.041 | INFO [alembic.runtime.migration] Running upgrade a9c43481023c -> 804a3c76314c 2024-08-01 07:10:38.041 | INFO [alembic.runtime.migration] Running upgrade 804a3c76314c -> 2b42d90729da 2024-08-01 07:10:38.041 | INFO [alembic.runtime.migration] Running upgrade 2b42d90729da -> 62c781cb6192 2024-08-01 07:10:38.041 | INFO [alembic.runtime.migration] Running upgrade 62c781cb6192 -> c8c222d42aa9 2024-08-01 07:10:38.041 | INFO [alembic.runtime.migration] Running upgrade c8c222d42aa9 -> 349b6fd605a6 2024-08-01 07:10:38.041 | INFO [alembic.runtime.migration] Running upgrade 349b6fd605a6 -> 7d32f979895f 2024-08-01 07:10:38.041 | INFO [alembic.runtime.migration] Running upgrade 7d32f979895f -> 594422d373ee 2024-08-01 07:10:38.041 | INFO [alembic.runtime.migration] Running upgrade 594422d373ee -> 61663558142c 2024-08-01 07:10:38.041 | INFO [alembic.runtime.migration] Running upgrade 61663558142c -> 867d39095bf4, port forwarding 2024-08-01 07:10:38.041 | INFO [alembic.runtime.migration] Running upgrade 867d39095bf4 -> d72db3e25539, modify uniq port forwarding 2024-08-01 07:10:38.041 | INFO [alembic.runtime.migration] Running upgrade d72db3e25539 -> cada2437bf41 2024-08-01 07:10:38.041 | INFO [alembic.runtime.migration] Running upgrade cada2437bf41 -> 195176fb410d, router gateway IP QoS 2024-08-01 07:10:38.041 | INFO [alembic.runtime.migration] Running upgrade 195176fb410d -> fb0167bd9639 2024-08-01 07:10:38.041 | INFO [alembic.runtime.migration] Running upgrade fb0167bd9639 -> 0ff9e3881597 2024-08-01 07:10:38.041 | INFO [alembic.runtime.migration] Running upgrade 0ff9e3881597 -> 9bfad3f1e780 2024-08-01 07:10:38.041 | INFO [alembic.runtime.migration] Running upgrade 9bfad3f1e780 -> 63fd95af7dcd 2024-08-01 07:10:38.041 | INFO [alembic.runtime.migration] Running upgrade 63fd95af7dcd -> c613d0b82681 2024-08-01 07:10:38.041 | INFO [alembic.runtime.migration] Running upgrade c613d0b82681 -> c3e9d13c4367 2024-08-01 07:10:38.041 | INFO [alembic.runtime.migration] Running upgrade c3e9d13c4367 -> 86274d77933e 2024-08-01 07:10:38.041 | INFO [alembic.runtime.migration] Running upgrade 86274d77933e -> f4b9654dd40c 2024-08-01 07:10:38.041 | INFO [alembic.runtime.migration] Running upgrade f4b9654dd40c -> a010322604bc 2024-08-01 07:10:38.041 | INFO [alembic.runtime.migration] Running upgrade a010322604bc -> 263d454a9655 2024-08-01 07:10:38.041 | INFO [alembic.runtime.migration] Running upgrade 263d454a9655 -> Ibac91d24da2 2024-08-01 07:10:38.041 | INFO [alembic.runtime.migration] Running upgrade Ibac91d24da2 -> 2217c4222de6 2024-08-01 07:10:38.041 | INFO [alembic.runtime.migration] Running upgrade 2217c4222de6 -> 18a7e90ae768 2024-08-01 07:10:38.041 | INFO [alembic.runtime.migration] Running upgrade 18a7e90ae768 -> e4e236b0e1ff 2024-08-01 07:10:38.041 | INFO [alembic.runtime.migration] Running upgrade e4e236b0e1ff -> e88badaa9591 2024-08-01 07:10:38.041 | INFO [alembic.runtime.migration] Running upgrade e88badaa9591 -> d8bdf05313f4 2024-08-01 07:10:38.041 | INFO [alembic.runtime.migration] Running upgrade d8bdf05313f4 -> dfe425060830 2024-08-01 07:10:38.042 | INFO [alembic.runtime.migration] Running upgrade dfe425060830 -> fd6107509ccd 2024-08-01 07:10:38.042 | INFO [alembic.runtime.migration] Running upgrade fd6107509ccd -> 1ea5dab0897a 2024-08-01 07:10:38.042 | INFO [alembic.runtime.migration] Running upgrade 1ea5dab0897a -> 49d8622c5221 2024-08-01 07:10:38.042 | INFO [alembic.runtime.migration] Running upgrade 49d8622c5221 -> I38991de2b4 2024-08-01 07:10:38.042 | INFO [alembic.runtime.migration] Running upgrade I38991de2b4 -> 532aa95457e2 2024-08-01 07:10:38.042 | INFO [alembic.runtime.migration] Running upgrade 532aa95457e2 -> f010820fc498 2024-08-01 07:10:38.042 | INFO [alembic.runtime.migration] Running upgrade f010820fc498 -> a964d94b4677 2024-08-01 07:10:38.042 | INFO [alembic.runtime.migration] Running upgrade a964d94b4677 -> 26d1e9f5c766 2024-08-01 07:10:38.042 | INFO [alembic.runtime.migration] Running upgrade 26d1e9f5c766 -> 1e0744e4ffea 2024-08-01 07:10:38.042 | INFO [alembic.runtime.migration] Running upgrade 1e0744e4ffea -> 6135a7bd4425 2024-08-01 07:10:38.042 | INFO [alembic.runtime.migration] Running upgrade 6135a7bd4425 -> 8df53b0d2c0e 2024-08-01 07:10:38.042 | INFO [alembic.runtime.migration] Running upgrade 8df53b0d2c0e -> 1bb3393de75d, add qos policy rule Packet Rate Limit 2024-08-01 07:10:38.042 | INFO [alembic.runtime.migration] Running upgrade 1bb3393de75d -> c181bb1d89e4 2024-08-01 07:10:38.042 | INFO [alembic.runtime.migration] Running upgrade c181bb1d89e4 -> ba859d649675 2024-08-01 07:10:38.042 | INFO [alembic.runtime.migration] Running upgrade ba859d649675 -> e981acd076d3 2024-08-01 07:10:38.042 | INFO [alembic.runtime.migration] Running upgrade e981acd076d3 -> 76df7844a8c6, add Local IP tables 2024-08-01 07:10:38.042 | INFO [alembic.runtime.migration] Running upgrade 76df7844a8c6 -> 1ffef8d6f371, migrate RBAC registers from "target_tenant" to "target_project" 2024-08-01 07:10:38.042 | INFO [alembic.runtime.migration] Running upgrade 1ffef8d6f371 -> 8160f7a9cebb, drop portbindingports table 2024-08-01 07:10:38.042 | INFO [alembic.runtime.migration] Running upgrade 8160f7a9cebb -> cd9ef14ccf87 2024-08-01 07:10:38.042 | INFO [alembic.runtime.migration] Running upgrade cd9ef14ccf87 -> 34cf8b009713 2024-08-01 07:10:38.042 | INFO [alembic.runtime.migration] Running upgrade 34cf8b009713 -> I43e0b669096 2024-08-01 07:10:38.042 | INFO [alembic.runtime.migration] Running upgrade I43e0b669096 -> 4e6e655746f6 2024-08-01 07:10:38.042 | INFO [alembic.runtime.migration] Running upgrade 4e6e655746f6 -> 659cbedf30a1 2024-08-01 07:10:38.042 | INFO [alembic.runtime.migration] Running upgrade 659cbedf30a1 -> 21ff98fabab1 2024-08-01 07:10:38.042 | INFO [alembic.runtime.migration] Running upgrade 21ff98fabab1 -> 5881373af7f5 2024-08-01 07:10:38.042 | INFO [alembic.runtime.migration] Running upgrade 5881373af7f5 -> fc153938cdc1 2024-08-01 07:10:38.042 | INFO [alembic.runtime.migration] Running upgrade 7d9d8eeec6ad -> a8b517cff8ab 2024-08-01 07:10:38.042 | INFO [alembic.runtime.migration] Running upgrade a8b517cff8ab -> 3b935b28e7a0 2024-08-01 07:10:38.042 | INFO [alembic.runtime.migration] Running upgrade 3b935b28e7a0 -> b12a3ef66e62 2024-08-01 07:10:38.042 | INFO [alembic.runtime.migration] Running upgrade b12a3ef66e62 -> 97c25b0d2353 2024-08-01 07:10:38.042 | INFO [alembic.runtime.migration] Running upgrade 97c25b0d2353 -> 2e0d7a8a1586 2024-08-01 07:10:38.042 | INFO [alembic.runtime.migration] Running upgrade 2e0d7a8a1586 -> 5c85685d616d 2024-08-01 07:10:38.042 | Running upgrade for neutron ... 2024-08-01 07:10:38.042 | OK 2024-08-01 07:10:38.042 | + lib/neutron:init_neutron:505 : time_stop dbsync 2024-08-01 07:10:38.042 | + functions-common:time_stop:2435 : local name 2024-08-01 07:10:38.042 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:10:38.042 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:10:38.042 | + functions-common:time_stop:2438 : local total 2024-08-01 07:10:38.043 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:10:38.043 | + functions-common:time_stop:2441 : name=dbsync 2024-08-01 07:10:38.043 | + functions-common:time_stop:2442 : start_time=1722496230454 2024-08-01 07:10:38.043 | + functions-common:time_stop:2444 : [[ -z 1722496230454 ]] 2024-08-01 07:10:38.043 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:10:38.043 | + functions-common:time_stop:2447 : end_time=1722496237974 2024-08-01 07:10:38.043 | + functions-common:time_stop:2448 : elapsed_time=7520 2024-08-01 07:10:38.043 | + functions-common:time_stop:2449 : total=2961 2024-08-01 07:10:38.043 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:10:38.043 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10481 2024-08-01 07:10:38.073 | [3544 Async init_neutron:41839]: finished init_neutron with result 0 in 7 seconds 2024-08-01 07:10:38.076 | + inc/async:async_wait:197 : return 0 2024-08-01 07:10:38.078 | + stack.sh:main:1235 : async_wait init_placement 2024-08-01 07:10:38.117 | [3544 Async init_placement:42336]: Waiting for completion of init_placement running on PID 42336 (4 other jobs running) 2024-08-01 07:10:38.136 | [3544 Async init_placement:42336]: Signaling child to exit 2024-08-01 07:10:47.987 | + inc/async:async_inner:64 : rc=0 2024-08-01 07:10:48.006 | [42336 Async init_placement:42336]: finished successfully 2024-08-01 07:10:48.023 | WAKEUP 2024-08-01 07:10:48.039 | [3544 Async init_placement:42336]: Signaled 2024-08-01 07:10:48.040 | + lib/placement:init_placement:143 : recreate_database placement 2024-08-01 07:10:48.041 | + lib/database:recreate_database:112 : local db=placement 2024-08-01 07:10:48.041 | + lib/database:recreate_database:113 : recreate_database_mysql placement 2024-08-01 07:10:48.041 | + lib/databases/mysql:recreate_database_mysql:66 : local db=placement 2024-08-01 07:10:48.041 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS placement;' 2024-08-01 07:10:48.041 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE placement CHARACTER SET utf8;' 2024-08-01 07:10:48.041 | + lib/placement:init_placement:144 : /usr/local/bin/placement-manage db sync 2024-08-01 07:10:48.041 | + lib/placement:init_placement:145 : create_placement_accounts 2024-08-01 07:10:48.041 | + lib/placement:create_placement_accounts:132 : create_service_user placement admin 2024-08-01 07:10:48.041 | + lib/keystone:create_service_user:436 : get_or_create_user placement nomoresecret Default 2024-08-01 07:10:48.041 | + functions-common:get_or_create_user:922 : local user_id 2024-08-01 07:10:48.041 | + functions-common:get_or_create_user:923 : [[ ! -z '' ]] 2024-08-01 07:10:48.041 | + functions-common:get_or_create_user:926 : local email= 2024-08-01 07:10:48.041 | ++ 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-08-01 07:10:48.041 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:48.041 | + functions-common:get_or_create_user:938 : user_id=b0c124f6a10743f592a44181a59c3087 2024-08-01 07:10:48.041 | + functions-common:get_or_create_user:939 : echo b0c124f6a10743f592a44181a59c3087 2024-08-01 07:10:48.041 | b0c124f6a10743f592a44181a59c3087 2024-08-01 07:10:48.041 | + lib/keystone:create_service_user:437 : get_or_add_user_project_role service placement service Default Default 2024-08-01 07:10:48.041 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-01 07:10:48.041 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-01 07:10:48.041 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-01 07:10:48.041 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-01 07:10:48.041 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-01 07:10:48.041 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-01 07:10:48.041 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-01 07:10:48.041 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-01 07:10:48.041 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-01 07:10:48.041 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-01 07:10:48.042 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-01 07:10:48.042 | + 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-08-01 07:10:48.042 | ++ 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-08-01 07:10:48.042 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:48.042 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=7e035b2eea90403687afd9c526591c18 2024-08-01 07:10:48.042 | + functions-common:get_or_add_user_project_role:1003 : echo 7e035b2eea90403687afd9c526591c18 2024-08-01 07:10:48.042 | 7e035b2eea90403687afd9c526591c18 2024-08-01 07:10:48.042 | + lib/keystone:create_service_user:439 : [[ -n admin ]] 2024-08-01 07:10:48.042 | + lib/keystone:create_service_user:440 : get_or_add_user_project_role admin placement service Default Default 2024-08-01 07:10:48.042 | + functions-common:get_or_add_user_project_role:986 : local user_role_id 2024-08-01 07:10:48.042 | + functions-common:get_or_add_user_project_role:987 : local domain_args 2024-08-01 07:10:48.042 | ++ functions-common:get_or_add_user_project_role:989 : _get_domain_args Default Default 2024-08-01 07:10:48.042 | ++ functions-common:_get_domain_args:970 : local domain 2024-08-01 07:10:48.042 | ++ functions-common:_get_domain_args:971 : domain= 2024-08-01 07:10:48.042 | ++ functions-common:_get_domain_args:973 : [[ -n Default ]] 2024-08-01 07:10:48.042 | ++ functions-common:_get_domain_args:974 : domain=' --user-domain Default' 2024-08-01 07:10:48.042 | ++ functions-common:_get_domain_args:976 : [[ -n Default ]] 2024-08-01 07:10:48.042 | ++ functions-common:_get_domain_args:977 : domain=' --user-domain Default --project-domain Default' 2024-08-01 07:10:48.042 | ++ functions-common:_get_domain_args:980 : echo --user-domain Default --project-domain Default 2024-08-01 07:10:48.042 | + functions-common:get_or_add_user_project_role:989 : domain_args='--user-domain Default --project-domain Default' 2024-08-01 07:10:48.042 | + 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-08-01 07:10:48.042 | ++ 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-08-01 07:10:48.042 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:48.043 | + functions-common:get_or_add_user_project_role:1002 : user_role_id=9c9b13dc81764dca88767df5f971f162 2024-08-01 07:10:48.043 | + functions-common:get_or_add_user_project_role:1003 : echo 9c9b13dc81764dca88767df5f971f162 2024-08-01 07:10:48.043 | 9c9b13dc81764dca88767df5f971f162 2024-08-01 07:10:48.043 | + lib/placement:create_placement_accounts:133 : local placement_api_url=http://10.180.1.21/placement 2024-08-01 07:10:48.043 | + lib/placement:create_placement_accounts:134 : get_or_create_service placement placement 'Placement Service' 2024-08-01 07:10:48.043 | + functions-common:get_or_create_service:1078 : local service_id 2024-08-01 07:10:48.043 | ++ functions-common:get_or_create_service:1091 : oscwrap --os-cloud devstack-system-admin service show placement -f value -c id 2024-08-01 07:10:48.043 | ++ 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-08-01 07:10:48.043 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:48.043 | + functions-common:get_or_create_service:1089 : service_id=' 2024-08-01 07:10:48.043 | f91d64360f134131bc50c7971208207b' 2024-08-01 07:10:48.043 | + functions-common:get_or_create_service:1090 : echo f91d64360f134131bc50c7971208207b 2024-08-01 07:10:48.043 | f91d64360f134131bc50c7971208207b 2024-08-01 07:10:48.043 | + lib/placement:create_placement_accounts:136 : get_or_create_endpoint placement RegionOne http://10.180.1.21/placement 2024-08-01 07:10:48.043 | + functions-common:get_or_create_endpoint:1122 : local public_id 2024-08-01 07:10:48.043 | ++ functions-common:get_or_create_endpoint:1123 : _get_or_create_endpoint_with_interface placement public http://10.180.1.21/placement RegionOne 2024-08-01 07:10:48.043 | ++ functions-common:_get_or_create_endpoint_with_interface:1096 : local endpoint_id 2024-08-01 07:10:48.043 | +++ 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-08-01 07:10:48.043 | +++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:48.043 | ++ functions-common:_get_or_create_endpoint_with_interface:1101 : endpoint_id= 2024-08-01 07:10:48.043 | ++ functions-common:_get_or_create_endpoint_with_interface:1102 : [[ -z '' ]] 2024-08-01 07:10:48.043 | +++ 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-08-01 07:10:48.043 | +++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:10:48.043 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id=212fc387adb34dc1a72128c193853561 2024-08-01 07:10:48.043 | ++ functions-common:_get_or_create_endpoint_with_interface:1108 : echo 212fc387adb34dc1a72128c193853561 2024-08-01 07:10:48.043 | + functions-common:get_or_create_endpoint:1123 : public_id=212fc387adb34dc1a72128c193853561 2024-08-01 07:10:48.043 | + functions-common:get_or_create_endpoint:1125 : [[ -n '' ]] 2024-08-01 07:10:48.043 | + functions-common:get_or_create_endpoint:1128 : [[ -n '' ]] 2024-08-01 07:10:48.043 | + functions-common:get_or_create_endpoint:1132 : echo 212fc387adb34dc1a72128c193853561 2024-08-01 07:10:48.043 | 212fc387adb34dc1a72128c193853561 2024-08-01 07:10:48.074 | [3544 Async init_placement:42336]: finished init_placement with result 0 in 17 seconds 2024-08-01 07:10:48.077 | + inc/async:async_wait:197 : return 0 2024-08-01 07:10:48.079 | + stack.sh:main:1236 : async_wait init_glance 2024-08-01 07:10:48.116 | [3544 Async init_glance:38594]: Waiting for completion of init_glance running on PID 38594 (3 other jobs running) 2024-08-01 07:10:48.134 | [3544 Async init_glance:38594]: Signaling child to exit 2024-08-01 07:10:48.135 | WAKEUP 2024-08-01 07:10:48.150 | [3544 Async init_glance:38594]: Signaled 2024-08-01 07:10:48.152 | + lib/glance:init_glance:485 : rm -rf /opt/stack/data/glance/images 2024-08-01 07:10:48.152 | + lib/glance:init_glance:486 : mkdir -p /opt/stack/data/glance/images 2024-08-01 07:10:48.152 | + lib/glance:init_glance:489 : recreate_database glance 2024-08-01 07:10:48.152 | + lib/database:recreate_database:112 : local db=glance 2024-08-01 07:10:48.152 | + lib/database:recreate_database:113 : recreate_database_mysql glance 2024-08-01 07:10:48.152 | + lib/databases/mysql:recreate_database_mysql:66 : local db=glance 2024-08-01 07:10:48.152 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS glance;' 2024-08-01 07:10:48.152 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE glance CHARACTER SET utf8;' 2024-08-01 07:10:48.152 | + lib/glance:init_glance:491 : time_start dbsync 2024-08-01 07:10:48.152 | + functions-common:time_start:2421 : local name=dbsync 2024-08-01 07:10:48.152 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:10:48.152 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:10:48.152 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:10:48.152 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496203558 2024-08-01 07:10:48.152 | + lib/glance:init_glance:493 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_sync 2024-08-01 07:10:48.152 | 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=38677) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-01 07:10:48.152 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-01 07:10:48.152 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-01 07:10:48.152 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-01 07:10:48.152 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-01 07:10:48.152 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-01 07:10:48.152 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-01 07:10:48.152 | INFO [alembic.runtime.migration] Running upgrade -> liberty, liberty initial 2024-08-01 07:10:48.152 | INFO [alembic.runtime.migration] Running upgrade liberty -> mitaka01, add index on created_at and updated_at columns of 'images' table 2024-08-01 07:10:48.152 | INFO [alembic.runtime.migration] Running upgrade mitaka01 -> mitaka02, update metadef os_nova_server 2024-08-01 07:10:48.152 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_expand01, add visibility to images 2024-08-01 07:10:48.152 | INFO [alembic.runtime.migration] Running upgrade ocata_expand01 -> pike_expand01, empty expand for symmetry with pike_contract01 2024-08-01 07:10:48.152 | INFO [alembic.runtime.migration] Running upgrade pike_expand01 -> queens_expand01 2024-08-01 07:10:48.152 | INFO [alembic.runtime.migration] Running upgrade queens_expand01 -> rocky_expand01, add os_hidden column to images table 2024-08-01 07:10:48.152 | INFO [alembic.runtime.migration] Running upgrade rocky_expand01 -> rocky_expand02, add os_hash_algo and os_hash_value columns to images table 2024-08-01 07:10:48.152 | INFO [alembic.runtime.migration] Running upgrade rocky_expand02 -> train_expand01, empty expand for symmetry with train_contract01 2024-08-01 07:10:48.153 | INFO [alembic.runtime.migration] Running upgrade train_expand01 -> ussuri_expand01, empty expand for symmetry with ussuri_expand01 2024-08-01 07:10:48.153 | INFO [alembic.runtime.migration] Running upgrade ussuri_expand01 -> wallaby_expand01, add image_id, request_id, user columns to tasks table" 2024-08-01 07:10:48.153 | INFO [alembic.runtime.migration] Running upgrade wallaby_expand01 -> xena_expand01, empty expand for symmetry with 2023_1_expand01 2024-08-01 07:10:48.153 | INFO [alembic.runtime.migration] Running upgrade xena_expand01 -> yoga_expand01, empty expand for symmetry with 2023_1_expand01 2024-08-01 07:10:48.153 | INFO [alembic.runtime.migration] Running upgrade yoga_expand01 -> zed_expand01, empty expand for symmetry with 2023_1_expand01 2024-08-01 07:10:48.153 | INFO [alembic.runtime.migration] Running upgrade zed_expand01 -> 2023_1_expand01, empty expand for symmetry with 2023_1_expand01 2024-08-01 07:10:48.153 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-01 07:10:48.153 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-01 07:10:48.153 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-01 07:10:48.153 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-01 07:10:48.153 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-01 07:10:48.153 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-01 07:10:48.153 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-01 07:10:48.153 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-01 07:10:48.153 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-01 07:10:48.153 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-01 07:10:48.153 | INFO [alembic.runtime.migration] Running upgrade mitaka02 -> ocata_contract01, remove is_public from images 2024-08-01 07:10:48.153 | INFO [alembic.runtime.migration] Running upgrade ocata_contract01 -> pike_contract01, drop glare artifacts tables 2024-08-01 07:10:48.153 | INFO [alembic.runtime.migration] Running upgrade pike_contract01 -> queens_contract01 2024-08-01 07:10:48.153 | INFO [alembic.runtime.migration] Running upgrade queens_contract01 -> rocky_contract01 2024-08-01 07:10:48.153 | INFO [alembic.runtime.migration] Running upgrade rocky_contract01 -> rocky_contract02 2024-08-01 07:10:48.153 | INFO [alembic.runtime.migration] Running upgrade rocky_contract02 -> train_contract01 2024-08-01 07:10:48.153 | INFO [alembic.runtime.migration] Running upgrade train_contract01 -> ussuri_contract01 2024-08-01 07:10:48.153 | INFO [alembic.runtime.migration] Running upgrade ussuri_contract01 -> wallaby_contract01 2024-08-01 07:10:48.153 | INFO [alembic.runtime.migration] Running upgrade wallaby_contract01 -> xena_contract01 2024-08-01 07:10:48.153 | INFO [alembic.runtime.migration] Running upgrade xena_contract01 -> yoga_contract01 2024-08-01 07:10:48.153 | INFO [alembic.runtime.migration] Running upgrade yoga_contract01 -> zed_contract01 2024-08-01 07:10:48.153 | INFO [alembic.runtime.migration] Running upgrade zed_contract01 -> 2023_1_contract01 2024-08-01 07:10:48.153 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-01 07:10:48.153 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-01 07:10:48.153 | INFO [alembic.runtime.migration] Context impl MySQLImpl. 2024-08-01 07:10:48.153 | INFO [alembic.runtime.migration] Will assume non-transactional DDL. 2024-08-01 07:10:48.153 | Upgraded database to: 2023_1_expand01, current revision(s): 2023_1_expand01 2024-08-01 07:10:48.153 | Database migration is up to date. No migration needed. 2024-08-01 07:10:48.153 | Upgraded database to: 2023_1_contract01, current revision(s): 2023_1_contract01 2024-08-01 07:10:48.153 | Database is synced successfully. 2024-08-01 07:10:48.153 | + lib/glance:init_glance:496 : /usr/local/bin/glance-manage --config-file /etc/glance/glance-api.conf db_load_metadefs 2024-08-01 07:10:48.153 | 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=38710) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-01 07:10:48.153 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/storage-volume-type.json loaded to database. 2024-08-01 07:10:48.154 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/glance-common-image-props.json loaded to database. 2024-08-01 07:10:48.154 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-runtimes.json loaded to database. 2024-08-01 07:10:48.154 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-shutdown.json loaded to database. 2024-08-01 07:10:48.154 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-instance-data.json loaded to database. 2024-08-01 07:10:48.154 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-host-capabilities.json loaded to database. 2024-08-01 07:10:48.154 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-hypervisor.json loaded to database. 2024-08-01 07:10:48.154 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-xenapi.json loaded to database. 2024-08-01 07:10:48.154 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-randomgen.json loaded to database. 2024-08-01 07:10:48.154 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-quota-flavor.json loaded to database. 2024-08-01 07:10:48.154 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware.json loaded to database. 2024-08-01 07:10:48.154 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-pinning.json loaded to database. 2024-08-01 07:10:48.154 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt-image.json loaded to database. 2024-08-01 07:10:48.154 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vmware-flavor.json loaded to database. 2024-08-01 07:10:48.154 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-quota.json loaded to database. 2024-08-01 07:10:48.154 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-disk-filter.json loaded to database. 2024-08-01 07:10:48.154 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-cpu-mode.json loaded to database. 2024-08-01 07:10:48.154 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/operating-system.json loaded to database. 2024-08-01 07:10:48.154 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-storage-allocation-setting-data.json loaded to database. 2024-08-01 07:10:48.154 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vcputopology.json loaded to database. 2024-08-01 07:10:48.154 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-webservers.json loaded to database. 2024-08-01 07:10:48.154 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/software-databases.json loaded to database. 2024-08-01 07:10:48.154 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-libvirt.json loaded to database. 2024-08-01 07:10:48.154 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-watchdog.json loaded to database. 2024-08-01 07:10:48.154 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/image-signature-verification.json loaded to database. 2024-08-01 07:10:48.154 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm-hw.json loaded to database. 2024-08-01 07:10:48.154 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-iops-filter.json loaded to database. 2024-08-01 07:10:48.154 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-aggr-num-instances.json loaded to database. 2024-08-01 07:10:48.154 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-resource-allocation-setting-data.json loaded to database. 2024-08-01 07:10:48.154 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-virtual-system-setting-data.json loaded to database. 2024-08-01 07:10:48.154 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-vtpm.json loaded to database. 2024-08-01 07:10:48.154 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/compute-guest-memory-backing.json loaded to database. 2024-08-01 07:10:48.154 | INFO glance.db.sqlalchemy.metadata [-] File /etc/glance/metadefs/cim-processor-allocation-setting-data.json loaded to database. 2024-08-01 07:10:48.154 | INFO glance.db.sqlalchemy.metadata [-] Metadata loading finished 2024-08-01 07:10:48.154 | + lib/glance:init_glance:497 : time_stop dbsync 2024-08-01 07:10:48.154 | + functions-common:time_stop:2435 : local name 2024-08-01 07:10:48.154 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:10:48.154 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:10:48.154 | + functions-common:time_stop:2438 : local total 2024-08-01 07:10:48.154 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:10:48.155 | + functions-common:time_stop:2441 : name=dbsync 2024-08-01 07:10:48.155 | + functions-common:time_stop:2442 : start_time=1722496203558 2024-08-01 07:10:48.155 | + functions-common:time_stop:2444 : [[ -z 1722496203558 ]] 2024-08-01 07:10:48.155 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:10:48.155 | + functions-common:time_stop:2447 : end_time=1722496207764 2024-08-01 07:10:48.155 | + functions-common:time_stop:2448 : elapsed_time=4206 2024-08-01 07:10:48.155 | + functions-common:time_stop:2449 : total=2961 2024-08-01 07:10:48.155 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:10:48.155 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7167 2024-08-01 07:10:48.184 | [3544 Async init_glance:38594]: finished init_glance with result 0 in 4 seconds 2024-08-01 07:10:48.186 | + inc/async:async_wait:197 : return 0 2024-08-01 07:10:48.188 | + stack.sh:main:1237 : async_wait init_swift 2024-08-01 07:10:48.204 | Not waiting for async task init_swift that we never started or has already been waited for 2024-08-01 07:10:48.206 | + inc/async:async_wait:197 : return 0 2024-08-01 07:10:48.208 | + stack.sh:main:1238 : async_wait init_cinder 2024-08-01 07:10:48.245 | [3544 Async init_cinder:42189]: Waiting for completion of init_cinder running on PID 42189 (2 other jobs running) 2024-08-01 07:10:48.263 | [3544 Async init_cinder:42189]: Signaling child to exit 2024-08-01 07:10:48.263 | WAKEUP 2024-08-01 07:10:48.280 | [3544 Async init_cinder:42189]: Signaled 2024-08-01 07:10:48.281 | + lib/cinder:init_cinder:474 : is_service_enabled mysql postgresql 2024-08-01 07:10:48.281 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:10:48.281 | + lib/cinder:init_cinder:476 : recreate_database cinder 2024-08-01 07:10:48.281 | + lib/database:recreate_database:112 : local db=cinder 2024-08-01 07:10:48.281 | + lib/database:recreate_database:113 : recreate_database_mysql cinder 2024-08-01 07:10:48.281 | + lib/databases/mysql:recreate_database_mysql:66 : local db=cinder 2024-08-01 07:10:48.281 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS cinder;' 2024-08-01 07:10:48.281 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE cinder CHARACTER SET utf8;' 2024-08-01 07:10:48.281 | + lib/cinder:init_cinder:478 : time_start dbsync 2024-08-01 07:10:48.281 | + functions-common:time_start:2421 : local name=dbsync 2024-08-01 07:10:48.281 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:10:48.281 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:10:48.281 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:10:48.281 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496230816 2024-08-01 07:10:48.281 | + lib/cinder:init_cinder:480 : /usr/local/bin/cinder-manage --config-file /etc/cinder/cinder.conf db sync 2024-08-01 07:10:48.281 | 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=42292) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-01 07:10:48.281 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/cinder/cinder/db/legacy_migrations... {{(pid=42292) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-08-01 07:10:48.281 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py... {{(pid=42292) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:48.281 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/137_placeholder.py loaded successfully {{(pid=42292) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:48.281 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py... {{(pid=42292) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:48.281 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/145_add_use_quota_fields.py loaded successfully {{(pid=42292) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:48.282 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py... {{(pid=42292) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:48.282 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/142_placeholder.py loaded successfully {{(pid=42292) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:48.282 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py... {{(pid=42292) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:48.282 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/143_placeholder.py loaded successfully {{(pid=42292) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:48.282 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/136_make_vol_type_col_non_nullable.py... {{(pid=42292) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:48.282 | 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=42292) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:48.282 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py... {{(pid=42292) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:48.282 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/139_placeholder.py loaded successfully {{(pid=42292) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:48.282 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py... {{(pid=42292) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:48.282 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/140_create_project_default_volume_type.py loaded successfully {{(pid=42292) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:48.282 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py... {{(pid=42292) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:48.282 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/138_placeholder.py loaded successfully {{(pid=42292) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:48.282 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py... {{(pid=42292) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:48.282 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/141_add_quota_usage_unique_constraint.py loaded successfully {{(pid=42292) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:48.282 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py... {{(pid=42292) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:48.282 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/135_cinder_init.py loaded successfully {{(pid=42292) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:48.282 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py... {{(pid=42292) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:48.282 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/cinder/cinder/db/legacy_migrations/versions/144_placeholder.py loaded successfully {{(pid=42292) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:48.282 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/cinder/cinder/db/legacy_migrations loaded successfully {{(pid=42292) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-08-01 07:10:48.282 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'cinder', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=42292) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-08-01 07:10:48.282 | INFO cinder.db.migration [-] Applying migration(s) 2024-08-01 07:10:48.282 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-01 07:10:48.282 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-01 07:10:48.282 | INFO alembic.runtime.migration [-] Running upgrade -> 921e1a36b076, Initial migration. 2024-08-01 07:10:48.282 | DEBUG alembic.runtime.migration [-] new branch insert 921e1a36b076 {{(pid=42292) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-08-01 07:10:48.282 | INFO alembic.runtime.migration [-] Running upgrade 921e1a36b076 -> c92a3e68beed, Make shared_targets nullable 2024-08-01 07:10:48.282 | DEBUG alembic.runtime.migration [-] update 921e1a36b076 to c92a3e68beed {{(pid=42292) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-01 07:10:48.282 | INFO alembic.runtime.migration [-] Running upgrade c92a3e68beed -> daa98075b90d, Add resource indexes 2024-08-01 07:10:48.282 | 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=42292) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-01 07:10:48.282 | DEBUG alembic.runtime.migration [-] update c92a3e68beed to daa98075b90d {{(pid=42292) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-01 07:10:48.282 | INFO cinder.db.migration [-] Migration(s) applied 2024-08-01 07:10:48.282 | + lib/cinder:init_cinder:481 : time_stop dbsync 2024-08-01 07:10:48.282 | + functions-common:time_stop:2435 : local name 2024-08-01 07:10:48.282 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:10:48.282 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:10:48.282 | + functions-common:time_stop:2438 : local total 2024-08-01 07:10:48.282 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:10:48.282 | + functions-common:time_stop:2441 : name=dbsync 2024-08-01 07:10:48.282 | + functions-common:time_stop:2442 : start_time=1722496230816 2024-08-01 07:10:48.282 | + functions-common:time_stop:2444 : [[ -z 1722496230816 ]] 2024-08-01 07:10:48.283 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:10:48.283 | + functions-common:time_stop:2447 : end_time=1722496233925 2024-08-01 07:10:48.283 | + functions-common:time_stop:2448 : elapsed_time=3109 2024-08-01 07:10:48.283 | + functions-common:time_stop:2449 : total=2961 2024-08-01 07:10:48.283 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:10:48.283 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6070 2024-08-01 07:10:48.283 | + lib/cinder:init_cinder:484 : is_service_enabled c-vol 2024-08-01 07:10:48.283 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:10:48.283 | + lib/cinder:init_cinder:484 : [[ -n vmdk:vsphere ]] 2024-08-01 07:10:48.283 | + lib/cinder:init_cinder:485 : local be be_name be_type 2024-08-01 07:10:48.283 | + lib/cinder:init_cinder:486 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-08-01 07:10:48.283 | + lib/cinder:init_cinder:487 : be_type=vmdk 2024-08-01 07:10:48.283 | + lib/cinder:init_cinder:488 : be_name=vsphere 2024-08-01 07:10:48.283 | + lib/cinder:init_cinder:489 : type init_cinder_backend_vmdk 2024-08-01 07:10:48.283 | + lib/cinder:init_cinder:495 : is_service_enabled c-bak 2024-08-01 07:10:48.283 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:10:48.283 | + lib/cinder:init_cinder:501 : mkdir -p /opt/stack/data/cinder/volumes 2024-08-01 07:10:48.313 | [3544 Async init_cinder:42189]: finished init_cinder with result 0 in 3 seconds 2024-08-01 07:10:48.316 | + inc/async:async_wait:197 : return 0 2024-08-01 07:10:48.318 | + stack.sh:main:1243 : is_service_enabled nova 2024-08-01 07:10:48.331 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:10:48.333 | + stack.sh:main:1244 : echo_summary 'Configuring Nova' 2024-08-01 07:10:48.336 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-01 07:10:48.338 | + stack.sh:echo_summary:472 : echo -e Configuring Nova 2024-08-01 07:10:48.339 | + stack.sh:main:1245 : init_nova 2024-08-01 07:10:48.342 | + lib/nova:init_nova:850 : is_service_enabled mysql postgresql 2024-08-01 07:10:48.355 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:10:48.357 | + lib/nova:init_nova:850 : is_service_enabled n-api 2024-08-01 07:10:48.370 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:10:48.372 | + lib/nova:init_nova:852 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-01 07:10:48.374 | + lib/nova:init_nova:858 : recreate_database nova_cell0 2024-08-01 07:10:48.376 | + lib/database:recreate_database:112 : local db=nova_cell0 2024-08-01 07:10:48.378 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell0 2024-08-01 07:10:48.380 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell0 2024-08-01 07:10:48.382 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell0;' 2024-08-01 07:10:48.391 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell0 CHARACTER SET utf8;' 2024-08-01 07:10:48.400 | ++ lib/nova:init_nova:863 : seq 1 1 2024-08-01 07:10:48.403 | + lib/nova:init_nova:863 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-08-01 07:10:48.406 | ++ lib/nova:init_nova:864 : conductor_conf 1 2024-08-01 07:10:48.408 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-08-01 07:10:48.410 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-08-01 07:10:48.412 | + lib/nova:init_nova:864 : async_run nova-cell-1 init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-08-01 07:10:48.460 | + inc/async:async_inner:63 : init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-08-01 07:10:48.489 | [3544 Async nova-cell-1:43469]: running: init_nova_db nova_cell1 /etc/nova/nova_cell1.conf 2024-08-01 07:10:48.491 | + lib/nova:init_nova:867 : recreate_database nova_api 2024-08-01 07:10:48.494 | + lib/database:recreate_database:112 : local db=nova_api 2024-08-01 07:10:48.495 | + lib/database:recreate_database:113 : recreate_database_mysql nova_api 2024-08-01 07:10:48.498 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_api 2024-08-01 07:10:48.500 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_api;' 2024-08-01 07:10:48.508 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_api CHARACTER SET utf8;' 2024-08-01 07:10:48.516 | + lib/nova:init_nova:868 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf api_db sync 2024-08-01 07:10:48.894 | 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-08-01 07:10:50.661 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/api/legacy_migrations... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-08-01 07:10:50.661 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:50.661 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/082_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:50.662 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:50.662 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/074_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:50.662 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:50.662 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/086_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:50.662 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:50.662 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/083_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:50.663 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:50.663 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/071_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:50.663 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:50.663 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/076_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:50.663 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:50.663 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/081_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:50.663 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:50.664 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/077_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:50.664 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:50.664 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/079_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:50.664 | DEBUG migrate.versioning.script.base [[00;36m-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:50.664 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/069_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:50.664 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:50.665 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/085_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:50.665 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:50.665 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/078_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:50.665 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:50.665 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/087_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:50.665 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:50.665 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/084_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:50.666 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:50.666 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/067_train.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:50.666 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:50.666 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/075_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:50.666 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:50.666 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/070_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:50.667 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:50.667 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/068_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:50.667 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:50.667 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/080_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:50.667 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:50.667 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/073_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:50.667 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py... {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:50.668 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/api/legacy_migrations/versions/072_placeholder.py loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:50.668 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/api/legacy_migrations loaded successfully {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-08-01 07:10:50.668 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova_api', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43536) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-08-01 07:10:50.680 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-01 07:10:50.680 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-01 07:10:50.699 | INFO alembic.runtime.migration [-] Running upgrade -> d67eeaabee36, Initial version 2024-08-01 07:10:51.502 | DEBUG alembic.runtime.migration [-] new branch insert d67eeaabee36 {{(pid=43536) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-08-01 07:10:51.503 | INFO alembic.runtime.migration [-] Running upgrade d67eeaabee36 -> b30f573d3377, Remove unused build_requests columns 2024-08-01 07:10:51.656 | DEBUG alembic.runtime.migration [-] update d67eeaabee36 to b30f573d3377 {{(pid=43536) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-01 07:10:52.040 | ++ lib/nova:init_nova:872 : database_connection_url nova_cell0 2024-08-01 07:10:52.042 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2024-08-01 07:10:52.045 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2024-08-01 07:10:52.047 | ++ lib/databases/mysql:database_connection_url_mysql:247 : local db=nova_cell0 2024-08-01 07:10:52.049 | ++ lib/databases/mysql:database_connection_url_mysql:248 : local plugin 2024-08-01 07:10:52.051 | ++ lib/databases/mysql:database_connection_url_mysql:252 : [[ False == \T\r\u\e ]] 2024-08-01 07:10:52.053 | ++ lib/databases/mysql:database_connection_url_mysql:258 : echo 'mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8' 2024-08-01 07:10:52.056 | + 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-08-01 07:10:52.432 | 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-08-01 07:10:53.448 | + inc/async:async_inner:64 : rc=0 2024-08-01 07:10:53.466 | [43469 Async nova-cell-1:43469]: finished successfully 2024-08-01 07:10:54.145 | ++ lib/nova:init_nova:875 : seq 0 1 2024-08-01 07:10:54.149 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-08-01 07:10:54.151 | + lib/nova:init_nova:876 : async_wait nova-cell-0 2024-08-01 07:10:54.168 | Not waiting for async task nova-cell-0 that we never started or has already been waited for 2024-08-01 07:10:54.170 | + inc/async:async_wait:197 : return 0 2024-08-01 07:10:54.172 | + lib/nova:init_nova:875 : for i in $(seq 0 $NOVA_NUM_CELLS) 2024-08-01 07:10:54.174 | + lib/nova:init_nova:876 : async_wait nova-cell-1 2024-08-01 07:10:54.210 | [3544 Async nova-cell-1:43469]: Waiting for completion of init_nova_db nova_cell1 /etc/nova/nova_cell1.conf running on PID 43469 (2 other jobs running) 2024-08-01 07:10:54.227 | [3544 Async nova-cell-1:43469]: Signaling child to exit 2024-08-01 07:10:54.227 | WAKEUP 2024-08-01 07:10:54.243 | [3544 Async nova-cell-1:43469]: Signaled 2024-08-01 07:10:54.244 | + lib/nova:init_nova_db:840 : local dbname=nova_cell1 2024-08-01 07:10:54.244 | + lib/nova:init_nova_db:841 : local conffile=/etc/nova/nova_cell1.conf 2024-08-01 07:10:54.244 | + lib/nova:init_nova_db:842 : recreate_database nova_cell1 2024-08-01 07:10:54.244 | + lib/database:recreate_database:112 : local db=nova_cell1 2024-08-01 07:10:54.244 | + lib/database:recreate_database:113 : recreate_database_mysql nova_cell1 2024-08-01 07:10:54.244 | + lib/databases/mysql:recreate_database_mysql:66 : local db=nova_cell1 2024-08-01 07:10:54.244 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pstackdb -h127.0.0.1 -e 'DROP DATABASE IF EXISTS nova_cell1;' 2024-08-01 07:10:54.244 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pstackdb -h127.0.0.1 -e 'CREATE DATABASE nova_cell1 CHARACTER SET utf8;' 2024-08-01 07:10:54.244 | + lib/nova:init_nova_db:843 : /usr/local/bin/nova-manage --config-file /etc/nova/nova_cell1.conf db sync --local_cell 2024-08-01 07:10:54.244 | 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-08-01 07:10:54.244 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-08-01 07:10:54.244 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43523) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-08-01 07:10:54.244 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2024-08-01 07:10:54.244 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2024-08-01 07:10:54.244 | INFO alembic.runtime.migration [-] Running upgrade -> 8f2f1571d55b, Initial version 2024-08-01 07:10:54.244 | DEBUG alembic.runtime.migration [-] new branch insert 8f2f1571d55b {{(pid=43523) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-08-01 07:10:54.244 | INFO alembic.runtime.migration [-] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-08-01 07:10:54.244 | DEBUG alembic.runtime.migration [-] update 8f2f1571d55b to 16f1fbcab42b {{(pid=43523) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-01 07:10:54.244 | INFO alembic.runtime.migration [-] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-08-01 07:10:54.244 | DEBUG alembic.runtime.migration [-] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=43523) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-01 07:10:54.244 | INFO alembic.runtime.migration [-] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-08-01 07:10:54.244 | DEBUG alembic.runtime.migration [-] update ccb0fa1a2252 to 960aac0e09ea {{(pid=43523) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-01 07:10:54.275 | [3544 Async nova-cell-1:43469]: finished init_nova_db nova_cell1 /etc/nova/nova_cell1.conf with result 0 in 5 seconds 2024-08-01 07:10:54.278 | + inc/async:async_wait:197 : return 0 2024-08-01 07:10:54.280 | + lib/nova:init_nova:879 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-01 07:10:54.282 | + lib/nova:init_nova:881 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db sync 2024-08-01 07:10:54.650 | 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-08-01 07:10:55.955 | DEBUG migrate.versioning.repository [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-08-01 07:10:55.956 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:55.956 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:55.957 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:55.957 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:55.957 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:55.957 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:55.957 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:55.958 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:55.958 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:55.958 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:55.958 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:55.959 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:55.959 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:55.959 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:55.959 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:55.959 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:55.960 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:55.960 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:55.960 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:55.960 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:55.960 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:55.961 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:55.961 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:55.961 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:55.961 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:55.961 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:55.962 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:55.962 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:55.962 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:55.962 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:55.962 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:55.963 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:55.963 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:55.963 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:55.963 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:55.963 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:55.964 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:55.964 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:55.964 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:55.964 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:55.964 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:55.965 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:55.965 | DEBUG migrate.versioning.repository [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-08-01 07:10:55.965 | DEBUG migrate.versioning.repository [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-08-01 07:10:55.976 | INFO alembic.runtime.migration [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Context impl MySQLImpl. 2024-08-01 07:10:55.977 | INFO alembic.runtime.migration [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Will assume non-transactional DDL. 2024-08-01 07:10:55.987 | INFO alembic.runtime.migration [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Running upgrade -> 8f2f1571d55b, Initial version 2024-08-01 07:10:57.935 | DEBUG alembic.runtime.migration [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] new branch insert 8f2f1571d55b {{(pid=43728) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:818}} 2024-08-01 07:10:57.937 | INFO alembic.runtime.migration [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Running upgrade 8f2f1571d55b -> 16f1fbcab42b, Resolve shadow table diffs 2024-08-01 07:10:57.961 | DEBUG alembic.runtime.migration [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] update 8f2f1571d55b to 16f1fbcab42b {{(pid=43728) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-01 07:10:57.963 | INFO alembic.runtime.migration [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Running upgrade 16f1fbcab42b -> ccb0fa1a2252, Add encryption fields to BlockDeviceMapping 2024-08-01 07:10:58.015 | DEBUG alembic.runtime.migration [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] update 16f1fbcab42b to ccb0fa1a2252 {{(pid=43728) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-01 07:10:58.016 | INFO alembic.runtime.migration [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Running upgrade ccb0fa1a2252 -> 960aac0e09ea, de-duplicate_indexes_in_instances__console_auth_tokens 2024-08-01 07:10:58.029 | DEBUG alembic.runtime.migration [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] update ccb0fa1a2252 to 960aac0e09ea {{(pid=43728) update_to_step /usr/local/lib/python3.10/dist-packages/alembic/runtime/migration.py:853}} 2024-08-01 07:10:58.036 | DEBUG migrate.versioning.repository [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading repository /opt/stack/nova/nova/db/main/legacy_migrations... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:76}} 2024-08-01 07:10:58.036 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:58.037 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/408_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:58.037 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:58.037 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/405_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:58.037 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:58.038 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/416_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:58.038 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:58.038 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/415_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:58.038 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:58.038 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/406_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:58.039 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:58.039 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/422_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:58.039 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:58.039 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/413_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:58.039 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:58.039 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/403_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:58.040 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:58.040 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/412_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:58.040 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:58.040 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/411_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:58.041 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:58.041 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/421_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:58.041 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:58.041 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/418_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:58.041 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:58.041 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/407_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:58.042 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:58.042 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/417_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:58.042 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:58.042 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/420_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:58.042 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:58.043 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/402_train.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:58.043 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:58.043 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/414_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:58.043 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:58.043 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/404_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:58.044 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:58.044 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/410_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:58.044 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:58.044 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/409_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:58.044 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Loading script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py... {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:27}} 2024-08-01 07:10:58.045 | DEBUG migrate.versioning.script.base [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Script /opt/stack/nova/nova/db/main/legacy_migrations/versions/419_placeholder.py loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/script/base.py:30}} 2024-08-01 07:10:58.045 | DEBUG migrate.versioning.repository [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Repository /opt/stack/nova/nova/db/main/legacy_migrations loaded successfully {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:82}} 2024-08-01 07:10:58.045 | DEBUG migrate.versioning.repository [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Config: {'db_settings': {'repository_id': 'nova', 'version_table': 'migrate_version', 'required_dbs': '[]'}} {{(pid=43728) __init__ /usr/local/lib/python3.10/dist-packages/migrate/versioning/repository.py:83}} 2024-08-01 07:10:58.049 | INFO alembic.runtime.migration [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Context impl MySQLImpl. 2024-08-01 07:10:58.049 | INFO alembic.runtime.migration [None req-ae486de0-d065-4cb7-91ab-8a7ceca974c7 None None] Will assume non-transactional DDL. 2024-08-01 07:10:58.412 | + lib/nova:init_nova:886 : /usr/local/bin/nova-manage --config-file /etc/nova/nova.conf db online_data_migrations 2024-08-01 07:10:58.780 | 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-08-01 07:11:00.177 | Running batches of 50 until complete 2024-08-01 07:11:00.177 | +-------------------------------------+--------------+-----------+ 2024-08-01 07:11:00.177 | | Migration | Total Needed | Completed | 2024-08-01 07:11:00.177 | +-------------------------------------+--------------+-----------+ 2024-08-01 07:11:00.177 | | fill_virtual_interface_list | 0 | 0 | 2024-08-01 07:11:00.177 | | migrate_empty_ratio | 0 | 0 | 2024-08-01 07:11:00.177 | | migrate_quota_classes_to_api_db | 0 | 0 | 2024-08-01 07:11:00.177 | | migrate_quota_limits_to_api_db | 0 | 0 | 2024-08-01 07:11:00.177 | | migration_migrate_to_uuid | 0 | 0 | 2024-08-01 07:11:00.177 | | populate_dev_uuids | 0 | 0 | 2024-08-01 07:11:00.177 | | populate_missing_availability_zones | 0 | 0 | 2024-08-01 07:11:00.177 | | populate_queued_for_delete | 0 | 0 | 2024-08-01 07:11:00.177 | | populate_user_id | 0 | 0 | 2024-08-01 07:11:00.177 | | populate_uuids | 0 | 0 | 2024-08-01 07:11:00.177 | +-------------------------------------+--------------+-----------+ 2024-08-01 07:11:00.551 | ++ lib/nova:init_nova:889 : seq 1 1 2024-08-01 07:11:00.555 | + lib/nova:init_nova:889 : for i in $(seq 1 $NOVA_NUM_CELLS) 2024-08-01 07:11:00.557 | ++ lib/nova:init_nova:890 : conductor_conf 1 2024-08-01 07:11:00.560 | ++ lib/nova:conductor_conf:829 : local cell=1 2024-08-01 07:11:00.562 | ++ lib/nova:conductor_conf:830 : echo /etc/nova/nova_cell1.conf 2024-08-01 07:11:00.565 | + 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-08-01 07:11:00.938 | 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-08-01 07:11:02.245 | --transport-url not provided in the command line, using the value [DEFAULT]/transport_url from the configuration file 2024-08-01 07:11:02.245 | --database_connection not provided in the command line, using the value [database]/connection from the configuration file 2024-08-01 07:11:02.592 | + lib/nova:init_nova:894 : create_nova_keys_dir 2024-08-01 07:11:02.594 | + lib/nova:create_nova_keys_dir:836 : sudo install -d -o stack /opt/stack/data/nova /opt/stack/data/nova/keys 2024-08-01 07:11:02.604 | + lib/nova:init_nova:896 : [[ '' == \L\V\M ]] 2024-08-01 07:11:02.606 | + stack.sh:main:1247 : async_runfunc configure_neutron_nova 2024-08-01 07:11:02.608 | + inc/async:async_runfunc:116 : async_run configure_neutron_nova configure_neutron_nova 2024-08-01 07:11:02.660 | + inc/async:async_inner:63 : configure_neutron_nova 2024-08-01 07:11:02.690 | [3544 Async configure_neutron_nova:43807]: running: configure_neutron_nova 2024-08-01 07:11:02.692 | + stack.sh:main:1255 : run_phase stack post-config 2024-08-01 07:11:02.694 | + functions-common:run_phase:1863 : local mode=stack 2024-08-01 07:11:02.696 | + functions-common:run_phase:1864 : local phase=post-config 2024-08-01 07:11:02.698 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-01 07:11:02.700 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-01 07:11:02.702 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-01 07:11:02.705 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-01 07:11:02.707 | + functions-common:run_phase:1873 : local extra 2024-08-01 07:11:02.709 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-01 07:11:02.713 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-01 07:11:02.715 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-01 07:11:02.717 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-01 07:11:02.719 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack post-config 2024-08-01 07:11:02.722 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-01 07:11:02.735 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:11:02.737 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-01 07:11:02.739 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-01 07:11:02.741 | ++ extras.d/80-tempest.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-08-01 07:11:02.743 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-08-01 07:11:02.745 | ++ extras.d/80-tempest.sh:source:10 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-01 07:11:02.747 | ++ extras.d/80-tempest.sh:source:12 : : 2024-08-01 07:11:02.750 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-08-01 07:11:02.752 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-08-01 07:11:02.754 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-08-01 07:11:02.756 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-08-01 07:11:02.758 | + functions-common:run_phase:1890 : run_plugins stack post-config 2024-08-01 07:11:02.761 | + functions-common:run_plugins:1849 : local mode=stack 2024-08-01 07:11:02.763 | + functions-common:run_plugins:1850 : local phase=post-config 2024-08-01 07:11:02.765 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-08-01 07:11:02.767 | + functions-common:run_plugins:1853 : local plugin 2024-08-01 07:11:02.770 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-08-01 07:11:02.771 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-08-01 07:11:02.774 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-08-01 07:11:02.776 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack post-config 2024-08-01 07:11:02.778 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-01 07:11:02.780 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-01 07:11:02.782 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ post-config == \i\n\s\t\a\l\l ]] 2024-08-01 07:11:02.784 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-08-01 07:11:02.786 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ post-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-01 07:11:02.789 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:13 : echo_summary 'Configuring Networking-NSX-T' 2024-08-01 07:11:02.791 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-01 07:11:02.793 | ++ stack.sh:echo_summary:472 : echo -e Configuring Networking-NSX-T 2024-08-01 07:11:02.795 | + stack.sh:main:1263 : merge_config_group /opt/stack/devstack/local.conf post-config 2024-08-01 07:11:02.797 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-08-01 07:11:02.799 | + inc/meta-config:merge_config_group:171 : shift 2024-08-01 07:11:02.801 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-config 2024-08-01 07:11:02.803 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-01 07:11:02.806 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-08-01 07:11:02.807 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-08-01 07:11:02.810 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-config 2024-08-01 07:11:02.812 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-08-01 07:11:02.814 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-config 2024-08-01 07:11:02.817 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-01 07:11:02.819 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-config ' 2024-08-01 07:11:02.819 | /^\[\[.+\|.*\]\]/ { 2024-08-01 07:11:02.819 | gsub("[][]", "", $1); 2024-08-01 07:11:02.820 | split($1, a, "|"); 2024-08-01 07:11:02.820 | if (a[1] == matchgroup) 2024-08-01 07:11:02.820 | print a[2] 2024-08-01 07:11:02.820 | } 2024-08-01 07:11:02.820 | ' /opt/stack/devstack/local.conf 2024-08-01 07:11:02.824 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-08-01 07:11:02.826 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-08-01 07:11:02.828 | + inc/meta-config:merge_config_group:180 : local dir 2024-08-01 07:11:02.831 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NOVA_CONF' 2024-08-01 07:11:02.833 | +++ inc/meta-config:merge_config_group:182 : echo /etc/nova/nova.conf 2024-08-01 07:11:02.835 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/nova/nova.conf 2024-08-01 07:11:02.837 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/nova/nova.conf ]] 2024-08-01 07:11:02.840 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/nova/nova.conf 2024-08-01 07:11:02.843 | + inc/meta-config:merge_config_group:187 : dir=/etc/nova 2024-08-01 07:11:02.845 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/nova ]] 2024-08-01 07:11:02.847 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-08-01 07:11:02.849 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-08-01 07:11:02.852 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-08-01 07:11:02.854 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CONF' 2024-08-01 07:11:02.856 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-08-01 07:11:02.859 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CONF' 2024-08-01 07:11:02.861 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova.conf 2024-08-01 07:11:02.864 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova.conf 2024-08-01 07:11:02.866 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova.conf ']' 2024-08-01 07:11:02.869 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CONF' 2024-08-01 07:11:02.869 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CONF' ' 2024-08-01 07:11:02.869 | BEGIN { 2024-08-01 07:11:02.869 | section = "" 2024-08-01 07:11:02.869 | last_section = "" 2024-08-01 07:11:02.869 | section_count = 0 2024-08-01 07:11:02.869 | } 2024-08-01 07:11:02.869 | /^\[.+\]/ { 2024-08-01 07:11:02.869 | gsub("[][]", "", $1); 2024-08-01 07:11:02.869 | section=$1 2024-08-01 07:11:02.869 | next 2024-08-01 07:11:02.869 | } 2024-08-01 07:11:02.869 | /^ *\#/ { 2024-08-01 07:11:02.869 | next 2024-08-01 07:11:02.869 | } 2024-08-01 07:11:02.869 | /^[^ \t]+/ { 2024-08-01 07:11:02.869 | # get offset of first = in $0 2024-08-01 07:11:02.869 | eq_idx = index($0, "=") 2024-08-01 07:11:02.869 | # extract attr & value from $0 2024-08-01 07:11:02.869 | attr = substr($0, 1, eq_idx - 1) 2024-08-01 07:11:02.869 | value = substr($0, eq_idx + 1) 2024-08-01 07:11:02.869 | # only need to strip trailing whitespace from attr 2024-08-01 07:11:02.869 | sub(/[ \t]*$/, "", attr) 2024-08-01 07:11:02.869 | # need to strip leading & trailing whitespace from value 2024-08-01 07:11:02.869 | sub(/^[ \t]*/, "", value) 2024-08-01 07:11:02.869 | sub(/[ \t]*$/, "", value) 2024-08-01 07:11:02.869 | 2024-08-01 07:11:02.869 | # cfg_attr_count: number of config lines per [section, attr] 2024-08-01 07:11:02.869 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-08-01 07:11:02.869 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-08-01 07:11:02.869 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-08-01 07:11:02.869 | if (! (section, attr) in cfg_attr_count) { 2024-08-01 07:11:02.869 | if (section != last_section) { 2024-08-01 07:11:02.869 | cfg_section[section_count++] = section 2024-08-01 07:11:02.869 | last_section = section 2024-08-01 07:11:02.869 | } 2024-08-01 07:11:02.869 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-08-01 07:11:02.869 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-08-01 07:11:02.869 | 2024-08-01 07:11:02.869 | cfg_attr[section, attr, 0] = value 2024-08-01 07:11:02.870 | cfg_attr_count[section, attr] = 1 2024-08-01 07:11:02.870 | } else { 2024-08-01 07:11:02.870 | lno = cfg_attr_count[section, attr]++ 2024-08-01 07:11:02.870 | cfg_attr[section, attr, lno] = value 2024-08-01 07:11:02.870 | } 2024-08-01 07:11:02.870 | } 2024-08-01 07:11:02.870 | END { 2024-08-01 07:11:02.870 | # Process each section in order 2024-08-01 07:11:02.870 | for (sno = 0; sno < section_count; sno++) { 2024-08-01 07:11:02.870 | section = cfg_section[sno] 2024-08-01 07:11:02.870 | # The ini routines simply append a config item immediately 2024-08-01 07:11:02.870 | # after the section header. To keep the same order as defined 2024-08-01 07:11:02.870 | # in local.conf, invoke the ini routines in the reverse order 2024-08-01 07:11:02.870 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-08-01 07:11:02.870 | attr = cfg_sec_attr_name[sno, attr_no] 2024-08-01 07:11:02.870 | if (cfg_attr_count[section, attr] == 1) 2024-08-01 07:11:02.870 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-08-01 07:11:02.870 | else { 2024-08-01 07:11:02.870 | # For multiline, invoke the ini routines in the reverse order 2024-08-01 07:11:02.870 | count = cfg_attr_count[section, attr] 2024-08-01 07:11:02.870 | print "inidelete " configfile " " section " " attr 2024-08-01 07:11:02.870 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-08-01 07:11:02.870 | for (l = count -2; l >= 0; l--) 2024-08-01 07:11:02.870 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-08-01 07:11:02.870 | } 2024-08-01 07:11:02.870 | } 2024-08-01 07:11:02.870 | } 2024-08-01 07:11:02.870 | } 2024-08-01 07:11:02.870 | ' 2024-08-01 07:11:02.870 | + inc/meta-config:merge_config_file:164 : read a 2024-08-01 07:11:02.871 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-08-01 07:11:02.871 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-08-01 07:11:02.873 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-08-01 07:11:02.876 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CONF' 2024-08-01 07:11:02.878 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-01 07:11:02.880 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CONF ]] 2024-08-01 07:11:02.882 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CONF' ' 2024-08-01 07:11:02.882 | BEGIN { group = "" } 2024-08-01 07:11:02.882 | /^\[\[.+\|.*\]\]/ { 2024-08-01 07:11:02.882 | gsub("[][]", "", $1); 2024-08-01 07:11:02.882 | split($1, a, "|"); 2024-08-01 07:11:02.882 | if (a[1] == matchgroup && a[2] == configfile) { 2024-08-01 07:11:02.882 | group=a[1] 2024-08-01 07:11:02.882 | } else { 2024-08-01 07:11:02.882 | group="" 2024-08-01 07:11:02.882 | } 2024-08-01 07:11:02.882 | next 2024-08-01 07:11:02.882 | } 2024-08-01 07:11:02.882 | { 2024-08-01 07:11:02.882 | if (group != "") 2024-08-01 07:11:02.882 | print $0 2024-08-01 07:11:02.882 | } 2024-08-01 07:11:02.882 | ' /opt/stack/devstack/local.conf 2024-08-01 07:11:02.887 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NOVA_CONF neutron service_metadata_proxy "True"' 2024-08-01 07:11:02.889 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2024-08-01 07:11:02.913 | + inc/meta-config:merge_config_file:164 : read a 2024-08-01 07:11:02.915 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-08-01 07:11:02.918 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-08-01 07:11:02.920 | + inc/meta-config:merge_config_group:180 : local dir 2024-08-01 07:11:02.923 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $CINDER_CONF' 2024-08-01 07:11:02.925 | +++ inc/meta-config:merge_config_group:182 : echo /etc/cinder/cinder.conf 2024-08-01 07:11:02.927 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/cinder/cinder.conf 2024-08-01 07:11:02.930 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/cinder/cinder.conf ]] 2024-08-01 07:11:02.933 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/cinder/cinder.conf 2024-08-01 07:11:02.936 | + inc/meta-config:merge_config_group:187 : dir=/etc/cinder 2024-08-01 07:11:02.938 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/cinder ]] 2024-08-01 07:11:02.940 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-08-01 07:11:02.943 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-08-01 07:11:02.945 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-08-01 07:11:02.947 | + inc/meta-config:merge_config_file:85 : local 'configfile=$CINDER_CONF' 2024-08-01 07:11:02.949 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-08-01 07:11:02.952 | ++ inc/meta-config:merge_config_file:91 : eval echo '$CINDER_CONF' 2024-08-01 07:11:02.955 | +++ inc/meta-config:merge_config_file:91 : echo /etc/cinder/cinder.conf 2024-08-01 07:11:02.957 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/cinder/cinder.conf 2024-08-01 07:11:02.959 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/cinder/cinder.conf ']' 2024-08-01 07:11:02.962 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$CINDER_CONF' 2024-08-01 07:11:02.962 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$CINDER_CONF' ' 2024-08-01 07:11:02.962 | BEGIN { 2024-08-01 07:11:02.962 | section = "" 2024-08-01 07:11:02.962 | last_section = "" 2024-08-01 07:11:02.962 | section_count = 0 2024-08-01 07:11:02.962 | } 2024-08-01 07:11:02.963 | /^\[.+\]/ { 2024-08-01 07:11:02.963 | gsub("[][]", "", $1); 2024-08-01 07:11:02.963 | section=$1 2024-08-01 07:11:02.963 | next 2024-08-01 07:11:02.963 | } 2024-08-01 07:11:02.963 | /^ *\#/ { 2024-08-01 07:11:02.963 | next 2024-08-01 07:11:02.963 | } 2024-08-01 07:11:02.963 | /^[^ \t]+/ { 2024-08-01 07:11:02.963 | # get offset of first = in $0 2024-08-01 07:11:02.963 | eq_idx = index($0, "=") 2024-08-01 07:11:02.963 | # extract attr & value from $0 2024-08-01 07:11:02.963 | attr = substr($0, 1, eq_idx - 1) 2024-08-01 07:11:02.963 | value = substr($0, eq_idx + 1) 2024-08-01 07:11:02.963 | # only need to strip trailing whitespace from attr 2024-08-01 07:11:02.963 | sub(/[ \t]*$/, "", attr) 2024-08-01 07:11:02.963 | # need to strip leading & trailing whitespace from value 2024-08-01 07:11:02.963 | sub(/^[ \t]*/, "", value) 2024-08-01 07:11:02.963 | sub(/[ \t]*$/, "", value) 2024-08-01 07:11:02.963 | 2024-08-01 07:11:02.963 | # cfg_attr_count: number of config lines per [section, attr] 2024-08-01 07:11:02.963 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-08-01 07:11:02.963 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-08-01 07:11:02.963 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-08-01 07:11:02.963 | if (! (section, attr) in cfg_attr_count) { 2024-08-01 07:11:02.963 | if (section != last_section) { 2024-08-01 07:11:02.963 | cfg_section[section_count++] = section 2024-08-01 07:11:02.963 | last_section = section 2024-08-01 07:11:02.963 | } 2024-08-01 07:11:02.963 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-08-01 07:11:02.963 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-08-01 07:11:02.963 | 2024-08-01 07:11:02.963 | cfg_attr[section, attr, 0] = value 2024-08-01 07:11:02.963 | cfg_attr_count[section, attr] = 1 2024-08-01 07:11:02.963 | } else { 2024-08-01 07:11:02.963 | lno = cfg_attr_count[section, attr]++ 2024-08-01 07:11:02.963 | cfg_attr[section, attr, lno] = value 2024-08-01 07:11:02.963 | } 2024-08-01 07:11:02.963 | } 2024-08-01 07:11:02.963 | END { 2024-08-01 07:11:02.963 | # Process each section in order 2024-08-01 07:11:02.963 | for (sno = 0; sno < section_count; sno++) { 2024-08-01 07:11:02.963 | section = cfg_section[sno] 2024-08-01 07:11:02.963 | # The ini routines simply append a config item immediately 2024-08-01 07:11:02.963 | # after the section header. To keep the same order as defined 2024-08-01 07:11:02.963 | # in local.conf, invoke the ini routines in the reverse order 2024-08-01 07:11:02.963 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-08-01 07:11:02.963 | attr = cfg_sec_attr_name[sno, attr_no] 2024-08-01 07:11:02.963 | if (cfg_attr_count[section, attr] == 1) 2024-08-01 07:11:02.963 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-08-01 07:11:02.963 | else { 2024-08-01 07:11:02.963 | # For multiline, invoke the ini routines in the reverse order 2024-08-01 07:11:02.963 | count = cfg_attr_count[section, attr] 2024-08-01 07:11:02.963 | print "inidelete " configfile " " section " " attr 2024-08-01 07:11:02.963 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-08-01 07:11:02.963 | for (l = count -2; l >= 0; l--) 2024-08-01 07:11:02.963 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-08-01 07:11:02.963 | } 2024-08-01 07:11:02.963 | } 2024-08-01 07:11:02.963 | } 2024-08-01 07:11:02.963 | } 2024-08-01 07:11:02.963 | + inc/meta-config:merge_config_file:164 : read a 2024-08-01 07:11:02.963 | ' 2024-08-01 07:11:02.965 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-08-01 07:11:02.965 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-08-01 07:11:02.967 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-08-01 07:11:02.969 | + inc/meta-config:get_meta_section:35 : local 'configfile=$CINDER_CONF' 2024-08-01 07:11:02.972 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-01 07:11:02.974 | + inc/meta-config:get_meta_section:38 : [[ -z $CINDER_CONF ]] 2024-08-01 07:11:02.976 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$CINDER_CONF' ' 2024-08-01 07:11:02.976 | BEGIN { group = "" } 2024-08-01 07:11:02.976 | /^\[\[.+\|.*\]\]/ { 2024-08-01 07:11:02.976 | gsub("[][]", "", $1); 2024-08-01 07:11:02.976 | split($1, a, "|"); 2024-08-01 07:11:02.976 | if (a[1] == matchgroup && a[2] == configfile) { 2024-08-01 07:11:02.976 | group=a[1] 2024-08-01 07:11:02.976 | } else { 2024-08-01 07:11:02.976 | group="" 2024-08-01 07:11:02.976 | } 2024-08-01 07:11:02.976 | next 2024-08-01 07:11:02.976 | } 2024-08-01 07:11:02.976 | { 2024-08-01 07:11:02.976 | if (group != "") 2024-08-01 07:11:02.976 | print $0 2024-08-01 07:11:02.976 | } 2024-08-01 07:11:02.976 | ' /opt/stack/devstack/local.conf 2024-08-01 07:11:02.981 | + inc/meta-config:merge_config_file:164 : eval 'iniset $CINDER_CONF vsphere vmware_insecure "True"' 2024-08-01 07:11:02.983 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/cinder/cinder.conf vsphere vmware_insecure True 2024-08-01 07:11:02.998 | + inc/async:async_inner:64 : rc=0 2024-08-01 07:11:03.007 | + inc/meta-config:merge_config_file:164 : read a 2024-08-01 07:11:03.010 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-08-01 07:11:03.012 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-08-01 07:11:03.014 | + inc/meta-config:merge_config_group:180 : local dir 2024-08-01 07:11:03.017 | ++ inc/meta-config:merge_config_group:182 : eval 'echo $NEUTRON_CONF' 2024-08-01 07:11:03.018 | [43807 Async configure_neutron_nova:43807]: finished successfully 2024-08-01 07:11:03.019 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/neutron.conf 2024-08-01 07:11:03.021 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/neutron.conf 2024-08-01 07:11:03.023 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/neutron.conf ]] 2024-08-01 07:11:03.026 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/neutron.conf 2024-08-01 07:11:03.030 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-08-01 07:11:03.032 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-08-01 07:11:03.034 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-08-01 07:11:03.036 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-08-01 07:11:03.038 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-08-01 07:11:03.040 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NEUTRON_CONF' 2024-08-01 07:11:03.042 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-08-01 07:11:03.045 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NEUTRON_CONF' 2024-08-01 07:11:03.047 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/neutron.conf 2024-08-01 07:11:03.049 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/neutron.conf 2024-08-01 07:11:03.051 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/neutron.conf ']' 2024-08-01 07:11:03.054 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NEUTRON_CONF' 2024-08-01 07:11:03.054 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NEUTRON_CONF' ' 2024-08-01 07:11:03.054 | BEGIN { 2024-08-01 07:11:03.054 | section = "" 2024-08-01 07:11:03.054 | last_section = "" 2024-08-01 07:11:03.054 | section_count = 0 2024-08-01 07:11:03.054 | } 2024-08-01 07:11:03.054 | /^\[.+\]/ { 2024-08-01 07:11:03.054 | gsub("[][]", "", $1); 2024-08-01 07:11:03.054 | section=$1 2024-08-01 07:11:03.054 | next 2024-08-01 07:11:03.054 | } 2024-08-01 07:11:03.054 | /^ *\#/ { 2024-08-01 07:11:03.054 | next 2024-08-01 07:11:03.054 | } 2024-08-01 07:11:03.054 | /^[^ \t]+/ { 2024-08-01 07:11:03.054 | # get offset of first = in $0 2024-08-01 07:11:03.054 | eq_idx = index($0, "=") 2024-08-01 07:11:03.054 | # extract attr & value from $0 2024-08-01 07:11:03.054 | attr = substr($0, 1, eq_idx - 1) 2024-08-01 07:11:03.054 | value = substr($0, eq_idx + 1) 2024-08-01 07:11:03.054 | # only need to strip trailing whitespace from attr 2024-08-01 07:11:03.054 | sub(/[ \t]*$/, "", attr) 2024-08-01 07:11:03.054 | # need to strip leading & trailing whitespace from value 2024-08-01 07:11:03.054 | sub(/^[ \t]*/, "", value) 2024-08-01 07:11:03.054 | sub(/[ \t]*$/, "", value) 2024-08-01 07:11:03.054 | 2024-08-01 07:11:03.054 | # cfg_attr_count: number of config lines per [section, attr] 2024-08-01 07:11:03.054 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-08-01 07:11:03.054 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-08-01 07:11:03.054 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-08-01 07:11:03.054 | if (! (section, attr) in cfg_attr_count) { 2024-08-01 07:11:03.054 | if (section != last_section) { 2024-08-01 07:11:03.054 | cfg_section[section_count++] = section 2024-08-01 07:11:03.054 | last_section = section 2024-08-01 07:11:03.054 | } 2024-08-01 07:11:03.054 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-08-01 07:11:03.054 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-08-01 07:11:03.054 | 2024-08-01 07:11:03.054 | cfg_attr[section, attr, 0] = value 2024-08-01 07:11:03.054 | cfg_attr_count[section, attr] = 1 2024-08-01 07:11:03.054 | } else { 2024-08-01 07:11:03.054 | lno = cfg_attr_count[section, attr]++ 2024-08-01 07:11:03.054 | cfg_attr[section, attr, lno] = value 2024-08-01 07:11:03.054 | } 2024-08-01 07:11:03.054 | } 2024-08-01 07:11:03.054 | END { 2024-08-01 07:11:03.054 | # Process each section in order 2024-08-01 07:11:03.055 | for (sno = 0; sno < section_count; sno++) { 2024-08-01 07:11:03.055 | section = cfg_section[sno] 2024-08-01 07:11:03.055 | # The ini routines simply append a config item immediately 2024-08-01 07:11:03.055 | # after the section header. To keep the same order as defined 2024-08-01 07:11:03.055 | # in local.conf, invoke the ini routines in the reverse order 2024-08-01 07:11:03.055 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-08-01 07:11:03.055 | attr = cfg_sec_attr_name[sno, attr_no] 2024-08-01 07:11:03.055 | if (cfg_attr_count[section, attr] == 1) 2024-08-01 07:11:03.055 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-08-01 07:11:03.055 | else { 2024-08-01 07:11:03.055 | # For multiline, invoke the ini routines in the reverse order 2024-08-01 07:11:03.055 | count = cfg_attr_count[section, attr] 2024-08-01 07:11:03.055 | print "inidelete " configfile " " section " " attr 2024-08-01 07:11:03.055 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-08-01 07:11:03.055 | for (l = count -2; l >= 0; l--) 2024-08-01 07:11:03.055 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-08-01 07:11:03.055 | } 2024-08-01 07:11:03.055 | } 2024-08-01 07:11:03.055 | } 2024-08-01 07:11:03.055 | } 2024-08-01 07:11:03.055 | ' 2024-08-01 07:11:03.055 | + inc/meta-config:merge_config_file:164 : read a 2024-08-01 07:11:03.056 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-08-01 07:11:03.056 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-08-01 07:11:03.058 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-08-01 07:11:03.060 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NEUTRON_CONF' 2024-08-01 07:11:03.062 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-01 07:11:03.064 | + inc/meta-config:get_meta_section:38 : [[ -z $NEUTRON_CONF ]] 2024-08-01 07:11:03.066 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NEUTRON_CONF' ' 2024-08-01 07:11:03.066 | BEGIN { group = "" } 2024-08-01 07:11:03.066 | /^\[\[.+\|.*\]\]/ { 2024-08-01 07:11:03.066 | gsub("[][]", "", $1); 2024-08-01 07:11:03.066 | split($1, a, "|"); 2024-08-01 07:11:03.066 | if (a[1] == matchgroup && a[2] == configfile) { 2024-08-01 07:11:03.066 | group=a[1] 2024-08-01 07:11:03.066 | } else { 2024-08-01 07:11:03.066 | group="" 2024-08-01 07:11:03.066 | } 2024-08-01 07:11:03.066 | next 2024-08-01 07:11:03.066 | } 2024-08-01 07:11:03.066 | { 2024-08-01 07:11:03.066 | if (group != "") 2024-08-01 07:11:03.066 | print $0 2024-08-01 07:11:03.066 | } 2024-08-01 07:11:03.066 | ' /opt/stack/devstack/local.conf 2024-08-01 07:11:03.070 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF DEFAULT global_physnet_mtu "8950"' 2024-08-01 07:11:03.072 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf DEFAULT global_physnet_mtu 8950 2024-08-01 07:11:03.096 | + inc/meta-config:merge_config_file:164 : read a 2024-08-01 07:11:03.098 | + inc/meta-config:merge_config_file:164 : eval 'iniset $NEUTRON_CONF experimental linuxbridge "true"' 2024-08-01 07:11:03.100 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/neutron.conf experimental linuxbridge true 2024-08-01 07:11:03.123 | + inc/meta-config:merge_config_file:164 : read a 2024-08-01 07:11:03.126 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-08-01 07:11:03.128 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-08-01 07:11:03.131 | + inc/meta-config:merge_config_group:180 : local dir 2024-08-01 07:11:03.133 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /$Q_PLUGIN_CONF_FILE' 2024-08-01 07:11:03.135 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-01 07:11:03.138 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-01 07:11:03.140 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/plugins/ml2/ml2_conf.ini ]] 2024-08-01 07:11:03.143 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-01 07:11:03.146 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron/plugins/ml2 2024-08-01 07:11:03.148 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron/plugins/ml2 ]] 2024-08-01 07:11:03.150 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-08-01 07:11:03.152 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-08-01 07:11:03.154 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-08-01 07:11:03.156 | + inc/meta-config:merge_config_file:85 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-08-01 07:11:03.158 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-08-01 07:11:03.161 | ++ inc/meta-config:merge_config_file:91 : eval echo '/$Q_PLUGIN_CONF_FILE' 2024-08-01 07:11:03.163 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-01 07:11:03.165 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/plugins/ml2/ml2_conf.ini 2024-08-01 07:11:03.167 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/plugins/ml2/ml2_conf.ini ']' 2024-08-01 07:11:03.170 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '/$Q_PLUGIN_CONF_FILE' 2024-08-01 07:11:03.170 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-08-01 07:11:03.170 | BEGIN { 2024-08-01 07:11:03.170 | section = "" 2024-08-01 07:11:03.170 | last_section = "" 2024-08-01 07:11:03.170 | section_count = 0 2024-08-01 07:11:03.170 | } 2024-08-01 07:11:03.170 | /^\[.+\]/ { 2024-08-01 07:11:03.170 | gsub("[][]", "", $1); 2024-08-01 07:11:03.170 | section=$1 2024-08-01 07:11:03.170 | next 2024-08-01 07:11:03.170 | } 2024-08-01 07:11:03.170 | /^ *\#/ { 2024-08-01 07:11:03.170 | next 2024-08-01 07:11:03.171 | } 2024-08-01 07:11:03.171 | /^[^ \t]+/ { 2024-08-01 07:11:03.171 | # get offset of first = in $0 2024-08-01 07:11:03.171 | eq_idx = index($0, "=") 2024-08-01 07:11:03.171 | # extract attr & value from $0 2024-08-01 07:11:03.171 | attr = substr($0, 1, eq_idx - 1) 2024-08-01 07:11:03.171 | value = substr($0, eq_idx + 1) 2024-08-01 07:11:03.171 | # only need to strip trailing whitespace from attr 2024-08-01 07:11:03.171 | sub(/[ \t]*$/, "", attr) 2024-08-01 07:11:03.171 | # need to strip leading & trailing whitespace from value 2024-08-01 07:11:03.171 | sub(/^[ \t]*/, "", value) 2024-08-01 07:11:03.171 | sub(/[ \t]*$/, "", value) 2024-08-01 07:11:03.171 | 2024-08-01 07:11:03.171 | # cfg_attr_count: number of config lines per [section, attr] 2024-08-01 07:11:03.171 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-08-01 07:11:03.171 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-08-01 07:11:03.171 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-08-01 07:11:03.171 | if (! (section, attr) in cfg_attr_count) { 2024-08-01 07:11:03.171 | if (section != last_section) { 2024-08-01 07:11:03.171 | cfg_section[section_count++] = section 2024-08-01 07:11:03.171 | last_section = section 2024-08-01 07:11:03.171 | } 2024-08-01 07:11:03.171 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-08-01 07:11:03.171 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-08-01 07:11:03.171 | 2024-08-01 07:11:03.171 | cfg_attr[section, attr, 0] = value 2024-08-01 07:11:03.171 | cfg_attr_count[section, attr] = 1 2024-08-01 07:11:03.171 | } else { 2024-08-01 07:11:03.171 | lno = cfg_attr_count[section, attr]++ 2024-08-01 07:11:03.171 | cfg_attr[section, attr, lno] = value 2024-08-01 07:11:03.171 | } 2024-08-01 07:11:03.171 | } 2024-08-01 07:11:03.171 | END { 2024-08-01 07:11:03.171 | # Process each section in order 2024-08-01 07:11:03.171 | for (sno = 0; sno < section_count; sno++) { 2024-08-01 07:11:03.171 | section = cfg_section[sno] 2024-08-01 07:11:03.171 | # The ini routines simply append a config item immediately 2024-08-01 07:11:03.171 | # after the section header. To keep the same order as defined 2024-08-01 07:11:03.171 | # in local.conf, invoke the ini routines in the reverse order 2024-08-01 07:11:03.171 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-08-01 07:11:03.171 | attr = cfg_sec_attr_name[sno, attr_no] 2024-08-01 07:11:03.171 | if (cfg_attr_count[section, attr] == 1) 2024-08-01 07:11:03.171 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-08-01 07:11:03.171 | else { 2024-08-01 07:11:03.171 | # For multiline, invoke the ini routines in the reverse order 2024-08-01 07:11:03.171 | count = cfg_attr_count[section, attr] 2024-08-01 07:11:03.171 | print "inidelete " configfile " " section " " attr 2024-08-01 07:11:03.171 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-08-01 07:11:03.171 | for (l = count -2; l >= 0; l--) 2024-08-01 07:11:03.171 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-08-01 07:11:03.171 | } 2024-08-01 07:11:03.171 | } 2024-08-01 07:11:03.171 | } 2024-08-01 07:11:03.171 | } 2024-08-01 07:11:03.171 | ' 2024-08-01 07:11:03.171 | + inc/meta-config:merge_config_file:164 : read a 2024-08-01 07:11:03.173 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-08-01 07:11:03.173 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-08-01 07:11:03.175 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-08-01 07:11:03.177 | + inc/meta-config:get_meta_section:35 : local 'configfile=/$Q_PLUGIN_CONF_FILE' 2024-08-01 07:11:03.179 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-01 07:11:03.182 | + inc/meta-config:get_meta_section:38 : [[ -z /$Q_PLUGIN_CONF_FILE ]] 2024-08-01 07:11:03.184 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=/$Q_PLUGIN_CONF_FILE' ' 2024-08-01 07:11:03.184 | BEGIN { group = "" } 2024-08-01 07:11:03.184 | /^\[\[.+\|.*\]\]/ { 2024-08-01 07:11:03.184 | gsub("[][]", "", $1); 2024-08-01 07:11:03.184 | split($1, a, "|"); 2024-08-01 07:11:03.184 | if (a[1] == matchgroup && a[2] == configfile) { 2024-08-01 07:11:03.184 | group=a[1] 2024-08-01 07:11:03.184 | } else { 2024-08-01 07:11:03.184 | group="" 2024-08-01 07:11:03.184 | } 2024-08-01 07:11:03.184 | next 2024-08-01 07:11:03.184 | } 2024-08-01 07:11:03.184 | { 2024-08-01 07:11:03.184 | if (group != "") 2024-08-01 07:11:03.184 | print $0 2024-08-01 07:11:03.184 | } 2024-08-01 07:11:03.184 | ' /opt/stack/devstack/local.conf 2024-08-01 07:11:03.189 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 mechanism_drivers "nsxv3,openvswitch,logger"' 2024-08-01 07:11:03.191 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers nsxv3,openvswitch,logger 2024-08-01 07:11:03.214 | + inc/meta-config:merge_config_file:164 : read a 2024-08-01 07:11:03.216 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 overlay_ip_version "4"' 2024-08-01 07:11:03.218 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2024-08-01 07:11:03.242 | + inc/meta-config:merge_config_file:164 : read a 2024-08-01 07:11:03.244 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 extension_drivers "port_security"' 2024-08-01 07:11:03.246 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2024-08-01 07:11:03.270 | + inc/meta-config:merge_config_file:164 : read a 2024-08-01 07:11:03.272 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 tenant_network_types "vlan"' 2024-08-01 07:11:03.274 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2024-08-01 07:11:03.299 | + inc/meta-config:merge_config_file:164 : read a 2024-08-01 07:11:03.301 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 path_mtu "8950"' 2024-08-01 07:11:03.303 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 path_mtu 8950 2024-08-01 07:11:03.326 | + inc/meta-config:merge_config_file:164 : read a 2024-08-01 07:11:03.328 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE ml2 type_drivers "vlan"' 2024-08-01 07:11:03.330 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 type_drivers vlan 2024-08-01 07:11:03.353 | + inc/meta-config:merge_config_file:164 : read a 2024-08-01 07:11:03.355 | + 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-08-01 07:11:03.357 | ++ 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-08-01 07:11:03.381 | + inc/meta-config:merge_config_file:164 : read a 2024-08-01 07:11:03.383 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup firewall_driver "noop"' 2024-08-01 07:11:03.385 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver noop 2024-08-01 07:11:03.410 | + inc/meta-config:merge_config_file:164 : read a 2024-08-01 07:11:03.412 | + inc/meta-config:merge_config_file:164 : eval 'iniset /$Q_PLUGIN_CONF_FILE securitygroup enable_security_group "True"' 2024-08-01 07:11:03.414 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup enable_security_group True 2024-08-01 07:11:03.439 | + inc/meta-config:merge_config_file:164 : read a 2024-08-01 07:11:03.442 | + inc/meta-config:merge_config_group:178 : for configfile in $(get_meta_section_files $localfile $group) 2024-08-01 07:11:03.444 | + inc/meta-config:merge_config_group:179 : local realconfigfile 2024-08-01 07:11:03.446 | + inc/meta-config:merge_config_group:180 : local dir 2024-08-01 07:11:03.449 | ++ inc/meta-config:merge_config_group:182 : eval 'echo /etc/neutron/dhcp_agent.ini' 2024-08-01 07:11:03.451 | +++ inc/meta-config:merge_config_group:182 : echo /etc/neutron/dhcp_agent.ini 2024-08-01 07:11:03.453 | + inc/meta-config:merge_config_group:182 : realconfigfile=/etc/neutron/dhcp_agent.ini 2024-08-01 07:11:03.455 | + inc/meta-config:merge_config_group:183 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-08-01 07:11:03.458 | ++ inc/meta-config:merge_config_group:187 : dirname /etc/neutron/dhcp_agent.ini 2024-08-01 07:11:03.461 | + inc/meta-config:merge_config_group:187 : dir=/etc/neutron 2024-08-01 07:11:03.463 | + inc/meta-config:merge_config_group:188 : [[ -d /etc/neutron ]] 2024-08-01 07:11:03.465 | + inc/meta-config:merge_config_group:189 : merge_config_file /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2024-08-01 07:11:03.467 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-08-01 07:11:03.469 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-08-01 07:11:03.471 | + inc/meta-config:merge_config_file:85 : local configfile=/etc/neutron/dhcp_agent.ini 2024-08-01 07:11:03.473 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-08-01 07:11:03.476 | ++ inc/meta-config:merge_config_file:91 : eval echo /etc/neutron/dhcp_agent.ini 2024-08-01 07:11:03.478 | +++ inc/meta-config:merge_config_file:91 : echo /etc/neutron/dhcp_agent.ini 2024-08-01 07:11:03.480 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/neutron/dhcp_agent.ini 2024-08-01 07:11:03.483 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/neutron/dhcp_agent.ini ']' 2024-08-01 07:11:03.485 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config /etc/neutron/dhcp_agent.ini 2024-08-01 07:11:03.485 | + inc/meta-config:merge_config_file:97 : awk -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-08-01 07:11:03.486 | BEGIN { 2024-08-01 07:11:03.486 | section = "" 2024-08-01 07:11:03.486 | last_section = "" 2024-08-01 07:11:03.486 | section_count = 0 2024-08-01 07:11:03.486 | } 2024-08-01 07:11:03.486 | /^\[.+\]/ { 2024-08-01 07:11:03.486 | gsub("[][]", "", $1); 2024-08-01 07:11:03.486 | section=$1 2024-08-01 07:11:03.486 | next 2024-08-01 07:11:03.486 | } 2024-08-01 07:11:03.486 | /^ *\#/ { 2024-08-01 07:11:03.486 | next 2024-08-01 07:11:03.486 | } 2024-08-01 07:11:03.486 | /^[^ \t]+/ { 2024-08-01 07:11:03.486 | # get offset of first = in $0 2024-08-01 07:11:03.486 | eq_idx = index($0, "=") 2024-08-01 07:11:03.486 | # extract attr & value from $0 2024-08-01 07:11:03.486 | attr = substr($0, 1, eq_idx - 1) 2024-08-01 07:11:03.486 | value = substr($0, eq_idx + 1) 2024-08-01 07:11:03.486 | # only need to strip trailing whitespace from attr 2024-08-01 07:11:03.486 | sub(/[ \t]*$/, "", attr) 2024-08-01 07:11:03.486 | # need to strip leading & trailing whitespace from value 2024-08-01 07:11:03.486 | sub(/^[ \t]*/, "", value) 2024-08-01 07:11:03.486 | sub(/[ \t]*$/, "", value) 2024-08-01 07:11:03.486 | 2024-08-01 07:11:03.486 | # cfg_attr_count: number of config lines per [section, attr] 2024-08-01 07:11:03.486 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-08-01 07:11:03.486 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-08-01 07:11:03.486 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-08-01 07:11:03.486 | if (! (section, attr) in cfg_attr_count) { 2024-08-01 07:11:03.486 | if (section != last_section) { 2024-08-01 07:11:03.486 | cfg_section[section_count++] = section 2024-08-01 07:11:03.486 | last_section = section 2024-08-01 07:11:03.486 | } 2024-08-01 07:11:03.486 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-08-01 07:11:03.486 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-08-01 07:11:03.486 | 2024-08-01 07:11:03.486 | cfg_attr[section, attr, 0] = value 2024-08-01 07:11:03.486 | cfg_attr_count[section, attr] = 1 2024-08-01 07:11:03.486 | } else { 2024-08-01 07:11:03.486 | lno = cfg_attr_count[section, attr]++ 2024-08-01 07:11:03.486 | cfg_attr[section, attr, lno] = value 2024-08-01 07:11:03.486 | } 2024-08-01 07:11:03.486 | } 2024-08-01 07:11:03.486 | END { 2024-08-01 07:11:03.486 | # Process each section in order 2024-08-01 07:11:03.486 | for (sno = 0; sno < section_count; sno++) { 2024-08-01 07:11:03.486 | section = cfg_section[sno] 2024-08-01 07:11:03.486 | # The ini routines simply append a config item immediately 2024-08-01 07:11:03.486 | # after the section header. To keep the same order as defined 2024-08-01 07:11:03.486 | # in local.conf, invoke the ini routines in the reverse order 2024-08-01 07:11:03.486 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-08-01 07:11:03.486 | attr = cfg_sec_attr_name[sno, attr_no] 2024-08-01 07:11:03.486 | if (cfg_attr_count[section, attr] == 1) 2024-08-01 07:11:03.486 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-08-01 07:11:03.486 | else { 2024-08-01 07:11:03.486 | # For multiline, invoke the ini routines in the reverse order 2024-08-01 07:11:03.486 | count = cfg_attr_count[section, attr] 2024-08-01 07:11:03.486 | print "inidelete " configfile " " section " " attr 2024-08-01 07:11:03.486 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-08-01 07:11:03.486 | for (l = count -2; l >= 0; l--) 2024-08-01 07:11:03.486 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-08-01 07:11:03.486 | } 2024-08-01 07:11:03.486 | } 2024-08-01 07:11:03.486 | } 2024-08-01 07:11:03.486 | } 2024-08-01 07:11:03.486 | ' 2024-08-01 07:11:03.486 | + inc/meta-config:merge_config_file:164 : read a 2024-08-01 07:11:03.488 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-08-01 07:11:03.488 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-08-01 07:11:03.490 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-08-01 07:11:03.492 | + inc/meta-config:get_meta_section:35 : local configfile=/etc/neutron/dhcp_agent.ini 2024-08-01 07:11:03.493 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-01 07:11:03.495 | + inc/meta-config:get_meta_section:38 : [[ -z /etc/neutron/dhcp_agent.ini ]] 2024-08-01 07:11:03.497 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v configfile=/etc/neutron/dhcp_agent.ini ' 2024-08-01 07:11:03.497 | BEGIN { group = "" } 2024-08-01 07:11:03.497 | /^\[\[.+\|.*\]\]/ { 2024-08-01 07:11:03.497 | gsub("[][]", "", $1); 2024-08-01 07:11:03.497 | split($1, a, "|"); 2024-08-01 07:11:03.497 | if (a[1] == matchgroup && a[2] == configfile) { 2024-08-01 07:11:03.497 | group=a[1] 2024-08-01 07:11:03.497 | } else { 2024-08-01 07:11:03.497 | group="" 2024-08-01 07:11:03.497 | } 2024-08-01 07:11:03.497 | next 2024-08-01 07:11:03.497 | } 2024-08-01 07:11:03.497 | { 2024-08-01 07:11:03.497 | if (group != "") 2024-08-01 07:11:03.497 | print $0 2024-08-01 07:11:03.497 | } 2024-08-01 07:11:03.497 | ' /opt/stack/devstack/local.conf 2024-08-01 07:11:03.502 | + 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-08-01 07:11:03.504 | ++ 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-08-01 07:11:03.526 | + inc/meta-config:merge_config_file:164 : read a 2024-08-01 07:11:03.528 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver "openvswitch"' 2024-08-01 07:11:03.530 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2024-08-01 07:11:03.555 | + inc/meta-config:merge_config_file:164 : read a 2024-08-01 07:11:03.557 | + inc/meta-config:merge_config_file:164 : eval 'iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata "True"' 2024-08-01 07:11:03.559 | ++ inc/meta-config:merge_config_file:164 : iniset /etc/neutron/dhcp_agent.ini DEFAULT enable_isolated_metadata True 2024-08-01 07:11:03.583 | + inc/meta-config:merge_config_file:164 : read a 2024-08-01 07:11:03.585 | + stack.sh:main:1272 : is_service_enabled swift 2024-08-01 07:11:03.599 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:11:03.601 | + stack.sh:main:1280 : FIXED_KEY=bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-08-01 07:11:03.603 | + stack.sh:main:1281 : is_service_enabled cinder 2024-08-01 07:11:03.617 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:11:03.619 | + stack.sh:main:1282 : iniset /etc/cinder/cinder.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-08-01 07:11:03.644 | + stack.sh:main:1285 : async_wait configure_neutron_nova 2024-08-01 07:11:03.680 | [3544 Async configure_neutron_nova:43807]: Waiting for completion of configure_neutron_nova running on PID 43807 (2 other jobs running) 2024-08-01 07:11:03.697 | [3544 Async configure_neutron_nova:43807]: Signaling child to exit 2024-08-01 07:11:03.697 | WAKEUP 2024-08-01 07:11:03.712 | [3544 Async configure_neutron_nova:43807]: Signaled 2024-08-01 07:11:03.713 | + lib/neutron:configure_neutron_nova:437 : create_nova_conf_neutron /etc/nova/nova.conf 2024-08-01 07:11:03.713 | + lib/neutron:create_nova_conf_neutron:448 : local conf=/etc/nova/nova.conf 2024-08-01 07:11:03.713 | + lib/neutron:create_nova_conf_neutron:449 : iniset /etc/nova/nova.conf neutron auth_type password 2024-08-01 07:11:03.713 | + lib/neutron:create_nova_conf_neutron:450 : iniset /etc/nova/nova.conf neutron auth_url http://10.180.1.21/identity 2024-08-01 07:11:03.713 | + lib/neutron:create_nova_conf_neutron:451 : iniset /etc/nova/nova.conf neutron username neutron 2024-08-01 07:11:03.713 | + lib/neutron:create_nova_conf_neutron:452 : iniset /etc/nova/nova.conf neutron password nomoresecret 2024-08-01 07:11:03.713 | + lib/neutron:create_nova_conf_neutron:453 : iniset /etc/nova/nova.conf neutron user_domain_name Default 2024-08-01 07:11:03.713 | + lib/neutron:create_nova_conf_neutron:454 : iniset /etc/nova/nova.conf neutron project_name service 2024-08-01 07:11:03.713 | + lib/neutron:create_nova_conf_neutron:455 : iniset /etc/nova/nova.conf neutron project_domain_name Default 2024-08-01 07:11:03.713 | + lib/neutron:create_nova_conf_neutron:456 : iniset /etc/nova/nova.conf neutron auth_strategy keystone 2024-08-01 07:11:03.713 | + lib/neutron:create_nova_conf_neutron:457 : iniset /etc/nova/nova.conf neutron region_name RegionOne 2024-08-01 07:11:03.713 | + lib/neutron:create_nova_conf_neutron:460 : neutron_plugin_create_nova_conf /etc/nova/nova.conf 2024-08-01 07:11:03.713 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_create_nova_conf:13 : _neutron_ovs_base_configure_nova_vif_driver 2024-08-01 07:11:03.713 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_nova_vif_driver:132 : : 2024-08-01 07:11:03.713 | + lib/neutron:create_nova_conf_neutron:462 : is_service_enabled q-meta neutron-metadata-agent 2024-08-01 07:11:03.713 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:11:03.713 | + lib/neutron:create_nova_conf_neutron:463 : iniset /etc/nova/nova.conf neutron service_metadata_proxy True 2024-08-01 07:11:03.713 | + lib/neutron:create_nova_conf_neutron:466 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_is_fatal True 2024-08-01 07:11:03.713 | + lib/neutron:create_nova_conf_neutron:467 : iniset /etc/nova/nova.conf DEFAULT vif_plugging_timeout 300 2024-08-01 07:11:03.713 | + lib/neutron:configure_neutron_nova:438 : [[ singleconductor == \s\u\p\e\r\c\o\n\d\u\c\t\o\r ]] 2024-08-01 07:11:03.743 | [3544 Async configure_neutron_nova:43807]: finished configure_neutron_nova with result 0 in 0 seconds 2024-08-01 07:11:03.747 | + inc/async:async_wait:197 : return 0 2024-08-01 07:11:03.749 | + stack.sh:main:1291 : is_service_enabled nova 2024-08-01 07:11:03.762 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:11:03.764 | + stack.sh:main:1292 : iniset /etc/nova/nova.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-08-01 07:11:03.789 | + stack.sh:main:1293 : iniset /etc/nova/nova-cpu.conf key_manager fixed_key bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec 2024-08-01 07:11:03.815 | + stack.sh:main:1297 : is_service_enabled n-api 2024-08-01 07:11:03.828 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:11:03.830 | + stack.sh:main:1298 : echo_summary 'Starting Nova API' 2024-08-01 07:11:03.832 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-01 07:11:03.834 | + stack.sh:echo_summary:472 : echo -e Starting Nova API 2024-08-01 07:11:03.836 | + stack.sh:main:1299 : start_nova_api 2024-08-01 07:11:03.838 | + lib/nova:start_nova_api:970 : local service_port=8774 2024-08-01 07:11:03.840 | + lib/nova:start_nova_api:971 : local service_protocol=http 2024-08-01 07:11:03.842 | + lib/nova:start_nova_api:972 : local nova_url 2024-08-01 07:11:03.844 | + lib/nova:start_nova_api:973 : is_service_enabled tls-proxy 2024-08-01 07:11:03.857 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:11:03.859 | + 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-08-01 07:11:03.860 | + 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-08-01 07:11:03.863 | + 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-08-01 07:11:03.865 | + lib/nova:start_nova_api:982 : '[' True == False ']' 2024-08-01 07:11:03.867 | ++ lib/nova:start_nova_api:990 : which uwsgi 2024-08-01 07:11:03.871 | + 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-08-01 07:11:03.873 | + functions-common:run_process:1689 : local service=n-api 2024-08-01 07:11:03.875 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-01 07:11:03.877 | + functions-common:run_process:1691 : local group= 2024-08-01 07:11:03.879 | + functions-common:run_process:1692 : local user= 2024-08-01 07:11:03.881 | + functions-common:run_process:1693 : local env_vars= 2024-08-01 07:11:03.883 | + functions-common:run_process:1695 : local name=n-api 2024-08-01 07:11:03.885 | + functions-common:run_process:1697 : time_start run_process 2024-08-01 07:11:03.887 | + functions-common:time_start:2421 : local name=run_process 2024-08-01 07:11:03.889 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:11:03.891 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:11:03.894 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:11:03.897 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496263895 2024-08-01 07:11:03.899 | + functions-common:run_process:1698 : is_service_enabled n-api 2024-08-01 07:11:03.912 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:11:03.914 | + 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-08-01 07:11:03.916 | + functions-common:_run_under_systemd:1649 : local service=n-api 2024-08-01 07:11:03.918 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-01 07:11:03.920 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-01 07:11:03.922 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-01 07:11:03.924 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini' 2024-08-01 07:11:03.925 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ sudo ]] 2024-08-01 07:11:03.927 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ ^/ ]] 2024-08-01 07:11:03.929 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api.service 2024-08-01 07:11:03.931 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-01 07:11:03.933 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-01 07:11:03.936 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-01 07:11:03.938 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-01 07:11:03.940 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api --ini /etc/nova/nova-api-uwsgi.ini =~ uwsgi ]] 2024-08-01 07:11:03.942 | + 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-08-01 07:11:03.944 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api.service 2024-08-01 07:11:03.945 | + 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-08-01 07:11:03.947 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-08-01 07:11:03.949 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-08-01 07:11:03.951 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-08-01 07:11:03.952 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api.service 2024-08-01 07:11:03.954 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-08-01 07:11:03.957 | + 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-08-01 07:11:04.006 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service SyslogIdentifier devstack@n-api.service 2024-08-01 07:11:04.054 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service User stack 2024-08-01 07:11:04.094 | + 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-08-01 07:11:04.136 | + 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-08-01 07:11:04.177 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Type notify 2024-08-01 07:11:04.218 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service KillMode process 2024-08-01 07:11:04.259 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service Restart always 2024-08-01 07:11:04.300 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service NotifyAccess all 2024-08-01 07:11:04.342 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api.service Service RestartForceExitStatus 100 2024-08-01 07:11:04.384 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-08-01 07:11:04.386 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-08-01 07:11:04.388 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api.service Install WantedBy multi-user.target 2024-08-01 07:11:04.437 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-08-01 07:11:04.738 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api.service 2024-08-01 07:11:04.748 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api.service → /etc/systemd/system/devstack@n-api.service. 2024-08-01 07:11:05.081 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api.service 2024-08-01 07:11:05.146 | + functions-common:run_process:1701 : time_stop run_process 2024-08-01 07:11:05.147 | + functions-common:time_stop:2435 : local name 2024-08-01 07:11:05.150 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:11:05.152 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:11:05.154 | + functions-common:time_stop:2438 : local total 2024-08-01 07:11:05.156 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:11:05.158 | + functions-common:time_stop:2441 : name=run_process 2024-08-01 07:11:05.160 | + functions-common:time_stop:2442 : start_time=1722496263895 2024-08-01 07:11:05.162 | + functions-common:time_stop:2444 : [[ -z 1722496263895 ]] 2024-08-01 07:11:05.165 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:11:05.168 | + functions-common:time_stop:2447 : end_time=1722496265166 2024-08-01 07:11:05.170 | + functions-common:time_stop:2448 : elapsed_time=1271 2024-08-01 07:11:05.172 | + functions-common:time_stop:2449 : total=1426 2024-08-01 07:11:05.174 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:11:05.176 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=2697 2024-08-01 07:11:05.178 | + lib/nova:start_nova_api:991 : nova_url=http://10.180.1.21/compute/v2.1/ 2024-08-01 07:11:05.179 | + lib/nova:start_nova_api:994 : echo 'Waiting for nova-api to start...' 2024-08-01 07:11:05.179 | Waiting for nova-api to start... 2024-08-01 07:11:05.181 | + lib/nova:start_nova_api:995 : wait_for_service 60 http://10.180.1.21/compute/v2.1/ 2024-08-01 07:11:05.183 | + functions:wait_for_service:468 : local timeout=60 2024-08-01 07:11:05.185 | + functions:wait_for_service:469 : local url=http://10.180.1.21/compute/v2.1/ 2024-08-01 07:11:05.187 | + functions:wait_for_service:470 : local rval=0 2024-08-01 07:11:05.190 | + functions:wait_for_service:471 : time_start wait_for_service 2024-08-01 07:11:05.192 | + functions-common:time_start:2421 : local name=wait_for_service 2024-08-01 07:11:05.194 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:11:05.196 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:11:05.198 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:11:05.202 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496265200 2024-08-01 07:11:05.204 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-08-01 07:11:05.208 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/compute/v2.1/ 2024-08-01 07:11:07.865 | + :: : [[ 200 == 503 ]] 2024-08-01 07:11:07.866 | + :: : [[ 0 -eq 7 ]] 2024-08-01 07:11:07.869 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-08-01 07:11:07.871 | + functions-common:time_stop:2435 : local name 2024-08-01 07:11:07.874 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:11:07.876 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:11:07.878 | + functions-common:time_stop:2438 : local total 2024-08-01 07:11:07.880 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:11:07.882 | + functions-common:time_stop:2441 : name=wait_for_service 2024-08-01 07:11:07.884 | + functions-common:time_stop:2442 : start_time=1722496265200 2024-08-01 07:11:07.886 | + functions-common:time_stop:2444 : [[ -z 1722496265200 ]] 2024-08-01 07:11:07.889 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:11:07.893 | + functions-common:time_stop:2447 : end_time=1722496267890 2024-08-01 07:11:07.895 | + functions-common:time_stop:2448 : elapsed_time=2690 2024-08-01 07:11:07.897 | + functions-common:time_stop:2449 : total=2385 2024-08-01 07:11:07.898 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:11:07.900 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5075 2024-08-01 07:11:07.902 | + functions:wait_for_service:478 : return 0 2024-08-01 07:11:07.905 | + 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-08-01 07:11:07.907 | + 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-08-01 07:11:07.909 | + stack.sh:main:1302 : is_service_enabled ovn-controller ovn-controller-vtep 2024-08-01 07:11:07.923 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:11:07.925 | + stack.sh:main:1307 : is_service_enabled neutron-api 2024-08-01 07:11:07.939 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:11:07.940 | + stack.sh:main:1310 : is_service_enabled q-svc 2024-08-01 07:11:07.954 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:11:07.956 | + stack.sh:main:1311 : echo_summary 'Starting Neutron' 2024-08-01 07:11:07.958 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-01 07:11:07.960 | + stack.sh:echo_summary:472 : echo -e Starting Neutron 2024-08-01 07:11:07.962 | + stack.sh:main:1312 : configure_neutron_after_post_config 2024-08-01 07:11:07.964 | + lib/neutron:configure_neutron_after_post_config:547 : [[ router != '' ]] 2024-08-01 07:11:07.967 | + lib/neutron:configure_neutron_after_post_config:548 : iniset /etc/neutron/neutron.conf DEFAULT service_plugins router 2024-08-01 07:11:07.993 | + lib/neutron:configure_neutron_after_post_config:550 : configure_rbac_policies 2024-08-01 07:11:07.995 | + lib/neutron:configure_rbac_policies:556 : [[ False == \T\r\u\e ]] 2024-08-01 07:11:07.997 | + lib/neutron:configure_rbac_policies:556 : [[ False == True ]] 2024-08-01 07:11:07.999 | + lib/neutron:configure_rbac_policies:560 : iniset /etc/neutron/neutron.conf oslo_policy enforce_new_defaults False 2024-08-01 07:11:08.025 | + lib/neutron:configure_rbac_policies:561 : iniset /etc/neutron/neutron.conf oslo_policy enforce_scope False 2024-08-01 07:11:08.051 | + stack.sh:main:1313 : start_neutron_service_and_check 2024-08-01 07:11:08.052 | + lib/neutron:start_neutron_service_and_check:583 : local service_port=9696 2024-08-01 07:11:08.054 | + lib/neutron:start_neutron_service_and_check:584 : local service_protocol=http 2024-08-01 07:11:08.056 | + lib/neutron:start_neutron_service_and_check:585 : local cfg_file_options 2024-08-01 07:11:08.058 | + lib/neutron:start_neutron_service_and_check:586 : local neutron_url 2024-08-01 07:11:08.061 | ++ lib/neutron:start_neutron_service_and_check:588 : determine_config_files neutron-server 2024-08-01 07:11:08.063 | ++ lib/neutron:determine_config_files:360 : local opts= 2024-08-01 07:11:08.065 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2024-08-01 07:11:08.068 | +++ lib/neutron:determine_config_files:362 : _determine_config_server 2024-08-01 07:11:08.070 | +++ lib/neutron:_determine_config_server:330 : [[ '' != '' ]] 2024-08-01 07:11:08.072 | +++ lib/neutron:_determine_config_server:337 : [[ 0 > 0 ]] 2024-08-01 07:11:08.074 | +++ lib/neutron:_determine_config_server:344 : local cfg_file 2024-08-01 07:11:08.076 | +++ lib/neutron:_determine_config_server:345 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-01 07:11:08.078 | +++ lib/neutron:_determine_config_server:349 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-01 07:11:08.081 | ++ lib/neutron:determine_config_files:362 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-01 07:11:08.083 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' ']' 2024-08-01 07:11:08.085 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' 2024-08-01 07:11:08.087 | + 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-08-01 07:11:08.089 | + lib/neutron:start_neutron_service_and_check:590 : is_service_enabled tls-proxy 2024-08-01 07:11:08.102 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:11:08.104 | + lib/neutron:start_neutron_service_and_check:595 : '[' False == True ']' 2024-08-01 07:11:08.106 | + 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-08-01 07:11:08.108 | + functions-common:run_process:1689 : local service=q-svc 2024-08-01 07:11:08.110 | + 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-08-01 07:11:08.112 | + functions-common:run_process:1691 : local group= 2024-08-01 07:11:08.114 | + functions-common:run_process:1692 : local user= 2024-08-01 07:11:08.116 | + functions-common:run_process:1693 : local env_vars= 2024-08-01 07:11:08.118 | + functions-common:run_process:1695 : local name=q-svc 2024-08-01 07:11:08.120 | + functions-common:run_process:1697 : time_start run_process 2024-08-01 07:11:08.122 | + functions-common:time_start:2421 : local name=run_process 2024-08-01 07:11:08.124 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:11:08.126 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:11:08.128 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:11:08.132 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496268129 2024-08-01 07:11:08.134 | + functions-common:run_process:1698 : is_service_enabled q-svc 2024-08-01 07:11:08.147 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:11:08.149 | + 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-08-01 07:11:08.151 | + functions-common:_run_under_systemd:1649 : local service=q-svc 2024-08-01 07:11:08.154 | + 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-08-01 07:11:08.156 | + 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-08-01 07:11:08.158 | + 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-08-01 07:11:08.159 | + 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-08-01 07:11:08.162 | + 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-08-01 07:11:08.163 | + 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-08-01 07:11:08.165 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-svc.service 2024-08-01 07:11:08.167 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-01 07:11:08.169 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-01 07:11:08.171 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-01 07:11:08.173 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-01 07:11:08.175 | + 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-08-01 07:11:08.177 | + 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-08-01 07:11:08.179 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-svc.service 2024-08-01 07:11:08.181 | + 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-08-01 07:11:08.183 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-01 07:11:08.185 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-01 07:11:08.186 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-01 07:11:08.188 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-01 07:11:08.190 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-01 07:11:08.192 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-svc.service 2024-08-01 07:11:08.194 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-01 07:11:08.197 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Unit Description 'Devstack devstack@q-svc.service' 2024-08-01 07:11:08.245 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service User stack 2024-08-01 07:11:08.293 | + 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-08-01 07:11:08.334 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service KillMode process 2024-08-01 07:11:08.375 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service TimeoutStopSec 300 2024-08-01 07:11:08.415 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-01 07:11:08.457 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-01 07:11:08.459 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-01 07:11:08.461 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-svc.service Install WantedBy multi-user.target 2024-08-01 07:11:08.509 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-01 07:11:08.830 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-svc.service 2024-08-01 07:11:08.840 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-svc.service → /etc/systemd/system/devstack@q-svc.service. 2024-08-01 07:11:09.152 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-svc.service 2024-08-01 07:11:09.184 | + functions-common:run_process:1701 : time_stop run_process 2024-08-01 07:11:09.186 | + functions-common:time_stop:2435 : local name 2024-08-01 07:11:09.189 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:11:09.191 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:11:09.192 | + functions-common:time_stop:2438 : local total 2024-08-01 07:11:09.194 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:11:09.196 | + functions-common:time_stop:2441 : name=run_process 2024-08-01 07:11:09.198 | + functions-common:time_stop:2442 : start_time=1722496268129 2024-08-01 07:11:09.200 | + functions-common:time_stop:2444 : [[ -z 1722496268129 ]] 2024-08-01 07:11:09.202 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:11:09.206 | + functions-common:time_stop:2447 : end_time=1722496269204 2024-08-01 07:11:09.208 | + functions-common:time_stop:2448 : elapsed_time=1075 2024-08-01 07:11:09.210 | + functions-common:time_stop:2449 : total=2697 2024-08-01 07:11:09.211 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:11:09.214 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3772 2024-08-01 07:11:09.216 | + lib/neutron:start_neutron_service_and_check:603 : neutron_url=http://10.180.1.21:9696/ 2024-08-01 07:11:09.218 | + lib/neutron:start_neutron_service_and_check:605 : is_service_enabled tls-proxy 2024-08-01 07:11:09.232 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:11:09.234 | + lib/neutron:start_neutron_service_and_check:609 : '[' '!' -z networking ']' 2024-08-01 07:11:09.235 | + lib/neutron:start_neutron_service_and_check:610 : neutron_url=http://10.180.1.21:9696/networking 2024-08-01 07:11:09.238 | + lib/neutron:start_neutron_service_and_check:612 : echo 'Waiting for Neutron to start...' 2024-08-01 07:11:09.238 | Waiting for Neutron to start... 2024-08-01 07:11:09.239 | + lib/neutron:start_neutron_service_and_check:614 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2024-08-01 07:11:09.242 | + 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-08-01 07:11:09.244 | + functions-common:test_with_retry:2373 : local 'testcmd=wget --no-proxy -q -O- http://10.180.1.21:9696/networking' 2024-08-01 07:11:09.245 | + functions-common:test_with_retry:2374 : local 'failmsg=Neutron did not start' 2024-08-01 07:11:09.247 | + functions-common:test_with_retry:2375 : local until=60 2024-08-01 07:11:09.250 | + functions-common:test_with_retry:2376 : local sleep=0.5 2024-08-01 07:11:09.252 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2024-08-01 07:11:09.253 | + functions-common:time_start:2421 : local name=test_with_retry 2024-08-01 07:11:09.255 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:11:09.257 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:11:09.260 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:11:09.263 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496269261 2024-08-01 07:11:09.265 | + 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-08-01 07:11:12.303 | {"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-08-01 07:11:12.306 | + functions-common:time_stop:2435 : local name 2024-08-01 07:11:12.307 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:11:12.310 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:11:12.311 | + functions-common:time_stop:2438 : local total 2024-08-01 07:11:12.314 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:11:12.315 | + functions-common:time_stop:2441 : name=test_with_retry 2024-08-01 07:11:12.318 | + functions-common:time_stop:2442 : start_time=1722496269261 2024-08-01 07:11:12.319 | + functions-common:time_stop:2444 : [[ -z 1722496269261 ]] 2024-08-01 07:11:12.322 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:11:12.325 | + functions-common:time_stop:2447 : end_time=1722496272323 2024-08-01 07:11:12.327 | + functions-common:time_stop:2448 : elapsed_time=3062 2024-08-01 07:11:12.329 | + functions-common:time_stop:2449 : total=0 2024-08-01 07:11:12.331 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:11:12.333 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3062 2024-08-01 07:11:12.336 | + stack.sh:main:1318 : is_service_enabled placement 2024-08-01 07:11:12.350 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:11:12.352 | + stack.sh:main:1319 : echo_summary 'Starting Placement' 2024-08-01 07:11:12.354 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-01 07:11:12.356 | + stack.sh:echo_summary:472 : echo -e Starting Placement 2024-08-01 07:11:12.358 | + stack.sh:main:1320 : start_placement 2024-08-01 07:11:12.360 | + lib/placement:start_placement:173 : start_placement_api 2024-08-01 07:11:12.362 | + lib/placement:start_placement_api:159 : [[ uwsgi == \u\w\s\g\i ]] 2024-08-01 07:11:12.364 | ++ lib/placement:start_placement_api:160 : which uwsgi 2024-08-01 07:11:12.368 | + lib/placement:start_placement_api:160 : run_process placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-01 07:11:12.370 | + functions-common:run_process:1689 : local service=placement-api 2024-08-01 07:11:12.372 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-01 07:11:12.374 | + functions-common:run_process:1691 : local group= 2024-08-01 07:11:12.376 | + functions-common:run_process:1692 : local user= 2024-08-01 07:11:12.378 | + functions-common:run_process:1693 : local env_vars= 2024-08-01 07:11:12.380 | + functions-common:run_process:1695 : local name=placement-api 2024-08-01 07:11:12.382 | + functions-common:run_process:1697 : time_start run_process 2024-08-01 07:11:12.384 | + functions-common:time_start:2421 : local name=run_process 2024-08-01 07:11:12.386 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:11:12.388 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:11:12.390 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:11:12.394 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496272392 2024-08-01 07:11:12.396 | + functions-common:run_process:1698 : is_service_enabled placement-api 2024-08-01 07:11:12.409 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:11:12.412 | + functions-common:run_process:1699 : _run_under_systemd placement-api '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' '' '' '' 2024-08-01 07:11:12.414 | + functions-common:_run_under_systemd:1649 : local service=placement-api 2024-08-01 07:11:12.416 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-01 07:11:12.418 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-01 07:11:12.420 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-01 07:11:12.422 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-01 07:11:12.424 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ sudo ]] 2024-08-01 07:11:12.426 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ ^/ ]] 2024-08-01 07:11:12.428 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@placement-api.service 2024-08-01 07:11:12.430 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-01 07:11:12.432 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-01 07:11:12.434 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-01 07:11:12.437 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-01 07:11:12.439 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini =~ uwsgi ]] 2024-08-01 07:11:12.441 | + 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-08-01 07:11:12.443 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@placement-api.service 2024-08-01 07:11:12.445 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix placement --ini /etc/placement/placement-uwsgi.ini' 2024-08-01 07:11:12.447 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-08-01 07:11:12.449 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-08-01 07:11:12.450 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-08-01 07:11:12.452 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@placement-api.service 2024-08-01 07:11:12.454 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-08-01 07:11:12.457 | + 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-08-01 07:11:12.507 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service SyslogIdentifier devstack@placement-api.service 2024-08-01 07:11:12.553 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service User stack 2024-08-01 07:11:12.593 | + 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-08-01 07:11:12.633 | + 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-08-01 07:11:12.673 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Type notify 2024-08-01 07:11:12.714 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service KillMode process 2024-08-01 07:11:12.755 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service Restart always 2024-08-01 07:11:12.797 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service NotifyAccess all 2024-08-01 07:11:12.838 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Service RestartForceExitStatus 100 2024-08-01 07:11:12.879 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-08-01 07:11:12.881 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-08-01 07:11:12.883 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@placement-api.service Install WantedBy multi-user.target 2024-08-01 07:11:12.930 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-08-01 07:11:13.236 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@placement-api.service 2024-08-01 07:11:13.247 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@placement-api.service → /etc/systemd/system/devstack@placement-api.service. 2024-08-01 07:11:13.525 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@placement-api.service 2024-08-01 07:11:13.602 | + functions-common:run_process:1701 : time_stop run_process 2024-08-01 07:11:13.604 | + functions-common:time_stop:2435 : local name 2024-08-01 07:11:13.606 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:11:13.608 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:11:13.610 | + functions-common:time_stop:2438 : local total 2024-08-01 07:11:13.613 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:11:13.614 | + functions-common:time_stop:2441 : name=run_process 2024-08-01 07:11:13.616 | + functions-common:time_stop:2442 : start_time=1722496272392 2024-08-01 07:11:13.618 | + functions-common:time_stop:2444 : [[ -z 1722496272392 ]] 2024-08-01 07:11:13.621 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:11:13.624 | + functions-common:time_stop:2447 : end_time=1722496273622 2024-08-01 07:11:13.626 | + functions-common:time_stop:2448 : elapsed_time=1230 2024-08-01 07:11:13.628 | + functions-common:time_stop:2449 : total=3772 2024-08-01 07:11:13.630 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:11:13.632 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=5002 2024-08-01 07:11:13.635 | + lib/placement:start_placement_api:166 : echo 'Waiting for placement-api to start...' 2024-08-01 07:11:13.635 | Waiting for placement-api to start... 2024-08-01 07:11:13.636 | + lib/placement:start_placement_api:167 : wait_for_service 60 http://10.180.1.21/placement 2024-08-01 07:11:13.638 | + functions:wait_for_service:468 : local timeout=60 2024-08-01 07:11:13.641 | + functions:wait_for_service:469 : local url=http://10.180.1.21/placement 2024-08-01 07:11:13.643 | + functions:wait_for_service:470 : local rval=0 2024-08-01 07:11:13.645 | + functions:wait_for_service:471 : time_start wait_for_service 2024-08-01 07:11:13.647 | + functions-common:time_start:2421 : local name=wait_for_service 2024-08-01 07:11:13.649 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:11:13.651 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:11:13.653 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:11:13.657 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496273655 2024-08-01 07:11:13.659 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-08-01 07:11:13.662 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/placement 2024-08-01 07:11:14.878 | + :: : [[ 200 == 503 ]] 2024-08-01 07:11:14.879 | + :: : [[ 0 -eq 7 ]] 2024-08-01 07:11:14.882 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-08-01 07:11:14.884 | + functions-common:time_stop:2435 : local name 2024-08-01 07:11:14.886 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:11:14.888 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:11:14.890 | + functions-common:time_stop:2438 : local total 2024-08-01 07:11:14.892 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:11:14.894 | + functions-common:time_stop:2441 : name=wait_for_service 2024-08-01 07:11:14.895 | + functions-common:time_stop:2442 : start_time=1722496273655 2024-08-01 07:11:14.898 | + functions-common:time_stop:2444 : [[ -z 1722496273655 ]] 2024-08-01 07:11:14.900 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:11:14.903 | + functions-common:time_stop:2447 : end_time=1722496274901 2024-08-01 07:11:14.905 | + functions-common:time_stop:2448 : elapsed_time=1246 2024-08-01 07:11:14.907 | + functions-common:time_stop:2449 : total=5075 2024-08-01 07:11:14.909 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:11:14.911 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6321 2024-08-01 07:11:14.913 | + functions:wait_for_service:478 : return 0 2024-08-01 07:11:14.915 | + stack.sh:main:1323 : is_service_enabled neutron 2024-08-01 07:11:14.929 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:11:14.931 | + stack.sh:main:1324 : start_neutron 2024-08-01 07:11:14.933 | + lib/neutron:start_neutron:619 : start_l2_agent 2024-08-01 07:11:14.935 | + 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-08-01 07:11:14.937 | + functions-common:run_process:1689 : local service=q-agt 2024-08-01 07:11:14.939 | + 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-08-01 07:11:14.941 | + functions-common:run_process:1691 : local group= 2024-08-01 07:11:14.943 | + functions-common:run_process:1692 : local user= 2024-08-01 07:11:14.945 | + functions-common:run_process:1693 : local env_vars= 2024-08-01 07:11:14.947 | + functions-common:run_process:1695 : local name=q-agt 2024-08-01 07:11:14.949 | + functions-common:run_process:1697 : time_start run_process 2024-08-01 07:11:14.951 | + functions-common:time_start:2421 : local name=run_process 2024-08-01 07:11:14.953 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:11:14.955 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:11:14.957 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:11:14.961 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496274959 2024-08-01 07:11:14.963 | + functions-common:run_process:1698 : is_service_enabled q-agt 2024-08-01 07:11:14.977 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:11:14.979 | + 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-08-01 07:11:14.981 | + functions-common:_run_under_systemd:1649 : local service=q-agt 2024-08-01 07:11:14.983 | + 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-08-01 07:11:14.985 | + 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-08-01 07:11:14.987 | + 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-08-01 07:11:14.989 | + 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-08-01 07:11:14.991 | + 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-08-01 07:11:14.993 | + 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-08-01 07:11:14.995 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-agt.service 2024-08-01 07:11:14.997 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-01 07:11:14.998 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-01 07:11:15.000 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-01 07:11:15.002 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-01 07:11:15.004 | + 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-08-01 07:11:15.007 | + 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-08-01 07:11:15.008 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-agt.service 2024-08-01 07:11:15.010 | + 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-08-01 07:11:15.012 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-01 07:11:15.014 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-01 07:11:15.016 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-01 07:11:15.018 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-01 07:11:15.019 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-01 07:11:15.021 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-agt.service 2024-08-01 07:11:15.023 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-01 07:11:15.026 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Unit Description 'Devstack devstack@q-agt.service' 2024-08-01 07:11:15.075 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service User stack 2024-08-01 07:11:15.124 | + 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-08-01 07:11:15.164 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service KillMode process 2024-08-01 07:11:15.205 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service TimeoutStopSec 300 2024-08-01 07:11:15.245 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-01 07:11:15.286 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-01 07:11:15.287 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-01 07:11:15.290 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-agt.service Install WantedBy multi-user.target 2024-08-01 07:11:15.338 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-01 07:11:15.685 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-agt.service 2024-08-01 07:11:15.694 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-agt.service → /etc/systemd/system/devstack@q-agt.service. 2024-08-01 07:11:16.029 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-agt.service 2024-08-01 07:11:16.064 | + functions-common:run_process:1701 : time_stop run_process 2024-08-01 07:11:16.066 | + functions-common:time_stop:2435 : local name 2024-08-01 07:11:16.069 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:11:16.071 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:11:16.073 | + functions-common:time_stop:2438 : local total 2024-08-01 07:11:16.075 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:11:16.077 | + functions-common:time_stop:2441 : name=run_process 2024-08-01 07:11:16.079 | + functions-common:time_stop:2442 : start_time=1722496274959 2024-08-01 07:11:16.081 | + functions-common:time_stop:2444 : [[ -z 1722496274959 ]] 2024-08-01 07:11:16.083 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:11:16.087 | + functions-common:time_stop:2447 : end_time=1722496276085 2024-08-01 07:11:16.089 | + functions-common:time_stop:2448 : elapsed_time=1126 2024-08-01 07:11:16.091 | + functions-common:time_stop:2449 : total=5002 2024-08-01 07:11:16.093 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:11:16.095 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=6128 2024-08-01 07:11:16.097 | + lib/neutron:start_l2_agent:628 : is_provider_network 2024-08-01 07:11:16.099 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-08-01 07:11:16.101 | + functions-common:is_provider_network:2287 : return 1 2024-08-01 07:11:16.103 | + lib/neutron:start_neutron:620 : start_other_agents 2024-08-01 07:11:16.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-08-01 07:11:16.106 | + functions-common:run_process:1689 : local service=q-dhcp 2024-08-01 07:11:16.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-08-01 07:11:16.110 | + functions-common:run_process:1691 : local group= 2024-08-01 07:11:16.112 | + functions-common:run_process:1692 : local user= 2024-08-01 07:11:16.114 | + functions-common:run_process:1693 : local env_vars= 2024-08-01 07:11:16.116 | + functions-common:run_process:1695 : local name=q-dhcp 2024-08-01 07:11:16.118 | + functions-common:run_process:1697 : time_start run_process 2024-08-01 07:11:16.120 | + functions-common:time_start:2421 : local name=run_process 2024-08-01 07:11:16.122 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:11:16.123 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:11:16.126 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:11:16.130 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496276127 2024-08-01 07:11:16.131 | + functions-common:run_process:1698 : is_service_enabled q-dhcp 2024-08-01 07:11:16.146 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:11:16.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-08-01 07:11:16.150 | + functions-common:_run_under_systemd:1649 : local service=q-dhcp 2024-08-01 07:11:16.151 | + 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-08-01 07:11:16.153 | + 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-08-01 07:11:16.155 | + 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-08-01 07:11:16.157 | + 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-08-01 07:11:16.159 | + 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-08-01 07:11:16.161 | + 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-08-01 07:11:16.163 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-dhcp.service 2024-08-01 07:11:16.165 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-01 07:11:16.167 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-01 07:11:16.169 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-01 07:11:16.171 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-01 07:11:16.173 | + 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-08-01 07:11:16.174 | + 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-08-01 07:11:16.176 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-dhcp.service 2024-08-01 07:11:16.178 | + 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-08-01 07:11:16.180 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-01 07:11:16.182 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-01 07:11:16.184 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-01 07:11:16.185 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-01 07:11:16.187 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-01 07:11:16.189 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-dhcp.service 2024-08-01 07:11:16.191 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-01 07:11:16.195 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Unit Description 'Devstack devstack@q-dhcp.service' 2024-08-01 07:11:16.249 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service User stack 2024-08-01 07:11:16.299 | + 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-08-01 07:11:16.343 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service KillMode process 2024-08-01 07:11:16.386 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service TimeoutStopSec 300 2024-08-01 07:11:16.430 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-01 07:11:16.475 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-01 07:11:16.477 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-01 07:11:16.479 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-dhcp.service Install WantedBy multi-user.target 2024-08-01 07:11:16.531 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-01 07:11:16.852 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-dhcp.service 2024-08-01 07:11:16.862 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-dhcp.service → /etc/systemd/system/devstack@q-dhcp.service. 2024-08-01 07:11:17.166 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-dhcp.service 2024-08-01 07:11:17.216 | + functions-common:run_process:1701 : time_stop run_process 2024-08-01 07:11:17.218 | + functions-common:time_stop:2435 : local name 2024-08-01 07:11:17.221 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:11:17.223 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:11:17.225 | + functions-common:time_stop:2438 : local total 2024-08-01 07:11:17.226 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:11:17.228 | + functions-common:time_stop:2441 : name=run_process 2024-08-01 07:11:17.230 | + functions-common:time_stop:2442 : start_time=1722496276127 2024-08-01 07:11:17.232 | + functions-common:time_stop:2444 : [[ -z 1722496276127 ]] 2024-08-01 07:11:17.234 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:11:17.238 | + functions-common:time_stop:2447 : end_time=1722496277236 2024-08-01 07:11:17.240 | + functions-common:time_stop:2448 : elapsed_time=1109 2024-08-01 07:11:17.242 | + functions-common:time_stop:2449 : total=6128 2024-08-01 07:11:17.244 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:11:17.246 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=7237 2024-08-01 07:11:17.248 | ++ lib/neutron:start_other_agents:646 : determine_config_files neutron-l3-agent 2024-08-01 07:11:17.250 | ++ lib/neutron:determine_config_files:360 : local opts= 2024-08-01 07:11:17.252 | ++ lib/neutron:determine_config_files:361 : case "$1" in 2024-08-01 07:11:17.254 | +++ lib/neutron:determine_config_files:363 : _determine_config_l3 2024-08-01 07:11:17.257 | +++ lib/neutron:_determine_config_l3:353 : local 'opts=--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-01 07:11:17.259 | +++ lib/neutron:_determine_config_l3:354 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-01 07:11:17.261 | ++ lib/neutron:determine_config_files:363 : opts='--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-01 07:11:17.263 | ++ lib/neutron:determine_config_files:365 : '[' -z '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' ']' 2024-08-01 07:11:17.265 | ++ lib/neutron:determine_config_files:368 : echo '--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/l3_agent.ini' 2024-08-01 07:11:17.267 | + 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-08-01 07:11:17.269 | + functions-common:run_process:1689 : local service=q-l3 2024-08-01 07:11:17.271 | + 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-08-01 07:11:17.273 | + functions-common:run_process:1691 : local group= 2024-08-01 07:11:17.275 | + functions-common:run_process:1692 : local user= 2024-08-01 07:11:17.276 | + functions-common:run_process:1693 : local env_vars= 2024-08-01 07:11:17.278 | + functions-common:run_process:1695 : local name=q-l3 2024-08-01 07:11:17.280 | + functions-common:run_process:1697 : time_start run_process 2024-08-01 07:11:17.282 | + functions-common:time_start:2421 : local name=run_process 2024-08-01 07:11:17.284 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:11:17.286 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:11:17.288 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:11:17.292 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496277290 2024-08-01 07:11:17.294 | + functions-common:run_process:1698 : is_service_enabled q-l3 2024-08-01 07:11:17.308 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:11:17.310 | + 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-08-01 07:11:17.311 | + functions-common:_run_under_systemd:1649 : local service=q-l3 2024-08-01 07:11:17.313 | + 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-08-01 07:11:17.315 | + 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-08-01 07:11:17.317 | + 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-08-01 07:11:17.319 | + 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-08-01 07:11:17.321 | + 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-08-01 07:11:17.323 | + 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-08-01 07:11:17.325 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-l3.service 2024-08-01 07:11:17.327 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-01 07:11:17.329 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-01 07:11:17.331 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-01 07:11:17.333 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-01 07:11:17.335 | + 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-08-01 07:11:17.337 | + 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-08-01 07:11:17.339 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-l3.service 2024-08-01 07:11:17.341 | + 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-08-01 07:11:17.343 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-01 07:11:17.345 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-01 07:11:17.346 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-01 07:11:17.348 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-01 07:11:17.350 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-01 07:11:17.352 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-l3.service 2024-08-01 07:11:17.354 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-01 07:11:17.357 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Unit Description 'Devstack devstack@q-l3.service' 2024-08-01 07:11:17.408 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service User stack 2024-08-01 07:11:17.459 | + 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-08-01 07:11:17.501 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service KillMode process 2024-08-01 07:11:17.543 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service TimeoutStopSec 300 2024-08-01 07:11:17.586 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-01 07:11:17.630 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-01 07:11:17.631 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-01 07:11:17.634 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-l3.service Install WantedBy multi-user.target 2024-08-01 07:11:17.686 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-01 07:11:18.068 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-l3.service 2024-08-01 07:11:18.077 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-l3.service → /etc/systemd/system/devstack@q-l3.service. 2024-08-01 07:11:18.415 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-l3.service 2024-08-01 07:11:18.476 | + functions-common:run_process:1701 : time_stop run_process 2024-08-01 07:11:18.478 | + functions-common:time_stop:2435 : local name 2024-08-01 07:11:18.481 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:11:18.483 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:11:18.485 | + functions-common:time_stop:2438 : local total 2024-08-01 07:11:18.487 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:11:18.489 | + functions-common:time_stop:2441 : name=run_process 2024-08-01 07:11:18.491 | + functions-common:time_stop:2442 : start_time=1722496277290 2024-08-01 07:11:18.493 | + functions-common:time_stop:2444 : [[ -z 1722496277290 ]] 2024-08-01 07:11:18.495 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:11:18.498 | + functions-common:time_stop:2447 : end_time=1722496278496 2024-08-01 07:11:18.500 | + functions-common:time_stop:2448 : elapsed_time=1206 2024-08-01 07:11:18.502 | + functions-common:time_stop:2449 : total=7237 2024-08-01 07:11:18.504 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:11:18.506 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8443 2024-08-01 07:11:18.508 | + 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-08-01 07:11:18.510 | + functions-common:run_process:1689 : local service=q-meta 2024-08-01 07:11:18.512 | + 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-08-01 07:11:18.514 | + functions-common:run_process:1691 : local group= 2024-08-01 07:11:18.516 | + functions-common:run_process:1692 : local user= 2024-08-01 07:11:18.518 | + functions-common:run_process:1693 : local env_vars= 2024-08-01 07:11:18.519 | + functions-common:run_process:1695 : local name=q-meta 2024-08-01 07:11:18.521 | + functions-common:run_process:1697 : time_start run_process 2024-08-01 07:11:18.523 | + functions-common:time_start:2421 : local name=run_process 2024-08-01 07:11:18.525 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:11:18.527 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:11:18.529 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:11:18.533 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496278531 2024-08-01 07:11:18.535 | + functions-common:run_process:1698 : is_service_enabled q-meta 2024-08-01 07:11:18.579 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:11:18.581 | + 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-08-01 07:11:18.583 | + functions-common:_run_under_systemd:1649 : local service=q-meta 2024-08-01 07:11:18.585 | + 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-08-01 07:11:18.586 | + 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-08-01 07:11:18.588 | + 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-08-01 07:11:18.590 | + 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-08-01 07:11:18.593 | + 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-08-01 07:11:18.595 | + 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-08-01 07:11:18.597 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@q-meta.service 2024-08-01 07:11:18.599 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-01 07:11:18.601 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-01 07:11:18.603 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-01 07:11:18.605 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-01 07:11:18.607 | + 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-08-01 07:11:18.609 | + 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-08-01 07:11:18.611 | + functions-common:write_user_unit_file:1558 : local service=devstack@q-meta.service 2024-08-01 07:11:18.613 | + 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-08-01 07:11:18.615 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-01 07:11:18.616 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-01 07:11:18.618 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-01 07:11:18.620 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-01 07:11:18.622 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-01 07:11:18.624 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@q-meta.service 2024-08-01 07:11:18.626 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-01 07:11:18.629 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Unit Description 'Devstack devstack@q-meta.service' 2024-08-01 07:11:18.679 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service User stack 2024-08-01 07:11:18.729 | + 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-08-01 07:11:18.772 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service KillMode process 2024-08-01 07:11:18.815 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service TimeoutStopSec 300 2024-08-01 07:11:18.861 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-01 07:11:18.906 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-01 07:11:18.908 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-01 07:11:18.910 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@q-meta.service Install WantedBy multi-user.target 2024-08-01 07:11:18.963 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-01 07:11:19.326 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@q-meta.service 2024-08-01 07:11:19.336 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@q-meta.service → /etc/systemd/system/devstack@q-meta.service. 2024-08-01 07:11:19.709 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@q-meta.service 2024-08-01 07:11:19.772 | + functions-common:run_process:1701 : time_stop run_process 2024-08-01 07:11:19.774 | + functions-common:time_stop:2435 : local name 2024-08-01 07:11:19.777 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:11:19.779 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:11:19.781 | + functions-common:time_stop:2438 : local total 2024-08-01 07:11:19.783 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:11:19.786 | + functions-common:time_stop:2441 : name=run_process 2024-08-01 07:11:19.788 | + functions-common:time_stop:2442 : start_time=1722496278531 2024-08-01 07:11:19.790 | + functions-common:time_stop:2444 : [[ -z 1722496278531 ]] 2024-08-01 07:11:19.793 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:11:19.796 | + functions-common:time_stop:2447 : end_time=1722496279794 2024-08-01 07:11:19.798 | + functions-common:time_stop:2448 : elapsed_time=1263 2024-08-01 07:11:19.800 | + functions-common:time_stop:2449 : total=8443 2024-08-01 07:11:19.802 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:11:19.804 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9706 2024-08-01 07:11:19.806 | + 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-08-01 07:11:19.808 | + functions-common:run_process:1689 : local service=q-metering 2024-08-01 07:11:19.810 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/neutron-metering-agent --config-file /etc/neutron/neutron.conf --config-file ' 2024-08-01 07:11:19.812 | + functions-common:run_process:1691 : local group= 2024-08-01 07:11:19.814 | + functions-common:run_process:1692 : local user= 2024-08-01 07:11:19.818 | + functions-common:run_process:1693 : local env_vars= 2024-08-01 07:11:19.820 | + functions-common:run_process:1695 : local name=q-metering 2024-08-01 07:11:19.823 | + functions-common:run_process:1697 : time_start run_process 2024-08-01 07:11:19.825 | + functions-common:time_start:2421 : local name=run_process 2024-08-01 07:11:19.826 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:11:19.828 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:11:19.831 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:11:19.834 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496279832 2024-08-01 07:11:19.836 | + functions-common:run_process:1698 : is_service_enabled q-metering 2024-08-01 07:11:19.850 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:11:19.852 | + functions-common:run_process:1701 : time_stop run_process 2024-08-01 07:11:19.854 | + functions-common:time_stop:2435 : local name 2024-08-01 07:11:19.856 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:11:19.858 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:11:19.860 | + functions-common:time_stop:2438 : local total 2024-08-01 07:11:19.862 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:11:19.863 | + functions-common:time_stop:2441 : name=run_process 2024-08-01 07:11:19.865 | + functions-common:time_stop:2442 : start_time=1722496279832 2024-08-01 07:11:19.867 | + functions-common:time_stop:2444 : [[ -z 1722496279832 ]] 2024-08-01 07:11:19.869 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:11:19.873 | + functions-common:time_stop:2447 : end_time=1722496279871 2024-08-01 07:11:19.875 | + functions-common:time_stop:2448 : elapsed_time=39 2024-08-01 07:11:19.877 | + functions-common:time_stop:2449 : total=9706 2024-08-01 07:11:19.879 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:11:19.881 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=9745 2024-08-01 07:11:19.883 | + stack.sh:main:1327 : is_service_enabled q-svc 2024-08-01 07:11:19.896 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:11:19.898 | + stack.sh:main:1327 : [[ True == \T\r\u\e ]] 2024-08-01 07:11:19.900 | + stack.sh:main:1328 : echo_summary 'Creating initial neutron network elements' 2024-08-01 07:11:19.902 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-01 07:11:19.904 | + stack.sh:echo_summary:472 : echo -e Creating initial neutron network elements 2024-08-01 07:11:19.906 | + stack.sh:main:1331 : type -p neutron_plugin_create_initial_networks 2024-08-01 07:11:19.908 | + stack.sh:main:1334 : create_neutron_initial_network 2024-08-01 07:11:19.910 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:151 : type -p neutron_plugin_create_initial_network_profile 2024-08-01 07:11:19.912 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:155 : is_networking_extension_supported auto-allocated-topology 2024-08-01 07:11:19.914 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2024-08-01 07:11:19.916 | ++ 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-08-01 07:11:21.494 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:11:21.497 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-08-01 07:11:21.497 | address-scope 2024-08-01 07:11:21.497 | router-admin-state-down-before-update 2024-08-01 07:11:21.497 | agent 2024-08-01 07:11:21.497 | agent-resources-synced 2024-08-01 07:11:21.497 | allowed-address-pairs 2024-08-01 07:11:21.497 | auto-allocated-topology 2024-08-01 07:11:21.497 | availability_zone 2024-08-01 07:11:21.497 | availability_zone_filter 2024-08-01 07:11:21.497 | default-subnetpools 2024-08-01 07:11:21.498 | dhcp_agent_scheduler 2024-08-01 07:11:21.498 | dvr 2024-08-01 07:11:21.498 | empty-string-filtering 2024-08-01 07:11:21.498 | external-net 2024-08-01 07:11:21.498 | extra_dhcp_opt 2024-08-01 07:11:21.498 | extraroute 2024-08-01 07:11:21.498 | extraroute-atomic 2024-08-01 07:11:21.498 | filter-validation 2024-08-01 07:11:21.498 | floating-ip-port-forwarding-detail 2024-08-01 07:11:21.498 | fip-port-details 2024-08-01 07:11:21.498 | flavors 2024-08-01 07:11:21.498 | floatingip-pools 2024-08-01 07:11:21.498 | ip-substring-filtering 2024-08-01 07:11:21.498 | router 2024-08-01 07:11:21.498 | ext-gw-mode 2024-08-01 07:11:21.498 | l3-ha 2024-08-01 07:11:21.498 | l3-flavors 2024-08-01 07:11:21.498 | l3-port-ip-change-not-allowed 2024-08-01 07:11:21.498 | l3_agent_scheduler 2024-08-01 07:11:21.498 | multi-provider 2024-08-01 07:11:21.498 | net-mtu 2024-08-01 07:11:21.498 | net-mtu-writable 2024-08-01 07:11:21.498 | network_availability_zone 2024-08-01 07:11:21.498 | network-ip-availability 2024-08-01 07:11:21.498 | pagination 2024-08-01 07:11:21.498 | port-device-profile 2024-08-01 07:11:21.498 | port-mac-override 2024-08-01 07:11:21.498 | port-mac-address-regenerate 2024-08-01 07:11:21.499 | port-numa-affinity-policy 2024-08-01 07:11:21.499 | binding 2024-08-01 07:11:21.499 | binding-extended 2024-08-01 07:11:21.499 | port-security 2024-08-01 07:11:21.499 | project-id 2024-08-01 07:11:21.499 | provider 2024-08-01 07:11:21.499 | quota-check-limit 2024-08-01 07:11:21.499 | quotas 2024-08-01 07:11:21.499 | quota_details 2024-08-01 07:11:21.499 | rbac-policies 2024-08-01 07:11:21.499 | rbac-address-group 2024-08-01 07:11:21.499 | rbac-address-scope 2024-08-01 07:11:21.499 | rbac-security-groups 2024-08-01 07:11:21.500 | rbac-subnetpool 2024-08-01 07:11:21.500 | revision-if-match 2024-08-01 07:11:21.500 | standard-attr-revisions 2024-08-01 07:11:21.500 | router_availability_zone 2024-08-01 07:11:21.500 | security-groups-normalized-cidr 2024-08-01 07:11:21.500 | port-security-groups-filtering 2024-08-01 07:11:21.500 | security-groups-remote-address-group 2024-08-01 07:11:21.500 | security-groups-shared-filtering 2024-08-01 07:11:21.500 | security-group 2024-08-01 07:11:21.500 | service-type 2024-08-01 07:11:21.500 | sorting 2024-08-01 07:11:21.500 | standard-attr-description 2024-08-01 07:11:21.500 | stateful-security-group 2024-08-01 07:11:21.500 | subnet_onboard 2024-08-01 07:11:21.500 | subnet-service-types 2024-08-01 07:11:21.500 | subnet_allocation 2024-08-01 07:11:21.500 | subnetpool-prefix-ops 2024-08-01 07:11:21.500 | standard-attr-tag 2024-08-01 07:11:21.500 | standard-attr-timestamp 2024-08-01 07:11:21.500 | nsxt-ops' 2024-08-01 07:11:21.500 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-08-01 07:11:21.500 | address-scope 2024-08-01 07:11:21.500 | router-admin-state-down-before-update 2024-08-01 07:11:21.500 | agent 2024-08-01 07:11:21.500 | agent-resources-synced 2024-08-01 07:11:21.500 | allowed-address-pairs 2024-08-01 07:11:21.500 | auto-allocated-topology 2024-08-01 07:11:21.500 | availability_zone 2024-08-01 07:11:21.500 | availability_zone_filter 2024-08-01 07:11:21.500 | default-subnetpools 2024-08-01 07:11:21.500 | dhcp_agent_scheduler 2024-08-01 07:11:21.500 | dvr 2024-08-01 07:11:21.500 | empty-string-filtering 2024-08-01 07:11:21.500 | external-net 2024-08-01 07:11:21.500 | extra_dhcp_opt 2024-08-01 07:11:21.500 | extraroute 2024-08-01 07:11:21.500 | extraroute-atomic 2024-08-01 07:11:21.500 | filter-validation 2024-08-01 07:11:21.501 | floating-ip-port-forwarding-detail 2024-08-01 07:11:21.501 | fip-port-details 2024-08-01 07:11:21.501 | flavors 2024-08-01 07:11:21.501 | floatingip-pools 2024-08-01 07:11:21.501 | ip-substring-filtering 2024-08-01 07:11:21.501 | router 2024-08-01 07:11:21.501 | ext-gw-mode 2024-08-01 07:11:21.501 | l3-ha 2024-08-01 07:11:21.501 | l3-flavors 2024-08-01 07:11:21.501 | l3-port-ip-change-not-allowed 2024-08-01 07:11:21.501 | l3_agent_scheduler 2024-08-01 07:11:21.501 | multi-provider 2024-08-01 07:11:21.501 | net-mtu 2024-08-01 07:11:21.501 | net-mtu-writable 2024-08-01 07:11:21.501 | network_availability_zone 2024-08-01 07:11:21.501 | network-ip-availability 2024-08-01 07:11:21.501 | pagination 2024-08-01 07:11:21.501 | port-device-profile 2024-08-01 07:11:21.501 | port-mac-override 2024-08-01 07:11:21.501 | port-mac-address-regenerate 2024-08-01 07:11:21.501 | port-numa-affinity-policy 2024-08-01 07:11:21.501 | binding 2024-08-01 07:11:21.501 | binding-extended 2024-08-01 07:11:21.501 | port-security 2024-08-01 07:11:21.501 | project-id 2024-08-01 07:11:21.501 | provider 2024-08-01 07:11:21.501 | quota-check-limit 2024-08-01 07:11:21.501 | quotas 2024-08-01 07:11:21.501 | quota_details 2024-08-01 07:11:21.501 | rbac-policies 2024-08-01 07:11:21.501 | rbac-address-group 2024-08-01 07:11:21.501 | rbac-address-scope 2024-08-01 07:11:21.501 | rbac-security-groups 2024-08-01 07:11:21.501 | rbac-subnetpool 2024-08-01 07:11:21.501 | revision-if-match 2024-08-01 07:11:21.501 | standard-attr-revisions 2024-08-01 07:11:21.501 | router_availability_zone 2024-08-01 07:11:21.501 | security-groups-normalized-cidr 2024-08-01 07:11:21.501 | port-security-groups-filtering 2024-08-01 07:11:21.501 | security-groups-remote-address-group 2024-08-01 07:11:21.501 | security-groups-shared-filtering 2024-08-01 07:11:21.501 | security-group 2024-08-01 07:11:21.501 | service-type 2024-08-01 07:11:21.501 | sorting 2024-08-01 07:11:21.501 | standard-attr-description 2024-08-01 07:11:21.501 | stateful-security-group 2024-08-01 07:11:21.501 | subnet_onboard 2024-08-01 07:11:21.502 | subnet-service-types 2024-08-01 07:11:21.502 | subnet_allocation 2024-08-01 07:11:21.502 | subnetpool-prefix-ops 2024-08-01 07:11:21.502 | standard-attr-tag 2024-08-01 07:11:21.502 | standard-attr-timestamp 2024-08-01 07:11:21.502 | nsxt-ops =~ auto-allocated-topology ]] 2024-08-01 07:11:21.502 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-08-01 07:11:21.504 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:156 : [[ True == \T\r\u\e ]] 2024-08-01 07:11:21.506 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:157 : [[ 4 =~ 4.* ]] 2024-08-01 07:11:21.509 | ++ 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-08-01 07:11:22.945 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:11:22.948 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:158 : SUBNETPOOL_V4_ID=2ef0f85e-863a-4756-8e96-1c1fb0d071c6 2024-08-01 07:11:22.951 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:160 : [[ 4 =~ .*6 ]] 2024-08-01 07:11:22.953 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:166 : is_provider_network 2024-08-01 07:11:22.955 | + functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-08-01 07:11:22.957 | + functions-common:is_provider_network:2287 : return 1 2024-08-01 07:11:22.959 | ++ 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-08-01 07:11:24.663 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:11:24.665 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:196 : NET_ID=3bf7d854-3fee-41e6-ac75-7968a77da9c1 2024-08-01 07:11:24.668 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:197 : die_if_not_set 197 NET_ID 'Failure creating NET_ID for private' 2024-08-01 07:11:24.670 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-08-01 07:11:24.683 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:199 : [[ 4 =~ 4.* ]] 2024-08-01 07:11:24.685 | ++ lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : _neutron_create_private_subnet_v4 2024-08-01 07:11:24.687 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:248 : '[' -z 2ef0f85e-863a-4756-8e96-1c1fb0d071c6 ']' 2024-08-01 07:11:24.689 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:251 : local 'subnet_params=--ip-version 4 ' 2024-08-01 07:11:24.691 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:252 : [[ -n '' ]] 2024-08-01 07:11:24.692 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:256 : subnet_params+='--subnet-pool 2ef0f85e-863a-4756-8e96-1c1fb0d071c6 ' 2024-08-01 07:11:24.694 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:257 : subnet_params+=' ' 2024-08-01 07:11:24.696 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:258 : subnet_params+='--network 3bf7d854-3fee-41e6-ac75-7968a77da9c1 private-subnet' 2024-08-01 07:11:24.698 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:259 : local subnet_id 2024-08-01 07:11:24.700 | +++ 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 2ef0f85e-863a-4756-8e96-1c1fb0d071c6 --network 3bf7d854-3fee-41e6-ac75-7968a77da9c1 private-subnet -f value -c id 2024-08-01 07:11:26.262 | +++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:11:26.265 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:260 : subnet_id=a7b54afe-de30-435e-9658-0fd70441e90d 2024-08-01 07:11:26.267 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:261 : die_if_not_set 261 subnet_id 'Failure creating private IPv4 subnet' 2024-08-01 07:11:26.268 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2024-08-01 07:11:26.281 | ++ lib/neutron_plugins/services/l3:_neutron_create_private_subnet_v4:262 : echo a7b54afe-de30-435e-9658-0fd70441e90d 2024-08-01 07:11:26.283 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:201 : SUBNET_ID=a7b54afe-de30-435e-9658-0fd70441e90d 2024-08-01 07:11:26.285 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:204 : [[ 4 =~ .*6 ]] 2024-08-01 07:11:26.287 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported router 2024-08-01 07:11:26.289 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=router 2024-08-01 07:11:26.291 | ++ 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-08-01 07:11:27.534 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:11:27.537 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-08-01 07:11:27.537 | address-scope 2024-08-01 07:11:27.537 | router-admin-state-down-before-update 2024-08-01 07:11:27.537 | agent 2024-08-01 07:11:27.537 | agent-resources-synced 2024-08-01 07:11:27.537 | allowed-address-pairs 2024-08-01 07:11:27.537 | auto-allocated-topology 2024-08-01 07:11:27.537 | availability_zone 2024-08-01 07:11:27.537 | availability_zone_filter 2024-08-01 07:11:27.537 | default-subnetpools 2024-08-01 07:11:27.537 | dhcp_agent_scheduler 2024-08-01 07:11:27.537 | dvr 2024-08-01 07:11:27.537 | empty-string-filtering 2024-08-01 07:11:27.537 | external-net 2024-08-01 07:11:27.537 | extra_dhcp_opt 2024-08-01 07:11:27.537 | extraroute 2024-08-01 07:11:27.537 | extraroute-atomic 2024-08-01 07:11:27.537 | filter-validation 2024-08-01 07:11:27.537 | floating-ip-port-forwarding-detail 2024-08-01 07:11:27.537 | fip-port-details 2024-08-01 07:11:27.537 | flavors 2024-08-01 07:11:27.537 | floatingip-pools 2024-08-01 07:11:27.537 | ip-substring-filtering 2024-08-01 07:11:27.537 | router 2024-08-01 07:11:27.537 | ext-gw-mode 2024-08-01 07:11:27.537 | l3-ha 2024-08-01 07:11:27.537 | l3-flavors 2024-08-01 07:11:27.537 | l3-port-ip-change-not-allowed 2024-08-01 07:11:27.538 | l3_agent_scheduler 2024-08-01 07:11:27.538 | multi-provider 2024-08-01 07:11:27.538 | net-mtu 2024-08-01 07:11:27.538 | net-mtu-writable 2024-08-01 07:11:27.538 | network_availability_zone 2024-08-01 07:11:27.538 | network-ip-availability 2024-08-01 07:11:27.538 | pagination 2024-08-01 07:11:27.538 | port-device-profile 2024-08-01 07:11:27.538 | port-mac-override 2024-08-01 07:11:27.538 | port-mac-address-regenerate 2024-08-01 07:11:27.538 | port-numa-affinity-policy 2024-08-01 07:11:27.538 | binding 2024-08-01 07:11:27.538 | binding-extended 2024-08-01 07:11:27.538 | port-security 2024-08-01 07:11:27.538 | project-id 2024-08-01 07:11:27.538 | provider 2024-08-01 07:11:27.538 | quota-check-limit 2024-08-01 07:11:27.538 | quotas 2024-08-01 07:11:27.538 | quota_details 2024-08-01 07:11:27.538 | rbac-policies 2024-08-01 07:11:27.538 | rbac-address-group 2024-08-01 07:11:27.538 | rbac-address-scope 2024-08-01 07:11:27.538 | rbac-security-groups 2024-08-01 07:11:27.538 | rbac-subnetpool 2024-08-01 07:11:27.538 | revision-if-match 2024-08-01 07:11:27.538 | standard-attr-revisions 2024-08-01 07:11:27.538 | router_availability_zone 2024-08-01 07:11:27.538 | security-groups-normalized-cidr 2024-08-01 07:11:27.538 | port-security-groups-filtering 2024-08-01 07:11:27.538 | security-groups-remote-address-group 2024-08-01 07:11:27.538 | security-groups-shared-filtering 2024-08-01 07:11:27.538 | security-group 2024-08-01 07:11:27.538 | service-type 2024-08-01 07:11:27.538 | sorting 2024-08-01 07:11:27.538 | standard-attr-description 2024-08-01 07:11:27.538 | stateful-security-group 2024-08-01 07:11:27.538 | subnet_onboard 2024-08-01 07:11:27.538 | subnet-service-types 2024-08-01 07:11:27.538 | subnet_allocation 2024-08-01 07:11:27.538 | subnetpool-prefix-ops 2024-08-01 07:11:27.538 | standard-attr-tag 2024-08-01 07:11:27.538 | standard-attr-timestamp 2024-08-01 07:11:27.538 | nsxt-ops' 2024-08-01 07:11:27.539 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-08-01 07:11:27.539 | address-scope 2024-08-01 07:11:27.539 | router-admin-state-down-before-update 2024-08-01 07:11:27.539 | agent 2024-08-01 07:11:27.539 | agent-resources-synced 2024-08-01 07:11:27.539 | allowed-address-pairs 2024-08-01 07:11:27.540 | auto-allocated-topology 2024-08-01 07:11:27.540 | availability_zone 2024-08-01 07:11:27.540 | availability_zone_filter 2024-08-01 07:11:27.540 | default-subnetpools 2024-08-01 07:11:27.540 | dhcp_agent_scheduler 2024-08-01 07:11:27.540 | dvr 2024-08-01 07:11:27.540 | empty-string-filtering 2024-08-01 07:11:27.540 | external-net 2024-08-01 07:11:27.540 | extra_dhcp_opt 2024-08-01 07:11:27.540 | extraroute 2024-08-01 07:11:27.540 | extraroute-atomic 2024-08-01 07:11:27.540 | filter-validation 2024-08-01 07:11:27.540 | floating-ip-port-forwarding-detail 2024-08-01 07:11:27.540 | fip-port-details 2024-08-01 07:11:27.540 | flavors 2024-08-01 07:11:27.540 | floatingip-pools 2024-08-01 07:11:27.540 | ip-substring-filtering 2024-08-01 07:11:27.540 | router 2024-08-01 07:11:27.540 | ext-gw-mode 2024-08-01 07:11:27.540 | l3-ha 2024-08-01 07:11:27.540 | l3-flavors 2024-08-01 07:11:27.540 | l3-port-ip-change-not-allowed 2024-08-01 07:11:27.540 | l3_agent_scheduler 2024-08-01 07:11:27.540 | multi-provider 2024-08-01 07:11:27.540 | net-mtu 2024-08-01 07:11:27.540 | net-mtu-writable 2024-08-01 07:11:27.540 | network_availability_zone 2024-08-01 07:11:27.540 | network-ip-availability 2024-08-01 07:11:27.540 | pagination 2024-08-01 07:11:27.540 | port-device-profile 2024-08-01 07:11:27.540 | port-mac-override 2024-08-01 07:11:27.540 | port-mac-address-regenerate 2024-08-01 07:11:27.540 | port-numa-affinity-policy 2024-08-01 07:11:27.540 | binding 2024-08-01 07:11:27.540 | binding-extended 2024-08-01 07:11:27.540 | port-security 2024-08-01 07:11:27.540 | project-id 2024-08-01 07:11:27.540 | provider 2024-08-01 07:11:27.540 | quota-check-limit 2024-08-01 07:11:27.540 | quotas 2024-08-01 07:11:27.540 | quota_details 2024-08-01 07:11:27.540 | rbac-policies 2024-08-01 07:11:27.540 | rbac-address-group 2024-08-01 07:11:27.540 | rbac-address-scope 2024-08-01 07:11:27.540 | rbac-security-groups 2024-08-01 07:11:27.541 | rbac-subnetpool 2024-08-01 07:11:27.541 | revision-if-match 2024-08-01 07:11:27.541 | standard-attr-revisions 2024-08-01 07:11:27.541 | router_availability_zone 2024-08-01 07:11:27.541 | security-groups-normalized-cidr 2024-08-01 07:11:27.541 | port-security-groups-filtering 2024-08-01 07:11:27.541 | security-groups-remote-address-group 2024-08-01 07:11:27.541 | security-groups-shared-filtering 2024-08-01 07:11:27.541 | security-group 2024-08-01 07:11:27.541 | service-type 2024-08-01 07:11:27.541 | sorting 2024-08-01 07:11:27.541 | standard-attr-description 2024-08-01 07:11:27.541 | stateful-security-group 2024-08-01 07:11:27.541 | subnet_onboard 2024-08-01 07:11:27.541 | subnet-service-types 2024-08-01 07:11:27.541 | subnet_allocation 2024-08-01 07:11:27.541 | subnetpool-prefix-ops 2024-08-01 07:11:27.541 | standard-attr-tag 2024-08-01 07:11:27.541 | standard-attr-timestamp 2024-08-01 07:11:27.541 | nsxt-ops =~ router ]] 2024-08-01 07:11:27.541 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-08-01 07:11:27.543 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:210 : is_networking_extension_supported external-net 2024-08-01 07:11:27.546 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2024-08-01 07:11:27.548 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : oscwrap --os-cloud devstack-admin --os-region RegionOne extension list --network -c Alias -f value 2024-08-01 07:11:28.839 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:11:28.841 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-08-01 07:11:28.841 | address-scope 2024-08-01 07:11:28.841 | router-admin-state-down-before-update 2024-08-01 07:11:28.841 | agent 2024-08-01 07:11:28.841 | agent-resources-synced 2024-08-01 07:11:28.841 | allowed-address-pairs 2024-08-01 07:11:28.841 | auto-allocated-topology 2024-08-01 07:11:28.841 | availability_zone 2024-08-01 07:11:28.841 | availability_zone_filter 2024-08-01 07:11:28.841 | default-subnetpools 2024-08-01 07:11:28.842 | dhcp_agent_scheduler 2024-08-01 07:11:28.842 | dvr 2024-08-01 07:11:28.842 | empty-string-filtering 2024-08-01 07:11:28.842 | external-net 2024-08-01 07:11:28.842 | extra_dhcp_opt 2024-08-01 07:11:28.842 | extraroute 2024-08-01 07:11:28.842 | extraroute-atomic 2024-08-01 07:11:28.842 | filter-validation 2024-08-01 07:11:28.842 | floating-ip-port-forwarding-detail 2024-08-01 07:11:28.842 | fip-port-details 2024-08-01 07:11:28.842 | flavors 2024-08-01 07:11:28.842 | floatingip-pools 2024-08-01 07:11:28.842 | ip-substring-filtering 2024-08-01 07:11:28.842 | router 2024-08-01 07:11:28.842 | ext-gw-mode 2024-08-01 07:11:28.842 | l3-ha 2024-08-01 07:11:28.842 | l3-flavors 2024-08-01 07:11:28.842 | l3-port-ip-change-not-allowed 2024-08-01 07:11:28.842 | l3_agent_scheduler 2024-08-01 07:11:28.842 | multi-provider 2024-08-01 07:11:28.842 | net-mtu 2024-08-01 07:11:28.842 | net-mtu-writable 2024-08-01 07:11:28.842 | network_availability_zone 2024-08-01 07:11:28.842 | network-ip-availability 2024-08-01 07:11:28.842 | pagination 2024-08-01 07:11:28.842 | port-device-profile 2024-08-01 07:11:28.842 | port-mac-override 2024-08-01 07:11:28.842 | port-mac-address-regenerate 2024-08-01 07:11:28.842 | port-numa-affinity-policy 2024-08-01 07:11:28.842 | binding 2024-08-01 07:11:28.842 | binding-extended 2024-08-01 07:11:28.842 | port-security 2024-08-01 07:11:28.842 | project-id 2024-08-01 07:11:28.842 | provider 2024-08-01 07:11:28.842 | quota-check-limit 2024-08-01 07:11:28.842 | quotas 2024-08-01 07:11:28.842 | quota_details 2024-08-01 07:11:28.842 | rbac-policies 2024-08-01 07:11:28.842 | rbac-address-group 2024-08-01 07:11:28.842 | rbac-address-scope 2024-08-01 07:11:28.842 | rbac-security-groups 2024-08-01 07:11:28.842 | rbac-subnetpool 2024-08-01 07:11:28.842 | revision-if-match 2024-08-01 07:11:28.842 | standard-attr-revisions 2024-08-01 07:11:28.842 | router_availability_zone 2024-08-01 07:11:28.842 | security-groups-normalized-cidr 2024-08-01 07:11:28.842 | port-security-groups-filtering 2024-08-01 07:11:28.842 | security-groups-remote-address-group 2024-08-01 07:11:28.842 | security-groups-shared-filtering 2024-08-01 07:11:28.842 | security-group 2024-08-01 07:11:28.842 | service-type 2024-08-01 07:11:28.842 | sorting 2024-08-01 07:11:28.842 | standard-attr-description 2024-08-01 07:11:28.842 | stateful-security-group 2024-08-01 07:11:28.842 | subnet_onboard 2024-08-01 07:11:28.842 | subnet-service-types 2024-08-01 07:11:28.842 | subnet_allocation 2024-08-01 07:11:28.842 | subnetpool-prefix-ops 2024-08-01 07:11:28.842 | standard-attr-tag 2024-08-01 07:11:28.842 | standard-attr-timestamp 2024-08-01 07:11:28.842 | nsxt-ops' 2024-08-01 07:11:28.844 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-08-01 07:11:28.844 | address-scope 2024-08-01 07:11:28.844 | router-admin-state-down-before-update 2024-08-01 07:11:28.844 | agent 2024-08-01 07:11:28.844 | agent-resources-synced 2024-08-01 07:11:28.844 | allowed-address-pairs 2024-08-01 07:11:28.844 | auto-allocated-topology 2024-08-01 07:11:28.844 | availability_zone 2024-08-01 07:11:28.844 | availability_zone_filter 2024-08-01 07:11:28.844 | default-subnetpools 2024-08-01 07:11:28.844 | dhcp_agent_scheduler 2024-08-01 07:11:28.844 | dvr 2024-08-01 07:11:28.844 | empty-string-filtering 2024-08-01 07:11:28.844 | external-net 2024-08-01 07:11:28.844 | extra_dhcp_opt 2024-08-01 07:11:28.844 | extraroute 2024-08-01 07:11:28.844 | extraroute-atomic 2024-08-01 07:11:28.844 | filter-validation 2024-08-01 07:11:28.844 | floating-ip-port-forwarding-detail 2024-08-01 07:11:28.844 | fip-port-details 2024-08-01 07:11:28.844 | flavors 2024-08-01 07:11:28.844 | floatingip-pools 2024-08-01 07:11:28.844 | ip-substring-filtering 2024-08-01 07:11:28.844 | router 2024-08-01 07:11:28.844 | ext-gw-mode 2024-08-01 07:11:28.844 | l3-ha 2024-08-01 07:11:28.844 | l3-flavors 2024-08-01 07:11:28.844 | l3-port-ip-change-not-allowed 2024-08-01 07:11:28.844 | l3_agent_scheduler 2024-08-01 07:11:28.844 | multi-provider 2024-08-01 07:11:28.844 | net-mtu 2024-08-01 07:11:28.844 | net-mtu-writable 2024-08-01 07:11:28.844 | network_availability_zone 2024-08-01 07:11:28.844 | network-ip-availability 2024-08-01 07:11:28.844 | pagination 2024-08-01 07:11:28.844 | port-device-profile 2024-08-01 07:11:28.844 | port-mac-override 2024-08-01 07:11:28.844 | port-mac-address-regenerate 2024-08-01 07:11:28.844 | port-numa-affinity-policy 2024-08-01 07:11:28.844 | binding 2024-08-01 07:11:28.844 | binding-extended 2024-08-01 07:11:28.844 | port-security 2024-08-01 07:11:28.844 | project-id 2024-08-01 07:11:28.844 | provider 2024-08-01 07:11:28.844 | quota-check-limit 2024-08-01 07:11:28.844 | quotas 2024-08-01 07:11:28.844 | quota_details 2024-08-01 07:11:28.844 | rbac-policies 2024-08-01 07:11:28.844 | rbac-address-group 2024-08-01 07:11:28.844 | rbac-address-scope 2024-08-01 07:11:28.844 | rbac-security-groups 2024-08-01 07:11:28.844 | rbac-subnetpool 2024-08-01 07:11:28.844 | revision-if-match 2024-08-01 07:11:28.844 | standard-attr-revisions 2024-08-01 07:11:28.844 | router_availability_zone 2024-08-01 07:11:28.844 | security-groups-normalized-cidr 2024-08-01 07:11:28.844 | port-security-groups-filtering 2024-08-01 07:11:28.844 | security-groups-remote-address-group 2024-08-01 07:11:28.844 | security-groups-shared-filtering 2024-08-01 07:11:28.844 | security-group 2024-08-01 07:11:28.844 | service-type 2024-08-01 07:11:28.844 | sorting 2024-08-01 07:11:28.844 | standard-attr-description 2024-08-01 07:11:28.844 | stateful-security-group 2024-08-01 07:11:28.844 | subnet_onboard 2024-08-01 07:11:28.844 | subnet-service-types 2024-08-01 07:11:28.844 | subnet_allocation 2024-08-01 07:11:28.844 | subnetpool-prefix-ops 2024-08-01 07:11:28.844 | standard-attr-tag 2024-08-01 07:11:28.844 | standard-attr-timestamp 2024-08-01 07:11:28.844 | nsxt-ops =~ external-net ]] 2024-08-01 07:11:28.846 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-08-01 07:11:28.848 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:212 : [[ True == \T\r\u\e ]] 2024-08-01 07:11:28.851 | ++ 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-08-01 07:11:30.168 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:11:30.171 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:214 : ROUTER_ID=147ec8fa-5b28-43f1-9fd3-099b9cf2bc33 2024-08-01 07:11:30.174 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:215 : die_if_not_set 215 ROUTER_ID 'Failure creating router router1' 2024-08-01 07:11:30.176 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-08-01 07:11:30.189 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:222 : EXTERNAL_NETWORK_FLAGS=--external 2024-08-01 07:11:30.191 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:223 : is_networking_extension_supported auto-allocated-topology 2024-08-01 07:11:30.193 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=auto-allocated-topology 2024-08-01 07:11:30.196 | ++ 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-08-01 07:11:31.434 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:11:31.437 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-08-01 07:11:31.437 | address-scope 2024-08-01 07:11:31.437 | router-admin-state-down-before-update 2024-08-01 07:11:31.437 | agent 2024-08-01 07:11:31.437 | agent-resources-synced 2024-08-01 07:11:31.437 | allowed-address-pairs 2024-08-01 07:11:31.437 | auto-allocated-topology 2024-08-01 07:11:31.437 | availability_zone 2024-08-01 07:11:31.437 | availability_zone_filter 2024-08-01 07:11:31.437 | default-subnetpools 2024-08-01 07:11:31.437 | dhcp_agent_scheduler 2024-08-01 07:11:31.437 | dvr 2024-08-01 07:11:31.437 | empty-string-filtering 2024-08-01 07:11:31.437 | external-net 2024-08-01 07:11:31.437 | extra_dhcp_opt 2024-08-01 07:11:31.437 | extraroute 2024-08-01 07:11:31.437 | extraroute-atomic 2024-08-01 07:11:31.437 | filter-validation 2024-08-01 07:11:31.437 | floating-ip-port-forwarding-detail 2024-08-01 07:11:31.437 | fip-port-details 2024-08-01 07:11:31.437 | flavors 2024-08-01 07:11:31.437 | floatingip-pools 2024-08-01 07:11:31.437 | ip-substring-filtering 2024-08-01 07:11:31.437 | router 2024-08-01 07:11:31.438 | ext-gw-mode 2024-08-01 07:11:31.438 | l3-ha 2024-08-01 07:11:31.438 | l3-flavors 2024-08-01 07:11:31.438 | l3-port-ip-change-not-allowed 2024-08-01 07:11:31.438 | l3_agent_scheduler 2024-08-01 07:11:31.438 | multi-provider 2024-08-01 07:11:31.438 | net-mtu 2024-08-01 07:11:31.438 | net-mtu-writable 2024-08-01 07:11:31.438 | network_availability_zone 2024-08-01 07:11:31.438 | network-ip-availability 2024-08-01 07:11:31.438 | pagination 2024-08-01 07:11:31.438 | port-device-profile 2024-08-01 07:11:31.438 | port-mac-override 2024-08-01 07:11:31.438 | port-mac-address-regenerate 2024-08-01 07:11:31.438 | port-numa-affinity-policy 2024-08-01 07:11:31.438 | binding 2024-08-01 07:11:31.438 | binding-extended 2024-08-01 07:11:31.438 | port-security 2024-08-01 07:11:31.438 | project-id 2024-08-01 07:11:31.438 | provider 2024-08-01 07:11:31.438 | quota-check-limit 2024-08-01 07:11:31.438 | quotas 2024-08-01 07:11:31.438 | quota_details 2024-08-01 07:11:31.438 | rbac-policies 2024-08-01 07:11:31.438 | rbac-address-group 2024-08-01 07:11:31.438 | rbac-address-scope 2024-08-01 07:11:31.438 | rbac-security-groups 2024-08-01 07:11:31.438 | rbac-subnetpool 2024-08-01 07:11:31.438 | revision-if-match 2024-08-01 07:11:31.438 | standard-attr-revisions 2024-08-01 07:11:31.438 | router_availability_zone 2024-08-01 07:11:31.438 | security-groups-normalized-cidr 2024-08-01 07:11:31.438 | port-security-groups-filtering 2024-08-01 07:11:31.438 | security-groups-remote-address-group 2024-08-01 07:11:31.438 | security-groups-shared-filtering 2024-08-01 07:11:31.438 | security-group 2024-08-01 07:11:31.438 | service-type 2024-08-01 07:11:31.438 | sorting 2024-08-01 07:11:31.438 | standard-attr-description 2024-08-01 07:11:31.438 | stateful-security-group 2024-08-01 07:11:31.438 | subnet_onboard 2024-08-01 07:11:31.438 | subnet-service-types 2024-08-01 07:11:31.439 | subnet_allocation 2024-08-01 07:11:31.439 | subnetpool-prefix-ops 2024-08-01 07:11:31.439 | standard-attr-tag 2024-08-01 07:11:31.439 | standard-attr-timestamp 2024-08-01 07:11:31.439 | nsxt-ops' 2024-08-01 07:11:31.439 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-08-01 07:11:31.439 | address-scope 2024-08-01 07:11:31.439 | router-admin-state-down-before-update 2024-08-01 07:11:31.439 | agent 2024-08-01 07:11:31.439 | agent-resources-synced 2024-08-01 07:11:31.439 | allowed-address-pairs 2024-08-01 07:11:31.439 | auto-allocated-topology 2024-08-01 07:11:31.439 | availability_zone 2024-08-01 07:11:31.439 | availability_zone_filter 2024-08-01 07:11:31.439 | default-subnetpools 2024-08-01 07:11:31.439 | dhcp_agent_scheduler 2024-08-01 07:11:31.440 | dvr 2024-08-01 07:11:31.440 | empty-string-filtering 2024-08-01 07:11:31.440 | external-net 2024-08-01 07:11:31.440 | extra_dhcp_opt 2024-08-01 07:11:31.440 | extraroute 2024-08-01 07:11:31.440 | extraroute-atomic 2024-08-01 07:11:31.440 | filter-validation 2024-08-01 07:11:31.440 | floating-ip-port-forwarding-detail 2024-08-01 07:11:31.440 | fip-port-details 2024-08-01 07:11:31.440 | flavors 2024-08-01 07:11:31.440 | floatingip-pools 2024-08-01 07:11:31.440 | ip-substring-filtering 2024-08-01 07:11:31.440 | router 2024-08-01 07:11:31.440 | ext-gw-mode 2024-08-01 07:11:31.440 | l3-ha 2024-08-01 07:11:31.440 | l3-flavors 2024-08-01 07:11:31.440 | l3-port-ip-change-not-allowed 2024-08-01 07:11:31.440 | l3_agent_scheduler 2024-08-01 07:11:31.440 | multi-provider 2024-08-01 07:11:31.440 | net-mtu 2024-08-01 07:11:31.440 | net-mtu-writable 2024-08-01 07:11:31.440 | network_availability_zone 2024-08-01 07:11:31.440 | network-ip-availability 2024-08-01 07:11:31.440 | pagination 2024-08-01 07:11:31.440 | port-device-profile 2024-08-01 07:11:31.440 | port-mac-override 2024-08-01 07:11:31.440 | port-mac-address-regenerate 2024-08-01 07:11:31.440 | port-numa-affinity-policy 2024-08-01 07:11:31.440 | binding 2024-08-01 07:11:31.440 | binding-extended 2024-08-01 07:11:31.440 | port-security 2024-08-01 07:11:31.440 | project-id 2024-08-01 07:11:31.440 | provider 2024-08-01 07:11:31.440 | quota-check-limit 2024-08-01 07:11:31.440 | quotas 2024-08-01 07:11:31.440 | quota_details 2024-08-01 07:11:31.440 | rbac-policies 2024-08-01 07:11:31.440 | rbac-address-group 2024-08-01 07:11:31.440 | rbac-address-scope 2024-08-01 07:11:31.440 | rbac-security-groups 2024-08-01 07:11:31.440 | rbac-subnetpool 2024-08-01 07:11:31.440 | revision-if-match 2024-08-01 07:11:31.440 | standard-attr-revisions 2024-08-01 07:11:31.440 | router_availability_zone 2024-08-01 07:11:31.440 | security-groups-normalized-cidr 2024-08-01 07:11:31.440 | port-security-groups-filtering 2024-08-01 07:11:31.441 | security-groups-remote-address-group 2024-08-01 07:11:31.441 | security-groups-shared-filtering 2024-08-01 07:11:31.441 | security-group 2024-08-01 07:11:31.441 | service-type 2024-08-01 07:11:31.441 | sorting 2024-08-01 07:11:31.441 | standard-attr-description 2024-08-01 07:11:31.441 | stateful-security-group 2024-08-01 07:11:31.441 | subnet_onboard 2024-08-01 07:11:31.441 | subnet-service-types 2024-08-01 07:11:31.441 | subnet_allocation 2024-08-01 07:11:31.441 | subnetpool-prefix-ops 2024-08-01 07:11:31.441 | standard-attr-tag 2024-08-01 07:11:31.441 | standard-attr-timestamp 2024-08-01 07:11:31.441 | nsxt-ops =~ auto-allocated-topology ]] 2024-08-01 07:11:31.441 | + lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-08-01 07:11:31.444 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:224 : EXTERNAL_NETWORK_FLAGS='--external --default' 2024-08-01 07:11:31.446 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:227 : '[' True = True ']' 2024-08-01 07:11:31.448 | ++ 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-08-01 07:11:32.998 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:11:33.001 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:228 : EXT_NET_ID=a89cc100-2b22-40cc-92e2-cdb067c2bdf7 2024-08-01 07:11:33.003 | + 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-08-01 07:11:33.005 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-08-01 07:11:33.017 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:234 : [[ 4 =~ 4.* ]] 2024-08-01 07:11:33.019 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:236 : _neutron_configure_router_v4 2024-08-01 07:11:33.021 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:315 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router add subnet 147ec8fa-5b28-43f1-9fd3-099b9cf2bc33 a7b54afe-de30-435e-9658-0fd70441e90d 2024-08-01 07:11:35.149 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:317 : local id_and_ext_gw_ip 2024-08-01 07:11:35.151 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : _neutron_create_public_subnet_v4 a89cc100-2b22-40cc-92e2-cdb067c2bdf7 2024-08-01 07:11:35.153 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:288 : local 'subnet_params=--ip-version 4 ' 2024-08-01 07:11:35.155 | ++ 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-08-01 07:11:35.157 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:290 : [[ -n 10.180.180.1 ]] 2024-08-01 07:11:35.159 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:291 : subnet_params+='--gateway 10.180.180.1 ' 2024-08-01 07:11:35.161 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:293 : subnet_params+='--network a89cc100-2b22-40cc-92e2-cdb067c2bdf7 --subnet-range 10.180.180.0/24 --no-dhcp ' 2024-08-01 07:11:35.163 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:294 : subnet_params+=public-subnet 2024-08-01 07:11:35.165 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:295 : local id_and_ext_gw_ip 2024-08-01 07:11:35.169 | +++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : grep -e gateway_ip -e ' id ' 2024-08-01 07:11:35.169 | +++ 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 a89cc100-2b22-40cc-92e2-cdb067c2bdf7 --subnet-range 10.180.180.0/24 --no-dhcp public-subnet 2024-08-01 07:11:36.758 | +++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:11:36.762 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:296 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | 2024-08-01 07:11:36.762 | | id | 33aa0bd1-866b-44ae-8edc-da03da341bb9 |' 2024-08-01 07:11:36.763 | ++ 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-08-01 07:11:36.765 | ++ functions-common:die_if_not_set:282 : local exitcode=0 2024-08-01 07:11:36.778 | ++ lib/neutron_plugins/services/l3:_neutron_create_public_subnet_v4:298 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 33aa0bd1-866b-44ae-8edc-da03da341bb9 '|' 2024-08-01 07:11:36.780 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:318 : id_and_ext_gw_ip='| gateway_ip | 10.180.180.1 | | id | 33aa0bd1-866b-44ae-8edc-da03da341bb9 |' 2024-08-01 07:11:36.782 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:319 : local ext_gw_ip 2024-08-01 07:11:36.784 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 33aa0bd1-866b-44ae-8edc-da03da341bb9 '|' 2024-08-01 07:11:36.785 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : get_field 2 2024-08-01 07:11:36.787 | ++ functions-common:get_field:829 : local data field 2024-08-01 07:11:36.789 | ++ functions-common:get_field:830 : read data 2024-08-01 07:11:36.790 | ++ functions-common:get_field:831 : '[' 2 -lt 0 ']' 2024-08-01 07:11:36.792 | ++ functions-common:get_field:834 : field='$3' 2024-08-01 07:11:36.794 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | 33aa0bd1-866b-44ae-8edc-da03da341bb9 |' 2024-08-01 07:11:36.795 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $3}' 2024-08-01 07:11:36.799 | ++ functions-common:get_field:830 : read data 2024-08-01 07:11:36.801 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:320 : ext_gw_ip=10.180.180.1 2024-08-01 07:11:36.804 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : echo '|' gateway_ip '|' 10.180.180.1 '|' '|' id '|' 33aa0bd1-866b-44ae-8edc-da03da341bb9 '|' 2024-08-01 07:11:36.805 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : get_field 5 2024-08-01 07:11:36.806 | ++ functions-common:get_field:829 : local data field 2024-08-01 07:11:36.808 | ++ functions-common:get_field:830 : read data 2024-08-01 07:11:36.809 | ++ functions-common:get_field:831 : '[' 5 -lt 0 ']' 2024-08-01 07:11:36.811 | ++ functions-common:get_field:834 : field='$6' 2024-08-01 07:11:36.813 | ++ functions-common:get_field:836 : echo '| gateway_ip | 10.180.180.1 | | id | 33aa0bd1-866b-44ae-8edc-da03da341bb9 |' 2024-08-01 07:11:36.814 | ++ functions-common:get_field:836 : awk '-F[ \t]*\\|[ \t]*' '{print $6}' 2024-08-01 07:11:36.817 | ++ functions-common:get_field:830 : read data 2024-08-01 07:11:36.820 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:321 : PUB_SUBNET_ID=33aa0bd1-866b-44ae-8edc-da03da341bb9 2024-08-01 07:11:36.822 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:323 : openstack --os-cloud devstack-admin-demo --os-region RegionOne router set --external-gateway a89cc100-2b22-40cc-92e2-cdb067c2bdf7 147ec8fa-5b28-43f1-9fd3-099b9cf2bc33 2024-08-01 07:11:38.861 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : [[ openvswitch == \o\v\n ]] 2024-08-01 07:11:38.863 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:326 : is_service_enabled q-l3 neutron-l3 2024-08-01 07:11:38.875 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:11:38.877 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:328 : local ext_gw_interface=none 2024-08-01 07:11:38.879 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:329 : is_neutron_ovs_base_plugin 2024-08-01 07:11:38.881 | + lib/neutron_plugins/ovs_base:is_neutron_ovs_base_plugin:23 : return 0 2024-08-01 07:11:38.883 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : _neutron_get_ext_gw_interface 2024-08-01 07:11:38.885 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:138 : [[ False == \T\r\u\e ]] 2024-08-01 07:11:38.887 | ++ 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-08-01 07:11:38.900 | ++ lib/neutron_plugins/services/l3:_neutron_get_ext_gw_interface:145 : echo br-ex 2024-08-01 07:11:38.902 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:330 : ext_gw_interface=br-ex 2024-08-01 07:11:38.904 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:342 : [[ br-ex != \n\o\n\e ]] 2024-08-01 07:11:38.906 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:343 : local cidr_len=24 2024-08-01 07:11:38.908 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:344 : local 'testcmd=ip -o link | grep -q br-ex' 2024-08-01 07:11:38.909 | + 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-08-01 07:11:38.911 | + functions-common:test_with_retry:2373 : local 'testcmd=ip -o link | grep -q br-ex' 2024-08-01 07:11:38.913 | + functions-common:test_with_retry:2374 : local 'failmsg=br-ex creation failed' 2024-08-01 07:11:38.914 | + functions-common:test_with_retry:2375 : local until=10 2024-08-01 07:11:38.916 | + functions-common:test_with_retry:2376 : local sleep=0.5 2024-08-01 07:11:38.918 | + functions-common:test_with_retry:2378 : time_start test_with_retry 2024-08-01 07:11:38.920 | + functions-common:time_start:2421 : local name=test_with_retry 2024-08-01 07:11:38.922 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:11:38.924 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:11:38.926 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:11:38.929 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496298927 2024-08-01 07:11:38.930 | + functions-common:test_with_retry:2379 : timeout 10 sh -c 'while ! ip -o link | grep -q br-ex; do sleep 0.5; done' 2024-08-01 07:11:38.936 | + functions-common:test_with_retry:2382 : time_stop test_with_retry 2024-08-01 07:11:38.937 | + functions-common:time_stop:2435 : local name 2024-08-01 07:11:38.939 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:11:38.941 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:11:38.943 | + functions-common:time_stop:2438 : local total 2024-08-01 07:11:38.945 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:11:38.947 | + functions-common:time_stop:2441 : name=test_with_retry 2024-08-01 07:11:38.949 | + functions-common:time_stop:2442 : start_time=1722496298927 2024-08-01 07:11:38.950 | + functions-common:time_stop:2444 : [[ -z 1722496298927 ]] 2024-08-01 07:11:38.953 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:11:38.956 | + functions-common:time_stop:2447 : end_time=1722496298954 2024-08-01 07:11:38.958 | + functions-common:time_stop:2448 : elapsed_time=27 2024-08-01 07:11:38.959 | + functions-common:time_stop:2449 : total=3062 2024-08-01 07:11:38.961 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:11:38.963 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=3089 2024-08-01 07:11:38.966 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : ip addr show dev br-ex 2024-08-01 07:11:38.966 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : grep -c 10.180.180.1 2024-08-01 07:11:38.970 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ 0 == 0 ]] 2024-08-01 07:11:38.972 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ True == \F\a\l\s\e ]] 2024-08-01 07:11:38.974 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2024-08-01 07:11:38.976 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:346 : [[ False == \T\r\u\e ]] 2024-08-01 07:11:38.979 | ++ 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-08-01 07:11:38.979 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : awk -Fip_address '{ print $2 }' 2024-08-01 07:11:38.980 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : tr '\n' ' ' 2024-08-01 07:11:38.980 | ++ lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : cut -f2 '-d'\''' 2024-08-01 07:11:40.239 | ++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:11:40.243 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:350 : ROUTER_GW_IP=' 10.180.180.164 ' 2024-08-01 07:11:40.245 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:351 : die_if_not_set 351 ROUTER_GW_IP 'Failure retrieving ROUTER_GW_IP' 2024-08-01 07:11:40.247 | + functions-common:die_if_not_set:282 : local exitcode=0 2024-08-01 07:11:40.261 | + lib/neutron_plugins/services/l3:_neutron_configure_router_v4:353 : _neutron_set_router_id 2024-08-01 07:11:40.263 | + lib/neutron_plugins/services/l3:_neutron_set_router_id:131 : [[ True == \F\a\l\s\e ]] 2024-08-01 07:11:40.265 | + lib/neutron_plugins/services/l3:create_neutron_initial_network:239 : [[ 4 =~ .*6 ]] 2024-08-01 07:11:40.267 | + stack.sh:main:1339 : is_service_enabled nova 2024-08-01 07:11:40.281 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:11:40.283 | + stack.sh:main:1340 : echo_summary 'Starting Nova' 2024-08-01 07:11:40.285 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-01 07:11:40.287 | + stack.sh:echo_summary:472 : echo -e Starting Nova 2024-08-01 07:11:40.289 | + stack.sh:main:1341 : start_nova 2024-08-01 07:11:40.291 | + lib/nova:start_nova:1176 : start_nova_rest 2024-08-01 07:11:40.293 | + 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-08-01 07:11:40.295 | + 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-08-01 07:11:40.297 | + 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-08-01 07:11:40.299 | + lib/nova:start_nova_rest:1088 : local compute_cell_conf=/etc/nova/nova.conf 2024-08-01 07:11:40.301 | + lib/nova:start_nova_rest:1090 : run_process n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-01 07:11:40.303 | + functions-common:run_process:1689 : local service=n-sch 2024-08-01 07:11:40.305 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-01 07:11:40.307 | + functions-common:run_process:1691 : local group= 2024-08-01 07:11:40.309 | + functions-common:run_process:1692 : local user= 2024-08-01 07:11:40.311 | + functions-common:run_process:1693 : local env_vars= 2024-08-01 07:11:40.313 | + functions-common:run_process:1695 : local name=n-sch 2024-08-01 07:11:40.315 | + functions-common:run_process:1697 : time_start run_process 2024-08-01 07:11:40.317 | + functions-common:time_start:2421 : local name=run_process 2024-08-01 07:11:40.319 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:11:40.321 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:11:40.323 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:11:40.327 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496300324 2024-08-01 07:11:40.329 | + functions-common:run_process:1698 : is_service_enabled n-sch 2024-08-01 07:11:40.341 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:11:40.343 | + functions-common:run_process:1699 : _run_under_systemd n-sch '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' '' '' '' 2024-08-01 07:11:40.345 | + functions-common:_run_under_systemd:1649 : local service=n-sch 2024-08-01 07:11:40.347 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-01 07:11:40.349 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-01 07:11:40.351 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-01 07:11:40.353 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-01 07:11:40.355 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ sudo ]] 2024-08-01 07:11:40.357 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-08-01 07:11:40.359 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-sch.service 2024-08-01 07:11:40.361 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-01 07:11:40.363 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-01 07:11:40.364 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-01 07:11:40.366 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-01 07:11:40.368 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-08-01 07:11:40.370 | + 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-08-01 07:11:40.372 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-sch.service 2024-08-01 07:11:40.374 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf' 2024-08-01 07:11:40.376 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-01 07:11:40.378 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-01 07:11:40.379 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-01 07:11:40.381 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-01 07:11:40.383 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-01 07:11:40.385 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-sch.service 2024-08-01 07:11:40.387 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-01 07:11:40.390 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Unit Description 'Devstack devstack@n-sch.service' 2024-08-01 07:11:40.443 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service User stack 2024-08-01 07:11:40.497 | + 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-08-01 07:11:40.543 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service KillMode process 2024-08-01 07:11:40.586 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service TimeoutStopSec 300 2024-08-01 07:11:40.627 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-01 07:11:40.670 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-01 07:11:40.671 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-01 07:11:40.673 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-sch.service Install WantedBy multi-user.target 2024-08-01 07:11:40.723 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-01 07:11:41.054 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-sch.service 2024-08-01 07:11:41.065 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-sch.service → /etc/systemd/system/devstack@n-sch.service. 2024-08-01 07:11:41.374 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-sch.service 2024-08-01 07:11:41.433 | + functions-common:run_process:1701 : time_stop run_process 2024-08-01 07:11:41.435 | + functions-common:time_stop:2435 : local name 2024-08-01 07:11:41.437 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:11:41.439 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:11:41.441 | + functions-common:time_stop:2438 : local total 2024-08-01 07:11:41.443 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:11:41.445 | + functions-common:time_stop:2441 : name=run_process 2024-08-01 07:11:41.447 | + functions-common:time_stop:2442 : start_time=1722496300324 2024-08-01 07:11:41.449 | + functions-common:time_stop:2444 : [[ -z 1722496300324 ]] 2024-08-01 07:11:41.451 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:11:41.455 | + functions-common:time_stop:2447 : end_time=1722496301453 2024-08-01 07:11:41.457 | + functions-common:time_stop:2448 : elapsed_time=1129 2024-08-01 07:11:41.459 | + functions-common:time_stop:2449 : total=9745 2024-08-01 07:11:41.461 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:11:41.463 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10874 2024-08-01 07:11:41.465 | + lib/nova:start_nova_rest:1091 : '[' True == False ']' 2024-08-01 07:11:41.468 | ++ lib/nova:start_nova_rest:1094 : which uwsgi 2024-08-01 07:11:41.472 | + 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-08-01 07:11:41.474 | + functions-common:run_process:1689 : local service=n-api-meta 2024-08-01 07:11:41.476 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-08-01 07:11:41.480 | + functions-common:run_process:1691 : local group= 2024-08-01 07:11:41.483 | + functions-common:run_process:1692 : local user= 2024-08-01 07:11:41.485 | + functions-common:run_process:1693 : local env_vars= 2024-08-01 07:11:41.487 | + functions-common:run_process:1695 : local name=n-api-meta 2024-08-01 07:11:41.489 | + functions-common:run_process:1697 : time_start run_process 2024-08-01 07:11:41.491 | + functions-common:time_start:2421 : local name=run_process 2024-08-01 07:11:41.493 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:11:41.495 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:11:41.498 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:11:41.502 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496301499 2024-08-01 07:11:41.508 | + functions-common:run_process:1698 : is_service_enabled n-api-meta 2024-08-01 07:11:41.523 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:11:41.525 | + 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-08-01 07:11:41.527 | + functions-common:_run_under_systemd:1649 : local service=n-api-meta 2024-08-01 07:11:41.529 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-08-01 07:11:41.531 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-08-01 07:11:41.533 | + 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-08-01 07:11:41.535 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini' 2024-08-01 07:11:41.537 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ sudo ]] 2024-08-01 07:11:41.539 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ ^/ ]] 2024-08-01 07:11:41.541 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-api-meta.service 2024-08-01 07:11:41.543 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-01 07:11:41.545 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-01 07:11:41.547 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-01 07:11:41.554 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-01 07:11:41.556 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix nova-api-meta --ini /etc/nova/nova-metadata-uwsgi.ini =~ uwsgi ]] 2024-08-01 07:11:41.559 | + 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-08-01 07:11:41.561 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@n-api-meta.service 2024-08-01 07:11:41.563 | + 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-08-01 07:11:41.565 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-08-01 07:11:41.570 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-08-01 07:11:41.572 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-08-01 07:11:41.574 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@n-api-meta.service 2024-08-01 07:11:41.576 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-08-01 07:11:41.579 | + 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-08-01 07:11:41.634 | + 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-08-01 07:11:41.691 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service User stack 2024-08-01 07:11:41.737 | + 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-08-01 07:11:41.787 | + 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-08-01 07:11:41.834 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Type notify 2024-08-01 07:11:41.881 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service KillMode process 2024-08-01 07:11:41.921 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service Restart always 2024-08-01 07:11:41.962 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service NotifyAccess all 2024-08-01 07:11:42.004 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Service RestartForceExitStatus 100 2024-08-01 07:11:42.047 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-08-01 07:11:42.049 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-08-01 07:11:42.052 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@n-api-meta.service Install WantedBy multi-user.target 2024-08-01 07:11:42.102 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-08-01 07:11:42.425 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-api-meta.service 2024-08-01 07:11:42.435 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-api-meta.service → /etc/systemd/system/devstack@n-api-meta.service. 2024-08-01 07:11:42.751 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-api-meta.service 2024-08-01 07:11:42.827 | + functions-common:run_process:1701 : time_stop run_process 2024-08-01 07:11:42.831 | + functions-common:time_stop:2435 : local name 2024-08-01 07:11:42.835 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:11:42.839 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:11:42.843 | + functions-common:time_stop:2438 : local total 2024-08-01 07:11:42.847 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:11:42.850 | + functions-common:time_stop:2441 : name=run_process 2024-08-01 07:11:42.855 | + functions-common:time_stop:2442 : start_time=1722496301499 2024-08-01 07:11:42.857 | + functions-common:time_stop:2444 : [[ -z 1722496301499 ]] 2024-08-01 07:11:42.860 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:11:42.864 | + functions-common:time_stop:2447 : end_time=1722496302862 2024-08-01 07:11:42.866 | + functions-common:time_stop:2448 : elapsed_time=1363 2024-08-01 07:11:42.868 | + functions-common:time_stop:2449 : total=10874 2024-08-01 07:11:42.870 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:11:42.873 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12237 2024-08-01 07:11:42.875 | + 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-08-01 07:11:42.877 | + 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-08-01 07:11:42.879 | + lib/nova:start_nova:1177 : start_nova_console_proxies 2024-08-01 07:11:42.881 | + 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-08-01 07:11:42.883 | + 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-08-01 07:11:42.885 | + 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-08-01 07:11:42.887 | + lib/nova:start_nova_console_proxies:1116 : local api_cell_conf=/etc/nova/nova.conf 2024-08-01 07:11:42.889 | + lib/nova:start_nova_console_proxies:1118 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-01 07:11:42.891 | + lib/nova:start_nova_console_proxies:1119 : run_process n-novnc '/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2024-08-01 07:11:42.893 | + functions-common:run_process:1689 : local service=n-novnc 2024-08-01 07:11:42.895 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-novncproxy --config-file /etc/nova/nova.conf --web ' 2024-08-01 07:11:42.897 | + functions-common:run_process:1691 : local group= 2024-08-01 07:11:42.899 | + functions-common:run_process:1692 : local user= 2024-08-01 07:11:42.901 | + functions-common:run_process:1693 : local env_vars= 2024-08-01 07:11:42.903 | + functions-common:run_process:1695 : local name=n-novnc 2024-08-01 07:11:42.905 | + functions-common:run_process:1697 : time_start run_process 2024-08-01 07:11:42.907 | + functions-common:time_start:2421 : local name=run_process 2024-08-01 07:11:42.909 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:11:42.911 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:11:42.913 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:11:42.916 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496302914 2024-08-01 07:11:42.918 | + functions-common:run_process:1698 : is_service_enabled n-novnc 2024-08-01 07:11:42.932 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:11:42.934 | + functions-common:run_process:1701 : time_stop run_process 2024-08-01 07:11:42.936 | + functions-common:time_stop:2435 : local name 2024-08-01 07:11:42.938 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:11:42.940 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:11:42.941 | + functions-common:time_stop:2438 : local total 2024-08-01 07:11:42.943 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:11:42.945 | + functions-common:time_stop:2441 : name=run_process 2024-08-01 07:11:42.947 | + functions-common:time_stop:2442 : start_time=1722496302914 2024-08-01 07:11:42.949 | + functions-common:time_stop:2444 : [[ -z 1722496302914 ]] 2024-08-01 07:11:42.951 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:11:42.955 | + functions-common:time_stop:2447 : end_time=1722496302952 2024-08-01 07:11:42.957 | + functions-common:time_stop:2448 : elapsed_time=38 2024-08-01 07:11:42.959 | + functions-common:time_stop:2449 : total=12237 2024-08-01 07:11:42.960 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:11:42.962 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12275 2024-08-01 07:11:42.964 | + lib/nova:start_nova_console_proxies:1120 : run_process n-spice '/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2024-08-01 07:11:42.966 | + functions-common:run_process:1689 : local service=n-spice 2024-08-01 07:11:42.968 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-spicehtml5proxy --config-file /etc/nova/nova.conf --web ' 2024-08-01 07:11:42.970 | + functions-common:run_process:1691 : local group= 2024-08-01 07:11:42.973 | + functions-common:run_process:1692 : local user= 2024-08-01 07:11:42.974 | + functions-common:run_process:1693 : local env_vars= 2024-08-01 07:11:42.976 | + functions-common:run_process:1695 : local name=n-spice 2024-08-01 07:11:42.978 | + functions-common:run_process:1697 : time_start run_process 2024-08-01 07:11:42.980 | + functions-common:time_start:2421 : local name=run_process 2024-08-01 07:11:42.982 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:11:42.984 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:11:42.986 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:11:42.990 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496302988 2024-08-01 07:11:42.992 | + functions-common:run_process:1698 : is_service_enabled n-spice 2024-08-01 07:11:43.009 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:11:43.011 | + functions-common:run_process:1701 : time_stop run_process 2024-08-01 07:11:43.013 | + functions-common:time_stop:2435 : local name 2024-08-01 07:11:43.015 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:11:43.017 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:11:43.019 | + functions-common:time_stop:2438 : local total 2024-08-01 07:11:43.021 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:11:43.023 | + functions-common:time_stop:2441 : name=run_process 2024-08-01 07:11:43.025 | + functions-common:time_stop:2442 : start_time=1722496302988 2024-08-01 07:11:43.027 | + functions-common:time_stop:2444 : [[ -z 1722496302988 ]] 2024-08-01 07:11:43.029 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:11:43.033 | + functions-common:time_stop:2447 : end_time=1722496303030 2024-08-01 07:11:43.034 | + functions-common:time_stop:2448 : elapsed_time=42 2024-08-01 07:11:43.036 | + functions-common:time_stop:2449 : total=12275 2024-08-01 07:11:43.038 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:11:43.040 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12317 2024-08-01 07:11:43.043 | + lib/nova:start_nova_console_proxies:1121 : run_process n-sproxy '/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2024-08-01 07:11:43.044 | + functions-common:run_process:1689 : local service=n-sproxy 2024-08-01 07:11:43.046 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-serialproxy --config-file /etc/nova/nova.conf' 2024-08-01 07:11:43.048 | + functions-common:run_process:1691 : local group= 2024-08-01 07:11:43.050 | + functions-common:run_process:1692 : local user= 2024-08-01 07:11:43.052 | + functions-common:run_process:1693 : local env_vars= 2024-08-01 07:11:43.054 | + functions-common:run_process:1695 : local name=n-sproxy 2024-08-01 07:11:43.056 | + functions-common:run_process:1697 : time_start run_process 2024-08-01 07:11:43.058 | + functions-common:time_start:2421 : local name=run_process 2024-08-01 07:11:43.060 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:11:43.063 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:11:43.065 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:11:43.069 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496303066 2024-08-01 07:11:43.071 | + functions-common:run_process:1698 : is_service_enabled n-sproxy 2024-08-01 07:11:43.086 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:11:43.088 | + functions-common:run_process:1701 : time_stop run_process 2024-08-01 07:11:43.090 | + functions-common:time_stop:2435 : local name 2024-08-01 07:11:43.092 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:11:43.094 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:11:43.096 | + functions-common:time_stop:2438 : local total 2024-08-01 07:11:43.098 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:11:43.100 | + functions-common:time_stop:2441 : name=run_process 2024-08-01 07:11:43.102 | + functions-common:time_stop:2442 : start_time=1722496303066 2024-08-01 07:11:43.104 | + functions-common:time_stop:2444 : [[ -z 1722496303066 ]] 2024-08-01 07:11:43.106 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:11:43.110 | + functions-common:time_stop:2447 : end_time=1722496303108 2024-08-01 07:11:43.112 | + functions-common:time_stop:2448 : elapsed_time=42 2024-08-01 07:11:43.122 | + functions-common:time_stop:2449 : total=12317 2024-08-01 07:11:43.124 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:11:43.127 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=12359 2024-08-01 07:11:43.129 | + 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-08-01 07:11:43.132 | + 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-08-01 07:11:43.134 | + lib/nova:start_nova:1178 : start_nova_conductor 2024-08-01 07:11:43.137 | + lib/nova:start_nova_conductor:1146 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-01 07:11:43.139 | + lib/nova:start_nova_conductor:1147 : echo 'Starting nova-conductor in a cellsv1-compatible way' 2024-08-01 07:11:43.139 | Starting nova-conductor in a cellsv1-compatible way 2024-08-01 07:11:43.141 | + lib/nova:start_nova_conductor:1148 : run_process n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-01 07:11:43.143 | + functions-common:run_process:1689 : local service=n-cond 2024-08-01 07:11:43.146 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-01 07:11:43.147 | + functions-common:run_process:1691 : local group= 2024-08-01 07:11:43.150 | + functions-common:run_process:1692 : local user= 2024-08-01 07:11:43.152 | + functions-common:run_process:1693 : local env_vars= 2024-08-01 07:11:43.154 | + functions-common:run_process:1695 : local name=n-cond 2024-08-01 07:11:43.156 | + functions-common:run_process:1697 : time_start run_process 2024-08-01 07:11:43.158 | + functions-common:time_start:2421 : local name=run_process 2024-08-01 07:11:43.160 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:11:43.162 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:11:43.165 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:11:43.168 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496303166 2024-08-01 07:11:43.170 | + functions-common:run_process:1698 : is_service_enabled n-cond 2024-08-01 07:11:43.183 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:11:43.186 | + functions-common:run_process:1699 : _run_under_systemd n-cond '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' '' '' '' 2024-08-01 07:11:43.187 | + functions-common:_run_under_systemd:1649 : local service=n-cond 2024-08-01 07:11:43.189 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-01 07:11:43.192 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-01 07:11:43.194 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-01 07:11:43.195 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-01 07:11:43.197 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ sudo ]] 2024-08-01 07:11:43.199 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ ^/ ]] 2024-08-01 07:11:43.202 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@n-cond.service 2024-08-01 07:11:43.204 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-01 07:11:43.208 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-01 07:11:43.210 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-01 07:11:43.214 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-01 07:11:43.217 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf =~ uwsgi ]] 2024-08-01 07:11:43.219 | + 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-08-01 07:11:43.221 | + functions-common:write_user_unit_file:1558 : local service=devstack@n-cond.service 2024-08-01 07:11:43.223 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf' 2024-08-01 07:11:43.225 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-01 07:11:43.227 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-01 07:11:43.228 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-01 07:11:43.230 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-01 07:11:43.233 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-01 07:11:43.235 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@n-cond.service 2024-08-01 07:11:43.236 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-01 07:11:43.240 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Unit Description 'Devstack devstack@n-cond.service' 2024-08-01 07:11:43.292 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service User stack 2024-08-01 07:11:43.343 | + 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-08-01 07:11:43.384 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service KillMode process 2024-08-01 07:11:43.425 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service TimeoutStopSec 300 2024-08-01 07:11:43.468 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-01 07:11:43.509 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-01 07:11:43.511 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-01 07:11:43.513 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@n-cond.service Install WantedBy multi-user.target 2024-08-01 07:11:43.563 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-01 07:11:43.919 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@n-cond.service 2024-08-01 07:11:43.929 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@n-cond.service → /etc/systemd/system/devstack@n-cond.service. 2024-08-01 07:11:44.265 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@n-cond.service 2024-08-01 07:11:44.329 | + functions-common:run_process:1701 : time_stop run_process 2024-08-01 07:11:44.336 | + functions-common:time_stop:2435 : local name 2024-08-01 07:11:44.338 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:11:44.340 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:11:44.343 | + functions-common:time_stop:2438 : local total 2024-08-01 07:11:44.345 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:11:44.347 | + functions-common:time_stop:2441 : name=run_process 2024-08-01 07:11:44.349 | + functions-common:time_stop:2442 : start_time=1722496303166 2024-08-01 07:11:44.351 | + functions-common:time_stop:2444 : [[ -z 1722496303166 ]] 2024-08-01 07:11:44.355 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:11:44.363 | + functions-common:time_stop:2447 : end_time=1722496304355 2024-08-01 07:11:44.363 | + functions-common:time_stop:2448 : elapsed_time=1189 2024-08-01 07:11:44.363 | + functions-common:time_stop:2449 : total=12359 2024-08-01 07:11:44.363 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:11:44.365 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13548 2024-08-01 07:11:44.367 | + lib/nova:start_nova_conductor:1149 : return 2024-08-01 07:11:44.369 | + lib/nova:start_nova:1179 : start_nova_compute 2024-08-01 07:11:44.371 | + 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-08-01 07:11:44.373 | + 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-08-01 07:11:44.375 | + 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-08-01 07:11:44.377 | + lib/nova:start_nova_compute:1009 : local compute_cell_conf=/etc/nova/nova.conf 2024-08-01 07:11:44.379 | + lib/nova:start_nova_compute:1012 : cp /etc/nova/nova.conf /etc/nova/nova-cpu.conf 2024-08-01 07:11:44.385 | + lib/nova:start_nova_compute:1014 : merge_config_file /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-08-01 07:11:44.387 | + inc/meta-config:merge_config_file:83 : local file=/opt/stack/devstack/local.conf 2024-08-01 07:11:44.389 | + inc/meta-config:merge_config_file:84 : local matchgroup=post-config 2024-08-01 07:11:44.395 | + inc/meta-config:merge_config_file:85 : local 'configfile=$NOVA_CPU_CONF' 2024-08-01 07:11:44.395 | + inc/meta-config:merge_config_file:90 : local real_configfile 2024-08-01 07:11:44.395 | ++ inc/meta-config:merge_config_file:91 : eval echo '$NOVA_CPU_CONF' 2024-08-01 07:11:44.397 | +++ inc/meta-config:merge_config_file:91 : echo /etc/nova/nova-cpu.conf 2024-08-01 07:11:44.400 | + inc/meta-config:merge_config_file:91 : real_configfile=/etc/nova/nova-cpu.conf 2024-08-01 07:11:44.402 | + inc/meta-config:merge_config_file:92 : '[' '!' -f /etc/nova/nova-cpu.conf ']' 2024-08-01 07:11:44.404 | + inc/meta-config:merge_config_file:96 : get_meta_section /opt/stack/devstack/local.conf post-config '$NOVA_CPU_CONF' 2024-08-01 07:11:44.405 | + inc/meta-config:merge_config_file:164 : read a 2024-08-01 07:11:44.405 | + inc/meta-config:merge_config_file:97 : awk -v 'configfile=$NOVA_CPU_CONF' ' 2024-08-01 07:11:44.405 | BEGIN { 2024-08-01 07:11:44.405 | section = "" 2024-08-01 07:11:44.405 | last_section = "" 2024-08-01 07:11:44.405 | section_count = 0 2024-08-01 07:11:44.405 | } 2024-08-01 07:11:44.405 | /^\[.+\]/ { 2024-08-01 07:11:44.405 | gsub("[][]", "", $1); 2024-08-01 07:11:44.405 | section=$1 2024-08-01 07:11:44.405 | next 2024-08-01 07:11:44.405 | } 2024-08-01 07:11:44.405 | /^ *\#/ { 2024-08-01 07:11:44.405 | next 2024-08-01 07:11:44.405 | } 2024-08-01 07:11:44.405 | /^[^ \t]+/ { 2024-08-01 07:11:44.405 | # get offset of first = in $0 2024-08-01 07:11:44.405 | eq_idx = index($0, "=") 2024-08-01 07:11:44.405 | # extract attr & value from $0 2024-08-01 07:11:44.405 | attr = substr($0, 1, eq_idx - 1) 2024-08-01 07:11:44.405 | value = substr($0, eq_idx + 1) 2024-08-01 07:11:44.405 | # only need to strip trailing whitespace from attr 2024-08-01 07:11:44.405 | sub(/[ \t]*$/, "", attr) 2024-08-01 07:11:44.405 | # need to strip leading & trailing whitespace from value 2024-08-01 07:11:44.405 | sub(/^[ \t]*/, "", value) 2024-08-01 07:11:44.405 | sub(/[ \t]*$/, "", value) 2024-08-01 07:11:44.405 | 2024-08-01 07:11:44.405 | # cfg_attr_count: number of config lines per [section, attr] 2024-08-01 07:11:44.405 | # cfg_attr: three dimensional array to keep all the config lines per [section, attr] 2024-08-01 07:11:44.405 | # cfg_section: keep the section names in the same order as they appear in local.conf 2024-08-01 07:11:44.405 | # cfg_sec_attr_name: keep the attr names in the same order as they appear in local.conf 2024-08-01 07:11:44.405 | if (! (section, attr) in cfg_attr_count) { 2024-08-01 07:11:44.405 | if (section != last_section) { 2024-08-01 07:11:44.405 | cfg_section[section_count++] = section 2024-08-01 07:11:44.405 | last_section = section 2024-08-01 07:11:44.405 | } 2024-08-01 07:11:44.405 | attr_count = cfg_sec_attr_count[section_count - 1]++ 2024-08-01 07:11:44.405 | cfg_sec_attr_name[section_count - 1, attr_count] = attr 2024-08-01 07:11:44.405 | 2024-08-01 07:11:44.405 | cfg_attr[section, attr, 0] = value 2024-08-01 07:11:44.405 | cfg_attr_count[section, attr] = 1 2024-08-01 07:11:44.405 | } else { 2024-08-01 07:11:44.405 | lno = cfg_attr_count[section, attr]++ 2024-08-01 07:11:44.405 | cfg_attr[section, attr, lno] = value 2024-08-01 07:11:44.405 | } 2024-08-01 07:11:44.405 | } 2024-08-01 07:11:44.405 | END { 2024-08-01 07:11:44.405 | # Process each section in order 2024-08-01 07:11:44.405 | for (sno = 0; sno < section_count; sno++) { 2024-08-01 07:11:44.405 | section = cfg_section[sno] 2024-08-01 07:11:44.405 | # The ini routines simply append a config item immediately 2024-08-01 07:11:44.405 | # after the section header. To keep the same order as defined 2024-08-01 07:11:44.405 | # in local.conf, invoke the ini routines in the reverse order 2024-08-01 07:11:44.405 | for (attr_no = cfg_sec_attr_count[sno] - 1; attr_no >=0; attr_no--) { 2024-08-01 07:11:44.405 | attr = cfg_sec_attr_name[sno, attr_no] 2024-08-01 07:11:44.406 | if (cfg_attr_count[section, attr] == 1) 2024-08-01 07:11:44.406 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, 0] "\"" 2024-08-01 07:11:44.406 | else { 2024-08-01 07:11:44.406 | # For multiline, invoke the ini routines in the reverse order 2024-08-01 07:11:44.406 | count = cfg_attr_count[section, attr] 2024-08-01 07:11:44.406 | print "inidelete " configfile " " section " " attr 2024-08-01 07:11:44.406 | print "iniset " configfile " " section " " attr " \"" cfg_attr[section, attr, count - 1] "\"" 2024-08-01 07:11:44.406 | for (l = count -2; l >= 0; l--) 2024-08-01 07:11:44.406 | print "iniadd_literal " configfile " " section " " attr " \"" cfg_attr[section, attr, l] "\"" 2024-08-01 07:11:44.406 | } 2024-08-01 07:11:44.406 | } 2024-08-01 07:11:44.406 | } 2024-08-01 07:11:44.406 | } 2024-08-01 07:11:44.406 | ' 2024-08-01 07:11:44.406 | + inc/meta-config:get_meta_section:33 : local file=/opt/stack/devstack/local.conf 2024-08-01 07:11:44.407 | awk: cmd. line:12: warning: regexp escape sequence `\#' is not a known regexp operator 2024-08-01 07:11:44.408 | + inc/meta-config:get_meta_section:34 : local matchgroup=post-config 2024-08-01 07:11:44.410 | + inc/meta-config:get_meta_section:35 : local 'configfile=$NOVA_CPU_CONF' 2024-08-01 07:11:44.412 | + inc/meta-config:get_meta_section:37 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-01 07:11:44.414 | + inc/meta-config:get_meta_section:38 : [[ -z $NOVA_CPU_CONF ]] 2024-08-01 07:11:44.416 | + inc/meta-config:get_meta_section:40 : awk -v matchgroup=post-config -v 'configfile=$NOVA_CPU_CONF' ' 2024-08-01 07:11:44.416 | BEGIN { group = "" } 2024-08-01 07:11:44.416 | /^\[\[.+\|.*\]\]/ { 2024-08-01 07:11:44.416 | gsub("[][]", "", $1); 2024-08-01 07:11:44.416 | split($1, a, "|"); 2024-08-01 07:11:44.416 | if (a[1] == matchgroup && a[2] == configfile) { 2024-08-01 07:11:44.416 | group=a[1] 2024-08-01 07:11:44.416 | } else { 2024-08-01 07:11:44.416 | group="" 2024-08-01 07:11:44.416 | } 2024-08-01 07:11:44.416 | next 2024-08-01 07:11:44.416 | } 2024-08-01 07:11:44.416 | { 2024-08-01 07:11:44.416 | if (group != "") 2024-08-01 07:11:44.416 | print $0 2024-08-01 07:11:44.416 | } 2024-08-01 07:11:44.416 | ' /opt/stack/devstack/local.conf 2024-08-01 07:11:44.421 | + lib/nova:start_nova_compute:1016 : [[ singleconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2024-08-01 07:11:44.424 | + lib/nova:start_nova_compute:1019 : echo 'Skipping multi-cell conductor fleet setup' 2024-08-01 07:11:44.424 | Skipping multi-cell conductor fleet setup 2024-08-01 07:11:44.426 | + lib/nova:start_nova_compute:1031 : inidelete /etc/nova/nova-cpu.conf database connection 2024-08-01 07:11:44.442 | + lib/nova:start_nova_compute:1032 : inidelete /etc/nova/nova-cpu.conf api_database connection 2024-08-01 07:11:44.457 | + lib/nova:start_nova_compute:1037 : configure_console_compute 2024-08-01 07:11:44.459 | + lib/nova:configure_console_compute:664 : local offset 2024-08-01 07:11:44.462 | + lib/nova:configure_console_compute:665 : offset=0 2024-08-01 07:11:44.464 | + lib/nova:configure_console_compute:669 : local default_proxyclient_addr 2024-08-01 07:11:44.466 | ++ lib/nova:configure_console_compute:670 : iniget /etc/nova/nova-cpu.conf DEFAULT my_ip 2024-08-01 07:11:44.486 | + lib/nova:configure_console_compute:670 : default_proxyclient_addr=10.180.1.21 2024-08-01 07:11:44.490 | + lib/nova:configure_console_compute:674 : is_service_enabled n-cpu 2024-08-01 07:11:44.507 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:11:44.509 | + lib/nova:configure_console_compute:690 : is_service_enabled n-novnc 2024-08-01 07:11:44.525 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:11:44.529 | + lib/nova:configure_console_compute:690 : '[' False '!=' False ']' 2024-08-01 07:11:44.532 | + lib/nova:configure_console_compute:698 : iniset /etc/nova/nova-cpu.conf vnc enabled false 2024-08-01 07:11:44.561 | + lib/nova:configure_console_compute:701 : is_service_enabled n-spice 2024-08-01 07:11:44.576 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:11:44.578 | + lib/nova:configure_console_compute:711 : is_service_enabled n-sproxy 2024-08-01 07:11:44.594 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:11:44.596 | + lib/nova:start_nova_compute:1041 : iniset /etc/nova/nova-cpu.conf DEFAULT reimage_timeout_per_gb 60 2024-08-01 07:11:44.625 | + lib/nova:start_nova_compute:1044 : '[' -n '' ']' 2024-08-01 07:11:44.627 | + lib/nova:start_nova_compute:1049 : [[ vsphere == \l\i\b\v\i\r\t ]] 2024-08-01 07:11:44.629 | + lib/nova:start_nova_compute:1053 : [[ vsphere = \l\i\b\v\i\r\t ]] 2024-08-01 07:11:44.631 | + lib/nova:start_nova_compute:1058 : [[ vsphere = \l\x\d ]] 2024-08-01 07:11:44.633 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \d\o\c\k\e\r ]] 2024-08-01 07:11:44.635 | + lib/nova:start_nova_compute:1060 : [[ vsphere = \z\u\n ]] 2024-08-01 07:11:44.637 | + lib/nova:start_nova_compute:1062 : [[ vsphere = \f\a\k\e ]] 2024-08-01 07:11:44.639 | + lib/nova:start_nova_compute:1073 : is_service_enabled n-cpu 2024-08-01 07:11:44.654 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:11:44.656 | + lib/nova:start_nova_compute:1076 : run_process n-cpu '/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2024-08-01 07:11:44.658 | + functions-common:run_process:1689 : local service=n-cpu 2024-08-01 07:11:44.660 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/nova-compute --config-file /etc/nova/nova-cpu.conf' 2024-08-01 07:11:44.662 | + functions-common:run_process:1691 : local group= 2024-08-01 07:11:44.664 | + functions-common:run_process:1692 : local user= 2024-08-01 07:11:44.666 | + functions-common:run_process:1693 : local env_vars= 2024-08-01 07:11:44.669 | + functions-common:run_process:1695 : local name=n-cpu 2024-08-01 07:11:44.671 | + functions-common:run_process:1697 : time_start run_process 2024-08-01 07:11:44.673 | + functions-common:time_start:2421 : local name=run_process 2024-08-01 07:11:44.675 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:11:44.677 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:11:44.679 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:11:44.683 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496304681 2024-08-01 07:11:44.685 | + functions-common:run_process:1698 : is_service_enabled n-cpu 2024-08-01 07:11:44.699 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:11:44.701 | + functions-common:run_process:1701 : time_stop run_process 2024-08-01 07:11:44.703 | + functions-common:time_stop:2435 : local name 2024-08-01 07:11:44.705 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:11:44.707 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:11:44.709 | + functions-common:time_stop:2438 : local total 2024-08-01 07:11:44.711 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:11:44.713 | + functions-common:time_stop:2441 : name=run_process 2024-08-01 07:11:44.715 | + functions-common:time_stop:2442 : start_time=1722496304681 2024-08-01 07:11:44.716 | + functions-common:time_stop:2444 : [[ -z 1722496304681 ]] 2024-08-01 07:11:44.719 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:11:44.722 | + functions-common:time_stop:2447 : end_time=1722496304720 2024-08-01 07:11:44.724 | + functions-common:time_stop:2448 : elapsed_time=39 2024-08-01 07:11:44.726 | + functions-common:time_stop:2449 : total=13548 2024-08-01 07:11:44.728 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:11:44.730 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=13587 2024-08-01 07:11:44.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-08-01 07:11:44.735 | + 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-08-01 07:11:44.737 | + lib/nova:start_nova:1180 : is_service_enabled n-api 2024-08-01 07:11:44.750 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:11:44.752 | + lib/nova:start_nova:1182 : echo 'Dumping cells_v2 mapping' 2024-08-01 07:11:44.752 | Dumping cells_v2 mapping 2024-08-01 07:11:44.754 | + lib/nova:start_nova:1183 : /usr/local/bin/nova-manage cell_v2 list_cells --verbose 2024-08-01 07:11:45.131 | 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-08-01 07:11:46.460 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2024-08-01 07:11:46.460 | | Name | UUID | Transport URL | Database Connection | Disabled | 2024-08-01 07:11:46.460 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2024-08-01 07:11:46.460 | | cell0 | 00000000-0000-0000-0000-000000000000 | none:/// | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell0?charset=utf8 | False | 2024-08-01 07:11:46.460 | | cell1 | d4c3f3ad-b5a0-41b5-8bdf-f592a32f89f0 | rabbit://stackrabbit:stackdb@10.180.1.21:5672/ | mysql+pymysql://root:stackdb@127.0.0.1/nova_cell1?charset=utf8 | False | 2024-08-01 07:11:46.460 | +-------+--------------------------------------+------------------------------------------------+----------------------------------------------------------------+----------+ 2024-08-01 07:11:46.813 | + stack.sh:main:1342 : async_runfunc create_flavors 2024-08-01 07:11:46.815 | + inc/async:async_runfunc:116 : async_run create_flavors create_flavors 2024-08-01 07:11:46.864 | + inc/async:async_inner:63 : create_flavors 2024-08-01 07:11:46.895 | [3544 Async create_flavors:52215]: running: create_flavors 2024-08-01 07:11:46.897 | + stack.sh:main:1344 : is_service_enabled cinder 2024-08-01 07:11:46.910 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:11:46.912 | + stack.sh:main:1345 : echo_summary 'Starting Cinder' 2024-08-01 07:11:46.914 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-01 07:11:46.916 | + stack.sh:echo_summary:472 : echo -e Starting Cinder 2024-08-01 07:11:46.919 | + stack.sh:main:1346 : start_cinder 2024-08-01 07:11:46.921 | + lib/cinder:start_cinder:585 : local service_port=8776 2024-08-01 07:11:46.923 | + lib/cinder:start_cinder:586 : local service_protocol=http 2024-08-01 07:11:46.925 | + lib/cinder:start_cinder:587 : local cinder_url 2024-08-01 07:11:46.927 | + lib/cinder:start_cinder:588 : is_service_enabled tls-proxy 2024-08-01 07:11:46.940 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:11:46.942 | + lib/cinder:start_cinder:592 : '[' lioadm = tgtadm ']' 2024-08-01 07:11:46.944 | + 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-08-01 07:11:46.946 | + lib/cinder:start_cinder:613 : '[' True == False ']' 2024-08-01 07:11:46.949 | ++ lib/cinder:start_cinder:621 : which uwsgi 2024-08-01 07:11:46.953 | + lib/cinder:start_cinder:621 : run_process c-api '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-01 07:11:46.955 | + functions-common:run_process:1689 : local service=c-api 2024-08-01 07:11:46.957 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-01 07:11:46.959 | + functions-common:run_process:1691 : local group= 2024-08-01 07:11:46.961 | + functions-common:run_process:1692 : local user= 2024-08-01 07:11:46.963 | + functions-common:run_process:1693 : local env_vars= 2024-08-01 07:11:46.965 | + functions-common:run_process:1695 : local name=c-api 2024-08-01 07:11:46.967 | + functions-common:run_process:1697 : time_start run_process 2024-08-01 07:11:46.969 | + functions-common:time_start:2421 : local name=run_process 2024-08-01 07:11:46.971 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:11:46.974 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:11:46.976 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:11:46.979 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496306977 2024-08-01 07:11:46.981 | + functions-common:run_process:1698 : is_service_enabled c-api 2024-08-01 07:11:46.994 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:11:46.996 | + 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-08-01 07:11:46.999 | + functions-common:_run_under_systemd:1649 : local service=c-api 2024-08-01 07:11:47.001 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-01 07:11:47.003 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-01 07:11:47.005 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-01 07:11:47.007 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini' 2024-08-01 07:11:47.008 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ sudo ]] 2024-08-01 07:11:47.011 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ ^/ ]] 2024-08-01 07:11:47.013 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-api.service 2024-08-01 07:11:47.015 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-01 07:11:47.017 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-01 07:11:47.019 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-01 07:11:47.021 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-01 07:11:47.023 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix cinder-api --ini /etc/cinder/cinder-api-uwsgi.ini =~ uwsgi ]] 2024-08-01 07:11:47.025 | + 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-08-01 07:11:47.027 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@c-api.service 2024-08-01 07:11:47.029 | + 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-08-01 07:11:47.030 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-08-01 07:11:47.032 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-08-01 07:11:47.034 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-08-01 07:11:47.036 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@c-api.service 2024-08-01 07:11:47.038 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-08-01 07:11:47.041 | + 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-08-01 07:11:47.091 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service SyslogIdentifier devstack@c-api.service 2024-08-01 07:11:47.139 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service User stack 2024-08-01 07:11:47.180 | + 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-08-01 07:11:47.220 | + 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-08-01 07:11:47.262 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Type notify 2024-08-01 07:11:47.304 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service KillMode process 2024-08-01 07:11:47.345 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service Restart always 2024-08-01 07:11:47.386 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service NotifyAccess all 2024-08-01 07:11:47.428 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@c-api.service Service RestartForceExitStatus 100 2024-08-01 07:11:47.471 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-08-01 07:11:47.474 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-08-01 07:11:47.476 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@c-api.service Install WantedBy multi-user.target 2024-08-01 07:11:47.528 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-08-01 07:11:47.868 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-api.service 2024-08-01 07:11:47.878 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-api.service → /etc/systemd/system/devstack@c-api.service. 2024-08-01 07:11:48.186 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-api.service 2024-08-01 07:11:48.263 | + functions-common:run_process:1701 : time_stop run_process 2024-08-01 07:11:48.265 | + functions-common:time_stop:2435 : local name 2024-08-01 07:11:48.267 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:11:48.269 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:11:48.271 | + functions-common:time_stop:2438 : local total 2024-08-01 07:11:48.273 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:11:48.275 | + functions-common:time_stop:2441 : name=run_process 2024-08-01 07:11:48.277 | + functions-common:time_stop:2442 : start_time=1722496306977 2024-08-01 07:11:48.279 | + functions-common:time_stop:2444 : [[ -z 1722496306977 ]] 2024-08-01 07:11:48.281 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:11:48.285 | + functions-common:time_stop:2447 : end_time=1722496308282 2024-08-01 07:11:48.287 | + functions-common:time_stop:2448 : elapsed_time=1305 2024-08-01 07:11:48.288 | + functions-common:time_stop:2449 : total=13587 2024-08-01 07:11:48.290 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:11:48.292 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=14892 2024-08-01 07:11:48.294 | + lib/cinder:start_cinder:622 : cinder_url=http://10.180.1.21/volume/v3 2024-08-01 07:11:48.296 | + lib/cinder:start_cinder:626 : echo 'Waiting for Cinder API to start...' 2024-08-01 07:11:48.296 | Waiting for Cinder API to start... 2024-08-01 07:11:48.298 | + lib/cinder:start_cinder:627 : wait_for_service 60 http://10.180.1.21/volume/v3 2024-08-01 07:11:48.300 | + functions:wait_for_service:468 : local timeout=60 2024-08-01 07:11:48.302 | + functions:wait_for_service:469 : local url=http://10.180.1.21/volume/v3 2024-08-01 07:11:48.304 | + functions:wait_for_service:470 : local rval=0 2024-08-01 07:11:48.306 | + functions:wait_for_service:471 : time_start wait_for_service 2024-08-01 07:11:48.308 | + functions-common:time_start:2421 : local name=wait_for_service 2024-08-01 07:11:48.310 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:11:48.312 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:11:48.314 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:11:48.318 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496308316 2024-08-01 07:11:48.320 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-08-01 07:11:48.323 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/volume/v3 2024-08-01 07:11:50.366 | + :: : [[ 401 == 503 ]] 2024-08-01 07:11:50.367 | + :: : [[ 0 -eq 7 ]] 2024-08-01 07:11:50.370 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-08-01 07:11:50.372 | + functions-common:time_stop:2435 : local name 2024-08-01 07:11:50.374 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:11:50.376 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:11:50.377 | + functions-common:time_stop:2438 : local total 2024-08-01 07:11:50.379 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:11:50.381 | + functions-common:time_stop:2441 : name=wait_for_service 2024-08-01 07:11:50.383 | + functions-common:time_stop:2442 : start_time=1722496308316 2024-08-01 07:11:50.385 | + functions-common:time_stop:2444 : [[ -z 1722496308316 ]] 2024-08-01 07:11:50.387 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:11:50.391 | + functions-common:time_stop:2447 : end_time=1722496310389 2024-08-01 07:11:50.393 | + functions-common:time_stop:2448 : elapsed_time=2073 2024-08-01 07:11:50.395 | + functions-common:time_stop:2449 : total=6321 2024-08-01 07:11:50.397 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:11:50.398 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=8394 2024-08-01 07:11:50.405 | + functions:wait_for_service:478 : return 0 2024-08-01 07:11:50.407 | + lib/cinder:start_cinder:631 : run_process c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-01 07:11:50.408 | + functions-common:run_process:1689 : local service=c-sch 2024-08-01 07:11:50.410 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-01 07:11:50.412 | + functions-common:run_process:1691 : local group= 2024-08-01 07:11:50.414 | + functions-common:run_process:1692 : local user= 2024-08-01 07:11:50.416 | + functions-common:run_process:1693 : local env_vars= 2024-08-01 07:11:50.418 | + functions-common:run_process:1695 : local name=c-sch 2024-08-01 07:11:50.420 | + functions-common:run_process:1697 : time_start run_process 2024-08-01 07:11:50.422 | + functions-common:time_start:2421 : local name=run_process 2024-08-01 07:11:50.424 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:11:50.426 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:11:50.429 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:11:50.433 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496310430 2024-08-01 07:11:50.434 | + functions-common:run_process:1698 : is_service_enabled c-sch 2024-08-01 07:11:50.448 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:11:50.450 | + functions-common:run_process:1699 : _run_under_systemd c-sch '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' '' '' '' 2024-08-01 07:11:50.452 | + functions-common:_run_under_systemd:1649 : local service=c-sch 2024-08-01 07:11:50.454 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-01 07:11:50.456 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-01 07:11:50.458 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-01 07:11:50.460 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-01 07:11:50.462 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-08-01 07:11:50.464 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-08-01 07:11:50.466 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-sch.service 2024-08-01 07:11:50.468 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-01 07:11:50.470 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-01 07:11:50.471 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-01 07:11:50.473 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-01 07:11:50.475 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-08-01 07:11:50.477 | + 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-08-01 07:11:50.479 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-sch.service 2024-08-01 07:11:50.481 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf' 2024-08-01 07:11:50.483 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-01 07:11:50.485 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-01 07:11:50.487 | + functions-common:write_user_unit_file:1562 : local env_vars= 2024-08-01 07:11:50.489 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-01 07:11:50.491 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-01 07:11:50.492 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-sch.service 2024-08-01 07:11:50.494 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-01 07:11:50.497 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Unit Description 'Devstack devstack@c-sch.service' 2024-08-01 07:11:50.547 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service User stack 2024-08-01 07:11:50.597 | + 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-08-01 07:11:50.641 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service KillMode process 2024-08-01 07:11:50.685 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service TimeoutStopSec 300 2024-08-01 07:11:50.727 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-01 07:11:50.769 | + functions-common:write_user_unit_file:1576 : [[ -n '' ]] 2024-08-01 07:11:50.771 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-01 07:11:50.773 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-sch.service Install WantedBy multi-user.target 2024-08-01 07:11:50.825 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-01 07:11:51.165 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-sch.service 2024-08-01 07:11:51.175 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-sch.service → /etc/systemd/system/devstack@c-sch.service. 2024-08-01 07:11:51.471 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-sch.service 2024-08-01 07:11:51.508 | + functions-common:run_process:1701 : time_stop run_process 2024-08-01 07:11:51.510 | + functions-common:time_stop:2435 : local name 2024-08-01 07:11:51.512 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:11:51.514 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:11:51.516 | + functions-common:time_stop:2438 : local total 2024-08-01 07:11:51.517 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:11:51.519 | + functions-common:time_stop:2441 : name=run_process 2024-08-01 07:11:51.521 | + functions-common:time_stop:2442 : start_time=1722496310430 2024-08-01 07:11:51.523 | + functions-common:time_stop:2444 : [[ -z 1722496310430 ]] 2024-08-01 07:11:51.526 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:11:51.529 | + functions-common:time_stop:2447 : end_time=1722496311527 2024-08-01 07:11:51.531 | + functions-common:time_stop:2448 : elapsed_time=1097 2024-08-01 07:11:51.533 | + functions-common:time_stop:2449 : total=14892 2024-08-01 07:11:51.535 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:11:51.537 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=15989 2024-08-01 07:11:51.539 | + lib/cinder:start_cinder:636 : malloc_tuning='MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-01 07:11:51.541 | + 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-08-01 07:11:51.543 | + functions-common:run_process:1689 : local service=c-bak 2024-08-01 07:11:51.545 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-backup --config-file /etc/cinder/cinder.conf' 2024-08-01 07:11:51.547 | + functions-common:run_process:1691 : local group= 2024-08-01 07:11:51.549 | + functions-common:run_process:1692 : local user= 2024-08-01 07:11:51.551 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-01 07:11:51.553 | + functions-common:run_process:1695 : local name=c-bak 2024-08-01 07:11:51.555 | + functions-common:run_process:1697 : time_start run_process 2024-08-01 07:11:51.557 | + functions-common:time_start:2421 : local name=run_process 2024-08-01 07:11:51.559 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:11:51.561 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:11:51.564 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:11:51.567 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496311565 2024-08-01 07:11:51.569 | + functions-common:run_process:1698 : is_service_enabled c-bak 2024-08-01 07:11:51.583 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:11:51.585 | + functions-common:run_process:1701 : time_stop run_process 2024-08-01 07:11:51.587 | + functions-common:time_stop:2435 : local name 2024-08-01 07:11:51.589 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:11:51.591 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:11:51.593 | + functions-common:time_stop:2438 : local total 2024-08-01 07:11:51.595 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:11:51.597 | + functions-common:time_stop:2441 : name=run_process 2024-08-01 07:11:51.599 | + functions-common:time_stop:2442 : start_time=1722496311565 2024-08-01 07:11:51.601 | + functions-common:time_stop:2444 : [[ -z 1722496311565 ]] 2024-08-01 07:11:51.604 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:11:51.607 | + functions-common:time_stop:2447 : end_time=1722496311605 2024-08-01 07:11:51.609 | + functions-common:time_stop:2448 : elapsed_time=40 2024-08-01 07:11:51.611 | + functions-common:time_stop:2449 : total=15989 2024-08-01 07:11:51.613 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:11:51.615 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=16029 2024-08-01 07:11:51.617 | + 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-08-01 07:11:51.619 | + functions-common:run_process:1689 : local service=c-vol 2024-08-01 07:11:51.621 | + functions-common:run_process:1690 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-01 07:11:51.623 | + functions-common:run_process:1691 : local group= 2024-08-01 07:11:51.625 | + functions-common:run_process:1692 : local user= 2024-08-01 07:11:51.627 | + functions-common:run_process:1693 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-01 07:11:51.629 | + functions-common:run_process:1695 : local name=c-vol 2024-08-01 07:11:51.631 | + functions-common:run_process:1697 : time_start run_process 2024-08-01 07:11:51.633 | + functions-common:time_start:2421 : local name=run_process 2024-08-01 07:11:51.635 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:11:51.637 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:11:51.639 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:11:51.643 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496311641 2024-08-01 07:11:51.645 | + functions-common:run_process:1698 : is_service_enabled c-vol 2024-08-01 07:11:51.659 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:11:51.661 | + 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-08-01 07:11:51.663 | + functions-common:_run_under_systemd:1649 : local service=c-vol 2024-08-01 07:11:51.665 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-01 07:11:51.667 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-01 07:11:51.669 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-01 07:11:51.671 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-01 07:11:51.672 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ sudo ]] 2024-08-01 07:11:51.674 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ ^/ ]] 2024-08-01 07:11:51.676 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@c-vol.service 2024-08-01 07:11:51.678 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-01 07:11:51.680 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-01 07:11:51.682 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-01 07:11:51.684 | + functions-common:_run_under_systemd:1661 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-01 07:11:51.686 | + functions-common:_run_under_systemd:1662 : [[ /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf =~ uwsgi ]] 2024-08-01 07:11:51.688 | + 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-08-01 07:11:51.690 | + functions-common:write_user_unit_file:1558 : local service=devstack@c-vol.service 2024-08-01 07:11:51.692 | + functions-common:write_user_unit_file:1559 : local 'command=/usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf' 2024-08-01 07:11:51.694 | + functions-common:write_user_unit_file:1560 : local group= 2024-08-01 07:11:51.696 | + functions-common:write_user_unit_file:1561 : local user=stack 2024-08-01 07:11:51.698 | + functions-common:write_user_unit_file:1562 : local 'env_vars=MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144' 2024-08-01 07:11:51.700 | + functions-common:write_user_unit_file:1563 : local extra= 2024-08-01 07:11:51.702 | + functions-common:write_user_unit_file:1564 : [[ -n '' ]] 2024-08-01 07:11:51.704 | + functions-common:write_user_unit_file:1567 : local unitfile=/etc/systemd/system/devstack@c-vol.service 2024-08-01 07:11:51.706 | + functions-common:write_user_unit_file:1568 : mkdir -p /etc/systemd/system 2024-08-01 07:11:51.709 | + functions-common:write_user_unit_file:1570 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Unit Description 'Devstack devstack@c-vol.service' 2024-08-01 07:11:51.763 | + functions-common:write_user_unit_file:1571 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service User stack 2024-08-01 07:11:51.813 | + 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-08-01 07:11:51.854 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service KillMode process 2024-08-01 07:11:51.897 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service TimeoutStopSec 300 2024-08-01 07:11:51.939 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2024-08-01 07:11:51.984 | + functions-common:write_user_unit_file:1576 : [[ -n MALLOC_ARENA_MAX=1 MALLOC_MMAP_THRESHOLD_=131072 MALLOC_TRIM_THRESHOLD_=262144 ]] 2024-08-01 07:11:51.986 | + 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-08-01 07:11:52.029 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2024-08-01 07:11:52.032 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@c-vol.service Install WantedBy multi-user.target 2024-08-01 07:11:52.084 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2024-08-01 07:11:52.371 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@c-vol.service 2024-08-01 07:11:52.381 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@c-vol.service → /etc/systemd/system/devstack@c-vol.service. 2024-08-01 07:11:52.714 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@c-vol.service 2024-08-01 07:11:52.764 | + functions-common:run_process:1701 : time_stop run_process 2024-08-01 07:11:52.766 | + functions-common:time_stop:2435 : local name 2024-08-01 07:11:52.768 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:11:52.770 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:11:52.773 | + functions-common:time_stop:2438 : local total 2024-08-01 07:11:52.775 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:11:52.777 | + functions-common:time_stop:2441 : name=run_process 2024-08-01 07:11:52.779 | + functions-common:time_stop:2442 : start_time=1722496311641 2024-08-01 07:11:52.781 | + functions-common:time_stop:2444 : [[ -z 1722496311641 ]] 2024-08-01 07:11:52.783 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:11:52.787 | + functions-common:time_stop:2447 : end_time=1722496312785 2024-08-01 07:11:52.789 | + functions-common:time_stop:2448 : elapsed_time=1144 2024-08-01 07:11:52.791 | + functions-common:time_stop:2449 : total=16029 2024-08-01 07:11:52.793 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:11:52.795 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=17173 2024-08-01 07:11:52.797 | + stack.sh:main:1347 : create_volume_types 2024-08-01 07:11:52.799 | + lib/cinder:create_volume_types:673 : is_service_enabled c-api 2024-08-01 07:11:52.813 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:11:52.815 | + lib/cinder:create_volume_types:673 : [[ -n vmdk:vsphere ]] 2024-08-01 07:11:52.817 | + lib/cinder:create_volume_types:674 : local be be_name 2024-08-01 07:11:52.819 | + lib/cinder:create_volume_types:675 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2024-08-01 07:11:52.820 | + lib/cinder:create_volume_types:676 : be_name=vsphere 2024-08-01 07:11:52.822 | + lib/cinder:create_volume_types:677 : create_one_type vsphere volume_backend_name vsphere 2024-08-01 07:11:52.824 | + lib/cinder:create_one_type:654 : type_name=vsphere 2024-08-01 07:11:52.826 | + lib/cinder:create_one_type:655 : property_key=volume_backend_name 2024-08-01 07:11:52.828 | + lib/cinder:create_one_type:656 : property_value=vsphere 2024-08-01 07:11:52.830 | + lib/cinder:create_one_type:658 : is_service_enabled keystone 2024-08-01 07:11:52.844 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:11:52.846 | + lib/cinder:create_one_type:659 : openstack --os-region-name=RegionOne volume type create --property volume_backend_name=vsphere vsphere 2024-08-01 07:11:54.703 | +-------------+--------------------------------------+ 2024-08-01 07:11:54.703 | | Field | Value | 2024-08-01 07:11:54.703 | +-------------+--------------------------------------+ 2024-08-01 07:11:54.703 | | description | None | 2024-08-01 07:11:54.703 | | id | 0c0b5ae9-e19c-4a07-bb87-0cf49fd0701d | 2024-08-01 07:11:54.703 | | is_public | True | 2024-08-01 07:11:54.703 | | name | vsphere | 2024-08-01 07:11:54.704 | | properties | volume_backend_name='vsphere' | 2024-08-01 07:11:54.704 | +-------------+--------------------------------------+ 2024-08-01 07:11:54.845 | + lib/cinder:create_volume_types:680 : [[ False == \T\r\u\e ]] 2024-08-01 07:11:54.847 | + lib/cinder:create_volume_types:687 : [[ False == \T\r\u\e ]] 2024-08-01 07:11:54.849 | + stack.sh:main:1352 : [[ False == \T\r\u\e ]] 2024-08-01 07:11:54.851 | + stack.sh:main:1360 : is_service_enabled glance 2024-08-01 07:11:54.865 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:11:54.867 | + stack.sh:main:1361 : echo_summary 'Starting Glance' 2024-08-01 07:11:54.869 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-01 07:11:54.871 | + stack.sh:echo_summary:472 : echo -e Starting Glance 2024-08-01 07:11:54.873 | + stack.sh:main:1362 : start_glance 2024-08-01 07:11:54.875 | + lib/glance:start_glance:606 : local service_protocol=http 2024-08-01 07:11:54.876 | + lib/glance:start_glance:607 : is_service_enabled tls-proxy 2024-08-01 07:11:54.891 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:11:54.893 | + lib/glance:start_glance:613 : [[ False == False ]] 2024-08-01 07:11:54.896 | ++ lib/glance:start_glance:614 : which uwsgi 2024-08-01 07:11:54.899 | + lib/glance:start_glance:614 : run_process g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-01 07:11:54.901 | + functions-common:run_process:1689 : local service=g-api 2024-08-01 07:11:54.903 | + functions-common:run_process:1690 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-01 07:11:54.905 | + functions-common:run_process:1691 : local group= 2024-08-01 07:11:54.908 | + functions-common:run_process:1692 : local user= 2024-08-01 07:11:54.910 | + functions-common:run_process:1693 : local env_vars= 2024-08-01 07:11:54.912 | + functions-common:run_process:1695 : local name=g-api 2024-08-01 07:11:54.914 | + functions-common:run_process:1697 : time_start run_process 2024-08-01 07:11:54.916 | + functions-common:time_start:2421 : local name=run_process 2024-08-01 07:11:54.918 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:11:54.920 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:11:54.922 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:11:54.926 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496314924 2024-08-01 07:11:54.928 | + functions-common:run_process:1698 : is_service_enabled g-api 2024-08-01 07:11:54.942 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:11:54.944 | + functions-common:run_process:1699 : _run_under_systemd g-api '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' '' '' '' 2024-08-01 07:11:54.946 | + functions-common:_run_under_systemd:1649 : local service=g-api 2024-08-01 07:11:54.948 | + functions-common:_run_under_systemd:1650 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-01 07:11:54.950 | + functions-common:_run_under_systemd:1651 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-01 07:11:54.952 | + functions-common:_run_under_systemd:1653 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-01 07:11:54.954 | + functions-common:_common_systemd_pitfalls:1621 : local 'cmd=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-01 07:11:54.956 | + functions-common:_common_systemd_pitfalls:1624 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ sudo ]] 2024-08-01 07:11:54.958 | + functions-common:_common_systemd_pitfalls:1635 : [[ ! /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ ^/ ]] 2024-08-01 07:11:54.960 | + functions-common:_run_under_systemd:1655 : local systemd_service=devstack@g-api.service 2024-08-01 07:11:54.962 | + functions-common:_run_under_systemd:1656 : local group= 2024-08-01 07:11:54.964 | + functions-common:_run_under_systemd:1657 : local user=stack 2024-08-01 07:11:54.966 | + functions-common:_run_under_systemd:1658 : [[ -z stack ]] 2024-08-01 07:11:54.968 | + functions-common:_run_under_systemd:1661 : local env_vars= 2024-08-01 07:11:54.970 | + functions-common:_run_under_systemd:1662 : [[ /usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini =~ uwsgi ]] 2024-08-01 07:11:54.972 | + 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-08-01 07:11:54.974 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@g-api.service 2024-08-01 07:11:54.976 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix glance-api --ini /etc/glance/glance-uwsgi.ini' 2024-08-01 07:11:54.978 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2024-08-01 07:11:54.980 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=stack 2024-08-01 07:11:54.981 | + functions-common:write_uwsgi_user_unit_file:1593 : local env_vars= 2024-08-01 07:11:54.983 | + functions-common:write_uwsgi_user_unit_file:1594 : local unitfile=/etc/systemd/system/devstack@g-api.service 2024-08-01 07:11:54.985 | + functions-common:write_uwsgi_user_unit_file:1595 : mkdir -p /etc/systemd/system 2024-08-01 07:11:54.988 | + 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-08-01 07:11:55.039 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service SyslogIdentifier devstack@g-api.service 2024-08-01 07:11:55.091 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service User stack 2024-08-01 07:11:55.133 | + 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-08-01 07:11:55.175 | + 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-08-01 07:11:55.219 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Type notify 2024-08-01 07:11:55.264 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service KillMode process 2024-08-01 07:11:55.310 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service Restart always 2024-08-01 07:11:55.354 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service NotifyAccess all 2024-08-01 07:11:55.399 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@g-api.service Service RestartForceExitStatus 100 2024-08-01 07:11:55.444 | + functions-common:write_uwsgi_user_unit_file:1608 : [[ -n '' ]] 2024-08-01 07:11:55.447 | + functions-common:write_uwsgi_user_unit_file:1611 : [[ -n '' ]] 2024-08-01 07:11:55.449 | + functions-common:write_uwsgi_user_unit_file:1614 : iniset -sudo /etc/systemd/system/devstack@g-api.service Install WantedBy multi-user.target 2024-08-01 07:11:55.502 | + functions-common:write_uwsgi_user_unit_file:1617 : sudo systemctl daemon-reload 2024-08-01 07:11:55.860 | + functions-common:_run_under_systemd:1668 : sudo systemctl enable devstack@g-api.service 2024-08-01 07:11:55.870 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@g-api.service → /etc/systemd/system/devstack@g-api.service. 2024-08-01 07:11:56.192 | + functions-common:_run_under_systemd:1669 : sudo systemctl start devstack@g-api.service 2024-08-01 07:11:56.264 | + functions-common:run_process:1701 : time_stop run_process 2024-08-01 07:11:56.267 | + functions-common:time_stop:2435 : local name 2024-08-01 07:11:56.271 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:11:56.275 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:11:56.279 | + functions-common:time_stop:2438 : local total 2024-08-01 07:11:56.283 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:11:56.287 | + functions-common:time_stop:2441 : name=run_process 2024-08-01 07:11:56.290 | + functions-common:time_stop:2442 : start_time=1722496314924 2024-08-01 07:11:56.292 | + functions-common:time_stop:2444 : [[ -z 1722496314924 ]] 2024-08-01 07:11:56.295 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:11:56.299 | + functions-common:time_stop:2447 : end_time=1722496316296 2024-08-01 07:11:56.301 | + functions-common:time_stop:2448 : elapsed_time=1372 2024-08-01 07:11:56.303 | + functions-common:time_stop:2449 : total=17173 2024-08-01 07:11:56.305 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:11:56.308 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=18545 2024-08-01 07:11:56.310 | + lib/glance:start_glance:619 : is_service_enabled g-api-r 2024-08-01 07:11:56.324 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:11:56.327 | + lib/glance:start_glance:624 : echo 'Waiting for g-api (10.180.1.21) to start...' 2024-08-01 07:11:56.327 | Waiting for g-api (10.180.1.21) to start... 2024-08-01 07:11:56.329 | + lib/glance:start_glance:625 : wait_for_service 60 http://10.180.1.21/image 2024-08-01 07:11:56.331 | + functions:wait_for_service:468 : local timeout=60 2024-08-01 07:11:56.333 | + functions:wait_for_service:469 : local url=http://10.180.1.21/image 2024-08-01 07:11:56.335 | + functions:wait_for_service:470 : local rval=0 2024-08-01 07:11:56.337 | + functions:wait_for_service:471 : time_start wait_for_service 2024-08-01 07:11:56.339 | + functions-common:time_start:2421 : local name=wait_for_service 2024-08-01 07:11:56.341 | + functions-common:time_start:2422 : local start_time= 2024-08-01 07:11:56.344 | + functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:11:56.346 | ++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:11:56.350 | + functions-common:time_start:2426 : _TIME_START[$name]=1722496316348 2024-08-01 07:11:56.353 | + functions:wait_for_service:472 : timeout 60 bash -x 2024-08-01 07:11:56.356 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.180.1.21/image 2024-08-01 07:11:58.397 | + :: : [[ 300 == 503 ]] 2024-08-01 07:11:58.398 | + :: : [[ 0 -eq 7 ]] 2024-08-01 07:11:58.401 | + functions:wait_for_service:477 : time_stop wait_for_service 2024-08-01 07:11:58.404 | + functions-common:time_stop:2435 : local name 2024-08-01 07:11:58.406 | + functions-common:time_stop:2436 : local end_time 2024-08-01 07:11:58.408 | + functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:11:58.409 | + functions-common:time_stop:2438 : local total 2024-08-01 07:11:58.411 | + functions-common:time_stop:2439 : local start_time 2024-08-01 07:11:58.414 | + functions-common:time_stop:2441 : name=wait_for_service 2024-08-01 07:11:58.415 | + functions-common:time_stop:2442 : start_time=1722496316348 2024-08-01 07:11:58.417 | + functions-common:time_stop:2444 : [[ -z 1722496316348 ]] 2024-08-01 07:11:58.420 | ++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:11:58.423 | + functions-common:time_stop:2447 : end_time=1722496318421 2024-08-01 07:11:58.426 | + functions-common:time_stop:2448 : elapsed_time=2073 2024-08-01 07:11:58.428 | + functions-common:time_stop:2449 : total=8394 2024-08-01 07:11:58.430 | + functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:11:58.432 | + functions-common:time_stop:2452 : _TIME_TOTAL[$name]=10467 2024-08-01 07:11:58.434 | + functions:wait_for_service:478 : return 0 2024-08-01 07:11:58.436 | + stack.sh:main:1376 : is_service_enabled mysql postgresql 2024-08-01 07:11:58.450 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:11:58.452 | + stack.sh:main:1376 : is_service_enabled glance 2024-08-01 07:11:58.467 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:11:58.469 | + stack.sh:main:1377 : echo_summary 'Uploading images' 2024-08-01 07:11:58.471 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-01 07:11:58.473 | + stack.sh:echo_summary:472 : echo -e Uploading images 2024-08-01 07:11:58.475 | + stack.sh:main:1379 : for image_url in ${IMAGE_URLS//,/ } 2024-08-01 07:11:58.476 | + stack.sh:main:1380 : upload_image 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-01 07:11:58.478 | + 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-08-01 07:11:58.480 | + functions:upload_image:134 : local image image_fname image_name 2024-08-01 07:11:58.482 | + functions:upload_image:136 : local max_attempts=5 2024-08-01 07:11:58.483 | + functions:upload_image:139 : mkdir -p /opt/stack/devstack/files/images 2024-08-01 07:11:58.487 | ++ functions:upload_image:140 : basename 'https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-01 07:11:58.490 | + functions:upload_image:140 : image_fname='cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-01 07:11:58.492 | + functions:upload_image:141 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk != file* ]] 2024-08-01 07:11:58.494 | + functions:upload_image:143 : [[ ! -f /opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk ]] 2024-08-01 07:11:58.496 | ++ functions:upload_image:144 : seq 5 2024-08-01 07:11:58.499 | + functions:upload_image:144 : for attempt in `seq $max_attempts` 2024-08-01 07:11:58.501 | + functions:upload_image:145 : local rc=0 2024-08-01 07:11:58.503 | + 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-08-01 07:11:58.505 | --2024-08-01 07:11:58-- https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk 2024-08-01 07:11:58.511 | Resolving repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)... 147.204.9.26 2024-08-01 07:11:58.512 | Connecting to repo.eu-de-1.cloud.sap (repo.eu-de-1.cloud.sap)|147.204.9.26|:443... connected. 2024-08-01 07:11:58.545 | HTTP request sent, awaiting response... 200 OK 2024-08-01 07:11:58.546 | Length: 21318656 (20M) [application/octet-stream] 2024-08-01 07:11:58.546 | Saving to: ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ 2024-08-01 07:11:58.553 | 2024-08-01 07:11:58.644 | 0K ........ ........ .... 100% 206M=0.1s 2024-08-01 07:11:58.644 | 2024-08-01 07:11:58.645 | 2024-08-01 07:11:58 (206 MB/s) - ‘/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk’ saved [21318656/21318656] 2024-08-01 07:11:58.645 | 2024-08-01 07:11:58.648 | + functions:upload_image:147 : [[ 0 -ne 0 ]] 2024-08-01 07:11:58.650 | + functions:upload_image:155 : break 2024-08-01 07:11:58.652 | + functions:upload_image:159 : image='/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-01 07:11:58.654 | + functions:upload_image:173 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ openvz ]] 2024-08-01 07:11:58.656 | + functions:upload_image:180 : [[ https://repo.eu-de-1.cloud.sap/sap-openstack-ci/images/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk =~ \.vmdk ]] 2024-08-01 07:11:58.657 | + functions:upload_image:181 : image_name='cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-08-01 07:11:58.659 | + functions:upload_image:194 : local vmdk_disktype= 2024-08-01 07:11:58.661 | + functions:upload_image:195 : local vmdk_net_adapter=e1000 2024-08-01 07:11:58.663 | + functions:upload_image:196 : local path_len 2024-08-01 07:11:58.664 | + functions:upload_image:199 : local vmdk_adapter_type 2024-08-01 07:11:58.667 | ++ functions:upload_image:200 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-01 07:11:58.667 | ++ functions:upload_image:200 : grep -a -F -m 1 'ddb.adapterType =' '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-01 07:11:58.671 | + functions:upload_image:200 : vmdk_adapter_type='ddb.adapterType = "ide"' 2024-08-01 07:11:58.673 | + functions:upload_image:201 : vmdk_adapter_type='ide"' 2024-08-01 07:11:58.674 | + functions:upload_image:202 : vmdk_adapter_type=ide 2024-08-01 07:11:58.676 | + functions:upload_image:205 : local vmdk_create_type 2024-08-01 07:11:58.680 | ++ functions:upload_image:206 : grep -a -F -m 1 createType= '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-01 07:11:58.680 | ++ functions:upload_image:206 : head -25 '/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-01 07:11:58.683 | + functions:upload_image:206 : vmdk_create_type='createType="streamOptimized"' 2024-08-01 07:11:58.685 | + functions:upload_image:207 : vmdk_create_type='streamOptimized"' 2024-08-01 07:11:58.687 | + functions:upload_image:208 : vmdk_create_type=streamOptimized 2024-08-01 07:11:58.689 | + functions:upload_image:211 : descriptor_data_pair_msg='Monolithic flat and VMFS disks should use a descriptor-data pair.' 2024-08-01 07:11:58.691 | + functions:upload_image:212 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\S\p\a\r\s\e ]] 2024-08-01 07:11:58.693 | + functions:upload_image:214 : [[ streamOptimized = \m\o\n\o\l\i\t\h\i\c\F\l\a\t ]] 2024-08-01 07:11:58.694 | + functions:upload_image:214 : [[ streamOptimized = \v\m\f\s ]] 2024-08-01 07:11:58.696 | + functions:upload_image:242 : [[ streamOptimized = \s\t\r\e\a\m\O\p\t\i\m\i\z\e\d ]] 2024-08-01 07:11:58.698 | + functions:upload_image:243 : vmdk_disktype=streamOptimized 2024-08-01 07:11:58.700 | ++ functions:upload_image:283 : echo 'cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-08-01 07:11:58.700 | ++ functions:upload_image:283 : grep -oP '(?<=-)(?!.*-).*[:;].*[:;].*$' 2024-08-01 07:11:58.704 | + functions:upload_image:283 : property_string='sparse;paraVirtual;vmxnet3' 2024-08-01 07:11:58.706 | + functions:upload_image:284 : IFS=':;' 2024-08-01 07:11:58.708 | + functions:upload_image:284 : read -a props 2024-08-01 07:11:58.710 | + functions:upload_image:285 : vmdk_disktype=sparse 2024-08-01 07:11:58.711 | + functions:upload_image:286 : vmdk_adapter_type=paraVirtual 2024-08-01 07:11:58.713 | + functions:upload_image:287 : vmdk_net_adapter=vmxnet3 2024-08-01 07:11:58.715 | + 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-08-01 07:11:58.717 | + functions:_upload_image:104 : local 'image_name=cirros-d240228-sparse;paraVirtual;vmxnet3' 2024-08-01 07:11:58.718 | + functions:_upload_image:105 : shift 2024-08-01 07:11:58.720 | + functions:_upload_image:106 : local container=bare 2024-08-01 07:11:58.722 | + functions:_upload_image:107 : shift 2024-08-01 07:11:58.723 | + functions:_upload_image:108 : local disk=vmdk 2024-08-01 07:11:58.725 | + functions:_upload_image:109 : shift 2024-08-01 07:11:58.727 | + functions:_upload_image:110 : local 'image=/opt/stack/devstack/files/cirros-d240228-sparse;paraVirtual;vmxnet3.vmdk' 2024-08-01 07:11:58.728 | + functions:_upload_image:111 : shift 2024-08-01 07:11:58.730 | + functions:_upload_image:112 : local properties 2024-08-01 07:11:58.732 | + functions:_upload_image:113 : local useimport 2024-08-01 07:11:58.734 | ++ functions:_upload_image:115 : _image_properties_to_arg vmware_disktype=sparse vmware_adaptertype=paraVirtual hw_vif_model=vmxnet3 2024-08-01 07:11:58.735 | ++ functions:_image_properties_to_arg:87 : local result= 2024-08-01 07:11:58.737 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-08-01 07:11:58.739 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_disktype=sparse' 2024-08-01 07:11:58.741 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-08-01 07:11:58.742 | ++ functions:_image_properties_to_arg:89 : result+=' --property vmware_adaptertype=paraVirtual' 2024-08-01 07:11:58.745 | ++ functions:_image_properties_to_arg:88 : for property in $* 2024-08-01 07:11:58.746 | ++ functions:_image_properties_to_arg:89 : result+=' --property hw_vif_model=vmxnet3' 2024-08-01 07:11:58.747 | ++ functions:_image_properties_to_arg:91 : echo --property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3 2024-08-01 07:11:58.750 | + functions:_upload_image:115 : properties='--property vmware_disktype=sparse --property vmware_adaptertype=paraVirtual --property hw_vif_model=vmxnet3' 2024-08-01 07:11:58.751 | + functions:_upload_image:117 : [[ False == \T\r\u\e ]] 2024-08-01 07:11:58.753 | + 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-08-01 07:12:01.142 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-08-01 07:12:01.142 | | Field | Value | 2024-08-01 07:12:01.142 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-08-01 07:12:01.142 | | container_format | bare | 2024-08-01 07:12:01.142 | | created_at | 2024-08-01T07:12:00Z | 2024-08-01 07:12:01.142 | | disk_format | vmdk | 2024-08-01 07:12:01.142 | | file | /v2/images/de322b4e-7b44-480f-9ddf-dc1544ad2962/file | 2024-08-01 07:12:01.142 | | id | de322b4e-7b44-480f-9ddf-dc1544ad2962 | 2024-08-01 07:12:01.142 | | min_disk | 0 | 2024-08-01 07:12:01.142 | | min_ram | 0 | 2024-08-01 07:12:01.142 | | name | cirros-d240228-sparse;paraVirtual;vmxnet3 | 2024-08-01 07:12:01.142 | | owner | ca7c4f34a57f4562886f21176ab0c642 | 2024-08-01 07:12:01.142 | | 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-08-01 07:12:01.142 | | protected | False | 2024-08-01 07:12:01.142 | | schema | /v2/schemas/image | 2024-08-01 07:12:01.142 | | status | queued | 2024-08-01 07:12:01.142 | | tags | | 2024-08-01 07:12:01.142 | | updated_at | 2024-08-01T07:12:00Z | 2024-08-01 07:12:01.142 | | visibility | public | 2024-08-01 07:12:01.142 | +------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2024-08-01 07:12:01.272 | + functions:upload_image:291 : return 2024-08-01 07:12:01.274 | + stack.sh:main:1384 : async_wait create_flavors 2024-08-01 07:12:01.316 | [3544 Async create_flavors:52215]: Waiting for completion of create_flavors running on PID 52215 (2 other jobs running) 2024-08-01 07:12:01.336 | [3544 Async create_flavors:52215]: Signaling child to exit 2024-08-01 07:12:02.431 | + inc/async:async_inner:64 : rc=0 2024-08-01 07:12:02.451 | [52215 Async create_flavors:52215]: finished successfully 2024-08-01 07:12:02.468 | WAKEUP 2024-08-01 07:12:02.486 | [3544 Async create_flavors:52215]: Signaled 2024-08-01 07:12:02.486 | + lib/nova:create_flavors:1247 : is_service_enabled n-api 2024-08-01 07:12:02.486 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:12:02.486 | + lib/nova:create_flavors:1248 : openstack --os-region-name=RegionOne flavor list 2024-08-01 07:12:02.486 | + lib/nova:create_flavors:1248 : grep -q ds512M 2024-08-01 07:12:02.486 | + 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-08-01 07:12:02.487 | +----------------------------+-----------------------+ 2024-08-01 07:12:02.487 | | Field | Value | 2024-08-01 07:12:02.487 | +----------------------------+-----------------------+ 2024-08-01 07:12:02.487 | | OS-FLV-DISABLED:disabled | False | 2024-08-01 07:12:02.487 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-01 07:12:02.487 | | description | None | 2024-08-01 07:12:02.487 | | disk | 1 | 2024-08-01 07:12:02.487 | | id | c1 | 2024-08-01 07:12:02.487 | | name | cirros256 | 2024-08-01 07:12:02.487 | | os-flavor-access:is_public | True | 2024-08-01 07:12:02.487 | | properties | hw_rng:allowed='True' | 2024-08-01 07:12:02.487 | | ram | 256 | 2024-08-01 07:12:02.487 | | rxtx_factor | 1.0 | 2024-08-01 07:12:02.487 | | swap | | 2024-08-01 07:12:02.487 | | vcpus | 1 | 2024-08-01 07:12:02.487 | +----------------------------+-----------------------+ 2024-08-01 07:12:02.487 | + 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-08-01 07:12:02.487 | +----------------------------+-----------------------+ 2024-08-01 07:12:02.487 | | Field | Value | 2024-08-01 07:12:02.487 | +----------------------------+-----------------------+ 2024-08-01 07:12:02.487 | | OS-FLV-DISABLED:disabled | False | 2024-08-01 07:12:02.487 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-01 07:12:02.488 | | description | None | 2024-08-01 07:12:02.488 | | disk | 5 | 2024-08-01 07:12:02.488 | | id | d1 | 2024-08-01 07:12:02.488 | | name | ds512M | 2024-08-01 07:12:02.488 | | os-flavor-access:is_public | True | 2024-08-01 07:12:02.488 | | properties | hw_rng:allowed='True' | 2024-08-01 07:12:02.488 | | ram | 512 | 2024-08-01 07:12:02.488 | | rxtx_factor | 1.0 | 2024-08-01 07:12:02.488 | | swap | | 2024-08-01 07:12:02.488 | | vcpus | 1 | 2024-08-01 07:12:02.488 | +----------------------------+-----------------------+ 2024-08-01 07:12:02.488 | + 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-08-01 07:12:02.488 | +----------------------------+-----------------------+ 2024-08-01 07:12:02.488 | | Field | Value | 2024-08-01 07:12:02.488 | +----------------------------+-----------------------+ 2024-08-01 07:12:02.488 | | OS-FLV-DISABLED:disabled | False | 2024-08-01 07:12:02.488 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-01 07:12:02.488 | | description | None | 2024-08-01 07:12:02.488 | | disk | 10 | 2024-08-01 07:12:02.488 | | id | d2 | 2024-08-01 07:12:02.488 | | name | ds1G | 2024-08-01 07:12:02.489 | | os-flavor-access:is_public | True | 2024-08-01 07:12:02.489 | | properties | hw_rng:allowed='True' | 2024-08-01 07:12:02.489 | | ram | 1024 | 2024-08-01 07:12:02.489 | | rxtx_factor | 1.0 | 2024-08-01 07:12:02.489 | | swap | | 2024-08-01 07:12:02.489 | | vcpus | 1 | 2024-08-01 07:12:02.489 | +----------------------------+-----------------------+ 2024-08-01 07:12:02.489 | + 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-08-01 07:12:02.489 | +----------------------------+-----------------------+ 2024-08-01 07:12:02.489 | | Field | Value | 2024-08-01 07:12:02.489 | +----------------------------+-----------------------+ 2024-08-01 07:12:02.489 | | OS-FLV-DISABLED:disabled | False | 2024-08-01 07:12:02.489 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-01 07:12:02.489 | | description | None | 2024-08-01 07:12:02.489 | | disk | 10 | 2024-08-01 07:12:02.489 | | id | d3 | 2024-08-01 07:12:02.489 | | name | ds2G | 2024-08-01 07:12:02.489 | | os-flavor-access:is_public | True | 2024-08-01 07:12:02.489 | | properties | hw_rng:allowed='True' | 2024-08-01 07:12:02.489 | | ram | 2048 | 2024-08-01 07:12:02.489 | | rxtx_factor | 1.0 | 2024-08-01 07:12:02.489 | | swap | | 2024-08-01 07:12:02.489 | | vcpus | 2 | 2024-08-01 07:12:02.489 | +----------------------------+-----------------------+ 2024-08-01 07:12:02.489 | + 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-08-01 07:12:02.489 | +----------------------------+-----------------------+ 2024-08-01 07:12:02.489 | | Field | Value | 2024-08-01 07:12:02.489 | +----------------------------+-----------------------+ 2024-08-01 07:12:02.489 | | OS-FLV-DISABLED:disabled | False | 2024-08-01 07:12:02.489 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-01 07:12:02.489 | | description | None | 2024-08-01 07:12:02.489 | | disk | 20 | 2024-08-01 07:12:02.489 | | id | d4 | 2024-08-01 07:12:02.489 | | name | ds4G | 2024-08-01 07:12:02.489 | | os-flavor-access:is_public | True | 2024-08-01 07:12:02.489 | | properties | hw_rng:allowed='True' | 2024-08-01 07:12:02.489 | | ram | 4096 | 2024-08-01 07:12:02.489 | | rxtx_factor | 1.0 | 2024-08-01 07:12:02.489 | | swap | | 2024-08-01 07:12:02.489 | | vcpus | 4 | 2024-08-01 07:12:02.489 | +----------------------------+-----------------------+ 2024-08-01 07:12:02.489 | + lib/nova:create_flavors:1257 : openstack --os-region-name=RegionOne flavor list 2024-08-01 07:12:02.489 | + lib/nova:create_flavors:1257 : grep -q m1.tiny 2024-08-01 07:12:02.489 | + 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-08-01 07:12:02.489 | +----------------------------+-----------------------+ 2024-08-01 07:12:02.489 | | Field | Value | 2024-08-01 07:12:02.489 | +----------------------------+-----------------------+ 2024-08-01 07:12:02.489 | | OS-FLV-DISABLED:disabled | False | 2024-08-01 07:12:02.490 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-01 07:12:02.490 | | description | None | 2024-08-01 07:12:02.490 | | disk | 1 | 2024-08-01 07:12:02.490 | | id | 1 | 2024-08-01 07:12:02.490 | | name | m1.tiny | 2024-08-01 07:12:02.490 | | os-flavor-access:is_public | True | 2024-08-01 07:12:02.490 | | properties | hw_rng:allowed='True' | 2024-08-01 07:12:02.490 | | ram | 512 | 2024-08-01 07:12:02.490 | | rxtx_factor | 1.0 | 2024-08-01 07:12:02.490 | | swap | | 2024-08-01 07:12:02.490 | | vcpus | 1 | 2024-08-01 07:12:02.490 | +----------------------------+-----------------------+ 2024-08-01 07:12:02.490 | + 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-08-01 07:12:02.490 | +----------------------------+-----------------------+ 2024-08-01 07:12:02.490 | | Field | Value | 2024-08-01 07:12:02.490 | +----------------------------+-----------------------+ 2024-08-01 07:12:02.490 | | OS-FLV-DISABLED:disabled | False | 2024-08-01 07:12:02.490 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-01 07:12:02.490 | | description | None | 2024-08-01 07:12:02.490 | | disk | 20 | 2024-08-01 07:12:02.491 | | id | 2 | 2024-08-01 07:12:02.491 | | name | m1.small | 2024-08-01 07:12:02.491 | | os-flavor-access:is_public | True | 2024-08-01 07:12:02.491 | | properties | hw_rng:allowed='True' | 2024-08-01 07:12:02.491 | | ram | 2048 | 2024-08-01 07:12:02.491 | | rxtx_factor | 1.0 | 2024-08-01 07:12:02.491 | | swap | | 2024-08-01 07:12:02.491 | | vcpus | 1 | 2024-08-01 07:12:02.491 | +----------------------------+-----------------------+ 2024-08-01 07:12:02.491 | + 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-08-01 07:12:02.491 | +----------------------------+-----------------------+ 2024-08-01 07:12:02.491 | | Field | Value | 2024-08-01 07:12:02.491 | +----------------------------+-----------------------+ 2024-08-01 07:12:02.491 | | OS-FLV-DISABLED:disabled | False | 2024-08-01 07:12:02.491 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-01 07:12:02.491 | | description | None | 2024-08-01 07:12:02.491 | | disk | 40 | 2024-08-01 07:12:02.491 | | id | 3 | 2024-08-01 07:12:02.491 | | name | m1.medium | 2024-08-01 07:12:02.491 | | os-flavor-access:is_public | True | 2024-08-01 07:12:02.491 | | properties | hw_rng:allowed='True' | 2024-08-01 07:12:02.491 | | ram | 4096 | 2024-08-01 07:12:02.491 | | rxtx_factor | 1.0 | 2024-08-01 07:12:02.491 | | swap | | 2024-08-01 07:12:02.491 | | vcpus | 2 | 2024-08-01 07:12:02.491 | +----------------------------+-----------------------+ 2024-08-01 07:12:02.492 | + 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-08-01 07:12:02.492 | +----------------------------+-----------------------+ 2024-08-01 07:12:02.492 | | Field | Value | 2024-08-01 07:12:02.492 | +----------------------------+-----------------------+ 2024-08-01 07:12:02.492 | | OS-FLV-DISABLED:disabled | False | 2024-08-01 07:12:02.492 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-01 07:12:02.492 | | description | None | 2024-08-01 07:12:02.492 | | disk | 80 | 2024-08-01 07:12:02.492 | | id | 4 | 2024-08-01 07:12:02.492 | | name | m1.large | 2024-08-01 07:12:02.492 | | os-flavor-access:is_public | True | 2024-08-01 07:12:02.492 | | properties | hw_rng:allowed='True' | 2024-08-01 07:12:02.492 | | ram | 8192 | 2024-08-01 07:12:02.492 | | rxtx_factor | 1.0 | 2024-08-01 07:12:02.492 | | swap | | 2024-08-01 07:12:02.492 | | vcpus | 4 | 2024-08-01 07:12:02.492 | +----------------------------+-----------------------+ 2024-08-01 07:12:02.492 | + 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-08-01 07:12:02.492 | +----------------------------+-----------------------+ 2024-08-01 07:12:02.492 | | Field | Value | 2024-08-01 07:12:02.492 | +----------------------------+-----------------------+ 2024-08-01 07:12:02.492 | | OS-FLV-DISABLED:disabled | False | 2024-08-01 07:12:02.492 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-01 07:12:02.492 | | description | None | 2024-08-01 07:12:02.492 | | disk | 160 | 2024-08-01 07:12:02.492 | | id | 5 | 2024-08-01 07:12:02.492 | | name | m1.xlarge | 2024-08-01 07:12:02.492 | | os-flavor-access:is_public | True | 2024-08-01 07:12:02.492 | | properties | hw_rng:allowed='True' | 2024-08-01 07:12:02.492 | | ram | 16384 | 2024-08-01 07:12:02.492 | | rxtx_factor | 1.0 | 2024-08-01 07:12:02.492 | | swap | | 2024-08-01 07:12:02.492 | | vcpus | 8 | 2024-08-01 07:12:02.492 | +----------------------------+-----------------------+ 2024-08-01 07:12:02.521 | [3544 Async create_flavors:52215]: finished create_flavors with result 0 in 15 seconds 2024-08-01 07:12:02.524 | + inc/async:async_wait:197 : return 0 2024-08-01 07:12:02.526 | + stack.sh:main:1386 : is_service_enabled horizon 2024-08-01 07:12:02.540 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:12:02.542 | + stack.sh:main:1400 : is_service_enabled nova 2024-08-01 07:12:02.556 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:12:02.558 | + stack.sh:main:1400 : is_service_enabled keystone 2024-08-01 07:12:02.571 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:12:02.573 | + stack.sh:main:1401 : USERRC_PARAMS='-PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret' 2024-08-01 07:12:02.575 | + stack.sh:main:1403 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2024-08-01 07:12:02.577 | + stack.sh:main:1407 : /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir /opt/stack/devstack/accrc --os-password nomoresecret 2024-08-01 07:12:02.580 | + opt/stack/devstack/tools/create_userrc.sh:main:31 : ACCOUNT_DIR=./accrc 2024-08-01 07:12:02.582 | ++ 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-08-01 07:12:02.584 | + opt/stack/devstack/tools/create_userrc.sh:main:80 : options=' -P -A --target-dir '\''/opt/stack/devstack/accrc'\'' --os-password '\''nomoresecret'\'' --' 2024-08-01 07:12:02.586 | + opt/stack/devstack/tools/create_userrc.sh:main:84 : eval set -- -P -A --target-dir ''\''/opt/stack/devstack/accrc'\''' --os-password ''\''nomoresecret'\''' -- 2024-08-01 07:12:02.587 | ++ opt/stack/devstack/tools/create_userrc.sh:main:84 : set -- -P -A --target-dir /opt/stack/devstack/accrc --os-password nomoresecret -- 2024-08-01 07:12:02.588 | + opt/stack/devstack/tools/create_userrc.sh:main:85 : ADDPASS= 2024-08-01 07:12:02.589 | + opt/stack/devstack/tools/create_userrc.sh:main:86 : HEAT_URL= 2024-08-01 07:12:02.590 | + opt/stack/devstack/tools/create_userrc.sh:main:91 : SKIP_PROJECT=service 2024-08-01 07:12:02.591 | + opt/stack/devstack/tools/create_userrc.sh:main:92 : MODE= 2024-08-01 07:12:02.592 | + opt/stack/devstack/tools/create_userrc.sh:main:93 : ROLE=Member 2024-08-01 07:12:02.593 | + opt/stack/devstack/tools/create_userrc.sh:main:94 : USER_NAME= 2024-08-01 07:12:02.594 | + opt/stack/devstack/tools/create_userrc.sh:main:95 : USER_PASS= 2024-08-01 07:12:02.595 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 7 -gt 0 ']' 2024-08-01 07:12:02.596 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-08-01 07:12:02.597 | + opt/stack/devstack/tools/create_userrc.sh:main:119 : ADDPASS=yes 2024-08-01 07:12:02.598 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-08-01 07:12:02.600 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 6 -gt 0 ']' 2024-08-01 07:12:02.601 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-08-01 07:12:02.602 | + opt/stack/devstack/tools/create_userrc.sh:main:118 : MODE=all 2024-08-01 07:12:02.603 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-08-01 07:12:02.604 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 5 -gt 0 ']' 2024-08-01 07:12:02.605 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-08-01 07:12:02.606 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : ACCOUNT_DIR=/opt/stack/devstack/accrc 2024-08-01 07:12:02.607 | + opt/stack/devstack/tools/create_userrc.sh:main:113 : shift 2024-08-01 07:12:02.608 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-08-01 07:12:02.609 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 3 -gt 0 ']' 2024-08-01 07:12:02.610 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-08-01 07:12:02.611 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : export OS_PASSWORD=nomoresecret 2024-08-01 07:12:02.612 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : OS_PASSWORD=nomoresecret 2024-08-01 07:12:02.613 | + opt/stack/devstack/tools/create_userrc.sh:main:100 : shift 2024-08-01 07:12:02.614 | + opt/stack/devstack/tools/create_userrc.sh:main:126 : shift 2024-08-01 07:12:02.615 | + opt/stack/devstack/tools/create_userrc.sh:main:96 : '[' 1 -gt 0 ']' 2024-08-01 07:12:02.616 | + opt/stack/devstack/tools/create_userrc.sh:main:97 : case "$1" in 2024-08-01 07:12:02.617 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : shift 2024-08-01 07:12:02.618 | + opt/stack/devstack/tools/create_userrc.sh:main:122 : break 2024-08-01 07:12:02.619 | + opt/stack/devstack/tools/create_userrc.sh:main:129 : '[' -z nomoresecret ']' 2024-08-01 07:12:02.621 | + opt/stack/devstack/tools/create_userrc.sh:main:138 : '[' -z '' -a '' ']' 2024-08-01 07:12:02.622 | + opt/stack/devstack/tools/create_userrc.sh:main:142 : '[' -z '' -a '' ']' 2024-08-01 07:12:02.623 | + opt/stack/devstack/tools/create_userrc.sh:main:146 : '[' -z '' -a -z '' ']' 2024-08-01 07:12:02.624 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : export OS_PROJECT_NAME=admin 2024-08-01 07:12:02.625 | + opt/stack/devstack/tools/create_userrc.sh:main:147 : OS_PROJECT_NAME=admin 2024-08-01 07:12:02.626 | + opt/stack/devstack/tools/create_userrc.sh:main:150 : '[' -z '' ']' 2024-08-01 07:12:02.627 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : export OS_USERNAME=admin 2024-08-01 07:12:02.628 | + opt/stack/devstack/tools/create_userrc.sh:main:151 : OS_USERNAME=admin 2024-08-01 07:12:02.629 | + opt/stack/devstack/tools/create_userrc.sh:main:154 : '[' -z '' ']' 2024-08-01 07:12:02.630 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : export OS_AUTH_URL=http://localhost:5000/v3/ 2024-08-01 07:12:02.631 | + opt/stack/devstack/tools/create_userrc.sh:main:155 : OS_AUTH_URL=http://localhost:5000/v3/ 2024-08-01 07:12:02.633 | + opt/stack/devstack/tools/create_userrc.sh:main:158 : '[' -z '' -a -z '' ']' 2024-08-01 07:12:02.634 | + opt/stack/devstack/tools/create_userrc.sh:main:160 : OS_USER_DOMAIN_ID=default 2024-08-01 07:12:02.635 | + opt/stack/devstack/tools/create_userrc.sh:main:163 : '[' -z '' -a -z '' ']' 2024-08-01 07:12:02.636 | + opt/stack/devstack/tools/create_userrc.sh:main:165 : OS_PROJECT_DOMAIN_ID=default 2024-08-01 07:12:02.637 | + opt/stack/devstack/tools/create_userrc.sh:main:168 : USER_PASS=nomoresecret 2024-08-01 07:12:02.638 | + opt/stack/devstack/tools/create_userrc.sh:main:169 : USER_NAME=admin 2024-08-01 07:12:02.639 | + opt/stack/devstack/tools/create_userrc.sh:main:171 : '[' -z all ']' 2024-08-01 07:12:02.640 | + opt/stack/devstack/tools/create_userrc.sh:main:239 : '[' all '!=' create ']' 2024-08-01 07:12:02.642 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : openstack project list --long --quote none -f csv 2024-08-01 07:12:02.642 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep ,True 2024-08-01 07:12:02.642 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : grep -v service 2024-08-01 07:12:02.642 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : IFS=, 2024-08-01 07:12:02.644 | + opt/stack/devstack/tools/create_userrc.sh:main:241 : read project_id project_name desc enabled 2024-08-01 07:12:03.551 | Failed to discover available identity versions when contacting http://localhost:5000/v3/. Attempting to parse version from URL. 2024-08-01 07:12:03.552 | 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-08-01 07:12:03.664 | + stack.sh:main:1412 : save_stackenv 2024-08-01 07:12:03.666 | + functions-common:save_stackenv:60 : local tag= 2024-08-01 07:12:03.669 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2024-08-01 07:12:03.672 | + functions-common:save_stackenv:62 : time_stamp=2024-08-01-071203 2024-08-01 07:12:03.674 | + functions-common:save_stackenv:63 : echo '# 2024-08-01-071203 ' 2024-08-01 07:12:03.677 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:12:03.678 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:stackdb@127.0.0.1 2024-08-01 07:12:03.680 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:12:03.682 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2024-08-01 07:12:03.684 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:12:03.686 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack/ 2024-08-01 07:12:03.688 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:12:03.690 | + 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-08-01 07:12:03.692 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:12:03.694 | + functions-common:save_stackenv:65 : echo HOST_IP=10.180.1.21 2024-08-01 07:12:03.695 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:12:03.697 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.180.1.21/identity 2024-08-01 07:12:03.699 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:12:03.701 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack//logs/stack.sh.log.2024-08-01-070456 2024-08-01 07:12:03.703 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:12:03.705 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2024-08-01 07:12:03.707 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:12:03.708 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.180.1.21 2024-08-01 07:12:03.710 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:12:03.712 | + functions-common:save_stackenv:65 : echo STACK_USER=stack 2024-08-01 07:12:03.714 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:12:03.716 | + functions-common:save_stackenv:65 : echo TLS_IP= 2024-08-01 07:12:03.718 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:12:03.720 | + functions-common:save_stackenv:65 : echo HOST_IPV6= 2024-08-01 07:12:03.721 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:12:03.723 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2024-08-01 07:12:03.725 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:12:03.727 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.180.1.21 2024-08-01 07:12:03.729 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2024-08-01 07:12:03.731 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2024-08-01 07:12:03.733 | + stack.sh:main:1423 : merge_config_group /opt/stack/devstack/local.conf extra 2024-08-01 07:12:03.735 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-08-01 07:12:03.737 | + inc/meta-config:merge_config_group:171 : shift 2024-08-01 07:12:03.739 | + inc/meta-config:merge_config_group:172 : local matchgroups=extra 2024-08-01 07:12:03.741 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-01 07:12:03.743 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-08-01 07:12:03.745 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-08-01 07:12:03.747 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf extra 2024-08-01 07:12:03.749 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-08-01 07:12:03.751 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=extra 2024-08-01 07:12:03.753 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-01 07:12:03.755 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=extra ' 2024-08-01 07:12:03.755 | /^\[\[.+\|.*\]\]/ { 2024-08-01 07:12:03.755 | gsub("[][]", "", $1); 2024-08-01 07:12:03.755 | split($1, a, "|"); 2024-08-01 07:12:03.755 | if (a[1] == matchgroup) 2024-08-01 07:12:03.755 | print a[2] 2024-08-01 07:12:03.755 | } 2024-08-01 07:12:03.755 | ' /opt/stack/devstack/local.conf 2024-08-01 07:12:03.760 | + stack.sh:main:1430 : run_phase stack extra 2024-08-01 07:12:03.762 | + functions-common:run_phase:1863 : local mode=stack 2024-08-01 07:12:03.764 | + functions-common:run_phase:1864 : local phase=extra 2024-08-01 07:12:03.765 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-01 07:12:03.767 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-01 07:12:03.770 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-01 07:12:03.772 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-01 07:12:03.774 | + functions-common:run_phase:1873 : local extra 2024-08-01 07:12:03.777 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-01 07:12:03.780 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-01 07:12:03.782 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-01 07:12:03.784 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-01 07:12:03.786 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack extra 2024-08-01 07:12:03.789 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-01 07:12:03.801 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:12:03.803 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-01 07:12:03.805 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-01 07:12:03.807 | ++ extras.d/80-tempest.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-08-01 07:12:03.809 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-08-01 07:12:03.811 | ++ extras.d/80-tempest.sh:source:10 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-01 07:12:03.813 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-08-01 07:12:03.815 | ++ extras.d/80-tempest.sh:source:13 : [[ extra == \e\x\t\r\a ]] 2024-08-01 07:12:03.817 | ++ extras.d/80-tempest.sh:source:15 : : 2024-08-01 07:12:03.819 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-08-01 07:12:03.821 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-08-01 07:12:03.823 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-08-01 07:12:03.825 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-08-01 07:12:03.827 | + functions-common:run_phase:1890 : run_plugins stack extra 2024-08-01 07:12:03.829 | + functions-common:run_plugins:1849 : local mode=stack 2024-08-01 07:12:03.831 | + functions-common:run_plugins:1850 : local phase=extra 2024-08-01 07:12:03.833 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-08-01 07:12:03.835 | + functions-common:run_plugins:1853 : local plugin 2024-08-01 07:12:03.837 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-08-01 07:12:03.839 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-08-01 07:12:03.841 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-08-01 07:12:03.844 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack extra 2024-08-01 07:12:03.846 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-01 07:12:03.848 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-01 07:12:03.850 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ extra == \i\n\s\t\a\l\l ]] 2024-08-01 07:12:03.852 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-08-01 07:12:03.853 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ extra == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-01 07:12:03.855 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-08-01 07:12:03.857 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ extra == \e\x\t\r\a ]] 2024-08-01 07:12:03.859 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:17 : echo_summary 'Initializing Networking-NSX-T' 2024-08-01 07:12:03.861 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-01 07:12:03.863 | ++ stack.sh:echo_summary:472 : echo -e Initializing Networking-NSX-T 2024-08-01 07:12:03.865 | + stack.sh:main:1438 : merge_config_group /opt/stack/devstack/local.conf post-extra 2024-08-01 07:12:03.867 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-08-01 07:12:03.869 | + inc/meta-config:merge_config_group:171 : shift 2024-08-01 07:12:03.871 | + inc/meta-config:merge_config_group:172 : local matchgroups=post-extra 2024-08-01 07:12:03.873 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-01 07:12:03.875 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-08-01 07:12:03.877 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-08-01 07:12:03.880 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf post-extra 2024-08-01 07:12:03.882 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-08-01 07:12:03.884 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=post-extra 2024-08-01 07:12:03.886 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-01 07:12:03.888 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=post-extra ' 2024-08-01 07:12:03.889 | /^\[\[.+\|.*\]\]/ { 2024-08-01 07:12:03.889 | gsub("[][]", "", $1); 2024-08-01 07:12:03.889 | split($1, a, "|"); 2024-08-01 07:12:03.889 | if (a[1] == matchgroup) 2024-08-01 07:12:03.889 | print a[2] 2024-08-01 07:12:03.889 | } 2024-08-01 07:12:03.889 | ' /opt/stack/devstack/local.conf 2024-08-01 07:12:03.893 | + stack.sh:main:1447 : is_service_enabled n-cpu 2024-08-01 07:12:03.907 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:12:03.909 | + stack.sh:main:1452 : service_check 2024-08-01 07:12:03.911 | + functions-common:service_check:1728 : local service 2024-08-01 07:12:03.913 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:12:03.915 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@key.service 2024-08-01 07:12:03.925 | Failed to get unit file state for devstack@key.service: No such file or directory 2024-08-01 07:12:03.928 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:12:03.930 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api.service 2024-08-01 07:12:03.939 | enabled 2024-08-01 07:12:03.942 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api.service --no-pager 2024-08-01 07:12:03.966 | ● devstack@n-api.service - Devstack devstack@n-api.service 2024-08-01 07:12:03.966 | Loaded: loaded (/etc/systemd/system/devstack@n-api.service; enabled; vendor preset: enabled) 2024-08-01 07:12:03.967 | Active: active (running) since Thu 2024-08-01 07:11:05 UTC; 58s ago 2024-08-01 07:12:03.967 | Main PID: 45848 (uwsgi) 2024-08-01 07:12:03.967 | Status: "uWSGI is ready" 2024-08-01 07:12:03.967 | Tasks: 3 (limit: 19114) 2024-08-01 07:12:03.967 | Memory: 238.6M 2024-08-01 07:12:03.967 | CPU: 6.028s 2024-08-01 07:12:03.967 | CGroup: /system.slice/system-devstack.slice/devstack@n-api.service 2024-08-01 07:12:03.967 | ├─45848 "nova-apiuWSGI master" 2024-08-01 07:12:03.967 | ├─45849 "nova-apiuWSGI worker 1" 2024-08-01 07:12:03.967 | └─45850 "nova-apiuWSGI worker 2" 2024-08-01 07:12:03.967 | 2024-08-01 07:12:03.967 | Aug 01 07:12:01 devstack devstack@n-api.service[45850]: [pid: 45850|app: 0|req: 16/32] 10.180.1.21 () {64 vars in 1332 bytes} [Thu Aug 1 07:12:01 2024] POST /compute/v2.1/flavors/4/os-extra_specs => generated 43 bytes in 16 msecs (HTTP/1.1 200) 9 headers in 358 bytes (1 switches on core 0) 2024-08-01 07:12:03.967 | Aug 01 07:12:02 devstack devstack@n-api.service[45849]: DEBUG nova.api.openstack.wsgi [None req-3e25187d-cc5e-4ddf-98a6-0a0e7fdae706 admin admin] Calling method '>' {{(pid=45849) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:513}} 2024-08-01 07:12:03.967 | Aug 01 07:12:02 devstack devstack@n-api.service[45849]: INFO nova.api.openstack.requestlog [None req-3e25187d-cc5e-4ddf-98a6-0a0e7fdae706 admin admin] 10.180.1.21 "GET /compute/v2.1" status: 200 len: 388 microversion: 2.1 time: 0.001003 2024-08-01 07:12:03.967 | Aug 01 07:12:02 devstack devstack@n-api.service[45849]: [pid: 45849|app: 0|req: 17/33] 10.180.1.21 () {54 vars in 930 bytes} [Thu Aug 1 07:12:02 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-08-01 07:12:03.967 | Aug 01 07:12:02 devstack devstack@n-api.service[45850]: DEBUG nova.api.openstack.wsgi [None req-425174bf-e681-41cc-b827-4eab2d2590d0 admin admin] Action: 'create', calling method: >, body: {"flavor": {"name": "m1.xlarge", "swap": 0, "disk": 160, "ram": 16384, "rxtx_factor": 1.0, "os-flavor-access:is_public": true, "OS-FLV-EXT-DATA:ephemeral": 0, "id": "5", "vcpus": 8}} {{(pid=45850) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-08-01 07:12:03.967 | Aug 01 07:12:02 devstack devstack@n-api.service[45850]: INFO nova.api.openstack.requestlog [None req-425174bf-e681-41cc-b827-4eab2d2590d0 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors" status: 200 len: 408 microversion: 2.61 time: 0.035273 2024-08-01 07:12:03.967 | Aug 01 07:12:02 devstack devstack@n-api.service[45850]: [pid: 45850|app: 0|req: 17/34] 10.180.1.21 () {64 vars in 1282 bytes} [Thu Aug 1 07:12:02 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-08-01 07:12:03.967 | Aug 01 07:12:02 devstack devstack@n-api.service[45849]: DEBUG nova.api.openstack.wsgi [None req-1bc68e9a-b3c5-4f71-b972-fb61be757f00 admin admin] Action: 'create', calling method: >, body: {"extra_specs": {"hw_rng:allowed": "True"}} {{(pid=45849) _process_stack /opt/stack/nova/nova/api/openstack/wsgi.py:511}} 2024-08-01 07:12:03.967 | Aug 01 07:12:02 devstack devstack@n-api.service[45849]: INFO nova.api.openstack.requestlog [None req-1bc68e9a-b3c5-4f71-b972-fb61be757f00 admin admin] 10.180.1.21 "POST /compute/v2.1/flavors/5/os-extra_specs" status: 200 len: 43 microversion: 2.61 time: 0.014691 2024-08-01 07:12:03.967 | Aug 01 07:12:02 devstack devstack@n-api.service[45849]: [pid: 45849|app: 0|req: 18/35] 10.180.1.21 () {64 vars in 1332 bytes} [Thu Aug 1 07:12:02 2024] POST /compute/v2.1/flavors/5/os-extra_specs => generated 43 bytes in 15 msecs (HTTP/1.1 200) 9 headers in 358 bytes (2 switches on core 0) 2024-08-01 07:12:03.970 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:12:03.972 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-cond.service 2024-08-01 07:12:03.982 | enabled 2024-08-01 07:12:03.984 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-cond.service --no-pager 2024-08-01 07:12:03.996 | ● devstack@n-cond.service - Devstack devstack@n-cond.service 2024-08-01 07:12:03.996 | Loaded: loaded (/etc/systemd/system/devstack@n-cond.service; enabled; vendor preset: enabled) 2024-08-01 07:12:03.996 | Active: active (running) since Thu 2024-08-01 07:11:44 UTC; 19s ago 2024-08-01 07:12:03.996 | Main PID: 51721 (nova-conductor) 2024-08-01 07:12:03.996 | Tasks: 3 (limit: 19114) 2024-08-01 07:12:03.996 | Memory: 147.3M 2024-08-01 07:12:03.996 | CPU: 2.072s 2024-08-01 07:12:03.996 | CGroup: /system.slice/system-devstack.slice/devstack@n-cond.service 2024-08-01 07:12:03.996 | ├─51721 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-08-01 07:12:03.996 | ├─52164 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-08-01 07:12:03.996 | └─52165 /usr/bin/python3.10 /usr/local/bin/nova-conductor --config-file /etc/nova/nova.conf 2024-08-01 07:12:03.996 | 2024-08-01 07:12:03.996 | Aug 01 07:11:46 devstack nova-conductor[51721]: DEBUG oslo_service.service [None req-d48d7e18-6ee8-4745-b416-46bc5bd8433a None None] oslo_limit.split_loggers = False {{(pid=51721) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-01 07:12:03.996 | Aug 01 07:11:46 devstack nova-conductor[51721]: DEBUG oslo_service.service [None req-d48d7e18-6ee8-4745-b416-46bc5bd8433a None None] oslo_limit.status_code_retries = None {{(pid=51721) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-01 07:12:03.996 | Aug 01 07:11:46 devstack nova-conductor[51721]: DEBUG oslo_service.service [None req-d48d7e18-6ee8-4745-b416-46bc5bd8433a None None] oslo_limit.status_code_retry_delay = None {{(pid=51721) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-01 07:12:03.997 | Aug 01 07:11:46 devstack nova-conductor[51721]: DEBUG oslo_service.service [None req-d48d7e18-6ee8-4745-b416-46bc5bd8433a None None] oslo_limit.timeout = None {{(pid=51721) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-01 07:12:03.997 | Aug 01 07:11:46 devstack nova-conductor[51721]: DEBUG oslo_service.service [None req-d48d7e18-6ee8-4745-b416-46bc5bd8433a None None] oslo_limit.valid_interfaces = None {{(pid=51721) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-01 07:12:03.997 | Aug 01 07:11:46 devstack nova-conductor[51721]: DEBUG oslo_service.service [None req-d48d7e18-6ee8-4745-b416-46bc5bd8433a None None] oslo_limit.version = None {{(pid=51721) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-01 07:12:03.997 | Aug 01 07:11:46 devstack nova-conductor[51721]: DEBUG oslo_service.service [None req-d48d7e18-6ee8-4745-b416-46bc5bd8433a None None] oslo_reports.file_event_handler = None {{(pid=51721) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-01 07:12:03.997 | Aug 01 07:11:46 devstack nova-conductor[51721]: DEBUG oslo_service.service [None req-d48d7e18-6ee8-4745-b416-46bc5bd8433a None None] oslo_reports.file_event_handler_interval = 1 {{(pid=51721) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-01 07:12:03.997 | Aug 01 07:11:46 devstack nova-conductor[51721]: DEBUG oslo_service.service [None req-d48d7e18-6ee8-4745-b416-46bc5bd8433a None None] oslo_reports.log_dir = None {{(pid=51721) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-01 07:12:03.997 | Aug 01 07:11:46 devstack nova-conductor[51721]: DEBUG oslo_service.service [None req-d48d7e18-6ee8-4745-b416-46bc5bd8433a None None] ******************************************************************************** {{(pid=51721) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-08-01 07:12:03.999 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:12:04.001 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-sch.service 2024-08-01 07:12:04.010 | enabled 2024-08-01 07:12:04.013 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-sch.service --no-pager 2024-08-01 07:12:04.024 | ● devstack@n-sch.service - Devstack devstack@n-sch.service 2024-08-01 07:12:04.024 | Loaded: loaded (/etc/systemd/system/devstack@n-sch.service; enabled; vendor preset: enabled) 2024-08-01 07:12:04.024 | Active: active (running) since Thu 2024-08-01 07:11:41 UTC; 22s ago 2024-08-01 07:12:04.024 | Main PID: 50432 (nova-scheduler) 2024-08-01 07:12:04.024 | Tasks: 3 (limit: 19114) 2024-08-01 07:12:04.024 | Memory: 147.7M 2024-08-01 07:12:04.024 | CPU: 2.080s 2024-08-01 07:12:04.024 | CGroup: /system.slice/system-devstack.slice/devstack@n-sch.service 2024-08-01 07:12:04.024 | ├─50432 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-08-01 07:12:04.024 | ├─51280 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-08-01 07:12:04.024 | └─51281 /usr/bin/python3.10 /usr/local/bin/nova-scheduler --config-file /etc/nova/nova.conf 2024-08-01 07:12:04.024 | 2024-08-01 07:12:04.024 | Aug 01 07:11:43 devstack nova-scheduler[50432]: DEBUG oslo_service.service [None req-78dde6c6-9056-4ab2-a483-c85c47c6d700 None None] oslo_limit.split_loggers = False {{(pid=50432) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-01 07:12:04.024 | Aug 01 07:11:43 devstack nova-scheduler[50432]: DEBUG oslo_service.service [None req-78dde6c6-9056-4ab2-a483-c85c47c6d700 None None] oslo_limit.status_code_retries = None {{(pid=50432) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-01 07:12:04.024 | Aug 01 07:11:43 devstack nova-scheduler[50432]: DEBUG oslo_service.service [None req-78dde6c6-9056-4ab2-a483-c85c47c6d700 None None] oslo_limit.status_code_retry_delay = None {{(pid=50432) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-01 07:12:04.024 | Aug 01 07:11:43 devstack nova-scheduler[50432]: DEBUG oslo_service.service [None req-78dde6c6-9056-4ab2-a483-c85c47c6d700 None None] oslo_limit.timeout = None {{(pid=50432) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-01 07:12:04.024 | Aug 01 07:11:43 devstack nova-scheduler[50432]: DEBUG oslo_service.service [None req-78dde6c6-9056-4ab2-a483-c85c47c6d700 None None] oslo_limit.valid_interfaces = None {{(pid=50432) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-01 07:12:04.024 | Aug 01 07:11:43 devstack nova-scheduler[50432]: DEBUG oslo_service.service [None req-78dde6c6-9056-4ab2-a483-c85c47c6d700 None None] oslo_limit.version = None {{(pid=50432) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-01 07:12:04.024 | Aug 01 07:11:43 devstack nova-scheduler[50432]: DEBUG oslo_service.service [None req-78dde6c6-9056-4ab2-a483-c85c47c6d700 None None] oslo_reports.file_event_handler = None {{(pid=50432) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-01 07:12:04.024 | Aug 01 07:11:43 devstack nova-scheduler[50432]: DEBUG oslo_service.service [None req-78dde6c6-9056-4ab2-a483-c85c47c6d700 None None] oslo_reports.file_event_handler_interval = 1 {{(pid=50432) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-01 07:12:04.024 | Aug 01 07:11:43 devstack nova-scheduler[50432]: DEBUG oslo_service.service [None req-78dde6c6-9056-4ab2-a483-c85c47c6d700 None None] oslo_reports.log_dir = None {{(pid=50432) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-01 07:12:04.024 | Aug 01 07:11:43 devstack nova-scheduler[50432]: DEBUG oslo_service.service [None req-78dde6c6-9056-4ab2-a483-c85c47c6d700 None None] ******************************************************************************** {{(pid=50432) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-08-01 07:12:04.027 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:12:04.029 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@n-api-meta.service 2024-08-01 07:12:04.038 | enabled 2024-08-01 07:12:04.041 | + functions-common:service_check:1735 : sudo systemctl status devstack@n-api-meta.service --no-pager 2024-08-01 07:12:04.052 | ● devstack@n-api-meta.service - Devstack devstack@n-api-meta.service 2024-08-01 07:12:04.052 | Loaded: loaded (/etc/systemd/system/devstack@n-api-meta.service; enabled; vendor preset: enabled) 2024-08-01 07:12:04.053 | Active: active (running) since Thu 2024-08-01 07:11:42 UTC; 21s ago 2024-08-01 07:12:04.053 | Main PID: 51000 (uwsgi) 2024-08-01 07:12:04.053 | Status: "uWSGI is ready" 2024-08-01 07:12:04.053 | Tasks: 4 (limit: 19114) 2024-08-01 07:12:04.053 | Memory: 201.5M 2024-08-01 07:12:04.053 | CPU: 4.001s 2024-08-01 07:12:04.053 | CGroup: /system.slice/system-devstack.slice/devstack@n-api-meta.service 2024-08-01 07:12:04.053 | ├─51000 "nova-api-metauWSGI master" 2024-08-01 07:12:04.053 | ├─51001 "nova-api-metauWSGI worker 1" 2024-08-01 07:12:04.053 | ├─51002 "nova-api-metauWSGI worker 2" 2024-08-01 07:12:04.053 | └─51003 "nova-api-metauWSGI http 1" 2024-08-01 07:12:04.053 | 2024-08-01 07:12:04.053 | Aug 01 07:11:44 devstack devstack@n-api-meta.service[51001]: DEBUG oslo_concurrency.lockutils [None req-46a797bd-4d81-4115-b704-9605fcc39a13 None None] Lock "d4c3f3ad-b5a0-41b5-8bdf-f592a32f89f0" acquired by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: waited 0.000s {{(pid=51001) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-08-01 07:12:04.053 | Aug 01 07:11:44 devstack devstack@n-api-meta.service[51001]: DEBUG oslo_concurrency.lockutils [None req-46a797bd-4d81-4115-b704-9605fcc39a13 None None] Lock "d4c3f3ad-b5a0-41b5-8bdf-f592a32f89f0" "released" by "nova.context.set_target_cell..get_or_set_cached_cell_and_set_connections" :: held 0.001s {{(pid=51001) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-08-01 07:12:04.053 | Aug 01 07:11:44 devstack devstack@n-api-meta.service[51001]: DEBUG oslo_db.sqlalchemy.engines [None req-46a797bd-4d81-4115-b704-9605fcc39a13 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=51001) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-01 07:12:04.053 | Aug 01 07:11:44 devstack devstack@n-api-meta.service[51001]: DEBUG oslo_db.sqlalchemy.engines [None req-46a797bd-4d81-4115-b704-9605fcc39a13 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=51001) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-01 07:12:04.053 | Aug 01 07:11:44 devstack devstack@n-api-meta.service[51002]: DEBUG oslo_db.sqlalchemy.engines [None req-053703e7-8cda-4213-847f-55379eee709f 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=51002) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-01 07:12:04.053 | Aug 01 07:11:44 devstack devstack@n-api-meta.service[51001]: DEBUG oslo_db.sqlalchemy.engines [None req-46a797bd-4d81-4115-b704-9605fcc39a13 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=51001) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-01 07:12:04.053 | Aug 01 07:11:44 devstack devstack@n-api-meta.service[51002]: WARNING nova.api.metadata.handler [None req-053703e7-8cda-4213-847f-55379eee709f None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-08-01 07:12:04.053 | Aug 01 07:11:44 devstack devstack@n-api-meta.service[51002]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x632c5d2e9f10 pid: 51002 (default app) 2024-08-01 07:12:04.053 | Aug 01 07:11:44 devstack devstack@n-api-meta.service[51001]: WARNING nova.api.metadata.handler [None req-46a797bd-4d81-4115-b704-9605fcc39a13 None None] metadata_proxy_shared_secret is not configured, the metadata information returned by the proxy cannot be trusted 2024-08-01 07:12:04.053 | Aug 01 07:11:44 devstack devstack@n-api-meta.service[51001]: WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x632c5d2e9f10 pid: 51001 (default app) 2024-08-01 07:12:04.056 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:12:04.057 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-api.service 2024-08-01 07:12:04.066 | enabled 2024-08-01 07:12:04.069 | + functions-common:service_check:1735 : sudo systemctl status devstack@placement-api.service --no-pager 2024-08-01 07:12:04.080 | ● devstack@placement-api.service - Devstack devstack@placement-api.service 2024-08-01 07:12:04.080 | Loaded: loaded (/etc/systemd/system/devstack@placement-api.service; enabled; vendor preset: enabled) 2024-08-01 07:12:04.080 | Active: active (running) since Thu 2024-08-01 07:11:13 UTC; 50s ago 2024-08-01 07:12:04.080 | Main PID: 47183 (uwsgi) 2024-08-01 07:12:04.080 | Status: "uWSGI is ready" 2024-08-01 07:12:04.080 | Tasks: 3 (limit: 19114) 2024-08-01 07:12:04.080 | Memory: 146.8M 2024-08-01 07:12:04.080 | CPU: 2.562s 2024-08-01 07:12:04.080 | CGroup: /system.slice/system-devstack.slice/devstack@placement-api.service 2024-08-01 07:12:04.080 | ├─47183 "placementuWSGI master" 2024-08-01 07:12:04.080 | ├─47184 "placementuWSGI worker 1" 2024-08-01 07:12:04.080 | └─47185 "placementuWSGI worker 2" 2024-08-01 07:12:04.080 | 2024-08-01 07:12:04.080 | Aug 01 07:11:14 devstack devstack@placement-api.service[47185]: DEBUG oslo_concurrency.lockutils [-] Releasing lock "resource_classes_sync" {{(pid=47185) lock /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:333}} 2024-08-01 07:12:04.080 | Aug 01 07:11:14 devstack devstack@placement-api.service[47185]: WSGI app 0 (mountpoint='') ready in 1 seconds on interpreter 0x5df798089990 pid: 47185 (default app) 2024-08-01 07:12:04.080 | Aug 01 07:11:14 devstack devstack@placement-api.service[47184]: INFO placement.requestlog [None req-2c59a892-9380-491d-b36b-1adcd47ccc1a None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-08-01 07:12:04.081 | Aug 01 07:11:14 devstack devstack@placement-api.service[47184]: [pid: 47184|app: 0|req: 1/1] 10.180.1.21 () {50 vars in 776 bytes} [Thu Aug 1 07:11:14 2024] GET /placement => generated 136 bytes in 7 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-08-01 07:12:04.081 | Aug 01 07:11:43 devstack devstack@placement-api.service[47185]: DEBUG placement.requestlog [None req-e8d61269-693f-4a02-8c84-ef37445e75f0 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=47185) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-08-01 07:12:04.081 | Aug 01 07:11:43 devstack devstack@placement-api.service[47185]: INFO placement.requestlog [None req-e8d61269-693f-4a02-8c84-ef37445e75f0 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-08-01 07:12:04.081 | Aug 01 07:11:43 devstack devstack@placement-api.service[47185]: [pid: 47185|app: 0|req: 1/2] 10.180.1.21 () {54 vars in 917 bytes} [Thu Aug 1 07:11:43 2024] GET /placement => generated 136 bytes in 9 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-08-01 07:12:04.081 | Aug 01 07:11:45 devstack devstack@placement-api.service[47184]: DEBUG placement.requestlog [None req-71af3472-08df-45a0-b293-09c3dbee6262 None None] Starting request: 10.180.1.21 "GET /placement/" {{(pid=47184) __call__ /opt/stack/placement/placement/requestlog.py:55}} 2024-08-01 07:12:04.081 | Aug 01 07:11:45 devstack devstack@placement-api.service[47184]: INFO placement.requestlog [None req-71af3472-08df-45a0-b293-09c3dbee6262 None None] 10.180.1.21 "GET /placement/" status: 200 len: 136 microversion: 1.0 2024-08-01 07:12:04.081 | Aug 01 07:11:45 devstack devstack@placement-api.service[47184]: [pid: 47184|app: 0|req: 2/3] 10.180.1.21 () {54 vars in 917 bytes} [Thu Aug 1 07:11:45 2024] GET /placement => generated 136 bytes in 1 msecs (HTTP/1.1 200) 6 headers in 224 bytes (1 switches on core 0) 2024-08-01 07:12:04.083 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:12:04.085 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@placement-client.service 2024-08-01 07:12:04.093 | Failed to get unit file state for devstack@placement-client.service: No such file or directory 2024-08-01 07:12:04.096 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:12:04.098 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@g-api.service 2024-08-01 07:12:04.107 | enabled 2024-08-01 07:12:04.110 | + functions-common:service_check:1735 : sudo systemctl status devstack@g-api.service --no-pager 2024-08-01 07:12:04.121 | ● devstack@g-api.service - Devstack devstack@g-api.service 2024-08-01 07:12:04.121 | Loaded: loaded (/etc/systemd/system/devstack@g-api.service; enabled; vendor preset: enabled) 2024-08-01 07:12:04.121 | Active: active (running) since Thu 2024-08-01 07:11:56 UTC; 7s ago 2024-08-01 07:12:04.121 | Main PID: 54466 (uwsgi) 2024-08-01 07:12:04.121 | Status: "uWSGI is ready" 2024-08-01 07:12:04.121 | Tasks: 7 (limit: 19114) 2024-08-01 07:12:04.121 | Memory: 237.3M 2024-08-01 07:12:04.121 | CPU: 4.655s 2024-08-01 07:12:04.121 | CGroup: /system.slice/system-devstack.slice/devstack@g-api.service 2024-08-01 07:12:04.121 | ├─54466 "glance-apiuWSGI master" 2024-08-01 07:12:04.121 | ├─54468 "glance-apiuWSGI worker 1" 2024-08-01 07:12:04.121 | └─54469 "glance-apiuWSGI worker 2" 2024-08-01 07:12:04.121 | 2024-08-01 07:12:04.121 | Aug 01 07:12:00 devstack devstack@g-api.service[54468]: DEBUG glance.api.middleware.version_negotiation [None req-94819b44-82ed-40cc-b6ce-7a593e3cfe56 None None] Using url versioning {{(pid=54468) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:57}} 2024-08-01 07:12:04.121 | Aug 01 07:12:00 devstack devstack@g-api.service[54468]: DEBUG glance.api.middleware.version_negotiation [None req-94819b44-82ed-40cc-b6ce-7a593e3cfe56 None None] Matched version: v2 {{(pid=54468) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:69}} 2024-08-01 07:12:04.122 | Aug 01 07:12:00 devstack devstack@g-api.service[54468]: DEBUG glance.api.middleware.version_negotiation [None req-94819b44-82ed-40cc-b6ce-7a593e3cfe56 None None] new path /v2/images/de322b4e-7b44-480f-9ddf-dc1544ad2962/file {{(pid=54468) process_request /opt/stack/glance/glance/api/middleware/version_negotiation.py:70}} 2024-08-01 07:12:04.122 | Aug 01 07:12:00 devstack devstack@g-api.service[54468]: DEBUG oslo_db.sqlalchemy.engines [None req-810f1387-bb2f-41f7-96fe-8d48636dcc2d 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=54468) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-01 07:12:04.122 | Aug 01 07:12:00 devstack devstack@g-api.service[54468]: INFO glance.api.v2.image_data [None req-810f1387-bb2f-41f7-96fe-8d48636dcc2d admin admin] Unable to create trust: no such option collect_timing in group [keystone_authtoken] Use the existing user token. 2024-08-01 07:12:04.122 | Aug 01 07:12:00 devstack devstack@g-api.service[54468]: DEBUG glance.location [None req-810f1387-bb2f-41f7-96fe-8d48636dcc2d admin admin] Enabling in-flight format inspection for vmdk {{(pid=54468) set_data /opt/stack/glance/glance/location.py:581}} 2024-08-01 07:12:04.122 | Aug 01 07:12:01 devstack devstack@g-api.service[54468]: DEBUG glance_store._drivers.filesystem [None req-810f1387-bb2f-41f7-96fe-8d48636dcc2d admin admin] Wrote 21318656 bytes to /opt/stack/data/glance/images/de322b4e-7b44-480f-9ddf-dc1544ad2962 with checksum 879b8eacf4b511d84bac79c7fe0e0d0a and multihash 7b454ad71f0f894fcc55e4d1f50ee446a570ffa34406e3026d1af22a43e4d61724db145f5ac4ee3c321289b7638b2a429cce605dfa25c96800748e00a61d3051 {{(pid=54468) add /usr/local/lib/python3.10/dist-packages/glance_store/_drivers/filesystem.py:773}} 2024-08-01 07:12:04.122 | Aug 01 07:12:01 devstack devstack@g-api.service[54468]: INFO glance.location [None req-810f1387-bb2f-41f7-96fe-8d48636dcc2d admin admin] Image format matched and virtual size computed: 117440512 2024-08-01 07:12:04.122 | Aug 01 07:12:01 devstack devstack@g-api.service[54468]: DEBUG glance_store.backend [None req-810f1387-bb2f-41f7-96fe-8d48636dcc2d admin admin] Skipping store.set_acls... not implemented. {{(pid=54468) set_acls /usr/local/lib/python3.10/dist-packages/glance_store/backend.py:508}} 2024-08-01 07:12:04.122 | Aug 01 07:12:01 devstack devstack@g-api.service[54468]: [pid: 54468|app: 0|req: 2/4] 127.0.0.1 () {40 vars in 860 bytes} [Thu Aug 1 07:12:00 2024] PUT /v2/images/de322b4e-7b44-480f-9ddf-dc1544ad2962/file => generated 0 bytes in 798 msecs (HTTP/1.1 204) 4 headers in 171 bytes (1 switches on core 0) 2024-08-01 07:12:04.124 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:12:04.126 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-sch.service 2024-08-01 07:12:04.135 | enabled 2024-08-01 07:12:04.138 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-sch.service --no-pager 2024-08-01 07:12:04.149 | ● devstack@c-sch.service - Devstack devstack@c-sch.service 2024-08-01 07:12:04.149 | Loaded: loaded (/etc/systemd/system/devstack@c-sch.service; enabled; vendor preset: enabled) 2024-08-01 07:12:04.149 | Active: active (running) since Thu 2024-08-01 07:11:51 UTC; 12s ago 2024-08-01 07:12:04.149 | Main PID: 53310 (cinder-schedule) 2024-08-01 07:12:04.149 | Tasks: 1 (limit: 19114) 2024-08-01 07:12:04.149 | Memory: 102.0M 2024-08-01 07:12:04.149 | CPU: 1.752s 2024-08-01 07:12:04.150 | CGroup: /system.slice/system-devstack.slice/devstack@c-sch.service 2024-08-01 07:12:04.150 | └─53310 /usr/bin/python3.10 /usr/local/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf 2024-08-01 07:12:04.150 | 2024-08-01 07:12:04.150 | Aug 01 07:11:53 devstack cinder-scheduler[53310]: DEBUG oslo_service.service [None req-a23552e6-876f-4360-bd34-73e3a4862647 None None] nova.token_auth_url = None {{(pid=53310) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-01 07:12:04.150 | Aug 01 07:11:53 devstack cinder-scheduler[53310]: DEBUG oslo_service.service [None req-a23552e6-876f-4360-bd34-73e3a4862647 None None] ******************************************************************************** {{(pid=53310) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-08-01 07:12:04.150 | Aug 01 07:11:53 devstack cinder-scheduler[53310]: INFO cinder.service [-] Starting cinder-scheduler node (version 0.0.1) 2024-08-01 07:12:04.150 | Aug 01 07:11:53 devstack cinder-scheduler[53310]: INFO cinder.manager [None req-1a987319-1ba1-4427-bc7b-d99d6a56b786 None None] Initiating service 1 cleanup 2024-08-01 07:12:04.150 | Aug 01 07:11:53 devstack cinder-scheduler[53310]: INFO cinder.manager [None req-1a987319-1ba1-4427-bc7b-d99d6a56b786 None None] Service 1 cleanup completed. 2024-08-01 07:12:04.150 | Aug 01 07:11:53 devstack cinder-scheduler[53310]: DEBUG cinder.service [None req-1a987319-1ba1-4427-bc7b-d99d6a56b786 None None] Creating RPC server for service cinder-scheduler {{(pid=53310) start /opt/stack/cinder/cinder/service.py:238}} 2024-08-01 07:12:04.150 | Aug 01 07:11:53 devstack cinder-scheduler[53310]: DEBUG cinder.service [None req-1a987319-1ba1-4427-bc7b-d99d6a56b786 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=53310) start /opt/stack/cinder/cinder/service.py:244}} 2024-08-01 07:12:04.150 | Aug 01 07:11:56 devstack cinder-scheduler[53310]: DEBUG cinder.scheduler.host_manager [None req-28578218-e1cb-4815-9547-1cbf94f5c883 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=53310) update_service_capabilities /opt/stack/cinder/cinder/scheduler/host_manager.py:628}} 2024-08-01 07:12:04.150 | Aug 01 07:11:56 devstack cinder-scheduler[53310]: DEBUG cinder.scheduler.host_manager [None req-28578218-e1cb-4815-9547-1cbf94f5c883 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, 8, 1, 7, 11, 56, 905961)} {{(pid=53310) update_from_volume_capability /opt/stack/cinder/cinder/scheduler/host_manager.py:415}} 2024-08-01 07:12:04.150 | Aug 01 07:11:56 devstack cinder-scheduler[53310]: DEBUG cinder.utils [None req-28578218-e1cb-4815-9547-1cbf94f5c883 None None] Trying to retrieve max_over_subscription_ratio from a service that does not support thin provisioning {{(pid=53310) calculate_max_over_subscription_ratio /opt/stack/cinder/cinder/utils.py:879}} 2024-08-01 07:12:04.152 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:12:04.154 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-api.service 2024-08-01 07:12:04.163 | enabled 2024-08-01 07:12:04.166 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-api.service --no-pager 2024-08-01 07:12:04.177 | ● devstack@c-api.service - Devstack devstack@c-api.service 2024-08-01 07:12:04.177 | Loaded: loaded (/etc/systemd/system/devstack@c-api.service; enabled; vendor preset: enabled) 2024-08-01 07:12:04.177 | Active: active (running) since Thu 2024-08-01 07:11:48 UTC; 15s ago 2024-08-01 07:12:04.177 | Main PID: 52805 (uwsgi) 2024-08-01 07:12:04.177 | Status: "uWSGI is ready" 2024-08-01 07:12:04.177 | Tasks: 5 (limit: 19114) 2024-08-01 07:12:04.177 | Memory: 229.4M 2024-08-01 07:12:04.177 | CPU: 4.818s 2024-08-01 07:12:04.177 | CGroup: /system.slice/system-devstack.slice/devstack@c-api.service 2024-08-01 07:12:04.177 | ├─52805 "cinder-apiuWSGI master" 2024-08-01 07:12:04.177 | ├─52806 "cinder-apiuWSGI worker 1" 2024-08-01 07:12:04.177 | └─52807 "cinder-apiuWSGI worker 2" 2024-08-01 07:12:04.177 | 2024-08-01 07:12:04.177 | Aug 01 07:11:54 devstack devstack@c-api.service[52807]: INFO cinder.api.openstack.wsgi [None req-8073f150-e5b7-40ca-afff-1d5be5a06296 admin admin] http://10.180.1.21/volume/v3/ca7c4f34a57f4562886f21176ab0c642/types returned with HTTP 200 2024-08-01 07:12:04.178 | Aug 01 07:11:54 devstack devstack@c-api.service[52807]: [pid: 52807|app: 0|req: 1/2] 10.180.1.21 () {60 vars in 1236 bytes} [Thu Aug 1 07:11:53 2024] POST /volume/v3/ca7c4f34a57f4562886f21176ab0c642/types => generated 182 bytes in 379 msecs (HTTP/1.1 200) 7 headers in 285 bytes (1 switches on core 0) 2024-08-01 07:12:04.178 | Aug 01 07:11:54 devstack devstack@c-api.service[52806]: DEBUG cinder.api.middleware.request_id [req-8073f150-e5b7-40ca-afff-1d5be5a06296 req-b0e9ab40-ff90-4057-95e2-4dcd94f1cf00 None None] RequestId filter calling following filter/app {{(pid=52806) _context_setter /opt/stack/cinder/cinder/api/middleware/request_id.py:62}} 2024-08-01 07:12:04.178 | Aug 01 07:11:54 devstack devstack@c-api.service[52806]: INFO cinder.api.openstack.wsgi [req-8073f150-e5b7-40ca-afff-1d5be5a06296 req-b0e9ab40-ff90-4057-95e2-4dcd94f1cf00 admin admin] POST http://10.180.1.21/volume/v3/ca7c4f34a57f4562886f21176ab0c642/types/0c0b5ae9-e19c-4a07-bb87-0cf49fd0701d/extra_specs 2024-08-01 07:12:04.178 | Aug 01 07:11:54 devstack devstack@c-api.service[52806]: DEBUG cinder.api.openstack.wsgi [req-8073f150-e5b7-40ca-afff-1d5be5a06296 req-b0e9ab40-ff90-4057-95e2-4dcd94f1cf00 admin admin] Action: 'create', calling method: create, body: {"extra_specs": {"volume_backend_name": "vsphere"}} {{(pid=52806) _process_stack /opt/stack/cinder/cinder/api/openstack/wsgi.py:866}} 2024-08-01 07:12:04.178 | Aug 01 07:11:54 devstack devstack@c-api.service[52806]: /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-08-01 07:12:04.178 | Aug 01 07:11:54 devstack devstack@c-api.service[52806]: warnings.warn('Policy enforcement is depending on the value of ' 2024-08-01 07:12:04.178 | Aug 01 07:11:54 devstack devstack@c-api.service[52806]: DEBUG oslo_db.sqlalchemy.engines [req-8073f150-e5b7-40ca-afff-1d5be5a06296 req-b0e9ab40-ff90-4057-95e2-4dcd94f1cf00 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=52806) _check_effective_sql_mode /usr/local/lib/python3.10/dist-packages/oslo_db/sqlalchemy/engines.py:335}} 2024-08-01 07:12:04.178 | Aug 01 07:11:54 devstack devstack@c-api.service[52806]: INFO cinder.api.openstack.wsgi [req-8073f150-e5b7-40ca-afff-1d5be5a06296 req-b0e9ab40-ff90-4057-95e2-4dcd94f1cf00 admin admin] http://10.180.1.21/volume/v3/ca7c4f34a57f4562886f21176ab0c642/types/0c0b5ae9-e19c-4a07-bb87-0cf49fd0701d/extra_specs returned with HTTP 200 2024-08-01 07:12:04.178 | Aug 01 07:11:54 devstack devstack@c-api.service[52806]: [pid: 52806|app: 0|req: 2/3] 10.180.1.21 () {62 vars in 1454 bytes} [Thu Aug 1 07:11:54 2024] POST /volume/v3/ca7c4f34a57f4562886f21176ab0c642/types/0c0b5ae9-e19c-4a07-bb87-0cf49fd0701d/extra_specs => generated 51 bytes in 361 msecs (HTTP/1.1 200) 7 headers in 284 bytes (1 switches on core 0) 2024-08-01 07:12:04.180 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:12:04.182 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@c-vol.service 2024-08-01 07:12:04.191 | enabled 2024-08-01 07:12:04.194 | + functions-common:service_check:1735 : sudo systemctl status devstack@c-vol.service --no-pager 2024-08-01 07:12:04.205 | ● devstack@c-vol.service - Devstack devstack@c-vol.service 2024-08-01 07:12:04.205 | Loaded: loaded (/etc/systemd/system/devstack@c-vol.service; enabled; vendor preset: enabled) 2024-08-01 07:12:04.205 | Active: active (running) since Thu 2024-08-01 07:11:52 UTC; 11s ago 2024-08-01 07:12:04.205 | Main PID: 53825 (cinder-volume) 2024-08-01 07:12:04.205 | Tasks: 3 (limit: 19114) 2024-08-01 07:12:04.205 | Memory: 251.3M 2024-08-01 07:12:04.205 | CPU: 4.220s 2024-08-01 07:12:04.205 | CGroup: /system.slice/system-devstack.slice/devstack@c-vol.service 2024-08-01 07:12:04.205 | ├─53825 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-08-01 07:12:04.205 | └─53923 /usr/bin/python3.10 /usr/local/bin/cinder-volume --config-file /etc/cinder/cinder.conf 2024-08-01 07:12:04.205 | 2024-08-01 07:12:04.205 | Aug 01 07:11:56 devstack cinder-volume[53923]: DEBUG cinder.image.image_utils [None req-28578218-e1cb-4815-9547-1cbf94f5c883 None None] Configuration image_conversion_dir is None or the path doesn't exist. {{(pid=53923) cleanup_temporary_file /opt/stack/cinder/cinder/image/image_utils.py:1239}} 2024-08-01 07:12:04.205 | Aug 01 07:11:56 devstack cinder-volume[53923]: INFO cinder.keymgr.migration [None req-1c192963-426d-44d3-9de6-573f828abd0c None None] Not migrating encryption keys because the ConfKeyManager is still in use. 2024-08-01 07:12:04.205 | Aug 01 07:11:56 devstack cinder-volume[53923]: DEBUG cinder.manager [None req-28578218-e1cb-4815-9547-1cbf94f5c883 None None] Notifying Schedulers of capabilities ... {{(pid=53923) _publish_service_capabilities /opt/stack/cinder/cinder/manager.py:202}} 2024-08-01 07:12:04.205 | Aug 01 07:11:56 devstack cinder-volume[53923]: INFO cinder.volume.manager [None req-28578218-e1cb-4815-9547-1cbf94f5c883 None None] Driver initialization completed successfully. 2024-08-01 07:12:04.206 | Aug 01 07:11:56 devstack cinder-volume[53923]: INFO cinder.manager [None req-28578218-e1cb-4815-9547-1cbf94f5c883 None None] Initiating service 2 cleanup 2024-08-01 07:12:04.206 | Aug 01 07:11:56 devstack cinder-volume[53923]: INFO cinder.manager [None req-28578218-e1cb-4815-9547-1cbf94f5c883 None None] Service 2 cleanup completed. 2024-08-01 07:12:04.206 | Aug 01 07:11:56 devstack cinder-volume[53923]: DEBUG cinder.service [None req-28578218-e1cb-4815-9547-1cbf94f5c883 None None] Creating RPC server for service cinder-volume {{(pid=53923) start /opt/stack/cinder/cinder/service.py:238}} 2024-08-01 07:12:04.206 | Aug 01 07:11:56 devstack cinder-volume[53923]: DEBUG cinder.service [None req-28578218-e1cb-4815-9547-1cbf94f5c883 None None] Pinning object versions for RPC server serializer to 1.39 {{(pid=53923) start /opt/stack/cinder/cinder/service.py:244}} 2024-08-01 07:12:04.206 | Aug 01 07:11:56 devstack cinder-volume[53923]: INFO cinder.volume.manager [None req-28578218-e1cb-4815-9547-1cbf94f5c883 None None] Initializing RPC dependent components of volume driver VMwareVcVmdkDriver (3.4.4) 2024-08-01 07:12:04.206 | Aug 01 07:11:56 devstack cinder-volume[53923]: INFO cinder.volume.manager [None req-28578218-e1cb-4815-9547-1cbf94f5c883 None None] Driver post RPC initialization completed successfully. 2024-08-01 07:12:04.208 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:12:04.210 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovs-vswitchd.service 2024-08-01 07:12:04.219 | Failed to get unit file state for devstack@ovs-vswitchd.service: No such file or directory 2024-08-01 07:12:04.222 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:12:04.224 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@ovsdb-server.service 2024-08-01 07:12:04.232 | Failed to get unit file state for devstack@ovsdb-server.service: No such file or directory 2024-08-01 07:12:04.235 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:12:04.237 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-svc.service 2024-08-01 07:12:04.246 | enabled 2024-08-01 07:12:04.249 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-svc.service --no-pager 2024-08-01 07:12:04.260 | ● devstack@q-svc.service - Devstack devstack@q-svc.service 2024-08-01 07:12:04.260 | Loaded: loaded (/etc/systemd/system/devstack@q-svc.service; enabled; vendor preset: enabled) 2024-08-01 07:12:04.260 | Active: active (running) since Thu 2024-08-01 07:11:09 UTC; 55s ago 2024-08-01 07:12:04.260 | Main PID: 46533 (/usr/bin/python) 2024-08-01 07:12:04.260 | Tasks: 5 (limit: 19114) 2024-08-01 07:12:04.260 | Memory: 392.2M 2024-08-01 07:12:04.260 | CPU: 9.919s 2024-08-01 07:12:04.260 | CGroup: /system.slice/system-devstack.slice/devstack@q-svc.service 2024-08-01 07:12:04.260 | ├─46533 "/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini" 2024-08-01 07:12:04.260 | ├─46636 "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-08-01 07:12:04.260 | ├─46637 "neutron-server: api worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-08-01 07:12:04.260 | ├─46638 "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-08-01 07:12:04.260 | └─46639 "neutron-server: periodic worker (/usr/bin/python3.10 /usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini)" 2024-08-01 07:12:04.260 | 2024-08-01 07:12:04.260 | Aug 01 07:11:42 devstack neutron-server[46638]: DEBUG neutron.plugins.ml2.rpc [None req-c05ed198-9b5e-4c3f-8cb8-01fb801947df None None] Device 3777e0ef-01ba-489b-8537-098f4ea46e24 up at agent ovs-agent-devstack {{(pid=46638) update_device_up /opt/stack/neutron/neutron/plugins/ml2/rpc.py:297}} 2024-08-01 07:12:04.260 | Aug 01 07:11:42 devstack neutron-server[46638]: DEBUG neutron.db.provisioning_blocks [None req-c05ed198-9b5e-4c3f-8cb8-01fb801947df None None] Provisioning complete for port 3777e0ef-01ba-489b-8537-098f4ea46e24 triggered by entity L2. {{(pid=46638) provisioning_complete /opt/stack/neutron/neutron/db/provisioning_blocks.py:144}} 2024-08-01 07:12:04.260 | Aug 01 07:11:42 devstack neutron-server[46638]: DEBUG neutron_lib.callbacks.manager [None req-c05ed198-9b5e-4c3f-8cb8-01fb801947df None None] Publish callbacks ['neutron.plugins.ml2.plugin.Ml2Plugin._port_provisioned-1953922'] for port (3777e0ef-01ba-489b-8537-098f4ea46e24), provisioning_complete {{(pid=46638) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-08-01 07:12:04.260 | Aug 01 07:11:42 devstack neutron-server[46638]: INFO neutron.plugins.ml2.plugin [None req-c05ed198-9b5e-4c3f-8cb8-01fb801947df None None] Attempt 1 to provision port 3777e0ef-01ba-489b-8537-098f4ea46e24 2024-08-01 07:12:04.260 | Aug 01 07:11:42 devstack neutron-server[46638]: DEBUG neutron.plugins.ml2.plugin [None req-c05ed198-9b5e-4c3f-8cb8-01fb801947df None None] Current status of the port 3777e0ef-01ba-489b-8537-098f4ea46e24 is: ACTIVE; New status is: ACTIVE {{(pid=46638) _update_individual_port_db_status /opt/stack/neutron/neutron/plugins/ml2/plugin.py:2355}} 2024-08-01 07:12:04.260 | Aug 01 07:11:49 devstack neutron-server[46638]: DEBUG neutron_lib.callbacks.manager [None req-8c5c7cd6-9140-4cfa-9226-60ecb78a7018 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7929489767223', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1953900'] for agent (952a388f-0ad2-42fd-8021-185294dbb57f), after_update {{(pid=46638) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-08-01 07:12:04.260 | Aug 01 07:11:50 devstack neutron-server[46638]: DEBUG neutron_lib.callbacks.manager [None req-c05ed198-9b5e-4c3f-8cb8-01fb801947df None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7929489767223', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1953900'] for agent (52859b86-7988-41da-910d-9bb8969e3cfd), after_update {{(pid=46638) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-08-01 07:12:04.260 | Aug 01 07:11:50 devstack neutron-server[46638]: DEBUG neutron_lib.callbacks.manager [None req-da867c55-1d56-4086-99ef-d24720bf2854 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7929489767223', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1953900'] for agent (86e9b0d5-07a2-4f8a-acac-d1126b6325af), after_update {{(pid=46638) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-08-01 07:12:04.260 | Aug 01 07:11:51 devstack neutron-server[46638]: DEBUG neutron_lib.callbacks.manager [None req-13ce7d4c-2dbf-4599-8e08-81a7637c3892 None None] Publish callbacks ['neutron.services.segments.db._update_segment_host_mapping_for_agent-7929489767223', 'neutron.plugins.ml2.plugin.Ml2Plugin._retry_binding_revived_agents-1953900'] for agent (411934f8-1d72-4bb4-ab2d-3875d2f7c9fe), after_update {{(pid=46638) _notify_loop /usr/local/lib/python3.10/dist-packages/neutron_lib/callbacks/manager.py:184}} 2024-08-01 07:12:04.261 | Aug 01 07:11:58 devstack neutron-server[46639]: DEBUG neutron.db.agents_db [None req-d6f6ca7a-56ea-40bc-8654-362cd25b871f None None] Agent healthcheck: found 4 active agents {{(pid=46639) agent_health_check /opt/stack/neutron/neutron/db/agents_db.py:317}} 2024-08-01 07:12:04.263 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:12:04.265 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@rabbit.service 2024-08-01 07:12:04.274 | Failed to get unit file state for devstack@rabbit.service: No such file or directory 2024-08-01 07:12:04.276 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:12:04.278 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@tempest.service 2024-08-01 07:12:04.287 | Failed to get unit file state for devstack@tempest.service: No such file or directory 2024-08-01 07:12:04.290 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:12:04.292 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@mysql.service 2024-08-01 07:12:04.300 | Failed to get unit file state for devstack@mysql.service: No such file or directory 2024-08-01 07:12:04.303 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:12:04.305 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@etcd3.service 2024-08-01 07:12:04.314 | Failed to get unit file state for devstack@etcd3.service: No such file or directory 2024-08-01 07:12:04.317 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:12:04.319 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-agt.service 2024-08-01 07:12:04.328 | enabled 2024-08-01 07:12:04.331 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-agt.service --no-pager 2024-08-01 07:12:04.342 | ● devstack@q-agt.service - Devstack devstack@q-agt.service 2024-08-01 07:12:04.342 | Loaded: loaded (/etc/systemd/system/devstack@q-agt.service; enabled; vendor preset: enabled) 2024-08-01 07:12:04.342 | Active: active (running) since Thu 2024-08-01 07:11:16 UTC; 48s ago 2024-08-01 07:12:04.342 | Main PID: 47682 (neutron-openvsw) 2024-08-01 07:12:04.342 | Tasks: 4 (limit: 19114) 2024-08-01 07:12:04.342 | Memory: 159.2M 2024-08-01 07:12:04.342 | CPU: 3.706s 2024-08-01 07:12:04.342 | CGroup: /system.slice/system-devstack.slice/devstack@q-agt.service 2024-08-01 07:12:04.342 | ├─47682 "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-08-01 07:12:04.342 | ├─49112 /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/tmpwj0osabn/privsep.sock 2024-08-01 07:12:04.342 | └─49138 ovsdb-client monitor tcp:127.0.0.1:6640 Interface name,ofport,external_ids --format=json 2024-08-01 07:12:04.342 | 2024-08-01 07:12:04.342 | Aug 01 07:11:58 devstack neutron-openvswitch-agent[47682]: DEBUG neutron.agent.linux.utils [None req-4a7bf25d-b31d-47c0-b518-0e4cd5d0f2ab None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49138. {{(pid=47682) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-08-01 07:12:04.342 | Aug 01 07:11:58 devstack neutron-openvswitch-agent[47682]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4a7bf25d-b31d-47c0-b518-0e4cd5d0f2ab None None] Agent rpc_loop - iteration:18 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2024-08-01 07:12:04.343 | Aug 01 07:12:00 devstack neutron-openvswitch-agent[47682]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4a7bf25d-b31d-47c0-b518-0e4cd5d0f2ab None None] Agent rpc_loop - iteration:19 started 2024-08-01 07:12:04.343 | Aug 01 07:12:00 devstack neutron-openvswitch-agent[47682]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-4a7bf25d-b31d-47c0-b518-0e4cd5d0f2ab None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xad5c7ccb,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=11028157372531099776,duration_nsec=282000000,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=47682) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2024-08-01 07:12:04.343 | Aug 01 07:12:00 devstack neutron-openvswitch-agent[47682]: DEBUG neutron.agent.linux.utils [None req-4a7bf25d-b31d-47c0-b518-0e4cd5d0f2ab None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49138. {{(pid=47682) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-08-01 07:12:04.343 | Aug 01 07:12:00 devstack neutron-openvswitch-agent[47682]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4a7bf25d-b31d-47c0-b518-0e4cd5d0f2ab None None] Agent rpc_loop - iteration:19 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2024-08-01 07:12:04.343 | Aug 01 07:12:02 devstack neutron-openvswitch-agent[47682]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4a7bf25d-b31d-47c0-b518-0e4cd5d0f2ab None None] Agent rpc_loop - iteration:20 started 2024-08-01 07:12:04.343 | Aug 01 07:12:02 devstack neutron-openvswitch-agent[47682]: DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ofswitch [None req-4a7bf25d-b31d-47c0-b518-0e4cd5d0f2ab None None] ofctl request version=0x4,msg_type=0x12,msg_len=0x38,xid=0xad5c7ccd,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=11028157372531099776,duration_nsec=283000000,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=47682) _send_msg /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ofswitch.py:124}} 2024-08-01 07:12:04.343 | Aug 01 07:12:02 devstack neutron-openvswitch-agent[47682]: DEBUG neutron.agent.linux.utils [None req-4a7bf25d-b31d-47c0-b518-0e4cd5d0f2ab None None] Found cmdline ['ovsdb-client', 'monitor', 'tcp:127.0.0.1:6640', 'Interface', 'name,ofport,external_ids', '--format=json'] for process with PID 49138. {{(pid=47682) get_cmdline_from_pid /opt/stack/neutron/neutron/agent/linux/utils.py:334}} 2024-08-01 07:12:04.343 | Aug 01 07:12:02 devstack neutron-openvswitch-agent[47682]: INFO neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [None req-4a7bf25d-b31d-47c0-b518-0e4cd5d0f2ab None None] Agent rpc_loop - iteration:20 completed. Processed ports statistics: {'regular': {'added': 0, 'updated': 0, 'removed': 0}}. Elapsed:0.002 2024-08-01 07:12:04.345 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:12:04.347 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-dhcp.service 2024-08-01 07:12:04.356 | enabled 2024-08-01 07:12:04.359 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-dhcp.service --no-pager 2024-08-01 07:12:04.371 | ● devstack@q-dhcp.service - Devstack devstack@q-dhcp.service 2024-08-01 07:12:04.371 | Loaded: loaded (/etc/systemd/system/devstack@q-dhcp.service; enabled; vendor preset: enabled) 2024-08-01 07:12:04.371 | Active: active (running) since Thu 2024-08-01 07:11:17 UTC; 47s ago 2024-08-01 07:12:04.371 | Main PID: 48098 (neutron-dhcp-ag) 2024-08-01 07:12:04.371 | Tasks: 14 (limit: 19114) 2024-08-01 07:12:04.371 | Memory: 423.5M 2024-08-01 07:12:04.371 | CPU: 8.439s 2024-08-01 07:12:04.371 | CGroup: /system.slice/system-devstack.slice/devstack@q-dhcp.service 2024-08-01 07:12:04.371 | ├─48098 "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-08-01 07:12:04.371 | ├─49316 /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/tmppr2umxpy/privsep.sock 2024-08-01 07:12:04.371 | ├─49357 /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/tmpgme63nq_/privsep.sock 2024-08-01 07:12:04.371 | ├─49448 /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/tmpts36se2g/privsep.sock 2024-08-01 07:12:04.371 | ├─49534 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-08-01 07:12:04.371 | ├─49535 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-08-01 07:12:04.371 | └─49546 dnsmasq --no-hosts --no-resolv --pid-file=/opt/stack/data/neutron/dhcp/3bf7d854-3fee-41e6-ac75-7968a77da9c1/pid --dhcp-hostsfile=/opt/stack/data/neutron/dhcp/3bf7d854-3fee-41e6-ac75-7968a77da9c1/host --addn-hosts=/opt/stack/data/neutron/dhcp/3bf7d854-3fee-41e6-ac75-7968a77da9c1/addn_hosts --dhcp-optsfile=/opt/stack/data/neutron/dhcp/3bf7d854-3fee-41e6-ac75-7968a77da9c1/opts --dhcp-leasefile=/opt/stack/data/neutron/dhcp/3bf7d854-3fee-41e6-ac75-7968a77da9c1/leases --dhcp-match=set:ipxe,175 --dhcp-userclass=set:ipxe6,iPXE --local-service --bind-dynamic --dhcp-range=set:subnet-a7b54afe-de30-435e-9658-0fd70441e90d,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-08-01 07:12:04.371 | 2024-08-01 07:12:04.371 | Aug 01 07:11:35 devstack neutron-dhcp-agent[48098]: INFO neutron.agent.dhcp.agent [None req-e23780f0-49b9-4779-93e7-00d054bb0e41 None None] DHCP configuration for ports {'6b3075f1-7bc1-4735-b214-c75f98aac472'} is completed 2024-08-01 07:12:04.371 | Aug 01 07:11:36 devstack neutron-dhcp-agent[48098]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _network_create called with arguments ({'network': {'id': 'a89cc100-2b22-40cc-92e2-cdb067c2bdf7'}, 'priority': 0},) {} {{(pid=48098) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-08-01 07:12:04.372 | Aug 01 07:11:36 devstack neutron-dhcp-agent[48098]: DEBUG oslo_concurrency.lockutils [None req-2bbe3e51-ce4f-4988-bb33-5d108e7becdb None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=48098) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2024-08-01 07:12:04.372 | Aug 01 07:11:36 devstack neutron-dhcp-agent[48098]: DEBUG oslo_concurrency.lockutils [None req-2bbe3e51-ce4f-4988-bb33-5d108e7becdb None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=48098) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-08-01 07:12:04.372 | Aug 01 07:11:36 devstack neutron-dhcp-agent[48098]: DEBUG oslo_concurrency.lockutils [None req-2bbe3e51-ce4f-4988-bb33-5d108e7becdb None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=48098) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-08-01 07:12:04.372 | Aug 01 07:11:36 devstack neutron-dhcp-agent[48098]: DEBUG neutron.agent.dhcp.agent [None req-2bbe3e51-ce4f-4988-bb33-5d108e7becdb None None] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _subnet_update called with arguments ({'subnet': {'id': '33aa0bd1-866b-44ae-8edc-da03da341bb9', 'name': 'public-subnet', 'tenant_id': 'ca7c4f34a57f4562886f21176ab0c642', 'network_id': 'a89cc100-2b22-40cc-92e2-cdb067c2bdf7', '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-08-01T07:11:36Z', 'updated_at': '2024-08-01T07:11:36Z', 'revision_number': 0, 'project_id': 'ca7c4f34a57f4562886f21176ab0c642', 'network': {'id': 'a89cc100-2b22-40cc-92e2-cdb067c2bdf7', 'name': 'public', 'tenant_id': 'ca7c4f34a57f4562886f21176ab0c642', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['33aa0bd1-866b-44ae-8edc-da03da341bb9'], '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-08-01T07:11:32Z', 'updated_at': '2024-08-01T07:11:36Z', 'revision_number': 2, 'project_id': 'ca7c4f34a57f4562886f21176ab0c642', 'provider:network_type': 'vlan', 'provider:physical_network': 'default', 'provider:segmentation_id': 1001}}, 'priority': 3},) {} {{(pid=48098) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-08-01 07:12:04.372 | Aug 01 07:11:36 devstack neutron-dhcp-agent[48098]: DEBUG oslo_concurrency.lockutils [None req-5efe882a-9d77-48c6-a144-13763e3b30ce None None] Acquiring lock "resize_greenpool" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" {{(pid=48098) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:404}} 2024-08-01 07:12:04.372 | Aug 01 07:11:36 devstack neutron-dhcp-agent[48098]: DEBUG oslo_concurrency.lockutils [None req-5efe882a-9d77-48c6-a144-13763e3b30ce None None] Lock "resize_greenpool" acquired by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: waited 0.000s {{(pid=48098) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:409}} 2024-08-01 07:12:04.372 | Aug 01 07:11:36 devstack neutron-dhcp-agent[48098]: DEBUG oslo_concurrency.lockutils [None req-5efe882a-9d77-48c6-a144-13763e3b30ce None None] Lock "resize_greenpool" "released" by "neutron.agent.dhcp.agent.DhcpAgent._resize_process_pool" :: held 0.000s {{(pid=48098) inner /usr/local/lib/python3.10/dist-packages/oslo_concurrency/lockutils.py:423}} 2024-08-01 07:12:04.372 | Aug 01 07:11:38 devstack neutron-dhcp-agent[48098]: DEBUG neutron.agent.dhcp.agent [-] neutron.agent.dhcp.agent.DhcpAgentWithStateReport method _port_create called with arguments (,) {} {{(pid=48098) wrapper /usr/local/lib/python3.10/dist-packages/oslo_log/helpers.py:65}} 2024-08-01 07:12:04.374 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:12:04.376 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-l3.service 2024-08-01 07:12:04.385 | enabled 2024-08-01 07:12:04.388 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-l3.service --no-pager 2024-08-01 07:12:04.399 | ● devstack@q-l3.service - Devstack devstack@q-l3.service 2024-08-01 07:12:04.399 | Loaded: loaded (/etc/systemd/system/devstack@q-l3.service; enabled; vendor preset: enabled) 2024-08-01 07:12:04.399 | Active: active (running) since Thu 2024-08-01 07:11:18 UTC; 45s ago 2024-08-01 07:12:04.399 | Main PID: 48528 (neutron-l3-agen) 2024-08-01 07:12:04.399 | Tasks: 22 (limit: 19114) 2024-08-01 07:12:04.399 | Memory: 428.4M 2024-08-01 07:12:04.399 | CPU: 8.460s 2024-08-01 07:12:04.399 | CGroup: /system.slice/system-devstack.slice/devstack@q-l3.service 2024-08-01 07:12:04.399 | ├─48528 "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-08-01 07:12:04.399 | ├─49256 /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/tmp43moxx7x/privsep.sock 2024-08-01 07:12:04.399 | ├─49734 /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/tmplxvp39c3/privsep.sock 2024-08-01 07:12:04.399 | ├─49768 /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/tmpgzilvxcs/privsep.sock 2024-08-01 07:12:04.399 | ├─49974 sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-08-01 07:12:04.399 | ├─49975 /usr/bin/python3.10 /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf 2024-08-01 07:12:04.399 | └─50188 haproxy -f /opt/stack/data/neutron/ns-metadata-proxy/147ec8fa-5b28-43f1-9fd3-099b9cf2bc33.conf 2024-08-01 07:12:04.399 | 2024-08-01 07:12:04.399 | Aug 01 07:11:42 devstack neutron-l3-agent[48528]: DEBUG oslo.privsep.daemon [-] privsep: reply[39a9a0ea-8375-4628-aca2-9e0e78c6a7cb]: (4, ('ARPING 10.180.180.164 from 10.180.180.164 qg-3777e0ef-01\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49734) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-01 07:12:04.399 | Aug 01 07:11:43 devstack neutron-l3-agent[48528]: DEBUG oslo.privsep.daemon [-] privsep: reply[05165d0f-9664-4ddb-89c5-899a5aa575e6]: (4, ('ARPING 10.180.180.164 from 10.180.180.164 qg-3777e0ef-01\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49734) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-01 07:12:04.399 | Aug 01 07:11:45 devstack neutron-l3-agent[48528]: DEBUG oslo.privsep.daemon [-] privsep: reply[dc13c57d-e8ca-41ac-b9e8-c5cd40921399]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-6b3075f1-7b\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49734) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-01 07:12:04.399 | Aug 01 07:11:46 devstack neutron-l3-agent[48528]: DEBUG oslo.privsep.daemon [-] privsep: reply[8a646169-d9d5-4deb-902c-469d4d70ff64]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-6b3075f1-7b\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49734) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-01 07:12:04.399 | Aug 01 07:11:46 devstack neutron-l3-agent[48528]: DEBUG oslo.privsep.daemon [-] privsep: reply[0c1b977a-9fa1-414b-8837-81cebfb0b130]: (4, ('ARPING 10.180.180.164 from 10.180.180.164 qg-3777e0ef-01\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49734) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-01 07:12:04.399 | Aug 01 07:11:47 devstack neutron-l3-agent[48528]: DEBUG oslo.privsep.daemon [-] privsep: reply[23ebdead-f3a0-40ce-b286-05f26a597e49]: (4, ('ARPING 10.180.180.164 from 10.180.180.164 qg-3777e0ef-01\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49734) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-01 07:12:04.399 | Aug 01 07:11:49 devstack neutron-l3-agent[48528]: DEBUG oslo.privsep.daemon [-] privsep: reply[4e3123cb-2355-4045-bc02-df7ba039eadb]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-6b3075f1-7b\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49734) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-01 07:12:04.399 | Aug 01 07:11:50 devstack neutron-l3-agent[48528]: DEBUG oslo.privsep.daemon [-] privsep: reply[9cd55459-ec7f-4130-a7de-9cad4acbf62a]: (4, ('ARPING 192.168.128.1 from 192.168.128.1 qr-6b3075f1-7b\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49734) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-01 07:12:04.399 | Aug 01 07:11:51 devstack neutron-l3-agent[48528]: DEBUG oslo.privsep.daemon [-] privsep: reply[bfb525a8-6407-44c8-a805-02caf4ac7a1a]: (4, ('ARPING 10.180.180.164 from 10.180.180.164 qg-3777e0ef-01\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49734) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-01 07:12:04.399 | Aug 01 07:11:52 devstack neutron-l3-agent[48528]: DEBUG oslo.privsep.daemon [-] privsep: reply[19c412b8-19f3-47f1-9389-2759cca5e1d3]: (4, ('ARPING 10.180.180.164 from 10.180.180.164 qg-3777e0ef-01\nSent 1 probes (1 broadcast(s))\nReceived 0 response(s)\n', '', 0)) {{(pid=49734) _call_back /usr/local/lib/python3.10/dist-packages/oslo_privsep/daemon.py:501}} 2024-08-01 07:12:04.402 | + functions-common:service_check:1729 : for service in ${ENABLED_SERVICES//,/ } 2024-08-01 07:12:04.404 | + functions-common:service_check:1731 : sudo systemctl is-enabled devstack@q-meta.service 2024-08-01 07:12:04.413 | enabled 2024-08-01 07:12:04.416 | + functions-common:service_check:1735 : sudo systemctl status devstack@q-meta.service --no-pager 2024-08-01 07:12:04.429 | ● devstack@q-meta.service - Devstack devstack@q-meta.service 2024-08-01 07:12:04.429 | Loaded: loaded (/etc/systemd/system/devstack@q-meta.service; enabled; vendor preset: enabled) 2024-08-01 07:12:04.429 | Active: active (running) since Thu 2024-08-01 07:11:19 UTC; 44s ago 2024-08-01 07:12:04.429 | Main PID: 48939 (neutron-metadat) 2024-08-01 07:12:04.429 | Tasks: 3 (limit: 19114) 2024-08-01 07:12:04.429 | Memory: 123.9M 2024-08-01 07:12:04.429 | CPU: 1.982s 2024-08-01 07:12:04.429 | CGroup: /system.slice/system-devstack.slice/devstack@q-meta.service 2024-08-01 07:12:04.429 | ├─48939 "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-08-01 07:12:04.429 | ├─49148 "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-08-01 07:12:04.429 | └─49149 "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-08-01 07:12:04.429 | 2024-08-01 07:12:04.429 | Aug 01 07:11:21 devstack neutron-metadata-agent[48939]: DEBUG oslo_service.service [None req-13ce7d4c-2dbf-4599-8e08-81a7637c3892 None None] oslo_messaging_rabbit.ssl_ca_file = {{(pid=48939) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-01 07:12:04.429 | Aug 01 07:11:21 devstack neutron-metadata-agent[48939]: DEBUG oslo_service.service [None req-13ce7d4c-2dbf-4599-8e08-81a7637c3892 None None] oslo_messaging_rabbit.ssl_cert_file = {{(pid=48939) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-01 07:12:04.429 | Aug 01 07:11:21 devstack neutron-metadata-agent[48939]: DEBUG oslo_service.service [None req-13ce7d4c-2dbf-4599-8e08-81a7637c3892 None None] oslo_messaging_rabbit.ssl_enforce_fips_mode = False {{(pid=48939) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-01 07:12:04.429 | Aug 01 07:11:21 devstack neutron-metadata-agent[48939]: DEBUG oslo_service.service [None req-13ce7d4c-2dbf-4599-8e08-81a7637c3892 None None] oslo_messaging_rabbit.ssl_key_file = {{(pid=48939) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-01 07:12:04.430 | Aug 01 07:11:21 devstack neutron-metadata-agent[48939]: DEBUG oslo_service.service [None req-13ce7d4c-2dbf-4599-8e08-81a7637c3892 None None] oslo_messaging_rabbit.ssl_version = {{(pid=48939) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-01 07:12:04.430 | Aug 01 07:11:21 devstack neutron-metadata-agent[48939]: DEBUG oslo_service.service [None req-13ce7d4c-2dbf-4599-8e08-81a7637c3892 None None] oslo_messaging_notifications.driver = [] {{(pid=48939) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-01 07:12:04.430 | Aug 01 07:11:21 devstack neutron-metadata-agent[48939]: DEBUG oslo_service.service [None req-13ce7d4c-2dbf-4599-8e08-81a7637c3892 None None] oslo_messaging_notifications.retry = -1 {{(pid=48939) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-01 07:12:04.430 | Aug 01 07:11:21 devstack neutron-metadata-agent[48939]: DEBUG oslo_service.service [None req-13ce7d4c-2dbf-4599-8e08-81a7637c3892 None None] oslo_messaging_notifications.topics = ['notifications'] {{(pid=48939) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-01 07:12:04.430 | Aug 01 07:11:21 devstack neutron-metadata-agent[48939]: DEBUG oslo_service.service [None req-13ce7d4c-2dbf-4599-8e08-81a7637c3892 None None] oslo_messaging_notifications.transport_url = **** {{(pid=48939) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2609}} 2024-08-01 07:12:04.430 | Aug 01 07:11:21 devstack neutron-metadata-agent[48939]: DEBUG oslo_service.service [None req-13ce7d4c-2dbf-4599-8e08-81a7637c3892 None None] ******************************************************************************** {{(pid=48939) log_opt_values /usr/local/lib/python3.10/dist-packages/oslo_config/cfg.py:2613}} 2024-08-01 07:12:04.432 | + stack.sh:main:1458 : is_service_enabled n-api 2024-08-01 07:12:04.446 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:12:04.449 | + stack.sh:main:1459 : is_service_enabled n-cpu 2024-08-01 07:12:04.462 | + functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:12:04.464 | + stack.sh:main:1466 : 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-08-01 07:12:04.466 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-01 07:12:04.468 | + stack.sh:echo_summary:472 : 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-08-01 07:12:04.470 | + stack.sh:main:1473 : /usr/local/bin/nova-status --config-file /etc/nova/nova.conf upgrade check 2024-08-01 07:12:04.849 | 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-08-01 07:12:06.244 | +--------------------------------------------------------------------+ 2024-08-01 07:12:06.244 | | Upgrade Check Results | 2024-08-01 07:12:06.244 | +--------------------------------------------------------------------+ 2024-08-01 07:12:06.244 | | Check: Cells v2 | 2024-08-01 07:12:06.245 | | Result: Success | 2024-08-01 07:12:06.245 | | Details: No host mappings or compute nodes were found. Remember to | 2024-08-01 07:12:06.245 | | run command 'nova-manage cell_v2 discover_hosts' when new | 2024-08-01 07:12:06.245 | | compute hosts are deployed. | 2024-08-01 07:12:06.245 | +--------------------------------------------------------------------+ 2024-08-01 07:12:06.245 | | Check: Placement API | 2024-08-01 07:12:06.245 | | Result: Success | 2024-08-01 07:12:06.245 | | Details: None | 2024-08-01 07:12:06.245 | +--------------------------------------------------------------------+ 2024-08-01 07:12:06.245 | | Check: Cinder API | 2024-08-01 07:12:06.245 | | Result: Success | 2024-08-01 07:12:06.245 | | Details: None | 2024-08-01 07:12:06.245 | +--------------------------------------------------------------------+ 2024-08-01 07:12:06.245 | | Check: Policy File JSON to YAML Migration | 2024-08-01 07:12:06.245 | | Result: Success | 2024-08-01 07:12:06.245 | | Details: None | 2024-08-01 07:12:06.245 | +--------------------------------------------------------------------+ 2024-08-01 07:12:06.245 | | Check: Older than N-1 computes | 2024-08-01 07:12:06.245 | | Result: Success | 2024-08-01 07:12:06.245 | | Details: None | 2024-08-01 07:12:06.245 | +--------------------------------------------------------------------+ 2024-08-01 07:12:06.245 | | Check: hw_machine_type unset | 2024-08-01 07:12:06.245 | | Result: Success | 2024-08-01 07:12:06.245 | | Details: None | 2024-08-01 07:12:06.245 | +--------------------------------------------------------------------+ 2024-08-01 07:12:06.245 | | Check: Service User Token Configuration | 2024-08-01 07:12:06.245 | | Result: Success | 2024-08-01 07:12:06.245 | | Details: None | 2024-08-01 07:12:06.245 | +--------------------------------------------------------------------+ 2024-08-01 07:12:06.586 | + stack.sh:main:1480 : [[ -x /opt/stack/devstack/local.sh ]] 2024-08-01 07:12:06.589 | + stack.sh:main:1491 : command openstack complete 2024-08-01 07:12:06.589 | + stack.sh:main:1492 : sudo tee /etc/bash_completion.d/osc.bash_completion 2024-08-01 07:12:07.814 | The 'openstack bgp speaker show dragents' CLI is deprecated and will be removed in the future. Use 'openstack bgp dragent list' CLI instead. 2024-08-01 07:12:08.022 | + stack.sh:main:1495 : is_service_enabled cinder 2024-08-01 07:12:08.037 | + functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:12:08.039 | + stack.sh:main:1496 : is_ubuntu 2024-08-01 07:12:08.040 | + functions-common:is_ubuntu:575 : [[ -z deb ]] 2024-08-01 07:12:08.042 | + functions-common:is_ubuntu:578 : '[' deb = deb ']' 2024-08-01 07:12:08.044 | + stack.sh:main:1497 : echo_summary 'Configuring lvm.conf global device filter' 2024-08-01 07:12:08.046 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-01 07:12:08.048 | + stack.sh:echo_summary:472 : echo -e Configuring lvm.conf global device filter 2024-08-01 07:12:08.050 | + stack.sh:main:1498 : set_lvm_filter 2024-08-01 07:12:08.052 | + lib/lvm:set_lvm_filter:187 : local 'filter_suffix="r|.*|" ] # from devstack' 2024-08-01 07:12:08.054 | + lib/lvm:set_lvm_filter:188 : local 'filter_string=global_filter = [ ' 2024-08-01 07:12:08.056 | + lib/lvm:set_lvm_filter:189 : local pv 2024-08-01 07:12:08.058 | + lib/lvm:set_lvm_filter:190 : local vg 2024-08-01 07:12:08.060 | + lib/lvm:set_lvm_filter:191 : local line 2024-08-01 07:12:08.063 | ++ lib/lvm:set_lvm_filter:193 : sudo pvs --noheadings -o name 2024-08-01 07:12:08.156 | + lib/lvm:set_lvm_filter:198 : filter_string='global_filter = [ "r|.*|" ] # from devstack' 2024-08-01 07:12:08.158 | + lib/lvm:set_lvm_filter:200 : clean_lvm_filter 2024-08-01 07:12:08.160 | + lib/lvm:clean_lvm_filter:175 : sudo sed -i 's/^.*# from devstack$//' /etc/lvm/lvm.conf 2024-08-01 07:12:08.172 | + lib/lvm:set_lvm_filter:201 : sudo sed -i '/# global_filter = \[*\]/a\ global_filter = [ "r|.*|" ] # from devstack' /etc/lvm/lvm.conf 2024-08-01 07:12:08.183 | + lib/lvm:set_lvm_filter:202 : echo_summary 'set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack' 2024-08-01 07:12:08.185 | + stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-01 07:12:08.187 | + stack.sh:echo_summary:472 : echo -e set lvm.conf device global_filter to: global_filter = '[' '"r|.*|"' ']' '#' from devstack 2024-08-01 07:12:08.190 | + stack.sh:main:1508 : run_phase stack test-config 2024-08-01 07:12:08.192 | + functions-common:run_phase:1863 : local mode=stack 2024-08-01 07:12:08.194 | + functions-common:run_phase:1864 : local phase=test-config 2024-08-01 07:12:08.196 | + functions-common:run_phase:1865 : [[ -d /opt/stack/devstack/extras.d ]] 2024-08-01 07:12:08.198 | + functions-common:run_phase:1866 : local extra_plugin_file_name 2024-08-01 07:12:08.200 | + functions-common:run_phase:1867 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2024-08-01 07:12:08.202 | + functions-common:run_phase:1872 : local exceptions=80-tempest.sh 2024-08-01 07:12:08.204 | + functions-common:run_phase:1873 : local extra 2024-08-01 07:12:08.207 | ++ functions-common:run_phase:1874 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2024-08-01 07:12:08.210 | + functions-common:run_phase:1874 : extra=80-tempest.sh 2024-08-01 07:12:08.212 | + functions-common:run_phase:1875 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2024-08-01 07:12:08.214 | + functions-common:run_phase:1879 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2024-08-01 07:12:08.216 | + functions-common:run_phase:1879 : source /opt/stack/devstack/extras.d/80-tempest.sh stack test-config 2024-08-01 07:12:08.218 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2024-08-01 07:12:08.231 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:12:08.233 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-01 07:12:08.235 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-01 07:12:08.237 | ++ extras.d/80-tempest.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-08-01 07:12:08.239 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2024-08-01 07:12:08.241 | ++ extras.d/80-tempest.sh:source:10 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-01 07:12:08.242 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2024-08-01 07:12:08.244 | ++ extras.d/80-tempest.sh:source:13 : [[ test-config == \e\x\t\r\a ]] 2024-08-01 07:12:08.246 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2024-08-01 07:12:08.248 | ++ extras.d/80-tempest.sh:source:16 : [[ test-config == \p\o\s\t\-\e\x\t\r\a ]] 2024-08-01 07:12:08.250 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2024-08-01 07:12:08.252 | ++ extras.d/80-tempest.sh:source:19 : [[ test-config == \t\e\s\t\-\c\o\n\f\i\g ]] 2024-08-01 07:12:08.254 | ++ extras.d/80-tempest.sh:source:20 : async_wait install_tempest 2024-08-01 07:12:08.289 | [3544 Async install_tempest:27030]: Waiting for completion of install_tempest running on PID 27030 (1 other jobs running) 2024-08-01 07:12:08.306 | [3544 Async install_tempest:27030]: Signaling child to exit 2024-08-01 07:12:08.306 | WAKEUP 2024-08-01 07:12:08.321 | [3544 Async install_tempest:27030]: Signaled 2024-08-01 07:12:08.322 | ++ lib/tempest:install_tempest:835 : git_clone https://opendev.org/openstack/tempest.git /opt/stack//tempest master 2024-08-01 07:12:08.322 | ++ functions-common:git_clone:612 : local git_remote=https://opendev.org/openstack/tempest.git 2024-08-01 07:12:08.322 | ++ functions-common:git_clone:613 : local git_dest=/opt/stack//tempest 2024-08-01 07:12:08.322 | ++ functions-common:git_clone:614 : local git_ref=master 2024-08-01 07:12:08.322 | ++ functions-common:git_clone:615 : local orig_dir 2024-08-01 07:12:08.322 | +++ functions-common:git_clone:616 : pwd 2024-08-01 07:12:08.323 | ++ functions-common:git_clone:616 : orig_dir=/opt/stack/devstack 2024-08-01 07:12:08.323 | ++ functions-common:git_clone:617 : local git_clone_flags= 2024-08-01 07:12:08.323 | +++ functions-common:git_clone:619 : trueorfalse False RECLONE 2024-08-01 07:12:08.323 | ++ functions-common:git_clone:619 : RECLONE=False 2024-08-01 07:12:08.323 | ++ functions-common:git_clone:620 : [[ 10 -gt 0 ]] 2024-08-01 07:12:08.323 | ++ functions-common:git_clone:621 : git_clone_flags=' --depth 10' 2024-08-01 07:12:08.323 | ++ functions-common:git_clone:624 : [[ False = \T\r\u\e ]] 2024-08-01 07:12:08.323 | ++ functions-common:git_clone:633 : echo master 2024-08-01 07:12:08.323 | ++ functions-common:git_clone:633 : egrep -q '^refs' 2024-08-01 07:12:08.323 | ++ functions-common:git_clone:647 : [[ ! -d /opt/stack//tempest ]] 2024-08-01 07:12:08.323 | ++ functions-common:git_clone:648 : [[ False = \T\r\u\e ]] 2024-08-01 07:12:08.323 | ++ functions-common:git_clone:653 : git_timed clone --no-checkout --depth 10 https://opendev.org/openstack/tempest.git /opt/stack//tempest 2024-08-01 07:12:08.323 | ++ functions-common:git_timed:720 : local count=0 2024-08-01 07:12:08.323 | ++ functions-common:git_timed:721 : local timeout=0 2024-08-01 07:12:08.323 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-01 07:12:08.323 | ++ functions-common:git_timed:724 : timeout=0 2024-08-01 07:12:08.323 | ++ functions-common:git_timed:727 : time_start git_timed 2024-08-01 07:12:08.323 | ++ functions-common:time_start:2421 : local name=git_timed 2024-08-01 07:12:08.323 | ++ functions-common:time_start:2422 : local start_time= 2024-08-01 07:12:08.323 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:12:08.323 | +++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:12:08.323 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1722496121020 2024-08-01 07:12:08.323 | ++ 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-08-01 07:12:08.323 | Cloning into '/opt/stack//tempest'... 2024-08-01 07:12:08.323 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-08-01 07:12:08.323 | ++ functions-common:time_stop:2435 : local name 2024-08-01 07:12:08.323 | ++ functions-common:time_stop:2436 : local end_time 2024-08-01 07:12:08.323 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:12:08.323 | ++ functions-common:time_stop:2438 : local total 2024-08-01 07:12:08.323 | ++ functions-common:time_stop:2439 : local start_time 2024-08-01 07:12:08.323 | ++ functions-common:time_stop:2441 : name=git_timed 2024-08-01 07:12:08.323 | ++ functions-common:time_stop:2442 : start_time=1722496121020 2024-08-01 07:12:08.323 | ++ functions-common:time_stop:2444 : [[ -z 1722496121020 ]] 2024-08-01 07:12:08.323 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:12:08.323 | ++ functions-common:time_stop:2447 : end_time=1722496123018 2024-08-01 07:12:08.323 | ++ functions-common:time_stop:2448 : elapsed_time=1998 2024-08-01 07:12:08.323 | ++ functions-common:time_stop:2449 : total=90262 2024-08-01 07:12:08.323 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:12:08.323 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=92260 2024-08-01 07:12:08.323 | ++ functions-common:git_clone:654 : cd /opt/stack//tempest 2024-08-01 07:12:08.324 | ++ functions-common:git_clone:655 : git_timed fetch --depth 10 origin master 2024-08-01 07:12:08.324 | ++ functions-common:git_timed:720 : local count=0 2024-08-01 07:12:08.324 | ++ functions-common:git_timed:721 : local timeout=0 2024-08-01 07:12:08.324 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-01 07:12:08.324 | ++ functions-common:git_timed:724 : timeout=0 2024-08-01 07:12:08.324 | ++ functions-common:git_timed:727 : time_start git_timed 2024-08-01 07:12:08.324 | ++ functions-common:time_start:2421 : local name=git_timed 2024-08-01 07:12:08.324 | ++ functions-common:time_start:2422 : local start_time= 2024-08-01 07:12:08.324 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:12:08.324 | +++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:12:08.324 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1722496123048 2024-08-01 07:12:08.324 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git fetch --depth 10 origin master 2024-08-01 07:12:08.324 | From https://opendev.org/openstack/tempest 2024-08-01 07:12:08.324 | * branch master -> FETCH_HEAD 2024-08-01 07:12:08.324 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-08-01 07:12:08.324 | ++ functions-common:time_stop:2435 : local name 2024-08-01 07:12:08.324 | ++ functions-common:time_stop:2436 : local end_time 2024-08-01 07:12:08.324 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:12:08.324 | ++ functions-common:time_stop:2438 : local total 2024-08-01 07:12:08.325 | ++ functions-common:time_stop:2439 : local start_time 2024-08-01 07:12:08.325 | ++ functions-common:time_stop:2441 : name=git_timed 2024-08-01 07:12:08.325 | ++ functions-common:time_stop:2442 : start_time=1722496123048 2024-08-01 07:12:08.325 | ++ functions-common:time_stop:2444 : [[ -z 1722496123048 ]] 2024-08-01 07:12:08.325 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:12:08.325 | ++ functions-common:time_stop:2447 : end_time=1722496123916 2024-08-01 07:12:08.325 | ++ functions-common:time_stop:2448 : elapsed_time=868 2024-08-01 07:12:08.325 | ++ functions-common:time_stop:2449 : total=92260 2024-08-01 07:12:08.325 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:12:08.325 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=93128 2024-08-01 07:12:08.325 | ++ functions-common:git_clone:656 : git_timed checkout FETCH_HEAD 2024-08-01 07:12:08.325 | ++ functions-common:git_timed:720 : local count=0 2024-08-01 07:12:08.325 | ++ functions-common:git_timed:721 : local timeout=0 2024-08-01 07:12:08.325 | ++ functions-common:git_timed:723 : [[ -n 0 ]] 2024-08-01 07:12:08.325 | ++ functions-common:git_timed:724 : timeout=0 2024-08-01 07:12:08.325 | ++ functions-common:git_timed:727 : time_start git_timed 2024-08-01 07:12:08.325 | ++ functions-common:time_start:2421 : local name=git_timed 2024-08-01 07:12:08.325 | ++ functions-common:time_start:2422 : local start_time= 2024-08-01 07:12:08.325 | ++ functions-common:time_start:2423 : [[ -n '' ]] 2024-08-01 07:12:08.325 | +++ functions-common:time_start:2426 : date +%s%3N 2024-08-01 07:12:08.325 | ++ functions-common:time_start:2426 : _TIME_START[$name]=1722496123950 2024-08-01 07:12:08.325 | ++ functions-common:git_timed:728 : timeout -s SIGINT 0 git checkout FETCH_HEAD 2024-08-01 07:12:08.325 | Note: switching to 'FETCH_HEAD'. 2024-08-01 07:12:08.325 | 2024-08-01 07:12:08.325 | You are in 'detached HEAD' state. You can look around, make experimental 2024-08-01 07:12:08.325 | changes and commit them, and you can discard any commits you make in this 2024-08-01 07:12:08.325 | state without impacting any branches by switching back to a branch. 2024-08-01 07:12:08.325 | 2024-08-01 07:12:08.325 | If you want to create a new branch to retain commits you create, you may 2024-08-01 07:12:08.325 | do so (now or later) by using -c with the switch command. Example: 2024-08-01 07:12:08.325 | 2024-08-01 07:12:08.325 | git switch -c 2024-08-01 07:12:08.325 | 2024-08-01 07:12:08.325 | Or undo this operation with: 2024-08-01 07:12:08.325 | 2024-08-01 07:12:08.325 | git switch - 2024-08-01 07:12:08.326 | 2024-08-01 07:12:08.326 | Turn off this advice by setting config variable advice.detachedHead to false 2024-08-01 07:12:08.326 | 2024-08-01 07:12:08.326 | HEAD is now at 0795166 Fix cleanup of keypairs for --prefix option 2024-08-01 07:12:08.326 | ++ functions-common:git_timed:742 : time_stop git_timed 2024-08-01 07:12:08.326 | ++ functions-common:time_stop:2435 : local name 2024-08-01 07:12:08.326 | ++ functions-common:time_stop:2436 : local end_time 2024-08-01 07:12:08.326 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:12:08.326 | ++ functions-common:time_stop:2438 : local total 2024-08-01 07:12:08.326 | ++ functions-common:time_stop:2439 : local start_time 2024-08-01 07:12:08.326 | ++ functions-common:time_stop:2441 : name=git_timed 2024-08-01 07:12:08.326 | ++ functions-common:time_stop:2442 : start_time=1722496123950 2024-08-01 07:12:08.326 | ++ functions-common:time_stop:2444 : [[ -z 1722496123950 ]] 2024-08-01 07:12:08.326 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:12:08.326 | ++ functions-common:time_stop:2447 : end_time=1722496124054 2024-08-01 07:12:08.326 | ++ functions-common:time_stop:2448 : elapsed_time=104 2024-08-01 07:12:08.326 | ++ functions-common:time_stop:2449 : total=93128 2024-08-01 07:12:08.326 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:12:08.326 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=93232 2024-08-01 07:12:08.326 | ++ functions-common:git_clone:692 : sudo git config --system --add safe.directory /opt/stack//tempest 2024-08-01 07:12:08.326 | ++ functions-common:git_clone:695 : cd /opt/stack//tempest 2024-08-01 07:12:08.326 | ++ functions-common:git_clone:696 : git show --oneline 2024-08-01 07:12:08.326 | ++ functions-common:git_clone:696 : head -1 2024-08-01 07:12:08.326 | 0795166 Fix cleanup of keypairs for --prefix option 2024-08-01 07:12:08.326 | ++ functions-common:git_clone:697 : cd /opt/stack/devstack 2024-08-01 07:12:08.326 | ++ lib/tempest:install_tempest:841 : pip_install 'tox!=2.8.0,<4.0.0' 2024-08-01 07:12:08.326 | Using python 3.10 to install tox!=2.8.0,<4.0.0 2024-08-01 07:12:08.326 | ++ 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-08-01 07:12:08.326 | Collecting tox!=2.8.0,<4.0.0 2024-08-01 07:12:08.326 | Using cached tox-3.28.0-py2.py3-none-any.whl (86 kB) 2024-08-01 07:12:08.326 | Collecting pluggy>=0.12.0 2024-08-01 07:12:08.326 | Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB) 2024-08-01 07:12:08.326 | 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-08-01 07:12:08.326 | Using cached virtualenv-20.16.5-py3-none-any.whl (8.8 MB) 2024-08-01 07:12:08.326 | Collecting filelock>=3.0.0 2024-08-01 07:12:08.326 | Using cached filelock-3.8.0-py3-none-any.whl (10 kB) 2024-08-01 07:12:08.326 | Collecting tomli>=2.0.1 2024-08-01 07:12:08.326 | Using cached tomli-2.0.1-py3-none-any.whl (12 kB) 2024-08-01 07:12:08.326 | 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-08-01 07:12:08.326 | Requirement already satisfied: packaging>=14 in /usr/local/lib/python3.10/dist-packages (from tox!=2.8.0,<4.0.0) (23.1) 2024-08-01 07:12:08.326 | Collecting py>=1.4.17 2024-08-01 07:12:08.326 | Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) 2024-08-01 07:12:08.326 | Collecting platformdirs<3,>=2.4 2024-08-01 07:12:08.326 | Using cached platformdirs-2.5.2-py3-none-any.whl (14 kB) 2024-08-01 07:12:08.326 | Collecting distlib<1,>=0.3.5 2024-08-01 07:12:08.326 | Using cached distlib-0.3.6-py2.py3-none-any.whl (468 kB) 2024-08-01 07:12:08.326 | Installing collected packages: distlib, tomli, py, pluggy, platformdirs, filelock, virtualenv, tox 2024-08-01 07:12:08.327 | 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-08-01 07:12:08.327 | 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-08-01 07:12:08.327 | ++ inc/python:pip_install:196 : result=0 2024-08-01 07:12:08.327 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-08-01 07:12:08.327 | ++ functions-common:time_stop:2435 : local name 2024-08-01 07:12:08.327 | ++ functions-common:time_stop:2436 : local end_time 2024-08-01 07:12:08.327 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:12:08.327 | ++ functions-common:time_stop:2438 : local total 2024-08-01 07:12:08.327 | ++ functions-common:time_stop:2439 : local start_time 2024-08-01 07:12:08.327 | ++ functions-common:time_stop:2441 : name=pip_install 2024-08-01 07:12:08.327 | ++ functions-common:time_stop:2442 : start_time=1722496124096 2024-08-01 07:12:08.327 | ++ functions-common:time_stop:2444 : [[ -z 1722496124096 ]] 2024-08-01 07:12:08.327 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:12:08.327 | ++ functions-common:time_stop:2447 : end_time=1722496127393 2024-08-01 07:12:08.327 | ++ functions-common:time_stop:2448 : elapsed_time=3297 2024-08-01 07:12:08.327 | ++ functions-common:time_stop:2449 : total=86231 2024-08-01 07:12:08.327 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:12:08.327 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=89528 2024-08-01 07:12:08.327 | ++ inc/python:pip_install:199 : return 0 2024-08-01 07:12:08.327 | ++ lib/tempest:install_tempest:842 : pushd /opt/stack//tempest 2024-08-01 07:12:08.327 | ~/tempest ~/devstack 2024-08-01 07:12:08.327 | ++ lib/tempest:install_tempest:846 : git checkout master 2024-08-01 07:12:08.327 | Switched to branch 'master' 2024-08-01 07:12:08.327 | Your branch is up to date with 'origin/master'. 2024-08-01 07:12:08.327 | ++ lib/tempest:install_tempest:848 : local tmp_u_c_m 2024-08-01 07:12:08.327 | +++ lib/tempest:install_tempest:849 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-08-01 07:12:08.327 | ++ lib/tempest:install_tempest:849 : tmp_u_c_m=/tmp/tempest_u_c_m.F1eRuQ1sou 2024-08-01 07:12:08.327 | ++ lib/tempest:install_tempest:850 : set_tempest_venv_constraints /tmp/tempest_u_c_m.F1eRuQ1sou 2024-08-01 07:12:08.327 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-08-01 07:12:08.327 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.F1eRuQ1sou 2024-08-01 07:12:08.327 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-08-01 07:12:08.327 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-08-01 07:12:08.327 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-08-01 07:12:08.327 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-01 07:12:08.327 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-01 07:12:08.327 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-01 07:12:08.327 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-01 07:12:08.327 | ++ lib/tempest:install_tempest:852 : tox -r --notest -efull 2024-08-01 07:12:08.327 | full create: /opt/stack/tempest/.tox/tempest 2024-08-01 07:12:08.327 | full installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-08-01 07:12:08.327 | full develop-inst: /opt/stack/tempest 2024-08-01 07:12:08.327 | full installed: attrs==23.2.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.7.4,cffi==1.16.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.7,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.0.0,oslo.config==9.5.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==6.1.1,oslo.serialization==5.4.0,oslo.utils==7.2.0,packaging==24.1,paramiko==3.4.0,pbr==6.0.0,prettytable==3.10.2,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.1,referencing==0.35.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.19.0,six==1.16.0,stestr==4.1.0,stevedore==5.2.0,-e git+https://opendev.org/openstack/tempest.git@0795166adf635621fce356387f1b7e3916fdce51#egg=tempest,testtools==2.7.2,tomlkit==0.13.0,tzdata==2024.1,urllib3==1.26.19,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.16.0 2024-08-01 07:12:08.327 | ___________________________________ summary ____________________________________ 2024-08-01 07:12:08.327 | full: skipped tests 2024-08-01 07:12:08.328 | congratulations :) 2024-08-01 07:12:08.328 | ++ lib/tempest:install_tempest:856 : /opt/stack//tempest/.tox/tempest/bin/pip install -c /tmp/tempest_u_c_m.F1eRuQ1sou -r requirements.txt 2024-08-01 07:12:08.328 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (6.0.0) 2024-08-01 07:12:08.328 | 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-08-01 07:12:08.328 | 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-08-01 07:12:08.328 | 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-08-01 07:12:08.328 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (3.4.0) 2024-08-01 07:12:08.328 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (42.0.8) 2024-08-01 07:12:08.328 | 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-08-01 07:12:08.328 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (6.0.0) 2024-08-01 07:12:08.328 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (9.5.0) 2024-08-01 07:12:08.328 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (6.1.1) 2024-08-01 07:12:08.328 | 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-08-01 07:12:08.328 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (5.4.0) 2024-08-01 07:12:08.328 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (7.2.0) 2024-08-01 07:12:08.328 | 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-08-01 07:12:08.328 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0.1) 2024-08-01 07:12:08.328 | 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-08-01 07:12:08.328 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (5.2.0) 2024-08-01 07:12:08.328 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.10.2) 2024-08-01 07:12:08.328 | 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-08-01 07:12:08.328 | 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-08-01 07:12:08.328 | 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-08-01 07:12:08.328 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.19) 2024-08-01 07:12:08.328 | 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-08-01 07:12:08.328 | 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-08-01 07:12:08.328 | 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.19.0) 2024-08-01 07:12:08.328 | Requirement already satisfied: attrs>=22.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (23.2.0) 2024-08-01 07:12:08.329 | 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-08-01 07:12:08.329 | 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-08-01 07:12:08.329 | 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-08-01 07:12:08.329 | 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-08-01 07:12:08.329 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.16.0) 2024-08-01 07:12:08.329 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 11)) (6.3.0) 2024-08-01 07:12:08.329 | 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-08-01 07:12:08.329 | 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-08-01 07:12:08.329 | Requirement already satisfied: oslo.context>=2.21.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (5.5.0) 2024-08-01 07:12:08.329 | 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-08-01 07:12:08.329 | 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-08-01 07:12:08.329 | 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.0) 2024-08-01 07:12:08.329 | 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-08-01 07:12:08.329 | 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-08-01 07:12:08.329 | 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-08-01 07:12:08.329 | 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-08-01 07:12:08.329 | 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-08-01 07:12:08.329 | 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-08-01 07:12:08.329 | 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-08-01 07:12:08.330 | 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-08-01 07:12:08.330 | 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-08-01 07:12:08.330 | 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-08-01 07:12:08.330 | 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-08-01 07:12:08.330 | 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-08-01 07:12:08.330 | 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.7.4) 2024-08-01 07:12:08.330 | 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.7) 2024-08-01 07:12:08.330 | 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-08-01 07:12:08.330 | WARNING: There was an error checking the latest version of pip. 2024-08-01 07:12:08.330 | ++ lib/tempest:install_tempest:857 : PROJECT_VENV["tempest"]=/opt/stack//tempest/.tox/tempest 2024-08-01 07:12:08.330 | ++ lib/tempest:install_tempest:858 : rm -f /tmp/tempest_u_c_m.F1eRuQ1sou 2024-08-01 07:12:08.330 | ++ lib/tempest:install_tempest:859 : popd 2024-08-01 07:12:08.330 | ~/devstack 2024-08-01 07:12:08.352 | [3544 Async install_tempest:27030]: finished install_tempest with result 0 in 21 seconds 2024-08-01 07:12:08.355 | ++ inc/async:async_wait:197 : return 0 2024-08-01 07:12:08.357 | ++ extras.d/80-tempest.sh:source:21 : echo_summary 'Initializing Tempest' 2024-08-01 07:12:08.359 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-01 07:12:08.361 | ++ stack.sh:echo_summary:472 : echo -e Initializing Tempest 2024-08-01 07:12:08.363 | ++ extras.d/80-tempest.sh:source:22 : configure_tempest 2024-08-01 07:12:08.365 | ++ lib/tempest:configure_tempest:192 : [[ False == \T\r\u\e ]] 2024-08-01 07:12:08.367 | ++ lib/tempest:configure_tempest:196 : pip_install_gr testrepository 2024-08-01 07:12:08.368 | ++ inc/python:pip_install_gr:76 : local name=testrepository 2024-08-01 07:12:08.370 | ++ inc/python:pip_install_gr:77 : local clean_name 2024-08-01 07:12:08.372 | +++ inc/python:pip_install_gr:78 : get_from_global_requirements testrepository 2024-08-01 07:12:08.374 | +++ inc/python:get_from_global_requirements:221 : local package=testrepository 2024-08-01 07:12:08.376 | +++ inc/python:get_from_global_requirements:222 : local required_pkg 2024-08-01 07:12:08.378 | ++++ inc/python:get_from_global_requirements:223 : grep -i -h '^testrepository' /opt/stack//requirements/global-requirements.txt 2024-08-01 07:12:08.379 | ++++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2024-08-01 07:12:08.382 | +++ inc/python:get_from_global_requirements:223 : required_pkg='testrepository ' 2024-08-01 07:12:08.384 | +++ inc/python:get_from_global_requirements:224 : [[ testrepository == '' ]] 2024-08-01 07:12:08.385 | +++ inc/python:get_from_global_requirements:227 : echo testrepository 2024-08-01 07:12:08.387 | ++ inc/python:pip_install_gr:78 : clean_name=testrepository 2024-08-01 07:12:08.389 | ++ inc/python:pip_install_gr:79 : pip_install testrepository 2024-08-01 07:12:08.404 | Using python 3.10 to install testrepository 2024-08-01 07:12:08.405 | ++ 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-08-01 07:12:09.535 | Collecting testrepository 2024-08-01 07:12:09.536 | Using cached testrepository-0.0.20-py3-none-any.whl 2024-08-01 07:12:09.548 | Requirement already satisfied: testtools>=0.9.30 in /usr/lib/python3/dist-packages (from testrepository) (2.5.0) 2024-08-01 07:12:09.548 | Requirement already satisfied: fixtures in /usr/local/lib/python3.10/dist-packages (from testrepository) (4.0.1) 2024-08-01 07:12:09.549 | Requirement already satisfied: python-subunit>=0.0.18 in /usr/local/lib/python3.10/dist-packages (from testrepository) (1.4.2) 2024-08-01 07:12:09.555 | Requirement already satisfied: extras in /usr/lib/python3/dist-packages (from python-subunit>=0.0.18->testrepository) (1.0.0) 2024-08-01 07:12:09.560 | Requirement already satisfied: pbr>=5.7.0 in /usr/local/lib/python3.10/dist-packages (from fixtures->testrepository) (5.11.1) 2024-08-01 07:12:10.600 | Installing collected packages: testrepository 2024-08-01 07:12:10.713 | Successfully installed testrepository-0.0.20 2024-08-01 07:12:10.713 | 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-08-01 07:12:10.814 | ++ inc/python:pip_install:196 : result=0 2024-08-01 07:12:10.816 | ++ inc/python:pip_install:198 : time_stop pip_install 2024-08-01 07:12:10.818 | ++ functions-common:time_stop:2435 : local name 2024-08-01 07:12:10.820 | ++ functions-common:time_stop:2436 : local end_time 2024-08-01 07:12:10.822 | ++ functions-common:time_stop:2437 : local elapsed_time 2024-08-01 07:12:10.823 | ++ functions-common:time_stop:2438 : local total 2024-08-01 07:12:10.825 | ++ functions-common:time_stop:2439 : local start_time 2024-08-01 07:12:10.827 | ++ functions-common:time_stop:2441 : name=pip_install 2024-08-01 07:12:10.828 | ++ functions-common:time_stop:2442 : start_time=1722496328400 2024-08-01 07:12:10.830 | ++ functions-common:time_stop:2444 : [[ -z 1722496328400 ]] 2024-08-01 07:12:10.832 | +++ functions-common:time_stop:2447 : date +%s%3N 2024-08-01 07:12:10.835 | ++ functions-common:time_stop:2447 : end_time=1722496330833 2024-08-01 07:12:10.837 | ++ functions-common:time_stop:2448 : elapsed_time=2433 2024-08-01 07:12:10.838 | ++ functions-common:time_stop:2449 : total=94454 2024-08-01 07:12:10.840 | ++ functions-common:time_stop:2451 : _TIME_START[$name]= 2024-08-01 07:12:10.842 | ++ functions-common:time_stop:2452 : _TIME_TOTAL[$name]=96887 2024-08-01 07:12:10.843 | ++ inc/python:pip_install:199 : return 0 2024-08-01 07:12:10.845 | ++ lib/tempest:configure_tempest:199 : local image_lines 2024-08-01 07:12:10.847 | ++ lib/tempest:configure_tempest:200 : local images 2024-08-01 07:12:10.848 | ++ lib/tempest:configure_tempest:201 : local num_images 2024-08-01 07:12:10.851 | ++ lib/tempest:configure_tempest:202 : local image_uuid 2024-08-01 07:12:10.852 | ++ lib/tempest:configure_tempest:203 : local image_uuid_alt 2024-08-01 07:12:10.854 | ++ lib/tempest:configure_tempest:204 : local password 2024-08-01 07:12:10.855 | ++ lib/tempest:configure_tempest:205 : local line 2024-08-01 07:12:10.857 | ++ lib/tempest:configure_tempest:206 : local flavors 2024-08-01 07:12:10.859 | ++ lib/tempest:configure_tempest:207 : local available_flavors 2024-08-01 07:12:10.861 | ++ lib/tempest:configure_tempest:208 : local flavors_ref 2024-08-01 07:12:10.862 | ++ lib/tempest:configure_tempest:209 : local flavor_lines 2024-08-01 07:12:10.864 | ++ lib/tempest:configure_tempest:210 : local flavor_ref_size 2024-08-01 07:12:10.866 | ++ lib/tempest:configure_tempest:211 : local flavor_ref_alt_size 2024-08-01 07:12:10.867 | ++ lib/tempest:configure_tempest:212 : local public_network_id 2024-08-01 07:12:10.869 | ++ lib/tempest:configure_tempest:213 : local public_router_id 2024-08-01 07:12:10.871 | ++ lib/tempest:configure_tempest:214 : local ssh_connect_method=floating 2024-08-01 07:12:10.872 | ++ lib/tempest:configure_tempest:215 : local disk 2024-08-01 07:12:10.874 | ++ lib/tempest:configure_tempest:218 : ifs=' 2024-08-01 07:12:10.874 | ' 2024-08-01 07:12:10.875 | ++ lib/tempest:configure_tempest:228 : declare -a images 2024-08-01 07:12:10.877 | ++ lib/tempest:configure_tempest:230 : is_service_enabled glance 2024-08-01 07:12:10.889 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:12:10.891 | ++ lib/tempest:configure_tempest:231 : get_active_images images image_uuid image_uuid_alt 2024-08-01 07:12:10.893 | ++ lib/tempest:get_active_images:154 : declare -n img_array=images 2024-08-01 07:12:10.894 | ++ lib/tempest:get_active_images:155 : declare -n img_id=image_uuid 2024-08-01 07:12:10.896 | ++ lib/tempest:get_active_images:156 : declare -n img_id_alt=image_uuid_alt 2024-08-01 07:12:10.898 | ++ lib/tempest:get_active_images:159 : img_array=() 2024-08-01 07:12:10.899 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2024-08-01 07:12:10.900 | +++ lib/tempest:get_active_images:153 : oscwrap --os-cloud devstack-admin image list --property status=active 2024-08-01 07:12:10.901 | +++ lib/tempest:get_active_images:153 : awk '-F|' '!/^(+--)|ID|aki|ari/ { print $3,$2 }' 2024-08-01 07:12:12.166 | +++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:12:12.168 | ++ lib/tempest:get_active_images:162 : '[' 'cirros-d240228-sparse;paraVirtual;vmxnet3' = '' ']' 2024-08-01 07:12:12.170 | ++ lib/tempest:get_active_images:166 : img_array+=($IMAGE_UUID) 2024-08-01 07:12:12.172 | ++ lib/tempest:get_active_images:161 : read -r IMAGE_NAME IMAGE_UUID 2024-08-01 07:12:12.174 | ++ lib/tempest:configure_tempest:233 : (( 1 < 1 )) 2024-08-01 07:12:12.176 | ++ lib/tempest:configure_tempest:247 : case "${#images[*]}" in 2024-08-01 07:12:12.177 | ++ lib/tempest:configure_tempest:253 : '[' -z '' ']' 2024-08-01 07:12:12.179 | ++ lib/tempest:configure_tempest:254 : image_uuid=de322b4e-7b44-480f-9ddf-dc1544ad2962 2024-08-01 07:12:12.181 | ++ lib/tempest:configure_tempest:255 : image_uuid_alt=de322b4e-7b44-480f-9ddf-dc1544ad2962 2024-08-01 07:12:12.183 | ++ lib/tempest:configure_tempest:269 : sudo install -d -o stack /opt/stack//tempest/etc 2024-08-01 07:12:12.193 | ++ lib/tempest:configure_tempest:270 : rm -f /opt/stack//tempest/etc/tempest.conf 2024-08-01 07:12:12.195 | ++ lib/tempest:configure_tempest:272 : local password=nomoresecret 2024-08-01 07:12:12.197 | ++ lib/tempest:configure_tempest:275 : local admin_username=admin 2024-08-01 07:12:12.199 | ++ lib/tempest:configure_tempest:276 : local admin_project_name=admin 2024-08-01 07:12:12.201 | ++ lib/tempest:configure_tempest:277 : local admin_domain_name=Default 2024-08-01 07:12:12.202 | ++ lib/tempest:configure_tempest:278 : local alt_username=alt_demo 2024-08-01 07:12:12.204 | ++ lib/tempest:configure_tempest:279 : local alt_project_name=alt_demo 2024-08-01 07:12:12.206 | ++ lib/tempest:configure_tempest:280 : local admin_project_id 2024-08-01 07:12:12.208 | +++ lib/tempest:configure_tempest:281 : oscwrap --os-cloud devstack-admin project list 2024-08-01 07:12:12.208 | +++ lib/tempest:configure_tempest:281 : awk '/ admin / { print $2 }' 2024-08-01 07:12:13.402 | +++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:12:13.405 | ++ lib/tempest:configure_tempest:281 : admin_project_id=ca7c4f34a57f4562886f21176ab0c642 2024-08-01 07:12:13.407 | ++ lib/tempest:configure_tempest:283 : is_service_enabled nova 2024-08-01 07:12:13.419 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:12:13.421 | +++ lib/tempest:configure_tempest:286 : oscwrap --os-cloud devstack-admin flavor list 2024-08-01 07:12:14.634 | +++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:12:14.637 | ++ lib/tempest:configure_tempest:286 : available_flavors='+----+-----------+-------+------+-----------+-------+-----------+ 2024-08-01 07:12:14.637 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-08-01 07:12:14.637 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-08-01 07:12:14.637 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-08-01 07:12:14.637 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-08-01 07:12:14.637 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-08-01 07:12:14.637 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-08-01 07:12:14.637 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-08-01 07:12:14.637 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-08-01 07:12:14.637 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-08-01 07:12:14.637 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-08-01 07:12:14.637 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-08-01 07:12:14.637 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-08-01 07:12:14.637 | +----+-----------+-------+------+-----------+-------+-----------+' 2024-08-01 07:12:14.638 | ++ lib/tempest:configure_tempest:287 : [[ -z '' ]] 2024-08-01 07:12:14.640 | ++ lib/tempest:configure_tempest:288 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-08-01 07:12:14.640 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-08-01 07:12:14.640 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-08-01 07:12:14.640 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-08-01 07:12:14.640 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-08-01 07:12:14.640 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-08-01 07:12:14.640 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-08-01 07:12:14.640 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-08-01 07:12:14.640 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-08-01 07:12:14.641 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-08-01 07:12:14.641 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-08-01 07:12:14.641 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-08-01 07:12:14.641 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-08-01 07:12:14.641 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.nano ]] 2024-08-01 07:12:14.642 | +++ lib/tempest:configure_tempest:290 : image_size_in_gib de322b4e-7b44-480f-9ddf-dc1544ad2962 2024-08-01 07:12:14.644 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-08-01 07:12:14.647 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show de322b4e-7b44-480f-9ddf-dc1544ad2962 -c size -f value 2024-08-01 07:12:15.867 | ++++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:12:15.870 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-08-01 07:12:15.872 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-08-01 07:12:15.872 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-08-01 07:12:15.897 | ++ lib/tempest:configure_tempest:290 : disk=1 2024-08-01 07:12:15.898 | ++ 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-08-01 07:12:17.023 | +----------------------------+-----------------------+ 2024-08-01 07:12:17.023 | | Field | Value | 2024-08-01 07:12:17.023 | +----------------------------+-----------------------+ 2024-08-01 07:12:17.023 | | OS-FLV-DISABLED:disabled | False | 2024-08-01 07:12:17.023 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-01 07:12:17.023 | | description | None | 2024-08-01 07:12:17.023 | | disk | 1 | 2024-08-01 07:12:17.023 | | id | 42 | 2024-08-01 07:12:17.023 | | name | m1.nano | 2024-08-01 07:12:17.023 | | os-flavor-access:is_public | True | 2024-08-01 07:12:17.023 | | properties | hw_rng:allowed='True' | 2024-08-01 07:12:17.023 | | ram | 128 | 2024-08-01 07:12:17.023 | | rxtx_factor | 1.0 | 2024-08-01 07:12:17.023 | | swap | | 2024-08-01 07:12:17.023 | | vcpus | 1 | 2024-08-01 07:12:17.023 | +----------------------------+-----------------------+ 2024-08-01 07:12:17.137 | ++ lib/tempest:configure_tempest:293 : flavor_ref=42 2024-08-01 07:12:17.139 | ++ lib/tempest:configure_tempest:294 : [[ +----+-----------+-------+------+-----------+-------+-----------+ 2024-08-01 07:12:17.139 | | ID | Name | RAM | Disk | Ephemeral | VCPUs | Is Public | 2024-08-01 07:12:17.139 | +----+-----------+-------+------+-----------+-------+-----------+ 2024-08-01 07:12:17.139 | | 1 | m1.tiny | 512 | 1 | 0 | 1 | True | 2024-08-01 07:12:17.139 | | 2 | m1.small | 2048 | 20 | 0 | 1 | True | 2024-08-01 07:12:17.139 | | 3 | m1.medium | 4096 | 40 | 0 | 2 | True | 2024-08-01 07:12:17.139 | | 4 | m1.large | 8192 | 80 | 0 | 4 | True | 2024-08-01 07:12:17.139 | | 5 | m1.xlarge | 16384 | 160 | 0 | 8 | True | 2024-08-01 07:12:17.139 | | c1 | cirros256 | 256 | 1 | 0 | 1 | True | 2024-08-01 07:12:17.139 | | d1 | ds512M | 512 | 5 | 0 | 1 | True | 2024-08-01 07:12:17.139 | | d2 | ds1G | 1024 | 10 | 0 | 1 | True | 2024-08-01 07:12:17.139 | | d3 | ds2G | 2048 | 10 | 0 | 2 | True | 2024-08-01 07:12:17.139 | | d4 | ds4G | 4096 | 20 | 0 | 4 | True | 2024-08-01 07:12:17.139 | +----+-----------+-------+------+-----------+-------+-----------+ =~ m1\.micro ]] 2024-08-01 07:12:17.141 | +++ lib/tempest:configure_tempest:296 : image_size_in_gib de322b4e-7b44-480f-9ddf-dc1544ad2962 2024-08-01 07:12:17.143 | +++ lib/tempest:image_size_in_gib:119 : local size 2024-08-01 07:12:17.145 | ++++ lib/tempest:image_size_in_gib:120 : oscwrap --os-cloud devstack-admin image show de322b4e-7b44-480f-9ddf-dc1544ad2962 -c size -f value 2024-08-01 07:12:18.375 | ++++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:12:18.378 | +++ lib/tempest:image_size_in_gib:120 : size=21318656 2024-08-01 07:12:18.380 | +++ lib/tempest:image_size_in_gib:121 : echo 21318656 2024-08-01 07:12:18.380 | +++ lib/tempest:image_size_in_gib:121 : python3 -c 'import math; print(int(math.ceil(float(int(input()) / 1024.0 ** 3))))' 2024-08-01 07:12:18.404 | ++ lib/tempest:configure_tempest:296 : disk=1 2024-08-01 07:12:18.406 | ++ 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-08-01 07:12:19.499 | +----------------------------+-----------------------+ 2024-08-01 07:12:19.500 | | Field | Value | 2024-08-01 07:12:19.500 | +----------------------------+-----------------------+ 2024-08-01 07:12:19.500 | | OS-FLV-DISABLED:disabled | False | 2024-08-01 07:12:19.500 | | OS-FLV-EXT-DATA:ephemeral | 0 | 2024-08-01 07:12:19.500 | | description | None | 2024-08-01 07:12:19.500 | | disk | 1 | 2024-08-01 07:12:19.500 | | id | 84 | 2024-08-01 07:12:19.500 | | name | m1.micro | 2024-08-01 07:12:19.500 | | os-flavor-access:is_public | True | 2024-08-01 07:12:19.500 | | properties | hw_rng:allowed='True' | 2024-08-01 07:12:19.500 | | ram | 192 | 2024-08-01 07:12:19.500 | | rxtx_factor | 1.0 | 2024-08-01 07:12:19.500 | | swap | | 2024-08-01 07:12:19.500 | | vcpus | 1 | 2024-08-01 07:12:19.500 | +----------------------------+-----------------------+ 2024-08-01 07:12:19.617 | ++ lib/tempest:configure_tempest:299 : flavor_ref_alt=84 2024-08-01 07:12:19.619 | ++ lib/tempest:configure_tempest:348 : iniset /opt/stack//tempest/etc/tempest.conf network project_network_cidr 192.168.128.0/17 2024-08-01 07:12:19.645 | ++ lib/tempest:configure_tempest:350 : ssh_connect_method=floating 2024-08-01 07:12:19.647 | ++ lib/tempest:configure_tempest:356 : [[ True == \T\r\u\e ]] 2024-08-01 07:12:19.649 | ++ lib/tempest:configure_tempest:356 : is_networking_extension_supported external-net 2024-08-01 07:12:19.650 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:427 : local extension=external-net 2024-08-01 07:12:19.652 | +++ 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-08-01 07:12:20.881 | +++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:12:20.883 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:429 : EXT_LIST='address-group 2024-08-01 07:12:20.883 | address-scope 2024-08-01 07:12:20.884 | router-admin-state-down-before-update 2024-08-01 07:12:20.884 | agent 2024-08-01 07:12:20.884 | agent-resources-synced 2024-08-01 07:12:20.884 | allowed-address-pairs 2024-08-01 07:12:20.884 | auto-allocated-topology 2024-08-01 07:12:20.884 | availability_zone 2024-08-01 07:12:20.884 | availability_zone_filter 2024-08-01 07:12:20.884 | default-subnetpools 2024-08-01 07:12:20.884 | dhcp_agent_scheduler 2024-08-01 07:12:20.884 | dvr 2024-08-01 07:12:20.884 | empty-string-filtering 2024-08-01 07:12:20.884 | external-net 2024-08-01 07:12:20.884 | extra_dhcp_opt 2024-08-01 07:12:20.884 | extraroute 2024-08-01 07:12:20.884 | extraroute-atomic 2024-08-01 07:12:20.884 | filter-validation 2024-08-01 07:12:20.884 | floating-ip-port-forwarding-detail 2024-08-01 07:12:20.884 | fip-port-details 2024-08-01 07:12:20.884 | flavors 2024-08-01 07:12:20.884 | floatingip-pools 2024-08-01 07:12:20.884 | ip-substring-filtering 2024-08-01 07:12:20.884 | router 2024-08-01 07:12:20.884 | ext-gw-mode 2024-08-01 07:12:20.884 | l3-ha 2024-08-01 07:12:20.884 | l3-flavors 2024-08-01 07:12:20.884 | l3-port-ip-change-not-allowed 2024-08-01 07:12:20.884 | l3_agent_scheduler 2024-08-01 07:12:20.884 | multi-provider 2024-08-01 07:12:20.884 | net-mtu 2024-08-01 07:12:20.884 | net-mtu-writable 2024-08-01 07:12:20.884 | network_availability_zone 2024-08-01 07:12:20.884 | network-ip-availability 2024-08-01 07:12:20.884 | pagination 2024-08-01 07:12:20.884 | port-device-profile 2024-08-01 07:12:20.884 | port-mac-override 2024-08-01 07:12:20.884 | port-mac-address-regenerate 2024-08-01 07:12:20.884 | port-numa-affinity-policy 2024-08-01 07:12:20.884 | binding 2024-08-01 07:12:20.884 | binding-extended 2024-08-01 07:12:20.884 | port-security 2024-08-01 07:12:20.884 | project-id 2024-08-01 07:12:20.885 | provider 2024-08-01 07:12:20.885 | quota-check-limit 2024-08-01 07:12:20.885 | quotas 2024-08-01 07:12:20.885 | quota_details 2024-08-01 07:12:20.885 | rbac-policies 2024-08-01 07:12:20.885 | rbac-address-group 2024-08-01 07:12:20.885 | rbac-address-scope 2024-08-01 07:12:20.885 | rbac-security-groups 2024-08-01 07:12:20.885 | rbac-subnetpool 2024-08-01 07:12:20.885 | revision-if-match 2024-08-01 07:12:20.885 | standard-attr-revisions 2024-08-01 07:12:20.885 | router_availability_zone 2024-08-01 07:12:20.885 | security-groups-normalized-cidr 2024-08-01 07:12:20.885 | port-security-groups-filtering 2024-08-01 07:12:20.885 | security-groups-remote-address-group 2024-08-01 07:12:20.885 | security-groups-shared-filtering 2024-08-01 07:12:20.885 | security-group 2024-08-01 07:12:20.885 | service-type 2024-08-01 07:12:20.885 | sorting 2024-08-01 07:12:20.885 | standard-attr-description 2024-08-01 07:12:20.885 | stateful-security-group 2024-08-01 07:12:20.885 | subnet_onboard 2024-08-01 07:12:20.885 | subnet-service-types 2024-08-01 07:12:20.885 | subnet_allocation 2024-08-01 07:12:20.885 | subnetpool-prefix-ops 2024-08-01 07:12:20.885 | standard-attr-tag 2024-08-01 07:12:20.885 | standard-attr-timestamp 2024-08-01 07:12:20.885 | nsxt-ops' 2024-08-01 07:12:20.885 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : [[ address-group 2024-08-01 07:12:20.885 | address-scope 2024-08-01 07:12:20.885 | router-admin-state-down-before-update 2024-08-01 07:12:20.885 | agent 2024-08-01 07:12:20.885 | agent-resources-synced 2024-08-01 07:12:20.885 | allowed-address-pairs 2024-08-01 07:12:20.885 | auto-allocated-topology 2024-08-01 07:12:20.885 | availability_zone 2024-08-01 07:12:20.885 | availability_zone_filter 2024-08-01 07:12:20.885 | default-subnetpools 2024-08-01 07:12:20.885 | dhcp_agent_scheduler 2024-08-01 07:12:20.885 | dvr 2024-08-01 07:12:20.885 | empty-string-filtering 2024-08-01 07:12:20.885 | external-net 2024-08-01 07:12:20.885 | extra_dhcp_opt 2024-08-01 07:12:20.885 | extraroute 2024-08-01 07:12:20.886 | extraroute-atomic 2024-08-01 07:12:20.886 | filter-validation 2024-08-01 07:12:20.886 | floating-ip-port-forwarding-detail 2024-08-01 07:12:20.886 | fip-port-details 2024-08-01 07:12:20.886 | flavors 2024-08-01 07:12:20.886 | floatingip-pools 2024-08-01 07:12:20.886 | ip-substring-filtering 2024-08-01 07:12:20.886 | router 2024-08-01 07:12:20.886 | ext-gw-mode 2024-08-01 07:12:20.886 | l3-ha 2024-08-01 07:12:20.886 | l3-flavors 2024-08-01 07:12:20.886 | l3-port-ip-change-not-allowed 2024-08-01 07:12:20.886 | l3_agent_scheduler 2024-08-01 07:12:20.886 | multi-provider 2024-08-01 07:12:20.886 | net-mtu 2024-08-01 07:12:20.886 | net-mtu-writable 2024-08-01 07:12:20.886 | network_availability_zone 2024-08-01 07:12:20.886 | network-ip-availability 2024-08-01 07:12:20.886 | pagination 2024-08-01 07:12:20.886 | port-device-profile 2024-08-01 07:12:20.886 | port-mac-override 2024-08-01 07:12:20.886 | port-mac-address-regenerate 2024-08-01 07:12:20.886 | port-numa-affinity-policy 2024-08-01 07:12:20.886 | binding 2024-08-01 07:12:20.886 | binding-extended 2024-08-01 07:12:20.886 | port-security 2024-08-01 07:12:20.886 | project-id 2024-08-01 07:12:20.886 | provider 2024-08-01 07:12:20.886 | quota-check-limit 2024-08-01 07:12:20.886 | quotas 2024-08-01 07:12:20.886 | quota_details 2024-08-01 07:12:20.886 | rbac-policies 2024-08-01 07:12:20.886 | rbac-address-group 2024-08-01 07:12:20.886 | rbac-address-scope 2024-08-01 07:12:20.886 | rbac-security-groups 2024-08-01 07:12:20.886 | rbac-subnetpool 2024-08-01 07:12:20.886 | revision-if-match 2024-08-01 07:12:20.886 | standard-attr-revisions 2024-08-01 07:12:20.886 | router_availability_zone 2024-08-01 07:12:20.886 | security-groups-normalized-cidr 2024-08-01 07:12:20.886 | port-security-groups-filtering 2024-08-01 07:12:20.886 | security-groups-remote-address-group 2024-08-01 07:12:20.886 | security-groups-shared-filtering 2024-08-01 07:12:20.886 | security-group 2024-08-01 07:12:20.886 | service-type 2024-08-01 07:12:20.886 | sorting 2024-08-01 07:12:20.886 | standard-attr-description 2024-08-01 07:12:20.886 | stateful-security-group 2024-08-01 07:12:20.886 | subnet_onboard 2024-08-01 07:12:20.886 | subnet-service-types 2024-08-01 07:12:20.886 | subnet_allocation 2024-08-01 07:12:20.886 | subnetpool-prefix-ops 2024-08-01 07:12:20.887 | standard-attr-tag 2024-08-01 07:12:20.887 | standard-attr-timestamp 2024-08-01 07:12:20.887 | nsxt-ops =~ external-net ]] 2024-08-01 07:12:20.887 | ++ lib/neutron_plugins/services/l3:is_networking_extension_supported:430 : return 0 2024-08-01 07:12:20.889 | +++ lib/tempest:configure_tempest:357 : oscwrap --os-cloud devstack-admin network show -f value -c id public 2024-08-01 07:12:22.254 | +++ functions-common:oscwrap:2475 : return 0 2024-08-01 07:12:22.256 | ++ lib/tempest:configure_tempest:357 : public_network_id=a89cc100-2b22-40cc-92e2-cdb067c2bdf7 2024-08-01 07:12:22.258 | ++ lib/tempest:configure_tempest:359 : openstack --os-cloud devstack-admin --os-region RegionOne network create --share shared 2024-08-01 07:12:23.448 | +---------------------------+--------------------------------------+ 2024-08-01 07:12:23.448 | | Field | Value | 2024-08-01 07:12:23.448 | +---------------------------+--------------------------------------+ 2024-08-01 07:12:23.448 | | admin_state_up | UP | 2024-08-01 07:12:23.448 | | availability_zone_hints | | 2024-08-01 07:12:23.448 | | availability_zones | | 2024-08-01 07:12:23.448 | | created_at | 2024-08-01T07:12:23Z | 2024-08-01 07:12:23.448 | | description | | 2024-08-01 07:12:23.448 | | dns_domain | None | 2024-08-01 07:12:23.448 | | id | bbfafac0-ed72-4b28-be9e-4a35e0f305b6 | 2024-08-01 07:12:23.448 | | ipv4_address_scope | None | 2024-08-01 07:12:23.448 | | ipv6_address_scope | None | 2024-08-01 07:12:23.448 | | is_default | False | 2024-08-01 07:12:23.448 | | is_vlan_transparent | None | 2024-08-01 07:12:23.448 | | mtu | 8950 | 2024-08-01 07:12:23.448 | | name | shared | 2024-08-01 07:12:23.448 | | port_security_enabled | True | 2024-08-01 07:12:23.448 | | project_id | ca7c4f34a57f4562886f21176ab0c642 | 2024-08-01 07:12:23.448 | | provider:network_type | vlan | 2024-08-01 07:12:23.448 | | provider:physical_network | default | 2024-08-01 07:12:23.448 | | provider:segmentation_id | 330 | 2024-08-01 07:12:23.448 | | qos_policy_id | None | 2024-08-01 07:12:23.448 | | revision_number | 1 | 2024-08-01 07:12:23.448 | | router:external | Internal | 2024-08-01 07:12:23.448 | | segments | None | 2024-08-01 07:12:23.448 | | shared | True | 2024-08-01 07:12:23.448 | | status | ACTIVE | 2024-08-01 07:12:23.448 | | subnets | | 2024-08-01 07:12:23.448 | | tags | | 2024-08-01 07:12:23.448 | | tenant_id | ca7c4f34a57f4562886f21176ab0c642 | 2024-08-01 07:12:23.448 | | updated_at | 2024-08-01T07:12:23Z | 2024-08-01 07:12:23.448 | +---------------------------+--------------------------------------+ 2024-08-01 07:12:23.570 | ++ 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-08-01 07:12:24.904 | +----------------------+--------------------------------------+ 2024-08-01 07:12:24.904 | | Field | Value | 2024-08-01 07:12:24.904 | +----------------------+--------------------------------------+ 2024-08-01 07:12:24.904 | | allocation_pools | 192.168.233.2-192.168.233.254 | 2024-08-01 07:12:24.904 | | cidr | 192.168.233.0/24 | 2024-08-01 07:12:24.904 | | created_at | 2024-08-01T07:12:24Z | 2024-08-01 07:12:24.904 | | description | shared-subnet | 2024-08-01 07:12:24.904 | | dns_nameservers | | 2024-08-01 07:12:24.904 | | dns_publish_fixed_ip | None | 2024-08-01 07:12:24.904 | | enable_dhcp | True | 2024-08-01 07:12:24.904 | | gateway_ip | 192.168.233.1 | 2024-08-01 07:12:24.904 | | host_routes | | 2024-08-01 07:12:24.904 | | id | a3835f1d-18ff-4029-8a96-f18f284a5f37 | 2024-08-01 07:12:24.904 | | ip_version | 4 | 2024-08-01 07:12:24.904 | | ipv6_address_mode | None | 2024-08-01 07:12:24.904 | | ipv6_ra_mode | None | 2024-08-01 07:12:24.904 | | name | shared-subnet | 2024-08-01 07:12:24.904 | | network_id | bbfafac0-ed72-4b28-be9e-4a35e0f305b6 | 2024-08-01 07:12:24.904 | | project_id | ca7c4f34a57f4562886f21176ab0c642 | 2024-08-01 07:12:24.904 | | revision_number | 0 | 2024-08-01 07:12:24.904 | | segment_id | None | 2024-08-01 07:12:24.904 | | service_types | | 2024-08-01 07:12:24.904 | | subnetpool_id | None | 2024-08-01 07:12:24.904 | | tags | | 2024-08-01 07:12:24.904 | | updated_at | 2024-08-01T07:12:24Z | 2024-08-01 07:12:24.904 | +----------------------+--------------------------------------+ 2024-08-01 07:12:25.030 | ++ lib/tempest:configure_tempest:363 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_syslog False 2024-08-01 07:12:25.055 | ++ lib/tempest:configure_tempest:366 : iniset /opt/stack//tempest/etc/tempest.conf oslo_concurrency lock_path /opt/stack/data/tempest 2024-08-01 07:12:25.080 | ++ lib/tempest:configure_tempest:367 : mkdir -p /opt/stack/data/tempest 2024-08-01 07:12:25.082 | ++ lib/tempest:configure_tempest:368 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT use_stderr False 2024-08-01 07:12:25.105 | ++ lib/tempest:configure_tempest:369 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT log_file tempest.log 2024-08-01 07:12:25.127 | ++ lib/tempest:configure_tempest:370 : iniset /opt/stack//tempest/etc/tempest.conf DEFAULT debug True 2024-08-01 07:12:25.150 | ++ lib/tempest:configure_tempest:373 : iniset /opt/stack//tempest/etc/tempest.conf compute build_timeout 196 2024-08-01 07:12:25.175 | ++ lib/tempest:configure_tempest:374 : iniset /opt/stack//tempest/etc/tempest.conf volume build_timeout 196 2024-08-01 07:12:25.201 | ++ lib/tempest:configure_tempest:377 : iniset /opt/stack//tempest/etc/tempest.conf identity uri http://10.180.1.21/identity/v2.0/ 2024-08-01 07:12:25.225 | ++ lib/tempest:configure_tempest:378 : iniset /opt/stack//tempest/etc/tempest.conf identity uri_v3 http://10.180.1.21/identity/v3 2024-08-01 07:12:25.248 | ++ lib/tempest:configure_tempest:379 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_failure_attempts 2 2024-08-01 07:12:25.273 | ++ lib/tempest:configure_tempest:380 : iniset /opt/stack//tempest/etc/tempest.conf identity user_lockout_duration 10 2024-08-01 07:12:25.295 | ++ lib/tempest:configure_tempest:381 : iniset /opt/stack//tempest/etc/tempest.conf identity user_unique_last_password_count 2 2024-08-01 07:12:25.318 | ++ lib/tempest:configure_tempest:382 : [[ True == \T\r\u\e ]] 2024-08-01 07:12:25.319 | ++ lib/tempest:configure_tempest:383 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_username admin 2024-08-01 07:12:25.345 | ++ lib/tempest:configure_tempest:384 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_password nomoresecret 2024-08-01 07:12:25.367 | ++ lib/tempest:configure_tempest:385 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_project_name admin 2024-08-01 07:12:25.390 | ++ lib/tempest:configure_tempest:386 : iniset /opt/stack//tempest/etc/tempest.conf auth admin_domain_name Default 2024-08-01 07:12:25.412 | ++ lib/tempest:configure_tempest:388 : '[' '' == True ']' 2024-08-01 07:12:25.414 | ++ lib/tempest:configure_tempest:393 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2 False 2024-08-01 07:12:25.438 | ++ lib/tempest:configure_tempest:395 : iniset /opt/stack//tempest/etc/tempest.conf identity auth_version v3 2024-08-01 07:12:25.468 | ++ lib/tempest:configure_tempest:396 : [[ '' != \v\2 ]] 2024-08-01 07:12:25.470 | ++ lib/tempest:configure_tempest:398 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled api_v2_admin False 2024-08-01 07:12:25.495 | ++ lib/tempest:configure_tempest:401 : is_service_enabled tls-proxy 2024-08-01 07:12:25.508 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:12:25.510 | ++ lib/tempest:configure_tempest:406 : [[ True = True ]] 2024-08-01 07:12:25.514 | ++ lib/tempest:configure_tempest:407 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled security_compliance True 2024-08-01 07:12:25.543 | ++ lib/tempest:configure_tempest:412 : is_service_enabled ldap 2024-08-01 07:12:25.555 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:12:25.557 | ++ lib/tempest:configure_tempest:418 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled project_tags True 2024-08-01 07:12:25.579 | ++ lib/tempest:configure_tempest:422 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled application_credentials True 2024-08-01 07:12:25.603 | ++ lib/tempest:configure_tempest:426 : iniset /opt/stack//tempest/etc/tempest.conf identity-feature-enabled access_rules True 2024-08-01 07:12:25.627 | ++ lib/tempest:configure_tempest:431 : [[ ! -z '' ]] 2024-08-01 07:12:25.629 | ++ lib/tempest:configure_tempest:434 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled import_image False 2024-08-01 07:12:25.653 | ++ lib/tempest:configure_tempest:435 : iniset /opt/stack//tempest/etc/tempest.conf image-feature-enabled os_glance_reserved True 2024-08-01 07:12:25.675 | ++ lib/tempest:configure_tempest:436 : is_service_enabled g-api-r 2024-08-01 07:12:25.688 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:12:25.690 | ++ lib/tempest:configure_tempest:441 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref de322b4e-7b44-480f-9ddf-dc1544ad2962 2024-08-01 07:12:25.715 | ++ lib/tempest:configure_tempest:442 : iniset /opt/stack//tempest/etc/tempest.conf compute image_ref_alt de322b4e-7b44-480f-9ddf-dc1544ad2962 2024-08-01 07:12:25.739 | ++ lib/tempest:configure_tempest:443 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref 42 2024-08-01 07:12:25.761 | ++ lib/tempest:configure_tempest:444 : iniset /opt/stack//tempest/etc/tempest.conf compute flavor_ref_alt 84 2024-08-01 07:12:25.784 | ++ lib/tempest:configure_tempest:445 : iniset /opt/stack//tempest/etc/tempest.conf validation connect_method floating 2024-08-01 07:12:25.809 | ++ lib/tempest:configure_tempest:446 : is_service_enabled neutron 2024-08-01 07:12:25.822 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:12:25.824 | ++ lib/tempest:configure_tempest:454 : [[ -n '' ]] 2024-08-01 07:12:25.826 | ++ lib/tempest:configure_tempest:464 : local tempest_compute_min_microversion=None 2024-08-01 07:12:25.827 | ++ lib/tempest:configure_tempest:465 : local tempest_compute_max_microversion=2.95 2024-08-01 07:12:25.829 | ++ lib/tempest:configure_tempest:468 : [[ '' == \c\o\m\p\u\t\e\_\l\e\g\a\c\y ]] 2024-08-01 07:12:25.831 | ++ lib/tempest:configure_tempest:472 : '[' None == None ']' 2024-08-01 07:12:25.832 | ++ lib/tempest:configure_tempest:473 : inicomment /opt/stack//tempest/etc/tempest.conf compute min_microversion 2024-08-01 07:12:25.847 | ++ lib/tempest:configure_tempest:477 : '[' 2.95 == None ']' 2024-08-01 07:12:25.849 | ++ lib/tempest:configure_tempest:480 : iniset /opt/stack//tempest/etc/tempest.conf compute max_microversion 2.95 2024-08-01 07:12:25.874 | ++ lib/tempest:configure_tempest:483 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled personality False 2024-08-01 07:12:25.900 | ++ lib/tempest:configure_tempest:484 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled resize True 2024-08-01 07:12:25.924 | ++ lib/tempest:configure_tempest:485 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migration False 2024-08-01 07:12:25.947 | ++ lib/tempest:configure_tempest:486 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled change_password False 2024-08-01 07:12:25.969 | ++ lib/tempest:configure_tempest:487 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled block_migration_for_live_migration False 2024-08-01 07:12:25.992 | ++ lib/tempest:configure_tempest:488 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled live_migrate_back_and_forth False 2024-08-01 07:12:26.018 | ++ lib/tempest:configure_tempest:489 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled attach_encrypted_volume True 2024-08-01 07:12:26.042 | ++ lib/tempest:configure_tempest:492 : iniset /opt/stack//tempest/etc/tempest.conf compute-feature-enabled hostname_fqdn_sanitization True 2024-08-01 07:12:26.066 | ++ lib/tempest:configure_tempest:494 : [[ -n ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter ]] 2024-08-01 07:12:26.068 | ++ 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-08-01 07:12:26.094 | ++ lib/tempest:configure_tempest:498 : [[ False == \T\r\u\e ]] 2024-08-01 07:12:26.096 | ++ lib/tempest:configure_tempest:502 : is_service_enabled n-novnc 2024-08-01 07:12:26.108 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:12:26.110 | ++ lib/tempest:configure_tempest:507 : iniset /opt/stack//tempest/etc/tempest.conf network project_networks_reachable false 2024-08-01 07:12:26.133 | ++ lib/tempest:configure_tempest:508 : iniset /opt/stack//tempest/etc/tempest.conf network public_network_id a89cc100-2b22-40cc-92e2-cdb067c2bdf7 2024-08-01 07:12:26.156 | ++ lib/tempest:configure_tempest:509 : iniset /opt/stack//tempest/etc/tempest.conf network public_router_id '' 2024-08-01 07:12:26.179 | ++ lib/tempest:configure_tempest:510 : iniset /opt/stack//tempest/etc/tempest.conf network default_network 192.168.128.0/17 2024-08-01 07:12:26.201 | ++ lib/tempest:configure_tempest:511 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6 False 2024-08-01 07:12:26.226 | ++ lib/tempest:configure_tempest:512 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled ipv6_subnet_attributes True 2024-08-01 07:12:26.249 | ++ lib/tempest:configure_tempest:513 : iniset /opt/stack//tempest/etc/tempest.conf network-feature-enabled port_security True 2024-08-01 07:12:26.271 | ++ lib/tempest:configure_tempest:515 : iniset /opt/stack//tempest/etc/tempest.conf enforce_scope neutron False 2024-08-01 07:12:26.296 | ++ lib/tempest:configure_tempest:518 : SCENARIO_IMAGE_DIR=/opt/stack/devstack/files 2024-08-01 07:12:26.298 | ++ lib/tempest:configure_tempest:519 : SCENARIO_IMAGE_FILE= 2024-08-01 07:12:26.300 | ++ lib/tempest:configure_tempest:520 : iniset /opt/stack//tempest/etc/tempest.conf scenario img_file /opt/stack/devstack/files/ 2024-08-01 07:12:26.324 | ++ lib/tempest:configure_tempest:523 : TEMPEST_SSH_NETWORK_NAME=private 2024-08-01 07:12:26.326 | ++ lib/tempest:configure_tempest:524 : is_provider_network 2024-08-01 07:12:26.328 | ++ functions-common:is_provider_network:2284 : '[' '' == True ']' 2024-08-01 07:12:26.329 | ++ functions-common:is_provider_network:2287 : return 1 2024-08-01 07:12:26.331 | ++ lib/tempest:configure_tempest:528 : iniset /opt/stack//tempest/etc/tempest.conf validation run_validation True 2024-08-01 07:12:26.354 | ++ lib/tempest:configure_tempest:529 : iniset /opt/stack//tempest/etc/tempest.conf validation ip_version_for_ssh 4 2024-08-01 07:12:26.377 | ++ lib/tempest:configure_tempest:530 : iniset /opt/stack//tempest/etc/tempest.conf validation ssh_timeout 196 2024-08-01 07:12:26.399 | ++ lib/tempest:configure_tempest:531 : iniset /opt/stack//tempest/etc/tempest.conf validation image_ssh_user cirros 2024-08-01 07:12:26.422 | ++ lib/tempest:configure_tempest:532 : iniset /opt/stack//tempest/etc/tempest.conf validation image_alt_ssh_user cirros 2024-08-01 07:12:26.445 | ++ lib/tempest:configure_tempest:533 : iniset /opt/stack//tempest/etc/tempest.conf validation network_for_ssh private 2024-08-01 07:12:26.467 | ++ lib/tempest:configure_tempest:537 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-08-01 07:12:26.470 | +++ lib/tempest:configure_tempest:540 : trueorfalse False TEMPEST_VOLUME_MANAGE_SNAPSHOT 2024-08-01 07:12:26.482 | ++ lib/tempest:configure_tempest:540 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_snapshot False 2024-08-01 07:12:26.506 | ++ lib/tempest:configure_tempest:542 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-08-01 07:12:26.508 | +++ lib/tempest:configure_tempest:545 : trueorfalse False TEMPEST_VOLUME_MANAGE_VOLUME 2024-08-01 07:12:26.520 | ++ lib/tempest:configure_tempest:545 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled manage_volume False 2024-08-01 07:12:26.543 | ++ lib/tempest:configure_tempest:548 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-08-01 07:12:26.546 | +++ lib/tempest:configure_tempest:551 : trueorfalse False TEMPEST_EXTEND_ATTACHED_VOLUME 2024-08-01 07:12:26.559 | ++ lib/tempest:configure_tempest:551 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled extend_attached_volume False 2024-08-01 07:12:26.583 | ++ lib/tempest:configure_tempest:553 : [[ vmdk:vsphere == *\l\v\m* ]] 2024-08-01 07:12:26.586 | +++ lib/tempest:configure_tempest:556 : trueorfalse False TEMPEST_VOLUME_REVERT_TO_SNAPSHOT 2024-08-01 07:12:26.600 | ++ lib/tempest:configure_tempest:556 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled volume_revert False 2024-08-01 07:12:26.624 | ++ lib/tempest:configure_tempest:557 : local tempest_volume_min_microversion=None 2024-08-01 07:12:26.625 | ++ lib/tempest:configure_tempest:558 : local tempest_volume_max_microversion=3.70 2024-08-01 07:12:26.627 | ++ lib/tempest:configure_tempest:559 : '[' None == None ']' 2024-08-01 07:12:26.629 | ++ lib/tempest:configure_tempest:560 : inicomment /opt/stack//tempest/etc/tempest.conf volume min_microversion 2024-08-01 07:12:26.643 | ++ lib/tempest:configure_tempest:565 : '[' 3.70 == None ']' 2024-08-01 07:12:26.645 | ++ lib/tempest:configure_tempest:568 : iniset /opt/stack//tempest/etc/tempest.conf volume max_microversion 3.70 2024-08-01 07:12:26.668 | ++ lib/tempest:configure_tempest:571 : is_service_enabled c-bak 2024-08-01 07:12:26.680 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:12:26.682 | ++ lib/tempest:configure_tempest:572 : iniset /opt/stack//tempest/etc/tempest.conf volume-feature-enabled backup False 2024-08-01 07:12:26.704 | ++ lib/tempest:configure_tempest:578 : [[ -n vmdk:vsphere ]] 2024-08-01 07:12:26.706 | ++ lib/tempest:configure_tempest:578 : [[ vmdk:vsphere =~ .*,.* ]] 2024-08-01 07:12:26.708 | ++ lib/tempest:configure_tempest:598 : '[' default '!=' default -o 'Open Source' '!=' 'Open Source' ']' 2024-08-01 07:12:26.710 | ++ lib/tempest:configure_tempest:602 : '[' default '!=' default -o iSCSI '!=' iSCSI ']' 2024-08-01 07:12:26.712 | ++ lib/tempest:configure_tempest:607 : [[ False == \T\r\u\e ]] 2024-08-01 07:12:26.713 | ++ lib/tempest:configure_tempest:616 : local tempest_placement_min_microversion=None 2024-08-01 07:12:26.715 | ++ lib/tempest:configure_tempest:617 : local tempest_placement_max_microversion=1.39 2024-08-01 07:12:26.717 | ++ lib/tempest:configure_tempest:618 : '[' None == None ']' 2024-08-01 07:12:26.719 | ++ lib/tempest:configure_tempest:619 : inicomment /opt/stack//tempest/etc/tempest.conf placement min_microversion 2024-08-01 07:12:26.732 | ++ lib/tempest:configure_tempest:623 : '[' 1.39 == None ']' 2024-08-01 07:12:26.734 | ++ lib/tempest:configure_tempest:626 : iniset /opt/stack//tempest/etc/tempest.conf placement max_microversion 1.39 2024-08-01 07:12:26.758 | ++ lib/tempest:configure_tempest:630 : '[' vsphere = ironic ']' 2024-08-01 07:12:26.760 | ++ lib/tempest:configure_tempest:644 : '[' vsphere = libvirt ']' 2024-08-01 07:12:26.761 | ++ lib/tempest:configure_tempest:668 : local service 2024-08-01 07:12:26.763 | ++ lib/tempest:configure_tempest:669 : local tempest_services=key,glance,nova,neutron,cinder,swift,horizon 2024-08-01 07:12:26.765 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-01 07:12:26.767 | ++ lib/tempest:configure_tempest:671 : is_service_enabled key 2024-08-01 07:12:26.779 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:12:26.781 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available key True 2024-08-01 07:12:26.805 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-01 07:12:26.807 | ++ lib/tempest:configure_tempest:671 : is_service_enabled glance 2024-08-01 07:12:26.818 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:12:26.820 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available glance True 2024-08-01 07:12:26.843 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-01 07:12:26.844 | ++ lib/tempest:configure_tempest:671 : is_service_enabled nova 2024-08-01 07:12:26.857 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:12:26.859 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available nova True 2024-08-01 07:12:26.881 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-01 07:12:26.883 | ++ lib/tempest:configure_tempest:671 : is_service_enabled neutron 2024-08-01 07:12:26.895 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:12:26.896 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available neutron True 2024-08-01 07:12:26.918 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-01 07:12:26.920 | ++ lib/tempest:configure_tempest:671 : is_service_enabled cinder 2024-08-01 07:12:26.932 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:12:26.934 | ++ lib/tempest:configure_tempest:672 : iniset /opt/stack//tempest/etc/tempest.conf service_available cinder True 2024-08-01 07:12:26.956 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-01 07:12:26.957 | ++ lib/tempest:configure_tempest:671 : is_service_enabled swift 2024-08-01 07:12:26.969 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:12:26.971 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available swift False 2024-08-01 07:12:26.994 | ++ lib/tempest:configure_tempest:670 : for service in ${tempest_services//,/ } 2024-08-01 07:12:26.995 | ++ lib/tempest:configure_tempest:671 : is_service_enabled horizon 2024-08-01 07:12:27.007 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:12:27.009 | ++ lib/tempest:configure_tempest:674 : iniset /opt/stack//tempest/etc/tempest.conf service_available horizon False 2024-08-01 07:12:27.033 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2024-08-01 07:12:27.034 | ++ lib/tempest:configure_tempest:682 : [[ False == True ]] 2024-08-01 07:12:27.036 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2024-08-01 07:12:27.038 | ++ lib/tempest:configure_tempest:688 : [[ False == True ]] 2024-08-01 07:12:27.040 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2024-08-01 07:12:27.042 | ++ lib/tempest:configure_tempest:692 : [[ False == True ]] 2024-08-01 07:12:27.044 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2024-08-01 07:12:27.045 | ++ lib/tempest:configure_tempest:696 : [[ False == True ]] 2024-08-01 07:12:27.047 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2024-08-01 07:12:27.049 | ++ lib/tempest:configure_tempest:700 : [[ False == True ]] 2024-08-01 07:12:27.051 | ++ lib/tempest:configure_tempest:704 : '[' vsphere = libvirt ']' 2024-08-01 07:12:27.053 | ++ lib/tempest:configure_tempest:714 : local tmp_cfg_file 2024-08-01 07:12:27.055 | +++ lib/tempest:configure_tempest:715 : mktemp 2024-08-01 07:12:27.058 | ++ lib/tempest:configure_tempest:715 : tmp_cfg_file=/tmp/tmp.PqzlyxwG8U 2024-08-01 07:12:27.060 | ++ lib/tempest:configure_tempest:716 : cd /opt/stack//tempest 2024-08-01 07:12:27.062 | ++ lib/tempest:configure_tempest:718 : local tmp_u_c_m 2024-08-01 07:12:27.064 | +++ lib/tempest:configure_tempest:719 : mktemp -t tempest_u_c_m.XXXXXXXXXX 2024-08-01 07:12:27.067 | ++ lib/tempest:configure_tempest:719 : tmp_u_c_m=/tmp/tempest_u_c_m.myXTbl81qF 2024-08-01 07:12:27.069 | ++ lib/tempest:configure_tempest:720 : set_tempest_venv_constraints /tmp/tempest_u_c_m.myXTbl81qF 2024-08-01 07:12:27.071 | ++ lib/tempest:set_tempest_venv_constraints:125 : local tmp_c 2024-08-01 07:12:27.073 | ++ lib/tempest:set_tempest_venv_constraints:126 : tmp_c=/tmp/tempest_u_c_m.myXTbl81qF 2024-08-01 07:12:27.074 | ++ lib/tempest:set_tempest_venv_constraints:127 : [[ master == \m\a\s\t\e\r ]] 2024-08-01 07:12:27.077 | ++ lib/tempest:set_tempest_venv_constraints:128 : cd /opt/stack//requirements 2024-08-01 07:12:27.078 | ++ lib/tempest:set_tempest_venv_constraints:129 : git show master:upper-constraints.txt 2024-08-01 07:12:27.084 | ++ lib/tempest:set_tempest_venv_constraints:136 : export UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-01 07:12:27.086 | ++ lib/tempest:set_tempest_venv_constraints:136 : UPPER_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-01 07:12:27.088 | ++ lib/tempest:set_tempest_venv_constraints:137 : export TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-01 07:12:27.090 | ++ lib/tempest:set_tempest_venv_constraints:137 : TOX_CONSTRAINTS_FILE=https://releases.openstack.org/constraints/upper/master 2024-08-01 07:12:27.092 | ++ lib/tempest:configure_tempest:721 : [[ False != \T\r\u\e ]] 2024-08-01 07:12:27.094 | ++ lib/tempest:configure_tempest:722 : tox -revenv-tempest --notest 2024-08-01 07:12:27.310 | venv-tempest recreate: /opt/stack/tempest/.tox/tempest 2024-08-01 07:12:27.701 | venv-tempest installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt 2024-08-01 07:12:36.467 | venv-tempest develop-inst: /opt/stack/tempest 2024-08-01 07:12:39.380 | venv-tempest installed: attrs==23.2.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.7.4,cffi==1.16.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.7,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.0.0,oslo.config==9.5.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==6.1.1,oslo.serialization==5.4.0,oslo.utils==7.2.0,packaging==24.1,paramiko==3.4.0,pbr==6.0.0,prettytable==3.10.2,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.1,referencing==0.35.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.19.0,six==1.16.0,stestr==4.1.0,stevedore==5.2.0,-e git+https://opendev.org/openstack/tempest.git@0795166adf635621fce356387f1b7e3916fdce51#egg=tempest,testtools==2.7.2,tomlkit==0.13.0,tzdata==2024.1,urllib3==1.26.19,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.16.0 2024-08-01 07:12:39.381 | ___________________________________ summary ____________________________________ 2024-08-01 07:12:39.381 | venv-tempest: skipped tests 2024-08-01 07:12:39.381 | congratulations :) 2024-08-01 07:12:39.400 | ++ lib/tempest:configure_tempest:724 : tox -evenv-tempest -- pip install -c /tmp/tempest_u_c_m.myXTbl81qF -r requirements.txt 2024-08-01 07:12:39.931 | /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-08-01 07:12:39.932 | warnings.warn( 2024-08-01 07:12:39.932 | /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-08-01 07:12:39.932 | warnings.warn( 2024-08-01 07:12:40.026 | venv-tempest develop-inst-noop: /opt/stack/tempest 2024-08-01 07:12:40.400 | venv-tempest installed: attrs==23.2.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2024.7.4,cffi==1.16.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.7,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.0.0,oslo.config==9.5.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==6.1.1,oslo.serialization==5.4.0,oslo.utils==7.2.0,packaging==24.1,paramiko==3.4.0,pbr==6.0.0,prettytable==3.10.2,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.1,referencing==0.35.1,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.19.0,six==1.16.0,stestr==4.1.0,stevedore==5.2.0,-e git+https://opendev.org/openstack/tempest.git@0795166adf635621fce356387f1b7e3916fdce51#egg=tempest,testtools==2.7.2,tomlkit==0.13.0,tzdata==2024.1,urllib3==1.26.19,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.16.0 2024-08-01 07:12:40.400 | venv-tempest run-test-pre: PYTHONHASHSEED='2031941855' 2024-08-01 07:12:40.400 | venv-tempest run-test: commands[0] | pip install -c /tmp/tempest_u_c_m.myXTbl81qF -r requirements.txt 2024-08-01 07:12:41.241 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (6.0.0) 2024-08-01 07:12:41.242 | 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-08-01 07:12:41.254 | 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-08-01 07:12:41.254 | 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-08-01 07:12:41.254 | Requirement already satisfied: paramiko>=2.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 8)) (3.4.0) 2024-08-01 07:12:41.254 | Requirement already satisfied: cryptography>=2.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (42.0.8) 2024-08-01 07:12:41.254 | 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-08-01 07:12:41.254 | Requirement already satisfied: oslo.concurrency>=3.26.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (6.0.0) 2024-08-01 07:12:41.254 | Requirement already satisfied: oslo.config>=5.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 12)) (9.5.0) 2024-08-01 07:12:41.254 | Requirement already satisfied: oslo.log>=3.36.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (6.1.1) 2024-08-01 07:12:41.254 | 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-08-01 07:12:41.254 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 15)) (5.4.0) 2024-08-01 07:12:41.254 | Requirement already satisfied: oslo.utils>=4.7.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 16)) (7.2.0) 2024-08-01 07:12:41.254 | 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-08-01 07:12:41.254 | Requirement already satisfied: PyYAML>=3.12 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 18)) (6.0.1) 2024-08-01 07:12:41.254 | 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-08-01 07:12:41.254 | Requirement already satisfied: stevedore>=1.20.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 20)) (5.2.0) 2024-08-01 07:12:41.254 | Requirement already satisfied: PrettyTable>=0.7.1 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 21)) (3.10.2) 2024-08-01 07:12:41.255 | 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-08-01 07:12:41.256 | 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-08-01 07:12:41.256 | 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-08-01 07:12:41.257 | Requirement already satisfied: fasteners>=0.16.0 in ./.tox/tempest/lib/python3.10/site-packages (from -r requirements.txt (line 25)) (0.19) 2024-08-01 07:12:41.263 | 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-08-01 07:12:41.264 | 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-08-01 07:12:41.281 | 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-08-01 07:12:41.281 | 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.19.0) 2024-08-01 07:12:41.282 | Requirement already satisfied: attrs>=22.2.0 in ./.tox/tempest/lib/python3.10/site-packages (from jsonschema>=3.2.0->-r requirements.txt (line 6)) (23.2.0) 2024-08-01 07:12:41.283 | 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-08-01 07:12:41.300 | 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-08-01 07:12:41.300 | 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-08-01 07:12:41.318 | Requirement already satisfied: cffi>=1.12 in ./.tox/tempest/lib/python3.10/site-packages (from cryptography>=2.1->-r requirements.txt (line 9)) (1.16.0) 2024-08-01 07:12:41.324 | Requirement already satisfied: oslo.i18n>=3.15.3 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.concurrency>=3.26.0->-r requirements.txt (line 11)) (6.3.0) 2024-08-01 07:12:41.340 | 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-08-01 07:12:41.340 | 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-08-01 07:12:41.353 | Requirement already satisfied: oslo.context>=2.21.0 in ./.tox/tempest/lib/python3.10/site-packages (from oslo.log>=3.36.0->-r requirements.txt (line 13)) (5.5.0) 2024-08-01 07:12:41.354 | 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-08-01 07:12:41.368 | 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-08-01 07:12:41.369 | 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-08-01 07:12:41.370 | 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.0) 2024-08-01 07:12:41.377 | 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-08-01 07:12:41.379 | 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-08-01 07:12:41.387 | 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-08-01 07:12:41.388 | 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-08-01 07:12:41.389 | 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-08-01 07:12:41.390 | 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-08-01 07:12:41.412 | 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-08-01 07:12:41.432 | 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-08-01 07:12:41.468 | 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-08-01 07:12:41.491 | 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-08-01 07:12:41.531 | 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-08-01 07:12:41.544 | 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.7.4) 2024-08-01 07:12:41.545 | 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-08-01 07:12:41.546 | 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.7) 2024-08-01 07:12:41.649 | WARNING: There was an error checking the latest version of pip. 2024-08-01 07:12:41.726 | ___________________________________ summary ____________________________________ 2024-08-01 07:12:41.726 | venv-tempest: commands succeeded 2024-08-01 07:12:41.726 | congratulations :) 2024-08-01 07:12:41.746 | ++ lib/tempest:configure_tempest:725 : rm -f /tmp/tempest_u_c_m.myXTbl81qF 2024-08-01 07:12:41.749 | ++ lib/tempest:configure_tempest:728 : [[ False == \T\r\u\e ]] 2024-08-01 07:12:41.751 | ++ lib/tempest:configure_tempest:736 : [[ True == \F\a\l\s\e ]] 2024-08-01 07:12:41.753 | ++ lib/tempest:configure_tempest:740 : iniset /opt/stack//tempest/etc/tempest.conf auth use_dynamic_credentials True 2024-08-01 07:12:41.778 | ++ lib/tempest:configure_tempest:746 : tox -evenv -- tempest verify-config -uro /tmp/tmp.PqzlyxwG8U 2024-08-01 07:12:42.002 | venv create: /opt/stack/tempest/.tox/venv 2024-08-01 07:12:42.281 | venv installdeps: -chttps://releases.openstack.org/constraints/upper/master, -r/opt/stack/tempest/requirements.txt, -r/opt/stack/tempest/doc/requirements.txt 2024-08-01 07:12:55.620 | venv develop-inst: /opt/stack/tempest 2024-08-01 07:12:59.185 | venv installed: alabaster==0.7.16,attrs==23.2.0,autopage==0.5.2,Babel==2.15.0,bcrypt==4.0.1,certifi==2024.7.4,cffi==1.16.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.7,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.2.0,oslo.concurrency==6.0.0,oslo.config==9.5.0,oslo.context==5.5.0,oslo.i18n==6.3.0,oslo.log==6.1.1,oslo.serialization==5.4.0,oslo.utils==7.2.0,packaging==24.1,paramiko==3.4.0,pbr==6.0.0,prettytable==3.10.2,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.1,referencing==0.35.1,reno==4.1.0,requests==2.32.3,rfc3986==2.0.0,rpds-py==0.19.0,six==1.16.0,snowballstemmer==2.2.0,Sphinx==7.4.6,sphinxcontrib-applehelp==1.0.8,sphinxcontrib-devhelp==1.0.6,sphinxcontrib-htmlhelp==2.0.5,sphinxcontrib-jsmath==1.0.1,sphinxcontrib-qthelp==1.0.7,sphinxcontrib-serializinghtml==1.1.10,sphinxcontrib-svg2pdfconverter==1.2.2,stestr==4.1.0,stevedore==5.2.0,-e git+https://opendev.org/openstack/tempest.git@0795166adf635621fce356387f1b7e3916fdce51#egg=tempest,testtools==2.7.2,tomli==2.0.1,tomlkit==0.13.0,tzdata==2024.1,urllib3==1.26.19,voluptuous==0.15.2,wcwidth==0.2.13,wrapt==1.16.0 2024-08-01 07:12:59.185 | venv run-test-pre: PYTHONHASHSEED='1380738772' 2024-08-01 07:12:59.185 | venv run-test: commands[0] | tempest verify-config -uro /tmp/tmp.PqzlyxwG8U 2024-08-01 07:12:59.590 | /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-08-01 07:12:59.590 | FORMAT_CHECKER = jsonschema.draft4_format_checker 2024-08-01 07:12:59.590 | /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-08-01 07:12:59.590 | @jsonschema.FormatChecker.cls_checks('base64') 2024-08-01 07:12:59.852 | /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-08-01 07:12:59.852 | warnings.warn( 2024-08-01 07:13:00.033 | /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-08-01 07:13:00.033 | for key, value in info.getheaders().items(): 2024-08-01 07:13:00.054 | /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-08-01 07:13:00.054 | for key, value in info.getheaders().items(): 2024-08-01 07:13:00.243 | /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-08-01 07:13:00.243 | for key, value in info.getheaders().items(): 2024-08-01 07:13:00.244 | /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-08-01 07:13:00.244 | _client = klass(auth_provider=auth_provider, **kwargs) 2024-08-01 07:13:00.808 | ___________________________________ summary ____________________________________ 2024-08-01 07:13:00.808 | venv: commands succeeded 2024-08-01 07:13:00.808 | congratulations :) 2024-08-01 07:13:00.828 | ++ lib/tempest:configure_tempest:751 : is_service_enabled q-metering neutron-metering 2024-08-01 07:13:00.841 | ++ functions-common:is_service_enabled:2091 : return 1 2024-08-01 07:13:00.843 | ++ lib/tempest:configure_tempest:752 : DISABLE_NETWORK_API_EXTENSIONS+=', metering' 2024-08-01 07:13:00.845 | ++ lib/tempest:configure_tempest:756 : is_service_enabled q-l3 neutron-l3 2024-08-01 07:13:00.857 | ++ functions-common:is_service_enabled:2091 : return 0 2024-08-01 07:13:00.859 | ++ lib/tempest:configure_tempest:760 : DEFAULT_NET_EXT=address-scope,agent,allowed-address-pairs,auto-allocated-topology 2024-08-01 07:13:00.861 | ++ lib/tempest:configure_tempest:761 : DEFAULT_NET_EXT+=,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler 2024-08-01 07:13:00.862 | ++ lib/tempest:configure_tempest:762 : DEFAULT_NET_EXT+=,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors 2024-08-01 07:13:00.864 | ++ lib/tempest:configure_tempest:763 : DEFAULT_NET_EXT+=,l3-flavors,l3-ha,l3_agent_scheduler,multi-provider,net-mtu 2024-08-01 07:13:00.866 | ++ lib/tempest:configure_tempest:764 : DEFAULT_NET_EXT+=,network-ip-availability,network_availability_zone,pagination 2024-08-01 07:13:00.868 | ++ lib/tempest:configure_tempest:765 : DEFAULT_NET_EXT+=,port-security,project-id,provider,quotas,quota_details,rbac-policies 2024-08-01 07:13:00.869 | ++ lib/tempest:configure_tempest:766 : DEFAULT_NET_EXT+=,revision-if-match,router,router_availability_zone,security-group,service-type,sorting 2024-08-01 07:13:00.871 | ++ lib/tempest:configure_tempest:767 : DEFAULT_NET_EXT+=,standard-attr-description,standard-attr-revisions,standard-attr-tag,standard-attr-timestamp 2024-08-01 07:13:00.873 | ++ lib/tempest:configure_tempest:768 : DEFAULT_NET_EXT+=,subnet-service-types,subnet_allocation,net-mtu-writable,ip-substring-filtering 2024-08-01 07:13:00.875 | ++ lib/tempest:configure_tempest:769 : DEFAULT_NET_EXT+=,availability_zone_filter,filter-validation,empty-string-filtering,port-mac-address-regenerate 2024-08-01 07:13:00.877 | ++ lib/tempest:configure_tempest:770 : DEFAULT_NET_EXT+=,port-security-groups-filtering,fip-port-details,binding-extended 2024-08-01 07:13:00.879 | ++ lib/tempest:configure_tempest:771 : DEFAULT_NET_EXT+=,subnet_onboard,l3-port-ip-change-not-allowed,agent-resources-synced 2024-08-01 07:13:00.881 | ++ lib/tempest:configure_tempest:772 : DEFAULT_NET_EXT+=,floatingip-pools,rbac-security-groups,subnetpool-prefix-ops,router-admin-state-down-before-update 2024-08-01 07:13:00.883 | ++ lib/tempest:configure_tempest:773 : DEFAULT_NET_EXT+=,rbac-subnetpool,tag-ports-during-bulk-creation,stateful-security-group,address-group,extraroute-atomic 2024-08-01 07:13:00.884 | ++ lib/tempest:configure_tempest:774 : DEFAULT_NET_EXT+=,port-numa-affinity-policy,rbac-address-scope,security-groups-remote-address-group,trunk,trunk-details 2024-08-01 07:13:00.886 | ++ lib/tempest:configure_tempest:775 : DEFAULT_NET_EXT+=,rbac-address-group,port-device-profile 2024-08-01 07:13:00.888 | ++ lib/tempest:configure_tempest:776 : DEFAULT_NET_EXT+=,multiple-external-gateways,qos-pps-minimum,l3-ext-ndp-proxy,rbac-bgpvpn 2024-08-01 07:13:00.890 | ++ lib/tempest:configure_tempest:777 : DEFAULT_NET_EXT+=,qos-pps,ecmp_routes,bgp,floating-ip-port-forwarding-port-ranges 2024-08-01 07:13:00.892 | ++ lib/tempest:configure_tempest:779 : DEFAULT_NET_EXT+=,security-groups-shared-filtering,security-groups-normalized-cidr,quota-check-limit 2024-08-01 07:13:00.894 | ++ lib/tempest:configure_tempest:780 : DEFAULT_NET_EXT+=,port-resource-request-groups 2024-08-01 07:13:00.896 | ++ lib/tempest:configure_tempest:782 : DEFAULT_NET_EXT+=,port-mac-override,floating-ip-port-forwarding-detail,network-cascade-delete 2024-08-01 07:13:00.898 | ++ lib/tempest:configure_tempest:784 : DEFAULT_NET_EXT+=,port-hints,floating-ip-distributed 2024-08-01 07:13:00.899 | ++ 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-08-01 07:13:00.901 | ++ lib/tempest:configure_tempest:786 : [[ ! -z , metering ]] 2024-08-01 07:13:00.904 | +++ lib/tempest:configure_tempest:788 : iniget /tmp/tmp.PqzlyxwG8U network-feature-enabled api_extensions 2024-08-01 07:13:00.905 | +++ lib/tempest:configure_tempest:788 : tr -d ' ' 2024-08-01 07:13:00.919 | ++ 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-08-01 07:13:00.922 | +++ 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-08-01 07:13:00.924 | +++ 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-08-01 07:13:00.926 | +++ lib/tempest:remove_disabled_extensions:111 : shift 2024-08-01 07:13:00.928 | +++ lib/tempest:remove_disabled_extensions:112 : local 'disabled_exts=, metering' 2024-08-01 07:13:00.929 | +++ 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-08-01 07:13:00.943 | +++ 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-08-01 07:13:00.958 | ++ 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-08-01 07:13:00.960 | ++ lib/tempest:configure_tempest:792 : [[ -n '' ]] 2024-08-01 07:13:00.962 | ++ 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-08-01 07:13:00.985 | ++ lib/tempest:configure_tempest:797 : DEFAULT_SWIFT_OPT=account_quotas,bulk_delete,bulk_upload,container_quotas 2024-08-01 07:13:00.987 | ++ lib/tempest:configure_tempest:798 : DEFAULT_SWIFT_OPT+=,container_sync,crossdomain,formpost,ratelimit,slo 2024-08-01 07:13:00.989 | ++ lib/tempest:configure_tempest:799 : DEFAULT_SWIFT_OPT+=,staticweb,tempauth,tempurl,versioned_writes 2024-08-01 07:13:00.991 | ++ 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-08-01 07:13:00.993 | ++ lib/tempest:configure_tempest:801 : [[ ! -z '' ]] 2024-08-01 07:13:00.995 | ++ 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-08-01 07:13:01.021 | ++ lib/tempest:configure_tempest:809 : DEFAULT_VOL_EXT=OS-SCH-HNT,backups,capabilities,cgsnapshots,consistencygroups 2024-08-01 07:13:01.023 | ++ lib/tempest:configure_tempest:810 : DEFAULT_VOL_EXT+=,encryption,os-admin-actions,os-availability-zone 2024-08-01 07:13:01.025 | ++ lib/tempest:configure_tempest:811 : DEFAULT_VOL_EXT+=,os-extended-services,os-extended-snapshot-attributes 2024-08-01 07:13:01.026 | ++ lib/tempest:configure_tempest:812 : DEFAULT_VOL_EXT+=,os-hosts,os-quota-class-sets,os-quota-sets 2024-08-01 07:13:01.028 | ++ lib/tempest:configure_tempest:813 : DEFAULT_VOL_EXT+=,os-services,os-snapshot-actions,os-snapshot-manage 2024-08-01 07:13:01.030 | ++ lib/tempest:configure_tempest:814 : DEFAULT_VOL_EXT+=,os-snapshot-unmanage,os-types-extra-specs,os-types-manage 2024-08-01 07:13:01.032 | ++ lib/tempest:configure_tempest:815 : DEFAULT_VOL_EXT+=,os-used-limits,os-vol-host-attr,os-vol-image-meta 2024-08-01 07:13:01.034 | ++ lib/tempest:configure_tempest:816 : DEFAULT_VOL_EXT+=,os-vol-mig-status-attr,os-vol-tenant-attr,os-volume-actions 2024-08-01 07:13:01.036 | ++ lib/tempest:configure_tempest:817 : DEFAULT_VOL_EXT+=,os-volume-encryption-metadata,os-volume-manage 2024-08-01 07:13:01.038 | ++ lib/tempest:configure_tempest:818 : DEFAULT_VOL_EXT+=,os-volume-transfer,os-volume-type-access 2024-08-01 07:13:01.040 | ++ lib/tempest:configure_tempest:819 : DEFAULT_VOL_EXT+=,os-volume-unmanage,qos-specs,scheduler-stats 2024-08-01 07:13:01.042 | ++ 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-08-01 07:13:01.043 | ++ lib/tempest:configure_tempest:821 : [[ ! -z '' ]] 2024-08-01 07:13:01.045 | ++ 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-08-01 07:13:01.071 | ++ lib/tempest:configure_tempest:830 : IFS=' 2024-08-01 07:13:01.071 | ' 2024-08-01 07:13:01.073 | ++ extras.d/80-tempest.sh:source:23 : echo_summary 'Installing Tempest Plugins' 2024-08-01 07:13:01.075 | ++ stack.sh:echo_summary:466 : [[ -t 3 ]] 2024-08-01 07:13:01.077 | ++ stack.sh:echo_summary:472 : echo -e Installing Tempest Plugins 2024-08-01 07:13:01.079 | ++ extras.d/80-tempest.sh:source:24 : install_tempest_plugins 2024-08-01 07:13:01.081 | ++ lib/tempest:install_tempest_plugins:864 : pushd /opt/stack//tempest 2024-08-01 07:13:01.081 | ~/tempest ~/tempest 2024-08-01 07:13:01.083 | ++ lib/tempest:install_tempest_plugins:865 : [[ 0 != 0 ]] 2024-08-01 07:13:01.085 | ++ lib/tempest:install_tempest_plugins:874 : popd 2024-08-01 07:13:01.085 | ~/tempest 2024-08-01 07:13:01.087 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2024-08-01 07:13:01.089 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2024-08-01 07:13:01.091 | + functions-common:run_phase:1884 : [[ stack == \s\o\u\r\c\e ]] 2024-08-01 07:13:01.093 | + functions-common:run_phase:1887 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2024-08-01 07:13:01.095 | + functions-common:run_phase:1890 : run_plugins stack test-config 2024-08-01 07:13:01.097 | + functions-common:run_plugins:1849 : local mode=stack 2024-08-01 07:13:01.100 | + functions-common:run_plugins:1850 : local phase=test-config 2024-08-01 07:13:01.102 | + functions-common:run_plugins:1852 : local plugins=,networking-nsx-t 2024-08-01 07:13:01.104 | + functions-common:run_plugins:1853 : local plugin 2024-08-01 07:13:01.106 | + functions-common:run_plugins:1854 : for plugin in ${plugins//,/ } 2024-08-01 07:13:01.108 | + functions-common:run_plugins:1855 : local dir=/opt/stack/networking-nsx-t 2024-08-01 07:13:01.111 | + functions-common:run_plugins:1856 : [[ -f /opt/stack/networking-nsx-t/devstack/plugin.sh ]] 2024-08-01 07:13:01.113 | + functions-common:run_plugins:1857 : source /opt/stack/networking-nsx-t/devstack/plugin.sh stack test-config 2024-08-01 07:13:01.115 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2024-08-01 07:13:01.117 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2024-08-01 07:13:01.119 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:7 : [[ test-config == \i\n\s\t\a\l\l ]] 2024-08-01 07:13:01.121 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2024-08-01 07:13:01.123 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:11 : [[ test-config == \p\o\s\t\-\c\o\n\f\i\g ]] 2024-08-01 07:13:01.125 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ stack == \s\t\a\c\k ]] 2024-08-01 07:13:01.127 | ++ /opt/stack/networking-nsx-t/devstack/plugin.sh:source:15 : [[ test-config == \e\x\t\r\a ]] 2024-08-01 07:13:01.129 | + stack.sh:main:1512 : merge_config_group /opt/stack/devstack/local.conf test-config 2024-08-01 07:13:01.131 | + inc/meta-config:merge_config_group:171 : local localfile=/opt/stack/devstack/local.conf 2024-08-01 07:13:01.134 | + inc/meta-config:merge_config_group:171 : shift 2024-08-01 07:13:01.136 | + inc/meta-config:merge_config_group:172 : local matchgroups=test-config 2024-08-01 07:13:01.138 | + inc/meta-config:merge_config_group:174 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-01 07:13:01.140 | + inc/meta-config:merge_config_group:176 : local configfile group 2024-08-01 07:13:01.142 | + inc/meta-config:merge_config_group:177 : for group in $matchgroups 2024-08-01 07:13:01.145 | ++ inc/meta-config:merge_config_group:178 : get_meta_section_files /opt/stack/devstack/local.conf test-config 2024-08-01 07:13:01.147 | ++ inc/meta-config:get_meta_section_files:63 : local file=/opt/stack/devstack/local.conf 2024-08-01 07:13:01.149 | ++ inc/meta-config:get_meta_section_files:64 : local matchgroup=test-config 2024-08-01 07:13:01.151 | ++ inc/meta-config:get_meta_section_files:66 : [[ -r /opt/stack/devstack/local.conf ]] 2024-08-01 07:13:01.153 | ++ inc/meta-config:get_meta_section_files:68 : awk -v matchgroup=test-config ' 2024-08-01 07:13:01.153 | /^\[\[.+\|.*\]\]/ { 2024-08-01 07:13:01.153 | gsub("[][]", "", $1); 2024-08-01 07:13:01.153 | split($1, a, "|"); 2024-08-01 07:13:01.153 | if (a[1] == matchgroup) 2024-08-01 07:13:01.153 | print a[2] 2024-08-01 07:13:01.153 | } 2024-08-01 07:13:01.153 | ' /opt/stack/devstack/local.conf ========================= DevStack Component Timing (times are in seconds) ========================= wait_for_service 10 async_wait 46 osc 163 apt-get 9 test_with_retry 3 dbsync 2 pip_install 96 apt-get-update 7 run_process 18 git_timed 90 ------------------------- Unaccounted time 42 ========================= Total runtime 486 ================= Async summary ================= Time spent in the background minus waits: 187 sec Elapsed time: 486 sec Time if we did everything serially: 673 sec Speedup: 1.38477 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: 123ac1b8e86b9da08c680621c10a2499ecff3a8a [stable only] Unset the default value of MYSQL_GATHER_PERFORMANCE 2024-07-24 05:04:00 +0000 OS Version: Ubuntu 22.04 jammy